/*body {
	&::before {
		content: 'f.hd';
		display: block;
		position: fixed;
		font-family: sans-serif;
		bottom: 0;
		left: 0;
		margin: 25px;
		opacity: .9;
		pointer-events: none;
		padding: 10px;
		font-size: 14px;
		color: white;
		background: black;
		z-index: 99999999999;

		@media only screen and (max-width: 1660px) { content: 'xxl'; }
		@media only screen and (max-width: 1360px) { content: 'xl'; }
		@media only screen and (max-width: 1200px) { content: 'lg'; }
		@media only screen and (max-width: 992px) { content: 'md'; }
		@media only screen and (max-width: 767px) { content: 'sm'; }
		@media only screen and (max-width: 575px) { content: 'xs'; }
		@media only screen and (max-width: 420px) { content: 'xxs'; }
		@media only screen and (max-width: 375px) { content: 'xxxs'; }
		@media only screen and (max-width: 330px) { content: 'old'; }
	}
}*/
/*----------------------------------------
------------------------------------------
	## CONTAINER SIZES
------------------------------------------
----------------------------------------*/
.container {
  max-width: 1320px; }
  @media only screen and (max-width: 1360px) {
    .container {
      max-width: 90%; } }
  @media only screen and (max-width: 992px) {
    .container {
      max-width: 95%; } }
  @media only screen and (max-width: 575px) {
    .container {
      max-width: 100%; } }

.container-big {
  max-width: 1600px; }
  @media only screen and (max-width: 1660px) {
    .container-big {
      max-width: 90%; } }
  @media only screen and (max-width: 992px) {
    .container-big {
      max-width: 95%; } }
  @media only screen and (max-width: 575px) {
    .container-big {
      max-width: 100%; } }

/*----------------------------------------
------------------------------------------
	## COLORS
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## BUTTONS
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## mixins
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## WEIGHTS
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## import fonts
------------------------------------------
----------------------------------------*/
@font-face {
  font-family: 'Pangram';
  src: url("../fonts/Pangram-Light.woff2") format("woff2"), url("../fonts/Pangram-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Pangram';
  src: url("../fonts/Pangram-Regular.woff2") format("woff2"), url("../fonts/Pangram-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Pangram';
  src: url("../fonts/Pangram-Bold.woff2") format("woff2"), url("../fonts/Pangram-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Pangram';
  src: url("../fonts/Pangram-ExtraBold.woff2") format("woff2"), url("../fonts/Pangram-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Pangram';
  src: url("../fonts/Pangram-Black.woff2") format("woff2"), url("../fonts/Pangram-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

body {
  font-family: 'Pangram', san-serif; }

h1, h2, h3 {
  line-height: .8;
  text-transform: uppercase;
  font-weight: 800; }

/*----------------------------------------
------------------------------------------
	## FONT SIZES
------------------------------------------
----------------------------------------*/
.title-big {
  font-size: 70px;
  line-height: 120%;
  font-weight: 400; }
  @media only screen and (max-width: 1660px) {
    .title-big {
      font-size: 65px; } }
  @media only screen and (max-width: 1360px) {
    .title-big {
      font-size: 60px; } }
  @media only screen and (max-width: 1200px) {
    .title-big {
      font-size: 50px; } }
  @media only screen and (max-width: 992px) {
    .title-big {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .title-big {
      font-size: 30px; } }
  .title-big strong, .title-big b {
    font-family: inherit;
    font-weight: 700; }

.text-medium {
  font-size: 20px;
  line-height: 200%;
  font-weight: 400; }
  @media only screen and (max-width: 1200px) {
    .text-medium {
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .text-medium {
      font-size: 16px; } }
  .text-medium strong, .text-medium b {
    font-family: inherit;
    font-weight: 700; }

/*----------------------------------------
------------------------------------------
	## GENERAL
------------------------------------------
----------------------------------------*/
ul {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

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

*:focus, *:hover, * {
  outline: none; }

.cf::after, header#site-header::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0; }

.col-xs-12 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.wow {
  visibility: hidden; }

.vcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .valign > [class^="col-"],
  .valign > [class*=" col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.page-header {
  border: none; }

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

.fancybox-slide > * {
  padding: 0; }

.col {
  float: left; }

.svg {
  display: inline-block;
  width: 50px;
  height: 50px; }

.visible-md {
  display: none; }
  @media only screen and (max-width: 992px) {
    .visible-md {
      display: block; } }

@media only screen and (max-width: 992px) {
  .hidden-md {
    display: none; } }

.visible-sm {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-sm {
      display: block !important; } }

@media only screen and (max-width: 767px) {
  .hidden-sm {
    display: none; } }

img.responsive, body.about-us #about img, body.who-we-are #about img {
  max-width: 100%;
  height: auto; }

section {
  position: relative;
  overflow: hidden; }
  section.section {
    font-size: 20px;
    line-height: 2;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      section.section {
        font-size: 14px; } }
    section.section.dark {
      background-color: #f3f3f3; }
    section.section .section-header {
      margin-bottom: 60px; }
      section.section .section-header h2 {
        margin-bottom: 25px;
        font-size: 37px;
        font-weight: 500;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          section.section .section-header h2 {
            margin-bottom: 15px;
            font-size: 24px; } }

a {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  outline: none !important; }

img, svg {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  max-width: 100%; }

button {
  outline: none !important;
  border: none;
  background-color: transparent;
  cursor: pointer; }

textarea, input {
  -webkit-appearance: none; }

textarea {
  resize: vertical; }

form label[for="sendContact"],
form label[for="sendNews"] {
  cursor: pointer; }

h1, h2, h3, h4, p {
  margin: 0; }

body.no-scroll {
  overflow: hidden !important; }

br {
  line-height: inherit; }

.block {
  display: inline-block; }

.rellax {
  display: inline-block; }

.v-section {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; }
  .v-section.flip {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.btn {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase; }
  @media only screen and (max-width: 992px) {
    .btn {
      display: block;
      max-width: 150px;
      padding: 0 20px;
      margin: 0 auto;
      text-align: center;
      border: 1px solid; } }

.slick-slider .slick-arrow-wrapper {
  position: absolute;
  top: 50%;
  width: 100px;
  line-height: 100px;
  text-align: center;
  margin-top: -20px;
  color: #67a8e4;
  font-size: 40px;
  opacity: 1;
  background-color: #fff;
  border-radius: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  @media only screen and (max-width: 992px) {
    .slick-slider .slick-arrow-wrapper {
      width: 50px;
      line-height: 50px;
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .slick-slider .slick-arrow-wrapper {
      display: none !important; } }
  .slick-slider .slick-arrow-wrapper.next {
    right: -50px; }
    @media only screen and (max-width: 992px) {
      .slick-slider .slick-arrow-wrapper.next {
        right: -25px; } }
  .slick-slider .slick-arrow-wrapper.prev {
    left: -50px; }
    @media only screen and (max-width: 992px) {
      .slick-slider .slick-arrow-wrapper.prev {
        left: -25px; } }
  .slick-slider .slick-arrow-wrapper:hover {
    opacity: .8;
    cursor: pointer; }

.slick-slider .slick-dots {
  display: none !important;
  padding: 0;
  margin: 50px 0 0;
  list-style: none;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .slick-slider .slick-dots {
      display: block !important;
      margin: 30px 0 0; } }
  .slick-slider .slick-dots li {
    display: inline-block; }
    .slick-slider .slick-dots li button {
      width: 15px;
      height: 15px;
      text-indent: 15px;
      overflow: hidden;
      border-radius: 100%;
      border: none;
      background-color: rgba(49, 100, 151, 0.3);
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      @media only screen and (max-width: 767px) {
        .slick-slider .slick-dots li button {
          border-radius: 0; } }
    .slick-slider .slick-dots li.slick-active button {
      background-color: #316497; }
    .slick-slider .slick-dots li + li {
      margin-left: 15px; }
      @media only screen and (max-width: 767px) {
        .slick-slider .slick-dots li + li {
          margin-left: 10px; } }

/*----------------------------------------
------------------------------------------
	## SAFARI / IPAD / MOBILE ADJUSTMENTS
------------------------------------------
----------------------------------------*/
body.ipad .row > div,
body.safari .row > div {
  margin-left: -2px;
  margin-right: -2px; }

/*----------------------------------------
------------------------------------------
	## common elements
------------------------------------------
----------------------------------------*/
body.page {
  padding-top: 110px;
  color: #616161; }
  @media only screen and (max-width: 992px) {
    body.page {
      padding-top: 60px; } }
  body.page .page-title {
    color: #e6e6e6;
    font-size: 120px;
    letter-spacing: 15px; }
    @media only screen and (max-width: 992px) {
      body.page .page-title {
        font-size: 80px; } }
    @media only screen and (max-width: 767px) {
      body.page .page-title {
        font-size: 35px;
        letter-spacing: 1px; } }

.owl-carousel .owl-dots {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 85%;
  text-align: center; }
  @media only screen and (max-width: 992px) {
    .owl-carousel .owl-dots {
      display: block; } }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.75); }

.owl-carousel .owl-nav {
  position: absolute;
  bottom: -2px;
  left: 15%;
  margin-left: -1px; }
  @media only screen and (max-width: 992px) {
    .owl-carousel .owl-nav {
      display: none; } }
  .owl-carousel .owl-nav > button {
    width: 90px;
    height: 90px;
    color: #111;
    font-size: 28px;
    line-height: 100px;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; }
    .owl-carousel .owl-nav > button:hover {
      opacity: .6; }
    .owl-carousel .owl-nav > button + button {
      border-left: 1px solid #111; }

video {
  width: 100%;
  height: auto; }

/*----------------------------------------
------------------------------------------
	## MAIN MENU
------------------------------------------
----------------------------------------*/
header#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  @media only screen and (max-width: 1200px) {
    header#site-header {
      padding-bottom: 20px; } }
  header#site-header #main-nav .site-brand {
    position: absolute;
    left: 0;
    margin-left: -2px;
    padding: 25px 100px 0 15%;
    background-color: #fff;
    z-index: 10;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    @media only screen and (max-width: 1200px) {
      header#site-header #main-nav .site-brand {
        position: relative;
        float: left;
        padding: 25px 0 0 5%; } }
    @media only screen and (max-width: 992px) {
      header#site-header #main-nav .site-brand {
        margin-left: 0; } }
    @media only screen and (max-width: 330px) {
      header#site-header #main-nav .site-brand {
        max-width: 230px;
        padding: 25px; } }
    header#site-header #main-nav .site-brand img {
      display: block; }
  header#site-header #main-nav .site-menu-toggle {
    display: none;
    position: fixed;
    top: 5px;
    right: 75px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    z-index: 10;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    header#site-header #main-nav .site-menu-toggle:hover, header#site-header #main-nav .site-menu-toggle:active, header#site-header #main-nav .site-menu-toggle:focus {
      outline: none; }
    @media only screen and (max-width: 992px) {
      header#site-header #main-nav .site-menu-toggle {
        display: block; } }
    @media only screen and (max-width: 420px) {
      header#site-header #main-nav .site-menu-toggle {
        right: 45px; } }
    header#site-header #main-nav .site-menu-toggle span.menu-bar {
      display: block;
      position: absolute;
      top: 28px; }
      header#site-header #main-nav .site-menu-toggle span.menu-bar:before, header#site-header #main-nav .site-menu-toggle span.menu-bar:after {
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
      header#site-header #main-nav .site-menu-toggle span.menu-bar:before {
        content: '';
        display: block;
        margin-bottom: 5px;
        width: 30px;
        height: 5px;
        background-color: #316497;
        border-radius: 5px; }
      header#site-header #main-nav .site-menu-toggle span.menu-bar:after {
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        background-color: #316497;
        border-radius: 5px; }
    header#site-header #main-nav .site-menu-toggle.active span.menu-bar:before {
      background-color: #316497;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: 4px; }
    header#site-header #main-nav .site-menu-toggle.active span.menu-bar:after {
      background-color: #316497;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-top: -10px; }
  header#site-header #main-nav #main-menu {
    margin: 30px 0 30px 0;
    float: right;
    -webkit-transition: all 800ms ease;
    transition: all 800ms ease; }
    @media only screen and (max-width: 992px) {
      header#site-header #main-nav #main-menu.active {
        right: 0; } }
    @media only screen and (max-width: 992px) {
      header#site-header #main-nav #main-menu {
        position: fixed;
        right: 100%;
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 150px 15px;
        background-color: rgba(255, 255, 255, 0.9); } }
    @media only screen and (max-width: 767px) {
      header#site-header #main-nav #main-menu {
        padding: 100px 15px; } }
    @media only screen and (max-width: 992px) {
      header#site-header #main-nav #main-menu .v-align {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    header#site-header #main-nav #main-menu li {
      display: inline-block;
      z-index: 9; }
      @media only screen and (max-width: 992px) {
        header#site-header #main-nav #main-menu li {
          display: block;
          text-align: center;
          margin: 0 !important; } }
      header#site-header #main-nav #main-menu li.submenu {
        position: relative; }
        header#site-header #main-nav #main-menu li.submenu a:hover {
          border-color: transparent; }
        header#site-header #main-nav #main-menu li.submenu .submenu-list {
          height: 0;
          position: absolute;
          top: 20px;
          left: 0;
          padding-top: 20px;
          width: 270px;
          overflow: hidden;
          border-left: 1px solid #fff;
          z-index: -1;
          opacity: 0;
          -webkit-transition: all 300ms ease;
          transition: all 300ms ease;
          background-color: #fff; }
          @media only screen and (max-width: 992px) {
            header#site-header #main-nav #main-menu li.submenu .submenu-list {
              width: 100%;
              position: relative;
              z-index: 1; } }
          @media only screen and (max-width: 767px) {
            header#site-header #main-nav #main-menu li.submenu .submenu-list {
              left: 0;
              border-left: none; } }
          header#site-header #main-nav #main-menu li.submenu .submenu-list a {
            -webkit-font-kerning: none;
                    font-kerning: none;
            display: inline-block;
            padding: 10px 25px;
            font-size: 12px;
            font-weight: 600;
            border: none;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease; }
            @media only screen and (max-width: 992px) {
              header#site-header #main-nav #main-menu li.submenu .submenu-list a {
                margin-bottom: 0; } }
            @media only screen and (max-width: 767px) {
              header#site-header #main-nav #main-menu li.submenu .submenu-list a {
                padding: 8px;
                font-size: 15px; } }
            header#site-header #main-nav #main-menu li.submenu .submenu-list a:hover {
              margin-left: 5px; }
              @media only screen and (max-width: 992px) {
                header#site-header #main-nav #main-menu li.submenu .submenu-list a:hover {
                  background-color: transparent; } }
          header#site-header #main-nav #main-menu li.submenu .submenu-list span {
            display: inline-block;
            padding: 10px 25px;
            font-size: 12px;
            font-weight: 600;
            border: none;
            text-transform: uppercase;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease; }
          header#site-header #main-nav #main-menu li.submenu .submenu-list .subitem {
            padding-left: 40px; }
            @media only screen and (max-width: 992px) {
              header#site-header #main-nav #main-menu li.submenu .submenu-list .subitem {
                padding-left: 0; } }
          header#site-header #main-nav #main-menu li.submenu .submenu-list .active-sub {
            display: none; }
            header#site-header #main-nav #main-menu li.submenu .submenu-list .active-sub:hover {
              display: block; }
        header#site-header #main-nav #main-menu li.submenu:hover .submenu-list {
          padding-bottom: 20px;
          height: auto;
          opacity: 1; }
          @media only screen and (max-width: 992px) {
            header#site-header #main-nav #main-menu li.submenu:hover .submenu-list {
              position: relative;
              padding: 10px 0; } }
          @media only screen and (max-width: 767px) {
            header#site-header #main-nav #main-menu li.submenu:hover .submenu-list {
              width: 120%;
              margin-left: -10%; } }
      header#site-header #main-nav #main-menu li:last-child {
        position: relative;
        z-index: 20; }
      header#site-header #main-nav #main-menu li a {
        padding: 10px;
        color: #316497;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        border: 1px solid;
        border-color: rgba(255, 255, 255, 0);
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
        @media only screen and (min-width: 1360px) {
          header#site-header #main-nav #main-menu li a {
            font-size: 16px; } }
        @media only screen and (max-width: 992px) {
          header#site-header #main-nav #main-menu li a {
            display: inline-block;
            margin-bottom: 20px;
            padding: 20px 30px;
            color: #316497;
            font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          header#site-header #main-nav #main-menu li a {
            padding: 15px 30px;
            font-size: 20px; } }
        header#site-header #main-nav #main-menu li a:hover {
          border-color: white; }
      header#site-header #main-nav #main-menu li.active a {
        border-color: #fff; }
        @media only screen and (max-width: 992px) {
          header#site-header #main-nav #main-menu li.active a {
            color: #111;
            border-color: #111; } }
      header#site-header #main-nav #main-menu li + li {
        margin-left: 10px; }
  header#site-header.fixed {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
    header#site-header.fixed #main-nav .site-brand {
      padding-left: 20%;
      padding-top: 33px;
      padding-bottom: 32px; }
      @media only screen and (max-width: 1660px) {
        header#site-header.fixed #main-nav .site-brand {
          padding-left: 5%; } }
      @media only screen and (max-width: 767px) {
        header#site-header.fixed #main-nav .site-brand {
          padding-top: 15px;
          padding-bottom: 15px; } }
    @media only screen and (max-width: 992px) {
      header#site-header.fixed #main-nav .site-menu-toggle {
        top: 20px; } }
    @media only screen and (max-width: 767px) {
      header#site-header.fixed #main-nav .site-menu-toggle {
        top: -5px; } }
    header#site-header.fixed #main-nav .site-menu-toggle span.menu-bar:before, header#site-header.fixed #main-nav .site-menu-toggle span.menu-bar:after {
      background-color: #316497; }
    header#site-header.fixed #main-nav #main-menu {
      margin: 46px 0; }
      @media only screen and (max-width: 992px) {
        header#site-header.fixed #main-nav #main-menu {
          margin: 0; } }
      @media only screen and (max-width: 992px) {
        header#site-header.fixed #main-nav #main-menu li.active a {
          border-color: #111; } }
      header#site-header.fixed #main-nav #main-menu li a {
        color: #316497; }
        header#site-header.fixed #main-nav #main-menu li a:hover {
          border-bottom: 1px solid #316497; }
          @media only screen and (max-width: 992px) {
            header#site-header.fixed #main-nav #main-menu li a:hover {
              border: 1px solid #316497; } }
      header#site-header.fixed #main-nav #main-menu li.submenu:hover a {
        border-bottom: 1px solid #316497; }
      header#site-header.fixed #main-nav #main-menu li.submenu .submenu-list {
        padding-top: 25px;
        background-color: #fff;
        z-index: -1; }
        @media only screen and (max-width: 992px) {
          header#site-header.fixed #main-nav #main-menu li.submenu .submenu-list {
            padding-top: 0; } }
        header#site-header.fixed #main-nav #main-menu li.submenu .submenu-list a {
          padding: 8 15px;
          border-bottom: none;
          display: 700px; }
        @media only screen and (max-width: 992px) {
          header#site-header.fixed #main-nav #main-menu li.submenu .submenu-list {
            background-color: transparent;
            z-index: 1; } }
        header#site-header.fixed #main-nav #main-menu li.submenu .submenu-list .sublist a {
          color: #316497; }
          header#site-header.fixed #main-nav #main-menu li.submenu .submenu-list .sublist a:hover {
            margin-left: 5px; }

