/*!
Theme Name: Yuko IT
Theme URI: http://acodez.in
Author: Acodez IT Solutions
Author URI: http://acodez.in
Description: Hey, checking if this is a pre-built theme? Nope! It is a custom template built by the awesome crew at Acodez, India
Version: 1.0.0
Text Domain: acodez-themes
*/
/****Font Colors***/
/****Font Colors***/
/****Default Colors***/
/****Default Colors***/
/****Background Colors***/
/****Background Colors***/
/****Site Fonts***/
/****SiteFonts***/
/****Button Styles***/
/****Button Styles***/
/**********************************/
@font-face {
  font-family: 'dk_lemon_sunregular';
  src: url("fonts/dk_lemon_yellow_sun-webfont.woff2") format("woff2"), url("fonts/dk_lemon_yellow_sun-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

li {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px; }

/* HTML5 dafault  */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, button, input, select, textarea {
  color: #111111; }

body {
  margin: 0;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  background: #FFF;
  /* Fallback for when there is no custom background color defined. */ }

::-moz-selection {
  background: #006be4;
  color: #FFF;
  text-shadow: none; }

::selection {
  background: #006be4;
  color: #FFF;
  text-shadow: none; }

a {
  color: #4ec2e4;
  outline: none;
  text-decoration: none; }
  a:visited {
    /* color: rgba($link_color, 0.8); */
    text-decoration: underline; }
  a:hover {
    color: rgba(0, 107, 228, 0.8); }
  a:hover, a:active {
    outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote, q {
  quotes: "" "";
  margin: 1em 40px;
  background: #f2f2f2;
  border-left: 10px solid #2b060c;
  -webkit-box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3);
  padding: 1em; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background-color: #222222; }

ins {
  background: none;
  color: #4ec2e4;
  text-decoration: underline; }

del {
  background: none;
  color: #df1e3f;
  text-decoration: line-through; }

mark {
  background: #FF0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

small {
  font-size: 85%; }

big {
  font-size: 125%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.14);
  padding: 3px; }
  input:focus, select:focus, textarea:focus {
    color: rgba(17, 17, 17, 0.8); }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #03a9f4;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    opacity: 0.8; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: rgba(3, 169, 244, 0.5);
    opacity: 0.8; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%; }

input:invalid, textarea:invalid {
  background-color: rgba(223, 30, 63, 0.3); }

embed,
iframe,
object {
  max-width: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  background: #f9f9f9; }

td {
  vertical-align: top; }

th {
  background: #e0f0f7; }

th, td {
  padding: 0.5em;
  border: 1px solid lightgray; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

ul, ol {
  margin: 0 0 1em 1.2em;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0.5em;
  padding-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Lato", sans-serif; }

p {
  font-size: 16px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 15px;
  color: #555555; }

h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  text-rendering: optimizeLegibility; }

h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #111111;
  font-family: "Lato", sans-serif;
  font-size: 3.000em;
  font-weight: 700;
  font-style: normal;
  line-height: 48px;
  text-rendering: optimizeLegibility; }

h3 {
  margin: 0;
  margin-bottom: 40px;
  color: #111111;
  font-family: "Lato", sans-serif;
  font-size: 2.250em;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  text-rendering: optimizeSpeed; }

h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #222222;
  font-family: "Lato", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed; }

.container {
  width: 100%;
  padding: 0 10px;
  max-width: 1060px;
  margin: 0 auto; }

.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 10px; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto; }

.row {
  margin-left: -10px;
  margin-right: -10px; }

.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: 10px;
  padding-right: 10px; }

.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 {
  float: left; }

.col-xs-12 {
  float: left;
  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%; }

/* @include bp (min-width, 600px) {  */
@media only screen and (min-width: 600px) {
  .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 {
    float: left; }
  .col-sm-12 {
    float: left;
    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: 768px) { */
@media only screen and (min-width: 767px) {
  .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 {
    float: left; }
  .col-md-12 {
    float: left;
    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: 992px) { */
@media only screen and (min-width: 992px) {
  .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 {
    float: left; }
  .col-lg-12 {
    float: left;
    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%; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.container:before, .container:after {
  content: " ";
  display: table; }

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table; }

.row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row: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; }

/* Modules */
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #484e5a;
  opacity: 1;
  margin: 0 6px; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #e78231; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ==========================================================================
   blog styles
   ========================================================================== */
.post-list {
  margin: 0 0 20px 0; }

.post-list .post-date {
  color: #959595;
  font-size: 16px;
  padding-bottom: 0.8em;
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .post-list {
    padding-left: 0px; }
  .post-list .post-date {
    display: none; } }

.post-list img {
  margin: 0.4em 0; }

span.post-name {
  color: #959595;
  font-size: 16px;
  padding-bottom: 0.8em;
  display: inline-block; }

a.more {
  margin: 0.5em 0;
  display: inline-block; }

/*****Index******/
/*****Sidebar******/
.pagewidget {
  margin-bottom: 2em; }

.pagewidget select {
  width: 100%; }

.pagewidget input.search-field, .pagewidget input[type="text"], .pagewidget input[type="phone"], .pagewidget input[type="number"], .pagewidget input[type="email"] {
  width: 100%;
  margin: 0 auto; }

/*****Sidebar******/
/*****pagination******/
.posts-navigation {
  width: 100%; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

/* =========================  
` commentlist  
============================= */
article.comment {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px; }
  article.comment .vcard img {
    max-width: 50px;
    position: absolute;
    top: 0;
    left: 0; }

.commentlist {
  list-style: none; }
  .commentlist .children {
    list-style: none; }

/* =========================  
 comment form
============================= */
.comment-respond {
  padding-top: 50px;
  margin-bottom: 30px; }
  .comment-respond p {
    position: relative; }
  .comment-respond label.error {
    left: 0;
    right: auto;
    top: -18px;
    font-size: 13px; }
  .comment-respond h3 {
    color: #41484b; }
  .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    height: auto; }
    .comment-respond .comment-form-author input, .comment-respond .comment-form-email input, .comment-respond .comment-form-url input {
      width: 100%;
      height: 59px;
      border: 2px solid #c6c6c6;
      padding: 20px;
      outline: none;
      font-size: 14px;
      font-weight: 400; }
  .comment-respond .comment-form-comment {
    float: left;
    width: 100%;
    height: auto; }
    .comment-respond .comment-form-comment textarea {
      width: 100%;
      height: 200px;
      outline: none;
      resize: none;
      padding: 20px;
      font-size: 14px;
      border: 2px solid #c6c6c6;
      font-family: "Open Sans", sans-serif;
      letter-spacing: -1px; }
  .comment-respond ::-webkit-input-placeholder {
    color: #636363;
    font-size: 14px; }
  .comment-respond ::-moz-placeholder {
    color: #636363;
    font-size: 14px; }
  .comment-respond :-ms-input-placeholder {
    color: #636363;
    font-size: 14px; }
  .comment-respond :-moz-placeholder {
    color: #636363;
    font-size: 14px; }
  .comment-respond .form-submit .submit {
    background: #e98332;
    border: 0px;
    outline: none;
    width: 200px;
    height: 48px;
    color: #fff;
    border-radius: 5px;
    text-shadow: none; }
    .comment-respond .form-submit .submit:hover {
      background: #079dd2; }
  .comment-respond .logged-in-as a {
    font-size: 16px;
    color: #079dd2;
    font-weight: 500;
    font-family: "Lato", sans-serif; }
    .comment-respond .logged-in-as a:hover {
      text-decoration: underline;
      color: #9a9a9a; }

.search-form {
  position: relative; }
  .search-form .search-field {
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    padding: 0 50px 0 10px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 49px;
    height: 49px; }
  .search-form .search-submit {
    font-size: 0;
    width: 43px;
    height: 49px;
    line-height: 43px;
    border: none;
    position: absolute;
    right: 10px;
    top: 0;
    text-align: center;
    background: none; }
  .search-form > label:before {
    position: absolute;
    right: 15px;
    top: 15px;
    content: "\e90c";
    font-family: 'icomoon';
    font-size: 25px; }

@media only screen and (min-width: 767px) {
  .comment-respond .comment-form-author, .comment-respond .comment-form-email, .comment-respond .comment-form-url {
    width: 33.3%;
    margin-bottom: 20px; }
  .comment-respond .comment-form-author {
    padding-right: 10px; }
  .comment-respond .comment-form-url {
    padding-left: 10px; }
  .comment-respond .comment-form-email {
    padding: 0px 10px; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?tjdkar");
  src: url("fonts/icomoon.eot?tjdkar#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?tjdkar") format("truetype"), url("fonts/icomoon.woff?tjdkar") format("woff"), url("fonts/icomoon.svg?tjdkar#icomoon") 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: 'icomoon' !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-pinterest:before {
  content: "\e90e"; }

.icon-pinterest2:before {
  content: "\e90f"; }

.icon-search:before {
  content: "\e90c"; }

.icon-search2:before {
  content: "\e90d"; }

.icon-arrow_forward:before {
  content: "\e909"; }

.icon-arrow-right:before {
  content: "\e90a"; }

.icon-arrow-left:before {
  content: "\e90b"; }

.icon-cancel:before {
  content: "\e905"; }

.icon-squared-cross:before {
  content: "\e906"; }

.icon-cross:before {
  content: "\e907"; }

.icon-minus:before {
  content: "\e900"; }

.icon-plus:before {
  content: "\e901"; }

.icon-bars:before {
  content: "\e904"; }

.icon-youtube:before {
  content: "\e902"; }

.icon-google-plus:before {
  content: "\e903"; }

.icon-user:before {
  content: "\e971"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-youtube2:before {
  content: "\ea9d"; }

.icon-linkedin2:before {
  content: "\eaca"; }

.icon-stumbleupon:before {
  content: "\eace"; }

.icon-home:before {
  content: "\e908"; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

.icon-arrow-down2:before {
  content: "\ea3e"; }

.icon-arrow-left2:before {
  content: "\ea40"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-left:before {
  content: "\ea44"; }

/**Wordpress Styling Starts here**/
/****Alignments*****/
.alignnone {
  margin: 0.4em 1.5em 1.5em 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

a img.alignright {
  float: right;
  margin: 0.4em 0 1.5em 1.5em; }

a img.alignnone {
  margin: 0.4em 1.5em 1.5em 0; }

a img.alignleft {
  float: left;
  margin: 0.4em 1.5em 1.5em 0; }

a img.aligncenter {
  display: block;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

/****Alignments*****/
/****Captions*****/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/****Captions*****/
/****Gallery*****/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 1%;
  padding: 1%;
  background: #0447ee;
  border: 1px solid #022271; }
  .gallery-columns-2 .gallery-item {
    max-width: 48%; }
  .gallery-columns-3 .gallery-item {
    max-width: 31.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 23%; }
  .gallery-columns-5 .gallery-item {
    max-width: 18%; }
  .gallery-columns-6 .gallery-item {
    max-width: 14.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 12.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 10.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 9.11%; }

.gallery-caption {
  display: block;
  font-style: italic;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 5px; }

/****Gallery*****/
/****Other Styles*****/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.screen-reader-text {
  position: absolute !important;
  left: -999em; }

/****Other Styles*****/
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 8px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background: #e1e1e1;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #e98332;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #e98332;
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: #e98332;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
ul.resp-tabs-list {
  margin: 0px;
  padding: 0px; }

.resp-tabs-list {
  display: inline-block;
  border-bottom: 3px solid #f4f4f4; }

.resp-tabs-list li {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  padding: 18px 0;
  margin: 0 20px;
  list-style: none;
  cursor: pointer; }

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none; }

.resp-tab-content {
  display: none;
  padding: 70px 0 0 0;
  text-align: left; }
  .resp-tab-content p {
    font-size: 16px;
    line-height: 24px; }

.resp-tab-active {
  margin-bottom: -3px !important;
  border-bottom: 2px #e98332 solid !important; }

.resp-tab-active {
  border-bottom: none;
  background-color: #fff; }

.resp-content-active, .resp-accordion-active {
  display: block; }

h2.resp-accordion {
  font-size: 17px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  border-top: 0px solid rgba(0, 0, 0, 0.14);
  margin: 0px;
  padding: 10px 15px;
  color: #ea842f;
  position: relative; }

h2.resp-tab-active {
  border-bottom: 0px solid rgba(0, 0, 0, 0.14) !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important; }

h2.resp-tab-title:last-child {
  border-bottom: 12px solid rgba(0, 0, 0, 0.14) !important;
  background: blue; }

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 36%; }

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none; }

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background: none;
  float: left;
  width: 64%;
  clear: none; }

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word; }

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1; }

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #ccc;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px; }

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff; }

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #e78432  !important;
  /* !important;*/
  color: #fff; }

.resp-easy-accordion h2.resp-accordion {
  display: block; }

.resp-easy-accordion .resp-tab-content {
  border: 1px solid rgba(0, 0, 0, 0.14); }

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  /* !important;*/ }

.resp-jfit {
  width: 100%;
  margin: 0px; }

.resp-tab-content-active {
  display: block; }

h2.resp-accordion:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  /* !important;*/ }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none; }
  h2.resp-accordion {
    display: block; }
  .resp-vtabs .resp-tab-content {
    border: 1px solid rgba(0, 0, 0, 0.14); }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none; }
  .resp-accordion-closed {
    display: none !important; }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.14) !important; }
  .resp-tab-content {
    padding: 30px 15px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-top: 0; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* ==========================================================================
   header styles
   ========================================================================== */
body {
  background: #000; }

.main-section {
  background: #fff; }

a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

header {
  line-height: normal;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  header .container {
    max-width: 100%;
    padding: 0 50px; }
  header .logo-2 {
    display: none; }
  header .logo-2 img{
    height: 50px;
  }

nav {
  float: right; }
  nav > ul > li {
    display: inline-block;
    margin-left: 20px; }
    nav > ul > li > a {
      font-size: 0.875em;
      color: #fff;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      padding: 10px 0;
      line-height: normal; }
      nav > ul > li > a:before {
        content: '';
        display: block;
        width: 0;
        left: 50%;
        height: 1px;
        background: #e98332;
        position: absolute;
        bottom: 2px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
      nav > ul > li > a:hover {
        color: #e98332; }
        nav > ul > li > a:hover:before {
          width: 100%;
          left: 0; }
  nav li {
    margin-bottom: 0; }

.main-navigation {
  padding-top: 10px; }

.fixedheader {
  /* line-height: 80px; top: -100px;  */
  padding: 15px 0;
  background: #fff; }
  .fixedheader nav li a {
    color: #111111; }
    .fixedheader nav li a:hover {
      color: #e98332; }
  .fixedheader .logo-2 {
    display: block; }
  .fixedheader .site-logo {
    display: none; }
  .fixedheader .navicon {
    color: #000; }
    .fixedheader .navicon:hover {
      color: #000; }

.scrollTop {
  top: 0;
  background: #fff;
  border-bottom: 1px solid #e8e8e8; }

.banner {
  position: relative; }
  .banner .lft-section {
    float: left;
    width: 50%;
    position: relative; }
    .banner .lft-section h2 {
      margin-bottom: 88px;
      font-size: 18px;
      line-height: 34px;
      font-weight: 400; }
  .banner .rht-section {
    float: left;
    width: 50%;
    position: relative; }
  .banner .caption {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 0 50px 0 100px; }
  .banner h2 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 40px; }
  .banner .btn-1 {
    position: static; }
  .banner img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    width: 100%; }
    .banner img:hover {
      opacity: .8; }
  .banner .item-img-1 {
    background: url(images/slid.png) no-repeat; }
  .banner .item-img-2 {
    background: url(images/silder-test-1.png) no-repeat; }
  .banner .item-img-3 {
    background: url(images/silder-test-3.png) no-repeat; }
  .banner .item {
    width: 100%;
    background-size: cover;
    height: 100vh; }
    .banner .item:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      top: 0;
      background-color: rgba(0, 0, 0, 0.32);
      width: 100%;
      height: 100%; }
  .banner .swiper-pagination {
    bottom: 15px; }
  .banner .item-text {
    padding: 0 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .banner .item-text p {
      color: #fff;
      margin-bottom: 35px;
      font-size: 25px; }

.btn-1 {
  display: inline-block;
  height: 41px;
  line-height: 41px;
  padding: 0 20px;
  border-radius: 25px;
  color: #fff;
  background: #006be4;
  font-size: 14px;
  min-width: 180px;
  text-align: center;
  font-weight: 700;
  outline: none; }

.orange-btn {
  background: #e98332; }

.common-space {
  width: 100%;
  padding: 90px 0; }

.home-sec-2 {
  background: url(images/bg-logo.jpg) no-repeat right -70px;
  overflow: hidden; }

.sec-01 p {
  font-size: 16px; }

.sec-01 ul {
  padding: 0; }
  .sec-01 ul li {
    list-style: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .sec-01 ul li > span {
      font-size: 14px;
      color: #999999;
      font-weight: 700;
      text-transform: uppercase; }
    .sec-01 ul li:hover {
      -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      transform: translateY(-5px); }
      .sec-01 ul li:hover h2 {
        color: #006be4;
        font-size: 3.6em;
        margin-left: -8px; }
      .sec-01 ul li:hover > span {
        color: #006be4; }
    .sec-01 ul li:nth-child(3) {
      text-align: center; }
  .sec-01 ul h2 {
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .sec-01 ul .center-txt {
    text-align: center; }

.sec-01 .btn-1 {
  margin-top: 40px; }

@media (min-width: 767px) {
  .sec-01 .rht {
    padding: 0;
    padding-top: 23px; } }

@media (min-width: 767px) {
  .sec-01 .lft {
    padding-right: 50px; } }

.sec-01 .lft p {
  margin-bottom: 20px; }

.sec-01 h4 {
  text-transform: uppercase;
  color: #e98332;
  margin-bottom: 50px; }

.sec-02 {
  position: relative;
  padding: 120px 0; }
  .sec-02 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/bg-2.jpg) no-repeat center top;
    z-index: 0;
    background-attachment: fixed;
    background-size: cover; }
  .sec-02 h2 {
    color: #fff;
    padding-bottom: 40px;
    position: relative; }
    .sec-02 h2:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 67px;
      height: 3px;
      background: #e98332;
      content: ''; }
  .sec-02 p {
    color: #fff;
    font-size: 14px; }
  .sec-02 .box {
    padding: 35px 40px 40px 40px;
    background: #e98332;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block; }
    .sec-02 .box .icon {
      width: 79px;
      height: 79px;
      float: right;
      /* background: url(images/icon_sprite.png) no-repeat 6px 7px; */ }
    .sec-02 .box .i-2 {
      background-position: 5px -82px; }
    .sec-02 .box .i-3 {
      background-position: 5px -171px; }
    .sec-02 .box .i-4 {
      background-position: 5px -261px; }
    .sec-02 .box:hover {
      background: #df1e3f; }
  @media (min-width: 767px) {
    .sec-02 .bottom-0 {
      margin-bottom: 0; } }
  .sec-02 h4 {
    clear: both;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0; }
  .sec-02 .lft {
    font-size: 14px;
    color: #fff;
    line-height: 30px; }
    .sec-02 .lft a {
      color: #e98332;
      text-decoration: underline; }
    @media (min-width: 767px) {
      .sec-02 .lft {
        padding-right: 10px; } }
  @media (min-width: 767px) {
    .sec-02 .rht {
      padding-left: 45px; } }

.sec-03 {
  text-align: center;
  background: #fff;
  padding: 68px 0; }
  .sec-03 li {
    text-align: center; }
  .sec-03 .brand-logo li img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .sec-03 .brand-logo li:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }

.client-slider .item {
  display: inline-block;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  padding: 0 8px; }
  .client-slider .item img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6; }
  .client-slider .item:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1; }

.swipe-slider {
  position: relative;
  overflow: hidden;
  z-index: 1; }

/* ==========================================================================
   testimonial
   ========================================================================== */
.testimonial {
  position: relative; }
  .testimonial .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/tsml-bg1.jpg) no-repeat center top;
    z-index: 0;
    background-attachment: fixed;
    background-size: cover; }
  .testimonial .container {
    position: relative;
    z-index: 2;
    max-width: 660px;
    text-align: center; }
  .testimonial .icon {
    font-size: 30px;
    color: #fff; }
  .testimonial h3 {
    color: #fff; }
  .testimonial p {
    font-size: 24px;
    font-weight: 100;
    color: #fff;
    margin-bottom: 50px; }
  .testimonial h4 {
    color: #fff; }
  .testimonial .pos {
    display: block;
    font-size: 14px;
    color: #00c8b4;
    margin-bottom: 15px; }
  .testimonial .tsml-slider {
    margin-bottom: 40px; }
  .testimonial .item {
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    -ms-transition: all 0.9s ease-out 0s;
    -o-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounce-in;
    animation-name: bounce-in; }
  .testimonial .swiper-slide {
    opacity: 0 !important; }
    .testimonial .swiper-slide .item {
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8); }
  .testimonial .swiper-slide-active {
    opacity: 1 !important; }
    .testimonial .swiper-slide-active .item {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }

.icon-quote {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto 25px auto;
  background: url(images/icon_sprite.png) no-repeat -4px -362px; }

.social-icons {
  margin: 0; }
  .social-icons li {
    list-style: none;
    display: inline-block;
    padding: 0 5px; }
    .social-icons li a {
      font-size: 26px;
      color: #fff; }
      .social-icons li a:hover {
        color: #e98332; }

.swiper-pagination {
  width: 100%;
  left: 0; }

/* ==========================================================================
   industries
   ========================================================================== */
.industries {
  background: url(images/bg-5.jpg) no-repeat center top;
  padding: 150px 0;
  background-size: cover; }
  .industries .container {
    max-width: 1180px; }
  .industries .lft {
    width: 50%;
    float: left;
    background: #fff;
    padding: 60px;
    min-height: 500px; }
  .industries h4 {
    color: #999999;
    margin-bottom: 15%;
    text-transform: uppercase; }
  .industries .rht {
    width: 50%;
    float: left;
    background: #b62023;
    padding: 60px;
    min-height: 500px; }
    .industries .rht p {
      color: #fff;
      font-size: 14px; }
    .industries .rht a {
      color: #fff;
      font-weight: 700; }
      .industries .rht a:hover {
        color: #f79fa0; }

.sec-04 {
  background: url(images/bg-3.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden; }
  .sec-04 .pic {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 48px;
    position: relative;
    line-height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .sec-04 .pic img {
      border-radius: 12px; }
  .sec-04 h4 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .sec-04 h4:hover {
      color: #08081a; }
  .sec-04 .row > div:hover h4 {
    color: #08081a; }
  .sec-04 .row > div:hover .pic {
    -webkit-box-shadow: 0 2px 23px 5px rgba(0, 0, 0, 0.38);
    box-shadow: 0 2px 23px 5px rgba(0, 0, 0, 0.38); }
  .sec-04 .resp-tabs-list {
    border-bottom: 0; }
    .sec-04 .resp-tabs-list li {
      padding: 0 !important;
      margin-bottom: 8px !important;
      font-size: 16px; }
      .sec-04 .resp-tabs-list li h2 {
        cursor: pointer;
        color: #fff;
        margin-bottom: 0;
        padding-bottom: 20px;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .sec-04 .resp-tabs-list li h2:hover {
          color: #e98332; }
        .sec-04 .resp-tabs-list li h2:before {
          position: absolute;
          bottom: 6px;
          left: 15px;
          width: 110px;
          height: 3px;
          background: #e98332;
          content: '';
          opacity: 0;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
  .sec-04 .resp-tab-active {
    background: none;
    margin-bottom: 0 !important;
    border-bottom: 0 !important; }
    .sec-04 .resp-tab-active h2:before {
      opacity: 1 !important; }
  .sec-04 .resp-tab-content {
    padding: 0; }
    .sec-04 .resp-tab-content h4 {
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }

.awards-slide {
  text-align: center; }

.footer-contact {
  position: relative;
  padding: 40px 0;
  text-align: center; }
  .footer-contact .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/bg-4.jpg) no-repeat center top;
    z-index: 0;
    background-attachment: fixed;
    background-size: cover; }
  .footer-contact .container {
    position: relative;
    max-width: 858px; }
  .footer-contact h3 {
    color: #fff; }
  .footer-contact span.green {
    background: #109200;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px; }

/* ==========================================================================
   Vertical Tab styles
   ========================================================================== */
.vertical-tab {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .vertical-tab > li {
    padding: 5px 10px;
    overflow: hidden;
    position: relative; }
  .vertical-tab .tab-item {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 700;
    cursor: pointer; }
    .vertical-tab .tab-item:before, .vertical-tab .tab-item:after {
      content: "";
      position: absolute;
      left: 0px;
      top: 50%;
      width: 12px;
      height: 2px;
      background: #ffffff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .vertical-tab .tab-item:after {
      width: 2px;
      height: 12px;
      left: 5px;
      top: 50%;
      margin: auto;
      margin-top: -5px; }
    .vertical-tab .tab-item.show:after {
      height: 0; }
  .vertical-tab .tabs-container {
    padding: 10px;
    display: none; }

/* ==========================================================================
  horizontal  Tab styles
   ========================================================================== */
.horizontal-tab {
  zoom: 1;
  position: relative;
  height: auto; }
  .horizontal-tab h2 {
    cursor: pointer;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 20px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .horizontal-tab h2:hover {
      color: #e98332; }
    .horizontal-tab h2:before {
      position: absolute;
      bottom: 6px;
      left: 15px;
      width: 110px;
      height: 3px;
      background: #e98332;
      content: '';
      opacity: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .horizontal-tab .tab-item {
    zoom: 1;
    position: relative;
    height: auto;
    min-height: 100%;
    opacity: 0; }

@media screen and (min-width: 767px) {
  .horizontal-tab h2 {
    position: relative;
    width: 33.333333333333336%;
    height: 20%;
    display: block; }
  .horizontal-tab .tab-item {
    position: absolute;
    width: 66.66666666666667%;
    right: 0;
    top: 0; }
    .horizontal-tab .tab-item .row {
      -webkit-transition: all 0.6s ease-out 0s;
      -moz-transition: all 0.6s ease-out 0s;
      -ms-transition: all 0.6s ease-out 0s;
      -o-transition: all 0.6s ease-out 0s;
      transition: all 0.6s ease-out 0s;
      right: -50%;
      position: relative; }
  .horizontal-tab .active {
    background: none;
    border: 0;
    padding-left: 15px; }
    .horizontal-tab .active:before {
      opacity: 1; } }

@media screen and (max-width: 767px) {
  .horizontal-tab .tab-item {
    display: none; }
  .horizontal-tab .active + .tab-item {
    display: block;
    margin-bottom: 20px; }
    .horizontal-tab .active + .tab-item .row {
      right: 0; } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

.horizontal-tab .active + .tab-item {
  opacity: 1;
  z-index: 9; }
  .horizontal-tab .active + .tab-item .row {
    right: 0; }

/* ==========================================================================
   award section styles
   ========================================================================== */
.awards-section .container {
  max-width: 980px; }

.awards-section p {
  font-size: 16px; }

.awards-section h3 {
  margin-bottom: 30px; }

.awards-section .award-slider {
  margin-top: 40px; }

.awards-section .item {
  background: #f3f3f3;
  text-align: center;
  height: 165px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 1px solid transparent; }
  .awards-section .item img {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    width: 100%; }
  .awards-section .item:hover {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.14); }

.awards-section .slider-outer {
  position: relative; }

.awards-section .swiper-pagination {
  display: none; }

.awards-section .award-outer {
  position: relative;
  min-height: 380px;
  width: 540px;
  float: right; }
  .awards-section .award-outer > div {
    position: absolute;
    -webkit-box-shadow: 0px 14px 188px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 14px 188px 0px rgba(0, 0, 0, 0.31);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
    cursor: pointer; }
    .awards-section .award-outer > div img {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .awards-section .award-outer > div:hover {
      -webkit-box-shadow: 0px 14px 188px 0px rgba(0, 0, 0, 0.58);
      box-shadow: 0px 14px 188px 0px rgba(0, 0, 0, 0.58); }
      .awards-section .award-outer > div:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }

.awards-section .award-4 {
  bottom: 0;
  right: 27%;
  z-index: 1; }
  .awards-section .award-4 img {
    max-width: 230px; }

.awards-section .award-3 {
  bottom: 138px;
  right: 0;
  z-index: 3; }
  .awards-section .award-3 img {
    max-width: 180px; }

.awards-section .award-2 {
  top: 0;
  right: 31%;
  z-index: 2; }
  .awards-section .award-2 img {
    max-width: 180px; }

.awards-section .award-1 {
  top: 73px;
  left: 18px;
  z-index: 0; }
  .awards-section .award-1 img {
    max-width: 180px; }

.awards-section .lft {
  padding-top: 40px; }

.prev-arrow, .next-arrow {
  background: url(images/icon_sprite.png) no-repeat -1px -452px #eeeded;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  left: -50px; }
  .prev-arrow:hover, .next-arrow:hover {
    opacity: .6; }

.next-arrow {
  right: -50px;
  left: auto;
  background-position: 1px -411px; }

/* ==========================================================================
   bottom contact styles
   ========================================================================== */
.input-txt {
  width: 100%;
  height: 56px;
  background: #fff;
  padding: 10px 15px 10px  60px;
  text-shadow: none;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  border-radius: 5px; }

.input-outer {
  margin-bottom: 22px;
  position: relative; }
  .input-outer .icon {
    position: absolute;
    left: 9px;
    top: 15px;
    width: 28px;
    height: 28px;
    background: url(images/icon_sprite.png) no-repeat -1px -499px; }
  .input-outer .email {
    background-position: -1px -532px; }
  .input-outer .telephone {
    background-position: -1px -564px; }
  .input-outer .subject {
    background-position: 1px -598px; }
  .input-outer .message {
    background-position: 0px -641px; }
  .input-outer:before {
    position: absolute;
    content: '';
    top: 12px;
    height: 31px;
    left: 45px;
    width: 2px;
    background: #d8d8d8; }
  .input-outer ::-webkit-input-placeholder {
    color: #636363; }
  .input-outer :-moz-placeholder {
    color: #636363; }
  .input-outer ::-moz-placeholder {
    color: #636363; }
  .input-outer :-ms-input-placeholder {
    color: #636363; }

.footer-contact .submit-btn {
  background: #e98332;
  min-width: 131px;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  float: right;
  height: 48px; }
  .footer-contact .submit-btn:hover {
    background: #006be4;
    opacity: 1; }

.footer-contact textarea {
  height: 126px;
  background: #fff;
  padding-top: 16px; }

label.error {
  position: absolute;
  top: 50%;
  right: 10px;
  text-align: right;
  color: #f00;
  margin-top: -8px;
  z-index: 999; }

.c-status span.red {
  display: block;
  color: #ffffff;
  background: #e24444;
  padding: 10px;
  /* border: 1px solid #f00; */
  margin-top: 10px; }

/* ==========================================================================
   footer styles
   ========================================================================== */
.site-footer {
  background: #110f0f; }

.footer-top {
  padding: 60px 0 120px 0; }
  .footer-top > ul {
    margin: 0; }
    .footer-top > ul > li {
      float: left;
      list-style: none;
      width: 14%; }
      .footer-top > ul > li:last-child {
        width: 16%; }
    .footer-top > ul ul {
      margin: 0; }
      .footer-top > ul ul li {
        list-style: none; }
  .footer-top a {
    font-size: 16px;
    color: #555555;
    padding-bottom: 10px;
    display: inline-block;
    position: relative; }
    .footer-top a:before {
      content: '';
      display: block;
      width: 0;
      left: 0;
      height: 1px;
      background: #e98332;
      background: -webkit-gradient(linear, left top, right top, from(#e98332), to(rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, #e98332 0%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, #e98332 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, #e98332 0%, rgba(255, 255, 255, 0) 100%);
      position: absolute;
      bottom: 2px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .footer-top a:hover {
      color: #e98332; }
      .footer-top a:hover:before {
        width: 100%;
        left: 0; }
  .footer-top h5 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 700; }
  .footer-top .lst span {
    font-size: 16px;
    color: #555555;
    display: block; }
  .footer-top .lst a {
    color: #fff; }
    .footer-top .lst a:hover {
      color: #e98332; }

.footer-bottom {
  padding: 30px 0;
  border-top: 1px solid #262626; }
  .footer-bottom .social-icons {
    float: right;
    padding-top: 0; }
    .footer-bottom .social-icons a {
      color: #f5f4f4; }
      .footer-bottom .social-icons a:hover {
        color: #e98332; }
  .footer-bottom p {
    background: url(images/logo-icon.png?v=4.9.5) no-repeat 0 0;
    padding-left: 45px;
    margin-bottom: 0;
    min-height: 36px; }

/* ==========================================================================
   button styles
   ========================================================================== */
/* Shutter In Horizontal */
.hvr-horizontal {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: #e98332;
  position: relative; }
  .hvr-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #006be4;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-horizontal:hover, .hvr-horizontal:focus, .hvr-horizontal:active {
    color: white; }
    .hvr-horizontal:hover:before, .hvr-horizontal:focus:before, .hvr-horizontal:active:before {
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0); }
  .hvr-horizontal.orange-btn {
    background: #006be4; }
    .hvr-horizontal.orange-btn:before {
      background: #e98332; }

.border-line {
  position: relative;
  display: block; }
  .border-line img {
    width: 100%; }
  .border-line:before, .border-line:after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .border-line:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1); }
  .border-line:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0); }
  .border-line:hover:before, .border-line:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative; }
  .hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e98332;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 25px;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39), inset 0px -4px 0px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39), inset 0px -4px 0px 0px rgba(0, 0, 0, 0.28); }
  .hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white; }
    .hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .hvr-rectangle-out.orange-btn {
    background: #006be4; }
    .hvr-rectangle-out.orange-btn:before {
      background: #e98332; }
  .hvr-rectangle-out.green-bg:before {
    background: #00cbac; }

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }
  .hvr-float-shadow:after {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform; }
  .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }
    .hvr-float-shadow:hover:after, .hvr-float-shadow:focus:after, .hvr-float-shadow:active:after {
      opacity: 1;
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); }

.btn-02 {
  position: relative;
  vertical-align: middle;
  color: #0b7;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0 20px;
  cursor: pointer;
  -webkit-transition: 0.5s; }
  .btn-02:before, .btn-02:after {
    width: 100%;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .btn-02:before {
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    -webkit-transform-origin: 0 100%; }
  .btn-02:after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform-origin: 100% 0%; }
  .btn-02:hover {
    color: #FFF; }
    .btn-02:hover:before, .btn-02:hover:after {
      -webkit-transform: scale(1); }

/* ==========================================================================
   Services page styles
   ========================================================================== */
.inner-banner {
  text-align: center; }
  .inner-banner .icon {
    width: 79px;
    height: 79px;
    margin: 0 auto 28px auto;
    /* background: url(images/icon_sprite.png) no-repeat 6px 7px; */ }
  .inner-banner h2 {
    margin: 0; }
  .inner-banner .caption {
    width: 100%;
    padding-top: 40px; }
    .inner-banner .caption img {
      max-width: 100%;
      width: auto;
      display: block;
      margin: 50px auto 30px auto; }
  .inner-banner h1 {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    font-weight: 700; }
  .inner-banner p {
    color: #fff;
    text-transform: uppercase; }
  .inner-banner:hover img {
    opacity: 1; }

@media (min-width: 767px) {
  .inner-sec-01 .rht {
    padding-left: 40px; } }

.inner-sec-01 .rht .scroll-content {
  max-height: 252px;
  margin-bottom: 20px; }

.inner-sec-01 h3 {
  margin-bottom: 30px;
  line-height: 38px;
  margin-top: -5px; }

.inner-sec-01 p {
  font-size: 16px; }

.service-section {
  position: relative;
  padding: 70px 0;
  text-align: center; }
  .service-section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/service-bg.jpg) no-repeat center top;
    z-index: 0;
    background-attachment: fixed;
    background-size: cover; }
  .service-section .container {
    position: relative; }
  .service-section h2 {
    color: #fff;
    position: relative;
    padding-bottom: 30px; }
    .service-section h2:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -33px;
      width: 67px;
      height: 3px;
      background: #e98332;
      content: ''; }
  .service-section .row > div {
    position: relative; }
    .service-section .row > div:before {
      content: "";
      display: block;
      padding-top: 280px; }
  .service-section .scroll-content {
    max-height: 80%; }

.expand {
  padding: 20px 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  overflow: hidden; }
  .expand .pct-icon-2 {
    background-position: center -193px; }
  .expand .pct-icon-3 {
    background-position: center -394px; }
  .expand .pct-icon-4 {
    background-position: center -602px; }
  .expand .pct-icon-5 {
    background-position: center -815px; }
  .expand .pct-icon-6 {
    background-position: center -1024px; }
  .expand h4 {
    color: #fff;
    margin-bottom: 10px; }
  .expand p {
    color: #fff; }
  .expand .more-cnt {
    display: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .expand .list-002 {
    padding-left: 10px; }
    .expand .list-002 li {
      color: #fff;
      font-size: 14px;
      line-height: 30px; }
  .expand h5 {
    color: #fff; }
  .expand .txt-1 {
    color: #fff;
    font-size: 14px;
    line-height: 30px; }
  .expand .close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    color: #eb852b;
    cursor: pointer;
    opacity: 0; }
  .expand.active {
    text-align: left;
    background: #fff;
    width: 300%;
    height: 200%;
    z-index: 100; }
    .expand.active .icon {
      margin-left: 0;
      float: left;
      margin-right: 15px;
      margin-bottom: 10px; }
    .expand.active .more-cnt {
      display: block;
      clear: both; }
    .expand.active h4 {
      float: left;
      margin-bottom: 0;
      margin-top: 20px;
      width: calc(100% - 100px); }
    .expand.active .txt-1 {
      display: none; }
    .expand.active h4, .expand.active p, .expand.active .list-002 li {
      color: #555555; }
    .expand.active p {
      margin-bottom: 20px; }
    .expand.active h5 {
      color: #000; }
    .expand.active .close {
      opacity: 1; }
  .expand.col2, .expand.col5 {
    left: auto;
    right: 0; }
    .expand.col2.active, .expand.col5.active {
      right: -100%; }
  .expand.col3, .expand.col6 {
    left: auto;
    right: 0; }
  .expand.col4, .expand.col5, .expand.col6 {
    top: auto;
    bottom: 0; }
  .expand .mCSB_container {
    -webkit-column-count: 2;
    column-count: 2; }

.box-expand {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  cursor: pointer; }

.bottom-expand {
  top: auto;
  bottom: 0; }

.service-sec-03 {
  text-align: center; }
  .service-sec-03 h3 {
    margin-bottom: 20px; }
  .service-sec-03 p {
    margin-bottom: 40px;
    font-size: 16px;
    max-width: 900px;
    margin: 0 auto 40px; }
  .service-sec-03 .pic {
    position: relative; }
    .service-sec-03 .pic .caption {
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      padding: 62px;
      z-index: 99; }
    .service-sec-03 .pic h4 {
      color: #fff;
      margin-bottom: 20px; }
    .service-sec-03 .pic a {
      font-size: 14px;
      color: #fff; }
  .service-sec-03 .container {
    max-width: 1270px; }
  .service-sec-03 .row {
    margin-bottom: 106px; }
  .service-sec-03 .btn-1 {
    font-size: 24px;
    height: 59px;
    line-height: 59px;
    padding: 0 30px;
    border-radius: 70px; }
    .service-sec-03 .btn-1:before {
      border-radius: 70px; }
  .service-sec-03 .border-line:before, .service-sec-03 .border-line:after {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px; }
  .service-sec-03 .border-line:hover:before, .service-sec-03 .border-line:hover:after {
    border-color: #fff; }
  .service-sec-03 .btn-4 {
    font-size: 18px;
    height: 59px;
    line-height: 53px;
    border-radius: 70px;
    min-width: 190px; }

.large-container {
  max-width: 1180px; }

.title-01 {
  text-align: center; }
  .title-01 h3 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px; }
    .title-01 h3:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -33px;
      width: 67px;
      height: 3px;
      background: #e98332;
      content: ''; }

.content-01 .pic {
  float: left;
  margin: 0 40px 20px 0;
  width: 40%; }

.content-01 .btn-4 {
  float: right; }

.content-01 p {
  color: #555555;
  font-weight: normal;
  line-height: 30px;
  font-size: 16px; }

/* ==========================================================================
   fieldmax page styles
   ========================================================================== */
.horizontalTab-outer {
  text-align: center;
  padding-top: 90px; }
  .horizontalTab-outer #horizontalTab {
    padding-top: 30px; }

.resp-tabs-container .item {
  margin-bottom: 50px; }

.resp-tabs-container .scroll-content {
  max-height: 250px;
  margin-top: 20px; }
  @media (min-width: 767px) {
    .resp-tabs-container .scroll-content {
      margin-top: 20px; } }

.resp-tab-content .row {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

@-webkit-keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounce-in {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.animate-bounce-in {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounce-in;
  animation-name: bounce-in; }

.key-features {
  text-align: center;
  padding-bottom: 0; }
  .key-features .container {
    max-width: 890px; }
  .key-features .row > div {
    position: relative; }
  .key-features .icon {
    position: absolute;
    width: 40px;
    height: 60px;
    margin: 0 auto 0 auto;
    background: url(images/arrow-1.png) no-repeat center 1px;
    left: 15px;
    top: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .key-features .content {
    padding-left: 70px;
    font-size: 14px;
    color: #555555;
    line-height: 24px;
    text-align: left;
    max-width: 370px; }
    .key-features .content p {
      line-height: 24px; }
  .key-features li {
    list-style: none;
    margin-bottom: 60px; }
    .key-features li:hover .icon {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  @media (min-width: 767px) {
    .key-features h3 {
      margin-bottom: 50px; } }
  @media (min-width: 767px) {
    .key-features .row-2 li {
      margin-bottom: 0; } }

.btn-3 {
  display: inline-block;
  border-radius: 30px;
  font-size: 18px;
  min-width: 180px;
  text-align: center;
  font-weight: 700;
  outline: none;
  background-image: -moz-linear-gradient(90deg, #0b9fa4 0%, #06a9a4 0%, #00bda6 100%);
  position: relative;
  background: #e8e8e8;
  padding: 7px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.39), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.39), inset 0px -1px 0px 0px rgba(0, 0, 0, 0.28); }
  .btn-3 span {
    display: block;
    width: 100%;
    padding: 0 20px;
    border-radius: 25px;
    color: #edfecf;
    height: 41px;
    line-height: 41px;
    background-image: -webkit-linear-gradient(90deg, #0b9fa4 0%, #06a9a4 0%, #00bda6 100%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-image: -ms-linear-gradient(90deg, #0b9fa4 0%, #06a9a4 0%, #00bda6 100%);
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39), inset 0px -4px 0px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.39), inset 0px -4px 0px 0px rgba(0, 0, 0, 0.28);
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4); }

.btn-4 {
  display: inline-block;
  height: 47px;
  line-height: 41px;
  padding: 0 40px;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  min-width: 180px;
  text-align: center;
  font-weight: 700;
  outline: none;
  position: relative;
  overflow: hidden;
  border: 3px solid #e98332;
  font-size: 16px;
  background: #e98332;
  cursor: pointer;
  border-color: #e98332; }
  .btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    color: #fff;
    left: 70%;
    opacity: 0;
    top: 0;
    font-family: 'icomoon';
    content: "\e90a";
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .btn-4:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .btn-4:hover {
    background: #e98332;
    color: #fff; }
    .btn-4:hover:before {
      left: 84%;
      opacity: 1; }

/* ==========================================================================
   Industry page styles
   ========================================================================== */
.transportation {
  background: url(images/bg-6.jpg) no-repeat left top;
  padding: 150px 0;
  background-size: cover !important; }
  .transportation h2 {
    font-size: 60px;
    line-height: normal; }
  .transportation p {
    font-size: 16px; }
  .transportation .scroll-content {
    max-height: 200px; }

.list-offering {
  width: 100%;
  margin: 0; }
  .list-offering > li {
    position: relative;
    width: 33.33%;
    list-style: none;
    float: left;
    height: 280px; }
  .list-offering .expand {
    padding: 20px; }
    .list-offering .expand.col3 {
      left: auto;
      right: 0; }
    .list-offering .expand.active {
      text-align: left;
      background: #fff;
      width: 300%;
      height: 200%;
      z-index: 100; }
      .list-offering .expand.active .icon {
        margin-left: 0;
        float: left;
        margin-right: 15px;
        margin-bottom: 10px; }
      .list-offering .expand.active .more-cnt {
        display: block;
        clear: both; }
      .list-offering .expand.active h4 {
        float: left;
        margin-bottom: 0;
        margin-top: 20px;
        width: calc(100% - 100px); }
      .list-offering .expand.active .txt-1 {
        display: none; }
      .list-offering .expand.active h4, .list-offering .expand.active p, .list-offering .expand.active .list-002 li {
        color: #555555; }
      .list-offering .expand.active p {
        margin-bottom: 20px; }
      .list-offering .expand.active h5 {
        color: #000; }
      .list-offering .expand.active .close {
        opacity: 1; }
  .list-offering .expand.col2.active {
    left: auto;
    right: -100%; }
  .list-offering .expand.col3.active {
    right: 0%;
    left: auto; }
  .list-offering .expand.col4.active {
    left: 0; }
  .list-offering .expand.col5.active {
    right: -100%; }
  .list-offering .expand.col6.active {
    right: 0;
    left: auto; }

.industry-offerings {
  overflow: hidden; }
  .industry-offerings h2 {
    border-bottom: 3px solid #a12f3b;
    margin: 0 50px 60px; }
    .industry-offerings h2:before {
      bottom: -3px; }

.banner002 .caption {
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%); }

/* ==========================================================================
   About page styles
   ========================================================================== */
.about-sec-01 h3 {
  font-size: 30px; }

.about-sec-01 .lft .cnt {
  font-weight: 100;
  font-size: 36px;
  line-height: normal; }

.about-sec-01 p {
  font-size: 16px; }

.milestone {
  background: url(images/bg-7.jpg) no-repeat right top;
  background-size: cover;
  text-align: center; }
  .milestone .container {
    max-width: 1200px; }
  .milestone h3 {
    color: #fff;
    margin-bottom: 8%; }
  .milestone ul {
    margin: 0; }
    .milestone ul li {
      width: 196px;
      float: left;
      list-style: none;
      position: relative; }
      .milestone ul li:before {
        position: absolute;
        content: '';
        width: 15px;
        height: 15px;
        background: #e98332;
        border-radius: 50%;
        left: 50%;
        margin-left: -7px;
        z-index: 9; }
      .milestone ul li:after {
        position: absolute;
        content: '';
        width: 123%;
        height: 1px;
        background: #b0bbbc;
        -webkit-transform: rotate(-37deg);
        -ms-transform: rotate(-37deg);
        transform: rotate(-37deg);
        bottom: -23px;
        left: 38%;
        z-index: 5; }
      .milestone ul li:nth-child(odd):before {
        bottom: -100px; }
      .milestone ul li:nth-child(even) {
        margin-top: 147px; }
        .milestone ul li:nth-child(even):before {
          bottom: auto;
          top: -100px; }
        .milestone ul li:nth-child(even):after {
          -webkit-transform: rotate(36deg);
          -ms-transform: rotate(36deg);
          transform: rotate(36deg);
          bottom: auto;
          top: -20px; }
      .milestone ul li:last-child:after {
        display: none; }
      .milestone ul li:hover h2, .milestone ul li:hover span {
        color: #000;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .milestone h2 {
    color: #fff;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .milestone .box {
    text-align: center;
    max-width: 160px;
    margin: 0 auto;
    height: 107px; }
    .milestone .box span {
      font-size: 16px;
      color: #fff;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .milestone .next-arrow, .milestone .prev-arrow {
    display: none; }
  .milestone .prev-arrow {
    left: 0; }
  .milestone .next-arrow {
    right: 0; }

.list-01 {
  margin: 0; }
  .list-01 li {
    /* background: url(images/arrow-2.png) no-repeat 2px -3px ; */
    padding-left: 25px;
    list-style: none;
    min-height: 30px;
    margin-bottom: 20px;
    position: relative; }
    .list-01 li:before {
      position: absolute;
      width: 10px;
      height: 10px;
      background: #000;
      content: '';
      top: 7px;
      left: 0; }
    .list-01 li:hover {
      color: #e98332; }
      .list-01 li:hover:before {
        background: #e98332; }

.about-sec-2 {
  background: url(images/bg-8.jpg) no-repeat right top;
  background-size: cover; }
  .about-sec-2 .counts {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #6a6a6a;
    text-align: left;
    display: inline-block;
    padding-left: 90px;
    text-transform: uppercase; }
    .about-sec-2 .counts h3 {
      font-size: 48px;
      color: #0099e8;
      font-weight: 700;
      margin-bottom: 10px;
      line-height: normal;
      margin-left: -4px;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .about-sec-2 .counts .icon {
      position: absolute;
      width: 68px;
      height: 68px;
      top: 0;
      left: 0px;
      background: url(images/icon_sprite.png) no-repeat 2px -688px; }
    .about-sec-2 .counts:hover h3 {
      color: #e98332;
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .about-sec-2 .customers .icon {
    background-position: 2px -767px; }
  .about-sec-2 .conutries .icon {
    background-position: 2px -845px; }
  .about-sec-2 .employees .icon {
    background-position: 5px -931px; }
  .about-sec-2 .container {
    max-width: 1200px; }

.development-centers {
  background: #fff;
  padding: 70px 100px 0;
  margin: 80px 0; }
  .development-centers h3 {
    font-size: 30px; }
  .development-centers .lft p {
    font-size: 36px;
    line-height: 36px;
    color: #3b3b3b;
    font-weight: 100; }
  .development-centers .rht .row > div {
    margin-bottom: 70px; }

@media (min-width: 767px) {
  .sbout-subsec-1 {
    padding-left: 100px; } }

@media (min-width: 767px) {
  .sbout-subsec-2 {
    padding-left: 100px; } }

.sbout-subsec-2 h2 {
  font-size: 60px;
  line-height: 56px; }

@media (min-width: 767px) {
  .sbout-subsec-2 .lft {
    padding-right: 80px; } }

.sbout-subsec-2 .lft p {
  color: #111111; }

.costomers-list {
  margin: 0; }
  .costomers-list li {
    width: 50%;
    float: left;
    padding: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    list-style: none;
    min-height: 186px; }
    .costomers-list li:hover {
      background: #fff; }
      .costomers-list li:hover h4 {
        color: #e98332; }
    .costomers-list li p {
      font-size: 14px; }
  .costomers-list h4 {
    font-size: 30px; }

/* ==========================================================================
   Career page styles
   ========================================================================== */
.career-sec-1 {
  position: relative; }
  .career-sec-1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(images/career-bg-1.jpg) no-repeat center top;
    z-index: 0;
    background-attachment: fixed;
    background-size: cover; }
  .career-sec-1 .container {
    position: relative;
    max-width: 960px; }

.career-list-1 {
  margin: 0; }
  .career-list-1 > li {
    list-style: none;
    float: left;
    width: 33.3333%;
    position: relative;
    background: #fff;
    margin: 0; }
    .career-list-1 > li:hover img {
      opacity: 0.4; }
  .career-list-1 .pic {
    background: #000; }
  .career-list-1 .box {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    text-align: center;
    padding: 30px 50px; }
  .career-list-1 img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .career-list-1 h3 {
    font-size: 30px;
    color: #111111;
    margin-bottom: 10px; }
  .career-list-1 p {
    color: #111111; }
  .career-list-1 .list-1 {
    background: #bd081c; }
    .career-list-1 .list-1 h3 {
      color: #fff; }
    .career-list-1 .list-1 p {
      color: #fff; }
  .career-list-1 .outerDiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00a8ff; }
  .career-list-1 .list-9 {
    background: #ffd800; }
  .career-list-1 .txt-1 {
    font-family: 'dk_lemon_sunregular';
    font-size: 60px;
    color: #fff;
    position: relative;
    padding-bottom: 13px; }
    .career-list-1 .txt-1:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 150px;
      height: 6px;
      background: #fff;
      content: '';
      margin-left: -75px; }

.career-sec2 .container {
  max-width: 1170px; }

.career-sub-1 h4 {
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 30px; }

.career-sub-1 ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20;
  -moz-column-gap: 20;
  column-gap: 20; }

.career-table {
  margin-bottom: 80px;
  border-bottom: 2px solid #e5e5e5;
  background: #fff; }
  .career-table th {
    border: 2px solid #e5e5e5;
    padding: 20px 40px;
    background-image: -webkit-linear-gradient(top, #09c7b3, #066b5b);
    background-image: -moz-linear-gradient(top, #09c7b3, #066b5b);
    border-bottom: 2px solid #056149;
    font-size: 24px;
    color: #fff;
    font-weight: 700; }
  .career-table td {
    padding: 25px 40px;
    font-size: 18px;
    color: #555555;
    vertical-align: middle;
    border: 2px solid #e5e5e5;
    border-top: 0;
    border-bottom: 0;
    position: relative; }
  .career-table .btn-1 {
    min-width: 80px; }
  .career-table .btn-01 {
    display: inline-block;
    height: 41px;
    line-height: 37px;
    padding: 0 20px;
    border-radius: 25px;
    color: #555555;
    border: 2px solid rgba(0, 0, 0, 0.14);
    font-size: 14px; }
    .career-table .btn-01:hover {
      color: #fff;
      background: #066b5b;
      border-color: #066b5b; }
  .career-table tbody tr {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    .career-table tbody tr:hover {
      background: #efefef; }
      .career-table tbody tr:hover .share-btn {
        opacity: 1; }
      .career-table tbody tr:hover .sharethis-inline-share-buttons.st-center {
        background: #efefef; }
    .career-table tbody tr td:last-child {
      min-width: 150px; }
  .career-table .share-btn {
    width: 30px;
    height: 41px;
    display: inline-block;
    background: url(images/icon_sprite.png) no-repeat 0px -1015px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0; }
  .career-table .social-icons {
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -20px;
    display: none;
    border-radius: 3px;
    overflow: hidden; }
    .career-table .social-icons li {
      float: left;
      padding: 0;
      background: #3b5998; }
      .career-table .social-icons li a {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        display: block; }
        .career-table .social-icons li a:hover {
          color: #000; }
    .career-table .social-icons .facebook {
      background: #3b5998; }
    .career-table .social-icons .twitter {
      background: #6cdfea; }
    .career-table .social-icons .instagram {
      background: -webkit-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
      background: -o-radial-gradient(33% 100%, circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
      background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf); }
    .career-table .social-icons.active {
      display: block; }
  .career-table .sharethis-inline-share-buttons.st-center {
    display: none !important;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -24px;
    display: none;
    background: #fff;
    width: calc(100% - 50px);
    padding: 8px 0; }
    .career-table .sharethis-inline-share-buttons.st-center.active {
      display: block !important; }
    .career-table .sharethis-inline-share-buttons.st-center .st-btn {
      display: inline-block !important; }

.career-sec-00 h4 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 30px; }

.stacktable {
  width: 100%; }

.st-head-row {
  padding-top: 1em; }

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0; }

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%; }

.st-val {
  width: 49%;
  padding-left: 1%; }

/* RESPONSIVE EXAMPLE */
.stacktable.large-only {
  display: table; }

.stacktable.small-only {
  display: none; }

@media (max-width: 800px) {
  .stacktable.large-only {
    display: none; }
  .stacktable.small-only {
    display: table; }
  .career-table {
    border: 2px solid #e5e5e5;
    margin-bottom: 20px !important; }
  .career-table tbody tr td {
    vertical-align: top;
    font-size: 16px; }
    .career-table tbody tr td:last-child {
      min-width: auto; } }

/* ==========================================================================
   team page styles
   ========================================================================== */
.experion-team {
  padding-top: 120px; }
  .experion-team .pic {
    position: relative;
    border-radius: 10px;
    background: #000; }
    .experion-team .pic:hover img {
      opacity: .6; }
    .experion-team .pic img {
      border-radius: 10px;
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .experion-team .details {
    padding: 40px 15px;
    text-align: center;
    height: 140px; }
    .experion-team .details h4 {
      margin-bottom: 0px;
      font-size: 18px;
      color: #1d1d1d;
      text-transform: uppercase; }
    .experion-team .details p {
      color: #1d1d1d;
      margin-bottom: 0;
      line-height: normal; }
  .experion-team .row {
    margin: 0 -20px; }
    .experion-team .row > div {
      padding: 0 20px; }

.btn-5 {
  display: block;
  width: 90px;
  height: 90px;
  background: #00cbff;
  border-radius: 50%;
  position: absolute;
  bottom: -40px;
  right: 40px;
  text-align: center;
  line-height: 90px;
  font-size: 40px;
  color: #fff;
  z-index: 80; }
  .btn-5:hover {
    color: #666666;
    background: #fff;
    -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.75); }

.white-popup {
  max-width: 1180px;
  padding: 50px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  border-radius: 8px; }
  .white-popup img {
    width: 100%; }
  .white-popup .pic {
    padding-right: 30px; }
  .white-popup h3 {
    margin-bottom: 5px; }
  .white-popup h5 {
    font-size: 18px;
    margin-bottom: 20px; }
  .white-popup .scroll-content {
    max-height: 250px; }
  .white-popup .mfp-close {
    color: #333;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #00cbff;
    top: -20px;
    right: -20px;
    opacity: 1;
    font-size: 46px;
    color: #fff; }

/* ==========================================================================
   Contact page styles
   ========================================================================== */
.contact-sec-1 .col-1 {
  background: #06a3c4; }

.contact-sec-1 .col-2 {
  background: #1a94e1; }

.contact-sec-1 .col-3 {
  background: #09334e; }

.contact-sec-1 .box {
  padding: 40px 20px 60px 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .contact-sec-1 .box a {
    display: inline-block;
    font-size: 21px;
    color: #fff;
    font-weight: 100;
    position: relative;
    word-wrap: break-word;
    width: 100%; }
  .contact-sec-1 .box:hover {
    background: #17718e !important; }
    .contact-sec-1 .box:hover a {
      color: #ea8633;
      z-index: 9; }

.contact-sec-1 h2 {
  text-align: center;
  margin-bottom: 8%; }

.contact-sec-1 h4 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 24px; }

.contact-sec-1 h5 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 18px; }

.contact-sec-1 .container {
  max-width: 1180px; }

.experion-offices {
  margin-top: 80px;
  clear: both; }
  .experion-offices > h3 {
    margin-bottom: 40px;
    text-align: center; }
  .experion-offices h3 {
    font-size: 48px; }
  .experion-offices .pic {
    position: relative;
    background: #000; }
    .experion-offices .pic img {
      width: 100%;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .experion-offices .pic h3 {
      position: absolute;
      left: 30px;
      top: 30px;
      font-size: 48px;
      font-weight: 900;
      color: #fff;
      line-height: normal; }
    .experion-offices .pic:hover img {
      opacity: .6; }
  .experion-offices .location {
    padding: 30px 30px 60px 130px;
    font-size: 16px;
    font-weight: 700;
    color: #3b3b3b; }
    .experion-offices .location p {
      font-size: 18px;
      color: #3b3b3b;
      font-weight: 700;
      margin-bottom: 20px; }
    .experion-offices .location a {
      color: #e98332;
      word-wrap: break-word;
      width: 100%; }
      .experion-offices .location a:hover {
        color: #006be4; }
  .experion-offices > div {
    padding: 0; }

/* ==========================================================================
   Blog page styles
   ========================================================================== */
.blog-page {
  padding: 90px 0;
  background: #f1f1f1; }
  .blog-page .container {
    max-width: 1180px; }
  .blog-page .post-list {
    padding: 15px;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.36);
    background: #fff;
    border-radius: 10px; }
    .blog-page .post-list .border-line {
      margin: 0 0 25px;
      background: #000;
      border-radius: 10px;
      display: block; }
    .blog-page .post-list img {
      width: 100%;
      border-radius: 10px;
      margin: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .blog-page .post-list p {
      color: #1d1d1d;
      line-height: 24px; }
    .blog-page .post-list .more {
      font-size: 14px;
      color: #e35f06; }
      .blog-page .post-list .more:hover {
        color: #000; }
    .blog-page .post-list .blog-category {
      position: absolute;
      top: 0;
      left: 22px;
      z-index: 99; }
      .blog-page .post-list .blog-category a {
        font-size: 14px;
        text-transform: uppercase;
        height: 29px;
        line-height: 29px;
        background: #e98332;
        margin-right: 10px;
        padding: 0 20px;
        display: inline-block;
        color: #fff;
        font-weight: 700;
        margin-bottom: 5px; }
        .blog-page .post-list .blog-category a:hover {
          background: #006be4; }
    .blog-page .post-list:hover img {
      opacity: .6; }
    .blog-page .post-list:hover .post-title a {
      color: #e98332; }
  .blog-page .post-title a {
    color: #7a9198; }
  .blog-page .widget-title {
    font-size: 24px;
    margin-bottom: 20px; }
  .blog-page .sidebar {
    margin-bottom: 30px; }
    .blog-page .sidebar ul {
      margin: 0; }
      .blog-page .sidebar ul li {
        list-style: none;
        padding: 0 0 0 0;
        margin: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
        .blog-page .sidebar ul li a {
          font-size: 16px;
          color: #3b3b3b;
          position: relative;
          padding: 10px 0;
          padding-left: 20px;
          display: block; }
          .blog-page .sidebar ul li a:before {
            position: absolute;
            left: 0;
            width: 2px;
            height: 10px;
            background: #e98332;
            content: '';
            top: 15px; }
          .blog-page .sidebar ul li a:hover {
            color: #e98332; }
        .blog-page .sidebar ul li .children {
          padding-left: 15px; }
          .blog-page .sidebar ul li .children li:last-child {
            border-bottom: 0;
            padding-bottom: 0;
            margin-bottom: 0; }
  .blog-page #recentcomments li a:before {
    display: none; }
  @media (min-width: 767px) {
    .blog-page .left-bar {
      padding-right: 50px; } }
  .blog-page .author-image {
    margin-bottom: 20px; }
    .blog-page .author-image img {
      max-width: 250px;
      border-radius: 15px;
      width: 100%; }
  .blog-page .author-name {
    font-size: 24px; }
  .blog-page .author-description {
    margin-bottom: 30px; }
  .blog-page.details {
    background: #fff; }

.pagination {
  clear: both;
  text-align: center;
  padding-top: 40px; }
  .pagination .page-numbers {
    font-size: 14px;
    margin: 0 3px;
    padding: 7px 12px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    color: #4c4c4c;
    font-weight: 700;
    cursor: pointer; }
    .pagination .page-numbers:hover {
      background: #fff; }
  .pagination .current {
    background: #fff; }

.newsletter h3 {
  text-align: center; }

.newsletter .subscribe-sec {
  max-width: 780px;
  margin: 0 auto; }

.newsletter .tbx {
  border: 3px solid #cfcfcf;
  background: #fff;
  width: calc(100% - 165px);
  padding: 0 25px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  line-height: 64px;
  height: 70px;
  border-radius: 2px; }

.newsletter .button {
  float: right;
  width: 160px;
  height: 70px;
  font-size: 24px;
  background: #e98332;
  font-weight: 700;
  text-transform: uppercase;
  outline: none;
  padding: 0; }
  .newsletter .button:hover {
    background: #006be4; }

@media (min-width: 767px) {
  .blogdetail-left {
    padding-right: 50px; } }

.blogdetail-left .main-content ol {
  margin-left: 25px; }

.blogdetail-left .main-content ul li {
  list-style: none;
  background: url(images/arrow-2.png) no-repeat 0 -2px;
  padding-left: 40px;
  list-style: none;
  min-height: 30px;
  margin-bottom: 12px; }

.blogdetail-left .main-content a {
  color: #e98332; }
  .blogdetail-left .main-content a:hover {
    color: #000; }

.blogdetail-left .main-content p {
  text-align: justify; }

.blogdetail-left .main-content img {
  width: 100%;
  margin: 20px 0;
  border-radius: 12px; }

.blogdetail-left img {
  margin-bottom: 20px; }

.comments-section h3 {
  margin-bottom: 0; }

.comments-section p {
  margin-bottom: 30px; }

.comments-section .form-submit {
  text-align: right; }

.comments-area .comments-title {
  font-size: 16px;
  color: #929292;
  margin: 0px;
  padding: 0px;
  font-weight: 400; }
  .comments-area .comments-title span {
    font-size: 25px;
    color: #41484b;
    margin-right: 5px;
    font-weight: 500; }
  .comments-area .comments-title:before {
    width: 0px;
    height: 0px; }

.comments-area .edit-link {
  margin-bottom: 0; }
  .comments-area .edit-link a {
    font-size: 14px;
    color: #079dd2;
    font-weight: 500; }
    .comments-area .edit-link a:hover {
      text-decoration: underline;
      color: #9a9a9a; }

.commentlist {
  padding: 0px 0px 0px;
  margin: 0px;
  border-bottom: 1px solid #e5e5e5; }
  .commentlist cite.fn {
    display: block;
    width: 100%;
    margin-bottom: 7px; }
    .commentlist cite.fn .url {
      font-size: 18px;
      color: #41484b;
      font-style: initial;
      font-weight: 500; }
      .commentlist cite.fn .url:hover {
        color: #9a9a9a; }
  .commentlist .vcard .cmt1 {
    text-align: center; }
  .commentlist .vcard img {
    width: 82px;
    height: auto;
    border-radius: 100px; }
  .commentlist .vcard time {
    font-size: 16px;
    color: #929292;
    text-transform: uppercase;
    font-weight: 400; }
  .commentlist article.comment-body {
    margin: 30px 0px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px; }
    .commentlist article.comment-body p {
      font-size: 18px;
      line-height: 30px; }
    .commentlist article.comment-body .comment-awaiting-moderation {
      font-size: 14px !important;
      color: red;
      font-style: italic; }
    .commentlist article.comment-body .reply a {
      font-size: 16px;
      color: #3b5998;
      font-weight: 500; }
      .commentlist article.comment-body .reply a:hover {
        text-decoration: underline;
        color: #9a9a9a; }
    .commentlist article.comment-body section.comment-content {
      margin-top: 10px; }
  .commentlist ol.children {
    padding-left: 20px; }

.commentlist a {
  color: #ea842d; }

.commentlist .vcard img {
  float: left;
  margin-right: 50px; }

.commentlist .aside p {
  padding-left: 133px; }

.commentlist .reply a {
  padding-left: 133px; }

.commentlist ol.children {
  padding-left: 85px; }

.commentlist .comment-content {
  padding-left: 133px; }

.commentlist .children {
  margin-left: 40px; }

.related-post {
  background: #f1f1f1; }
  .related-post h3 {
    text-align: center; }
  @media (min-width: 767px) {
    .related-post .post-list {
      padding-bottom: 50px; } }
  .related-post .post-list span.post-name {
    color: #e98332; }
    @media (min-width: 767px) {
      .related-post .post-list span.post-name {
        position: absolute;
        bottom: 30px;
        left: 20px; } }

.archive-sec1 .post-list {
  padding: 0; }

.archive-sec1 .content-area {
  padding: 15px; }

.archive-sec1 span.post-name {
  padding-bottom: 25px; }

.archive-sec1 .post-list img {
  border-radius: 10px 10px 0 0; }

.archive-sec1 .post-list .border-line {
  border-radius: 10px 10px 0 0; }

.portfolio .post-list {
  position: relative;
  overflow: hidden; }
  .portfolio .post-list > .post-title {
    padding: 30px 20px; }
  .portfolio .post-list:hover .hover-cnt {
    opacity: 1;
    visibility: visible; }
    .portfolio .post-list:hover .hover-cnt h4 a {
      color: #fff; }

.portfolio .hover-cnt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 172, 236, 0.94);
  padding: 20px 20px 20px 40px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden; }
  .portfolio .hover-cnt h4 {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    padding: 0 50px;
    padding-bottom: 25px; }
    .portfolio .hover-cnt h4 a {
      color: #fff;
      font-size: 24px; }
  .portfolio .hover-cnt .btn-4 {
    position: absolute;
    bottom: 20px;
    left: 45px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 50px 0 0;
    display: inline-block;
    background: none;
    border: 0; }
    .portfolio .hover-cnt .btn-4:before {
      font-size: 35px; }
    .portfolio .hover-cnt .btn-4:hover:before {
      left: 78%; }

.portfolio .pic {
  background: #000;
  border-radius: 10px 10px 0 0; }

.center-001 h2 {
  text-align: center; }

.service-offering {
  background: #104e7b; }
  .service-offering h2 {
    text-align: center;
    color: #fff; }
    @media (min-width: 767px) {
      .service-offering h2 {
        margin-bottom: 50px; } }
  .service-offering img {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .service-offering .pic {
    margin-bottom: 40px;
    background: #000; }
    .service-offering .pic:hover img {
      opacity: .6; }
  .service-offering h4 {
    color: #fff;
    margin-bottom: 30px; }
    @media (min-width: 767px) {
      .service-offering h4 {
        font-size: 30px; } }
  .service-offering p {
    color: #fff; }
  .service-offering .btn-4 {
    background: #e98332;
    color: #fff; }

.slider-outer-1 {
  position: relative; }
  .slider-outer-1 .next-arrow, .slider-outer-1 .prev-arrow {
    width: 58px;
    height: 58px;
    background: url(images/arrow-3.png) no-repeat 0;
    border-radius: 0;
    right: -90px; }
  .slider-outer-1 .prev-arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -90px; }
  .slider-outer-1 .swiper-pagination {
    display: none; }
  .slider-outer-1 .swiper-pagination-bullet-active {
    background: #fff; }
  .slider-outer-1 .swiper-pagination-bullet {
    background: #787d88; }

.proposition {
  background: #e6e9e9;
  position: relative;
  overflow: hidden; }
  .proposition .lft {
    background: #fff;
    padding: 80px 0;
    float: left;
    width: 100%;
    position: relative; }
    .proposition .lft:before {
      position: absolute;
      content: '';
      width: 20%;
      top: 0;
      right: 0;
      bottom: 0;
      background: #e6e9e9; }
    .proposition .lft .outer {
      max-width: 580px;
      float: left; }
  .proposition .title {
    position: relative;
    margin-bottom: 40px; }
    .proposition .title img {
      width: 102px;
      position: absolute;
      left: 0;
      top: 0; }
    .proposition .title h2 {
      padding-left: 125px;
      font-size: 36px; }
      .proposition .title h2 span {
        display: block;
        font-size: 60px; }
  .proposition h4 {
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 15px; }
  .proposition .content {
    max-width: 994px;
    float: right;
    width: 100%; }
  .proposition .rht {
    position: absolute;
    width: 40%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.news-page {
  background: #fff; }
  .news-page .post-list {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .news-page .post-list .blog-category {
      position: relative;
      left: 0;
      display: none; }
      .news-page .post-list .blog-category a {
        background: no-repeat;
        text-transform: none;
        color: #555555;
        font-size: 16px;
        padding: 0;
        margin: 0 15px 15px 0; }
        .news-page .post-list .blog-category a:hover {
          background: none;
          color: #006be4; }
    .news-page .post-list .border-line {
      border-radius: 0;
      margin-bottom: 20px;
      display: block; }
      .news-page .post-list .border-line img {
        border-radius: 0; }
    .news-page .post-list .pic-outer {
      position: relative; }
  .news-page .content-area {
    padding: 0; }
    @media (min-width: 767px) {
      .news-page .content-area h4 {
        font-size: 24px; } }
  .news-page .post-name {
    color: #e98332; }

.news-details .blogdetail-left img {
  border-radius: 0; }

.news-details .title {
  color: #555555;
  margin-bottom: 10px; }
  @media (min-width: 767px) {
    .news-details .title {
      font-size: 30px; } }

.news-details .post-name {
  color: #e98332; }

.news-details .post-date {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
  display: block;
  font-weight: 700; }

.error404-outer {
  text-align: center; }
  .error404-outer .search-field {
    color: #666;
    border: 1px solid #ccc;
    outline: none;
    font: 400 16px "Lato", sans-serif;
    margin-bottom: 10px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    padding: 0 8px; }
  .error404-outer .search-submit {
    height: 40px;
    background: #e78432;
    font-size: 14px;
    padding: 0 20px;
    right: 0;
    min-width: 93px;
    text-shadow: none; }
  .error404-outer .search-form {
    position: relative;
    max-width: 400px;
    margin: 0 auto; }

.error404-outer p.emoji {
  font-size: 120px;
  font-weight: 700;
  font-family: sans-serif;
  line-height: 1em;
  color: #222f67;
  margin: 0;
  margin-bottom: 40px; }

.error404-outer .wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.14); }

.error404-outer .contentmain {
  padding: 80px 12px 100px;
  background: #fff; }

.error404-outer p {
  margin: 1.8em 0;
  font-size: 14px; }

.page-template-default h3 {
  margin-bottom: 20px; }

.career-detail-1 h3 {
  margin-bottom: 20px; }

.career-form {
  background: #f1f1f1;
  display: none; }
  .career-form .container {
    max-width: 960px; }
  .career-form .input-outer:before {
    display: none; }
  .career-form .input-outer label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #555555; }
  .career-form .input-txt {
    padding: 10px 15px; }
  .career-form .submit-btn {
    background: #e98332;
    color: #fff;
    text-shadow: none; }
  .career-form.open {
    display: block; }
  .career-form label.error {
    color: #f00;
    margin-bottom: 0;
    margin-top: 0; }

.career-btn {
  cursor: pointer; }

.fileup {
  position: relative;
  width: 100%;
  height: 56px;
  border: 1px solid #e4e4e4;
  overflow: hidden; }
  .fileup .error {
    margin-top: -8px !important; }

input.fake {
  cursor: pointer;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  color: #fff;
  font-size: 14px;
  border: none;
  line-height: 56px;
  padding: 0 15px; }
  input.fake::-webkit-input-placeholder {
    color: #636363; }
  input.fake::-moz-placeholder {
    color: #636363; }
  input.fake:-ms-input-placeholder {
    color: #636363; }

input#resume {
  cursor: pointer;
  opacity: 0;
  position: relative;
  width: 100%;
  z-index: 49;
  font-size: 14px;
  line-height: 56px; }

input#uploadFile {
  background-color: #fff;
  border: medium none;
  color: #818282;
  position: absolute;
  left: 10px;
  top: 0;
  width: auto;
  line-height: 56px;
  font-size: 14px;
  z-index: 99;
  padding: 0; }

.sec-04 .tab-item h4 {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

label.error {
  z-index: 99; }

.alignnone {
  margin-right: 0;
  margin-left: 0; }

.tagcloud a {
  color: #000;
  margin: 5px; }

.tagcloud a:hover {
  color: #ea842d; }

/* ==========================================================================
   mobile menu styles
   ========================================================================== */
.navicon {
  display: none; }

@media only screen and (max-width: 992px) {
  .navicon {
    display: block;
    line-height: 80px;
    position: absolute;
    color: #000;
    right: 10px;
    z-index: 999;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    top: 22px;
    line-height: normal; }
    .navicon:hover {
      color: #fff; }
  header .row > div {
    position: static; }
  nav {
    padding: 0 10px;
    line-height: normal; }
    nav > ul {
      position: fixed;
      width: 300px;
      top: 0;
      right: -300px;
      background: #104e7b;
      padding: 70px 20px 30px;
      z-index: 999;
      height: 100%;
      overflow: hidden;
      overflow-y: scroll;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      nav > ul > li {
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
        padding: 5px 0;
        display: block;
        margin-left: 0; }
        nav > ul > li > a {
          font-size: 16px;
          color: #fff;
          line-height: 33px;
          display: inline-block;
          padding: 3px 0; }
          nav > ul > li > a:hover {
            color: #fff; }
    nav .icon {
      position: absolute;
      right: 0;
      top: 8px;
      font-size: 22px;
      color: #fff;
      padding: 5px 8px;
      display: inline-block !important;
      cursor: pointer; }
      nav .icon.open:before {
        content: "\e900"; }
    nav .menu-content {
      display: none; }
  .open-menu nav > ul {
    right: 0; }
  .open-menu .navicon:before {
    content: "\e905"; }
  .open-menu, .open-menu body {
    overflow: hidden;
    position: relative;
    height: 100%; }
  .sub-menu {
    position: static;
    display: none; }
    .sub-menu li {
      display: block;
      position: relative; }
      .sub-menu li a {
        font-size: 16px;
        color: #fff;
        line-height: 34px;
        padding-bottom: 10px; }
        .sub-menu li a:hover {
          color: #006be4; }
    .sub-menu .icon {
      top: 0; }
  .fixedheader nav li a {
    color: #fff; } }

@media only screen and (min-width: 992px) {
  nav {
    float: right; }
    nav ul > li {
      margin-left: 20px; }
    nav li {
      display: inline-block;
      position: relative;
      margin-bottom: 0; }
      nav li a {
        font-size: 0.875em;
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        padding: 8px 0;
        display: block; }
        nav li a:hover {
          color: #000; }
    nav .sub-menu {
      display: block;
      position: absolute;
      right: 0;
      width: 200px;
      line-height: normal;
      background: #ea842f;
      padding: 0;
      top: 34px;
      overflow: hidden;
      height: 0;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      opacity: 0;
      visibility: hidden; }
      nav .sub-menu li {
        display: block;
        margin-left: 0;
        margin-bottom: 0; }
        nav .sub-menu li a {
          display: block;
          padding: 12px 15px;
          color: #fff; }
          nav .sub-menu li a:hover {
            background: #fff;
            color: #e98332; }
      nav .sub-menu .sub-menu {
        left: 100%;
        margin: 0;
        top: 0; }
    nav .icon {
      display: none; }
  .menu-item-has-children:hover .sub-menu {
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1; }
  .menu-item-has-children:hover > a {
    color: #e98332; } }

@media only screen and (max-width: 1400px) {
  .news-page .left-bar .row {
    margin: 0 -10px; }
    .news-page .left-bar .row > div {
      padding: 0 10px 20px; }
  .footer-bottom .social-icons {
    padding-right: 80px; } }

@media only screen and (max-width: 1200px) {
  .footer-top {
    padding: 40px 0; }
    .footer-top > ul > li {
      width: 20%;
      margin-bottom: 20px;
      padding-right: 10px; }
      .footer-top > ul > li:last-child {
        width: 20%; }
    .footer-top h5 {
      margin-bottom: 20px; }
  .banner .caption {
    padding-left: 50px; }
  .banner h2 {
    font-size: 22px;
    line-height: 36px; }
  .banner .lft-section h2 {
    font-size: 22px; }
  .transportation {
    padding: 60px 0; }
    .transportation h2 {
      font-size: 40px; }
  .inner-banner h1 {
    font-size: 36px;
    line-height: 45px; }
  .career-table {
    margin-bottom: 60px; }
    .career-table td {
      padding: 15px; }
    .career-table th {
      padding: 15px;
      text-align: left; }
  .experion-team .row {
    margin: 0 -10px; }
    .experion-team .row > div {
      padding: 0 10px; }
  .mfp-container {
    padding: 0 25px; }
  .white-popup {
    padding: 25px; }
  .experion-offices .location {
    padding-left: 30px; }
  .slider-outer-1 .next-arrow, .slider-outer-1 .prev-arrow {
    display: none; }
  .slider-outer-1 .swiper-pagination {
    display: block; }
  header .container {
    padding: 0 20px; }
  .service-section .container > .row {
    margin: 0; }
  .banner .item-text p {
    font-size: 20px; } }

@media only screen and (max-width: 992px) {
  .industries {
    padding: 80px 0; }
  .sec-01 ul h2 {
    font-size: 36px; }
  .sec-04 {
    min-height: 200px; }
  header {
    /* line-height: 100px; */
    padding: 15px 0; }
  .common-space {
    padding: 50px 0; }
  h3 {
    margin-bottom: 20px; }
  h2 {
    font-size: 2em; }
  .sec-02 h2 {
    padding-bottom: 15px; }
  .industries .rht, .industries .lft {
    padding: 30px; }
  header .container {
    padding: 0 10px; }
  .awards-section .award-outer {
    width: 420px; }
  .awards-section .award-4 {
    right: 8%; }
  .awards-section .award-3 {
    bottom: 125px; }
  .awards-section .award-2 {
    top: -10px;
    right: 22%; }
  .resp-tabs-list li {
    margin: 0 10px; }
  .service-sec-03 .pic .caption {
    padding: 30px; }
  .service-sec-03 .border-line:before, .service-sec-03 .border-line:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px; }
  h3 {
    font-size: 1.6em; }
  .inner-sec-01 h3 {
    margin-bottom: 12px; }
  .resp-tab-content .item {
    margin-bottom: 20px; }
  .inner-banner {
    overflow: hidden; }
    .inner-banner > img {
      width: auto;
      max-width: none;
      height: 380px; }
    .inner-banner .caption img {
      margin-bottom: 20px; }
  .sbout-subsec-1, .sbout-subsec-2 {
    padding-left: 0; }
  .development-centers {
    padding: 70px 50px 0; }
  .sbout-subsec-1 .row > div {
    margin: 18px 0; }
  .milestone .next-arrow, .milestone .prev-arrow {
    display: block; }
  .career-list-1 .box {
    padding: 25px 20px; }
  .career-list-1 h3 {
    font-size: 22px; }
  .career-list-1 .txt-1 {
    font-size: 45px; }
  .service-section .row > div:before {
    padding-top: 310px; }
  .btn-5 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    bottom: -25px; }
  .experion-team {
    padding-top: 60px; }
  .contact-sec-1 .box {
    padding: 30px; }
    .contact-sec-1 .box a {
      font-size: 18px; }
    .contact-sec-1 .box h5 {
      font-size: 17px; }
  .contact-sec-1 h4 {
    margin-bottom: 30px; }
  .blog-page .left-bar {
    padding-right: 10px;
    margin-bottom: 26px; }
  h1 {
    font-size: 2.5em; }
  .proposition .rht {
    display: none; }
  .proposition .lft:before {
    display: none; }
  .sec-04 .resp-tab-content h4 {
    font-size: 14px;
    white-space: normal;
    -o-text-overflow: initial;
    text-overflow: initial;
    font-weight: 100;
    text-transform: none; }
  .sec-04 .pic {
    margin-bottom: 20px; }
  .sec-01 ul li:hover {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
    .sec-01 ul li:hover h2 {
      font-size: 36px;
      margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .banner {
    text-align: center; }
    .banner .lft-section, .banner .rht-section {
      width: 100%; }
    .banner h2 {
      margin: 30px 0 !important; }
    .banner .lft-section {
      border-bottom: 2px solid #fff; }
  .sec-01 .btn-1 {
    margin: 0 0 40px 0; }
  .sec-01 h4 {
    margin-bottom: 20px; }
  .sec-01 ul li {
    text-align: center; }
  .industries .lft, .industries .rht {
    width: 100%;
    min-height: 100px; }
  .industries h4 {
    margin-bottom: 40px; }
  .sec-02 .lft {
    margin-bottom: 20px; }
  .awards-section .award-outer {
    width: 420px;
    margin: 0 auto;
    float: none;
    margin-top: 35px; }
  .awards-section .lft {
    padding-top: 0; }
  .inner-sec-01 .pic {
    display: none; }
  .inner-sec-01 h3 {
    text-align: left; }
  .horizontalTab-outer {
    padding-top: 40px; }
  .horizontalTab-outer #horizontalTab {
    text-align: left; }
  .service-sec-03 .row {
    margin-bottom: 40px; }
    .service-sec-03 .row > div {
      margin-bottom: 25px; }
  .expand {
    padding: 25px; }
    .expand:hover {
      width: 100%; }
  .expand.col3, .expand.col5 {
    left: 0;
    right: auto; }
  .expand.col4, .expand.col6 {
    right: 0;
    left: auto; }
  .expand.col3 {
    top: auto;
    bottom: 0; }
  .service-section .scroll-content {
    max-height: 85%; }
  .inner-banner h1 {
    font-size: 30px; }
  .list-offering > li {
    width: 50%; }
  .list-offering .expand.col4 {
    left: 0;
    right: auto; }
  .transportation p {
    text-shadow: 0 2px 2px #fff;
    color: #000; }
  .about-sec-01 .lft .cnt {
    font-size: 24px;
    margin-bottom: 20px; }
  .development-centers {
    padding: 30px 30px 0;
    margin: 40px 0; }
    .development-centers .lft p {
      font-size: 22px;
      margin-bottom: 25px; }
    .development-centers .rht .row > div {
      margin-bottom: 30px; }
  .sbout-subsec-2 h2 {
    font-size: 32px;
    line-height: normal; }
    .sbout-subsec-2 h2 br {
      display: none; }
  .career-list-1 > li {
    width: 50%; }
  .expand.col2.active, .expand.col5.active {
    right: 0; }
  .expand.active {
    width: 200%; }
  .list-offering .expand.active {
    width: 200%; }
    .list-offering .expand.active .icon {
      margin-bottom: 0; }
    .list-offering .expand.active p {
      font-size: 14px;
      line-height: 24px; }
  .list-offering .expand.col2.active {
    right: 0; }
  .list-offering .expand.col3.active {
    right: auto; }
  .list-offering .expand.col4.active {
    right: 0;
    left: auto; }
  .transportation {
    background-position: left top; }
  .contact-sec-1 .box {
    margin-bottom: 15px; }
  .experion-offices {
    margin-top: 40px; }
    .experion-offices .location {
      height: auto !important;
      padding: 10px 0 50px 0; }
    .experion-offices h3 {
      font-size: 30px;
      margin-bottom: 20px; }
    .experion-offices .pic h3 {
      font-size: 36px; }
  .blog-page {
    padding: 40px 0; }
  .portfolio .hover-cnt h4 a {
    font-size: 18px; }
  .service-offering .pic {
    margin-bottom: 20px; }
  .service-offering h4 {
    margin-bottom: 15px; }
  .footer-bottom {
    text-align: center; }
    .footer-bottom .social-icons {
      width: 100%; }
    .footer-bottom p {
      padding: 40px 0 0 0;
      background-position: center top;
      margin-bottom: 15px;
      line-height: normal; }
  .sec-01 {
    text-align: center; }
    .sec-01 .lft {
      margin-bottom: 35px;
      text-align: center; }
      .sec-01 .lft h3 {
        text-align: center; }
  .sec-04 h2.resp-accordion {
    border: 0; }
    .sec-04 h2.resp-accordion h2 {
      color: #fff;
      margin-bottom: 0; }
  .sec-04 h2.resp-tab-active {
    background: none !important; }
    .sec-04 h2.resp-tab-active h2 {
      color: #e98332; }
  .sec-04 .resp-tab-content {
    padding: 20px 0;
    border: 0; }
  .sec-04 .pic {
    margin-bottom: 20px; }
  .navicon {
    top: 15px; }
  .banner .item-text p {
    font-size: 18px; }
  .footer-bottom .social-icons {
    padding-right: 0px; } }

@media only screen and (max-width: 600px) {
  .footer-top {
    padding-bottom: 20px; }
    .footer-top > ul > li {
      width: 33%; }
      .footer-top > ul > li:last-child {
        width: 100%; }
  .horizontal-tab .tab-item {
    margin-bottom: 20px; }
  .key-features .content {
    max-width: 100%; }
  .inner-banner {
    overflow: hidden; }
    .inner-banner > img {
      width: auto;
      max-width: none;
      height: 300px; }
  .inner-sec-01 .rht .scroll-content, .resp-tabs-container .scroll-content {
    max-height: none; }
  .key-features {
    padding-bottom: 0; }
    .key-features li {
      margin-bottom: 30px; }
    .key-features .row-2 li:last-child {
      margin-bottom: 0; }
  .inner-banner h1 {
    font-size: 22px;
    text-transform: none;
    line-height: 30px; }
  .inner-banner p {
    font-size: 14px;
    text-transform: none; }
  .sbout-subsec-1 {
    text-align: center; }
    .sbout-subsec-1 .row > div {
      width: 100%;
      text-align: center; }
  .career-list-1 > li {
    width: 100%; }
  .career-sub-1 ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0; }
  .career-sub-1 h4 {
    font-size: 20px; }
  .expand.active {
    width: 100%; }
  .expand .close {
    top: 10px;
    right: 10px; }
  .white-popup .pic {
    padding-right: 0;
    max-width: 300px;
    margin: 0 auto 20px auto; }
  .blog-page .post-list {
    height: auto !important; }
  h1 {
    font-size: 1.8em; }
  blockquote, q {
    margin: 20px 0; }
  .proposition .title img {
    width: 75px; }
  .proposition .title h2 {
    padding-left: 85px;
    font-size: 20px; }
    .proposition .title h2 span {
      font-size: 40px; }
  .proposition .lft {
    padding: 40px 0; }
  .expand .mCSB_container {
    -webkit-column-count: 1;
    column-count: 1; }
  .awards-section .award-1 {
    left: 0; }
  .blog-page .sidebar {
    padding-top: 20px; }
  .blog-page .widget-title {
    margin-bottom: 10px; } }

@media only screen and (max-width: 480px) {
  .banner h2 {
    font-size: 18px;
    line-height: 30px; }
  .sec-01 h4 {
    text-align: center; }
  .sec-01 ul li {
    width: 50%;
    margin: 10px 0; }
  .sec-01 ul .center-txt {
    text-align: left; }
  .testimonial p {
    font-size: 18px; }
  .industries .rht, .industries .lft {
    padding: 15px; }
  .industries h4 {
    margin-bottom: 20px; }
  .sec-04 .pic {
    margin-bottom: 20px; }
  .horizontal-tab .tab-item .row > div {
    width: 100%;
    margin-bottom: 35px; }
  .horizontal-tab .tab-item img {
    width: 100%; }
  .horizontal-tab .tab-item h4 {
    font-size: 16px; }
  .horizontal-tab .active + .tab-item {
    margin-bottom: 0; }
  h3 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: normal; }
  .sec-01 h4 {
    margin-bottom: 10px; }
  h2 {
    font-size: 1.8em;
    line-height: normal; }
  .sec-02 .box .icon {
    float: none;
    margin: 0 auto 10px auto; }
  .sec-02 h4 {
    text-align: center; }
  .footer-contact .submit-btn {
    margin-top: 15px;
    float: none; }
  .footer-top > ul > li {
    width: 100%;
    height: auto !important;
    text-align: center;
    padding-right: 0; }
  .awards-section .award-outer {
    width: 100%; }
  .list-offering > li {
    width: 100%;
    height: auto;
    min-height: 200px; }
  .list-offering .expand .scroll-content {
    height: 150px; }
  .transportation h2 {
    font-size: 28px;
    text-shadow: 0 2px 2px #fff; }
  .costomers-list li {
    width: 100%;
    min-height: 80px;
    text-align: center; }
  .list-offering .expand.active {
    width: 100%;
    height: 200%; }
  .experion-team {
    padding-top: 40px; }
    .experion-team .row > div {
      width: 100%; }
    .experion-team .details {
      height: auto;
      padding: 23px 15px 43px; }
  .newsletter .tbx {
    width: 100%;
    margin-bottom: 10px;
    line-height: 50px;
    height: 51px; }
  .newsletter .button {
    width: 100%;
    height: 45px;
    font-size: 16px; }
  .inner-banner .icon {
    margin-bottom: 10px; }
  .sec-02 .lft {
    text-align: center; }
  .sec-02 h2:before {
    left: 50%;
    margin-left: -33px; }
  .sec-04 .resp-tab-content .row {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-name: initial;
    animation-name: initial; }
  .horizontalTab-outer .resp-tab-content .row {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-name: initial;
    animation-name: initial; }
  .horizontalTab-outer img {
    margin-bottom: 15px; }
  .service-section h2 {
    padding-bottom: 15px; }
  .content-01, .mob-center {
    text-align: center; }
    .content-01 h3, .mob-center h3 {
      text-align: center; }
  .development-centers .rht .row > div {
    margin-bottom: 10px; }
    .development-centers .rht .row > div img {
      margin-top: 25px; }
  .news-page .post-list .border-line {
    margin-bottom: 10px; }
  .archive-sec1 span.post-name {
    padding-bottom: 10px; }
  .blog-page .widget-title {
    margin-bottom: 12px; }
  .awards-section h3, .footer-top h5 {
    margin-bottom: 10px; }
  .list-offering .expand.col2.active {
    right: 0; }
  .list-offering .expand.col5.active {
    left: 0; }
  .banner .item-text p {
    font-size: 17px;
    line-height: 25px; }
  .industry-offerings {
    overflow: visible; }
  .expand.col3, .expand.col4, .expand.col5, .expand.col6 {
    top: 0; }
  .footer-top > ul ul li {
    margin-bottom: 0; }
  .content-01 .btn-4 {
    float: none; }
  .milestone ul li {
    /* background: url(images/milestone-line-2.png) 0px 85px no-repeat;     height: 270px; */ }
    .milestone ul li:nth-child(even):before {
      top: -104px; }
    .milestone ul li:nth-child(odd):before {
      bottom: -104px; }
    .milestone ul li:after {
      -webkit-transform: rotate(-36deg);
      -ms-transform: rotate(-36deg);
      transform: rotate(-36deg); } }

@media only screen and (max-width: 400px) {
  .milestone ul li:nth-child(even):before {
    top: -116px; }
  .milestone ul li:nth-child(odd):before {
    bottom: -70px; }
  .milestone ul li:nth-child(even):after {
    -webkit-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    transform: rotate(38deg);
    top: -47px; }
  .milestone ul li:after {
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg);
    bottom: 6px; } }

/*# sourceMappingURL=style.css.map */

.footer-bottom a {
  margin-left: 20px;
  color: #555555;
}

.footer-bottom a:hover {
  color: #e98332;
}

