html, body {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  -webkit-font-smoothing: antialiased; }

/* General */
body {
  font-size: 16px;
  font-family: "Open Sans";
  background: #ffffff;
  color: #0c1429;
  transition: all 0.4s; }

html.noscroll body {
  background: #000;
  transition: all 0.2s; }

a {
  color: #0b215c;
  outline: none;
  -webkit-font-smoothing: antialiased; }
  a:hover, a:focus {
    outline: none;
    color: #0b215c;
    text-decoration: none; }

.h1, .h2, .h3, .h4, .h5,
h1, h2, h3, h5 {
  font-weight: 300;
  margin: 0 0 20px 0;
  -webkit-font-smoothing: antialiased; }

h4 {
  font-weight: 400;
  font-size: 24px; }

h5 {
  font-weight: 600;
  font-size: 20px; }

p {
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 26px;
  margin-bottom: 20px;
  text-align: justify;
  -webkit-font-smoothing: antialiased; }

ul, li {
  line-height: 26px; }

.clear {
  clear: both; }

.pointer {
  cursor: pointer; }

.text-light {
  font-weight: 300; }

.text-regular {
  font-weight: 400 !important; }

.text-bold {
  font-weight: 700 !important; }
  .text-bold .icon:before {
    font-weight: 700 !important; }

.text-left {
  text-align: left !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.text-semibold {
  font-weight: 600 !important; }
  .text-semibold .icon:before {
    font-weight: 700 !important; }

.text-extrabold {
  font-weight: 800; }

.text-italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase !important; }

