@charset "UTF-8";
@font-face {
  font-family: 'begumregular';
  src: url("fonts/begumregular.woff2") format("woff2"), url("fonts/begumregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'fslucasprobold';
  src: url("fonts/fslucasprobold.woff2") format("woff2"), url("fonts/fslucasprobold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'fslucasproregular';
  src: url("fonts/fslucasproregular.woff2") format("woff2"), url("fonts/fslucasproregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'proximaregular';
  src: url("fonts/proximanova-regular-webfont.woff2") format("woff2"), url("fonts/proximanova-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'proximaregularit';
  src: url("fonts/proximanova-regularit-webfont.woff2") format("woff2"), url("fonts/proximanova-regularit-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'proximasbold';
  src: url("fonts/proximanova-semibold-webfont.woff2") format("woff2"), url("fonts/proximanova-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: bold;
  font-display: swap; }
@font-face {
  font-family: 'proximabold';
  src: url("fonts/proxima-nova/proximanova-bold-webfont.woff2") format("woff2"), url("fonts/proxima-nova/proximanova-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@keyframes img-width-inc {
  from {
    opacity: 1; }
  to {
    width: 0px; } }
/* sm-simple */
.sm {
  position: relative;
  z-index: 2;
  float: right;
  min-width: 290px;
  width: 100%; }

.sm,
.sm ul,
.sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
  direction: rtl;
  text-align: right; }

.sm ul {
  display: none; }

.sm li,
.sm a {
  position: relative; }

.sm a {
  display: block;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.sm a.disabled {
  cursor: not-allowed; }

.sm:after {
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden; }

.sm,
.sm *,
.sm *:before,
.sm *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* -------------- */
.sm-simple {
  background: white; }

.sm-simple a {
  padding: 14px;
  color: #333;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 17px;
  text-decoration: none; }

.sm-simple.sm-vertical {
  width: 320px; }

.sm-simple .current-menu-item a,
.sm-simple a:hover,
.sm-simple a:focus,
.sm-simple a:active,
.sm-simple a.highlighted {
  color: #d2451e; }

.sm-simple a.disabled {
  color: #333; }

.sm-simple a.has-submenu {
  padding-right: 57px; }

.sm-simple.sm-rtl a.has-submenu {
  padding-right: 14px;
  padding-left: 57px; }

.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -29px;
  left: auto;
  right: 0px;
  width: 57px;
  height: 57px;
  overflow: hidden;
  font: 700 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  line-height: 57px !important; }

.sm-simple.sm-rtl a span.sub-arrow {
  left: 0px;
  right: auto; }

.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: '-'; }

.sm-simple > li:first-child {
  border-top: 0; }

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1); }

@media (min-width: 1600px) {
  .sm-simple ul {
    background: #FFF;
    position: absolute;
    width: 320px !important;
    background: white; }

  .sm-simple li {
    display: table-cell; }

  .sm-simple ul li,
  .sm-simple.sm-rtl ul li,
  .sm-simple.sm-vertical li {
    float: left;
    display: block;
    width: 100%; }

  .sm-simple a {
    white-space: nowrap;
    text-align: left; }

  .sm-simple.sm-rtl a {
    text-align: right; }

  .sm-simple ul a,
  .sm-simple.sm-vertical a {
    white-space: normal; }

  .sm-simple .sm-nowrap > li > a,
  .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }

  /* ...end */
  .sm-simple {
    display: table;
    width: 100%;
    max-width: 100% !important; }

  .sm-simple a.disabled {
    background: white;
    color: #cccccc; }

  .sm-simple a.highlighted span.sub-arrow:before {
    display: none; }

  .sm-simple > li {
    border-top: 0; }

  .sm-simple > li:first-child {
    border-left: 0; }

  .sm-simple ul a.has-submenu {
    padding-right: 20px; }

  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #ebebeb; }

  .sm-simple ul > li:first-child {
    border-top: 0; }

  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px; }

  .sm-simple span.scroll-up-arrow,
  .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent; }

  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent; }

  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 57px; }

  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 0; }

  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #ebebeb; }

  .sm-simple.sm-rtl > li:last-child {
    border-left: 0; }

  .sm-simple.sm-rtl ul a span.sub-arrow {
    left: 0; }

  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #ebebeb; }

  .sm-simple.sm-vertical > li:first-child {
    border-top: 0; } }
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img,
  tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .navbar {
    display: none; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important; } }
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

