/*
Theme Name: Computer Repair
Theme URI: https://smartdata.tonytemplates.com/computer-repairs/intro/
Author: SmartDataSoft
Author URI: https://smartdatasoft.com/
Description: Computer, PC, Laptop repair services theme is a modern, clean and professional WordPress theme; it comes with a lot of user-friendly and customizable features those will help you to create a robust website to represent your Computer, PC, Laptop repair business.
Version: 5.1
License: This theme or plugin is comprised of two parts.(1) the PHP code and integrated HTML are licensed under the General Public License (GPL). You will find a copy of the GPL in the same directory as this text file. (2) All other parts, but not limited to the CSS code, images, and design are licensed according to the terms of your purchased license. Read more about licensing here: http://themeforest.net/licenses
License URI: License.txt
Text Domain: computer-repair
Tags: clean, computer repair, computer service, electronics repair, free photos, it service, mac repair, mobile repair, modern, pc repair, phone repair, premium photos included, repair service, service centre, tech support
*/

/*----------------------------------------
[Table of contents]

1. Typography 
   1.1 Typography Styles
   1.2 Page Preloader
   1.3 Forms
   1.4 Buttons
   1.5 Social Icons
   1.6 Tags   
   1.7 Calendar
2. Main Structure
   2.1 Layout Styles
   2.2 Header
   2.3 Slide Menu
   2.4 Footer
   2.5 Main Slider
3. Content
   3.1 Breadcrumbs block
   3.2 Category block
   3.3 Pricing block
   3.4 Video block
   3.5 Text + Icon block
   3.6 Text + Image block
   3.7 Testimonials block
   3.8 Text block
   3.9 Person
   3.10 Quote form
   3.11 Faq page
   3.12 Blog page
4. Plugins overlay styles

---------------------------------------*/

/*---------------------------------------*/

/*--------     1. Typography     --------*/

/*---------------------------------------*/

/*-------  1.1 Typography Styles --------*/

body {
  font-family: "Open Sans", sans-serif;
  color: #292929;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonials-item {
  display: none;
}

.testimonial-loader {
  display: none;
}

.view-more-testimonials {
  display: none;
}

.testimonials-item:nth-child(-n + 6) {
  display: block;
}

@media (max-width: 767px) {
  body {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}

a {
  text-decoration: none;
  color: #292929;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

a,
a:focus {
  color: #222222;
}

a:hover {
  text-decoration: none;
  color: #292929;
}

a:active,
a:visited,
a:focus,
*:focus {
  outline: none;
}

p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

p.text-center {
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.max-width {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}

p.text-center--full {
  max-width: 100%;
}

.right {
  text-align: right;
}

.info {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 26px !important;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 15px;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 42px;
  line-height: 44px;
}

h3 {
  font-size: 34px;
  line-height: 36px;
}

h4 {
  font-size: 28px;
  line-height: 30px;
}

h5 {
  font-size: 22px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 991px) {
  .info {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .info {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px !important;
  }
}

h1 + p.info,
h2 + p.info {
  margin-top: -22px;
}

@media (max-width: 991px) {
  h1 + p.info,
  h2 + p.info {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  h1 + p.info,
  h2 + p.info {
    margin-top: -10px;
  }
}

@media (max-width: 479px) {
  h1 + p.info,
  h2 + p.info {
    margin-top: -10px;
  }
}

h3 + p.info {
  margin-top: -17px;
}

@media (max-width: 767px) {
  h3 + p.info {
    margin-top: -10px;
  }
}

@media (max-width: 479px) {
  h3 + p.info {
    margin-top: -10px;
  }
}

p.info + p {
  margin-top: 35px;
}

@media (max-width: 991px) {
  p.info + p {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  p.info + p {
    margin-top: 15px;
  }
}

.color {
  color: #4d7df0;
}

.color-alt {
  color: #444444;
}

.read-more-color {
  font-size: 15px;
  font-weight: bold;
  color: #57bb90;
  text-decoration: none;
}

.read-more-color:hover {
  text-decoration: underline;
}

h1,
h2.h-lg {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 35px;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  color: #292929;
}

@media (max-width: 991px) {
  h1,
  h2.h-lg {
    font-size: 30px !important;
    line-height: 40px !important;
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  h1,
  h2.h-lg {
    font-size: 28px !important;
    line-height: 34px !important;
    margin: 0 0 15px;
  }
}

@media (max-width: 479px) {
  h1,
  h2.h-lg {
    font-size: 22px !important;
    line-height: 32px !important;
  }
}

span.sm {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  width: 53px;
}

h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 34px;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  color: #292929;
}

@media (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 15px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

h3 {
  font-size: 32px;
  line-height: 1.125em;
  padding: 0;
  margin: 0 0 20px;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  color: #292929;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 28px;
    margin: 0 0 15px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 26px;
    margin: 0 0 10px;
  }
}

h3.subtitle {
  margin-top: -22px;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  h3.subtitle {
    margin-top: -10px;
  }
}

.h-phone {
  font-size: 40px;
  line-height: 40px;
  margin: 0 0 30px;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  color: #292929;
}

@media (max-width: 991px) {
  .h-phone {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 15px;
  }
}

@media (max-width: 767px) {
  .h-phone {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 5px;
  }
}

.h-phone [class*="icon-"] {
  position: relative;
  padding: 0 12px 0 0;
  top: -5px;
  font-size: 20px;
  color: #57bb90;
}

@media (max-width: 991px) {
  .h-phone [class*="icon-"] {
    font-size: 15px;
    top: -3px;
  }
}

@media (max-width: 767px) {
  .h-phone [class*="icon-"] {
    font-size: 13px;
    top: -1px;
  }
}

h4 {
  font-size: 22px;
  line-height: 28px;
  padding: 0;
  margin: 0 0 15px;
  font-family: "Chivo", sans-serif;
  font-weight: 400;
}

@media (max-width: 991px) {
  h4 {
    font-size: 18px;
    margin: 0 0 10px;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 17px;
    margin: 0 0 5px;
  }
}

h5 {
  font-size: 18px;
  line-height: 24px;
  padding: 0;
  margin: 0 0 15px;
  font-weight: 400;
}

@media (max-width: 767px) {
  h5 {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

h6 {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 15px;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}

a:focus {
  outline: none;
  text-decoration: none;
}

.no-upper {
  text-transform: none;
}

.divider-lg {
  clear: both;
  height: 45px;
}

.divider-xl {
  clear: both;
  height: 70px;
}

.divider {
  clear: both;
  height: 20px;
}

.divider-sm {
  clear: both;
  height: 10px;
}

.divider-xs {
  clear: both;
  height: 5px;
}

.divider-line {
  height: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.divider-dot {
  height: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #e8e8e8;
}

p + .divider-dot {
  height: 0;
}

.link-sm {
  font-size: 13px;
}

.link-sm + [class*="icon"] {
  font-size: 11px;
}

.category-list {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.category-list > li {
  position: relative;
  padding: 9px 0 10px 23px;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
  line-height: 20px;
  font-family: "Chivo", sans-serif;
}

.category-list > li:last-child {
  border-bottom: 0;
}

.category-list > li a {
  color: #444444;
  text-decoration: none;
}

.category-list > li a:hover {
  color: #4d7df0;
}

.category-list > li:after {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  font-family: "computer";
  content: "\e906";
  font-size: 10px;
  color: #4d7df0;
}

[class*="marker-list"] + * {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  [class*="marker-list"] + * {
    margin-top: 25px;
  }
}

.marker-list {
  margin: 0 0 15px !important;
  padding: 5px 0 0;
  list-style: none;
}

.marker-list > li {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .marker-list > li {
    font-size: 16px;
    padding-left: 34px;
  }
}

@media (max-width: 991px) {
  .marker-list > li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

.marker-list > li:after {
  position: absolute;
  top: 2px;
  left: 10px;
  display: block;
  font-family: "computer";
  content: "\e958";
  font-size: 20px;
  color: #4d7df0;
}

@media (max-width: 1199px) {
  .marker-list > li:after {
    font-size: 16px;
    left: 0;
  }
}

@media (max-width: 991px) {
  .marker-list > li:after {
    top: 1px;
  }
}

.marker-list-sm {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.marker-list-sm > li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
}

.marker-list-sm > li a {
  text-decoration: none;
}

.marker-list-sm > li:hover a {
  color: #57bb90;
}

.marker-list-sm > li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "computer";
  content: "\e92c";
  font-size: 14px;
  color: #4d7df0;
}

.marker-list-sm-regular li {
  font-weight: 400;
}

.marker-list-md,
.marker-list-md-1 {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.marker-list-md > li,
.marker-list-md-1 > li {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px !important;
  margin-top: 0;
}

.marker-list-md > li:after,
.marker-list-md-1 > li:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-family: "computer";
  content: "\e926";
  font-size: 18px;
  color: #4d7df0;
}

.marker-list-md-1 {
  margin: 20px 0 20px 30px;
}

.marker-list-md-1 > li {
  font-size: 15px;
  line-height: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
}

.marker-list-md-1 > li:after {
  font-size: 15px;
}

.number-list {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.number-list > li {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
}

.number-list > li:before {
  display: inline-block;
  min-width: 18px;
  content: counter(item) ". ";
  counter-increment: item;
  color: #4d7df0;
}

.service-list {
  margin: 15px 0 0 0;
  padding: 0;
}

.service-list li {
  display: block;
  margin-bottom: 2px;
  margin-top: 0;
}

.service-list li a,
.service-list li > span {
  display: block;
  padding: 15px 21px;
  background-color: #f1f2f5;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #292929;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.service-list li a:hover,
.service-list li > span:hover {
  color: #fff;
  background-color: #4d7df0;
}

.service-list-1,
.menu.category-list {
  margin: 0 0 35px 0;
  padding: 0;
}

.service-list-1 li,
.menu.category-list li {
  display: block;
  border-bottom: 1px solid #eee;
  padding-left: 0px;
}

.service-list-1 li:last-child,
.menu.category-list li:last-child {
  border-bottom: none;
}

.service-list-1 li a,
.menu.category-list li a .service-list-1 li > span,
.menu.category-list li > span {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  font-family: "Chivo", sans-serif;
  color: #2a2a2a;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.service-list-1 li a:hover,
.menu.category-list li a:hover .service-list-1 li > span:hover,
.menu.category-list li > span:hover {
  color: #4d7df0;
}

.service-list-1 li.active a,
.menu.category-list li.active a {
  color: #4d7df0;
}

.menu.category-list > li:after {
  content: none;
}

#map {
  width: 100%;
  height: 280px;
  margin: 0;
  border: 0;
  overflow: hidden;
}

blockquote {
  position: relative;
  padding: 0 0 0 45px;
  margin: 35px 0 40px;
  font-size: 16px;
  border-left: 0;
}

blockquote p {
  font-style: italic;
  margin-bottom: 15px;
}

blockquote:before {
  font-family: "computer";
  content: "\e901";
  display: block;
  position: absolute;
  top: 0;
  left: -40px;
  color: #4d7df0;
  font-size: 65px;
  line-height: 1em;
  font-style: normal;
}

@media (max-width: 767px) {
  blockquote:before {
    font-size: 30px;
    left: 0;
  }
}

blockquote .quote-author {
  color: #4d7df0;
  font-style: italic;
  font-weight: 700;
}

.table-wrapper {
  overflow-x: auto;
  margin-bottom: 15px;
}

@media (min-width: 991px) {
  .table-wrapper--shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 18px 0;
  }
  .table-wrapper--shadow:not(:last-child) {
    margin-bottom: 20px;
  }
}

table.full {
  width: 100%;
}

.remark-text {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #888787;
}

.row-lined {
  margin-top: 75px;
  margin-bottom: 65px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.contact-info {
  margin: 12px 0;
  padding-left: 47px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.contact-info .icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 45px;
  line-height: 1em;
  color: #4d7df0;
  width: auto;
  margin-left: 0;
}

@media (max-width: 767px) {
  #page-content .contact-info {
    margin: 0 auto 40px;
    max-width: 260px;
    text-align: left;
  }
}

.vert-wrap {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.vert {
  display: table-cell;
  vertical-align: middle;
}

.more-loader {
  display: none;
}

.more-loader.visible {
  display: block;
  text-align: center;
  padding-bottom: 25px;
}

.inline-icons {
  margin-bottom: 30px;
}

.inline-icons .icon-wrapper {
  margin-right: 30px;
}

.inline-icons .icon-wrapper:last-child {
  margin-right: 0;
}

.inline-icons .icon-big {
  margin-right: 10px;
}

.inline-icons .icon-big:last-child {
  margin-right: 0;
}

.icon-wrapper {
  display: inline-block;
  text-align: center;
  margin-bottom: 23px;
  position: relative;
}

.icon-wrapper span {
  display: inline-block;
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #4d7df0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
}

.icon-wrapper span i.icon {
  position: relative;
  z-index: 1;
  font-size: 60px;
  line-height: 130px;
  color: #fff;
  width: auto;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.icon-wrapper .icon-hover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: calc(100%) !important;
  height: calc(100%);
  opacity: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.icon-wrapper:hover span {
  -webkit-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
  -moz-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
  box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
}

.icon-wrapper:hover .icon-hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
}

.icon-wrapper:hover span i.icon {
  color: #4d7df0;
}

.icon-wrapper.icon-light span {
  background: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(77, 125, 240, 0.25);
  -moz-box-shadow: 0 0 0 8px rgba(77, 125, 240, 0.25);
  box-shadow: 0 0 0 8px rgba(77, 125, 240, 0.25);
}

.icon-wrapper.icon-light span i.icon {
  color: #4d7df0;
}

.icon-wrapper.icon-light .icon-hover {
  background-color: #4d7df0;
  -webkit-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
}

.icon-wrapper.icon-light:hover span {
  -webkit-box-shadow: 0 0 0 20px rgba(77, 125, 240, 0);
  -moz-box-shadow: 0 0 0 20px rgba(77, 125, 240, 0);
  box-shadow: 0 0 0 20px rgba(77, 125, 240, 0);
}

.icon-wrapper.icon-light:hover .icon-hover {
  -webkit-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
}

.icon-wrapper.icon-light:hover span i.icon {
  color: #fff;
}

.icon-wrapper.icon-light-border span {
  background: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(167, 172, 184, 0.25);
  -moz-box-shadow: 0 0 0 8px rgba(167, 172, 184, 0.25);
  box-shadow: 0 0 0 8px rgba(167, 172, 184, 0.25);
}

.icon-wrapper.icon-light-border span i.icon {
  color: #4d7df0;
}

.icon-wrapper.icon-light-border .icon-hover {
  background-color: #4d7df0;
  -webkit-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
}

.icon-wrapper.icon-light-border:hover span {
  -webkit-box-shadow: 0 0 0 20px rgba(167, 172, 184, 0);
  -moz-box-shadow: 0 0 0 20px rgba(167, 172, 184, 0);
  box-shadow: 0 0 0 20px rgba(167, 172, 184, 0);
}

.icon-wrapper.icon-light-border:hover .icon-hover {
  -webkit-box-shadow: 0 0 0 8px rgba(167, 172, 184, 0.25);
  -moz-box-shadow: 0 0 0 8px rgba(167, 172, 184, 0.25);
  box-shadow: 0 0 0 8px rgba(167, 172, 184, 0.25);
}

.icon-wrapper.icon-light-border:hover span i.icon {
  color: #fff;
}

.icon-big {
  display: inline-block;
}

.icon-big .icon {
  display: block;
  font-size: 72px;
  line-height: 122px;
  padding: 0 28px;
  color: #4d7df0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.icon-big .icon:hover {
  color: #444444;
}

.icon-big.dark .icon {
  color: #444444;
}

.icon-big.dark .icon:hover {
  color: #4d7df0;
}

.icon-big.bg .icon {
  background: #fff;
}

.icon-big.bg .icon:hover {
  color: #444444;
  background: #e9eaed;
}

.icon-big.bg-invert .icon {
  background: #444444;
}

.icon-big.bg-invert .icon:hover {
  background: #e9eaed;
}

/*-------- 1.2 Page Preloader    --------*/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background-color: #fff;
}

#loader-wrapper.loader-off {
  display: none !important;
}

#loader {
  display: block;
  margin: -50px 0 0 -150px;
  height: 100px;
  width: 300px;
  position: relative;
  top: 50%;
  left: 50%;
  text-align: center;
}

#loader .text {
  clear: both;
  margin-top: 35px;
}

.battery {
  display: table;
  border: 3px solid #444444;
  padding: 5px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.battery:after {
  content: "";
  display: block;
  width: 7px;
  height: 15px;
  background: #444444;
  position: absolute;
  right: -7px;
}

.battery .battery_item {
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  background-color: #4d7df0;
  filter: alpha(opacity=0);
  opacity: 0;
  animation: _fade 0.5s 2s infinite alternate forwards;
}

.battery .battery_item:not(:last-child) {
  margin-right: 5px;
}

.battery .battery_item:first-child {
  animation-delay: 0.2s;
}

.battery .battery_item:nth-child(2) {
  animation-delay: 0.4s;
}

.battery .battery_item:last-child {
  animation-delay: 0.6s;
}

.custom-loader {
  border: medium none;
  left: 0;
  margin: 0 auto;
  right: 0;
}

@keyframes _fade {
  from {
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  #mainSlider .slide-content .btn {
    font-size: 14px !important;
    padding: 15px 10px !important;
  }
}

/*-------- 1.3 Forms             --------*/

.input-custom {
  appearance: none;
  margin-bottom: 4px;
  padding: 13px 15px 13px;
  font-size: 16px;
  line-height: 20px;
  height: 47px;
  background: #fff;
  border: 0;
  border-radius: 2px;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input-custom:hover,
.input-custom:focus,
.input-custom.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.input-custom.input-full {
  width: 100%;
}

.textarea-custom {
  appearance: none;
  margin-bottom: 4px;
  padding: 13px 15px 13px;
  font-size: 16px;
  line-height: 20px;
  height: 47px;
  background: #fff;
  border: 0;
  border-radius: 2px;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  min-height: 235px;
  height: auto;
}

.textarea-custom:hover,
.textarea-custom:focus,
.textarea-custom.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.textarea-custom.input-full {
  width: 100%;
}

.input-wrapper {
  position: relative;
}

.placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #959595;
}

input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #959595;
}

input::-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #959595;
}

input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #959595;
}

input:-moz-placeholder {
  font-size: 16px;
  line-height: 20px;
  color: #959595;
}

.required {
  color: red;
}

input.input-custom,
textarea.textarea-custom,
.select-wrapper select.input-custom,
.select-wrapper select.select-custom {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.contact-form {
  margin-bottom: 15px;
  margin-top: 0;
}

.contact-form .input-custom,
.contact-form .textarea-custom {
  margin-bottom: 20px;
  border: 1px solid #dbdbdb;
  padding: 16px 15px 17px;
  height: 50px;
  font-size: 14px;
}

.contact-form .textarea-custom {
  display: block;
}

label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 5px;
  color: #000;
}

form label.error {
  display: block;
  color: #ff0000;
  font-size: 14px !important;
  margin-top: -20px;
  opacity: 1 !important;
}

#success,
#error,
#quoteSuccess,
#quoteError {
  display: none;
  height: 70px;
}

#quoteSuccess,
#quoteError {
  height: 30px;
}

#success span,
#error span,
#quoteSuccess span,
#quoteError span {
  display: block;
}

#success span p,
#error span p,
#quoteSuccess span p,
#quoteError span p {
  margin-top: 15px;
}

#success span p,
#quoteSuccess span p {
  color: #2990d6;
}

#error span p,
#quoteError span p {
  color: #c0392b;
}

.datetimepicker-wrap .form-control,
.timepicker-wrap .form-control {
  width: 100%;
}

.datetimepicker-wrap {
  position: relative;
}

.datetimepicker-wrap:before {
  content: "\e938";
  font-family: "computer";
  position: absolute;
  display: block;
  top: 6px;
  right: 10px;
  font-size: 20px;
  line-height: 27px;
  color: #999;
}

.timepicker-wrap {
  position: relative;
}

.timepicker-wrap:before {
  content: "\e91a";
  font-family: "computer";
  position: absolute;
  display: block;
  top: 6px;
  right: 10px;
  font-size: 20px;
  line-height: 27px;
  color: #999;
}

.bootstrap-datetimepicker-widget .btn[data-action] {
  width: auto;
  background: transparent !important;
  min-width: 0;
}

.bootstrap-datetimepicker-widget .btn[data-action]:after,
.bootstrap-datetimepicker-widget .btn[data-action]:before {
  display: none;
  opacity: 1;
}

.bootstrap-datetimepicker-widget .btn[data-action].btn-primary {
  border: 0;
  background-color: #57bb90 !important;
  color: #ffffff;
}

.bootstrap-datetimepicker-widget table td span {
  display: block;
  opacity: 1;
}

.upload input[type="file"] {
  display: none;
}

.upload-path {
  padding: 10px;
  font-style: italic;
  background: transparent;
  border: 0;
  order: 2;
}

.upload {
  padding: 0 10px;
  margin: 1px 0 0 -10px;
  white-space: nowrap;
  background: #dbdbdb;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  border-radius: 13px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.upload:hover {
  background: #57bb90;
}

.upload:invalid + span {
  color: red;
}

.upload:valid + span {
  color: white;
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

label.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  margin-top: 3px;
  cursor: pointer;
  font-size: 18px;
}

label.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px solid #dbdbdb;
}

.control-indicator.shadow {
  -webkit-box-shadow: 0 1px 9px 4px rgba(227, 28, 28, 1);
  -moz-box-shadow: 0 1px 9px 4px rgba(227, 28, 28, 1);
  box-shadow: 0 1px 9px 4px rgba(227, 28, 28, 1);
}

.control-radio .control-indicator {
  border-radius: 50%;
}

label.control:hover input ~ .control-indicator,
label.control input:focus ~ .control-indicator {
  background: #fff;
}

label.control input:checked ~ .control-indicator {
  background: #fff;
}

label.control:hover input:not([disabled]):checked ~ .control-indicator,
label.control input:checked:focus ~ .control-indicator {
  background: #fff;
}

label.control input:disabled ~ .control-indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

label.control input:checked ~ .control-indicator:after {
  display: block;
}

.control-checkbox .control-indicator:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 8px;
  border: solid #57bb90;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled ~ .control-indicator:after {
  border-color: #7b7b7b;
}

.control-radio .control-indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}

.control-radio input:disabled ~ .control-indicator:after {
  background: #7b7b7b;
}

/*-------- 1.4 Buttons           --------*/

