﻿@charset "UTF-8";
/* ----------------------------------------------------- */
/* GENERAL STYLES
/* ----------------------------------------------------- */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #7b7b7b;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 5px;
  font-family: "Roboto Condensed", sans-serif;
  color: #656565;
}

section {
  margin-bottom: 60px;
}

a {
  color: #406da4;
}
a:hover, a:focus {
  color: #355987;
  text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
  outline: 0 !important;
}

hr {
  border-color: #eaeaea;
}

/* wrapper */
.wrapper {
  background: #fff;
}

.full-width-section {
  padding: 100px 0;
  background-color: #406da4;
}

.section-heading {
  margin-bottom: 20px;
  font-size: 22px;
}
.section-heading:after {
  display: block;
  content: '......';
  color: #406da4;
  font-weight: 300;
}
.section-heading.panel-title:after {
  display: none;
}

.modal-dialog {
    max-width: 400px !important;
}

/* page header */
.page-header {
  padding: 5px 0;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}
.page-header .container {
  position: relative;
}
.page-header .breadcrumb {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -18px;
}
.page-header .page-title {
  margin: 20px 0;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page-header .breadcrumb,
  .page-header .page-title {
    float: none !important;
    text-align: center;
  }
  .page-header .breadcrumb {
    position: inherit;
    top: inherit;
    right: inherit;
  }
}
.page-header.one-column {
  padding: 20px 0;
}
.page-header.one-column .breadcrumb {
  position: relative;
  padding: 15px 0 0 0;
  right: 0;
}
.page-header.has-intro {
  padding: 40px 0;
}
.page-header.has-intro .left {
  width: 50%;
}
.page-header.has-intro .page-title {
  margin: 10px 0 15px 0;
}
.page-header.has-background-image {
    padding: 40px 0;
    background-image: url('../images/page-header-bg.png?1445263834');
    background-repeat: no-repeat;
    background-position: center;
}
.page-header.has-background-pattern {
    padding: 40px 0;
    background-image: url('../images/pattern-geometry.png?1375820517');
    background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  .page-header.has-intro {
    text-align: center;
  }
  .page-header.has-intro .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-header.has-intro .breadcrumb {
    margin-bottom: 0;
  }
}

.page-content {
  margin: 40px 0;
}

/* footer */
footer {
  background-color: #49494b;
  font-weight: 300;
  color: #eaeaea;
}
footer a {
  color: #fff;
}
footer a:hover, footer a:focus {
  color: #fff;
  text-decoration: underline;
}
footer .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .logo {
  width: 200px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 30px 15px;
  }
}

.footer-heading {
  margin: 0 0 13px 0;
  font-size: 16px;
  line-height: 2;
  color: #fff;
}

.footer-nav > li {
  margin-bottom: 10px;
}

.social-icons {
    font-size: 24px;
}

.copyright {
  padding: 15px 0;
  background-color: #323232;
  font-size: 12px;
}