[role=button] {
  cursor: pointer; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0; }

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777; }

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— "; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ""; }

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —"; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table !important; }

  tr.visible-xs {
    display: table-row !important; }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table !important; }

  tr.visible-sm {
    display: table-row !important; }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table !important; }

  tr.visible-md {
    display: table-row !important; }

  td.visible-md,
  th.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table !important; }

  tr.visible-lg {
    display: table-row !important; }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.container-fluid {
  max-width: 1920px; }

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.revamp .our-strengths-wrapper {
  margin-top: 115px; }
.revamp.dev-inner-02 .partner-with-us-wrapper {
  margin-top: 115px; }
.revamp.people-inner-01 .ourst-coreval-wrapper {
  padding-top: 115px;
  padding-bottom: 50px; }
.revamp.people-inner-02 .section-header {
  padding-bottom: unset; }

/* --------------  above the fold css code goes here -------------- */
/* color variables */
html {
  -webkit-font-smoothing: antialiased;
  /* ie scrollbar overlap issue fix */
  -ms-overflow-style: scrollbar;
  font-size: 22px; }

body {
  position: relative;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  color: #000000;
  font-family: "proximaregular", sans-serif;
  background-color: #f6f7f0;
  padding-top: 75px;
  margin: 0;
  overflow-x: hidden; }
  @media only screen and (min-width: 768px) {
    body {
      padding-top: 120px; } }
  @media only screen and (min-width: 1200px) {
    body {
      padding-top: 0; } }

.max-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto; }

.datepicker.dropdown-menu {
  z-index: 9999 !important; }

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  html,
  body {
    -webkit-overflow-scrolling: touch !important;
    overflow-y: visible;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    height: 100% !important; }

  .datepicker.dropdown-menu {
    position: fixed !important;
    /* ipad overflow cut off fix */ } }
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 20px;
  margin-bottom: 20px; }

.h1,
h1 {
  font-size: 36px;
  line-height: 40px; }

p {
  margin: 0 0 10px; }

a {
  color: #123445;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none; }

a:hover,
a:focus {
  color: #000;
  text-decoration: none; }

/* slider */
#eme-video-slider video {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  position: absolute; }

#eme-slider-wrap picture {
  display: block; }
  #eme-slider-wrap picture img {
    width: 100%; }
  @media only screen and (min-width: 1200px) {
    #eme-slider-wrap picture img {
      object-fit: cover;
      height: 100vh; } }

#eme-slider-wrap .item {
  position: relative;
  overflow: hidden; }
  #eme-slider-wrap .item .pic-wrap {
    position: relative; }
  @media only screen and (min-width: 1200px) {
    #eme-slider-wrap .item:before {
      content: "";
      position: absolute;
      height: 200px;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
      background: linear-gradient(0deg, rgba(15, 15, 15, 0) 5%, rgba(0, 0, 0, 0.72) 100%); } }

