/*
2017
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext");
@import url("./../../node_modules/font-awesome/css/font-awesome.min.css");
/*
grilabs-grib
_wpcore.scss
2019
*/
/* =WordPress Core
-------------------------------------------------------------- */
@import url(../../node_modules/fancybox/dist/jquery.fancybox.min.css);
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }
  *:focus, *:active {
    outline: none !important;
    box-shadow: none; }

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #FAFAFA;
  color: #777777;
  font-size: 16px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  overflow-x: hidden;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.7; }

.hidden {
  display: none; }

h1, .h1 {
  font-size: 52px;
  margin-bottom: 10px; }

h2, .h2 {
  font-size: 46px;
  margin-bottom: 10px; }

h3, .h3 {
  font-size: 32px;
  margin-bottom: 10px; }

h4, .h4 {
  font-size: 24px;
  margin-bottom: 10px; }

h5, .h5 {
  font-size: 18px;
  margin-bottom: 10px; }

h6, .h6 {
  font-size: 13px;
  margin-bottom: 5px; }

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #8a8a8a;
  margin-top: 10px;
  margin-bottom: 10px; }

.container {
  max-width: 100%;
  width: 1170px; }

a {
  text-decoration: none; }

sup {
  font-size: 60%; }

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

.clear {
  clear: both; }

#index-outer, #home-contents {
  margin-bottom: 20px; }

#numbers-wrapper {
  min-height: 450px;
  background-color: transparent;
  z-index: 4; }
  #numbers-wrapper h1 {
    text-align: center;
    color: #454545;
    font-weight: 900;
    margin-bottom: 40px;
    font-size: 40px; }

#page-body {
  padding-bottom: 85px; }

.page-full-container {
  background-color: #fff; }

#page-sidebar {
  width: 25%;
  float: left;
  border: 5px solid #fff;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  min-height: 150px; }
  #page-sidebar.sidebar-float-right {
    float: right; }
  #page-sidebar img {
    width: 100%; }
  #page-sidebar ul {
    padding-left: 0px;
    padding-bottom: 30px;
    display: inline-block;
    margin-bottom: 0;
    width: 100%; }
    #page-sidebar ul li {
      border-left: 2px solid #f5f5f5;
      width: 100%;
      list-style: none;
      float: left;
      padding-left: 15px;
      line-height: 40px;
      font-size: 13px;
      -webkit-transition: border-color .15s linear;
      -moz-transition: border-color .15s linear;
      -ms-transition: border-color .15s linear;
      -o-transition: border-color .15s linear;
      transition: border-color .15s linear; }
      #page-sidebar ul li a {
        float: left;
        width: auto;
        line-height: 40px;
        font-weight: 400;
        font-size: 16px;
        margin-right: 10px;
        color: #212121;
        text-decoration: none;
        position: relative; }
      #page-sidebar ul li:hover, #page-sidebar ul li.active, #page-sidebar ul li.current-page, #page-sidebar ul li.current-menu-item {
        border-left-color: #0c5460; }

#page-right {
  width: 75%;
  float: left;
  box-sizing: border-box;
  padding: 0 25px; }
  #page-right ul li {
    line-height: 24px; }
  #page-right p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 13px;
    color: #5d5e5f;
    line-height: 30px; }
    #page-right p.spot {
      font-size: 20px;
      font-weight: 600;
      color: #5d5e5f; }
      #page-right p.spot h1, #page-right p.spot h2, #page-right p.spot h3, #page-right p.spot h4, #page-right p.spot h5 {
        font-weight: 500; }
    #page-right p.quote {
      font-style: italic; }
  #page-right h2 {
    font-size: 25px;
    color: #5d5e5f;
    font-weight: 600; }

#page-body.no-sidebar #page-right {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

#page-content {
  padding-top: 50px; }
  #page-content .search-form {
    position: relative;
    width: 50%;
    margin: 0 25%; }
    #page-content .search-form label {
      width: 100%;
      margin-bottom: 0; }
      #page-content .search-form label span {
        display: none; }
      #page-content .search-form label input {
        border: 1px solid #f5c6cb;
        color: #999;
        margin-bottom: 0;
        -webkit-transition: border-color .15s linear;
        -moz-transition: border-color .15s linear;
        -ms-transition: border-color .15s linear;
        -o-transition: border-color .15s linear;
        transition: border-color .15s linear;
        width: 100%;
        height: 40px;
        padding-left: 10px;
        float: left; }
        #page-content .search-form label input:focus {
          border-color: #999;
          color: #333; }
    #page-content .search-form input[type='submit'] {
      position: absolute;
      right: 1px;
      top: 1px;
      padding-left: 10px;
      padding-right: 10px;
      background: #f5f5f5;
      border-radius: 0;
      border: 0;
      height: 38px;
      font-weight: 500;
      border-left: 1px solid #e9e9e9; }

.display-flex {
  display: flex; }

.wrap-forms .field-text, .wrap-forms .field-gap, .wrap-forms .field-textarea, .wrap-forms .field-select, .wrap-forms .field-upload, .wrap-forms .field-date, .wrap-forms .field-time, .wrap-forms .field-multiple, .wrap-forms .field-rating, .wrap-forms .field-table {
  margin-bottom: 0; }

.standart-page-content {
  padding-top: 20px;
  padding-bottom: 20px; }

.gallery:after {
  content: "";
  display: table;
  clear: both; }

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {
  display: block;
  margin: 1em auto; }

img.alignright, div.alignright, figure.alignright {
  float: right;
  margin: 1em 0 1em 2em; }

img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0; }

figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0; }

p img.alignright, p img.alignleft {
  margin-top: 0; }

.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  border-radius: 3px; }

.gallery figure {
  float: left;
  margin: 0 2% 1em 0; }

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none; }

.gallery.gallery-columns-3 figure {
  width: 32%; }

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0; }

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left; }

.gallery.gallery-columns-2 figure {
  width: 49%; }

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0; }

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left; }

.gallery.gallery-columns-4 figure {
  width: 23.25%; }

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0; }

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left; }

.gallery.gallery-columns-5 figure {
  width: 18%; }

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0; }

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left; }

.gallery.gallery-columns-6 figure {
  width: 14.2%; }

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0; }

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left; }

.gallery.gallery-columns-7 figure {
  width: 12%; }

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0; }

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left; }

.gallery.gallery-columns-8 figure {
  width: 10.2%; }

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0; }

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left; }

.gallery.gallery-columns-9 figure {
  width: 8.85%; }

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0; }

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left; }

@media (max-width: 767px) {
  img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none; }

  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none; } }
.wp-caption-text {
  text-align: center; }

p a {
  color: #6a6a6a;
  font-weight: 600; }
  p a:hover {
    color: #8a8a8a;
    text-decoration: none; }

.parallax-section {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100px; }

.fw-flash-messages .fw-flash-type-warning .fw-flash-message,
.fw-flash-messages .fw-flash-type-success .fw-flash-message,
.fw-flash-messages .fw-flash-type-info .fw-flash-message,
.fw-flash-messages .fw-flash-type-error .fw-flash-message {
  font-size: 18px;
  line-height: 24px;
  padding: 20px 5px;
  background: #fcf7da;
  border: 1px solid #f4db83;
  border-left-width: 3px;
  color: #c3a12d;
  overflow: hidden; }

.fw-flash-messages .fw-flash-type-success .fw-flash-message {
  background: #e3eac8;
  border: 1px solid #c2d18c;
  border-left-width: 3px;
  color: #8fa349; }

#primary.content-area .fw-flash-messages .fw-flash-type-success .fw-flash-message p {
  color: #8fa349; }

.fw-flash-messages .fw-flash-type-info .fw-flash-message {
  background: #d9ecf4;
  border: 1px solid #9bc9de;
  border-left-width: 3px;
  color: #548da8;
  padding: 20px 5px; }

.fw-flash-messages .fw-flash-type-error .fw-flash-message {
  background: #f9e5e6;
  border: 1px solid #f6c7ca;
  border-left-width: 3px;
  color: #b26a6d; }

#primary.content-area .fw-flash-messages .fw-flash-type-error .fw-flash-message p {
  color: #b26a6d; }

.notification.error i {
  color: #ed2d39; }

.fw-flash-messages .fw-flash-message > p:last-child {
  margin-bottom: 0; }

.fw-flash-messages ul {
  padding: 0; }

.equal5col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

blockquote {
  padding-left: 15px;
  border-left: 3px solid #eee;
  background: #f9f9f9; }

.fw-col-md-5col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  width: 20%; }

#content-and-sidebar {
  background: #fff;
  display: table; }

#header-logo {
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.58);
  width: 215px;
  float: left;
  height: 100%;
  text-align: center; }
  #header-logo a {
    line-height: 100px; }

#header-links a {
  display: inline-block;
  padding: 4.5px 12px;
  color: rgba(73, 100, 109, 0.5);
  font-weight: 600;
  line-height: 16px; }

.slider-bg {
  position: relative; }

.slider-mobile {
  position: relative;
  display: none; }

.slider-bg > i, .slider-mobile i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 77%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 77%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 76%, rgba(255, 255, 255, 0) 77%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff241', endColorstr='#00fff241', GradientType=0);
  /* IE6-9 */
  z-index: 2; }

.slider-bg img {
  width: 100%;
  display: block; }

#tfi-logo img.mobile-logo {
  display: none; }

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99; }
  #header.logo-left #header-logo {
    float: left;
    width: 210px; }
  #header.logo-left [id^='top-menu'] {
    float: right;
    width: calc(100% - 250px); }
  #header.logo-right #header-logo {
    float: right; }
  #header.logo-center .left-right-menu {
    width: calc(50% - 105px); }
  #header.logo-center.with-header-search .search_button {
    margin-left: 0;
    width: 40px;
    margin-right: -40px;
    background-color: #333; }
  #header.logo-center #header-logo {
    width: 210px; }
  #header.logo-center .left-menu {
    float: left; }
  #header.logo-center .right-menu {
    text-align: right;
    float: right; }
    #header.logo-center .right-menu .nav-menu {
      float: right; }
  #header .search_button {
    cursor: pointer;
    position: relative;
    background: none;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 0 1px;
    margin-bottom: -1px;
    min-width: 16px;
    border: none;
    box-shadow: none;
    transition: color 0.15s;
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    float: right;
    height: 100%;
    line-height: 115px; }
    #header .search_button:hover {
      color: #fff; }

#menu-bar {
  background: rgba(0, 0, 0, 0.58);
  position: relative; }
  #menu-bar:after {
    content: ' ';
    background: rgba(0, 0, 0, 0.58);
    right: -50%;
    width: 50%;
    top: 0;
    position: absolute;
    height: 100px;
    display: none; }

#page-banner {
  position: relative;
  overflow: hidden; }

#banner-container {
  position: relative; }
  #banner-container.parallax-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .07s;
    -moz-transition: all .07s;
    -ms-transition: all .07s;
    -o-transition: all .07s;
    transition: all .07s; }
  #banner-container.unparallax-bg img {
    width: auto;
    height: 100%; }
  #banner-container.paraxify {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover; }
  #banner-container img {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0px);
    margin-left: 0;
    max-width: none !important;
    display: block; }
    #banner-container img.banner-mobile {
      display: none; }
  #banner-container i {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute; }
  #banner-container .page-title {
    position: absolute;
    z-index: 5;
    bottom: 30px;
    color: #fff;
    width: 100%; }

.header-wrapper {
  position: relative; }
  .header-wrapper h1 {
    position: absolute;
    color: #FFF;
    bottom: 0;
    font-weight: 900;
    font-size: 34px;
    line-height: 100%; }

.breadcrumb-custom {
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-table;
  border-radius: 2px; }
  .breadcrumb-custom ul {
    margin: 0;
    padding: 0; }
    .breadcrumb-custom ul li {
      display: inline-block;
      position: relative;
      padding: 0 10px;
      font-size: 12px;
      font-weight: 400; }
      .breadcrumb-custom ul li:after {
        position: absolute;
        content: '\f101';
        font-family: 'FontAwesome';
        color: #f2dede;
        right: -6px; }
      .breadcrumb-custom ul li a {
        color: #fff; }
      .breadcrumb-custom ul li:first-child {
        padding-left: 0; }
      .breadcrumb-custom ul li:last-child:after {
        display: none; }
      .breadcrumb-custom ul li strong {
        font-weight: 400; }

.blank--header {
  margin-top: 100px;
  display: block; }

#mobile-header {
  display: none;
  background-color: #e5e5e5;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px; }
  #mobile-header #mobile-menu-trigger, #mobile-header #mobile-menu-trigger-sticky, #mobile-header .logo, #mobile-header #mobile-search {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: auto;
    float: left;
    text-align: center; }
  #mobile-header #mobile-menu-trigger, #mobile-header #mobile-menu-trigger-sticky, #mobile-header #mobile-search {
    width: 20%; }
  #mobile-header .logo {
    width: 60%; }
  #mobile-header #mobile-search button {
    background: none;
    border: 0 none;
    color: #fff;
    outline: none;
    line-height: 50px; }

body #mobile-header-sticky {
  display: none;
  visibility: hidden;
  position: relative;
  z-index: 9; }
  body #mobile-header-sticky .sticky-menu-container {
    -webkit-transition: top .2s;
    -moz-transition: top .2s;
    -ms-transition: top .2s;
    -o-transition: top .2s;
    transition: top .2s;
    top: -100; }
  body #mobile-header-sticky .hamburger-inner, body #mobile-header-sticky .hamburger-inner::before, body #mobile-header-sticky .hamburger-inner::after {
    background-color: #fff; }
  body #mobile-header-sticky .logo {
    width: calc(100% - 140px); }
  body #mobile-header-sticky .search_button {
    width: 70px !important;
    border: 0;
    background-color: #474747 !important;
    color: #fff; }