/*----------------------------------------
------------------------------------------
	## INTERNAL TOP MENU
------------------------------------------
----------------------------------------*/
/*----------------------------------------
------------------------------------------
	## FOOTER
------------------------------------------
----------------------------------------*/
#site-footer {
  padding-top: 95px;
  text-align: center;
  background-color: #363636;
  background-image: url("../img/footer-bg.jpg");
  background-repeat: no-repeat; }
  #site-footer .footer-logo {
    display: inline-block;
    margin-top: -5px;
    margin-right: 25px;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      #site-footer .footer-logo {
        max-width: 150px;
        margin: 0; } }
  #site-footer .footer-nav {
    padding-top: 30px; }
    @media only screen and (max-width: 992px) {
      #site-footer .footer-nav {
        display: none; } }
    #site-footer .footer-nav li {
      display: inline-block; }
      #site-footer .footer-nav li a {
        color: #316497;
        font-size: 12px;
        text-transform: uppercase;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
        #site-footer .footer-nav li a:hover {
          color: #fff; }
      #site-footer .footer-nav li + li {
        margin-left: 20px; }
    #site-footer .footer-nav.nav-social {
      display: inline-block;
      margin-bottom: 40px;
      line-height: 50px; }
      @media only screen and (max-width: 992px) {
        #site-footer .footer-nav.nav-social {
          display: block;
          margin-top: 40px; } }
      #site-footer .footer-nav.nav-social li a {
        font-size: 25px;
        color: #fff;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
        #site-footer .footer-nav.nav-social li a:hover {
          color: #316497; }
          #site-footer .footer-nav.nav-social li a:hover i {
            background-color: #fff; }
        #site-footer .footer-nav.nav-social li a i {
          width: 45px;
          line-height: 41px;
          border: 2px solid #fff;
          border-radius: 60px; }
          @media only screen and (max-width: 992px) {
            #site-footer .footer-nav.nav-social li a i {
              border-radius: 0;
              border-width: 1px; } }
      #site-footer .footer-nav.nav-social li + li {
        margin-left: 10px; }
  #site-footer .copyrights {
    margin-top: 40px;
    padding: 20px 0;
    color: #545454;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #232323; }