#eme-slider-wrap .item .description {
  background-color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  font-family: "Tinos", serif;
  text-align: center;
  padding: 40px 20px;
  width: 100%; }
  #eme-slider-wrap .item .description .title {
    display: block;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #000;
    font-family: "ivymode", sans-serif;
    filter: drop-shadow(0 0 3px rgba(2, 2, 2, 0.06)); }
  #eme-slider-wrap .item .description a.double-underline {
    display: none;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    font-family: "proximaregular", sans-serif;
    text-transform: uppercase; }
    #eme-slider-wrap .item .description a.double-underline:hover {
      color: #D2451E; }
  #eme-slider-wrap .item .description a.button {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 40px;
    color: #4F5959;
    font-weight: 400;
    font-family: "proximaregular", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #4F5959;
    padding: 0 25px;
    margin-top: 25px; }
    #eme-slider-wrap .item .description a.button:hover {
      background-color: #d2451e;
      color: #000000; }
  #eme-slider-wrap .item .description img {
    width: auto; }
  @media only screen and (min-width: 768px) {
    #eme-slider-wrap .item .description {
      font-size: 35px;
      letter-spacing: 1px;
      line-height: 38px; } }
  @media only screen and (min-width: 1200px) {
    #eme-slider-wrap .item .description {
      display: block;
      background-color: transparent;
      color: #ffffff;
      filter: drop-shadow(0 0 6.5px rgba(2, 2, 2, 0.1));
      text-align: left;
      position: absolute;
      left: 40px;
      bottom: 0;
      max-width: 585px; }
      #eme-slider-wrap .item .description .title {
        color: #ffffff;
        margin-bottom: 5px; }
      #eme-slider-wrap .item .description a.double-underline {
        display: inline-block;
        color: #fff; }
      #eme-slider-wrap .item .description a.button {
        display: none; } }

#eme-slider-wrap .owl-item .description .desc-inner {
  display: inline-block; }

#eme-slider-wrap .owl-item.active .description .desc-inner {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s; }

.buttons-wrap {
  display: block; }
  .buttons-wrap .btn-default {
    margin: 20px 10px 0; }

#eme-slider-wrap .text-image {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 50px;
  color: #ffffff;
  font-family: "ivymode", sans-serif; }
#eme-slider-wrap #eme-slider-v2 .owl-nav .owl-prev {
  position: absolute;
  left: 60px;
  top: 44%;
  transform: translateY(-50%);
  width: 25px;
  height: 40px; }
  #eme-slider-wrap #eme-slider-v2 .owl-nav .owl-prev svg {
    fill: #fff;
    transition: 0.3s all; }
  #eme-slider-wrap #eme-slider-v2 .owl-nav .owl-prev:hover svg {
    fill: #d9d8d7; }
#eme-slider-wrap #eme-slider-v2 .owl-nav .owl-next {
  position: absolute;
  right: 60px;
  top: 44%;
  transform: translateY(-50%);
  width: 25px;
  height: 40px; }
  #eme-slider-wrap #eme-slider-v2 .owl-nav .owl-next svg {
    fill: #fff;
    transition: 0.3s all; }
  #eme-slider-wrap #eme-slider-v2 .owl-nav .owl-next:hover svg {
    fill: #d9d8d7; }
@media only screen and (min-width: 1200px) {
  #eme-slider-wrap #eme-slider-v2 {
    height: 100vh; }
    #eme-slider-wrap #eme-slider-v2 .owl-nav .owl-prev {
      top: 50%; }
    #eme-slider-wrap #eme-slider-v2 .owl-nav .owl-next {
      top: 50%; }
  #eme-slider-wrap .text-image {
    bottom: 90px; } }

.btn-default {
  font-size: 17px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Tinos", serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #f50056;
  border: none;
  padding: 0.32rem 0.75rem;
  border-radius: 4px;
  text-transform: uppercase;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none; }
  .btn-default:hover {
    background-color: #f3931f;
    color: #fff;
    text-decoration: none; }
  @media only screen and (min-width: 768px) {
    .btn-default {
      padding: 0.32rem 0.45rem; } }

.buttonvideourl .icon {
  display: inline-block;
  background-image: url("images/play.svg");
  width: 31px;
  height: 31px;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 15px; }

/* slider video option */
.video-js,
.vjs-poster,
.vjs-text-track-display,
.vjs-big-play-button,
.vjs-control-bar,
.vjs-error-display,
.vjs-caption-settings {
  display: none; }

.vjs-has-started {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  z-index: 1; }

.vjs-has-started .vjs-tech {
  display: block;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%; }

/* full screen slider */
#eme-slider-wrap-full-screen img {
  display: block; }

/* main menu */
.all-menus-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 75px;
  z-index: 66;
  max-height: calc(100vh - 75px);
  overflow-y: auto; }

.all-menus-container.expand {
  visibility: visible;
  opacity: 1; }

