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: #444444;
  transition: all 0.4s; }

html.noscroll body {
  background: #000;
  transition: all 0.2s; }

a {
  color: #f68b29;
  outline: none;
  -webkit-font-smoothing: antialiased; }
  a:hover, a:focus {
    outline: none;
    color: #f68b29;
    text-decoration: none; }

ul {
  padding: 0 0 0 20px; }

.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, ul, li {
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 26px;
  margin-bottom: 20px;
  -webkit-font-smoothing: antialiased; }

li {
  margin: 0; }

.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-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-padding-left {
  padding-left: 0 !important; }

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

.section {
  padding-top: 50px;
  padding-bottom: 50px; }

.title-block {
  margin-bottom: 40px; }

.section-parallax {
  position: relative; }
  .section-parallax .container {
    position: relative;
    transition: all 0.2s;
    z-index: 2; }
  .section-parallax:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    position: absolute;
    opacity: 0.5;
    z-index: 1; }

.h1 {
  font-size: 48px; }

.h2 {
  font-size: 36px;
  font-weight: 600; }

.h3 {
  font-size: 28px; }

.h4 {
  font-size: 24px; }

.h5 {
  font-size: 20px; }

@media (max-width: 768px) {
  .h1 {
    font-size: 36px; }

  .h2 {
    font-size: 28px; }

  .h3 {
    font-size: 24px; }

  .h4 {
    font-size: 20px; }

  .h5 {
    font-size: 18px; } }
.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-left {float: left;}
.pull-right {float: right;}

.pull-bottom {
  display: inline-block;
  vertical-align: bottom;
  float: none; }

.pull-middle {
  display: inline-block;
  vertical-align: middle !important;
  float: none; }