/*----------------------------------------
------------------------------------------
	## HOME
------------------------------------------
----------------------------------------*/
body.home {
  color: #8f8f8f;
  overflow-x: hidden; }
  body.home section#hero .hero-carousel {
    float: left;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      body.home section#hero .hero-carousel {
        float: right; } }
    body.home section#hero .hero-carousel .hero-carousel-item {
      background-repeat: no-repeat; }
      body.home section#hero .hero-carousel .hero-carousel-item .hero-carousel-img {
        margin-top: 80px;
        padding-top: 140px;
        padding-right: 70px;
        height: 100vh;
        background-size: cover;
        background-position: center;
        text-align: right; }
        @media only screen and (max-width: 992px) {
          body.home section#hero .hero-carousel .hero-carousel-item .hero-carousel-img {
            padding-right: 50px; } }
        @media only screen and (max-width: 767px) {
          body.home section#hero .hero-carousel .hero-carousel-item .hero-carousel-img {
            height: 85vh;
            padding-right: 20px; } }
      body.home section#hero .hero-carousel .hero-carousel-item .legend {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #fff;
        background-color: #316497;
        padding: 15px;
        text-align: center;
        display: inline-block;
        z-index: 2;
        font-size: 12px; }
      body.home section#hero .hero-carousel .hero-carousel-item h1 {
        color: #111;
        font-size: 187px;
        line-height: .77;
        text-transform: uppercase;
        opacity: 0.5; }
        @media only screen and (max-width: 1200px) {
          body.home section#hero .hero-carousel .hero-carousel-item h1 {
            font-size: 120px; } }
        @media only screen and (max-width: 992px) {
          body.home section#hero .hero-carousel .hero-carousel-item h1 {
            font-size: 100px; } }
        @media only screen and (max-width: 767px) {
          body.home section#hero .hero-carousel .hero-carousel-item h1 {
            display: none; } }
        body.home section#hero .hero-carousel .hero-carousel-item h1 span {
          display: block; }
    body.home section#hero .hero-carousel .owl-dots {
      display: block;
      position: absolute;
      bottom: 10px;
      right: 0;
      width: 95%;
      text-align: center; }
      @media only screen and (max-width: 992px) {
        body.home section#hero .hero-carousel .owl-dots {
          display: block; } }
      body.home section#hero .hero-carousel .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.75); }
        body.home section#hero .hero-carousel .owl-dots .owl-dot:hover {
          background-color: #316497;
          -webkit-transition: all 0.2s ease !important;
          transition: all 0.2s ease !important; }
    body.home section#hero .hero-carousel button.owl-dot.active {
      background-color: #316497; }
    body.home section#hero .hero-carousel .owl-nav {
      display: none;
      position: absolute;
      bottom: 48px;
      left: 0;
      margin-left: -1px; }
      @media only screen and (max-width: 992px) {
        body.home section#hero .hero-carousel .owl-nav {
          display: none; } }
      body.home section#hero .hero-carousel .owl-nav > button {
        width: 90px;
        height: 90px;
        color: #111;
        font-size: 28px;
        line-height: 100px;
        background-color: #fff;
        opacity: 1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
        body.home section#hero .hero-carousel .owl-nav > button:hover {
          opacity: .6; }
        body.home section#hero .hero-carousel .owl-nav > button + button {
          border-left: 1px solid #111; }
  body.home .floating-text {
    position: absolute;
    background-color: #fff;
    width: 60%;
    height: 100px;
    margin-top: -50px;
    z-index: 2; }
    @media only screen and (max-width: 992px) {
      body.home .floating-text {
        width: 100%; } }
    @media only screen and (max-width: 575px) {
      body.home .floating-text {
        position: relative;
        height: 110px; } }
    @media only screen and (max-width: 420px) {
      body.home .floating-text {
        height: 150px; } }
    @media only screen and (max-width: 330px) {
      body.home .floating-text {
        height: 160px; } }
    body.home .floating-text .box-text-floating {
      position: absolute;
      text-align: right;
      display: block;
      width: 100%; }
      @media only screen and (max-width: 992px) {
        body.home .floating-text .box-text-floating {
          text-align: center; } }
      body.home .floating-text .box-text-floating .div-left {
        width: 20%; }
      body.home .floating-text .box-text-floating .div-right {
        float: right;
        padding-right: 20px;
        padding-left: 20px;
        display: block;
        width: 80%; }
        @media only screen and (max-width: 992px) {
          body.home .floating-text .box-text-floating .div-right {
            width: 100%; } }
  body.home section#texts {
    padding: 50px 0;
    text-align: center; }
  body.home section#about {
    padding-top: 180px; }
    @media only screen and (max-width: 992px) {
      body.home section#about {
        padding-top: 80px; } }
    @media only screen and (max-width: 767px) {
      body.home section#about {
        padding-top: 40px; } }
    body.home section#about .about-img .v-section {
      position: absolute;
      right: 90px;
      top: 40px; }
      @media only screen and (max-width: 1200px) {
        body.home section#about .about-img .v-section {
          right: 70px; } }
      @media only screen and (max-width: 992px) {
        body.home section#about .about-img .v-section {
          left: 500px;
          right: auto; } }
      @media only screen and (max-width: 767px) {
        body.home section#about .about-img .v-section {
          top: 0;
          right: 60px; } }
      @media only screen and (max-width: 575px) {
        body.home section#about .about-img .v-section {
          right: 50px; } }
      @media only screen and (max-width: 330px) {
        body.home section#about .about-img .v-section {
          right: 35px; } }
      body.home section#about .about-img .v-section h2 {
        position: relative;
        text-transform: uppercase;
        font-size: 40px;
        z-index: 8; }
        @media only screen and (max-width: 330px) {
          body.home section#about .about-img .v-section h2 {
            font-size: 30px; } }
      body.home section#about .about-img .v-section img {
        display: block; }
    body.home section#about .about-text {
      font-size: 20px;
      line-height: 40px;
      padding-left: 80px; }
      @media only screen and (max-width: 1200px) {
        body.home section#about .about-text {
          padding-left: 0;
          font-size: 18px;
          line-height: 32px; } }
      @media only screen and (max-width: 767px) {
        body.home section#about .about-text {
          font-size: 15px;
          line-height: 2.3;
          margin-bottom: 40px; } }
      @media only screen and (max-width: 575px) {
        body.home section#about .about-text {
          font-size: 14px; } }
      @media only screen and (max-width: 330px) {
        body.home section#about .about-text {
          font-size: 13px; } }
      body.home section#about .about-text h1 {
        margin-bottom: 50px;
        width: 500%;
        font-size: 130px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 20px;
        text-transform: uppercase;
        opacity: .08; }
        @media only screen and (max-width: 1660px) {
          body.home section#about .about-text h1 {
            font-size: 80px; } }
        @media only screen and (max-width: 1200px) {
          body.home section#about .about-text h1 {
            margin-bottom: 15px; } }
        @media only screen and (max-width: 992px) {
          body.home section#about .about-text h1 {
            margin-top: -140px;
            margin-bottom: 50px; } }
        @media only screen and (max-width: 767px) {
          body.home section#about .about-text h1 {
            margin-top: -80px;
            margin-bottom: 15px;
            font-size: 62px; } }
      body.home section#about .about-text .subtitle {
        text-transform: uppercase; }
      body.home section#about .about-text .btn {
        margin-top: 30px; }
        @media only screen and (max-width: 767px) {
          body.home section#about .about-text .btn {
            max-width: 150px;
            margin: 20px auto; } }
        body.home section#about .about-text .btn:hover:before {
          width: 112px;
          opacity: 1; }
        body.home section#about .about-text .btn:before {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          background-color: #316497;
          opacity: 0;
          -webkit-transition: all 500ms ease;
          transition: all 500ms ease; }
      body.home section#about .about-text:after {
        content: '';
        display: block;
        margin: 50px 0 0 280px;
        height: 190px;
        width: 2px;
        background-color: #8f8f8f; }
        @media only screen and (max-width: 992px) {
          body.home section#about .about-text:after {
            display: none; } }
  body.home section#portfolio {
    padding-bottom: 100px;
    background-image: url("../img/portfolio-bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom right; }
    @media only screen and (max-width: 992px) {
      body.home section#portfolio {
        background-size: 60%; } }
    @media only screen and (max-width: 767px) {
      body.home section#portfolio {
        padding-bottom: 20px;
        background-image: none; } }
    body.home section#portfolio .container {
      position: relative; }
      @media only screen and (max-width: 1200px) {
        body.home section#portfolio .container {
          max-width: 80%; } }
      @media only screen and (max-width: 767px) {
        body.home section#portfolio .container {
          max-width: 100%;
          padding: 0;
          margin-right: 0; } }
    body.home section#portfolio h1 {
      width: 500%;
      margin: 30px 0 -50px -50px;
      font-size: 250px;
      line-height: 1;
      letter-spacing: 40px;
      font-weight: 800;
      text-transform: uppercase;
      opacity: .08; }
      @media only screen and (max-width: 1200px) {
        body.home section#portfolio h1 {
          font-size: 130px;
          margin: 0 0 -70px 0; } }
      @media only screen and (max-width: 992px) {
        body.home section#portfolio h1 {
          font-size: 100px;
          font-size: 150px; } }
      @media only screen and (max-width: 767px) {
        body.home section#portfolio h1 {
          margin-top: 0;
          margin-bottom: 20px;
          font-size: 55px;
          letter-spacing: 1px; } }
    @media only screen and (max-width: 992px) {
      body.home section#portfolio .portfolio-carousel .portfolio-item {
        text-align: center; } }
    body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-text {
      float: left;
      width: 10%;
      padding-bottom: 60%; }
      @media only screen and (max-width: 1360px) {
        body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-text {
          padding-bottom: 50%; } }
      @media only screen and (max-width: 1200px) {
        body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-text {
          width: 15%; } }
      @media only screen and (max-width: 992px) {
        body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-text {
          padding-bottom: 75%; } }
      body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-text .v-section {
        position: absolute;
        left: 0;
        bottom: 100px;
        color: #8f8f8f;
        font-size: 42px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase; }
        @media only screen and (max-width: 1360px) {
          body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-text .v-section {
            font-size: 35px; } }
        @media only screen and (max-width: 767px) {
          body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-text .v-section {
            bottom: 60px;
            font-size: 15px;
            left: 15px; } }
        @media only screen and (max-width: 330px) {
          body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-text .v-section {
            left: 8px; } }
    body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-img {
      float: left;
      width: 90%;
      padding-bottom: 60%;
      background-position: center;
      background-size: cover; }
      @media only screen and (max-width: 1360px) {
        body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-img {
          padding-bottom: 50%; } }
      @media only screen and (max-width: 1200px) {
        body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-img {
          padding-bottom: 60%;
          width: 85%; } }
      @media only screen and (max-width: 992px) {
        body.home section#portfolio .portfolio-carousel .portfolio-item .portfolio-item-img {
          padding-bottom: 75%; } }
    body.home section#portfolio .portfolio-carousel .owl-nav {
      position: absolute;
      bottom: 62px;
      left: 10%;
      margin-left: -1px;
      margin-bottom: -1px; }
      @media only screen and (max-width: 1200px) {
        body.home section#portfolio .portfolio-carousel .owl-nav {
          left: 15%; } }
      @media only screen and (max-width: 992px) {
        body.home section#portfolio .portfolio-carousel .owl-nav {
          display: none; } }
      body.home section#portfolio .portfolio-carousel .owl-nav > button {
        display: block;
        width: 90px;
        height: 90px;
        color: #111;
        font-size: 28px;
        line-height: 100px;
        background-color: #fff;
        opacity: 1;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
        body.home section#portfolio .portfolio-carousel .owl-nav > button:hover {
          opacity: .75; }
    body.home section#portfolio .portfolio-carousel .owl-dots {
      display: none;
      position: absolute;
      bottom: 60px;
      right: 0;
      width: 85%;
      text-align: center; }
      @media only screen and (max-width: 992px) {
        body.home section#portfolio .portfolio-carousel .owl-dots {
          display: block; } }
      body.home section#portfolio .portfolio-carousel .owl-dots .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.75); }
    body.home section#portfolio .btn {
      margin-top: 25px;
      margin-left: 17%;
      font-size: 17px;
      letter-spacing: 3px; }
      @media only screen and (max-width: 992px) {
        body.home section#portfolio .btn {
          display: inline-block;
          margin: 40px auto 0;
          padding: 10px 20px;
          max-width: 160px;
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        body.home section#portfolio .btn {
          padding: 0 30px;
          margin-top: 20px; } }
      body.home section#portfolio .btn:after {
        content: '';
        display: inline-block;
        width: 65px;
        margin-left: 15px;
        margin-bottom: 6px;
        border-bottom: 1px solid #316497;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease; }
        @media only screen and (max-width: 992px) {
          body.home section#portfolio .btn:after {
            display: none; } }
      body.home section#portfolio .btn:hover:after {
        margin-left: 5px; }

/*----------------------------------------
------------------------------------------
	## About Us
------------------------------------------
----------------------------------------*/
body.about-us {
  padding-top: 260px;
  background-image: url("../img/about/bg.jpg");
  background-position: left 120px;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 992px) {
    body.about-us {
      padding-top: 180px;
      background-image: none; } }
  @media only screen and (max-width: 767px) {
    body.about-us {
      padding-top: 80px; } }
  body.about-us .bio {
    display: none;
    padding: 80px;
    max-width: 90%; }
    @media only screen and (max-width: 767px) {
      body.about-us .bio {
        max-width: 100%;
        padding: 20px; } }
    body.about-us .bio h2 {
      margin-bottom: 30px;
      text-transform: none; }
      @media only screen and (max-width: 767px) {
        body.about-us .bio h2 {
          font-size: 18px;
          margin-bottom: 15px; } }
    body.about-us .bio p {
      line-height: 2;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        body.about-us .bio p {
          font-size: 14px;
          line-height: 1.5;
          margin-bottom: 10px; } }
  body.about-us .page-header .page-title {
    position: relative;
    margin: 0 150px -40px auto;
    font-size: 220px;
    z-index: 9; }
    @media only screen and (max-width: 992px) {
      body.about-us .page-header .page-title {
        font-size: 120px;
        margin: 0 0 50px 0; } }
    @media only screen and (max-width: 767px) {
      body.about-us .page-header .page-title {
        margin: 30px auto;
        font-size: 50px;
        letter-spacing: 2px; } }
    body.about-us .page-header .page-title span {
      display: block; }
      @media only screen and (max-width: 992px) {
        body.about-us .page-header .page-title span {
          display: inline; } }
  body.about-us #about {
    overflow: visible; }
    body.about-us #about .container.dark {
      padding: 100px 1% 100px 4%;
      background-color: #f3f3f3; }
      @media only screen and (max-width: 767px) {
        body.about-us #about .container.dark {
          padding: 50px 15px 50px 15px; } }
    body.about-us #about .section-header {
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        body.about-us #about .section-header h2 {
          font-size: 24px; } }
    body.about-us #about .img-01 {
      max-width: 65%;
      float: right;
      margin-top: -300px;
      margin-right: -190px;
      padding-bottom: 20px;
      padding-left: 50px; }
      @media only screen and (max-width: 992px) {
        body.about-us #about .img-01 {
          max-width: auto;
          float: none;
          margin: 25px auto;
          padding: 0; } }
    body.about-us #about .img-02 {
      margin-top: -70px; }
      @media only screen and (max-width: 767px) {
        body.about-us #about .img-02 {
          margin-top: -30px; } }
    body.about-us #about .we-are {
      padding-right: 190px; }
      @media only screen and (max-width: 992px) {
        body.about-us #about .we-are {
          padding: 0; } }
    body.about-us #about .vision {
      padding-top: 15%;
      padding-bottom: 160px; }
      @media only screen and (max-width: 1360px) {
        body.about-us #about .vision {
          margin-top: -135px; } }
      @media only screen and (max-width: 992px) {
        body.about-us #about .vision {
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        body.about-us #about .vision {
          padding-bottom: 40px; } }
      body.about-us #about .vision .section-header h2 {
        margin-bottom: 20px;
        font-size: 45px;
        line-height: 1;
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          body.about-us #about .vision .section-header h2 {
            font-size: 24px; } }
        body.about-us #about .vision .section-header h2:after {
          content: '';
          display: block;
          margin-top: 20px;
          width: 40px;
          height: 1px;
          background-color: #316497; }
  body.about-us #team {
    padding-bottom: 100px;
    overflow: visible; }
    @media only screen and (max-width: 767px) {
      body.about-us #team {
        padding-bottom: 0; } }
    body.about-us #team h2 {
      position: relative;
      margin-top: -30px;
      margin-bottom: 70px;
      font-size: 50px;
      color: #316497;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        body.about-us #team h2 {
          margin-top: -15px;
          font-size: 24px; } }
    body.about-us #team .leader {
      margin-bottom: 45px; }
      body.about-us #team .leader h1 {
        margin-bottom: 5px;
        font-size: 22px;
        font-weight: 600;
        line-height: 1;
        text-transform: none; }
        @media only screen and (max-width: 767px) {
          body.about-us #team .leader h1 {
            font-size: 14px; } }
      body.about-us #team .leader h3 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 400;
        text-transform: none; }
        @media only screen and (max-width: 767px) {
          body.about-us #team .leader h3 {
            font-size: 14px; } }
      body.about-us #team .leader a {
        display: inline-block; }
      body.about-us #team .leader.featured {
        width: 50%;
        float: left;
        text-align: center; }
        @media only screen and (max-width: 992px) {
          body.about-us #team .leader.featured {
            margin-top: -70px;
            margin-bottom: 100px; } }
        @media only screen and (max-width: 767px) {
          body.about-us #team .leader.featured {
            margin-top: 0;
            margin-bottom: 0; } }
        body.about-us #team .leader.featured img {
          max-width: 85%;
          margin: -60px auto 20px; }
          @media only screen and (max-width: 992px) {
            body.about-us #team .leader.featured img {
              margin: 0 auto 25px; } }
        body.about-us #team .leader.featured h1 {
          margin-bottom: 20px; }