body #mobile-menu-trigger-sticky {
  width: 70px !important;
  float: left; }
  body #mobile-menu-trigger-sticky .hamburger {
    margin-top: 5px; }

body.sticky-menu #mobile-header-sticky .sticky-menu-container {
  top: 0; }

body.transparent-topmenu #header #menu-bar {
  background: transparent !important; }
body.transparent-logo #header #menu-bar #header-logo {
  background: transparent !important; }

div[id^='gri-owl-slider'] {
  overflow: hidden;
  position: relative; }
  div[id^='gri-owl-slider'].no-slider .item {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 550px;
    left: 0;
    top: 0; }
  div[id^='gri-owl-slider'].no-slider .slider-bg > i {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 77%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 77%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0) 77%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff241', endColorstr='#00fff241', GradientType=0);
    /* IE6-9 */ }
  div[id^='gri-owl-slider'] .item {
    position: relative; }
    div[id^='gri-owl-slider'] .item .slide--text {
      width: 100%;
      position: absolute;
      top: 115px;
      color: #fff; }
      div[id^='gri-owl-slider'] .item .slide--text h5 {
        font-size: 45px;
        line-height: normal;
        margin-bottom: 20px;
        font-weight: 700;
        margin-top: 0; }
      div[id^='gri-owl-slider'] .item .slide--text p {
        font-weight: 400;
        font-size: 16px;
        line-height: 135%;
        margin: 0; }
        div[id^='gri-owl-slider'] .item .slide--text p span {
          display: block; }
      div[id^='gri-owl-slider'] .item .slide--text .slide-description p, div[id^='gri-owl-slider'] .item .slide--text .slide-description span {
        display: block; }
  div[id^='gri-owl-slider'] .owl-carousel {
    max-height: 100%;
    text-align: center; }
    div[id^='gri-owl-slider'] .owl-carousel > div {
      text-align: left; }
  div[id^='gri-owl-slider'] .owl-nav {
    position: absolute;
    bottom: 50%;
    height: 50px;
    margin-bottom: -25px;
    z-index: 9;
    width: 100%; }
    div[id^='gri-owl-slider'] .owl-nav .owl-prev, div[id^='gri-owl-slider'] .owl-nav .owl-next {
      float: left;
      width: 100px;
      font-size: 35px;
      line-height: 50px;
      opacity: .8;
      color: #fff;
      -webkit-transition: opacity .15s;
      -moz-transition: opacity .15s;
      -ms-transition: opacity .15s;
      -o-transition: opacity .15s;
      transition: opacity .15s;
      -webkit-transition: opacity 0.1s linear, margin 0.1s linear;
      -moz-transition: opacity 0.1s linear, margin 0.1s linear;
      transition: opacity 0.1s linear, margin 0.1s linear; }
      div[id^='gri-owl-slider'] .owl-nav .owl-prev:hover, div[id^='gri-owl-slider'] .owl-nav .owl-next:hover {
        opacity: 1; }
    div[id^='gri-owl-slider'] .owl-nav .owl-prev {
      float: left; }
      div[id^='gri-owl-slider'] .owl-nav .owl-prev:hover {
        margin-left: -5px; }
      div[id^='gri-owl-slider'] .owl-nav .owl-prev:before {
        float: left;
        margin-left: 30px;
        content: "\e879";
        font-family: 'Linearicons-Free'; }
    div[id^='gri-owl-slider'] .owl-nav .owl-next {
      float: right; }
      div[id^='gri-owl-slider'] .owl-nav .owl-next:hover {
        margin-right: -5px; }
      div[id^='gri-owl-slider'] .owl-nav .owl-next:after {
        content: "\e87a";
        font-family: 'Linearicons-Free';
        float: right;
        margin-right: 30px; }
  div[id^='gri-owl-slider'] .owl-dots {
    position: relative;
    width: auto;
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    line-height: 23px;
    padding-top: 7px;
    border-radius: 3px;
    text-align: center !important;
    bottom: 50px;
    padding-left: 20px;
    padding-right: 20px; }
    div[id^='gri-owl-slider'] .owl-dots .owl-dot {
      display: inline-block; }
      div[id^='gri-owl-slider'] .owl-dots .owl-dot span {
        display: inline-block;
        border-radius: 20px;
        background: none repeat scroll 0 0 #869791;
        height: 12px;
        margin: 5px 7px;
        opacity: 0.5;
        width: 12px;
        transition: background-color .15s, width .15s; }
      div[id^='gri-owl-slider'] .owl-dots .owl-dot.active span, div[id^='gri-owl-slider'] .owl-dots .owl-dot:hover span {
        background-color: #555; }
  div[id^='gri-owl-slider'].owl-slider-custom-paginaton-thin .owl-dots {
    padding-top: 3px; }
    div[id^='gri-owl-slider'].owl-slider-custom-paginaton-thin .owl-dots .owl-dot span {
      border-radius: 2px;
      height: 3px;
      width: 15px;
      margin-left: 3px;
      margin-right: 3px; }
    div[id^='gri-owl-slider'].owl-slider-custom-paginaton-thin .owl-dots .owl-dot.active span {
      width: 30px; }
  div[id^='gri-owl-slider'][class$='number'] {
    counter-reset: gripag; }
    div[id^='gri-owl-slider'][class$='number'] .owl-dots .owl-dot {
      position: relative;
      counter-increment: gripag; }
      div[id^='gri-owl-slider'][class$='number'] .owl-dots .owl-dot:before {
        counter-increment: div;
        content: counters(gripag,"."); }
  div[id^='gri-owl-slider'].owl-slider-custom-paginaton-radialnumber .owl-dots .owl-dot {
    position: relative;
    counter-increment: gripag; }
    div[id^='gri-owl-slider'].owl-slider-custom-paginaton-radialnumber .owl-dots .owl-dot span {
      height: 20px;
      width: 20px;
      margin-left: 3px;
      margin-right: 3px;
      position: relative; }
    div[id^='gri-owl-slider'].owl-slider-custom-paginaton-radialnumber .owl-dots .owl-dot:before {
      color: #fff;
      font-family: sans-serif;
      font-weight: 300;
      font-size: 12px;
      padding: 0;
      margin: 0;
      position: absolute;
      left: 3px;
      width: 20px;
      text-align: center;
      top: 5px;
      height: 20px;
      line-height: 20px;
      z-index: 3; }
  div[id^='gri-owl-slider'].owl-slider-custom-paginaton-cornerednumber .owl-dots .owl-dot, div[id^='gri-owl-slider'].owl-slider-custom-paginaton-cornered .owl-dots .owl-dot {
    position: relative;
    counter-increment: gripag; }
    div[id^='gri-owl-slider'].owl-slider-custom-paginaton-cornerednumber .owl-dots .owl-dot span, div[id^='gri-owl-slider'].owl-slider-custom-paginaton-cornered .owl-dots .owl-dot span {
      height: 14px;
      width: 14px;
      margin-left: 1.5px;
      margin-right: 1.5px;
      position: relative;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
    div[id^='gri-owl-slider'].owl-slider-custom-paginaton-cornerednumber .owl-dots .owl-dot:before, div[id^='gri-owl-slider'].owl-slider-custom-paginaton-cornered .owl-dots .owl-dot:before {
      color: #fff;
      font-family: sans-serif;
      font-weight: 300;
      font-size: 12px;
      padding: 0;
      margin: 0;
      position: absolute;
      left: 3px;
      width: 20px;
      text-align: center;
      top: 5px;
      height: 20px;
      line-height: 22px;
      z-index: 3; }

.fw-container-fluid .fw-col-xs-12 div[id^='gri-owl-slider'] {
  margin-left: -15px;
  padding-right: -15px;
  width: calc(100% + 30px); }

.p0 {
  padding: 0 !important; }

.p5 {
  padding: 5px !important; }

.p10 {
  padding: 10px !important; }

.p15 {
  padding: 15px !important; }

.p20 {
  padding: 20px !important; }

.p25 {
  padding: 25px !important; }

.p30 {
  padding: 30px !important; }

.p35 {
  padding: 35px !important; }

.p40 {
  padding: 40px !important; }

.p45 {
  padding: 45px !important; }

.p50 {
  padding: 50px !important; }

.p55 {
  padding: 55px !important; }

.p60 {
  padding: 60px !important; }

.p65 {
  padding: 65px !important; }

.p70 {
  padding: 70px !important; }

.p75 {
  padding: 75px !important; }

.p80 {
  padding: 80px !important; }

.p85 {
  padding: 85px !important; }

.p90 {
  padding: 90px !important; }

.p95 {
  padding: 95px !important; }

.p100 {
  padding: 100px !important; }

.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt55 {
  padding-top: 55px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt65 {
  padding-top: 65px !important; }

.pt70 {
  padding-top: 70px !important; }

.pt75 {
  padding-top: 75px !important; }

.pt80 {
  padding-top: 80px !important; }

.pt85 {
  padding-top: 85px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt95 {
  padding-top: 95px !important; }

.pt100 {
  padding-top: 100px !important; }

.pt120 {
  padding-top: 120px !important; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pr55 {
  padding-right: 55px !important; }

.pr60 {
  padding-right: 60px !important; }

.pr65 {
  padding-right: 65px !important; }

.pr70 {
  padding-right: 70px !important; }

.pr75 {
  padding-right: 75px !important; }

.pr80 {
  padding-right: 80px !important; }

.pr85 {
  padding-right: 85px !important; }

.pr90 {
  padding-right: 90px !important; }

.pr95 {
  padding-right: 95px !important; }

.pr100 {
  padding-right: 100px !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.pl0 {
  padding-left: 0; }

.pl5 {
  padding-left: 5px; }

.pl10 {
  padding-left: 10px; }

.pl15 {
  padding-left: 15px; }

.pl20 {
  padding-left: 20px; }

.pl25 {
  padding-left: 25px; }

.pl30 {
  padding-left: 30px; }

.pl35 {
  padding-left: 35px; }

.pl40 {
  padding-left: 40px; }

.pl45 {
  padding-left: 45px; }

.pl50 {
  padding-left: 50px; }

.pl55 {
  padding-left: 55px; }

.pl60 {
  padding-left: 60px; }

.pl65 {
  padding-left: 65px; }

.pl70 {
  padding-left: 70px; }

.pl75 {
  padding-left: 75px; }

.pl80 {
  padding-left: 80px; }

.pl85 {
  padding-left: 85px; }

.pl90 {
  padding-left: 90px; }

.pl95 {
  padding-left: 95px; }

.pl100 {
  padding-left: 100px; }

/*  -----------------MARGIN STYLE----------------------- */
.m0 {
  margin: 0; }

.m5 {
  margin: 5px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m20 {
  margin: 20px; }

.m25 {
  margin: 25px; }

.m30 {
  margin: 30px; }

.m35 {
  margin: 35px; }

.m40 {
  margin: 40px; }

.m45 {
  margin: 45px; }

.m50 {
  margin: 50px; }

.m55 {
  margin: 55px; }

.m60 {
  margin: 60px; }

.m65 {
  margin: 65px; }

.m70 {
  margin: 70px; }

.m75 {
  margin: 75px; }

.m80 {
  margin: 80px; }

.m85 {
  margin: 85px; }

.m90 {
  margin: 90px; }

.m95 {
  margin: 95px; }

.m100 {
  margin: 100px; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt110 {
  margin-top: 110px !important; }

.mt120 {
  margin-top: 120px !important; }

.mt-75 {
  margin-top: -75px !important; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mr55 {
  margin-right: 55px !important; }

.mr60 {
  margin-right: 60px !important; }

.mr65 {
  margin-right: 65px !important; }

.mr70 {
  margin-right: 70px !important; }

.mr75 {
  margin-right: 75px !important; }

.mr80 {
  margin-right: 80px !important; }

.mr85 {
  margin-right: 85px !important; }

.mr90 {
  margin-right: 90px !important; }

.mr95 {
  margin-right: 95px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.ml55 {
  margin-left: 55px !important; }

.ml60 {
  margin-left: 60px !important; }

.ml65 {
  margin-left: 65px !important; }

.ml70 {
  margin-left: 70px !important; }

.ml75 {
  margin-left: 75px !important; }

.ml80 {
  margin-left: 80px !important; }

.ml85 {
  margin-left: 85px !important; }

.ml90 {
  margin-left: 90px !important; }

.ml95 {
  margin-left: 95px !important; }

.ml100 {
  margin-left: 100px !important; }

/*  --------------MARGIN STYLE MINUS----------------------------- */
.mt-5 {
  margin-top: -5px; }

.mt-10 {
  margin-top: -10px; }

.mt-15 {
  margin-top: -15px; }

.mt-20 {
  margin-top: -20px; }

.mt-25 {
  margin-top: -25px; }

.mt-30 {
  margin-top: -30px; }

.mt-35 {
  margin-top: -35px; }

.mt-40 {
  margin-top: -40px; }

.mt-45 {
  margin-top: -45px; }

.mt-50 {
  margin-top: -50px; }

.mt-55 {
  margin-top: -55px; }

.mt-60 {
  margin-top: -60px; }

.mt-65 {
  margin-top: -65px; }

.mt-70 {
  margin-top: -70px; }

.mt-75 {
  margin-top: -75px; }

.mt-80 {
  margin-top: -80px; }

.mt-85 {
  margin-top: -85px; }

.mt-90 {
  margin-top: -90px; }

.mt-95 {
  margin-top: -95px; }

.mt-100 {
  margin-top: -100px; }

.mt-110 {
  margin-top: -110px; }

.mt-120 {
  margin-top: -120px; }

.mt-130 {
  margin-top: -130px; }

.mt-140 {
  margin-top: -140px; }

.mt-150 {
  margin-top: -150px; }

.ml-5 {
  margin-left: -5px; }

.ml-10 {
  margin-left: -10px; }

.ml-15 {
  margin-left: -15px; }

.ml-20 {
  margin-left: -20px; }

.ml-25 {
  margin-left: -25px; }

.ml-30 {
  margin-left: -30px; }

.ml-35 {
  margin-left: -35px; }

.ml-40 {
  margin-left: -40px; }

.ml-45 {
  margin-left: -45px; }

.ml-50 {
  margin-left: -50px; }

.ml-55 {
  margin-left: -55px; }

.ml-60 {
  margin-left: -60px; }

.ml-65 {
  margin-left: -65px; }

.ml-70 {
  margin-left: -70px; }

.ml-75 {
  margin-left: -75px; }

.ml-80 {
  margin-left: -80px; }

.ml-85 {
  margin-left: -85px; }

.ml-90 {
  margin-left: -90px; }

.ml-95 {
  margin-left: -95px; }

.ml-100 {
  margin-left: -100px; }

.ml-110 {
  margin-left: -110px; }

.ml-120 {
  margin-left: -120px; }

.ml-130 {
  margin-left: -130px; }

.ml-140 {
  margin-left: -140px; }

.ml-150 {
  margin-left: -150px; }

.mb-5 {
  margin-bottom: -5px; }

.mb-10 {
  margin-bottom: -10px; }

.mb-15 {
  margin-bottom: -15px; }

.mb-20 {
  margin-bottom: -20px; }

.mb-25 {
  margin-bottom: -25px; }

.mb-30 {
  margin-bottom: -30px; }

.mb-35 {
  margin-bottom: -35px; }

.mb-40 {
  margin-bottom: -40px; }

.mb-45 {
  margin-bottom: -45px; }

.mb-50 {
  margin-bottom: -50px; }

.mb-55 {
  margin-bottom: -55px; }

.mb-60 {
  margin-bottom: -60px; }

.mb-65 {
  margin-bottom: -65px; }

.mb-70 {
  margin-bottom: -70px; }

.mb-75 {
  margin-bottom: -75px; }

.mb-80 {
  margin-bottom: -80px; }

.mb-85 {
  margin-bottom: -85px; }

.mb-90 {
  margin-bottom: -90px; }

.mb-95 {
  margin-bottom: -95px; }

.mb-100 {
  margin-bottom: -100px; }

.mb-110 {
  margin-bottom: -110px; }

.mb-120 {
  margin-bottom: -120px; }

.mb-130 {
  margin-bottom: -130px; }

.mb-140 {
  margin-bottom: -140px; }

.mb-150 {
  margin-bottom: -150px; }

#menu-bar {
  height: 100px;
  float: right;
  width: 100%;
  -webkit-transition: background-color .1s;
  -moz-transition: background-color .1s;
  -ms-transition: background-color .1s;
  -o-transition: background-color .1s;
  transition: background-color .1s; }

[id^='top-menu'] {
  float: left;
  height: 100%; }
  [id^='top-menu'] ul {
    margin: 0;
    float: left;
    padding: 0; }
    [id^='top-menu'] ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block;
      float: left;
      position: relative; }
      [id^='top-menu'] ul li a {
        position: relative;
        display: block;
        line-height: 17px;
        color: #dcdcdc;
        font-weight: 400;
        padding: 30px 20px;
        text-align: center;
        font-size: 18px;
        letter-spacing: -1px;
        padding-top: 53px;
        text-decoration: none;
        cursor: pointer; }
        [id^='top-menu'] ul li a:hover {
          color: #fff; }
      [id^='top-menu'] ul li ul {
        display: none;
        position: absolute;
        left: 0;
        top: 100px;
        opacity: 0;
        min-width: 200px; }
        [id^='top-menu'] ul li ul li {
          float: none; }
          [id^='top-menu'] ul li ul li a {
            padding: 13px 20px;
            line-height: 18px;
            background-color: rgba(0, 0, 0, 0.9);
            color: #fff;
            font-weight: 300;
            text-align: left;
            white-space: nowrap;
            font-size: 16px; }
          [id^='top-menu'] ul li ul li.menu-item-has-children > a:after {
            content: "\e876";
            top: 0;
            height: 35px;
            line-height: 35px;
            right: 12px; }
          [id^='top-menu'] ul li ul li.menu-item-has-children li a {
            line-height: 18px; }
          [id^='top-menu'] ul li ul li ul {
            top: 0;
            left: 100%; }
      [id^='top-menu'] ul li.menu-item-has-children > a:after {
        position: absolute;
        font-family: 'Linearicons-Free';
        content: "\e874";
        height: 70px;
        line-height: 120px;
        top: 0;
        font-size: 10px;
        right: 5px; }
  [id^='top-menu'] > div > ul > li.current_page_item, [id^='top-menu'] > div > ul > li.current-menu-parent > a, [id^='top-menu'] > div > ul > li a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    background: rgba(255, 255, 255, 0.05); }

@media (min-width: 1080px) {
  [id^='top-menu'] ul li:hover > ul {
    display: block;
    opacity: 1; }
    [id^='top-menu'] ul li:hover > ul li a:hover {
      background-color: #f5f5f5;
      color: #444;
      transition: background-color linear .15s, color linear .1s;
      border-bottom: 0 none; } }
#mobile-menu-trigger {
  display: none; }

@media (max-width: 1080px) {
  [id^='top-menu'] {
    display: none; }

  #menu-bar {
    float: none;
    width: 100%; }

  #mobile-menu-trigger {
    width: 55px;
    height: 43px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -27.5px; }

  #header.menuopened {
    background-color: #006bb7; }
    #header.menuopened #mobile-menu-trigger {
      z-index: 67; }
    #header.menuopened [id^='top-menu'] {
      display: block;
      height: 1000px;
      position: absolute;
      background: rgba(0, 107, 183, 0.9);
      right: 0;
      width: 100%;
      z-index: 66; }

  [id^='top-menu'] ul {
    padding-left: 40px;
    padding-top: 80px; }
    [id^='top-menu'] ul li {
      float: none; }
      [id^='top-menu'] ul li a {
        text-align: left;
        font-weight: 700;
        font-size: 6vw;
        padding: 4vw 0; }
      [id^='top-menu'] ul li ul {
        display: none;
        position: relative;
        left: auto;
        top: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        padding-left: 20px;
        padding-top: 0; }
        [id^='top-menu'] ul li ul li a {
          padding: 3.5vw 0;
          background-color: transparent;
          color: #FFF;
          font-weight: normal;
          text-align: left;
          white-space: nowrap;
          font-size: 5.5vw; } }
@media (min-width: 640px) and (max-width: 1080px) {
  [id^='top-menu'] ul {
    padding-top: 133px; } }
.sticky-menu--alt #header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .sticky-menu--alt #header .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .sticky-menu--alt #header #header-logo {
    line-height: 65px;
    padding-top: 0;
    padding-bottom: 0; }
  .sticky-menu--alt #header #menu-bar {
    height: 65px;
    background: #161F26;
    box-shadow: 0 4px 10px -5px #000; }
    .sticky-menu--alt #header #menu-bar ul li a {
      padding-top: 0;
      padding-bottom: 0;
      line-height: 65px; }
    .sticky-menu--alt #header #menu-bar ul li ul {
      top: 65px; }
      .sticky-menu--alt #header #menu-bar ul li ul li a {
        line-height: 35px; }
      .sticky-menu--alt #header #menu-bar ul li ul li.menu-item-has-children > a:after {
        content: "\e876";
        top: 0;
        height: 35px;
        line-height: 35px;
        right: 12px; }
      .sticky-menu--alt #header #menu-bar ul li ul li ul {
        top: 0; }
    .sticky-menu--alt #header #menu-bar ul li.menu-item-has-children > a:after {
      top: 24px; }
    .sticky-menu--alt #header #menu-bar .search_button {
      padding-top: 0;
      padding-bottom: 0;
      line-height: 65px; }
    .sticky-menu--alt #header #menu-bar #header-logo a {
      line-height: 65px; }