button:focus,
.btn:focus,
button:active:focus,
.btn:active:focus,
button.active:focus,
.btn.active:focus,
button.focus,
.btn.focus,
button:active.focus,
.btn:active.focus,
button.active.focus,
.btn.active.focus {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button:hover,
.btn:hover,
button:focus,
.btn:focus,
button.focus,
.btn.focus {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button:active,
.btn:active,
button.active,
.btn.active {
  outline: 0;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button.pull-right,
.btn.pull-right {
  margin-right: 10px;
}

.btn {
  padding: 14px 18px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  height: auto;
  background-color: #4d7df0;
  color: #ffffff;
  border-radius: 8px;
  border: 0;
  vertical-align: top;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 185px;
}

@media (max-width: 991px) {
  .btn {
    padding: 5px 25px;
    font-size: 13px;
    line-height: 27px;
    font-weight: 600;
    min-width: 100px;
  }
}

.btn.focus,
.btn:focus {
  background-color: #4d7df0;
  color: #ffffff;
}

.btn span {
  display: inline-block;
  vertical-align: middle;
}

.btn [class*="icon"] {
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  font-size: 30px;
  width: 50px;
}

.btn [class*="icon"]:last-child {
  padding: 0 0 0 10px;
}

.btn .icon-arrow-triangle {
  font-size: 12px;
  width: auto;
  position: relative;
  top: 0;
}

.btn.btn-lg {
  height: auto;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  border-radius: 5px;
  padding: 16px 27px;
}

.btn.btn-sm {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  padding: 8px 15px;
  border-radius: 4px;
  text-transform: none;
  min-width: 0;
}

.btn.btn-xs {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 3px;
  min-width: 0;
}

.btn.btn-full {
  width: 100%;
  margin-bottom: 15px;
}

.btn.text-left {
  text-align: left;
}

.btn.text-right {
  text-align: right;
}

.col-md-4 .btn-full {
  max-width: 270px;
}

.btn.wide {
  min-width: 217px;
}

.btn-invert {
  background: #444444;
}

.btn-invert.focus,
.btn-invert:focus {
  background: #444444;
}

.btn-invert:hover,
.btn-invert.active,
.btn-invert:active {
  background-color: #4d7df0;
}

.btn-invert-alt {
  background: #444444;
}

.btn-invert-alt:hover,
.btn-invert-alt.active,
.btn-invert-alt:active {
  background-color: #fff;
  color: #444444;
}

.btn-invert-alt.focus,
.btn-invert-alt:focus {
  background: #444444;
}

.btn-white {
  background: #fff;
  color: #444444;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
}

.btn-white.focus,
.btn-white:focus {
  background: #fff;
  color: #444444;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-white:hover,
.btn-white.active,
.btn-white:active {
  background: #444444;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-inline .btn {
  margin: 0 15px 10px 0;
}

.text-center .btn-inline .btn {
  margin: 0 6px 10px;
}

@media (max-width: 767px) {
  .btn-inline.center-xs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .btn-inline.center-xs .btn {
    margin: 0 auto 10px;
  }
}

.tags-list {
  position: relative;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.tags-list li {
  display: inline-block;
  padding: 0;
  margin-bottom: 7px;
  margin-right: 5px;
}

.tags-list li a {
  display: block;
  background-color: #f0f0f0;
  color: #8f8f8f;
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tags-list li a:hover {
  background-color: #4d7df0;
  color: #fff;
}

.tagcloud {
  position: relative;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.tagcloud a,
.tags-list a {
  background-color: #f0f0f0;
  color: #8f8f8f;
  display: inline-block;
  font-size: 14px !important;
  line-height: 25px;
  margin-bottom: 7px;
  margin-right: 5px;
  padding: 0 10px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.pull-left {
  margin-right: 10px;
}

.tagcloud a:hover,
.tags-list a:hover {
  background-color: #4d7df0;
  color: #fff !important;
}

/*-------- 1.7 Calendar          --------*/

.calendar__header {
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  padding: 0 0 18px;
  color: #222222;
}

.calendar__footer {
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  padding: 10px 0 0;
}

.calendar__footer a {
  text-decoration: none;
}

.content-area .wpb_single_image.wpb_content_element.vc_align_left {
  margin-bottom: 0;
}

.contact-a a {
  text-decoration: underline;
}

.contact-a a:hover {
  text-decoration: none;
}

.calendar__footer a:hover {
  color: #4d7df0;
}

.calendar table {
  background: #fff;
  border-collapse: collapse;
  color: #222;
  font-size: 15px;
  width: 100%;
  max-width: 350px;
}

.calendar th,
.calendar td {
  border: 1px solid #eee;
  color: #484848;
  cursor: pointer;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.calendar th:hover,
.calendar td:hover {
  background-color: #f5f5f5;
}

.calendar th {
  background-color: #f5f5f5;
}

.calendar tr:first-child td {
  font-weight: 700;
  padding-bottom: 10px;
}

.calendar .selected {
  color: #fff;
  background: #4d7df0;
}

/*---------------------------------------*/

/*--------   2. Main Structure   --------*/

/*---------------------------------------*/

/*--------   2.1 Layout Styles   --------*/

body,
html {
  overflow-x: hidden;
}

.block {
  margin-bottom: 92px;
}

.block.bottom-sm {
  margin-bottom: 20px;
}

.block.bottom-sm-1,
.services-two-txt {
  margin-bottom: 50px;
}

.block.bottom-md {
  margin-bottom: 72px;
}

.block.bottom-null,
.bottom-null {
  margin-bottom: 0;
}

.block.lined .container {
  padding-bottom: 92px;
  border-bottom: 1px solid #e8e8e8;
}

.block.bg-1,
.block.bg-2,
.block.bg-4 {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  padding: 74px 0 60px;
  color: #fff;
}

.block.bg-4 {
  background-size: cover;
  padding: 74px 0 70px;
}

@media (max-width: 767px) {
  .block.bg-1,
  .block.bg-2,
  .block.bg-4 {
    padding: 44px 0 30px;
    background-attachment: scroll;
  }
  .block.bottom-sm-1,
  .services-two-txt {
    margin-bottom: 46px;
  }
}

.block.bg-1 h1,
.block.bg-2 h1,
.block.bg-4 h1,
.block.bg-1 h2,
.block.bg-2 h2,
.block.bg-4 h2,
.block.bg-1 h3,
.block.bg-2 h3,
.block.bg-4 h3 {
  color: #fff !important;
}

.block.bg-1 .slick-dots li button:after,
.block.bg-2 .slick-dots li button:after,
.block.bg-4 .slick-dots li button:after {
  background: #fff;
}

.block.bg-1 .slick-dots li.slick-active button:after,
.block.bg-2 .slick-dots li.slick-active button:after,
.block.bg-4 .slick-dots li.slick-active button:after,
.block.bg-1 .slick-dots li.slick-active button:hover:after,
.block.bg-2 .slick-dots li.slick-active button:hover:after,
.block.bg-4 .slick-dots li.slick-active button:hover:after {
  background: #444444;
}

.text-white {
  color: #fff;
}

.text-white h1,
.text-white h2,
.text-white h3 {
  color: #fff !important;
}

.text-white .slick-dots li button:after {
  background: #fff;
}

.text-white .slick-dots li.slick-active button:after,
.text-white .slick-dots li.slick-active button:hover:after {
  background: #444444;
}

body.is-ios .block.bg-1,
body.is-ios .block.bg-2 {
  background-attachment: initial !important;
  background-size: cover !important;
}

@media (max-width: 767px) {
  .block.bg-1 {
    background-size: auto 100%;
    background-position-x: 33%;
  }
}

.block.bg-2 {
  background-image: url(images/block-bg-2.jpg);
  padding: 80px 0 60px;
}

@media (max-width: 767px) {
  .vc_row.fixed-bg-parallex {
    background-size: auto 100% !important;
    background-position-x: 33% !important;
  }
  .block.bg-2 {
    padding: 44px 0 40px;
  }
}

.block.bg-3 {
  padding: 74px 0 60px;
}

@media (max-width: 767px) {
  .block.bg-3 {
    padding: 44px 0 40px;
  }
}

@media (max-width: 767px) {
  .block.bg-4 {
    padding: 44px 0 30px;
  }
}

body.is-ios .block.bg-3 {
  background-attachment: initial !important;
  background-size: cover !important;
}

.block.bg-light.full-block {
  background: #f4f4f6;
  padding: 74px 0 60px;
}

.block.bg-light:not(.full-block) .container {
  background: #f4f4f6;
}

@media (max-width: 767px) {
  .block.bg-lighter.full-block {
    padding: 50px 0;
  }
}

.block.bg-lighter:not(.full-block) .container {
  background: #f9f9fa;
}

.block.bg-dark.full-block {
  background: #4d7df0;
}

.block.bg-dark:not(.full-block) .container {
  color: #fff;
}

.block.bg-dark:not(.full-block) .container h1,
.block.bg-dark:not(.full-block) .container h2,
.block.bg-dark:not(.full-block) .container h3 {
  color: #fff;
}

.block.bg-dark .btn:hover {
  background: #fff;
  color: #444;
}

.block.bg-dark .btn-white:hover {
  background: #4d7df0;
  color: #fff;
}

.block.pad-sm .container {
  padding: 38px 0 23px;
}

.block-negative {
  position: relative;
  margin-top: -42px;
  z-index: 100;
}

.block.nopad > .vc_column_container > .vc_column-inner,
.block.nopad > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  .block.nopad-sm > .vc_column_container > .vc_column-inner,
  .block.nopad-sm > .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .block {
    margin-bottom: 46px;
  }
}

@media (max-width: 767px) {
  .block {
    margin-bottom: 46px;
  }
  .block-negative {
    margin-top: 16px;
  }
  .block.nopad-xs > .container,
  .block.nopad-xs > .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .block > .container,
  .navbar .container,
  #pageContent > .container,
  #primary.container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  #pageContent {
    left: 0 !important;
  }
}

h1 + .row {
  margin-top: 50px;
}

.block.network-effect {
  position: relative;
  z-index: 0;
}

.block.network-effect .container {
  z-index: 1;
}

#network {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0.15;
}

@media (max-width: 767px) {
  #network {
    display: none !important;
  }
}

.row-skew {
  display: flex;
  height: 600px;
}

.img-skew {
  height: 100%;
  transform: skew(-10deg);
  overflow: hidden;
}

.img-skew div {
  height: 100%;
  transform: skew(10deg);
  background-size: cover;
}

.skew-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
}

.skew-row-left,
.skew-row-right {
  position: relative;
  min-width: 50%;
  flex-basis: 50%;
}

.skew-row-left .skew,
.skew-row-right .skew {
  position: absolute;
  width: 113.33333333%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  left: -20%;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 991px) {
  .skew-row-left .skew,
  .skew-row-right .skew {
    transform: skew(-7deg, 0deg);
  }
}

.skew-row-right .skew {
  left: auto;
  right: -20%;
}

@media (max-width: 991px) {
  .skew-row-left {
    min-width: 30%;
    flex-basis: 30%;
  }
  .skew-row-right {
    min-width: 70%;
    flex-basis: 70%;
  }
}

.skew-row .text {
  padding: 80px 50px;
  max-width: 700px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .skew-row .text {
    padding: 40px 20px 40px 50px;
  }
}

.skew > * {
  transform: skew(10deg, 0deg);
}

@media (max-width: 991px) {
  .skew > * {
    transform: skew(7deg, 0deg);
  }
}

.skew-row .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}

.skew-row .google-map {
  pointer-events: auto;
}

.skew-row-left .img {
  right: -13.33333333%;
}

.skew-row-right .img {
  left: -13.33333333%;
}

@media (max-width: 767px) {
  .skew-row {
    display: block;
  }
  .skew-row-left,
  .skew-row-right {
    width: 100%;
  }
  .skew-row-left .skew,
  .skew-row-right .skew {
    position: relative;
    width: 100%;
    transform: skew(0deg, 0deg);
    left: auto;
    right: auto;
  }
  .skew > * {
    transform: skew(0deg, 0deg);
  }
  .skew-row-left .img {
    position: relative;
    transform: skew(0deg, 0deg);
    left: auto;
    right: auto;
  }
  .skew-row .text {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .skew-row .text {
    padding: 20px 20px;
  }
}

.skew-row-img35 .skew-row-left {
  min-width: 65%;
  flex-basis: 65%;
}

.skew-row-img35 .skew-row-right {
  min-width: 35%;
  flex-basis: 35%;
  pointer-events: none;
}

.skew-row-img35 .text {
  max-width: 830px;
  padding: 65px 80px 65px 0;
  float: right;
}

@media (max-width: 1370px) {
  .skew-row-img35 .text {
    padding: 65px 60px 65px 30px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .skew-row-img35 .text {
    padding: 40px 20px 40px 50px;
  }
}

@media (max-width: 767px) {
  .skew-row-img35 .text {
    padding: 30px 20px 20px;
  }
}

.skew-row-img45-left .skew-row-left {
  min-width: 45%;
  flex-basis: 45%;
  pointer-events: none;
}

.skew-row-img45-left .skew-row-right {
  min-width: 55%;
  flex-basis: 55%;
}

.skew-row-img45-left .text {
  max-width: 682px;
  padding: 65px 0 65px 60px;
  float: left;
}

@media (max-width: 1370px) {
  .skew-row-img45-left .text {
    padding: 65px 30px 65px 50px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .skew-row-img45-left .text {
    padding: 40px 50px 40px 20px;
  }
}

@media (max-width: 767px) {
  .skew-row-img45-left .text {
    padding: 30px 20px 20px;
  }
}

.skew-row-img45-right .skew-row-left {
  min-width: 55%;
  flex-basis: 55%;
}

.skew-row-img45-right .skew-row-right {
  min-width: 45%;
  flex-basis: 45%;
  pointer-events: none;
}

.skew-row-img45-right .text {
  max-width: 682px;
  padding: 65px 80px 65px 0;
  float: right;
}

@media (max-width: 1370px) {
  .skew-row-img45-right .text {
    padding: 65px 60px 65px 30px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .skew-row-img45-right .text {
    padding: 40px 20px 40px 50px;
  }
}

@media (max-width: 767px) {
  .skew-row-img45-right .text {
    padding: 30px 20px 20px;
  }
}

.skew-row-img65 .skew-row-left {
  min-width: 35%;
  flex-basis: 35%;
}

.skew-row-img65 .skew-row-right {
  min-width: 65%;
  flex-basis: 65%;
  pointer-events: none;
}

.skew-row-img65 .text {
  max-width: 380px;
  padding: 55px 45px 70px 0;
  float: right;
}

@media (max-width: 1370px) {
  .skew-row-img65 .text {
    padding: 55px 40px 70px 30px;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .skew-row-img65 .text {
    padding: 30px 20px 20px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .skew-row.skew-row-img65 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .skew-row.skew-row-img65 .skew-row-left,
  .skew-row.skew-row-img65 .skew-row-right {
    width: 100%;
  }
  .skew-row.skew-row-img65 .skew-row-left .skew,
  .skew-row.skew-row-img65 .skew-row-right .skew {
    position: relative;
    width: 100%;
    transform: skew(0deg, 0deg);
    left: auto;
    right: auto;
  }
  .skew-row.skew-row-img65 .skew-row-right {
    height: 354px;
    order: -1;
  }
  .skew-row.skew-row-img65 .skew-row .img,
  .skew-row.skew-row-img65 .google-map {
    position: relative;
    transform: skew(0deg, 0deg) !important;
    left: auto !important;
    right: auto;
  }
  .skew-row.skew-row-img65 .text {
    padding: 30px 20px;
    float: none;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*--------   2.1 Header Top          --------*/

@media (min-width: 992px) {
  .header-info-mobile,
  .header-info-toggle {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-info-toggle {
    display: block;
    background: #444444;
    height: 45px;
    width: 100%;
    color: #fff;
    cursor: pointer;
    text-align: center;
  }
  .header-info-toggle [class*="icon-"] {
    display: block;
    font-size: 20px;
    line-height: 45px;
    -webkit-transition: 0.5s;
    padding: 0 20px;
    -webkit-transform: rotate(0deg);
  }
  .header-info-mobile p > [class*="icon-"] {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 22px;
    color: #4d7df0;
    margin-left: 0;
  }
  .header-info-mobile {
    display: none;
    padding: 16px;
    background-color: #eff1f2;
    color: #292929;
  }
  .header-info-mobile p {
    padding-left: 40px;
    position: relative;
    margin-bottom: 12px;
  }
  .header-info-mobile,
  .header-info-mobile p {
    font-size: 15px;
    line-height: 24px;
  }
  .header-info-mobile-inside {
    position: relative;
    top: -50px;
    -webkit-transition: 0.2s;
  }
  .header-info-mobile.open .header-info-mobile-inside {
    top: 0;
    opacity: 1;
  }
  .header-info-toggle.open [class*="icon-"] {
    -webkit-transform: rotate(180deg);
  }
  #slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}

/*--------   2.2 Header          --------*/

header {
  color: #222222;
}

body.home header.page-header {
  position: static;
  top: 0;
}

@media (min-width: 991px) {
  body:not(.home) header.page-header #slidemenu {
    margin-bottom: -38px;
  }
}

header.page-header {
  position: relative;
  width: 100%;
  z-index: 1000;
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: normal;
}

body.home header.page-header.is-sticky,
.page-header.is-sticky {
  position: fixed !important;
  width: 100%;
  background: #444;
  border-bottom: 0 !important;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

/*body.home header.page-header.is-sticky .header-top, 
.page-header.is-sticky .header-top {
    display: none;
}*/

body.home header.page-header.is-sticky .navbar,
.page-header.is-sticky .navbar {
  min-height: 50px;
}

@media (max-width: 767px) {
  body.home header.page-header.is-sticky .navbar,
  .page-header.is-sticky .navbar {
    min-height: 36px;
  }
}

.page-header.is-sticky .header-info-toggle {
  display: none;
}

header .header-top {
  padding: 20px 0;
}

header .logo {
  position: relative;
  overflow: hidden;
}

header .logo > a {
  position: relative;
  display: block;
}

header .logo img {
  max-width: 100%;
}

header .mobile-topline {
  display: none;
}

.right-text .animated.rotateInUpRight {
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
}

.phone:hover .right-text .item.arrow {
  top: -34px;
}

.phone:hover .right-text .item.text1 {
  top: -27px;
}

.phone:hover .right-text .item.text2 {
  top: -22px;
}

.navbar-nav .no-menu {
  display: block;
  padding: 10px;
  line-height: 52px;
  color: #fff;
}

@media (min-width: 992px) {
  .navbar-header {
    float: none;
  }
  #navbar-main.affixed-top {
    background: #fff;
  }
  #navbar-main.affix {
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    min-height: 70px;
    margin-bottom: 0;
    padding: 0;
  }
  .ecaret {
    display: none;
  }
  .page-header-2 .menu-wrap {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 60%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 60%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
  }
  .menu-wrap > .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    background-color: transparent;
    color: #4d7df0;
  }
  .navbar-nav > li {
    margin: 0 12px;
  }
  .navbar-nav > li:first-child {
    margin-left: 0;
  }
  .navbar-nav {
    float: none;
    margin: 0 auto -5px;
    display: inline-block;
  }
  .navbar-nav > li > a {
    font-size: 18px;
    line-height: 20px;
    font-family: "Chivo", sans-serif;
    padding: 23px 0 17px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #4d7df0;
  }
  .navbar-nav > li > a.shadow-effect {
    -webkit-text-shadow: 0 30px 0px transparent;
    -moz-text-shadow: 0 30px 0px transparent;
    -ms-text-shadow: 0 30px 0px transparent;
    -o-text-shadow: 0 30px 0px transparent;
    text-shadow: 0 30px 0px transparent;
  }
  .navbar-nav > li > a.shadow-effect:hover {
    -webkit-text-shadow: 0 0px 0px #4d7df0;
    -moz-text-shadow: 0 0px 0px #4d7df0;
    -ms-text-shadow: 0 0px 0px #4d7df0;
    -o-text-shadow: 0 0px 0px #4d7df0;
    text-shadow: 0 0px 0px #4d7df0;
  }
  .navbar-nav li.current-menu-item > a {
    color: #4d7df0;
    border-bottom: 4px solid #4d7df0;
  }
  .navbar-nav .dropdown .dropdown-menu li.open > a {
    background-color: transparent;
  }
  .navbar-nav .dropdown .dropdown-menu li,
  .navbar #menu-primary-menu li {
    margin-top: 0;
  }
  .navbar-nav .dropdown .dropdown-menu li > a {
    font-size: 15px;
    line-height: 20px;
    font-family: "Chivo", sans-serif;
    padding: 10px 45px 10px 15px;
    color: #222222;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
    white-space: normal;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
  }
  .navbar-nav .dropdown .dropdown-menu li > a:hover,
  .navbar-nav .dropdown .dropdown-menu li > a:focus {
    background-color: #f2f2f2;
  }
  .navbar-nav .dropdown .dropdown-menu li:last-child > a {
    border-bottom: 0;
  }
  .navbar-nav .dropdown .dropdown-menu .dropdown-menu {
    top: 6px;
  }
  .navbar-nav .dropdown .dropdown-menu .ecaret {
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    display: inline-block;
    border: 0;
    float: right;
    margin-top: 0;
    margin-right: -10px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  .navbar-nav .dropdown .dropdown-menu .ecaret:before {
    font-family: "computer";
    content: "\e90e";
  }
  .navbar-nav .dropdown .dropdown-menu li > a:hover .ecaret {
    margin-right: -20px;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    transform: translateY(0);
    -webkit-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
      -webkit-transform 0.4s ease 0s;
    -moz-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
      -webkit-transform 0.4s ease 0s;
    -ms-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
      -webkit-transform 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s, transform 0.4s ease 0s,
      -webkit-transform 0.4s ease 0s;
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

@media (min-width: 992px) {
  .navbar-nav .dropdown .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-left: -130px;
    transform: translateY(20px);
    bottom: auto !important;
    left: 50%;
    width: 260px;
    display: block !important;
    opacity: 1;
    visibility: hidden;
    top: -5000px;
    margin-top: -1px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #4d7df0;
  }
  .ecaret {
    display: none;
  }
}

@media (max-width: 1460px) {
  header .phone .right-text {
    display: none;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  header .navbar-nav > li {
    margin: 0 10px;
  }
  header .navbar-nav > li:first-child {
    margin-left: 0;
  }
  header .navbar-nav > li a {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1199px) {
  h3 {
    font-size: 28px;
    margin: 0 0 15px;
  }
}

header .phone .under-number.top-side {
  display: table;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  text-align: center;
}

@media (max-width: 991px) {
  header.page-header.is-sticky .navbar-toggle {
    bottom: 12px;
  }
  header.page-header .phone .under-number {
    font-size: 12px;
  }
  header.page-header-1 .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  header .phone .phone-wrapper {
    margin: 0;
  }
  header.page-header .navbar-toggle {
    position: absolute;
    bottom: 24px;
    right: 10px;
    padding: 0 10px;
    margin: 0;
    font-size: 34px;
    color: #444444;
  }
  header.page-header .navbar-toggle.slide-active .icon-cancel {
    display: inline;
  }
  #slide-nav #slidemenu {
    left: -100%;
    width: 270px;
    height: 100vh;
    min-width: 0;
    position: absolute;
    overflow-y: scroll;
    padding-left: 0;
    z-index: 2;
    top: 0;
    margin: 0;
  }
}

@media (max-width: 991px) {
  header.page-header {
    position: relative !important;
    padding: 0;
    margin: 0;
  }
  #slide-nav .container {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
  }
  /*  header.page-header .header-top {
    padding: 0;
    background-color: #fff;
    text-align: center;
    padding: 5px 15px;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }*/
  header.page-header .logo {
    text-align: center;
    width: 100%;
  }
  header.page-header .phone {
    display: none;
  }
  header.page-header .mobile-topline {
    display: block;
    position: relative;
    background: #444444;
    padding: 5px 15px;
    text-align: right;
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  header.page-header .mobile-topline .phone-number {
    font-size: 20px;
    line-height: 35px;
    font-family: "Chivo", sans-serif;
    color: #fff;
  }
  header.page-header .navbar {
    position: static;
    min-height: 0;
    border: 0;
    margin: 0;
  }
  header.page-header .dropdown-menu {
    border-radius: 0;
  }
  header.page-header .navbar-nav .ecaret {
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
  }
  header.page-header .navbar-nav .ecaret:after {
    font-family: "computer";
    content: "\e92a";
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 24px;
    line-height: 41px;
    text-align: center;
  }
  header.page-header .navbar-nav li.opened > a > .ecaret:after {
    content: "\e92b";
  }
  header.page-header .navbar-nav li {
    background: transparent;
    position: relative;
  }
  header.page-header .navbar-nav li > a {
    position: relative;
  }
  header.page-header .navbar-nav > li {
    margin-top: 0px;
  }
  header.page-header .navbar-nav > li > a,
  header.page-header .navbar-nav > li > a:focus {
    font-size: 20px;
    line-height: 20px;
    padding: 10px 20px;
    color: #fff;
    background: transparent;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
  }
  header.page-header .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  header.page-header .navbar-nav .opened > a,
  header.page-header .navbar-nav .opened > a:focus,
  header.page-header .navbar-nav .opened > a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  header.page-header .navbar-toggle {
    position: absolute;
    right: 10px;
    padding: 0 10px;
    margin: 0;
    font-size: 34px;
    color: #444444;
    top: 50%;
    margin-top: -15px;
    display: block;
    height: 30px;
  }
  header.page-header .navbar-toggle .icon-cancel {
    display: none;
    font-size: 34px;
  }
  header.page-header .navbar-toggle.slide-active .icon-cancel {
    display: none;
  }
  header.page-header .navbar-nav .dropdown-menu {
    margin: 0 0 10px;
    padding: 0;
    display: none;
    width: 100%;
    position: relative;
    background-color: #f0f0f0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header.page-header .navbar-nav .dropdown-menu a,
  header.page-header .navbar-nav .dropdown-menu a:focus {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    background: transparent;
    padding: 10px 15px 10px 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
  }
  header.page-header .navbar-nav .dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  header.page-header .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: #fcfcfc;
  }
  header.page-header .navbar-nav .opened > .dropdown-menu {
    display: block;
  }
  .navbar-nav > li {
    float: none;
  }
  header.page-header .navbar-toggle i.icon {
    line-height: 1 !important;
    margin-left: 0 !important;
    width: auto;
    height: auto;
  }
  body.home header.page-header.is-sticky,
  .page-header.is-sticky {
    background: #fff !important;
  }
}

@media (max-width: 479px) {
  header.page-header .navbar-toggle {
    bottom: 12px;
    font-size: 30px;
  }
  header.page-header.is-sticky .navbar-toggle {
    bottom: 3px;
  }
}

.nav-right,
.header-top-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
}

.page-header.is-sticky .header-search {
  display: none;
}

.navbar-form-search {
  padding-left: 20px;
  margin-top: 8px;
  position: relative;
  border: 0;
  box-shadow: none;
}

.navbar-form-search .form-control {
  width: 100%;
  padding-left: 40px;
}

.navbar-form-search button {
  border: 0;
  padding: 0 5px;
  background: transparent;
  font-size: 18px;
  color: #acacac;
}

@media (max-width: 991px) {
  .navbar-form-search button {
    color: #222222;
    font-size: 20px;
  }
}

.navbar-form-search button:active,
.navbar-form-search button:hover,
.navbar-form-search button:focus {
  color: #222222;
  outline: none;
  box-shadow: none;
}

.navbar-form-search .search-form-container {
  text-align: right;
  position: absolute;
  width: 280px;
  overflow: hidden;
  right: 46px;
  top: -4px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .navbar-form-search .search-form-container {
    top: 4px;
  }
}

@media (max-width: 479px) {
  .navbar-form-search .search-form-container {
    width: 200px;
  }
}

.navbar-form-search .search-form-container.hdn {
  width: 0;
}

.navbar-form-search .search-form-container .search-input-group {
  width: 100%;
  position: relative;
}

.navbar-form-search .search-form-container .search-input-group button {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 2px 5px;
}

.navbar-form-search .search-form-container .search-input-group .form-group {
  width: 100%;
}

/*--------   2.3 Slide Menu      --------*/

body.slide-active {
  overflow-x: hidden;
}

.archive #primary,
.search #primary {
  margin-top: 80px;
}

#page-content {
  position: relative;
  left: 0;
}

#page-content.slide-active {
  padding-top: 0;
}

.navbar-header {
  position: relative;
}

@media (max-width: 991px) {
  #slide-nav .navbar.slide-active {
    position: absolute;
    width: 270px;
    top: -1px;
    z-index: 1000;
  }
  #slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 10px 0 0;
  }
  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 100%;
    white-space: normal;
    text-decoration: none;
  }
  #slide-nav {
    border-top: 0;
  }
  #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 270px;
    left: -270px;
    background: #4d7df0;
  }
  .navbar-nav li {
    margin-top: 0;
  }
}

@media (min-width: 991px) {
  #page-content {
    left: 0 !important;
  }
  .navbar.navbar-fixed-top.slide-active {
    position: fixed;
  }
  .navbar-header {
    left: 0 !important;
  }
  body.home header.page-header.is-sticky .header-top,
  .page-header.is-sticky .header-top {
    display: none;
  }
}

/*--------   2.4 Footer          --------*/

.page-footer .contact-info.last-item a {
  color: #fff;
  text-decoration: none !important;
}

.page-footer {
  position: relative;
  background: #444444;
  color: #fff;
  clear: both;
}

.page-footer .footer-content {
  padding: 55px 0 38px;
  position: relative;
}

@media (max-width: 767px) {
  .page-footer .footer-content {
    padding: 35px 0 55px;
  }
}

.page-footer .container {
  position: relative;
  z-index: 100;
}

.page-footer ul.footer-menu {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .page-footer ul.footer-menu {
    margin-bottom: 40px;
  }
}

.page-footer ul.footer-menu li {
  display: inline-block;
  margin: 0 8px;
}

@media (max-width: 767px) {
  .page-footer ul.footer-menu li {
    display: block;
    margin: 15px 0 !important;
  }
}

.page-footer ul.footer-menu li a {
  font-family: "Chivo", sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.page-footer ul.footer-menu li a:hover {
  color: #4d7df0;
}

.page-footer ul.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-footer ul.footer-links li a {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

.page-footer ul.footer-links li a:hover {
  color: #4d7df0;
  text-decoration: none;
}

.page-footer .copyright {
  color: #9f9f9f;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px;
  text-align: center;
}

@media (max-width: 767px) {
  .page-footer .copyright {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 34px;
  }
}

.page-footer .footer-map {
  height: 365px;
  width: 100%;
}

.page-footer .social-links {
  text-align: center;
  margin-bottom: 37px;
}

.page-footer .social-links ul li {
  margin: 0 10px;
}

.page-footer .social-links ul li a {
  color: #d8d8d8;
  /* important on color create a problem for customizer setting. */
  font-size: 32px;
}

.page-footer .footer-phone {
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 1em;
  font-family: "Chivo", sans-serif;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .page-footer .footer-phone {
    font-size: 22px;
    line-height: 37px;
  }
}

.page-footer .footer-phone .number {
  color: #4d7df0;
  white-space: nowrap;
}

.page-footer .footer-phone .icon {
  font-size: 18px;
  line-height: 30px;
  padding-right: 5px;
  width: auto;
  vertical-align: inherit;
  margin-left: 0;
}

@media (max-width: 767px) {
  .page-footer .footer-phone .icon {
    font-size: 14px;
    line-height: 22px;
  }
}

.page-footer .footer-columns {
  margin-bottom: 24px;
}

.footer-links > li:first-child {
  margin-top: 0;
}

@media (max-width: 991px) {
  .page-footer .footer-columns > div {
    margin: 20px auto;
    max-width: 300px;
    text-align: center;
  }
  .page-footer ul.footer-menu li a {
    font-size: 14px;
  }
  ul.footer-menu li {
    display: inline-block;
    margin: 0 3px !important;
  }
  .page-footer .contact-info {
    font-size: 14px;
  }
  .widget_smart_contact_list .col-sm-3,
  .widget_smart_contact_list .col-sm-4 {
    width: 50% !important;
  }
  .widget_smart_contact_list .col-sm-5 {
    width: 100% !important;
  }
  .social-links.rounded ul.contact-list li a {
    width: 46px;
    height: 46px;
    border-width: 4px;
    font-size: 17px !important;
    line-height: 38px;
  }
  .social-links.rounded.text-right {
    text-align: center;
    margin-top: 25px;
  }
  .widget_smart_contact_list {
    overflow: hidden;
    display: block;
    padding: 0px 30px;
  }
  .widget_smart_contact_list .contact-info {
    padding-left: 60px;
  }
  .home-about-list .vc_col-sm-1 {
    display: none !important;
  }
  .home-about-list .vc_col-sm-5 {
    width: 50% !important;
  }
  h3 {
    font-size: 28px;
    margin: 0 0 15px;
  }
}

.page-footer .contact-info {
  margin: 0;
}

.page-footer .contact-info .icon {
  color: #656565;
}

@media (max-width: 767px) {
  .page-footer #footer-map {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .widget_smart_contact_list {
    overflow: hidden;
    display: block;
    padding: 0px 0px;
  }
  .widget_smart_contact_list .col-sm-3 {
    width: 100% !important;
  }
  .social-links.rounded ul li {
    display: inline-block;
    margin: 0 2px 7px 0;
  }
}

.footer-links a {
  color: #fff;
  text-decoration: underline;
  margin: 0px 10px;
  font-size: 16px;
  position: relative;
}

.footer-links a:hover {
  color: #4d7df0;
  text-decoration: none;
}

.page-footer {
  position: relative;
  background: url(images/footer-bg.jpg) no-repeat center center #444;
  background-size: cover;
  color: #fff;
  clear: both;
}

.page-footer .contact-info .icon {
  top: 4px;
  font-size: 30px;
  color: #fff;
}

.contact-info.last-item {
  text-decoration: underline;
}

.contact-info.last-item:hover {
  text-decoration: none;
}

/* back to top button */

.back-to-top {
  position: fixed;
  bottom: 185px;
  right: 5%;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  width: 60px;
  height: 60px;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}

.address-box > * + * {
  margin-top: 20px;
}

.address-box p:last-child {
  margin: 0;
}

.address-box a:not([class]) {
  text-underline-position: under;
}

.address-box .row-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.address-box .col {
  max-width: 50%;
  flex-basis: 50%;
  padding: 0 15px;
  margin-top: 20px;
}

.address-box .col:last-child {
  max-width: 100%;
  flex-basis: 100%;
}

@media screen and (max-width: 991px) {
  .address-box .col:nth-child(1),
  .address-box .col:nth-child(2) {
    max-width: 30%;
    flex-basis: 30%;
  }
  .address-box .col:nth-child(3),
  .address-box .col:nth-child(4) {
    max-width: 20%;
    flex-basis: 20%;
  }
  .address-box p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .address-box .col {
    max-width: 50% !important;
    flex-basis: 50% !important;
  }
}

@media screen and (max-width: 380px) {
  .address-box .col {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

.address-link {
  font-size: 22px;
  line-height: 30px;
}

.address-link,
.address-link:hover,
.address-link:focus {
  text-decoration: none;
}

.address-link [class*="icon"] {
  color: #4d7df0;
  position: relative;
  top: 3px;
}

.address-link span {
  border-bottom: 1px solid #222;
}

.address-link:hover span {
  border-bottom: 0;
}

.address-link + * {
  margin-top: 5px;
}

#searchInput {
  position: absolute;
  top: 17px !important;
  left: 18% !important;
  width: 639px;
  max-width: 60%;
  height: 57px;
  border-radius: 28.5px;
  background: #fff;
  border: 0;
  padding: 0 33px;
  font-size: 15px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  #searchInput {
    left: 20% !important;
    height: 45px;
  }
}

@media (max-width: 991px) {
  #searchInput {
    top: 50px !important;
    left: 10px !important;
    right: 10px !important;
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 767px) {
  #searchInput {
    display: none;
  }
}

@media (max-width: 1199px) {
  .back-to-top {
    bottom: 20px !important;
    right: 20px;
  }
}

.back-to-top a {
  display: block;
  color: #4d7df0;
  font-size: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .back-to-top {
    bottom: 70px !important;
    left: auto;
    right: 20px;
  }
  .footer-links a {
    display: block;
  }
  .back-to-top a {
    font-size: 50px;
  }
  .page-footer .contact-info {
    font-size: 15px;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-footer .footer-links a + a:before {
  position: absolute;
  left: -14px;
  top: 0px;
  content: "|";
  color: #fff !important;
}

.back-to-top:hover {
  bottom: 70px;
}

@media (max-width: 1199px) {
  .back-to-top:hover {
    bottom: 70px;
  }
}

/*--------   2.5 Main Slider     --------*/

/*slider*/

#mainSlider {
  margin-bottom: 30px;
  opacity: 0;
}

#mainSlider.slick-initialized {
  opacity: 1;
}

#mainSlider .slide .img--holder {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#mainSlider .slide-content {
  height: 100%;
  width: 40%;
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 100;
}

#mainSlider .slide-content.center {
  text-align: center;
  left: 50px;
  width: calc(100% - 100px);
}