/* navigation bar */
.navbar {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ccc;
}
.navbar-nav > li {
    padding-left: 3px;
    padding-right: 3px;
}
.navbar .container {
  position: relative;
}
@media screen and (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .navbar .dropdown-menu > .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.navbar-collapse {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
    height: 90px;
}
.navbar-brand > img {
  width: 280px;
}

.navbar-toggle {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #406da4;
  padding: 5px 10px;
}

.navbar-default {
  background-color: #fff;
  border-bottom: 2px solid #e7e7e7;
  border-top: none;
}
.navbar-default .navbar-toggle {
  border: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #355987;
}
.navbar-default .navbar-toggle i {
  color: #fff;
  font-size: 21px;
  line-height: 25px;
}
.navbar-default .dropdown-menu .active > a, .navbar-default .dropdown-menu .active a:hover, .navbar-default .dropdown-menu .active a:focus {
  background-color: #6A737E;
}
.navbar-default .navbar-collapse {
  border: none;
}

.navbar-default .navbar-nav {
  margin-right: -25px;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 600;
  color: #656565;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #355987;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #355987;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #355987;
  background-color: transparent;
}
.navbar-default .navbar-nav .dropdown-toggle i {
  margin-left: 3px;
  color: #b8b8b8;
}

/* navigation bar, dark theme */
.navbar-default.navbar-dark {
  background-color: #49494b;
  border-bottom: none;
}
.navbar-default.navbar-dark .topbar a {
  color: #fff;
}
.navbar-default.navbar-dark .navbar-nav .active > a, .navbar-default.navbar-dark .navbar-nav .active a:hover, .navbar-default.navbar-dark .navbar-nav .active a:focus {
  color: #fff;
  background-color: #444446;
}
.navbar-default.navbar-dark .navbar-nav > li > a {
  color: #fff;
  font-weight: 600;
}
.navbar-default.navbar-dark .navbar-nav > li > a:hover, .navbar-default.navbar-dark .navbar-nav > li > a:focus {
  background-color: #444446;
}
.navbar-default.navbar-dark .navbar-nav > li .dropdown-menu > li > a {
  color: #fff;
}
.navbar-default.navbar-dark .navbar-nav > li .dropdown-menu > li > a:hover, .navbar-default.navbar-dark .navbar-nav > li .dropdown-menu > li > a:focus {
  background-color: #444446;
}
.navbar-default.navbar-dark .dropdown-menu {
  background-color: #49494b;
}
.navbar-default.navbar-dark .dropdown-menu .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-left: 1px solid #444446;
}
.navbar-default.navbar-dark .btn-link {
  color: #fff;
}
.navbar-default.navbar-dark .dropdown-menu > li > a:hover, .navbar-default.navbar-dark .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #444446;
}
.navbar-default.navbar-dark .searchbox .btn i {
  color: #49494b;
}

.navbar-default.navbar-transparent {
  width: 100%;
  position: absolute;
  top: 20px;
  border-bottom: none;
  background-color: transparent;
  z-index: 1;
}
.navbar-default.navbar-transparent .navbar-nav > li > a {
  color: #fff;
  font-weight: 600;
}
.navbar-default.navbar-transparent .navbar-nav > li > a:hover, .navbar-default.navbar-transparent .navbar-nav > li > a:focus {
  color: #a2a2a2;
  background-color: transparent;
}
.navbar-default.navbar-transparent .navbar-nav > li .dropdown-menu > li > a {
  color: #a2a2a2;
}
.navbar-default.navbar-transparent .navbar-nav > li .dropdown-menu > li > a:hover, .navbar-default.navbar-transparent .navbar-nav > li .dropdown-menu > li > a:focus {
  color: #406da4;
  background-color: #fff;
}
.navbar-default.navbar-transparent .navbar-nav > li .dropdown-menu > li.active > a {
  color: #406da4;
  background-color: #fff;
}
.navbar-default.navbar-transparent .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.95);
  border-top-color: #fff;
}
.navbar-default.navbar-transparent .dropdown-menu .dropdown-menu {
  border: none;
  border-left: 1px solid #fff;
}

.navbar-fixed-top.shrinkable, .navbar-fixed-top.shrinkable .navbar-brand img {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-fixed-top.shrink-active {
  top: -42px;
}
.navbar-fixed-top.shrink-active .navbar-brand > img {
  width: 90px;
}
.navbar-fixed-top .navbar-nav {
  margin-right: -10px;
}

.fullscreen-slider .navbar-fixed-top {
  -moz-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}

.navbar-nav .dropdown-menu {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.175);
  padding-top: 10px;
  padding-bottom: 10px;
  top: 99%;
  border: none;
  border-top: 2px solid #32557f;
}
.navbar-nav .dropdown-menu > li > a {
  padding: 10px 20px;
  font-size: 13px;
}
.navbar-nav .dropdown-menu > li > a:hover, .navbar-nav .dropdown-menu > li > a:focus {
  background-color: #6A737E;
  color: #fff;
}
.navbar-nav .dropdown-menu > li > a i {
  position: absolute;
  right: 11px;
  top: 11px;
}
.navbar-nav .dropdown-menu .dropdown.open > a,
.navbar-nav .dropdown-menu .dropdown.open > a:hover,
.navbar-nav .dropdown-menu .dropdown.open > a:focus {
  color: #fff;
  background-color: #6A737E;
}
.navbar-nav .dropdown-menu .dropdown-menu {
  top: -12px;
  left: 100%;
  border: 1px solid #E8E8E8;
  border-left: 1px solid #6A737E;
  min-width: 190px;
}
.navbar-nav .dropdown-menu .dropdown-menu li {
  display: block;
}