/*
grilabs-grib
_sticky-menu.scss
2019
*/
.sticky-menu-container {
  position: fixed;
  top: -100px;
  height: 70px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #333;
  width: 100%; }
  .sticky-menu-container .logo {
    height: 100%;
    width: 250px;
    text-align: center;
    line-height: 70px; }
  .sticky-menu-container.logo-right .logo {
    float: right;
    margin-right: 0; }
  .sticky-menu-container.logo-right.search-show [id^="top-menu"] {
    width: calc(100% - 310px) !important;
    float: right !important;
    margin-left: 10px !important; }
  .sticky-menu-container.logo-right.search-show .search_button {
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: left !important; }
  .sticky-menu-container.logo-left .logo {
    margin-left: 0;
    float: left; }
    .sticky-menu-container.logo-left .logo [id^="top-menu"] {
      float: left; }
  .sticky-menu-container.search-show [id^="top-menu"] {
    width: calc(100% - 310px) !important;
    float: left !important; }
  .sticky-menu-container [id^="top-menu"] {
    margin-left: 0; }
    .sticky-menu-container [id^="top-menu"] ul {
      padding-left: 20px; }
      .sticky-menu-container [id^="top-menu"] ul li a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 70px; }
        .sticky-menu-container [id^="top-menu"] ul li a:after {
          line-height: 70px; }
      .sticky-menu-container [id^="top-menu"] ul li ul.sub-menu {
        padding-left: 0;
        top: 70px; }
        .sticky-menu-container [id^="top-menu"] ul li ul.sub-menu li a {
          line-height: 40px; }
          .sticky-menu-container [id^="top-menu"] ul li ul.sub-menu li a:hover {
            background-color: #e9e9e9; }
        .sticky-menu-container [id^="top-menu"] ul li ul.sub-menu li ul {
          top: 0; }
  .sticky-menu-container.logo-left [id^="top-menu"] {
    margin-left: 0; }
  .sticky-menu-container .search_button {
    margin-right: 0 !important;
    background-color: #555555 !important;
    line-height: 70px !important;
    width: 50px !important; }

body.sticky-menu .sticky-menu-container {
  top: 0; }
body.sticky-menu.admin-bar .sticky-menu-container {
  top: 32px; }

@media (min-width: 1680px) {
  #page-banner {
    width: 100%;
    margin: auto; }

  div[id^='gri-owl-slider'] {
    width: 100%;
    margin: auto;
    margin-bottom: 0; }

  #header {
    width: 100%; } }
@media (max-width: 1200px) {
  .container {
    width: 100%; } }
@media (min-width: 1200px) {
  .item-number strong {
    font-size: 60px;
    font-weight: 900; }
  .item-number span {
    font-size: 16px; }

  #page-header-info {
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%; } }
@media (max-width: 1080px) {
  .header-left, .header-right {
    display: none; } }
@media (max-width: 1000px) {
  #tfi-milestones {
    background: url(../img/content/about-tfi/overview/timeline-bg.png) repeat-y left top; }

  .year-row {
    height: 112px;
    margin-bottom: 33px;
    height: auto;
    margin: 0; }
    .year-row:nth-child(2) {
      padding-top: 35px; }
    .year-row.end {
      height: 6px; }
      .year-row.end .item i {
        background-image: url(../img/content/about-tfi/overview/timeline-arrow.png); }
    .year-row .item {
      float: none;
      margin-left: 35px;
      padding-right: 0;
      padding-left: 120px;
      text-align: left;
      width: calc(100% - 35px);
      height: auto;
      margin-bottom: 30px;
      min-height: 112px; }
      .year-row .item img {
        left: 0;
        right: auto; }
      .year-row .item i {
        right: auto;
        left: -35px; }
      .year-row .item.offset-1 {
        margin-left: 35px; }
      .year-row .item.right {
        margin-left: 35px;
        padding-left: 120px; }
      .year-row .item.center {
        left: 0;
        width: 100%;
        text-align: left; }
        .year-row .item.center i {
          left: 0; }
      .year-row .item.right i {
        left: -35px; } }
@media (max-width: 860px) {
  #footer-container {
    padding-top: 20px; } }
@media (max-width: 1024px) {
  a.brand-cell:hover .brand-desc {
    display: none !important; } }
@media (max-width: 768px) {
  .banner-desktop {
    display: none; }

  #banner-container img.banner-mobile {
    display: block !important; }

  .footer-section {
    display: none; }
    .footer-section.logos {
      display: block;
      width: 100%;
      float: none;
      text-align: center; }
      .footer-section.logos img {
        width: auto;
        display: inline-block;
        float: none;
        height: 36px; }
        .footer-section.logos img.nyb-logo {
          max-width: none;
          width: 135px; }

  #banner-container img.burger-king-turkey {
    left: 100%; }

  .slider-mobile {
    display: block; }
    .slider-mobile img {
      display: block;
      width: 100%; }

  .slider {
    display: none; }

  #call-to-action {
    padding: 0 20px;
    flex-wrap: wrap; }

  .cta-cell {
    order: 2;
    width: 50%; }
    .cta-cell.c2 {
      order: 1;
      width: 100%;
      margin: 0; }

  .cta-content {
    font-size: 2.5vw; }

  .cta-cell.c2 .cta-content {
    padding: 35px 20px; }

  .cta-content h2 {
    font-size: 5vw; }

  #numbers-wrapper {
    margin-top: 0; }

  #footer-logo {
    display: none; }

  #footer-links-terms {
    width: 100%;
    float: none;
    text-align: center; }
    #footer-links-terms a {
      margin-right: 0;
      margin: 5px 10px; }

  #page-sidebar {
    margin-top: -50px; }
    #page-sidebar .home-item .home-item-number img {
      margin-bottom: 1vw; } }
