/**
 * Theme Name: Keogh Ryan Tierney
 * Version: 1.0.4
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The 2017 theme for Keogh Ryan Tierney.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: Keogh Ryan Tierney
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/*===== Vraiables =====*/
/*===== General resets =====*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-family: "Cardo", Arial, sans-serif; }
  body.admin-bar nav {
    top: 32px; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

a:focus {
  outline: none; }

/*=========================================== HOME PAGE ==============================================*/
body:not(.fp-viewing-1) .navbar-default {
  padding-top: 0;
  background-color: #fff;
  border-bottom: 2px solid #adcdec;
  -moz-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.16);
  -webkit-box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.16);
  box-shadow: 0 6px 10px 0 rgba(50, 50, 50, 0.16);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: auto; }
  body:not(.fp-viewing-1) .navbar-default .navbar-brand {
    padding: 5px;
    border-radius: 4px;
    margin-left: 110px; }
    body:not(.fp-viewing-1) .navbar-default .navbar-brand .small-logo {
      display: block;
      height: 65px; }
    body:not(.fp-viewing-1) .navbar-default .navbar-brand .big-logo {
      display: none; }
  body:not(.fp-viewing-1) .navbar-default .navbar-nav {
    padding: 0;
    margin-right: 30px; }
    body:not(.fp-viewing-1) .navbar-default .navbar-nav li a {
      font-size: 15px;
      padding: 28px 9px 27px 9px; }
    body:not(.fp-viewing-1) .navbar-default .navbar-nav li .sub-menu {
      top: 87px; }
  body:not(.fp-viewing-1) .navbar-default .btn-danger {
    display: inline-block; }

body:not(.fp-viewing-1) .navbar > .container-fluid .navbar-brand {
  margin-left: 35px; }