/* ----------------------------------------------------- */
/* BOOTSTRAP UI ELEMENTS 
/* All styles that override bootstrap elements
/* ----------------------------------------------------- */
/* button */
.btn {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:active, .btn.active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  background-color: #406da4;
  border-color: #3c6699;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background-color: #3c6699;
  border-color: #355987;
}

/* outline buttons */
.btn-outline {
  background-color: transparent !important;
  border-width: 2px;
  color: #7b7b7b;
}
.btn-outline:hover, .btn-outline:focus {
  color: inherit;
}
.btn-outline:active, .btn-outline.active {
  color: inherit !important;
}
.btn-outline:active:focus, .btn-outline:active.focus, .btn-outline.active:focus, .btn-outline.active.focus {
  color: inherit !important;
}
.btn-outline.btn-default:hover {
  background-color: #b3b3b3;
}
.btn-outline.btn-primary:hover {
  background-color: #337AB7;
}
.btn-outline.btn-info:hover {
  background-color: #5BC0DE;
}
.btn-outline.btn-success:hover {
  background-color: #5CB85C;
}
.btn-outline.btn-warning:hover {
  background-color: #F0AD4E;
}
.btn-outline.btn-danger:hover {
  background-color: #D9534F;
}
.btn-outline.btn-outline-disabled, .btn-outline [disabled] {
  border: 2px solid #ccc;
  color: #ccc;
}
.btn-outline.btn-outline-disabled:hover, .btn-outline [disabled]:hover {
  color: #ccc;
}