@media (max-width: 640px) {
  #other-channels a {
    width: calc(50% - 15px); }

  .header-wrapper h1 {
    font-size: 30px; }

  #menu-bar {
    height: 80px; }

  #header-logo {
    padding-top: 0; }

  #page-sidebar {
    position: relative; }
    #page-sidebar img {
      position: absolute;
      margin: 0;
      width: 150px; }
    #page-sidebar .home-item {
      width: 150px;
      padding-top: 0;
      height: 150px;
      margin-top: -100px; }
      #page-sidebar .home-item .home-item-number img {
        position: relative;
        bottom: auto;
        width: auto; }

  #page-right {
    display: block;
    width: 100%; }

  .header-wrapper h1 {
    position: relative;
    color: #006bb7; }

  #page-right {
    padding-top: 110px; }

  #page-content {
    padding-top: 20px; }

  #page-sidebar .home-item .home-item-number {
    position: absolute;
    top: 90px; } }
@media (max-width: 616px) {
  .home-item {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 50%; }
    .home-item .home-item-text {
      font-size: 2vw; }
    .home-item.pp .home-item-text {
      font-size: 1.9vw; }

  .item-number strong {
    font-size: 10vw; }
  .item-number span {
    font-size: 2.4vw; }

  #numbers-wrapper h1 {
    font-size: 30px; }

  #page-sidebar .item-number strong {
    font-size: 5vw; }
  #page-sidebar .item-number span {
    font-size: 1.2vw; } }
@media (max-width: 500px) {
  .person-image {
    float: left;
    width: 100px; }
    .person-image img {
      width: 100%; }

  .person-bio {
    float: none;
    width: 100%;
    line-height: 24px; } }
#numbers-wrapper {
  position: absolute;
  top: 150px;
  z-index: 9;
  left: calc(50% + 15px);
  overflow: hidden;
  margin-left: -600px;
  width: 1170px;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0; }
  #numbers-wrapper svg {
    display: block;
    overflow: visible; }
  #numbers-wrapper .slider-container {
    position: relative;
    height: 450px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll; }
  #numbers-wrapper .slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0; }
  #numbers-wrapper .slider-control.inactive:hover {
    cursor: auto; }
  #numbers-wrapper .slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer; }
  #numbers-wrapper .slider-control.left {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.18)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, transparent 100%); }
  #numbers-wrapper .slider-control.right {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.18)));
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.18) 100%); }
  #numbers-wrapper .slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none; }
  #numbers-wrapper .slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer; }
  #numbers-wrapper .slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.4rem;
    height: 0.4rem;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0); }
  #numbers-wrapper .slider-pagi__elem.active:before, #numbers-wrapper .slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  #numbers-wrapper .slider {
    z-index: 1;
    position: relative;
    height: 100%; }
  #numbers-wrapper .slider.animating {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform; }
  #numbers-wrapper .slider.animating .slide__bg {
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform; }
  #numbers-wrapper .slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  #numbers-wrapper .slide.active .slide__overlay,
  #numbers-wrapper .slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  #numbers-wrapper .slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform; }
  #numbers-wrapper .slide:nth-child(1) {
    left: 0; }
  #numbers-wrapper .slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("https://mnkythemes.com/upscale/wp-content/uploads/2017/03/home-slider-1.jpg"); }
  #numbers-wrapper .slide:nth-child(1) .slide__overlay-path {
    fill: #72b105; }
  @media (max-width: 991px) {
    #numbers-wrapper .slide:nth-child(1) .slide__text {
      background-color: rgba(233, 156, 126, 0.8); } }
  #numbers-wrapper .slide:nth-child(2) {
    left: 100%; }
  #numbers-wrapper .slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("https://mnkythemes.com/upscale/wp-content/uploads/2017/03/home-slider-3.jpg"); }
  #numbers-wrapper .slide:nth-child(2) .slide__overlay-path {
    fill: #72b105; }
  @media (max-width: 991px) {
    #numbers-wrapper .slide:nth-child(2) .slide__text {
      background-color: rgba(0, 0, 0, 0.8); } }
  #numbers-wrapper .slide:nth-child(3) {
    left: 200%; }
  #numbers-wrapper .slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-1.jpg"); }
  #numbers-wrapper .slide:nth-child(3) .slide__overlay-path {
    fill: #adc5cd; }
  @media (max-width: 991px) {
    #numbers-wrapper .slide:nth-child(3) .slide__text {
      background-color: rgba(173, 197, 205, 0.8); } }
  #numbers-wrapper .slide:nth-child(4) {
    left: 300%; }
  #numbers-wrapper .slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg"); }
  #numbers-wrapper .slide:nth-child(4) .slide__overlay-path {
    fill: #cbc6c3; }
  @media (max-width: 991px) {
    #numbers-wrapper .slide:nth-child(4) .slide__text {
      background-color: rgba(203, 198, 195, 0.8); } }
  #numbers-wrapper .slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #numbers-wrapper .slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    -webkit-transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
    opacity: 0; }
  @media (max-width: 991px) {
    #numbers-wrapper .slide__overlay {
      display: none; } }
  #numbers-wrapper .slide__overlay path {
    opacity: 0.8; }
  #numbers-wrapper .slide__text {
    position: absolute;
    width: 25%;
    bottom: 15%;
    left: 12%;
    color: #fff;
    -webkit-transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0; }
  @media (max-width: 991px) {
    #numbers-wrapper .slide__text {
      left: 0;
      bottom: 0;
      width: 100%;
      height: 20rem;
      text-align: center;
      -webkit-transform: translateY(50%);
      transform: translateY(50%);
      -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
      transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
      transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
      transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
      padding: 0 1rem; } }
  #numbers-wrapper .slide__text-heading {
    font-size: 22px;
    margin-bottom: 2rem; }
  @media (max-width: 991px) {
    #numbers-wrapper .slide__text-heading {
      line-height: 20rem;
      font-size: 3.5rem; } }
  #numbers-wrapper .slide__text-desc {
    font-size: 14px;
    margin-bottom: 1.5rem; }
  @media (max-width: 991px) {
    #numbers-wrapper .slide__text-desc {
      display: none; } }
  #numbers-wrapper .slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-size: 16px;
    -webkit-perspective: 1000px;
    perspective: 1000px; }
  @media (max-width: 991px) {
    #numbers-wrapper .slide__text-link {
      display: none; } }
  #numbers-wrapper .slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(-85deg);
    transform: rotateX(-85deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform; }
  #numbers-wrapper .slide__text-link:hover:before {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }

.owl--slider:not(.owl-loaded) {
  height: 400px;
  display: block;
  background: url("../../node_modules/owlcarousel/dist/assets/ajax-loader.gif") center 250px no-repeat;
  background-color: #f5f5f5; }
  .owl--slider:not(.owl-loaded) .item {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -ms-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s; }

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.975);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .search-popup .container {
    position: relative;
    padding-top: 77px;
    height: 100%; }

.search-popup__inner {
  position: relative;
  height: 100%; }
  .search-popup__inner form {
    position: relative;
    height: 100%;
    padding-top: 70px;
    padding-bottom: 40px; }

