/*
 * Theme Name: RedFox
 * Theme URI: https://russso.com/wp/wpbefolio/
 * Author URI: https://russso.com/
 * Version: 1.0.0
 * Author: RUSSSO
 * Description: RedFox - .
 * Tags:  agency, bootstrap, business, clean, corporate, creative, gradient, multipurpose, one page, parallax, portfolio, responsive, russso, slider, startup
 * Text Domain: wpbefolio
 */

/* Table of contents
===================================
 # Global
 # Buttons
 # NavTabs
 # Navbar
 # Progress
 # Services icon
 # Youtube
 # Section Team
 # Carousel Slick
 # Pagination
 # Form
 # Loader
 # Go Top
*/

/* # Global
=================================== */

html {
  font-size: 14.5px;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #000 !important;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizelegibility;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
  letter-spacing: .05rem;
  line-height: 1.4;
}

::-moz-selection {
  background-color: #4d5978;
  color: #fff;
}

::selection {
  background-color: #4d5978;
  color: #fff;
}

a {
  color: #000;
  outline: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

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

sup {
  font-size: 40%;
  font-weight: 500;
  top: -1.9rem;
}

button {
  text-decoration: none !important;
}

.flex-flow {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: 100%;
}

ul, .list-unstyled, .list-unstyled li {
  list-style: none;
  white-space: nowrap;
}

.blockquote-bl {
  border-left: .25rem solid #4d5978;
  padding: .5rem 1rem;
}

.blockquote-br {
  border-right: .25rem solid #4d5978;
  padding: .5rem 1rem;
}

.g-fs-12 {
  font-size: .75rem;
}

.fs-14 {
  font-size: .875rem;
}

.fs-16 {
  font-size: 1.066rem;
}

.fs-18 {
  font-size: 1.2rem;
}

.fs-26 {
  font-size: 30px;
}

.fs-40 {
  font-size: 2.5rem;
}

.fs-70 {
  font-size: 4.375rem;
}

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

.fw-600 {
  font-weight: 600;
}

.fw-bold {
  font-weight: bold;
}

.ff-rubik {
  font-family: 'Rubik', sans-serif;
}

.ff-Montserrat {
  font-family: 'Montserrat', sans-serif;
}

.jumbotron-2 {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.g-bg-theme {
  background: #394259;
  color: #fff;
}

.g-lighten-color {
  background-color: #576588;
}

.g-darken-color {
  background-color: #394259;
}

.g-darken-color-v2 {
  background-color: #434d68;
}

.g-wh-60 {
  height: 60px;
  width: 60px;
}

.g-pt-6 {
  padding-top: 6rem;
}

.g-pb-6 {
  padding-bottom: 6rem;
}

.g-pt-9 {
  padding-top: 9rem;
}

.g-pb-3 {
  padding-bottom: 3rem;
}

.g-py-6 {
  padding-bottom: 6rem;
  padding-top: 6rem;
}

.g-mb-30 {
  margin-bottom: 1.875rem;
}

.g-pl-30 {
  padding-left: 1.875rem;
}

.g-pr-30 {
  padding-right: 1.875rem;
}

.g-bg-cover {
  background-position: bottom !important;
  background-size: cover !important;
}

.g-heading,.g-heading-divide {
  border-bottom: 2px solid #dee2e6;
}

.g-heading-divide {
  border-color: #4d5978;
  display: inline-block;
  margin: 0;
  padding-bottom: .75rem;
  position: relative;
  top: 2px;
}

.page-number {
  border: 1px solid #000;
  border-radius: .4rem;
  display: inline-block;
  font-size: 1.066rem;
  padding: .5rem 1rem;
}

.section-title {
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.rounded-12 {
  border-radius: .8rem;
  overflow: hidden;
}

.border-bottom-v1 {
  border-bottom: 2px solid #4d5978;
}

.box-shadow-v1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.box-shadow-v2 {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.letter {
  display: inline-block;
  float: left;
  font-size: 1.875rem;
  font-weight: 600;
  height: 3.75rem;
  margin-right: .5rem;
  padding: .8125rem;
  text-align: center;
  width: 3.75rem;
}

.dot-sep:after {
  color: #000;
  content: "\2022";
  margin: 0 .625rem 0 .625rem;
}

.pricing-month {
  margin-left: -36px;
}

.breadcrumb {
  background: none;
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  padding: 0;
}

.post-info,.share-wrap {
  border-bottom: 1px solid #dee2e6 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding-bottom: 1rem;
}

.share-wrap {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-top: 1px solid #dee2e6 !important;
  margin-top: 1.5rem;
  padding-top: 1rem;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .order-sm-first-v1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }

  .order-sm-last-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

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

  .g-mb-sm-2 {
    margin-bottom: 2rem;
  }

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

  .g-justify-content-sm-center,.post-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .post-info strong,.img-sm-0 {
    display: none;
  }

  .img-sm-0 {
    padding: 0;
  }

  .share-wrap {
    display: inherit;
    text-align: center;
  }

  .share-wrap .tag-name {
    margin-bottom: 1rem;
  }

  .share-wrap .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .share-wrap .share ul {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .g-pr-30 {
    padding-right: .9375rem;
  }

  .g-pl-30 {
    padding-left: .9375rem;
  }

  .g-brd-left-md-0 {
    border-left: none !important;
  }

  .g-mb-md-2 {
    margin-bottom: 2rem;
  }
}

.display-5 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .display-5 {
    font-size: 3rem;
  }
}

.lead {
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .lead {
    font-size: 1rem;
  }
}

/* # Buttons
=================================== */

.btn {
  border: 2px solid transparent;
  border-radius: 3.5rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  font-family: 'Oswald', sans-serif;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .1rem;
  padding: .6rem 1.2rem;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #576588;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important;
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important;
  color: #fff;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.btn:not([disabled]):not(.disabled):active:focus,
.btn:not([disabled]):not(.disabled).active:focus {
  background-color: #394259;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}

.btn-theme {
  background: #4d5978;
  color: #fff;
}

.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  padding: 0 .8rem .6rem;
}

.btn-link:hover {
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #737373;
  text-decoration: none;
}

.btn-link.active {
  color: #4d5978;
}

.btn-link:not([disabled]):not(.disabled):active:focus,
.btn-link:not([disabled]):not(.disabled).active:focus {
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-outline-theme {
  background: #fff;
  border: .125rem solid #4d5978;
  color: #4d5978;
}

/* # NavTabs
=================================== */

.nav-tabs {
  border: none;
  border-top-left-radius: .4rem;
  border-top-right-radius: .4rem;
  overflow: hidden;
}

.nav-tabs .nav-link {
  background-color: #4d5978;
  border: none;
  border-bottom: .125rem solid #4d5978;
  border-radius: 0;
  color: #fff;
  margin-bottom: -.125rem;
  padding: .4375rem .9375rem .125rem;
}

.nav-tabs .nav-link:hover {
  border-bottom: .125rem solid #4d5978;
}

.nav-tabs .nav-link i {
  font-weight: bold;
}

.nav-tabs .nav-link.active {
  background-color: #394259;
  border: none;
  border-bottom: .125rem solid #4d5978;
  color: #fff;
}

/* # Navbar
=================================== */

.navbar {
  padding-top: 32px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.sticky {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.sticky,.navbar.sticky .top-form-control {
  padding-bottom: 0;
  padding-top: 0;
}

.navbar-collapse {
  font-family: 'Oswald', sans-serif !important;
  position: relative;
}

.navbar-collapse .navbar-nav .nav-item {
  padding-bottom: .6rem;
  padding-top: .6rem;
}

.navbar-collapse .navbar-nav .nav-link {
  border: 1px solid transparent;
  color: #000;
  font-size: .875rem;
  font-weight: 400;
  letter-spacing: .1rem;
  padding-left: .8rem;
  padding-right: .8rem;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.navbar-collapse .navbar-nav .nav-link:hover {
  color: #737373;
}

.navbar-collapse .navbar-nav .nav-link.mPS2id-highlight {
  border: 1px solid #4d5978;
  color: #4d5978;
}

.navbar-collapse .navbar-nav .dropdown {
  letter-spacing: .1rem;
  position: static;
}

.navbar-collapse .navbar-nav .dropdown:hover .dropdown-menu {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible !important;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-menu {
  border: none;
  border-radius: .4rem;
  border-top: .125rem solid #555;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  display: block;
  left: auto;
  margin: 0 0 0 1rem;
  min-width: 200px;
  opacity: 0;
  padding: 1rem;
  -webkit-transform: translate3d(0, -0.8rem, 0);
          transform: translate3d(0, -0.8rem, 0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  visibility: hidden;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  font-size: .875rem;
  padding: .5rem;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #fafafa;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,
.navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item.focus {
  background-color: #ededed;
  color: #000;
}

.navbar-collapse .navbar-nav .dropdown .dropdown-menu:after {
  border-bottom: .4rem solid;
  border-left: .4rem solid transparent;
  border-right: .4rem solid transparent;
  color: #555;
  content: "";
  position: absolute;
  top: -0.5rem;
}

.form-inline .top-form-control {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 99.9%;
  margin: auto;
  opacity: 0;
  outline: none;
  padding-left: 1.5625rem;
  padding-right: 2.1875rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  visibility: hidden;
  width: 0;
}

.form-inline .top-form-control.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.form-inline .top-form-control::-ms-clear {
  display: none;
}

.form-inline .search-toggle {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  margin: 1.1875rem 1.875rem 2.1875rem .8rem;
  position: relative;
  z-index: 11;
}

.form-inline .search-toggle .search-icon {
  position: absolute;
}

.form-inline .search-toggle .icon-close {
  margin: -.375rem 0 0 -.375rem;
  opacity: 0;
  visibility: hidden;
}

.form-inline .search-toggle.opened .search-icon.icon-search {
  opacity: 0;
  visibility: hidden;
}

.form-inline .search-toggle.opened .search-icon.icon-close {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  .navbar {
    background-color: #fff;
    padding-bottom: .5rem;
    padding-top: .5rem;
  }

  .navbar-collapse .navbar-nav .nav-link {
    padding-left: 0;
  }

  .navbar-collapse .navbar-nav .nav-link.mPS2id-highlight {
    padding-left: .5rem;
  }

  .navbar-collapse .navbar-nav .nav-item {
    padding-bottom: 0;
    padding-top: 0;
  }

  .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
    background: #fafafa;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    margin: 0;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: auto;
    -o-transition: auto;
    transition: auto;
    visibility: visible;
  }

  .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #eeeff3;
  }

  .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:active {
    background-color: #e9e9e9;
  }

  .form-inline {
    position: relative;
  }

  .form-inline .search-toggle {
    margin: .8rem 0 2rem 0;
  }

  .form-inline .top-form-control {
    left: 0;
    position: absolute;
    right: inherit !important;
    text-align: center;
  }

  .navbar-brand img {
    width: 75%;
  }
}

.hamburger {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: inherit;
  margin: 0;
  outline: none !important;
  overflow: visible;
  padding: 0 0;
  text-transform: none;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger:hover {
  opacity: .7;
}

.hamburger-box {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 1.6rem;
}

.hamburger-inner {
  display: block;
  margin-top: -1px;
  top: 50%;
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background-color: #555;
  border-radius: 50px;
  height: 2px;
  position: absolute;
  -webkit-transition-duration: .15s;
       -o-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  width: 1.6rem;
}

.hamburger-inner:before, .hamburger-inner:after {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -7px;
}

.hamburger-inner:after {
  bottom: -7px;
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 3.2rem;
          perspective: 3.2rem;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  transition: background-color 0s .1s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
  -o-transition: transform .15s cubic-bezier(.645, .045, .355, 1),
                background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1),
                background-color 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1),
                background-color 0s .1s cubic-bezier(.645, .045, .355, 1),
                -webkit-transform .15s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx .hamburger-inner:before, .hamburger--3dx .hamburger-inner:after {
  -webkit-transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  -o-transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1);
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 0s .1s cubic-bezier(.645, .045, .355, 1);
}

.hamburger--3dx[aria-expanded="true"] .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx[aria-expanded="true"] .hamburger-inner:before {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--3dx[aria-expanded="true"] .hamburger-inner:after {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
}

/* # Progress
=================================== */

.progress {
  background: #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: .5rem;
  margin-bottom: 1.875rem;
  overflow: visible;
}

.progress .progress-bar {
  position: relative;
}

.progress .progress-bar:after {
  content: "";
  height: 3.125rem;
  position: absolute;
  right: 0;
  top: -2.375rem;
  width: 1px;
}

.progress .progress-value {
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  right: .625rem;
  top: -1.875rem;
}

.progress.progress-theme .progress-bar,
.progress.progress-theme .progress-bar:after {
  background-color: #4d5978;
}

/* # Services icon
=================================== */

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

.service-v1 .service-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #4d5978;
  border-radius: 4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  width: 90px;
}

/* # Youtube
=================================== */

iframe {
  display: block;
}

.youtube {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.youtube .play {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 .5625rem 4.25rem 0 rgba(0, 0, 0, .3);
          box-shadow: 0 .5625rem 4.25rem 0 rgba(0, 0, 0, .3);
  height: 5rem;
  left: 50%;
  padding: 1.0625rem 1.25rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5rem;
}

.youtube .play span {
  color: #4d5978;
}

.youtube-cust {
  border-radius: .75rem;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  overflow: hidden;
  width: 100%;
}

/* # Section Team
=================================== */

.absolite-centered {
      -ms-transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  left: 50% !important;
  position: absolute !important;
  top: 50% !important;
          transform: translate(-50%, -50%);
  z-index: 101;
}

.mask-hover {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.mask-hover .mask-overlay {
  background: #4d5978;
  /* The Fallback */
  background: rgba(77, 89, 120, .9);
  border-radius: 12px;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.mask-hover:hover .mask-overlay {
  opacity: 1;
}

.mask-hover:hover .team-social {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.mask-hover img {
  margin-bottom: 0 !important;
}

.team-social {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  height: 100%;
  -webkit-transform: translate(0, -15%);
      -ms-transform: translate(0, -15%);
          transform: translate(0, -15%);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.team-social .team-social-list {
  margin-bottom: auto;
  margin-top: auto;
}

.icon-v2, .icon-v1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #4d5978;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  width: 2.5rem;
}

.icon-v2:hover, .icon-v1:hover {
  color: #737373;
}

.icon-v2 {
  background: #f8f9fa !important;
}

/* # Carousel Slick
=================================== */

.slick-slide div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.slick-prev, .slick-next {
      -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 2.5rem;
  outline: none !important;
  padding: 0;
  position: absolute !important;
  top: 50% !important;
          transform: translateY(-50%);
  width: 2.5rem;
  z-index: 10;
}

.slick-prev:hover:before, .slick-next:hover:before {
  color: #576588;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before, .slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}

.slick-prev:before {
  content: '\f104';
}

.slick-next:before {
  content: '\f105';
}

.slick-dots {
  margin-top: 1.875rem;
  padding-left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  height: .9375rem;
  justify-content: center;
  margin: 0 .25rem;
  width: .9375rem;
}

.slick-dots li button {
  background: #394259;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: .5625rem;
  opacity: .5;
  outline: none;
  padding: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: .5625rem;
}

.slick-dots li.slick-active button {
  display: block;
  height: .75rem;
  opacity: 1;
  width: .75rem;
}

.slick-dots li button:hover {
  opacity: .9;
}

.carousel-prev {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  visibility: hidden;
}

.slick-initialized {
  opacity: 1;
  visibility: visible;
}

/* # Pagination
=================================== */

.pagination {
  border-radius: 0;
}

.pagination .page-item {
  font-family: Oswald, sans-serif;
  margin-left: .25rem;
  margin-right: .25rem;
  text-transform: uppercase;
}

.pagination .page-item:first-child a.page-link,
.pagination .page-item:last-child a.page-link {
  border: .125rem solid #4d5978;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  color: #4d5978;
  font-weight: 600;
  letter-spacing: .1rem;
  padding: .6rem 1.2rem;
  width: inherit;
}

.pagination .page-item:first-child a.page-link:hover,
.pagination .page-item:last-child a.page-link:hover {
  background: #576588;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important;
          box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important;
  color: #fff;
}

.pagination .page-item:first-child a.page-link:focus,
.pagination .page-item:first-child a.page-link.focus,
.pagination .page-item:last-child a.page-link:focus,
.pagination .page-item:last-child a.page-link.focus {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.pagination .page-item:first-child a.page-link:not([disabled]):not(.disabled):active:focus,
.pagination .page-item:first-child a.page-link:not([disabled]):not(.disabled).active:focus,
.pagination .page-item:last-child a.page-link:not([disabled]):not(.disabled):active:focus,
.pagination .page-item:last-child a.page-link:not([disabled]):not(.disabled).active:focus {
  background-color: #394259;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12) !important;
}

@media (max-width: 767px) {
  .pagination .page-item:first-child a.page-link,
  .pagination .page-item:last-child a.page-link {
    height: 2.5625rem !important;
    padding: 0;
    width: 2.5625rem !important;
  }

  .pagination .page-item:first-child a.page-link i,
  .pagination .page-item:last-child a.page-link i {
    margin: 0 !important;
  }
}

.pagination .page-item.disabled a {
  border: .125rem solid rgba(0, 0, 0, .4) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: rgba(0, 0, 0, .5) !important;
}

.pagination .page-item.active .page-link {
  background: #4d5978 !important;
  border: .125rem solid #4d5978;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  color: #fff !important;
}

.pagination .page-item .page-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5625rem;
}

.pagination .page-item .page-link:hover {
  background: transparent;
  border: .125rem solid #4d5978;
  color: #4d5978;
}

.pagination .page-item .page-link i {
  font-weight: bold;
}

/* # Form
=================================== */

.g-form .form-control:focus {
  border-color: #4d5978;
  -webkit-box-shadow: 0 0 .2rem rgba(77, 89, 120, .3);
          box-shadow: 0 0 .2rem rgba(77, 89, 120, .3);
}

/* # Loader
=================================== */

#preloader {
     -moz-background-size: cover;
       -o-background-size: cover;
  -webkit-background-size: cover;
  background: #fafafa;
          background-size: cover;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

#status {
  left: 50%;
  margin: -25px 0 0 -15px;
  position: fixed;
  top: 50%;
}

#status,.spinner {
  height: 30px;
  width: 50px;
}

.spinner {
  font-size: 10px;
  margin: 0 auto;
  text-align: center;
}

.spinner > div {
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
          animation: stretchdelay 1.2s infinite ease-in-out;
  background-color: #4d5978;
  display: inline-block;
  height: 100%;
  width: 6px;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(.4);
            transform: scaleY(.4);
  }

  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/* # Go Top
=================================== */

.scroll-to-top {
  background: rgba(255, 255, 255, .5);
  border-radius: 50%;
  bottom: .625rem;
  -webkit-box-shadow: 0 .3125rem .6875rem 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
          box-shadow: 0 .3125rem .6875rem 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
  color: #000;
  cursor: pointer;
  display: none;
  font-size: 1.75rem;
  font-weight: bold;
  height: 2.5rem;
  line-height: 2.625rem;
  position: fixed;
  right: .625rem;
  text-align: center;
  width: 2.5rem;
}

.scroll-to-top:hover {
  background: #4d5978;
  color: #fff;
}

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