/* remove button transition effect */
.btn-no-transition {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* rounded and no rounded buttons, default: rounded 2px */
.btn-rounded-2x {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.btn-rounded-3x {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.btn-rounded-4x {
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
}

.btn-no-rounded {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* input groups */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.form-control,
.input-group-addon {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group-addon .fa {
  min-width: 14px;
}

/* control label */
.form-horizontal.left-aligned .control-label {
  text-align: left;
}

/* tabs */


.nav .open > a, .nav .open a:hover, .nav .open a:focus {
  border-color: #fff;
}

.nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
}
.nav-pills > li > a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #406da4;
}

.custom-tabs-line {
  text-align: center;
}
.custom-tabs-line ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.custom-tabs-line ul > li {
  float: left;
}
.custom-tabs-line ul > li a {
  color: #a1a1a1;
}
.custom-tabs-line ul > li a:hover, .custom-tabs-line ul > li a:focus {
  color: #7b7b7b;
  background-color: transparent;
}
.custom-tabs-line.tabs-line-top {
  border-top: 1px solid #ccc;
}
.custom-tabs-line.tabs-line-top ul > li {
  margin-top: -1px;
}
.custom-tabs-line.tabs-line-top a {
  border-top: 1px solid transparent;
}
.custom-tabs-line.tabs-line-top .active a {
  border-top-color: #406da4;
}
.custom-tabs-line.tabs-line-bottom {
  border-bottom: 1px solid #ccc;
}
.custom-tabs-line.tabs-line-bottom ul > li {
  margin-bottom: -1px;
}
.custom-tabs-line.tabs-line-bottom a {
  border-bottom: 1px solid transparent;
}
.custom-tabs-line.tabs-line-bottom .active a {
  border-bottom: 1px solid #406da4;
}
.custom-tabs-line.left-aligned {
  text-align: left;
}
.custom-tabs-line.right-aligned {
  text-align: right;
}

.tab-content {
  padding: 15px 8px;
}

.tab-pane.text-center img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* alerts */
.alert {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

div[class*="col-"] > .form-group {
  margin-left: 0;
  margin-right: 0;
}

.form-horizontal.label-left .control-label {
  text-align: left;
}

/* boxed content */
.boxed-content {
  text-align: center;
  margin-bottom: 35px;
}
.boxed-content > i {
  font-size: 8em;
  color: #406da4;
}
.boxed-content .boxed-content-title {
  font-size: 22px;
  font-weight: 700;
}
.boxed-content.left-aligned {
  text-align: left;
}
.boxed-content.left-aligned .boxed-content-title {
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: normal;
}
.boxed-content.left-aligned i {
  float: left;
  margin-right: 10px;
  font-size: 2em;
}
.boxed-content.left-boxed-icon i {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 10px;
  width: 60px;
  height: 60px;
  background: #406da4;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.boxed-content.left-boxed-icon .boxed-content-title,
.boxed-content.left-boxed-icon p {
  padding-left: 80px;
}

/* testimonial */
.testimonial-body {
  position: relative;
  margin: 0 auto;
}
.testimonial-body p {
  font-size: 1.5em;
  font-style: italic;
  font-weight: 300;
  color: #717171;
}
.testimonial-body.smaller-font p {
  font-size: 14px;
}

.testimonial-author {
  padding-top: 20px;
}
.testimonial-author img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 12px;
}
.testimonial-author .author-name {
  font-weight: 700;
}
.testimonial-author em {
  display: block;
}

.testimonial-fancy i {
  position: absolute;
  top: -12px;
  font-size: 3em;
  color: #406da4;
  z-index: 1;
}
.testimonial-fancy .testimonial-body {
  width: 80%;
}
.testimonial-fancy .testimonial-author {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .testimonial-fancy .testimonial-body {
    width: 100%;
  }
}

.testimonial-bubble {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  padding: 15px 15px 15px 54px;
  margin: 10px;
  background: #ebebeb;
}
.testimonial-bubble:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50px;
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color: #ebebeb transparent;
}
@media screen and (max-width: 480px) {
  .testimonial-bubble {
    padding: 15px 20px;
  }
}

.testimonial-with-bg {
    padding: 120px 0;
    background-image: url('../images/testimonial-bg.png?1424866387');
    background-attachment: fixed;
    background-position: center center;
    color: #fff;
}
.testimonial-with-bg .testimonial-body p {
  color: #fff;
  font-style: normal;
  font-size: 1.8em;
}
.testimonial-with-bg .testimonial {
  margin-bottom: 0;
}

.mobile .testimonial-with-bg {
  background-attachment: inherit;
  background-position: center -35em;
}

@media screen and (max-width: 480px) {
  .testimonial-with-bg .testimonial-body p {
    font-size: 1.3em;
  }
}
/* client logo list */
.list-client-logo {
  text-align: justify;
  margin-bottom: 0;
}
.list-client-logo li {
    display: inline;
}
.list-client-logo:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.list-client-logo:before {
  content: '';
  display: block;
}
@media screen and (max-width: 768px) {
  .list-client-logo img {
    width: 85px;
  }
}

/* call to action */
.call-to-action {
  background-color: #ebebeb;
  padding: 25px 0;
  margin-bottom: 0;
}
.call-to-action .section-heading {
  margin: 0;
  font-size: 36px;
  line-height: 45px;
}
.call-to-action .section-heading:after {
  display: none;
}
.call-to-action span {
  position: relative;
  top: 2px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .call-to-action {
    text-align: center;
  }
  .call-to-action .pull-left, .call-to-action .pull-right {
    width: 100%;
    float: none !important;
  }
  .call-to-action .btn {
    margin-top: 10px;
  }
  .call-to-action span {
    top: 7px;
  }
}

.number-info p {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0;
}
.number-info p span {
  font-size: 0.5em;
}
.number-info.horizontal i {
  font-size: 30px;
  line-height: 1.2;
}
.number-info.horizontal p {
  padding-left: 40px;
  line-height: 1;
  text-align: left;
}
.number-info.horizontal p span {
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .number-info.horizontal {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
  }
  .number-info.horizontal i {
    float: none !important;
  }
  .number-info.horizontal p {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .number-info.horizontal i {
    float: none !important;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .number-info.horizontal p {
    text-align: center;
  }
}
.number-info.vertical {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.number-info.vertical i {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 60px;
  margin-bottom: 5px;
  font-size: 36px;
}
.number-info.vertical p span {
  display: block;
}
@media screen and (max-width: 768px) {
  .number-info.vertical {
    margin-bottom: 30px;
  }
}
.number-info.info-big p {
  font-size: 4em;
}

.info-chart {
  text-align: center;
}
.info-chart .chart-title {
  display: block;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .info-chart .chart-title {
    margin-bottom: 50px;
  }
}

/* main features */
.main-features {
    padding: 10px 0;
    margin-bottom: 60px;
    text-align: center;
    background-color: #49494b;
    color: #CCCCCC;
}
.main-features i {
  font-size: 5em;
  margin-bottom: 28px;
}
.main-features div[class^="col-"]:after {
  content: '';
  border-right: 1px dashed #CCCCCC;
  position: absolute;
  height: 80px;
  top: 50%;
  right: 0;
  margin-top: -40px;
}
.main-features div[class^="col-"]:last-child:after {
  border-right: none;
}
.main-features {
    font-size: 48px;
}

.feature-heading {
  margin: 0;
  color: #CCCCCC;
  font-weight: 300;
  font-size: 18px;
}

@media screen and (max-width: 992px) {
  .main-features div[class^="col-"] {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .main-features div[class^="col-"]:after {
    display: none;
  }
}
/* ----------------------------------------------------- */
/* PORTFOLIO 
/* Portfolio carousel, portfolio list, single portfolio
/* ----------------------------------------------------- */
/* general portfolio item with hovered caption */
.portfolio-item {
  position: relative;
}
.portfolio-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(64, 109, 164, 0.9);
}
.portfolio-item .info {
  position: absolute;
  top: 50%;
  margin-top: -49px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.portfolio-item .media-wrapper {
  overflow: hidden;
}
.portfolio-item .title {
  font-family: inherit;
  color: #fff;
}
.portfolio-item .brief-description {
  font-weight: 300;
}
.portfolio-item .overlay, .portfolio-item .info {
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.portfolio-item img {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
}
.portfolio-item:hover img {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.portfolio-item:hover .overlay, .portfolio-item:hover .info {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1;
}
.portfolio-item a, .portfolio-item a:hover, .portfolio-item a:focus {
  color: #fff;
}
.portfolio-item .btn {
  background-color: #4474af;
  border: 1px solid #396192;
}
.portfolio-item .btn:hover, .portfolio-item .btn:focus {
  color: #fff;
  background-color: #406da4;
}

.portfolio-static {
  margin: 0 10px;
}
.portfolio-static .portfolio-item {
  margin-left: -10px;
  margin-right: -10px;
}

.portfolio-item-filters {
  text-align: center;
  margin-bottom: 30px;
}
.portfolio-item-filters li {
  padding: 0;
  margin-left: -2px;
  margin-right: -2px;
}
.portfolio-item-filters li:first-child {
  margin-left: 0;
}
.portfolio-item-filters li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  padding: 7px 14px;
  color: inherit;
}
.portfolio-item-filters li a:hover, .portfolio-item-filters li a:focus {
  text-decoration: none;
  outline: none;
  color: #406da4;
}
.portfolio-item-filters li a.active {
  background-color: #406da4;
  color: #fff;
}

/* portfolio items */
.portfolio-item-wrapper {
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  height: auto;
  margin-bottom: 30px;
}

.portfolio-item-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.portfolio-item-list li {
  padding: 0;
  overflow: hidden;
}
.portfolio-item-list li img {
  max-width: 100%;
  width: 100%;
}
.portfolio-item-list.spaced {
  width: auto;
}
.portfolio-item-list.spaced li {
  padding: 0 5px;
}
.portfolio-item-list.list-col-4 li {
  width: 25%;
}
.portfolio-item-list.list-col-3 li {
  width: 33.333333%;
}
.portfolio-item-list.list-col-2 li {
  width: 50%;
}
@media screen and (max-width: 548px) {
  .portfolio-item-list.list-col-2 li, .portfolio-item-list.list-col-3 li, .portfolio-item-list.list-col-4 li {
    width: 100%;
  }
}
@media screen and (min-width: 548px) and (max-width: 1024px) {
  .portfolio-item-list.list-col-2 li, .portfolio-item-list.list-col-3 li, .portfolio-item-list.list-col-4 li {
    width: 50%;
  }
}

/* --------------*/
/* TYPOGRAPHY 
/* -------------*/

.text-white-color {
  color: #fff;
}

.text-accent-color {
  color: #406da4;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.margin-bottom-30px {
  margin-bottom: 30px !important;
}

.margin-bottom-50px {
  margin-bottom: 50px !important;
}