.search-popup__close {
  color: #212121;
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 20px; }
  .search-popup__close:hover {
    text-decoration: none;
    color: #555; }

.search-popup__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 94px;
  color: #FFF;
  z-index: 1;
  text-align: center;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px); }
  .search-popup__bottom a {
    color: #FFF;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 0 42px; }
    .search-popup__bottom a:before {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -4px;
      width: 8px;
      height: 8px;
      background-color: #FFF;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .search-popup__bottom a span, .search-popup__bottom a .pn-icon {
      vertical-align: middle; }
    .search-popup__bottom a span {
      padding-left: 10px; }
    .search-popup__bottom a .pn-icon {
      font-size: 66px;
      margin-right: 15px;
      vertical-align: middle;
      text-align: right; }
    .search-popup__bottom a:first-child {
      padding-left: 0; }
    .search-popup__bottom a:last-child {
      padding-right: 0; }
      .search-popup__bottom a:last-child:before {
        content: initial; }

.search-popup .input-holder {
  background-color: #212121;
  padding: 15px 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden; }
  .search-popup .input-holder input {
    width: 100%;
    height: 30px;
    border: 0;
    padding: 0;
    color: #FFF;
    font-size: 14px;
    background: transparent none;
    outline: none; }
    .search-popup .input-holder input::-webkit-input-placeholder {
      color: #FFF;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .search-popup .input-holder input:-moz-placeholder {
      /* Firefox 18- */
      color: #FFF;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .search-popup .input-holder input::-moz-placeholder {
      /* Firefox 19+ */
      color: #FFF;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    .search-popup .input-holder input:-ms-input-placeholder {
      color: #FFF;
      opacity: 0.4;
      filter: alpha(opacity=40); }

.ie8 .search-popup .input-holder input {
  line-height: 30px; }

.search-popup .input-holder button {
  background: transparent;
  position: absolute;
  right: 0;
  z-index: 19;
  top: 0;
  font-size: 25px;
  color: #FFF;
  padding: 10px 30px;
  height: 100%;
  line-height: 14px;
  visibility: visible;
  border: 0;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear, right 0.2s ease-out, visibility 0.2s linear;
  -moz-transition: opacity 0.2s linear, right 0.2s ease-out, visibility 0.2s linear;
  transition: opacity 0.2s linear, right 0.2s ease-out, visibility 0.2s linear; }

.search-popup__list {
  position: relative;
  padding: 0;
  top: 35px;
  height: 100%;
  padding-bottom: 82px;
  -webkit-transition: opacity 0.1s linear, top 0.2s ease-out, visibility 0.2s linear;
  -moz-transition: opacity 0.1s linear, top 0.2s ease-out, visibility 0.2s linear;
  transition: opacity 0.1s linear, top 0.2s ease-out, visibility 0.2s linear; }
  .search-popup__list .ui-autocomplete {
    display: block !important;
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    width: 100% !important;
    max-height: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
    list-style: none; }
    .search-popup__list .ui-autocomplete::-webkit-scrollbar {
      width: 6px;
      height: 6px;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 3px; }
    .search-popup__list .ui-autocomplete::-webkit-scrollbar-button {
      display: none; }
    .search-popup__list .ui-autocomplete::-webkit-scrollbar-thumb {
      background-color: #FFF;
      border-radius: 3px; }
    .search-popup__list .ui-autocomplete li {
      border-bottom: 1px solid #aa3640;
      padding: 15px 0;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.4);
      cursor: pointer;
      -webkit-transition: color 0.1s linear;
      -moz-transition: color 0.1s linear;
      transition: color 0.1s linear; }
      .search-popup__list .ui-autocomplete li.ui-state-focus {
        margin: 0; }
      .search-popup__list .ui-autocomplete li:hover, .search-popup__list .ui-autocomplete li.ui-state-focus {
        color: #FFF; }
  .search-popup__list > div {
    position: relative;
    height: 100%; }

.search-popup__list__info {
  font-size: 14px;
  color: #FFF;
  padding: 15px 0;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s 0.2s linear, visibility 0.1s 0.2s linear;
  -moz-transition: opacity 0.1s 0.2s linear, visibility 0.1s 0.2s linear;
  transition: opacity 0.1s 0.2s linear, visibility 0.1s 0.2s linear; }
  .search-popup__list__info a, .search-popup__list__info button {
    color: #FFF;
    background: none;
    border: 0;
    margin-top: 15px;
    display: inline-block; }
  .search-popup__list__info a:hover, .search-popup__list__info a:focus {
    color: #FFF; }
  .search-popup__list__info button:hover, .search-popup__list__info button:focus {
    color: #FFF; }

.search-popup__list-wrapper {
  position: relative;
  height: 100%; }

.search-popup.search-list-active .search-popup__list {
  top: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }
.search-popup.search-list-active .search-popup__list__info {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }
.search-popup.search-list-active .input-holder button {
  right: 0;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100); }

.search-opened .search-popup {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999999; }
.search-opened .search-popup__bottom {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: transform 0.2s 0.2s ease-in-out, opacity 0.2s 0.2s linear;
  -moz-transition: transform 0.2s 0.2s ease-in-out, opacity 0.2s 0.2s linear;
  transition: transform 0.2s 0.2s ease-in-out, opacity 0.2s 0.2s linear; }
.search-opened .search-popup .input-holder {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s 0.1s linear;
  -moz-transition: opacity 0.2s 0.1s linear;
  transition: opacity 0.2s 0.1s linear; }
.search-opened body {
  overflow: hidden; }

@media screen and (min-width: 768px) {
  .search-popup__close {
    font-size: 22px; }

  .search-popup .input-holder {
    padding: 15px 30px; }
    .search-popup .input-holder input {
      height: 40px;
      font-size: 22px; }

  .ie8 .search-popup .input-holder input {
    line-height: 40px; }

  .search-popup__inner form {
    padding-top: 70px; }

  .search-popup__list {
    padding: 0 30px 82px;
    text-align: left; }

  .search-popup__list__info {
    padding: 30px;
    text-align: left; }
    .search-popup__list__info a, .search-popup__list__info button {
      margin-top: 0; }

  .search-popup__list__info__right {
    text-align: right; } }
@media screen and (min-width: 992px) {
  .search-popup .input-holder {
    padding: 17px 57px; }
    .search-popup .input-holder input {
      height: 101px;
      font-size: 28px; }

  .ie8 .search-popup .input-holder input {
    line-height: 101px; }

  .search-popup .input-holder button {
    font-size: 25px;
    padding: 34px 40px; }

  .search-popup__bottom {
    display: block;
    padding-bottom: 40px; }

  .search-popup__inner {
    position: relative;
    height: 100%; }
    .search-popup__inner form {
      padding-top: 135px;
      padding-bottom: 212px; }

  .search-popup__list {
    padding: 0 57px 82px; }

  .search-popup__list__info {
    padding: 30px 57px; } }
@media screen and (min-width: 1200px) {
  .search-popup__bottom {
    padding-bottom: 84px; }
    .search-popup__bottom a span {
      width: auto; }

  .search-popup__inner form {
    padding-bottom: 190px; } }
.search-popup__list {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.1s linear, visibility 0.1s linear;
  -moz-transition: opacity 0.1s linear, visibility 0.1s linear;
  transition: opacity 0.1s linear, visibility 0.1s linear; }
  .search-popup__list.active {
    visibility: visible;
    opacity: 1; }
  .search-popup__list ul {
    padding: 0;
    margin: 0; }
    .search-popup__list ul > li {
      list-style: none;
      padding: 10px 20px;
      background-color: #fff; }
      .search-popup__list ul > li:nth-child(2n+2) {
        background-color: #f7f7f7; }
      .search-popup__list ul > li a:not(.btn) {
        color: #545454;
        font-size: 24px;
        line-height: 40px;
        -webkit-transition: color .15s linear;
        -moz-transition: color .15s linear;
        -ms-transition: color .15s linear;
        -o-transition: color .15s linear;
        transition: color .15s linear;
        display: block;
        position: relative; }
        .search-popup__list ul > li a:not(.btn):after {
          position: absolute;
          right: 0;
          font-family: 'FontAwesome';
          content: '\f054'; }
        .search-popup__list ul > li a:not(.btn):hover {
          color: #343434;
          text-decoration: none; }

.project-filter-nav {
  padding-top: 50px;
  margin: 0 0 50px; }
  .project-filter-nav > li {
    float: none;
    display: inline-block; }
  .project-filter-nav.plain-filters > li {
    margin: 0 20px 0 0;
    text-transform: uppercase;
    font-size: 13px; }
    .project-filter-nav.plain-filters > li > a {
      color: #555; }
    .project-filter-nav.plain-filters > li:hover a, .project-filter-nav.plain-filters > li.active a {
      color: #7ccbe6; }

.portfolio-wrap-2 .portfolio-item {
  width: 50%; }

.portfolio-wrap-3 .portfolio-item {
  width: 33.31111%; }

.portfolio-wrap-4 .portfolio-item {
  width: 25%; }

.portfolio-wrap-5 .portfolio-item {
  width: 20%; }

.portfolio-list {
  padding: 0;
  margin: 0; }
  .portfolio-list .isotope-item {
    position: static !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important; }

.portfolio-list .isotope-hidden {
  display: none !important; }

.portfolio-list .isotope-item.col-md-3 {
  max-width: 100%; }

.portfolio-item {
  position: relative;
  overflow: hidden; }
  .portfolio-item .grid-item-inner {
    position: relative; }
  .portfolio-item .project-media {
    position: relative;
    display: block;
    overflow: hidden; }

.project-media:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.portfolio-item .project-media img {
  width: 100%;
  height: auto;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all 0.2s linear; }

.project-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all 0.3s ease 0s; }

.project-media:hover .project-overlay {
  opacity: 1; }
.project-media:before {
  background: none; }

.project-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  opacity: .6;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all 0.3s ease 0s; }

.portfolio-item:hover .project-overlay {
  background-color: rgba(22, 31, 38, 0.5); }

.open-project-link {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%; }

.project-info {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  padding: 20px;
  display: table;
  vertical-align: bottom; }
  .project-info > div {
    display: table-cell;
    vertical-align: bottom;
    height: 100%; }
  .project-info h4 {
    margin-bottom: 0; }

.project-name {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 500; }

.project-media .project-name {
  color: #fff; }

.project-categories {
  display: block;
  font-size: 13px;
  font-style: italic; }

.project-media .project-categories {
  color: rgba(255, 255, 255, 0.5); }

.project-categories a:after, .project-categories span:after {
  content: ", "; }
.project-categories a:last-child:after, .project-categories span:last-child:after {
  content: ""; }

.portfolio-list li {
  margin-bottom: 30px; }

.project-info-static h4 {
  margin-bottom: 0; }
.project-info-static .project-categories a {
  color: #999; }

.portfolio-list .col-md-2 .project-info {
  padding: 10px; }
  .portfolio-list .col-md-2 .project-info h4 {
    font-size: 14px; }
.portfolio-list .col-md-2 .project-categories {
  display: none; }
.portfolio-list .col-md-3 .project-info h4 {
  font-size: 18px; }

.taxonomy-listing li {
  display: inline-block; }

.open-position {
  background: #ffffff; }
  .open-position header.page-title {
    padding-top: 75px;
    padding-bottom: 30px; }
    .open-position header.page-title h1 {
      font-size: 22px;
      font-weight: 900;
      line-height: 30px;
      margin-bottom: 5px; }
    .open-position header.page-title p {
      font-size: 18px;
      font-weight: 100;
      line-height: 25px; }
  .open-position header.sub-title {
    margin-top: 30px; }
    .open-position header.sub-title h2 {
      font-size: 30px;
      letter-spacing: 2px;
      font-weight: 900;
      line-height: 30px;
      margin: 0; }
    .open-position header.sub-title p {
      color: #1c1c1c;
      font-size: 16px;
      font-weight: 300;
      padding-top: 5px;
      display: block; }
  .open-position .accordion {
    margin-bottom: 100px;
    padding: 0;
    list-style-type: none; }
    .open-position .accordion > li {
      border-bottom: 1px solid #e5eaee; }
      .open-position .accordion > li:last-child {
        border-bottom: 0; }
      .open-position .accordion > li .accordion-title {
        font-size: 18px;
        color: #000;
        display: block;
        padding: 40px 20px;
        border: 0;
        font-weight: 600;
        letter-spacing: 1.5px;
        background-color: transparent;
        text-decoration: none;
        position: relative; }
      .open-position .accordion > li .accordion-content {
        border: 0;
        padding: 0; }
      .open-position .accordion > li .fa-check {
        padding-right: 17px;
        color: #000; }
  .open-position .careers-wrap {
    padding-top: 100px;
    background: #ffffff; }
  .open-position .image-carer {
    position: relative;
    min-height: 205px; }
  .open-position .image-carer .rect-img {
    position: absolute;
    right: 17px;
    z-index: 1;
    top: 48px; }
  .open-position .image-carer img {
    z-index: 2;
    position: relative; }
  .open-position .wrap-carrer {
    padding-left: 27px;
    padding-top: 28px; }
  .open-position .wrap-carrer .heading-wrap {
    padding-bottom: 25px; }
  .open-position careers .service-wrap {
    padding-top: 95px;
    background: #eaeff3;
    padding-bottom: 40px; }
  .open-position .careers .service-cont {
    padding-top: 59px; }
  .open-position .careers .services {
    margin-bottom: 52px; }
  .open-position .careers .services strong {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #1c1c1c;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase; }
  .open-position .careers .boosting-hover, .open-position .careers .analyz-hover, .open-position .careers .support-hover, .open-position .careers .time-hover {
    display: none; }
  .open-position .careers .services:hover .boosting-hover, .open-position .careers .services:hover .analyz-hover, .open-position .careers .services:hover .support-hover, .open-position .careers .services:hover .time-hover, .open-position .careers .services:hover .services-info strong:before {
    display: block; }
  .open-position .careers .services:hover .boosting-icon, .open-position .careers .services:hover .analyz-icon, .open-position .careers .services:hover .support-icon, .open-position .careers .services:hover .time-icon {
    display: none; }
  .open-position .careers .services-info {
    padding-top: 3px; }
  .open-position .careers .services-info strong {
    position: relative;
    letter-spacing: 1px; }
  .open-position .careers .services-info strong:before {
    position: absolute;
    top: -15px;
    height: 2px;
    width: 3%;
    background: #36a8ff;
    content: '';
    left: 0;
    display: none; }
  .open-position .careers .panel-default > .panel-heading {
    background: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0; }
  .open-position .panel-default {
    border: none;
    border-bottom: 1px solid #e5eaee; }
  .open-position .panel-title {
    padding: 0;
    position: relative; }
  .open-position .panel-title a {
    font-size: 16px;
    color: #1c1c1c;
    display: block;
    padding: 40px 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    letter-spacing: 1.5px; }
  .open-position .panel {
    background: none; }
  .open-position .panel-group {
    margin-top: 12px; }
  .open-position .panel-group .panel-default:last-child {
    border-bottom: 0; }
  .open-position .panel-group .panel-default {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .open-position .left-accordian-box, .open-position .right-accordian-box {
    float: left;
    width: 50%; }
  .open-position .left-accordian-box ul li, .open-position .right-accordian-box ul li {
    overflow: hidden;
    padding-bottom: 29px; }
  .open-position .right-accordian-box {
    padding-left: 14px; }
  .open-position .right-accordian-box ul li {
    padding-bottom: 24px; }
  .open-position .left-accordian-box ul li span.label, .open-position .right-accordian-box ul li span.label {
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 300;
    float: left;
    margin-right: 6px;
    display: block;
    width: 33%;
    text-align: left;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
    padding-top: 7px;
    letter-spacing: 2px; }
  .open-position .left-accordian-box ul li span.para, .open-position .accord-inner, .open-position .right-accordian-box ul li span.para {
    float: left;
    width: 65%;
    font-size: 14px;
    color: #585858;
    line-height: 28px;
    padding-right: 35px;
    padding-left: 0; }
  .open-position .left-accordian-box ul, .open-position .right-accordian-box ul {
    margin-bottom: 0; }
  .open-position .left-accordian-box ul li:last-child {
    padding-bottom: 0; }
  .open-position .panel-body {
    padding: 8px 0px 38px; }
  .open-position ul.accord-inner li {
    font-size: 14px;
    color: #585858;
    padding-bottom: 16px; }
  .open-position .right-accordian-box ul li span.para {
    width: 64%; }
  .open-position .right-accordian-box ul li span.label {
    width: 34%; }
  .open-position .apply-wrap {
    width: 100%;
    padding: 25px 30px; }
  .open-position .icon-arrow-right {
    position: absolute;
    top: 39px;
    right: 0;
    font-size: 40px;
    color: #1c1c1c;
    display: block;
    width: auto;
    height: auto; }
  .open-position .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0; }
  .open-position .panel-title.open a .icon-arrow-right {
    color: #36a8ff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
  .open-position [aria-expanded="true"] .icon-arrow-right:before {
    content: "\e07b";
    color: #36a8ff; }
  .open-position .fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear; }
  .open-position .fade.in {
    opacity: 1; }
  .open-position .collapse.in {
    display: block; }
  .open-position tr.collapse.in {
    display: table-row; }
  .open-position tbody.collapse.in {
    display: table-row-group; }
  .open-position .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility; }
  .open-position .accordion-title:before {
    font-weight: 300;
    content: "\f054";
    position: absolute;
    right: 20px;
    font-size: 30px;
    top: 35px;
    font-family: 'FontAwesome'; }
  .open-position .accordion-title[aria-expanded="true"] {
    color: #006bb7 !important; }
  .open-position .accordion-title[aria-expanded="true"]:before {
    content: "\f078";
    color: #36A8FF; }
  .open-position .accordion-title[aria-expanded="false"]:before {
    content: "\f054"; }
  .open-position .collapse {
    padding-left: 20px;
    padding-right: 20px; }

.no-bullet {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.counter_box_one {
  padding: 15px 0; }
  .counter_box_one i {
    display: block;
    font-size: 46px;
    margin-bottom: 10px;
    color: #000; }
  .counter_box_one .counter {
    font-size: 32px;
    color: #2e3133;
    font-weight: 700; }
  .counter_box_one h5 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    margin: 5px 0;
    color: #000000; }

.counter_box_three {
  margin-top: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.08); }
  .counter_box_three i {
    display: block;
    font-size: 64px;
    margin-bottom: 30px;
    color: #0652fd; }
  .counter_box_three .perfix {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin: 10px 0;
    display: block; }
  .counter_box_three .counter {
    font-size: 32px;
    color: #000000;
    font-weight: 800;
    margin: 0;
    display: inline-block;
    padding: 0 3px; }
  .counter_box_three h5 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    margin: 5px 0;
    color: #000000;
    letter-spacing: 0.5px; }

.counter_light i {
  color: #ffffff; }
.counter_light .counter {
  color: #e1e8ef; }
.counter_light h5 {
  color: #ffffff; }

.btn, input[type='submit']:not([class]) {
  background-color: #565656;
  font-size: 13px;
  line-height: 25px;
  font-weight: 500;
  color: #fff;
  padding: 12px 35px;
  border-radius: 4px;
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
  cursor: pointer;
  margin-bottom: 15px;
  margin-top: 15px;
  letter-spacing: 1px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .btn span, input[type='submit']:not([class]) span {
    color: #fff; }
  .btn:hover, input[type='submit']:not([class]):hover {
    color: #fff;
    background-color: #777;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .btn:focus, input[type='submit']:not([class]):focus {
    outline: 0 !important;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); }

.btn-sm {
  padding: 10px 25px; }

.btn-lg {
  padding: 14px 55px; }

.btn_center {
  margin: 0 auto;
  display: block; }

.btn-icon {
  font-size: 14px;
  margin-left: 7px; }

.btn-radius {
  border-radius: 50px; }

.btn-shape {
  border-radius: 0; }

.btn-outline-primary, .btn-transparent {
  background-color: transparent;
  color: #0652fd;
  border: solid 1px #0652fd;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .btn-outline-primary:hover, .btn-transparent:hover {
    color: #ffffff;
    background-color: #0652fd;
    border: solid 1px #0652fd;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.btn-darkblue {
  background-color: #0652fd;
  color: #ffffff;
  border: solid 1px #0652fd;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .btn-darkblue:hover {
    background-color: #232324;
    border: solid 1px #232324;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.btn-primary, input[type='submit']:not([class]) {
  background-color: #474747;
  color: #ffffff;
  border: solid 1px #474747;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .btn-primary:hover, input[type='submit']:not([class]):hover {
    background-color: #232324;
    border: solid 1px #232324;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.btn-dark {
  background-color: #333333;
  color: #ffffff;
  border: solid 1px #333333;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .btn-dark:hover {
    color: #232324;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.btn-light, .btn-white {
  background-color: #FFFFFF;
  color: #0652fd;
  border: solid 1px #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .btn-light:hover, .btn-white:hover {
    color: #FFFFFF;
    background-color: #232324;
    border: solid 1px #232324;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.btn-trans {
  background-color: transparent;
  color: #ffffff;
  border: solid 1px #0652fd;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .btn-trans:hover {
    color: #ffffff;
    background-color: #0652fd;
    border: solid 1px #0652fd;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00; }

/* danger-button */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }

.single-contact-info {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px; }
  .single-contact-info .icon-box i {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 15px;
    font-size: 40px;
    height: 45px;
    width: 45px; }
  .single-contact-info h5 {
    font-size: 20px;
    margin-bottom: 12px; }

.contact-info {
  background-color: #fff; }
  .contact-info .ci-box {
    position: relative;
    padding: 30px 50px; }
    .contact-info .ci-box:after {
      position: absolute;
      content: ' ';
      width: 2px;
      height: 100%;
      top: 0%;
      background: #191919;
      right: 0; }
    .contact-info .ci-box p {
      display: flex; }
      .contact-info .ci-box p i {
        font-size: 40px;
        margin-right: 20px; }
      .contact-info .ci-box p span {
        font-size: 18px;
        line-height: 42px;
        white-space: nowrap; }
    .contact-info .ci-box:last-child:after {
      display: none; }

.fw-flash-messages {
  margin-top: 10px;
  position: fixed;
  bottom: 10px;
  width: 70%;
  left: 15%;
  z-index: 10; }

form.inside {
  padding: 40px;
  background-color: #F8F7F6; }

.field-text label, .field-textarea label, .field-select label {
  margin-bottom: 0;
  font-weight: inherit;
  font-size: inherit; }

.field-text input, input.form-control, .field-textarea textarea, textarea.form-control {
  font-size: inherit !important;
  padding: 15px 20px !important;
  border: 1px solid #e6e7e8 !important;
  border-radius: 3px !important;
  transition: border-color 0.3s !important;
  margin-top: 0 !important; }
  .field-text input:focus, input.form-control:focus, .field-textarea textarea:focus, textarea.form-control:focus {
    border-color: #bebebe;
    outline: 0 !important;
    box-shadow: none; }

.select-styled {
  position: relative; }
  .select-styled:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f078';
    right: 10px;
    top: 35px;
    opacity: .5;
    font-size: 12px; }
  .select-styled select {
    margin-bottom: 1em;
    border: 1px solid #e5e5e5; }

.wrap-forms .fw-row {
  margin-bottom: 10px; }

#footerContainer {
  float: left;
  width: 100%;
  background: #191919;
  padding: 0;
  position: relative; }

#footerTop {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  position: relative;
  font-style: normal;
  padding-top: 30px; }
  #footerTop.padding-top-0 {
    padding-top: 0; }
  #footerTop a {
    font-weight: 400; }
  #footerTop h4, #footerTop h1, #footerTop .widget-title {
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-top: 10px;
    color: #fff;
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 500; }
  #footerTop p {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 400; }
    #footerTop p strong {
      display: inline-block;
      float: left;
      font-weight: 300;
      margin-right: 10px; }
  #footerTop a {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.85);
    line-height: 24px;
    text-decoration: none; }
    #footerTop a:hover {
      color: #fff; }
  #footerTop ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #footerTop ul li {
      padding-top: 3px;
      padding-bottom: 3px; }
  #footerTop .fo-newsletter .subscribe {
    display: block;
    background: #17a2b8;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
    -webkit-transition: background-color 0.1s linear, color 0.1s linear;
    -moz-transition: background-color 0.1s linear, color 0.1s linear;
    transition: background-color 0.1s linear, color 0.1s linear; }
    #footerTop .fo-newsletter .subscribe:hover, #footerTop .fo-newsletter .subscribe:focus {
      text-decoration: none;
      background: #555;
      color: #fff; }
  #footerTop > div {
    padding: 0; }
  #footerTop .fo-socialmedia ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none; }
    #footerTop .fo-socialmedia ul > li {
      width: 30px;
      height: 30px;
      border: 1px solid #fff;
      float: left;
      padding: 0;
      margin-left: 5px; }
      #footerTop .fo-socialmedia ul > li a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #fff;
        line-height: 30px;
        -webkit-transition: background-color 0.1s linear, color 0.1s linear;
        -moz-transition: background-color 0.1s linear, color 0.1s linear;
        transition: background-color 0.1s linear, color 0.1s linear; }
        #footerTop .fo-socialmedia ul > li a:hover {
          background-color: #FFF;
          color: #191919; }
      #footerTop .fo-socialmedia ul > li:first-child {
        margin-left: 0; }
  #footerTop .widget {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-bottom: 30px;
    display: inline-block; }

@media (max-width: 991px) {
  #footerTop {
    padding-bottom: 35px; }
    #footerTop h4, #footerTop h1 {
      padding-top: 35px !important;
      margin-bottom: 20px !important; }
    #footerTop .fo-socialmedia h4 {
      text-align: left;
      float: left; }
    #footerTop .fo-socialmedia ul {
      float: left; }
      #footerTop .fo-socialmedia ul li {
        margin-left: 0;
        margin-right: 10px; } }
@media (max-width: 767px) {
  #footerTop {
    text-align: center; }
    #footerTop p strong {
      float: none; }
    #footerTop .fo-menu {
      display: none; }
    #footerTop .fo-newsletter .subscribe {
      margin: 0 auto; } }