/*----------------------------------------
------------------------------------------
	## Portfolio
------------------------------------------
----------------------------------------*/
body.portfolio .case-gallery {
  display: none;
  margin: 30px auto;
  padding: 60px;
  width: 93%;
  max-width: 1300px;
  overflow: visible; }
  @media only screen and (max-width: 992px) {
    body.portfolio .case-gallery {
      margin: 0 auto;
      padding: 30px;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    body.portfolio .case-gallery {
      padding: 15px; } }
  body.portfolio .case-gallery h1 {
    padding-top: 20px;
    padding-bottom: 60px;
    color: #316497;
    font-size: 52px; }
    @media only screen and (max-width: 992px) {
      body.portfolio .case-gallery h1 {
        font-size: 32px; } }
    @media only screen and (max-width: 767px) {
      body.portfolio .case-gallery h1 {
        padding: 10px 0 20px;
        font-size: 24px; } }
  body.portfolio .case-gallery h2 {
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 300;
    text-transform: none; }
    @media only screen and (max-width: 767px) {
      body.portfolio .case-gallery h2 {
        font-size: 15px; } }
  body.portfolio .case-gallery h3 {
    margin-bottom: 30px;
    color: #8f8f8f;
    font-size: 24px;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      body.portfolio .case-gallery h3 {
        font-size: 13px; } }
  body.portfolio .case-gallery .fancybox-close-small {
    top: -5px;
    right: -5px;
    background-color: #316497; }
    @media only screen and (max-width: 992px) {
      body.portfolio .case-gallery .fancybox-close-small {
        top: 0;
        right: 0; } }
    @media only screen and (max-width: 767px) {
      body.portfolio .case-gallery .fancybox-close-small {
        width: 30px;
        height: 30px; } }
    body.portfolio .case-gallery .fancybox-close-small:after {
      content: 'X';
      color: #fff;
      font-size: 20px;
      font-weight: 800;
      background-color: transparent; }
      @media only screen and (max-width: 767px) {
        body.portfolio .case-gallery .fancybox-close-small:after {
          top: 0;
          right: 0;
          font-size: 16px; } }
  body.portfolio .case-gallery .slick-slider.sync1 {
    margin-bottom: 15px; }
    body.portfolio .case-gallery .slick-slider.sync1 .item img {
      display: inline-block;
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 767px) {
    body.portfolio .case-gallery .slick-slider.sync2 {
      display: none; } }
  body.portfolio .case-gallery .slick-slider.sync2 .item + .item {
    border: 5px solid transparent;
    margin-right: 5px; }
    body.portfolio .case-gallery .slick-slider.sync2 .item + .item img {
      max-width: 100%;
      max-height: 250px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
  body.portfolio .case-gallery .slick-slider.sync2 .item.slick-current {
    border-color: #316497; }
    body.portfolio .case-gallery .slick-slider.sync2 .item.slick-current img {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

body.portfolio.retail .page-header {
  padding-bottom: 450px;
  background-image: url("../img/retail/bg.jpg");
  background-position: bottom right;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 992px) {
    body.portfolio.retail .page-header {
      padding-bottom: 0;
      background-image: none; } }
  body.portfolio.retail .page-header .page-title {
    margin-top: 140px;
    margin-bottom: 50px;
    max-width: 100%; }
    @media only screen and (max-width: 992px) {
      body.portfolio.retail .page-header .page-title {
        max-width: 80%;
        margin: 100px auto 40px; } }
    @media only screen and (max-width: 767px) {
      body.portfolio.retail .page-header .page-title {
        margin: 30px auto; } }
  body.portfolio.retail .page-header h2 {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      body.portfolio.retail .page-header h2 {
        margin-bottom: 30px;
        font-size: 13px; } }
    body.portfolio.retail .page-header h2.subtitle {
      padding-left: 75px;
      color: #316497;
      font-size: 32px;
      line-height: 2; }
  body.portfolio.retail .page-header p {
    padding-left: 75px;
    font-size: 32px;
    line-height: 2; }

body.portfolio.retail #retail-cases {
  overflow: visible;
  padding-top: 50px; }
  body.portfolio.retail #retail-cases .col-sm-4 {
    margin-bottom: 80px; }
  body.portfolio.retail #retail-cases .col-md-6 {
    margin-bottom: 80px; }
  body.portfolio.retail #retail-cases .col-sm-6 {
    margin-bottom: 80px; }
  body.portfolio.retail #retail-cases .col-lg-4 {
    margin-bottom: 80px; }
  body.portfolio.retail #retail-cases hr {
    border: 1px solid #e1e1e1;
    margin-bottom: 50px;
    display: none; }
  body.portfolio.retail #retail-cases .img-cover {
    text-align: center;
    min-height: 80px; }
  body.portfolio.retail #retail-cases .text {
    position: relative;
    width: 60%;
    margin: 0 80px; }
    @media only screen and (max-width: 992px) {
      body.portfolio.retail #retail-cases .text {
        width: 90%;
        margin: 0;
        text-align: center; } }
    body.portfolio.retail #retail-cases .text .op1 {
      width: 38%;
      display: inline-block;
      font-size: 20px;
      text-align: center; }
      body.portfolio.retail #retail-cases .text .op1 p {
        font-weight: bold;
        color: #00649a;
        font-size: 30px;
        text-align: center;
        margin-bottom: -30px; }
      body.portfolio.retail #retail-cases .text .op1 span {
        font-weight: bold;
        color: #00649a; }
    body.portfolio.retail #retail-cases .text .op2 {
      width: 60%;
      display: inline-block;
      font-size: 20px;
      text-align: center;
      float: right; }
      @media only screen and (max-width: 992px) {
        body.portfolio.retail #retail-cases .text .op2 {
          width: auto;
          float: none; } }
      body.portfolio.retail #retail-cases .text .op2 p {
        font-weight: bold;
        color: #00649a;
        font-size: 30px;
        margin-bottom: -30px; }
        body.portfolio.retail #retail-cases .text .op2 p img {
          width: 20px; }
      body.portfolio.retail #retail-cases .text .op2 span {
        font-weight: bold;
        color: #00649a; }
  body.portfolio.retail #retail-cases h2 {
    margin-top: -350px;
    margin-left: 50px;
    margin-bottom: 180px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: none; }
  body.portfolio.retail #retail-cases .page-title {
    margin-top: 50px;
    margin-bottom: 80px;
    font-size: 200px; }
    @media only screen and (max-width: 1660px) {
      body.portfolio.retail #retail-cases .page-title {
        font-size: 120px; } }
    @media only screen and (max-width: 1200px) {
      body.portfolio.retail #retail-cases .page-title {
        font-size: 80px; } }
    @media only screen and (max-width: 992px) {
      body.portfolio.retail #retail-cases .page-title {
        font-size: 40px; } }
    @media only screen and (max-width: 767px) {
      body.portfolio.retail #retail-cases .page-title {
        margin-bottom: 40px; } }
  body.portfolio.retail #retail-cases .retail-case {
    position: relative;
    margin-bottom: 30px; }
    body.portfolio.retail #retail-cases .retail-case.tsc {
      margin-top: -450px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 992px) {
        body.portfolio.retail #retail-cases .retail-case.tsc {
          margin-top: 30px; } }
    body.portfolio.retail #retail-cases .retail-case:hover .case-cover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    body.portfolio.retail #retail-cases .retail-case a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 99;
      cursor: pointer; }
    body.portfolio.retail #retail-cases .retail-case .case-cover {
      position: relative;
      padding-bottom: 100%;
      background-color: #111;
      overflow: hidden; }
      body.portfolio.retail #retail-cases .retail-case .case-cover img {
        position: absolute;
        width: 100%;
        height: auto;
        opacity: .2;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease; }
    body.portfolio.retail #retail-cases .retail-case .case-cover-text {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      color: #fff;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        body.portfolio.retail #retail-cases .retail-case .case-cover-text .case-logo {
          margin-bottom: -30px;
          -webkit-transform: scale(0.5);
                  transform: scale(0.5); } }
      body.portfolio.retail #retail-cases .retail-case .case-cover-text h1 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 35px;
        text-transform: none; }
        @media only screen and (max-width: 767px) {
          body.portfolio.retail #retail-cases .retail-case .case-cover-text h1 {
            font-size: 24px; } }
      body.portfolio.retail #retail-cases .retail-case .case-cover-text span {
        font-size: 14px;
        letter-spacing: 10px;
        text-transform: uppercase; }
        @media only screen and (max-width: 767px) {
          body.portfolio.retail #retail-cases .retail-case .case-cover-text span {
            font-size: 12px;
            letter-spacing: 2px; } }

body.portfolio.retail #clients {
  padding: 70px 0; }
  @media only screen and (max-width: 767px) {
    body.portfolio.retail #clients {
      padding: 30px 0; } }
  body.portfolio.retail #clients .client {
    width: 20%;
    float: left; }
    body.portfolio.retail #clients .client img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      margin-top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }

body.portfolio.healthcare .case-gallery h1 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 15px; }

body.portfolio.healthcare .page-header {
  padding-bottom: 100px;
  background-image: url("../img/hc/bg.jpg");
  background-position: bottom right;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 992px) {
    body.portfolio.healthcare .page-header {
      padding-bottom: 0;
      background-image: none; } }
  body.portfolio.healthcare .page-header .page-title {
    margin-top: 140px;
    margin-bottom: 50px;
    max-width: 100%; }
    @media only screen and (max-width: 992px) {
      body.portfolio.healthcare .page-header .page-title {
        margin: 100px auto 40px; } }
    @media only screen and (max-width: 767px) {
      body.portfolio.healthcare .page-header .page-title {
        margin: 30px auto; } }
  body.portfolio.healthcare .page-header h2 {
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      body.portfolio.healthcare .page-header h2 {
        margin-bottom: 30px;
        font-size: 13px; } }
    body.portfolio.healthcare .page-header h2.subtitle {
      padding-left: 75px;
      color: #316497;
      font-size: 32px;
      line-height: 2; }
      @media only screen and (max-width: 1200px) {
        body.portfolio.healthcare .page-header h2.subtitle {
          padding-left: 0; } }
      @media only screen and (max-width: 767px) {
        body.portfolio.healthcare .page-header h2.subtitle {
          font-size: 16px; } }
  body.portfolio.healthcare .page-header p {
    padding-left: 75px;
    font-size: 32px;
    line-height: 2; }
    @media only screen and (max-width: 1200px) {
      body.portfolio.healthcare .page-header p {
        padding-left: 0;
        font-size: 24px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      body.portfolio.healthcare .page-header p {
        font-size: 14px; } }

body.portfolio.healthcare #healthcare-cases {
  padding-top: 80px;
  overflow: visible; }
  @media only screen and (max-width: 992px) {
    body.portfolio.healthcare #healthcare-cases {
      padding-top: 30px; } }
  body.portfolio.healthcare #healthcare-cases .desc {
    padding: 40px 20px; }
    @media only screen and (max-width: 992px) {
      body.portfolio.healthcare #healthcare-cases .desc {
        padding: 0; } }
    body.portfolio.healthcare #healthcare-cases .desc p {
      margin-bottom: 30px;
      font-size: 26px;
      line-height: 1.2; }
      @media only screen and (max-width: 992px) {
        body.portfolio.healthcare #healthcare-cases .desc p {
          font-size: 20px;
          line-height: 2; } }
      @media only screen and (max-width: 767px) {
        body.portfolio.healthcare #healthcare-cases .desc p {
          font-size: 14px; } }
  body.portfolio.healthcare #healthcare-cases .page-title {
    margin-top: 50px;
    margin-bottom: 80px;
    font-size: 120px; }
    @media only screen and (max-width: 1360px) {
      body.portfolio.healthcare #healthcare-cases .page-title {
        font-size: 100px; } }
    @media only screen and (max-width: 1200px) {
      body.portfolio.healthcare #healthcare-cases .page-title {
        font-size: 80px; } }
    @media only screen and (max-width: 992px) {
      body.portfolio.healthcare #healthcare-cases .page-title {
        font-size: 40px; } }
    @media only screen and (max-width: 767px) {
      body.portfolio.healthcare #healthcare-cases .page-title {
        margin-bottom: 40px; } }
  body.portfolio.healthcare #healthcare-cases .healthcare-case {
    position: relative;
    margin-bottom: 30px; }
    body.portfolio.healthcare #healthcare-cases .healthcare-case:hover .case-cover img {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    body.portfolio.healthcare #healthcare-cases .healthcare-case a {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 99;
      cursor: pointer; }
    body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover {
      position: relative;
      padding-bottom: 100%;
      background-color: #111;
      overflow: hidden; }
      body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover img {
        position: absolute;
        width: 100%;
        height: auto;
        opacity: .2;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease; }
    body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover-text {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      color: #fff;
      text-align: center;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover-text .case-logo {
          margin-bottom: -30px;
          -webkit-transform: scale(0.5);
                  transform: scale(0.5); } }
      body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover-text h1 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 35px;
        text-transform: none; }
        @media only screen and (max-width: 1360px) {
          body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover-text h1 {
            font-size: 32px; } }
        @media only screen and (max-width: 1200px) {
          body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover-text h1 {
            font-size: 28px; } }
        @media only screen and (max-width: 767px) {
          body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover-text h1 {
            font-size: 24px; } }
      body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover-text span {
        font-size: 14px;
        letter-spacing: 10px;
        text-transform: uppercase; }
        @media only screen and (max-width: 1200px) {
          body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover-text span {
            letter-spacing: 5px; } }
        @media only screen and (max-width: 767px) {
          body.portfolio.healthcare #healthcare-cases .healthcare-case .case-cover-text span {
            font-size: 12px;
            letter-spacing: 2px; } }

