/*
Theme Name: DriCub Driving School
Theme URI: https://smartdata.tonytemplates.com/dricub-driving-school/
Author: SmartDataSoft
Author URI: https://smartdatasoft.com/
Description: Driving School theme is a modern, clean and professional WordPress theme which is specially created to spread and represent your driving school companies business to your potential customers.
Version: 3.5
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: dricub-driving-school
Tags: auto, car, car driving, car training, driver, driving, driving class, driving school, education, school, training. wordpress
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Theme Name is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
  color: #fdc400;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.vc_row[data-vc-full-width].visible_over,
.visible_over {
  overflow: visible;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7px;
  padding-right: 8px;
}
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 735px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 955px;
  }
}
@media (min-width: 1220px) {
  .container {
    width: 1185px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 16px;
}
.row {
  margin-left: -14px;
  margin-right: -16px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 16px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1220px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Roboto", sans-serif;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in,
.modal-backdrop.show {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1220px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*---------------------------------------*/
/*--------     1. Typography     --------*/
/*---------------------------------------*/
/*-------  1.1 Typography Styles --------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #5a5a5a;
  background: #ffffff;
  overflow-x: hidden;
  font-weight: 400;
}
a {
  color: #5a5a5a;
  outline: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 20px 0;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
label.error {
  color: #fe4135;
  font-size: 12px;
  line-height: 14px;
  margin-top: 3px;
}
@media (max-width: 550px) {
  .text-left-sm {
    text-align: left;
  }
  .text-left-sm .text-center {
    text-align: left;
  }
}
.container-indent:not(.sub-pages-indent):not(.container-indent-extra01) {
  margin-top: 129px;
}
@media (max-width: 768px) {
  .container-indent:not(.sub-pages-indent):not(.container-indent-extra01) {
    margin-top: 44px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent:not(.sub-pages-indent):not(.container-indent-extra01) {
    margin-top: 48px;
    padding-bottom: 27px;
  }
}
.container-indent-extra01 {
  margin-top: 115px;
}
@media (max-width: 768px) {
  .container-indent-extra01 {
    margin-top: 44px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent-extra01 {
    margin-top: 48px;
    padding-bottom: 27px;
  }
}
.container-indent.text-left-sm {
  margin-top: 129px;
}
@media (max-width: 768px) {
  .container-indent.text-left-sm {
    margin-top: 44px;
    padding-bottom: 0px;
  }
}
@media (max-width: 550px) {
  .container-indent.text-left-sm {
    margin-top: 45px;
    padding-bottom: 25px;
  }
  .container-indent.text-left-sm .text-top {
    margin-top: 28px;
  }
}
.container-indent1:not(.sub-pages-indent) {
  margin-top: 172px;
  padding-bottom: 2px;
}
@media (max-width: 768px) {
  .container-indent1:not(.sub-pages-indent) {
    margin-top: 144px;
    padding-bottom: 0px;
  }
}
@media (max-width: 550px) {
  .container-indent1:not(.sub-pages-indent) {
    margin-top: 86px;
    padding-bottom: 28px;
  }
}
.container-indent2:not(.sub-pages-indent) {
  margin-top: 54px;
  padding-bottom: 3px;
}
@media (max-width: 768px) {
  .container-indent2:not(.sub-pages-indent) {
    margin-top: 44px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent2:not(.sub-pages-indent) {
    margin-top: 45px;
    padding-bottom: 0px;
  }
}
.container-indent3:not(.sub-pages-indent) {
  margin-top: 70px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .container-indent3:not(.sub-pages-indent) {
    margin-top: 44px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent3:not(.sub-pages-indent) {
    margin-top: 45px;
    padding-bottom: 0px;
  }
}
.container-indent4:not(.sub-pages-indent) {
  margin-top: 125px;
}
@media (max-width: 768px) {
  .container-indent4:not(.sub-pages-indent) {
    margin-top: 44px;
  }
}
@media (max-width: 550px) {
  .container-indent4:not(.sub-pages-indent) {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .container-indent1-md:not(.sub-pages-indent) {
    margin-top: 158px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent1-md:not(.sub-pages-indent) {
    margin-top: 70px;
    padding-bottom: 27px;
  }
}
@media (max-width: 768px) {
  .container-indent2-md:not(.sub-pages-indent) {
    margin-top: 70px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent2-md:not(.sub-pages-indent) {
    margin-top: 48px;
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .container-indent2-md:not(.sub-pages-indent) {
    margin-top: 70px;
    padding-bottom: 12px;
  }
}
@media (max-width: 550px) {
  .container-indent2-md:not(.sub-pages-indent) {
    margin-top: 48px;
    padding-bottom: 0px;
  }
}
.container-indent5:not(.sub-pages-indent) {
  margin-top: 201px;
  padding-bottom: 11px;
}
@media (max-width: 768px) {
  .container-indent5:not(.sub-pages-indent) {
    margin-top: 144px;
    padding-bottom: 0px;
  }
}
@media (max-width: 550px) {
  .container-indent5:not(.sub-pages-indent) {
    margin-top: 83px;
  }
}
.container-indent6:not(.sub-pages-indent) {
  margin-top: 140px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .container-indent6:not(.sub-pages-indent) {
    margin-top: 114px;
  }
}
@media (max-width: 550px) {
  .container-indent6:not(.sub-pages-indent) {
    margin-top: 53px;
  }
}
.sub-pages-indent {
  margin-top: 117px;
  padding-bottom: 12px;
}
.text-md {
  display: block;
}
.max-width70 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 550px) {
  .max-width70 {
    max-width: 90%;
  }
}
.max-width75 {
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .max-width75 {
    max-width: 95%;
  }
}
.offset-76 {
  margin-top: 128px !important;
}
@media (max-width: 550px) {
  .offset-76 {
    margin-top: 73px !important;
  }
}
::selection {
  background: #fdc400;
  color: #fff;
}
::-moz-selection {
  background: #fdc400;
  color: #fff;
}
.color {
  color: #fdc400;
}
.color-dark {
  color: #393939;
}
.text-sm {
  font-size: 15px;
  line-height: 1.6;
  font-weight: lighter;
}
.divider {
  clear: both;
  height: 124px;
}
@media (max-width: 768px) {
  .divider {
    height: 100px;
  }
}
@media (max-width: 550px) {
  .divider {
    height: 74px;
  }
}
.divider1 {
  clear: both;
  height: 124px;
}
@media (max-width: 550px) {
  .divider1 {
    height: 80px;
  }
}
.clear {
  clear: both;
}
@media (max-width: 991px) {
  .mobile-center-md {
    text-align: center;
  }
  .mobile-center-md ul {
    max-width: 515px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 991px) {
  html:not([.ie]) .touch-device #tt-header,
  html:not([.ie]) .touch-device #page-main,
  html:not([.ie]) .touch-device #tt-footer {
    overflow: hidden;
  }
}
/*---------------------------------------*/
/*--------------- title ----------------*/
/*---------------------------------------*/
.tt-title {
  color: #393939;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
}
.tt-title-lg {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.01em;
  margin: 0;
  padding-bottom: 20px;
  color: #393939;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .tt-title-lg {
    font-size: 50px;
  }
}
@media (max-width: 550px) {
  .tt-title-lg {
    font-size: 34px;
    line-height: 36px;
    padding-bottom: 18px;
    letter-spacing: normal;
  }
}
.tt-title-lg.title-sub-page {
  padding-bottom: 44px;
}
@media (max-width: 768px) {
  .tt-title-lg.title-sub-page {
    padding-bottom: 60px;
  }
}
@media (max-width: 550px) {
  .tt-title-lg.title-sub-page {
    padding-bottom: 23px;
  }
}
@media (max-width: 550px) {
  .text-left-sm .tt-title-lg {
    padding-bottom: 24px;
  }
}
.tt-title-md {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin: 0;
  padding-bottom: 24px;
  color: #393939;
  font-family: "Roboto", sans-serif;
}
.tt-title-md span {
  color: #fdc400;
}
@media (max-width: 768px) {
  .tt-title-md {
    font-size: 35px;
    padding-bottom: 16px;
  }
}
@media (max-width: 550px) {
  .tt-title-md {
    font-size: 27px;
    padding-bottom: 16px;
  }
}
/*---------------------------------------*/
/*--------------- button ----------------*/
/*---------------------------------------*/
.tp-rightarrow.default,
.tp-rightarrow.default:before {
  outline: none !important;
  background: none !important;
}
button,
.btn {
  outline: none !important;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #4d4d4d;
  color: #ffffff;
  border: none;
  padding: 15px 35px;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
@media (max-width: 550px) {
  .btn {
    padding: 0 21px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
}
.btn-long {
  padding-right: 47px;
  padding-left: 47px;
}
@media (max-width: 550px) {
  .btn-long {
    padding-right: 42px;
    padding-left: 42px;
    height: 46px;
  }
}
.btn:hover:not(.no-hover) {
  background: #ffc219;
  color: #2e2e2e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-border {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid;
  border-color: #fff;
  color: #fff;
  font-size: 14px;
  line-height: 1.1;
  padding: 0 43px;
  letter-spacing: 0.02em;
  word-spacing: 0.02em;
  font-weight: bold;
  height: 50px;
  padding-top: 1px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  text-transform: uppercase;
}
@media (max-width: 550px) {
  .btn-border {
    padding: 0 21px;
    height: 44px;
    font-size: 12px;
  }
}
.btn-border:hover {
  border-color: #fdc400;
  color: #fdc400;
}
.btn.inverse {
  background: #ffc219;
  color: #2e2e2e;
}
.btn.inverse:hover {
  background: #4d4d4d;
  color: #ffffff;
}
/*---------------------------------------*/
/*------------- list-icon ---------------*/
/*---------------------------------------*/
.list-icon {
  list-style: none;
  padding: 0;
  margin-left: 21px;
  margin-bottom: 0px;
  margin-top: 16px;
}
@media (max-width: 550px) {
  .list-icon {
    margin-left: 0px;
    margin-top: 0px;
  }
}
.list-icon li {
  position: relative;
  padding: 0 0 0 30px;
  margin-top: 0;
}
.list-icon li:before {
  content: "\e908";
  font-family: "driving";
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 16px;
  line-height: 1.1;
}
.list-icon li:not(:first-child) {
  margin-top: 4px;
}
.list-icon li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  text-decoration: none;
}
.list-icon li a:hover {
  color: #fdc400;
  text-decoration: none;
}
.list-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-icon ul li:before {
  background: #fff;
  border: 1px solid #5a5a5a;
}
.text-top {
  margin-top: 23px;
}
.top-none {
  margin-top: 0;
}
/*---------------------------------------*/
/*------------- list-disc ---------------*/
/*---------------------------------------*/
ul.list-disc {
  list-style: none;
  padding: 0;
  margin: 0 0 0 17px;
}
ul.list-disc li {
  position: relative;
  padding: 0 0 0 21px;
  margin-top: 0;
}
ul.list-disc li:before {
  content: "";
  position: absolute;
  background: #5a5a5a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
}
ul.list-disc li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  text-decoration: none;
}
ul.list-disc li a:hover {
  color: #fdc400;
}
ul.list-disc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list-disc ul li:before {
  background: #fff;
  border: 1px solid #5a5a5a;
}
.offset-top {
  margin-top: 28px !important;
}
.offset-0 {
  margin-top: 0;
}
.offset-top {
  margin-top: 20px;
}
.offset-2 {
  margin-top: 2px;
}
.offset-bottom-0 {
  padding-bottom: 0 !important;
}
.btn-top {
  margin-top: 66px;
}
@media (max-width: 550px) {
  .btn-top {
    margin-top: 29px;
  }
}
.offset-bottom-250 {
  padding-bottom: 140px;
}
@media (max-width: 899px) {
  .offset-bottom-250 {
    padding-bottom: 70px;
  }
}
@media (max-width: 550px) {
  .offset-bottom-250 {
    padding-bottom: 53px;
  }
}
@media (max-width: 769px) {
  .container-fluid-md .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .container-fluid-md.container-indent1-md {
    padding-bottom: 0;
  }
}
.video-services {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-services iframe,
.video-services object,
.video-services embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*-------- 1.2 Page Preloader    --------*/
/* loader */
.loader-wrapper.loader-off,
body.is-loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: all 500ms linear 0s;
  -moz-transition: all 500ms linear 0s;
  -ms-transition: all 500ms linear 0s;
  -o-transition: all 500ms linear 0s;
  transition: all 500ms linear 0s;
}
@keyframes loader {
  0%,
  10%,
  100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loaderBlock {
  0%,
  30% {
    transform: rotate(0);
  }
  55% {
    background-color: #fdc400;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%,
  20% {
    transform: rotate(0);
  }
  55% {
    background-color: #fdc400;
  }
  100% {
    transform: rotate(-90deg);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.custom-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: 0px;
  margin-top: 0px;
}
.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fdc400;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}
/*-------- 1.3 Forms             --------*/
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
button {
  outline: none;
}
/* list-radio */
.list-radio {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.list-radio li {
  display: inline-block;
}
.list-radio li:not(:last-child) {
  margin-right: 35px;
}
/* radio */
.radio {
  display: block;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5a5a5a;
  padding-bottom: 7px;
}
.radio input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
.radio input:focus + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio .outer {
  width: 22px;
  height: 22px;
  display: block;
  float: left;
  margin: 0px 9px 0 0;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.radio .inner {
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  display: block;
  background-color: #919191;
  opacity: 0;
  position: relative;
  -webkit-transform: scale(0);
  transform: scale(0);
  backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.radio input:checked + .outer .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio:hover {
  color: #fdc400;
}
.radio:hover .outer {
  background-color: transparent;
  border-color: #e0e0e0;
}
.radio:hover .inner {
  -webkit-transform: scale(1);
  transform: scale(1);
}
input[type="checkbox"]:checked ~ label .check {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/*---------------------------------------*/
/*------------ form-default -------------*/
/*---------------------------------------*/
.form-default .form-control,
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  border: 1px solid #dedede;
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
  padding: 17px 18px 17px 18px;
  outline: none;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  display: inline-block;
}
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #4d4d4d;
  color: #ffffff;
  border: none;
  padding: 0 35px;
  height: 50px;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.04em;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
html input[type="button"]:hover:not(.no-hover),
input[type="reset"]:hover:not(.no-hover),
input[type="submit"]:hover:not(.no-hover) {
  background: #ffc219;
  color: #2e2e2e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control:focus,
.form-default .form-control:focus {
  border-color: #fdc400;
}
.form-default .form-group,
.wpcf7-form .form-group {
  padding-bottom: 10px;
}
/*---------------------------------------*/
/*------------ form-default-02 -------------*/
/*---------------------------------------*/
.form-default-02.form-horizontal label {
  font-weight: 300;
  text-align: left;
  font-size: 15px;
  line-height: 1.1;
}
.form-default-02 .form-control {
  border: 1px solid #dedede;
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
  background: #fff;
  padding: 12px 18px 13px 14px;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.form-default-02 .form-control:focus {
  border-color: #fdc400;
}
.form-default-02 .form-group {
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
}
.form-default-02 .form-group label {
  font-weight: 500;
  line-height: 44px;
}
.form-default-02 .btn-top {
  margin-top: 37px;
}
@media (max-width: 601px) {
  .form-default-02 .btn-top {
    margin-top: 20px;
  }
}
.form-default-02 .btn {
  padding-left: 26px;
  padding-right: 26px;
}
#contactform {
  margin-top: 28px;
}
#contactform textarea {
  min-height: 190px;
}
#contactform .btn {
  margin-top: 7px;
}
/*---------------------------------------*/
/*--------   2. Main Structure   --------*/
/*---------------------------------------*/
/*--------   2.1 Layout Styles   --------*/
/*--------   2.2 Header          --------*/
body.open-menu {
  width: 100%;
  overflow: hidden;
}
body.open-menu .tt-menu.open-menu {
  overflow-y: scroll !important;
}
@media (max-width: 700px) {
  .tt-menu:not(.open-menu) {
    height: 0 !important;
  }
}
#tt-header {
  position: relative;
  z-index: 7;
}
#tt-header .tt-header-wrapper-top {
  background: #383838;
}
#tt-header .tt-header-top address {
  font-style: normal;
  margin-bottom: 0;
}
#tt-header .tt-header-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 47px;
  padding: 3px 0 5px;
  font-size: 15px;
}
#tt-header .tt-header-top .tt-box-phone,
#tt-header .tt-header-top .tt-box-email,
#tt-header .tt-header-top .tt-box-time,
#tt-header .tt-header-top .tt-box-location {
  color: #ffffff;
}
#tt-header .tt-header-top .tt-box-phone i[class^="icon-"],
#tt-header .tt-header-top .tt-box-email i[class^="icon-"],
#tt-header .tt-header-top .tt-box-time i[class^="icon-"],
#tt-header .tt-header-top .tt-box-location i[class^="icon-"] {
  margin-right: 10px;
  position: relative;
  top: 1px;
}
#tt-header .tt-header-top .tt-box-phone a,
#tt-header .tt-header-top .tt-box-email a,
#tt-header .tt-header-top .tt-box-time a,
#tt-header .tt-header-top .tt-box-location a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-header .tt-header-top .tt-box-phone a:hover,
#tt-header .tt-header-top .tt-box-email a:hover,
#tt-header .tt-header-top .tt-box-time a:hover,
#tt-header .tt-header-top .tt-box-location a:hover {
  color: #fdc400;
}
#tt-header .tt-header-top .tt-box-phone,
#tt-header .tt-header-top .tt-box-time,
#tt-header .tt-header-top .tt-box-email {
  padding: 0 10px;
}
#tt-header .tt-header-top .tt-box-phone:hover i {
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.1s tremor ease-out infinite;
}
@media (max-width: 1219px) {
  #tt-header .tt-header-wrapper-top {
    position: absolute;
    top: -100%;
    display: none;
    background: #eff1f2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  #tt-header .tt-header-wrapper-top .tt-header-top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #tt-header .tt-header-wrapper-top .tt-header-top address {
    margin-top: 11px;
  }
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-social-icon {
    margin-top: 14px;
  }
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-phone,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-email,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-time,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-location {
    font-size: 14px;
    color: #383838;
  }
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-phone a,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-email a,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-time a,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-location a {
    color: #383838;
    text-decoration: none;
  }
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-phone a:hover,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-email a:hover,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-time a:hover,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-location a:hover {
    color: #fdc400;
  }
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-phone,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-time,
  #tt-header .tt-header-wrapper-top .tt-header-top .tt-box-email {
    padding: 0 10px 0 0;
  }
}
#tt-header .tt-header-top-toggle {
  position: relative;
}
#tt-header .tt-header-top-toggle .btn-toggle {
  display: none;
  width: 100%;
  height: 47px;
  background: #383838;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  text-decoration: none;
}
#tt-header .tt-header-top-toggle .btn-toggle i {
  line-height: 47px;
  margin-left: -8px;
}
@media (max-width: 1219px) {
  #tt-header .tt-header-top-toggle .btn-toggle {
    display: block;
  }
}
#tt-header .tt-header-top-toggle .btn-toggle:hover {
  color: #fdc400;
}
#tt-header .tt-header-top-toggle .btn-extra {
  position: absolute;
  top: 7px;
  right: 17px;
  z-index: 2;
  background: #fdc300;
  color: #383838;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  padding: 0 18px;
  font-size: 12px;
  line-height: 1.2;
  height: 33px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  text-decoration: none;
}
@media (min-width: 1220px) {
  #tt-header .tt-header-top-toggle .btn-extra {
    display: none;
  }
}
@media (max-width: 600px) {
  #tt-header .tt-header-top-toggle .btn-extra {
    font-size: 11px;
    padding-top: 1px;
    padding: 0 10px;
  }
}
#tt-header.open .tt-header-wrapper-top {
  position: relative;
  top: 0;
  display: block;
  overflow: hidden;
}
#tt-header.open .tt-header-top-toggle .btn-toggle i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  #tt-header .tt-header-wrapper-bottom {
    min-height: 77px !important;
  }
}
#tt-header .tt-header-bottom {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1219px) {
  #tt-header .tt-header-bottom {
    padding-top: 18px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1220px) {
  #tt-header .tt-header-bottom {
    min-height: 149px;
  }
  .tt-menu-stuck-row.stuck-is .tt-header-bottom {
    min-height: auto !important;
  }
}
@media (max-width: 700px) {
  #tt-header .tt-header-bottom {
    padding-bottom: 12px;
  }
}
@media (max-width: 420px) {
  #tt-header .tt-header-bottom {
    padding-top: 13px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1219px) {
  #tt-header .tt-header-bottom {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #tt-header .tt-header-bottom div[class^="col-"] {
    width: 100%;
  }
}
#tt-header .tt-logo {
  position: relative;
  height: 99px;
  display: inline-block;
  overflow: hidden;
  top: 3px;
  width: 335px;
}
#tt-header .tt-logo .logo-icon {
  position: absolute;
  z-index: 0;
}
#tt-header .tt-logo .logo-letter {
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-header .tt-logo .logo-text {
  color: #393939;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: block;
  left: 96px;
  font-size: 58px;
  line-height: 1.1;
  position: absolute;
  letter-spacing: 0.05em;
}
#tt-header .tt-logo .slogan-text {
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 55px;
  left: 86px;
  letter-spacing: 0.06em;
}
#tt-header .tt-logo .slogan-text:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 29px;
  text-align: center;
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: #383838;
}
#tt-header .tt-logo .slogan-text span {
  position: relative;
  padding: 0px 28px;
  z-index: 3;
  top: 1px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#tt-header .tt-logo .slogan-text span:before,