/* left nav */
.shareparent {
  position: relative; }

.shareparent .list-group {
  margin-bottom: 0; }

#left-navbar {
  display: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 77; }

.leftnav-title {
  padding: 7px 0; }

.shareparent .list-group-item a {
  display: block; }

.shareparent .list-group-item.active {
  background: #f58220; }

.shareparent .list-group-item.active a {
  color: #fff; }

/* body */
.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.header-inner-wrapper {
  display: flex;
  align-items: center;
  height: 75px;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #4F5959;
  -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.13); }
  .header-inner-wrapper .logo-wrapper #branding {
    width: 200px;
    outline: none; }
    .header-inner-wrapper .logo-wrapper #branding .white-logo {
      display: none; }
    .header-inner-wrapper .logo-wrapper #branding img {
      width: 100%; }
  .header-inner-wrapper .ghost-button {
    display: inline-block;
    width: 222px;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
    font-family: "proximaregular", sans-serif;
    border: 3px solid #d9d8d7;
    text-transform: uppercase;
    transition: background-color 0.3s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .header-inner-wrapper .ghost-button:hover {
      background-color: #4F5959;
      border-color: #fff; }
    .header-inner-wrapper .ghost-button:focus {
      color: #fff;
      border-color: #d9d8d7; }
    .header-inner-wrapper .ghost-button.open {
      font-size: 24px; }
    @media only screen and (min-width: 1200px) {
      .header-inner-wrapper .ghost-button {
        width: 340px; } }
  .header-inner-wrapper .hamburger {
    padding: 8px 0; }
  @media only screen and (min-width: 768px) {
    .header-inner-wrapper {
      height: 120px;
      padding: 0 30px; }
      .header-inner-wrapper .logo-wrapper {
        display: inline-block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%); }
        .header-inner-wrapper .logo-wrapper #branding {
          width: 255px; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) {
        .header-inner-wrapper .logo-wrapper #branding {
          display: inline-block !important; } }

  @media only screen and (min-width: 1200px) {
    .header-inner-wrapper {
      background-color: transparent;
      box-shadow: none;
      padding: 0 40px;
      height: 110px; }
      .header-inner-wrapper .logo-wrapper {
        text-align: center; }
        .header-inner-wrapper .logo-wrapper #branding {
          width: 50%; }
          .header-inner-wrapper .logo-wrapper #branding .white-logo {
            display: block; }
          .header-inner-wrapper .logo-wrapper #branding .white-logo {
            display: none; }
      .header-inner-wrapper .ghost-button {
        font-size: 15px; } }
  @media only screen and (min-width: 1600px) {
    .header-inner-wrapper {
      padding: 16px 65px 0px 50px; } }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px dashed;
  border-top: 5px solid \9;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  color: #fff;
  margin-left: 8px; }

.language-dropdown-wrapper {
  display: none;
  position: relative;
  z-index: 10; }
  .language-dropdown-wrapper .languages {
    margin: 0;
    padding: 0;
    position: relative;
    height: 43px;
    width: 60px;
    cursor: pointer;
    z-index: 99; }
    .language-dropdown-wrapper .languages.show li {
      display: block; }
    @media only screen and (min-width: 1600px) {
      .language-dropdown-wrapper .languages {
        height: 43px;
        width: 77px; } }
  .language-dropdown-wrapper .languages li {
    display: none;
    list-style-type: none; }
  .language-dropdown-wrapper .languages li a {
    border: 1px solid #e0e0e0;
    background: none repeat scroll 0 0;
    display: block;
    padding: 7px 8px 9px 10px;
    text-align: center;
    width: 70px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0px;
    color: #231f20;
    font-weight: 600;
    background: #fff;
    margin-bottom: -1px; }
    @media only screen and (min-width: 1200px) {
      .language-dropdown-wrapper .languages li a {
        padding: 11px 8px 11px 10px; } }
    @media only screen and (min-width: 1900px) {
      .language-dropdown-wrapper .languages li a {
        font-size: 18px; } }
  .language-dropdown-wrapper .languages li a:hover {
    background: none repeat scroll 0 0 #d2451e;
    color: white; }
  .language-dropdown-wrapper .languages li.active {
    display: block; }
    .language-dropdown-wrapper .languages li.active a {
      border: 0;
      background: transparent;
      color: #fff !important;
      pointer-events: none;
      font-size: 15px; }
    .language-dropdown-wrapper .languages li.active i {
      margin-left: 8px;
      margin-bottom: 2px; }
  @media only screen and (min-width: 1600px) {
    .language-dropdown-wrapper {
      display: inline-block;
      vertical-align: top; } }