.mo-socialmedia {
  margin: 20px 0; }
  .mo-socialmedia ul {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    .mo-socialmedia ul li {
      width: 30px;
      height: 31px;
      border: 1px solid #fff;
      display: inline-block;
      margin-left: 10px; }
      .mo-socialmedia ul li a {
        text-decoration: none;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #FFF;
        line-height: 27px; }
        .mo-socialmedia ul li a:hover {
          background: #FFF;
          color: #3a6099; }

#footerBottom {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #fff;
  text-align: center;
  font-size: 12px;
  color: #818181; }
  #footerBottom .copyright {
    margin-bottom: 18px; }
  #footerBottom .footer-info {
    padding-left: 15px; }
    #footerBottom .footer-info li {
      display: inline-block;
      padding-right: 15px; }
      #footerBottom .footer-info li a {
        text-decoration: none;
        color: #818181; }
        #footerBottom .footer-info li a:hover {
          color: #555; }

@media screen and (min-width: 768px) {
  #footerBottom {
    font-size: 14px; }
    #footerBottom .yildiz-holding img {
      max-width: 252px; }
    #footerBottom .copyright {
      margin-bottom: 0; }
    #footerBottom .madeby {
      position: absolute;
      right: 0;
      width: 12px;
      bottom: 130px; } }
@media screen and (min-width: 1024px) {
  #footerBottom .copyright {
    float: right; }
  #footerBottom .footer-info {
    float: left; } }