#tt-header .tt-logo .slogan-text span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  width: 18px;
  height: 3px;
  background: #ffffff;
}
#tt-header .tt-logo .slogan-text span:before {
  left: -1px;
}
#tt-header .tt-logo .slogan-text span:after {
  right: -1px;
}
#tt-header .tt-logo:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(15deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}
#tt-header .tt-logo:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
#tt-header a {
  text-decoration: none;
}
@media (max-width: 1219px) {
  #tt-header .tt-logo {
    height: 74px;
    top: 0;
    width: 235px;
  }
  #tt-header .tt-logo .logo-icon,
  #tt-header .tt-logo .logo-letter {
    max-height: 71px;
    margin-top: 5px;
  }
  #tt-header .tt-logo .logo-text {
    font-size: 46px;
    left: 67px;
    top: -4px;
  }
  #tt-header .tt-logo .slogan-text {
    top: 44px;
    left: 62px;
    letter-spacing: 0.07em;
  }
  #tt-header .tt-logo .slogan-text:before {
    height: 21px;
  }
  #tt-header .tt-logo .slogan-text span {
    font-size: 13px;
    top: -5px;
    padding: 0px 21px;
    letter-spacing: 0.04em;
  }
  #tt-header .tt-logo .slogan-text span:after,
  #tt-header .tt-logo .slogan-text span:before {
    height: 2px;
    margin-top: -1px;
    width: 13px;
  }
}
@media (max-width: 420px) {
  #tt-header .tt-logo {
    height: 53px;
    width: 165px;
  }
  #tt-header .tt-logo .logo-icon,
  #tt-header .tt-logo .logo-letter {
    max-height: 49px;
  }
  #tt-header .tt-logo .logo-icon {
    margin-top: 4px;
  }
  #tt-header .tt-logo .logo-text {
    font-size: 31px;
    left: 49px;
    top: 1px;
  }
  #tt-header .tt-logo .slogan-text {
    top: 31px;
    left: 43px;
    letter-spacing: 0.07em;
  }
  #tt-header .tt-logo .slogan-text:before {
    height: 15px;
  }
  #tt-header .tt-logo .slogan-text span {
    font-size: 9px;
    top: -9px;
    padding: 0px 15px;
    letter-spacing: 0.04em;
  }
  #tt-header .tt-logo .slogan-text span:after,
  #tt-header .tt-logo .slogan-text span:before {
    height: 2px;
    margin-top: -1px;
    width: 9px;
  }
}
@media (min-width: 701px) {
  #tt-header .tt-menu {
    margin-top: 20px;
  }
  #tt-header .tt-menu > ul {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-left: 8px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.02em;
  }
  #tt-header .tt-menu > ul > li {
    margin-top: 0;
    display: inline-block;
    float: left;
  }
  #tt-header .tt-menu > ul > li.current-menu-item a {
    color: #fdc400;
    text-decoration: none;
  }
  #tt-header .tt-menu > ul > li > a {
    position: relative;
    display: inline-block;
    outline: none;
    overflow: hidden;
    padding: 4px 20px;
    font-weight: bold;
    color: #393939;
    text-decoration: none;
  }
  #tt-header .tt-menu > ul > li > a span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease-in-out;
  }
  #tt-header .tt-menu > ul > li > a span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    transform: translate3d(0, 0, 0);
  }
  #tt-header .tt-menu > ul > li.is-hover > a,
  #tt-header .tt-menu > ul > li.active > a {
    color: #fdc400;
    text-decoration: none;
  }
  #tt-header .tt-menu > ul > li.is-hover:not(.current_page_item) > a span,
  #tt-header .tt-menu > ul > li.active:not(.current_page_item) > a span {
    transform: translateY(-100%);
  }
  #tt-header .tt-menu > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    text-align: left;
    position: absolute;
    width: 310px;
    background: #fff;
    top: 67px;
    -webkit-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  #tt-header .tt-menu > ul > li > ul li {
    list-style: none;
    margin-top: 0;
  }
  #tt-header .tt-menu > ul > li.megamenu {
    position: inherit;
  }
  #tt-header .tt-menu > ul > li.megamenu > ul {
    left: 0;
    width: 100%;
  }
  #tt-header .tt-menu > ul > li.is-subMenu .tt-icon-subMenu {
    position: relative;
    top: -13px;
    font-size: 11px;
    color: #393939;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px #393939;
  }
  #tt-header .tt-menu > ul > li:last-child > a {
    padding-right: 0;
  }
  #tt-header .tt-menu > ul > li:first-child > a {
    padding-left: 0;
  }
  #tt-header .tt-menu > ul > li.is-subMenu > a {
    padding-right: 4px;
  }
  #tt-header .tt-menu > ul > li.is-hover > a {
    color: #fdc400;
  }
  #tt-header .tt-menu > ul > li.is-hover > ul {
    opacity: 1;
    visibility: visible;
    top: 60px;
    padding: 0;
    margin: 0;
  }
  #tt-header .tt-menu > ul > li.is-hover > ul a {
    color: #393939;
    display: block;
    text-decoration: none;
  }
  #tt-header .tt-menu > ul > li.is-hover > ul a a:hover {
    color: #fdc400;
  }
  #tt-header .tt-menu > ul .sub-menu {
    padding: 0;
  }
  #tt-header .tt-menu > ul .sub-menu li a {
    padding: 12px 10px 10px 31px;
    font-size: 16px;
    display: block;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  #tt-header .tt-menu > ul .sub-menu li a:before {
    content: "\e90c";
    font-family: "driving";
    display: block;
    left: -20px;
    top: 18px;
    font-size: 14px;
    line-height: 1.1;
    position: absolute;
    color: #fff;
    opacity: 0;
    -webkit-transition: 0.1s 0.2s linear;
    -moz-transition: 0.1s 0.2s linear;
    -ms-transition: 0.1s 0.2s linear;
    -o-transition: 0.1s 0.2s linear;
  }
  #tt-header .tt-menu > ul .sub-menu li{
    position: relative;
  }
  #tt-header .tt-menu > ul .sub-menu li a:hover {
    background: #fdc400;
    color: #ffffff;
  }
  #tt-header .tt-menu > ul .sub-menu li a:hover:before {
    opacity: 1;
    left: 6px;
  }
  #tt-header .tt-menu > ul .sub-menu li.active a {
    background: #fdc400;
    color: #ffffff;
    text-decoration: none;
  }
  #tt-header .tt-menu > ul .sub-menu li.active a:before {
    opacity: 1;
    left: 6px;
  }
  #tt-header .tt-menu > ul .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #edeff1;
  }
  #tt-header .tt-menu > ul .sub-menu .menu-item-depth-1:hover > ul {
    opacity: 1;
    top: 0;
    visibility: visible;
  }
  #tt-header .tt-menu > ul .sub-menu .menu-depth-2 {
    position: absolute;
    left: 100%;
    top: 5px;
    background: #fff;
    box-shadow: 1px 2px 11px #c7c7c7;
    width: 240px;
    opacity: 0;
    -webkit-transition: 0.1s 0.2s linear;
    -moz-transition: 0.1s 0.2s linear;
    -ms-transition: 0.1s 0.2s linear;
    -o-transition: 0.1s 0.2s linear;
    z-index: 99;
    visibility: hidden;
  }
  
  #tt-header .tt-menu > ul .sub-menu .menu-depth-3 {
    position: absolute;
    left: 100%;
    top: 5px;
    background: #fff;
    box-shadow: 1px 2px 11px #c7c7c7;
    width: 240px;
    opacity: 0;
    -webkit-transition: 0.1s 0.2s linear;
    -moz-transition: 0.1s 0.2s linear;
    -ms-transition: 0.1s 0.2s linear;
    -o-transition: 0.1s 0.2s linear;
    visibility: hidden;
  }
  #tt-header .tt-menu > ul .sub-menu > .menu-item-depth-2:hover .menu-depth-3 {
    opacity: 1;
    top: 0;
    visibility: visible;
  }
}
@media (min-width: 701px) and (max-width: 1219px) {
  #tt-header .tt-menu > ul {
    padding-left: 4px;
  }
}
@media (min-width: 701px) and (max-width: 1219px) {
  #tt-header .tt-menu > ul > li > a {
    font-size: 16px;
  }
}
@media (min-width: 701px) and (max-width: 1219px) {
  #tt-header .tt-menu > ul > li > a {
    padding: 4px 16px;
  }
}
@media (min-width: 701px) and (max-width: 1024px) {
  #tt-header .tt-menu > ul > li > a {
    padding: 4px 10px;
  }
}
@media (min-width: 701px) and (max-width: 1219px) {
  #tt-header .tt-menu > ul > li.is-hover > ul {
    top: 48px;
  }
}
@media (min-width: 701px) and (max-width: 1219px) {
  #tt-header .tt-menu {
    margin-top: 3px;
  }
}
@media (max-width: 700px) {
  #tt-header .tt-menu {
    overflow: hidden;
    height: 0;
    margin: 0px -15px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  #tt-header .tt-menu:before {
    content: "";
    height: 7px;
    position: absolute;
    top: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), white 20%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0), white 20%);
  }
  #tt-header .tt-menu.open-menu {
    display: block;
    height: 100vh;
  }
  #tt-header .tt-menu ul {
    margin: 7px 0 0 0;
    padding: 0;
    list-style: none;
  }
  #tt-header .tt-menu ul li {
    border-bottom: 1px solid #edeff1;
  }
  #tt-header .tt-menu ul li a {
    display: block;
    padding: 11px 11px 9px 16px;
    font-size: 16px;
  }
  #tt-header .tt-menu ul li.is-subMenu .tt-icon-subMenu {
    display: inline-block;
    font-family: "driving" !important;
    speak: none;
    position: absolute;
    top: 0;
    font-size: 11px;
    color: #393939;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px #393939;
    right: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
  }
  #tt-header .tt-menu ul li.is-hover > a,
  #tt-header .tt-menu ul li.active > a {
    color: #fdc400;
  }
  #tt-header .tt-menu ul ul {
    display: none;
  }
  #tt-header .tt-menu ul ul a {
    background: #eff1f2;
  }
}
#tt-header .tt-toggle-menu {
  display: block;
  position: absolute;
  right: 18px;
  top: 37px;
  width: 36px;
  height: 35px;
  font-size: 23px;
  line-height: 32px;
  color: #383838;
  text-align: center;
  cursor: pointer;
  z-index: 7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-header .tt-toggle-menu.active {
  color: #fdc400;
}
@media (min-width: 701px) {
  #tt-header .tt-toggle-menu {
    display: none;
  }
}
@media (max-width: 700px) {
  #tt-header .tt-toggle-menu {
    display: block;
  }
}
@media (max-width: 420px) {
  #tt-header .tt-toggle-menu {
    top: 29px;
  }
}
#tt-header .tt-social-icon {
  margin: 4px 0 0 0;
}
#tt-header .tt-social-icon li {
  display: inline-block;
  margin: 0 13px;
}
#tt-header .tt-social-icon li:first-child {
  margin-left: 0;
}
#tt-header .tt-social-icon li:last-child {
  margin-right: 0;
}
#tt-header .tt-social-icon a {
  text-decoration: none;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-header .tt-social-icon a:hover {
  color: #fdc400;
}
@media (max-width: 1219px) {
  #tt-header .tt-social-icon a {
    color: #383838;
  }
  #tt-header .tt-social-icon a:hover {
    color: #fdc400;
  }
}
#tt-header .tt-menu-stuck-row {
  width: 100%;
  position: fixed;
  backface-visibility: hidden;
  top: -100px;
  z-index: 8;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  min-height: 59px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.admin-bar .tt-menu-stuck-row.stuck-is {
  margin-top: 32px;
}
#tt-header .tt-menu-stuck-row.stuck-is {
  top: 0px;
  opacity: 1;
}
#tt-header .tt-menu-stuck-row .tt-menu {
  text-align: left;
  margin-top: -8px;
}
@media (max-width: 700px) {
  #tt-header .tt-menu-stuck-row .tt-menu {
    margin-top: 10px !important;
  }
  .admin-bar .tt-menu-stuck-row.stuck-is {
    margin-top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .tt-menu-stuck-row.stuck-is {
    margin-top: 0px;
  }
}
#tt-header .tt-menu-stuck-row .tt-toggle-menu {
  top: 17px;
}
#tt-header .tt-menu-stuck-row .tt-logo {
  height: 51px;
  width: 165px;
}
#tt-header .tt-menu-stuck-row .tt-logo .logo-icon,
#tt-header .tt-menu-stuck-row .tt-logo .logo-letter {
  max-height: 49px;
}
#tt-header .tt-menu-stuck-row .tt-logo .logo-text {
  font-size: 24px;
  left: 45px;
  top: 1px;
}
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text {
  top: 27px;
  left: 40px;
  letter-spacing: 0.07em;
}
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text:before {
  height: 15px;
}
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text span {
  font-size: 9px;
  top: -9px;
  padding: 0px 15px;
  letter-spacing: 0.04em;
}
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text span:after,
#tt-header .tt-menu-stuck-row .tt-logo .slogan-text span:before {
  height: 2px;
  margin-top: -1px;
  width: 9px;
}
#tt-header .tt-menu-stuck-row .tt-header-bottom {
  padding-top: 9px;
  padding-bottom: 0px;
}
#tt-header .tt-menu-stuck-row .tt-btn-box {
  margin-top: 15px;
  margin-bottom: 15px;
}
#tt-header .tt-menu-stuck-row .tt-btn-box .btn {
  padding-left: 36px;
  padding-right: 36px;
  height: 44px;
}
@media (min-width: 701px) {
  #tt-header .tt-menu-stuck-row .tt-header-bottom {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  #tt-header .tt-menu-stuck-row .col-logo {
    display: none;
  }
  #tt-header .tt-menu-stuck-row .col-menu {
    width: 100%;
  }
  #tt-header .tt-menu-stuck-row .tt-menu {
    margin-top: 17px;
  }
  #tt-header .tt-menu-stuck-row .tt-menu > ul {
    padding-left: 1px;
  }
}
@media (max-width: 700px) {
  #tt-header .tt-menu-stuck-row .tt-logo .logo-icon {
    margin-top: 3px;
  }
  #tt-header .tt-menu-stuck-row .tt-logo .logo-letter {
    margin-top: 4px;
  }
  #tt-header .tt-menu-stuck-row .tt-logo .logo-text {
    font-size: 31px;
    left: 49px;
  }
  #tt-header .tt-menu-stuck-row .tt-logo .slogan-text {
    top: 31px;
    left: 42px;
  }
}
@media (max-width: 1024px) {
  #tt-header .tt-menu-stuck-row .tt-btn-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #tt-header .tt-menu-stuck-row .tt-btn-box .btn {
    padding-left: 20px;
    padding-right: 20px;
    height: 44px;
  }
}
@media (max-width: 991px) {
  #tt-header .tt-menu-stuck-row .tt-menu {
    margin-top: 12px;
  }
  #tt-header .tt-menu-stuck-row .col-logo {
    width: 100%;
  }
  #tt-header .tt-menu-stuck-row .col-xs-2 {
    display: none;
  }
}
.tt-social-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0;
}
.tt-social-icon a {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 12px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-social-icon a:first-child {
  margin-left: 0;
}
.tt-social-icon a:last-child {
  margin-right: 0;
}
/*--------   2.3 Footer          --------*/
#tt-footer {
  background: url(images/tt-foter-bg.jpg) top center repeat;
  position: relative;
  color: #b5b5b5;
  padding: 104px 0 40px 0;
  min-height: 300px;
}
#tt-footer:not([class^="offset-"]) {
  margin-top: 140px;
}
@media (max-width: 768px) {
  #tt-footer:not([class^="offset-"]) {
    margin-top: 93px;
  }
  .home #tt-footer:not([class^="offset-"]) {
    margin-top: 0;
  }
  #tt-header .tt-menu ul li {
    margin-top: 0;
    position: relative;
  }
}
@media (max-width: 991px) {
  #tt-footer {
    padding-bottom: 90px;
  }
}
@media (max-width: 768px) {
  #tt-footer {
    padding-top: 81px;
  }
}
@media (min-width: 1050px) {
  #tt-footer:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
}
#tt-footer:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  height: 4px;
  width: 100%;
  background: #fdc400;
}
#tt-footer .container {
  position: relative;
  z-index: 2;
}
#tt-footer .tt-logo {
  position: relative;
  height: 68px;
  display: inline-block;
  overflow: hidden;
  width: 221px;
}
#tt-footer .tt-logo .logo-icon {
  position: absolute;
  z-index: 0;
  max-height: 69px;
  margin-top: 2px;
}
#tt-footer .tt-logo .logo-letter {
  position: absolute;
  z-index: 1;
  max-height: 69px;
  margin-top: 2px;
}
#tt-footer .tt-logo .logo-text {
  color: #ffffff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: block;
  left: 66px;
  margin-top: -3px;
  font-size: 42px;
  line-height: 1;
  position: absolute;
  letter-spacing: 0.01em;
}
#tt-footer .tt-logo .slogan-text {
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 40px;
  left: 61px;
  letter-spacing: 0.06em;
}
#tt-footer .tt-logo .slogan-text:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 21px;
  text-align: center;
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: #383838;
}
#tt-footer .tt-logo .slogan-text span {
  position: relative;
  padding: 0px 18px;
  z-index: 3;
  top: -5px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#tt-footer .tt-logo .slogan-text span:before,