.capitalize {
  text-transform: capitalize !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.animated-normal {
  transition: all 0.2s; }

.before:before,
.after:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.no-border {
  border: 0 !important; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.section {
  padding-top: 50px;
  padding-bottom: 50px; }

.page-title {
  font-size: 46px;
  margin-bottom: 20px; }

.section-title {
  font-size: 38px;
  margin-bottom: 20px; }

.section-subtitle {
  font-size: 30px;
  margin-bottom: 20px; }

.full-width {
  width: 100%; }

.fill {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .fill.fill-top {
    background-position: top center; }

.horizontal-center, .horizontal-left, .horizontal-right {
  float: none; }

.horizontal-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0; }

.horizontal-left {
  margin-left: 0;
  margin-right: auto;
  left: 0; }

.horizontal-right {
  margin-left: auto;
  margin-right: 0;
  right: 0; }

.vertical-center {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

.pull-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none; }

.pull-middle {
  display: inline-block;
  vertical-align: middle !important;
  float: none; }

/* Buttons */
.button,
.button-blue {
  min-width: 120px;
  max-width: 400px;
  display: inline-block;
  padding: 0.6em 1.5em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 3px; }
  .button:focus,
  .button-blue:focus {
    outline: none; }
  .button span,
  .button-blue span {
    vertical-align: middle;
    font-size: 29px;
    margin-top: -10px;
    position: relative;
    margin-left: 5px;
    bottom: 5px; }
  .button .icon,
  .button-blue .icon {
    font-size: 16px;
    position: relative;
    top: 1px; }

.button-normal {
  color: #0c1429; }
  .button-normal:focus, .button-normal:hover {
    color: #0c1429; }

.button-primary {
  overflow: hidden;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  color: #0b215c; }
  .button-primary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #0b215c;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s; }
  .button-primary:hover {
    color: #fff;
    border-color: #0b215c; }
  .button-primary .button-inverted:hover {
    color: #3f51b5;
    border-color: #fff; }
  .button-primary:hover:before {
    opacity: 1;
    background-color: #0b215c;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
  .button-primary .button-inverted:hover:before {
    background-color: #fff; }

.button-border-white {
  border: 1px solid #ffffff;
  color: #ffffff; }
  .button-border-white:before {
    background: #ffffff; }
  .button-border-white:hover {
    color: #232323;
    border-color: #ffffff; }
  .button-border-white .button-inverted:hover {
    color: #3f51b5;
    border-color: #fff; }
  .button-border-white:hover:before {
    opacity: 1;
    background-color: #ffffff; }
  .button-border-white .button-inverted:hover:before {
    background-color: #fff; }

.button-border-blue {
  border: 1px solid #0b215c;
  color: #0b215c; }
  .button-border-blue:before {
    background: #0b215c; }
  .button-border-blue:hover {
    color: #ffffff;
    border-color: #0b215c; }
  .button-border-blue .button-inverted:hover {
    color: #ffffff;
    border-color: #0b215c; }
  .button-border-blue:hover:before {
    opacity: 1;
    background-color: #0b215c; }
  .button-border-blue .button-inverted:hover:before {
    background-color: #0b215c; }

.button-blue {
  background: #0c1429;
  color: #ffffff; }
  .button-blue:focus, .button-blue:hover {
    outline: none;
    background: #0c1429;
    color: #ffffff; }

.button-full {
  width: 100%;
  display: block; }

.button-thin-border {
  border: 1px solid; }

.bg-grey {
  background: #f5f5f5 !important; }

.bg-blue {
  background: #0b215c !important; }

.bg-red {
  background: #dd2941;
  background: -moz-linear-gradient(45deg, #dd2941 0%, #da1b78 50%, #e313a1 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #dd2941), color-stop(50%, #da1b78), color-stop(100%, #e313a1));
  background: -webkit-linear-gradient(45deg, #dd2941 0%, #da1b78 50%, #e313a1 100%);
  background: -o-linear-gradient(45deg, #dd2941 0%, #da1b78 50%, #e313a1 100%);
  background: -ms-linear-gradient(45deg, #dd2941 0%, #da1b78 50%, #e313a1 100%);
  background: linear-gradient(45deg, #dd2941 0%, #da1b78 50%, #e313a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2941', endColorstr='#e313a1', GradientType=1 ); }

.bg-yellow {
  background: #f68829;
  background: -moz-linear-gradient(45deg, #f68829 0%, #f6c329 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f68829), color-stop(100%, #f6c329));
  background: -webkit-linear-gradient(45deg, #f68829 0%, #f6c329 100%);
  background: -o-linear-gradient(45deg, #f68829 0%, #f6c329 100%);
  background: -ms-linear-gradient(45deg, #f68829 0%, #f6c329 100%);
  background: linear-gradient(45deg, #f68829 0%, #f6c329 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68829', endColorstr='#f6c329', GradientType=1 ); }

.bg-purple {
  background: #5c3ca0;
  background: -moz-linear-gradient(45deg, #5c3ca0 0%, #813da0 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #5c3ca0), color-stop(100%, #813da0));
  background: -webkit-linear-gradient(45deg, #5c3ca0 0%, #813da0 100%);
  background: -o-linear-gradient(45deg, #5c3ca0 0%, #813da0 100%);
  background: -ms-linear-gradient(45deg, #5c3ca0 0%, #813da0 100%);
  background: linear-gradient(45deg, #5c3ca0 0%, #813da0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c3ca0', endColorstr='#813da0', GradientType=1 ); }

.bg-green {
  background: #5a932c;
  background: -moz-linear-gradient(45deg, #5a932c 0%, #4aab36 44%, #2ad647 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #5a932c), color-stop(44%, #4aab36), color-stop(100%, #2ad647));
  background: -webkit-linear-gradient(45deg, #5a932c 0%, #4aab36 44%, #2ad647 100%);
  background: -o-linear-gradient(45deg, #5a932c 0%, #4aab36 44%, #2ad647 100%);
  background: -ms-linear-gradient(45deg, #5a932c 0%, #4aab36 44%, #2ad647 100%);
  background: linear-gradient(45deg, #5a932c 0%, #4aab36 44%, #2ad647 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a932c', endColorstr='#2ad647', GradientType=1 ); }

.bg-blue {
  background: #029ccb;
  background: -moz-linear-gradient(45deg, #029ccb 0%, #03b2b8 45%, #03caa6 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #029ccb), color-stop(45%, #03b2b8), color-stop(100%, #03caa6));
  background: -webkit-linear-gradient(45deg, #029ccb 0%, #03b2b8 45%, #03caa6 100%);
  background: -o-linear-gradient(45deg, #029ccb 0%, #03b2b8 45%, #03caa6 100%);
  background: -ms-linear-gradient(45deg, #029ccb 0%, #03b2b8 45%, #03caa6 100%);
  background: linear-gradient(45deg, #029ccb 0%, #03b2b8 45%, #03caa6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029ccb', endColorstr='#03caa6', GradientType=1 ); }

.bg-orange {
  background: #e02f47;
  background: -moz-linear-gradient(45deg, #e02f47 0%, #e7602b 46%, #fda10e 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #e02f47), color-stop(46%, #e7602b), color-stop(100%, #fda10e));
  background: -webkit-linear-gradient(45deg, #e02f47 0%, #e7602b 46%, #fda10e 100%);
  background: -o-linear-gradient(45deg, #e02f47 0%, #e7602b 46%, #fda10e 100%);
  background: -ms-linear-gradient(45deg, #e02f47 0%, #e7602b 46%, #fda10e 100%);
  background: linear-gradient(45deg, #e02f47 0%, #e7602b 46%, #fda10e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02f47', endColorstr='#fda10e', GradientType=1 ); }

/* Page Load - Animation */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  overflow: hidden; }

.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd; }

.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100; }

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading; }

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

.color-primary {
  color: #0c1429 !important; }

.color-blue {
  color: #0b215c !important; }

.color-white {
  color: #ffffff !important; }

.color-red {
  color: #de2943 !important; }

.color-yellow {
  color: #f6be29 !important; }

.color-purple {
  color: #583ca0 !important; }

.color-green {
  color: #5e8e2a !important; }

.color-orange {
  color: #ed612d !important; }

.color-black {
  color: #000000 !important; }

.box-grey {
  border: solid 1px #d0d0d0; }

.box-grey:after {
  bottom: -4px;
  border-bottom: 3px solid #f2f2f2; }

/* Header */
header {
  top: 0px;
  left: 0px;
  right: 0px;
  padding: 0px;
  background: #ffffff;
  height: 122px;
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  header .top {
    background: #0c1429;
    height: 40px; }
    header .top .container .top-left-block ul, header .top .container .top-right-block ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      header .top .container .top-left-block ul li, header .top .container .top-right-block ul li {
        list-style: 0;
        float: left;
        margin-right: 20px; }
        header .top .container .top-left-block ul li a, header .top .container .top-right-block ul li a {
          display: block;
          font-size: 14px;
          color: #ffffff;
          line-height: 40px;
          transition: all 0.2s; }
          header .top .container .top-left-block ul li a:hover, header .top .container .top-right-block ul li a:hover {
            text-decoration: underline; }
          header .top .container .top-left-block ul li a img, header .top .container .top-right-block ul li a img {
            width: 22px; }
          header .top .container .top-left-block ul li a img, header .top .container .top-left-block ul li a span, header .top .container .top-right-block ul li a img, header .top .container .top-right-block ul li a span {
            display: inline-block; }
    header .top .container .top-right-block {
      float: right; }
      header .top .container .top-right-block ul li {
        margin-right: 0px;
        margin-left: 20px; }
        header .top .container .top-right-block ul li a {
          display: flex;
          align-items: center; }
          header .top .container .top-right-block ul li a img {
            margin-right: 5px; }
  header .logonav {
    padding: 5px 0;
    margin: 0px;
    width: 100%; }
    header .logonav .container .row {
      display: flex;
      align-items: center; }
  header .logo-link {
    display: block;
    float: left;
    margin-top: 0px; }
  header .logo img {
    max-width: 110px; }

#header {
  height: 100px; }
  #header.original {
    display: block;
    position: absolute;
    height: 160px; }
  #header.cloned {
    display: none;
    position: fixed; }
    #header.cloned .top {
      display: none; }
    #header.cloned .logo img {
      max-width: 90px; }

.slide {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .slide.slide--reset {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0px -10px 50px rgba(0, 0, 0, 0.4); }
  .slide.slide--up {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0px -10px 50px rgba(0, 0, 0, 0.4); }
  .slide.headroom--top {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: transparent;
    box-shadow: none;
    position: fixed;
    visibility: hidden;
    opacity: 0; }

.container {
  max-width: 1090px !important;
  width: 100%; }

.main-container {
  margin-top: 136px;
  position: relative;
  transition: all 0.4s; }

html.noscroll body .main-container {
  opacity: 0.2; }

.navbar-default {
  border: none;
  background: transparent; }

.navbar .navbar-nav li.homepage-link {
  display: none; }

.navbar {
  border: none;
  margin-bottom: 0px;
  min-height: inherit;
  position: relative;
  border-radius: none; }
  .navbar .navbar-nav {
    float: left;
    margin-top: 0px; }
    .navbar .navbar-nav li {
      position: relative;
      margin-left: 25px; }
      .navbar .navbar-nav li:last-child > a {
        xpadding: 7px 0px 7px 12px; }
      .navbar .navbar-nav li a {
        border: none;
        padding: 0px;
        margin: 0;
        font-size: 16px;
        color: #000000;
        font-weight: 600;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        line-height: 62px; }
        .navbar .navbar-nav li a:before {
          display: block;
          content: "";
          position: absolute;
          width: 100%;
          height: 2px;
          background: transparent;
          bottom: 18px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
        .navbar .navbar-nav li a:hover:before {
          background: #0b215c; }
      .navbar .navbar-nav li:first-child {
        margin-left: 0; }
      .navbar .navbar-nav li.current-menu-item a:before {
        background: #0b215c; }
    .navbar .navbar-nav .active a {
      padding: 7px 0px 7px 12px; }
      .navbar .navbar-nav .active a:hover, .navbar .navbar-nav .active a:focus {
        background: transparent;
        color: #1abc9c; }
    .navbar .navbar-nav .menu-item-has-children a {
      background: url(../images/sub-menu-icon.png) right 29px no-repeat;
      padding-right: 17px; }
    .navbar .navbar-nav .menu-item-has-children ul.sub-menu {
      list-style: none;
      margin: 0;
      padding: 10px 0 0 0;
      position: absolute;
      width: 100%;
      min-width: 260px;
      z-index: 3; }
      .navbar .navbar-nav .menu-item-has-children ul.sub-menu li {
        padding: 0;
        margin: 0;
        position: relative; }
        .navbar .navbar-nav .menu-item-has-children ul.sub-menu li a {
          display: block;
          color: #0c1429;
          background: #ffffff;
          line-height: normal;
          padding: 15px 25px;
          border-top: 1px solid #eeeeee; }
          .navbar .navbar-nav .menu-item-has-children ul.sub-menu li a:before {
            display: none; }
          .navbar .navbar-nav .menu-item-has-children ul.sub-menu li a:hover, .navbar .navbar-nav .menu-item-has-children ul.sub-menu li a:focus {
            background: #0c1429;
            color: #ffffff; }
    .navbar .navbar-nav .menu-item-has-children:hover .sub-menu, .navbar .navbar-nav .menu-item-has-children:hover ul.sub-menu li, .navbar .navbar-nav .menu-item-has-children:focus .sub-menu, .navbar .navbar-nav .menu-item-has-children:focus ul.sub-menu li {
      xdisplay: block; }
  .navbar .search {
    float: left;
    margin: 44px 0px 0 26px; }
    .navbar .search a {
      color: #2f3234;
      display: block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      overflow: hidden;
      text-indent: 9999px;
      background: url(../images/search-icon.png) center center no-repeat;
      background-size: 17px;
      xbackground: #ebebeb; }

/* Mobile nav */
.scroller {
  overflow-y: scroll;
  background: #ffffff; }

.navbar-default .navbar-collapse {
  border: none;
  box-shadow: none;
  float: right; }
.navbar-default .navbar-form {
  border: none; }
.navbar-default .top-close-block {
  padding: 13px 6px;
  position: relative; }
  .navbar-default .top-close-block .search {
    float: left;
    margin: 12px 0 0 15px; }
    .navbar-default .top-close-block .search a {
      color: #2f3234;
      display: block;
      width: 21px;
      height: 21px;
      overflow: hidden;
      text-indent: 9999px;
      background: url(../images/search-icon.png) center center no-repeat;
      background-size: 21px; }
  .navbar-default .top-close-block button {
    float: right;
    border: 0;
    padding: 10px;
    box-shadow: none;
    background: transparent; }
    .navbar-default .top-close-block button .icon-bar {
      background-color: #505050;
      border-radius: 1px;
      display: block;
      width: 28px;
      height: 3px;
      transition: all 0.2s; }
      .navbar-default .top-close-block button .icon-bar.top-bar {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -webkit-transform-origin: left 6px;
        transform-origin: left 6px; }
      .navbar-default .top-close-block button .icon-bar.bottom-bar {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform-origin: left -3px;
        -webkit-transform-origin: left -3px; }
    .navbar-default .top-close-block button .icon-bar + .icon-bar {
      margin-top: 19px; }

.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

.bg-overlay {
  position: relative; }
  .bg-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.65); }

/* ////////// */
/*   FOOTER   */
/* ////////// */
.section-footer {
  padding: 60px 0 0px 0;
  font-size: 14px;
  background: #232323;
  color: #8b8b8b; }
  .section-footer .container p {
    font-size: 14px; }
  .section-footer .container h3 {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase; }
  .section-footer .container ul.flinks, .section-footer .container li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .section-footer .container ul.menu {
    padding-left: 0; }
    .section-footer .container ul.menu li ul {
      display: none; }
  .section-footer .container li {
    margin-bottom: 15px;
    overflow: hidden; }
    .section-footer .container li .fa, .section-footer .container li .right-info {
      display: block;
      float: left; }
    .section-footer .container li .fa {
      width: 20px;
      font-size: 18px;
      text-align: center;
      margin-top: 4px;
      color: #8b8b8b; }
    .section-footer .container li .right-info {
      width: calc(100% - 20px);
      padding-left: 5px;
      line-height: 22px; }
    .section-footer .container li a {
      color: #8b8b8b;
      font-size: 15px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s;
      font-size: 14px; }
      .section-footer .container li a:hover, .section-footer .container li a:focus {
        color: #ffffff; }
  .section-footer .container .social-icons {
    clear: both;
    overflow: hidden; }
    .section-footer .container .social-icons a {
      color: #909090;
      cursor: pointer;
      float: left;
      font-size: 17px;
      line-height: 18px;
      padding: 0;
      margin-right: 10px;
      text-align: center;
      text-decoration: none;
      width: 18px;
      height: 18px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .section-footer .container .social-icons a:hover, .section-footer .container .social-icons a:focus {
        color: #fff; }
  .section-footer .container .copyright {
    color: #8b8b8b;
    margin-top: 30px;
    padding: 20px 0;
    font-size: 12px;
    border-top: 1px solid #363a3c; }
    .section-footer .container .copyright a {
      color: #8b8b8b;
      transition: all 0.2s;
      -webkit-transition: all 0.2s; }
      .section-footer .container .copyright a:hover {
        color: #fff; }

@font-face {
  font-family: 'FontAwesome';
  src: url(../fonts/fontawesome-webfont.eot?v=4.2.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff?v=4.2.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.2.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.section-parallax .container {
  position: relative;
  z-index: 2; }

/* ///////////////// */
/*     HOME PAGE     */
/* ///////////////// */
/* Section Hero */
.section-hero {
  padding: 0;
  position: relative;
  color: #ffffff;
  transition: all 0.2s;
  background-color: #1d1d1d; }
  .section-hero:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    background: rgba(0, 0, 0, 0.45); }
  .section-hero .hero-container {
    padding: 90px 0 0px 0;
    position: relative;
    transition: all 0.2s;
    z-index: 2; }
    .section-hero .hero-container .hero-block {
      padding: 50px 0 200px 0; }
      .section-hero .hero-container .hero-block h1 {
        margin: 0 0 20px 0; }
      .section-hero .hero-container .hero-block .slogan {
        display: inline-block;
        border: 1px solid rgba(242, 241, 240, 0.55);
        border-width: 1px 0;
        padding: 5px 0; }
        .section-hero .hero-container .hero-block .slogan p {
          margin: 0;
          font-size: 24px; }
      .section-hero .hero-container .hero-block .cd-intro {
        min-height: 70px;
        margin-bottom: 25px; }
      .section-hero .hero-container .hero-block .cd-headline.rotate-2 .cd-words-wrapper {
        vertical-align: top;
        overflow: hidden;
        min-height: 65px;
        min-width: 310px;
        position: relative;
        -webkit-perspective: 300px;
        -moz-perspective: 300px;
        perspective: 300px;
        display: inline-block;
        position: relative;
        text-align: center;
        width: 100% !important;
        font-size: 36px; }
        .section-hero .hero-container .hero-block .cd-headline.rotate-2 .cd-words-wrapper i, .section-hero .hero-container .hero-block .cd-headline.rotate-2 .cd-words-wrapper em {
          display: inline-block;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          font-style: normal; }
        .section-hero .hero-container .hero-block .cd-headline.rotate-2 .cd-words-wrapper i {
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;
          -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
          -webkit-transform: translateZ(-20px) rotateX(90deg);
          -moz-transform: translateZ(-20px) rotateX(90deg);
          -ms-transform: translateZ(-20px) rotateX(90deg);
          -o-transform: translateZ(-20px) rotateX(90deg);
          transform: translateZ(-20px) rotateX(90deg);
          opacity: 0; }
          .section-hero .hero-container .hero-block .cd-headline.rotate-2 .cd-words-wrapper i.in {
            -webkit-animation: cd-rotate-2-in 0.4s forwards;
            -moz-animation: cd-rotate-2-in 0.4s forwards;
            animation: cd-rotate-2-in 0.4s forwards; }
          .section-hero .hero-container .hero-block .cd-headline.rotate-2 .cd-words-wrapper i.out {
            -webkit-animation: cd-rotate-2-out 0.4s forwards;
            -moz-animation: cd-rotate-2-out 0.4s forwards;
            animation: cd-rotate-2-out 0.4s forwards; }
        .section-hero .hero-container .hero-block .cd-headline.rotate-2 .cd-words-wrapper em {
          -webkit-transform: translateZ(20px);
          -moz-transform: translateZ(20px);
          -ms-transform: translateZ(20px);
          -o-transform: translateZ(20px);
          transform: translateZ(20px); }
      .section-hero .hero-container .hero-block .cd-headline.rotate-2 b {
        font-weight: normal;
        position: absolute;
        white-space: nowrap;
        left: 0;
        right: 0;
        top: 0; }
        .section-hero .hero-container .hero-block .cd-headline.rotate-2 b.is-visible {
          position: relative; }
    .section-hero .hero-container .is-visible .cd-headline.rotate-2 i {
      opacity: 1; }
    .section-hero .hero-container .no-csstransitions .cd-headline.rotate-2 i {
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      -ms-transform: rotateX(0deg);
      -o-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 0; }
    .section-hero .hero-container .no-csstransitions .cd-headline.rotate-2 i em {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .section-hero .hero-container .no-csstransitions .cd-headline.rotate-2 .is-visible i {
      opacity: 1; }
    .section-hero .hero-container .no-js .cd-words-wrapper b {
      opacity: 0; }
    .section-hero .hero-container .no-js .cd-words-wrapper b.is-visible {
      opacity: 1; }
    .section-hero .hero-container .course-category-block ul {
      padding: 0;
      margin: 0;
      clear: both; }
      .section-hero .hero-container .course-category-block ul li {
        list-style: none;
        display: block;
        padding: 0px;
        color: #ffffff; }
        .section-hero .hero-container .course-category-block ul li:last-child {
          clear: all; }
        .section-hero .hero-container .course-category-block ul li .course-item {
          padding: 12px 10px 30px 10px;
          display: block;
          color: #fff;
          transition: all 0.2s;
          position: relative;
          z-index: 10; }
          .section-hero .hero-container .course-category-block ul li .course-item .icon-img {
            text-align: center;
            padding-top: 18px; }
            .section-hero .hero-container .course-category-block ul li .course-item .icon-img img {
              margin: 0 auto 15px 0;
              max-width: 58px; }
          .section-hero .hero-container .course-category-block ul li .course-item .icon-text {
            text-align: center;
            font-weight: 600;
            font-size: 18px;
            min-height: 52px; }
        .section-hero .hero-container .course-category-block ul li:hover .course-item {
          -webkit-transform: translateY(-80px);
          -moz-transform: translateY(-80px);
          -ms-transform: translateY(-80px);
          transform: translateY(-80px); }
        .section-hero .hero-container .course-category-block ul li:not(:hover) .course-item {
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          transform: translateY(0px); }
        .section-hero .hero-container .course-category-block ul li figcaption {
          height: 80px;
          width: 100%;
          top: auto;
          bottom: 0;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          backface-visibility: hidden;
          background: rgba(47, 50, 52, 0.7);
          color: #fff;
          left: 0;
          padding: 0px;
          position: absolute;
          text-align: center; }
          .section-hero .hero-container .course-category-block ul li figcaption a {
            padding: 10px 20px;
            font-size: 12px;
            margin-top: 21px;
            font-weight: 600;
            display: inline-block;
            min-width: inherit;
            border-radius: 2px; }

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg); } }
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg); } }
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg); }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg); } }
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg); } }
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg); } }
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0); }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg); } }
.section-intro {
  padding: 80px 0;
  border-bottom: 1px solid #ddd; }
  .section-intro .container .title-block {
    margin-bottom: 40px; }
    .section-intro .container .title-block h2 {
      margin: 0; }
  .section-intro .container .content-block {
    margin-bottom: 40px; }
  .section-intro .container .nav-tabs li {
    display: inline-block;
    float: none; }
    .section-intro .container .nav-tabs li a {
      border: 1px solid #ddd;
      border-radius: 3px;
      display: block;
      transition: all 0.2s;
      padding: 15px 25px;
      color: #8b8b8b;
      font-weight: 700; }
    .section-intro .container .nav-tabs li.active a {
      background: #f6be29;
      color: #ffffff;
      border-color: #f6be29; }

/* Services Section */
.section-services {
  padding: 60px 0; }
  .section-services .services-container a.block .intro-block {
    padding: 60px 40px;
    text-align: center;
    transition: all 0.2s;
    -webkit-transition: all 0.2s; }
    .section-services .services-container a.block .intro-block .image-block {
      margin-bottom: 20px; }
      .section-services .services-container a.block .intro-block .image-block img {
        margin: 0 auto;
        max-width: 100px; }
    .section-services .services-container a.block .intro-block .text-block {
      min-height: 125px; }
      .section-services .services-container a.block .intro-block .text-block h3 {
        font-size: 18px;
        margin-bottom: 15px; }
      .section-services .services-container a.block .intro-block .text-block p {
        font-size: 14px;
        line-height: 22px;
        margin: 0; }
    .section-services .services-container a.block .intro-block .button-block .button {
      padding: 0;
      font-size: 14px; }
      .section-services .services-container a.block .intro-block .button-block .button .icon {
        font-size: 13px; }
  .section-services .services-container a.block:hover .intro-block {
    background: #ffffff;
    box-shadow: 8px 0px 38px rgba(0, 0, 0, 0.08); }
  .section-services .service-block {
    background: #fff;
    padding: 40px 20px;
    box-shadow: rgba(58, 78, 95, 0.2) 0 10px 16px, rgba(58, 78, 95, 0.05) 0 -5px 16px;
    margin-bottom: 30px;
    border-radius: 6px;
    text-align: center; }
    .section-services .service-block .icon-block {
      border: 1px solid #0b215c;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 80px;
      height: 80px;
      line-height: 80px;
      border-radius: 50%;
      background-color: #0b215c;
      margin: 0 auto; }
      .section-services .service-block .icon-block img {
        width: 80px;
        padding: 10px; }
    .section-services .service-block h4 {
      font-size: 20px;
      line-height: 1.9;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 600; }
    .section-services .service-block p {
      text-align: center; }

/* Testimonials Section */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      -moz-transition: height 500ms ease-in-out;
      -ms-transition: height 500ms ease-in-out;
      -o-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left; }
    .owl-carousel .owl-item.loading {
      min-height: 150px;
      background: url(AjaxLoader.gif) no-repeat center center; }
  .owl-carousel .owl-page,
  .owl-carousel .owl-buttons div {
    cursor: pointer; }
  .owl-carousel .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-controls {
    margin-top: 25px;
    text-align: center; }
    .owl-carousel .owl-controls .owl-buttons div {
      color: #FFF;
      display: inline-block;
      zoom: 1; }
    .owl-carousel .owl-controls.clickable .owl-buttons div:hover {
      text-decoration: none; }
    .owl-carousel .owl-controls .owl-page {
      display: inline-block;
      zoom: 1; }
      .owl-carousel .owl-controls .owl-page span {
        display: block;
        width: 14px;
        height: 14px;
        margin: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
        background: #f1f1f1; }
        .owl-carousel .owl-controls .owl-page span.owl-numbers {
          height: auto;
          width: auto;
          color: #FFF;
          padding: 2px 10px;
          font-size: 12px;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px; }
      .owl-carousel .owl-controls .owl-page.active span {
        opacity: 1;
        background: #f6be29; }

.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

.section-spotlight {
  padding: 80px 0; }
  .section-spotlight .spotlight-container .title-block {
    margin-bottom: 60px;
    text-align: center; }
    .section-spotlight .spotlight-container .title-block .h1 {
      margin-bottom: 0; }
  .section-spotlight .spotlight-container .spotlight-container {
    margin: 0 auto; }
    .section-spotlight .spotlight-container .spotlight-container .spotlight-group {
      padding: 0px; }
      .section-spotlight .spotlight-container .spotlight-container .spotlight-group .spotlight-block {
        overflow: hidden;
        font-size: 16px; }
        .section-spotlight .spotlight-container .spotlight-container .spotlight-group .spotlight-block .content-block {
          padding-right: 60px; }
          .section-spotlight .spotlight-container .spotlight-container .spotlight-group .spotlight-block .content-block h3 {
            font-size: 18px;
            margin-bottom: 6px; }
          .section-spotlight .spotlight-container .spotlight-container .spotlight-group .spotlight-block .content-block span {
            margin-bottom: 25px; }
          .section-spotlight .spotlight-container .spotlight-container .spotlight-group .spotlight-block .content-block .button {
            font-size: 16px; }

.section-team {
  padding: 80px 0; }
  .section-team .container .title-block {
    margin-bottom: 60px;
    text-align: center; }
    .section-team .container .title-block .h1 {
      margin-bottom: 0; }
  .section-team .container .member {
    text-align: center; }
    .section-team .container .member .thumb-wrapper {
      margin-bottom: 10px; }
      .section-team .container .member .thumb-wrapper img {
        margin: 0 auto;
        max-width: 140px; }
    .section-team .container .member .highlight {
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 5px; }
    .section-team .container .member p {
      font-size: 15px;
      line-height: normal; }

.section-blog {
  padding: 80px 0; }
  .section-blog .blog-container .title-block {
    margin-bottom: 60px;
    text-align: center; }
    .section-blog .blog-container .title-block .h1 {
      margin-bottom: 0; }
  .section-blog .blog-container .blog-group {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px; }
    .section-blog .blog-container .blog-group .blog-article {
      font-size: 16px; }
      .section-blog .blog-container .blog-group .blog-article .img-block {
        margin-bottom: 20px; }
      .section-blog .blog-container .blog-group .blog-article .blog-content {
        padding: 0px;
        font-size: 16px; }
        .section-blog .blog-container .blog-group .blog-article .blog-content .date {
          font-size: 14px;
          color: #888a8c;
          margin-bottom: 10px; }
        .section-blog .blog-container .blog-group .blog-article .blog-content h3 {
          font-size: 18px;
          line-height: 26px;
          margin-bottom: 20px;
          display: flex;
          align-items: center;
          height: 52px; }
        .section-blog .blog-container .blog-group .blog-article .blog-content .button {
          font-size: 16px;
          padding: 0; }
  .section-blog .blog-container .button-block .button {
    min-width: 200px; }

.section-cta {
  padding: 60px 0;
  background: #0b215c; }
  .section-cta .cta-container .h2 {
    margin-top: 10px;
    margin-bottom: 0px; }
  .section-cta .cta-container .button {
    font-size: 18px;
    margin-bottom: 0px; }

/* ///////////////// */
/*   GENERAL PAGE    */
/* ///////////////// */
.section-default {
  padding: 80px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .section-default .container .title-block {
    margin-bottom: 40px; }
    .section-default .container .title-block h2 {
      margin: 0; }
  .section-default .container .content-block {
    margin-bottom: 40px; }
    .section-default .container .content-block .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px;
      margin-bottom: 10px;
      background: transparent;
      border: none;
      border-radius: 3px;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .section-default .container .content-block .panel-group .panel .panel-heading {
        background: #0c1429;
        color: #ffffff;
        border-radius: 10px;
        position: relative;
        z-index: 1;
        font-weight: 700;
        padding: 20px 80px 20px 30px; }
        .section-default .container .content-block .panel-group .panel .panel-heading .panel-title {
          font-weight: 700;
          font-size: 18px; }
        .section-default .container .content-block .panel-group .panel .panel-heading i {
          position: absolute;
          top: 50%;
          margin-top: -1.5px;
          right: 35px;
          width: 28px;
          height: 2px;
          background: #ffffff; }
          .section-default .container .content-block .panel-group .panel .panel-heading i:before {
            content: "";
            position: absolute;
            height: 26px;
            width: 2px;
            top: -12.5px;
            left: 13px;
            background: #fff;
            opacity: 0;
            transform: scale(1.5);
            transition: all 0.2s; }
        .section-default .container .content-block .panel-group .panel .panel-heading.collapsed i:before {
          opacity: 1;
          transform: scale(1); }
      .section-default .container .content-block .panel-group .panel .panel-body {
        background: #ffffff;
        border: none;
        margin-top: -20px;
        font-size: 16px;
        padding: 50px 20px;
        line-height: 26px; }
        .section-default .container .content-block .panel-group .panel .panel-body h3 {
          font-weight: 700;
          font-size: 20px; }
      .section-default .container .content-block .panel-group .panel .collapse {
        opacity: 0;
        transition: box-shadow .3s;
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15); }
        .section-default .container .content-block .panel-group .panel .collapse.in {
          opacity: 1; }
  .section-default .container .nav-tabs {
    margin-bottom: 20px;
    border-bottom: 4px solid #0b215c; }
    .section-default .container .nav-tabs li {
      display: inline-block;
      float: none; }
      .section-default .container .nav-tabs li a {
        border: 1px solid #ddd;
        border-bottom: 1px solid #0b215c;
        border-radius: 3px;
        display: block;
        transition: all 0.2s;
        padding: 15px 25px;
        color: #8b8b8b;
        font-weight: 700;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
      .section-default .container .nav-tabs li.active a {
        background: #0b215c;
        color: #ffffff;
        border-color: #0b215c; }
  .section-default .container .tab-content .tab-pane h3 {
    font-size: 20px;
    line-height: normal;
    font-weight: 700; }

/* ///////////////////// */
/*    RESPONSIVE VIEW    */
/* ///////////////////// */
@media (max-width: 1200px) {
  .container {
    width: 100%; } }
@media (max-width: 1100px) {
  .navbar .navbar-nav li {
    margin-left: 18px; }

  .navbar .navbar-nav li a {
    xfont-size: 13px; }

  .section-cta .cta-container .h2 {
    font-size: 28px; }
  .section-cta .cta-container .button {
    font-size: 18px; } }
@media screen and (max-width: 990px) and (min-width: 768px) {
  header .top .container .top-left-block ul li, header .top .container .top-right-block ul li {
    margin-right: 12px; }
    header .top .container .top-left-block ul li:last-child, header .top .container .top-right-block ul li:last-child {
      margin-right: 0; }
  header .top .container .top-right-block ul li {
    margin-right: 0px;
    margin-left: 12px; }

  .navbar .navbar-nav li {
    margin-left: 8px; }

  .navbar .navbar-nav li a {
    font-size: 15px; } }
@media (max-width: 768px) {
  #header.original {
    position: fixed;
    display: block !important;
    opacity: 1 !important;
    box-shadow: 0px -10px 50px rgba(0, 0, 0, 0.4);
    height: 90px; }

  header {
    height: 67px;
    background: #ffffff; }
    header .logo img {
      max-width: 80px; }

  .slide,
  header.cloned {
    display: none !important; }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff; }
  .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #fff; }

  .navbar .navbar-nav li.homepage-link {
    display: block; }

  .button-block {
    text-align: center; }

  /* Nav */
  .navbar .navbar-nav li a:before {
    display: none; }

  .navbar {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: none;
    xoverflow: hidden;
    margin-top: -57px; }
    .navbar .navbar-collapse {
      border: medium none;
      box-shadow: none;
      display: block;
      position: fixed;
      right: -275px;
      width: 75%;
      max-width: 275px;
      background: #ffffff;
      height: 100%;
      top: 0;
      padding: 0;
      transition: all 0.2s;
      min-height: 100%; }
    .navbar .navbar-collapse.in {
      overflow: visible;
      right: 0;
      display: block;
      width: 75%;
      height: 100% !important;
      min-height: 100% !important;
      max-width: 275px;
      box-shadow: 10px 0px 45px rgba(0, 0, 0, 0.8); }
    .navbar .collapse.in {
      height: 100% !important;
      min-height: 100% !important; }
    .navbar .navbar-header {
      max-width: 86px;
      float: right; }
      .navbar .navbar-header .navbar-toggle {
        border-radius: 0px;
        background: #0c1429 !important;
        border: none;
        border-radius: 50%;
        float: right;
        margin: 35px 15px 15px 15px;
        padding: 12px 9px;
        position: relative; }
        .navbar .navbar-header .navbar-toggle .icon-bar {
          background-color: #ffffff;
          border-radius: 1px;
          display: block;
          width: 20px;
          height: 2px;
          transition: all 0.2s; }
        .navbar .navbar-header .navbar-toggle .icon-bar + .icon-bar {
          margin-top: 4px; }
        .navbar .navbar-header .navbar-toggle:hover, .navbar .navbar-header .navbar-toggle:focus {
          background: #0b215c !important; }
          .navbar .navbar-header .navbar-toggle:hover .icon-bar, .navbar .navbar-header .navbar-toggle:focus .icon-bar {
            background-color: #ffffff; }
    .navbar .navbar-default .navbar-nav > li {
      margin-left: 0px;
      margin-right: 0px;
      background: transparent; }
    .navbar .navbar-default .navbar-nav > li > a,
    .navbar .navbar-default .navbar-nav > li:last-child > a {
      text-align: left;
      background: none;
      padding: 15px 25px;
      transition: all 0.2s; }
    .navbar .navbar-default .navbar-nav > .active > a,
    .navbar .navbar-default .navbar-nav > li:hover > a,
    .navbar .navbar-default .navbar-nav > li:last-child:hover > a,
    .navbar .navbar-default .navbar-nav > .current_page_item > a,
    .navbar .navbar-default .navbar-nav > .current_page_item > a:hover,
    .navbar .navbar-default .navbar-nav > .current_page_item > a:focus {
      color: #fff !important;
      background-color: #0b215c !important; }
    .navbar .navbar-nav {
      float: none;
      padding: 0;
      margin: 0; }
      .navbar .navbar-nav li {
        position: relative;
        margin-left: 0px; }
        .navbar .navbar-nav li:last-child > a {
          xpadding: 7px 0px 7px 12px; }
        .navbar .navbar-nav li a {
          font-size: 15px;
          line-height: 28px;
          padding: 10px 20px; }
          .navbar .navbar-nav li a:before {
            display: none; }
          .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus, .navbar .navbar-nav li a.open {
            color: #fff;
            background-color: #0c1429; }
      .navbar .navbar-nav .current-menu-item a {
        background: #0c1429;
        color: #ffffff; }
        .navbar .navbar-nav .current-menu-item a:hover, .navbar .navbar-nav .current-menu-item a:focus {
          background: #0c1429;
          color: #ffffff; }
      .navbar .navbar-nav .menu-item-has-children a {
        padding-right: 20px;
        color: #ffffff;
        background: #0b215c url(../images/sub-menu-icon-up-w.png) calc(100% - 25px) center no-repeat !important;
        padding-right: 20px; }
        .navbar .navbar-nav .menu-item-has-children a:hover, .navbar .navbar-nav .menu-item-has-children a:focus {
          background: #0b215c url(../images/sub-menu-icon-up-w.png) calc(100% - 25px) center no-repeat !important;
          color: #ffffff; }
      .navbar .navbar-nav .menu-item-has-children.down a {
        padding-right: 20px;
        color: #2f3234;
        background: #ffffff url(../images/sub-menu-icon.png) calc(100% - 25px) center no-repeat !important;
        padding-right: 20px; }
        .navbar .navbar-nav .menu-item-has-children.down a:hover, .navbar .navbar-nav .menu-item-has-children.down a:focus {
          background: #0b215c url(../images/sub-menu-icon-down-w.png) calc(100% - 25px) center no-repeat !important;
          color: #ffffff; }
      .navbar .navbar-nav .menu-item-has-children ul.sub-menu {
        margin: 0;
        padding: 0;
        position: relative;
        min-width: inherit; }
        .navbar .navbar-nav .menu-item-has-children ul.sub-menu li {
          padding: 0;
          margin: 0;
          position: relative; }
          .navbar .navbar-nav .menu-item-has-children ul.sub-menu li a {
            padding: 10px 20px 10px 40px;
            border-top: none;
            background: none !important; }
            .navbar .navbar-nav .menu-item-has-children ul.sub-menu li a:hover, .navbar .navbar-nav .menu-item-has-children ul.sub-menu li a:focus {
              background: #0b215c !important;
              color: #ffffff; }
    .navbar .search {
      float: none;
      margin: 20px 26px; }

  .main-container {
    margin: 67px 0 0 0; }

  /* Titles */
  .h1, .page-title {
    font-size: 36px; }

  .h2, .section-title {
    font-size: 28px; }

  .h3 {
    font-size: 24px; }

  .h4 {
    font-size: 20px; }

  .h5 {
    font-size: 18px; }

  .xrow {
    margin: 0px; }

  .section {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* HOME PAGE  */
  .section-hero {
    padding: 0; }
    .section-hero .hero-container {
      padding: 50px 0 0px 0; }
      .section-hero .hero-container .hero-block {
        padding: 100px 0 180px 0; }
        .section-hero .hero-container .hero-block h1 {
          margin: 0 0 25px 0;
          font-size: 32px; }
        .section-hero .hero-container .hero-block .slogan p {
          margin: 0;
          font-size: 20px; }
        .section-hero .hero-container .hero-block .cd-intro {
          min-height: 45px;
          margin-bottom: 10px; }
        .section-hero .hero-container .hero-block .cd-headline.rotate-2 .cd-words-wrapper {
          min-width: 100%;
          min-height: 45px;
          font-size: 20px; }
      .section-hero .hero-container .course-category-block ul li .course-item {
        padding: 12px 5px;
        display: block;
        color: #fff;
        transition: all 0.2s;
        position: relative;
        z-index: 1; }
        .section-hero .hero-container .course-category-block ul li .course-item .icon-img {
          text-align: center;
          padding-top: 0px; }
          .section-hero .hero-container .course-category-block ul li .course-item .icon-img img {
            margin: 0 auto 10px 0;
            max-width: 40px; }
        .section-hero .hero-container .course-category-block ul li .course-item .icon-text {
          font-size: 13px;
          min-height: 55px; }
          .section-hero .hero-container .course-category-block ul li .course-item .icon-text br {
            display: none; }
      .section-hero .hero-container .course-category-block ul li:hover .course-item {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px); }
      .section-hero .hero-container .course-category-block ul li figcaption {
        height: 100%;
        width: 100%;
        background: transparent;
        padding: 0px;
        margin: 0;
        z-index: 2; }
        .section-hero .hero-container .course-category-block ul li figcaption a {
          padding: 0px;
          width: 100%;
          height: 100%;
          position: relative;
          text-indent: -99999px;
          overflow: hidden;
          margin: 0;
          border: none !important;
          display: block;
          border-radius: 0; }
          .section-hero .hero-container .course-category-block ul li figcaption a:before {
            display: none; }

  .section-intro {
    padding: 40px 0; }
    .section-intro .container .title-block {
      margin-bottom: 25px; }
    .section-intro .container .content-block {
      margin-bottom: 25px; }

  /* Testimonials Section */
  .section-testimonials {
    padding: 40px 0; }
    .section-testimonials .container .testimonial-container .owl-carousel .testimonial-block {
      max-width: 780px;
      margin: 0 auto;
      text-align: center; }
      .section-testimonials .container .testimonial-container .owl-carousel .testimonial-block .author_icon img {
        margin: 0 auto 20px auto; }

  /* Team Section */
  .section-team {
    padding: 40px 0; }
    .section-team .container .title-block {
      margin-bottom: 40px; }
    .section-team .container .member {
      text-align: center; }
      .section-team .container .member:nth-child(2n+1) {
        clear: both; }

  .section-blog {
    padding: 40px 0; }
    .section-blog .blog-container .title-block {
      margin-bottom: 40px; }
    .section-blog .blog-container .blog-group {
      margin-bottom: 40px; }
      .section-blog .blog-container .blog-group .blog-article {
        font-size: 16px;
        margin-bottom: 20px; }
        .section-blog .blog-container .blog-group .blog-article .blog-content {
          padding: 0px;
          font-size: 16px; }
          .section-blog .blog-container .blog-group .blog-article .blog-content .date {
            font-size: 14px;
            color: #888a8c;
            margin-bottom: 10px; }
          .section-blog .blog-container .blog-group .blog-article .blog-content h3 {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 15px; }
          .section-blog .blog-container .blog-group .blog-article .blog-content .button {
            text-align: left; }
    .section-blog .blog-container .button-block .button {
      min-width: 200px; }

  .section-cta {
    padding: 30px 0; }
    .section-cta .cta-container {
      text-align: center; }
      .section-cta .cta-container .col-sm-4, .section-cta .cta-container .col-sm-8 {
        text-align: center !important; }
      .section-cta .cta-container .h2 {
        font-size: 20px;
        margin-bottom: 20px; }
      .section-cta .cta-container .button {
        font-size: 16px; }

  .section-default {
    padding: 40px 0; }
    .section-default .container .title-block {
      margin-bottom: 25px; }
      .section-default .container .title-block p {
        margin: 0; }
    .section-default .container .content-block {
      margin-bottom: 25px; }
      .section-default .container .content-block .panel-group .panel .panel-heading {
        padding: 15px 60px 15px 20px; }
        .section-default .container .content-block .panel-group .panel .panel-heading .panel-title {
          font-size: 16px; }
        .section-default .container .content-block .panel-group .panel .panel-heading i {
          right: 20px; }
    .section-default .container .nav-tabs li a {
      padding: 15px 25px; }
    .section-default .container .tab-content .tab-pane h3 {
      font-size: 20px;
      line-height: normal; }

  .section-footer {
    padding: 40px 0 0 0; }
    .section-footer .container ul.flinks, .section-footer .container li {
      margin-bottom: 30px; }
      .section-footer .container ul.flinks li, .section-footer .container li li {
        margin-bottom: 5px; }

  .error404 .original {
    display: none; }
  .error404 .slide.headroom--top {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: #fff; }
    .error404 .slide.headroom--top .navbar-default .navbar-toggle .icon-bar {
      background: #505050; } }
@media (max-width: 520px) {
  /* Buttons */
  .button {
    padding: 0.9em 1.5em;
    font-size: 16px;
    min-width: 250px;
    max-width: 300px;
    text-align: center; }
    .button span {
      vertical-align: middle;
      font-size: 25px;
      margin-top: -10px;
      margin-left: 5px; }

  .error404 #header.original {
    display: none; }
  .error404 .not-found-container {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: inherit;
    margin-top: 80px;
    left: inherit;
    margin-left: inherit;
    text-align: center; }
    .error404 .not-found-container .content-box {
      padding: 40px;
      background: transparent; }
      .error404 .not-found-container .content-box h3 {
        font-size: 24px;
        line-height: 32px; }
      .error404 .not-found-container .content-box p {
        font-size: 16px; }

  footer .section-footer .container {
    padding: 0 20px; }
    footer .section-footer .container .col-sm-3 {
      margin-bottom: 40px;
      padding-right: 0;
      width: 50%; }
    footer .section-footer .container .col-sm-6 {
      width: 100%;
      float: none;
      xpadding-right: 0;
      clear: both; } }
.section-gallery h5 {
  color: #000;
  font-size: 18px;
  margin: 10px 0 0 0; }
.section-gallery .gallery-block,
.section-gallery .video-block {
  margin-bottom: 30px; }

.contact-block {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px;
  font-size: 14px; }
  .contact-block ul.flinks, .contact-block .section-footer .container li, .section-footer .container .contact-block li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    clear: both; }
    .contact-block ul.flinks li, .contact-block .section-footer .container li li, .section-footer .container .contact-block li li {
      margin-bottom: 10px;
      overflow: hidden; }
      .contact-block ul.flinks li .fa, .contact-block .section-footer .container li li .fa, .section-footer .container .contact-block li li .fa {
        display: block;
        float: left;
        font-size: 14px; }
      .contact-block ul.flinks li .right-info, .contact-block .section-footer .container li li .right-info, .section-footer .container .contact-block li li .right-info {
        display: block;
        float: left;
        font-size: 14px;
        width: calc(100% - 20px);
        padding-left: 5px;
        line-height: 22px; }

.sidebar-right .blog-posts-group {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px; }
  .sidebar-right .blog-posts-group ul {
    padding-left: 0; }
    .sidebar-right .blog-posts-group ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-bottom: 15px; }

.section-blog-details .blog-container .blog-group .blog-block {
  display: block;
  margin-bottom: 30px; }
  .section-blog-details .blog-container .blog-group .blog-block .img-block {
    display: inline-block;
    margin-bottom: 0px;
    width: auto; }
  .section-blog-details .blog-container .blog-group .blog-block .blog-content {
    font-size: 16px;
    padding: 0; }
    .section-blog-details .blog-container .blog-group .blog-block .blog-content h3 {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 0px; }
    .section-blog-details .blog-container .blog-group .blog-block .blog-content .date {
      color: #888a8c;
      font-size: 14px;
      margin-bottom: 5px; }
    .section-blog-details .blog-container .blog-group .blog-block .blog-content .button-normal {
      background: #fff; }

.mb-5 {
  margin-bottom: 5px !important; }

.logo-link {
  display: flex !important;
  align-items: center; }
  .logo-link .logo {
    margin-right: 15px; }
  .logo-link .logo-text {
    display: flex;
    flex-direction: column; }
    .logo-link .logo-text span {
      color: #0c1429;
      font-size: 26px;
      font-weight: bold;
      text-transform: uppercase; }
  @media (max-width: 1020px) {
    .logo-link .logo-text span {
      font-size: 24px; } }
  @media (max-width: 970px) {
    .logo-link .logo {
      margin-right: 10px; }
    .logo-link .logo-text span {
      font-size: 20px; } }

@media (max-width: 970px) {
  #header.original {
    height: 105px; }

  .main-container {
    margin-top: 105px; }

  header .logo img {
    max-width: 75px; } }
@media (max-width: 768px) {
  #header.original {
    height: 90px; }

  .main-container {
    margin: 67px 0 0 0; }

  .logonav .row .col-xs-12:nth-child(2) {
    width: 10%; } }
.ptech-section-title-block {
  max-width: 680px;
  margin: 0 auto 40px auto; }
  .ptech-section-title-block p {
    text-align: center; }

.ptech-blog {
  background: #fff;
  overflow: hidden;
  padding: 15px;
  transition: all 0.3s;
  margin-bottom: 30px; }
  .ptech-blog .blog-content a h3 {
    margin-bottom: 0; }

.ptech-testimonial-block {
  max-width: 780px;
  margin: 0 auto; }
  .ptech-testimonial-block .testimonial-block .author_content p {
    text-align: center; }
  .ptech-testimonial-block .testimonial-block .author_content .author_name img {
    max-width: 100px;
    margin-bottom: 5px; }

.ptech-pagination {
  margin: 30px auto 0 auto;
  width: 100%; }
  .ptech-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .ptech-pagination ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background-color: #0b215c;
      color: #ffffff;
      font-size: 14px;
      margin: 0 7px;
      cursor: pointer;
      transition: .3s; }
      .ptech-pagination ul li:hover, .ptech-pagination ul li.active {
        background: #0c1429;
        color: #fff; }
      .ptech-pagination ul li a {
        color: #ffffff; }
      .ptech-pagination ul li:has(> span.current) {
        background: #0c1429; }
      .ptech-pagination ul li:hover a {
        color: #fff; }

.ptech-contact-page .contact-block .flinks {
  margin-top: 15px; }
  .ptech-contact-page .contact-block .flinks li {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .ptech-contact-page .contact-block .flinks li .fa {
      background: transparent;
      border: 1px solid #0c1429;
      color: #0c1429;
      border-radius: 50%;
      height: 25px;
      width: 25px;
      line-height: 25px;
      text-align: center;
      margin-right: 10px; }
    .ptech-contact-page .contact-block .flinks li .right-info {
      font-size: 16px;
      font-weight: 500; }
      .ptech-contact-page .contact-block .flinks li .right-info a {
        color: #0c1429; }
        .ptech-contact-page .contact-block .flinks li .right-info a:hover {
          text-decoration: underline; }

.ptech-member-details {
  margin-bottom: 20px;
  padding: 15px; }
  .ptech-member-details .thin {
    text-align: left; }

.banner-block p {
  text-align: center; }

.ptech-about-block h3 {
  padding: 15px 0;
  font-size: 20px; }

.section-banner .parallax-mirror {
  position: relative; }
  .section-banner .parallax-mirror:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    background: rgba(0, 0, 0, 0.5); }

.section-blog-details p {
  margin-bottom: 15px; }

.ptech-post-nav {
  margin: 50px 0;
  border-color: #dfdfd7;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 10px 0; }

.sidebar-right .contact-block .button {
  max-width: inherit;
  padding: 1.1em 1.5em; }

.btn-footer {
  background: transparent;
  border: 1px solid #ffffff;
  min-width: 120px;
  font-size: 14px; }
  .btn-footer:hover {
    background: #0c1429;
    border: 1px solid #0c1429; }
    .btn-footer:hover:before {
      background-color: #0c1429; }

/*# sourceMappingURL=custom.css.map */