.service-boxes .single-service {
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 15px 0; }
  .service-boxes .single-service .icon {
    font-size: 30px;
    line-height: 50px;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    width: 100px;
    margin: 0 auto;
    line-height: 100px; }
  .service-boxes .single-service .content {
    float: left; }
  .service-boxes .single-service.icon-position-left .content, .service-boxes .single-service.icon-position-right .content {
    width: calc(100% - 100px); }
  .service-boxes .single-service.icon-position-right .content {
    width: calc(100% - 100px);
    padding-left: 5px; }
  .service-boxes .single-service.icon-position-top .icon, .service-boxes .single-service.icon-position-bottom .icon {
    width: 100%; }
  .service-boxes .single-service.icon-position-top .content, .service-boxes .single-service.icon-position-bottom .content {
    width: 100%; }
  .service-boxes .single-service.image-position-bottom img, .service-boxes .single-service.image-position-top img {
    width: 100%; }
  .service-boxes .single-service.image-position-right.fw-col-md-4 .box-img, .service-boxes .single-service.image-position-right.fw-col-md-3 .box-img, .service-boxes .single-service.image-position-right.fw-col-md-2 .box-img, .service-boxes .single-service.image-position-right.fw-col-md-6 .box-img, .service-boxes .single-service.image-position-left.fw-col-md-4 .box-img, .service-boxes .single-service.image-position-left.fw-col-md-3 .box-img, .service-boxes .single-service.image-position-left.fw-col-md-2 .box-img, .service-boxes .single-service.image-position-left.fw-col-md-6 .box-img, .service-boxes .single-service.image-position-top.fw-col-md-4 .box-img, .service-boxes .single-service.image-position-top.fw-col-md-3 .box-img, .service-boxes .single-service.image-position-top.fw-col-md-2 .box-img, .service-boxes .single-service.image-position-top.fw-col-md-6 .box-img {
    width: 100%; }
  .service-boxes .single-service.image-position-right.fw-col-md-4 img, .service-boxes .single-service.image-position-right.fw-col-md-3 img, .service-boxes .single-service.image-position-right.fw-col-md-2 img, .service-boxes .single-service.image-position-right.fw-col-md-6 img, .service-boxes .single-service.image-position-left.fw-col-md-4 img, .service-boxes .single-service.image-position-left.fw-col-md-3 img, .service-boxes .single-service.image-position-left.fw-col-md-2 img, .service-boxes .single-service.image-position-left.fw-col-md-6 img, .service-boxes .single-service.image-position-top.fw-col-md-4 img, .service-boxes .single-service.image-position-top.fw-col-md-3 img, .service-boxes .single-service.image-position-top.fw-col-md-2 img, .service-boxes .single-service.image-position-top.fw-col-md-6 img {
    width: 100%; }
  .service-boxes .single-service.image-position-right.fw-col-md-4 .box-text, .service-boxes .single-service.image-position-right.fw-col-md-3 .box-text, .service-boxes .single-service.image-position-right.fw-col-md-2 .box-text, .service-boxes .single-service.image-position-right.fw-col-md-6 .box-text, .service-boxes .single-service.image-position-left.fw-col-md-4 .box-text, .service-boxes .single-service.image-position-left.fw-col-md-3 .box-text, .service-boxes .single-service.image-position-left.fw-col-md-2 .box-text, .service-boxes .single-service.image-position-left.fw-col-md-6 .box-text, .service-boxes .single-service.image-position-top.fw-col-md-4 .box-text, .service-boxes .single-service.image-position-top.fw-col-md-3 .box-text, .service-boxes .single-service.image-position-top.fw-col-md-2 .box-text, .service-boxes .single-service.image-position-top.fw-col-md-6 .box-text {
    float: left; }
  .service-boxes .single-service p {
    font-size: 14px;
    line-height: 18px;
    color: #797979;
    font-weight: 300; }
  .service-boxes .single-service h4 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px; }
  .service-boxes .single-service .item-col {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 5px; }
  .service-boxes .single-service:hover .icon {
    color: #555; }
  .service-boxes .single-service.icon-position-left .icon {
    float: left;
    text-align: center; }
  .service-boxes .single-service.icon-position-right .icon {
    float: right;
    text-align: center; }
  .service-boxes .single-service.single-service-image .item-col {
    padding: 0; }

.trade-marks {
  padding-top: 50px;
  padding-bottom: 50px; }
  .trade-marks .owl-items {
    padding-left: 20px;
    padding-right: 20px; }

.trade-marks .owl-nav, .portfolio-image_gallery .owl-nav {
  position: absolute;
  bottom: 0;
  height: 40px;
  margin-left: -40px;
  z-index: 9;
  left: 50%;
  width: 80px;
  background-color: #484848; }
  .trade-marks .owl-nav .owl-prev, .trade-marks .owl-nav .owl-next, .portfolio-image_gallery .owl-nav .owl-prev, .portfolio-image_gallery .owl-nav .owl-next {
    float: left;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    opacity: .8;
    color: #fff; }
    .trade-marks .owl-nav .owl-prev:after, .trade-marks .owl-nav .owl-prev:before, .trade-marks .owl-nav .owl-next:after, .trade-marks .owl-nav .owl-next:before, .portfolio-image_gallery .owl-nav .owl-prev:after, .portfolio-image_gallery .owl-nav .owl-prev:before, .portfolio-image_gallery .owl-nav .owl-next:after, .portfolio-image_gallery .owl-nav .owl-next:before {
      -webkit-transition: all .15s;
      -moz-transition: all .15s;
      -ms-transition: all .15s;
      -o-transition: all .15s;
      transition: all .15s; }
    .trade-marks .owl-nav .owl-prev:hover, .trade-marks .owl-nav .owl-next:hover, .portfolio-image_gallery .owl-nav .owl-prev:hover, .portfolio-image_gallery .owl-nav .owl-next:hover {
      opacity: 1; }
  .trade-marks .owl-nav .owl-prev, .portfolio-image_gallery .owl-nav .owl-prev {
    float: left;
    text-indent: -9999px; }
    .trade-marks .owl-nav .owl-prev:hover, .portfolio-image_gallery .owl-nav .owl-prev:hover {
      background-color: #585858; }
      .trade-marks .owl-nav .owl-prev:hover:before, .portfolio-image_gallery .owl-nav .owl-prev:hover:before {
        text-indent: -5px; }
    .trade-marks .owl-nav .owl-prev:before, .portfolio-image_gallery .owl-nav .owl-prev:before {
      float: left;
      margin-left: 0px;
      width: 40px;
      text-align: center;
      content: "\e879";
      font-family: 'Linearicons-Free';
      text-indent: 0; }
  .trade-marks .owl-nav .owl-next, .portfolio-image_gallery .owl-nav .owl-next {
    float: right;
    text-indent: -9999px; }
    .trade-marks .owl-nav .owl-next:hover, .portfolio-image_gallery .owl-nav .owl-next:hover {
      background-color: #585858; }
      .trade-marks .owl-nav .owl-next:hover:after, .portfolio-image_gallery .owl-nav .owl-next:hover:after {
        text-indent: 5px; }
    .trade-marks .owl-nav .owl-next:after, .portfolio-image_gallery .owl-nav .owl-next:after {
      content: "\e87a";
      font-family: 'Linearicons-Free';
      float: right;
      width: 40px;
      text-align: center;
      margin-right: 0;
      text-indent: 0; }

.portfolio-image_gallery .owl-nav {
  bottom: auto;
  top: 0;
  left: 0;
  margin-left: 0; }

.search_button {
  margin-right: 20px;
  cursor: pointer; }

.home-page-content {
  position: relative; }

.content-box--gri {
  border-radius: 2px;
  box-sizing: border-box;
  background: #f8f7f6;
  padding: 40px 40px 40px 40px;
  box-shadow: 0px 17px 35px rgba(74, 74, 115, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07); }

.home--form.form-col h6 {
  margin-bottom: 5px;
  font-weight: 500;
  color: #222;
  font-size: 16px;
  line-height: 1.3; }
.home--form.form-col form input[type='text'] {
  width: 100%;
  box-sizing: border-box;
  font-size: inherit;
  padding: 15px 20px;
  border: 1px solid #e6e7e8;
  border-radius: 3px;
  margin-top: 0.75em;
  margin-bottom: 1em;
  transition: border-color 0.3s;
  height: auto; }
  .home--form.form-col form input[type='text']:focus {
    border-color: #bebebe; }
  .home--form.form-col form input[type='text']::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: normal; }
  .home--form.form-col form input[type='text']::-moz-placeholder {
    /* Firefox 19+ */
    font-style: normal; }
  .home--form.form-col form input[type='text']:-ms-input-placeholder {
    /* IE 10+ */
    font-style: normal; }
  .home--form.form-col form input[type='text']:-moz-placeholder {
    /* Firefox 18- */
    font-style: normal; }
.home--form.form-col form p {
  margin-bottom: 20px; }

.bottom-border-title:not(.fw-heading-center) > * {
  position: relative;
  margin-bottom: 30px; }
  .bottom-border-title:not(.fw-heading-center) > *:after {
    left: 0;
    bottom: -15px;
    position: absolute;
    content: ' ';
    display: inline-block;
    width: 70px;
    background-color: #006bb7;
    height: 2px; }

.btn-req {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  letter-spacing: .02em;
  font-weight: 500;
  line-height: 1;
  height: auto;
  text-align: center;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  background-color: #db2531;
  width: auto;
  border: none;
  padding: 15px 35px;
  border-radius: 30px; }

.parallax h3 {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #fff;
  line-height: 100px; }
.parallax.image-static {
  position: relative;
  overflow: hidden; }
  .parallax.image-static img {
    position: static; }
  .parallax.image-static h3 {
    height: 50px;
    line-height: 50px;
    top: 50%;
    position: absolute;
    margin-top: -25px;
    text-align: center;
    width: 100%; }

.photo-filter {
  margin-left: -50px;
  margin-top: -50px;
  width: calc(100% + 100px); }
  .photo-filter.greyscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1); }
  .photo-filter.sepia {
    filter: sepia(100%);
    -webkit-filter: sepia(1);
    -ms-filter: sepia(100%); }
  .photo-filter.blur {
    filter: blur(5px);
    -webkit-filter: blur(5px); }
  .photo-filter.saturate {
    filter: saturate(2);
    -webkit-filter: saturate(2); }
  .photo-filter.hue {
    filter: hue-rotate(140deg);
    -webkit-filter: hue-rotate(140deg); }
  .photo-filter.invert {
    filter: invert(0.8);
    -webkit-filter: invert(0.8); }
  .photo-filter.darken {
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5); }
  .photo-filter.contrast {
    filter: contrast(2);
    -webkit-filter: contrast(2); }

.alert {
  padding: 25px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 13px;
  text-transform: capitalize; }
  .alert .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #dc3545;
    text-shadow: 0 1px 0 #fff;
    opacity: .5; }
  .alert .alert-link {
    color: #0652fd;
    font-weight: 400; }
  .alert button {
    cursor: pointer; }

.fw-iconbox-1 {
  display: inline-block;
  min-width: 45%; }

.fw-iconbox-5 {
  display: inline-block;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center; }
  .fw-iconbox-5 p {
    line-height: 22px; }
  .fw-iconbox-5 h3 {
    margin: 0 !important;
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 800;
    line-height: 1.7; }
  .fw-iconbox-5 i {
    text-align: center;
    margin-left: 0px;
    margin-bottom: 15px;
    font-size: 40px;
    height: 45px;
    width: 45px; }
  .fw-iconbox-5 .fw-iconbox-text {
    padding-bottom: 0; }

.fa-important-2x {
  font-size: 2em !important; }

.fa-important-3x {
  font-size: 3em !important; }

.fa-important-4x {
  font-size: 4em !important; }

.fa-important-5x {
  font-size: 5em !important; }

.pagination {
  justify-content: center; }
  .pagination .page-link.current {
    font-weight: 400;
    background-color: #f6f6f6;
    color: #555; }

.list-images {
  float: left;
  display: table;
  width: 100%; }
  .list-images .item {
    display: table-cell;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px; }
    .list-images .item img {
      vertical-align: middle;
      max-width: 100%; }
  .list-images.with-1-col .item {
    width: calc(100% / 1); }
  .list-images.with-2-col .item {
    width: calc(100% / 2); }
  .list-images.with-3-col .item {
    width: calc(100% / 3); }
  .list-images.with-4-col .item {
    width: calc(100% / 4); }
  .list-images.with-5-col .item {
    width: calc(100% / 5); }
  .list-images.with-6-col .item {
    width: calc(100% / 6); }
  .list-images.with-7-col .item {
    width: calc(100% / 7); }
  .list-images.with-8-col .item {
    width: calc(100% / 8); }
  .list-images.with-9-col .item {
    width: calc(100% / 9); }
  .list-images.with-10-col .item {
    width: calc(100% / 10); }
  .list-images.with-11-col .item {
    width: calc(100% / 11); }
  .list-images.with-12-col .item {
    width: calc(100% / 12); }
  .list-images.with-13-col .item {
    width: calc(100% / 13); }
  .list-images.with-14-col .item {
    width: calc(100% / 14); }
  .list-images.with-15-col .item {
    width: calc(100% / 15); }
  @media (max-width: 768px) {
    .list-images {
      display: inline-block; }
      .list-images.with-1-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-2-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-3-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-4-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-5-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-6-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-7-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-8-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-9-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-10-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-11-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-12-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-13-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-14-col .item {
        width: 100%;
        display: inline-block; }
      .list-images.with-15-col .item {
        width: 100%;
        display: inline-block; } }

#single-page-content {
  display: inline-block;
  width: 75%; }

.page-right-sidebar #page-sidebar {
  float: right; }

body.page #page-sidebar {
  margin-top: 0px; }
body.page .page-right-sidebar #page-sidebar {
  margin-top: 0px; }

.cursor-pointer {
  cursor: pointer; }

#scrollToTop {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: fixed;
  right: 70px;
  bottom: 70px;
  text-align: center;
  line-height: 35px;
  border-radius: 100%;
  font-size: 17px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer; }
  #scrollToTop.squared {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.gridder-list {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

@media screen and (min-width: 480px) {
  .gridder-list {
    margin: 0 1.5% 20px;
    width: 47%; } }
@media screen and (min-width: 768px) {
  .gridder-list {
    margin: 0 1% 20px;
    width: 31%; }
    .gridder-list:nth-child(3n+3) {
      margin-right: 0; } }
.fw-team {
  cursor: pointer; }
  .fw-team:hover .fw-team-inner {
    background: #161F26; }
    .fw-team:hover .fw-team-inner h3, .fw-team:hover .fw-team-inner span {
      color: #FFF !important; }
  .fw-team .fw-team-image {
    width: 100%;
    text-align: center;
    background: #ececec;
    font-size: 0;
    height: 250px;
    line-height: 250px;
    position: relative; }
    .fw-team .fw-team-image img {
      max-height: 100%;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      bottom: 0;
      display: inline-block; }
  .fw-team .fw-team-inner {
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    background: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .fw-team .fw-team-inner h4 {
      color: #313131;
      padding-bottom: 5px; }
    .fw-team .fw-team-inner p {
      color: #858585;
      padding: 0 15px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
  .fw-team li {
    cursor: pointer; }
    .fw-team li:hover .team-desc, .fw-team li.selectedItem .team-desc {
      background: #AC162C;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .fw-team li:hover .team-desc h4, .fw-team li.selectedItem .team-desc h4, .fw-team li:hover p, .fw-team li.selectedItem .team-desc p {
      color: #FFF !important; }

.three-box .item-col {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px 17px 35px rgba(74, 74, 115, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  padding-bottom: 20px;
  width: 100%;
  transition: transform 0.3s ease;
  -webkit-ransition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease; }
  .three-box .item-col .box-text {
    padding: 20px 40px; }
    .three-box .item-col .box-text h3 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #222;
      line-height: 1.3;
      font-weight: 400; }
    .three-box .item-col .box-text p {
      margin: 0;
      font-size: 14px;
      line-height: 22px;
      font-weight: 300;
      color: #666677; }
  .three-box .item-col.column-1 {
    padding-bottom: 0; }
.three-box .image-position-left .box-img {
  float: left;
  margin-right: 20px; }
.three-box .image-position-right .box-img {
  float: right;
  margin-left: 20px; }

.team-member-float {
  display: inline-block; }

@media screen and (min-width: 480px) {
  .sort-list .team-desc {
    min-height: 163px; } }
#blog-content .blog-list {
  margin: 0;
  padding: 0; }
  #blog-content .blog-list.search-results .single-blog-item {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 0 none; }
    #blog-content .blog-list.search-results .single-blog-item .search-link {
      background-color: lightgoldenrodyellow;
      font-weight: 400;
      font-size: 12px;
      line-height: 17px;
      padding: 5px;
      margin-top: -5px;
      font-style: italic;
      float: left; }
    #blog-content .blog-list.search-results .single-blog-item p {
      float: left !important;
      font-size: 14px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #999; }
    #blog-content .blog-list.search-results .single-blog-item h3 {
      margin-bottom: 0; }
  #blog-content .blog-list .single-blog-item {
    list-style: none;
    margin-bottom: 30px;
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px; }
    #blog-content .blog-list .single-blog-item h3 {
      margin-bottom: 5px;
      font-size: 20px; }
    #blog-content .blog-list .single-blog-item p {
      margin-bottom: 5px; }
      #blog-content .blog-list .single-blog-item p.news-spot {
        font-weight: normal; }
    #blog-content .blog-list .single-blog-item a {
      color: #424346;
      font-weight: 500;
      font-size: 14px; }
    #blog-content .blog-list .single-blog-item .news-spot {
      float: left;
      width: calc(100% - 115px); }
    #blog-content .blog-list .single-blog-item .news-content {
      float: left;
      width: calc(100% - 115px); }
      #blog-content .blog-list .single-blog-item .news-content .image1 .news-spot {
        width: 100%;
        float: none; }
      #blog-content .blog-list .single-blog-item .news-content .news-spot {
        float: none;
        width: 100%; }

#page-body.blog-list-page #page-content {
  padding-top: 25px; }