#tt-footer .tt-logo .slogan-text span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 2px;
  margin-top: -2px;
  background: #ffffff;
}
#tt-footer .tt-logo .slogan-text span:before {
  left: 0px;
}
#tt-footer .tt-logo .slogan-text span:after {
  right: 0px;
}
@media (max-width: 550px) {
  #tt-footer .tt-logo .logo-icon {
    max-height: 54px;
    margin-top: 3px;
  }
  #tt-footer .tt-logo .logo-letter {
    max-height: 54px;
    margin-left: -2px;
    margin-top: 3px;
  }
  #tt-footer .tt-logo .logo-text {
    font-size: 35px;
    left: 52px;
    margin-top: -2px;
  }
  #tt-footer .tt-logo .slogan-text {
    top: 34px;
    left: 48px;
    letter-spacing: normal;
  }
  #tt-footer .tt-logo .slogan-text:before {
    height: 16px;
  }
  #tt-footer .tt-logo .slogan-text span {
    font-size: 10px;
    top: -9px;
    padding-left: 13px;
    padding-right: 13px;
    letter-spacing: 0.06em;
  }
  #tt-footer .tt-logo .slogan-text span:before,
  #tt-footer .tt-logo .slogan-text span:after {
    width: 7px;
    margin-top: -1px;
  }
}
#tt-footer .tt-footer-box-info {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 29px;
  color: #b5b5b5;
  padding-right: 15px;
}
#tt-footer .title-aside {
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #fdc400;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0 0 27px 0;
}
#tt-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#tt-footer ul.menu li a {
  color: #dcdcdc;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-footer ul.menu li a:hover {
  color: #fdc400;
}
#tt-footer ul.menu li:first-child {
  margin-top: 0;
}
#tt-footer ul.menu li:not(:first-child) {
  margin-top: 10px;
}
.social-services iframe.twitter-timeline {
  max-width: 360px !important;
}
#tt-footer .tt-social-icon {
  margin-top: 4px;
  margin-bottom: 16px;
}
#tt-footer .tt-social-icon li,
#tt-footer .tt-social-icon a {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
}
#tt-footer .tt-social-icon i {
  position: relative;
  color: #181818;
  font-size: 19px;
  margin-left: -1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-footer .tt-social-icon a:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #fdc400;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-footer .tt-social-icon li {
  padding: 0 30px;
  cursor: default;
  margin-top: 0;
}
#tt-footer .tt-social-icon li:hover a:before {
  background: #ffffff;
}
#tt-footer .tt-social-icon li:hover i {
  color: #fdc400;
}
#tt-footer .tt-baner-01 {
  background: #ffffff;
  display: inline-block;
  width: 271px;
  margin-top: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 7px 0 12px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 768px) {
  #tt-footer .tt-baner-01 {
    margin-top: 31px;
  }
}
#tt-footer .tt-baner-01 .tt-logo-banner {
  position: relative;
  height: 63px;
  display: inline-block;
  overflow: hidden;
  width: 200px;
  margin: 0 auto;
  text-align: left;
}
#tt-footer .tt-baner-01 .tt-logo-banner .logo-icon {
  position: absolute;
  z-index: 0;
  max-height: 63px;
}
#tt-footer .tt-baner-01 .tt-logo-banner .logo-letter {
  position: absolute;
  z-index: 1;
  max-height: 63px;
}
#tt-footer .tt-baner-01 .tt-logo-banner .logo-text {
  color: #393939;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  display: block;
  left: 59px;
  top: 2px;
  font-size: 40px;
  line-height: 1;
  margin-top: -5px;
  position: absolute;
  letter-spacing: 0.01em;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text {
  color: #ffffff;
  display: inline-block;
  position: relative;
  top: 36px;
  left: 54px;
  letter-spacing: 0.06em;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  text-align: center;
  -o-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -moz-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  background: #383838;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span {
  position: relative;
  padding: 0px 18px;
  z-index: 3;
  top: -7px;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:before,
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 11px;
  height: 2px;
  margin-top: -1px;
  background: #ffffff;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:before {
  left: -1px;
}
#tt-footer .tt-baner-01 .tt-logo-banner .slogan-text span:after {
  right: -1px;
}
#tt-footer .tt-baner-01 address {
  color: #2b2b2b;
  font-size: 12px;
  line-height: 1.3;
  padding: 0 10px;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 8px;
}
#tt-footer .tt-baner-01 address span.tel {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #1d1d1d;
  font-size: 21px;
  padding-bottom: 6px;
  font-weight: 500;
}
#tt-footer .tt-baner-01 address span.tel a {
  display: inline-block;
  position: relative;
  z-index: 7;
  color: #1d1d1d;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#tt-footer .tt-baner-01 address span.tel a:hover i {
  -webkit-animation: 0.1s tremor ease-out infinite;
  animation: 0.1s tremor ease-out infinite;
}
#tt-footer .tt-baner-01 address span.tel i {
  color: #fdc400;
  margin-right: 7px;
  font-size: 20px;
  display: inline-block;
}
#tt-footer .tt-baner-01:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(15deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}
#tt-footer .tt-baner-01:hover:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
#tt-footer .tt-footer-copyright {
  color: #ffffff;
  font-size: 16px;
  margin: 27px 0 0 0;
  font-weight: lighter;
}
#tt-footer .col-list {
  position: relative;
}
#tt-footer .col-list:before {
  content: "";
  display: block;
  left: 50%;
  top: 10px;
  position: absolute;
  width: 1px;
  height: 100%;
  margin-left: -24px;
  z-index: 1;
  background-color: rgba(208, 208, 208, 0.2);
}
#tt-footer .col-list .extra-indent {
  padding: 8px 0 0 78px;
}
.footer-before-space {
  margin-bottom: 140px;
  display: block;
  width: 100%;
  clear: both;
}
@media (max-width: 767px) {
  #custom_html-3 .col-xs-12.extra-indent,
  #custom_html-4 .col-xs-12.extra-indent {
    margin-top: 50px;
  }
}
@media (min-width: 1219px) {
  #tt-footer .col-promo {
    text-align: right;
  }
  #tt-footer .col-promo .tt-social-icon {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 17px;
  }
}
@media (max-width: 1220px) {
  #tt-footer .col-logo {
    text-align: center;
  }
  #tt-footer .col-logo .tt-logo {
    margin: 0 auto;
    text-align: left;
  }
  #tt-footer .col-list {
    margin-top: 40px;
  }
  #tt-footer .col-list:before {
    margin-left: 0;
    top: 0;
  }
  #tt-footer .col-list .extra-indent {
    text-align: center;
    padding: 0;
  }
  #tt-footer .col-promo {
    text-align: center;
  }
  #tt-footer .tt-footer-copyright {
    text-align: center;
    margin-top: 40px;
  }
  #tt-footer .tt-social-icon {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-left: -41px;
  }
}
@media (max-width: 767px) {
  #tt-footer .col-list:before {
    display: none;
  }
  #tt-footer .col-list .extra-indent:not(:first-child) {
    margin-top: 40px;
  }
  #tt-footer .tt-footer-copyright {
    margin-top: 24px;
  }
}
/*--------   2.4 Main Slider     --------*/
.mainSlider .slide .img--holder {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) and (min-width: 767px) {
  .mainSlider .slide .img--holder {
    height: 500px !important;
  }
}
@media (max-width: 769px) {
  .mainSlider .slide .img--holder {
    height: 325px !important;
  }
}
@media (max-width: 550px) {
  .mainSlider .slide .img--holder {
    height: 240px !important;
  }
}
@media (max-width: 420px) {
  .mainSlider .slide .img--holder {
    height: 159px !important;
  }
}
.mainSlider .slide .slide-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mainSlider .slide .slide-content div[class^="tp-caption-"] {
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: left;
}
.mainSlider .slide .slide-content .tp-caption-01-01 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-left: 4.5%;
}
.mainSlider .slide .slide-content .tp-caption-01-02 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.03em;
  margin-left: 4.5%;
}
@media (min-width: 1200px) {
  .mainSlider .slide .slide-content .tp-caption-01-01,
  .mainSlider .slide .slide-content .tp-caption-01-01-bottom {
    font-size: 30px;
    margin-left: 8.5%;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 {
    font-size: 80px;
    margin-top: 27px;
    margin-left: 8.5%;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 span {
    font-size: 80px;
  }
}
@media (max-width: 1200px) and (min-width: 1000px) {
  .mainSlider .slide .slide-content .tp-caption-01-01 {
    font-size: 28px;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 {
    font-size: 70px;
    margin-top: 35px;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 span {
    font-size: 70px;
  }
}
@media (max-width: 1000px) and (min-width: 767px) {
  .mainSlider .slide .slide-content .tp-caption-01-01 {
    font-size: 23px;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 {
    font-size: 55px;
    margin-top: 20px;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 span {
    font-size: 55px;
  }
}
@media (max-width: 767px) and (min-width: 551px) {
  .mainSlider .slide .slide-content .tp-caption-01-01 {
    font-size: 18px;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 {
    font-size: 47px;
    margin-top: 20px;
    line-height: 1.1;
    letter-spacing: 0.02em;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 span {
    font-size: 47px;
  }
}
@media (max-width: 550px) and (min-width: 421px) {
  .mainSlider .slide .slide-content .tp-caption-01-01 {
    font-size: 19px;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 {
    font-size: 38px;
    margin-top: 10px;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 span {
    font-size: 38px;
  }
}
@media (max-width: 420px) and (min-width: 220px) {
  .mainSlider .slide .slide-content .tp-caption-01-01 {
    font-size: 17px;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 {
    font-size: 28px;
    margin-top: 10px;
  }
  .mainSlider .slide .slide-content .tp-caption-01-02 span {
    font-size: 28px;
  }
}
.mainSlider .slide .slide-content .tp-caption-02-01 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  line-height: 1.1;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-left: 4.5%;
}
.mainSlider .slide .slide-content .tp-caption-02-02 {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.35);
  line-height: 1.12;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-left: 4.5%;
}
@media (min-width: 1200px) {
  .mainSlider .slide .slide-content .tp-caption-02-01 {
    font-size: 30px;
    margin-top: 22px;
    margin-left: 8.5%;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 {
    font-size: 80px;
    margin-left: 8.2%;
    letter-spacing: -0.03em;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 span {
    font-size: 80px;
  }
}
@media (max-width: 1200px) and (min-width: 1000px) {
  .mainSlider .slide .slide-content .tp-caption-02-01 {
    font-size: 28px;
    margin-top: 15px;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 {
    font-size: 70px;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 span {
    font-size: 70px;
  }
}
@media (max-width: 1000px) and (min-width: 767px) {
  .mainSlider .slide .slide-content .tp-caption-02-01 {
    font-size: 23px;
    margin-top: 10px;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 {
    font-size: 55px;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 span {
    font-size: 55px;
  }
}
@media (max-width: 767px) and (min-width: 551px) {
  .mainSlider .slide .slide-content .tp-caption-02-01 {
    font-size: 18px;
    margin-top: 20px;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 {
    font-size: 47px;
    margin-top: 0px;
    line-height: 1.1;
    letter-spacing: 0.02em;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 span {
    font-size: 47px;
  }
}
@media (max-width: 550px) and (min-width: 421px) {
  .mainSlider .slide .slide-content .tp-caption-02-01 {
    font-size: 19px;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 {
    font-size: 38px;
    letter-spacing: 0.02em;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 span {
    font-size: 38px;
  }
}
@media (max-width: 420px) and (min-width: 220px) {
  .mainSlider .slide .slide-content .tp-caption-02-01 {
    font-size: 17px;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 {
    font-size: 28px;
    letter-spacing: 0.02em;
  }
  .mainSlider .slide .slide-content .tp-caption-02-02 span {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .mainSlider .slide .container {
    width: 100%;
  }
}
.mainSlider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  z-index: 7;
  font-size: 0;
  line-height: 0;
  background: none;
  border: none;
  color: #fff;
}
.mainSlider .slick-arrow:hover {
  color: #fdc400;
}
.mainSlider .slick-arrow:before {
  font-family: "driving";
  display: block;
  font-size: 40px;
  line-height: 1em;
}
.mainSlider .slick-prev {
  left: 20px;
}
.mainSlider .slick-prev:before {
  content: "\e90d";
}
.mainSlider .slick-next {
  right: 20px;
}
.mainSlider .slick-next:before {
  content: "\e90c";
}
.fadeInLeftSm {
  -webkit-animation-name: fadeInLeftSm;
  animation-name: fadeInLeftSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.fadeInRightSm {
  -webkit-animation-name: fadeInRightSm;
  animation-name: fadeInRightSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.fadeInUpSm {
  -webkit-animation-name: fadeInUpSm;
  animation-name: fadeInUpSm;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.fadeInLeftSm,
.animated.fadeInRightSm,
.animated.fadeInUpSm {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInLeftSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSm {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSm {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*--------   2.5 breadcrumb     --------*/
.breadcrumbs {
  position: relative;
  margin-bottom: 129px;
}
.breadcrumbs:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #cfcfcf;
  z-index: 2;
}
.breadcrumbs:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid #ebebeb;
  z-index: 1;
}
.breadcrumb {
  font-size: 14px;
  line-height: 1.1;
  margin-top: 28px;
  color: #5a5a5a;
}
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] a {
  color: #5a5a5a;
  display: inline-block;
  padding: 0px 14px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  text-decoration: none;
}
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] a:first-child {
  padding-left: 0;
}
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] a:hover {
  color: #fdc400;
}
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] > a:not(:nth-of-type(1)),
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] > a + span {
  padding: 0 7px 0 28px;
  position: relative;
}
.breadcrumbs
  .breadcrumb
  span[typeof="v:Breadcrumb"]
  a:not(:nth-of-type(1))::before,
.breadcrumbs .breadcrumb span[typeof="v:Breadcrumb"] a + span:before {
  content: "\e90c";
  font-size: 8px;
  color: #5a5a5a;
  font-family: "driving";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 6px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 39px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    margin-bottom: 43px;
  }
}
/*--------   2.6 breadcrumb     --------*/
.calendar_wrap {
  padding: 0px;
  margin-top: 0px;
  direction: ltr;
}
.calendar_wrap table {
  border-collapse: separate;
  border-spacing: 3px;
}
.calendar_wrap-inline {
  width: 100%;
}
.calendar_wrap.calendar_wrap-rtl {
  direction: rtl;
}
.calendar_wrap.calendar_wrap-rtl table tr td span {
  float: right;
}
.calendar_wrap-dropdown {
  top: 0;
  left: 0;
}
.calendar_wrap-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.calendar_wrap-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.calendar_wrap > div {
  display: none;
}
.calendar_wrap.days div.calendar_wrap-days {
  display: block;
}
.calendar_wrap.months div.calendar_wrap-months {
  display: block;
}
.calendar_wrap.years div.calendar_wrap-years {
  display: block;
}
.calendar_wrap table {
  margin: 0;
  width: 100%;
  border-top: none;
  border-right: none;
}
.calendar_wrap caption {
  font-weight: 600;
  margin-bottom: 15px;
}
.table-striped .calendar_wrap table tr td,
.table-striped .calendar_wrap table tr th {
  background-color: transparent;
}
.calendar_wrap table tr td {
  outline: 1px solid #f6f6f6;
}
.calendar_wrap table tr td:hover {
  color: #fdc400;
  cursor: pointer;
}
.calendar_wrap table tr td.old,
.calendar_wrap table tr td.new {
  color: #777777;
}
.calendar_wrap table tr td.disabled,
.calendar_wrap table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.calendar_wrap table tr td.today,
.calendar_wrap table tr td.today:hover,
.calendar_wrap table tr td.today.disabled,
.calendar_wrap table tr td.today.disabled:hover {
  background-color: #fde19a;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.calendar_wrap table tr td.today:hover,
.calendar_wrap table tr td.today:hover:hover,
.calendar_wrap table tr td.today.disabled:hover,
.calendar_wrap table tr td.today.disabled:hover:hover,
.calendar_wrap table tr td.today:active,
.calendar_wrap table tr td.today:hover:active,
.calendar_wrap table tr td.today.disabled:active,
.calendar_wrap table tr td.today.disabled:hover:active,
.calendar_wrap table tr td.today.active,
.calendar_wrap table tr td.today:hover.active,
.calendar_wrap table tr td.today.disabled.active,
.calendar_wrap table tr td.today.disabled:hover.active,
.calendar_wrap table tr td.today.disabled,
.calendar_wrap table tr td.today:hover.disabled,
.calendar_wrap table tr td.today.disabled.disabled,
.calendar_wrap table tr td.today.disabled:hover.disabled,
.calendar_wrap table tr td.today[disabled],
.calendar_wrap table tr td.today:hover[disabled],
.calendar_wrap table tr td.today.disabled[disabled],
.calendar_wrap table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.calendar_wrap table tr td.today:active,
.calendar_wrap table tr td.today:hover:active,
.calendar_wrap table tr td.today.disabled:active,
.calendar_wrap table tr td.today.disabled:hover:active,
.calendar_wrap table tr td.today.active,
.calendar_wrap table tr td.today:hover.active,
.calendar_wrap table tr td.today.disabled.active,
.calendar_wrap table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.calendar_wrap table tr td.active,
.calendar_wrap table tr td.active:hover,
.calendar_wrap table tr td.active.disabled,
.calendar_wrap table tr td.active.disabled:hover {
  background-color: #fdc400;
  color: #fff;
}
.calendar_wrap table tr td.active:hover,
.calendar_wrap table tr td.active:hover:hover,
.calendar_wrap table tr td.active.disabled:hover,
.calendar_wrap table tr td.active.disabled:hover:hover,
.calendar_wrap table tr td.active:active,
.calendar_wrap table tr td.active:hover:active,
.calendar_wrap table tr td.active.disabled:active,
.calendar_wrap table tr td.active.disabled:hover:active,
.calendar_wrap table tr td.active.active,
.calendar_wrap table tr td.active:hover.active,
.calendar_wrap table tr td.active.disabled.active,
.calendar_wrap table tr td.active.disabled:hover.active,
.calendar_wrap table tr td.active.disabled,
.calendar_wrap table tr td.active:hover.disabled,
.calendar_wrap table tr td.active.disabled.disabled,
.calendar_wrap table tr td.active.disabled:hover.disabled,
.calendar_wrap table tr td.active[disabled],
.calendar_wrap table tr td.active:hover[disabled],
.calendar_wrap table tr td.active.disabled[disabled],
.calendar_wrap table tr td.active.disabled:hover[disabled] {
  background-color: #fdc400;
}
.calendar_wrap table tr td.active:active,
.calendar_wrap table tr td.active:hover:active,
.calendar_wrap table tr td.active.disabled:active,
.calendar_wrap table tr td.active.disabled:hover:active,
.calendar_wrap table tr td.active.active,
.calendar_wrap table tr td.active:hover.active,
.calendar_wrap table tr td.active.disabled.active,
.calendar_wrap table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.calendar_wrap table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.calendar_wrap table tr td span:hover {
  color: #fdc400;
}
.calendar_wrap table tr td span.disabled,
.calendar_wrap table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.calendar_wrap table tr td span.active,
.calendar_wrap table tr td span.active:hover,
.calendar_wrap table tr td span.active.disabled,
.calendar_wrap table tr td span.active.disabled:hover {
  background-color: #fdc400;
  color: #fff;
}
.calendar_wrap table tr td span.active:hover,
.calendar_wrap table tr td span.active:hover:hover,
.calendar_wrap table tr td span.active.disabled:hover,
.calendar_wrap table tr td span.active.disabled:hover:hover,
.calendar_wrap table tr td span.active:active,
.calendar_wrap table tr td span.active:hover:active,
.calendar_wrap table tr td span.active.disabled:active,
.calendar_wrap table tr td span.active.disabled:hover:active,
.calendar_wrap table tr td span.active.active,
.calendar_wrap table tr td span.active:hover.active,
.calendar_wrap table tr td span.active.disabled.active,
.calendar_wrap table tr td span.active.disabled:hover.active,
.calendar_wrap table tr td span.active.disabled,
.calendar_wrap table tr td span.active:hover.disabled,
.calendar_wrap table tr td span.active.disabled.disabled,
.calendar_wrap table tr td span.active.disabled:hover.disabled,
.calendar_wrap table tr td span.active[disabled],
.calendar_wrap table tr td span.active:hover[disabled],
.calendar_wrap table tr td span.active.disabled[disabled],
.calendar_wrap table tr td span.active.disabled:hover[disabled] {
  background-color: #fdc400;
}
.calendar_wrap table tr td span.active:active,
.calendar_wrap table tr td span.active:hover:active,
.calendar_wrap table tr td span.active.disabled:active,
.calendar_wrap table tr td span.active.disabled:hover:active,
.calendar_wrap table tr td span.active.active,
.calendar_wrap table tr td span.active:hover.active,
.calendar_wrap table tr td span.active.disabled.active,
.calendar_wrap table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.calendar_wrap table tr td span.old {
  color: #777777;
}
.calendar_wrap th.switch {
  width: 145px;
}
.calendar_wrap thead tr:first-child th,
.calendar_wrap tfoot tr:first-child th {
  cursor: pointer;
}
.calendar_wrap thead tr:first-child th:hover,
.calendar_wrap tfoot tr:first-child th:hover {
  color: #fdc400;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.calendar_wrap td,
.calendar_wrap th {
  text-align: center;
  width: 14%;
  height: 20px;
  border: none;
  font-size: 14px;
  padding: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.calendar_wrap thead tr:first-child {
  background: #ffffff;
}
.calendar_wrap td.day {
  background: #ffffff;
}
.calendar_wrap thead tr:first-child th {
  color: #5a5a5a;
  font-size: 16px;
  line-height: 24px;
}
.calendar_wrap thead th {
  background: #f6f6f8;
  outline: 1px solid #f6f6f8;
}
.calendar_wrap thead tr:last-child {
  border-bottom: 1px solid #fff;
}
.calendar_wrap thead tr:last-child th {
  font-weight: 400;
}
.calendar_wrap thead .icon-arrow-right,
.calendar_wrap thead .icon-arrow-left {
  display: block;
  font-family: "driving";
  font-size: 20px;
  line-height: 1.1;
  color: #5a5a5a;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.calendar_wrap thead .icon-arrow-right:before {
  content: "\e90c";
}
.calendar_wrap thead .icon-arrow-left:before {
  content: "\e90d";
}
.calendar_wrap thead th.next:hover i,
.calendar_wrap thead th.prev:hover i {
  color: #fdc400;
}
/*----   2.7 button "back to top"   ----*/
.back-to-top {
  cursor: pointer;
  display: none;
  z-index: 6;
  width: 75px;
  height: 75px;
  font-size: 30px;
  background-color: rgba(202, 202, 202, 0.9);
  color: #ffffff;
  text-align: center;
  position: fixed;
  backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  right: 26px;
  bottom: 10%;
}
.back-to-top i {
  line-height: 75px;
  display: inline-block;
  outline: none;
}
@media (max-width: 991px) {
  .back-to-top {
    right: 2%;
    width: 54px;
    height: 54px;
    bottom: 2%;
  }
  .back-to-top i {
    font-size: 20px;
    line-height: 55px;
    top: -2px;
    position: relative;
  }
}
.back-to-top:hover {
  background-color: #fdc400;
  -webkit-animation: ripple 0.5s linear 1;
  animation: ripple 0.5s linear 1;
}
.back-to-top:hover i {
  animation: hover-arrow alternate infinite 0.6s;
  -moz-animation: hover-arrow alternate infinite 0.6s;
  -webkit-animation: hover-arrow alternate infinite 0.6s;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3),
      0 0 0 10px rgba(253, 195, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3),
      0 0 0 10px rgba(253, 195, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(129, 198, 100, 0),
      0 0 0 20px rgba(129, 198, 100, 0);
    box-shadow: 0 0 0 10px rgba(129, 198, 100, 0),
      0 0 0 20px rgba(129, 198, 100, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3),
      0 0 0 10px rgba(253, 195, 0, 0.3);
    box-shadow: 0 0 0 0 rgba(253, 195, 0, 0.3),
      0 0 0 10px rgba(253, 195, 0, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(129, 198, 100, 0),
      0 0 0 20px rgba(129, 198, 100, 0);
    box-shadow: 0 0 0 10px rgba(129, 198, 100, 0),
      0 0 0 20px rgba(129, 198, 100, 0);
  }
}
@media (min-width: 991px) {
  @-webkit-keyframes hover-arrow {
    0% {
      line-height: 85px;
    }
    0% {
      line-height: 75px;
    }
    100% {
      line-height: 85px;
    }
  }
  @keyframes hover-arrow {
    0% {
      line-height: 85px;
    }
    0% {
      line-height: 75px;
    }
    100% {
      line-height: 85px;
    }
  }
}
@media (max-width: 991px) {
  @-webkit-keyframes hover-arrow {
    0% {
      line-height: 65px;
    }
    0% {
      line-height: 54px;
    }
    100% {
      line-height: 65px;
    }
  }
  @keyframes hover-arrow {
    0% {
      line-height: 65px;
    }
    0% {
      line-height: 54px;
    }
    100% {
      line-height: 65px;
    }
  }
}
/*---------------------------------------*/
/*--------      3. Content       --------*/
/*---------------------------------------*/
#page-main {
  position: relative;
  z-index: 1;
}
#page-main a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 550px) {
  #page-main {
    font-size: 15px;
    line-height: 1.6;
  }
}
/*---------------------------------------*/
/*------ tt-promo-03 ( road sign )-------*/
/*---------------------------------------*/
[class*="box-parallax-"] a,
a[class*="testimonials-box-"],
[class*="tt-promo-"] a {
  text-decoration: none;
}
.tt-promo-03 {
  background: url("images/tt-promo-03.jpg") 0 0 repeat;
  position: relative;
}
.tt-promo-03 .tt-description {
  text-align: center;
  padding: 20px 128px 23px;
  color: #fff;
  position: relative;
  font-size: 18px;
  line-height: 28px;
}
.tt-promo-03 .tt-description a {
  color: #fff;
}
.tt-promo-03 .tt-description p {
  font-weight: 300;
  margin-top: -3px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.tt-promo-03 .tt-icon {
  position: absolute;
  right: 150px;
  top: 24px;
  z-index: 0;
}
.tt-promo-03 .tt-title {
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: normal;
  position: relative;
  z-index: 2;
}
.tt-promo-03 .tt-title span {
  color: #fdc400;
}
.tt-promo-03 address {
  margin-top: 6px;
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  margin-bottom: 0;
}
.tt-promo-03 address a {
  color: #fff;
}
@media (max-width: 1220px) {
  .tt-promo-03 .tt-icon {
    right: 26px;
  }
}
@media (max-width: 992px) {
  .tt-promo-03 .tt-description {
    padding: 11px 128px 15px 0px;
    font-size: 16px;
  }
  .tt-promo-03 .tt-description p {
    margin-top: -8px;
  }
  .tt-promo-03 .tt-icon {
    right: 0;
    max-width: 87px;
    top: 22px;
  }
  .tt-promo-03 .tt-title {
    font-size: 28px;
    line-height: 38px;
  }
  .tt-promo-03 address {
    margin-top: 1px;
    font-size: 34px;
  }
}
@media (max-width: 680px) {
  .tt-promo-03 .tt-description {
    padding: 29px 0px 57px 0px;
  }
  .tt-promo-03 .tt-description p {
    margin-top: 6px;
    font-size: 16px;
    line-height: 22px;
  }
  .tt-promo-03 address {
    margin-top: 9px;
    font-size: 28px;
  }
  .tt-promo-03 .tt-title {
    font-size: 26px;
    line-height: 30px;
  }
  .tt-promo-03 .tt-icon {
    right: auto;
    left: 50%;
    bottom: -30px;
    top: auto;
    max-width: 87px;
    margin-left: -43px;
  }
}
/*---------------------------------------*/
/*- tt-promo-02 ( Banner with a moving car) -*/
/*---------------------------------------*/
.tt-promo-02 {
  background: url("images/tt-promo-02-moving-bg.jpg") bottom left repeat-x;
  overflow: hidden;
}
.tt-promo-02 .moving-car {
  position: relative;
}
.tt-promo-02 .moving-car .carObj {
  background: url("images/carobj.png") 0 -10px no-repeat;
  width: 844px;
  height: 456px;
  float: right;
  position: relative;
}
@media (max-width: 1700px) {
  .tt-promo-02 .moving-car .carObj {
    width: 790px;
  }
}
.tt-promo-02 .moving-car .carObj .wheel1 {
  position: relative;
  top: 280px;
  left: 124px;
}
.tt-promo-02 .moving-car .carObj .wheel2 {
  position: relative;
  top: 280px;
  left: 452px;
}
.tt-promo-02 .moving-car .carObj .wheel {
  animation-name: spin;
  animation-duration: 700ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  z-index: 2;
}
@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.tt-promo-02 .moving-car .carObj-mobilemiter {
  background: left top repeat-x;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 115px;
  z-index: 3;
}
.tt-promo-02 .col-info {
  color: #fff;
}
.tt-promo-02 .col-info p {
  font-size: 50px;
  padding-bottom: 1px;
  line-height: 1.2;
  letter-spacing: 0.005em;
  font-weight: lighter;
  font-family: "Roboto", sans-serif;
}
.tt-promo-02 .col-info strong {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 500;
  display: inline-block;
  margin-top: 8px;
}
.tt-promo-02 .col-info [class^="btn-"] {
  margin-top: 41px;
}
.tt-promo-02 .carObj-mobile {
  width: 100%;
  height: auto;
  display: none;
}
.tt-promo-02 .carObj-arrow-down {
  width: 100%;
  display: none;
  height: auto;
}
@media (min-width: 1581px) {
  .tt-promo-02 {
    height: 446px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tt-promo-02 .col-info {
    background: url("images/tt-promo-02-text-bg.jpg") right top repeat;
    width: 47%;
    position: relative;
    text-align: right;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tt-promo-02 .col-info:before {
    content: "";
    background: url("images/tt-promo-02-text-corner.png") 0 0 no-repeat;
    position: absolute;
    width: 90px;
    height: 446px;
    top: 0;
    right: -90px;
    z-index: 110;
  }
  .tt-promo-02 .col-info:after {
    content: "";
    background: url("images/tt-promo-02-text-corner1.png") 0 0 no-repeat;
    position: absolute;
    width: 204px;
    height: 318px;
    bottom: 0;
    left: 0px;
    z-index: 0;
  }
  .tt-promo-02 .col-info .text-banner {
    width: 543px;
    text-align: center;
    position: relative;
    z-index: 2;
    padding-bottom: 27px;
    margin-top: 20px;
  }
  .tt-promo-02 .col-moving-car {
    width: 53%;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1580px) {
  .tt-promo-02 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tt-promo-02 .col-info {
    background: url("images/tt-promo-02-text-bg.jpg") center top repeat;
    width: 100%;
    text-align: center;
  }
  .tt-promo-02 .moving-car .carObj {
    margin: 0 auto;
    float: none;
  }
}
@media (min-width: 767px) and (max-width: 1580px) {
  .tt-promo-02 .carObj-arrow-down {
    display: block;
  }
}
@media (max-width: 1580px) {
  .tt-promo-02 .col-info {
    padding-left: 10%;
    padding-right: 10%;
  }
  .tt-promo-02 .col-info p {
    margin-top: 56px;
  }
}
@media (max-width: 1400px) {
  .tt-promo-02 .col-info p {
    font-size: 40px;
  }
  .tt-promo-02 .col-info strong {
    font-size: 60px;
  }
  .tt-promo-02 .col-info .btn-border {
    margin-top: 26px;
  }
}
@media (max-width: 768px) {
  .tt-promo-02 .carObj-mobile {
    display: block;
  }
  .tt-promo-02 .col-moving-car {
    display: none;
  }
  .tt-promo-02 .col-info {
    padding-bottom: 15px;
  }
  .tt-promo-02 .col-info p {
    font-size: 29px;
  }
  .tt-promo-02 .col-info strong {
    font-size: 49px;
  }
  .tt-promo-02 .col-info [class^="btn-"] {
    margin-top: 17px;
  }
}
@media (max-width: 500px) {
  .tt-promo-02 .col-info {
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .tt-promo-02 .col-info p {
    font-size: 24px;
    margin-top: 37px;
    line-height: 32px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .tt-promo-02 .col-info strong {
    font-size: 38px;
    margin-top: 5px;
    display: inline-block;
  }
  .tt-promo-02 .col-info [class^="btn-"] {
    margin-top: 16px;
  }
}
/*---------------------------------------*/
/*--- tt-promo-01 (Banner with timer) ---*/
/*---------------------------------------*/
.tt-promo-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  background: #fdc400;
  height: 150px;
  max-width: 1170px;
  margin: 0 auto;
}
.tt-promo-01 .col-info {
  background: url("images/tt-promo-01.jpg") top right no-repeat;
  height: 150px;
  width: 100%;
  background-size: cover;
  text-align: center;
  font-family: "Roboto", sans-serif;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-promo-01 .col-info .description {
  font-size: 38px;
  line-height: 1.2;
  padding: 0 30px 0 0;
  color: #fff;
  font-weight: lighter;
  margin-top: 20px;
}
.tt-promo-01 .col-info .description strong {
  color: #fdc400;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  position: relative;
}
.tt-promo-01 .col-info [class^="icon-"] {
  color: #fdc400;
  margin-right: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 30px;
}
.tt-promo-01 .col-info address {
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin-top: 6px;
  margin-right: 15px;
  font-style: normal;
  margin-bottom: 0;
}
.tt-promo-01 .col-info address a {
  color: #fff;
}
.tt-promo-01 .col-info *:first-child {
  margin-top: 0;
}
.tt-promo-01 .col-timer {
  min-width: 400px;
  position: relative;
}
.tt-promo-01 .col-timer:before {
  content: "";
  display: block;
  width: 45px;
  top: 0px;
  position: absolute;
  height: 150px;
  background: #fdc400;
  margin-left: -21px;
  -o-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
@media (max-width: 1220px) {
  .tt-promo-01 .col-info .description {
    font-size: 27px;
  }
  .tt-promo-01 .col-info address {
    font-size: 30px;
  }
  .tt-promo-01 .col-info [class^="icon-"] {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .tt-promo-01 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .tt-promo-01 .col-info {
    height: 214px;
  }
  .tt-promo-01 .col-info .description {
    padding: 0 10px;
    font-size: 34px;
  }
  .tt-promo-01 .col-info address {
    font-size: 32px;
  }
  .tt-promo-01 .col-timer {
    min-width: auto;
  }
  .tt-promo-01 .col-timer:before {
    display: none;
  }
  .tt-promo-01 .countdown_box {
    padding-bottom: 4px;
  }
}
@media (max-width: 991px) {
  .tt-promo-01 .col-info .description strong {
    display: block;
  }
}
/*---------------------------------------*/
/*--------------- box-row --------------*/
/*---------------------------------------*/
.box-row {
  display: flex;
  flex-wrap: wrap;
}
.box-row.col-half .col-item {
  width: 50%;
}
.box-row.col-third .col-item {
  width: 33.333%;
}
/*---------------------------------------*/
/*---------- box-layout-text ------------*/
/*---------------------------------------*/
.box-layout-text {
  margin-right: -15px;
  margin-left: -15px;
}
.box-layout-text.col-half .col-item:nth-child(n + 3) {
  margin-top: 32px;
}
@media (max-width: 550px) {
  .box-layout-text.col-half .col-item:nth-child(n + 3) {
    margin-top: 24px;
  }
}
@media (max-width: 700px) {
  .box-layout-text.col-half .col-item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-layout-text.col-half .col-item:not(:first-child) {
    margin-top: 32px;
  }
}
@media (max-width: 700px) and (max-width: 550px) {
  .box-layout-text.col-half .col-item:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 700px) {
  .box-layout-text.col-half .col-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.box-layout-text .col-item {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 3px;
}
/*---------------------------------------*/
/*---------- box-layout-icon ------------*/
/*---------------------------------------*/
@media (max-width: 1024px) {
  .tt-box-layout-icon.col-third .col-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .tt-box-layout-icon.col-third .col-item {
    width: 100%;
  }
}
.tt-box-layout-icon .col-item {
  margin-top: 23px;
  padding-bottom: 3px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.tt-box-layout-icon .col-item .icon {
  position: relative;
  width: 130px;
  height: 124px;
  margin: 0 auto;
  color: #fdc400;
}
.tt-box-layout-icon .col-item .icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 23.5px;
  left: 23.5px;
  background: #f5f5f5;
  width: 84px;
  height: 84px;
  -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tt-box-layout-icon .col-item .icon i {
  position: relative;
  z-index: 1;
  font-size: 44px;
  line-height: 1.1;
  top: 42px;
}
.tt-box-layout-icon .col-item h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #393939;
  margin: 7px 0 0 0;
  padding: 0 10px;
}
.tt-box-layout-icon .col-item p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 330px;
  margin: 9px auto 0;
  padding: 0 10px;
  color: #393939;
}
@media (max-width: 600px) {
  .tt-box-layout-icon {
    margin-top: 2px;
  }
  .tt-box-layout-icon .col-item {
    margin-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tt-box-layout-icon .col-item h6 {
    margin-top: 9px;
    padding-bottom: 2px;
  }
}
@media (max-width: 600px) {
  .tt-box-layout-icon {
    padding-bottom: 23px;
  }
  .tt-box-layout-icon.slick-arrow-01 .slick-dots {
    bottom: -18px;
  }
}
/*---------------------------------------*/
/*--------      box-subjects      -------*/
/*---------------------------------------*/
.tt-carusel {
  margin-top: 9px;
}
@media (max-width: 768px) {
  .tt-carusel.slick-arrow-02 .slick-dots {
    bottom: -40px;
  }
}
@media (min-width: 1219px) {
  .tt-extra-layout .slick-arrow-02 .slick-dots {
    margin-left: -17px;
  }
}
.tt-carusel-top {
  margin-top: 30px;
}
.tt-box-subjects {
  position: relative;
  text-decoration: none;
}
.tt-box-subjects .img {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.tt-box-subjects .img img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.tt-box-subjects .img:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(21deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}
.tt-box-subjects .tt-nomber {
  display: none;
}
.tt-box-subjects .img + .tt-nomber {
  display: block;
  width: 74px;
  height: 75px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  z-index: 7;
  position: relative;
  left: 50%;
  margin-top: -54px;
  margin-left: -54px;
  font-size: 22px;
  line-height: 70px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.tt-box-subjects .img + .tt-nomber .tt-fon {
  background: #fdc400;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 9px;
  left: 11px;
  z-index: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tt-box-subjects .img + .tt-nomber .tt-fon span {
  position: relative;
  top: 4px;
  left: 4px;
  display: block;
  width: 43px;
  height: 43px;
  outline: 1px solid #fff;
  font-size: 22px;
  line-height: 43px;
}
.tt-box-subjects .img + .tt-nomber .tt-text {
  position: relative;
}
.tt-box-subjects .description {
  z-index: 0;
  text-align: center;
}
.tt-box-subjects .description h6 {
  font-size: 30px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  color: #393939;
  font-weight: 500;
  margin: 0px 0 0 0;
  padding: 0 34px 0 0;
}
@media (max-width: 991px) {
  .tt-box-subjects .img + .tt-nomber .tt-fon {
    width: 42px;
    height: 42px;
    left: 8px;
    top: 15px;
  }
  .tt-box-subjects .img + .tt-nomber .tt-fon span {
    width: 34px;
    height: 34px;
  }
  .tt-box-subjects .img + .tt-nomber .tt-text {
    width: 42px;
    height: 42px;
    left: 8px;
    top: 9px;
    font-size: 20px;
    line-height: 54px;
  }
}
@media (max-width: 550px) {
  .tt-box-subjects .description h6 {
    font-size: 24px;
  }
}
@media (max-width: 699px) {
  .tt-box-subjects .img + .tt-nomber {
    margin-left: -39px;
  }
  .tt-box-subjects .img + .tt-nomber .tt-fon {
    top: 10px;
  }
  .tt-box-subjects .img + .tt-nomber .tt-text {
    top: 4px;
  }
  .tt-box-subjects .img img {
    margin-left: 28px;
    max-width: calc(70%);
  }
  .tt-box-subjects .description h6 {
    padding-right: 0;
  }
}
@media (max-width: 450px) {
  .tt-box-subjects .img + .tt-nomber {
    margin-left: -29px;
    margin-top: -49px;
  }
  .tt-box-subjects .img + .tt-nomber .tt-fon {
    width: 31px;
    height: 31px;
    left: 10px;
    top: 21px;
  }
  .tt-box-subjects .img + .tt-nomber .tt-text {
    width: 31px;
    height: 31px;
    left: 10px;
    top: 22px;
    font-size: 18px;
    line-height: 31px;
  }
  .tt-box-subjects .img img {
    margin-left: 20px;
    max-width: calc(70%);
  }
  .tt-box-subjects .img + .tt-nomber .tt-fon span {
    width: 23px;
    height: 23px;
  }
  .tt-box-subjects .description h6 {
    font-size: 24px;
    margin-top: 7px;
    padding-right: 0;
  }
}
.tt-box-subjects .description p {
  margin: 0;
  padding: 0 34px 0 0;
}
.tt-box-subjects .description .btn {
  margin: 22px 34px 0 0;
}
.tt-box-subjects:hover .img:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.tt-box-subjects:hover .btn {
  background: #ffc219;
}
@media (max-width: 550px) {
  .tt-box-subjects .description .btn {
    margin: 14px 0 0 0;
  }
}
.tt-box-subjects1 {
  position: relative;
  text-decoration: none;
}
.tt-box-subjects1 .img {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.tt-box-subjects1 .img img {
  max-width: 100%;
  display: inline-block;
  height: auto;
}
.tt-box-subjects1 .img:after {
  content: "";
  position: absolute;
  top: -200%;
  left: -210%;
  width: 150%;
  height: 240%;
  opacity: 0;
  transform: rotate(21deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}
.tt-box-subjects1 .description {
  z-index: 0;
  text-align: center;
}
.tt-box-subjects1 .description h6 {
  font-size: 18px;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  color: #393939;
  font-weight: 500;
  margin: 21px 0 0 0;
  padding: 0 40px 0 0;
  text-transform: uppercase;
}
.tt-box-subjects1 .description p {
  margin: 0;
  padding: 0 40px 0 0;
  color: #5a5a5a;
}
.tt-box-subjects1 .description .btn {
  margin: 22px 40px 0 0;
}
.tt-box-subjects1:hover .img:after {
  opacity: 1;
  top: -30%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}
.tt-box-subjects1:hover .description .h6 {
  color: #fdc400;
}
/*---------------------------------------*/
/*--------   slider-promo-table   -------*/
/*---------------------------------------*/
.promo-table-carusel {
  margin-top: 37px;
  margin-left: -9px;
  margin-right: -9px;
}
.tt-promo-table-carusel {
  margin-top: 3px;
}
.tt-promo-table-carusel .item.slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 550px) {
  .tt-promo-table-carusel.slick-arrow-01 .slick-dots {
    bottom: -21px;
  }
}
.tt-promo-table {
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 29px auto 11px;
  padding: 0 0 26px;
  max-width: 434px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
}
.tt-promo-table[data-toggle="modal"] {
  cursor: pointer;
}
.tt-promo-table:not(.active) {
  background: #f8f8f8;
}
.tt-promo-table.active {
  border: 2px solid;
  border-color: #fdc400;
}
.tt-promo-table .time {
  font-size: 30px;
  line-height: 1.1;
  display: block;
  text-align: center;
  color: #393939;
  padding: 26px 10px 23px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-promo-table .time i {
  font-size: 24px;
  line-height: 1.1;
  margin-right: 11px;
  display: inline-block;
}
.tt-promo-table > a.btn:hover {
  color: #fff;
}
.tt-promo-table h6 {
  background: #565656;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  margin: 0;
  padding: 14px 0 15px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-promo-table h6 strong {
  font-size: 30px;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
}
.tt-promo-table ul {
  margin: 0;
  padding: 12px 0 0 0;
}
.tt-promo-table ul li {
  text-align: center;
  padding: 8px 0 9px;
  list-style: none;
  margin-top: 0;
}
.tt-promo-table ul li:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}
.tt-promo-table .price {
  padding-top: 18px;
  font-weight: 300;
  color: #393939;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-promo-table .price span:first-child {
  font-size: 50px;
  line-height: 1.1;
  display: block;
}
.tt-promo-table .price span:first-child sub {
  font-size: 38px;
  bottom: 0;
}
.tt-promo-table .price span:not(:first-child) {
  font-size: 18px;
  line-height: 1.1;
  display: block;
  margin-top: 6px;
}
.tt-promo-table .btn {
  margin-top: 35px;
}
.tt-promo-table:hover .btn {
  background: #fdc400;
}
.tt-promo-table.active {
  -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
}
.tt-promo-table.active h6 {
  background: #fdc400;
}
.tt-promo-table.active:before {
  border-color: #fdc400;
  border-width: 2px;
}
@media (max-width: 768px) {
  .tt-promo-table {
    margin-top: 24px;
  }
}
@media (max-width: 550px) {
  .tt-promo-table {
    margin: 26px auto 15px;
  }
  .tt-promo-table .time {
    font-size: 28px;
    padding: 18px 10px 15px;
  }
  .tt-promo-table .time i {
    font-size: 24px;
  }
  .tt-promo-table ul {
    padding: 10px 0 0 0;
  }
  .tt-promo-table ul li {
    padding: 5px 0 6px;
  }
  .tt-promo-table .price span:first-child {
    font-size: 44px;
  }
}
/*---------------------------------------*/
/*------------   tt-box-news   ----------*/
/*---------------------------------------*/
.carousel-top {
  margin-top: 9px;
}
@media (max-width: 550px) {
  .carousel-top {
    margin-top: 6px;
  }
}
.tt-news-carousel .slick-slide {
  text-align: center;
}
@media (max-width: 420px) {
  .tt-news-carousel .item.slick-slide {
    padding-left: 36px;
    padding-right: 36px;
  }
  .tt-news-carousel .tt-box-news .description {
    padding-left: 0;
    padding-right: 0;
  }
}
.tt-box-news {
  margin: 0 15px 10px;
  position: relative;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  max-width: 400px;
  display: inline-block;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.tt-box-news:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-box-news .image {
  position: relative;
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  backface-visibility: hidden;
}
.tt-box-news .image span {
  display: block;
  font-size: 38px;
  line-height: 1;
}
.tt-box-news .image img {
  width: 100%;
  height: auto;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  backface-visibility: hidden;
}
.tt-box-news .image .time {
  display: block;
  position: absolute;
  font-weight: 400;
  top: 0;
  width: 75px;
  height: 76px;
  background: #4d4d4d;
  color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-box-news .image .time span {
  font-weight: 500;
}
.tt-box-news .image .time:not(.right) {
  left: 0;
}
.tt-box-news .image .time.right {
  right: 0;
}
.tt-box-news .image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.tt-box-news .description {
  font-size: 15px;
  line-height: 1.1;
  padding: 27px 17px 19px 24px;
  position: relative;
}
.tt-box-news .description h6 {
  font-size: 18px;
  line-height: 1.6;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #393939;
}
.tt-box-news .description h6 a {
  color: #393939;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-box-news .description h6 a:hover {
  color: #fdc400;
}
.tt-box-news .description p {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 11px;
  padding-right: 5px;
  margin-bottom: 0;
}
.tt-box-news .description .info {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 27px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tt-box-news .description .info .comments {
  color: #b2b2b2;
  font-size: 15px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-box-news .description .info .comments:hover {
  color: #fdc400;
}
.tt-box-news .description .info a {
  text-decoration: none;
}
.tt-box-news .description .info .link-transition {
  font-size: 32px;
  line-height: 1em;
  color: #fdc400;
  font-weight: 300;
  margin-left: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-box-news .description .info .link-transition:hover {
  color: #393939;
}
@media (max-width: 550px) {
  .tt-box-news {
    box-shadow: none;
    margin: 0 0px 10px;
  }
  .tt-box-news:before {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .tt-box-news .image {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .tt-box-news .description {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
  .tt-box-news .description .info {
    padding-top: 13px;
  }
  .tt-box-news .description h6 {
    line-height: 1.5;
  }
  .tt-box-news .description p {
    margin-top: 8px;
    line-height: 1.5;
  }
}
/*---------------------------------------*/
/*--------     box-parallax      --------*/
/*---------------------------------------*/
body:not(.touch-device) .box-parallax .description {
  background-attachment: fixed;
}
.box-parallax {
  overflow: hidden;
  position: relative;
}
.box-parallax :before {
  content: "";
  width: 100%;
  height: 100%;
  background: ;
}
.box-parallax .img-parallax {
  z-index: 1;
}
.box-parallax .description [class^="tt-title"] {
  color: #fff;
  letter-spacing: -0.01em;
  padding-bottom: 28px;
}
.box-parallax .description:before {
  content: "";
  background: rgba(22, 22, 22, 0.65);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.box-parallax .description .tt-testimonials-carousel {
  position: relative;
  z-index: 7;
}
.box-parallax .description {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 64px 0 12px 0;
  /*background: url(../images/parallax-img-01.jpg) center bottom no-repeat;*/
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  position: relative;
}
.box-parallax .tt-testimonials-carousel {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .box-parallax .description {
    padding: 52px 0 12px 0;
  }
  .box-parallax .tt-testimonials-carousel {
    margin-top: 0px;
  }
}
@media (max-width: 550px) {
  .box-parallax .description {
    padding: 3px 0 10px 0;
  }
  .box-parallax .slick-arrow-01 .slick-dots {
    bottom: -58px;
  }
  .box-parallax .tt-testimonials-carousel {
    margin-top: 42px;
  }
}
.box-parallax .slick-arrow-01 .slick-dots {
  bottom: 74px;
}
@media (max-width: 768px) {
  .box-parallax .slick-arrow-01 .slick-dots {
    bottom: 23px;
  }
}
@media (max-width: 550px) {
  .box-parallax .slick-arrow-01 .slick-dots {
    bottom: 35px;
  }
}
.box-parallax .slick-arrow-01 .slick-prev,
.box-parallax .slick-arrow-01 .slick-next {
  margin-top: -53px;
}
/*---------------------------------------*/
/*-------  box-parallax-counter   -------*/
/*---------------------------------------*/
body:not(.touch-device) .box-parallax-counter {
  background-attachment: fixed;
}
.box-parallax-counter {
  overflow: hidden;
  position: relative;
  /*background: url('images/parallax-img-02.jpg') center bottom no-repeat;*/
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
}
.box-parallax-counter .description-layout {
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(66, 66, 66, 0.55);
  padding: 89px 0 67px 0;
}
.box-parallax-counter .description-layout [class^="tt-title"] {
  color: #fff;
}
.box-parallax-counter .item-counter {
  margin-top: -6px;
  padding-bottom: 30px;
}
.box-parallax-counter .item-counter .counter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 158px;
}
.box-parallax-counter .item-counter .counter img {
  max-width: 100%;
  height: auto;
}
.box-parallax-counter .item-counter .description {
  text-align: center;
  margin-top: 18px;
}
.box-parallax-counter .item-counter .description .value {
  color: #fdc400;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 38px;
  line-height: 1.1;
}
.box-parallax-counter .item-counter .description .title {
  font-weight: lighter;
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  margin: 15px 0 0 0;
}
@media (max-width: 991px) {
  .box-parallax-counter .item-counter img {
    max-width: 70% !important;
  }
  .box-parallax-counter .item-counter .description .value {
    font-size: 31px;
  }
  .box-parallax-counter .item-counter .description .title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .box-parallax-counter .description-layout {
    padding-top: 45px;
    padding-bottom: 17px;
  }
}
@media (max-width: 550px) {
  .box-parallax-counter .item-counter {
    margin-top: -5px;
  }
  .box-parallax-counter .description-layout {
    padding-top: 45px;
    padding-bottom: 17px;
  }
}
/*---------------------------------------*/
/*--------   box-parallax-02     --------*/
/*---------------------------------------*/
.box-parallax-02 {
  overflow: hidden;
  height: 300px;
  position: relative;
}
.box-parallax-02 .img-parallax {
  z-index: 1;
  max-width: inherit;
}
.box-parallax-02 .description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
  padding: 55px 14px 12px;
}
.box-parallax-02 .description [class^="tt-title"] {
  color: #fff;
  letter-spacing: -0.01em;
}
.box-parallax-02 .description h3 {
  font-weight: 500;
  margin: 0;
  padding: 0 0 7px 0;
}
.box-parallax-02 .description p {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 890px;
}
.box-parallax-02 .description .btn-border {
  margin-top: 32px;
}
@media (max-width: 765px) {
  .box-parallax-02 {
    height: 300px;
  }
  .box-parallax-02 .description h3 {
    font-size: 38px;
  }
  .box-parallax-02 .description p {
    font-size: 19px;
  }
}
@media (max-width: 551px) {
  .box-parallax-02 {
    height: 300px;
  }
  .box-parallax-02 .description h3 {
    font-size: 31px;
    padding: 0 0 18px 0;
  }
}
@media (max-width: 458px) {
  .box-parallax-02 {
    height: 330px;
  }
}
@media (max-width: 375px) {
  .box-parallax-02 {
    height: 350px;
  }
}
/*---------------------------------------*/
/*--------   testimonials-box    --------*/
/*---------------------------------------*/
.testimonials-box-indent {
  padding: 0px 20px 152px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .testimonials-box-indent {
    padding: 0px 20px 72px;
  }
}
.testimonials-box {
  max-width: 1169px;
  margin: 63px auto 0;
  border: 1px solid #ffc219;
  text-align: center;
  color: #ffffff;
  padding: 92px 60px 52px;
  position: relative;
  display: block;
  text-decoration: none;
}
.testimonials-box:hover {
  color: #fff;
}
.testimonials-box:hover p {
  color: #fff;
}
.testimonials-box-indent .tt-icon {
  width: 92px;
  height: 92px;
  top: 17px;
  z-index: 7;
  left: 50%;
  margin-left: -46px;
  position: absolute;
  text-align: center;
}
.testimonials-box-indent .tt-icon::before {
  content: "\e907";
  font-family: "driving" !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 48px;
  line-height: 92px;
}
.testimonials-box-indent .tt-icon .tt-bg {
  background: #fdc400;
  width: 91px;
  height: 91px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonials-box-indent .tt-icon .tt-bg::before {
  content: "";
  position: relative;
  top: 4px;
  left: 4px;
  display: block;
  width: 83px;
  height: 83px;
  border: 3px solid #4d4d4d;
  font-size: 22px;
  line-height: 84px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.testimonials-box .rating {
  color: #ffc219;
  font-size: 10px;
  letter-spacing: -0.06em;
  padding-bottom: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.testimonials-box .rating i {
  margin: 1px;
}
.testimonials-box-02 .rating i.white,
.testimonials-box .rating i.white {
  color: #ddd;
}
.testimonials-box .author {
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .testimonials-box .author {
    display: inline-block;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .testimonials-box .author {
    margin-top: 0px;
  }
}
.testimonials-box p {
  font-size: 20px;
  line-height: 1.6;
  padding: 0 15px;
  margin-bottom: 0;
}
.testimonials-box:hover p {
  color: #fff;
}
.testimonials-box p:not(:first-child) {
  margin-top: 15px;
}
.testimonials-box:hover:before {
  -o-transform: rotate3d(0, 1, 0, 180deg);
  -ms-transform: rotate3d(0, 1, 0, 180deg);
  -moz-transform: rotate3d(0, 1, 0, 180deg);
  -webkit-transform: rotate3d(0, 1, 0, 180deg);
  transform: rotate3d(0, 1, 0, 180deg);
}
.testimonials-box:hover .rating {
  letter-spacing: 0.06em;
}
.testimonials-box:hover .author {
  color: #fdc400;
}
@media (max-width: 768px) {
  .testimonials-box {
    padding: 92px 30px 35px;
  }
  .testimonials-box p {
    font-size: 18px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 550px) {
  .testimonials-box {
    padding: 92px 15px 34px;
  }
  .testimonials-box p {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
@-webkit-keyframes turn {
  to {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes turn {
  to {
    transform: rotateY(360deg);
  }
}
/*---------------------------------------*/
/*------   testimonials-box-02    -------*/
/*---------------------------------------*/
.testimonials-listing {
  padding-top: 14px;
}
.testimonials-box-02 {
  border: 1px solid #fdc400;
  text-align: center;
  padding: 92px 20px 33px;
  position: relative;
  display: block;
  margin-top: 76px;
  color: #5a5a5a;
}
.testimonials-box-02:hover {
  color: #5a5a5a;
}
.testimonials-box-02 .tt-icon {
  width: 92px;
  height: 92px;
  top: -47px;
  z-index: 7;
  left: 50%;
  margin-left: -46px;
  position: absolute;
  text-align: center;
}
.testimonials-box-02 .tt-icon::before {
  content: "\e907";
  font-family: "driving" !important;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 48px;
  line-height: 92px;
}
.testimonials-box-02 .tt-icon .tt-bg {
  background: #fdc400;
  width: 91px;
  height: 91px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.3);
}
.testimonials-box-02 .tt-icon .tt-bg::before {
  content: "";
  position: relative;
  top: 4px;
  left: 4px;
  display: block;
  width: 83px;
  height: 83px;
  border: 3px solid #4d4d4d;
  font-size: 22px;
  line-height: 84px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.testimonials-box-02 .rating {
  color: #ffc219;
  font-size: 10px;
  letter-spacing: -0.06em;
  padding-bottom: 4px;
}
.testimonials-box-02 .author {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
}
.testimonials-box-02 p {
  font-size: 16px;
  line-height: 1.6;
  padding: 0 11px;
  margin-bottom: 0;
  color: #5a5a5a;
}
.testimonials-box-02 p:not(:first-child) {
  margin-top: 15px;
}
.testimonials-box-02 .rating i.icon-star-black-fivepointed-shape {
  margin: 0 1px;
}
@media (max-width: 550px) {
  .testimonials-box-02 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/*---------------------------------------*/
/*----------- tt-promo-04 ---------------*/
/*---------------------------------------*/
.tt-promo-04 {
  background: #000 url("images/tt-promo-04.jpg") 0 0 repeat;
  padding: 31px 60px 37px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  border: 7px solid #2e2e2e;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: 3px;
  margin-bottom: 11px;
}
.tt-promo-04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #fff;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 0;
}
.tt-promo-04 .description {
  position: relative;
  font-size: 18px;
}
.tt-promo-04 .description h6 {
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: 0.01em;
  color: #fff;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.tt-promo-04 .description p {
  margin: 7px 0 0 0;
}
.tt-promo-04 .description .btn {
  margin-top: 17px;
}
@media (max-width: 991px) {
  .tt-promo-04 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tt-promo-04 .description h6 {
    font-size: 40px;
  }
  .tt-promo-04 .description p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .tt-promo-04 {
    margin-top: 5px;
    margin-bottom: 6px;
  }
}
/*---------------------------------------*/
/*----------- tt-promo-05 ---------------*/
/*---------------------------------------*/
.tt-promo-05 {
  margin-top: 11px;
  margin-bottom: -148px !important;
  display: inline-block;
  width: 100%;
}
.tt-promo-05 .col-img {
  text-align: right;
}
.tt-promo-05 .col-img img {
  max-width: 100%;
  height: auto;
}
.tt-promo-05 .col-content {
  text-align: center;
}
.tt-promo-05 .col-content h6 {
  font-size: 70px;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #393939;
  margin: 0;
  padding-bottom: 7px;
}
.tt-promo-05 .col-content .btn {
  margin-top: 28px;
}
@media (max-width: 1000px) {
  .tt-promo-05 .col-content h6 {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .tt-promo-05 {
    margin-bottom: -101px !important;
  }
  .tt-promo-05 .col-img {
    text-align: center;
    margin-top: 48px;
  }
  .tt-promo-05 .col-content h6 {
    font-size: 50px;
  }
}
@media (max-width: 550px) {
  .tt-promo-05 .col-content h6 {
    font-size: 35px;
  }
  .tt-promo-05 {
    margin-bottom: -99px !important;
  }
}
/*---------------------------------------*/
/*--------- social-services -------------*/
/*---------------------------------------*/
html:not(.mac) .social-services {
  background-attachment: fixed;
}
.social-services {
  background: url("images/social-services-bg.jpg") center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 53px 0 101px;
}
.social-services .tt-title {
  position: relative;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 43px;
}
.social-services .title-icon {
  position: relative;
  color: #fdc400;
  width: 65px;
  height: 65px;
  display: inline-block;
  margin-right: 26px;
  top: -5px;
  left: 5px;
}
.social-services .title-icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: #f5f5f5;
  width: 47px;
  height: 47px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.social-services .title-icon i {
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 1.1;
  top: 5px;
  left: 13px;
}
@media (max-width: 991px) {
  .social-services {
    text-align: center;
  }
  .social-services img {
    display: inline-block;
  }
}
@media (max-width: 550px) {
  .social-services {
    padding: 45px 0;
  }
}
@media (max-width: 470px) {
  .social-services .tt-title {
    padding-bottom: 18px;
    margin-top: 25px;
  }
  .social-services .tt-title .title-icon {
    display: none;
  }
}
.ie .social-services .title-icon {
  margin-right: 0;
}
.ie .social-services .title-icon i {
  left: -8px;
}
/*---------------------------------------*/
/*------------ box-step -----------------*/
/*---------------------------------------*/
.box-step {
  margin-top: 32px;
  margin-bottom: 1px;
  position: relative;
}
.box-step .box-step-bg {
  width: 100%;
  height: auto;
  max-width: 1165px;
}
.box-step .item {
  position: absolute;
  background: url("images/box-step-item.png") center top no-repeat;
  width: 227px;
  height: 161px;
}
.box-step .item .number {
  height: 145px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #393939;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.box-step .item .number span:first-child {
  font-size: 38px;
  line-height: 1;
}
.box-step .item .number span:last-child {
  font-size: 12px;
  line-height: 1;
}
.box-step .item .title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  text-align: center;
  color: #393939;
  margin-top: 12px;
}
.box-step .item-01 {
  top: -45px;
  left: 44px;
}
.box-step .item-02 {
  top: -45px;
  left: 444px;
}
.box-step .item-03 {
  top: -45px;
  left: 844px;
}
.box-step .item-04 {
  top: 248px;
  left: 657px;
}
.box-step .item-05 {
  top: 248px;
  left: 277px;
}
/*---------------------------------------*/
/*--------- socila-services -------------*/
/*---------------------------------------*/
.socila-services {
  background: url("images/socila-services-bg.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.facebook-box {
  position: relative;
  top: -4px;
}
.facebook-box iframe {
  display: block;
  width: 100%;
  height: 240px;
  border: none;
}
/*---------------------------------------*/
/*------------- tt-box-1 ----------------*/
/*---------------------------------------*/
.tt-box-1 {
  background: #f4f4f4;
}
.tt-box-1 .col-img {
  width: 50%;
}
.tt-box-1 .col-img img {
  width: 100%;
  height: auto;
}
.tt-box-1 .col-description {
  padding: 30px 56px;
}
.tt-box-1 .col-description *:nth-child(1) {
  margin-top: 0;
}
.tt-box-1 .col-description h6 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 47px;
  font-family: "Roboto", sans-serif;
}
.tt-box-1 .col-description .btn {
  margin-top: 56px;
}
@media (max-width: 991px) {
  .tt-box-1 .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tt-box-1 .col-img {
    width: 100%;
    text-align: center;
  }
  .tt-box-1 .col-description {
    text-align: center;
    padding: 40px 56px;
  }
  .tt-box-1 .col-description ul {
    max-width: 515px;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 550px) {
  .tt-box-1 .col-description {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tt-box-1 .col-description h6 {
    font-size: 34px;
    padding-bottom: 14px;
  }
  .tt-box-1 .col-description .btn {
    margin-top: 24px;
  }
}
.svg-triangle {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
}
.svg-triangle polygon {
  fill: #98d02e;
  stroke: #65b81d;
  stroke-width: 2;
}
/*---------------------------------------*/
/*----------- form-question -------------*/
/*---------------------------------------*/
.form-question {
  max-width: 320px;
  background: #f3f3f3 url("images/form-question.png") bottom right no-repeat;
  padding: 20px 18px 27px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
}
.form-question h5 {
  font-size: 30px;
  line-height: 1.14;
  margin: 0;
  position: relative;
  padding: 15px 0 21px 46px;
}
.form-question h5 img {
  position: absolute;
  left: -59px;
  z-index: 1;
}
.full-width-form-question {
  min-width: -webkit-fill-available;
}
@media (max-width: 768px) {
  .form-question h5 {
    font-size: 25px;
    padding-left: 27px;
  }
}
@media (max-width: 550px) {
  .form-question h5 {
    font-size: 20px;
    padding-left: 17px;
  }
}
@media (min-width: 991px) {
  .form-question-align .form-question {
    float: right;
  }
}
/*---------------------------------------*/
/*----------- box-info-icon -------------*/
/*---------------------------------------*/
.box-info-icon {
  margin-top: 61px;
}
.box-info-icon .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-info-icon .item:not(:first-child) {
  margin-top: 39px;
}
.box-info-icon .item .col-icon {
  min-width: 98px;
}
.box-info-icon .item .col-icon img {
  max-width: 100%;
  height: auto;
  margin-top: 6px;
}
.box-info-icon .item .col-description {
  order: 2;
}
.box-info-icon .item .col-description h6 {
  margin: 0;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #393939;
  text-transform: uppercase;
}
.box-info-icon .item .col-description address {
  margin-top: 11px;
  font-style: normal;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .mobile-center-md .box-info-icon .item {
    display: block;
  }
  .mobile-center-md .box-info-icon .item .col-description {
    margin-top: 15px;
  }
  .box-info-icon .item .col-description h6 {
    margin-top: 15px;
  }
}
/*---------------------------------------*/
/*------------ video-block --------------*/
/*---------------------------------------*/
.video-block {
  position: relative;
  line-height: 0;
}
.video-block video {
  width: 100%;
}
.video-block .link-video {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: 7;
  color: #fff;
}
.video-block .link-video:before {
  content: "\e923";
  font-family: "driving";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin-left: -38px;
  margin-top: -15px;
  font-size: 76px;
  line-height: 30px;
}
.video-block .link-video.play:before {
  content: "\ea1d";
}
@media (max-width: 991px) {
  .video-block {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .video-block {
    padding-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .video-block {
    padding-bottom: 11px;
  }
}
.video-block:hover .link-video {
  color: #fdc400;
}
/*---------------------------------------*/
/*-------------- box-music --------------*/
/*---------------------------------------*/
.box-music iframe,
.box-music object,
.box-music embed {
  width: 100%;
  height: auto;
  border: 0;
}
/*---------------------------------------*/
/*------------tt-accordion-box ----------*/
/*---------------------------------------*/
.tt-accordion-box {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .tt-accordion-box {
    margin-top: 65px;
  }
}
@media (max-width: 550px) {
  .tt-accordion-box {
    margin-top: 45px;
  }
}
.tt-accordion-box .item:not(:first-child),
.wpb_wrapper .vc_toggle:not(:first-child) {
  margin-top: 53px;
}
.tt-accordion-box .item:not(.active) .tt-content {
  display: none;
}
.tt-accordion-box .item.active .tt-title,
.vc_toggle_active h4 {
  color: #fdc400 !important;
}
.vc_toggle_icon {
  display: none !important;
}
.tt-accordion-box .item .tt-title,
.vc_toggle_title {
  letter-spacing: 0.013em;
  position: relative;
  padding: 0 56px 0 0;
}
.tt-accordion-box .item .tt-title,
.vc_toggle_title h4 {
  font-size: 30px;
  line-height: 1.1;
  color: #393939;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-accordion-box .item .tt-title:before,
.vc_toggle_title h4:before {
  content: "\e90b";
  font-family: "driving";
  font-size: 30px;
  line-height: 1.1;
  position: absolute;
  right: 0;
  top: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.tt-accordion-box .item.active .tt-title:before,
.vc_toggle_active .vc_toggle_title h4:before {
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.tt-accordion-box .item .tt-title:hover,
.vc_toggle_title h4:hover {
  color: #fdc400;
}
.tt-accordion-box .item .tt-content,
.vc_toggle_content {
  margin: 35px 0 0 0;
  padding: 0 25px 56px 0;
  border-bottom: 1px solid #e9e9e9;
}
.tt-accordion-box .item .tt-content p,
.vc_toggle_content p {
  margin-top: 28px;
}
.tt-accordion-box .item .tt-content > ul,
.vc_toggle_content > ul {
  margin-top: 28px;
}
.tt-accordion-box .item:last-child .tt-content,
.vc_toggle_content {
  padding-bottom: 0;
  border: none;
}
@media (max-width: 768px) {
  .tt-accordion-box .item .item:not(:first-child) {
    margin-top: 35px;
  }
  .tt-accordion-box .item .tt-title,
  .vc_toggle_title h4 {
    font-size: 26px;
  }
  .tt-accordion-box .item .tt-title:before,
  .vc_toggle_title h4:before {
    top: 0px;
  }
  .tt-accordion-box .item .tt-content {
    margin: 15px 0 0 0;
    padding: 0 25px 36px 0;
  }
}
@media (max-width: 500px) {
  .tt-accordion-box .item .tt-title,
  .vc_toggle_title h4 {
    font-size: 19px;
  }
  .tt-accordion-box .item .tt-title:before,
  .vc_toggle_title h4:before {
    top: -4px;
  }
  .tt-accordion-box .item:not(:first-child),
  .wpb_wrapper .vc_toggle:not(:first-child) {
    margin-top: 25px;
  }
  .tt-accordion-box .item .tt-content p {
    margin-top: 23px;
  }
}
/*---------------------------------------*/
/*------------   pagination   --- -------*/
/*---------------------------------------*/
.pagination {
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .pagination {
    margin-top: 45px;
  }
}
.pagination ul {
  line-height: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 7px;
}
.pagination .nav-links .page-numbers,
.pagination li a {
  margin: 0 5px 10px 5px;
  display: inline-block;
  font-size: 14px;
  line-height: 3.3;
  border: 1px solid #4d4d4d;
  padding: 0 15px;
  min-width: 50px;
  min-height: 48px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  text-decoration: none;
}
.pagination .nav-links .page-numbers:hover,
.pagination li:hover a {
  color: #fdc400;
  border: 1px solid #fdc400;
}
.pagination .nav-links .page-numbers.current,
.pagination li.active a {
  border: 1px solid #fdc400;
  background: #fdc400;
  color: #fff;
}
/*---------------------------------------*/
/*------------   list-addess   --- -------*/
/*---------------------------------------*/
.list-addess .item {
  position: relative;
  min-height: 40px;
  padding: 0 0 0 44px;
}
.list-addess .item:not(:first-child) {
  margin-top: 67px;
}
@media (max-width: 1219px) {
  .list-addess .item:not(:first-child) {
    margin-top: 28px;
  }
}
.list-addess .item .icon {
  position: absolute;
  top: 0px;
  left: -7px;
  font-size: 30px;
  line-height: 1.1;
  color: #fdc400;
}
.list-addess .item h6 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 5px 0 0 0;
  padding-bottom: 5px;
}
.list-addess .item p {
  margin-top: 0;
}
.list-addess .item p span {
  white-space: nowrap;
}
/*---------------------------------------*/
/*-------------- google-map --------------*/
/*---------------------------------------*/
@media (min-width: 900px) {
  .google-map {
    height: 100%;
    width: 28.2%;
    right: 0;
    top: -282px;
    position: absolute !important;
  }
}
@media (max-width: 899px) {
  .google-map {
    width: 24%;
  }
}
@media (max-width: 900px) {
  .google-map {
    height: 380px !important;
    width: 100%;
    position: relative !important;
  }
}
/*---------------------------------------*/
/*------------ row-img-left -------------*/
/*---------------------------------------*/
.row-img-left {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
}
.row-img-left .col-content {
  padding-left: 22px;
  padding-right: 16px;
}
@media (min-width: 991px) {
  .row-img-left {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .row-img-left {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-img-left .col-content {
    margin-top: 25px;
  }
}
/*---------------------------------------*/
/*------------ row-img-right ------------*/
/*---------------------------------------*/
@media (max-width: 991px) {
  .row-img-right .video-block {
    margin-top: 40px;
  }
}
@media (max-width: 550px) {
  .row-img-right .video-block {
    margin-top: 30px;
  }
}
/*---------------------------------------*/
/*----------  tt-total-info  ------------*/
/*---------------------------------------*/
.tt-extra-total-indent {
  overflow: hidden;
  padding-bottom: 28px;
}
.tt-total-info-row {
  background: url("images/tt-promo-03.jpg") 0 0 repeat;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}
.tt-total-info-row .slick-list {
  overflow: inherit;
}
.tt-total-info-row .tt-row .tt-col:nth-child(odd) .tt-total-info:before {
  background: rgba(35, 35, 35, 0.4);
}
.tt-total-info-row .tt-row .tt-col:nth-child(even) .tt-total-info:before {
  background: rgba(77, 77, 77, 0.4);
}
.tt-total-info-row .tt-row .tt-total-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding: 28px 44px 32px 40px;
}
.tt-total-info-row .tt-row .tt-total-info:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-22deg);
  -ms-transform: skew(-22deg);
  transform: skew(-22deg);
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon {
  font-size: 38px;
  line-height: 1;
  padding-right: 3px;
  color: #fdc400;
  position: relative;
  top: 2px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-balloons {
  font-size: 45px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-id-card {
  font-size: 45px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-icon + .tt-description {
  padding-left: 12px;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description {
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  line-height: 1.1;
}
.tt-total-info-row .tt-row .tt-total-info .tt-description .tt-nubers {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 500;
}
@media (max-width: 1230px) {
  .tt-total-info-row .tt-row .tt-total-info {
    padding: 11px 31px 12px 30px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-icon {
    font-size: 35px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-balloons,
  .tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-id-card {
    font-size: 35px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-description {
    font-size: 16px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-description .tt-nubers {
    font-size: 33px;
  }
  .tt-total-info-row .tt-row .slick-dots {
    bottom: -35px;
  }
}
@media (max-width: 1024px) {
  .tt-total-info-row .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .tt-total-info-row .tt-row .tt-total-info {
    padding: 11px 31px 12px 30px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-icon {
    font-size: 30px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-balloons,
  .tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-id-card {
    font-size: 30px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-description {
    font-size: 16px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-description .tt-nubers {
    font-size: 30px;
  }
  .tt-total-info-row .slick-dots {
    bottom: -29px;
  }
}
@media (max-width: 705px) {
  .tt-total-info-row .tt-row .tt-total-info {
    padding: 11px 31px 12px 30px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-icon {
    font-size: 30px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-balloons,
  .tt-total-info-row .tt-row .tt-total-info .tt-icon .icon-id-card {
    font-size: 30px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-description {
    font-size: 16px;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-description .tt-nubers {
    font-size: 30px;
  }
}
@media (max-width: 551px) {
  .tt-total-info-row .tt-row .tt-col .tt-total-info:before {
    display: none;
  }
  .tt-total-info-row .tt-row .tt-total-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .tt-total-info-row .tt-row .tt-total-info .tt-description {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .tt-total-info-row .tt-row .slick-dots {
    bottom: -27px;
  }
}
/*---------------------------------------*/
/*----------  tt-layout-01  ------------*/
/*---------------------------------------*/
.tt-layout-01 {
  margin: 105px 0 0 0;
  padding-bottom: 15px;
}
.tt-layout-01 .tt-title-lg {
  padding-bottom: 20px;
}
.tt-layout-01 .tt-img {
  position: relative;
  min-height: 396px;
}
.tt-layout-01 .tt-img img {
  height: auto;
  margin-left: -147px;
  margin-top: -8px;
  position: absolute;
  max-width: 200%;
}
.tt-layout-01 .tt-btn-custom {
  margin-top: 36px;
  padding-left: 46px;
  padding-right: 46px;
}
.tt-layout-01 .tt-img-device {
  display: none;
}
.tt-layout-01 .tt-img-mobile {
  display: none;
  text-align: center;
  padding-bottom: 23px;
}
.tt-layout-01 .tt-img-mobile img {
  width: 100%;
  max-width: 277px;
  height: auto;
}
@media (max-width: 1500px) {
  .tt-layout-01 .tt-img img {
    margin-left: 0;
    margin-top: 20px;
    max-width: 500px;
    height: auto;
  }
}
@media (max-width: 1219px) {
  .tt-layout-01 .tt-img img {
    margin-left: 0;
    margin-top: 20px;
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .tt-layout-01 {
    margin: 86px 0 0 0;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
  .tt-layout-01 .container .row .col-md-6:first-child {
    display: none;
  }
  .tt-layout-01 .list-icon {
    max-width: 472px;
    margin: 0 auto;
    text-align: left;
  }
  .tt-layout-01 .tt-img-device {
    display: block;
    margin-top: 50px;
  }
  .tt-layout-01 .tt-img-device img {
    position: relative;
    margin-left: 0;
    width: 100%;
    max-width: 457px;
    height: auto;
  }
  .tt-layout-01 .row-btn {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tt-layout-01 {
    padding-bottom: 45px;
  }
}
@media (max-width: 550px) {
  .tt-layout-01 {
    text-align: left;
    margin: 39px 0 0 0;
    padding-bottom: 15px;
  }
  .tt-layout-01 .tt-img-device {
    display: none;
  }
  .tt-layout-01 .tt-title-lg {
    text-align: center;
  }
  .tt-layout-01 .tt-img-mobile {
    display: block;
  }
}
/*---------------------------------------*/
/*--------------   tabs   ---------------*/
/*---------------------------------------*/
.tt-tabs {
  overflow: hidden;
}
.tt-tabs .tt-tabs__head > ul {
  list-style: none;
  padding: 0;
}
.tt-tabs .tt-tabs__head .tt-tabs__btn-prev,
.tt-tabs .tt-tabs__head .tt-tabs__btn-next {
  display: none;
}
.tt-tabs .tt-tabs__body > div {
  display: block;
}
.tt-tabs .tt-tabs__body > div > div {
  display: none;
}
.tt-tabs .tt-tabs__body > div:not(:first-child) > span {
  border-top: solid 1px $nav_tabs_border;
}
.tt-tabs .tt-tabs__content p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1025px) {
  .tt-tabs .tt-tabs__head {
    display: none;
  }
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev,
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
    display: none;
  }
  .tt-tabs .tt-tabs__border {
    display: none;
  }
  .tt-tabs .tt-tabs__body > div > span {
    position: relative;
    display: block;
    background: #393939;
    color: #fff;
    padding: 13px 40px 13px 20px;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0.015em;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .tt-tabs .tt-tabs__body > div > span i {
    position: absolute;
    right: 20px;
    font-size: 18px;
    line-height: 1.1;
  }
  .tt-tabs .tt-tabs__body > div > div {
    padding: 30px 20px 27px;
    border-top: solid 1px $nav_tabs_border;
  }
  .tt-tabs .tt-tabs__body > div:hover > span {
    color: #fdc400;
  }
  .tt-tabs .tt-tabs__body > div.active > span {
    background: #fdc400;
    color: #fff;
  }
  .tt-tabs .tt-tabs__content-head {
    display: none;
  }
  .tt-tabs .tt-tabs__content {
    font-size: 14px;
  }
  .tt-tabs .tt-tabs__content .tab-title {
    display: none;
  }
  .tt-tabs .tt-tabs__content .tags-list {
    margin-top: 13px;
  }
  .tt-tabs .tt-tabs__content .divider {
    height: 10px;
  }
  .tt-tabs .tt-tabs__content h6 {
    font-size: 15px;
    margin-top: 13px;
  }
  .tt-tabs .tt-tabs__content h6 .icon,
  .tt-tabs .tt-tabs__content h6 .fa {
    font-size: 30px;
    line-height: 30px;
    margin-right: 5px;
  }
  .tt-tabs .tt-tabs__content li {
    font-size: 14px;
  }
  .tt-tabs .tt-tabs__content .form-horizontal .form-group {
    margin-bottom: 16px;
  }
  .tt-tabs .tt-tabs__content .reviews-comments .item {
    margin-top: 33px;
  }
  .tt-tabs .tt-tabs__content .table {
    margin-top: 20px;
  }
  .tt-tabs .tt-tabs__content .review {
    padding-top: 15px;
  }
  .tt-tabs .tt-tabs__content .review a {
    margin-left: 0;
  }
  .tt-tabs .tt-tabs__content .review .rating {
    margin-right: 16px;
  }
  .tt-tabs .tt-tabs__content .review span:not([class]),
  .tt-tabs .tt-tabs__content .review span:not([class]) {
    margin-left: inherit;
    margin-right: 16px;
    margin-top: 10px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1025px) {
  .tt-tabs .tt-tabs__head {
    position: relative;
    visibility: hidden;
    margin-bottom: 7px;
  }
  .tt-tabs .tt-tabs__head > ul {
    position: relative;
    margin: 0 -17px;
    flex-wrap: wrap;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
  }
  .tt-tabs .tt-tabs__head > ul > li {
    padding: 0 5px 0 0;
    margin-top: 0;
  }
  .tt-tabs .tt-tabs__head > ul > li > span {
    position: relative;
    display: block;
    padding: 10px 0 10px;
    min-width: 90px;
    text-align: center;
    background: #393939;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .tt-tabs .tt-tabs__head > ul > li > span i {
    font-size: 42px;
    line-height: 1.1;
  }
  .tt-tabs .tt-tabs__head > ul > li > span span {
    font-size: 14px;
    line-height: 1.1;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    display: block;
    padding: 3px 0 0 0;
    text-align: center;
  }
  .tt-tabs .tt-tabs__head > ul > li:hover span {
    color: #fdc400;
  }
  .tt-tabs .tt-tabs__head > ul > li.active > span {
    background: #fdc400;
    color: #fff !important;
    cursor: default;
    position: relative;
  }
  .tt-tabs .tt-tabs__head > ul > li.active > span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    width: 100%;
    height: 7px;
    color: #fff;
    background: #fdc400;
  }
  .tt-tabs .tt-tabs__head > ul > li.active > span span {
    color: #fff;
  }
  .tt-tabs .tt-tabs__head.text-center ul {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tt-tabs .tt-tabs__head.slider {
    margin-left: 30px;
    margin-right: 30px;
  }
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev,
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    cursor: pointer;
    z-index: 2;
  }
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev::before,
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next::before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -15px;
    border-top: solid 3px red;
    border-left: solid 3px green;
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev.disabled,
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next.disabled {
    pointer-events: none;
  }
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev.disabled::before,
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next.disabled::before {
    border-top-color: red;
    border-left-color: green;
  }
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev {
    left: -30px;
  }
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next {
    right: -30px;
  }
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-prev::before {
    margin-left: -4px;
  }
  .tt-tabs .tt-tabs__head.slider .tt-tabs__btn-next::before {
    margin-left: -8px;
  }
  .tt-tabs .tt-tabs__head.slider::before,
  .tt-tabs .tt-tabs__head.slider::after {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 30px;
    top: 0;
    cursor: default;
    z-index: 1;
  }
  .tt-tabs .tt-tabs__body {
    border: solid 1px #dedede;
    margin-top: -1px;
    padding: 51px 32px 62px 32px;
  }
  .tt-tabs .tt-tabs__body > div > span {
    display: none;
  }
  .tt-tabs .tt-tabs__body > div > div {
    padding: 0px 0 0px;
  }
  .tt-tabs .tt-tabs__content .tab-title {
    font-size: 18px;
    line-height: 1.1;
    font-family: "Roboto", sans-serif;
    padding: 0 0 18px 0;
    margin: 0;
    text-transform: uppercase;
  }
  .tt-tabs .tt-tabs__content .btn {
    margin-top: 20px;
  }
}
/*---------------------------------------*/
/*--------   4. Special Pages    --------*/
/*---------------------------------------*/
/*--------   4.1 Blog     --------*/
.aside {
  padding-top: 6px;
}
.aside .tt-block-aside:not(:first-child) {
  margin-top: 81px;
}
.aside .calendar_wrap a,
.aside .tt-post-preview .item a {
  text-decoration: none;
}
.tt-block-aside.widget li a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .blog .aside {
    margin-top: 74px;
  }
}
@media (max-width: 550px) {
  .aside .tt-block-aside:not(:first-child) {
    margin-top: 70px;
  }
}
/*---------------------------------------*/
/*----------- tt-block-aside -------------*/
/*---------------------------------------*/
.tt-block-aside h3.tt-title {
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  padding-bottom: 29px;
}
@media (max-width: 550px) {
  .tt-block-aside h3.tt-title {
    padding-bottom: 24px;
  }
}
.tt-block-aside ul {
  padding: 2px 0 0 0;
  margin: 0 0 0 0px;
}
.tt-block-aside ul li {
  line-height: 1.2;
  position: relative;
  list-style: none;
  display: block;
  padding: 5px 0 5px 15px;
  margin-top: 0;
}
.tt-block-aside ul li:before {
  content: "\e90c";
  font-family: "driving";
  position: absolute;
  top: 12px;
  left: 0px;
  font-size: 10px;
  line-height: 1.1;
}
.widget_search.tt-block-aside.widget form.search-form {
  display: inline-block;
  width: 100%;
}
.widget_search.tt-block-aside.widget label {
  display: inline-block;
  float: left;
  width: 55%;
}
.widget_search.tt-block-aside.widget .search-field {
  width: 100%;
  height: 50px;
  border-radius: 5px;
}
.widget_search.tt-block-aside.widget input.search-submit {
  display: inline-block;
  float: right;
  width: 40%;
  padding: 0;
}
.widget_nav_menu ul > li > ul.sub-menu li > ul.sub-menu li:before {
  left: -15px;
}
.tt-block-aside ul li a span {
  display: inline-block;
  margin-left: 5px;
}
.tt-block-aside ul li > a:hover {
  color: #fdc400;
}
.tt-block-aside ul li:not(:first-child) {
  margin-top: 7px;
}
.tt-block-aside ul li:last-child a {
  padding-bottom: 0;
}
.tagcloud,
.tt-post.single .post-categories {
  padding: 0;
  margin: 0 0 0 -5px;
}
.tagcloud li,
.widget_tag_cloud .tagcloud a,
.tt-post.single .post-categories li {
  display: inline-block;
  margin: 0 0 5px 5px;
  text-decoration: none;
}
.tagcloud li a,
.widget_tag_cloud .tagcloud a,
.tt-post.single .post-categories li a {
  min-width: 50px;
  min-height: 34px;
  font-size: 15px;
  line-height: 1.1;
  padding: 8px 14px 10px;
  display: inline-block;
  border: 1px solid #c2c2c2;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-decoration: none;
  border-radius: 3px;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tagcloud li a:hover,
.tt-post.single .post-categories li a:hover {
  border-color: #fdc400;
  color: #fdc400;
}
.tagcloud li.active a,
.tt-post.single .post-categories li.active a {
  border-color: #fdc400;
  background: #fdc400;
  color: #fff;
}
.category-list {
  padding: 2px 0 0 0;
  margin: 0 0 0 21px;
}
.category-list li {
  font-size: 18px;
  line-height: 1.2;
  position: relative;
}
.category-list li:before {
  content: "\e90c";
  font-family: "driving";
  position: absolute;
  top: 12px;
  left: 0px;
  font-size: 10px;
  line-height: 1.1;
}
.category-list li a {
  display: block;
  padding: 5px 0 5px 25px;
  text-decoration: none;
}
.category-list li a span {
  display: inline-block;
  margin-left: 5px;
}
.category-list li:hover a {
  color: #fdc400;
}
.category-list li:not(:first-child) {
  margin-top: 7px;
}
.category-list li:last-child a {
  padding-bottom: 0;
}
.widget_tag_cloud .tagcloud a {
  margin: 0 0 5px 5px;
  min-width: 50px;
  min-height: 34px;
  font-size: 15px !important;
  line-height: 1.1;
  padding: 8px 14px 10px;
  display: inline-block;
  border: 1px solid #c2c2c2;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a:hover {
  border-color: #fdc400;
  color: #fdc400;
}
.tags-list li.active a {
  border-color: #fdc400;
  background: #fdc400;
  color: #fff;
}
.tt-post-preview .item {
  margin-bottom: 45px;
}
.tt-post-preview .item .post-img a {
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
}
.tt-post-preview .item .post-img a img {
  width: 100%;
  height: auto;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  backface-visibility: hidden;
}
.tt-post-preview .item .post-img a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.tt-post-preview .item .post-meta {
  color: #b2b2b2;
  font-size: 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 0 0 0;
}
.tt-post-preview .item .post-meta i {
  font-size: 18px;
}
.tt-post-preview .item .post-meta .reviews {
  padding-right: 3px;
}
.tt-post-preview .item .post-meta .reviews i {
  margin-right: 8px;
  position: relative;
  top: 2px;
  display: inline-block;
}
.tt-post-preview .item .post-title {
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.002em;
  margin: 11px 0 0 0;
}
.tt-post-preview .item .post-title a:hover {
  color: #fdc400;
}
.tt-post-preview .post-meta .updated {
  display: none;
}
/*---------------------------------------*/
/*----------- tt-listin-post -------------*/
/*---------------------------------------*/
.tt-post:first-child {
  margin-top: 50px;
}
.single.single-post .tt-post:first-child {
  margin-top: 0;
}
.tt-post .tt-post:first-child {
  margin-top: 0;
}
.tt-post:not(:first-child) {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .tt-post:not(:first-child) {
    margin-top: 35px;
  }
}
.tt-post .post-image {
  position: relative;
}
.tt-post .post-image .post-img-link {
  color: #ffffff;
  display: inline-block;
  position: absolute;
  padding: 10px;
  font-weight: bold;
  z-index: 2;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 38px;
  line-height: 1.1;
  font-weight: 500;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .tt-post .post-image .post-img-link {
    font-size: 27px;
  }
}
@media (min-width: 550px) {
  .tt-post .post-image .post-img-link i {
    display: none;
  }
}
@media (max-width: 550px) {
  .tt-post .post-image .post-img-link {
    font-size: 20px;
  }
  .tt-post .post-image .post-img-link span {
    display: none;
  }
  .tt-post .post-image .post-img-link i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: rgba(253, 196, 0, 0.5);
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
}
.form-question textarea.wpcf7-textarea {
  height: 188px;
}
.row > .vc_row {
  margin-left: -1px;
  margin-right: 1px;
}
.tt-post .post-image .post-img-link:hover {
  color: #fdc400;
}
.tt-post .post-image .post-img-link:hover i {
  -webkit-animation: ripple 0.5s linear 1;
  animation: ripple 0.5s linear 1;
  background-color: #fdc400;
}
.tt-post .post-meta {
  padding: 33px 0 0 0;
}
.tt-post .post-meta a {
  text-decoration: none;
}
.tt-post:first-child .post-meta {
  padding-top: 0;
  margin-top: 33px;
}
.tt-post .post-meta,
.tt-post .post-meta time,
.tt-post .post-meta .post-meta-reviews {
  color: #b2b2b2;
  font-size: 15px;
}
.tt-post .post-meta .updated {
  display: none;
}
.tt-post .post-meta time.entry-date.published.updated {
  display: block;
}
.tt-post .post-meta i {
  font-size: 18px;
}
.tt-post .post-meta .date {
  display: inline-block;
}
.tt-post .post-meta .reviews {
  display: inline-block;
  margin-left: 82px;
}
.tt-post .post-meta .reviews i {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.tt-post .post-title {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #393939;
  margin-top: 22px;
}
.tt-post .post-title a {
  color: #393939;
  text-decoration: none;
}
.tt-post .post-title a:hover {
  color: #fdc400;
}
@media (max-width: 768px) {
  .tt-post .post-title {
    font-size: 30px;
    font-weight: 400;
  }
}
@media (max-width: 550px) {
  .tt-post .post-title {
    font-size: 27px;
  }
}
.tt-post.contant-main > a.btn {
  margin-top: 20px 0;
}
.tt-post.contant-main {
  clear: both;
}
.tt-post .post-author {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 600;
  margin: 22px 0;
}
.tt-post .post-author a {
  text-decoration: none;
}
.tt-post .post-content {
  margin: 27px 0 0 0;
  padding: 0 0 0 0;
  font-size: 16px;
  line-height: 1.5;
}
.tt-post .post-content blockquote {
  margin: 39px 0 0 0;
  padding: 0 0 0 142px;
  font-style: italic;
  position: relative;
  letter-spacing: -0.02em;
  min-height: 80px;
}
.tt-post .post-content blockquote:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 86px;
  top: -2px;
  background: #fdc400;
}
.tt-post .post-content blockquote:after {
  content: "\e917";
  font-family: "driving";
  font-size: 36px;
  line-height: 1.1;
  position: absolute;
  left: 63px;
  top: 13px;
  color: #fdc400;
  font-style: normal;
  border: 5px solid #fff;
  z-index: 7;
  background-color: #fff;
}
@media (max-width: 550px) {
  .tt-post .post-content blockquote {
    padding-left: 64px;
  }
  .tt-post .post-content blockquote:after {
    left: 0px;
  }
  .tt-post .post-content blockquote:before {
    left: 23px;
  }
}
.tt-post .post-read-more {
  margin-top: 34px;
}
.tt-post .post-read-more .btn {
  padding-right: 34px;
  padding-left: 34px;
}
.tt-post .post-read-more .post-link {
  font-size: 32px;
  line-height: 1.1;
  color: #fdc400;
}
.tt-post.single p {
  margin-top: 32px;
}
@media (max-width: 550px) {
  .tt-post.single p {
    margin-top: 25px;
  }
}
.tag-cat-list {
  margin-top: 45px;
  display: inline-block;
  width: 100%;
}
/*---------------------------------------*/
/*----------- tt-comments -------------*/
/*---------------------------------------*/
.tt-comments-block {
  margin-top: 62px;
  padding-top: 57px;
  border-top: 1px solid #e9e9e9;
}
.tt-comments-block .tt-title {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.005em;
  padding-bottom: 17px;
}
.tt-comments-block .comment {
  margin: 24px 0;
  list-style: none;
}
.tt-comments-block .comment .userpic {
  width: 80px;
  float: left;
  font-size: 50px;
  line-height: 50px;
  color: #b3b3b3;
  margin-left: 2px;
}
.tt-comments-block .comment .userpic img {
  width: 50px;
  height: auto;
}
.tt-comments-block .comment .text {
  overflow: hidden;
  padding-top: 9px;
}
.tt-comments-block .comment .text p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.6;
  color: #393939;
}
.tt-comments-block .comment .text .meta {
  font-size: 14px;
}
.tt-comments-block .comment .text .meta .icon {
  padding-right: 5px;
}
.logged-in-as a,
.tt-comments-block .comment .comment-reply-link,
.tt-comments-block .comment .text .meta a {
  text-decoration: none;
}
.tt-comments-block .comment .text .meta p {
  font-size: 15px;
  line-height: 1.1;
}
.tt-comments-block .comment .text .meta .date time {
  color: #b4b4b4;
}
.tt-comments-block .comment .text .meta-author {
  padding-right: 50px;
  font-size: 15px;
  font-weight: 600;
}
.tt-comments-block .comment .text .meta-date {
  color: #b4b4b4;
  font-size: 15px;
}
.tt-comments-block .comment.replay {
  margin-left: 40px;
}
@media (max-width: 600px) {
  .tt-comments-block .comment .userpic {
    float: inherit;
  }
  .tt-comments-block .comment.replay {
    margin-left: 40px;
  }
  .tt-comments-block .comment .meta .meta-author {
    width: 100%;
    padding: 0;
    display: block;
  }
  .tt-comments-block .comment .text p {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .tt-comments-block {
    margin-top: 35px;
    padding-top: 35px;
  }
}
/*---------------------------------------*/
/*---------- tt-comments-form -----------*/
/*---------------------------------------*/
.tt-comments-form {
  margin-top: 86px;
}
.tt-comments-form .tt-title {
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.005em;
  padding-bottom: 39px;
}
@media (max-width: 550px) {
  .tt-comments-form {
    margin-top: 69px;
  }
}
/*---------------------------------------*/
/*---------- tt-masonry-post ------------*/
/*---------------------------------------*/
.blog-masonry {
  overflow: hidden;
}
.blog-masonry .tt-post {
  margin: 0;
  border: 1px solid #e9e9e9;
  background-color: #fff;
  padding-bottom: 20px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#blog-masonry .post-author {
  display: none;
}
.blog-masonry .tt-post .post-image {
  overflow: hidden;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.blog-masonry .tt-post .post-image .post-img-link {
  font-size: 18px;
}
@media (max-width: 1220px) {
  .blog-masonry .tt-post .post-image .post-img-link {
    font-size: 15px;
  }
}
@media (max-width: 700px) {
  .blog-masonry .tt-post .post-image .post-img-link {
    font-size: 18px;
  }
}
.blog-masonry .tt-post .post-meta,
.blog-masonry .tt-post .post-title,
.blog-masonry .tt-post .post-content,
.blog-masonry .tt-post .post-read-more {
  margin-left: 24px;
  margin-right: 15px;
}
.blog-masonry .tt-post .post-title {
  font-size: 22px;
}
.blog-masonry .tt-post .post-content {
  font-size: 16px;
}
.blog-masonry .tt-post .tt-post {
  border: none;
}
.blog-masonry .tt-post .tt-post h2.post-title {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 550px) {
  .blog-masonry .tt-post .post-content {
    margin-top: 19px;
  }
}
@media (max-width: 450px) {
  .blog-masonry .tt-post .reviews {
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }
}
/*-----  5. Custom Animation      --------*/
/*******************************************************************
* Css animate style
*******************************************************************/
.boxHidded {
  visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/*
==============================================
fadeInLeft
==============================================
*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
/*
==============================================
fadeInRight
==============================================
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
  -webkit-animation-name: fadeInRight;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
/*
==============================================
slideInLeft
==============================================
*/
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
/*
==============================================
slideInRight
==============================================
*/
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
/*
==============================================
fadeInUp
==============================================
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
/*
==============================================
fadeInDown
==============================================
*/
.fadeInDown {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*
==============================================
zoomIn
==============================================
*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
  -webkit-animation-name: zoomIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
/*
==============================================
zoomInLeft
==============================================
*/
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
/*
==============================================
zoomInRight
==============================================
*/
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
/*
==============================================
fadeIn
==============================================
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/*
==============================================
slideInUp
==============================================
*/
@keyframes slideInUp {
  from {
    transform: translate3d(0, 44%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
/*******************************************************************
* // End Css animate style
*******************************************************************/
@-webkit-keyframes tremor {
  0%,
  25% {
    left: -1px;
    top: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%,
  100% {
    left: 1px;
    top: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-moz-keyframes tremor {
  0%,
  25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%,
  100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-ms-keyframes tremor {
  0%,
  25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%,
  100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@-o-keyframes tremor {
  0%,
  25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%,
  100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
@keyframes tremor {
  0%,
  25% {
    left: -1px;
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  50%,
  100% {
    left: 1px;
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
  }
}
/*----------------------------------------*/
/*----   6. Vendor overlay styles  ------*/
/*----------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slide {
  outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("images/ajax-loader.gif") center center no-repeat;
}
/*---------------------------------------*/
/*--------    slick-arrow-01     --------*/
/*---------------------------------------*/
.slick-arrow-01 .slick-prev,
.slick-arrow-01 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: 33px;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  z-index: 7;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-arrow-01 .slick-prev:hover,
.slick-arrow-01 .slick-prev:focus,
.slick-arrow-01 .slick-next:hover,
.slick-arrow-01 .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-arrow-01 .slick-prev:hover:before,
.slick-arrow-01 .slick-prev:focus:before,
.slick-arrow-01 .slick-next:hover:before,
.slick-arrow-01 .slick-next:focus:before {
  opacity: 1;
}
.slick-arrow-01 .slick-prev.slick-disabled:before,
.slick-arrow-01 .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-arrow-01 .slick-prev:before,
.slick-arrow-01 .slick-next:before {
  font-family: "driving";
  font-size: 40px;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  opacity: 0.75;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-arrow-01 .slick-prev:hover:before,
.slick-arrow-01 .slick-next:hover:before {
  color: #fdc400;
}
.slick-arrow-01 .slick-next {
  left: 40px;
}
.slick-arrow-01 .slick-next:before {
  content: "\e90d";
}
.slick-arrow-01 .slick-prev {
  right: 40px;
}
.slick-arrow-01 .slick-prev:before {
  content: "\e90c";
}
.slick-arrow-01 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-arrow-01 .slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-arrow-01 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 31px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.slick-arrow-01 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  margin-top: 14px;
  display: block;
  width: 100%;
  height: 3px;
  background: #4d4d4d;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.slick-arrow-01 .slick-dots li:hover button,
.slick-arrow-01 .slick-dots li.slick-active button {
  background: #fdc400;
}
@media (max-width: 768px) {
  .slick-arrow-01 .slick-dots li {
    width: 26px;
    height: 3px;
  }
}
@media (max-width: 550px) {
  .slick-arrow-01 .slick-dots {
    bottom: -11px;
  }
}
.slick-arrow-01.white-dots.slick-arrow-01 .slick-dots li:not(:hover) button {
  background: #fff;
}
.slick-arrow-01.white-dots.slick-arrow-01 .slick-dots li.slick-active button {
  background: #fdc400;
}
/*---------------------------------------*/
/*--------    slick-arrow-02     --------*/
/*---------------------------------------*/
.slick-arrow-02 .slick-prev,
.slick-arrow-02 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: 33px;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  z-index: 7;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media (max-width: 1316px) {
  .slick-arrow-02 .slick-arrow {
    display: none !important;
  }
}
.slick-arrow-02 .slick-prev:hover,
.slick-arrow-02 .slick-prev:focus,
.slick-arrow-02 .slick-next:hover,
.slick-arrow-02 .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-arrow-02 .slick-prev:hover:before,
.slick-arrow-02 .slick-prev:focus:before,
.slick-arrow-02 .slick-next:hover:before,
.slick-arrow-02 .slick-next:focus:before {
  opacity: 1;
}
.slick-arrow-02 .slick-prev.slick-disabled:before,
.slick-arrow-02 .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-arrow-02 .slick-prev:before,
.slick-arrow-02 .slick-next:before {
  font-family: "driving";
  font-size: 40px;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  opacity: 0.75;
  color: #393939;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-arrow-02 .slick-prev:hover:before,
.slick-arrow-02 .slick-next:hover:before {
  color: #fdc400;
}
.slick-arrow-02 .slick-next {
  right: -40px;
}
.slick-arrow-02 .slick-next:before {
  content: "\e90c";
}
.slick-arrow-02 .slick-prev {
  left: -60px;
}
.slick-arrow-02 .slick-prev:before {
  content: "\e90d";
}
.slick-arrow-02 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-arrow-02 .slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-arrow-02 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 31px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.slick-arrow-02 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  margin-top: 14px;
  display: block;
  width: 100%;
  height: 3px;
  background: #4d4d4d;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.slick-arrow-02 .slick-dots li:hover button,
.slick-arrow-02 .slick-dots li.slick-active button {
  background: #fdc400;
}
@media (max-width: 768px) {
  .slick-arrow-02 .slick-dots li {
    width: 26px;
    height: 3px;
  }
}
@media (max-width: 550px) {
  .slick-arrow-02 .slick-dots {
    bottom: -40px;
  }
  .slick-arrow-02 .slick-dots li {
    margin: 0 5px;
  }
}
.slick-arrow-02.white-dots.slick-arrow-01 .slick-dots li:not(:hover) button {
  background: #fff;
}
.slick-arrow-02.white-dots.slick-arrow-01 .slick-dots li.slick-active button {
  background: #fdc400;
}
/*---------------------------------------*/
/*--------    slick-arrow-03     --------*/
/*---------------------------------------*/
.slick-arrow-03 {
  /* Dots */
}
.slick-arrow-03 .slick-prev,
.slick-arrow-03 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  z-index: 7;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-arrow-03 .slick-prev:hover,
.slick-arrow-03 .slick-prev:focus,
.slick-arrow-03 .slick-next:hover,
.slick-arrow-03 .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-arrow-03 .slick-prev:hover:before,
.slick-arrow-03 .slick-prev:focus:before,
.slick-arrow-03 .slick-next:hover:before,
.slick-arrow-03 .slick-next:focus:before {
  opacity: 1;
}
.slick-arrow-03 .slick-prev.slick-disabled:before,
.slick-arrow-03 .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-arrow-03 .slick-prev:before,
.slick-arrow-03 .slick-next:before {
  font-family: "driving";
  font-size: 40px;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-arrow-03 .slick-prev:hover:before,
.slick-arrow-03 .slick-next:hover:before {
  color: #fdc400;
}
.slick-arrow-03 .slick-next {
  left: 17px;
}
.slick-arrow-03 .slick-next:before {
  content: "\e90d";
}
.slick-arrow-03 .slick-prev {
  right: 17px;
}
.slick-arrow-03 .slick-prev:before {
  content: "\e90c";
}
.slick-arrow-03 .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-arrow-03 .slick-dots {
  position: absolute;
  bottom: 27px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-arrow-03 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 31px;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.slick-arrow-03 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  margin-top: 14px;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.slick-arrow-03 .slick-dots li:hover button,
.slick-arrow-03 .slick-dots li.slick-active button {
  background: #fdc400;
}
.slick-arrow-03.white-dots.slick-arrow-01 .slick-dots li:not(:hover) button {
  background: #fff;
}
.slick-arrow-03.white-dots.slick-arrow-01 .slick-dots li.slick-active button {
  background: #fdc400;
}
.countdown_box {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 5;
  display: inline-block;
  margin-top: 27px;
}
.countdown_box .countdown_inner {
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.countdown_box .countdown-section {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 0 0px;
  line-height: 13px;
  font-size: 14px;
  white-space: nowrap;
  width: 77px;
  height: 101px;
  background: url("images/countdown-bg.png") left bottom no-repeat;
}
.countdown_box .countdown-period {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 11px;
  line-height: 1.1;
  color: #1b1b1b;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.countdown_box .countdown-amount {
  line-height: 20px;
  font-weight: bold;
  font-size: 51px;
  line-height: 1;
  display: block;
  margin-top: 29px;
  font-family: Helvetica, Arial, "Helvetica Neue", sans-serif;
}
/* blog-masonry */
.blog-masonry {
  list-style: none;
  margin: 0px auto;
  padding: 0;
}
.blog-masonry.grid-col-2 > li {
  display: block;
  float: left;
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 700px) {
  .blog-masonry.grid-col-2 > li {
    width: 100%;
  }
}
.blog-masonry.grid-col-3 > li {
  display: block;
  float: left;
  padding: 0 15px;
  width: 33.333%;
  margin-bottom: 30px;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .blog-masonry.grid-col-3 > li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .blog-masonry.grid-col-3 > li {
    width: 100%;
  }
}
.blog-masonry > li.shown,
.no-js .blog-masonry > li,
.no-cssanimations .blog-masonry > li {
  opacity: 1;
}
.blog-masonry > li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}
/* Effect 2: Move Up */
.blog-masonry.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Effect 3: Scale up */
.blog-masonry.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/*---------------------------------------*/
/*--------        modal          --------*/
/*---------------------------------------*/
.modal {
  text-align: center;
  padding: 0 !important;
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 27;
  -webkit-overflow-scrolling: touch;
  outline: none;
}
@media screen and (min-width: 320px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.modal .modal-sm {
  width: 91%;
  max-width: 552px;
}
@media (max-width: 600px) {
  .modal .modal-sm {
    max-width: 316px;
  }
}
.modal .modal-lg {
  width: 91%;
  max-width: 1042px;
}
@media (max-width: 600px) {
  .modal .modal-lg {
    max-width: 316px;
  }
}
.modal .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  z-index: 5;
}
.modal .modal-header .close {
  top: 13px;
  right: 12px;
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
  color: #393939;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.modal .modal-header .close:hover {
  color: #fdc400;
}
.modal .modal-content {
  border: none;
  background-color: #ffffff;
  border-top: 6px solid #fdc400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal .modal-body.layout-01 {
  padding: 25px 40px 40px;
}
.modal .modal-body.layout-01 .tt-title:not(.tt-title-border) {
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  margin: 0;
  padding: 11px 5px 16px 5px;
  color: #393939;
}
.modal .modal-body.layout-01 .col-half {
  width: 50%;
  min-width: 239px;
}
@media (max-width: 400px) {
  .modal .modal-body.layout-01 {
    padding: 25px 25px 30px;
  }
  .modal .modal-body.layout-01 .tt-title {
    font-size: 24px;
    padding-bottom: 13px;
  }
  .modal .modal-body.layout-01 .tt-title:not(.tt-title-border) {
    font-size: 24px;
  }
}
.modal .modal-body.layout-02 {
  padding: 52px 49px 40px;
}
.modal .modal-body.layout-02 .tt-title:not(.tt-title-border) {
  font-size: 38px;
  line-height: 1.1;
  text-align: center;
  margin: 0;
  padding: 11px 5px 42px 5px;
}
.modal .modal-body.layout-02 .tt-title-border {
  border-bottom: 1px solid #e9e9e9;
  font-size: 18px;
  line-height: 1.1;
  padding-bottom: 14px;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.modal .modal-body.layout-02 .col-half {
  width: 50%;
  min-width: 239px;
}
.modal .modal-body.layout-02 form {
  margin: 45px 130px;
  display: inline-block;
}
.modal .modal-body.layout-02 form:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .modal .modal-body.layout-02 form {
    margin: 45px 0px;
  }
}
@media (max-width: 610px) {
  .modal .modal-body.layout-02 form {
    margin: 45px 0px;
  }
}
@media (max-width: 601px) {
  .modal .modal-body.layout-02 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modal .modal-body.layout-02 .tt-title:not(.tt-title-border) {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .modal .modal-body.layout-02 form {
    margin: 25px -6px;
  }
}
@media (max-width: 400px) {
  .modal .modal-body.layout-02 {
    padding-top: 42px;
    padding-bottom: 30px;
  }
  .modal .modal-body.layout-02 .tt-title:not(.tt-title-border) {
    font-size: 24px;
  }
}
.modal .modal-body.layout-02 .form-row-01 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal .modal-body.layout-02 .form-row-01 .col {
  margin-right: 11px;
}
@media (max-width: 601px) {
  .modal .modal-body.layout-02 .form-row-01 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left;
  }
  .modal .modal-body.layout-02 .form-row-01 .col {
    margin-right: 0;
    width: 100%;
  }
  .modal .modal-body.layout-02 .form-row-01 .col:not(:first-child) {
    margin-top: 8px;
  }
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.modal-backdrop.in,
.modal-backdrop.show {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.instagram-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  width: calc(100% + 10px);
  max-width: 440px;
  display: inline-block;
  overflow: hidden;
}
.instagram-grid a {
  float: left;
  width: calc(33.33333% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
}
.instagram-grid a > img {
  width: 100%;
}
.instagram-grid a:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: -1px;
  right: 0;
  background: #ffc219;
  background-size: 100% 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.2s;
  opacity: 0;
}
.instagram-grid a:after {
  content: "\e911";
  font-family: "driving";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  opacity: 0;
  transition: 0.2s;
  transform: translate(-50%, -50%);
}
.instagram-grid a:hover:before {
  opacity: 0.7;
}
.instagram-grid a:hover:after {
  opacity: 1;
}
.social-wrap {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .social-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .social-wrap {
    max-width: 290px;
  }
}
iframe.iframe-facebook {
  width: 341px;
  height: 370px;
  margin: 0 auto;
  border: 0;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 400px) {
  iframe.iframe-facebook {
    width: 290px;
  }
}
@media (max-width: 330px) {
  iframe.iframe-facebook {
    width: 270px;
  }
}
@font-face {
  font-family: "driving";
  src: url("fonts/icomoon/fonts/driving.eot?ha03s6");
  src: url("fonts/icomoon/fonts/driving.eot?ha03s6#iefix")
      format("embedded-opentype"),
    url("fonts/icomoon/fonts/driving.ttf?ha03s6") format("truetype"),
    url("fonts/icomoon/fonts/driving.woff?ha03s6") format("woff"),
    url("fonts/icomoon/fonts/driving.svg?ha03s6#driving") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "driving" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-id-card:before {
  content: "\e924";
}
.icon-balloons:before {
  content: "\e925";
}
.icon-protection-shield-with-a-check-mark:before {
  content: "\e900";
}
.icon-black-and-white-credit-cards:before {
  content: "\e901";
}
.icon-car-steering-wheel:before {
  content: "\e902";
}
.icon-money:before {
  content: "\e903";
}
.icon-people-1:before {
  content: "\e904";
}
.icon-clock:before {
  content: "\e905";
}
.icon-star-black-fivepointed-shape:before {
  content: "\e906";
}
.icon-smile:before {
  content: "\e907";
}
.icon-checked:before {
  content: "\e908";
}
.icon-profile:before {
  content: "\e909";
}
.icon-cancel:before {
  content: "\e90a";
}
.icon-down-arrow:before {
  content: "\e90b";
}
.icon-right-arrow:before {
  content: "\e90c";
}
.icon-left-arrow:before {
  content: "\e90d";
}
.icon-social-media:before {
  content: "\e90e";
}
.icon-twitter-logo-silhouette:before {
  content: "\e90f";
}
.icon-facebook-logo:before {
  content: "\e910";
}
.icon-instagram-social:before {
  content: "\e911";
}
.icon-phone-call:before {
  content: "\e912";
}
.icon-interface:before {
  content: "\e913";
}
.icon-arrows:before {
  content: "\e914";
}
.icon-people:before {
  content: "\e915";
}
.icon-heart:before {
  content: "\e916";
}
.icon-quote-1:before {
  content: "\e917";
}
.icon-quote:before {
  content: "\e918";
}
.icon-placeholder-for-map:before {
  content: "\e919";
}
.icon-school:before {
  content: "\e91a";
}
.icon-arrow-down-sign-to-navigate:before {
  content: "\e91b";
}
.icon-right-arrow-1:before,
.icon-right-arrow:before {
  content: "\e91c";
}
.icon-menu-three-horizontal-lines-symbol:before {
  content: "\e91d";
}
.icon-motorcyclist:before {
  content: "\e91e";
}
.icon-car:before {
  content: "\e91f";
}
.icon-delivery-truck:before {
  content: "\e920";
}
.icon-truck:before {
  content: "\e921";
}
.icon-coach-side-view:before {
  content: "\e922";
}
.icon-play-button:before {
  content: "\e923";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-play3:before {
  content: "\ea1c";
}
.icon-pause2:before {
  content: "\ea1d";
}
body:not(.touch-device) .vc_row.vc_row-fluid.bg-fixed {
  background-attachment: fixed !important;
  background-position: center bottom !important;
  /* used in "Our Customers Say" in home page */
  -webkit-backface-visibility: hidden;
}
body .home-our-customer-say {
  margin-top: 130px;
  background-position: center bottom !important;
  background-size: cover !important;
}
body .home-our-customer-say .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
body .home-our-customer-say .vc_row.description {
  margin-top: 104px;
}
@media (max-width: 991px) {
  body .home-our-customer-say {
    margin-top: 44px;
  }
  body .home-our-customer-say .vc_row.description {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #tt-header .tt-menu-stuck-row.stuck-is ul#menu-primary {
    display: inline-block;
  }
}
.in-full-column .vc_column-inner {
  padding: 0;
}
.mov-right1-section.vc_row {
  margin-left: -14px;
  margin-right: -16px;
}
.home-program {
  margin-top: 128px;
  margin-bottom: 190px;
  padding-bottom: 2px;
}
@media (max-width: 991px) {
  .home-program {
    margin-top: 44px;
    margin-bottom: 100px;
  }
}
p:empty {
  display: none;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 0;
}
body .tt-accordion-box .item .tt-content p,
body .vc_toggle_content p {
  margin-top: 0px;
}
body .remove-p p {
  margin: 0;
}
.slick-full-slide .slick-slider .slick-track .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
ul.list-inline {
  list-style: none;
  padding-left: 0;
}
span.wpcf7-form-control-wrap.radios input[type="radio"] {
  width: 22px;
  height: 22px;
  margin-top: 0;
  vertical-align: middle;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.bypostauthor {
  display: block;
}
.gallery-caption {
  display: block;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
#wpcf7-f24-p21-o1 textarea {
  height: 207px;
  margin-bottom: 7px;
}
body.blog.wpb-js-composer .tt-post:first-child {
  margin-top: 0px;
}
.about-page-our-team,
.about-page-how-it-work,
.home-lesson-pkg {
  margin-top: 129px;
}
.home-timer-banner {
  margin-top: 129px;
}
.about-page-social-section {
  margin-top: 129px;
  margin-bottom: -140px;
}
.about-page-our-advantage {
  margin-top: 130px;
  padding-top: 89px;
  padding-bottom: 67px;
}
.about-page-our-advantage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(66, 66, 66, 0.55);
  display: block;
}
.about-page-promo4 {
  margin-top: 129px;
  margin-bottom: 80px;
}
.pogram-page-box-parallex {
  margin-top: 137px;
}
body .box-parallax-counter.vc_row.about-page-our-advantage {
  background-position: center top !important;
  background-size: cover !important;
}
.program-page-our-program {
  margin-top: -1px;
  margin-bottom: 201px;
}
.home-latest-news-title,
.program-details-page-overview {
  margin-top: 129px;
}
.program-page-tabs {
  margin-top: 140px;
}
@media (max-width: 1219px) {
  .program-page-tabs .vc_col-md-12 {
    width: 100%;
  }
}
.contact-page-row .contact-get-in-touch {
  margin-bottom: 28px;
}
.contact-page-row {
  margin-bottom: 140px;
}
.page-template-contact
  .wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-form-control {
  padding: 17px 18px 17px 18px;
}
.page-template-contact #tt-footer {
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .about-page-promo4 {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .contact-page-row {
    margin-bottom: 60px;
  }
  .program-page-tabs {
    margin-top: 80px;
  }
  .pogram-page-box-parallex {
    margin-top: 40px;
  }
  .about-page-our-team,
  .about-page-how-it-work,
  .home-lesson-pkg {
    margin-top: 48px;
    padding-bottom: 27px;
  }
  .home-latest-news-title {
    margin-top: 55px;
  }
  .home-timer-banner {
    margin-top: 189px;
  }
  .program-page-our-program {
    margin-bottom: 130px;
  }
  .about-page-social-section {
    margin-top: 48px;
    margin-bottom: -92px;
  }
  .program-details-page-overview {
    margin-top: 44px;
  }
  .tt-post:first-child {
    margin-top: 0px;
  }
  .about-page-our-advantage {
    margin-top: 48px;
    padding-top: 45px;
    padding-bottom: 17px;
    margin-bottom: 27px;
  }
  .program-overview .wpb_wrapper {
    text-align: center;
    margin-bottom: 50px;
  }
  .program-details-page-overview .program-overview .wpb_wrapper {
    margin-bottom: 0px;
  }
  .box-info-icon .item {
    display: block;
    text-align: center;
  }
  .program-details-page-overview .program-overview {
    margin-bottom: 70px;
  }
}
@media (max-width: 769px) {
  .home-timer-banner {
    margin-top: 170px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-timer-banner .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  body .home-our-customer-say .vc_row.description {
    margin-top: 65px;
  }
  body .home-our-customer-say {
    margin-top: 70px;
    margin-bottom: 27px;
  }
  .contact-get-in-touch {
    margin-top: 74px;
  }
  .home-timer-banner {
    margin-top: 100px;
  }
  #tt-footer .col-list .extra-indent {
    margin-top: 40px;
  }
  #tt-footer .col-list {
    margin-top: 0px;
  }
  .home-lesson-pkg .wpb_text_column.wpb_content_element,
  .home-lesson-pkg .tt-title-lg {
    padding-left: 15px;
    padding-right: 15px;
  }
  .program-overview .wpb_wrapper {
    margin-bottom: 0px;
  }
  .form-question {
    max-width: 250px;
  }
}
@media (max-width: 550px) {
  .about-page-how-it-work {
    margin-top: 48px;
    padding-top: 27px;
  }
}
@media (max-width: 479px) {
  .program-details-page-overview .wpb_widgetised_column.wpb_content_element {
    margin-bottom: 0;
  }
}
.rsswidget {
  display: block;
}
.rss-date {
  display: block;
  margin-bottom: 10px;
}
.rssSummary {
  line-height: 1.5;
}
.single .tt-post:first-child .post-meta {
  margin-top: 5px;
}
.single .tt-post:first-child .post-image img {
  margin-bottom: 25px;
}
@media (max-width: 1577px) {
  .google-map {
    width: 24%;
  }
}
@media (max-width: 900px) {
  .google-map {
    height: 380px !important;
    width: 100%;
    position: relative !important;
  }
}
@media (max-width: 1025px) {
  .tt-tabs .tt-tabs__body > div {
    margin-bottom: 2px;
  }
  .tt-tabs .tt-tabs__content {
    font-size: 14px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  }
}
.btn.inverse:hover {
  background: #4d4d4d !important;
  color: #ffffff;
}
.slide-content .btn {
  margin-left: 4.5%;
}
@media (min-width: 1200px) {
  .slide-content .btn {
    margin-left: 8.5%;
  }
}
.menu-item-depth-1 i.icon-down-arrow {
  display: none;
}
/* 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 {
  background: none;
  padding: 0px;
  border: none;
  line-height: 1.8;
  font-family: monospace;
  font-size: 15px;
  color: #333;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.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;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 24px;
  font-style: normal;
  line-height: 1.6;
}
.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: 13px;
  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: 142px;
}
figure.wp-block-pullquote.alignleft {
  padding: 0;
  text-align: left;
}
figure.wp-block-pullquote.alignleft blockquote {
  margin: 0;
}
figure.wp-block-pullquote.alignright {
  padding: 0;
  text-align: right;
}
figure.wp-block-pullquote.alignright blockquote {
  margin: 0;
}
.wp-block-paragraph.has-large-font-size {
  color: #fff;
}
.blocks-gallery-item img {
  margin-bottom: 0 !important;
}
.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;
}
.wp-block-separator {
  border: none;
  border-bottom: 1px solid #8f98a1;
  margin: 1.65em auto;
  max-width: 100% !important;
}
/* Additional CSS */
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:after {
  content: "\e90c";
  font-family: "driving";
  font-size: 8px;
  padding: 0px 20px;
}
.breadcrumb > span > span > a {
  margin-left: 0px !important;
}
.wp-calendar-nav
{
	border:2px solid rgb(0,0,0,0.02);
  margin-left:2px;
  display: flex;
	justify-content: space-between;
}
.wp-calendar-nav a
{
	padding:2px 20px;
}
.input-wrapper
{
	margin-bottom:20px;
}
.pagination .current:hover
{
	color:white!important;
}
.menu-item-has-children .current-menu-item a
{
	color:white!important;
}
@media only screen and (max-width: 1025px)
{
.tt-tabs .tt-tabs__body > div:hover > span {
    color: white!important;
}
}
.slick-slide {
  height: inherit !important;
}