.steps {
  background: #f68b29 !important;
  color: #ffffff;
  font-weight: 700;
  border-color: #f68b29; }

.weeks {
  background: #666666 !important;
  color: #ffffff;
  border-color: #f68b29; }

/* Buttons */
.button {
  min-width: 150px;
  max-width: 400px;
  display: inline-block;
  padding: 15px 2em;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  font-size: 18px;
  text-transform: uppercase; }
  .button:focus {
    outline: none; }
  .button span {
    vertical-align: middle;
    font-size: 29px;
    margin-top: -10px;
    position: relative;
    margin-left: 5px;
    bottom: 5px; }
  .button .icon {
    font-size: 16px;
    position: relative;
    top: 1px; }

.button-normal {
  color: #0095da; }
  .button-normal:focus, .button-normal:hover {
    color: #444444; }

.button-primary {
  overflow: hidden;
  transition: all 0.2s;
  color: #ffffff;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  border: 2px solid transparent; }
  .button-primary.button-blue {
    background: #1081b5; }
    .button-primary.button-blue:hover {
      border-color: #0095da;
      background: transparent;
      color: #0095da; }
  .button-primary.button-orange {
    background: #f68b29; }
    .button-primary.button-orange:hover {
      background: transparent;
      border-color: #f68b29;
      color: #f68b29; }
  .button-primary.button-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff; }
    .button-primary.button-white:hover {
      background: #ffffff;
      color: #f68b29; }
  .button-primary.pdf_button {
    text-transform: capitalize !important;
    font-size: 14px !important;
    margin: 5px 0 !important; }
  .button-primary:focus, .button-primary:hover {
    color: #444444; }
  @media (max-width: 768px) {
    .button-primary {
      font-size: 16px;
      padding: 15px 30px; } }

.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-full {
  width: 100%;
  display: block; }

.button-thin-border {
  border: 1px solid; }

.bg-grey {
  background: #f5f5f5 !important; }

.bg-blue {
  background: #0095da !important; }

.bg-orange {
  background: #f68b29 !important; }

.color-primary {
  color: #444444 !important; }

.color-blue {
  color: #0095da !important; }

.color-white {
  color: #ffffff !important; }

.color-orange {
  color: #f68b29 !important; }

.color-dark {
  color: #333333 !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;
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0 0px 10px 0 rgba(67, 67, 69, 0.35); }
  header.original {
    display: block;
    position: absolute; }
  header.cloned {
    display: none;
    position: fixed; }
  header .top {
    background: #24b3df;
    height: 46px; }
    header .top .container .slogan {
      font-size: 20px;
      font-style: italic;
      letter-spacing: 0.5px;
      line-height: 46px; }
    header .top .container .top-right-block {
      margin-top: 9px; }
      header .top .container .top-right-block .social-menu a {
        display: inline-block;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        text-align: center;
        color: #ffffff;
        transition: all 0.2s; }
        header .top .container .top-right-block .social-menu a:hover {
          background: #ffffff;
          color: #0095da; }
      header .top .container .top-right-block .top-right-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden; }
        header .top .container .top-right-block .top-right-menu ul li {
          list-style: 0;
          float: left;
          margin-left: 10px; }
          header .top .container .top-right-block .top-right-menu ul li a {
            display: block;
            font-size: 13px;
            color: #ffffff;
            line-height: 26px;
            border: 1px solid #ffffff;
            text-align: center;
            border-radius: 50px;
            xtext-transform: uppercase;
            padding: 0 15px;
            transition: all 0.2s; }
            header .top .container .top-right-block .top-right-menu ul li a:hover {
              background: #ffffff;
              color: #0095da; }
  header .logonav {
    padding: 0;
    margin: 0px;
    width: 100%; }
  header .logo-link {
    display: block;
    float: left;
    margin-top: 14px; }
  header .logo {
    background: url("../images/sic-logo.png") no-repeat center center;
    background-size: 100%; }
  header .logo {
    width: 218px;
    height: 72px;
    background-size: 100%; }
  @media (max-width: 991px) {
    header .logo-link {
      margin: 10px 0; }
    header .logo {
      width: 164px;
      height: 54px;
      background-size: 100%; } }

.logged-in header {
  top: 32px; }

@media screen and (max-width: 782px) {
  .logged-in header {
    top: 46px; } }
.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); }
  .slide.slide--up {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .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: 1200px !important;
  width: 100%; }

.main-container {
  margin-top: 146px;
  position: relative;
  transition: all 0.4s; }

html.noscroll body .main-container {
  opacity: 0.2; }

.navbar-default {
  border: none;
  margin-bottom: 0px;
  min-height: inherit;
  position: relative;
  border-radius: none;
  background: transparent; }
  .navbar-default .navbar-nav {
    float: right;
    margin: 0; }
    .navbar-default .navbar-nav li {
      position: relative;
      margin-left: 35px; }
      .navbar-default .navbar-nav li:last-child > a {
        xpadding: 7px 0px 7px 12px; }
      .navbar-default .navbar-nav li a {
        border: none;
        padding: 0px;
        margin: 0;
        font-size: 17px;
        font-weight: 600;
        color: #444444;
        transition: all 0.2s;
        line-height: 100px; }
        .navbar-default .navbar-nav li a:before {
          display: block;
          content: "";
          position: absolute;
          width: 100%;
          height: 4px;
          background: transparent;
          bottom: 0px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
        .navbar-default .navbar-nav li a:hover:before {
          background: #f68b29; }
      .navbar-default .navbar-nav li:first-child {
        margin-left: 0; }
      .navbar-default .navbar-nav li.active a {
        background: transparent;
        color: #444444; }
        .navbar-default .navbar-nav li.active a:hover {
          background: transparent !important; }
        .navbar-default .navbar-nav li.active a:before {
          background: #f68b29; }
    .navbar-default .navbar-nav .menu-item-has-children.open a {
      background: none; }
    .navbar-default .navbar-nav .menu-item-has-children a {
      background: x #ffffff; }
      .navbar-default .navbar-nav .menu-item-has-children a.open, .navbar-default .navbar-nav .menu-item-has-children a.open:hover, .navbar-default .navbar-nav .menu-item-has-children a:hover {
        background: none;
        color: #444444; }
    .navbar-default .navbar-nav .menu-item-has-children ul.dropdown-menu {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      width: 100%;
      min-width: 280px;
      xdisplay: none;
      z-index: 3;
      border: none;
      border-radius: 0;
      float: none;
      min-width: 320px; }
      .navbar-default .navbar-nav .menu-item-has-children ul.dropdown-menu li {
        padding: 0;
        margin: 0;
        position: relative; }
        .navbar-default .navbar-nav .menu-item-has-children ul.dropdown-menu li a {
          display: block;
          color: #444444 !important;
          background: #ffffff;
          line-height: normal;
          padding: 12px 20px;
          border-top: 1px solid #eeeeee;
          white-space: pre-wrap;
          font-size: 15px; }
          .navbar-default .navbar-nav .menu-item-has-children ul.dropdown-menu li a:before {
            display: none; }
          .navbar-default .navbar-nav .menu-item-has-children ul.dropdown-menu li a:hover, .navbar-default .navbar-nav .menu-item-has-children ul.dropdown-menu li a:focus {
            background: #f68b29 !important;
            color: #ffffff !important; }
    .navbar-default .navbar-nav .menu-item-has-children:hover .sub-menu, .navbar-default .navbar-nav .menu-item-has-children:hover ul.dropdown-menu li, .navbar-default .navbar-nav .menu-item-has-children:focus .sub-menu, .navbar-default .navbar-nav .menu-item-has-children:focus ul.dropdown-menu li {
      xdisplay: block; }
  @media (max-width: 1200px) {
    .navbar-default .navbar-nav li {
      margin-left: 25px; } }
  @media (max-width: 1100px) {
    .navbar-default .navbar-nav li {
      margin-left: 18px; }
      .navbar-default .navbar-nav li a {
        font-size: 16px; } }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav {
      float: none;
      padding: 0;
      margin: 0; }
      .navbar-default .navbar-nav li {
        position: relative;
        margin: 0px; }
        .navbar-default .navbar-nav li a {
          line-height: normal;
          padding: 12px 20px;
          font-size: 15px; }
          .navbar-default .navbar-nav li a:before {
            display: none; }
          .navbar-default .navbar-nav li a:hover {
            color: #ffffff;
            background: #f68b29; }
        .navbar-default .navbar-nav li.active a {
          background: #f68b29;
          color: #ffffff; }
          .navbar-default .navbar-nav li.active a:hover, .navbar-default .navbar-nav li.active a:focus {
            background: #f68b29 !important;
            color: #ffffff; }
      .navbar-default .navbar-nav .menu-item-has-children ul.dropdown-menu {
        margin: 0;
        padding: 0;
        position: relative;
        min-width: inherit;
        box-shadow: none; }
        .navbar-default .navbar-nav .menu-item-has-children ul.dropdown-menu li {
          padding: 0;
          margin: 0;
          position: relative; }
          .navbar-default .navbar-nav .menu-item-has-children ul.dropdown-menu li a {
            padding: 15px 25px 15px 50px;
            border-top: none;
            background: #ffffff !important;
            color: #444444; } }

.dropdown-submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  padding: 0;
  margin: 0; }
  .dropdown-submenu li {
    list-style: none; }

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; }

.dropdown-menu-child:hover .dropdown-submenu {
  display: block;
  margin-top: 0; }

@media (max-width: 991px) {
  #header.original {
    display: block !important;
    position: fixed;
    opacity: 1 !important; }
  #header.cloned, #header.slide {
    display: none !important; }
  #header .no-padding-left {
    min-height: 0px; }

  .button-block {
    text-align: center; }

  /* Nav */
  .navbar {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background: none;
    xoverflow: hidden; }
    .navbar .navbar-collapse {
      border: medium none;
      box-shadow: none;
      position: absolute;
      width: 100%;
      background: #ffffff;
      padding: 0;
      transition: all 0.2s; }
      .navbar .navbar-collapse .link-block {
        background: #0095da;
        padding: 15px 25px; }
        .navbar .navbar-collapse .link-block .social-menu {
          text-align: center;
          margin-bottom: 15px; }
          .navbar .navbar-collapse .link-block .social-menu a {
            display: inline-block;
            width: 28px;
            height: 28px;
            line-height: 28px;
            border-radius: 50%;
            border: 1px solid #ffffff;
            text-align: center;
            color: #ffffff;
            transition: all 0.2s; }
            .navbar .navbar-collapse .link-block .social-menu a:hover {
              background: #ffffff;
              color: #0095da; }
        .navbar .navbar-collapse .link-block .link-menu ul {
          list-style: none;
          margin: 0;
          padding: 0;
          overflow: hidden;
          text-align: center; }
          .navbar .navbar-collapse .link-block .link-menu ul li {
            list-style: 0;
            float: none;
            margin: 0 5px 5px 5px;
            display: inline-block; }
            .navbar .navbar-collapse .link-block .link-menu ul li a {
              display: block;
              font-size: 12px;
              color: #ffffff;
              line-height: 26px;
              border: 1px solid #ffffff;
              text-align: center;
              border-radius: 50px;
              xtext-transform: uppercase;
              padding: 0 15px;
              transition: all 0.2s; }
              .navbar .navbar-collapse .link-block .link-menu ul li a:hover {
                background: #ffffff;
                color: #0095da; }
    .navbar .navbar-collapse.in {
      overflow: scroll;
      display: block;
      height: 90vh; }
    .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: #0095da !important; }

  .main-container {
    margin-top: 74px; } }
/* Hamburger Menu */
.navbar-header {
  border: none;
  box-shadow: none;
  float: right; }
  .navbar-header .navbar-toggle {
    border-radius: 0px;
    background: transparent !important;
    border: none;
    border-radius: 0px;
    float: right;
    margin: 27px 15px 15px 15px;
    padding: 0px;
    position: relative; }
    .navbar-header .navbar-toggle .icon-bar {
      background-color: #505050;
      border-radius: 1px;
      display: block;
      width: 26px;
      height: 2px;
      transition: all 0.2s; }
    .navbar-header .navbar-toggle .icon-bar + .icon-bar {
      margin-top: 7px; }
    .navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus {
      background: transparent; }
      .navbar-header .navbar-toggle:hover .icon-bar, .navbar-header .navbar-toggle:focus .icon-bar {
        background-color: #505050; }

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; } }
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }

/* ////////// */
/*   FOOTER   */
/* ////////// */
footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 0;
  font-size: 15px;
  background: #051117;
  color: #8b8b8b; }
  footer .section-footer {
    padding: 50px 0 0px 0; }
    footer .section-footer .container {
      margin: 0 auto; }
      footer .section-footer .container .footer-logo-block {
        max-width: 270px; }
        footer .section-footer .container .footer-logo-block .footer-logo {
          margin-bottom: 35px;
          max-width: 218px; }
          footer .section-footer .container .footer-logo-block .footer-logo img {
            display: block;
            width: auto;
            max-width: 100%;
            height: auto; }
        footer .section-footer .container .footer-logo-block li {
          margin-bottom: 15px; }
      footer .section-footer .container p {
        font-size: 15px; }
      footer .section-footer .container h3 {
        font-size: 20px;
        color: #ffffff; }
      footer .section-footer .container ul.flinks, footer .section-footer .container li {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: normal; }
      footer .section-footer .container li {
        font-size: 15px;
        overflow: hidden;
        margin-bottom: 10px; }
        footer .section-footer .container li .fa {
          margin-right: 5px;
          width: 20px;
          float: left;
          display: block;
          line-height: 20px; }
        footer .section-footer .container li .right-info {
          width: calc(100% - 25px);
          float: left;
          display: block;
          line-height: normal; }
        footer .section-footer .container li a {
          color: #8b8b8b;
          font-size: 15px;
          transition: all 0.2s; }
          footer .section-footer .container li a:hover, footer .section-footer .container li a:focus {
            color: #ffffff; }
      footer .section-footer .container .social-icons {
        clear: both;
        overflow: hidden; }
        footer .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; }
          footer .section-footer .container .social-icons a:hover, footer .section-footer .container .social-icons a:focus {
            color: #fff; }
      footer .section-footer .container .copyright {
        color: #8b8b8b;
        margin-top: 30px;
        padding: 30px 0;
        font-size: 12px;
        border-top: 1px solid #363a3c; }
        footer .section-footer .container .copyright a {
          color: #8b8b8b;
          transition: all 0.2s;
          -webkit-transition: all 0.2s; }
          footer .section-footer .container .copyright a:hover {
            color: #fff; }
  @media (max-width: 768px) {
    footer .section-footer {
      padding: 20px 0 0px 0; }
      footer .section-footer .container .footer-logo-block {
        max-width: 100%;
        margin-bottom: 35px; }
        footer .section-footer .container .footer-logo-block .footer-logo {
          margin-bottom: 20px; }
      footer .section-footer .container h3 {
        margin-top: 20px; } }

.section-news .news-container .news-group .news-article .content-block .date {
  margin: 10px 0; }

.section-news .news-container .news-group .news-article .content-block h3 {
  margin: 10px 0; }

/* ///////////////// */
/*     HOME PAGE     */
/* ///////////////// */
/* Section Hero */
.section-hero {
  padding: 0;
  position: relative;
  color: #ffffff;
  transition: all 0.2s;
  background-color: #f5f5f5; }
  .section-hero .home-slider .owl-controls {
    position: absolute;
    margin: 0;
    bottom: 40px;
    max-width: 1200px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); }
    .section-hero .home-slider .owl-controls .owl-pagination {
      text-align: left;
      margin-left: 15px; }
      .section-hero .home-slider .owl-controls .owl-pagination .owl-page {
        float: left;
        margin-right: 18px; }
        .section-hero .home-slider .owl-controls .owl-pagination .owl-page span {
          width: 14px;
          height: 14px;
          margin: 0;
          -webkit-border-radius: 50px;
          -moz-border-radius: 50px;
          border-radius: 50px;
          background: transparent;
          border: 2px solid #ffffff; }
        .section-hero .home-slider .owl-controls .owl-pagination .owl-page.active span {
          background: #ffffff; }
  .section-hero .container {
    position: relative;
    transition: all 0.2s;
    z-index: 2; }
    .section-hero .container .hero-block {
      margin: 60px 0;
      min-height: 320px; }
      .section-hero .container .hero-block .h1 {
        margin: 0 0 30px 0; }
      .section-hero .container .hero-block p {
        font-size: 24px;
        margin: 0 0 40px 0;
        font-weight: 300; }
      .section-hero .container .hero-block .btn-block .button-primary {
        margin-right: 20px; }
        .section-hero .container .hero-block .btn-block .button-primary:hover {
          color: #ffffff;
          border-color: #ffffff;
          background: transparent; }
  @media (max-width: 768px) {
    .section-hero .home-slider .owl-controls {
      bottom: 20px; }
      .section-hero .home-slider .owl-controls .owl-pagination {
        text-align: center; }
        .section-hero .home-slider .owl-controls .owl-pagination .owl-page {
          margin-right: 12px;
          float: none; }
          .section-hero .home-slider .owl-controls .owl-pagination .owl-page span {
            width: 12px;
            height: 12px; }
    .section-hero .container .hero-block {
      margin: 60px 0;
      text-align: center;
      min-height: 410px; }
      .section-hero .container .hero-block .h1 {
        margin: 0 0 20px 0; }
      .section-hero .container .hero-block p {
        font-size: 20px;
        margin: 0 0 30px 0; }
      .section-hero .container .hero-block .btn-block .button {
        margin: 5px 5px 15px 5px; } }
  @media (max-width: 520px) {
    .section-hero .container .hero-block .h1 {
      margin: 0 0 20px 0;
      font-size: 36px; } }

/* Courses Section */
.course-block {
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .course-block:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    position: absolute;
    opacity: 0.4;
    border-radius: 4px;
    transition: all 0.2s; }
  .course-block .course-category {
    position: absolute;
    background: #f68b29;
    top: 25px;
    left: 25px;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    z-index: 1; }
  .course-block .content-block {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    color: #ffffff;
    z-index: 1; }
    .course-block .content-block h3, .course-block .content-block h4 {
      margin: 0; }
    .course-block .content-block p {
      margin: 0;
      font-weight: 300; }
  .course-block .img-block {
    border-radius: 4px; }
  .course-block:hover {
    transition: all 0.2s; }
    .course-block:hover:after {
      opacity: 0.6; }
  @media (max-width: 991px) {
    .course-block br {
      display: none; }
    .course-block p {
      font-size: 14px;
      line-height: normal; } }
  @media (max-width: 768px) {
    .course-block .course-category {
      top: 20px;
      left: 20px; }
    .course-block .content-block {
      bottom: 20px;
      left: 20px;
      right: 20px; } }

.section-courses {
  padding: 60px 0; }
  .section-courses .container .tab-block {
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px; }
    .section-courses .container .tab-block .nav-pills {
      text-align: center;
      margin-bottom: -1px; }
      .section-courses .container .tab-block .nav-pills li {
        display: inline-block;
        float: inherit; }
        .section-courses .container .tab-block .nav-pills li a {
          background: transparent;
          color: #333333;
          font-weight: 400;
          border-bottom: 3px solid transparent;
          padding: 20px;
          border-radius: 0;
          min-width: 180px;
          font-size: 20px; }
        .section-courses .container .tab-block .nav-pills li.active a {
          border-color: #f68b29; }
  .section-courses .container .course-group {
    margin-bottom: 30px; }
  .section-courses .container .courses-contents {
    margin-bottom: 30px; }
  @media (max-width: 768px) {
    .section-courses {
      padding: 50px 0; }
      .section-courses .container .tab-block {
        margin-bottom: 30px; }
        .section-courses .container .tab-block .nav-pills li a {
          padding: 15px;
          min-width: 100px;
          font-size: 16px; } }

/* 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: transparent; }
  .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: #ffffff;
        border: 1px solid #a8a8a8; }
        .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: #0095da;
        border: 1px solid #0095da; }

.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

.section-interest {
  padding: 80px 0;
  position: relative; }
  .section-interest .container .content-block {
    padding: 0 36px;
    margin-bottom: 50px; }
    .section-interest .container .content-block h2 {
      margin-bottom: 30px; }
    .section-interest .container .content-block p {
      font-size: 24px;
      font-weight: 300;
      line-height: 32px; }
  .section-interest .container .btn-block .button-primary:hover {
    color: #ffffff;
    border-color: #ffffff; }
  @media (max-width: 768px) {
    .section-interest {
      padding: 80px 0; }
      .section-interest .container .content-block {
        padding: 0 15px;
        margin-bottom: 30px; }
        .section-interest .container .content-block h2 {
          margin-bottom: 20px; }
        .section-interest .container .content-block p {
          font-size: 20px;
          line-height: 28px; } }

.news-block {
  position: relative;
  margin-bottom: 30px; }
  .news-block .img-block {
    margin-bottom: 15px;
    border-radius: 4px; }
  .news-block .content-block {
    font-size: 16px; }
    .news-block .content-block h3 {
      font-size: 20px;
      line-height: normal;
      font-weight: 400;
      color: #333333;
      margin-bottom: 15px; }
    .news-block .content-block .date-block {
      margin-bottom: 15px; }
      .news-block .content-block .date-block .date-user {
        font-size: 14px;
        margin-right: 15px; }

.section-news {
  padding: 80px 0; }
  .section-news .container .title-block {
    margin-bottom: 60px;
    text-align: center; }
    .section-news .container .title-block .h1 {
      margin-bottom: 0; }
  .section-news .container .button-block {
    margin-top: 40px; }
    .section-news .container .button-block .button {
      min-width: 200px; }

.section-events {
  padding: 80px 0; }
  .section-events .container .events-block .img-block {
    position: relative;
    margin-bottom: 15px; }
    .section-events .container .events-block .img-block:after {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #000000;
      position: absolute;
      opacity: 0.4;
      border-radius: 4px;
      transition: all 0.2s; }
    .section-events .container .events-block .img-block .date {
      position: absolute;
      bottom: 20px;
      left: 20px;
      font-size: 20px;
      color: #ffffff;
      padding: 0;
      z-index: 1; }
  .section-events .container .events-block .content-block h3 {
    margin-bottom: 15px;
    font-weight: normal;
    color: #333333; }
  .section-events .container .events-block .content-block .date-block {
    color: #0095da;
    margin-bottom: 15px; }
  .section-events .container .events-block .content-block .btn-block .button-primary {
    font-size: 16px;
    padding: 8px 25px; }
  .section-events .container .button-block {
    margin-top: 40px; }
    .section-events .container .button-block .button {
      min-width: 200px; }

.section-gallery .gallery-container .gallery-block {
  position: relative; }
  .section-gallery .gallery-container .gallery-block a {
    display: block;
    height: 225px;
    background-color: #8b8b8b; }
    .section-gallery .gallery-container .gallery-block a:after {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      color: #ffffff;
      font-size: 40px;
      content: '+';
      opacity: 0;
      transition: all 0.2s; }
    .section-gallery .gallery-container .gallery-block a:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      background: #f68b29;
      content: '';
      height: 100%;
      opacity: 0;
      transition: all 0.2s; }
    .section-gallery .gallery-container .gallery-block a:hover:after {
      opacity: 1; }
    .section-gallery .gallery-container .gallery-block a:hover:before {
      opacity: 0.9; }

.section-cta {
  padding: 30px 0; }
  .section-cta .container .h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px; }
    .section-cta .container .h2 span {
      font-weight: 400; }
  .section-cta .container p {
    margin: 0; }
  .section-cta .container .button {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    float: right; }
  @media (max-width: 768px) {
    .section-cta {
      padding: 20px 0; }
      .section-cta .container {
        text-align: center; }
        .section-cta .container .h2 {
          font-size: 25px;
          text-align: center; }
        .section-cta .container p {
          margin: 0 0 20px 0; }
        .section-cta .container .button {
          margin-bottom: 0px;
          float: none; }
        .section-cta .container .text-left {
          text-align: center; } }
  @media (max-width: 816px) {
    .section-cta {
      padding: 20px 0; }
      .section-cta .container .h2 {
        font-size: 25px;
        text-align: center; }
      .section-cta .container p {
        margin: 0 0 20px 0; }
      .section-cta .container .button {
        margin-bottom: 0px;
        margin-top: 20px;
        font-size: 13px !important; }
      .section-cta .container .text-left {
        text-align: center; } }
  @media (max-width: 1037px) {
    .section-cta {
      padding: 20px 0; }
      .section-cta .container p {
        margin: 0 0 20px 0; }
      .section-cta .container .button {
        margin-bottom: 0px;
        margin-top: 20px;
        font-size: 15px; }
      .section-cta .container .text-left {
        text-align: center; } }

/* /////////////// */
/*  ABOUT US PAGE  */
/* /////////////// */
.about-info-block {
  position: relative;
  display: block;
  width: 100%;
  height: 136px;
  padding-top: 36px;
  padding-right: 25px;
  padding-left: 110px;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 4px 0 13px 0 rgba(0, 0, 0, 0.13);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none; }
  .about-info-block .hero-overlay-number {
    position: absolute;
    left: 16px;
    top: 30px;
    display: inline-block;
    font-size: 70px;
    line-height: 68px;
    color: #0095da;
    min-width: 82px;
    text-align: center; }
  .about-info-block .hero-overlay-block-title {
    color: #8b8b8b;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase; }
  .about-info-block p {
    font-size: 14px;
    line-height: normal;
    color: #333333; }

/* Section Banner */
.section-banner {
  padding: 80px 0 60px 0;
  position: relative;
  background: #8b8b8b; }
  .section-banner .container .banner-block .about-title {
    margin-bottom: 40px; }
  .section-banner .container .banner-block .category {
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 20px; }
  @media (max-width: 768px) {
    .section-banner {
      padding: 60px 0 40px 0; } }

.class-info-block {
  margin-bottom: 40px; }
  .class-info-block .form-header {
    border-bottom: 1px solid #ddd; }
    .class-info-block .form-header h3 {
      background: #ffffff;
      padding: 25px;
      margin: 0; }
  .class-info-block .form-body {
    background: #ffffff;
    padding: 25px; }
    .class-info-block .form-body ul {
      margin: 0;
      padding: 0; }
      .class-info-block .form-body ul li {
        margin-bottom: 12px;
        list-style: none; }
        .class-info-block .form-body ul li a {
          display: block;
          transition: all 0.2s;
          color: #333333; }
          .class-info-block .form-body ul li a:before {
            content: "\f105";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            margin-right: 5px;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased; }
          .class-info-block .form-body ul li a:hover {
            color: #f68b29; }
    .class-info-block .form-body .form-row {
      margin-bottom: 10px; }
      .class-info-block .form-body .form-row label {
        color: #f68b29; }
      .class-info-block .form-body .form-row.button-row {
        margin-top: 30px; }
        .class-info-block .form-body .form-row.button-row .button-primary {
          width: 100%;
          max-width: 400px;
          text-align: center;
          margin-bottom: 20px; }
  .class-info-block.course-info-block .form-body ul li {
    margin-bottom: 12px; }
    .class-info-block.course-info-block .form-body ul li a {
      color: #ffffff;
      background: #f68b29;
      font-size: 18px;
      font-weight: bold;
      border-radius: 50px;
      border: 2px solid transparent;
      text-align: center;
      padding: 15px 2em; }
      .class-info-block.course-info-block .form-body ul li a:before {
        display: none; }
      .class-info-block.course-info-block .form-body ul li a:hover {
        color: #f68b29;
        background: transparent;
        border-color: #f68b29; }
  .class-info-block.clsss-contact .form-body ul li a:before {
    display: none; }

.section-block {
  padding: 30px 0 5px 0;
  position: relative; }
  .section-block .container .about-block {
    position: relative;
    margin-bottom: 25px; }
    .section-block .container .about-block a {
      display: block;
      height: 160px;
      border-radius: 4px;
      background-color: #8b8b8b; }
      .section-block .container .about-block a:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.4) 74%);
        content: '';
        height: 100%;
        border-radius: 4px;
        transition: all 0.2s; }
      .section-block .container .about-block a:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #f68b29;
        content: '';
        height: 100%;
        border-radius: 4px;
        opacity: 0;
        transition: all 0.2s; }
      .section-block .container .about-block a h4 {
        position: absolute;
        z-index: 1;
        bottom: 20px;
        left: 20px;
        right: 20px;
        color: #ffffff;
        margin: 0;
        line-height: normal;
        font-size: 20px;
        transition: all 0.2s; }
      .section-block .container .about-block a:hover:after {
        opacity: 0; }
      .section-block .container .about-block a:hover:before {
        opacity: 0.9; }
  .section-block .container .gallery-block {
    position: relative;
    margin-bottom: 25px; }
    .section-block .container .gallery-block a {
      display: block;
      height: 160px;
      border-radius: 4px;
      background-color: #8b8b8b; }
      .section-block .container .gallery-block a:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #ffffff;
        font-size: 40px;
        content: '+';
        opacity: 0;
        transition: all 0.2s; }
      .section-block .container .gallery-block a:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background: #f68b29;
        content: '';
        height: 100%;
        border-radius: 4px;
        opacity: 0;
        transition: all 0.2s; }
      .section-block .container .gallery-block a:hover:after {
        opacity: 1; }
      .section-block .container .gallery-block a:hover:before {
        opacity: 0.9; }
  @media (max-width: 768px) {
    .section-block .container .about-block {
      margin-bottom: 20px; }
      .section-block .container .about-block a h4 {
        bottom: 15px;
        left: 15px;
        right: 15px;
        font-size: 18px; }
    .section-block .container .gallery-block {
      margin-bottom: 20px; } }

.section-intro {
  padding: 50px 0;
  position: relative; }
  .section-intro .container .banner-block .about-title {
    margin-bottom: 40px; }
  @media (max-width: 768px) {
    .section-intro {
      padding: 30px 0; } }

.section-useful .container .useful-block {
  margin-bottom: 30px; }
  .section-useful .container .useful-block .image-block {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px; }
    .section-useful .container .useful-block .image-block img {
      border-radius: 4px; }
  .section-useful .container .useful-block .content-block h3 {
    margin-bottom: 15px; }
  .section-useful .container .useful-block .content-block a {
    display: block;
    margin-bottom: 15px;
    word-wrap: break-word; }
@media (max-width: 768px) {
  .section-useful {
    padding: 30px 0; } }

.section-ceo {
  padding: 50px 0;
  position: relative; }
  .section-ceo .container .content-block {
    max-width: 820px;
    margin: 0 auto; }
  .section-ceo .container .ceo-block .img-block {
    margin-bottom: 15px; }
    .section-ceo .container .ceo-block .img-block img {
      width: 100%;
      border-radius: 4px; }
  .section-ceo .container .ceo-block h3 {
    margin-bottom: 10px; }
  @media (max-width: 768px) {
    .section-ceo {
      padding: 30px 0; }
      .section-ceo .container .content-block {
        margin-bottom: 30px; } }

.section-mission {
  padding: 50px 0;
  position: relative; }
  .section-mission:after, .section-mission:before {
    position: absolute;
    width: 50%;
    height: 100%;
    content: '';
    z-index: 1; }
  .section-mission:after {
    display: none; }
  .section-mission .container {
    position: relative;
    z-index: 1; }
    .section-mission .container .content-group {
      margin-bottom: 40px; }
      .section-mission .container .content-group .content-block {
        padding-right: 30px; }
      .section-mission .container .content-group:last-child {
        margin: 0; }
  .section-mission.left:before {
    top: 0;
    left: 0;
    background: #f68b29; }
  .section-mission.left .container .content-group {
    padding: 70px 40px; }
  .section-mission.right:before {
    top: 0;
    right: 0;
    left: inherit;
    background: #0095da; }
  .section-mission.right .container .content-group {
    padding: 70px 40px; }
  @media (max-width: 768px) {
    .section-mission {
      padding: 30px 0; }
      .section-mission .parallax-mirror {
        display: none !important; }
      .section-mission:after, .section-mission:before {
        width: 100%; }
      .section-mission .container {
        position: relative;
        z-index: 1; }
        .section-mission .container .content-group {
          margin-bottom: 30px; }
          .section-mission .container .content-group .content-block {
            padding-right: 0; }
      .section-mission.right .container .content-group {
        padding: 20px 0px; } }

.section-faqs {
  padding: 50px 0;
  position: relative; }
  .section-faqs .container .title-block {
    text-align: center; }
  @media (max-width: 768px) {
    .section-faqs {
      padding: 30px 0; } }

.faq-group .panel-default {
  border: none;
  box-shadow: none;
  margin-top: 5px;
  background: transparent; }
  .faq-group .panel-default .panel-heading {
    color: #ffffff;
    border: none;
    padding: 20px;
    cursor: pointer;
    background: #0095da;
    transition: all 0.2s; }
    .faq-group .panel-default .panel-heading .panel-title {
      font-weight: 700; }
      .faq-group .panel-default .panel-heading .panel-title .fa {
        margin-right: 10px;
        font-size: 18px;
        color: #ffffff;
        transition: all 0.2s; }
    .faq-group .panel-default .panel-heading.collapsed {
      background: #ffffff;
      color: #333333; }
      .faq-group .panel-default .panel-heading.collapsed .fa {
        color: #0095da; }
  .faq-group .panel-default .panel-collapse .panel-body {
    border: none;
    padding: 25px;
    background: #ffffff; }
    .faq-group .panel-default .panel-collapse .panel-body p:last-child {
      margin: 0; }
@media (max-width: 768px) {
  .faq-group .panel-default .panel-heading {
    padding: 20px 25px; }
    .faq-group .panel-default .panel-heading .panel-title {
      font-weight: 700; }
      .faq-group .panel-default .panel-heading .panel-title .fa {
        margin-right: 15px;
        font-size: 16px; }
  .faq-group .panel-default .panel-collapse .panel-body {
    padding: 20px; } }

/* ///////////////// */
/*    INNER PAGES    */
/* ///////////////// */
.section-course-details {
  padding: 50px 0;
  position: relative; }
  .section-course-details .container .paragraph-block {
    margin-bottom: 40px;
    max-width: 720px;
    overflow: auto; }
    .section-course-details .container .paragraph-block h3 {
      font-weight: 600; }
  .section-course-details .container .faq-group .panel-default {
    margin-top: 20px; }
    .section-course-details .container .faq-group .panel-default:first-child {
      margin: 0; }
    .section-course-details .container .faq-group .panel-default .panel-heading {
      padding: 20px 25px; }
      .section-course-details .container .faq-group .panel-default .panel-heading .panel-title {
        font-weight: 700;
        font-size: 18px; }
  @media (max-width: 768px) {
    .section-course-details .container .paragraph-block {
      margin-bottom: 20px; } }

.custom_table {
  border-color: #ebebeb;
  width: 100%;
  margin-bottom: 30px; }
  .custom_table thead tr th {
    border: 1px solid #ebebeb;
    border-bottom: none;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    background: #f68b29; }
  .custom_table tbody tr {
    border: 1px solid #ebebeb; }
    .custom_table tbody tr th {
      background: #ffffff;
      border: 1px solid #ebebeb;
      color: #666666;
      text-align: left;
      font-size: 16px;
      font-weight: normal;
      padding: 10px 15px; }
      .custom_table tbody tr th.tr-head {
        border: none;
        text-align: left;
        color: #666666;
        padding: 12px 25px;
        background: #f1f1f1;
        font-weight: bold; }
    .custom_table tbody tr td {
      background: #ffffff;
      padding: 10px 15px;
      border: 1px solid #e5e5e5; }

/* Section Default */
.section-default {
  padding: 50px 0; }
  .section-default .container .content-group .content-block {
    margin-bottom: 60px; }
    .section-default .container .content-group .content-block:last-child {
      margin: 0; }
    .section-default .container .content-group .content-block .title-block {
      padding: 0; }
      .section-default .container .content-group .content-block .title-block h1 {
        margin: 0; }

.section-blog-list {
  background: #f5f5f5;
  padding: 60px 0; }
  .section-blog-list .container {
    max-width: 1184px !important; }
    .section-blog-list .container .blog-group {
      margin-bottom: 0px; }
      .section-blog-list .container .blog-group .blog-block {
        display: block;
        margin-bottom: 50px; }
        .section-blog-list .container .blog-group .blog-block .img-block {
          margin-bottom: 20px;
          display: inline-block;
          width: auto; }
          .section-blog-list .container .blog-group .blog-block .img-block img {
            max-width: 300px; }
        .section-blog-list .container .blog-group .blog-block .blog-content {
          padding: 0px;
          font-size: 16px; }
          .section-blog-list .container .blog-group .blog-block .blog-content a {
            color: #444444; }
            .section-blog-list .container .blog-group .blog-block .blog-content a:hover {
              color: #0095da; }
          .section-blog-list .container .blog-group .blog-block .blog-content h3 {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 10px; }
          .section-blog-list .container .blog-group .blog-block .blog-content .date {
            font-size: 14px;
            color: #888a8c;
            margin-bottom: 20px; }
          .section-blog-list .container .blog-group .blog-block .blog-content .button {
            font-size: 16px;
            padding: 0;
            text-align: left; }
    .section-blog-list .container .pagination {
      display: block;
      overflow: hidden;
      border-radius: 0px;
      padding: 30px 0 30px 0;
      margin: 0;
      border-top: 1px solid #e4e4e4; }
      .section-blog-list .container .pagination a, .section-blog-list .container .pagination span {
        display: block;
        float: left;
        font-size: 14px;
        margin-right: -1px;
        font-weight: 600;
        border: 1px solid #ebebeb;
        background: #fff;
        color: #6d6d6d;
        padding: 0px;
        width: 36px;
        height: 36px;
        line-height: 32px;
        text-align: center;
        transition: all 0.2s; }
        .section-blog-list .container .pagination a:hover, .section-blog-list .container .pagination span:hover {
          color: #de2943; }
      .section-blog-list .container .pagination span {
        background: #f5f5f5;
        color: #6d6d6d;
        border-radius: 3px; }

.section-blog-details .container .title-block {
  margin-bottom: 20px; }
  .section-blog-details .container .title-block h2 {
    margin-bottom: 0px; }
  .section-blog-details .container .title-block h3 {
    font-size: 20px; }
.section-blog-details .container .img-block {
  margin-bottom: 40px; }
.section-blog-details .container .paragraph-block {
  margin-bottom: 40px; }
  .section-blog-details .container .paragraph-block ul li {
    margin-bottom: 10px;
    font-size: 16px; }
.section-blog-details .container .heading-block {
  margin-bottom: 30px; }
  .section-blog-details .container .heading-block .section-title {
    font-size: 28px; }
  .section-blog-details .container .heading-block .post-info {
    font-size: 16px;
    color: #747474; }
.section-blog-details .container .comment-block {
  border-top: 1px solid #e4e4e4;
  margin-top: 5px;
  padding-top: 25px; }
  .section-blog-details .container .comment-block h3 {
    margin-bottom: 20px; }
  .section-blog-details .container .comment-block .form-control {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: none;
    color: #98999a;
    font-size: 16px;
    height: inherit;
    line-height: normal;
    padding: 20px;
    -webkit-appearance: none; }
.section-blog-details .container .nav-block {
  padding: 20px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }
  .section-blog-details .container .nav-block a {
    padding: 0;
    font-size: 16px;
    min-width: inherit !important; }
  .section-blog-details .container .nav-block .text-left a {
    text-align: left; }
  .section-blog-details .container .nav-block .text-right a {
    text-align: right; }
  .section-blog-details .container .nav-block a i {
    height: 16px;
    overflow: hidden;
    display: inherit; }

/* /////////// */
/*   CONTACT   */
/* /////////// */
.section-contact {
  padding: 40px 0; }
  .section-contact .container .enquiry-block .form-block {
    padding: 0;
    font-size: 16px;
    overflow: hidden; }
    .section-contact .container .enquiry-block .form-block p {
      display: none;
      margin: 0; }
    .section-contact .container .enquiry-block .form-block .title-block {
      overflow: hidden; }
      .section-contact .container .enquiry-block .form-block .title-block h3 {
        font-weight: 600;
        color: #383c3f; }
    .section-contact .container .enquiry-block .form-block .form-group {
      margin-bottom: 16px; }
      .section-contact .container .enquiry-block .form-block .form-group .form-control {
        background: #fff;
        border: 1px solid #e1e1e1;
        border-radius: 2px;
        box-shadow: none;
        color: #98999a;
        font-size: 16px;
        height: inherit;
        line-height: normal;
        padding: 10px 15px;
        -webkit-appearance: none; }
      .section-contact .container .enquiry-block .form-block .form-group select.form-control {
        background: #ffffff url(../images/select-icon.png) center right no-repeat;
        background-size: 32px 5px;
        cursor: pointer;
        -moz-appearance: none; }
      .section-contact .container .enquiry-block .form-block .form-group input[type=submit].form-control {
        background: #f68b29;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        border: none;
        border-radius: 50px;
        width: auto;
        padding: 15px 50px; }
    .section-contact .container .enquiry-block .form-block .warning {
      float: right;
      font-size: 14px;
      color: #dd2940; }
    .section-contact .container .enquiry-block .form-block p {
      color: #545257;
      font-size: 16px; }
    .section-contact .container .enquiry-block .form-block p a {
      text-decoration: underline; }
    .section-contact .container .enquiry-block .form-block label {
      font-weight: 600;
      color: #383c3f; }

/* ///////////////////// */
/*    RESPONSIVE VIEW    */
/* ///////////////////// */
@media (max-width: 1200px) {
  .container {
    width: 100%; } }
@media (max-width: 768px) {
  .error404 .original {
    display: none; }
  .error404 .slide.headroom--top {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: none;
    background: #fff; }
    .error404 .slide.headroom--top .logo {
      background: url("../images/vma-logo.png") no-repeat center center;
      background-size: 100%; }
    .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; } }
.scrollToTop, .scrollToTop:focus {
  width: 40px;
  height: 40px;
  line-height: 40px;
  transition: all 0.2s;
  font-size: 20px;
  text-align: center;
  background: #0095da;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
  border-radius: 50%; }

.scrollToTop:hover {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.9; }

/* Acf Map section */
.acf-map {
  width: 100%;
  height: 500px; }

.acf-map .gmnoprint img {
  max-width: none; }

.marker-info {
  max-width: 260px; }
  .marker-info h3 {
    font-size: 20px;
    margin: 10px 0; }
  .marker-info p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    font-weight: 400; }

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