.color-main {
  color: #252531 !important;
}
.color-second {
  color: #bda780 !important;
}
.color-white {
  color: #fff !important;
}
.bg-white {
  background: #fff;
}
.bg-main {
  background: #252531;
}
.bg-second {
  background: #bda780 !important;
}
.bg-second * {
  color: #fff !important;
}
.bg-second .section-title:after {
  background: #fff !important;
}
.bg-second .item-title,
.bg-second .item-subtitle {
  color: #252531 !important;
}
.page {
  background: #ffffff;
}
.bg-gray {
  background: #f6f6f6;
}
.bg-darkmain {
  background: #17171f;
}
.nopadding {
  padding: 0 !important;
}
.nopadding-top {
  padding-top: 0 !important;
}
.nopadding-bottom {
  padding-bottom: 0 !important;
}
.justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.hide {
  display: none !important;
}
::-moz-selection {
  background-color: #252531;
  color: #ffffff;
}
::selection {
  background-color: #252531;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #252531;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #252531;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #252531;
}
:-ms-input-placeholder {
  color: #252531;
}
a,
abbr,
acronym,
address,
applet,
section,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
mainmenu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}
section,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
mainmenu,
nav,
section {
  display: block;
}
b,
strong {
  font-weight: bold;
}
img {
  color: transparent;
  font-size: 0;
  horizontal-align: middle;
  -ms-interpolation-mode: bicubic;
}
li {
  display: list-item;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td,
caption {
  font-weight: normal;
  horizontal-align: top;
  text-align: left;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup,
small {
  font-size: 75%;
}
sub,
sup {
  line-height: 0;
  position: relative;
  horizontal-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg {
  overflow: hidden;
}
html,
body {
  min-height: 100%;
}
.container {
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
  padding: 0 10px;
}
.clear {
  display: block;
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.alignleft {
  display: block;
  float: left;
  margin-right: 10px;
}
.alignright {
  display: block;
  float: right;
  margin-left: 10px;
}
/* -------------------------------------------------------------- 
	 Typography
-------------------------------------------------------------- */
html {
  min-height: 100%;
}
body {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 18px;
  color: #323239;
  line-height: 140%;
  width: 100%;
  background: #252531;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* Headings
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lexend';
  margin: 0 0 0 0;
  padding: 0;
  line-height: 1.3;
  font-weight: 300;
  color: #252531;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
/* Text elements
-------------------------------------------------------------- */
a {
  color: #252531;
  text-decoration: none;
}
a:hover {
  color: #bda780;
  text-decoration: none;
}
a:visited {
  color: #252531;
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"],
input[type="email"] {
  font-family: 'Lato';
  height: 38px;
  line-height: 38px;
  color: #000;
  font-size: 16px;
  text-align: left;
  padding: 0 2%;
  background: #ffffff;
  border: 1px solid #cacaca;
  border-radius: 5px;
  margin: 0 0 15px 0;
  width: 96%;
  font-weight: 400;
}
input[type='submit'],
button,
.button {
  display: inline-block;
  width: auto;
  font-weight: 700;
  padding: 8px 30px;
  margin: 0px auto;
  color: #fff;
  font-size: 21px;
  text-align: center;
  line-height: 24px;
  border: none !important;
  cursor: pointer;
  background: #3c68d9;
  border-radius: 5px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input[type='submit'] img,
button img,
.button img {
  display: inline-block;
  margin: 0 5px 0 0;
}
.button:hover,
button:hover,
input[type='submit']:hover {
  background: #16A613 !important;
  text-decoration: none;
}
a.button,
a.button:visited {
  color: #fff !important;
}
textarea {
  height: 140px;
}
a.button {
  display: inline-block;
}
.gmnoprint img {
  max-width: none;
}
.no-format {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  height: auto !important;
  width: auto !important;
  line-height: inherit !important;
}
.content,
.widget {
  line-height: 1.5;
}
.content img,
.widget img {
  max-width: 100%;
  height: auto !important;
  margin: 0 0 10px 0;
}
.content h1,
.widget h1,
.content h2,
.widget h2,
.content h3,
.widget h3,
.content h4,
.widget h4,
.content h5,
.widget h5,
.content h6,
.widget h6 {
  margin: 0px 0 10px 0;
  color: #252531;
}
.content p,
.widget p {
  padding: 0 0 20px 0;
}
.content ul,
.widget ul {
  margin: 0px 0 20px 20px;
  list-style-type: disc;
}
.content ul li,
.widget ul li {
  padding: 5px 0 5px 0px;
}
.content ol,
.widget ol {
  margin: 10px 0 10px 20px;
  list-style-type: decimal;
}
.content ol li,
.widget ol li {
  margin: 0 0 10px 0;
}
.content .gallery .thumb,
.widget .gallery .thumb {
  float: left;
  width: calc(25% - 2px);
  margin: 1px;
}
.content .gallery .thumb a.zoom,
.widget .gallery .thumb a.zoom {
  display: block !important;
}
.content .gallery .thumb img,
.widget .gallery .thumb img {
  max-width: 100%;
  margin: 0 !important;
}
.content .gallery .thumb:nth-child(4n+1),
.widget .gallery .thumb:nth-child(4n+1) {
  clear: both;
}
.content table,
.widget table {
  width: 100%;
  margin: 10px auto;
}
.content table thead,
.widget table thead,
.content table th,
.widget table th,
.content table th td,
.widget table th td,
.content table thead td,
.widget table thead td {
  background: #252531;
  color: #fff !important;
  border: 2px solid #fff;
  padding: 5px;
  font-weight: 700;
}
.content table td,
.widget table td {
  padding: 5px;
  border: 2px solid #fff;
}
.content table td p,
.widget table td p {
  padding: 0 !important;
}
.content table tr:nth-child(even),
.widget table tr:nth-child(even) {
  background: #ececec;
}
.content table tr:nth-child(odd),
.widget table tr:nth-child(odd) {
  background: #f8f8f8;
}
.content hr,
.widget hr {
  width: 100%;
  height: 1px;
  background: #000;
}
.content .faq,
.widget .faq {
  padding: 5px 10px;
  background: #fdfdfd;
  border: 1px solid #e1e1e1;
  margin-top: -1px;
  cursor: pointer;
}
.content .faq .extend,
.widget .faq .extend {
  display: none;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 10px 10px 10px;
}
.content .faq:hover,
.widget .faq:hover {
  background: #fff !important;
}
.content .faq:hover i,
.widget .faq:hover i {
  color: #bda780;
}
.content .faq.extended .extend,
.widget .faq.extended .extend {
  display: block !important;
}
#catapultCookie {
  display: inline-block !important;
  color: #1b1b1b !important;
}
section blockquote {
  color: #bbb;
  font-style: italic;
  font-size: 17px;
  line-height: 22px;
  text-align: right;
  margin: 0 0 30px 0;
}
@media (min-width: 1000px) {
  section.br-tl {
    border-radius: 20px 0 0 0;
  }
  section.br-bl {
    border-radius: 0 0 0 20px;
  }
  section.br-tl.br-bl {
    border-radius: 20px 0 0 20px;
  }
}
section .row:after {
  content: "";
  display: block;
  clear: both;
}
section .row .item:nth-child(4n+4) .icon-wrap:after {
  display: none !important;
}
section .row .item {
  position: relative;
}
section .row .item .thumb {
  margin: 0 0 10px 0;
}
section .row .item .thumb img {
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}
section .row .item .count {
  font-size: 60px;
  height: 60px;
  line-height: 60px;
  color: #ddd;
  font-weight: 300;
  position: absolute;
  top: 0;
  right: 50%;
  padding-right: 40px;
}
section .row .item .icon-wrap {
  padding: 35px 0 20px 0;
  position: relative;
}
section .row .item .icon-wrap .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  z-index: 10;
  position: relative;
}
section .row .item .icon-wrap .icon img {
  max-width: 100%;
}
section .row .item .icon-wrap:after {
  position: absolute;
  top: 53%;
  left: 60%;
  width: 100%;
  content: "";
  display: block;
  height: 1px;
  z-index: 9;
}
section .row .item .desc {
  font-size: 15px;
  text-align: center;
}
section .row .item img {
  max-width: 100%;
}
section .row .item .date {
  font-size: 14px;
  padding: 0 0 5px 0;
  text-align: right;
  font-weight: 700;
  text-transform: lowercase;
}
section .row2cols .item {
  float: left;
  width: 48%;
  padding: 0 0 30px 0;
}
@media (max-width: 780px) {
  section .row2cols:not(.nobreak) .item {
    float: none !important;
    width: 100% !important;
  }
}
section .row2cols .item:nth-child(2n) {
  float: right;
}
section .row2cols .item:nth-child(2n+1) {
  clear: both;
}
section .row3cols .item {
  float: left;
  width: 31.3333%;
  margin: 0px 1%;
  padding: 0 0 40px 0;
}
section .row3cols .item:nth-child(3n+1) {
  clear: both;
}
section .item-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  padding: 0 0 0px 0;
  margin: 0 0 20px 0;
  color: #4d4d5a;
  text-align: center;
  position: relative;
  letter-spacing: 0px;
}
section .item-subtitle {
  top: -15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  padding: 0 0 10px 0;
  margin: 0 0 0px 0;
  color: #bda780;
  text-align: center;
  position: relative;
  letter-spacing: 0px;
  border-bottom: 1px solid #bda780;
}
section .row4cols .item {
  float: left;
  width: 23%;
  margin: 0px 1%;
  padding: 0 0 40px 0;
}
section .row4cols .item:nth-child(4n+1) {
  clear: both;
}
.trigger-mobile {
  display: none;
  position: fixed;
  z-index: 606;
  right: 10px;
  top: 10px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.scrolled-trigger-mobile {
  top: 10px !important;
}
nav.mobile {
  display: none;
}
.scroll-top {
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -25px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  font-size: 38px;
  color: #fff;
  cursor: pointer;
  background: #252531;
}
/* 
##################
HEADER
##################
*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 199;
  background: #252531;
}
header .inner {
  padding: 20px 10px 20px 10px;
}
header .inner .logo {
  padding: 30px 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
  margin: 0 auto;
}
header .inner .logo .white {
  max-width: 130px;
}
header .inner .logo .black {
  max-width: 150px;
  display: none;
}
header .inner .logo a {
  display: block;
}
header .inner .logo img {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
  margin: 0 auto;
}
header .inner .header-info {
  padding: 0px 0px 10px 0px;
  text-align: center;
  font-size: 15px;
  line-height: 16px;
  horizontal-align: top;
  border-radius: 10px;
}
header .inner .header-info a {
  margin: 10px 0;
  display: block;
  color: #fff;
}
header .inner .header-info a i {
  font-size: 16px;
  color: #bda780;
}
header .inner .header-info a:hover {
  color: #bda780;
}
header .inner .header-info a:hover i {
  color: #bda780;
}
header .inner nav.main {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 260px;
}
header .inner nav.main ul {
  width: 100%;
}
header .inner nav.main ul > li {
  display: block;
  padding: 5px 0px;
  position: relative;
}
header .inner nav.main ul > li > a {
  position: relative;
  display: block;
  padding: 5px 2px;
  color: #fff !important;
}
header .inner nav.main ul > li > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #bda780;
  left: 0;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
header .inner nav.main ul > li > a:after {
  width: 0;
}
header .inner nav.main ul > li > a:hover {
  color: #bda780 !important;
}
header .inner nav.main ul > li > a:hover:after {
  width: 100%;
}
header .inner nav.main ul > li.current-menu-item > a,
header .inner nav.main ul > li.current_page_parent > a {
  color: #bda780 !important;
}
header .inner nav.main ul > li.current-menu-item li.current-menu-item a,
header .inner nav.main ul > li.current_page_parent li.current-menu-item a {
  color: #252531 !important;
}
.page-wrap {
  float: right;
  width: calc(100% - 280px);
}
/* 
##################
CONTENT
##################
*/
section {
  padding: 70px 0;
  position: relative;
  background-color: #fff;
}
section .section-title,
section .page-title,
section .entry-title {
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
  padding: 0 0 20px 0 !important;
  margin: 0 0 35px 0 !important;
  color: #252531;
  text-align: center;
  position: relative;
  letter-spacing: 0px;
}
@media (max-width: 1000px) {
  section .section-title,
  section .page-title,
  section .entry-title {
    font-size: 26px !important;
    line-height: 26px !important;
  }
}
section .section-titleh1,
section .page-titleh1,
section .entry-titleh1 {
  font-size: 26px !important;
  line-height: 30px !important;
}
section .section-title span,
section .page-title span,
section .entry-title span {
  color: #3c68d9;
}
section .section-title-nodecoration,
section .page-title-nodecoration,
section .entry-title-nodecoration {
  padding: 0 !important;
  margin: 0 0 0px 0 !important;
}
section .section-title-nodecoration:after,
section .page-title-nodecoration:after,
section .entry-title-nodecoration:after {
  display: none !important;
}
section .section-title:after,
section .page-title:after,
section .entry-title:after {
  position: absolute;
  bottom: -2px;
  height: 4px;
  width: 80px;
  display: block;
  content: "";
  left: 50%;
  margin-left: -40px;
  background: #bda780;
}
section .section-title-white {
  color: #fff;
}
section .section-title-left {
  text-align: left !important;
}
section .section-title-left:after {
  left: 0 !important;
  margin-left: 0 !important;
}
section .section-subtitle {
  font-weight: 400;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin: 0 10px 40px 10px;
}
/* 
##################
FOOTER
##################
*/
footer {
  color: #bda780;
  font-size: 13px;
  position: relative;
  padding: 20px 0;
  background: #252531;
}
footer .copy {
  float: left;
  text-align: center;
}
footer .copy img {
  height: 50px;
}
footer .design {
  float: right;
  text-align: center;
}
.portfolio .item {
  float: left;
  width: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0  0 2px 0;
  position: relative;
  background: none !important;
}
.portfolio .item.hidden {
  display: none;
}
.portfolio .item .info:hover {
  background: rgba(0, 0, 0, 0.8);
}
.portfolio .item .info {
  height: 100%;
  /*background: rgba(0, 0, 0, 0.7);*/
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #fff;
  text-align: right;
}
.portfolio .item .info .inner {
  padding: 15px;
}
.portfolio .item .info .inner .name {
  /*text-transform: uppercase;*/
  font-weight: 800;
  font-size: 22px;
  line-height: 26px;
  padding: 4px 0 4px 0;
}
.portfolio .item .info .inner .more {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 8px 0;
}
.portfolio .item .info .inner .for {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 8px 0;
}
.portfolio .item .info .inner .for span {
  color: #bda780;
  font-weight: 800;
  font-size: 20px;
}
.portfolio .item .info .inner .for span a {
  color: #bda780 !important;
}
.portfolio .item .info .inner .for span a:hover {
  text-decoration: underline;
}
.portfolio .item .info .inner .pi-wrap {
  height: 300px;
  overflow: hidden;
  border: 4px solid #bda780;
  border-radius: 0px;
  position: relative;
  opacity: 0.85;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.portfolio .item .info .inner .pi-wrap .scrollee {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.portfolio .item .info .inner .pi-wrap .scrollee img {
  max-width: 100%;
}
.portfolio .item .info .inner .pi-wrap:hover {
  opacity: 1;
}
.portfolio .item .info .inner .pi-wrap.faded {
  border: 4px solid #fff;
}
.portfolio .portfolio_more {
  padding: 30px 0 0px 0;
  text-align: center;
}
@media (min-width: 1201px) {
  .nav-spacer {
    display: none !important;
    height: 0 !important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .nav-spacer {
    display: none !important;
    height: 0 !important;
  }
  .page-wrap {
    float: none !important;
    width: 100% !important;
  }
  header {
    position: relative !important;
    width: 100% !important;
  }
  header .inner {
    padding: 10px 10px 0 10px !important;
  }
  header .inner .logo {
    float: left;
    padding: 0 !important;
  }
  header .inner .header-info {
    float: right;
    padding: 0 !important;
    border: none !important;
  }
  header .inner nav.main {
    max-width: 100% !important;
  }
  header .inner nav.main ul li {
    margin: 5px 5px;
    display: inline-block !important;
  }
  .container {
    padding: 0 10px;
  }
}
@media (min-width: 780px) and (max-width: 999px) {
  .hide-780 {
    display: none !important;
  }
  .clear-780 {
    clear: both;
  }
  .full-780 {
    float: none !important;
    width: 100% !important;
  }
  .full-780 .cont {
    max-width: 100% !important;
  }
  .container {
    padding: 0 10px;
  }
  .nav-spacer {
    display: block !important;
  }
  .trigger-mobile {
    display: none !important;
  }
  nav.mobile.nav-show {
    display: block !important;
  }
  .page-wrap {
    float: none !important;
    width: 100% !important;
  }
  header {
    width: 100% !important;
  }
  header .inner {
    padding: 10px 10px 0 10px !important;
  }
  header .inner .logo {
    float: left;
    padding: 0 !important;
  }
  header .inner .header-info {
    float: right;
    padding: 0 !important;
    border: none !important;
  }
  header .inner nav.main {
    max-width: 100% !important;
  }
  header .inner nav.main ul li {
    margin: 5px 5px;
    display: inline-block !important;
  }
  .slider-bar {
    font-size: 70px !important;
  }
  .slider-bar .wrap {
    padding: 140px 0 !important;
  }
}
@media (max-width: 779px) and (min-width: 540px) {
  .hide-540 {
    display: none !important;
  }
  .clear-540 {
    clear: both;
  }
  .container {
    padding: 0 10px;
  }
  .nav-spacer {
    display: block !important;
  }
  .trigger-mobile {
    display: block !important;
  }
  nav.mobile.nav-show {
    display: block !important;
  }
  .page-wrap {
    float: none !important;
    width: 100% !important;
  }
  header {
    position: relative !important;
    width: 100% !important;
    background: #fff;
    padding-top: 0px !important;
  }
  header .inner {
    padding: 10px 10px 10px 10px !important;
  }
  header .inner .logo {
    padding: 20px 0 10px 0 !important;
    text-align: left;
  }
  header .inner .logo .white {
    display: none;
  }
  header .inner .logo .black {
    display: block;
  }
  header .inner .header-info {
    background: #252531 !important;
    text-align: center !important;
    border: none !important;
    padding: 5px 5px !important;
  }
  header .inner .header-info a {
    color: #fff !important;
  }
  header .inner nav.main {
    display: none !important;
  }
  section {
    padding: 50px 0 !important;
  }
  section main {
    float: none !important;
    width: 100% !important;
    margin: 0 0 40px 0 !important;
  }
  section aside {
    float: none !important;
    width: 100% !important;
  }
  section .section-title,
  section .page-title,
  section .entry-title {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  section .row3cols .item {
    width: 48% !important;
    margin: 0px 1% 40px 1% !important;
    padding: 0 0 40px;
  }
  section .row3cols .item:nth-child(3n+1) {
    clear: none !important;
  }
  section .row3cols .item:nth-child(2n+1) {
    clear: both !important;
  }
  section .row4cols .item {
    width: 48% !important;
    margin: 0px 1% 40 1% !important;
  }
  section .row4cols .item:nth-child(2n+1) {
    clear: both;
  }
  section .row .icon-wrap:after {
    display: none !important;
  }
  section .column {
    float: none !important;
    width: 100% !important;
  }
  section .column-last {
    float: none !important;
  }
  section .contact .contact-left {
    float: none !important;
    width: 100% !important;
  }
  section .contact .contact-right {
    float: none !important;
    width: 100% !important;
  }
  .stage {
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: scroll !important;
    padding: 100px 0 !important;
  }
  .tab-info {
    padding: 20px 0 0 0 !important;
  }
  .portfolio .item {
    float: none !important;
    width: 100% !important;
  }
  .portfolio .item .info {
    float: none !important;
    width: 100% !important;
    word-break: normal !important;
  }
  .portfolio .item .info .inner {
    padding: 10px !important;
  }
  .portfolio .item .info .inner .for {
    overflow: hidden;
  }
  .portfolio .item .info .inner .pi-wrap {
    opacity: 1 !important;
  }
}
@media (max-width: 539px) {
  .clear-0 {
    clear: both !important;
  }
  .hide-0 {
    display: none !important;
  }
  .container {
    padding: 0 10px;
  }
  .nav-spacer {
    display: block !important;
  }
  .trigger-mobile {
    display: block !important;
  }
  nav.mobile.nav-show {
    display: block !important;
  }
  .page-wrap {
    float: none !important;
    width: 100% !important;
  }
  header {
    position: relative !important;
    width: 100% !important;
    background: #fff;
    padding-top: 0px !important;
  }
  header .inner {
    padding: 10px 10px 10px 10px !important;
  }
  header .inner .logo {
    padding: 20px 0 10px 0 !important;
    text-align: left;
  }
  header .inner .logo .white {
    display: none;
  }
  header .inner .logo .black {
    display: block;
  }
  header .inner .header-info {
    background: #252531 !important;
    text-align: center !important;
    border: none !important;
    padding: 5px 5px !important;
  }
  header .inner .header-info a {
    color: #fff !important;
  }
  header .inner nav.main {
    display: none !important;
  }
  section {
    padding: 50px 0 !important;
  }
  section main {
    float: none !important;
    width: 100% !important;
    margin: 0 0 40px 0 !important;
  }
  section aside {
    float: none !important;
    width: 100% !important;
  }
  section .section-title,
  section .page-title,
  section .entry-title {
    font-size: 40px !important;
    line-height: 40px !important;
  }
  section .row3cols .item {
    float: none !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 auto 40px auto !important;
    padding: 0 0 0px 0;
  }
  section .row3cols .item:nth-child(3n+1) {
    clear: both;
  }
  section .row4cols .item {
    float: none!important;
    width: 100% !important;
    max-width: 400px !important;
    margin: 0px auto 40px auto !important;
    padding: 0 0 0px 0;
  }
  section .row4cols .item:nth-child(4n+1) {
    clear: both;
  }
  section .row .icon-wrap:after {
    display: none !important;
  }
  section .column {
    float: none !important;
    width: 100% !important;
  }
  section .column-last {
    float: none !important;
  }
  section .contact .contact-left {
    float: none !important;
    width: 100% !important;
  }
  section .contact .contact-right {
    float: none !important;
    width: 100% !important;
  }
  .stage {
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: scroll !important;
  }
  .tab-info {
    padding: 20px 0 0 0 !important;
  }
  .portfolio .item {
    float: none !important;
    width: 100% !important;
  }
  .portfolio .item .info {
    float: none !important;
    width: 100% !important;
    word-break: normal !important;
  }
  .portfolio .item .info .inner {
    padding: 10px !important;
  }
  .portfolio .item .info .inner .for {
    overflow: hidden;
  }
  .portfolio .item .info .inner .pi-wrap {
    opacity: 1 !important;
  }
}
a.zoom {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
a.zoom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('images/ico-zoom.png') center -50px no-repeat #252531;
  opacity: 0;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 90;
  pointer-events: none;
}
a.zoom:hover:after {
  opacity: 0.5;
  background-position: center center !important;
}
a.zoom img {
  margin-bottom: 0 !important;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a.zoom:hover img {
  transform: scale(1.1);
}
.ppt,
.pp_description {
  display: none !important;
}
.media_box {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.media_box iframe,
.media_box object,
.media_box embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: visible !important;
}
.video-wrapper {
  max-width: 600px;
  margin: 10px 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map {
  width: 100%;
  height: 600px;
  transform: inherit !important;
}
.menu-btn {
  width: 50px;
  height: 50px;
  border: 0;
  background: transparent;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.menu-btn span {
  display: block;
  position: absolute;
  width: 60%;
  height: 2px;
  background: #bda780;
  margin: 6px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
}
.menu-btn:hover span {
  background: #fff !important;
}
.menu-btn .line-1 {
  -webkit-transform: translate(-50%, -8px);
  -ms-transform: translate(-50%, -8px);
  transform: translate(-50%, -8px);
}
.menu-btn .line-2 {
  -webkit-transform: translate(-50%, -2px);
  -ms-transform: translate(-50%, -2px);
  transform: translate(-50%, -2px);
}
.menu-btn .line-3 {
  -webkit-transform: translate(-50%, 4px);
  -ms-transform: translate(-50%, 4px);
  transform: translate(-50%, 4px);
}
.menu-btn.active .line-3 {
  opacity: 0;
}
.menu-btn.active .line-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.menu-btn.active .line-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
nav.mobile {
  position: fixed;
  z-index: 505;
  width: 100%;
  height: 100%;
  background: #252531;
}
nav.mobile ul {
  padding: 50px 20px 0 20px;
}
nav.mobile ul li {
  margin: 10px 0;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
nav.mobile ul li a {
  color: #fff !important;
}
nav.mobile ul li a:hover {
  color: #bda780 !important;
}
nav.mobile ul li ul {
  display: none !important;
}
.blink_me {
  animation: blinker 2s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.hr {
  display: block;
  width: 160px;
  height: 6px;
  background: #252531;
  margin: 20px auto;
}
.navigation {
  text-align: center;
}
html {
  margin: 0 !important;
}
section.video {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 !important;
  padding-bottom: 56.25% !important;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  /*.movie { 
		display: block;
		position: fixed;
		top: 50%;
		left: 50%;
		max-width: 100%;
		min-height: 100%;
		height: auto !important;
		width: auto !important;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		z-index: 1;
		.transition(0.5s);
	}
	*/
}
section.video .action-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 200;
  color: #000;
  cursor: default;
  background: #252531;
  color: #fff;
  font-weight: 300;
  opacity: 0.9;
  -moz-transition: all 3s linear;
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
}
@media (max-width: 780px) {
  section.video .action-bar {
    bottom: 0 !important;
    top: auto !important;
  }
}
section.video .action-bar strong {
  color: #bda780;
}
section.video .action-bar .sound-control span:hover,
section.video .action-bar strong.scrolldown:hover {
  color: #fff;
}
section.video .action-bar .action-inner {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 15px;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
section.video .action-bar .action-inner:hover {
  opacity: 1;
}
section.video .action-bar strong {
  cursor: pointer;
}
section.video .action-bar .sound-control .ifoff {
  display: none;
}
section.video .action-bar .sound-control.sound-on .ifoff {
  display: inline !important;
}
section.video .action-bar .sound-control.sound-on .ifon {
  display: none !important;
}
section.video .movie {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
}
@-webkit-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* :not(:required) hides this rule from IE9 and below */
.heartbeat {
  -webkit-animation: heartbeat 1900ms ease 0s infinite normal;
  -khtml-animation: heartbeat 1900ms ease 0s infinite normal;
  -moz-animation: heartbeat 1900ms ease 0s infinite normal;
  -ms-animation: heartbeat 1900ms ease 0s infinite normal;
  -o-animation: heartbeat 1900ms ease 0s infinite normal;
  animation: heartbeat 1900ms ease 0s infinite normal;
  position: relative;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.dev-mac .pca-hold {
  width: 400px;
  margin: 0 50px;
}
.dev-mac .pca-hold .pca-main {
  display: block;
  position: relative;
  background-color: #d84242;
  border: 12px solid #2d2d2d;
  height: 256px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.dev-mac .pca-hold .pca-main:after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 4px;
  height: 4px;
  background-color: #959595;
  border-radius: 100%;
}
.dev-mac .pca-hold .pca-inner {
  display: block;
}
.dev-mac .pca-hold .pca-sub {
  display: block;
  text-align: center;
  position: relative;
  height: 20px;
}
.dev-mac .pca-hold .pca-sub .pca-top {
  position: absolute;
  bottom: 0;
  left: -50px;
  display: block;
  width: 500px;
  height: 20px;
  border-bottom-left-radius: 44px;
  border-bottom-right-radius: 44px;
  background-color: #e8e8e8;
  opacity: 1;
  z-index: 2;
}
.dev-mac .pca-hold .pca-sub .pca-bot {
  display: block;
  width: 160px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #B1B1B1;
  border-radius: 0 0 180px 180px;
  opacity: 1;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.front_about {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}
@media (max-width: 780px) {
  .front_about {
    padding-top: 0px !important;
  }
}
.front_about .section-title {
  font-size: 24px !important;
  line-height: 28px !important;
  padding: 0 0 20px 0 !important;
  margin: 0 0 20px 0 !important;
}
.front_about .section-title-nodecoration {
  font-size: 20px !important;
  line-height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.front_about .front_about-left {
  float: right;
  width: 35%;
  padding: 45px 0 0 0;
}
@media (max-width: 780px) {
  .front_about .front_about-left {
    float: none;
    width: 100%;
    padding: 0 0 0px 0;
  }
}
.front_about .front_about-right {
  float: left;
  width: calc(100% - 37%);
}
@media (max-width: 780px) {
  .front_about .front_about-right {
    float: none;
    width: 100%;
    padding: 0 0 0px 0;
  }
}
.front_about p {
  margin: 0 0 5px 0;
}
.front_about .rating {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0 0 20px 0;
}
.front_about .rating div {
  display: inline-block;
  padding: 3px 10px;
  border: 2px solid #000;
  border-radius: 10px;
  background: #3c68d9;
}
.front_about .rating span {
  font-weight: 700;
  font-size: 17px;
}
.front_about .rating span i {
  color: #FFDC46;
  margin-right: 1px;
  font-size: 16px;
}
.front_about .about_info {
  text-align: center;
  font-size: 15px;
  line-height: 17px;
}
.front_about .about_info .ico {
  font-size: 36px;
  line-height: 36px;
  color: #3c68d9;
  text-align: center;
  margin: 0 0 2px 0;
}
.front_about .about_info strong {
  font-size: 18px;
  line-height: 20px;
  font-weight: 800;
  color: #000 !important;
}
@media (max-width: 780px) {
  .front_about .about_info {
    margin: 0 -10px 0 -10px;
    padding: 20px 10px;
    background: #252531;
    color: #fff;
  }
  .front_about .about_info strong {
    color: #bda780 !important;
  }
}
.front_about .photo {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 780px) {
  .front_about .photo {
    display: none;
  }
}
.front_about .photo img {
  display: block;
  max-width: 100%;
}
.front_about .photo:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  height: 1000px;
  background: #252531;
  border-radius: 30px 0 0 0;
  top: 100%;
  left: 0;
}
.front_about .photo:after {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  width: 100%;
  height: 1000px;
  background: #252531;
  border-radius: 0 0 0 0;
  top: 100%;
  left: 100%;
}
.front_about .photo2 {
  display: none;
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  .front_about .photo2 {
    display: block;
  }
}
.front_about .photo2 img {
  display: block;
  max-width: 100%;
}
.front_values {
  padding: 120px 0 120px 0;
}
.front_values .reviews-widget {
  padding: 30px 0 0 0;
}
.front_offer {
  padding-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .front_offer .container {
    padding: 0 0;
  }
}
.front_offer .offer-item {
  margin: 0 0 100px 0;
}
.front_offer .offer-item .offer-head {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  background: #3c68d9;
  padding: 15px 10px;
  border-radius: 15px 15px 0 0;
  color: #fff;
  text-align: center;
}
.front_offer .offer-item .offer-main {
  padding: 20px 10px 20px 10px;
  background: #fbfbfb;
}
.front_offer .offer-item .offer-main strong {
  font-weight: 800;
  color: #000;
}
.front_offer .offer-item .offer-main .offer-title {
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
  padding: 0 0 20px 0 !important;
  margin: 0 0 24px 0 !important;
  color: #252531;
  text-align: center;
  position: relative;
}
.front_offer .offer-item .offer-main .offer-title:after {
  position: absolute;
  bottom: -2px;
  height: 4px;
  width: 80px;
  display: block;
  content: "";
  left: 50%;
  margin-left: -40px;
  background: #bda780;
}
.front_offer .offer-item .offer-main .tab-list ul li {
  margin: 0 0 5px 0;
  padding: 1px 0 5px 26px;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
.front_offer .offer-item .offer-main .tab-list ul li i {
  color: #3c68d9;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 18px;
}
.front_offer .offer-info {
  background: #bda780;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  border-radius: 0 0 15px 15px;
}
.front_offer .offer-info .lead {
  margin: 0 0 10px 0;
}
.contact .contact-left {
  float: left;
  width: 340px;
}
.contact .contact-left .contact-info .item .ico {
  text-align: center;
  font-size: 36px;
  color: #bda780;
  margin: 0 0 5px 0;
}
.contact .contact-right {
  float: right;
  width: calc(100% - 380px);
}
.contact .contact-right button {
  margin-bottom: 30px !important;
}
.timeline {
  padding: 100px 0 0 0;
  position: relative;
}
.timeline .owl-stage-outer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 10px;
  left: 0;
  height: 1px;
  background: #bda780;
}
.timeline .owl-nav {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
}
.timeline .owl-nav .owl-prev {
  float: left;
  opacity: 1;
}
.timeline .owl-nav .owl-next {
  float: right;
  opacity: 1;
}
.timeline .owl-nav .disabled {
  opacity: 0.2 !important;
  cursor: default !important;
}
.timeline .owl-nav .disabled .button {
  cursor: default !important;
}
.timeline .owl-item {
  transform: scale(0.3);
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.timeline .owl-item .timeline-item {
  font-size: 15px;
  padding: 15px 10px 0px 15px;
  position: relative;
}
.timeline .owl-item .timeline-item .border {
  position: absolute;
  left: 10px;
  top: 0px;
  height: 100%;
  width: 0px;
  background: #bda780;
  display: block;
}
.timeline .owl-item .timeline-item .border::before {
  content: "";
  background: #bda780;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 10px;
  position: absolute;
  z-index: 3;
  left: -10px;
  top: 0px;
}
.timeline .owl-item.active {
  transform: scale(1);
}
.thankyou {
  padding: 100px 10px;
  text-align: center;
  background: #9ddf9c;
}
.thankyou div {
  display: inline-block;
  padding: 5px 10px;
  background: #16A613;
  color: #fff;
  border-radius: 10px;
}