body.portfolio.healthcare #hc-gallery {
  padding-bottom: 100px;
  overflow: visible; }
  body.portfolio.healthcare #hc-gallery .page-title {
    margin-top: 180px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: none; }
    @media only screen and (max-width: 1360px) {
      body.portfolio.healthcare #hc-gallery .page-title {
        font-size: 90px; } }
    @media only screen and (max-width: 992px) {
      body.portfolio.healthcare #hc-gallery .page-title {
        font-size: 60px;
        margin-top: 130px; } }
  body.portfolio.healthcare #hc-gallery .subtitle {
    margin-bottom: 100px;
    font-size: 22px;
    line-height: 1.2;
    color: #e6e6e6; }
    @media only screen and (max-width: 767px) {
      body.portfolio.healthcare #hc-gallery .subtitle {
        margin-bottom: 50px;
        font-size: 16px; } }
  body.portfolio.healthcare #hc-gallery .location {
    text-align: left;
    padding-right: 50px; }
    @media only screen and (max-width: 767px) {
      body.portfolio.healthcare #hc-gallery .location {
        padding-right: 0; } }
    body.portfolio.healthcare #hc-gallery .location .location-title {
      padding-left: 60px;
      padding-bottom: 30px;
      margin-bottom: 30px;
      color: #316497;
      font-size: 40px;
      line-height: 1;
      text-transform: none;
      background-image: url("../img/hc/icon-local.png");
      background-position: left top;
      background-repeat: no-repeat;
      border-bottom: 2px solid #e6e6e6; }
      @media only screen and (max-width: 1360px) {
        body.portfolio.healthcare #hc-gallery .location .location-title {
          padding-top: 10px;
          font-size: 25px; } }
      @media only screen and (max-width: 767px) {
        body.portfolio.healthcare #hc-gallery .location .location-title {
          margin-bottom: 20px;
          font-size: 16px; } }
      body.portfolio.healthcare #hc-gallery .location .location-title span {
        margin-top: 15px;
        display: block;
        color: #8f8f8f;
        font-size: 23px;
        font-weight: 500; }
        @media only screen and (max-width: 1360px) {
          body.portfolio.healthcare #hc-gallery .location .location-title span {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          body.portfolio.healthcare #hc-gallery .location .location-title span {
            font-size: 14px;
            line-height: 1.2; } }
    body.portfolio.healthcare #hc-gallery .location .location-dimensions {
      padding-left: 60px;
      padding-bottom: 30px;
      font-size: 28px;
      font-weight: 500;
      line-height: 40px;
      text-transform: none;
      background-image: url("../img/hc/icon-plant.png");
      background-position: left top;
      background-repeat: no-repeat;
      border-bottom: 2px solid #e6e6e6; }
      @media only screen and (max-width: 767px) {
        body.portfolio.healthcare #hc-gallery .location .location-dimensions {
          font-size: 18px; } }
  body.portfolio.healthcare #hc-gallery #featured-carousel {
    margin: -300px 0 30px -50px; }
    @media only screen and (max-width: 992px) {
      body.portfolio.healthcare #hc-gallery #featured-carousel {
        margin: 0; } }
    body.portfolio.healthcare #hc-gallery #featured-carousel .featured {
      width: 100%;
      height: auto; }
  body.portfolio.healthcare #hc-gallery .gallery {
    text-align: right; }
    @media only screen and (max-width: 767px) {
      body.portfolio.healthcare #hc-gallery .gallery .owl-gallery {
        display: none; } }
    body.portfolio.healthcare #hc-gallery .gallery .owl-gallery .gallery-item {
      padding-right: 5px;
      padding-left: 5px; }
    body.portfolio.healthcare #hc-gallery .gallery .owl-gallery .owl-nav {
      position: absolute;
      right: 5px;
      bottom: -43px;
      display: block !important; }
      @media only screen and (max-width: 992px) {
        body.portfolio.healthcare #hc-gallery .gallery .owl-gallery .owl-nav {
          display: none !important; } }
      body.portfolio.healthcare #hc-gallery .gallery .owl-gallery .owl-nav button {
        width: auto;
        height: auto;
        font-weight: 300; }
        body.portfolio.healthcare #hc-gallery .gallery .owl-gallery .owl-nav button + button {
          margin-left: 20px; }

body.portfolio.single.portfolio-retail .page-header h1 {
  margin-bottom: 0; }

body.portfolio.single.portfolio-retail .nav-locations {
  margin-top: 80px;
  border: none; }
  body.portfolio.single.portfolio-retail .nav-locations li {
    width: 25%; }

body.portfolio.single.portfolio-retail #hospitals {
  margin-bottom: 80px; }
  body.portfolio.single.portfolio-retail #hospitals .tab-content {
    float: none;
    padding-bottom: 0; }
    body.portfolio.single.portfolio-retail #hospitals .tab-content img {
      display: block;
      width: 100%; }

body.portfolio.single.portfolio-retail #related .section-title {
  right: 0;
  font-size: 50px; }
  @media only screen and (min-width: 1200px) {
    body.portfolio.single.portfolio-retail #related .section-title {
      position: absolute;
      right: 0;
      top: 50px;
      color: #316497;
      text-align: right;
      font-weight: 600;
      z-index: 5; } }
  @media only screen and (min-width: 1200px) {
    body.portfolio.single.portfolio-retail #related .section-title br {
      display: block; } }

body.portfolio.single.portfolio-retail #related a .related-img img {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1); }

body.portfolio.single .page-header {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 992px) {
    body.portfolio.single .page-header {
      padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    body.portfolio.single .page-header {
      padding: 0; } }
  body.portfolio.single .page-header h1 {
    margin-bottom: 20px;
    color: rgba(143, 143, 143, 0.2);
    font-size: 102px; }
    @media only screen and (max-width: 1660px) {
      body.portfolio.single .page-header h1 {
        font-size: 70px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 1200px) {
      body.portfolio.single .page-header h1 {
        font-size: 60px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 992px) {
      body.portfolio.single .page-header h1 {
        margin-top: 30px;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      body.portfolio.single .page-header h1 {
        font-size: 60px; } }
    @media only screen and (max-width: 575px) {
      body.portfolio.single .page-header h1 {
        font-size: 40px; } }

body.portfolio.single section#hospitals .hospitals-nav {
  float: left;
  margin-top: 15px;
  margin-bottom: 30px;
  border: none; }
  @media only screen and (max-width: 767px) {
    body.portfolio.single section#hospitals .hospitals-nav {
      width: 100%; } }
  body.portfolio.single section#hospitals .hospitals-nav li {
    border: 1px solid #316497; }
    @media only screen and (max-width: 767px) {
      body.portfolio.single section#hospitals .hospitals-nav li {
        width: 50%;
        text-align: center; } }
    body.portfolio.single section#hospitals .hospitals-nav li + li {
      border-left: none; }
    body.portfolio.single section#hospitals .hospitals-nav li.active a {
      color: #fff;
      background-color: #316497; }
    body.portfolio.single section#hospitals .hospitals-nav li a {
      width: 100%;
      padding: 8px 40px;
      font-weight: 800;
      letter-spacing: 2px;
      text-transform: uppercase;
      border: none;
      border-radius: 0;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
      @media only screen and (max-width: 767px) {
        body.portfolio.single section#hospitals .hospitals-nav li a {
          padding: 8px 10px; } }

body.portfolio.single section#hospitals h2 {
  position: relative;
  float: right;
  color: #316497;
  font-size: 80px;
  letter-spacing: 5px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    body.portfolio.single section#hospitals h2 {
      top: 20px;
      font-size: 40px; } }
  @media only screen and (max-width: 992px) {
    body.portfolio.single section#hospitals h2 {
      float: none;
      text-align: center;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    body.portfolio.single section#hospitals h2 {
      float: none;
      top: 0;
      margin-bottom: 30px;
      font-size: 30px;
      text-align: center; } }
  body.portfolio.single section#hospitals h2:before {
    content: '';
    position: absolute;
    top: 35px;
    left: -210px;
    width: 180px;
    height: 5px;
    background-color: #316497; }
    @media only screen and (max-width: 1200px) {
      body.portfolio.single section#hospitals h2:before {
        display: none; } }

body.portfolio.single section#hospitals .tab-content {
  float: left;
  width: 100%;
  padding-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    body.portfolio.single section#hospitals .tab-content {
      padding-bottom: 30px; } }
  body.portfolio.single section#hospitals .tab-content .hospital-carousel .owl-nav {
    position: absolute;
    bottom: 220px;
    right: 0;
    left: auto; }
    @media only screen and (max-width: 992px) {
      body.portfolio.single section#hospitals .tab-content .hospital-carousel .owl-nav {
        display: none; } }
    body.portfolio.single section#hospitals .tab-content .hospital-carousel .owl-nav > button {
      display: block;
      width: 90px;
      height: 90px;
      color: #111;
      font-size: 28px;
      line-height: 100px;
      background-color: #fff;
      opacity: 1;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
      body.portfolio.single section#hospitals .tab-content .hospital-carousel .owl-nav > button:hover {
        opacity: .75; }
  body.portfolio.single section#hospitals .tab-content .hospital-carousel .owl-dots {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center; }
    @media only screen and (max-width: 992px) {
      body.portfolio.single section#hospitals .tab-content .hospital-carousel .owl-dots {
        display: block; } }
    body.portfolio.single section#hospitals .tab-content .hospital-carousel .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 5px;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      background-color: rgba(255, 255, 255, 0.75); }
  body.portfolio.single section#hospitals .tab-content h3 {
    margin-top: 50px;
    font-size: 45px;
    text-transform: none;
    margin-bottom: 20px;
    font-weight: 700; }
    @media only screen and (max-width: 992px) {
      body.portfolio.single section#hospitals .tab-content h3 {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      body.portfolio.single section#hospitals .tab-content h3 {
        font-size: 24px; } }
  @media only screen and (max-width: 992px) {
    body.portfolio.single section#hospitals .tab-content p {
      text-align: center; } }

body.portfolio.single section#emergency {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media only screen and (max-width: 1200px) {
    body.portfolio.single section#emergency {
      padding-top: 0;
      padding-bottom: 30px; } }
  body.portfolio.single section#emergency .locations {
    float: right;
    max-width: 600px;
    padding-top: 80px; }
    @media only screen and (max-width: 1200px) {
      body.portfolio.single section#emergency .locations {
        float: none;
        max-width: none;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media only screen and (max-width: 1660px) {
      body.portfolio.single section#emergency .locations:before {
        content: '';
        position: absolute;
        top: 57%;
        left: 250px;
        width: 100px;
        height: 5px;
        background-color: #316497; } }
    @media only screen and (max-width: 1200px) {
      body.portfolio.single section#emergency .locations:before {
        display: none; } }
  body.portfolio.single section#emergency h1 {
    position: relative;
    margin-top: 100px;
    margin-bottom: 30px;
    color: #316497;
    font-size: 80px;
    letter-spacing: 5px;
    line-height: 1; }
    @media only screen and (max-width: 1660px) {
      body.portfolio.single section#emergency h1 {
        margin-top: 30px;
        font-size: 50px; } }
    @media only screen and (max-width: 1360px) {
      body.portfolio.single section#emergency h1 {
        margin-top: 0;
        font-size: 40px; } }
    @media only screen and (max-width: 1200px) {
      body.portfolio.single section#emergency h1 {
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      body.portfolio.single section#emergency h1 {
        font-size: 24px;
        letter-spacing: 1px;
        text-align: center; } }
    body.portfolio.single section#emergency h1:before {
      content: '';
      position: absolute;
      bottom: 35px;
      right: 0;
      width: 180px;
      height: 5px;
      background-color: #316497; }
      @media only screen and (max-width: 1660px) {
        body.portfolio.single section#emergency h1:before {
          display: none; } }