#mainSlider .slide-content h3 {
  font-size: 102px;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0.3em;
  color: #fff;
  letter-spacing: -0.04em;
  text-transform: none;
}

#mainSlider .slide-content h3:first-child {
  margin-bottom: 0.05em;
}

#mainSlider .slide-content h3 span {
  color: #4d7df0;
}

#mainSlider .slide-content h4 {
  font-size: 56px;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 0.45em;
  color: #fff;
  text-transform: none;
}

#mainSlider .slide-content h4:first-child {
  margin-bottom: 0.2em;
}

#mainSlider .slide-content h4 span {
  color: #4d7df0;
}

#mainSlider .slide-content p {
  font-size: 20px;
  line-height: 1.5em;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin-bottom: 2.5em;
  font-style: italic;
}

@media (max-width: 1299px) {
  #mainSlider .slide-content h3 {
    font-size: 70px;
  }
  #mainSlider .slide-content h4 {
    font-size: 35px;
  }
}

@media (max-width: 1199px) {
  #mainSlider .slide-content p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  #mainSlider .slide-content h3 {
    font-size: 50px;
  }
  #mainSlider .slide-content h4 {
    font-size: 26px;
  }
  #mainSlider .slide-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #mainSlider .slide-content h3 {
    font-size: 50px;
  }
  #mainSlider .slide-content h4 {
    font-size: 30px;
  }
  #mainSlider .slide-content p {
    font-size: 16px;
  }
  #mainSlider .slide-content .btn {
    display: none;
  }
  #mainSlider .vert-wrap {
    padding-top: 0;
  }
  #mainSlider .slide-content.center {
    text-align: center;
    left: 25px;
    width: calc(100% - 50px);
  }
  #mainSlider .slide .img--holder {
    height: 320px;
  }
  body.home.admin-bar header.page-header {
    top: 0px;
  }
}

@media (max-width: 667px) {
  #mainSlider .slide-content h3 {
    font-size: 34px;
  }
  #mainSlider .slide-content h4 {
    font-size: 18px;
  }
  #mainSlider .slide-content p {
    font-size: 12px;
  }
  #mainSlider .slide-content .btn {
    font-size: 10px;
    padding: 10px 15px;
  }
}

@media (max-width: 479px) {
  #mainSlider .slide-content h3 {
    font-size: 30px;
  }
  #mainSlider .slide-content h4 {
    font-size: 14px;
  }
  #mainSlider .slide-content.center {
    text-align: center;
    left: 10px;
    width: calc(100% - 20px);
  }
  #mainSlider .slick-prev:before,
  #mainSlider .slick-next:before {
    display: none;
  }
}

@media (max-width: 480px) {
  #mainSlider .slide .img--holder {
    height: 160px;
  }
}

#mainSlider .slick-prev,
#mainSlider .slick-next {
  width: 125px;
  height: 125px;
  margin-top: -62px;
}

#mainSlider .slick-prev:before,
#mainSlider .slick-next:before {
  font-size: 125px;
  line-height: 1em;
  color: #fff !important;
  font-weight: normal;
}

#mainSlider .slick-prev {
  left: 50px;
}

#mainSlider .slick-next {
  right: 50px;
}

@media (max-width: 1199px) {
  #mainSlider .slick-prev {
    left: 0;
  }
  #mainSlider .slick-next {
    right: 0;
  }
  #mainSlider .slick-prev,
  #mainSlider .slick-next {
    width: 85px;
    height: 85px;
    margin-top: -42px;
  }
  #mainSlider .slick-prev:before,
  #mainSlider .slick-next:before {
    font-size: 85px;
  }
}

@media (max-width: 991px) {
  #mainSlider .slick-prev,
  #mainSlider .slick-next {
    display: none !important;
  }
}

#mainSliderWrapper {
  position: relative;
}

#mainSliderWrapper .scroll-bottom {
  position: absolute;
  bottom: 75px;
  left: 50%;
  padding: 15px;
  transform: translateX(-50%);
  font-size: 40px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

#mainSliderWrapper .scroll-bottom:hover {
  color: #4d7df0;
  bottom: 70px;
}

#mainSliderWrapper .scroll-bottom:hover [class*="icon"] {
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

@media (max-width: 1199px) {
  #mainSliderWrapper .scroll-bottom {
    display: none;
  }
}

#mainSlider .vert-wrap {
  padding-top: 180px;
}

@media (max-width: 991px) {
  #mainSlider .vert-wrap {
    padding-top: 0;
  }
  #mainSlider .slide-content h3 {
    font-size: 48px;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  #mainSlider.slider-wrapper,
  #mainSlider .slide .img--holder {
    height: 41vw !important;
  }
}

@media (max-width: 667px) {
  #mainSlider .slide-content h3 {
    font-size: 30px;
  }
}

/*--------   2.3 Header          --------*/

header .header-top {
  padding: 26px 0;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 1199px) {
  header .header-top {
    padding: 16px 0;
  }
}

header .logo {
  flex: 0 0 234px;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
}

/*
header .logo.lrg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 370px;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
    position: relative;
    overflow: hidden;
    margin-right: 25px;
}
*/

header .logo > a {
  position: relative;
  display: block;
}

header .logo img {
  max-width: 100%;
}

header .header-top-info [class*="icon-"] {
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  color: #ffffff;
}

header .header-top-info:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  height: 55px;
  width: 1px;
  transform: translateY(-22px);
  background: #f2f2f2;
}

@media (max-width: 1199px) {
  header .header-top-info:after {
    right: 12px;
  }
}

header .header-top-info + .header-top-info {
  margin-right: 30px;
}

header .phone {
  position: relative;
  padding-left: 30px;
  font-family: "Chivo", sans-serif;
}

header .phone .phone-wrapper {
  float: left;
  margin-right: -8px;
}

header .phone .above-number {
  display: table;
  width: 100%;
  font-size: 15px;
  line-height: 24px;
}

header .phone .number {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #4d7df0;
}

header .phone .under-number {
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}

header .phone .under-number a {
  color: #fff;
  text-decoration: underline;
}

header .phone .under-number a:hover {
  text-decoration: none;
}

header .phone .right-text {
  position: absolute;
  right: 10px;
  top: 12px;
  transform: translateX(100%);
  width: 145px;
  height: 72px;
}

header .phone .right-text .item {
  position: absolute;
  top: -32px;
  left: 28px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

header .phone .right-text .item img {
  max-width: unset;
}

.slidemenu-close {
  display: none;
}

header {
  color: #222222;
}

.header-cart {
  cursor: pointer;
  position: relative;
  float: right;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  color: #292929;
  -webkit-transition: 0.2s;
}

header .header-top-info {
  padding-left: 30px;
  padding-right: 60px;
  position: relative;
  font-size: 15px;
  line-height: 24px;
}

header .header-top-info:last-child {
  padding-right: 0;
}

header .header-top-info:last-child:after {
  display: none;
}

@media (max-width: 1199px) {
  header .header-top-info {
    min-width: 225px;
    padding-right: 25px;
    font-size: 14px;
  }
}

.header-cart .badge {
  pointer-events: none;
  width: 30px;
  height: 32px;
  line-height: 29px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Chivo", sans-serif;
  position: absolute;
  right: 9px;
  top: 11px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 0;
}

@media (max-width: 992px) {
  header .header-top-info {
    display: none;
  }
  header.page-header .phone {
    display: none;
  }
  .header-info-toggle [class*="icon-"]:hover {
    color: #4d7df0;
  }
  .slidemenu-close {
    display: block;
    width: 270px;
    padding-left: 15px;
    color: #fff !important;
    background-color: #4d7df0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 45px;
  }
  .slidemenu-close [class*="icon-"] {
    position: relative;
    top: 4px;
    padding-right: 25px;
  }
  #slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0;
  }
  header.page-header .navbar-nav li {
    background: transparent;
    position: relative;
  }
  #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 270px;
    left: -270px;
    background: #4d7df0;
  }
}

@media (max-width: 1199px) {
  header.page-header-1 .logo {
    flex: 0 0 250px;
    margin-right: 15px;
  }
  header .header-top-info + .header-top-info {
    margin-right: 13px;
  }
  header .phone {
    flex: 0 0 190px;
  }
}

header .phone [class*="icon-"] {
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 1em;
  color: #4d7df0;
}

@media (max-width: 1460px) {
  header .phone .right-text .item.text1,
  header .phone .right-text .item.text2,
  header .phone .right-text .item.arrow {
    display: none;
  }
}

@media (max-width: 991px) {
  header.page-header .header-top {
    background: #fff;
    text-align: center;
    padding: 17px 15px;
    margin: 0 auto;
  }
  .home header.page-header .header-top {
    padding: 17px 15px;
  }
  .home header.page-header.is-sticky .header-top {
    padding: 0px 15px;
  }
  body.home.admin-bar header.page-header {
    top: 0px;
  }
  body.home.admin-bar header.page-header.is-sticky {
    top: 44px;
  }
  body.home header.page-header.is-sticky .header-top,
  .page-header.is-sticky .header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-right {
    position: absolute;
    right: 70px;
    bottom: 19px;
  }
}

@media (max-width: 767px) {
  .nav-right {
    right: 65px;
    bottom: -2px;
  }
}

@media (max-width: 480px) {
  .nav-right {
    right: 65px;
    bottom: -5px;
  }
}

@media (max-width: 991px) {
  header .logo {
    flex: 0 0 220px;
  }
}

@media (max-width: 767px) {
  header.page-header .header-top {
    padding: 10px 15px !important;
  }
  header .logo {
    flex: 0 0 185px;
  }
  body.home header.page-header.is-sticky .header-top,
  .page-header.is-sticky .header-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
  }
  body.home header.page-header.is-sticky,
  .page-header.is-sticky {
    position: fixed !important;
    top: 0;
  }
  body.home.admin-bar header.page-header.is-sticky {
    top: 0px;
  }
  header.page-header.is-sticky .header-top {
    padding: 10px 30px;
    height: 50px;
  }
  .home-about-list .vc_col-sm-5 {
    width: 100% !important;
  }
  .home-ab-txt .wpb_single_image img {
    margin-bottom: 20px;
  }
  .grey-box-inside {
    margin-bottom: 20px;
  }
  p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  header .logo {
    flex: 0 0 165px;
  }
}

/*---------------------------------------*/

/*--------       3. Content      --------*/

/*---------------------------------------*/

/*-----  3.1 Breadcrumbs block   --------*/

.breadcrumbs {
  border-bottom: 1px solid #e8e8e8;
}

.breadcrumbs {
  background-color: transparent;
  display: inline-block;
  padding: 15px 0;
  border-radius: 0;
  margin: 0;
  width: 100%;
}

.breadcrumbs-design2 {
  background-color: #f9f9f9;
  overflow: hidden;
}
.single-product #pageContent .container {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs-design2 .breadcrumbs {
  background-color: transparent;
  display: inline-block;
  padding: 15px 0;
  border-radius: 0;
  margin: 0;
  width: 100%;
  border-bottom: 0;
}

.breadcrumbs span,
.breadcrumbs a,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb span {
  color: #444444;
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #4d7df0;
}

.breadcrumbs > span {
  display: inline-block;
}

.breadcrumbs span span:first-child {
  margin-left: 0;
}

/*.breadcrumbs span > span + span:before {
  content: "�";
  padding: 0 15px;
  color: #444444;
}*/

/*-----  3.2 Category block      --------*/