/* hamburger menu */
.menu-toggle {
  margin: 0;
  cursor: pointer;
  padding: 8px 0; }
  .menu-toggle .stage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 15px 20px;
    overflow: hidden;
    z-index: 3; }
    .menu-toggle .stage:hover .dot-elastic {
      animation: dotElastic 1s infinite linear;
      background-color: #d2451e;
      color: #d2451e; }
      .menu-toggle .stage:hover .dot-elastic::before {
        animation: dotElasticBefore 1s infinite linear;
        background-color: #d2451e;
        color: #d2451e; }
      .menu-toggle .stage:hover .dot-elastic::after {
        animation: dotElasticAfter 1s infinite linear;
        background-color: #d2451e;
        color: #d2451e; }

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999; }
  @media only screen and (min-width: 1200px) {
    header {
      position: absolute; } }

.activate-fixedmenu header {
  -webkit-box-shadow: 0 4px 4px -4px #c3c3c3;
  box-shadow: 0 4px 4px -4px #c3c3c3; }

.desktop-menu-wrapper {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .desktop-menu-wrapper {
      display: block;
      text-align: center;
      position: absolute; } }
  .desktop-menu-wrapper .sm-simple li a {
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    font-weight: 300;
    font-family: "proximaregular", sans-serif;
    text-decoration: none;
    padding: 8px 0;
    margin: 0 14px; }
    .desktop-menu-wrapper .sm-simple li a.has-submenu {
      padding-right: 0; }
    .desktop-menu-wrapper .sm-simple li a span.sub-arrow {
      display: none; }
    .desktop-menu-wrapper .sm-simple li a:hover {
      text-decoration: none;
      color: #d9d8d7; }
  .desktop-menu-wrapper .sm-simple li .sub-menu li:first-child {
    border-top: 0; }
  .desktop-menu-wrapper .sm-simple li .sub-menu li a {
    font-size: 15px;
    line-height: 30px;
    color: #929290;
    font-weight: 400;
    font-family: "proximaregular", sans-serif;
    text-transform: none;
    padding: 7px 0;
    margin: 0;
    white-space: normal;
    text-transform: uppercase; }
    .desktop-menu-wrapper .sm-simple li .sub-menu li a:hover {
      color: #d2451e; }
  .desktop-menu-wrapper .sm-simple li .sub-menu li.current-menu-item > a {
    color: #ffa4f9; }
  .desktop-menu-wrapper > .sm-simple > li.current-menu-item > a {
    color: #d9d8d7; }

.fixed-header {
  display: none; }

/* ONE */
.hamburger .line {
  width: 50px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hamburger:hover {
  cursor: pointer; }

.hamburger .line:nth-child(2) {
  opacity: 0;
  display: none; }

.open .hamburger .line {
  height: 2px;
  width: 42px; }

.open .hamburger {
  margin-left: 18px; }

.open .hamburger .line:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform: translateY(5px) rotate(45deg);
  -o-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg); }

.open .hamburger .line:nth-child(3) {
  -webkit-transform: translateY(-3px) rotate(-45deg);
  -ms-transform: translateY(-3px) rotate(-45deg);
  -o-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg); }

.mobile-logo {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  max-width: 220px;
  width: 100%; }
  .mobile-logo a img {
    width: 100%; }

.booking-widget {
  padding: 0;
  max-width: 320px;
  margin: 0 auto; }
  .booking-widget .button-wrap .ghost-button {
    width: 242px;
    background-color: #fff;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 40px;
    color: #4F5959;
    border: 2px solid #d9d8d7;
    font-weight: 400;
    font-family: "proximaregular", sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }
    .booking-widget .button-wrap .ghost-button:hover {
      color: white;
      background-color: #4F5959; }
  .booking-widget .seperator {
    color: #4F5959;
    padding: 0 6px;
    height: 8px;
    line-height: 8px;
    display: inline-block;
    vertical-align: middle; }
  .booking-widget .booking-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 75px;
    color: #000000;
    font-family: "ivymode", sans-serif;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 6px; }
  .booking-widget .promo-section {
    padding: 6px 0; }
  .booking-widget .book-section {
    border-bottom: 1px solid #e6e6e6;
    padding: 6px 0; }
    .booking-widget .book-section:last-of-type {
      border-bottom: none; }
    .booking-widget .book-section .check-in {
      width: 90px; }
      .booking-widget .book-section .check-in.haserror {
        border: 1px solid #e83e8c; }
    .booking-widget .book-section .check-out {
      width: 95px; }
      .booking-widget .book-section .check-out.haserror {
        border: 1px solid #e83e8c; }
    .booking-widget .book-section .icon {
      fill: #4F5959;
      display: inline-block;
      vertical-align: top;
      line-height: 46px;
      width: 25px;
      margin-right: 11px; }
    .booking-widget .book-section .head-count {
      display: inline-block;
      vertical-align: top;
      position: relative;
      font-size: 0;
      width: 80%; }
      .booking-widget .book-section .head-count .adult-count,
      .booking-widget .book-section .head-count .children-count {
        display: inline-block;
        vertical-align: top;
        max-width: 16px; }
      .booking-widget .book-section .head-count .children-count {
        margin-left: 18px; }
      .booking-widget .book-section .head-count .adult-selector-wapper {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        position: relative; }
    .booking-widget .book-section input {
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 37px;
      height: 37px;
      color: #000000;
      font-weight: 700;
      background-color: transparent;
      font-family: "proximaregular", sans-serif;
      border: none; }
      .booking-widget .book-section input#promo-code {
        width: calc(100% - 52px); }
      .booking-widget .book-section input:focus {
        border: none;
        outline: none; }
      .booking-widget .book-section input::-webkit-input-placeholder {
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 40px;
        color: #4F5959;
        font-weight: 700;
        font-family: "proximaregular", sans-serif;
        text-transform: uppercase; }
      .booking-widget .book-section input::-moz-placeholder {
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 40px;
        color: #4F5959;
        font-weight: 700;
        font-family: "proximaregular", sans-serif;
        text-transform: uppercase;
        opacity: 1; }
      .booking-widget .book-section input:-ms-input-placeholder {
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 40px;
        color: #4F5959;
        font-weight: 700;
        font-family: "proximaregular", sans-serif;
        text-transform: uppercase; }
      .booking-widget .book-section input::placeholder {
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 40px;
        color: #4F5959;
        font-weight: 700;
        font-family: "proximaregular", sans-serif;
        text-transform: uppercase; }
  .booking-widget .promo-wrapper {
    border-bottom: none; }
  .booking-widget .button-wrap {
    margin-top: 8px;
    text-align: center; }

.booking-widget-wrapper .booking-widget {
  margin: 0 auto; }
.booking-widget-wrapper .main-ibe-msg-box ul {
  list-style: none;
  padding-left: 0; }
  .booking-widget-wrapper .main-ibe-msg-box ul li {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #e83e8c;
    font-weight: 700;
    font-family: "proximaregular", sans-serif; }

.slider-and-book-wrapper {
  position: relative; }

/* ––––––––––– media Queries ––––––––––– */
/* custom, iphone retina */
/* extra small devices, phones */
/* small devices, tablets */
@media only screen and (min-width: 768px) {
  .mobile-logo {
    display: none; }

  /* menu max width */
  .sm {
    max-width: 320px; }

  #eme-slider-wrap .item .description .buttons-wrap .btn-default,
  #eme-slider-wrap-full-screen .item .description .buttons-wrap .btn-default {
    margin: 32px 10px 0;
    padding: 7px 28px; }
    #eme-slider-wrap .item .description .buttons-wrap .btn-default.buttonvideourl,
    #eme-slider-wrap-full-screen .item .description .buttons-wrap .btn-default.buttonvideourl {
      padding: 7px 20px;
      margin-right: 0; }

  #eme-slider-wrap-full-screen,
  #eme-slider-wrap-full-screen .item {
    height: calc(100vh - 115px);
    width: 100%;
    max-height: 900px;
    /* this should be the mobile image actual height - change accordingly */
    position: relative; }

  #eme-slider-wrap-full-screen .item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

  #eme-slider-wrap-full-screen img {
    display: none; } }
/* medium devices, desktops */
/* large devices, wide screens */
@media only screen and (min-width: 1200px) {
  html,
  body {
    overflow-x: hidden;
    height: auto !important; }

  .datepicker.dropdown-menu {
    position: absolute !important;
    /* ipad overflow cut off revert fix */ }

  #eme-slider-wrap-full-screen,
  #eme-slider-wrap-full-screen .item {
    max-height: 900px;
    /* this should be the desktop image actual height - change accordingly */ }

  #eme-slider-wrap .owl-carousel .owl-item .item > img {
    height: calc(100vh - 130px);
    width: 100%;
    max-height: 950px;
    object-fit: cover; } }