body.fp-viewing-1 .navbar-default .navbar-nav > li .sub-menu {
  background-color: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  body.fp-viewing-1 .navbar-default .navbar-nav > li .sub-menu li {
    padding-left: 0;
    padding-right: 0; }

.navbar-default {
  background-color: transparent;
  border: none;
  padding-top: 32px;
  height: 56px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .navbar-default .navbar-brand {
    height: auto;
    position: absolute; }
    .navbar-default .navbar-brand .small-logo {
      display: none; }
  .navbar-default .navbar-nav {
    padding: 40px 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .navbar-default .navbar-nav > li {
      padding: 10px 0; }
      .navbar-default .navbar-nav > li a {
        color: #3281a6;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 0.075em;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
        .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li a:hover {
          color: #944b93; }
      .navbar-default .navbar-nav > li .sub-menu {
        position: absolute;
        background-color: #fff;
        padding: 0;
        list-style: none;
        border: 1px solid #d0e9f5;
        display: none;
        top: 45px;
        -moz-box-shadow: inset 0 12px 9px -7px rgba(50, 50, 50, 0.16);
        -webkit-box-shadow: inset 0 12px 9px -7px rgba(50, 50, 50, 0.16);
        box-shadow: inset 0 12px 9px -7px rgba(50, 50, 50, 0.16); }
        .navbar-default .navbar-nav > li .sub-menu > li {
          padding: 15px;
          border-bottom: 1px solid #d0e9f5;
          min-width: 232px; }
          .navbar-default .navbar-nav > li .sub-menu > li:last-child {
            border-bottom: none; }
          .navbar-default .navbar-nav > li .sub-menu > li a {
            white-space: nowrap;
            font-size: 14px;
            color: #3281a6;
            -webkit-transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
            .navbar-default .navbar-nav > li .sub-menu > li a:hover, .navbar-default .navbar-nav > li .sub-menu > li a:focus {
              text-decoration: none;
              color: #944b93; }
          .navbar-default .navbar-nav > li .sub-menu > li.current-menu-item a {
            color: #464a4c; }
      .navbar-default .navbar-nav > li:hover .sub-menu {
        display: block; }
      .navbar-default .navbar-nav > li.current-menu-item a, .navbar-default .navbar-nav > li.current-menu-parent a {
        color: #464a4c; }
  .navbar-default .button-wrapper {
    line-height: 56px; }
  .navbar-default .btn-danger {
    display: none;
    margin-right: 43px;
    font-size: 16px;
    padding: 6px 31px; }
    .navbar-default .btn-danger:hover, .navbar-default .btn-danger:focus, .navbar-default .btn-danger:active {
      color: #944b93; }

.navbar > .container-fluid .navbar-brand {
  margin-left: 97px; }

@keyframes width {
  0% {
    border-width: 1em 1em 0 0; }
  25% {
    border-width: 0 1em 1em 0; }
  50% {
    border-width: 0 0 1em 1em; }
  75% {
    border-width: 1em 0 0 1em; }
  100% {
    border-width: 1em 1em 0 0; } }

.load-mask {
  width: 100%;
  height: 100%; }

.triangle-load {
  animation: width 2.5s infinite linear;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.load-mask-group {
  width: 100px;
  height: 100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.text-load {
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.wp-loaded .load-mask {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0s, width 0.1s ease-in-out 0.5s, height 0.1s ease-in-out 0.5s;
  -moz-transition: opacity 0.5s ease-in-out 0s, width 0.1s ease-in-out 0.5s, height 0.1s ease-in-out 0.5s;
  -ms-transition: opacity 0.5s ease-in-out 0s, width 0.1s ease-in-out 0.5s, height 0.1s ease-in-out 0.5s;
  -o-transition: opacity 0.5s ease-in-out 0s, width 0.1s ease-in-out 0.5s, height 0.1s ease-in-out 0.5s;
  transition: opacity 0.5s ease-in-out 0s, width 0.1s ease-in-out 0.5s, height 0.1s ease-in-out 0.5s; }

@media (min-width: 1700px) {
  .main-slider-box.slider-initialized .box-mask.right {
    width: 42%; } }

@media (min-width: 1400px) and (max-width: 1700px) {
  .main-slider-box.slider-initialized .box-mask.right {
    width: 40%; }
  .mask-wrap .box-mask {
    width: 47.5% !important; } }

@media (min-width: 1400px) {
  body.fp-viewing-0 .navbar-default .navbar-nav > li .sub-menu {
    top: 43px; }
  body.fp-viewing-1 .navbar-default .navbar-nav li {
    padding: 10px 0 8px; }
  body:not(.fp-viewing-1) .navbar-default .navbar-nav > li .sub-menu {
    top: 97px !important; }
  .navbar-default .navbar-nav {
    padding: 40px 25px 0 0; }
    .navbar-default .navbar-nav > li a {
      padding: 10px 17px; }
    .navbar-default .navbar-nav > li .sub-menu {
      top: 54px; }
  .team-member-box {
    margin-bottom: 70px; } }

.btn-danger {
  color: #fff;
  font-size: 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 20px;
  background-color: #944b93;
  border-color: #944b93;
  border-width: 1px;
  padding: 8px 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background-color: transparent !important;
    border-color: #944b93 !important;
    outline: none !important; }

.mask-wrap {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .mask-wrap .box-mask {
    width: 48.5%; }
  .mask-wrap .left-mask {
    left: -75px;
    border-top-color: #edf4f7; }
  .mask-wrap .right-mask {
    right: -75px;
    border-top-color: #f7f7f7; }

.box-mask {
  position: absolute;
  top: 0px !important;
  height: 100% !important; }
  .box-mask.left {
    left: 0px; }
  .box-mask.right {
    right: 0%; }

.load-line {
  position: absolute;
  height: 3px;
  background-color: #f2fbff;
  width: 1px;
  bottom: 0;
  left: 0; }

.arrow-group {
  position: fixed;
  bottom: 65px;
  left: 50%;
  cursor: pointer;
  max-width: 200px;
  text-align: center;
  margin: auto;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 999; }
  .arrow-group a:hover, .arrow-group a:focus {
    text-decoration: none; }
  .arrow-group i {
    display: block;
    color: #fff;
    font-size: 22px; }
  .arrow-group .arrow-text {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    color: #f2fbff;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
    display: block;
    letter-spacing: 0.100em; }

.page-template-page-flexible .arrow-group {
  -webkit-transition: opacity 0.5s ease-out, width 0.1s ease-out 0.5s, height 0.1s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out, width 0.1s ease-out 0.5s, height 0.1s ease-out 0.5s;
  -ms-transition: opacity 0.5s ease-out, width 0.1s ease-out 0.5s, height 0.1s ease-out 0.5s;
  -o-transition: opacity 0.5s ease-out, width 0.1s ease-out 0.5s, height 0.1s ease-out 0.5s;
  transition: opacity 0.5s ease-out, width 0.1s ease-out 0.5s, height 0.1s ease-out 0.5s;
  overflow: hidden; }
  .page-template-page-flexible .arrow-group i {
    color: #adcdec;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); }
  .page-template-page-flexible .arrow-group.affix {
    opacity: 0;
    width: 0;
    height: 0; }

.slide-active .load-line {
  width: 100vw;
  -webkit-transition: width 7s ease 0s;
  -moz-transition: width 7s ease 0s;
  -ms-transition: width 7s ease 0s;
  -o-transition: width 7s ease 0s;
  transition: width 7s ease 0s;
  z-index: 200; }

.slide-active.main-slide img {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  -moz-transform: translate(-50%, -50%) scale(1, 1);
  -ms-transform: translate(-50%, -50%) scale(1, 1);
  -o-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transition: all 4s cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 4s cubic-bezier(0, 0, 0.58, 1) 0s;
  -ms-transition: all 4s cubic-bezier(0, 0, 0.58, 1) 0s;
  -o-transition: all 4s cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 4s cubic-bezier(0, 0, 0.58, 1) 0s; }

.slide-active .main-slide-box h1 {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition: transform 1.2s cubic-bezier(0, 0, 0.58, 1) 0.5s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -moz-transition: transform 1.2s cubic-bezier(0, 0, 0.58, 1) 0.5s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -ms-transition: transform 1.2s cubic-bezier(0, 0, 0.58, 1) 0.5s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -o-transition: transform 1.2s cubic-bezier(0, 0, 0.58, 1) 0.5s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  transition: transform 1.2s cubic-bezier(0, 0, 0.58, 1) 0.5s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s; }

.slide-active .main-slide-box .btn-danger {
  opacity: 1;
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -webkit-transition: transform 1.2s cubic-bezier(0, 0, 0.58, 1) 0.8s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.8s;
  -moz-transition: transform 1.2s cubic-bezier(0, 0, 0.58, 1) 0.8s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.8s;
  -ms-transition: transform 1.2s cubic-bezier(0, 0, 0.58, 1) 0.8s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.8s;
  -o-transition: transform 1.2s cubic-bezier(0, 0, 0.58, 1) 0.8s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.8s;
  transition: transform 1.2s cubic-bezier(0, 0, 0.58, 1) 0.8s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.8s; }

.main-slider-box {
  z-index: 100; }
  .main-slider-box .box-mask {
    width: 37%;
    background-color: rgba(255, 255, 255, 0.5); }
    .main-slider-box .box-mask .left-mask {
      left: -75px;
      border-top-color: rgba(255, 255, 255, 0.5); }

@media (min-width: 800px) {
  .main-slide .visible-small, .main-slide .visible-xs-small {
    display: none !important; } }

@media (min-width: 600px) and (max-width: 799px) {
  .main-slide .hidden-small, .main-slide .visible-xs-small {
    display: none !important; }
  .main-slide .visible-small {
    height: auto; } }

@media (max-width: 599px) {
  .main-slide .hidden-small, .main-slide .visible-small {
    display: none !important; }
  .main-slide .visible-xs-small {
    height: auto; } }

.main-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100vh; }
  .main-slide [class*='col'] {
    height: 100vh; }
  .main-slide img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -o-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1);
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 4s cubic-bezier(0, 0, 0.58, 1) 0s;
    -ms-transition: all 4s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 4s cubic-bezier(0, 0, 0.58, 1) 0s;
    transition: all 4s cubic-bezier(0, 0, 0.58, 1) 0s;
    min-height: 100%;
    min-width: 100%; }

@media (min-width: 1200px) {
  .main-slide-box h1, .main-slide-box .btn-danger {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%); }
  .intro-content h2, .intro-content blockquote, .intro-content p, .intro-content .btn-danger {
    opacity: 0;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%); } }

.main-slide-box {
  z-index: 200; }
  .main-slide-box h1 {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #0c587a;
    line-height: 54px;
    text-transform: uppercase;
    margin-bottom: 29px;
    margin-left: 190px;
    letter-spacing: 0.075em; }
    .main-slide-box h1 strong {
      color: #8c7e66; }
    .main-slide-box h1 span {
      display: block;
      margin-left: 20px; }
  .main-slide-box .btn-danger {
    margin-left: 232px; }

.pos-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.intro-box {
  background-image: url("assets/content/intro-bg.jpg");
  z-index: 100; }

.intro-content h2 {
  color: #f2fbff;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.100em;
  -webkit-transition: transform 1s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -moz-transition: transform 1s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -ms-transition: transform 1s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -o-transition: transform 1s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  transition: transform 1s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s; }
  .intro-content h2 strong {
    color: #e5d5c3;
    font-weight: 700; }

.intro-content blockquote {
  line-height: 40px;
  color: #fff;
  font-size: 28px;
  font-family: "Cardo", Arial, sans-serif;
  border: none;
  margin-bottom: 15px;
  -webkit-transition: transform 0.5s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -moz-transition: transform 0.5s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -ms-transition: transform 0.5s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -o-transition: transform 0.5s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  transition: transform 0.5s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s; }

.intro-content p {
  line-height: 27px;
  font-size: 22px;
  color: #fff;
  margin: 0 0 30px 0;
  font-family: "Cardo", Arial, sans-serif;
  -webkit-transition: transform 0.5s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -moz-transition: transform 0.5s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -ms-transition: transform 0.5s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  -o-transition: transform 0.5s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s;
  transition: transform 0.5s cubic-bezier(0, 0, 0.58, 1) 1s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s; }
  .intro-content p strong {
    color: #bdac9a;
    font-weight: 400; }

.intro-content .btn-danger {
  margin-top: 15px;
  margin-bottom: 55px;
  -webkit-transition: transform 2s cubic-bezier(0, 0, 0.58, 1) 0s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s, background-color 0.3s ease-in-out 0s;
  -moz-transition: transform 2s cubic-bezier(0, 0, 0.58, 1) 0s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s, background-color 0.3s ease-in-out 0s;
  -ms-transition: transform 2s cubic-bezier(0, 0, 0.58, 1) 0s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s, background-color 0.3s ease-in-out 0s;
  -o-transition: transform 2s cubic-bezier(0, 0, 0.58, 1) 0s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s, background-color 0.3s ease-in-out 0s;
  transition: transform 2s cubic-bezier(0, 0, 0.58, 1) 0s, opacity 1s cubic-bezier(0, 0, 0.58, 1) 0.5s, background-color 0.3s ease-in-out 0s; }

.intro-box.active h2, .intro-box.active blockquote, .intro-box.active p, .intro-box.active .btn-danger {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.double-border {
  display: block;
  height: 6px;
  border-top: 2px solid #adcdec;
  border-bottom: 2px solid #adcdec; }

.right-img {
  background-repeat: no-repeat;
  background-size: 1500px 1000px;
  background-position: right center; }
  .right-img .box-mask {
    background-color: #edf6fa; }

.left-img {
  background-repeat: no-repeat;
  background-size: 1500px 1000px;
  background-position: left center; }
  .left-img .box-mask {
    background-color: #edf6fa; }
  .left-img > h3, .left-img > p, .left-img > a {
    text-align: right; }

.main-box {
  z-index: 100; }
  .main-box h3 {
    color: #0c587a;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    margin-bottom: 25px; }
  .main-box p {
    color: #464a4c;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: "Montserrat", Arial, sans-serif; }
  .main-box a {
    display: inline-block; }
  .main-box .btn-simple {
    font-family: "Montserrat", Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 37px; }
    .main-box .btn-simple:hover, .main-box .btn-simple:focus {
      color: #0c587a; }

.quote-box {
  border-radius: 10px;
  padding: 20px 25px;
  margin-top: 60px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .quote-box [class*='col-'] {
    padding: 0; }
  .quote-box blockquote {
    border: none;
    color: #919a9f;
    font-size: 18px;
    font-family: "Cardo", Arial, sans-serif;
    color: #90999f;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .quote-box h6 {
    font-size: 16px;
    color: #4c9bbf;
    font-weight: 700;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 22px;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .quote-box:hover {
    background-color: #fff;
    -moz-box-shadow: 0 0px 10px 0 rgba(50, 50, 50, 0.16);
    -webkit-box-shadow: 0 0px 10px 0 rgba(50, 50, 50, 0.16);
    box-shadow: 0 0px 10px 0 rgba(50, 50, 50, 0.16); }
    .quote-box:hover blockquote, .quote-box:hover h6 {
      color: #004261; }

.left-img .main-box > h3, .left-img .main-box > p, .left-img .main-box > a {
  text-align: right; }

.left-img .main-box > a {
  display: block; }

.btn-simple {
  padding: 0;
  color: #934c93;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .btn-simple:hover, .btn-simple:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.ctas {
  background-color: #f2f6f7; }
  .ctas .box-mask {
    background-color: #0c587a;
    width: 100%;
    top: 0;
    height: 100%;
    left: -15px; }

.cta-box-left {
  padding: 0 70px 0 55px;
  z-index: 100; }
  .cta-box-left h3 {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    margin-top: 45px;
    line-height: 60px;
    margin-bottom: 20px; }
  .cta-box-left p {
    color: #fff;
    text-align: center;
    margin: 15px 0 20px;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 27px; }
  .cta-box-left .btn-danger {
    margin-top: 10px;
    margin-bottom: 48px; }

.total-height {
  height: 100vh; }

/*.cta-box{
	background-color: #fff;
	padding: 50px 0px;
	margin: 30px 20px;
	color: #934c93;
	border-radius: 4px;
	@include transition(all .3s ease-in-out 0s);
	i{
		margin-bottom: 35px;
		display: block;
		font-size: 38px;
		&.icon-Shape-2{
			font-size: 60px;
			margin-top: -22px;
		}
	}
	p{
		font-family: $montserrat;
		font-weight: 800;
		text-transform: uppercase;
		margin-bottom: 40px;
		@include transition(all .3s ease-in-out 0s);
	}
	h5{
		font-size: 18px;
		font-family: $montserrat;
	}
	&:hover{
		background-color: #934c93;
		@include box-shadow( 5px 5px 10px 0px rgba(50, 50, 50, 0.16), 10px 10px 14px 0 rgba(50, 50, 50, 0.16));
		color: #fff;
		p{
			color: #fefefe;
		}
	}
}*/
.cta-box {
  margin: 30px 20px 65px;
  min-height: 130px;
  max-height: 130px;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .cta-box i {
    display: block;
    font-size: 38px;
    margin-right: 13px;
    color: #934c93;
    float: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .cta-box i.icon-Shape-2, .cta-box i.icon-Shape-5, .cta-box i.icon-Shape-6 {
      font-size: 55px; }
  .cta-box ul {
    list-style: none;
    padding: 35px 0 32px;
    margin: 0;
    background-color: #fff;
    border-radius: 4px;
    color: #934c93;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
  .cta-box .title {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    float: right;
    letter-spacing: 0.100em;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .cta-box h5 {
    font-size: 18px;
    font-family: "Montserrat", Arial, sans-serif;
    margin: 0;
    padding: 16px 10px 18px;
    color: #0c587a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    letter-spacing: 0.100em; }
  .cta-box:hover {
    max-height: 185px;
    -moz-box-shadow: 0px 10px 24px 0px rgba(50, 50, 50, 0.16);
    -webkit-box-shadow: 0px 10px 24px 0px rgba(50, 50, 50, 0.16);
    box-shadow: 0px 10px 24px 0px rgba(50, 50, 50, 0.16); }
    .cta-box:hover i, .cta-box:hover .title {
      color: #fff; }
    .cta-box:hover ul {
      background-color: #934b94;
      bottom: 55px;
      -moz-box-shadow: 0px 10px 24px 0px rgba(50, 50, 50, 0.16);
      -webkit-box-shadow: 0px 10px 24px 0px rgba(50, 50, 50, 0.16);
      box-shadow: 0px 10px 24px 0px rgba(50, 50, 50, 0.16); }

.cta-box-right .pos-abs {
  width: 91%; }

.focused {
  background-image: url(assets/content/focused-bg.jpg); }
  .focused h2 strong {
    color: #004261; }
  .focused p {
    font-size: 28px;
    line-height: 40px; }

.two-cols .box-mask {
  background-color: transparent;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.two-cols .total-height {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .two-cols .total-height:hover .box-mask {
    background-color: rgba(189, 172, 154, 0.85); }
  .two-cols .total-height:hover .two-cols-box.pos-abs {
    top: 50%; }
  .two-cols .total-height:hover .two-cols-box h3 span, .two-cols .total-height:hover .two-cols-box h3 strong {
    color: #004261; }
  .two-cols .total-height:hover .two-cols-box p, .two-cols .total-height:hover .two-cols-box .btn-simple {
    opacity: 1; }

.two-cols-box {
  -webkit-transition: top 0.5s ease-in-out 0s;
  -moz-transition: top 0.5s ease-in-out 0s;
  -ms-transition: top 0.5s ease-in-out 0s;
  -o-transition: top 0.5s ease-in-out 0s;
  transition: top 0.5s ease-in-out 0s;
  z-index: 100; }
  .two-cols-box.pos-abs {
    top: 65%; }
  .two-cols-box h3 {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 52px;
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 0.100em; }
    .two-cols-box h3 span, .two-cols-box h3 strong {
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .two-cols-box h3 span {
      display: block; }
  .two-cols-box p {
    color: #fff;
    margin: 15px 0 20px;
    font-family: "Montserrat", Arial, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out 0s;
    -moz-transition: opacity 0.5s ease-in-out 0s;
    -ms-transition: opacity 0.5s ease-in-out 0s;
    -o-transition: opacity 0.5s ease-in-out 0s;
    transition: opacity 0.5s ease-in-out 0s; }
  .two-cols-box .btn-simple {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Montserrat", Arial, sans-serif;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .two-cols-box .btn-simple:hover, .two-cols-box .btn-simple:focus {
      color: #0c587a; }

.text-alignment {
  overflow: hidden; }
  .text-alignment .name-box {
    display: none; }
  .text-alignment .text-right {
    text-align: left; }
  .text-alignment .common-style h4 {
    text-align: center; }
  .text-alignment .common-style p, .text-alignment .common-style h4 {
    position: relative;
    z-index: 100; }
  .text-alignment .col-box {
    position: relative;
    z-index: -1; }
  .text-alignment.text-pos-left .col-box {
    margin-left: -37px !important; }
  .text-alignment.text-pos-right .col-box {
    margin-right: -68px !important; }

.common-style {
  position: relative; }

.right-mask, .left-mask {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 1px; }

.right-mask {
  right: -68px;
  border-left: 0px solid transparent;
  border-top: 100px solid;
  border-right: 75px solid transparent; }
  .right-mask.light {
    border-top-color: #fff; }
  .right-mask.light-grey {
    border-top-color: #f0f5f7; }
  .right-mask.dark-grey {
    border-top-color: #e6eef2; }
  .right-mask.dark {
    border-top-color: #004261; }

.left-mask {
  left: -37px;
  border-left: 75px solid transparent;
  border-top: 100px solid;
  border-right: 0px solid transparent;
  z-index: 100; }
  .left-mask.light {
    border-top-color: #fff; }
  .left-mask.light-grey {
    border-top-color: #f0f5f7; }
  .left-mask.dark-grey {
    border-top-color: #e6eef2; }
  .left-mask.dark {
    border-top-color: #004261; }

@media (max-aspect-ratio: 16 / 9) {
  .main-slide img {
    height: 100%;
    width: auto; } }

@media (min-width: 1400px) {
  .container.container-confined {
    width: 1140px; } }

.full-text {
  position: relative; }
  .full-text .common-style {
    padding: 140px 0px; }
    .full-text .common-style h3 {
      color: #004261;
      position: relative;
      z-index: 100;
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 500;
      line-height: 48px; }
    .full-text .common-style.right-side {
      padding-left: 60px; }
    .full-text .common-style.left-side {
      padding-right: 60px; }

.bg-mask {
  background-color: #e6eef2;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 51px);
  height: 100%; }

.smooth-bannner-reverse {
  background-color: #004261; }
  .smooth-bannner-reverse.reverse-angle .angle-top-banner-mask {
    background-color: #004261;
    top: -50px;
    -webkit-transform: rotate(-1.8deg);
    -moz-transform: rotate(-1.8deg);
    -ms-transform: rotate(-1.8deg);
    -o-transform: rotate(-1.8deg);
    transform: rotate(-1.8deg); }
  .smooth-bannner-reverse .common-style h4 {
    text-align: center;
    color: #e5d5c3;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    font-size: 48px; }
  .smooth-bannner-reverse .common-style p {
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 18px;
    line-height: 36px; }

.block-content {
  background-color: #fff;
  position: relative;
  z-index: 200;
  padding: 110px 0; }
  .block-content .double-border {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .block-content h4 {
    font-size: 30px;
    color: #b89b72;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 29px; }
  .block-content p {
    font-family: "Cardo", Arial, sans-serif;
    font-size: 19px;
    color: #004261;
    line-height: 28px; }
  .block-content.light {
    background-color: #fff; }
  .block-content.grey {
    background-color: #f0f5f7; }
  .block-content.dark {
    background-color: #1c698c; }
    .block-content.dark h4 {
      color: #e6d5c3; }
    .block-content.dark p {
      color: #fff; }

.content-box {
  position: relative; }
  .content-box .double-border {
    bottom: -10px; }

.grid-text {
  position: relative;
  padding: 150px 130px;
  z-index: 100; }
  .grid-text p {
    position: relative;
    z-index: 100;
    font-size: 19px;
    font-family: "Cardo", Arial, sans-serif;
    color: #004261; }

.grid .col-box {
  margin-left: -15px;
  margin-right: -15px; }

.grid .left-mask {
  left: -75px; }

.grid .right-mask {
  right: 0px; }

.grid .col-box {
  background-position: center center !important; }

.grid-w-light-grey {
  background-color: #f0f5f7; }

.grid-w-dark-grey {
  background-color: #e6eef2; }

.grid-w-dark .grid-text {
  background-color: #004261;
  margin-right: 60px;
  margin-left: -15px; }
  .grid-w-dark .grid-text p {
    color: #fff; }

.footer-form {
  background-color: #0c587a;
  overflow: hidden;
  padding: 50px 0;
  position: relative; }
  .footer-form .box-mask {
    background-color: #d0e9f5;
    width: 68% !important;
    right: 0; }
    .footer-form .box-mask .left-mask {
      left: -75px;
      border-top-color: #d0e9f5; }
  .footer-form h3 {
    text-align: center;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 42px;
    letter-spacing: 0.075em; }
  .footer-form h4 {
    position: relative;
    z-index: 100;
    color: #0c587a;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 23px;
    letter-spacing: 0.075em;
    z-index: 200; }
  .footer-form form {
    position: relative;
    z-index: 200; }
    .footer-form form .form-control {
      border: 1px solid #adcdec;
      border-radius: 20px;
      font-size: 18px;
      color: #0c587a;
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 500;
      padding: 6px 20px;
      height: 43px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .footer-form form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #0c587a; }
    .footer-form form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #0c587a; }
    .footer-form form :-ms-input-placeholder {
      /* IE 10+ */
      color: #0c587a; }
    .footer-form form :-moz-placeholder {
      /* Firefox 18- */
      color: #0c587a; }
    .footer-form form .btn-danger {
      padding: 8px 40px; }
      .footer-form form .btn-danger:hover, .footer-form form .btn-danger:focus {
        color: #944b93; }

.social-links {
  list-style: none;
  padding: 0; }
  .social-links li a {
    font-size: 16px;
    color: #0c587a;
    font-family: "Montserrat", Arial, sans-serif; }
    .social-links li a i {
      background-color: #d0e9f5;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      display: inline-block;
      font-size: 25px;
      color: #004f72; }
  .social-links li:after {
    content: "" !important; }
  .social-links li:last-child {
    margin-bottom: 0; }

.footer-content {
  background-color: #f2f7fa;
  padding: 35px 0 16px; }
  .footer-content .footer-logo {
    text-align: center;
    line-height: 183px; }
  .footer-content h5 {
    font-size: 16px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #0c587a;
    text-transform: uppercase;
    margin-bottom: 17px; }
  .footer-content address {
    font-size: 16px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    color: #004261;
    margin-bottom: 23px; }
  .footer-content .contact-items {
    list-style: none;
    padding: 0; }
    .footer-content .contact-items li {
      font-size: 16px;
      color: #004261;
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 500; }
      .footer-content .contact-items li a {
        font-size: 16px;
        color: #66accc; }

.copyright {
  background-color: #0c587a;
  padding: 25px 0 15px;
  color: #fff; }
  .copyright p, .copyright ul {
    margin-bottom: 0; }
  .copyright p {
    font-size: 14px;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 28px; }
    .copyright p a {
      color: #d0e9f5; }
  .copyright ul li {
    padding: 0; }
    .copyright ul li::after {
      content: "|";
      color: #fff;
      font-family: "Montserrat", Arial, sans-serif;
      margin-left: 7px;
      font-size: 14px;
      margin-right: 3px; }
    .copyright ul li a {
      font-size: 14px;
      font-family: "Montserrat", Arial, sans-serif;
      color: #d0e9f5; }
    .copyright ul li:last-child::after {
      content: none; }

#fp-nav.left {
  left: 30px; }

#fp-nav ul li {
  margin-bottom: 30px; }
  #fp-nav ul li a.active span {
    width: 35px;
    height: 15px;
    border-radius: 6px; }
  #fp-nav ul li a span {
    border: 2px solid #dae2e6;
    height: 15px;
    width: 15px; }
  #fp-nav ul li:first-child a span, #fp-nav ul li:nth-child(3) a span {
    background-color: #adcdec; }
  #fp-nav ul li:nth-child(2) a span {
    background-color: #004261; }
  #fp-nav ul li:nth-child(4) a span {
    background-color: #1c698c; }
  #fp-nav ul li:nth-child(5) a span {
    background-color: #6d6250; }
  #fp-nav ul li:nth-child(6) a span {
    background-color: #e6d5c3; }
  #fp-nav ul li:nth-child(7) a span, #fp-nav ul li:nth-child(9) a span {
    background-color: #934c93; }
  #fp-nav ul li:nth-child(8) a span {
    background-color: #622e44; }
  #fp-nav ul li:hover a.active span {
    height: 15px;
    width: 35px;
    border-radius: 6px; }
  #fp-nav ul li:hover a span {
    width: 15px;
    height: 15px;
    margin: 0; }

/*=========================================== MEDIA QUERIES ================================================*/
@media (max-width: 1400px) {
  /*===================== Home Page ================*/
  .right-img {
    background-size: cover;
    background-position: 325px 0; }
  .left-img {
    background-size: cover;
    background-position: -287px 0; }
  .grid-text {
    padding: 80px 64px 80px 30px; }
    .grid-text p {
      font-size: 18px; }
  .footer-form h3 {
    margin-right: 40px; }
  .footer-form .box-mask {
    width: 66% !important; }
  .copyright .col-sm-offset-2 {
    margin-left: 10%; }
  .mask-wrap .box-mask {
    width: 47.1%; } }

@media (max-width: 1400px) {
  .navbar-default .navbar-nav li a {
    font-size: 15px; } }

/*=========================================== INSIGHTS PAGE ======================================*/
body:not(.home) header {
  height: 56px; }

.content-bg {
  background-color: #f0f5f7; }

.content-inner-wrapper {
  background-color: #fff;
  border-left: 1px solid #bdd5f3;
  border-right: 1px solid #bdd5f3;
  padding: 20px 20px 37px; }
  .content-inner-wrapper .arrow-group {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .content-inner-wrapper .arrow-group a:hover, .content-inner-wrapper .arrow-group a:focus {
      text-decoration: none; }
    .content-inner-wrapper .arrow-group i {
      display: block;
      color: #934c93;
      font-size: 22px; }
    .content-inner-wrapper .arrow-group .arrow-text {
      color: #934c93;
      text-transform: uppercase; }

.to-blog {
  color: #944b93;
  font-size: 19px;
  font-family: "Montserrat", Arial, sans-serif;
  line-height: 53px;
  display: inline-block; }

.social-box {
  margin: 0;
  padding: 5px 0 20px; }
  .social-box li {
    float: left; }
    .social-box li span {
      text-transform: uppercase;
      color: #464a4c;
      font-weight: 500;
      font-family: "Montserrat", Arial, sans-serif;
      line-height: 44px;
      margin-right: 6px; }
    .social-box li ul {
      line-height: 44px;
      display: inline-block; }
      .social-box li ul li {
        padding-right: 4px;
        padding-left: 4px; }
      .social-box li ul a {
        display: block;
        line-height: 50px; }
      .social-box li ul i {
        color: #fff;
        font-size: 20px;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px; }
      .social-box li ul .fa-linkedin {
        background-color: #007ab9; }
      .social-box li ul .fa-twitter {
        background-color: #55acee; }
      .social-box li ul .fa-facebook {
        background-color: #3b5998; }

.nav-form {
  position: relative;
  height: 44px;
  width: 300px;
  margin: 0 10px 0 0; }
  .nav-form .form-group {
    width: 44px;
    overflow: hidden;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    position: absolute;
    right: 0;
    border-radius: 30px; }
    .nav-form .form-group .form-control {
      border-radius: 30px;
      height: 44px;
      border: none;
      font-family: "Montserrat", Arial, sans-serif;
      color: #464a4c;
      padding: 6px 20px 6px;
      border: 1px solid #886a4a;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .nav-form .form-group ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #464a4c; }
    .nav-form .form-group ::-moz-placeholder {
      /* Firefox 19+ */
      color: #464a4c; }
    .nav-form .form-group :-ms-input-placeholder {
      /* IE 10+ */
      color: #464a4c; }
    .nav-form .form-group :-moz-placeholder {
      /* Firefox 18- */
      color: #464a4c; }
  .nav-form .btn-simple {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    width: 40px;
    color: #886a4a;
    position: absolute;
    right: 2px;
    top: 2px; }
    .nav-form .btn-simple:hover, .nav-form .btn-simple:focus {
      outline: none !important; }
    .nav-form .btn-simple i {
      font-size: 20px;
      color: #886a4a;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .nav-form:hover .form-group {
    width: 247px; }
    .nav-form:hover .form-group .form-control {
      border: 1px solid #934c93; }
  .nav-form:hover .btn-simple i {
    color: #934c93; }

.open-search .form-group {
  width: 247px; }
  .open-search .form-group .form-control {
    border: 1px solid #934c93; }

.open-search .btn-simple i {
  color: #934c93; }

.text-banner {
  padding: 22px 20px 7px;
  background-color: #f7f7f7; }
  .text-banner h3 {
    margin-top: 0;
    font-size: 30px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #0c587a;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 0.075em; }

.text-banner-border {
  border-left: 3px solid #9e8160;
  padding: 0 20px;
  font-family: "Montserrat", Arial, sans-serif;
  color: #464a4c; }
  .text-banner-border h5 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.075em; }
  .text-banner-border p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.025em; }
  .text-banner-border a, .text-banner-border span {
    color: #944b93; }

.blog-content {
  padding: 22px 0 60px; }
  .blog-content h4 {
    font-size: 27px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #0c587a;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 24px; }
    .blog-content h4 a {
      color: #944b93;
      font-size: 14px;
      text-transform: none;
      font-weight: 300;
      letter-spacing: 0; }
  .blog-content [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px; }

.blog-box {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px; }
  .blog-box .blog-box-title {
    position: absolute;
    bottom: -251px;
    left: 0;
    width: 100%;
    padding: 26px 20px;
    min-height: 340px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .blog-box .blog-box-title h6 {
      position: relative;
      z-index: 100;
      font-family: "Montserrat", Arial, sans-serif;
      font-weight: 700;
      letter-spacing: 0.075px;
      text-transform: uppercase;
      font-size: 18px;
      margin-bottom: 40px;
      line-height: 24px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .blog-box .blog-box-title h6 a {
        color: #fff;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
  .blog-box .blog-box-text {
    position: relative;
    z-index: 100; }
    .blog-box .blog-box-text i {
      color: #fff;
      font-size: 20px;
      background-color: #934c93;
      line-height: 48px;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      margin-bottom: 23px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .blog-box .blog-box-text p {
      color: #fff;
      font-size: 14px;
      line-height: 23px;
      font-family: "Montserrat", Arial, sans-serif;
      letter-spacing: 0.075em; }
  .blog-box .blog-box-mask {
    position: absolute;
    top: 0;
    left: -50px;
    width: 600px;
    height: 600px;
    background-color: #bdac9a;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .blog-box:hover .blog-box-title {
    bottom: 0; }
    .blog-box:hover .blog-box-title h6 {
      margin-bottom: 20px; }
  .blog-box:hover .blog-box-mask {
    background-color: rgba(189, 172, 154, 0.8);
    top: -100px; }

/*=========================================== SINGLE PAGE ======================================*/
@media (min-width: 1200px) {
  .container.container-reset-small {
    width: 850px; } }

.single-content-wrapper .content-inner-wrapper {
  padding: 20px 30px 50px; }

.single-content-wrapper .text-banner {
  padding: 15px 10px 10px; }
  .single-content-wrapper .text-banner h3 {
    margin-bottom: 11px; }
  .single-content-wrapper .text-banner h6 {
    font-size: 14px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    color: #90999f;
    letter-spacing: 0.075em;
    margin-bottom: 12px; }
  .single-content-wrapper .text-banner img {
    margin-bottom: 18px;
    -moz-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.16); }

.single-content-wrapper .text-banner-border p {
  font-size: 14px;
  line-height: 23px; }

.single-content-wrapper .no-padd {
  display: inline-block;
  padding: 5px 0 0; }

.content {
  padding: 1px 0 3px; }
  .content h4 {
    font-size: 24px;
    line-height: 32px;
    color: #b89b72;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.075em;
    margin-bottom: 17px; }
  .content h6 {
    font-size: 18px;
    line-height: 22px;
    color: #004261;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.075em;
    margin-bottom: 6px; }
  .content ul,
  .content p {
    font-size: 16px;
    line-height: 22px;
    font-family: "Cardo", Arial, sans-serif;
    color: #464a4c;
    margin-bottom: 20px;
    letter-spacing: 0.075em; }
  .content a {
    color: #944b93; }
  .content hr {
    border-color: #bdd5f3; }
  .content blockquote {
    font-family: "Cardo", Arial, sans-serif;
    font-style: italic;
    font-size: 21px;
    line-height: 28px;
    color: #3281a6;
    letter-spacing: 0.075em;
    border-left: 3px solid #3281a6;
    padding: 0 20px;
    margin: 0 0 25px; }
  .content .alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  .content .alignleft {
    float: left;
    margin: 5px 20px 20px 0; }

.related-posts {
  background-color: #e6eef2;
  padding: 8px 20px 18px; }
  .related-posts h5 {
    font-size: 24px;
    line-height: 24px;
    color: #0c587a;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 7px; }
  .related-posts ul {
    padding: 0; }
    .related-posts ul li {
      list-style: none; }
      .related-posts ul li::before {
        content: '';
        display: inline-block;
        height: 5px;
        width: 5px;
        background: #944b93;
        border-radius: 50%;
        vertical-align: middle;
        margin-right: 5px;
        margin-bottom: 3px; }
      .related-posts ul li a {
        color: #944b93;
        font-size: 19px;
        font-family: "Montserrat", Arial, sans-serif;
        font-weight: 500; }

/*=========================================== TEAM PAGE ======================================*/
@media (min-width: 1400px) {
  .container.container-reset-lg {
    width: 1430px; }
  .container.container-reset-md {
    width: 985px; } }

body.page-template-page-flexible {
  overflow-x: hidden; }

.angle-bottom-banner {
  position: relative; }

.angle-bottom-banner-text {
  padding: 117px 0 71px;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
  z-index: 200; }
  .angle-bottom-banner-text h2 {
    color: #e6d5c3;
    letter-spacing: 0.075em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px; }
  .angle-bottom-banner-text p {
    line-height: 36px;
    color: #fff;
    text-align: right; }

.angle-bottom-banner-mask {
  position: absolute;
  background-color: #0c587a;
  left: -100px;
  bottom: 0;
  height: 1000px;
  width: 3000px;
  z-index: 100;
  border-bottom: 1px solid #5d6266;
  -webkit-transform: rotate(3.8deg);
  -moz-transform: rotate(3.8deg);
  -ms-transform: rotate(3.8deg);
  -o-transform: rotate(3.8deg);
  transform: rotate(3.8deg);
  z-index: 110; }

.team-member-box {
  position: relative; }
  .team-member-box a[data-readmore-toggle^="rmjs-"] {
    font-family: "Montserrat", Arial, sans-serif;
    letter-spacing: 0.100em;
    font-weight: 500;
    color: #934c93;
    margin: 15px 0px;
    width: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .team-member-box a[data-readmore-toggle^="rmjs-"]:hover, .team-member-box a[data-readmore-toggle^="rmjs-"]:focus {
      text-decoration: none;
      color: #0c587a; }

.top-marg-01 {
  margin-top: -19px; }

.top-marg-02 {
  margin-top: 13px; }

.top-marg-03 {
  margin-top: 44px; }

.team-box-mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2000px;
  top: -500px;
  z-index: -1; }

.type-one {
  background-color: #f2fbff; }

.type-two {
  background-color: #e6eef2; }

.img-box {
  position: relative;
  overflow: hidden; }
  .img-box .angle-gap-top, .img-box .angle-gap-bottom {
    position: absolute;
    height: 100px;
    left: -100px;
    width: 700px;
    -webkit-transform: rotate(3.8deg);
    -moz-transform: rotate(3.8deg);
    -ms-transform: rotate(3.8deg);
    -o-transform: rotate(3.8deg);
    transform: rotate(3.8deg); }
  .img-box .angle-gap-top {
    top: -63px; }
  .img-box .angle-gap-bottom {
    bottom: -86px; }

.team-content-wrapper [class*='col-'] {
  padding-left: 13px;
  padding-right: 13px; }

.team-box-text {
  padding: 18px 13px;
  overflow: hidden; }
  .team-box-text h4, .team-box-text h6 {
    color: #0c587a;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0.100em; }
  .team-box-text h6 {
    font-size: 18px;
    margin-bottom: 25px; }
  .team-box-text h4 {
    font-size: 30px;
    margin-bottom: 13px; }
  .team-box-text p {
    line-height: 32px;
    letter-spacing: 0.100em;
    color: #5d6266;
    font-family: "Cardo", Arial, sans-serif; }

.angle-top-banner {
  position: relative; }

.angle-top-banner-text {
  padding: 76px 0 32px 58px;
  position: relative;
  z-index: 200; }
  .angle-top-banner-text h3 {
    color: #e6d5c3;
    font-family: "Montserrat", Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    margin-bottom: 15px;
    font-weight: 400; }
  .angle-top-banner-text p {
    color: #fff;
    line-height: 32px;
    font-family: "Montserrat", Arial, sans-serif; }

.angle-top-banner-mask {
  background-color: #3281a6;
  border-top: 1px solid #5d6266;
  position: absolute;
  top: -37px;
  left: -100px;
  height: 700px;
  width: 3000px;
  z-index: 100;
  -webkit-transform: rotate(1.8deg);
  -moz-transform: rotate(1.8deg);
  -ms-transform: rotate(1.8deg);
  -o-transform: rotate(1.8deg);
  transform: rotate(1.8deg); }

.all-team {
  position: relative;
  z-index: 300;
  background-color: #fdfdfd;
  padding: 50px 0 40px;
  border-top: 2px solid #daeaf7;
  border-bottom: 2px solid #daeaf7; }
  .all-team [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px; }

.member-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px; }
  .member-box:hover .member-mask {
    background-color: rgba(148, 75, 147, 0.8); }
  .member-box:hover .member-mask-content h5 {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  .member-box:hover .member-mask-content p {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }

.member-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(148, 75, 147, 0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.member-mask-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif; }
  .member-mask-content h5 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.100em;
    margin-bottom: 7px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .member-mask-content p {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.100em;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }

.full-text-banner {
  position: relative;
  z-index: 300;
  padding: 80px 0 95px; }
  .full-text-banner h3 {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    color: #e6d5c3;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.075em; }
  .full-text-banner h5 {
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    font-family: "Cardo", Arial, sans-serif;
    margin-bottom: 34px; }

/*=========================================== PAGE TEMPLATE ======================================*/
.page-content {
  background-color: #004261; }
  .page-content .angle-bottom-banner-text p {
    text-align: justify; }
  .page-content .angle-bottom-banner-mask {
    background-color: #004261;
    border: none;
    -webkit-transform: rotate(-1.8deg);
    -moz-transform: rotate(-1.8deg);
    -ms-transform: rotate(-1.8deg);
    -o-transform: rotate(-1.8deg);
    transform: rotate(-1.8deg);
    bottom: -35px; }

.name-box {
  position: absolute;
  background-color: #f2fbff;
  padding: 10px 20px;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 0.075em;
  color: #004261;
  line-height: 26px; }

.two-cols-page.text-pos-left .common-style {
  float: right;
  padding: 135px 85px 108px 0; }

.two-cols-page.text-pos-left .col-box {
  margin-right: -15px;
  margin-left: -15px; }

.two-cols-page.text-pos-left .name-box {
  left: 75px;
  bottom: 142px; }

.two-cols-page.text-pos-right .common-style {
  padding: 90px 0 108px 78px; }

.two-cols-page.text-pos-right .col-box {
  margin-right: -15px;
  margin-left: -15px; }

.two-cols-page.text-pos-right .name-box {
  right: 56px;
  bottom: 63px; }

.two-cols-page .common-style {
  max-width: 618px; }
  .two-cols-page .common-style h4 {
    color: #b89b72; }

.two-cols-page .col-box {
  background-position: top center; }

.two-cols-page .add-mask-bg.light {
  background-color: #fff; }

.two-cols-page .add-mask-bg.light-grey {
  background-color: #f0f5f7; }

.two-cols-page .add-mask-bg.dark-grey {
  background-color: #e6eef2; }

.two-cols-page .add-mask-bg.dark {
  background-color: #004261; }

.col-box {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover; }

.common-style h4 {
  color: #9e8160;
  font-size: 30px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  margin-bottom: 20px; }

.common-style p {
  font-size: 19px;
  font-family: "Cardo", Arial, sans-serif;
  color: #004261;
  line-height: 28px; }
  .common-style p strong {
    color: #934c93; }

.light-banner {
  background-color: #f0f5f7;
  padding: 64px 0 80px; }
  .light-banner .angle-top-banner-mask {
    background-color: #f0f5f7;
    border: none; }

.text-pos-right {
  z-index: 200;
  position: relative;
  background-color: #f0f5f7; }

.reverse-angle {
  position: relative;
  z-index: 200;
  padding: 74px 0 70px; }
  .reverse-angle .angle-top-banner-mask {
    background-color: #fff;
    border: none;
    top: -44px;
    -webkit-transform: rotate(-1.8deg);
    -moz-transform: rotate(-1.8deg);
    -ms-transform: rotate(-1.8deg);
    -o-transform: rotate(-1.8deg);
    transform: rotate(-1.8deg); }
  .reverse-angle .double-border {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 200; }

.cores {
  position: relative;
  z-index: 200;
  background-color: #1c698c;
  padding: 80px 0 110px; }
  .cores h3 {
    margin-bottom: 50px; }

.common-heading {
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  color: #e6d5c3;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-bottom: 20px; }

.core-box {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  padding-right: 40px;
  margin-bottom: 48px; }
  .core-box img {
    margin-bottom: 4px; }
  .core-box h5 {
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .core-box p {
    font-size: 16px;
    line-height: 24px; }

.double-angle {
  position: relative;
  z-index: 200;
  padding: 55px 0;
  background-color: #004261; }
  .double-angle .angle-top-banner-mask {
    border: none;
    background-color: #004261;
    height: 445px;
    top: -60px;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }

.double-angle-box {
  position: relative;
  z-index: 200;
  color: #fff; }
  .double-angle-box h4 {
    font-size: 29px;
    font-family: "Cardo", Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 30px; }
  .double-angle-box h5 {
    font-size: 22px;
    font-family: "Cardo", Arial, sans-serif;
    font-weight: 400;
    line-height: 27px; }

.page-list {
  background-color: #1c698c;
  padding: 178px 0 95px; }
  .page-list ul {
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    list-style: none;
    padding-left: 0px;
    padding-right: 25px;
    margin-bottom: 62px; }
    .page-list ul li {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 25px;
      position: relative;
      padding-left: 18px; }
      .page-list ul li p {
        margin: 0; }
      .page-list ul li::before {
        content: '';
        background-color: #fff;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 9px; }

.page-list-header {
  position: relative;
  z-index: 200;
  text-align: center; }
  .page-list-header h4 {
    color: #fff;
    font-size: 24px;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 70px; }

.arrow-up {
  position: fixed;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .arrow-up.show {
    opacity: 1; }

/*=========================================== Contact Page ======================================*/
.map {
  height: 350px; }

.contact-content .content {
  padding: 45px 0; }

.gform_wrapper form input, .gform_wrapper form textarea {
  border: 1px solid #adcdec;
  border-radius: 20px;
  font-size: 18px !important;
  color: #0c587a;
  font-family: "Montserrat", Arial, sans-serif !important;
  padding: 6px 20px !important;
  height: 43px;
  width: 100% !important;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.gform_wrapper form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0c587a; }

.gform_wrapper form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0c587a; }

.gform_wrapper form :-ms-input-placeholder {
  /* IE 10+ */
  color: #0c587a; }

.gform_wrapper form :-moz-placeholder {
  /* Firefox 18- */
  color: #0c587a; }

.gform_wrapper form .gform_button {
  width: auto !important;
  border-color: #944b93 !important;
  background-color: #944b93 !important;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .gform_wrapper form .gform_button:hover, .gform_wrapper form .gform_button:focus {
    background-color: transparent !important;
    color: #944b93 !important; }

.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border: none !important; }

.gform_wrapper .validation_message {
  color: #c516bf !important; }

.gform_wrapper div.validation_error {
  color: #c516bf !important;
  border-color: #c516bf !important; }

/*=============================================== MEDIA QUERIES ======================================*/
@media (max-width: 1400px) {
  /*===================== Home Page ================*/
  .navbar-default .navbar-nav > li {
    padding: 5px 0; }
  .quote-box {
    margin-top: 25px; }
  .main-box .btn-simple {
    margin-bottom: 20px; }
  .cta-box .title {
    font-size: 14px; }
  .cta-box i {
    font-size: 28px;
    line-height: 42px;
    margin-right: 5px; }
    .cta-box i.icon-Shape-2, .cta-box i.icon-Shape-5, .cta-box i.icon-Shape-6 {
      font-size: 38px; }
  .cta-box h5 {
    font-size: 16px; }
  .footer-logo img {
    height: 70px; }
  /*===================== Page template ================*/
  .page-content .angle-bottom-banner-mask {
    bottom: 0px; }
  .text-pos-left {
    margin-top: -40px; }
  .two-cols-page.text-pos-left .common-style {
    padding: 180px 40px 108px 0;
    max-width: 575px; }
  .two-cols-page.text-pos-right .common-style {
    padding: 90px 0px 170px 40px;
    max-width: 575px; }
  .two-cols-page.text-pos-right .name-box {
    bottom: 135px; }
  .light-banner .angle-top-banner-mask {
    top: 0; }
  .light-banner .angle-top-banner-text {
    padding: 0; }
  .reverse-angle {
    padding: 0 0 40px; }
    .reverse-angle .angle-top-banner-mask {
      top: -135px; }
    .reverse-angle .angle-top-banner-text {
      padding-top: 35px; }
  /*===================== Team page ================*/
  .team-content-wrapper {
    margin-top: -30px; }
  .top-marg-02 {
    margin-top: 9px; }
  .top-marg-03 {
    margin-top: 36px; }
  .angle-bottom-banner-text {
    padding: 117px 0 110px; }
  .team-box-text {
    padding: 10px 13px 25px;
    margin-bottom: 50px; }
  .angle-top-banner-text {
    padding: 35px 0 32px 58px; } }

/*===================== iPad landscape ================*/
@media (max-width: 1200px) {
  /*===================== Home Page ================*/
  h1 {
    font-size: 36px; }
  h2 {
    font-size: 40px; }
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0px; }
  .big-logo {
    height: 65px; }
  .navbar-default .navbar-nav {
    padding: 34px 0; }
  .navbar-default .btn-danger {
    margin-right: 0; }
  body:not(.fp-viewing-0) .navbar > .container-fluid .navbar-brand {
    margin-left: 0; }
  body:not(.fp-viewing-0) .navbar-default .navbar-nav {
    margin-right: 10px; }
  .main-slide-box h1 {
    margin-bottom: 30px;
    line-height: 45px;
    margin-left: 100px; }
  .main-slide-box .btn-danger {
    margin-left: 148px; }
  .main-slider-box.slider-initialized .box-mask.right {
    width: 42%; }
  .intro-content h2 {
    margin-top: 30px;
    margin-bottom: 10px; }
  .intro-content blockquote {
    font-size: 24px; }
  .intro-content p {
    font-size: 20px; }
  .intro-content .btn-danger {
    margin-bottom: 30px; }
  .mask-wrap .box-mask {
    width: 46.4% !important; }
  .right-img {
    background-position: 210px 0px; }
    .right-img .main-box {
      margin-left: 40px; }
  .left-img .main-box {
    padding-right: 40px; }
  .main-box h3 {
    margin-bottom: 15px; }
  .main-box p {
    line-height: 28px;
    margin-bottom: 15px; }
  .cta-box {
    margin: 30px 0px;
    min-height: 100px; }
    .cta-box .title {
      max-width: 180px; }
    .cta-box i {
      line-height: 50px; }
    .cta-box ul {
      padding: 17px 0 22px; }
  .ctas .total-height {
    height: auto; }
  .ctas .box-mask {
    left: 0; }
  .cta-box-left {
    padding: 50px 0px 50px 0px !important;
    margin-bottom: 10px; }
    .cta-box-left.pos-abs {
      position: relative;
      top: 0;
      left: 0;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    .cta-box-left p {
      font-size: 16px;
      line-height: 24px; }
    .cta-box-left h3 {
      margin-top: 25px;
      line-height: 35px;
      margin-bottom: 10px;
      font-size: 27px; }
    .cta-box-left .btn-danger {
      margin-bottom: 25px; }
  .cta-box-right .pos-abs {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .footer-form h3 {
    font-size: 28px; }
  .footer-form h4 {
    font-size: 22px; }
  .footer-content .footer-logo img {
    height: 50px; }
  /*===================== Page template ================*/
  .page-content .angle-bottom-banner-mask {
    bottom: 10px; }
  .angle-bottom-banner-text {
    padding: 45px 0 15px; }
  .two-cols-page.text-pos-left .common-style {
    padding: 160px 0px 108px 0;
    max-width: none; }
  .two-cols-page.text-pos-left .name-box {
    font-size: 16px; }
  .two-cols-page.text-pos-right .common-style {
    padding: 60px 0 90px;
    max-width: none; }
  .two-cols-page.text-pos-right .name-box {
    font-size: 16px; }
  .two-cols-page.text-pos-right .col-box {
    background-position: -57px center; }
  .light-banner {
    padding: 30px 0 50px; }
  /*===================== Blog page ================*/
  .blog-box .blog-box-title {
    bottom: -297px;
    min-height: 390px; }
  .blog-box:hover .blog-box-title {
    min-height: 350px; }
    .blog-box:hover .blog-box-title h6 {
      font-size: 16px;
      margin-bottom: 10px; }
  .blog-box:hover .blog-box-text i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 17px;
    margin-bottom: 15px; }
  /*===================== Single page ================*/
  /*===================== Team page ================*/
  .angle-bottom-banner-text {
    padding: 45px 0 96px; }
  .team-content-wrapper {
    margin-top: -35px; }
  .top-marg-02 {
    margin-top: 4px; }
  .top-marg-03 {
    margin-top: 26px; }
  .team-box-text h6 {
    font-size: 16px;
    margin-bottom: 15px; }
  .team-box-text h4 {
    font-size: 24px; }
  .full-text-banner {
    padding: 40px 0 50px; }
  .team-box-text p {
    letter-spacing: 0; }
  .team-box-mask {
    height: 2100px; }
  .text-pos-left.text-alignment {
    margin-top: 0; }
  .text-alignment .common-style {
    padding: 50px 30px !important; }
    .text-alignment .common-style p {
      font-size: 18px; }
  .text-alignment .col-box {
    background-position: center center !important; }
  .text-alignment.text-pos-right .common-style {
    padding: 50px 80px !important; }
  .text-alignment.text-pos-left .col-box {
    margin-right: -50px !important; }
  .full-text .common-style.right-side {
    padding: 50px 80px !important; }
  .grid .col-box {
    background-position: center center; }
  .grid-w-dark .grid-text {
    padding-right: 20px; } }

/*========reset navbar========*/
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    width: 300px;
    position: fixed;
    height: 100% !important;
    right: -300px;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -ms-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
    transition: right 0.3s ease-in-out 0s; }
    .navbar-collapse.collapse {
      height: 100% !important; }
      .navbar-collapse.collapse.in {
        height: 100% !important;
        right: 0; }
  .navbar-nav > li {
    float: none; }
  .navbar-fixed-top .navbar-collapse {
    max-height: 1000px; } }

/*===================== iPad portrait ================*/
@media (max-width: 992px) {
  /*===================== Home Page ================*/
  h1 {
    font-size: 30px; }
  h2 {
    font-size: 25px; }
  h3 {
    font-size: 22px; }
  body:not(.home) header {
    height: 70px; }
  .navbar-default {
    height: 70px;
    padding-top: 0;
    background-color: #fff;
    border-bottom: 2px solid #adcdec; }
    .navbar-default .navbar-brand {
      padding: 5px; }
      .navbar-default .navbar-brand .small-logo {
        height: 58px !important; }
      .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        background-color: #fff; }
    .navbar-default .btn-danger {
      display: inline-block; }
    .navbar-default .navbar-nav {
      width: 100%;
      text-align: center;
      padding: 15px 0; }
      .navbar-default .navbar-nav > li {
        padding: 0;
        border-bottom: 1px solid #adcdec; }
        .navbar-default .navbar-nav > li:last-child {
          border-bottom: none; }
        .navbar-default .navbar-nav > li a {
          font-size: 12.5px !important;
          padding: 10px 12px !important; }
        .navbar-default .navbar-nav > li .sub-menu {
          position: static;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block;
          max-height: 0;
          overflow: hidden;
          border: none;
          -webkit-transition: all 0.3s ease-in-out 0s;
          -moz-transition: all 0.3s ease-in-out 0s;
          -ms-transition: all 0.3s ease-in-out 0s;
          -o-transition: all 0.3s ease-in-out 0s;
          transition: all 0.3s ease-in-out 0s; }
          .navbar-default .navbar-nav > li .sub-menu li {
            border-bottom: none;
            padding: 5px; }
    .navbar-default .button-wrapper {
      float: none !important;
      text-align: center; }
    .navbar-default .navbar-collapse {
      border: none;
      border-left: 2px solid #adcdec;
      border-top: 2px solid #adcdec; }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
  .open-submenu {
    position: absolute;
    right: 10px;
    top: 0px;
    padding: 11px 15px;
    font-size: 17px;
    color: #0c587a;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .open-submenu:hover {
      color: #464a4c; }
  .sub-menu-active .sub-menu {
    max-height: 300px !important; }
  .sub-menu-active .open-submenu {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .big-logo {
    display: none !important; }
  .small-logo {
    display: block !important; }
  .hamburger--slider .hamburger-inner {
    border-radius: 0;
    height: 5px;
    background: #0c587a;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .hamburger--slider .hamburger-inner:before, .hamburger--slider .hamburger-inner:after {
      border-radius: 0;
      height: 5px;
      background: #0c587a;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .hamburger:hover, .hamburger:focus {
    opacity: 1;
    background: transparent !important; }
  .hamburger {
    padding: 22px 15px 15px; }
  .navbar-collapse {
    background-color: #fff; }
  .box-mask {
    top: -800px; }
    .box-mask.right {
      right: -13px; }
    .box-mask.left {
      left: -13px; }
  .main-slider-box.slider-initialized .box-mask.right {
    width: 52%; }
  .main-slide-box h1 {
    margin-left: 15px; }
  .main-slide-box .btn-danger {
    margin-left: 50px; }
  .main-slider-box .box-mask {
    width: 70%;
    right: -10% !important; }
  .main-slider-box .main-slide-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .btn-danger {
    font-size: 16px; }
  .intro-content blockquote {
    font-size: 18px;
    line-height: 24px; }
  .intro-content p {
    line-height: 24px; }
  .mask-wrap {
    display: none; }
  .right-img, .left-img {
    background-image: none !important;
    padding: 20px 0; }
    .right-img .box-mask, .left-img .box-mask {
      top: auto !important;
      bottom: 0;
      left: 0;
      height: 100% !important;
      width: 100% !important;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      background-color: rgba(237, 246, 250, 0.7) !important; }
    .right-img .pos-abs, .left-img .pos-abs {
      position: relative;
      text-align: center;
      top: auto;
      left: auto;
      bottom: 0;
      width: auto;
      padding: 0 0 50px 0;
      margin-right: 15px;
      margin-bottom: 15px;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  .left-img .main-box h3, .left-img .main-box p, .left-img .main-box a {
    text-align: center; }
  .quote-box {
    background-color: #fff; }
  .right-img {
    background-position: center center; }
    .right-img .main-box {
      margin-left: 0px; }
  .ctas .total-height {
    height: auto; }
  .cta-box-left {
    padding: 74px 0px 65px 0px !important;
    margin-bottom: 30px; }
    .cta-box-left h3 {
      line-height: 28px;
      margin-bottom: 20px; }
    .cta-box-left p {
      text-align: center; }
  .cta-box-right {
    z-index: 100; }
    .cta-box-right .pos-abs {
      width: auto; }
  .cta-box {
    padding-left: 10px;
    padding-right: 10px; }
    .cta-box p {
      margin-bottom: 25px;
      font-size: 16px; }
    .cta-box h5 {
      font-size: 16px; }
  .two-cols-box {
    padding: 100px 0;
    min-height: 552px; }
    .two-cols-box br {
      display: none; }
    .two-cols-box h3 {
      line-height: 40px; }
    .two-cols-box.pos-abs {
      top: auto; }
  .footer-form h3 {
    font-size: 22px; }
  .footer-form h4 {
    padding: 0 15px; }
  .footer-form form {
    padding: 0 15px; }
    .footer-form form .form-control {
      font-size: 16px; }
    .footer-form form .btn-danger {
      font-size: 16px; }
  .footer-content {
    text-align: center; }
    .footer-content .social-links li {
      text-align: left;
      padding: 0 100px; }
    .footer-content img {
      margin: auto; }
  .copyright {
    text-align: center; }
    .copyright .social-links {
      margin-bottom: 10px; }
    .copyright p {
      font-size: 12px; }
    .copyright ul li::after {
      vertical-align: top;
      line-height: 16px;
      font-size: 12px; }
    .copyright ul li a {
      font-size: 12px;
      vertical-align: top; }
    .copyright .col-sm-offset-2 {
      margin-left: 2%; }
  .pos-abs {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .intro-box {
    padding: 50px 0; }
  .fp-section, .fp-tableCell {
    height: auto !important; }
  .total-height {
    height: auto; }
  /*===================== Page template ================*/
  .angle-bottom-banner-text {
    padding: 45px 0 38px; }
  .two-cols-page.text-pos-left .col-box {
    background-position: -258px 0px; }
  .two-cols-page.text-pos-left .name-box {
    bottom: 75px;
    left: 35px; }
  .two-cols-page.text-pos-right .col-box {
    background-position: -105px center; }
  .cores {
    padding: 50px 0 70px; }
  .double-angle .angle-top-banner-mask {
    height: 385px;
    top: -55px; }
  .page-list {
    padding: 135px 0 80px; }
  /*===================== Blog page ================*/
  .social-box {
    padding: 5px 0 10px; }
  .blog-box .blog-box-title h6 {
    margin-bottom: 88px; }
  /*===================== Team page ================*/
  .angle-top-banner-text {
    padding-left: 0 !important; }
  .team-content-banner .angle-bottom-banner-text {
    padding: 45px 0 125px; }
  .team-content-wrapper {
    margin-top: -45px; }
    .team-content-wrapper [class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }
  .top-marg-02 {
    margin-top: -2px; }
  .top-marg-03 {
    margin-top: 15px; }
  .team-box-text h6 {
    margin-bottom: 10px;
    letter-spacing: 0; }
  .team-box-text h4 {
    font-size: 20px;
    letter-spacing: 0; }
  .team-box-text p {
    line-height: 24px;
    font-size: 16px; }
  .team-member-box a[data-readmore-toggle^="rmjs-"] {
    font-size: 16px;
    letter-spacing: 0; }
  .angle-top-banner-text {
    padding-top: 0; }
  .text-alignment .common-style {
    padding: 50px 10px !important; }
    .text-alignment .common-style h4 {
      font-size: 27px; }
  .text-alignment.text-pos-right .common-style {
    padding: 50px 20px 50px 60px !important; }
  .full-text .common-style h3 {
    line-height: 28px; }
  .full-text .common-style.right-side {
    padding: 50px 20px 50px 50px !important; }
  .full-text .common-style.left-side {
    padding: 50px 25px !important; }
  .smooth-bannner-reverse .common-style h4 {
    font-size: 34px; }
  .smooth-bannner-reverse .common-style p {
    font-size: 16px;
    line-height: 28px; }
  .block-content {
    padding: 50px 0; }
  .grid-text p {
    font-size: 16px; }
  .grid-w-dark .grid-text {
    margin-right: -15px; } }

/*===================== mobile ================*/
@media (max-width: 767px) {
  /*===================== Home Page ================*/
  body {
    font-size: 15px; }
  .navbar-nav {
    margin: 0; }
  .navbar {
    margin-bottom: 0; }
  .navbar-default .navbar-nav {
    padding: 0 !important;
    height: calc(100vh - 70px); }
    .navbar-default .navbar-nav li {
      padding: 5px 0 !important; }
      .navbar-default .navbar-nav li a {
        font-size: 15px; }
  .navbar-default .navbar-collapse {
    border-left: none;
    position: relative;
    z-index: 100; }
  .navbar-default .navbar-brand {
    background-color: transparent;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .navbar-default .navbar-brand img {
      height: 50px; }
  .navbar-fixed-top .navbar-collapse {
    max-height: 450px; }
  .box-mask {
    top: 0;
    height: 100%;
    width: 100%; }
    .box-mask.right, .box-mask.left {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      background-color: rgba(255, 255, 255, 0.7) !important;
      left: 0;
      right: 0; }
  .open-submenu {
    padding: 17px 15px; }
  .main-slide-box {
    text-align: center; }
    .main-slide-box h1 {
      line-height: 41px;
      margin-bottom: 30px;
      margin-left: 0px;
      margin-top: 0; }
      .main-slide-box h1 span {
        margin-left: 0; }
    .main-slide-box .btn-danger {
      margin-left: 0; }
  .main-slider-box .box-mask {
    width: 100%;
    height: 100%; }
    .main-slider-box .box-mask.right {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
  .main-slider-box.slider-initialized .box-mask.right {
    width: 100%; }
  section {
    position: relative; }
  .intro-box, .right-img, .left-img, .two-cols {
    padding: 15px 0; }
    .intro-box .pos-abs, .right-img .pos-abs, .left-img .pos-abs, .two-cols .pos-abs {
      position: static;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  .total-height {
    height: auto; }
  .intro-content {
    padding: 20px 0; }
    .intro-content h2 {
      margin-bottom: 25px; }
    .intro-content p {
      line-height: 24px;
      margin: 20px 0; }
    .intro-content .btn-danger {
      margin: 20px 0 30px; }
  .right-img .box-mask, .left-img .box-mask {
    height: 100%; }
  .right-img .pos-abs, .left-img .pos-abs {
    margin-right: 0;
    text-align: center;
    padding: 0; }
  .right-img {
    background-position: center center; }
    .right-img .main-box {
      margin-left: 0; }
  .left-img .main-box > h3, .left-img .main-box > p {
    text-align: center; }
  .left-img .main-box > a {
    display: inline-block; }
  .quote-box {
    margin-top: 25px; }
  .main-box p {
    line-height: 24px; }
  .main-box h6 {
    margin-top: 15px; }
  .main-box blockquote {
    color: #464a4c; }
  blockquote {
    padding: 0px; }
  .left-img .main-box {
    padding: 0px; }
  .cta-box-left {
    padding: 0 !important;
    margin-bottom: 25px; }
    .cta-box-left .btn-danger {
      margin-top: 10px; }
  .cta-box-right .pos-abs {
    position: relative;
    top: auto;
    left: auto; }
  .ctas {
    padding-top: 30px; }
    .ctas .box-mask {
      left: 0;
      top: -30px;
      height: calc(100% + 55px); }
    .ctas .pos-abs {
      width: auto; }
  .cta-box h5 {
    position: relative;
    padding-top: 93px; }
  .cta-box i {
    margin-bottom: 0; }
  .two-cols {
    padding: 0; }
  .two-cols-box {
    position: relative !important;
    padding: 20px 0;
    min-height: 0;
    opacity: 1; }
    .two-cols-box h3 {
      margin-top: 0;
      line-height: 28px;
      margin-bottom: 20px; }
    .two-cols-box p br {
      display: none; }
  .footer-form {
    background-color: #0c587a;
    padding: 20px 0; }
    .footer-form h3 {
      margin-top: 5px; }
    .footer-form h4 {
      font-size: 18px;
      text-align: center;
      padding: 0; }
    .footer-form .box-mask {
      width: 100% !important; }
  .footer-content .footer-logo {
    line-height: 1;
    margin-bottom: 25px; }
  .footer-content .social-links {
    width: 300px;
    margin: auto; }
    .footer-content .social-links li {
      padding: 0 70px; }
  .footer-content h5 {
    margin-top: 25px; }
  .copyright {
    text-align: center; }
    .copyright .col-sm-offset-2 {
      margin-left: 0; }
    .copyright p {
      margin-bottom: 10px; }
  /*===================== Page template ================*/
  .angle-bottom-banner-text {
    padding: 25px 0 35px !important;
    z-index: 1; }
    .angle-bottom-banner-text h2 {
      letter-spacing: 0; }
    .angle-bottom-banner-text p {
      line-height: 24px; }
  .page-content .angle-bottom-banner-text p {
    text-align: center; }
  .text-pos-left {
    margin-top: 0; }
  .two-cols-page {
    background-color: transparent; }
    .two-cols-page.text-pos-left .col-box {
      background-position: center;
      margin-right: -15px;
      margin-left: -15px; }
    .two-cols-page.text-pos-left .name-box {
      bottom: 15px; }
    .two-cols-page.text-pos-left .common-style {
      position: relative;
      z-index: 200;
      padding: 0;
      text-align: center !important; }
    .two-cols-page.text-pos-right .col-box {
      min-height: 50px;
      background-position: top center !important; }
  /* .col-box{
		&::after{
			content: '';
			background-color: rgba(240, 245, 247, .5);
			height: 100%;
			width: 100%;
			position: absolute;
			top: 0;
		}
	} */
  .common-style h4 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0; }
  .common-style p {
    font-size: 16px;
    line-height: 24px; }
  .two-cols-page.text-pos-left .name-box {
    z-index: 999; }
  .two-cols-page.text-pos-left .common-style {
    float: none;
    padding: 20px 0; }
  .name-box {
    text-align: center; }
  .two-cols-page.text-pos-right .col-box {
    margin-right: -15px; }
  .two-cols-page.text-pos-right .name-box {
    right: 15px;
    left: 15px; }
  .two-cols-page.text-pos-right .common-style {
    padding: 25px 0;
    text-align: center; }
  .light-banner .angle-top-banner-mask {
    top: 70px; }
  .reverse-angle .angle-top-banner-text {
    padding: 0; }
  .cores {
    padding: 20px 0 0;
    text-align: center; }
    .cores h3 {
      margin-bottom: 30px; }
  .core-box {
    padding-right: 0; }
  .double-angle {
    padding: 20px 0; }
  .double-angle-box h4 {
    font-size: 18px; }
  .double-angle-box h5 {
    font-size: 18px;
    line-height: 24px; }
  .page-list {
    padding: 15px 0 30px; }
    .page-list ul {
      margin-bottom: 0;
      padding-right: 0; }
  .page-list-header h4 {
    font-size: 18px;
    margin-bottom: 35px; }
  /*===================== Blog page ================*/
  .content-inner-wrapper {
    margin: 0 -15px;
    padding-right: 15px;
    padding-left: 15px; }
  .social-box li span {
    margin-right: 20px; }
  .nav-form {
    width: 270px;
    margin: 0 0 10px 0; }
    .nav-form .form-group {
      max-width: none; }
  .text-banner-border {
    padding-right: 0; }
  .blog-content {
    padding-bottom: 20px; }
  .open-search .form-group {
    max-width: none !important; }
  .to-blog {
    margin-bottom: 28px; }
  .blog-box {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
  /*===================== Single page ================*/
  .single-content-wrapper .content-inner-wrapper {
    padding: 20px 15px 30px; }
  .text-banner h3 {
    letter-spacing: 0;
    font-size: 25px; }
  .content h4 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0; }
  .content h6 {
    font-size: 16px;
    letter-spacing: 0; }
  .content p {
    letter-spacing: 0;
    margin-bottom: 15px; }
  .content blockquote {
    letter-spacing: 0;
    line-height: 24px;
    font-size: 18px; }
  .related-posts ul li a {
    font-size: 16px; }
  .related-posts h5 {
    font-size: 20px; }
  .two-cols-page.text-pos-right .name-box {
    bottom: 21px; }
  .two-cols-page .col-box {
    background-position: center center !important; }
  /*===================== Team page ================*/
  .team-content-banner {
    background-color: #0c587a; }
  .angle-bottom-banner-text p {
    text-align: center; }
  .team-content-wrapper {
    margin-top: 0;
    padding: 25px 0 0; }
    .team-content-wrapper [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px; }
    .team-content-wrapper .img-responsive {
      width: 100%; }
  .top-marg-01, .top-marg-02, .top-marg-03 {
    margin-top: 0; }
  .team-box-text {
    margin-bottom: 0;
    text-align: center;
    padding: 10px 0px 15px; }
  .team-bg {
    background-color: #3281a6;
    padding: 20px 0;
    text-align: center; }
  .angle-top-banner-text {
    padding: 0; }
    .angle-top-banner-text p {
      line-height: 24px; }
  .all-team {
    padding: 30px 0 15px; }
    .all-team [class*="col-"] {
      padding-left: 15px;
      padding-right: 15px; }
  .full-text-banner {
    padding: 15px 0 30px; }
    .full-text-banner h3 {
      letter-spacing: 0;
      margin-bottom: 20px; }
    .full-text-banner h5 {
      font-size: 18px;
      line-height: 24px; }
  .angle-bottom-banner-text p {
    line-height: 24px !important; }
  .pull-right {
    float: none !important; }
  .text-alignment.text-pos-left .col-box {
    margin-right: -15px !important;
    margin-left: -15px !important; }
  .text-alignment .col-box {
    height: 250px !important; }
  .text-alignment.text-pos-right .common-style {
    padding: 30px 0px 30px 0px !important; }
  .text-alignment .common-style {
    padding: 20px 0px !important; }
    .text-alignment .common-style p {
      font-size: 16px; }
  .full-text .common-style.left-side {
    padding: 20px 0px !important;
    text-align: center; }
  .full-text .common-style.right-side {
    padding: 20px 0px !important;
    text-align: center; }
  .smooth-bannner-reverse {
    padding: 20px 0;
    text-align: center; }
    .smooth-bannner-reverse .common-style h4 {
      font-size: 26px; }
  .block-content {
    padding: 20px 0;
    text-align: center; }
    .block-content h4 {
      font-size: 24px;
      margin-bottom: 20px; }
    .block-content p {
      font-size: 16px;
      line-height: 24px; }
  .grid .col-box {
    height: 250px !important; }
  .grid-text {
    padding: 30px 0;
    text-align: center; }
  .grid-w-dark .grid-text {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
  .footer-form h3 {
    margin-right: auto; } }

/*===========================================ADMIN-BAR=====================================================*/
@media (max-width: 782px) {
  body.admin-bar nav {
    top: 46px; } }

@media (max-width: 600px) {
  body.admin-bar nav.affix {
    top: 0 !important; }
  body.admin-bar nav.affix-top {
    position: static;
    top: 0 !important; }
    body.admin-bar nav.affix-top .navbar-collapse {
      top: 0; } }

/*# sourceMappingURL=assets/scss/style.css.map */