.category-block {
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.category-block > span {
  display: block;
}

.category-block .image {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #4d7df0;
}

.category-block .image img {
  width: 100%;
}

.category-block .image_hover {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #444444;
  z-index: 1;
  -webkit-transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  text-align: center;
  padding: 40px;
}

.category-block .image_hover p {
  font-size: 15px;
  line-height: 1.467em;
  margin-bottom: 40px;
  color: #fff;
}

.category-block .image_hover .btn {
  margin-bottom: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.category-block .image_hover .btn:hover,
.category-block .image_hover .btn.active,
.category-block .image_hover .btn:active,
.category-block .image_hover .btn.focus,
.category-block .image_hover .btn:focus {
  background: #fff;
  color: #4d7df0;
}

.category-block .image_hover.light {
  background-color: #f6f6f6;
}

.category-block .image_hover.light p {
  color: #292929;
}

.category-block .image_hover.light .btn {
  background: #4d7df0;
  color: #fff;
}

.category-block .image_hover.light .btn:hover,
.category-block .image_hover.light .btn.active,
.category-block .image_hover.light .btn:active,
.category-block .image_hover.light .btn.focus,
.category-block .image_hover.light .btn:focus {
  background: #444444;
  color: #fff;
}

.category-block .image_hover.color {
  background: #4d7df0;
}

.category-block .image_hover.color .btn {
  background-color: #444444 !important;
  color: #fff !important;
}

.category-block .image_hover.color .btn:hover,
.category-block .image_hover.color .btn.active,
.category-block .image_hover.color .btn:active,
.category-block .image_hover.color .btn.focus,
.category-block .image_hover.color .btn:focus {
  background: #fff;
  color: #4d7df0;
}

.category-block:hover .image_hover {
  visibility: visible;
  opacity: 1;
}

.category-block:hover .image {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.category-block .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  z-index: 0;
}

@media (max-width: 1199px) {
  .category-block .image_hover p {
    margin-bottom: 15px;
  }
  .category-block .image_hover {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .category-block .caption {
    padding: 25px;
  }
  header.page-header.is-sticky .navbar,
  .page-header.is-sticky .navbar {
    min-height: 50px;
  }
}

.category-block .caption .name {
  font-size: 40px;
  line-height: 1em;
  font-weight: 400;
  color: #4d7df0;
  margin: 0 0 5px;
  padding: 0;
}

.category-block .caption .name.white {
  color: #fff;
}

@media (max-width: 1199px) {
  .category-block .caption .name {
    font-size: 36px;
  }
}

.category-block .caption p {
  font-size: 20px;
  line-height: 1em;
  font-family: "Chivo", sans-serif;
  margin: 0;
  color: #444444;
}

.category-block .caption p.white {
  color: #fff;
}

.category-block .caption.middle .vert-wrap .vert {
  vertical-align: middle;
}

.category-block .caption.top .vert-wrap .vert {
  vertical-align: top;
}

.category-block .caption.bottom .vert-wrap .vert {
  vertical-align: bottom;
}

@media (max-width: 991px) {
  .category-block .image_hover {
    padding: 15px;
  }
  .category-block .image_hover p {
    font-size: 13px;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
  .category-block .caption .vert-wrap .vert {
    vertical-align: top !important;
  }
  .category-block .image_hover {
    visibility: visible;
    opacity: 1;
    background: transparent !important;
  }
  .category-block .image_hover p {
    display: none;
  }
  .category-block .image_hover p:last-child {
    display: block;
    margin-bottom: 0;
  }
  .category-block .image_hover .vert-wrap .vert {
    vertical-align: bottom !important;
  }
}

@media (max-width: 767px) {
  .category-block {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  .category-carousel.slick-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .category-carousel.slick-slider .slick-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 479px) {
  .category-block {
    margin: 0 auto;
    max-width: 200px;
  }
}

/*-----  3.3 Pricing block       --------*/

.computer-table-txt table {
  border: none !important;
  table-layout: inherit;
}

.computer-table-txt .price-table > tbody > tr.table-header {
  background: transparent !important;
}

.computer-table-txt .price-table > tbody > tr > th[scope="col"] {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  border: 0;
  padding: 15px;
}

.computer-table-txt .table-wrapper {
  margin-bottom: 0px;
}

.computer-table-txt .price-table > tbody > tr > td,
.computer-table-txt .price-table > tbody > tr > th[scope="row"] {
  border: 0;
  padding: 15px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  border-bottom: 3px solid #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.computer-table-txt .price-table > tbody > tr > th[scope="row"] {
  font-weight: 600;
}

.computer-table-txt .price-table > tbody > tr:nth-of-type(even) {
  background-color: #f2f2f2;
}

.computer-table-txt .price-table > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.price-box:nth-child(2) .price-box-inside {
  background-image: url(images/price-bg-2.jpg);
}

.price-box:nth-child(3) .price-box-inside {
  background-image: url(images/price-bg-3.jpg);
}

.price-box:nth-child(4) .price-box-inside {
  background-image: url(images/price-bg-4.jpg);
}

.price-box-inside {
  background: url(images/price-bg-1.jpg) no-repeat center top #eff0f5;
  background-size: 100% auto;
  height: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

table.table.price-table.small-only {
  display: none;
}

@media (max-width: 767px) {
  .price-box {
    margin-top: 15px;
  }
  .price-box:first-child {
    margin-top: 0;
  }
  table.table.price-table.small-only {
    display: table;
  }
  table.table.price-table.large-only {
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .price-box {
    margin-top: 30px;
  }
  .col-sm-6.col-md-3.price-box {
    width: 49.8% !important;
  }
  .price-box:nth-child(1),
  .price-box:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .price-box-inside {
    background-size: 100% auto !important;
    height: 100%;
    min-height: 453px;
  }
}

.price-box-top {
  padding: 22px 20px 35px;
}

.price-box-icon i {
  margin: 0 auto;
  display: block;
  width: 144px;
  height: 144px;
  font-size: 56px;
  line-height: 136px;
  background-color: #fff;
  border-radius: 50%;
  color: #4d7df0;
  border: 7px solid #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.price-box-title {
  font-size: 22px;
  line-height: 28px;
  font-family: "Chivo", sans-serif;
  margin-top: 25px;
}

.price-box-text {
  font-size: 15px;
  line-height: 22px;
  margin-top: 15px;
}

.price-box-price {
  height: 80px;
  margin-top: auto;
  background: #fff;
  padding: 18px 25px;
  font-size: 20px;
  line-height: 40px;
  font-family: "Chivo", sans-serif;
}

.price-box-price span {
  font-size: 40px;
  color: #4d7df0;
  text-transform: uppercase;
}

.price-box-price b {
  color: red;
  display: inline-block;
  vertical-align: top;
  margin-top: -7px;
  padding-left: 2px;
}

.price-box:hover .price-box-icon i {
  -webkit-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
  border-color: #b2bbd9;
}

/* Table2 css */

table.table.price-table2 {
  table-layout: unset;
  border: none;
  margin: 0;
}

table.price-table2 > tbody > tr.table-header {
  background: transparent !important;
}

table.price-table2 > tbody > tr > th[scope="col"] {
  font-size: 15px;
  line-height: 26px;
  font-weight: bold;
  border: 0;
  padding: 15px 5px;
  background: #f7f7f7;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 992px) {
  table.price-table2 > tbody > tr > th[scope="col"] {
    font-size: 14px;
    line-height: 23px;
  }
}

table.price-table2 > tbody > tr > th[scope="col"]:first-child {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Chivo", sans-serif;
  text-transform: none;
  border-right: 30px solid #fff;
  padding-left: 30px;
  text-align: left;
}

@media (max-width: 992px) {
  table.price-table2 > tbody > tr > th[scope="col"]:first-child {
    border-right: 10px solid #fff;
  }
}

table.price-table2 > tbody > tr > td,
table.price-table2 > tbody > tr > th[scope="row"] {
  border: 0;
  padding: 15px 0;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  border-bottom: 1px dotted #e8e8e8;
  text-align: center;
}

@media (max-width: 992px) {
  table.price-table2 > tbody > tr > td,
  table.price-table2 > tbody > tr > th[scope="row"] {
    font-size: 14px;
    line-height: 23px;
    text-align: left;
    padding: 5px 10px;
  }
}

table.price-table2 > tbody > tr > td span,
table.price-table2 > tbody > tr > th[scope="row"] span {
  color: #57bb90;
}

table.price-table2 > tbody > tr > td a,
table.price-table2 > tbody > tr > th[scope="row"] a {
  color: #57bb90;
  text-decoration: none;
}

table.price-table2 > tbody > tr > td a:hover,
table.price-table2 > tbody > tr > th[scope="row"] a:hover {
  color: #222222;
}

table.price-table2 > tbody > tr:last-child > td,
table.price-table2 > tbody > tr:last-child > th[scope="row"] {
  border-bottom: 0;
}

table.price-table2 > tbody > tr > th[scope="row"] {
  text-transform: uppercase;
  border-right: 30px solid #fff;
  border-left: 30px solid #fff;
  text-align: left;
}

@media (min-width: 1400px) {
  table.price-table2 > tbody > tr > th[scope="row"] {
    width: 345px;
  }
}

@media (max-width: 992px) {
  table.price-table2 > tbody > tr > th[scope="row"] {
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
  }
}

table.price-table2 > tbody > tr > th.st-head-row {
  border: none;
  border-top: 1px solid #ddd;
  padding: 8px;
}

/*-----  3.4 Video block         --------*/

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.video-responsive iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*-----  3.5 Text + Icon block   --------*/

.text-icon-grid .text-icon {
  float: left;
  /* width: 25%;*/
}

.text-icon {
  position: relative;
  margin: 20px 0 20px;
  text-align: center;
}

.text-icon:hover .icon-wrapper span {
  -webkit-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
  -moz-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
  box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
  background: #fff;
}

.text-icon:hover .icon-wrapper .icon-hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
}

.text-icon:hover .icon-wrapper span i.icon {
  color: #4d7df0;
}

.text-icon .title {
  font-size: 22px;
  line-height: 28px;
  margin: 0 auto 11px;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  max-width: 240px;
}

.text-icon .number {
  font-size: 40px;
  line-height: 1em;
  margin: 0 0 11px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .text-icon .title {
    font-size: 18px;
    line-height: 24px;
  }
}

body:not(.home) .text-icon .title {
  font-size: 40px;
  line-height: 1em;
  margin: 0 0 11px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  max-width: inherit;
}

@media (max-width: 991px) and (min-width: 768px) {
  body:not(.home) .text-icon .title {
    font-size: 30px;
  }
}

.text-icon p {
  font-size: 15px;
  line-height: 24px;
}

.text-icon .text {
  max-width: 280px;
  margin: 0 auto;
}

.text-icon-grid {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .text-icon-grid .slick-dots {
    bottom: -40px;
  }
}

.text-icon-squared {
  position: relative;
  text-align: center;
  width: 33.333%;
  float: left;
  padding: 65px 20px 72px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.text-icon-squared:nth-child(3n + 1) {
  clear: none;
}

.text-icon-squared .caption {
  position: relative;
  z-index: 1;
}

.text-icon-squared .hover {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #444444;
  z-index: 0;
  -webkit-transition: visibility 0, opacity 0;
  transition: visibility 0, opacity 0;
  opacity: 0;
}

.text-icon-squared:after {
  content: "";
  position: absolute;
  height: calc(100% - 60px);
  width: 1px;
  background-color: #efefef;
  top: 30px;
  right: 0;
  z-index: -1;
}

.text-icon-squared:before {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #efefef;
  top: 0;
  left: 30px;
  z-index: -1;
}

.text-icon-squared .icon-big {
  text-align: center;
  margin-bottom: 25px;
}

.text-icon-squared .icon-big .icon {
  font-size: 78px;
  line-height: 1em;
  color: #4d7df0;
}

.text-icon-squared .read-more,
.text-icon .read-more {
  display: inline-block;
  margin-top: 18px;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #4d7df0;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.text-icon-squared:hover,
.text-icon-squared:hover .read-more {
  color: #fff;
}

.text-icon-squared:hover .hover {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.text-icon-squared .title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: none;
  font-family: "Chivo", sans-serif;
}

@media (max-width: 1199px) {
  .text-icon-squared .title {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 992px) {
  .text-icon-squared:nth-child(3n):after {
    display: none;
  }
  .text-icon-squared:first-child:before,
  .text-icon-squared:nth-child(2):before,
  .text-icon-squared:nth-child(3):before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-icon-squared {
    width: 50%;
  }
  .text-icon-squared:nth-child(2n):after {
    display: none;
  }
  .text-icon-squared:first-child:before,
  .text-icon-squared:nth-child(2):before {
    display: none;
  }
}

@media (max-width: 767px) {
  .text-icon-squared {
    padding: 25px 20px 15px;
  }
  .text-icon-squared:after,
  .text-icon-squared:before {
    display: none;
  }
  .text-icon-squared .title,
  .text-icon-squared .text {
    height: auto !important;
  }
}

/* text icon horizontal */

.text-icon-hor-grid {
  margin-top: 45px;
}

.text-icon-hor {
  position: relative;
  display: table;
  width: 100%;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.text-icon-hor:last-child {
  border-bottom: 0;
}

.text-icon-hor .icon-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  padding: 8px;
}

@media (max-width: 767px) {
  .text-icon-hor .icon-wrapper {
    width: 120px;
  }
}

@media (max-width: 479px) {
  .text-icon-hor .icon-wrapper {
    width: 100%;
    display: block;
  }
}

.text-icon-hor .icon-wrapper span {
  display: inline-block;
  position: relative;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 0 8px #e9eaed;
  -moz-box-shadow: 0 0 0 8px #e9eaed;
  box-shadow: 0 0 0 8px #e9eaed;
}

@media (max-width: 767px) {
  .text-icon-hor .icon-wrapper span {
    width: 90px;
    height: 90px;
  }
}

.text-icon-hor .icon-wrapper span i.icon {
  position: relative;
  z-index: 1;
  font-size: 60px;
  line-height: 144px;
  color: #4d7df0;
  width: auto;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}

@media (max-width: 767px) {
  .text-icon-hor .icon-wrapper span i.icon {
    font-size: 40px;
    line-height: 90px;
  }
}

.text-icon-hor .icon-wrapper .icon-hover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: calc(100%);
  height: calc(100%);
  opacity: 0;
  background-color: #4d7df0;
  -webkit-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.text-icon-hor:hover .icon-wrapper span {
  -webkit-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
  -moz-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
  box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
}

.text-icon-hor:hover .icon-wrapper .icon-hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
}

.text-icon-hor:hover .icon-wrapper span i.icon {
  color: #fff;
}

.text-icon-hor h4.title {
  text-transform: none;
  margin-bottom: 7px;
}

.text-icon-hor .text {
  display: table-cell;
  vertical-align: middle;
}

.text-icon-hor .text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .text-icon-hor .text {
    width: 100%;
    display: block;
    text-align: center;
  }
}

.text-icon-hor .price {
  display: table-cell;
  vertical-align: middle;
  width: 170px;
  white-space: nowrap;
  font-size: 20px;
  line-height: 40px;
  font-family: "Chivo", sans-serif;
  color: #4d7df0;
  text-align: right;
}

.text-icon-hor .price span {
  font-size: 40px;
}

@media (max-width: 767px) {
  .text-icon-hor .price span {
    font-size: 30px;
  }
}

.text-icon-hor .price .remark {
  color: #f84646;
}

@media (max-width: 479px) {
  .text-icon-hor .price {
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px 0;
  }
}

/*-----  Services Page --------*/

.box-number-inside {
  background-color: #fff;
  padding: 20px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
}

.box-number-icon {
  min-width: 59px;
  margin-right: 10px;
}

.services-number-span .box-number-icon {
  display: block;
  width: 59px;
  height: 59px;
  background: #4d7df0;
  text-align: center;
  font-size: 28px;
  line-height: 59px;
  border-radius: 50%;
  color: #fff;
}

.box-number-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.services-two-txt .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

p + .row-number {
  margin-top: 32px;
}

.row-number {
  margin-top: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
}

.services-number-span .row-number-icon {
  display: block;
  width: 42px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  background-color: #4d7df0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}

.row-number-icon {
  min-width: 41px;
}

.row-number-text {
  padding-top: 4px;
}

/*-----  About Page --------*/

.about-popup-btn {
  overflow: visible !important;
}

.block.bg-lighter.full-block {
  background: #f9f9fa;
  padding: 70px 0 100px;
}

.block.bottom-null {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .hexagon-box:before {
    top: -172px;
    border-top: solid 2px #4d7df0;
    border-right: solid 2px #4d7df0;
  }
}

@media (min-width: 768px) {
  .hexagon-box:before,
  .hexagon-box:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 332px;
    height: 332px;
    -webkit-transform: scaleY(0.5) rotate(-45deg);
    -ms-transform: scaleY(0.5) rotate(-45deg);
    transform: scaleY(0.5) rotate(-45deg);
    background-color: inherit;
    left: 67px;
  }
  .hexagon-box {
    position: relative;
    width: 470px;
    height: 223px;
    background-color: transparent;
    border-left: solid 2px #4d7df0;
    border-right: solid 2px #4d7df0;
  }
  .hexagon-box:after {
    bottom: -172px;
    border-bottom: solid 2px #4d7df0;
    border-left: solid 2px #4d7df0;
  }
  .hexagon-icon:hover i {
    color: #fff;
    background: #4d7df0;
  }
}

.hexagon-icon:nth-child(1) {
  top: 0;
  left: 50%;
  margin-left: -46px;
  margin-top: -158px;
}

.hexagon-icon:nth-child(2) {
  top: 0;
  left: 100%;
  margin-left: -46px;
  margin-top: -46px;
}

.hexagon-icon:nth-child(3) {
  bottom: 0;
  left: 100%;
  margin-left: -46px;
  margin-bottom: -46px;
}

.hexagon-icon:nth-child(5) {
  bottom: 0;
  left: 50%;
  margin-left: -46px;
  margin-bottom: -160px;
}

.hexagon-icon:nth-child(6) {
  bottom: 0;
  left: 0;
  margin-left: -46px;
  margin-bottom: -46px;
}

.hexagon-icon:nth-child(7) {
  top: 0;
  left: 0;
  margin-left: -46px;
  margin-top: -46px;
}

.hexagon-icon {
  position: absolute;
  z-index: 2;
}

.hexagon-icon i {
  display: block;
  width: 91px;
  height: 91px;
  border: 4px solid #4d7df0;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0 25px #f8f9fa;
  -moz-box-shadow: 0 0 0 25px #f8f9fa;
  box-shadow: 0 0 0 25px #f8f9fa;
  font-size: 40px;
  line-height: 87px;
  color: #444;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.h-box {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  color: #2a2a2a;
}

.h-box-title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
  font-family: "Chivo", sans-serif;
}

.hexagon-icon:nth-child(1) .h-box {
  width: 370px;
  text-align: center;
  bottom: 105px;
  left: 50%;
  margin-left: -185px;
}

.hexagon-icon:nth-child(2) .h-box {
  width: 235px;
  text-align: left;
  top: 0;
  left: 100%;
  margin: -6px 0 0 20px;
}

.hexagon-icon:nth-child(3) .h-box {
  width: 235px;
  text-align: left;
  top: 0;
  left: 100%;
  margin: -6px 0 0 20px;
}

.hexagon-icon:nth-child(5) .h-box {
  width: 370px;
  text-align: center;
  bottom: 0;
  left: 50%;
  margin-left: -185px;
  margin-bottom: -120px;
}

.hexagon-icon:nth-child(6) .h-box {
  width: 235px;
  text-align: right;
  top: 0;
  right: 100%;
  margin: -6px 20px 0 0;
}

.hexagon-icon:nth-child(7) .h-box {
  width: 235px;
  text-align: right;
  top: 0;
  right: 100%;
  margin: -6px 20px 0 0;
}

.round-services-txt .block.network-effect {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.question-box textarea.form-control {
  height: 125px;
  padding-top: 10px;
}

@media (max-width: 991px) {
  .home-ab-txt .vc_col-sm-6 {
    width: 100% !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .hexagon-box,
  .hexagon-box-wrapper {
    width: 320px;
  }
  .hexagon-box:before,
  .hexagon-box:after {
    width: 200px;
    height: 200px;
    left: 60px;
  }
  .hexagon-box:before {
    top: -160px;
  }
  .hexagon-icon:nth-child(2) .h-box,
  .hexagon-icon:nth-child(3) .h-box,
  .hexagon-icon:nth-child(6) .h-box,
  .hexagon-icon:nth-child(7) .h-box {
    width: 150px;
  }
  .h-box {
    font-size: 13px;
  }
}

/*-----  3.6 Text + Image block  --------*/

.text-img {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .text-img {
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
  }
}

.text-img .image {
  margin-top: 10px;
  margin-bottom: 13px;
}

.text-img .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: none;
}

@media (max-width: 1199px) {
  .text-img .title {
    font-size: 18px;
    line-height: 22px;
  }
  header .phone .number {
    font-size: 20px;
  }
}

.text-img p {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}

/*-----  3.7 Testimonials block  --------*/

.testimonials-item .inside {
  padding: 40px 25px 45px;
  text-align: left;
  background: rgba(255, 255, 255, 0.85);
  color: #2a2a2a;
  position: relative;
  margin: 30px auto 30px;
  max-width: 570px;
}

.testimonials-item .inside h5 {
  margin-bottom: 8px;
  color: #2a2a2a;
  font-weight: 600;
}

.testimonials-item .inside .rating {
  margin-bottom: 8px;
  font-size: 10px;
  color: #000;
}

.testimonials-item .inside .rating i {
  margin-right: 2px;
  color: #4d7df0;
}

.testimonials-item .inside .username {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  margin: 24px 0 0;
  color: #4d7df0;
}

.testimonials-item .inside .text {
  font-size: 14px;
  line-height: 22px;
}

.testimonials-item .inside:before {
  display: block;
  position: absolute;
  z-index: 1;
  top: -19px;
  right: 12px;
  font-family: "computer";
  content: "\e901";
  color: #4d7df0;
  font-size: 65px;
  line-height: 1em;
}

.testimonials-item .inside:after {
  display: block;
  position: absolute;
  bottom: -30px;
  right: 19%;
  content: "";
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-left-width: 50px;
  border-right-width: 5px;
  border-top: 30px solid rgba(255, 255, 255, 0.85);
  -webkit-transition: border-color 0.25s ease;
  -moz-transition: border-color 0.25s ease;
  -ms-transition: border-color 0.25s ease;
  -o-transition: border-color 0.25s ease;
}

@media (max-width: 479px) {
  .testimonials-item {
    width: calc(100% - 30px);
    margin-left: 0px;
    margin-right: 0px;
  }
}

.testimonials-carousel {
  margin-top: 35px;
}

.testimonials-carousel.slick-slider {
  padding: 0 0 30px;
}

.testimonials-carousel.slick-slider.row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  .testimonials-carousel.slick-slider {
    padding: 0 0 15px;
  }
  .home-about-list .wpb_content_element {
    margin-bottom: 0px !important;
  }
}

.testimonials-carousel.slick-slider .slick-dots {
  margin-bottom: -20px;
}

.testimonials-grid {
  margin-bottom: 60px;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  -ms-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
}

.testimonials-grid .testimonials-item .inside {
  -webkit-box-shadow: 0 15px 55px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 55px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 55px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
}

.testimonials-grid .testimonials-item .inside:hover {
  background-color: #f6f6f7;
}

.testimonials-grid .testimonials-item .inside:hover:after {
  border-top-color: #f6f6f7;
}

.testimonials-single {
  text-align: center;
  color: #2a2a2a;
  position: relative;
}

.testimonials-single .inside {
  margin: 0 auto;
  max-width: 970px;
}

.testimonials-single h5 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #2a2a2a;
}

.testimonials-single p {
  margin-bottom: 18px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-single .rating {
  margin-bottom: 25px;
  font-size: 10px;
  color: #000;
}

.testimonials-single .rating i {
  margin-right: 2px;
}

.rating i {
  font-size: 10px;
  padding: 0 1px;
  color: #4d7df0;
}

.testimonials-single .userpic {
  margin-bottom: 12px;
}

.testimonials-single .userpic img {
  display: inline-block;
  width: 103px;
  height: 103px;
  border-radius: 50%;
}

.testimonials-single .username {
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  color: #4d7df0;
}

.testimonials-single-carousel.slick-slider:not(.row) {
  margin-bottom: 60px;
}

.testimonials-single-carousel .slick-dots {
  bottom: -70px;
}

.testimonials-single-carousel .slick-prev,
.testimonials-single-carousel .slick-next {
  margin-top: -20px;
  font-weight: normal;
}

.testimonials-single-carousel-layout2 .testimonials-single {
  position: relative;
  margin-top: 15px;
  padding-left: 76px;
  padding-top: 15px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .testimonials-single-carousel-layout2 .testimonials-single {
    padding-left: 55px;
    padding-top: 5px;
  }
}

.testimonials-single-carousel-layout2 .testimonials-single:before {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-family: "computer";
  content: "\e901";
  color: #57bb90;
  font-size: 65px;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  .testimonials-single-carousel-layout2 .testimonials-single:before {
    font-size: 45px;
  }
}

.testimonials-single-carousel-layout2 .testimonials-single p {
  font-size: 19px;
  line-height: 30px;
  color: #cecece;
}

@media screen and (max-width: 1199px) {
  .testimonials-single-carousel-layout2 .testimonials-single p {
    font-size: 17px;
    line-height: 26px;
  }
}

@media screen and (max-width: 991px) {
  .testimonials-single-carousel-layout2 .testimonials-single p {
    font-size: 15px;
    line-height: 24px;
  }
}

.testimonials-single-carousel-layout2 .testimonials-single .username {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  font-style: italic;
  color: #fff !important;
}

.testimonials-single-carousel-layout2 .testimonials-single .username + * {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .testimonials-single-carousel-layout2 .testimonials-single .username {
    font-size: 14px;
    line-height: 24px;
  }
}

.testimonials-single-carousel-layout2.slick-slider:not(.row) {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .testimonials-single-carousel-layout2.slick-slider:not(.row) {
    margin-bottom: 30px;
  }
}

.testimonials-single-carousel-layout2 .slick-dots {
  bottom: -50px;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .testimonials-single-carousel-layout2 .slick-dots {
    bottom: -30px;
  }
}

@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .testimonials-carousel .slick-prev,
  .testimonials-carousel .slick-next {
    display: none !important;
  }
}

/*-----  3.8 Text block          --------*/

.text-post {
  margin-bottom: 8px;
}

.post {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.1);
}

.post .inside {
  padding: 20px 25px 28px;
}

.text-post img {
  margin-top: 8px;
  max-width: 100%;
}

.text-post div p:last-child {
  margin-bottom: 0;
}

p.info + .text-post {
  margin-top: 35px;
}

.faq-post > .vc_column-inner > .wpb_wrapper {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 15px 55px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 55px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 55px 5px rgba(0, 0, 0, 0.1);
}

.faq-post .image img {
  width: 100%;
}

.faq-post .inside {
  padding: 20px 25px 28px;
}

.faq-post .title,
.faq-post .title a {
  text-transform: none;
  text-decoration: none;
}

.faq-post .title a:hover {
  text-decoration: underline;
}

.computer-faq-text .vc_toggle_content p {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .post {
    max-width: 370px;
    margin: 25px auto 35px;
  }
}

@media (max-width: 479px) {
  .testimonials-carousel.slick-slider.row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}

/*-----  3.9 Person              --------*/

.person {
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
}

.person .image {
  margin: 0 auto 27px;
  position: relative;
  max-width: 268px;
}

.person .image img {
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.45s ease;
  -moz-transition: all 0.45s ease;
  -ms-transition: all 0.45s ease;
  -o-transition: all 0.45s ease;
  -webkit-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.2);
  -moz-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.2);
  box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.2);
  height: auto;
}

.person .image .hover {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 0 rgba(94, 138, 241, 0.25);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}

.person:hover .image img {
  -webkit-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
  -moz-box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
  box-shadow: 0 0 0 20px rgba(94, 138, 241, 0);
}

.person:hover .image .hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  -moz-box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
  box-shadow: 0 0 0 8px rgba(94, 138, 241, 0.25);
}

.person .name {
  margin-bottom: 8px;
  line-height: 1.2em;
  text-transform: none;
}

.person .position {
  margin-bottom: 16px;
  padding: 0;
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  text-transform: none;
}

@media (max-width: 767px) {
  .person:not(.last) {
    margin-bottom: 25px;
  }
}

/*-----  3.14 Form         --------*/

.quote-form .input-half {
  width: calc(50% - 7px);
}

.quote-form .input-half input[type="text"],
.quote-form .input-half input[type="email"] {
  width: 100%;
}

.quote-form textarea {
  height: 154px;
}

.quote-form input[type="text"].input-full,
.quote-form textarea.input-full {
  width: 100%;
}

.contact-box-row-title {
  margin-bottom: 4px;
  text-transform: uppercase;
}

.quote-form input[type="text"],
.quote-form input[type="email"],
.quote-form textarea {
  display: block;
  height: 54px;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 24px;
  padding: 15px 15px;
  border-radius: 4px;
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 10px;
  border: none !important;
  margin-top: 0;
  box-shadow: none !important;
  outline: medium none !important;
}

.quote-form .wpcf7-form-control-wrap:focus {
  border: 2px solid #9fc1f8 !important;
}

.quote-form .wpcf7-form-control-wrap input:focus,
.quote-form .wpcf7-form-control-wrap textarea:focus {
  border: 2px solid #9fc1f8 !important;
}

.quote-form input[type="text"].input-full,
.quote-form input[type="email"].input-full,
.quote-form textarea.input-full {
  width: 100%;
}

.quote-form .wpcf7-validation-errors {
  display: none;
}

.quote-form textarea {
  min-height: 154px;
}

.quote-form textarea + button {
  margin-top: 10px;
}

.quote-form:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}

.quote-form label.error {
  margin-top: -14px;
}

@media (max-width: 479px) {
  .quote-form {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .quote-form .input-half {
    width: 100%;
  }
}

.side-block.widget .wpcf7-form-control.btn {
  margin-bottom: 0px;
}

/*-----  3.14 Form               --------*/

.quote-form {
  max-width: 895px;
  background: #fff;
  padding: 25px 25px 35px;
  margin: 40px auto 10px;
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.12);
}

.quote-form .input-half {
  width: calc(50% - 7px);
}

.quote-form .wrapper {
  overflow: hidden;
}

.quote-form input[type="text"],
.quote-form textarea {
  display: block;
  height: 54px;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 24px;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 11px !important;
}

.quote-form input[type="text"].input-full,
.quote-form textarea.input-full {
  width: 100%;
}

.quote-form textarea {
  height: 154px;
}

.quote-form textarea + button {
  margin-top: 10px;
}

.quote-form:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}

.quote-form label.error {
  margin-top: -5px;
  font-size: 12px !important;
  line-height: 12px;
  margin-bottom: 10px;
}

@media (max-width: 479px) {
  .quote-form {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .quote-form .input-half {
    width: 100%;
  }
}

.drop-form {
  background: #fff;
  padding: 25px 25px 35px;
  margin: 20px 0 10px;
  position: relative;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .drop-form {
    margin: 0;
  }
}

.drop-form .input-half {
  width: calc(50% - 7px);
}

.drop-form .input-half input[type="text"] {
  width: 100%;
}

.drop-form input[type="text"],
.drop-form textarea,
.drop-form .form-control {
  display: block;
  height: 38px;
  color: #222222;
  font-size: 15px;
  line-height: 26px;
  padding: 5px 20px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-bottom: 0;
  box-shadow: none;
}

.drop-form input[type="text"].input-full,
.drop-form textarea.input-full,
.drop-form .form-control.input-full {
  width: 100%;
}

.drop-form .form-control.dflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
}

.drop-form textarea {
  height: 65px;
}

.drop-form:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}

.drop-form label.error {
  margin-top: 2px;
  font-size: 12px !important;
  line-height: 12px;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .quote-form {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .quote-form .input-half {
    width: 100%;
  }
}

.wrap-input-row {
  display: inline-block;
  width: 100%;
}

.wrap-input-row .input-full {
  float: left;
  width: 100%;
}

.wrap-input-row + * {
  margin-top: -10px;
}

.form-modal .drop-form {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: transparent;
  text-align: left;
}

.form-modal .drop-form:after {
  display: none;
}

.form-modal .drop-form .btn {
  margin-top: 20px !important;
}

.form-divider {
  clear: both;
  height: 0;
  margin-top: 15px;
  border-top: 1px dotted #dbdbdb;
}

.dropdowns-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: -55px;
}

@media (max-width: 991px) {
  .dropdowns-box {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .dropdowns-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 30px;
  }
  .dropdowns-box > * + * {
    margin-top: 20px;
  }
}

.dropdowns-box-item {
  width: 33.333%;
}

@media (max-width: 767px) {
  .dropdowns-box-item {
    min-width: 300px;
  }
}