body.portfolio.single section#related {
  padding-top: 80px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    body.portfolio.single section#related {
      padding-top: 30px;
      padding-bottom: 30px; } }
  body.portfolio.single section#related .container {
    position: relative; }
  body.portfolio.single section#related .section-title {
    position: absolute;
    right: -230px;
    top: 50px;
    color: #316497;
    text-align: right;
    font-weight: 600;
    z-index: 5;
    display: none; }
    @media only screen and (max-width: 1660px) {
      body.portfolio.single section#related .section-title {
        top: 0;
        left: 0;
        right: auto;
        text-align: left;
        margin-bottom: 30px;
        position: relative;
        display: block; } }
    @media only screen and (max-width: 992px) {
      body.portfolio.single section#related .section-title {
        text-align: center; } }
    @media only screen and (max-width: 1660px) {
      body.portfolio.single section#related .section-title br {
        display: none; } }
  body.portfolio.single section#related .floating-text {
    position: absolute;
    right: 0;
    top: 30%; }
    @media only screen and (max-width: 1660px) {
      body.portfolio.single section#related .floating-text {
        display: none; } }
    body.portfolio.single section#related .floating-text h1 {
      color: #316497;
      text-align: right;
      font-weight: 600;
      font-size: 35px; }
      body.portfolio.single section#related .floating-text h1 br {
        padding-top: 10px; }
  body.portfolio.single section#related a {
    display: block; }
    body.portfolio.single section#related a:hover .related-img {
      opacity: .6; }
    body.portfolio.single section#related a .related-img {
      display: block;
      margin-bottom: 20px;
      padding-bottom: 70%;
      position: relative;
      overflow: hidden;
      opacity: 1;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      body.portfolio.single section#related a .related-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) scale(1.3);
                transform: translate(-50%, -50%) scale(1.3); }
    body.portfolio.single section#related a .related-title {
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      line-height: 1;
      text-transform: none; }
      @media only screen and (max-width: 767px) {
        body.portfolio.single section#related a .related-title {
          min-height: 80px; } }

body.portfolio.single section .nav-locations {
  margin-top: 80px;
  border: none; }
  @media only screen and (max-width: 1660px) {
    body.portfolio.single section .nav-locations {
      margin-top: 30px; } }
  body.portfolio.single section .nav-locations li {
    float: left;
    width: 50%; }
    @media only screen and (max-width: 1200px) {
      body.portfolio.single section .nav-locations li {
        width: 20%; } }
    @media only screen and (max-width: 767px) {
      body.portfolio.single section .nav-locations li {
        width: 50%;
        text-align: center; } }
    body.portfolio.single section .nav-locations li a {
      margin-bottom: 30px;
      padding-left: 50px;
      color: #232323;
      border: none;
      background-image: url("../img/hc/icon-local.png");
      background-repeat: no-repeat;
      background-position: left center;
      -webkit-transition: all 500ms ease;
      transition: all 500ms ease; }
      @media only screen and (max-width: 1360px) {
        body.portfolio.single section .nav-locations li a {
          padding-top: 15px;
          padding-bottom: 15px;
          font-size: 18px; } }
      @media only screen and (max-width: 1360px) {
        body.portfolio.single section .nav-locations li a {
          font-size: 15px; } }
      @media only screen and (max-width: 1200px) {
        body.portfolio.single section .nav-locations li a {
          padding: 0;
          background: none; } }
      body.portfolio.single section .nav-locations li a:hover {
        font-weight: 600;
        background-color: transparent; }
    body.portfolio.single section .nav-locations li.active a {
      color: #316497;
      font-weight: 600;
      background-color: transparent; }

/*----------------------------------------
------------------------------------------
	## HISTORY
------------------------------------------
----------------------------------------*/
body.history {
  padding-top: 110px; }
  @media only screen and (max-width: 992px) {
    body.history {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    body.history {
      padding-top: 80px; } }
  body.history .page-title {
    margin: 0 auto 100px;
    font-size: 150px; }
    @media only screen and (max-width: 1360px) {
      body.history .page-title {
        font-size: 140px; } }
    @media only screen and (max-width: 1360px) {
      body.history .page-title {
        font-size: 80px;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      body.history .page-title {
        margin-top: 30px;
        font-size: 32px;
        letter-spacing: 1px; } }
  body.history #our-history {
    padding-top: 180px;
    padding-bottom: 50px;
    background-image: url("../img/history/bg.jpg");
    background-position: bottom right;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 992px) {
      body.history #our-history {
        padding-top: 50px;
        background-image: none; } }
    body.history #our-history h2 {
      margin-bottom: 30px;
      font-size: 28px;
      line-height: 1.2;
      font-weight: 400;
      text-transform: none; }
      @media only screen and (max-width: 1200px) {
        body.history #our-history h2 {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        body.history #our-history h2 {
          font-size: 13px;
          line-height: 1.8; } }
    body.history #our-history p {
      margin-bottom: 20px; }
      @media only screen and (max-width: 1200px) {
        body.history #our-history p {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        body.history #our-history p {
          font-size: 12px; } }
    body.history #our-history ul {
      margin-top: 40px;
      margin-bottom: 100px;
      font-weight: 700;
      list-style-type: square;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        body.history #our-history ul {
          margin-bottom: 50px;
          font-size: 13px; } }
      body.history #our-history ul li span {
        margin-right: 30px; }
        @media only screen and (max-width: 767px) {
          body.history #our-history ul li span {
            margin-right: 10px; } }
  body.history .hero {
    display: block;
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 767px) {
      body.history .hero {
        margin-top: 0; } }
    body.history .hero img {
      width: 100%; }
  body.history #highlight {
    color: #316497;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      body.history #highlight {
        text-align: left; } }
    body.history #highlight img {
      margin-bottom: -50px; }
    body.history #highlight h2 {
      margin-top: 30px;
      margin-bottom: 20px;
      font-size: 30px;
      line-height: 1.4; }
      @media only screen and (min-width: 1360px) {
        body.history #highlight h2 {
          margin-top: 30px;
          padding-left: 80px; } }
      @media only screen and (max-width: 767px) {
        body.history #highlight h2 {
          font-size: 16px; } }
    body.history #highlight p {
      font-size: 14px;
      padding-left: 50px; }
      @media only screen and (max-width: 992px) {
        body.history #highlight p {
          margin-bottom: 60px; } }
      @media only screen and (max-width: 767px) {
        body.history #highlight p {
          padding-left: 0;
          margin-bottom: 30px;
          font-size: 13px;
          line-height: 1.2; } }
  body.history #services {
    overflow: visible; }
    body.history #services .container.dark {
      position: relative;
      margin-top: -80px;
      padding: 80px 130px;
      background-color: #f3f3f3; }
      body.history #services .container.dark:before {
        content: '';
        display: block;
        position: absolute;
        top: -60px;
        left: 150px;
        width: 10px;
        height: 100px;
        background-color: #316497; }
        @media only screen and (max-width: 992px) {
          body.history #services .container.dark:before {
            height: 50px;
            top: -30px;
            left: 30px; } }
        @media only screen and (max-width: 767px) {
          body.history #services .container.dark:before {
            display: none; } }
      @media only screen and (max-width: 1200px) {
        body.history #services .container.dark {
          padding: 50px 30px; } }
      @media only screen and (max-width: 992px) {
        body.history #services .container.dark {
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        body.history #services .container.dark {
          padding: 30px 15px; } }
    body.history #services h1 {
      position: relative;
      margin-bottom: 50px;
      font-size: 24px;
      line-height: 1.4;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 2px; }
      @media only screen and (max-width: 767px) {
        body.history #services h1 {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        body.history #services h1 {
          font-size: 14px;
          letter-spacing: 1px; } }
      body.history #services h1 span {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 32px; }
        @media only screen and (max-width: 767px) {
          body.history #services h1 span {
            font-size: 13px; } }
    body.history #services .service {
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        body.history #services .service {
          margin-bottom: 15px; } }
      body.history #services .service.active .service-title:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      body.history #services .service.active .service-data {
        height: 170px; }
        @media only screen and (max-width: 767px) {
          body.history #services .service.active .service-data {
            height: 210px; } }
      body.history #services .service .service-title {
        position: relative;
        padding: 15px 30px;
        font-size: 28px;
        font-weight: 600;
        line-height: 30px;
        color: #316497;
        border: 1px solid #316497; }
        @media only screen and (max-width: 1360px) {
          body.history #services .service .service-title {
            font-size: 22px; } }
        @media only screen and (max-width: 992px) {
          body.history #services .service .service-title {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          body.history #services .service .service-title {
            padding: 8px 15px;
            font-size: 13px; } }
        @media only screen and (max-width: 575px) {
          body.history #services .service .service-title {
            font-size: 11px; } }
        @media only screen and (max-width: 420px) {
          body.history #services .service .service-title {
            font-size: 10px; } }
        @media only screen and (max-width: 375px) {
          body.history #services .service .service-title {
            font-size: 8px; } }
        body.history #services .service .service-title:hover {
          cursor: pointer; }
        body.history #services .service .service-title:after, body.history #services .service .service-title:before {
          content: '';
          display: block;
          position: absolute;
          top: 30px;
          right: 30px;
          width: 25px;
          height: 5px;
          background-color: #316497; }
          @media only screen and (max-width: 767px) {
            body.history #services .service .service-title:after, body.history #services .service .service-title:before {
              top: 22.5px;
              right: 10px;
              width: 15px;
              height: 2px; } }
        body.history #services .service .service-title:before {
          -webkit-transition: all 300ms ease;
          transition: all 300ms ease;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      body.history #services .service .service-data {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
        body.history #services .service .service-data .service-text {
          padding: 20px 30px;
          font-size: 16px;
          font-weight: 300;
          line-height: 2; }
          @media only screen and (min-width: 1360px) {
            body.history #services .service .service-data .service-text {
              font-size: 20px; } }
          @media only screen and (max-width: 767px) {
            body.history #services .service .service-data .service-text {
              padding: 10px;
              font-size: 13px; } }

