.navigation,
.navigation ul,
.navigation ul li,
.navigation ul li a,
.navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation:after,
.navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navigation #menu-button {
  display: none;
}
.navigation {
  position: static;
  float: right;
  font-family: "Neue Helvetica W02", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 30px;
  padding-top: 0;
}
.navigation ul li .nav-dropdown {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.navigation > ul > li {
  float: left;
}
.navigation.align-center > ul {
  font-size: 0;
  text-align: center;
}
.navigation.align-center > ul > li {
  display: inline-block;
  float: none;
}
.navigation.align-center ul ul {
  text-align: left;
}
.navigation.align-right > ul > li {
  float: right;
}
.navigation.align-right ul ul {
  text-align: right;
}
.navigation > ul > li > a {
  padding: 41px 16px;
  font-size: 14px;
  font-family: "Neue Helvetica W02", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #323232;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  outline: none;
}
.header.sticky .navigation ul li a {
  padding: 26px 16px;
}
.header.sticky .navigation ul ul li a,
.header .navigation ul ul li a,
.navigation ul ul li a {
  padding: 10px 20px;
  color: #ddd;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  outline: none;
}
.navigation ul li:hover a,
.header.sticky .navigation ul ul > li:hover > a,
.header.sticky .navigation ul > li:hover > a,
.navigation > ul > li.active > a {
  color: #83a7ac;
}
/*.navigation > ul > li.nav-has-sub > a {
  padding-right: 25px;
}*/
/*.navigation > ul > li.nav-has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid @grey32;
  border-right: 1px solid @grey32;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}*/
.navigation > ul > li.nav-has-sub:hover > a::after {
  border-color: #83a7ac;
}
.navigation ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 100%!important;
  visibility: hidden;
}
.navigation li:hover > ul {
  left: auto;
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navigation li:hover ul.nav-sub-dropdown {
  top: 0;
}
.navigation.align-right li:hover > ul {
  right: 0;
}
.navigation ul ul ul {
  margin-left: 100%;
  top: 0;
}
.navigation .nav-dropdown,
.navigation .nav-sub-dropdown {
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(32, 32, 32, 0.95);
}
.navigation li:hover ul.nav-sub-dropdown {
  top: -10px;
}
.navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
/*.navigation ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}*/
/*.navigation ul li:hover > ul > li {
  height: 32px;
}*/
.navigation ul ul li a {
  padding: 10px 20px;
  width: 225px;
  font-size: 14px;
  text-decoration: none;
  color: white;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.navigation ul ul li:hover > a,
.navigation ul ul li a:hover {
  color: #83a7ac;
}
.navigation ul ul li.nav-has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.navigation.align-right ul ul li.nav-has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #83a7ac;
  border-left: 1px solid #83a7ac;
}
.navigation ul ul li.nav-has-sub:hover > a::after {
  border-color: #83a7ac;
}
@media all and (max-width: 991px) {
  .navigation {
    width: auto;
    margin-left: 0px;
  }
  .navigation ul {
    display: none;
    left: 0;
    /*position: absolute;
            top: 100%;*/
    width: 100%;
    /*height:300px;*/
    background: white;
    overflow: auto;
    position: fixed;
    top: 64px;
    z-index: 2;
    height: calc(36%);
    /*padding-top:65px !important;*/
  }
  .navigation > ul > li > a {
    color: #323232 !important;
  }
  .navigation .nav-dropdown,
  .navigation .nav-sub-dropdown {
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f7f7f7;
  }
  .navigation li:hover > ul,
  .navigation li:hover ul.nav-sub-dropdown {
    top: auto;
  }
  .navigation ul ul {
    opacity: 1;
    visibility: visible;
  }
  .navigation > ul > li > a,
  .header.sticky .navigation > ul > li > a {
    padding: 20px 16px;
  }
  .navigation.align-center > ul,
  .navigation.align-right ul ul {
    text-align: left;
  }
  .navigation ul li,
  .navigation ul ul li,
  .navigation ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid #eee;
  }
  .navigation ul li a,
  .navigation ul ul li a {
    width: 100%;
  }
  .navigation > ul > li,
  .navigation.align-center > ul > li,
  .navigation.align-right > ul > li {
    float: none;
    display: block;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }
  .navigation ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 14px;
    color: #323232;
    background: none;
  }
  .header.sticky .navigation ul ul li a,
  .header .navigation ul ul li a {
    padding: 20px 20px 20px 30px;
    color: #323232;
  }
  .header.sticky .navigation ul ul ul li a,
  .header .navigation ul ul ul li a {
    padding: 20px 20px 20px 45px;
  }
  .navigation ul ul li:hover > a,
  .navigation ul ul li a:hover {
    color: #83a7ac;
  }
  .navigation ul ul ul li a {
    padding-left: 40px;
  }
  .navigation ul ul,
  .navigation ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  .navigation > ul > li.nav-has-sub > a::after,
  .navigation ul ul li.nav-has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  .navigation #menu-button {
    display: inline-block;
    padding: 19px 0 20px;
    margin-left: 15px;
    color: #323232;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 2;
    float: left;
  }
  /*.navigation #menu-button::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            width: 15px;
            height: 2px;
            background: @black;
        }

        .navigation #menu-button::before {
            content: '';
            position: absolute;
            top: 25px;
            right: 20px;
            display: block;
            width: 15px;
            height: 3px;
            border-top: 2px solid @black;
            border-bottom: 2px solid @black;
        }*/
  .navigation .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #eee;
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  .navigation .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #323232;
    z-index: 99;
  }
  .navigation .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #323232;
    z-index: 99;
  }
  .navigation .submenu-button.submenu-opened:after {
    display: none;
  }
}
/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
::-moz-selection {
  background-color: #83a7ac;
  color: white;
}
::selection {
  background-color: #83a7ac;
  color: white;
}
/*  General Style   ||-----------*/
body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  line-height: 24px;
  color: #323232;
  font-size: 14px;
  font-family: "Neue Helvetica W02", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
}
body i,
body em {
  font-style: italic;
}
body b,
body strong {
  font-weight: 400;
}
body h1,
body h2,
body h4,
body h5,
body h6,
body .h1,
body .h2,
body .h4,
body .h5,
body .h6 {
  font-weight: 400;
}
body h3,
body .h3 {
  font-weight: 300;
}
img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}
a,
a:focus,
a:active,
a:link,
img {
  outline: none;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #323232;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}
a:hover {
  color: #83a7ac;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}
.video {
  display: block;
}
.audio {
  width: 100%;
}
br {
  font-size: 0;
  line-height: 0;
}
hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #f1f1f1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
hr.dark {
  border-top: 1px solid #3e3e3e;
}
small,
small a {
  font-size: 11px;
  color: #888;
}
ul.list-inside {
  list-style: inside;
}
ul.list-none {
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
}
ul.list-none-ib {
  list-style: none;
  padding-left: 0px;
  margin-left: 0;
}
ul.list-none-ib li,
.list-none-ib {
  list-style: none;
  display: inline-block;
}
ul.text-cap li,
.text-cap {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
p {
  line-height: 20px;
  font-size: 14px;
  margin: 0px 0 10px 0;
  color: #444;
  letter-spacing: 1px;
}
p.lead,
.lead,
.lead p {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}
p.dark,
.dark,
a.dark,
h1.dark,
h2.dark,
h3.dark,
h4.dark,
h5.dark,
h6.dark {
  color: #323232 !important;
}
p.white,
.white,
a.white,
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: white !important;
}
p.color,
.color,
a.color,
h1.color,
h2.color,
h3.color,
h4.color,
h5.color,
h6.color,
li.link:hover,
li.link a:hover,
.color {
  color: #83a7ac !important;
}
.gray {
  color: #888;
}
.light-color h1,
.light-color h2,
.light-color h3,
.light-color h4,
.light-color h5,
.light-color h6,
.light-color p,
.light-color,
.light-color .container-icon {
  color: white;
}
.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6,
.dark-color p,
.dark-color,
.dark-color .container-icon {
  color: #323232;
}
.dark-bg {
  background: #323232;
  color: white;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p,
.dark-bg .link,
.dark-bg .container-icon,
.dark-bg .page-icon-top {
  color: white;
}
.dark-bg .link:hover,
.link:hover {
  color: #83a7ac;
}
.gray-bg {
  background: #f7f7f7;
  color: #323232;
}
.gray-bg h1,
.gray-bg h2,
.gray-bg h3,
.gray-bg h4,
.gray-bg h5,
.gray-bg h6,
.gray-bg .container-icon {
  color: #323232;
}
/*Headings Style   ||-----------*/
.separator {
  height: 1px;
  width: 32px;
  background: #888;
  margin-top: 5px;
  margin-bottom: 3px;
  border: 0 none;
}
.separator.right {
  float: right;
}
.separator.center {
  margin-left: auto;
  margin-right: auto;
}
.separator.color {
  background: #83a7ac;
}
.separator.white {
  background: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #323232;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 10px;
}
h1 {
  font-size: 43px;
  letter-spacing: 2px;
  line-height: 40px;
}
h1.h1,
h2.h2 {
  letter-spacing: 15px;
}
@media (max-width: 767px) {
  h1.h1,
  h2.h2 {
    letter-spacing: 0px;
  }
}
h2 {
  font-size: 27px;
  letter-spacing: 2px;
  line-height: 37px;
  margin-bottom: 20px;
  padding-top: 10px;
}
h3 {
  font-size: 21px;
  letter-spacing: 4px;
  line-height: 32px;
}
h3:after {
  color: #83a7ac;
  content: ".";
  font-size: 34px;
}
h4 {
  font-size: 17px;
  letter-spacing: 2px;
  line-height: 28px;
}
h4.h4 {
  letter-spacing: 4px;
}
h5 {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 23px;
}
h6 {
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 17px;
}
h1.large {
  font-size: 50px;
}
/*Button Style   ||-----------*/
.btn:focus {
  outline: none;
}
.btn,
button {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
.btn i,
button i,
i.left {
  margin-right: 6px;
}
i.right {
  margin-left: 6px;
  margin-right: 0px !important;
}
button {
  vertical-align: top;
}
.btn-full {
  width: 100% !important;
  display: inline-block;
  text-align: center;
}
.btn-lg {
  padding: 15px 25px;
  display: inline-block;
}
.btn-md {
  padding: 11px 20px;
  display: inline-block;
}
.btn-xs {
  padding: 11px 15px 10px;
  display: inline-block;
}
.btn-line-xs {
  padding: 7px 15px 7px;
  display: inline-block;
}
.btn-icon {
  padding: 0px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-table !important;
}
.btn-black {
  color: white;
  background: #323232;
  border: none;
}
.btn-black:hover {
  color: white;
  /*background: @mainColor;*/
  background: rgba(50, 50, 50, 0.85);
}
.btn-color-a,
.btn-color-b {
  color: white;
  background: #83a7ac;
  border: none;
}
.btn-color-a:hover {
  color: white;
  background-color: rgba(131, 247, 247, 0.85);
}
.btn-color-b:hover {
  color: white;
  /*color: @mainColor;
        background: @white;*/
  background-color: rgba(131, 247, 247, 0.85);
}
.btn-white {
  color: #323232;
  background-color: #fff7f7;
  border: none;
}
.btn-white:hover {
  /*color: @white;
        background: @mainColor;*/
  background: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 247, 247, 0.85);
  color: #323232;
}
.btn-black-line,
.btn-white-line,
.btn-color-line {
  border: 2px solid;
  background: none;
}
.btn-black-line {
  color: #323232;
  border-color: #323232;
  padding: 9px 20px;
}
.btn-black-line:hover {
  color: white;
  background: #323232;
}
.btn-color-line {
  color: #83a7ac;
  border-color: #83a7ac;
  padding: 9px 20px;
}
.btn-color-line:hover {
  color: white;
  background: #83a7ac;
}
.btn-white-line {
  color: white;
  border-color: white;
  padding: 9px 20px;
}
.btn-white-line:hover {
  color: #323232;
  background: white;
}
.btn-link-a,
.btn-link-b {
  color: #323232;
  background: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 3px;
  border-bottom: 1px dotted transparent;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-link-a:hover {
  color: #83a7ac;
  border-bottom: 1px solid #83a7ac;
}
.btn-link-b:hover {
  color: white;
  border-bottom: 2px solid white;
}
.btn-space-5 {
  width: 5px;
  min-height: 1px;
  display: inline-block;
}
.btn-space-10 {
  width: 10px;
  min-height: 1px;
  display: inline-block;
}
/*Form Style   ||-----------*/
button {
  outline: none;
  border: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
}
button,
input,
textarea,
select {
  font-family: "Neue Helvetica W02", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="radio"],
input[type="checkbox"],
textarea,
select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #888;
  outline: none;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 10px 15px;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  display: inline-block;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #83a7ac;
  color: #323232;
}
input,
textarea,
select {
  margin-bottom: 20px;
  font-family: "Neue Helvetica W02", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
input.input-sm,
.input-sm {
  padding: 8px 15px;
}
textarea {
  height: 120px;
}
label {
  color: #323232;
  font-size: 14px;
  margin-bottom: 10px;
  padding-right: 3px;
  margin-top: 6px;
  font-weight: 300;
}
.form-full {
  width: 100%;
}
.form-field-wrapper {
  margin-bottom: 20px;
}
.form-field-wrapper input,
.form-field-wrapper textarea,
.form-field-wrapper select {
  margin-bottom: 0px;
}
.form-field-wrapper.html5multiupload .DragAndDrop {
  height: auto!important;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.form-field-wrapper.html5multiupload {
  text-align: left;
}
.form-field-wrapper.html5multiupload .QueueItem {
  position: relative;
}
.form-field-wrapper.html5multiupload .QueueItem a.Remove {
  display: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #e1534f;
}
.form-field-wrapper.html5multiupload .QueueItem a.Remove,
.form-field-wrapper.html5multiupload .QueueItem a.Remove:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
.form-field-wrapper.html5multiupload .QueueItem a.Remove:before {
  content: ' ';
  color: white;
  line-height: 20px;
  text-align: center;
}
.form-field-wrapper.html5multiupload .QueueItem:hover a.Remove {
  display: block;
}
form .error {
  border-color: #e1534f;
}
form label.error {
  margin-bottom: 0px;
  margin-top: 3px;
  color: #e1534f;
  font-size: 14px;
  font-weight: 300;
}
.successContent,
.errorContent {
  margin-bottom: 20px;
  display: none;
  text-transform: none;
  letter-spacing: 1px;
}
/* Spacer Style   ||-----------*/
.spacer-15 {
  width: 100%;
  height: 15px;
}
.spacer-30 {
  width: 100%;
  height: 30px;
}
.spacer-45 {
  width: 100%;
  height: 45px;
}
.spacer-60 {
  width: 100%;
  height: 60px;
}
.spacer-75 {
  width: 100%;
  height: 75px;
}
.spacer-80 {
  width: 100%;
  height: 75px;
}
.spacer-90 {
  width: 100%;
  height: 90px;
}
.no-padding {
  padding: 0 !important;
}
.padding-30 {
  padding: 30px !important;
}
.padding-40 {
  padding: 40px !important;
}
.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.ptb {
  padding-top: 110px;
  padding-bottom: 110px;
}
.pt {
  padding-top: 110px;
}
.pb {
  padding-bottom: 110px;
}
.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-30 {
  padding-top: 30px;
}
.pb-15 {
  padding-bottom: 15px;
}
.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt-60 {
  padding-top: 60px;
}
.pb-60 {
  padding-bottom: 60px;
}
.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.mtb-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mlr-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mtb-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.mt-45 {
  margin-top: 45px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mtb-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mt-15 {
  margin-top: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media (max-width: 991px) {
  .mtb-sm-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-sm-60 {
    margin-top: 60px;
  }
  .mb-sm-60 {
    margin-bottom: 60px;
  }
  .mtb-sm-45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .mt-sm-45 {
    margin-top: 45px;
  }
  .mb-sm-45 {
    margin-bottom: 45px;
  }
  .mtb-sm-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-sm-30 {
    margin-top: 30px;
  }
  .mb-sm-30 {
    margin-bottom: 30px;
  }
  .mt-sm-40 {
    margin-top: 40px;
  }
  .mb-sm-40 {
    margin-bottom: 40px;
  }
  .mtb-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .ptb-sm-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .ptb-sm-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ptb-sm-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-sm-30 {
    padding-top: 30px;
  }
  .pb-sm-30 {
    padding-bottom: 30px;
  }
  .ptb-sm-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pb-sm-60 {
    padding-bottom: 60px;
  }
  .pt-sm-60 {
    padding-top: 60px;
  }
  .pt-sm-40 {
    padding-top: 40px;
  }
  .pb-sm-40 {
    padding-bottom: 40px;
  }
  .ptb-sm-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pb-sm-80 {
    padding-bottom: 80px;
  }
  .pt-sm-80 {
    padding-top: 80px;
  }
  .float-none-sm {
    float: none !important;
  }
  .float-left-sm {
    float: left !important;
  }
  .float-right-sm {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .mtb-xs-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mt-xs-0 {
    margin-top: 0px;
  }
  .mb-xs-0 {
    margin-bottom: 0px;
  }
  .mtb-xs-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .mtb-xs-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mt-xs-30 {
    margin-top: 30px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .mtb-xs-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .mt-xs-60 {
    margin-top: 60px;
  }
  .mb-xs-60 {
    margin-bottom: 60px;
  }
  .ptb-xs-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pt-xs-30 {
    padding-top: 30px;
  }
  .pb-xs-30 {
    padding-bottom: 30px;
  }
  .ptb-xs-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pb-xs-60 {
    padding-bottom: 60px;
  }
  .pt-xs-60 {
    padding-top: 60px;
  }
  .float-none-xs {
    float: none !important;
  }
  .float-left-xs {
    float: left !important;
  }
  .float-right-xs {
    float: right !important;
  }
}
/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
/* Header Style */
.wrapper {
  position: relative;
  width: 100%;
}
.push-body-totop .header.sticky {
  position: fixed;
  top: 64px;
}
.header .container {
  position: relative;
}
.header {
  background-color: white;
  /*border-bottom: 1px solid @greye;*/
  color: #323232;
  /*padding:25px 0px;*/
  padding: 0px;
  position: relative;
  /*top: 0;*/
  transition: all 0.25s ease 0s;
  -webkit-transition-: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  width: 100%;
  z-index: 2000;
}
.header.sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #323232;
  position: fixed;
  z-index: 2030;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}
.full-intro .header {
  background-color: rgba(255, 255, 255, 0);
  border-bottom: none;
  position: absolute;
}
.full-intro .header.sticky {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  color: #323232;
  position: fixed;
  /*border-bottom: 1px solid @greye;*/
}
.background--dark .header,
.background--dark .header a,
.background--dark .header .side-menu-btn ul li a.right-icon,
.background--dark .header .mobile-menu-icon {
  color: white;
}
.background--light .header,
.background--light .header a,
.full-intro .header.sticky a,
.header a,
.header.sticky a,
.mobile-menu-icon,
.header.sticky .mobile-menu-icon,
.header .side-menu-btn ul li a.right-icon,
.header.sticky .side-menu-btn ul li a.right-icon,
.header .mobile-menu-icon,
.header.sticky .mobile-menu-icon {
  color: #323232;
}
/*#menu-button.menu-opened .bar-icon,*/
.header .side-menu-btn ul li a.right-icon:hover,
.header.sticky .side-menu-btn ul li a.right-icon:hover,
.header .mobile-menu-icon:hover,
.background--dark .header .navigation a:hover {
  color: #83a7ac;
}
.header li {
  list-style: outside none none;
}
.header ul,
.header li {
  margin: 0;
  padding: 0;
}
/* logo Style */
.header .logo a img.l-white,
.header .logo a img.l-color,
.header.sticky .logo a img.l-white,
.header.sticky .logo a img.l-black,
.full-intro .header.sticky .logo a img.l-white,
.background--dark .header .logo a img.l-color,
.background--dark .header .logo a img.l-black,
.background--light .header .logo a img.l-light,
.background--light .header .logo a img.l-color {
  opacity: 0;
}
.header .logo a img.l-black,
.header.sticky .logo a img.l-color,
.background--light .header .logo a img.l-black,
.background--dark .header .logo a img.l-white {
  opacity: 1;
}
.header .logo {
  float: left;
  display: inline-block;
}
.header .logo a {
  position: relative;
  display: block;
  width: 120px;
  margin-top: 21px;
}
.header.sticky .logo a {
  width: 100px;
  margin-top: 16px;
}
.logo a img {
  position: absolute;
  width: 100%;
  opacity: 0;
  display: block;
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
/* Navigation Menu Style*/
.mobile-menu-icon-wraper {
  display: none;
  position: relative;
  float: left;
  margin-left: 20px;
}
.mobile-menu-icon,
.header.sticky .mobile-menu-icon {
  height: 25px;
  display: block;
  font-size: 17px;
  line-height: 24px;
}
.side-menu-btn-fix {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 2001;
  font-size: 17px;
}
.side-menu-btn-fix a {
  width: 35px;
  height: 35px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  border-radius: 3px;
  color: white;
  line-height: 34px;
}
.side-menu-btn-fix a:hover {
  background: #83a7ac;
}
header.sticky .navigation a.current-ele {
  color: #83a7ac !important;
}
/* Right Side Menu Button Style*/
.header .side-menu-btn {
  float: right;
  position: relative;
}
.header .side-menu-btn > ul > li,
.header .mobile-menu-icon-wraper {
  float: left;
  padding: 35px 0 34px;
  margin-left: 20px;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
}
.header.sticky .side-menu-btn > ul > li,
.header.sticky .mobile-menu-icon-wraper {
  padding: 19px 0 20px;
}
.header .side-menu-btn ul li a.right-icon {
  display: block;
  position: relative;
}
.header .side-menu-btn ul li a.right-icon {
  height: 25px;
  background-repeat: no-repeat;
  font-size: 17px;
}
@media (max-width: 767px) {
  .header .side-menu-btn > ul > li,
  .header .mobile-menu-icon-wraper {
    margin-left: 16px;
  }
  .background--dark .header .side-menu-btn ul li a.right-icon,
  .background--dark .header .mobile-menu-icon {
    color: #323232;
  }
  .header .logo a img.l-black,
  .background--dark .header .logo a img.l-black {
    opacity: 1;
  }
  .header .logo a img.l-white {
    display: none;
    opacity: 0;
  }
  .header {
    background: white;
    color: #323232;
  }
  .full-intro .header {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  /* HEADER STYLE ------------ */
  .header .side-menu-btn ul li,
  .header .mobile-menu-icon-wraper {
    padding: 19px 0 20px;
  }
  .header .logo a,
  .header.sticky .logo a {
    margin-top: 15px;
    width: 95px;
  }
  /* END HEADER STYLE ------------------ */
}
/*==============================================================================================*/
/* FOOTER         ||---------------------------- */
/*==============================================================================================*/
.footer {
  background-color: #f7f7f7;
  color: #323232;
  position: relative;
  width: 100%;
  display: block;
}
.footer #client-logos {
  background-color: white;
}
.footer .copyright div.container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('/themes/slonline/images/felix.png');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.footer .copyright div.container p {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(247, 247, 247, 0.7);
}
.footer hr {
  border-color: #eee;
}
.footer .footer-info p {
  color: #323232;
}
.footer-logo {
  max-width: 125px;
  display: inline-block;
  width: 100%;
}
.footer .social,
.contact .social {
  font-size: 20px;
}
.footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer ul.social li,
.contact ul.social li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer .link a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.footer .link-small a {
  font-weight: 300;
  text-transform: none;
}
.footer .copyright {
  text-align: center;
}
.newsletter {
  position: relative;
}
.newsletter .newsletter-input,
.newsletter .newsletter-input:focus {
  width: 100%;
  border-top: 0px none;
  border-left: 0px none;
  border-right: 0px none;
  padding-right: 40px !important;
  background-color: rgba(0, 247, 247, 0);
}
.newsletter .newsletter-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 18px;
  background-color: rgba(0, 247, 247, 0);
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
/*================================================================================================*/
/* ELEMENTS          ||---------------------------- */
/*================================================================================================*/
/*-------------------------------------------------------------------------------------------*/
/*  Team Box         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
#team-carousel .team-carousel .owl-controls .owl-buttons .owl-next {
  margin-right: -60px;
}
@media (max-width: 767px) {
  #team-carousel .team-carousel .owl-controls .owl-buttons .owl-next {
    margin-right: 0px;
  }
}
#team-carousel .team-carousel .owl-controls .owl-buttons .owl-prev {
  margin-left: -60px;
}
@media (max-width: 767px) {
  #team-carousel .team-carousel .owl-controls .owl-buttons .owl-prev {
    margin-left: 0px;
  }
}
.team-item-img {
  position: relative;
}
.team-item-img .team-item-detail {
  background-color: rgba(0, 247, 247, 0.8);
  text-align: center;
  color: white;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
  opacity: 1;
  visibility: visible;
}
.team-item-img .team-item-detail .team-item-detail-inner,
.cent-mid-content {
  margin: auto;
  padding: 25px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li a {
  color: white;
}
.team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
  color: #83a7ac;
}
.team-item-info {
  padding-top: 15px;
  text-align: center;
}
.team-item-info h5 {
  margin-bottom: 0px;
}
/*-------------------------------------------------------------------------------------------*/
/*  Skills Bar      ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.skillbar {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.skillbar-bar:before {
  background: #eee;
  content: "";
  height: 3px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.skillbar-bar {
  height: 3px;
  width: 0px;
  background: #323232;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}
.skillbar-title {
  display: inline-block;
}
.skillbar-title,
.skill-bar-percent {
  color: #323232;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
.skill-bar-percent {
  float: right;
  display: inline-block;
}
/*-------------------------------------------------------------------------------------------*/
/*  Accordion Tab    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.accordion-section {
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
.accordion-section:last-child {
  border-bottom: 1px solid #f1f1f1;
}
.accordion-title {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 20px 20px;
  margin: 0px;
}
.accordion-title.active {
  /*background: @greyfa;*/
  color: #83a7ac;
}
.accordion-title.iconed:before {
  content: "\f105";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  right: 18px;
  font-weight: 400;
}
.accordion-title.iconed.active:before {
  content: "\f107";
}
.accordion-content.defualt-hidden {
  display: none;
  margin: 0;
}
.accordion-content {
  padding: 0 20px 10px;
}
/*-------------------------------------------------------------------------------------------*/
/*  Counter          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.counter {
  font-size: 50px;
  margin-bottom: 20px;
  display: inline-table;
}
/*-------------------------------------------------------------------------------------------*/
/*  Service Box      ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.features-box-left,
.features-box-right {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.features-box-left {
  text-align: left;
}
.features-box-right {
  text-align: right;
}
.features-icon-left,
.features-icon-right {
  font-size: 50px;
  line-height: 50px;
  display: inline-block;
  position: absolute;
}
.features-icon-left {
  padding-right: 20px;
  left: 0;
}
.features-icon-right {
  padding-left: 20px;
  right: 0;
}
.contact-box-left,
.contact-box-top {
  display: block;
  position: relative;
}
.contact-box-left {
  padding-left: 45px;
  text-align: left;
}
.contact-icon-left,
.contact-icon-top {
  font-size: 30px;
  position: absolute;
}
.contact-icon-top {
  text-align: center;
}
.contact-icon-left {
  left: 0;
}
@media (max-width: 991px) {
  .features-box-left {
    display: block;
    padding-left: 0px;
    text-align: center;
  }
  .features-box-right {
    display: block;
    padding-right: 0px;
    text-align: center;
  }
  .features-icon-left,
  .features-icon-right {
    position: relative;
  }
  .features-icon-left {
    padding-right: 0px;
    left: auto;
  }
  .features-icon-right {
    padding-left: 0px;
    right: auto;
  }
}
/*-------------------------------------------------------------------------------------------*/
/*  Testimonials     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.container-icon {
  font-size: 25px;
  margin-bottom: 15px;
  color: inherit;
}
.testimonial {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.quote-author {
  margin-top: 15px;
}
.quote-author span {
  font-weight: 400;
}
/*-------------------------------------------------------------------------------------------*/
/* Client Logo       ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.client-logo {
  height: 120px;
  text-align: center;
  width: auto;
}
.client-logo img {
  height: 120px;
  width: auto;
}
/*-------------------------------------------------------------------------------------------*/
/* Icon          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.page-icon-top {
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 20px;
  width: 100%;
  color: #323232;
}
.white .page-icon-top,
.white .page-icon-left,
.white .features-icon-left,
.white .features-icon-right {
  color: white;
}
/*-------------------------------------------------------------------------------------------*/
/* Table          ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.table.table-border {
  border: 1px solid #eee;
}
.table tr td,
.table tr th {
  padding: 10px 15px;
  vertical-align: middle !important;
}
.table.table-fit tr td,
.table.table-fit tr th {
  padding: 10px 0px;
}
.table.table-border tr td,
.table.table-border tr th {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.table.checkout tr td {
  vertical-align: top !important;
  padding: 15px;
}
.table.checkout tr td:first-child,
.table.checkout tr th:first-child {
  max-width: 60px;
}
.table.checkout tr td:last-child,
.table.checkout tr th:last-child {
  text-align: center;
}
.table.checkout small {
  display: block;
}
/*================================================================================================*/
/* GLOBAL STYLES       ||---------------------------- */
/*================================================================================================*/
/*-------------------------------------------------------------------------------------------*/
/* Push Menu Style (Top Seachbar Menu, Right Sidebar Menu) --------------- */
/*-------------------------------------------------------------------------------------------*/
/* Top Searchbar Menu */
.top-search-bar {
  background: #444;
  z-index: 2002;
  color: white;
  padding-top: 10px;
}
.top-search-bar .search-wraper {
  position: relative;
}
.top-search-bar input {
  background-color: rgba(0, 247, 247, 0);
  border: none;
  font-size: 16px;
  color: white;
  padding: 10px 40px;
  margin: 0;
  letter-spacing: 1px;
  height: auto;
}
.top-search-bar input:focus {
  color: white;
}
.top-search-bar .bar-close,
.top-search-bar .search-bar-icon {
  position: absolute;
  top: 10px;
  color: white;
  /*background-image: url("../img/sidemenu-icon-light.png");*/
  background-repeat: no-repeat;
  display: block;
  font-size: 20px;
}
.top-search-bar .bar-close {
  right: 0px;
  left: auto;
  background-position: right center;
}
.top-search-bar .search-bar-icon {
  left: 0px;
  background-position: left center;
}
/* --------------------------------------------------------------------------------------- */
/* Contents (Body, Container, Section, etc) -------------- */
/* --------------------------------------------------------------------------------------- */
.wrapper {
  position: relative;
  width: 100%;
}
.inner-intro {
  background-color: #f7f7f7;
  height: 530px;
  display: block;
  position: relative;
}
.inner-intro.inner-intro-small {
  height: 380px;
}
.inner-intro .container {
  position: relative;
  height: 100%;
  display: table;
}
.inner-intro .container .title {
  padding-bottom: 65px;
  padding-top: 65px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.full-intro .inner-intro .container .title h2 {
  margin-top: 65px;
}
.inner-intro .container .title .separator {
  margin-right: auto;
  margin-left: auto;
}
.page-breadcrumb {
  background-color: rgba(255, 247, 247, 0.9);
  padding: 4px 8px;
  display: inline-block;
  color: #323232;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.page-breadcrumb a,
.page-breadcrumb span {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
}
.page-breadcrumb span {
  color: #999;
}
.overlay-static-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  height: 100%;
  z-index: 2;
  background-color: rgba(32, 32, 32, 0.4);
  display: -webkit-flex;
  display: flex;
}
.overlay-dark,
.overlay-dark80,
.overlay-light,
.overlay-light80 {
  position: relative;
  z-index: 1;
}
.overlay-dark:before,
.overlay-dark80:before,
.overlay-light:before,
.overlay-light80:before {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.overlay-dark:before {
  background-color: rgba(32, 32, 32, 0.4);
}
.overlay-dark80:before {
  background-color: rgba(32, 32, 32, 0.8);
}
.overlay-light:before {
  background-color: rgba(255, 255, 255, 0.4);
}
.overlay-light80:before {
  background-color: rgba(255, 255, 255, 0.8);
}
.full-screen-intro {
  overflow: hidden;
  position: relative;
}
.content-cap-wraper {
  display: table;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.full-cap-wraper {
  display: table;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.content-caption {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.content-wd650 {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cont-h-100per {
  height: 100%;
}
/*backround images*/
.bg-img {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.border-b-box {
  padding: 25px;
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
  width: 100%;
}
.border-box {
  border: 1px solid #f1f1f1;
  padding: 25px;
}
.b-lrb-none .ui-tab-content,
.b-lrb-none {
  border-left: 0px none;
  border-right: 0px none;
  border-bottom: 0px none;
}
.content-slider,
.o-flow-hidden {
  overflow: hidden;
}
.map {
  width: 100%;
  height: 450px;
}
#map {
  height: 100%;
}
@media (max-width: 767px) {
  .inner-intro .container {
    width: 100%;
    max-width: 720px;
    text-align: center;
  }
  /*.inner-intro .container .title h2 {
            float: none;
        }

        .inner-intro .container .title p {
            float: none;
            margin-top: 0px;
        }
        .inner-intro .container .title .separator {
            margin-left:auto;
            margin-right:auto;
        }*/
}
@media (max-width: 480px) {
  .inner-intro {
    height: auto;
  }
}
/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */
.container.nf-container1 {
  padding-left: 15px;
  padding-right: 15px;
}
.container.nf-container2 {
  /*padding-left: 25px;
    padding-right: 25px;*/
}
.nf-row1 {
  margin-left: -15px;
  margin-right: -15px;
  /*overflow: hidden;*/
}
.nf-col-padding {
  padding-left: 25px;
  padding-right: 25px;
}
.nf-row2 {
  /*margin-left: -25px;
    margin-right: -25px;*/
}
.nf-row1:before,
.nf-row1:after,
.nf-row2:before,
.nf-row2:after {
  display: table;
  content: " ";
}
.nf-row1:after,
.nf-row2:after {
  clear: both;
}
.nf-row1 .nf-item.spacing,
.nf-row1 .grid-sizer.spacing {
  padding: 15px;
}
.nf-row2 .nf-item.spacing,
.nf-item.spacing,
.nf-row2 .grid-sizer.spacing,
.spacing-box {
  padding: 25px;
}
.spacing-grid {
  padding-top: 25px;
  padding-bottom: 25px;
}
.nf-col-1 .nf-item,
.nf-col-1 .grid-sizer {
  width: 100%;
  min-height: 1px;
}
.nf-col-2 .nf-item,
.nf-col-2 .grid-sizer {
  width: 50%;
  min-height: 1px;
}
.nf-col-3 .nf-item,
.nf-col-3 .grid-sizer {
  width: 33.3333%;
  min-height: 1px;
}
.nf-col-4 .nf-item,
.nf-col-4 .grid-sizer {
  width: 25%;
  min-height: 1px;
}
.nf-col-5 .nf-item,
.nf-col-5 .grid-sizer {
  width: 20%;
  min-height: 1px;
}
.nf-col-6 .nf-item,
.nf-col-6 .grid-sizer {
  width: 16.6666%;
  min-height: 1px;
}
.nf-col-1 .nf-item.w1,
.nf-col-2 .nf-item.w1,
.nf-col-3 .nf-item.w1,
.nf-col-4 .nf-item.w1 {
  width: 100%;
}
.nf-col-1 .nf-item.w2,
.nf-col-2 .nf-item.w2,
.nf-col-3 .nf-item.w2,
.nf-col-4 .nf-item.w2 {
  width: 50%;
}
.nf-col-1 .nf-item.w3,
.nf-col-2 .nf-item.w3,
.nf-col-3 .nf-item.w3,
.nf-col-4 .nf-item.w3 {
  width: 33.3333%;
}
.nf-col-1 .nf-item.w4,
.nf-col-2 .nf-item.w4,
.nf-col-3 .nf-item.w4,
.nf-col-4 .nf-item.w4 {
  width: 25%;
}
.nf-col-1 .nf-item.w4-2,
.nf-col-2 .nf-item.w4-2,
.nf-col-3 .nf-item.w4-2,
.nf-col-4 .nf-item.w4-2,
.nf-col-1 .nf-item.w3-2,
.nf-col-2 .nf-item.w3-2,
.nf-col-3 .nf-item.w3-2,
.nf-col-4 .nf-item.w3-2 {
  width: 50%;
}
.nf-col-1 .nf-item.w4-1,
.nf-col-2 .nf-item.w4-1,
.nf-col-3 .nf-item.w4-1,
.nf-col-4 .nf-item.w4-1 {
  width: 75%;
}
.nf-col-1 .nf-item.w3-1,
.nf-col-2 .nf-item.w3-1,
.nf-col-3 .nf-item.w3-1,
.nf-col-4 .nf-item.w3-1 {
  width: 66.6666%;
}
@media (max-width: 991px) {
  .nf-col-2 .nf-item,
  .nf-col-3 .nf-item,
  .nf-col-4 .nf-item,
  .nf-col-1 .nf-item.w2,
  .nf-col-2 .nf-item.w2,
  .nf-col-3 .nf-item.w2,
  .nf-col-4 .nf-item.w2,
  .nf-col-1 .nf-item.w3,
  .nf-col-2 .nf-item.w3,
  .nf-col-3 .nf-item.w3,
  .nf-col-4 .nf-item.w3,
  nf-col-1 .nf-item.w4,
  .nf-col-2 .nf-item.w4,
  .nf-col-3 .nf-item.w4,
  .nf-col-4 .nf-item.w4,
  .nf-col-1 .nf-item.w4-1,
  .nf-col-2 .nf-item.w4-1,
  .nf-col-3 .nf-item.w4-1,
  .nf-col-4 .nf-item.w4-1,
  .nf-col-1 .nf-item.w3-1,
  .nf-col-2 .nf-item.w3-1,
  .nf-col-3 .nf-item.w3-1,
  .nf-col-4 .nf-item.w3-1 {
    width: 50%;
  }
  .nf-col-5 .nf-item,
  .nf-col-6 .nf-item {
    width: 33.3333%;
  }
  .nf-row2 .nf-item.spacing,
  .nf-row2 .grid-sizer.spacing {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .container {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }
  .nf-col-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  .spacing-grid {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nf-col-2 .nf-item,
  .nf-col-3 .nf-item,
  .nf-col-4 .nf-item,
  .nf-col-1 .nf-item.w2,
  .nf-col-2 .nf-item.w2,
  .nf-col-3 .nf-item.w2,
  .nf-col-4 .nf-item.w2,
  .nf-col-1 .nf-item.w3,
  .nf-col-2 .nf-item.w3,
  .nf-col-3 .nf-item.w3,
  .nf-col-4 .nf-item.w3,
  nf-col-1 .nf-item.w4,
  .nf-col-2 .nf-item.w4,
  .nf-col-3 .nf-item.w4,
  .nf-col-4 .nf-item.w4,
  .nf-col-1 .nf-item.w4-1,
  .nf-col-2 .nf-item.w4-1,
  .nf-col-3 .nf-item.w4-1,
  .nf-col-4 .nf-item.w4-1,
  .nf-col-1 .nf-item.w3-1,
  .nf-col-2 .nf-item.w3-1,
  .nf-col-3 .nf-item.w3-1,
  .nf-col-4 .nf-item.w3-1 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .nf-col-3,
  .nf-col-4 {
    margin: 0 auto;
    max-width: 480px;
  }
  .nf-col-5 .nf-item,
  .nf-col-6 .nf-item {
    width: 100%;
  }
  .nf-row2 .nf-item.spacing,
  .nf-row1 .nf-item.spacing,
  .spacing-box {
    padding: 15px;
  }
  .xs-hidden {
    visibility: hidden !important;
    display: none !important;
    opacity: 0;
  }
}
@media (max-width: 480px) {
  .nf-col-5 .nf-item,
  .nf-col-6 .nf-item {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
}
.pagination-nav ul {
  margin: 0px;
  padding: 0px;
}
.pagination-nav ul li {
  display: inline-block;
  margin: 0px 2px;
}
.pagination-nav ul li a {
  display: block;
  background-color: #f7f7f7;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
}
.pagination-nav ul li.active a {
  background: #323232;
  color: white;
}
/* ----------------------------------------------------------------------*/
/* Portfolio   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
.container-filter {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
}
.container-filter li {
  list-style: none;
  display: inline-block;
}
.container-filter li a {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  letter-spacing: 2px;
  font-size: 14px;
}
.container-filter li a.active {
  color: #83a7ac;
}
.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #f1f1f1;
}
.item-box a {
  display: inline-block;
}
.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
}
.item-box:hover .item-mask .item-caption {
  top: 50%;
  opacity: 1;
  height: 50px;
  margin-top: -25px;
}
.item-box:hover img.item-container,
.item-box:hover .item-container img {
  transform: scale(1.1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}
img.item-container,
.item-container img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  width: 100%;
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.item-mask {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.item-mask h5,
.item-mask h6,
.item-mask p {
  margin-bottom: 0px;
}
.item-mask p {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  margin-top: 0;
  text-align: left;
}
.item-mask .item-caption {
  position: absolute;
  bottom: -60px;
  left: 0px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  width: 100%;
}
.item-mask .item-caption > * {
  text-align: center;
}
.project-detail-block p {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
ul.project-detail-block,
.project-detail-block ul {
  padding-left: 0;
}
.project-detail-block li {
  list-style: none;
}
.project-detail-block p strong {
  display: inline-block;
  width: 130px;
}
.item-nav {
  text-align: center;
  display: block;
}
.item-nav .item-prev,
.item-nav .item-next,
.item-nav .item-all-view {
  position: relative;
  display: inline-block;
}
.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.item-nav .item-all-view h5:hover,
.item-nav .item-all-view h6:hover {
  color: #83a7ac;
}
.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn,
.item-all-view {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  height: 51px;
  line-height: 51px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.item-nav .item-prev .prev-btn,
.item-nav .item-next .next-btn {
  color: #323232;
  background: white;
  width: 51px;
}
.item-nav .item-prev .prev-btn i,
.item-nav .item-next .next-btn i {
  line-height: 51px!important;
}
.item-nav .item-prev:hover .prev-btn,
.item-nav .item-next:hover .next-btn {
  background: #f7f7f7;
  /*color: @white;*/
}
.item-nav .item-prev {
  text-align: left;
  float: left;
}
.item-nav .item-next {
  text-align: right;
  float: right;
}
.item-nav .item-prev .item-prev-text,
.item-nav .item-next .item-next-text {
  position: absolute;
  line-height: 51px;
  top: 10px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 270px;
}
.item-nav .item-prev:hover .item-prev-text,
.item-nav .item-next:hover .item-next-text {
  margin-left: 0;
  margin-right: 0;
  visibility: visible;
  opacity: 1;
}
.item-nav .item-prev .item-prev-text {
  left: 100%;
  margin-left: -110px;
  padding-left: 15px;
}
.item-nav .item-next .item-next-text {
  right: 100%;
  margin-right: -110px;
  padding-right: 15px;
}
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text h6 {
  display: block;
}
.item-nav .item-prev .item-prev-text h6 img,
.item-nav .item-next .item-next-text h6 img {
  height: 81px;
  margin-top: -32px;
  margin-right: 5px;
  margin-left: 5px;
  float: right;
  border: 1px solid #f1f1f1;
}
.item-nav .item-next .item-next-text h6 img {
  float: left;
}
.item-nav .item-prev .item-prev-text p,
.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text p,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.item-nav .item-prev .item-prev-text h5,
.item-nav .item-prev .item-prev-text h6,
.item-nav .item-next .item-next-text h5,
.item-nav .item-next .item-next-text h6,
.item-nav .item-all-view h5,
.item-nav .item-all-view h6 {
  padding-top: 8px;
}
/* ----------------------------------------------------------------------*/
/* Blog   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
/*.blog-post {
    position: relative;
}*/
.blog-post {
  display: inline-block;
  width: 100%;
}
.blog-post .post-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-post .post-media iframe {
  width: 100%;
}
.blog-post .post-meta,
.comment-list .post-meta,
.sidebar-widget .post-meta {
  text-transform: uppercase;
  color: #999;
  font-size: 13px;
}
.blog-post .post-meta span,
.comment-list .post-meta span {
  margin-right: 3px;
}
.blog-post .post-header h5,
.blog-post .post-header h4,
.blog-post .post-header h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.blog-post .post-header h2 {
  margin-bottom: 30px;
}
.blog-post .post-entry {
  margin-bottom: 30px;
}
.blog-post .post-entry p,
.blog-post .post-entry blockquote,
.post-entry ul {
  margin-bottom: 20px;
}
.blog-post .post-entry ul {
  color: #888;
}
.blog-post .post-tag {
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
}
.blog-post .post-tag span {
  margin-right: 10px;
}
.blog-post .post-more-link {
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog-post .post-more-link a i {
  margin-left: 5px;
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
}
.blog-post .post-more-link a:hover i {
  margin-left: 10px;
}
.blog-post blockquote {
  border-left: none;
  background: #f7f7f7;
  font-size: 17px;
  font-weight: 400;
  padding: 25px 25px;
  margin: 0px;
  color: #888;
}
.blog-post blockquote:after {
  content: "";
  font-family: 'FontAwesome';
  padding-left: 7px;
  font-size: 14px;
}
.blog-post blockquote:before {
  content: "";
  font-family: 'FontAwesome';
  padding-right: 7px;
  font-size: 14px;
}
.blog-post-hr hr {
  margin-bottom: 45px;
}
.post-author {
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}
.post-author img {
  width: 80px;
}
.post-author .post-author-details {
  margin-left: 20px;
}
.post-author h6 {
  margin-top: 0px;
}
.post-author ul.social {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
}
.post-author ul.social li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
/* =============================================================================================================================*/
/* Parallax ------------------- */
/* =============================================================================================================================*/
.parallax {
  position: relative;
}
/* ============================================================================================================================*/
/* Slider ---------------------*/
/* ============================================================================================================================*/
/* -------------------------------------*/
/* Full Screen slider---------*/
/* -------------------------------------*/
.hero {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fullscreen-carousel {
  overflow: hidden;
  position: relative;
}
.fullscreen-carousel .slides li {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.fullscreen-carousel .overlay-hero {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  text-align: center;
}
.fullscreen-carousel .overlay-hero .caption-hero {
  display: inline-table;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  margin: 0px;
}
.fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
  display: table-cell;
  margin: auto;
  vertical-align: middle;
  padding-bottom: 25px;
}
.fullscreen-carousel .overlay-hero .caption-hero .inner-caption h2 {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  padding: 8px 16px;
  letter-spacing: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.caption-hero h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* Full Width Slider */
.fullwidth-slider {
  position: relative;
  overflow: hidden;
}
.fullwidth-slider .item {
  height: 650px;
  position: relative;
  width: 100%;
}
/* Fullscreen Slider Next Prev Arrow*/
.fullscreen-carousel .flex-direction-nav a {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -30px;
  background: white;
  color: #252525;
  width: 51px;
  height: 51px;
  text-align: center;
  font-family: 'FontAwesome';
  color: #323232;
  transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  font-size: 21px;
  line-height: 51px;
}
.fullscreen-carousel .flex-direction-nav a:hover {
  color: #83a7ac;
}
.flexslider.fullscreen-carousel:hover .flex-prev {
  left: 0px;
  opacity: 1;
}
.fullscreen-carousel .flex-direction-nav .flex-prev {
  left: -51px;
  background-position: center left;
}
.fullscreen-carousel .flex-direction-nav .flex-prev:before {
  content: "";
  display: inline-block;
}
.flexslider.fullscreen-carousel:hover .flex-next {
  right: 0px;
  opacity: 1;
}
.fullscreen-carousel .flex-direction-nav .flex-next {
  right: -51px;
  background-position: center right;
}
.fullscreen-carousel .flex-direction-nav .flex-next:before {
  content: "";
  display: inline-block;
}
@media (max-width: 991px) {
  /* Fullscreen Slider */
  .fullscreen-carousel .slides li img {
    width: 100%;
    height: auto;
  }
  .fullscreen-carousel .caption-hero h1 {
    font-size: 25px;
  }
  .fullscreen-carousel .overlay-hero .caption-hero {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  /* Fullscreen Slider */
  .fullscreen-carousel .caption-hero h1 {
    font-size: 20px;
    margin: 0;
  }
  .fullscreen-carousel .caption-hero h5 {
    margin: 0;
    font-size: 14px;
  }
  .fullscreen-carousel .caption-hero .separator {
    margin-left: auto;
    margin-right: auto;
  }
  .fullscreen-carousel .text-left {
    text-align: center;
  }
  .fullscreen-carousel.hero-slider-2 .slides li {
    height: 400px;
  }
  .full-intro .hero {
    padding-top: 64px;
  }
  .hero {
    padding: 0px;
  }
}
@media (max-width: 480px) {
  .fullscreen-carousel .overlay-hero .caption-hero .inner-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* -------------------------------------*/
/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) ---------*/
/* -------------------------------------*/
.owl-buttons {
  position: static;
}
.owl-carousel.white .owl-controls .owl-page span {
  background: none repeat scroll 0 0 white;
}
.owl-carousel.white .owl-controls .owl-page.active span {
  background: rgba(0, 0, 0, 0);
  border: 2px solid white;
}
.nf-carousel-theme .owl-controls .owl-pagination {
  position: absolute;
  z-index: 2;
  left: 0;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  width: 31px;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  margin-top: -15px;
}
.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.team-carousel .owl-controls .owl-buttons .owl-prev,
.team-carousel .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  background: rgba(245, 245, 245, 0.8);
  color: #252525;
  display: block;
  top: 50%;
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  z-index: 3;
  position: absolute;
  text-align: center;
}
.content-carousel .owl-controls .owl-buttons .owl-prev i.fa,
.content-carousel .owl-controls .owl-buttons .owl-next i.fa,
.image-slider .owl-controls .owl-buttons .owl-prev i.fa,
.image-slider .owl-controls .owl-buttons .owl-next i.fa,
.team-carousel .owl-controls .owl-buttons .owl-prev i.fa,
.team-carousel .owl-controls .owl-buttons .owl-next i.fa,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev i.fa,
.fullwidth-slider .owl-controls .owl-buttons .owl-next i.fa,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev i.fa,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next i.fa,
.content-carousel .owl-controls .owl-buttons .owl-prev i.fa:before,
.content-carousel .owl-controls .owl-buttons .owl-next i.fa:before,
.image-slider .owl-controls .owl-buttons .owl-prev i.fa:before,
.image-slider .owl-controls .owl-buttons .owl-next i.fa:before,
.team-carousel .owl-controls .owl-buttons .owl-prev i.fa:before,
.team-carousel .owl-controls .owl-buttons .owl-next i.fa:before,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev i.fa:before,
.fullwidth-slider .owl-controls .owl-buttons .owl-next i.fa:before,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev i.fa:before,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next i.fa:before {
  line-height: 51px!important;
}
.content-carousel .owl-controls .owl-buttons .owl-prev:hover,
.content-carousel .owl-controls .owl-buttons .owl-next:hover,
.image-slider .owl-controls .owl-buttons .owl-prev:hover,
.image-slider .owl-controls .owl-buttons .owl-next:hover,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover,
.fullwidth-slider .owl-controls .owl-buttons .owl-next:hover,
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
  /*background: @white;*/
  color: #83a7ac;
}
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
  left: 0;
  margin-left: -51px;
  opacity: 0;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
  right: 0;
  margin-right: -51px;
  opacity: 0;
}
.content-carousel:hover .owl-controls .owl-buttons .owl-prev,
.content-carousel:hover .owl-controls .owl-buttons .owl-next,
.image-slider:hover .owl-controls .owl-buttons .owl-prev,
.image-slider:hover .owl-controls .owl-buttons .owl-next,
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider:hover .owl-controls .owl-buttons .owl-next,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
.nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
}
/* -------------------------------------*/
/* Singel Item slider (Images & Contant Slider) ---------*/
/* -------------------------------------*/
.content-carousel .owl-controls .owl-pagination,
.image-slider .owl-controls .owl-pagination,
.fullwidth-slider .owl-controls .owl-pagination,
.item1-carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  z-index: 2;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
}
.content-carousel .owl-controls .owl-buttons .owl-prev,
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-next,
.team-carousel .owl-controls .owl-buttons .owl-prev,
.team-carousel .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
  width: 51px;
  height: 51px;
  line-height: 51px!important;
  font-size: 21px;
  margin-top: -25px;
}
.content-carousel .owl-controls .owl-buttons .owl-prev i.fa,
.content-carousel .owl-controls .owl-buttons .owl-next i.fa,
.image-slider .owl-controls .owl-buttons .owl-prev i.fa,
.image-slider .owl-controls .owl-buttons .owl-next i.fa,
.team-carousel .owl-controls .owl-buttons .owl-prev i.fa,
.team-carousel .owl-controls .owl-buttons .owl-next i.fa,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev i.fa,
.fullwidth-slider .owl-controls .owl-buttons .owl-next i.fa,
.content-carousel .owl-controls .owl-buttons .owl-prev i.fa:before,
.content-carousel .owl-controls .owl-buttons .owl-next i.fa:before,
.image-slider .owl-controls .owl-buttons .owl-prev i.fa:before,
.image-slider .owl-controls .owl-buttons .owl-next i.fa:before,
.team-carousel .owl-controls .owl-buttons .owl-prev i.fa:before,
.team-carousel .owl-controls .owl-buttons .owl-next i.fa:before,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev i.fa:before,
.fullwidth-slider .owl-controls .owl-buttons .owl-next i.fa:before {
  line-height: 51px!important;
}
.content-carousel .owl-controls .owl-buttons .owl-prev,
.image-slider .owl-controls .owl-buttons .owl-prev,
.fullwidth-slider .owl-controls .owl-buttons .owl-prev {
  left: 0;
  margin-left: -51px;
  opacity: 0;
}
.content-carousel .owl-controls .owl-buttons .owl-next,
.image-slider .owl-controls .owl-buttons .owl-next,
.fullwidth-slider .owl-controls .owl-buttons .owl-next {
  right: 0;
  margin-right: -51px;
  opacity: 0;
}
/*===========================================================================================*/
/* Preloader ------------------------- */
/*===========================================================================================*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 9999;
  display: block;
}
#preloader .loader {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -30px;
  text-align: center;
}
#preloader .loader .loader-img {
  background: url("/themes/slonline/images/loading.gif");
  width: 60px;
  height: 60px;
  display: block;
}
/*===========================================================================================*/
/* Additional */
/*===========================================================================================*/
/* ----------------------------------*/
/* Scroll Down Animated Arrow */
/* ----------------------------------*/
.intro-scroll-down {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  margin-left: -15px;
}
.intro-scroll-down .mouse {
  position: relative;
  display: block;
  width: 30px;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid white;
  border-radius: 23px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
}
.intro-scroll-down .mouse .mouse-dot {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}
.background--light .intro-scroll-down .mouse {
  border: 2px solid #323232;
}
.background--light .intro-scroll-down .mouse .mouse-dot {
  background: #323232;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px!important;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  font-size: 20px;
  background: #323232;
  background: #666;
  color: white;
  z-index: 99;
  display: none;
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.scroll-top i {
  line-height: 40px!important;
}
.scroll-top:hover {
  background: #83a7ac;
  text-decoration: none;
  color: white;
}
@media (max-width: 768px) {
  .scroll-top {
    opacity: 0;
    visibility: hidden;
  }
}
#process {
  background-image: url('/themes/slonline/images/bricks.png');
  background-repeat: repeat;
}
.contact-form .google-captha {
  margin-bottom: 20px;
}