.dropdowns-box-item > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  padding: 35px 25px;
  font-size: 22px;
  line-height: 1em;
  text-decoration: none;
  background: #fff;
  texr-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1199px) {
  .dropdowns-box-item > a {
    padding: 25px 15px;
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .dropdowns-box-item > a {
    padding: 22px 13px;
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .dropdowns-box-item > a {
    padding: 20px 15px;
    font-size: 17px;
  }
}

.dropdowns-box-item > a i {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  font-size: 40px;
  color: #57bb90;
}

@media (max-width: 1199px) {
  .dropdowns-box-item > a i {
    font-size: 26px;
  }
}

.dropdowns-box-item > a span {
  position: relative;
  z-index: 1;
}

.dropdowns-box-item > a:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  background: #62cab3;
  background: -moz-linear-gradient(-45deg, #62cab3 0%, #57bb90 100%);
  background: -webkit-linear-gradient(-45deg, #62cab3 0%, #57bb90 100%);
  background: linear-gradient(135deg, #62cab3 0%, #57bb90 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@custom-color-light', endColorstr='@custom-color', GradientType=1);
  opacity: 0;
}

.dropdowns-box-item > a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 40px;
  right: 40px;
  bottom: 0;
  height: 3px;
  background-color: #57bb90;
}

.dropdowns-box-item > a:hover,
.dropdowns-box-item > a.active {
  color: #fff;
}

.dropdowns-box-item > a:hover i,
.dropdowns-box-item > a.active i {
  color: #fff !important;
}

.dropdowns-box-item > a:hover:after,
.dropdowns-box-item > a.active:after {
  opacity: 1;
}

.dropdowns-box-item > a:hover:before,
.dropdowns-box-item > a.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  background-color: transparent !important;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(95, 190, 149, 0);
  border-top-color: #57bb90;
  border-width: 7px;
  margin-left: -7px;
  margin-top: -1px;
}

.dropdowns-box .form-popup.opened {
  top: auto;
}

.dropdowns-box .form-popup.opened.form-popup--right {
  left: auto;
  right: -1px;
  margin-left: 0 !important;
}

.dropdowns-box .form-popup.opened.form-popup--left {
  left: -1px;
  margin-left: 0 !important;
}

.dropdowns-box .drop-form {
  margin: 0;
}

.dropdowns-box .drop-form:after {
  display: none;
}

@media (max-width: 321px) {
  .dropdowns-box .form-popup {
    width: 300px;
  }
}

.form-popup-wrap {
  display: inline-block;
  position: relative;
}

.form-popup-wrap-full {
  width: 100%;
}

.form-popup {
  position: absolute;
  z-index: 101;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  visibility: hidden;
  top: 100px;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  transition: top 0.2s;
  opacity: 0;
  text-align: left;
}

@media (max-width: 1199px) {
  .form-popup {
    width: 380px;
    margin-left: -190px;
  }
}

@media (max-width: 767px) {
  .form-popup {
    width: 300px;
    margin-left: -150px;
  }
  .form-popup .input-half {
    width: 100% !important;
  }
}

@media (max-width: 479px) {
  .form-popup {
    width: 300px;
    margin-left: -100px;
  }
}

@media (max-width: 321px) {
  .form-popup {
    width: 260px;
    margin-left: -100px;
  }
}

.form-popup--left {
  left: -80px;
  margin-left: 0;
}

.form-popup--left .quote-form:after {
  left: 135px !important;
}

@media (max-width: 1199px) {
  .form-popup--left {
    left: -40px;
  }
  .form-popup--left .quote-form:after {
    left: 75px !important;
  }
}

@media (max-width: 1024px) {
  .form-popup--left {
    left: 0;
  }
  .form-popup--left .quote-form:after {
    left: 35px !important;
  }
}

.form-popup.opened {
  opacity: 1;
  top: 60px;
  visibility: visible;
}

.form-popup .quote-form {
  padding: 28px 26px;
  margin: 0;
  max-width: 100%;
}

@media (max-width: 767px) {
  .form-popup .quote-form {
    padding: 18px 15px;
  }
}

.form-popup .quote-form:after {
  left: 50%;
}

.form-popup .btn {
  margin: 10px 0 0 !important;
}

@media (max-width: 767px) {
  .btn-inline .form-popup--left {
    left: 50%;
    transform: translateX(-50%);
  }
  .btn-inline .form-popup--left .drop-form:after {
    bottom: 100%;
    left: 50%;
  }
}

.form-popup-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  transition: 0.2s;
}

.form-popup-close:hover {
  opacity: 0.7;
}

.form-modal {
  position: relative;
  width: 1325px;
  padding: 45px 77px;
  max-width: 95%;
  background-color: #fff;
  border-radius: 5px;
  margin: 20px auto;
  text-align: center;
  display: none;
}

@media (max-width: 1199px) {
  .form-modal {
    padding: 45px 50px;
  }
}

@media (max-width: 991px) {
  .form-modal {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
  .form-modal {
    padding: 20px 30px;
  }
}

.form-modal h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.form-modal--sm {
  width: 500px;
  padding: 45px 35px 35px;
}

@media (max-width: 991px) {
  .form-modal--sm {
    padding: 40px 30px 30px;
  }
}

@media (max-width: 767px) {
  .form-modal--sm {
    padding: 35px 20px 20px;
  }
}

.mfp-content .form-modal {
  display: block;
}

.booking-form {
  text-align: left;
}

.form-box {
  background: #fff;
  padding: 16px 18px 18px;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-box .form-control {
  display: block;
  height: 38px;
  color: #222222;
  font-size: 15px;
  line-height: 24px;
  padding: 7px 20px;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  margin-bottom: 11px;
  box-shadow: none;
}

.form-box textarea.form-control {
  height: 112px;
}

.form-box-label span {
  color: #ff0000;
}

.form-box-row {
  width: 100%;
  margin-top: 10px;
}

.form-box-row:first-child {
  margin-top: 0;
}

.form-box-col-1 {
  max-width: calc(33.3% - 7px);
  width: 231px;
  padding-right: 10px;
  float: left;
}

.form-box-col-1:last-child {
  padding-right: 0;
}

@media (max-width: 767px) {
  .form-box-col-1 {
    width: 100%;
    max-width: 300px;
    float: none;
    margin-top: 10px;
    padding-right: 0;
  }
  .form-box-col-1:first-child {
    margin-top: 0;
  }
}

.form-box-col-2 {
  max-width: calc(50% - 5px);
  width: 378px;
  padding-right: 10px;
  float: left;
}

.form-box-col-2:last-child {
  padding-right: 0;
}

@media (max-width: 665px) {
  .form-box-col-2 {
    width: 100%;
    max-width: 300px;
    float: none;
    margin-top: 10px;
    padding-right: 0;
  }
  .form-box-col-2:first-child {
    margin-top: 0;
  }
}

.form-box--width-1 {
  width: calc(29.4% - 19px);
  margin-right: 19px;
  float: left;
}

@media (max-width: 991px) {
  .form-box--width-1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .form-box--width-1 > * {
    max-width: 300px;
  }
}

.form-box--width-2 {
  width: 70.6%;
  float: left;
}

@media (max-width: 991px) {
  .form-box--width-2 {
    width: 100%;
    float: none;
  }
}

.booking-form label.error {
  margin-top: 0;
}

.mfp-close-btn-in .mfp-close {
  font-size: 13px;
  color: #57bb90;
  text-decoration: underline;
  top: 5px !important;
  right: 15px !important;
  opacity: 1;
}

.mfp-close-btn-in .mfp-close:hover {
  text-decoration: none;
}

body.modal-open {
  overflow: hidden !important;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.contact-box {
  padding: 26px 22px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
}

.contact-box-row {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #292929;
  padding-left: 28px;
  margin-top: 16px;
}

.contact-box-row:first-child {
  margin-top: 0;
}

.contact-box-row-title {
  margin-bottom: 4px;
  text-transform: uppercase;
}

.contact-box [class*="icon-"] {
  position: absolute;
  top: 4px;
  left: 0;
  color: #57bb90;
  font-size: 17px;
}

.question-box {
  padding: 26px 22px 11px;
  margin-bottom: 15px;
  border-radius: 8px;
  background: url(../images/question-box-bg.jpg) no-repeat center top #b0c8f8;
  background-size: cover;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.question-box-title {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.question-box .form-control {
  height: 46px;
  background: #fff;
  border: 0;
  margin-bottom: 9px;
  border-radius: 2px;
}

.question-box textarea.form-control {
  height: 125px;
  padding-top: 10px;
}

.successform p {
  color: #45c647;
}

.question-form label.error {
  font-size: 12px !important;
  margin-top: -7px;
  line-height: 15px;
  color: #fffb08;
}

/*-----  3.11 Faq page           --------*/

/*vc element overwrite*/

.vc_toggle {
  border-bottom: 1px solid #ccc;
  margin: 0px 0px 10px;
}

.computer-faq-text .vc_toggle:last-child {
  border-bottom: none;
}

.computer-faq-text h4:hover {
  color: #4d7df0;
}

.vc_toggle_default.panel-heading1 .vc_toggle_icon {
  background-color: #4d7df0;
  padding: 21px;
  border: none;
  width: 70px !important;
  height: 70px !important;
  position: absolute !important;
  left: -85px !important;
  top: 39px !important;
  border-radius: 50%;
}

.panel-heading1 .vc_toggle_title > h4 {
  display: inline;
  font-size: 22px;
  text-transform: none;
}

.panel-heading1 .vc_toggle_title,
.panel-heading1 .vc_toggle_content {
  margin-left: 80px;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 22px;
}

.panel-heading1 .vc_toggle_title {
  padding: 20px 0px;
}

.panel-heading1.vc_toggle_default .vc_toggle_icon::before {
  height: 2px;
  width: 16px;
}

.panel-heading1.vc_toggle_default .vc_toggle_icon::after {
  height: 16px;
  width: 2px;
}

.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_default .vc_toggle_icon::before {
  background: #fff !important;
}

.panel-heading1.vc_toggle_active .vc_toggle_icon::before {
  visibility: visible !important;
  color: #fff;
}

.panel-heading1.vc_toggle_default .vc_toggle_icon::before {
  border: none;
}

.panel-group {
  margin-top: 43px;
  margin-bottom: 0;
  padding: 15px 0 5px;
  background-color: #fcfcfc;
}

@media screen and (max-width: 991px) {
  .panel-group {
    padding: 12px 0 4px;
  }
}

@media screen and (max-width: 767px) {
  .panel-group {
    margin: 25px -15px 0;
  }
}

.panel-group + * {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .panel-group + * {
    margin-top: 25px;
  }
}

.panel-group#accordion {
  margin-top: 0;
}

.faq-item .panel,
.faq-item.panel {
  margin-bottom: 10px;
  background: transparent;
  box-shadow: 0 0 0;
  border-radius: 0;
  border-bottom: 1px dotted #e8e8e8;
}

@media screen and (max-width: 991px) {
  .faq-item .panel,
  .faq-item.panel {
    margin-bottom: 5px;
  }
}

.faq-item.last .panel,
.faq-item:last-child,
.faq-item:last-child .panel {
  border-bottom: 0;
}

.faq-item .panel-heading {
  position: relative;
  padding: 0;
}

.faq-item .panel-heading .panel-title {
  text-align: left !important;
  padding-bottom: 7px;
}

.faq-item .panel-heading .panel-title > a {
  display: block;
  position: relative;
  padding: 12px 0 12px 90px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.faq-item .panel-heading .panel-title > a:hover {
  color: #57bb90;
}

@media screen and (max-width: 991px) {
  .faq-item .panel-heading .panel-title > a {
    padding: 10px 0 10px 76px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .faq-item .panel-heading .panel-title > a {
    padding: 10px 0 10px 65px;
  }
}

.faq-item .panel-heading a,
.faq-item .panel-heading a:hover {
  text-decoration: none;
  -webkit-transition: all 0.25 ease;
  -moz-transition: all 0.25 ease;
  transition: all 0.25 ease;
}
.faqstyle2 .faq-item .panel-heading a > span.caret-toggle {
  background-color: #57bb90;
  color: #ffffff;
}

.faq-item .panel-heading a > span.caret-toggle {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20px;
  width: 49px;
  height: 49px;
  font-size: 30px;
  line-height: 49px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  color: #57bb90;
}

@media screen and (max-width: 991px) {
  .faq-item .panel-heading a > span.caret-toggle {
    width: 44px;
    height: 44px;
    font-size: 22px;
    line-height: 44px;
    left: 17px;
  }
}

@media screen and (max-width: 767px) {
  .faq-item .panel-heading a > span.caret-toggle {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    left: 15px;
    top: 5px;
  }
}

.faq-item .panel-heading a:not(.collapsed) > span.opened {
  display: none;
}

.faq-item .panel-heading a.collapsed > span.closed {
  display: none;
}

.faq-item .panel-collapse {
  background: transparent;
}

.faq-item .panel-body {
  border: 0;
  padding: 0 15px 15px 90px;
}

@media screen and (max-width: 991px) {
  .faq-item .panel-body {
    padding-left: 76px;
  }
}

@media screen and (max-width: 767px) {
  .faq-item .panel-body {
    padding-left: 65px;
  }
}

.faq-item .panel-body > p:last-child {
  margin-bottom: 0;
}

.faq-item .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

/*-----  3.12 Blog page --------*/

/* post */

body:not(.home) #pageContent {
  margin-top: 30px;
}

body.blog .post,
body.single-post .post {
  box-shadow: none;
}

.blog-post {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .blog-post {
    margin-bottom: 55px !important;
  }
  .blog-post .hentry {
    margin-bottom: 0;
  }
  .single-post .blog-post.hentry .inside .pull-right {
    float: left !important;
  }
}

@media (max-width: 1024px) {
  .single-post .blog-post.hentry {
    overflow: hidden;
  }
}

.blog-post .post-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.blog-post .post-video iframe,
.blog-post .post-video object,
.blog-post .post-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.blog-post .post-music iframe,
.blog-post .post-music object,
.blog-post .post-music embed {
  width: 100%;
  height: auto;
  border: 0;
}

.blog-post .post-image {
  position: relative;
  margin-bottom: 20px;
  border-radius: 0;
}

.blog-post .post-image img {
  width: 100%;
}

.blog-post .post-image .post-link-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.blog-post .post-image .post-link {
  font-size: 44px;
  font-weight: 300;
  line-height: 1em;
  color: #fff;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  text-decoration: none;
}

@media (max-width: 767px) {
  .blog-post .post-image .post-link {
    font-size: 4vw;
  }
}

.blog-post .post-image .post-link:hover {
  color: #4d7df0;
}

.blog-post .post-title {
  margin-bottom: 30px;
  line-height: 1.2em;
}

.blog-post .post-title,
.blog-post .post-title a {
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  text-decoration: none;
}

.blog-post .post-title a:hover {
  color: #4d7df0;
}

.blog .blog-post > .inside {
  padding: 0px 0 10px 100px !important;
}

.column-right .blog-post > .inside {
  padding: 0px 0 10px 0px !important;
}

@media (max-width: 767px) {
  .blog-post > .inside {
    padding-left: 0;
  }
}

.blog-post .post-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #efefef;
}

.blog-post .post-meta {
  margin: 0 0 24px;
  padding: 0;
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}

.blog-post .post-meta .post-author {
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}

.blog-post .post-meta li {
  float: left;
  padding-right: 40px;
  font-size: 14px;
  line-height: 18px;
}

.blog-post .post-meta li i.icon,
.blog-post .post-meta li span {
  display: inline-block;
  vertical-align: baseline;
}

.blog-post .post-meta li i.icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

.blog-post .post-meta li:last-child {
  padding-right: 0;
}

.blog-post .post-teaser {
  margin-bottom: 28px;
}

.blog-post .post-teaser p a {
  text-decoration: none;
}

.blog-post .post-teaser p a:hover {
  color: #4d7df0;
}

.blog-post .post-quote {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(53, 58, 77, 0.75);
  width: 100%;
  height: 100%;
  padding: 0 10%;
  color: #fff;
  overflow: hidden;
}

.blog-post .post-quote .testimonials-item .inside {
  padding: 55px 55px;
  max-width: 100%;
  text-align: center;
}

.blog-post .post-quote .testimonials-item .inside .text {
  font-size: 16px;
  line-height: 26px;
  font-style: italic;
}

.blog-post.single {
  margin-bottom: 0;
}

/* blogpost carousel */

.post-carousel {
  overflow: hidden;
}

.post-carousel .slick-prev,
.post-carousel .slick-next,
.post-carousel .slick-prev:focus,
.post-carousel .slick-next:focus {
  width: 106px;
  height: 106px;
  padding: 0 10px;
  margin-top: -53px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
}

.post-carousel .slick-prev:hover,
.post-carousel .slick-next:hover {
  opacity: 0.7;
  background-color: #fff;
}

.post-carousel .slick-prev {
  left: -53px;
  text-align: right;
}

.post-carousel .slick-next {
  right: -53px;
  text-align: left;
}

.post-carousel .slick-prev:before,
.post-carousel .slick-next:before {
  color: #444444;
  opacity: 0.55;
  font-size: 60px;
}

/* post preview */

.post-preview {
  margin-top: 22px;
  margin-bottom: 50px;
}

.post-preview .post-image {
  margin-bottom: 15px;
}

.post-preview .post-meta {
  margin: 0 0 15px;
  padding-bottom: 10px;
}

.post-preview .post-meta .post-author {
  font-size: 14px;
}

.post-preview .post-meta li {
  float: left;
  padding-right: 16px;
  font-size: 12px;
  line-height: 16px;
}

.post-preview .post-title {
  font-size: 22px;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 10px;
}

.post-preview .inside {
  padding: 0;
}

.view-more-post {
  margin-bottom: 30px;
}

.blog-isotope {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 60px;
  overflow: visible;
}

.blog-isotope .blog-post {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .blog-isotope .blog-post {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .blog-isotope .blog-post {
    width: 100%;
  }
}

.blog-isotope .blog-post.doubleW {
  width: 66.666%;
}

.blog-isotope .blog-post > .inside {
  padding-left: 0;
}

.blog-isotope .blog-post .post-link {
  font-size: 18px;
}

@media (max-width: 991px) {
  .blog-isotope .blog-post .post-link {
    font-size: 18px;
  }
  .blog-post .post-image .post-link {
    font-size: 34px;
  }
  .blog-post .post-image img {
    height: auto;
    max-width: 100%;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .blog-isotope .blog-post .post-link {
    font-size: 4vw;
  }
}

.blog-isotope .post-quote {
  padding: 0;
  overflow: visible;
}

.blog-isotope .post-quote .vert-wrap {
  background: rgba(255, 255, 255, 0.85);
}

.blog-isotope .post-quote .testimonials-item {
  position: static;
  padding: 0 40px;
}

.blog-isotope .post-quote .testimonials-item .inside {
  height: 100%;
  background: none;
  position: static;
}

.blog-isotope .post-quote .testimonials-item .inside .text {
  font-size: 14px;
  line-height: 20px;
}

.blog-isotope .post-quote .testimonials-item .inside .username {
  margin-top: 8px;
}

.blog-isotope .post-carousel {
  overflow: hidden;
}

.blog-isotope .post-carousel .slick-prev,
.blog-isotope .post-carousel .slick-next,
.blog-isotope .post-carousel .slick-prev:focus,
.blog-isotope .post-carousel .slick-next:focus {
  width: 62px;
  height: 62px;
  padding: 0 7px;
  margin-top: -31px;
}

.blog-isotope .post-carousel .slick-prev {
  left: -31px;
}

.blog-isotope .post-carousel .slick-next {
  right: -31px;
}

.blog-isotope .post-carousel .slick-prev:before,
.blog-isotope .post-carousel .slick-next:before {
  font-size: 35px;
  line-height: 60px;
}

.blog-isotope .blog-post:not(.doubleW) .post-image {
  margin-bottom: 20px;
}

.blog-isotope .blog-post:not(.doubleW) .post-meta {
  margin: 0 0 15px;
  padding-bottom: 10px;
}

.blog-isotope .blog-post:not(.doubleW) .post-meta li {
  padding-right: 25px;
}

.blog-isotope .blog-post:not(.doubleW) .post-title {
  font-size: 22px;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 10px;
}

.blog-isotope .blog-post:not(.doubleW) .inside {
  padding: 0;
}

/* sidebar block */

.side-block {
  /* margin-top: 20px; */
  margin-bottom: 60px;
}

.side-block h3 {
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 18px;
  text-transform: none;
}

.side-block:last-child {
  border-bottom: 0;
}

.breadcrumbs span a {
  margin-right: 7px;
}

.breadcrumbs span span {
  margin-left: 7px;
}

/* comments */

.comment-list {
  margin-top: 40px;
}

.blog-post.single .comments-area.comments .comments-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.comment-list .comment .userpic {
  width: 104px;
  height: 104px;
  float: left;
  margin: 0 23px 0 0;
  font-size: 60px;
  line-height: 104px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .comment-list .comment .userpic {
    width: 52px;
    height: 52px;
    font-size: 30px;
    line-height: 52px;
  }
  .comment-list .comment .userpic img.avatar {
    width: 60px;
    height: auto;
  }
  blockquote {
    border-left: 5px solid hsl(0, 0%, 93%);
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 0px 10px 78px !important;
  }
  .comments-area .comment .comment {
    margin-left: 0 !important;
  }
}

.comment-list .date a {
  text-decoration: none;
}

.comment-list .comment .text {
  overflow: hidden;
  padding-top: 4px;
}

.comment-list .comment .text p {
  margin-bottom: 10px;
}

.comment-list .comment .text .meta {
  padding-bottom: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 7px;
}

.comment-list .comment .text .meta .icon {
  padding-right: 5px;
}

.comment-list .comment .text .author {
  padding-right: 30px;
  font-size: 16px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}

.comment-list .comment a.comment-reply-link,
.edit-link a {
  display: inline-block;
  padding: 0 11px;
  border-radius: 2px;
  color: #fff;
  background-color: #444444;
  font-size: 10px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -ms-transition: color 200ms ease;
  -o-transition: color 200ms ease;
}

.comment-list .comment .text a.reply:hover {
  background-color: #4d7df0;
}

.comment-list .comment.replay {
  margin-left: 115px;
}

@media (max-width: 767px) {
  .comment-list .comment.replay {
    margin-left: 70px;
  }
}

.comment-form {
  margin-bottom: 50px;
}

.comment-form .textarea-custom {
  height: 235px;
}

/*---------------------------------------*/

/*---- 4. Plugins overlay styles  -------*/

/*---------------------------------------*/

.vc_parallax .vc_parallax-inner {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: transparent;
  background-image: inherit;
  background-size: cover;
  z-index: 0;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

/* slider */

.slick-loading .slick-list {
  background: #ffffff url("images/ajax-loader.gif") center center no-repeat;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 80px;
  height: 100px;
  margin-top: -50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 200;
  text-align: center;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "computer";
  font-size: 80px;
  line-height: 80px;
  color: #727272;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #4d7df0;
}

.light-arrow .slick-prev:before,
.light-arrow .slick-next:before {
  color: #fff;
}

.slick-prev {
  left: -20px;
}

.slick-prev:before {
  content: "\e927";
}

.slick-next {
  right: -20px;
}

.slick-next:before {
  content: "\e928";
}

.home-ab-txt h2,
.home-ab-txt h1 {
  margin-bottom: 30px;
}

.pagination .nav-links {
  margin-bottom: 40px;
}

/* dots */

.slick-slider {
  padding: 0;
  list-style: none;
}

.slick-slider:not(.row) {
  margin: 0;
}

.slick-slider.nav-dot {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px;
  }
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #c1c1c1;
  min-width: initial;
}

.slick-dots li button:after {
  display: none;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background: #4d7df0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slider-margin .vc_column-inner {
  margin-left: -15px;
  margin-right: -15px;
}

.search_404_form input[type="text"],
.not-found input.form-control,
.widget_search.side-block.widget .search_form input[type="text"] {
  padding: 11px 22px;
  height: auto;
}

.search_form .input-group-addon {
  padding: 20px 0px 0px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  background-color: transparent;
  border: none;
}

.widget_search.side-block.widget .search_form .input-group-addon {
  background: none;
  border: none;
  padding-left: 0;
}

.search_form .input-group-addon button {
  min-width: 130px;
}

.vert-wrapper {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
  left: 152%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 999;
}

.navbar-nav
  .dropdown
  .dropdown-menu.menu-even.sub-sub-menu.menu-depth-2::after {
  left: -7px;
  top: 8%;
  transform: rotate(270deg);
}

.sub-menu-item.menu-item-odd:hover
  .dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
  opacity: 1;
  visibility: visible;
  top: 14%;
}

.dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
  left: 136%;
  opacity: 0;
  top: 8% !important;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  z-index: 999;
}

/*6-5-2017 */

.grey-box-inside {
  background-color: #f4f4f6;
  padding: 30px 60px 30px 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-height: 138px;
}

.grey-box-icon {
  font-size: 68px;
  line-height: 1em;
  color: #4d7df0;
  min-width: 105px;
}

.grey-box-title:first-child {
  margin-top: 0;
}

.grey-box-title {
  text-transform: none;
  margin: 6px 0 0 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.grey-box-text p {
  font-size: 15px;
  line-height: 22px;
  margin: 6px 0 0 0;
}

.grey-box:hover .grey-box-icon {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}

.grey-box-inside:hover .grey-box-title {
  color: #4d7df0;
}

@media (max-width: 991px) {
  .grey-box-inside {
    padding: 30px 30px 30px 40px;
    min-height: 210px;
    height: 100%;
  }
}

.btn span {
  display: inline-block;
  vertical-align: middle;
}

.mfp-close-btn-in .mfp-close {
  font-size: 12px;
  color: #4d7df0;
  text-decoration: underline;
  top: 5px !important;
  right: 15px !important;
  opacity: 1;
  text-transform: lowercase;
}

.mfp-close-btn-in .mfp-close:hover {
  text-decoration: none;
}

body.modal-open {
  overflow: hidden !important;
}

.content-area .contact-info {
  padding-left: 60px;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.form-popup-wrap {
  display: inline-block;
  position: relative;
}

.single-button-side .form-popup-wrap {
  display: block;
  margin-top: 15px;
}

.form-popup-wrap-full {
  width: 100%;
}

.form-popup-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 1;
  font-size: 20px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 820px) and (min-width: 768px) {
  .form-popup {
    width: 380px;
    margin-left: -235px;
  }
}

@media (max-width: 767px) {
  .form-popup .quote-form .input-half {
    width: 100%;
  }
  .form-popup-close {
    position: absolute;
    right: 15px;
    top: 0px;
    cursor: pointer;
    z-index: 1;
    font-size: 18px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
}

.form-popup--left {
  left: -80px;
  margin-left: 0;
}

.form-popup--left .quote-form:after {
  left: 135px !important;
}

@media (max-width: 1199px) {
  .form-popup--left {
    left: 0;
    left: -40px;
  }
  .form-popup--left .quote-form:after {
    left: 75px !important;
  }
}

@media (max-width: 1024px) {
  .form-popup--left {
    left: 0;
  }
  .form-popup--left .quote-form:after {
    left: 35px !important;
  }
}

.form-popup.opened {
  opacity: 1;
  top: 60px;
  visibility: visible;
}

.form-popup .quote-form {
  margin: 0;
  max-width: 100%;
}

@media (max-width: 767px) {
  .form-popup .quote-form {
    padding: 18px 15px;
  }
}

.form-popup .quote-form:after {
  left: 50%;
}

.phone-content {
  margin-top: 15px;
}

@media (max-width: 1199px) {
  .form-modal {
    padding: 45px 50px;
  }
  .phone-content {
    margin-top: -15px;
  }
  .social-links.rounded ul.contact-list li a {
    width: 46px;
    height: 46px;
    border-width: 4px;
    font-size: 17px !important;
    line-height: 38px;
  }
  .content-area .contact-info {
    padding-left: 60px;
  }
  .content-area .contact-form {
    margin-left: 30px;
  }
  .content-area .form-popup-wrap .contact-form {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .form-modal {
    padding: 35px 40px;
  }
}

@media (max-width: 767px) {
  .form-modal {
    padding: 20px 30px;
  }
  .dropdown-menu.menu-even.sub-sub-menu.menu-depth-2 {
    opacity: 1;
    visibility: visible;
    top: 14%;
    left: 0;
  }
}

.form-modal h3 {
  font-size: 30px;
  margin-bottom: 25px;
  text-align: left;
}

.mfp-content .form-modal {
  display: block;
}

.booking-form {
  text-align: left;
}

.successform,
.errorform {
  display: none;
  height: 70px;
}

.form-box--width-1 {
  width: calc(29.4% - 19px);
  margin-right: 19px;
  float: left;
}

.form-box {
  background: #fff;
  padding: 16px 18px 18px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.form-box-label {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.form-modal .form-box-label {
  text-align: left;
}

.form-box textarea.form-control {
  height: 112px;
}

.form-box--width-2 {
  width: 70.6%;
  float: left;
}

.form-modal .datetimepicker-wrap {
  position: relative;
}

.form-box-label span {
  color: red;
}

.form-modal .wpcf7-form-control-wrap {
  position: static;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
  left: 0 !important;
  right: 0 !important;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
  border: none;
}

.form-modal .bootstrap-datetimepicker-widget table {
  border: none;
}

.form-box .form-control {
  background-color: #f0f0f0;
  color: #7c7c7c;
  font-size: 15px;
  line-height: 21px;
  height: 35px;
  padding: 7px 10px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  margin: 0;
}

.computer-table-txt .table > tbody > tr > th {
  border-width: 0px;
}

@media (max-width: 991px) {
  .form-box--width-1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .form-box--width-2 {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .form-box-col-1 {
    width: 100% !important;
    max-width: 300px !important;
    float: none;
    margin-top: 10px;
    padding-right: 0;
  }
  .form-box-col-2 {
    width: 100% !important;
    max-width: 300px !important;
    float: none;
    margin-top: 10px;
    padding-right: 0;
  }
  .hexagon-icon {
    width: 100%;
    position: relative;
    margin: 0 0 55px !important;
    text-align: center;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
  }
  .hexagon-icon i {
    display: inline-block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
  }
  .h-box {
    position: relative;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
    margin: 0 auto 0 !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 320px;
  }
  .hexagon-icon:after {
    position: absolute;
    content: "";
    height: 35px;
    width: 2px;
    background-color: #4d7df0;
    left: 50%;
    bottom: -45px;
  }
  .hexagon-icon > img {
    display: block;
    margin: 5px auto;
    max-width: 300px;
  }
  .hexagon-box-wrapper {
    background: transparent !important;
  }
  .hexagon-icon:nth-child(7)::after {
    content: "";
    position: absolute;
    background-color: transparent !important;
  }
  .block.bg-lighter.full-block {
    background: #f9f9fa;
    padding: 60px 0;
  }
}

.form-box-row:first-child {
  margin-top: 0;
}

.form-box-row {
  width: 100%;
  margin-top: 10px;
}

.form-box-col-2 {
  max-width: calc(50% - 5px);
  width: 378px;
  padding-right: 10px;
  float: left;
}

.round-services-txt .vc_column-inner {
  padding-top: 0px !important;
}

.round-services-txt .block.bg-1 {
  padding: 40px 0 60px;
}

body:not(.home) #pageContent {
  margin-top: 0;
}

#pageContent {
  position: relative;
}

body:not(.home) header.page-header #slidemenu {
  margin-bottom: 0;
}

.row-icon {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row-icon-icon {
  min-width: 70px;
}

.row-icon-icon i {
  display: block;
  width: 51px;
  height: 51px;
  font-size: 26px;
  line-height: 52px;
  background-color: #4d7df0;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.row-icon-icon i.icon-calendar {
  padding-left: 3px;
}

.row-icon-text {
  font-family: "Chivo", sans-serif;
  font-size: 22px;
  color: #2a2a2a;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.row-icon:hover .row-icon-text {
  color: #4d7df0;
}

.brand-carousel img {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.brand-carousel img:hover {
  opacity: 1;
}

.contact-box {
  padding: 26px 22px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
}

.question-box {
  padding: 26px 22px 11px;
  margin-bottom: 15px;
  border-radius: 8px;
  background: url(images/question-box-bg.jpg) no-repeat center top #b0c8f8;
  background-size: cover;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.question-box .form-control {
  height: 46px;
  background: #fff;
  border: 0;
  margin-bottom: 9px;
  border-radius: 2px;
}

.contact-box-row {
  position: relative;
  font-size: 15px;
  line-height: 24px;
  color: #292929;
  padding-left: 28px;
  margin-top: 16px;
}

.contact-box [class*="icon-"] {
  position: absolute;
  top: 4px;
  left: 0;
  color: #4d7df0;
  font-size: 17px;
}

.question-box-title {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.btn.btn-full {
  width: 100%;
  margin-bottom: 15px;
}

.phone-content-text {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 15px;
  color: #292929;
}

.phone-content-number i {
  color: #4d7df0;
  font-size: 20px;
  padding-right: 6px;
}

.phone-content-number {
  font-family: "Chivo", sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #292929;
}

.article {
  margin-bottom: 50px;
}

.article:last-child {
  margin-bottom: 0;
}

.article h4 {
  text-transform: none;
  margin-bottom: 25px;
}

.article img {
  margin-bottom: 30px;
}

.pagination {
  margin: 20px 0 30px;
}

.pagination > li > a,
.pagination > li > a:focus,
.pagination > li > span,
.pagination > li > span:focus {
  padding: 0 15px;
  min-width: 52px;
  font-size: 20px;
  line-height: 56px;
  font-weight: 400;
  color: #292929;
  background-color: #fff;
  border: 1px solid #ededed;
  margin: 0 10px 0 0;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 5px;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #fff;
  background-color: #4d7df0;
  border-color: #4d7df0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #4d7df0;
  border-color: #4d7df0;
}

@media (min-width: 668px) {
  .stacktable.small-only {
    display: none;
  }
  .stacktable.large-only {
    display: table;
  }
}

@media (max-width: 667px) {
  .stacktable.small-only {
    display: table;
  }
  .stacktable.large-only {
    display: none;
  }
}

.d-gradient {
  background: #62cab3;
  background: -moz-linear-gradient(-45deg, #62cab3 0%, #57bb90 100%);
  background: -webkit-linear-gradient(-45deg, #62cab3 0%, #57bb90 100%);
  background: linear-gradient(135deg, #62cab3 0%, #57bb90 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@custom-color-light', endColorstr='@custom-color', GradientType=1);
}

.d-gradient-hover {
  background: #57bb90;
  background: -moz-linear-gradient(-45deg, #57bb90 0%, #62cab3 100%);
  background: -webkit-linear-gradient(-45deg, #57bb90 0%, #62cab3 100%);
  background: linear-gradient(135deg, #57bb90 0%, #62cab3 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@custom-color', endColorstr='@custom-color-light', GradientType=1);
}

.dflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.tool-tip {
  position: relative;
  display: inline-block;
  padding: 9px 15px;
  background: rgba(20, 20, 20, 0.8);
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .tool-tip {
    padding: 6px 10px;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .tool-tip {
    padding: 3px 10px;
    font-size: 11px;
  }
}

.tool-tip:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: rgba(20, 20, 20, 0.8) transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -3px;
  transform: rotate(-270deg);
}

@media (max-width: 767px) {
  .tool-tip:after {
    border-width: 5px 5px 0 5px;
    left: -7px;
  }
}

@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
  .text-xs-center {
    text-align: center;
  }
}

@media (min-width: 991px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}

.nav-tabs {
  border-bottom: 1px solid #d8d8d8;
}

.nav-tabs > li {
  margin: 0 20px;
}

@media (max-width: 479px) {
  .nav-tabs > li {
    width: 100%;
    margin: 0;
  }
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border-width: 0;
}

.nav-tabs > li > a {
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  border: none;
  font-family: "Chivo", sans-serif;
  color: #292929;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
  border: none;
  color: #57bb90 !important;
  background: transparent;
}

.nav-tabs > li > a::after {
  content: "";
  background: #57bb90;
  height: 4px;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -1px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
  transform: scale(1);
}

.tab-nav > li > a::after {
  background: #57bb90 none repeat scroll 0% 0%;
  color: #fff;
}

.tab-pane {
  padding: 15px 0;
}

.tab-content {
  padding: 20px;
}

@media (max-width: 479px) {
  .tab-content {
    padding: 0;
  }
}

.tab-services .tab-content {
  position: relative;
}

.tab-services .tab-content > .tab-pane {
  display: block;
  position: absolute;
  width: calc(100% + 30px);
  top: -10000px;
}

.tab-services .tab-content > .active {
  position: relative;
  top: 0;
}

.nav-pills {
  margin: 70px 0 47px;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.nav-pills > li {
  display: inline-block;
  float: none;
  margin: 0 3px 10px 3px;
}

.nav-pills > li > a {
  display: block;
  border-radius: 0;
  padding: 0 18px;
  min-width: 50px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 53px;
  color: #383838;
  text-decoration: none;
  text-align: center;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background: #57bb90;
  border-color: #57bb90;
  color: #383838;
}

span.wpcf7-not-valid-tip {
  text-align: left;
}

.btn.text-left {
  text-align: left;
}

.self-icon:before,
.pop-icon:before {
  font-family: "computer" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.single-button-side .self-icon:before {
  content: "\e91e";
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  font-size: 30px;
  width: 50px;
}

.single-button-side .pop-icon:before {
  content: "\e91b";
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  font-size: 30px;
  width: 50px;
}

.side-block .menu.category-list li {
  position: relative;
  padding: 10px 0px;
  margin-top: 0;
}

.side-block .menu.category-list li.current-menu-item a,
.navbar-nav > li.current-menu-parent a {
  color: #4d7df0;
}

.side-block .menu.category-list li::after {
  content: "";
}

.widget_nav_menu.side-block,
.widget_smart_contact_box.side-block,
.widget_text.side-block {
  margin-bottom: 20px;
  margin-top: 0px;
}

.single-computer_services h4 {
  text-transform: capitalize;
}

.single-button-side a.form-popup-link {
  margin-bottom: 0px;
}

p.text-center--full {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .row-icon-icon i {
    width: 46px;
    height: 46px;
    font-size: 22px;
    line-height: 47px;
  }
  .grey-box-inside {
    height: 100%;
    min-height: 182px;
  }
}

@media (min-width: 768px) {
  .row-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 991px) {
  .services-list-img .vc_col-sm-4,
  .services-list-img .vc_col-sm-8 {
    width: 100% !important;
  }
  .side-block .form-popup-link {
    max-width: 270px;
  }
  .box-number-inside {
    max-height: 100px;
  }
}

@media (max-width: 767px) {
  .attachment-computer-repair-service-full {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .blog .blog-post > .inside {
    padding: 0px !important;
  }
}

/* Shop css */

.filters-row {
  display: inline-block;
  width: 100%;
  padding: 25px 0;
  border-top: 1px solid #e8e8e8;
}

span.show-result {
  float: left;
  line-height: 35px;
  font-size: 1.12em;
}

.filters-row .form-inline:not(:first-child) {
  margin-left: 3vw;
}

.select-wrapper {
  position: relative;
}

.select-wrapper:before {
  content: "\25BE";
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 0;
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  pointer-events: none;
  color: #2b2b2b;
  text-align: center;
}

.select-wrapper select {
  padding-right: 40px;
  width: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

.label--over {
  margin: 0 0 0 10px;
  padding: 0 7px;
  font-size: 13px;
  line-height: 14px;
  color: #b8b8b8;
  font-style: italic;
  position: relative;
  background: #fff;
  z-index: 1;
  transform: translateY(10px);
}

.filters-row-left {
  float: left;
}

.filters-row-right {
  float: right;
  text-align: right;
}

.filters-row .form-inline select {
  background-color: #f0f0f0;
  height: 35px;
  border-radius: 5px;
  border: 0;
  padding-left: 15px;
  outline: none !important;
  color: #7c7c7c;
}

.filters-row .form-inline {
  display: inline-block;
}

.prd-grid:not(.prd-carousel) {
  margin: -45px -15px 0;
}

.prd-grid {
  float: left;
  position: relative;
  margin-bottom: 120px;
  width: 100%;
}

.column-filters .side-block {
  border-color: #ebebeb;
  padding: 20px;
  margin-bottom: 0;
}

.column-center {
  margin-bottom: 35px;
}

@media (min-width: 1199px) {
  .prd-grid:not(.prd-carousel) .prd:nth-child(3n + 1) {
    clear: left;
  }
  .prd-grid:not(.prd-carousel) .prd {
    width: calc(33.333% - 30px);
    float: left;
  }
  .woocommerce div.product {
    margin-bottom: 0;
    position: relative;
  }
}

@media (max-width: 991px) {
  .category-block .image_hover .btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .category-block .caption.bottom {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  .category-block .caption.middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -40px;
    z-index: 0;
  }
  .category-block .caption {
    padding: 10px 15px 20px;
  }
  .category-block .caption .name {
    font-size: 28px;
  }
  .category-block .caption p {
    font-size: 14px;
  }
  #mainSlider .slide-content p {
    display: none;
  }
  .home-ab-txt .wpb_animate_when_almost_visible,
  .text-img .wpb_animate_when_almost_visible {
    opacity: 1 !important;
  }
  .phone-content {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .category-block .caption {
    padding: 10px 15px 20px;
  }
  .category-block .caption .name {
    font-size: 25px;
  }
  .category-block .caption p {
    font-size: 13px;
  }
  .page-footer .footer-links a + a:before {
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .row-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-footer .footer-content {
    padding: 40px 0 38px;
  }
  .hexagon-box,
  .hexagon-box-wrapper {
    width: 320px;
  }
}

.vc_row.fixed-bg-parallex {
  background-attachment: fixed;
}

@media (max-device-width: 1024px) {
  .vc_row.fixed-bg-parallex {
    background-attachment: scroll !important;
    background-size: cover;
  }
}

@media (min-width: 1100px) {
  .fixed-bg-parallex.vc_parallax .vc_parallax-inner {
    top: 0 !important;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
  }
}

body.home header.page-header {
  position: relative;
  top: 0;
}

body.home header.page-header.is-sticky {
  height: auto;
}

body.home header .container {
  position: relative;
}

/*
body.home header #slidemenu {
    left: 0;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    z-index: 2000;
  width:100%;
}
*/

.text-icon .title,
.text-icon-squared:hover .title,
.text-icon-squared .read-more,
.text-icon .read-more,
.block.bg-1,
.block.bg-2,
.text-icon-squared:hover,
.text-icon-squared:hover .read-more,
.service-list li a:hover,
.service-list li > span:hover {
  color: #ffffff;
}

/* 
body.woocommerce.woocommerce-page header .phone .right-text {  
  display: none;
}

body.woocommerce.woocommerce-page header .logo {
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

body.woocommerce.woocommerce-page header .header-cart {
    position: relative;
    bottom: 11px;
    right: 0;
}

body:not(.woocommerce) .header-cart {
  display: none;
}

 */

@media (max-width: 479px) {
  header .logo.smlLogo {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 205px !important;
    -ms-flex: 0 0 205px !important;
    flex: 0 0 205px !important;
  }
}

@media (max-width: 991px) {
  header.page-header .navbar-toggle.slide-active .icon-menu {
    display: none;
  }
  header.page-header .navbar-toggle.slide-active .icon-cancel {
    display: inline;
  }
}

.category-carousel.slick-dotted .slick-dots {
  bottom: -70px;
}

.category-carousel.slick-dotted {
  margin-bottom: 50px;
}

.slick-dots li:only-child {
  display: none;
}

a.icon-facebook:hover {
  color: #3b5998 !important;
}

a.icon-twitter:hover {
  color: #55acee !important;
}

a.icon-google-plus:hover {
  color: #dd4b39 !important;
}

.background-fixed {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 991px) {
  .background-fixed {
    background-attachment: scroll;
  }
  .contact-form.quote-form {
    margin-left: 0;
  }
  .block {
    margin-bottom: 46px;
  }
  .side-block {
    margin-bottom: 25px;
  }
  .content-area .contact-form {
    margin-left: 0;
  }
}

.margine-tb-90 {
  margin: 90px 0;
}

.home-ab-txt {
  margin-top: 55px;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .category-carousel.slick-dotted {
    margin-bottom: 35px;
  }
  .category-carousel.slick-dotted .slick-dots {
    bottom: -45px;
  }
  .margine-tb-90 {
    margin: 46px 0;
  }
  .round-services-txt .block.bg-1 {
    padding: 40px 0 30px;
  }
  .home-ab-txt {
    margin-top: 10px;
    padding-bottom: 46px;
  }
  p.info + p {
    margin-top: 15px;
  }
  .home-ab-txt h2,
  .home-ab-txt h1 {
    margin-bottom: 15px;
  }
  .text-icon-grid {
    margin: 0;
  }
}

@media (max-width: 479px) {
  .contact-form.quote-form {
    margin-left: -15px !important;
  }
}

body:not(.home) header.page-header.is-sticky #slidemenu {
  margin-bottom: 0;
}

.slick-slider .animation {
  opacity: 1 !important;
  -webkit-animation-name: none !important;
  animation-name: none !important;
}

.block.bg-pdn74x60 {
  padding: 74px 0 60px;
}

@media (max-width: 767px) {
  .about-popup-btn.block.bg-light.full-block {
    margin-bottom: -46px !important;
  }
  .post-tips-carousel .slick-dots {
    bottom: -20px;
  }
  .block.bg-pdn74x60 {
    padding: 44px 0 40px;
  }
  .price-box-inside {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .margin-top-less-42 {
    margin-top: -42px;
  }
  .margin-bottom-less-35 {
    margin-bottom: -45px;
  }
}

.marginb35 {
  margin-bottom: 35px;
}

.page-footer.paddingmargin {
  display: table;
  padding: 5px 13px;
  margin: 0 auto;
}

/*-----  3.10 Services           --------*/

.services-nav-pills {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .services-nav-pills {
    margin: 30px -15px 0;
  }
}

.services-nav-pills > li {
  margin: 0 !important;
  flex: 1;
}

.services-nav-pills > li > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
  border-radius: 0;
  padding: 29px 18px;
  border: 0;
  color: #222222;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .services-nav-pills > li > a {
    padding: 20px 15px;
  }
}

@media (max-width: 991px) {
  .services-nav-pills > li > a {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .services-nav-pills > li > a {
    padding: 10px 5px;
  }
}

.services-nav-pills > li.active > a,
.services-nav-pills > li.active > a:focus,
.services-nav-pills > li.active > a:hover {
  background: #62cab3;
  background: -moz-linear-gradient(-45deg, #62cab3 0%, #57bb90 100%);
  background: -webkit-linear-gradient(-45deg, #62cab3 0%, #57bb90 100%);
  background: linear-gradient(135deg, #62cab3 0%, #57bb90 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@custom-color-light', endColorstr='@custom-color', GradientType=1);
  color: #fff;
}

.services-nav-pills span {
  display: block;
}

.services-nav-pills .title {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .services-nav-pills .title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .services-nav-pills .title {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .services-nav-pills .title {
    font-size: 12px;
    line-height: 1.2em;
  }
}

.services-nav-pills .sub-title {
  font-size: 14px;
  line-height: 1em;
}

@media (max-width: 1199px) {
  .services-nav-pills .sub-title {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .services-nav-pills .sub-title {
    display: none;
  }
}

.services-nav-pills [class*="icon-"] {
  position: relative;
  z-index: 1;
  padding-right: 16px;
  font-size: 48px;
}

@media (max-width: 1199px) {
  .services-nav-pills [class*="icon-"] {
    font-size: 38px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .services-nav-pills [class*="icon-"] {
    padding: 0 0 10px;
  }
}

@media (max-width: 767px) {
  .services-nav-pills [class*="icon-"] {
    font-size: 32px;
    padding: 0 0 7px;
  }
}

.services-nav-pills--border {
  border-bottom: 3px solid #4b4b4b;
}

.services-tab-content {
  position: relative;
  padding: 0;
}

.services-tab-content .tab-pane {
  padding: 0;
}

@media (max-width: 767px) {
  .services-tab-content {
    margin: 0 -15px 0;
  }
}

.services-tab-img {
  overflow: hidden;
}

.services-tab-img img {
  float: right;
  max-width: unset;
}

@media (max-width: 1199px) {
  .services-tab-img img {
    transform: translateX(5%);
  }
}

@media (max-width: 991px) {
  .services-tab-img img {
    transform: translateX(18%);
  }
}

@media (max-width: 767px) {
  .services-tab-img img {
    opacity: 0;
    max-height: 420px;
  }
}

@media (max-width: 767px) {
  .services-tab-img {
    background-size: auto 100%;
    background-position: center center;
    max-height: 420px;
  }
}

.services-tab-list {
  margin: 0 0 0 48px;
  padding: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .services-tab-list {
    margin: 0;
  }
}

.services-tab-list li:not(:last-child) {
  margin-bottom: 14px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .services-tab-list li:not(:last-child) {
    margin-bottom: 2px;
  }
}

.services-tab-list li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .services-tab-list li a {
    font-size: 14px;
  }
}

.services-tab-list li a span.icon {
  box-sizing: content-box;
  display: block;
  min-width: 46px;
  flex-basis: 46px;
  height: 46px;
  margin-right: 13px;
  color: #57bb90;
  background: #1b1b1b;
  border-radius: 50%;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.services-tab-list li.hovered a > span.icon,
.services-tab-list li a:hover > span.icon {
  color: #fff !important;
  background-color: #57bb90;
  box-shadow: 0 0 10px #57bb90;
}

.services-tab-toggle {
  display: none;
}

@media (max-width: 767px) {
  .services-tab-list-wrap {
    position: relative;
    z-index: 3;
    background: rgba(40, 40, 40, 0.8);
    height: 100%;
    width: calc(100% - 30px);
    margin: 0;
    padding: 20px;
    display: flex;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .services-tab-list-wrap.closed {
    transform: translateX(-100%);
  }
  .services-tab-list-wrap.closed .services-tab-toggle [class*="icon-"]:before {
    transform: rotate(180deg);
    display: block;
  }
  .services-tab-toggle {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -45px;
    right: -20px;
    background: rgba(40, 40, 40, 0.8);
    height: 90px;
    width: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
  }
  .services-tab-toggle [class*="icon-"] {
    font-size: 12px;
    line-height: 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.services-tab-list-wrap.closed .services-tab-toggle {
  animation: blink 2s step-start 0s infinite;
  -webkit-animation: blink 2s step-start 0s infinite;
  width: 40px;
  right: -40px;
  box-shadow: 3px 0 10px #57bb90;
}

@keyframes blink {
  50% {
    color: #57bb90;
  }
}

@-webkit-keyframes blink {
  50% {
    color: #57bb90;
  }
}

.services-tab-content-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-tab-content-text .row {
  height: 100%;
}

.services-tab-content-text [class*="col-"] {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .services-tab-content-text [class*="col-"]:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.service-tip-wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-tip-wrap + .btn {
  position: absolute;
  z-index: 2;
  right: 9%;
  bottom: 9%;
}

.service-tip-wrap + .btn.btn-left {
  left: 0;
  right: auto;
}

@media (max-width: 767px) {
  .service-tip-wrap + .btn {
    right: 15px;
    bottom: 15px;
  }
  .service-tip-wrap + .btn.btn-left {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .service-tip-wrap {
    max-width: 400px;
    height: 95%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.service-tip {
  position: absolute;
}

.service-tip > span {
  display: block;
}

.service-tip > span [class*="icon-"] {
  box-sizing: content-box;
  display: block;
  width: 46px;
  height: 46px;
  color: #57bb90;
  background: #1b1b1b;
  border-radius: 50%;
  font-size: 22px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .service-tip:hover > span [class*="icon-"],
  .service-tip.hovered > span [class*="icon-"] {
    color: #fff !important;
    background-color: #57bb90;
    box-shadow: 0 0 10px #57bb90;
  }
}

.service-tip-html {
  visibility: hidden;
  z-index: 1;
  opacity: 0;
  width: 272px;
  padding: 18px 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #adadad;
  position: absolute;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-tip-html h6 {
  font-size: 15px;
  line-height: 1em;
  margin-bottom: 8px;
  font-weight: 500;
  color: #fff !important;
}

.service-tip-html:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12.5px 0 12.5px;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  position: absolute;
  left: 40%;
}

@media (min-width: 768px) {
  .service-tip:hover .service-tip-html,
  .service-tip.hovered .service-tip-html {
    visibility: visible;
    transform: translateY(10px);
    opacity: 1;
    transition: 0.3s linear;
  }
}

.service-tooltip-mob {
  display: none;
}

@media (max-width: 767px) {
  .service-tooltip-mob.opened {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 40, 40, 0.9);
    color: #fff;
  }
  .service-tooltip-mob.opened .text {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 360px;
    text-align: center;
  }
  .service-tooltip-mob.opened .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
  }
}

.tip-left .service-tip-html {
  top: -20%;
  right: 115%;
}

.tip-left .service-tip-html:after {
  top: 18px;
  right: -12px;
  left: auto;
  transform: rotate(-90deg);
}

.tip-right .service-tip-html {
  top: -20%;
  left: 115%;
}

.tip-right .service-tip-html:after {
  top: 18px;
  left: -12px;
  transform: rotate(90deg);
}

.tab-dropdown {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: absolute;
  top: -5000px;
  left: 0;
  padding: 45px 55px;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: #fff;
  min-width: 100%;
}

@media (max-width: 991px) {
  .tab-dropdown {
    padding: 25px 25px;
  }
}

@media (max-width: 767px) {
  .tab-dropdown {
    flex-wrap: wrap;
    padding: 0 15px 15px;
  }
}

.tab-dropdown--right {
  right: 0;
  left: auto !important;
}

.tab-dropdown h5 {
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.tab-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-dropdown ul li {
  font-size: 15px;
  line-height: 20px;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .tab-dropdown ul li {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .tab-dropdown ul li {
    font-size: 13px;
  }
}

.tab-dropdown ul li:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .tab-dropdown ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}

.tab-dropdown ul a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.tab-dropdown ul a:hover {
  color: #57bb90;
}

.tab-dropdown ul .all-link {
  text-decoration: underline;
}

.tab-dropdown ul .all-link:hover {
  text-decoration: none;
}

.tab-dropdown-col {
  width: 159px;
}

@media (max-width: 991px) {
  .tab-dropdown-col {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .tab-dropdown-col {
    margin-top: 15px;
  }
}

body:not(.touch) li:hover .tab-dropdown,
body.touch li.hovered .tab-dropdown {
  opacity: 1;
  visibility: visible;
  top: auto;
  position: absolute;
  left: 0;
  z-index: 1;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.services-tab-left-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .services-tab-left-img {
    display: none;
  }
}

.services-tab-content-cols {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.tab-pane .cols-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media (max-width: 479px) {
  .tab-pane .cols-wrap {
    flex-wrap: wrap;
  }
}

.tab-pane .cols-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab-pane .cols-wrap ul li {
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .tab-pane .cols-wrap ul li {
    font-size: 13px;
    line-height: 20px;
  }
}

@media (max-width: 479px) {
  .tab-pane .cols-wrap ul li {
    font-size: 12px;
    line-height: 18px;
  }
}

.tab-pane .cols-wrap ul li:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .tab-pane .cols-wrap ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 479px) {
  .tab-pane .cols-wrap ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.tab-pane .cols-wrap ul li.active {
  font-weight: bold;
}

.tab-pane .cols-wrap ul a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tab-pane .cols-wrap ul a:hover {
  color: #57bb90;
}

.tab-pane .cols-wrap ul .all-link {
  text-decoration: underline;
}

.tab-pane .cols-wrap ul .all-link:hover {
  text-decoration: none;
}

@media (max-width: 479px) {
  .tab-pane .cols-wrap ul {
    column-count: 2;
    column-gap: 20px;
  }
}

.tab-pane .col-select,
.tab-pane .col-price {
  margin-right: 30px;
  padding: 18px 30px;
  flex: 0 0 calc(50% - 30px);
}

@media (max-width: 767px) {
  .tab-pane .col-select,
  .tab-pane .col-price {
    margin-right: 10px;
    padding: 18px 30px;
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 479px) {
  .tab-pane .col-select,
  .tab-pane .col-price {
    margin-right: 0;
    padding: 0 10px 10px;
    flex: 0 0 100%;
  }
}

.tab-pane .col-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fbfbfb;
  background: -moz-linear-gradient(left, #fbfbfb 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, #fbfbfb 0%, #ffffff 100%);
  background: linear-gradient(to right, #fbfbfb 0%, #ffffff 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#ffffff', GradientType=1);
}

.tab-pane .col-price > * {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.tab-pane .col-price-bottom {
  margin-top: auto;
  padding: 20px 0 20px;
}

.tab-pane .col-title {
  margin: 0 -30px 18px;
  font-size: 22px;
  line-height: 25px;
  padding: 15px 30px;
  background: #f7f7f7;
}

.prices-tab-content {
  position: relative;
  padding: 18px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.prices-tab-content .tab-pane {
  padding: 0;
}

@media (max-width: 767px) {
  .prices-tab-content {
    margin: 0 -15px 0;
  }
}

/*-----  3.11 Steps              --------*/

.steps-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.steps-wrap-4 .step-item {
  width: 25%;
}

@media (max-width: 767px) {
  .steps-wrap-4 .step-item {
    width: 50%;
  }
  .steps-wrap-4 .step-item:nth-child(1),
  .steps-wrap-4 .step-item:nth-child(2) {
    margin-top: 20px;
  }
}

@media (max-width: 479px) {
  .steps-wrap-4 .step-item {
    width: 100%;
  }
  .steps-wrap-4 .step-item + * {
    margin-top: 10px;
  }
}

.steps-wrap-4 .step-item-text {
  max-width: 250px;
  width: 90%;
}

.step-item {
  position: relative;
  width: 33.333%;
  float: left;
  text-align: center;
}

@media (max-width: 767px) {
  .step-item {
    width: 100%;
    float: none;
  }
  .step-item:first-child {
    margin-top: 20px;
  }
  .step-item + * {
    margin-top: 10px;
  }
}

.step-item-icon {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 15px auto;
  width: 128px;
  height: 128px;
  font-size: 45px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .step-item-icon {
    width: 108px;
    height: 108px;
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .step-item-icon {
    margin: 15px auto;
    width: 128px;
    height: 128px;
    font-size: 45px;
  }
}

.step-item-icon + * {
  margin-top: 25px;
}

@media (max-width: 991px) {
  .step-item-icon + * {
    margin-top: 15px;
  }
}

.step-item-icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  left: -20px;
  border-radius: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border: 20px solid #fff;
}

.step-item-icon:after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 50%;
  left: calc(100% + 20px);
  width: 200%;
  height: 1px;
  border-top: 1px dotted #e8e8e8;
}

@media (max-width: 767px) {
  .step-item-icon:after {
    display: none;
  }
}

.step-item-text {
  font-size: 15px;
  line-height: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 270px;
}

@media (max-width: 991px) {
  .step-item-text {
    font-size: 14px;
    line-height: 22px;
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  .step-item-text {
    max-width: 270px;
  }
}

.step-item-title {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0;
}

.step-item-title b {
  font-weight: 600;
}

.step-item-title + * {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .step-item-title + * {
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  .step-item-title {
    font-size: 18px;
    line-height: 24px;
  }
}

.step-item-active {
  position: absolute;
  top: 0;
  left: 75%;
  width: 220px;
  text-align: left;
}

.step-item-active .tool-tip {
  top: -30px;
  margin: 0 5px;
}

@media (max-width: 991px) {
  .step-item-active .tool-tip {
    top: -22px;
  }
}

@media (max-width: 767px) {
  .step-item-active .tool-tip {
    top: -18px;
  }
}

@media (max-width: 991px) {
  .step-item-active img {
    max-width: 50px;
  }
}

@media (max-width: 767px) {
  .step-item-active {
    left: 50%;
    top: 0;
  }
  .step-item-active img {
    max-width: 40px;
  }
}

.step-item:hover .step-item-icon,
.step-item.active .step-item-icon {
  border-color: #57bb90;
}

.step-item:last-child .step-item-icon:after {
  display: none;
}

.step-item:last-child .step-item-active {
  right: 75%;
  left: auto;
  text-align: right;
}

@media (max-width: 767px) {
  .step-item:last-child .step-item-active {
    right: 50%;
  }
}

.step-item:last-child .step-item-active img {
  float: right;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.step-item:last-child .step-item-active .tool-tip {
  top: -17px;
  margin: 0px 12px;
}

@media (max-width: 767px) {
  .step-item:last-child .step-item-active .tool-tip {
    top: -20px;
  }
}

.step-item:last-child .step-item-active .tool-tip:after {
  right: -10px;
  left: auto;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .step-item:last-child .step-item-active .tool-tip:after {
    right: -7px;
  }
}

/*-----  3.12 Advantages         --------*/

.advantages-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (max-width: 670px) {
  .advantages-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0 15px;
  }
}

.advantages-left,
.advantages-right {
  flex-basis: 35%;
  min-width: 280px;
  margin-top: 50px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .advantages-left,
  .advantages-right {
    min-width: 260px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media (max-width: 670px) {
  .advantages-left,
  .advantages-right {
    margin: 0;
  }
}

.advantages-center {
  display: flex;
  align-items: flex-end;
}

.advantages-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .advantages-img {
    bottom: 0;
  }
  .advantages-img img {
    max-width: 67%;
    margin-right: -2%;
  }
}

@media (max-width: 670px) {
  .advantages-img {
    display: none;
  }
}

@media (min-width: 671px) {
  .advantages-left .advantages-num {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right;
  }
  .advantages-left .advantages-num .advantages-num-number {
    margin-right: 0;
  }
  .advantages-right {
    margin-left: auto;
  }
  .advantages-right .advantages-num .advantages-num-number {
    margin-left: 0;
  }
}

.advantages-num {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 5px;
}

.advantages-num-number {
  width: 58px;
  height: 58px;
  margin: 0 15px;
  font-size: 20px;
  line-height: 58px;
  font-family: "Chivo", sans-serif;
  border-radius: 50%;
  text-align: center;
  background-color: #57bb90;
  box-shadow: 0 0 5px #57bb90;
}

@media (max-width: 670px) {
  .advantages-num-number {
    width: 47px;
    height: 47px;
    font-size: 17px;
    line-height: 47px;
    margin-left: 0;
  }
}

.advantages-num-text {
  font-size: 15px;
  line-height: 24px;
  padding-top: 15px;
  min-height: 145px;
}

@media (max-width: 1199px) {
  .advantages-num-text {
    min-height: 193px;
  }
}

@media (max-width: 991px) {
  .advantages-num-text {
    font-size: 14px;
    line-height: 22px;
    min-height: 209px;
  }
}

@media (max-width: 670px) {
  .advantages-num-text {
    min-height: 0;
    padding-top: 0;
  }
}

.advantages-num-title {
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff !important;
}

.advantages-num-title + * {
  margin-top: 10px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .advantages-num-title {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .advantages-num-title {
    font-size: 16px;
  }
  .advantages-num-title + * {
    margin-top: 5px;
  }
}

/*-----  3.13 Experience         --------*/

.experience-item {
  width: 214px;
  height: 214px;
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

@media (max-width: 1199px) {
  .experience-item {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 991px) {
  .experience-item {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 767px) {
  .experience-item {
    margin-top: 20px;
  }
}

.experience-item-title {
  font-size: 36px;
  line-height: 1em;
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .experience-item-title {
    font-size: 30px;
  }
}

.experience-item-text {
  font-size: 15px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .experience-item-text {
    font-size: 14px;
  }
}

.experience-item > * + * {
  margin-top: 5px;
}

.experience-item:hover,
.experience-item.active {
  border-color: #57bb90;
}

.experience-item-active {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 47%;
  min-width: 250px;
  text-align: left;
}

.experience-item-active .tool-tip {
  top: -22px;
  margin: 0 12px;
}

@media (max-width: 991px) {
  .experience-item-active .tool-tip {
    top: -22px;
  }
}

@media (max-width: 767px) {
  .experience-item-active .tool-tip {
    top: -12px;
  }
}

@media (max-width: 991px) {
  .experience-item-active img {
    max-width: 50px;
  }
}

@media (max-width: 767px) {
  .experience-item-active {
    left: 45%;
    top: -13px;
  }
  .experience-item-active img {
    max-width: 40px;
  }
}

.row > *:first-child .experience-item {
  margin-top: 0;
}

.nav-right,
.header-top-right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
}

@media (min-width: 992px) {
  .menu-wrap {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 60%);
    background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 60%);
    background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 60%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
  }
}

@media (min-width: 992px) {
  .menu-wrap > .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

.social-links-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*-------- 1.5 Social Icons      --------*/

.social-links ul {
  margin: 0;
  padding: 0;
}

.social-links ul li {
  display: inline-block;
  margin: 0 7px 5px 0;
  list-style: none;
  text-align: center;
}

.social-links ul li:last-child {
  margin-right: 0;
}

.social-links ul li a {
  font-size: 32px;
  color: #d0d0d0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.social-links ul li a:hover {
  color: #444444;
}

.social-links-header ul {
  margin: 0;
  padding: 0;
}

.social-links-header ul li {
  display: inline-block;
  margin: 0 14px 0 0;
  list-style: none;
  text-align: center;
}

.social-links-header ul li:last-child {
  margin-right: 0;
}

.social-links-header ul li a {
  font-size: 18px;
  color: #acacac;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.social-links-header ul li a:hover {
  color: #444444;
}

@media (max-width: 1199px) {
  .social-links-header ul li a {
    font-size: 16px;
  }
}

.social-links.rounded ul li {
  display: inline-block;
  margin: 0 9px 7px 0;
  list-style: none;
  text-align: center;
}

@media (max-width: 1199px) {
  .social-links.rounded ul li {
    margin: 0 5px 5px 0;
  }
}

.social-links.rounded ul li a {
  display: block;
  width: 77px;
  height: 77px;
  border: 7px solid #e9eaed;
  border-radius: 50%;
  font-size: 24px;
  line-height: 63px;
  color: #4d7df0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social-links.rounded ul li a:hover {
  border-color: rgba(0, 150, 136, 0.25);
}

@media (max-width: 1199px) {
  .social-links.rounded ul li a {
    width: 46px;
    height: 46px;
    border-width: 4px;
    font-size: 17px;
    line-height: 38px;
  }
}

@media (max-width: 991px) {
  .social-links.rounded.text-right {
    text-align: center;
    margin-top: 25px;
  }
}

.link a {
  font-size: 22px;
  line-height: 1em;
  color: #e2e2e2;
  text-decoration: none;
  padding: 0 4px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

@media (max-width: 1199px) {
  .page-content .social-links ul li {
    margin: 0 0 3px 0;
  }
}

a.icon-facebook:hover {
  color: #3b5998 !important;
}

a.icon-twitter:hover {
  color: #55acee !important;
}

a.icon-google-plus:hover {
  color: #dd4b39 !important;
}

a.icon-linkedin:hover {
  color: #4875b4 !important;
}

a.icon-pinterest:hover {
  color: #c92228 !important;
}

a.icon-instagram:hover {
  color: #4e433c !important;
}

/*-----  3.17 Others         --------*/

.grey-box {
  text-decoration: none;
}

@media (max-width: 767px) {
  .grey-box {
    margin-top: 15px;
  }
  .grey-box:first-child {
    margin-top: 0;
  }
}

.grey-box-inside {
  background-color: #f4f4f6;
  padding: 30px 60px 30px 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 991px) {
  .grey-box-inside {
    padding: 30px 30px 30px 40px;
  }
}

.grey-box-icon {
  font-size: 68px;
  line-height: 1em;
  color: #57bb90;
  min-width: 105px;
}

.grey-box-title {
  text-transform: none;
  margin: 6px 0 0 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.grey-box-title:first-child {
  margin-top: 0;
}

.grey-box-text p {
  font-size: 15px;
  line-height: 22px;
  margin: 6px 0 0 0;
}

.grey-box-text p:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .row-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .row-flex.row-sm-pad {
    margin: 0 -5px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .row-flex-wrap {
    flex-wrap: wrap;
  }
}

.grey-box:hover .grey-box-title {
  color: #57bb90;
}

.grey-box:hover .grey-box-icon {
  animation: bounce 1s;
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
}

.row-icon {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.row-icon-icon {
  min-width: 70px;
}

.row-icon-icon i {
  display: block;
  width: 51px;
  height: 51px;
  font-size: 26px;
  line-height: 52px;
  background-color: #57bb90;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

@media (max-width: 1199px) {
  .row-icon-icon i {
    width: 46px;
    height: 46px;
    font-size: 22px;
    line-height: 47px;
  }
}

.row-icon-icon i.icon-calendar {
  padding-left: 3px;
}

.row-icon-icon i.icon-same-day-delivery {
  line-height: 50px;
}

@media (max-width: 1199px) {
  .row-icon-icon i.icon-same-day-delivery {
    line-height: 45px;
  }
}

.row-icon-text {
  font-family: "Chivo", sans-serif;
  font-size: 22px;
  color: #2a2a2a;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.row-icon:hover .row-icon-text {
  color: #57bb90;
}

.brand-carousel img {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

.brand-carousel img:hover {
  opacity: 1;
}

.box-number {
  text-decoration: none;
  padding: 0 5px;
}

@media (max-width: 767px) {
  .box-number {
    margin-top: 15px;
  }
  .box-number:first-child {
    margin-top: 0;
  }
}

.box-number-inside {
  background-color: #fff;
  padding: 20px 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e8e8e8;
}

.box-number-icon {
  min-width: 72px;
}

.box-number-icon span {
  display: block;
  width: 59px;
  height: 59px;
  background: #57bb90;
  text-align: center;
  font-size: 28px;
  line-height: 59px;
  border-radius: 50%;
  color: #fff;
}

.box-number-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

.box-number:hover .box-number-text {
  color: #57bb90;
}

.row-number {
  margin-top: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: top;
}

.row-number-icon {
  min-width: 71px;
  padding-left: 8px;
}

.row-number-icon span {
  display: block;
  width: 42px;
  height: 42px;
  font-size: 16px;
  line-height: 42px;
  background-color: #57bb90;
  border-radius: 50%;
  color: #fff;
  text-align: center;
}

.row-number-text {
  padding-top: 4px;
}

.row-number + *:not(.row-number) {
  margin-top: 32px;
}

p + .row-number {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .hexagon-box-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 265px 0;
    width: 470px;
    background: url(images/h-bg.png) no-repeat center center;
    background-size: 100% auto;
  }
  .hexagon-box {
    position: relative;
    width: 470px;
    height: 223px;
    background-color: transparent;
    border-left: solid 2px #57bb90;
    border-right: solid 2px #57bb90;
  }
  .hexagon-box:before,
  .hexagon-box:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 332px;
    height: 332px;
    -webkit-transform: scaleY(0.5) rotate(-45deg);
    -ms-transform: scaleY(0.5) rotate(-45deg);
    transform: scaleY(0.5) rotate(-45deg);
    background-color: inherit;
    left: 67px;
  }
  .hexagon-box:before {
    top: -172px;
    border-top: solid 2px #57bb90;
    border-right: solid 2px #57bb90;
  }
  .hexagon-box:after {
    bottom: -172px;
    border-bottom: solid 2px #57bb90;
    border-left: solid 2px #57bb90;
  }
  .hexagon-box span {
    width: 100%;
    text-align: center;
    top: 50%;
    position: relative;
    float: left;
    margin-top: -9px;
  }
}

.hexagon-icon {
  position: absolute;
  z-index: 2;
}

.hexagon-icon i {
  display: block;
  width: 91px;
  height: 91px;
  border: 4px solid #57bb90;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 25px #f8f9fa;
  font-size: 40px;
  line-height: 87px;
  color: #444;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .hexagon-icon:hover i {
    color: #fff;
    background-color: #57bb90;
  }
}

.hexagon-icon:nth-child(1) {
  top: 0;
  left: 50%;
  margin-left: -46px;
  margin-top: -158px;
}

.hexagon-icon:nth-child(1) .h-box {
  width: 370px;
  text-align: center;
  bottom: 105px;
  left: 50%;
  margin-left: -185px;
}

.hexagon-icon:nth-child(2) {
  top: 0;
  left: 100%;
  margin-left: -46px;
  margin-top: -46px;
}

.hexagon-icon:nth-child(2) .h-box {
  width: 235px;
  text-align: left;
  top: 0;
  left: 100%;
  margin: -6px 0 0 15px;
}

.hexagon-icon:nth-child(3) {
  bottom: 0;
  left: 100%;
  margin-left: -46px;
  margin-bottom: -46px;
}

.hexagon-icon:nth-child(3) .h-box {
  width: 235px;
  text-align: left;
  top: 0;
  left: 100%;
  margin: -6px 0 0 15px;
}

.hexagon-icon:nth-child(5) {
  bottom: 0;
  left: 50%;
  margin-left: -46px;
  margin-bottom: -160px;
}

.hexagon-icon:nth-child(5) .h-box {
  width: 370px;
  text-align: center;
  bottom: 0;
  left: 50%;
  margin-left: -185px;
  margin-bottom: -120px;
}

.hexagon-icon:nth-child(6) {
  bottom: 0;
  left: 0;
  margin-left: -46px;
  margin-bottom: -46px;
}

.hexagon-icon:nth-child(6) .h-box {
  width: 235px;
  text-align: right;
  top: 0;
  right: 100%;
  margin: -6px 15px 0 0;
}

.hexagon-icon:nth-child(7) {
  top: 0;
  left: 0;
  margin-left: -46px;
  margin-top: -46px;
}

.hexagon-icon:nth-child(7) .h-box {
  width: 235px;
  text-align: right;
  top: 0;
  right: 100%;
  margin: -6px 15px 0 0;
}

.h-box {
  font-size: 14px;
  line-height: 22px;
  position: absolute;
  color: #2a2a2a !important;
}

.h-box-title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 26px;
  font-family: "Chivo", sans-serif;
}

@media (max-width: 1199px) {
  .hexagon-icon:nth-child(2) .h-box,
  .hexagon-icon:nth-child(3) .h-box,
  .hexagon-icon:nth-child(6) .h-box,
  .hexagon-icon:nth-child(7) .h-box {
    width: 180px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .hexagon-box,
  .hexagon-box-wrapper {
    width: 320px;
  }
  .hexagon-box:before,
  .hexagon-box:after {
    width: 200px;
    height: 200px;
    left: 60px;
  }
  .hexagon-box:before {
    top: -160px;
  }
  .hexagon-box:after {
    bottom: -160px;
  }
  .h-box {
    font-size: 13px;
  }
  .hexagon-icon:nth-child(2) .h-box,
  .hexagon-icon:nth-child(3) .h-box,
  .hexagon-icon:nth-child(6) .h-box,
  .hexagon-icon:nth-child(7) .h-box {
    width: 150px;
  }
}

@media (max-width: 767px) {
  .hexagon-icon {
    width: 100%;
    position: relative;
    margin: 0 0 55px !important;
    text-align: center;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
  }
  .hexagon-icon i {
    display: inline-block;
    box-shadow: none;
    margin-bottom: 15px;
  }
  .hexagon-icon:after {
    position: absolute;
    content: "";
    height: 35px;
    width: 2px;
    background-color: #57bb90;
    left: 50%;
    bottom: -45px;
  }
  .hexagon-icon:last-child:after {
    display: none;
  }
  .hexagon-icon > img {
    display: block;
    margin: 5px auto;
    max-width: 300px;
  }
  .h-box {
    position: relative;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
    margin: 0 auto 0 !important;
    text-align: center !important;
    width: 100% !important;
    max-width: 320px;
  }
}

/*---------------------------------------*/

/*---- 4. Plugins overlay styles  -------*/

/*---------------------------------------*/

/* slider */

.slick-loading .slick-list {
  background: #ffffff url("images/ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  outline: none !important;
}

/* arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 80px;
  height: 100px;
  margin-top: -50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 200;
  text-align: center;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:after,
.slick-next.slick-disabled:after {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "computer";
  font-size: 80px;
  line-height: 80px;
  color: #727272;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #4d7df0;
}

.light-arrow .slick-prev:before,
.light-arrow .slick-next:before {
  color: #fff;
}

.slick-prev {
  left: -20px;
}

.slick-prev:before {
  content: "\e927";
}

.slick-next {
  right: -20px;
}

.slick-next:before {
  content: "\e928";
}

/* dots */

.slick-slider {
  padding: 0;
  list-style: none;
}

.slick-slider:not(.row) {
  margin: 0;
}

.slick-slider.nav-dot {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .slick-slider {
    margin-bottom: 30px;
  }
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li button {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  padding: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  outline: none;
  border-radius: 50%;
  background: #c1c1c1;
}

.slick-dots li button:after {
  display: none;
}

.slick-dots li.slick-active button,
.slick-dots li.slick-active button:hover {
  background: #4d7df0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-slider .animation {
  opacity: 1 !important;
  animation-name: none !important;
}

.relative {
  position: relative;
}

header.page-header-1 {
  color: #fff;
}

header.page-header-1 .header-top-info [class*="icon-"] {
  font-size: 40px;
  line-height: 1em;
  width: 60px;
}

header.page-header-1 .header-top-info {
  flex: 1;
  margin-left: 5px;
  padding-left: 60px;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  padding-right: 0;
}

header.page-header-1 .logo {
  flex: 0 0 300px;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
}

header.page-header-1 .header-top-info:after {
  display: none;
}

@media (min-width: 992px) {
  header.page-header-1 .navbar-nav li.current-menu-item > a {
    border-bottom: none;
  }
}

@media (min-width: 991px) {
  header.page-header-1 .navbar-nav > li > a {
    padding: 26px 26px;
  }
}

@media (max-width: 1199px) {
  header.page-header-1 .navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  header.page-header-1 .navbar-nav > li {
    margin: 0;
  }
}

header.page-header-1 .phone {
  flex: 0 0 213px;
  margin-left: auto;
  font-family: "Chivo", sans-serif;
  padding-left: 0;
}

header.page-header-1 .phone .right-text .item {
  top: 0;
  left: 0;
}

header.page-header-1 .phone .number {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  padding: 0 7px;
}

header.page-header--style2 .phone .number {
  font-size: 26px;
}

@media (min-width: 992px) {
  header.page-header-1 #slidemenu {
    text-align: center;
  }
}

.overflowUnset {
  overflow: unset !important;
}

.social-links .category-list > li,
.post-preview .category-list > li {
  border: none;
  padding: inherit;
}

.social-links .category-list > li:after {
  display: none;
}

.form-popup p,
.quote-form p {
  margin: 0;
}

header.page-header-2 .header-cart a.icon {
  font-size: 30px;
  color: #acacac;
  line-height: 32px;
}

header.page-header-2 .header-cart .badge {
  pointer-events: none;
  padding: 0;
  width: 18px;
  height: 22px;
  line-height: 24px;
  font-size: 13px;
  font-weight: 400;
  font-family: "Chivo", sans-serif;
  position: absolute;
  right: 6px;
  top: 8px;
  color: #292929;
  background: transparent !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 0;
}

.block-less-bottom {
  margin-bottom: -92px;
}

@media (max-width: 991px) {
  .block-less-bottom {
    margin-bottom: -46px;
  }
  header.page-header-2 .header-cart {
    margin-right: 0;
  }
  header.page-header-2.is-sticky .header-cart {
    top: -12px;
  }
}

.drop-form p,
.question-box p,
.form-box p,
.contact-form p {
  margin-bottom: 0;
}

.question-box-2 {
  background: url(../images/question-box-2-bg.jpg) no-repeat center top #b0c8f8;
}

.page-footer .contact-info .icon.icon-mail-black {
  top: 1px;
}

.side-block .blog-post .category-list > li:after {
  display: none;
}

.post-preview .category-list > li {
  padding-right: 16px;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 1em 0 1em;
}

.bottom-sm-1 {
  margin-bottom: 50px;
}

input.wpcf7-submit {
  background-color: #4d7df0;
  color: #fff;
}

.text-white {
  color: #fff;
}

@media (max-width: 1199px) {
  header.page-header-1 .logo {
    flex: 0 0 250px;
    margin-right: 15px;
  }
  header.page-header-1 .header-top-info [class*="icon-"] {
    width: 40px;
    font-size: 25px;
  }
  header.page-header-1 .header-top-info {
    padding-left: 42px;
  }
}

@media (max-width: 767px) {
  header.page-header-1 .logo {
    flex: 0 0 205px;
    margin-right: 10px;
  }
}

.margin-b0 {
  margin-bottom: 0 !important;
}

.mainslider2 .vert-wrap {
  padding-top: 0 !important;
}

.computer_services .post-teaser span,
.computer_services .post-teaser em,
.computer_services .post-teaser strong {
  font-size: unset !important;
}

.blog-post.computer_services .post-image img {
  width: 100%;
}

.computer_services .prd-info .price span {
  font-size: 26px !important;
  margin-top: 15px;
}

.prd-grid.prd-carousel {
  margin: 0 -15px -65px !important;
}

.prd-carousel .prd {
  margin: 10px 15px !important;
}

@media (max-width: 767px) {
  .prd-carousel .prd {
    margin: 10px 5px !important;
  }
}

@media (max-width: 1024px) {
  .prd-grid.prd-carousel {
    margin: 0 -15px 25px !important;
  }
}

@media (max-width: 767px) {
  .prd-grid.prd-carousel {
    margin: 0 -5px 25px !important;
  }
}

.tab-pane .col-price-bottom .btn {
  width: 100%;
  max-width: 240px;
}

.col-price-bottom div a.link-sm {
  text-decoration: underline;
}

.col-price-bottom div a.link-sm:hover {
  text-decoration: none;
}

.marker-list-check {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.marker-list-check > li {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}

.marker-list-check > li:after {
  position: absolute;
  top: 0;
  left: 12px;
  display: block;
  font-family: "computer";
  content: "\e926";
  font-size: 14px;
  color: #57bb90;
}

.computer_services .post-teaser {
  margin-bottom: 0;
}

.layout-2 .icon-wrapper span {
  background: transparent;
  box-shadow: 0 0 0 2px #a6a6a6;
}

.layout-2 .text-icon:hover .icon-wrapper span {
  background: transparent;
  box-shadow: 0 0 0 20px rgba(155, 155, 155, 0);
}

.layout-2 .text-icon:hover .icon-wrapper .icon-hover {
  box-shadow: 0 0 0 8px rgba(155, 155, 155, 0.25);
}

.bg-light .text-icon .title {
  color: #292929;
}

.layout-2 .icon-wrapper span i.icon {
  color: #292929;
}

.block.bg-1:not(.bg-light):not(.bg-dark) h1,
.block.bg-2:not(.bg-light):not(.bg-dark) h1,
.block.bg-1:not(.bg-light):not(.bg-dark) h2,
.block.bg-2:not(.bg-light):not(.bg-dark) h2,
.block.bg-1:not(.bg-light):not(.bg-dark) h3,
.block.bg-2:not(.bg-light):not(.bg-dark) h3 {
  color: #fff !important;
}

.block.bg-1:not(.bg-light):not(.bg-dark),
.block.bg-2:not(.bg-light):not(.bg-dark) {
  color: #fff;
}

.layout-2 .testimonials-item .inside .username {
  color: inherit;
}

.layout-2 .text-icon-squared .icon-big .icon {
  color: #ababab;
}

.layout-2 .text-icon-squared .title span {
  color: #9455d0;
}

/*  blog post css*/

.text-blogpost {
  margin-top: 20px;
}

.text-blogpost > .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.text-blogpost [class*="col-"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.text-blogpost-image {
  position: relative;
}

.text-blogpost img {
  margin-top: 8px;
  width: 100%;
}

.text-blogpost-image img {
  margin-top: 0;
  height: auto;
}

.text-blogpost-date {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #9455d0;
  min-width: 56px;
  height: 57px;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 15px;
  text-align: center;
}

.text-blogpost-date {
  background: #9455d0;
  background: -moz-linear-gradient(-45deg, #ba4ecf 0%, #6782c9 100%);
  background: -webkit-linear-gradient(-45deg, #ba4ecf 0%, #6782c9 100%);
  background: linear-gradient(135deg, #ba4ecf 0%, #6782c9 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='@custom-color-gradient-start', endColorstr='@custom-color-gradient-end', GradientType=1);
}

.text-blogpost-title {
  text-transform: none;
  margin-bottom: 22px;
}

@media (min-width: 1600px) {
  .text-blogpost-teaser {
    margin-right: 55px;
  }
}

.text-blogpost-teaser p {
  margin-bottom: 0px;
}

.text-blogpost-readmore {
  margin-top: auto;
  padding-top: 34px;
}

.text-blogpost-readmore .btn-white.btn-sm {
  padding: 7px 14px;
  border-width: 1px;
}

.text-blogpost-readmore .btn-white {
  background: transparent;
  color: #444444;
  border: 2px solid #292929;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  padding: 12px 24px;
}

.text-blogpost-readmore .btn.btn-sm {
  font-size: 12px;
  line-height: 18px;
  padding: 8px 15px;
  border-radius: 5px;
  text-transform: none;
  min-width: 0;
  border-radius: 6px;
}

.text-blogpost .date-num {
  display: block;
  font-size: 30px;
  line-height: 1em;
}

/* footer style 2css*/

.page-footer.page-footer--style2 {
  background: #f6f6f6;
  color: #292929;
}

.page-footer.page-footer--style2 .footer-menu {
  margin-bottom: 0;
}

.page-footer.page-footer--style2 .footer-content {
  padding: 0;
}

.page-footer.page-footer--style2 .footer-menu-line {
  background-color: #1d1d1d;
  padding: 20px 15px;
  margin-bottom: 55px;
}

.page-footer.page-footer--style2 .footer-bot-line {
  background-color: #fff;
  padding: 20px 15px;
  margin-top: 55px;
}

.page-footer.page-footer--style2 .footer-phone {
  color: #292929;
  margin-bottom: 50px;
}

.page-footer.page-footer--style2 .contact-info .icon {
  top: 4px;
  font-size: 20px;
}

.page-footer.page-footer--style2 .copyright {
  color: #292929;
  margin: 0;
  font-size: 15px;
  max-width: none;
}

.page-footer.page-footer--style2 .contact-info {
  padding-left: 32px;
}

.page-footer .social-sm {
  font-size: 16px;
}

.page-footer .contact-info + .social-sm {
  padding-left: 45px;
  margin-top: 3px;
}

.page-footer.page-footer--style2 .contact-info + .social-sm {
  padding-left: 32px;
}

.page-footer .social-sm a {
  text-decoration: none;
  display: inline-block;
  color: #666;
  margin: 0 8px;
}

.page-footer .social-sm a:first-child {
  margin-left: 0;
}

.page-footer .social-sm a:hover {
  text-decoration: none;
  color: #9455d0 !important;
}

.layout-2 .marker-list > li:after {
  content: "\e926";
  font-size: 22px;
  color: #9455d0;
  left: 0;
  top: 0;
}

.layout-2 .btn {
  padding: 14px 28px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  height: auto;
  color: #ffffff;
  border-radius: 12px;
  border: 0;
  vertical-align: top;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  text-decoration: none;
  text-transform: uppercase;
  min-width: 185px;
}

.layout-2 .text-icon-squared:hover .read-more {
  color: #fff;
  text-decoration: underline;
}

.layout-2 .btn-white {
  background: transparent !important;
  color: #444444;
  border: 2px solid #292929;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  padding: 12px 24px;
}

.layout-2 .btn.wide {
  min-width: 217px;
}

body.layout-2 .btn-white {
  background: transparent !important;
  color: #444444;
  border: 2px solid #292929;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  padding: 12px 24px;
}

body.layout-2 .btn-white:hover,
body.layout-2 .btn-white.active:hover,
body.layout-2 .btn-white:active:hover {
  border: 0;
  padding: 14px 28px;
}

body.layout-2 .btn-white.btn-sm {
  padding: 7px 14px;
  border-width: 1px;
}

body.layout-2 .btn.btn-sm {
  font-size: 12px;
  line-height: 18px;
  padding: 8px 15px;
  border-radius: 5px;
  text-transform: none;
  min-width: 0;
  border-radius: 6px;
}

body.layout-2 .btn.btn-xs {
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 3px;
  min-width: 0;
}

.footer-map {
  height: 365px;
  width: 100%;
}

header.page-header.page-header--style2 {
  color: #444444;
  background: transparent;
}

header.page-header.page-header--style2 .phone .under-number,
header.page-header.page-header--style2 .phone .under-number a {
  color: #444444;
}

header.page-header.page-header--style2 .header-top-info:after {
  display: none;
}

header.page-header.page-header--style2 .header-top-info {
  flex: 1;
  margin-left: 5px;
  padding-left: 60px;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  padding-right: 0;
}

header.page-header.page-header--style2 .header-top-info {
  padding-left: 48px;
}

header .header-top-info + .header-top-info {
  margin-right: 30px;
}

header.page-header.page-header--style2 .header-top-info [class*="icon-"] {
  width: 48px;
  font-size: 24px;
  margin-left: 0;
}

@media (min-width: 992px) {
  header.page-header.page-header--style2 .navbar-nav > li > a {
    margin-left: -26px;
  }
}

@media (min-width: 992px) {
  header.page-header--style2 #slidemenu {
    text-align: unset;
  }
}

/* 
css for loader
*/

.spinner {
  display: none;
  width: 52px;
  height: 52px;
  position: relative;
  margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4d7df0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

header.page-header.page-header--style2 .phone {
  flex: 0 0 220px;
}

#mainSlider.slider--style2 .slide-content h3 {
  color: #292929;
}

@media (min-width: 1200px) {
  #mainSlider.slider--style2 .slide-content h3 {
    font-size: 82px;
    line-height: 1.1em;
  }
}

#mainSlider.slider--style2 .slide-content h4 {
  color: #292929;
}

@media (min-width: 1200px) {
  #mainSlider.slider--style2 .slide-content h4 {
    font-size: 42px;
    margin-bottom: 0.9em;
  }
}

#mainSlider.slider--style2 .slide-content.center {
  text-align: center;
  top: 11%;
  bottom: 11%;
  left: 15%;
  width: 70%;
}

#mainSlider.slider--style2 .vert-wrap {
  padding-top: 0;
}

.vert.vert--top {
  vertical-align: top;
}

#mainSlider.slider--style2 {
  height: 38.125vw !important;
}

#mainSlider.slider--style2 .slide .img--holder {
  height: 38.125vw !important;
}

@media (max-width: 480px) {
  #mainSlider .slide-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  #mainSlider.slider--style2 .slide-content h3 {
    margin-bottom: 0.2em;
  }
}

input#coupon_code {
  width: 200px;
  height: 45px;
}

.text-center .btn {
  margin: 0 12px 10px;
}

.question-box-3 {
  background: url(images/question-box-3-bg.jpg) no-repeat center top #b0c8f8;
}

.category-block .caption.right {
  left: unset;
  text-align: unset;
}

@media (max-width: 1199px) {
  header.page-header.page-header--style2 .navbar-nav > li > a {
    margin-left: -12px;
  }
}

@media (max-width: 991px) {
  header.page-header.page-header--style2 .navbar-nav > li > a {
    margin-left: 0;
  }
}

body.home
  header.page-header:not(.page-header--style2).is-sticky
  .navbar-nav
  > li
  > a,
.page-header.is-sticky .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

body.home header.page-header-2.is-sticky .navbar-nav > li > a,
.page-header-2.is-sticky .navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 991px) and (min-width: 767px) {
  .text-blogpost > .row {
    flex-direction: column;
  }
  .text-blogpost > .row .text-post-image,
  .text-blogpost > .row .text-blogpost-image {
    margin-bottom: 15px;
  }
}

@media (max-width: 1399px) {
  .text-blogpost-title {
    margin-bottom: 15px;
  }
  .text-blogpost-readmore {
    padding-top: 18px;
  }
}

@media (max-width: 767px) {
  .text-blogpost > .row {
    flex-direction: row;
  }
}

@media (max-width: 479px) {
  .text-blogpost > .row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .text-blogpost > .row .col-md-5 {
    min-width: 40%;
    flex-basis: 40%;
  }
}

@media (max-width: 991px) {
  .text-blogpost {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 479px) {
  .text-blogpost > .row .text-post-image,
  .text-blogpost > .row .text-blogpost-image {
    margin-bottom: 15px;
  }
}

.text-blogpost-title {
  font-size: 22px;
  line-height: 28px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 100%;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
}

.page-footer.page-footer--style2 .contact-info a {
  color: #292929;
  text-decoration: none;
}

body:not(.home) header.page-header.page-header-1 #slidemenu {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #slidemenu,
  body.home header.page-header.is-sticky,
  .page-header.is-sticky,
  .menu-wrap {
    background: #444444;
  }
}

/* Guten burge */
.wp-block-gallery {
  padding-left: 0px !important;
}
.wp-block-gallery li {
  list-style: none !important;
}
/************Color Pallete*****************/
.has-strong-yellow-background-color {
  background-color: #f7bd00 !important;
}
.has-strong-white-background-color {
  background-color: #ffffff !important;
}
.has-light-black-background-color {
  background-color: #242424 !important;
}
.has-very-light-gray-background-color {
  background-color: #797979 !important;
}
.has-very-dark-black-background-color {
  background-color: #000000 !important;
}
.has-strong-yellow-color {
  color: #f7bd00 !important;
}
.has-strong-white-color {
  color: #ffffff !important;
}
.has-light-black-color {
  color: #242424 !important;
}
.has-very-light-gray-color {
  color: #797979 !important;
}
.has-very-dark-black-color {
  color: #000000 !important;
}
/******************Font Size Setting*****************/
.has-small-font-size {
  font-size: 10px !important;
}
.has-normal-font-size {
  font-size: 15px !important;
}
.has-large-font-size {
  font-size: 24px !important;
}
.has-huge-font-size {
  font-size: 36px !important;
}
/*************Common Style*************/
pre {
  border: 1px solid #d1d1d1 !important;
  line-height: 1.3125 !important;
  margin: 0 0 1.75em !important;
  max-width: 100% !important;
  padding: 1.75em !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  font-size: 16px !important;
  color: #5a5a5a !important;
  border-radius: 0px !important;
  background: transparent !important;
  overflow: auto !important;
  font-family: "Open Sans", sans-serif !important;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100%;
}
.wp-block-separator {
  border: none;
  border-bottom: 1px solid #8f98a1;
  margin: 1.65em auto;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
.thm-unit-test .wp-block-latest-posts,
.thm-unit-test .text .wp-block-latest-posts,
.thm-unit-test .wp-block-categories,
.thm-unit-test .text .wp-block-categories,
.thm-unit-test .wp-block-archives,
.thm-unit-test .text .wp-block-archives {
  padding-left: 0px;
  margin-bottom: 20px;
}
.thm-unit-test .wp-block-latest-posts li,
.thm-unit-test .text .wp-block-latest-posts li,
.thm-unit-test .wp-block-categories li,
.thm-unit-test .text .wp-block-categories li,
.thm-unit-test .wp-block-archives li,
.thm-unit-test .text .wp-block-archives li {
  list-style: none;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 20px 0;
  padding: 0;
  border-left: none;
  padding-left: 100px;
}
.blog-single
  .inner-box
  .lower-content
  .lower-box.text
  .wp-block-quote.is-large
  p,
.blog-single
  .inner-box
  .lower-content
  .lower-box.text
  .wp-block-quote.is-style-large
  p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-family: "Open Sans", sans-serif;
  font-size: 0.71111em;
  line-height: 1.6;
  color: #767676;
}
.wp-block-pullquote {
  border: none;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  padding-bottom: 68.25%;
}
.wp-block-embed-vimeo .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #ddd;
  line-height: 1.8;
  padding: 8px;
  vertical-align: top;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 0;
  padding-left: 100px;
}
figure.wp-block-pullquote.alignleft {
  padding: 0;
  text-align: left;
}
figure.wp-block-pullquote.alignleft blockquote {
  margin: 0;
  padding-right: 0px;
}
figure.wp-block-pullquote.alignright {
  padding: 0;
  text-align: right;
}
figure.wp-block-pullquote.alignright blockquote {
  margin: 0;
  margin-bottom: 60px;
  padding-right: 0px;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 335px;
}
ul.wp-block-latest-posts {
  margin-bottom: 30px;
}
ul.wp-block-latest-posts a {
  transition: all 0.2s linear;
  text-decoration: underline;
  color: #5a5a5a;
  background-color: transparent;
}
blockquote::before {
  font-size: 120px;
  line-height: 1em;
  font-style: normal;
  content: "“";
  position: absolute;
  top: 0px;
  color: #c7d5e1;
  left: 30px;
}
blockquote.wp-block-quote.is-large:before {
  top: -8px !important;
}
.wp-block-categories a {
  transition: all 0.2s linear;
  text-decoration: underline;
  color: #5a5a5a;
  background-color: transparent;
}
.wp-block-archives a {
  transition: all 0.2s linear;
  text-decoration: underline;
  color: #5a5a5a;
  background-color: transparent;
}
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}

.with-sidebar-blog .alignfull {
  width: auto;
  margin-left: calc(50% / 0.62 - 50vw);
  max-width: 100vw;
}
.with-sidebar-blog .alignfull img {
  width: auto;
}
/*editor*/
.vc_element.vc_computer_repair_appointment_button_item {
  width: 33%;
}
.vc_computer_repair_appointment_button_item .dropdowns-box-item {
  width: 100%;
}

.vc_element.vc_computer_howtoworks_item {
  width: 33.3333%;
}
.vc_computer_howtoworks .step-item {
  width: 100%;
}

.vc_computer_cus_choose .vc_computer_cus_choose_items:nth-child(2) {
  margin-left: auto;
}
.vc_computer_cus_choose
  .vc_computer_cus_choose_items
  .vc_computer_cus_choose_items:nth-child(2) {
  margin-bottom: 70px;
}

.vc_computer_cus_choose .vc_computer_cus_choose_items:nth-child(1) {
  margin-top: 50px;
}
.vc_computer_cus_choose_items {
  flex-basis: 35%;
  min-width: 280px;

  position: relative;
  z-index: 1;
}

.vc_computer_cus_choose_items .advantages-left,
.vc_computer_cus_choose_items .advantages-right {
  margin-top: 0px;
  margin-bottom: 0px;
}
.vc_computer_cus_choose
  .vc_computer_cus_choose_items:nth-child(2)
  .advantages-right {
  margin-top: 50px;
}

.vc_computer_cus_choose
  .vc_computer_cus_choose_items:nth-child(1)
  .advantages-num
  .advantages-num-number {
  margin-right: 0;
  margin-left: 15px !important;
}

.vc_computer_cus_choose
  .vc_computer_cus_choose_items:nth-child(2)
  .advantages-num
  .advantages-num-number {
  margin-left: 0;
}
.vc_computer_cus_choose
  .vc_computer_cus_choose_items:nth-child(1)
  .advantages-num {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
.compose-mode .vc_experience_items .col-sm-3 {
  width: 100%;
}
.compose-mode .vc_experience_items {
  width: 25%;
  float: left;
}
.vc_computer_repair_icon_row_items {
  width: 25%;
  float: left;
}
.vc_computer_repair_icon_row_items .col-sm-6.col-md-3 {
  width: 100%;
}

.vc_computer_repair_icon_hax_items:nth-child(1) {
  top: 0;
  left: 50%;
  margin-left: -46px;
  margin-top: -158px;
}

.vc_computer_repair_icon_hax_items:nth-child(1) .hexagon-icon .h-box {
  width: 370px;
  text-align: center;
  bottom: 105px;
  left: 50%;
  margin-left: -185px;
}

.vc_computer_repair_icon_hax_items:nth-child(2) {
  top: 0;
  left: 100%;
  margin-left: -46px;
  margin-top: -46px;
}

.vc_computer_repair_icon_hax_items:nth-child(2) .hexagon-icon .h-box {
  width: 235px;
  text-align: left;
  top: 0;
  left: 100%;
  margin: -6px 0 0 15px;
}

.vc_computer_repair_icon_hax_items:nth-child(3) {
  bottom: 0;
  left: 100%;
  margin-left: -46px;
  margin-bottom: -46px;
}

.vc_computer_repair_icon_hax_items:nth-child(3) .hexagon-icon .h-box {
  width: 235px;
  text-align: left;
  top: 0;
  left: 100%;
  margin: -6px 0 0 15px;
}

.vc_computer_repair_icon_hax_items:nth-child(4) {
  bottom: 0;
  left: 50%;
  margin-left: -46px;
  margin-bottom: -160px;
}

.vc_computer_repair_icon_hax_items:nth-child(4) .hexagon-icon .h-box {
  width: 370px;
  text-align: center;
  bottom: 0;
  left: 50%;
  margin-left: -185px;
  margin-bottom: -120px;
}

.vc_computer_repair_icon_hax_items:nth-child(5) {
  bottom: 0;
  left: 0;
  margin-left: -46px;
  margin-bottom: -46px;
}

.vc_computer_repair_icon_hax_items:nth-child(5) .hexagon-icon .h-box {
  width: 235px;
  text-align: right;
  top: 0;
  right: 100%;
  margin: -6px 15px 0 0;
}

.vc_computer_repair_icon_hax_items:nth-child(6) {
  top: 0;
  left: 0;
  margin-left: -46px;
  margin-top: -46px;
}

.vc_computer_repair_icon_hax_items:nth-child(6) .hexagon-icon .h-box {
  width: 235px;
  text-align: right;
  top: 0;
  right: 100%;
  margin: -6px 15px 0 0;
}
.vc_computer_repair_icon_hax_items .hexagon-icon:nth-child(1) {
  top: unset;
  left: unset;
  margin-left: unset;
  margin-top: unset;
}
.vc_element.vc_computer_repair_icon_hax_items {
  display: table;
  min-height: auto;
}
.vc_element.vc_computer_repair_icon_hax_items {
  min-height: auto;
  width: 91px;
  height: 91px;
  position: absolute;
}
.vc_computer_repair_icon_hax_items:nth-child(5)
  .hexagon-icon:nth-child(1)
  .h-box {
  bottom: unset;
  left: unset;
}
.vc_computer_repair_icon_hax_items:nth-child(6)
  .hexagon-icon:nth-child(1)
  .h-box {
  bottom: unset;
  left: unset;
}

.compose-mode .vc_computer_repair_icon_hax_items .vc_control-btn {
  padding-top: 10px;
}

.vc_computer_repair_icon_box_items .col-md-3 {
  width: 100%;
}
.vc_computer_repair_icon_box_items {
  width: 25%;
  float: left;
}
.vc_computer_repair_team .col-md-4.col-sm-4.col-xs-12 {
  width: 100%;
}
ul.nav.nav-pills.services-nav-pills.services-nav-pills--border
  li:hover
  .tab-dropdown,
body.touch li.hovered .tab-dropdown {
  opacity: 1;
  visibility: visible;
  top: auto;
  position: absolute;
  left: 0;
  z-index: 1;
  box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}

#footer-map .mapouter,
#footer-map .mapouter .gmap_canvas,
#footer-map .mapouter .gmap_canvas iframe {
  height: 100%;
}
.cr-button.form-popup-wrap {
  display: block;
}
.cr-button.form-popup-wrap.left {
  text-align: left;
}
.cr-button.form-popup-wrap.center {
  text-align: center;
}
.cr-button.form-popup-wrap.right {
  text-align: right;
}
.cr-button.read-more-color {
  display: block;
}
.cr-button.read-more-color.left {
  text-align: left;
}
.cr-button.read-more-color.center {
  text-align: center;
}
.cr-button.read-more-color.right {
  text-align: right;
}
.cr-button-xs{
  display: block;
}
.cr-button-xs.left {
  text-align: left;
}
.cr-button-xs.center {
  text-align: center;
}
.cr-button-xs.right {
  text-align: right;
}
.crcf7 .quote-form p {
  margin: 0;
  text-align: center;
}
.is-sticky.animated:not(.no-animate) {
  -webkit-animation-duration: .1s;
  animation-duration: .1s;
}