/*----------------------------------------
------------------------------------------
	## Contact
------------------------------------------
----------------------------------------*/
.contact {
  padding-top: 15%;
  color: #8f8f8f; }
  @media only screen and (max-width: 992px) {
    .contact {
      padding-top: 20%; } }
  .contact .contact-text h1 {
    font-size: 70px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #f3f3f3;
    margin-top: 80px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1200px) {
      .contact .contact-text h1 {
        margin-top: 50px;
        font-size: 90px;
        text-align: center; } }
    @media only screen and (max-width: 992px) {
      .contact .contact-text h1 {
        margin-bottom: 30px;
        font-size: 90px;
        line-height: 90px;
        letter-spacing: 15px; } }
    @media only screen and (max-width: 575px) {
      .contact .contact-text h1 {
        font-size: 60px;
        margin-top: 0;
        margin-bottom: 0; } }
    @media only screen and (max-width: 420px) {
      .contact .contact-text h1 {
        font-size: 50px;
        letter-spacing: 0; } }
  .contact .contact-text h2 {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    text-transform: none; }
    @media only screen and (max-width: 1200px) {
      .contact .contact-text h2 {
        font-size: 25px;
        margin-bottom: 30px;
        text-align: center; } }
    @media only screen and (max-width: 992px) {
      .contact .contact-text h2 {
        margin-bottom: 15px;
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .contact .contact-text h2 {
        margin-bottom: 25px;
        font-size: 24px; } }
  .contact .contact-text h3 {
    font-size: 27px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none; }
    @media only screen and (max-width: 1200px) {
      .contact .contact-text h3 {
        font-size: 16px;
        text-align: center; } }
  .contact .contact-text p {
    padding-top: 20px; }
    @media only screen and (max-width: 1200px) {
      .contact .contact-text p {
        text-align: center;
        margin-bottom: 30px; } }
    .contact .contact-text p a {
      color: #67a8e4; }
      .contact .contact-text p a:hover {
        color: #646464;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
  .contact .contact-form {
    margin-bottom: -70px;
    padding: 90px 80px 120px;
    background-color: #fcfcfc;
    -webkit-box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 15px 15px 20px 0 rgba(0, 0, 0, 0.25); }
    @media only screen and (max-width: 992px) {
      .contact .contact-form {
        margin-top: 40px;
        margin-bottom: -60px; } }
    @media only screen and (max-width: 767px) {
      .contact .contact-form {
        margin-top: 20px;
        margin-bottom: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }
    .contact .contact-form h2 {
      margin-bottom: 25px;
      color: #67a8e4;
      font-size: 45px;
      text-transform: none; }
      @media only screen and (max-width: 767px) {
        .contact .contact-form h2 {
          margin-bottom: 25px;
          line-height: 30px;
          text-align: center;
          padding-top: 30px; } }
    .contact .contact-form form input, .contact .contact-form form textarea {
      display: block;
      max-width: 100%;
      width: 100%;
      padding: 22px 35px;
      margin-bottom: 10px;
      font-size: 17px;
      border: 1px solid #67a8e4;
      border-radius: 3px;
      background-color: transparent; }
      .contact .contact-form form input.placeholder, .contact .contact-form form textarea.placeholder {
        opacity: .3; }
      .contact .contact-form form input:-moz-placeholder, .contact .contact-form form textarea:-moz-placeholder {
        opacity: .3; }
      .contact .contact-form form input::-webkit-input-placeholder, .contact .contact-form form textarea::-webkit-input-placeholder {
        opacity: .3; }
      @media only screen and (max-width: 767px) {
        .contact .contact-form form input, .contact .contact-form form textarea {
          padding: 10px 15px; } }
      .contact .contact-form form input[type="submit"], .contact .contact-form form textarea[type="submit"] {
        float: left;
        max-width: 40%;
        padding: 17px 10px;
        color: #fff;
        font-size: 26px;
        letter-spacing: 2px;
        font-weight: 600;
        text-align: center;
        background-color: #67a8e4; }
        @media only screen and (max-width: 767px) {
          .contact .contact-form form input[type="submit"], .contact .contact-form form textarea[type="submit"] {
            margin-bottom: 50px;
            font-size: 18px; } }
        @media only screen and (max-width: 575px) {
          .contact .contact-form form input[type="submit"], .contact .contact-form form textarea[type="submit"] {
            width: 100%;
            max-width: 100%;
            display: block; } }
        .contact .contact-form form input[type="submit"]:hover, .contact .contact-form form textarea[type="submit"]:hover {
          background-color: #00649a;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
    .contact .contact-form form textarea {
      height: 200px; }
      @media only screen and (max-width: 767px) {
        .contact .contact-form form textarea {
          height: 130px; } }
    .contact .contact-form form .contact-form-messages {
      margin-left: 45%;
      font-size: 26px;
      line-height: 65px; }
      @media only screen and (max-width: 767px) {
        .contact .contact-form form .contact-form-messages {
          font-size: 18px;
          line-height: 1.2; } }

/*----------------------------------------
------------------------------------------
	## Under construction
------------------------------------------
----------------------------------------*/
.uc #uc-hero {
  margin-top: -250px; }
  @media only screen and (max-width: 992px) {
    .uc #uc-hero {
      margin-top: 0; } }
  .uc #uc-hero img {
    width: 100%; }
  .uc #uc-hero .video-container {
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit; }
    .uc #uc-hero .video-container .v-section {
      position: absolute;
      top: 50px;
      right: -80px;
      font-size: 42px;
      font-weight: 700;
      text-transform: uppercase; }
      @media only screen and (max-width: 1660px) {
        .uc #uc-hero .video-container .v-section {
          right: -50px;
          font-size: 32px; } }
      @media only screen and (max-width: 767px) {
        .uc #uc-hero .video-container .v-section {
          right: -25px;
          font-size: 16px; } }
    .uc #uc-hero .video-container .icon-play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -90px;
      margin-left: -90px;
      padding-left: 10px;
      width: 180px;
      height: 180px;
      color: #fff;
      text-align: center;
      font-size: 50px;
      line-height: 175px;
      opacity: 0;
      border: 4px solid;
      border-radius: 100%;
      cursor: pointer;
      z-index: 2;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      .uc #uc-hero .video-container .icon-play:hover {
        margin-top: -80px;
        margin-left: -80px;
        width: 160px;
        height: 160px;
        font-size: 75px;
        line-height: 160px; }
      @media only screen and (max-width: 767px) {
        .uc #uc-hero .video-container .icon-play {
          -webkit-transform: scale(0.5);
                  transform: scale(0.5); } }
    .uc #uc-hero .video-container.play .icon-play {
      opacity: 0; }

.uc #wip {
  padding-bottom: 60px;
  color: #8f8f8f;
  font-size: 20px; }
  @media only screen and (max-width: 767px) {
    .uc #wip {
      font-size: 14px; } }
  .uc #wip h1 {
    margin-top: 80px;
    margin-bottom: 40px;
    text-align: right; }
    @media only screen and (max-width: 992px) {
      .uc #wip h1 {
        margin-top: 40px;
        text-align: center;
        letter-spacing: 5px; } }
  .uc #wip .owl-nav {
    position: initial; }
    @media only screen and (max-width: 992px) {
      .uc #wip .owl-nav {
        display: none !important; } }
    .uc #wip .owl-nav button {
      position: absolute;
      top: 45%;
      background-color: #fff; }
      .uc #wip .owl-nav button.owl-prev {
        left: 0;
        border-radius: 0 100% 100% 0; }
      .uc #wip .owl-nav button.owl-next {
        right: 78px;
        border-radius: 100% 0 0 100%; }
  .uc #wip .owl-dots {
    left: 0;
    width: 93%; }
    @media only screen and (max-width: 992px) {
      .uc #wip .owl-dots {
        max-width: 97%;
        display: block !important; } }
    @media only screen and (max-width: 767px) {
      .uc #wip .owl-dots {
        max-width: 90%; } }
  .uc #wip .video-container {
    width: 93%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 992px) {
      .uc #wip .video-container {
        max-width: 97%; } }
    @media only screen and (max-width: 767px) {
      .uc #wip .video-container {
        width: 100%;
        max-width: 100%;
        margin-bottom: 80px; } }
    .uc #wip .video-container .v-section {
      position: absolute;
      top: 50px;
      right: -80px;
      font-size: 42px;
      font-weight: 700;
      text-transform: uppercase; }
      @media only screen and (max-width: 1660px) {
        .uc #wip .video-container .v-section {
          right: -50px;
          font-size: 32px; } }
      @media only screen and (max-width: 767px) {
        .uc #wip .video-container .v-section {
          right: -25px;
          font-size: 16px; } }
    .uc #wip .video-container .icon-play {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -90px;
      margin-left: -90px;
      padding-left: 10px;
      width: 180px;
      height: 180px;
      color: #fff;
      text-align: center;
      font-size: 50px;
      line-height: 175px;
      opacity: .7;
      border: 4px solid;
      border-radius: 100%;
      cursor: pointer;
      z-index: 2;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
      .uc #wip .video-container .icon-play:hover {
        margin-top: -80px;
        margin-left: -80px;
        width: 160px;
        height: 160px;
        font-size: 75px;
        line-height: 160px; }
      @media only screen and (max-width: 767px) {
        .uc #wip .video-container .icon-play {
          -webkit-transform: scale(0.5);
                  transform: scale(0.5); } }
    .uc #wip .video-container.play .icon-play {
      opacity: 0; }
    .uc #wip .video-container .legend {
      position: absolute;
      padding-top: 10px; }
      @media only screen and (max-width: 767px) {
        .uc #wip .video-container .legend {
          font-size: 30px;
          text-align: center;
          display: block; } }
  .uc #wip h2 {
    margin-top: 90px;
    margin-bottom: 25px;
    font-size: 37px;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      .uc #wip h2 {
        margin-top: 30px;
        font-size: 16px; } }
    @media only screen and (max-width: 992px) {
      .uc #wip h2 {
        text-align: center;
        font-size: 20px; } }
    .uc #wip h2 span {
      display: block; }
      @media only screen and (max-width: 992px) {
        .uc #wip h2 span {
          text-align: center; } }
  @media only screen and (max-width: 992px) {
    .uc #wip p {
      text-align: center; } }