@media only screen and (min-width: 1600px) {
  .desktop-menu-wrapper {
    display: block;
    text-align: center; }
    .desktop-menu-wrapper .sub-menu {
      background-color: #fff;
      padding: 16px 30px 16px 30px;
      border-radius: 5px;
      box-shadow: 0px 2px 3px 1px #8888884d; }
    .desktop-menu-wrapper .sm-simple {
      display: inline-block;
      text-align: center;
      width: auto; } }
.scroll-down.activate-fixedmenu .fixed-header {
  transform: translate3d(0, 0, 0) !important; }

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.icon-compass {
  position: relative; }
  .icon-compass:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("images/compass.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center right;
    transition: all 0.3s ease-in-out;
    transform-origin: center center; }
  .icon-compass:hover:after {
    -webkit-transform: rotate(-180deg) translateY(50%) translateX(0%);
    -ms-transform: rotate(-180deg) translateY(50%) translateX(0%);
    transform: rotate(-180deg) translateY(50%) translateX(0%); }

.social-media-wrapper {
  position: fixed;
  right: 0;
  width: 40px;
  background-color: rgba(12, 128, 145, 0.34);
  border-radius: 5px 0 0 5px;
  text-align: center;
  padding: 16px 0 10px 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  transition: 0.3s background-color; }
  .social-media-wrapper a svg {
    fill: #fff;
    transition: 0.3s all; }
  .social-media-wrapper a:hover {
    text-decoration: none; }
    .social-media-wrapper a:hover svg {
      fill: #d9d8d7; }
  .social-media-wrapper:hover {
    background-color: rgba(12, 128, 145, 0.7); }

#desktop-fixed-menu > li > a {
  letter-spacing: 1px; }

header .mega-menu-wrapper .mega-menu-menu-wrapper ul#mega-menu li.menu-item-has-children {
  position: relative;
  transition: all 2s ease-out; }
  header .mega-menu-wrapper .mega-menu-menu-wrapper ul#mega-menu li.menu-item-has-children .sub-menu {
    display: flex;
    flex-direction: column;
    background: transparent;
    position: relative; }
    header .mega-menu-wrapper .mega-menu-menu-wrapper ul#mega-menu li.menu-item-has-children .sub-menu li {
      border: none; }
      header .mega-menu-wrapper .mega-menu-menu-wrapper ul#mega-menu li.menu-item-has-children .sub-menu li a {
        padding-top: 0;
        padding-bottom: 0.8vw;
        padding-left: 20px;
        font-size: 15px;
        text-transform: capitalize; }
        header .mega-menu-wrapper .mega-menu-menu-wrapper ul#mega-menu li.menu-item-has-children .sub-menu li a::before {
          content: "- "; }

/*# sourceMappingURL=style-header.css.map */
