html, body {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.25;
  font-family: inherit; }

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

ol, ul {
  list-style: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: ""; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
  font-family: 'Overpass', sans-serif; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button,
input {
  line-height: normal;
  *overflow: visible; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

/*font sizes*/
/*colors*/
/*paddings*/
/*margins*/
/*********************
BREAKPOINTS
*********************/
#topbar {
  padding: 8px 0;
  background-color: #6c757d;
  font-size: 13px; }

/*Typgraphy*/
* {
  font-family: 'Overpass', sans-serif; }

h1, h2, h3, h4, h5, h6, i {
  color: #31353c;
  line-height: 1.25em;
  font-weight: normal; }

h1 {
  font-size: 48px;
  line-height: 43px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

h1:not(:last-child) {
  margin-bottom: 25px; }

h2:not(:last-child) {
  margin-bottom: 20px; }

h3:not(:last-child) {
  margin-bottom: 13px; }

h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px; }

p {
  padding: 0; }
  p:not(:last-child) {
    margin-bottom: 10px; }

.fw-medium {
  font-weight: 500; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  text-decoration: none;
  background: transparent;
  vertical-align: baseline;
  text-decoration: none;
  outline: none !important;
  color: #31353c;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  a > * {
    text-decoration: none;
    outline: none !important; }
  a:hover {
    color: #ffcc00; }

button {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

a:hover, button:hover {
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in; }

button {
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

a:hover, button:hover {
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in; }

a.link-text {
  color: #ffcc00; }
a.link-text2 {
  color: #ffcc00; }
  a.link-text2 i {
    margin-right: 10px;
    display: inline-block; }
a.link-text:hover, a.link-text2:hover {
  text-decoration: underline; }

[class^="icon-"]:before, [class*="icon-"]:before {
  width: auto;
  margin: 0;
  padding: 0; }

.selected {
  background: #e1e7e9; }

.title-holder:not(:last-child) {
  margin-bottom: 30px; }
.title-holder .section-title:not(:last-child) {
  margin-bottom: 7px; }

.section-title {
  font-weight: bold;
  letter-spacing: -1px; }
  .section-title.size-big {
    font-size: 48px;
    line-height: 58px; }
  .section-title:not(:last-child) {
    margin-bottom: 30px; }

h3.section-title {
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: -0.3px;
  font-weight: 900; }
  h3.section-title:not(:last-child) {
    margin-bottom: 20px; }

h5.section-title {
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: -0.1px; }
  h5.section-title:not(:last-child) {
    margin-bottom: 20px; }

.section-pre-title {
  text-transform: uppercase;
  color: #aab3b6;
  line-height: 0.8em; }

.sub-title:not(:last-child) {
  margin-bottom: 40px; }

.section-pre-title:not(:last-child) {
  margin-bottom: 0; }

.text-size-medium {
  font-size: 16px;
  line-height: 28px; }
  .text-size-medium:not(:last-child) {
    margin-bottom: 20px; }

.text-size-small {
  font-size: 12px;
  line-height: 16px; }

.text-color-white {
  color: #fff; }

.text-color-blue {
  color: #23456a; }

.text-color-orange {
  color: #f26625; }

/*General*/
.align-left {
  text-align: left; }

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

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

.f-left {
  float: left; }

.f-right {
  float: right; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

/*Flex Row*/
[class*="flex-row"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  [class*="flex-row"]:after {
    display: none; }
  [class*="flex-row"] > * {
    float: none; }
  [class*="flex-row"].flex-justify {
    justify-content: space-between; }
  [class*="flex-row"].flex-center {
    align-items: center; }

section {
  float: left;
  width: 100%;
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  background: #fff;
  z-index: 1; }

.wrapper-border {
  border: 1px solid black;
  border-radius: 4px; }

/*Flex Column*/
.fx-col-2 > * {
  -webkit-flex-basis: 50%;
  flex-basis: 50%; }

.fx-col-3 > * {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%; }

.fx-col-4 > * {
  -webkit-flex-basis: 25%;
  flex-basis: 25%; }

.fx-col-5 > * {
  -webkit-flex-basis: 20%;
  flex-basis: 20%; }

.fx-col-6 > * {
  -webkit-flex-basis: 16.66666%;
  flex-basis: 16.66666%; }

/* Tooltips */
.tooltips a:not(.qustion-icon) {
  position: relative;
  color: #31353c !important; }

.tooltip {
  position: absolute;
  display: block;
  background: #365ddd;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

a.top-tooltip .tooltip {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, -15px);
  -moz-transform: translate(-50%, -15px);
  -o-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px); }
a.left-tooltip .tooltip {
  top: 50%;
  right: 100%;
  margin-right: 5px;
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%); }
a.right-tooltip .tooltip {
  top: 50%;
  left: 100%;
  margin-left: 9px;
  -webkit-transform: translate(15px, -50%);
  -moz-transform: translate(15px, -50%);
  -o-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%); }
a.bottom-tooltip .tooltip {
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translate(-50%, 15px);
  -moz-transform: translate(-50%, 15px);
  -o-transform: translate(-50%, 15px);
  -ms-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px); }
a.top-tooltip:hover .tooltip {
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px); }
a.left-tooltip:hover .tooltip, a.right-tooltip:hover .tooltip {
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%); }
a.bottom-tooltip:hover .tooltip {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.tooltips a .tooltip:after, .tooltips .qustion-tooltip .tooltip:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0; }

a.top-tooltip .tooltip:after {
  border-left: 7px solid transparent;
  border-top: 5px solid #365ddd;
  border-right: 7px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -7px; }

.tooltips a:not(.qustion-icon):hover .tooltip, .qustion-tooltip .tooltip.opened {
  opacity: 1;
  visibility: visible; }

.tooltips a:hover {
  text-decoration: none; }
.tooltips a.left-tooltip .tooltip:after {
  border-top: 7px solid transparent;
  border-left: 5px solid #365ddd;
  border-bottom: 7px solid transparent;
  top: calc(50% - 7px);
  left: 100%; }
.tooltips a.right-tooltip .tooltip:after {
  border-top: 7px solid transparent;
  border-right: 5px solid #365ddd;
  border-bottom: 7px solid transparent;
  right: 100%;
  top: calc(50% - 7px); }
.tooltips .qustion-tooltip.right-tooltip .tooltip:after {
  border-top: 7px solid transparent;
  border-right: 5px solid #365ddd;
  border-bottom: 7px solid transparent;
  right: 100%;
  top: calc(50% - 7px); }
.tooltips a.bottom-tooltip .tooltip:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #365ddd;
  border-top: none;
  bottom: 100%;
  left: calc(50% - 7px); }

.qustion-tooltip {
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -7px;
  right: 0; }

.qustion-icon {
  font-size: 12px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  background-color: #365ddd;
  color: #fff !important; }
  .qustion-icon:before {
    content: '\F128';
    font-family: 'fontello'; }

.qustion-tooltip .tooltip {
  left: 25px;
  cursor: text;
  padding: 10px;
  padding-right: 20px;
  font-size: 12px;
  width: 230px;
  white-space: normal;
  text-align: left;
  line-height: 18px;
  letter-spacing: 0.25px;
  -webkit-transform: translate(0px, -55%);
  -moz-transform: translate(0px, -55%);
  -o-transform: translate(0px, -55%);
  -ms-transform: translate(0px, -55%);
  transform: translate(0px, -55%); }
  .qustion-tooltip .tooltip.opened {
    -webkit-transform: translate(0px, -55%);
    -moz-transform: translate(0px, -55%);
    -o-transform: translate(0px, -55%);
    -ms-transform: translate(0px, -55%);
    transform: translate(0px, -55%); }
  .qustion-tooltip .tooltip span {
    display: block; }
    .qustion-tooltip .tooltip span:not(:last-child) {
      margin-bottom: 5px; }

.close-tooltip {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  font-size: 18px;
  z-index: 9; }

.tooltips {
  position: relative; }

/**/
#header {
  position: relative;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  transition: all .35s; }
  #header #topheader {
    padding: 20px 0;
    border-bottom: none; }
  @media (max-width: 575.98px) {
    #header .logo-wrap {
      text-align: center; } }
  #header .logo {
    display: inline-block; }

/*Contact info menu*/
.contact-info-menu {
  font-size: 0;
  text-align: left; }
  .contact-info-menu > * {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
    border-left: 2px solid #e2e5e5;
    padding: 26px 40px 22px;
    height: 100%;
    position: relative;
    font-family: 'Overpass', sans-serif; }
    .contact-info-menu > *.lang-button {
      padding-top: 36px;
      padding-bottom: 32px;
      cursor: pointer; }
    .contact-info-menu > * span {
      display: block;
      letter-spacing: 0.5px; }
  .contact-info-menu .contact-info-item > a:hover {
    text-decoration: underline; }
  .contact-info-menu > * i {
    font-size: 20px;
    color: #ed1c24;
    text-align: left;
    margin-right: 17px; }
  .contact-info-menu > * > a {
    font-family: 'Overpass', sans-serif;
    font-weight: bold; }
  .contact-info-menu > * a > b {
    font-size: 18px;
    color: #ed1c24;
    font-weight: 900 !important; }
  .contact-info-menu
  > *.lang-button {
    padding: 0;
    border: none; }
  .contact-info-menu .lang-button .dropdown-list > li > a {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
  .contact-info-menu > * {
    text-transform: none; }

/*--------Language Button----------*/
.lang-button {
  position: relative; }
  .lang-button .item-inner > a:after {
    font-family: 'fontello';
    content: '\f107';
    margin-left: 10px;
    font-size: 12px;
    display: inline-block;
    vertical-align: 0; }

.contact-info-menu > *.lang-button i {
  margin-right: 12px;
  color: #31353c;
  font-size: 16px; }

.lang-button a:hover {
  text-decoration: none; }
.lang-button:hover .item-inner > a {
  color: #fff; }
.lang-button .dropdown-list {
  font-family: 'Overpass', sans-serif;
  padding-top: 2px;
  margin-bottom: -2px;
  padding: 15px 0;
  background-color: #f2f3f3; }
  .lang-button .dropdown-list > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    text-transform: none; }
  .lang-button .dropdown-list > li:hover > a {
    background: transparent;
    color: #23456a;
    text-decoration: none; }
.lang-button:hover .dropdown-list, .lang-button:active .dropdown-list {
  visibility: visible;
  opacity: 1; }

.contact-info-menu > *.lang-button i {
  font-size: 14px;
  margin-right: 10px; }
.contact-info-menu > *.lang-button .item-inner > a {
  letter-spacing: 0.3px;
  font-size: 13px; }

.dropdown-list {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  width: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.dropdown-window {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  min-width: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  left: auto;
  right: 0;
  -webkit-transform: scale3d(0.85, 0.85, 0.85);
  -ms-transform: scale3d(0.85, 0.85, 0.85);
  transform: scale3d(0.85, 0.85, 0.85); }
  .dropdown-window.opened {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

/*Slash*/
.slash-list{
  position: relative;
}
.slash-list > a {
  position: relative;
  letter-spacing: 0.4px; }
  .slash-list > a:hover {
    color: #fff;
    text-decoration: none; }
  .slash-list > a:not(:last-child) {
    padding-right: 10px;
    margin-right: 7px; }
    .slash-list > a:not(:last-child):after {
      position: absolute;
      content: '';
      height: 11px;
      width: 1px;
      right: 0;
      top: 50%;
      margin-top: -5.5px;
      background-color: #d5d7d8; }

/*Navigation*/
#main-nav {
  background-color: #23456a; }
  #main-nav ul li a {
    color: #fff; }

.dropdown-menu {
  background-color: #f26625;
  border-radius: 0px; }
  .dropdown-menu :hover {
    display: block;
    background-color: rgba(255, 255, 255, 0.5); }
  .dropdown-menu a {
    padding: 10px 20px; }

/*!*Hero Section*!*/
/*.hero-section {*/
  /*background: url(images/hero-bg.jpg);*/
  /*background-size: cover;*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*padding: 220px 0 200px; }*/
  /*.hero-section .bg {*/
    /*height: 150%;*/
    /*top: -10%; }*/

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 2; }

.fl-wrap {
  float: left;
  width: 100%;
  position: relative; }

.main-search-input {
  background: #fff;
  padding: 0 120px 0 0;
  border-radius: 30px;
  margin-top: 50px;
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.3);
  z-index: 2; }
  @media (max-width: 575.98px) {
    .main-search-input {
      background: rgba(255, 255, 255, 0.2);
      padding: 14px 20px 10px;
      border-radius: 10px;
      box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0); } }

.main-search-input-item {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  height: 50px;
  position: relative; }
  @media (max-width: 575.98px) {
    .main-search-input-item {
      width: 100%;
      border: 1px solid #eee;
      height: 50px;
      border: none;
      margin-bottom: 10px; } }
  .main-search-input-item input {
    float: left;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px; }
    .main-search-input-item input:first-child {
      border-radius: 100%; }
      @media (max-width: 575.98px) {
        .main-search-input-item input:first-child {
          border-radius: 4px; } }

.main-search-select-item {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  height: 45px;
  background-color: #fff;
  position: relative; }
  @media (max-width: 575.98px) {
    .main-search-select-item {
      width: 100%;
      border: 1px solid #eee;
      height: 50px;
      border: none;
      margin-bottom: 10px; } }
  .main-search-select-item select {
    float: left;
    border: none;
    width: 100%;
    height: 45px;
    padding-left: 20px; }
  .main-search-select-item .select2-selection {
    height: 50px; }
  .main-search-select-item .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 15px; }

.main-search-button {
  position: absolute;
  right: 0px;
  height: 50px;
  width: 120px;
  color: #fff;
  background-color: #ffcc00;
  top: 0;
  border: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer; }
  @media (max-width: 575.98px) {
    .main-search-button {
      position: relative;
      float: left;
      width: 100%;
      border-radius: 6px; } }

.main-search-input-item .nice-select {
  color: #292929;
  float: left;
  width: 100%;
  border: none;
  min-width: 150px;
  height: 50px;
  z-index: 100;
  line-height: 50px; }
  .main-search-input-item .nice-select .list {
    width: 100%;
    padding: 60px 12px 10px;
    background: #fff;
    border-radius: 4px;
    max-height: 180px; }
    .main-search-input-item .nice-select .list li {
      float: left;
      width: 100%;
      padding: 5px 10px 6px;
      color: #666;
      font-size: 13px;
      border-radius: 2px;
      min-height: 20px;
      line-height: 20px; }
  .main-search-input-item .nice-select .nice-select-search {
    border: 1px solid #eee;
    border-radius: 6px !important; }
  .main-search-input-item .nice-select .list li:hover, .main-search-input-item .nice-select .list li.selected {
    color: #fff; }

.main-search-input-wrap {
  max-width: 900px;
  margin: 20px auto;
  position: relative; }

.main-search-input:before {
  content: '';
  position: absolute;
  bottom: -40px;
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.41);
  left: 50%;
  margin-left: -25px; }

.main-search-input-item.location a {
  position: absolute;
  top: 18px;
  right: 22px;
  z-index: 500; }
  .main-search-input-item.location a:hover {
    border-radius: 100%;
    animation: pulse 1.1s infinite ease-in-out; }

#autocomplete-input {
  position: relative;
  z-index: 5; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  font-weight: 400;
  height: 48px;
  line-height: 48px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select .has-multiple .multiple-options {
    display: block;
    padding: 0; }

p.section-subtitle {
  margin-bottom: 30px; }

/*Thumbnail*/
.feature-company-info{
  position: relative;
}
.feature-company-info .content-overlay {
  background: rgba(0, 20, 50, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }
.feature-company-info:hover .content-overlay {
  opacity: 1; }
.feature-company-info .company-details {
  position: absolute;
  text-align: justify;
  line-height: 140%;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 13px;
  border-radius: 4px;
  width: 100%;
  top: 30%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.feature-company-info:hover .company-details {
  top: 45%;
  left: 50%;
  opacity: 1; }
.feature-company-info:hover h3 {
  color: #fff; }
.feature-company-info:hover a {
  color: #fff; }
.feature-company-info figcaption {
  position: absolute;
  top: 0px;
  padding: 5%;
  width: 92%; }
  .feature-company-info figcaption h3 {
    margin-bottom: 0px; }

.company-metainfo .metainfo {
  margin-right: 10px; }
  .company-metainfo .metainfo:hover {
    color: #fff; }
.company-metainfo .outline-circle:hover {
  color: #fff;
  border: 1px solid #fff; }

.company-rating {
  background-color: #23456a;
  width: 50%;
  font-size: 11.8181818182px;
  margin-bottom: 40%; }
  .company-rating .rating-value {
    background-color: #ffcc00;
    padding: 5px;
    margin-left: 5px;
    text-align: center; }
  .company-rating .star-rating {
    padding: 5px 0 0 5px;
    color: #ffcc00; }

.outline-circle {
  border: 1px solid #6c757d;
  padding: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 5px;
  color: #6c757d; }

.google-ad {
  margin: 8px 0; }

/*Footer*/
footer {
  background: #23456a;
  padding: 32px 0;
  color: #fff;
  margin-top: 64px; }
  @media (max-width: 575.98px) {
    footer {
      text-align: center; } }
  footer h4 {
    font-size: 99%; }
  footer .footer-title {
    padding-top: 32px;
    text-transform: uppercase;
    color: #fff; }
  footer h5 {
    margin-bottom: 0px !important; }
    footer h5.news-title a {
      text-transform: uppercase;
      color: #fff;
      font-size: 80%;
      margin-bottom: 0px; }
  footer time {
    font-size: 80%; }
  footer a {
    font-size: 85%;
    color: #fff;
    text-transform: uppercase; }
    footer a:hover {
      text-decoration: none; }
  footer p {
    font-size: 85%; }
    footer p.news-brief {
      margin-top: 8px; }
  footer .news-wrapper {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff; }
    footer .news-wrapper:last-child {
      border-bottom: none; }
  footer .contact-info {
    padding-top: 10px;
    font-size: 85%; }
    footer .contact-info span {
      color: cyan; }
    footer .contact-info i {
      color: #fff;
      margin-right: 5px; }

.footer-social-icons {
  width: 350px;
  display: block;
  margin: 0 auto; }

.social-icon {
  color: #fff; }

ul.social-icons {
  margin-top: 10px;
  margin-left: 0px;
  min-width: 235px;
  float: right;
}
  ul.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px; }

.fa-facebook {
  padding: 12px 14px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  background-color: #6c757d; }
  .fa-facebook:hover {
    background-color: #3d5b99;
    color: #fff; }

.fa-twitter {
  padding: 12px 12px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  background-color: #6c757d; }
  .fa-twitter:hover {
    background-color: #00aced;
    color: #fff; }

.fa-rss {
  padding: 12px 12px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  background-color: #6c757d; }
  .fa-rss:hover {
    background-color: #eb8231;
    color: #fff; }

.fa-youtube {
  padding: 12px 12px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  background-color: #6c757d; }
  .fa-youtube:hover {
    background-color: #e64a41;
    color: #fff; }

.fa-linkedin {
  padding: 12px 12px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  background-color: #6c757d; }
  .fa-linkedin:hover {
    background-color: #0073a4;
    color: #fff; }

.fa-google-plus {
  padding: 12px 12px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50%;
  background-color: #6c757d; }
  .fa-google-plus:hover {
    background-color: #e25714;
    color: #fff; }

/*Feature Package*/
.feature-package-card {
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height: 1.4;
  font-family: sans-serif;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #6c757d; }
  .feature-package-card a {
    color: inherit;
    font-family: inherit; }
    .feature-package-card a:hover {
      color: #23456a;
      text-decoration: none; }
  .feature-package-card:hover .photo {
    transform: scale(1.3); }
  .feature-package-card .package-photo {
    position: relative;
    height: 200px; }
    .feature-package-card .package-photo .package-rating {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -100%;
      margin: auto;
      transition: left .2s;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 10px;
      width: 100%;
      font-size: .9rem; }
      .feature-package-card .package-photo .package-rating .rating-container {
        margin: 50px 20px;
        font-size: 60%;
        background: #23456a;
        width: 90px;
        padding: 0px 5px; }
      .feature-package-card .package-photo .package-rating .star-value {
        margin-right: 5px;
        padding: 2px 4px;
        background: #ffcc00;
        color: #23456a; }
      .feature-package-card .package-photo .package-rating .star {
        padding-top: 3px; }
    .feature-package-card .package-photo:hover .package-rating {
      left: 10%; }
  .feature-package-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
  .feature-package-card .package-title {
    color: #23456a; }
  .feature-package-card .package-description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1; }
    .feature-package-card .package-description h3 {
      font-size: 20px;
      margin-bottom: 0px; }
    .feature-package-card .package-description .meta {
      padding: 10px 0px;
      width: 100%;
      font-size: 0.9rem; }
      .feature-package-card .package-description .meta ul li {
        display: inline-block;
        margin-right: 20%; }
      .feature-package-card .package-description .meta .duration:before {
        font-family: 'FontAwesome';
        margin-right: 5px;
        content: "\f017";
        font-size: 18px; }
      .feature-package-card .package-description .meta .activity:before {
        font-family: 'FontAwesome';
        margin-right: 5px;
        content: "\f067";
        font-size: 18px; }
      .feature-package-card .package-description .meta .price:before {
        font-family: 'FontAwesome';
        margin-right: 5px;
        content: "\f02c";
        font-size: 18px; }
      .feature-package-card .package-description .meta .location:before {
        font-family: 'FontAwesome';
        margin-right: 5px;
        content: "\f041";
        font-size: 18px; }
    .feature-package-card .package-description .read-more {
      text-align: left; }
      .feature-package-card .package-description .read-more a {
        display: inline-block;
        position: relative; }
        .feature-package-card .package-description .read-more a:after {
          content: "\f061";
          font-family: 'FontAwesome';
          margin-left: -10px;
          opacity: 0;
          vertical-align: middle;
          transition: margin .3s, opacity .3s; }
        .feature-package-card .package-description .read-more a:hover:after {
          margin-left: 5px;
          opacity: 1; }
    .feature-package-card .package-description p {
      position: relative;
      font-family: inherit;
      margin: 1rem 0 0; }
      .feature-package-card .package-description p:first-of-type {
        margin-top: 1.25rem; }
        .feature-package-card .package-description p:first-of-type:before {
          content: "";
          position: absolute;
          height: 5px;
          width: 35px;
          top: -0.75rem;
          border-radius: 3px; }
  @media (min-width: 640px) {
    .feature-package-card {
      flex-direction: row;
      /*max-width: 700px; */
    }
      .feature-package-card .package-photo {
        flex-basis: 36%;
        height: auto; }
      .feature-package-card .package-description {
        flex-basis: 55%; }
        .feature-package-card .package-description:before {
          content: "";
          background: #fff;
          width: 30px;
          position: absolute;
          left: -10px;
          top: 0;
          bottom: 0;
          z-index: -1; }
      .feature-package-card.alt {
        flex-direction: row-reverse; }
        .feature-package-card.alt .package-description:before {
          left: inherit;
          right: -10px;
          transform: skew(3deg); }
        .feature-package-card.alt .package-rating {
          padding-left: 25px; } }

.thumb {
  display: block;
  width: 100%;
  margin: 0; }

.news {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #6c757d; }
  .news:last-child {
    border-bottom: none; }

.news-list {
  padding-left: .5em; }

.news-list .media {
  padding-bottom: 1.1em;
  border-bottom: 1px solid #e8e8e8; }

.news-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;
  text-align: left; }

/*===============COMPANY PROFILE===============*/
.page-banner {
  padding: 20px;
  margin-bottom: 24px; }
  .page-banner .info-wrapper {
    background: #fff;
    padding: 10px; }
  .page-banner .fa-facebook {
    background-color: #fff;
    border: 2px solid #6c757d; }
    .page-banner .fa-facebook:hover {
      background-color: #3d5b99; }
  .page-banner .fa-twitter {
    background-color: #fff;
    border: 2px solid #6c757d; }
    .page-banner .fa-twitter:hover {
      background-color: #00aced; }
  .page-banner .fa-rss {
    background-color: #fff;
    border: 2px solid #6c757d; }
    .page-banner .fa-rss:hover {
      background-color: #eb8231; }
  .page-banner .fa-youtube {
    background-color: #fff;
    border: 2px solid #6c757d; }
    .page-banner .fa-youtube:hover {
      background-color: #e64a41; }
  .page-banner .fa-linkedin {
    background-color: #fff;
    border: 2px solid #6c757d; }
    .page-banner .fa-linkedin:hover {
      background-color: #0073a4; }
  .page-banner .fa-google-plus {
    background-color: #fff;
    border: 2px solid #6c757d; }
    .page-banner .fa-google-plus:hover {
      background-color: #e25714; }
  .page-banner img {
    min-height: 80px;
    width: auto; }
  .page-banner .company-logo {
    margin-right: 25px; }
    @media (max-width: 575.98px) {
      .page-banner .company-logo {
         } }
  .page-banner .rating-wrapper {
    padding: 0px 10px;
    border-radius: 4px;
    margin-right: 25px; }
    @media (max-width: 575.98px) {
      .page-banner .rating-wrapper {
        margin: 10px 0px;
        float: left;
        width: 100%; } }
  .page-banner .rating-value {
    margin-right: 10px;
    color: #23456a;
    padding: 3px 6px; }
  .page-banner .stars {
    color: #ffcc00; }
  .page-banner .add-rating-wrapper * {
    color: #f26625;
    text-decoration: none; }
  .page-banner .add-rating-wrapper span {
    display: block; }
  .page-banner .breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px; }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .page-banner .breadcrumb {
        float: left;
        margin-top: 25px; } }
    @media (max-width: 575.98px) {
      .page-banner .breadcrumb {
        float: left;
        margin-top: 5px; } }
    .page-banner .breadcrumb * {

      color: black; }
    .page-banner .breadcrumb li:not(:last-child):after {
      content: ">";
      padding: 3px; }

.package-card {
  margin-bottom: 24px; }
  .package-card .btn {
    margin: auto 8px; }

/*Tabs*/
/*.nav-tabs {
  border-bottom: 2px solid #DDD;
  > li {
    &.active {
      > a {
        border-width: 0;
        &:focus, &:hover {
          border-width: 0;
        }
      }
      > a {
        border: none;
        color: #4285F4 !important;
        background: transparent;
      }
      > a::after {
        transform: scale(1);
      }
    }
    > a {
      border: none;
      color: #666;
    }
    > a {
      &:hover {
        border: none;
        color: #4285F4 !important;
        background: transparent;
      }
      &::after {
        content: "";
        background: #4285F4;
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: -1px;
        transition: all 250ms ease 0s;
        transform: scale(0);
      }
    }
    &:hover > a::after {
      transform: scale(1);
    }
  }
}

.tab-nav > li > a::after {
  background: #21527d none repeat scroll 0% 0%;
  color: #fff;
}
*/
.package-card .card {
  background: #FFF none repeat scroll 0% 0%;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px; }

/*Packages, Testimonials and Review*/
section#pnr {
  padding-top: 0px; }

#pnr .card {
  background: #fff;
  box-shadow: none; }
#pnr .nav-tabs {
  border: none; }
  #pnr .nav-tabs li {
    padding: 16px; }
    #pnr .nav-tabs li .active {
      color: #23456a;
      border-bottom: 4px solid #f26625;
      -webkit-transition: width 2s;
      /* Safari */
      transition: width 2s; }
    #pnr .nav-tabs li :hover {
      color: #006699;
      text-decoration: none;
      border-bottom: 4px solid #f26625;
      -webkit-transition: width 2s;
      /* Safari */
      transition: width 2s; }
  #pnr .nav-tabs a {
    color: #23456a; }
#pnr .tab-pane {
  padding: 15px 0; }
#pnr .tab-content {
  padding: 20px; }

@media (max-width: 575.98px) {
  #review .company-review-wrapper {
    flex-direction: column; } }

/*Package Detials*/
.card-title {
  color: #006699; }
  .card-title a:hover {
    color: #23456a;
    text-decoration: none; }

#package-info h2.packate-title {
  margin-bottom: 0px; }
  @media (max-width: 575.98px) {
    #package-info h2.packate-title {
      text-align: center; } }
#package-info .btn-booking {
  width: 40%;
  margin: 24px auto; }
#package-info .service-provider-logo img {
  height: 80px;
  width: auto;
  padding: 10px; }
#package-info .rating-wrapper {
  background: #23456a;
  padding: 0px 10px;
  border-radius: 4px;
  margin: auto 25px; }
  @media (max-width: 575.98px) {
    #package-info .rating-wrapper {
      margin: 10px 0px; } }
#package-info .card {
  background: #fff;
  box-shadow: none; }
#package-info .nav-tabs {
  border: none; }
  #package-info .nav-tabs li {
    padding: 16px; }
    #package-info .nav-tabs li .active {
      color: #23456a;
      border-bottom: 4px solid #f26625;
      -webkit-transition: width 2s;
      /* Safari */
      transition: width 2s; }
    #package-info .nav-tabs li :hover {
      color: #006699;
      text-decoration: none;
      border-bottom: 4px solid #f26625;
      -webkit-transition: width 2s;
      /* Safari */
      transition: width 2s; }
  #package-info .nav-tabs a {
    color: #23456a;
    text-transform: uppercase;
    font-weight: 800; }
#package-info .tab-pane {
  padding: 15px 0; }
#package-info .tab-content {
  padding: 20px;
  /*Gallery*/ }
  #package-info .tab-content .gallery_product {
    margin-bottom: 30px; }
    #package-info .tab-content .gallery_product img {
      max-width: 100%; }
#package-info .package-spec li {
  padding: 4px 0px; }
#package-info .notincludings-list {
  padding-left: 20px;
  text-indent: -20px; }
  #package-info .notincludings-list li:before {
    font-family: 'FontAwesome';
    content: "\f00d";
    margin-right: 8px;
    color: #f26625; }
#package-info .includings-list {
  padding-left: 20px;
  text-indent: -20px; }
  #package-info .includings-list li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin-right: 8px;
    color: #23456a; }

#review .company-review-wrapper {
  margin-bottom: 5%; }
  @media (max-width: 575.98px) {
    #review .company-review-wrapper {
      flex-direction: column; } }
#review #reviewform {
  display: none;
  padding: 3%; }
  #review #reviewform .rating {
    font-size: 24px; }
#review .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  unicode-bidi: bidi-override;
  direction: rtl; }
  #review .rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em; }
    #review .rating > span:hover:before {
      content: "\2605";
      position: absolute;
      content: "\2605";
      position: absolute;
      content: "\2605";
      position: absolute; }
    #review .rating > span:hover ~ span:before, #review .rating > span:hover ~ span:before {
      content: "\2605";
      position: absolute; }

.search-list-heading-wrapper {
  margin-top: 24px;
  padding: 24px 0; }

.sort-parameters a {
  padding: 0 8px;
  border-right: 1px solid #31353c; }
  .sort-parameters a:last-child {
    border-right: none; }
  .sort-parameters a:hover {
    color: #006699;
    text-decoration: none; }

/*Blog*/
.blog-card {
  margin-bottom: 24px; }

.blog-meta {
  font-size: 80%; }
  .blog-meta li {
    display: inline-flex;
    margin-bottom: 16px;
    margin-right: 8px; }
  .blog-meta a {
    color: #006699; }
    .blog-meta a:hover {
      color: #23456a;
      text-decoration: none; }

#blog-page .card {
  margin-bottom: 24px; }

img.gallery-img {
  width: 100%;
  height: auto; }

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #23456a; }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px; }

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer; }

/* Hide the slides by default */
.mySlides {
  display: none; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; }

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white; }

img.demo {
  opacity: 0.6; }

.active,
.demo:hover {
  opacity: 1; }

img.hover-shadow {
  transition: 0.3s; }

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

/*# sourceMappingURL=style.css.map */
 .pagination {
      margin: 0px;
      display: inline-block;
      width: 100%;
      padding: 30px 0 20px 15px;
      text-align: center;
  }
  
  .pagination a,
  .pagination span.current {
      background-color: #fff;
      text-decoration: none;
      color: #666;
      padding: 0 10px;
      margin: 0 0 0px 0;
      font-size: 11px;
      display: inline-block;
      padding: 5px 14px;
      line-height: 18px;
  }
  
  .pagination span.current,
  .pagination a:hover {
      color: #fff;
      background-color: #f26522;
  }

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
body {
  top: 0px !important;
}
.goog-logo-link {
  display:none !important;
}

.goog-te-gadget{
  color: transparent !important;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  right: 0px;
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  color: #000;
}

.dropdown-content a:hover{
  color: #fff;
  text-decoration: none;
  background-color: rgb(158,157,155);
}

.userButton:hover{
  color: #fff;
  background-color: rgb(108,117,125);
  text-decoration: none;
}
.display {
  display: block;
}

.review-content{
  margin-left:20px;
}

.company-review-wrapper{
  margin-bottom: 15px;
}

.main-search-button{
  height:45px!important;
}
.main-search-select-item {
  border-radius: 20px 0 0 20px;!important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}

/* Homepage Slider */

#main-nav ul li {
  position: relative;
}

@media (min-width: 992px) {
  #main-nav ul li + li:before {
    content: "";
    top: 50%;
    left: 0;
    height: 20px;
    width: 2px;
    background-color: #f4f4f4;
    transform: translateY(-50%);
    position: absolute;
  }
}


#main-nav ul li a {
  padding-left: 20px;
  padding-right: 20px
}

#main-nav ul li a:hover,
#main-nav ul li a:focus {
  color: #ffcc00;
}

section.hero-section {
  padding: 0 !important;
}

.hero-slider .slick-arrow {
  display: none !important;
}

.hero-slider {
  position: relative;
}

.hero-item {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 530px;
  background-position: center center;
}

.hero-section-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.ff-section{
  padding:0px
}

.google-map{
  margin-top: 30px;
  margin-bottom: 30px;
}

.frontend-menu-item{
  padding-left: 0px;
}

.frontend-nav-bar{
  padding-left: 0px;
}


.ff-gen-breadcrumb{
  background: transparent !important;
}

.ff-gen-title{
  color: black;
}

.rating-wrapper{
  max-width: 170px;
}

.rating-wrapper .stars{
  min-width: 130px;
}

.company-detail-sidebar .logo img {
  max-width: 200px;
  object-fit: contain;
  height: 160px;
}