/*----------------------------------------
------------------------------------------
	## who we are
------------------------------------------
----------------------------------------*/
body.who-we-are {
  padding-top: 160px;
  background-image: url("../img/about/bg-top.png");
  background-position: top;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 992px) {
    body.who-we-are {
      padding-top: 160px;
      background-image: none; } }
  @media only screen and (max-width: 767px) {
    body.who-we-are {
      padding-top: 80px; } }
  body.who-we-are .bio {
    display: none;
    padding: 80px;
    max-width: 90%; }
    @media only screen and (max-width: 767px) {
      body.who-we-are .bio {
        max-width: 100%;
        padding: 20px;
        margin-left: 20px;
        margin-right: 20px; } }
    body.who-we-are .bio h2 {
      margin-bottom: 30px;
      text-transform: none; }
      @media only screen and (max-width: 767px) {
        body.who-we-are .bio h2 {
          font-size: 18px;
          margin-bottom: 15px; } }
    body.who-we-are .bio p {
      line-height: 2;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        body.who-we-are .bio p {
          font-size: 14px;
          line-height: 1.5;
          margin-bottom: 10px; } }
  body.who-we-are .page-header .page-title {
    position: relative;
    font-size: 120px;
    z-index: 9; }
    @media only screen and (max-width: 1200px) {
      body.who-we-are .page-header .page-title {
        font-size: 80px;
        margin: 0 0 50px 0;
        text-align: center; } }
    @media only screen and (max-width: 992px) {
      body.who-we-are .page-header .page-title {
        margin: 0 0 50px 0; } }
    @media only screen and (max-width: 767px) {
      body.who-we-are .page-header .page-title {
        margin: 30px auto;
        font-size: 50px;
        letter-spacing: 2px; } }
    body.who-we-are .page-header .page-title span {
      display: block; }
      @media only screen and (max-width: 992px) {
        body.who-we-are .page-header .page-title span {
          display: inline; } }
  body.who-we-are #who-are {
    overflow: visible; }
    body.who-we-are #who-are .bg-gray {
      background-color: #f3f3f3; }
    body.who-we-are #who-are .left {
      margin-top: 50px;
      margin-bottom: 50px; }
      @media only screen and (max-width: 1660px) {
        body.who-we-are #who-are .left {
          margin-top: 0;
          margin-bottom: 0; } }
      body.who-we-are #who-are .left h2 {
        font-weight: normal;
        margin-top: 50px;
        padding-bottom: 10px; }
        @media only screen and (max-width: 992px) {
          body.who-we-are #who-are .left h2 {
            text-align: center; } }
      body.who-we-are #who-are .left p {
        line-height: 200%;
        font-weight: normal;
        color: #777777;
        margin-bottom: 50px; }
        @media only screen and (max-width: 1660px) {
          body.who-we-are #who-are .left p {
            width: 80%; } }
        @media only screen and (max-width: 1200px) {
          body.who-we-are #who-are .left p {
            width: 40%; } }
        @media only screen and (max-width: 992px) {
          body.who-we-are #who-are .left p {
            width: 100%;
            text-align: center; } }
    body.who-we-are #who-are .right {
      top: 10px;
      position: absolute;
      right: 0; }
      @media only screen and (max-width: 1200px) {
        body.who-we-are #who-are .right {
          top: 15%; } }
      @media only screen and (max-width: 992px) {
        body.who-we-are #who-are .right {
          position: unset;
          text-align: center;
          display: block;
          background-color: #f3f3f3;
          padding-bottom: 50px; } }
      body.who-we-are #who-are .right .image-float {
        width: 700px;
        max-width: 700px; }
        @media only screen and (max-width: 1660px) {
          body.who-we-are #who-are .right .image-float {
            width: 600px;
            max-width: 600px; } }
        @media only screen and (max-width: 1200px) {
          body.who-we-are #who-are .right .image-float {
            width: 500px;
            max-width: 500px; } }
        @media only screen and (max-width: 575px) {
          body.who-we-are #who-are .right .image-float {
            width: 400px;
            max-width: 400px; } }
        @media only screen and (max-width: 420px) {
          body.who-we-are #who-are .right .image-float {
            width: 100%;
            max-width: 100%; } }
  body.who-we-are .bg-white {
    background-color: #fff;
    height: 70px;
    margin-top: 100px; }
    @media only screen and (max-width: 767px) {
      body.who-we-are .bg-white {
        margin-top: 0; } }
  body.who-we-are #team {
    overflow: visible; }
    @media only screen and (max-width: 767px) {
      body.who-we-are #team {
        padding-bottom: 0; } }
    body.who-we-are #team h2 {
      position: relative;
      margin-top: -30px;
      margin-bottom: 70px;
      font-size: 50px;
      color: #67a8e4;
      z-index: 1; }
      @media only screen and (max-width: 1200px) {
        body.who-we-are #team h2 {
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        body.who-we-are #team h2 {
          margin-top: -15px;
          font-size: 24px; } }
      @media only screen and (max-width: 767px) {
        body.who-we-are #team h2 {
          margin-top: 0;
          margin-bottom: 30px; } }
    body.who-we-are #team .leader {
      margin-bottom: 45px; }
      body.who-we-are #team .leader h1 {
        margin-bottom: 5px;
        font-size: 22px;
        font-weight: 600;
        line-height: 1;
        text-transform: none; }
        @media only screen and (max-width: 1200px) {
          body.who-we-are #team .leader h1 {
            text-align: center; } }
        @media only screen and (max-width: 767px) {
          body.who-we-are #team .leader h1 {
            font-size: 14px; } }
        body.who-we-are #team .leader h1 span {
          font-weight: normal; }
      body.who-we-are #team .leader h3 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 400;
        text-transform: none; }
        @media only screen and (max-width: 767px) {
          body.who-we-are #team .leader h3 {
            font-size: 14px; } }
      body.who-we-are #team .leader a {
        display: inline-block;
        font-weight: bold; }
        @media only screen and (max-width: 1200px) {
          body.who-we-are #team .leader a {
            text-align: center;
            display: block;
            z-index: 10;
            position: relative; } }
      body.who-we-are #team .leader.featured {
        width: 50%;
        float: left;
        text-align: center; }
        @media only screen and (max-width: 992px) {
          body.who-we-are #team .leader.featured {
            margin-top: -70px;
            margin-bottom: 100px; } }
        @media only screen and (max-width: 767px) {
          body.who-we-are #team .leader.featured {
            margin-top: -30px;
            margin-bottom: 30px; } }
        body.who-we-are #team .leader.featured img {
          max-width: 85%;
          margin: -60px auto 20px; }
          @media only screen and (max-width: 992px) {
            body.who-we-are #team .leader.featured img {
              margin: 0 auto 25px; } }
        body.who-we-are #team .leader.featured h1 {
          margin-bottom: 20px; }
  body.who-we-are #about {
    overflow: visible; }
    body.who-we-are #about .container.dark {
      padding: 100px 0 50px 0;
      background-color: #fff; }
      @media only screen and (max-width: 767px) {
        body.who-we-are #about .container.dark {
          padding: 50px 15px 50px 15px; } }
      body.who-we-are #about .container.dark .left {
        float: left; }
        @media only screen and (max-width: 992px) {
          body.who-we-are #about .container.dark .left {
            float: none; } }
        body.who-we-are #about .container.dark .left .img-why {
          width: 90%; }
          @media only screen and (max-width: 992px) {
            body.who-we-are #about .container.dark .left .img-why {
              width: 100%;
              display: block;
              text-align: center; } }
      body.who-we-are #about .container.dark .right h2 {
        text-align: right;
        font-size: 90px; }
        @media only screen and (max-width: 1200px) {
          body.who-we-are #about .container.dark .right h2 {
            font-size: 70px; } }
        @media only screen and (max-width: 992px) {
          body.who-we-are #about .container.dark .right h2 {
            text-align: center;
            padding-top: 50px; } }
        body.who-we-are #about .container.dark .right h2 span {
          font-weight: bold; }
          @media only screen and (max-width: 1200px) {
            body.who-we-are #about .container.dark .right h2 span {
              font-size: 60px; } }
      @media only screen and (max-width: 992px) {
        body.who-we-are #about .container.dark .right p {
          text-align: center; } }
    body.who-we-are #about .section-header {
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        body.who-we-are #about .section-header h2 {
          font-size: 24px; } }
    body.who-we-are #about .img-01 {
      max-width: 65%;
      float: right;
      margin-top: -300px;
      margin-right: -190px;
      padding-bottom: 20px;
      padding-left: 50px; }
      @media only screen and (max-width: 992px) {
        body.who-we-are #about .img-01 {
          max-width: auto;
          float: none;
          margin: 25px auto;
          padding: 0; } }
    body.who-we-are #about .img-02 {
      margin-top: -70px; }
      @media only screen and (max-width: 767px) {
        body.who-we-are #about .img-02 {
          margin-top: -30px; } }
    body.who-we-are #about .we-are {
      padding-right: 190px; }
      @media only screen and (max-width: 992px) {
        body.who-we-are #about .we-are {
          padding: 0; } }
    body.who-we-are #about .vision {
      padding-top: 15%;
      padding-bottom: 160px; }
      @media only screen and (max-width: 1360px) {
        body.who-we-are #about .vision {
          margin-top: -135px; } }
      @media only screen and (max-width: 992px) {
        body.who-we-are #about .vision {
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        body.who-we-are #about .vision {
          padding-bottom: 40px; } }
      body.who-we-are #about .vision .section-header h2 {
        margin-bottom: 20px;
        font-size: 45px;
        line-height: 1;
        font-weight: 600; }
        @media only screen and (max-width: 767px) {
          body.who-we-are #about .vision .section-header h2 {
            font-size: 24px; } }
        body.who-we-are #about .vision .section-header h2:after {
          content: '';
          display: block;
          margin-top: 20px;
          width: 40px;
          height: 1px;
          background-color: #316497; }
  body.who-we-are #history {
    overflow: visible; }
    body.who-we-are #history .history-top {
      background-color: #f3f3f3;
      height: 380px; }
      @media only screen and (max-width: 1200px) {
        body.who-we-are #history .history-top {
          height: 300px; } }
      @media only screen and (max-width: 992px) {
        body.who-we-are #history .history-top {
          height: 240px; } }
      @media only screen and (max-width: 575px) {
        body.who-we-are #history .history-top {
          min-height: 250px; } }
      body.who-we-are #history .history-top h1 {
        padding-top: 50px; }
        @media only screen and (max-width: 1200px) {
          body.who-we-are #history .history-top h1 {
            padding-top: 10px; } }
        @media only screen and (max-width: 767px) {
          body.who-we-are #history .history-top h1 {
            padding-top: 20px;
            padding-bottom: 20px;
            text-align: center; } }
      body.who-we-are #history .history-top .history-img {
        margin-top: -130px;
        position: relative; }
        @media only screen and (max-width: 1200px) {
          body.who-we-are #history .history-top .history-img {
            padding-top: 10px;
            margin-top: -100px; } }
        @media only screen and (max-width: 992px) {
          body.who-we-are #history .history-top .history-img {
            margin-top: -90px; } }
        @media only screen and (max-width: 767px) {
          body.who-we-are #history .history-top .history-img {
            margin-top: 0; } }
        body.who-we-are #history .history-top .history-img .img-history {
          position: absolute; }
    body.who-we-are #history .history-bottom {
      margin-top: 80px;
      margin-bottom: 50px; }
      @media only screen and (max-width: 767px) {
        body.who-we-are #history .history-bottom {
          margin-top: 100px; } }
      body.who-we-are #history .history-bottom h2 {
        border-top: 2px solid #a8a8a8;
        border-bottom: 2px solid #a8a8a8;
        font-size: 20px;
        line-height: 160%;
        text-align: center;
        padding: 20px;
        margin-top: 50px; }
        @media only screen and (max-width: 767px) {
          body.who-we-are #history .history-bottom h2 {
            font-size: 18px; } }
      @media only screen and (max-width: 992px) {
        body.who-we-are #history .history-bottom p {
          text-align: center; } }

/*----------------------------------------
------------------------------------------
	## WHAT WE DO
------------------------------------------
----------------------------------------*/
body.what-we-do {
  padding-top: 110px; }
  @media only screen and (max-width: 992px) {
    body.what-we-do {
      padding-bottom: 50px; } }
  @media only screen and (max-width: 767px) {
    body.what-we-do {
      padding-top: 80px; } }
  body.what-we-do .page-title {
    margin: 0 auto 100px;
    font-size: 150px; }
    @media only screen and (max-width: 1360px) {
      body.what-we-do .page-title {
        font-size: 140px; } }
    @media only screen and (max-width: 1360px) {
      body.what-we-do .page-title {
        font-size: 80px;
        margin-bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      body.what-we-do .page-title {
        margin-top: 30px;
        font-size: 32px;
        letter-spacing: 1px; } }
  body.what-we-do #what {
    margin-top: 80px; }
    @media only screen and (max-width: 1200px) {
      body.what-we-do #what .what-top .container-fluid {
        width: 1360px;
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 90%; } }
    @media only screen and (max-width: 575px) {
      body.what-we-do #what .what-top .container-fluid {
        max-width: 100%; } }
    @media only screen and (max-width: 1200px) {
      body.what-we-do #what .what-top .left {
        display: block;
        text-align: center;
        width: 70%;
        margin: 30px auto; } }
    @media only screen and (max-width: 767px) {
      body.what-we-do #what .what-top .left {
        margin: 10px auto; } }
    body.what-we-do #what .what-top .right {
      width: 30%; }
      @media only screen and (max-width: 1660px) {
        body.what-we-do #what .what-top .right {
          width: 35%; } }
      @media only screen and (max-width: 1360px) {
        body.what-we-do #what .what-top .right {
          width: 43%; } }
      @media only screen and (max-width: 1200px) {
        body.what-we-do #what .what-top .right {
          width: 100%;
          margin-top: 0; } }
      body.what-we-do #what .what-top .right h1 {
        color: #e6e6e6;
        font-size: 120px;
        padding-top: 60px; }
        @media only screen and (max-width: 1360px) {
          body.what-we-do #what .what-top .right h1 {
            font-size: 100px; } }
        @media only screen and (max-width: 1200px) {
          body.what-we-do #what .what-top .right h1 {
            text-align: center; } }
        @media only screen and (max-width: 767px) {
          body.what-we-do #what .what-top .right h1 {
            font-size: 70px; } }
      body.what-we-do #what .what-top .right p {
        color: #777777;
        line-height: 40px;
        padding-top: 70px;
        font-size: 18px; }
        @media only screen and (max-width: 1200px) {
          body.what-we-do #what .what-top .right p {
            text-align: center; } }
    body.what-we-do #what .container.bottom {
      margin-bottom: 50px; }
      body.what-we-do #what .container.bottom p {
        color: #777777;
        line-height: 40px;
        padding-top: 20px;
        font-size: 18px; }
        @media only screen and (max-width: 1200px) {
          body.what-we-do #what .container.bottom p {
            text-align: center; } }
  body.what-we-do #services {
    overflow: visible;
    background-color: #f3f3f3; }
    body.what-we-do #services .container.dark {
      position: relative;
      padding: 80px 130px; }
      @media only screen and (max-width: 1200px) {
        body.what-we-do #services .container.dark {
          padding: 50px 30px; } }
      @media only screen and (max-width: 992px) {
        body.what-we-do #services .container.dark {
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        body.what-we-do #services .container.dark {
          padding: 30px 15px; } }
    body.what-we-do #services h1 {
      position: relative;
      margin-bottom: 50px;
      font-size: 24px;
      line-height: 1.4;
      font-weight: 300;
      text-transform: none;
      letter-spacing: 2px; }
      @media only screen and (max-width: 767px) {
        body.what-we-do #services h1 {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 767px) {
        body.what-we-do #services h1 {
          font-size: 14px;
          letter-spacing: 1px; } }
      body.what-we-do #services h1 span {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 32px; }
        @media only screen and (max-width: 767px) {
          body.what-we-do #services h1 span {
            font-size: 13px; } }
    body.what-we-do #services .service {
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        body.what-we-do #services .service {
          margin-bottom: 15px; } }
      body.what-we-do #services .service.active .service-title:before {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      body.what-we-do #services .service.active .service-data {
        height: auto; }
      body.what-we-do #services .service .service-title {
        position: relative;
        padding: 15px 30px;
        font-size: 28px;
        font-weight: 600;
        line-height: 30px;
        color: #316497;
        border: 1px solid #316497; }
        @media only screen and (max-width: 1360px) {
          body.what-we-do #services .service .service-title {
            font-size: 22px; } }
        @media only screen and (max-width: 992px) {
          body.what-we-do #services .service .service-title {
            font-size: 18px; } }
        @media only screen and (max-width: 767px) {
          body.what-we-do #services .service .service-title {
            padding: 8px 15px;
            font-size: 13px; } }
        @media only screen and (max-width: 575px) {
          body.what-we-do #services .service .service-title {
            font-size: 11px; } }
        @media only screen and (max-width: 420px) {
          body.what-we-do #services .service .service-title {
            font-size: 10px; } }
        @media only screen and (max-width: 375px) {
          body.what-we-do #services .service .service-title {
            font-size: 8px; } }
        body.what-we-do #services .service .service-title:hover {
          cursor: pointer; }
        body.what-we-do #services .service .service-title:after, body.what-we-do #services .service .service-title:before {
          content: '';
          display: block;
          position: absolute;
          top: 30px;
          right: 30px;
          width: 25px;
          height: 5px;
          background-color: #316497; }
          @media only screen and (max-width: 767px) {
            body.what-we-do #services .service .service-title:after, body.what-we-do #services .service .service-title:before {
              top: 22.5px;
              right: 10px;
              width: 15px;
              height: 2px; } }
        body.what-we-do #services .service .service-title:before {
          -webkit-transition: all 300ms ease;
          transition: all 300ms ease;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); }
      body.what-we-do #services .service .service-data {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease; }
        body.what-we-do #services .service .service-data .service-text {
          padding: 20px 30px;
          font-size: 16px;
          font-weight: 300;
          line-height: 2; }
          @media only screen and (min-width: 1360px) {
            body.what-we-do #services .service .service-data .service-text {
              font-size: 20px; } }
          @media only screen and (max-width: 767px) {
            body.what-we-do #services .service .service-data .service-text {
              padding: 10px;
              font-size: 13px; } }