#page-body.blog-list-page .blog-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -webkit-transition: all .33s;
  transition: all .33s;
  padding-bottom: 20px; }
  #page-body.blog-list-page .blog-list .single-blog-item {
    background-color: #f7f7f7;
    display: block;
    padding: 0;
    vertical-align: top;
    border-bottom: none;
    margin-bottom: 0; }
    #page-body.blog-list-page .blog-list .single-blog-item img {
      width: 100%;
      -webkit-transition: opacity .1s;
      -moz-transition: opacity .1s;
      -ms-transition: opacity .1s;
      -o-transition: opacity .1s;
      transition: opacity .1s; }
      #page-body.blog-list-page .blog-list .single-blog-item img:hover {
        opacity: .7; }
    #page-body.blog-list-page .blog-list .single-blog-item .news-content {
      padding: 30px 30px 30px 30px;
      width: 100%; }
    #page-body.blog-list-page .blog-list .single-blog-item a {
      -webkit-transition: color .1s;
      -moz-transition: color .1s;
      -ms-transition: color .1s;
      -o-transition: color .1s;
      transition: color .1s; }
      #page-body.blog-list-page .blog-list .single-blog-item a:hover {
        text-decoration: none;
        color: #787878; }
  #page-body.blog-list-page .blog-list.blog-type-standard .single-blog-item {
    display: table;
    float: left; }
    #page-body.blog-list-page .blog-list.blog-type-standard .single-blog-item .blog-item-image {
      width: 30%;
      display: table-cell;
      vertical-align: middle;
      padding-left: 20px; }
    #page-body.blog-list-page .blog-list.blog-type-standard .single-blog-item .news-content {
      width: 100%;
      padding: 30px 20px;
      display: table-cell; }
  #page-body.blog-list-page .blog-list.blog-image-position-right .blog-item-image {
    order: 2; }
  #page-body.blog-list-page .blog-list.blog-image-position-right .new-content {
    order: 1; }
#page-body.blog-list-page.blog-style-masonry .blog-list .single-blog-item {
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
#page-body.blog-list-page.blog-column-4 .blog-list {
  grid-template-columns: repeat(4, 1fr); }
#page-body.blog-list-page.blog-column-3 .blog-list {
  grid-template-columns: repeat(3, 1fr); }
#page-body.blog-list-page.blog-column-2 .blog-list {
  grid-template-columns: repeat(2, 1fr); }
#page-body.blog-list-page.blog-column-1 .blog-list {
  grid-template-columns: repeat(1, 1fr); }

.blog-single-page #page-content {
  padding-top: 0; }
.blog-single-page #blog-content .blog-list .single-blog-item {
  display: table;
  border-bottom: 0; }
  .blog-single-page #blog-content .blog-list .single-blog-item .news-content {
    width: 100%; }

.blog-meta-data {
  list-style: none;
  padding: 5px 10px;
  margin: 0;
  border: 1px solid #e9e9e9;
  background-color: #f6f6f6;
  border-radius: 2px; }
  .blog-meta-data li {
    display: inline-block;
    padding: 0;
    margin: 0 10px; }
    .blog-meta-data li.categories {
      float: right; }

.accordion-custom {
  width: 100%;
  display: block; }
  .accordion-custom .accordion-title h5 a {
    display: block;
    text-align: left;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding: 12px 55px 12px 20px;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.5px;
    text-decoration: none;
    color: #999999;
    font-weight: 500; }
    .accordion-custom .accordion-title h5 a[aria-expanded="true"] {
      color: #333333; }
      .accordion-custom .accordion-title h5 a[aria-expanded="true"] .toggle-ind:before {
        transform: rotate(180deg); }
      .accordion-custom .accordion-title h5 a[aria-expanded="true"] .toggle-ind:after {
        transform: rotate(90deg); }
  .accordion-custom .accordion-title .toggle-ind {
    background-color: #555;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 10px;
    cursor: pointer; }
    .accordion-custom .accordion-title .toggle-ind:before, .accordion-custom .accordion-title .toggle-ind:after {
      content: "";
      display: block;
      position: absolute;
      width: 10px;
      height: 2px;
      background-color: #ffffff;
      top: 50%;
      left: 50%;
      margin-left: -5px;
      margin-top: -1px;
      -webkit-transition: transform 0.25s ease-out;
      -ms-transition: transform 0.25s ease-out;
      transition: transform 0.25s ease-out; }
    .accordion-custom .accordion-title .toggle-ind:after {
      height: 10px;
      width: 2px;
      margin-top: -5px;
      margin-left: -1px; }
  .accordion-custom .accordion-title .toggle-icon {
    width: 50px;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    position: absolute;
    font-size: 120%; }
    .accordion-custom .accordion-title .toggle-icon:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .accordion-custom .content-detail {
    box-shadow: inset 0 0 0 1px #e0e0e0;
    padding: 20px;
    margin-bottom: 10px;
    position: relative; }
  .accordion-custom > div {
    float: left;
    width: 100%; }
  .accordion-custom.radiused .content-detail {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
  .accordion-custom.radiused .accordion-title h5 a {
    border-radius: 50px; }
  .accordion-custom.radiused .accordion-title .toggle-ind {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
  .accordion-custom.style-4 .accordion-title h5 a {
    color: #999999;
    border: 1px solid #e0e0e0; }
    .accordion-custom.style-4 .accordion-title h5 a[aria-expanded="true"] {
      color: #4ea4fd; }
  .accordion-custom.style-4 .accordion-title .toggle-ind {
    background-color: #4ea4fd; }

.tabs-custom ul[role='tablist'] {
  border-bottom: 0;
  display: block; }
  .tabs-custom ul[role='tablist'] li {
    display: inline-block;
    margin-right: 5px; }
    .tabs-custom ul[role='tablist'] li a {
      text-decoration: none;
      color: #777777;
      font-size: 14px;
      font-weight: 300;
      line-height: 24px;
      letter-spacing: 1.5px;
      display: inline-block;
      width: 100%;
      text-align: center;
      padding: 16px 30px;
      cursor: pointer;
      position: relative;
      margin-bottom: 5px;
      background-color: #f4f4f4; }
      .tabs-custom ul[role='tablist'] li a.active {
        background-color: #a490e4;
        color: #fff; }
.tabs-custom .tab-content .tab-pane {
  box-shadow: inset 0 0 0 1px #e0e0e0;
  padding: 40px;
  font-size: 16px;
  line-height: 26px; }
.tabs-custom.tabs-round ul li a {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }
.tabs-custom.tabs-round .tab-content .tab-pane {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
.tabs-custom.tabs-bordered ul li a.active {
  background-color: transparent !important;
  box-shadow: inset 0 0 0 1px #4ea4fd;
  color: #4ea4fd; }

.widget {
  /* calendar widget */ }
  .widget .search-form label {
    width: 100%; }
    .widget .search-form label span {
      display: none; }
    .widget .search-form label input {
      width: 100%;
      background: transparent;
      border: 2px solid rgba(255, 255, 255, 0.1);
      border-radius: 0;
      padding: 10px;
      font-size: 14px;
      color: #fff;
      margin: 10px 0;
      margin-top: 0; }
  .widget .search-form input[type='submit'] {
    display: inline-block;
    background-color: #fff;
    border-radius: 20px;
    border: 0;
    padding: 10px 30px;
    color: #212121;
    font-size: 14px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    cursor: pointer; }
    .widget .search-form input[type='submit']:hover, .widget .search-form input[type='submit']:focus {
      background-color: #e3e3e3; }
  .widget .gallery figure {
    display: inline-block; }
  .widget .gallery.gallery-columns-3 figure {
    width: 31.3%;
    margin-right: 1%;
    margin-left: 1%; }
  .widget.widget_calendar a {
    color: #333; }
    .widget.widget_calendar a:hover {
      text-decoration: none;
      color: #111; }
  .widget #wp-calendar {
    width: 100%; }
  .widget #wp-calendar caption {
    text-align: right;
    color: #333;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 15px; }
  .widget #wp-calendar thead {
    font-size: 10px; }
  .widget #wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center; }
  .widget #wp-calendar tbody {
    color: #aaa; }
  .widget #wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 8px; }
  .widget #wp-calendar tbody td:hover {
    background: #fff; }
  .widget #wp-calendar tbody .pad {
    background: none; }
  .widget #wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right; }
  .widget #wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px; }

#page-sidebar h4 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500; }
#page-sidebar .widget, #page-sidebar .fo-socialmedia {
  padding: 0 20px;
  margin: 30px 0; }
  #page-sidebar .widget.widget_media_image, #page-sidebar .fo-socialmedia.widget_media_image {
    padding-left: 0;
    padding-right: 0; }
  #page-sidebar .widget .search-form, #page-sidebar .fo-socialmedia .search-form {
    position: relative; }
    #page-sidebar .widget .search-form label, #page-sidebar .fo-socialmedia .search-form label {
      margin-bottom: 0; }
      #page-sidebar .widget .search-form label input, #page-sidebar .fo-socialmedia .search-form label input {
        border: 1px solid #f5c6cb;
        color: #999;
        margin-bottom: 0;
        -webkit-transition: border-color .15s linear;
        -moz-transition: border-color .15s linear;
        -ms-transition: border-color .15s linear;
        -o-transition: border-color .15s linear;
        transition: border-color .15s linear; }
        #page-sidebar .widget .search-form label input:focus, #page-sidebar .fo-socialmedia .search-form label input:focus {
          border-color: #999;
          color: #333; }
    #page-sidebar .widget .search-form input[type='submit'], #page-sidebar .fo-socialmedia .search-form input[type='submit'] {
      position: absolute;
      right: 1px;
      bottom: 1px;
      padding-left: 10px;
      padding-right: 10px;
      background: #585858;
      border-radius: 0;
      font-weight: 500;
      border-left: 1px solid #e9e9e9; }
  #page-sidebar .widget.widget_recent_entries ul li, #page-sidebar .widget.widget_recent_comments ul li, #page-sidebar .fo-socialmedia.widget_recent_entries ul li, #page-sidebar .fo-socialmedia.widget_recent_comments ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
    text-decoration: underline; }
    #page-sidebar .widget.widget_recent_entries ul li a, #page-sidebar .widget.widget_recent_comments ul li a, #page-sidebar .fo-socialmedia.widget_recent_entries ul li a, #page-sidebar .fo-socialmedia.widget_recent_comments ul li a {
      line-height: 24px;
      text-decoration: none;
      padding-right: 5px !important;
      font-size: 16px; }
#page-sidebar .fo-socialmedia {
  width: 100%;
  max-width: 100%; }
  #page-sidebar .fo-socialmedia ul li {
    border: none;
    display: inline-block;
    float: none;
    width: auto;
    padding: 0; }
    #page-sidebar .fo-socialmedia ul li a {
      width: 35px;
      height: 35px;
      border: 1px solid #f2dede;
      text-align: center;
      line-height: 35px;
      -webkit-transition: color .2s linear;
      -moz-transition: color .2s linear;
      -ms-transition: color .2s linear;
      -o-transition: color .2s linear;
      transition: color .2s linear; }
      #page-sidebar .fo-socialmedia ul li a:hover {
        border-color: #ccc;
        color: #ccc; }

.widget-about-us .content {
  font-weight: 400; }
  .widget-about-us .content > * {
    display: inline-block; }
.widget-about-us.about-us-logo_left figure {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left; }
.widget-about-us.about-us-logo_right figure {
  margin-left: 10px;
  margin-bottom: 10px;
  float: right; }
.widget-about-us.about-us-logo_center figure {
  margin: 0 0 10px 0;
  float: none;
  text-align: center;
  width: 100%; }
.widget-about-us.about-us-logo_center p {
  text-align: justify; }

.fw-table {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  margin: auto;
  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite; }
  .fw-table th {
    color: #D5DDE5;
    background: #161F26;
    border-bottom: 4px solid #9ea7af;
    border-right: 1px solid #343a45;
    font-size: 23px;
    font-weight: 100;
    padding: 24px;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align: middle; }
  .fw-table th:first-child {
    border-top-left-radius: 3px; }
  .fw-table th:last-child {
    border-top-right-radius: 3px;
    border-right: none; }
  .fw-table tr {
    border-top: 1px solid #C1C3D1;
    border-bottom-: 1px solid #C1C3D1;
    color: #666B85;
    font-size: 16px;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1); }
  .fw-table tr:hover td {
    background: #4E5066;
    color: #FFFFFF;
    border-top: 1px solid #22262e; }
  .fw-table tr:first-child {
    border-top: none; }
  .fw-table tr:last-child {
    border-bottom: none; }
  .fw-table tr:nth-child(odd) td {
    background: #EBEBEB; }
  .fw-table tr:nth-child(odd):hover td {
    background: #4E5066; }
  .fw-table tr:last-child td:first-child {
    border-bottom-left-radius: 3px; }
  .fw-table tr:last-child td:last-child {
    border-bottom-right-radius: 3px; }
  .fw-table td {
    background: #FFFFFF;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    border-right: 1px solid #C1C3D1; }
  .fw-table td:last-child {
    border-right: 0px; }
  .fw-table th.text-left {
    text-align: left; }
  .fw-table th.text-center {
    text-align: center; }
  .fw-table th.text-right {
    text-align: right; }
  .fw-table td.text-left {
    text-align: left; }
  .fw-table td.text-center {
    text-align: center; }
  .fw-table td.text-right {
    text-align: right; }

.fw-pricing {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px; }
  .fw-pricing .fw-package {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden; }
    .fw-pricing .fw-package .fw-heading-row, .fw-pricing .fw-package .fw-pricing-row {
      background-color: #161F26;
      color: #D5DDE5; }
    .fw-pricing .fw-package > div:not(.fw-pricing-row):not(.fw-heading-row):not(.fw-button-row) {
      padding: 15px 0; }
      .fw-pricing .fw-package > div:not(.fw-pricing-row):not(.fw-heading-row):not(.fw-button-row):hover {
        background: #4E5066;
        color: #fff; }

/*# sourceMappingURL=main.css.map */
