@charset "utf-8";
/*=======================
 TABLE OF CONTENTS
 1. HEADER
 2. PAGES
 3. POSTS
 4. WIDGET
 5. BUTTONS
 6. TESTIMONAILS
 7. GENERALS
 =========================*/
/*===================================
 1 HEADER
 =====================================*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu .slicknav_icon-bar {
  background-color: white; }

.slicknav_btn {
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  padding: 0;
  text-decoration: none; }
  .slicknav_btn:hover, .slicknav_btn:focus {
    color: #000; }
  .slicknav_btn.slicknav_collapsed {
    color: #fff !important; }

.slicknav_nav {
  margin: 0;
  z-index: 9988;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border-top: 1px solid #404040; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center; }
  .slicknav_nav .slicknav_row {
    margin: 0;
    position: relative; }
  .slicknav_nav a {
    color: #fff;
    padding: 8px 12px !important; }
    .slicknav_nav a a {
      padding: 0 !important; }
    .slicknav_nav a:hover {
      color: #fff;
      background: #272727; }
    .slicknav_nav a:focus {
      color: #fff !important; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

.main-navigation {
  float: right; }
  .main-navigation ul.sf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: raleway;
    font-weight: 400;
    font-size: 12px; }
    .main-navigation ul.sf-menu li {
      white-space: nowrap;
      *white-space: normal; }
      .main-navigation ul.sf-menu li a {
        line-height: 45px;
        color: #fff;
        padding: 0 1em;
        display: block;
        letter-spacing: 0.03em;
        text-decoration: none;
        text-transform: none;
        -webkit-transition: all 0.15s ease-out 0s;
        -moz-transition: all 0.15s ease-out 0s;
        transition: all 0.15s ease-out 0s; }
        .main-navigation ul.sf-menu li a:hover {
          background: #272727;
          color: #fff; }
    .main-navigation ul.sf-menu > li:hover > a, .main-navigation ul.sf-menu > li.sfHover > a {
      color: #fff;
      background: #272727; }
    .main-navigation ul.sf-menu ul {
      min-width: 12em;
      *width: 12em;
      border: none;
      font-weight: 400;
      background: #272727;
      box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); }
      .main-navigation ul.sf-menu ul li:hover > a, .main-navigation ul.sf-menu ul li.sfHover > a {
        color: #fff;
        background: #333; }
        .main-navigation ul.sf-menu ul li a {
          padding: 0 1em;
          line-height: 24px;
          font-size: 12px;
          line-height: 45px;
          letter-spacing: 0.03em;
          color: #fff;
          text-transform: none; }
          .main-navigation ul.sf-menu ul li a:hover {
            background: #333;
            color: #fff; }

@media screen and (max-width: 800px) {
  .header-desktop {
    display: none; }

  .header-mobile {
    display: block !important; } }

.site-header.creative {
  background: #333; }
  .site-header.creative .site-branding {
    float: left; }
    .site-header.creative .site-branding .site-title {
      margin: 0;
      color: #415aa2 !important;
      font-size: 24px;
      text-transform: uppercase;
      height: 45px; }
      .site-header.creative .site-branding .site-title a {
        display: block; }
        .site-header.creative .site-branding .site-title a:hover {
          color: white; }
        .site-header.creative .site-branding .site-title a:focus {
          color: #415aa2; }
      .site-header.creative .site-branding .site-title img {
        max-height: 45px;
        width: auto; }
    .site-header.creative .site-branding .site-description {
      display: none; }

.site-header.cloned {
  position: fixed;
  width: 100%;
  top: 0;
  transform: translateY(-100%);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  z-index: 9999; }

.site-header.cloned.sticky {
  transform: translateY(0); }

.show_on_scroll.base {
  display: none; }

.transparent-fixed.base {
  background: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }
/*===================================
 2 PAGES
 =====================================*/
.onepage-header, .page-header {
  background: #111 url('../img/bg-pattern.png') 0 0 repeat;
  position: relative; }

.fullscreen-container, .welcome-container {
  display: table;
  height: 100%;
  width: 100%; }
  .fullscreen-container .text, .welcome-container .text {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .fullscreen-container .text h2, .welcome-container .text h2 {
      padding: 0.5em;
      text-transform: uppercase;
      font-size: 48px;
      color: #fff; }
      .fullscreen-container .text h2 span, .welcome-container .text h2 span {
        color: #415aa2; }
    .fullscreen-container .text .scroll-icon, .welcome-container .text .scroll-icon {
      font-size: 18px;
      border: 1px solid white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      display: inline-block;
      color: white; }
      .fullscreen-container .text .scroll-icon:hover, .welcome-container .text .scroll-icon:hover {
        color: #415aa2; }
    .fullscreen-container .text .orbit-timer, .welcome-container .text .orbit-timer {
      left: -10000px;
      top: auto;
      height: 1px;
      overflow: hidden;
      position: absolute;
      width: 1px; }

.welcome-container {
  padding: 72px 0; }

.page-header {
  padding: 72px 0 72px 0;
  text-align: center;
  margin: 0; }
  .page-header .site-description, .page-header .taxonomy-description p {
    font-size: 14px !important;
    font-weight: normal;
    line-height: normal !important;
    letter-spacing: 0.03em; }
  .page-header .page-title, .page-header p {
    margin: 0;
    font-size: 32px;
    color: #fff;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    font-weight: 700; }
    .page-header .page-title span, .page-header p span {
      color: #415aa2; }
    .page-header .page-title a, .page-header p a {
      color: white; }
      .page-header .page-title a:hover, .page-header p a:hover {
        color: #4ac1c3; }
  .page-header .page-title {
    text-transform: uppercase; }

.page-template-page-blank #primary {
  margin-top: 0 !important; }
/*===================================
 3 POSTS
 =====================================*/
.page-title.screen-reader-text {
  display: none; }

.error-404.not-found, .no-results.not-found {
  background: white;
  margin-bottom: 48px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  padding: 24px 31.2px; }
  .error-404.not-found p, .no-results.not-found p {
    margin: 0;
    font-size: 18px; }

.post.creative {
  background: white;
  margin-bottom: 48px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04); }
  .post.creative a.featured-image img {
    display: block;
    height: auto;
    max-width: 100%; }
  .post.creative .featured-image-container.pull-left, .post.creative .featured-image-container.pull-right {
    width: 49%;
    margin-bottom: 24px; }
  .post.creative .featured-image-container.pull-left {
    margin-right: 24px;
    clear: right; }
  .post.creative .featured-image-container.pull-right {
    margin-left: 24px; }
  .post.creative .article-inner {
    padding: 24px 31.2px; }
  .post.creative .entry-meta {
    color: #1a1a1a;
    background: #415aa2;
    padding: 0 31.2px; }
    .post.creative .entry-meta a:hover {
      color: white; }
    .post.creative .entry-meta > span {
      margin-right: 18px;
      position: relative;
      padding: 6px 0;
      display: inline-block; }
      .post.creative .entry-meta > span > a {
        color: #1a1a1a; }
        .post.creative .entry-meta > span > a:hover {
          color: white; }
      .post.creative .entry-meta > span i {
        margin-right: 4px;
        font-size: 16px;
        line-height: 1.5em;
        cursor: pointer; }
        .post.creative .entry-meta > span i:hover {
          color: white; }
      .post.creative .entry-meta > span span.content {
        font-size: 12px;
        line-height: 1em;
        padding: 0.5em 1em;
        position: absolute;
        left: -10px;
        top: 100%;
        background: white;
        border: 1px solid #e9e9e9;
        width: auto;
        max-width: 250px;
        display: none;
        border-radius: 2px;
        white-space: nowrap;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        z-index: 9980; }
        .post.creative .entry-meta > span span.content a:hover {
          color: #000; }
        .post.creative .entry-meta > span span.content:after {
          content: '';
          top: -5px;
          left: 15px;
          position: absolute;
          width: 0;
          height: 0;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-bottom: 6px solid white; }
      .post.creative .entry-meta > span span.content.many-cats {
        white-space: normal;
        width: 350px;
        line-height: 1.5em; }
    .post.creative .entry-meta span.comments-link {
      margin-right: 0; }
      .post.creative .entry-meta span.comments-link i {
        margin-right: 0; }
      .post.creative .entry-meta span.comments-link span.content {
        right: -10px;
        left: auto; }
        .post.creative .entry-meta span.comments-link span.content:after {
          right: 15px;
          left: auto; }
    .post.creative .entry-meta .screen-reader-text {
      display: none; }
  .post.creative .entry-header .entry-title {
    margin-bottom: 0.6em;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: 0.02em;
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    .post.creative .entry-header .entry-title a {
      color: #415aa2; }
      .post.creative .entry-header .entry-title a:hover {
        text-decoration: underline; }
  .post.creative .entry-content {
    -ms-word-wrap: break-word;
    word-wrap: break-word; }
    .post.creative .entry-content p {
      margin-bottom: 12px; }
    .post.creative .entry-content > *:last-child {
      margin: 0; }
  .post.creative .entry-footer .tags-links {
    padding: 6px 31.2px;
    display: block;
    border-top: 1px dashed #e9e9e9;
    color: #415aa2; }
    .post.creative .entry-footer .tags-links i {
      margin-right: 4px;
      color: #415aa2; }
    .post.creative .entry-footer .tags-links a {
      font-size: 13px;
      font-weight: 400; }
  .post.creative.sticky {
    border-bottom: 2px solid #415aa2;
    position: relative; }
    .post.creative.sticky:before {
      content: '\f08d';
      font-family: "FontAwesome";
      color: white;
      position: absolute;
      width: 31.2px;
      height: 31.2px;
      text-align: center;
      line-height: 31.2px;
      display: block;
      background: #415aa2;
      right: 0;
      bottom: 0;
      z-index: 999; }
  .post.creative .page-links a {
    border: 1px solid #e9e9e9;
    padding: 6px 12px;
    line-height: 1.42857; }

.alignleft {
  float: left;
  display: block;
  margin: 0 24px 24px 0; }

.alignright {
  float: right;
  display: block;
  margin: 0 0 24px 24px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignnone {
  display: block;
  margin-bottom: 24px;
  max-width: 100%; }

.wp-caption {
  background: #f3f3f3;
  padding: 12px 12px 8px 12px;
  border: 1px solid #e9e9e9;
  max-width: 100%; }
  .wp-caption img {
    display: block;
    margin: 0 auto; }

.wp-caption-text {
  font-size: 13px !important;
  line-height: 1.5em;
  padding: 5px 0 0 0; }

.wp-caption.aligncenter {
  text-align: center;
  margin-bottom: 24px; }

/*=== Gallery Styles =======*/

.gallery {
  margin-bottom: 24px !important;
  text-align: center; }
  .gallery .gallery-item {
    background: #f8f8f8;
    border: 1px solid #e9e9e9;
    padding: 1em;
    margin: 0 1% 1% 0 !important;
    width: 32% !important; }
    .gallery .gallery-item .gallery-icon img {
      border: none !important;
      margin-left: auto;
      margin-right: auto;
      display: block; }
    .gallery-columns-1 .gallery-item {
      width: 100% !important;
      margin: 0 0 1% 0 !important; }

.gallery-columns-2 .gallery-item {
  width: 48% !important;
  margin: 0 1% 1% 0 !important; }

.gallery-columns-4 .gallery-item {
  width: 24% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.7em !important; }

.gallery-columns-5 .gallery-item {
  width: 18.8% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.6em !important; }

.gallery-columns-6 .gallery-item {
  width: 15.555% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.5em !important; }
  .gallery-columns-6 .gallery-caption {
    display: none !important; }

.gallery-columns-7 .gallery-item {
  width: 13% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.4em !important; }
  .gallery-columns-7 .gallery-caption {
    display: none !important; }

.gallery-columns-8 .gallery-item {
  width: 10.5% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.3em !important; }
  .gallery-columns-8 .gallery-caption {
    display: none !important; }

.gallery-columns-9 .gallery-item {
  width: 9.8% !important;
  margin: 0 1% 1% 0 !important;
  padding: 0.2em !important; }
  .gallery-columns-9 .gallery-caption {
    display: none !important; }

.author_info {
  padding: 24px;
  overflow: hidden;
  background: white;
  margin-bottom: 48px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04); }
  .author_info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  .author_info p {
    margin: 0; }
  .author_info .author_avatar {
    float: right;
    margin-left: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    .author_info .author_avatar img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
  .author_info .author-link {
    display: block; }
/* Pagination */
ul.pagination {
  margin-bottom: 48px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04); }

ul.pagination li.active span {
  color: #415aa2;
  background: #415aa2;
  border-color: #415aa2; }

.pagination > li > a, .pagination > li > span {
  color: #000; }
  .pagination > li > a:hover, .pagination > li > span:hover {
    color: #415aa2; }

.post-navigation, .posts-navigation {
  background: white;
  margin-bottom: 48px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04); }
  .post-navigation .screen-reader-text, .posts-navigation .screen-reader-text {
    display: none; }
  .post-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-next, .posts-navigation .nav-next {
    width: 50%;
    display: inline-block;
    text-align: center; }
    .post-navigation .nav-previous a, .posts-navigation .nav-previous a, .post-navigation .nav-next a, .posts-navigation .nav-next a {
      display: block;
      padding: 24px 0;
      color: #415aa2;
      position: relative; }
    .post-navigation .nav-previous a:hover, .posts-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover, .posts-navigation .nav-next a:hover {
      background: #415aa2;
      color: white; }
  .post-navigation .nav-previous a, .posts-navigation .nav-previous a {
    border-right: 1px solid #e9e9e9; }
    .post-navigation .nav-previous a:before, .posts-navigation .nav-previous a:before {
      content: '\f053';
      font-family: "FontAwesome";
      position: absolute;
      left: 24px; }
  .post-navigation .nav-next a:before, .posts-navigation .nav-next a:before {
    content: '\f054';
    font-family: "FontAwesome";
    position: absolute;
    right: 24px; }

@media only screen and (max-width: 420px) {
  .post-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-next, .posts-navigation .nav-next {
    width: 100%;
    display: inline-block;
    text-align: center; }
    .post-navigation .nav-previous a, .posts-navigation .nav-previous a {
      border-right: none;
      border-bottom: 1px solid #e9e9e9; } }
/*===================================
 4 WIDGET
 =====================================*/
.widget-area .widget {
  margin-bottom: 48px; }
  .widget-area .widget a {
    color: #000; }
  .widget-area .widget a:hover {
    color: #4ac1c3; }
  .widget-area .widget .widget-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative; }
  .widget-area .widget .widget-title:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #415aa2;
    bottom: 0;
    left: 0;
    position: absolute; }
  .widget-area .widget p {
    font-size: 14px;
    line-height: 26px; }
  .widget-area .widget select {
    margin: 0; }
  .widget-area .widget select option {
    text-overflow: "...";
    max-width: 280px; }
  .widget-area .widget_categories ul, .widget-area .widget_archive ul, .widget-area .widget_pages ul, .widget-area .widget_meta ul, .widget-area .widget_recent_comments ul, .widget-area .widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget-area .widget_categories ul li, .widget-area .widget_archive ul li, .widget-area .widget_pages ul li, .widget-area .widget_meta ul li, .widget-area .widget_recent_comments ul li, .widget-area .widget_recent_entries ul li {
    display: block;
    position: relative;
    /*                border-top: 1px solid #DDD;*/
    padding-top: 12px; }
    .widget-area .widget_categories ul li:first-child, .widget-area .widget_archive ul li:first-child, .widget-area .widget_pages ul li:first-child, .widget-area .widget_meta ul li:first-child, .widget-area .widget_recent_comments ul li:first-child, .widget-area .widget_recent_entries ul li:first-child {
      padding-top: 0; }
    .widget-area .widget_categories ul li:before, .widget-area .widget_archive ul li:before, .widget-area .widget_pages ul li:before, .widget-area .widget_meta ul li:before, .widget-area .widget_recent_comments ul li:before, .widget-area .widget_recent_entries ul li:before {
      content: "\f105";
      font-family: "FontAwesome";
      margin-right: 0.5em;
      display: inline-block;
      -webkit-transition: all 0.15s ease-out 0s;
      -moz-transition: all 0.15s ease-out 0s;
      transition: all 0.15s ease-out 0s;
      color: #000; }
  .widget-area .widget_tag_cloud .tagcloud a {
    display: inline-block;
    background: #415aa2;
    color: white;
    padding: 8px;
    margin-bottom: 8px;
    margin-right: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: 0.05em; }
    .widget-area .widget_tag_cloud .tagcloud a:hover {
      background: #415aa2; }
  .widget-area .widget_calendar table {
    width: 100%; }
  .widget-area .widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget-area .widget_rss ul li {
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd; }
    .widget-area .widget_rss ul li .rsswidget {
      display: block;
      color: #4ac1c3;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 0.03em; }
      .widget-area .widget_rss ul li .rsswidget:hover {
        color: #415aa2; }
    .widget-area .widget_rss ul li .rss-date {
      text-transform: uppercase;
      font-size: 12px;
      margin-bottom: 15px;
      display: block;
      color: #333; }
    .widget-area .widget_rss ul li .rssSummary {
      margin-bottom: 15px; }
    .widget-area .widget_rss ul li cite {
      font-style: normal;
      color: #4ac1c3; }
  .widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    text-transform: uppercase; }
    .widget-area .widget_recent_entries ul li .post-date:before {
      content: '\f124';
      font-family: 'foundation-icons';
      margin-right: 0.5em; }

.search-form .search-submit, .search-form .screen-reader-text {
  display: none; }
  .search-form input[type=search] {
    background: transparent url('../img/search_icon.png') center left no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px dashed #999;
    padding-left: 24px; }
  .search-form input[type=search]:focus {
    border-color: #415aa2; }
/*===================================
 5 BUTTONS
 =====================================*/
/*===== Buttons ======*/
.btn, .wpcf7-form-control.wpcf7-submit, input#submit {
  border: none;
  margin-bottom: 24px;
  padding: 0.9em 2.5em;
  text-align: center;
  white-space: nowrap;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.03);
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.2s, 'ease-in-out';
  -moz-transition: 0.2s, 'ease-in-out';
  transition: 0.2s, 'ease-in-out'; }

input#submit {
  background: #415aa2;
  color: white; }
  input#submit:hover, input#submit:focus, input#submit:active {
    background: #3a5090;
    color: white; }

.btn-sm {
  padding: 0.4em 1.5em; }

.btn-xs {
  padding: 0.1em 0.7em;
  font-weight: normal; }

.btn-lg {
  padding: 1em 3.2em; }

.btn-rounded, .wpcf7-form-control.wpcf7-submit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.btn-rounded.btn-sm, .wpcf7-form-control.wpcf7-submit.btn-sm {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.btn-rounded.btn-xs, .wpcf7-form-control.wpcf7-submit.btn-xs {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.btn-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }

.btn-rounded.btn-lg, .wpcf7-form-control.wpcf7-submit.btn-lg {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.btn-transparent {
  background: transparent !important;
  border: 2px solid #415aa2;
  color: #415aa2 !important; }
  .btn-transparent:hover {
    border-color: #415aa2; }

.btn-default {
  background: #415aa2;
  color: white; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background: #3a5090;
    color: white; }

.btn-primary, .wpcf7-form-control.wpcf7-submit {
  background: #415aa2;
  color: white; }
  .btn-primary:hover, .wpcf7-form-control.wpcf7-submit:hover, .btn-primary:focus, .wpcf7-form-control.wpcf7-submit:focus, .btn-primary:active, .wpcf7-form-control.wpcf7-submit:active {
    background: #3a5090;
    color: white; }
/*====== 3D Buttons Standard =======*/
.btn-default.btn-threed {
  background: #415aa2;
  color: white;
  -webkit-box-shadow: 0px 5px 0px #32467e, 0px 5px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 5px 0px #32467e, 0px 5px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 5px 0px #32467e, 0px 5px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-default.btn-threed:active {
  background: #3e569b;
  color: white;
  -webkit-box-shadow: 0px 3px 0px #32467e, 0px 3px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 3px 0px #32467e, 0px 3px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 3px 0px #32467e, 0px 3px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 3px; }

.btn-primary.btn-threed {
  background: #415aa2;
  color: white;
  -webkit-box-shadow: 0px 5px 0px #32467e, 0px 5px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 5px 0px #32467e, 0px 5px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 5px 0px #32467e, 0px 5px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-primary.btn-threed:active {
  background: #3e569b;
  color: white;
  -webkit-box-shadow: 0px 3px 0px #32467e, 0px 3px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 3px 0px #32467e, 0px 3px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 3px 0px #32467e, 0px 3px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 3px; }

.btn-danger.btn-threed {
  background: #d9534f;
  color: white;
  -webkit-box-shadow: 0px 5px 0px #c9302c, 0px 5px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 5px 0px #c9302c, 0px 5px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 5px 0px #c9302c, 0px 5px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-danger.btn-threed:active {
  background: #d74b47;
  color: white;
  -webkit-box-shadow: 0px 3px 0px #c9302c, 0px 3px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 3px 0px #c9302c, 0px 3px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 3px 0px #c9302c, 0px 3px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 3px; }

.btn-warning.btn-threed {
  background: #f0ad4e;
  color: white;
  -webkit-box-shadow: 0px 5px 0px #ec971f, 0px 5px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 5px 0px #ec971f, 0px 5px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 5px 0px #ec971f, 0px 5px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-warning.btn-threed:active {
  background: #efa945;
  color: white;
  -webkit-box-shadow: 0px 3px 0px #ec971f, 0px 3px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 3px 0px #ec971f, 0px 3px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 3px 0px #ec971f, 0px 3px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 3px; }

.btn-success.btn-threed {
  background: #5cb85c;
  color: white;
  -webkit-box-shadow: 0px 5px 0px #449d44, 0px 5px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 5px 0px #449d44, 0px 5px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 5px 0px #449d44, 0px 5px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-success.btn-threed:active {
  background: #55b555;
  color: white;
  -webkit-box-shadow: 0px 3px 0px #449d44, 0px 3px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 3px 0px #449d44, 0px 3px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 3px 0px #449d44, 0px 3px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 3px; }

.btn-info.btn-threed {
  background: #5bc0de;
  color: white;
  -webkit-box-shadow: 0px 5px 0px #31b0d5, 0px 5px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 5px 0px #31b0d5, 0px 5px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 5px 0px #31b0d5, 0px 5px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-info.btn-threed:active {
  background: #53bddc;
  color: white;
  -webkit-box-shadow: 0px 3px 0px #31b0d5, 0px 3px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 3px 0px #31b0d5, 0px 3px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 3px 0px #31b0d5, 0px 3px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 3px; }

.btn-default.btn-threed.btn-lg {
  background: #415aa2;
  color: white;
  -webkit-box-shadow: 0px 7px 0px #32467e, 0px 7px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 7px 0px #32467e, 0px 7px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 7px 0px #32467e, 0px 7px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-default.btn-threed.btn-lg:active {
  background: #3e569b;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #32467e, 0px 4px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 4px 0px #32467e, 0px 4px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 4px 0px #32467e, 0px 4px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 4px; }

.btn-primary.btn-threed.btn-lg {
  background: #415aa2;
  color: white;
  -webkit-box-shadow: 0px 7px 0px #32467e, 0px 7px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 7px 0px #32467e, 0px 7px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 7px 0px #32467e, 0px 7px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-primary.btn-threed.btn-lg:active {
  background: #3e569b;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #32467e, 0px 4px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 4px 0px #32467e, 0px 4px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 4px 0px #32467e, 0px 4px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 4px; }

.btn-danger.btn-threed.btn-lg {
  background: #d9534f;
  color: white;
  -webkit-box-shadow: 0px 7px 0px #c9302c, 0px 7px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 7px 0px #c9302c, 0px 7px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 7px 0px #c9302c, 0px 7px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-danger.btn-threed.btn-lg:active {
  background: #d74b47;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #c9302c, 0px 4px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 4px 0px #c9302c, 0px 4px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 4px 0px #c9302c, 0px 4px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 4px; }

.btn-warning.btn-threed.btn-lg {
  background: #f0ad4e;
  color: white;
  -webkit-box-shadow: 0px 7px 0px #ec971f, 0px 7px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 7px 0px #ec971f, 0px 7px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 7px 0px #ec971f, 0px 7px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-warning.btn-threed.btn-lg:active {
  background: #efa945;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #ec971f, 0px 4px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 4px 0px #ec971f, 0px 4px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 4px 0px #ec971f, 0px 4px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 4px; }

.btn-success.btn-threed.btn-lg {
  background: #5cb85c;
  color: white;
  -webkit-box-shadow: 0px 7px 0px #449d44, 0px 7px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 7px 0px #449d44, 0px 7px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 7px 0px #449d44, 0px 7px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-success.btn-threed.btn-lg:active {
  background: #55b555;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #449d44, 0px 4px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 4px 0px #449d44, 0px 4px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 4px 0px #449d44, 0px 4px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 4px; }

.btn-info.btn-threed.btn-lg {
  background: #5bc0de;
  color: white;
  -webkit-box-shadow: 0px 7px 0px #31b0d5, 0px 7px 15px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 7px 0px #31b0d5, 0px 7px 15px rgba(0, 0, 0, .7);
  box-shadow: 0px 7px 0px #31b0d5, 0px 7px 15px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-info.btn-threed.btn-lg:active {
  background: #53bddc;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #31b0d5, 0px 4px 6px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 4px 0px #31b0d5, 0px 4px 6px rgba(0, 0, 0, .9);
  box-shadow: 0px 4px 0px #31b0d5, 0px 4px 6px rgba(0, 0, 0, .9);
  position: relative;
  top: 4px; }

.btn-default.btn-threed.btn-xs {
  background: #415aa2;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #32467e, 0px 4px 10px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 4px 0px #32467e, 0px 4px 10px rgba(0, 0, 0, .7);
  box-shadow: 0px 4px 0px #32467e, 0px 4px 10px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-default.btn-threed.btn-xs:active {
  background: #3e569b;
  color: white;
  -webkit-box-shadow: 0px 2px 0px #32467e, 0px 2px 5px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 2px 0px #32467e, 0px 2px 5px rgba(0, 0, 0, .9);
  box-shadow: 0px 2px 0px #32467e, 0px 2px 5px rgba(0, 0, 0, .9);
  position: relative;
  top: 2px; }

.btn-primary.btn-threed.btn-xs {
  background: #415aa2;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #32467e, 0px 4px 10px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 4px 0px #32467e, 0px 4px 10px rgba(0, 0, 0, .7);
  box-shadow: 0px 4px 0px #32467e, 0px 4px 10px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-primary.btn-threed.btn-xs:active {
  background: #3e569b;
  color: white;
  -webkit-box-shadow: 0px 2px 0px #32467e, 0px 2px 5px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 2px 0px #32467e, 0px 2px 5px rgba(0, 0, 0, .9);
  box-shadow: 0px 2px 0px #32467e, 0px 2px 5px rgba(0, 0, 0, .9);
  position: relative;
  top: 2px; }

.btn-danger.btn-threed.btn-xs {
  background: #d9534f;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #c9302c, 0px 4px 10px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 4px 0px #c9302c, 0px 4px 10px rgba(0, 0, 0, .7);
  box-shadow: 0px 4px 0px #c9302c, 0px 4px 10px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-danger.btn-threed.btn-xs:active {
  background: #d74b47;
  color: white;
  -webkit-box-shadow: 0px 2px 0px #c9302c, 0px 2px 5px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 2px 0px #c9302c, 0px 2px 5px rgba(0, 0, 0, .9);
  box-shadow: 0px 2px 0px #c9302c, 0px 2px 5px rgba(0, 0, 0, .9);
  position: relative;
  top: 2px; }

.btn-warning.btn-threed.btn-xs {
  background: #f0ad4e;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #ec971f, 0px 4px 10px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 4px 0px #ec971f, 0px 4px 10px rgba(0, 0, 0, .7);
  box-shadow: 0px 4px 0px #ec971f, 0px 4px 10px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-warning.btn-threed.btn-xs:active {
  background: #efa945;
  color: white;
  -webkit-box-shadow: 0px 2px 0px #ec971f, 0px 2px 5px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 2px 0px #ec971f, 0px 2px 5px rgba(0, 0, 0, .9);
  box-shadow: 0px 2px 0px #ec971f, 0px 2px 5px rgba(0, 0, 0, .9);
  position: relative;
  top: 2px; }

.btn-success.btn-threed.btn-xs {
  background: #5cb85c;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #449d44, 0px 4px 10px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 4px 0px #449d44, 0px 4px 10px rgba(0, 0, 0, .7);
  box-shadow: 0px 4px 0px #449d44, 0px 4px 10px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-success.btn-threed.btn-xs:active {
  background: #55b555;
  color: white;
  -webkit-box-shadow: 0px 2px 0px #449d44, 0px 2px 5px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 2px 0px #449d44, 0px 2px 5px rgba(0, 0, 0, .9);
  box-shadow: 0px 2px 0px #449d44, 0px 2px 5px rgba(0, 0, 0, .9);
  position: relative;
  top: 2px; }

.btn-info.btn-threed.btn-xs {
  background: #5bc0de;
  color: white;
  -webkit-box-shadow: 0px 4px 0px #31b0d5, 0px 4px 10px rgba(0, 0, 0, .7);
  -moz-box-shadow: 0px 4px 0px #31b0d5, 0px 4px 10px rgba(0, 0, 0, .7);
  box-shadow: 0px 4px 0px #31b0d5, 0px 4px 10px rgba(0, 0, 0, .7);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.btn-info.btn-threed.btn-xs:active {
  background: #53bddc;
  color: white;
  -webkit-box-shadow: 0px 2px 0px #31b0d5, 0px 2px 5px rgba(0, 0, 0, .9);
  -moz-box-shadow: 0px 2px 0px #31b0d5, 0px 2px 5px rgba(0, 0, 0, .9);
  box-shadow: 0px 2px 0px #31b0d5, 0px 2px 5px rgba(0, 0, 0, .9);
  position: relative;
  top: 2px; }

.btn-default.btn-transparent {
  border: 2px solid #415aa2;
  color: #415aa2 !important; }

.btn-default.btn-transparent:hover {
  border-color: #374c89; }

.btn-primary.btn-transparent {
  border: 2px solid #415aa2;
  color: #415aa2 !important; }

.btn-primary.btn-transparent:hover {
  border-color: #374c89; }

.btn-danger.btn-transparent {
  border: 2px solid #d9534f;
  color: #d9534f !important; }

.btn-danger.btn-transparent:hover {
  border-color: #d33632; }

.btn-warning.btn-transparent {
  border: 2px solid #f0ad4e;
  color: #f0ad4e !important; }

.btn-warning.btn-transparent:hover {
  border-color: #ed9e2d; }

.btn-success.btn-transparent {
  border: 2px solid #5cb85c;
  color: #5cb85c !important; }

.btn-success.btn-transparent:hover {
  border-color: #49a749; }

.btn-info.btn-transparent {
  border: 2px solid #5bc0de;
  color: #5bc0de !important; }

.btn-info.btn-transparent:hover {
  border-color: #3db5d8; }

/*===================================
 6 TESTOMONIALS
 =====================================*/
/*============= Testimonials Secton ====================*/
.testimonial {
  text-align: center; }

.testimonial .q-icon {
  height: 128px;
  width: 128px;
  margin: auto;
  margin-bottom: 12px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.testimonial .q-icon i {
  font-size: 48px;
  line-height: 128px;
  height: 128px;
  width: 128px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 9999;
  color: #415aa2;
  display: inline-block; }

.testimonial .q-icon img {
  vertical-align: middle;
  display: inline-block; }

.testimonial .feedback {
  color: white;
  font-size: 21px;
  line-height: 1.6em;
  margin: auto auto 12px;
  letter-spacing: 0.01em;
  position: relative; }

.testimonial .feedback:before {
  content: open-quote;
  font-size: 28px;
  position: absolute;
  left: -0.4em; }

.testimonial .feedback:after {
  content: close-quote;
  font-size: 28px; }

.testimonial .client-info {
  margin: 12px 0 12px 0;
  color: white; }

.testimonial .client-info .client-name {
  color: #415aa2;
  font-weight: 600; }

.testimonial .client-info .client-position {
  font-weight: 300; }

.testimonial .client-info .client-position:before {
  content: '- '; }

.testimonial.style1 {
  text-align: left; }

.testimonial.style1 .q-icon {
  float: left;
  text-align: center; }

.testimonial.style1 .q-icon i {
  text-align: center; }

.testimonial.style1 .client-info {
  text-align: right; }

.testimonial.style1 .client-info .client-name {
  display: block; }

.testimonial.style1 .client-info .client-position:before {
  content: ''; }

.testimonial.style1 .feedback, .testimonial.style1 .client-info {
  margin-left: 152px; }

.testimonial.style1 .feedback:before {
  position: absolute;
  left: -0.5em; }
/*===================================
 7 General
 =====================================*/
body {
  font-family: raleway;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  background: #f4f4f5; }

::-moz-selection {
  color: white;
  background: #415aa2; }

::selection {
  color: white;
  background: #415aa2; }

.no-js .loader {
  display: none !important; }

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #415aa2; }

.loader .loader-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: transparent url('../img/loader.png') 50% 50% no-repeat;
  -webkit-animation: rotating 1.3s linear infinite; }

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

a {
  color: #415aa2;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  outline: 0 !important; }

a:hover, a:focus {
  color: #415aa2;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: raleway;
  color: #4ac1c3;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 24px 0; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 90%; }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: 300;
  color: #415aa2; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: lighter;
  letter-spacing: 0.05em; }
/** HELPER CLASSES **/
.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

.w-100 {
  font-weight: 100; }

.w-200 {
  font-weight: 200; }

.w-300 {
  font-weight: 300; }

.w-400 {
  font-weight: 400; }

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

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

.w-700 {
  font-weight: 700; }

.w-800 {
  font-weight: 800; }

.w-900 {
  font-weight: 900; }

.text-white {
  color: white; }

.text-primary {
  color: #415aa2; }
/**
 * Visual Composer
 */
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important; }

.vc_icon_element {
  margin-bottom: 24px !important; }

.vc_separator .vc_icon_element {
  margin-bottom: 0 !important; }
/*===== LABELS =======*/
.label {
  background: #415aa2;
  font-family: inherit;
  letter-spacing: 0.05em;
  padding: 0 10px;
  line-height: 1.6;
  font-size: inherit; }

.sep {
  margin-bottom: 72px;
  display: inline-block;
  width: 100%;
  clear: both; }

.sep-fancy {
  width: 100%;
  display: inline-block;
  clear: both;
  position: relative;
  margin: 48px 0; }

.sep-fancy i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border: 3px solid #e9e9e9;
  width: 40px;
  height: 40px;
  line-height: 36px;
  background: #f4f4f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #e9e9e9; }

.sep-fancy:before {
  content: '';
  height: 3px;
  width: 300px;
  left: 50%;
  bottom: 0;
  position: absolute;
  margin-left: -150px;
  background: #ddd; }

p, ul, ol {
  margin: 0 0 24px 0;
  font-size: 14px;
  line-height: 24px; }

img {
  max-width: 100%;
  height: auto; }

pre {
  background: #f4f4f5;
  padding: 1.5em;
  border: 1px solid transparent;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }

pre:hover {
  border-color: #e9e9e9; }

div.title {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.01em;
  font-weight: 700;
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 24px; }

div.title i {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  border: 3px solid #415aa2;
  width: 40px;
  height: 40px;
  line-height: 34px;
  background: #f4f4f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center; }

div.title:before {
  content: '';
  height: 3px;
  width: 200px;
  left: 50%;
  bottom: 0;
  position: absolute;
  margin-left: -100px;
  background: #415aa2; }

.title h1 {
  font-size: 48px !important; }

.title h2 {
  font-size: 36px !important; }

.title h3 {
  font-size: 30px !important; }

.title h1, .title h2, .title h3 {
  margin: 0; }

.title h1 span, .title h2 span, .title h3 span {
  font-weight: 300; }
/*====== Accordions =======*/
.accordion dt {
  display: none; }

.accordion dd {
  margin-bottom: 10px !important; }

.accordion dd > a {
  font-family: raleway;
  border-left: 3px solid #111;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: #000;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative; }

.accordion dd > a:hover {
  background: #415aa2; }

.accordion dd > a:after {
  content: '\f199';
  position: absolute;
  right: 1rem;
  font-family: "foundation-icons"; }

.accordion dd.active > a {
  border-color: #415aa2;
  background: #415aa2; }

.accordion dd.active > a:after {
  content: '\f176'; }

.accordion .content.active {
  background: #e9e9e9;
  margin: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.vc_tta.vc_general .vc_tta-panel-title > a {
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-weight: 600 !important;
  color: #4ac1c3 !important;
  position: relative;
  font-size: 14px; }

.vc_tta.vc_general .vc_tta-panel-title > a span {
  font-weight: 600 !important; }

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-left-color: #415aa2 !important; }

.vc_tta-panel-heading {
  border-color: #e9e9e9 !important;
  border-left: 3px solid #e9e9e9 !important;
  background-color: white !important; }

.vc_tta-panel-heading:hover {
  background: #f6f6f6 !important; }

.vc_tta-panel-body {
  border-color: #e9e9e9 !important;
  background-color: white !important; }
/* TABS */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  background-color: white !important;
  border-color: #e9e9e9 !important;
  border-bottom-color: transparent !important;
  border-top-width: 3px;
  border-top-color: #415aa2 !important; }

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a:hover {
  background-color: white !important; }

.vc_tta.vc_general .vc_tta-tab.vc_active > a::after, .vc_tta.vc_general .vc_tta-tab.vc_active > a::before {
  border-style: none !important; }

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  background: #f6f6f6 !important; }

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
  background: #f1f1f1 !important; }

.ui-accordion .wpb_accordion_section.group {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 0 0 white;
  -moz-box-shadow: 0 0 0 white;
  box-shadow: 0 0 0 white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 24px;
  background: white; }

.ui-accordion .wpb_accordion_section.group .ui-accordion-header {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  letter-spacing: 0.03em;
  background: white; }

.ui-accordion .wpb_accordion_section.group .ui-accordion-header a {
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  padding: 0 24px;
  line-height: 48px;
  border-radius: 0;
  display: block; }

.ui-accordion .wpb_accordion_section.group .ui-accordion-header .ui-accordion-header-icon.ui-icon {
  top: 50%;
  margin-top: -0.5em; }

.ui-accordion .wpb_accordion_section.group .ui-accordion-header-active {
  position: relative;
  margin-bottom: 24px; }

.ui-accordion .wpb_accordion_section.group .ui-accordion-header-active a {
  color: #415aa2 !important; }

.ui-accordion .wpb_accordion_section.group .ui-accordion-header-active:after {
  content: '';
  width: 60px;
  height: 1px;
  background: #415aa2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 24px; }

.ui-accordion .wpb_accordion_section.group .ui-accordion-content {
  padding: 0 24px 24px 24px; }

.wpb_content_element .wpb_tabs_nav li {
  background: transparent !important; }

.ui-tabs-nav li a {
  text-transform: uppercase;
  font-weight: 400;
  color: #000;
  padding: 0 24px !important;
  line-height: 48px;
  border-radius: 0; }

.ui-tabs-nav li a i {
  margin-right: 3px; }

.ui-tabs-nav li a:hover {
  background: #f1f1f1;
  color: #000; }

.ui-tabs-nav li.ui-tabs-active a {
  color: #415aa2;
  border-radius: 0;
  background: white;
  position: relative;
  border: 1px solid #e9e9e9; }

.ui-tabs-nav li.ui-tabs-active a i {
  color: #415aa2; }

.ui-tabs-nav li.ui-tabs-active a:after {
  content: '';
  width: 36px;
  height: 1px;
  background: #415aa2;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 10;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }

.ui-tabs-nav li.ui-tabs-active a:before {
  content: '';
  height: 48px;
  width: 1px;
  background: #415aa2;
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }

.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  position: relative;
  padding: 24px;
  border: 1px solid #e9e9e9;
  background: white !important;
  margin-top: -1px;
  z-index: -1; }
/* tooltips */
.has-tip:hover, .has-tip:focus {
  color: #415aa2;
  border-color: #415aa2; }
/*========= PRICING TABLES ==============*/
.pricing-table .title {
  font-family: raleway;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.pricing-table .price {
  font-family: raleway;
  font-weight: 600;
  letter-spacing: 0.05em; }

.pricing-table .description {
  font-size: 14px; }

.featured .title {
  background: #415aa2;
  font-weight: bold;
  color: white; }
/*====== Alert Boxes ========*/
.alert-box {
  background: #415aa2;
  border: 1px solid #3a5090;
  color: white;
  font-size: 15px;
  letter-spacing: 0.02em; }
/*======== Tables =========*/
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px; }

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd; }

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

table > caption + thead > tr:first-child > th, table > colgroup + thead > tr:first-child > th, table > thead:first-child > tr:first-child > th, table > caption + thead > tr:first-child > td, table > colgroup + thead > tr:first-child > td, table > thead:first-child > tr:first-child > td {
  border-top: 0; }

table > tbody + tbody {
  border-top: 2px solid #ddd; }

table table {
  background-color: #fff; }
/*===== DL =============*/
dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  dl dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap; }

  dl dd {
    margin-left: 180px; } }
/*====== Tabs ==========*/
.tabs dt {
  display: none; }

.tabs dd a {
  border-top: 3px solid #415aa2;
  margin-right: 10px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  font-family: raleway !important;
  background: #000;
  color: white; }

.tabs dd a:hover {
  background: #415aa2; }

.tabs dd.active a {
  background: #415aa2;
  border-color: #415aa2; }

.tabs-content {
  background: #eee !important;
  padding: 0.9375em;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px; }

.tabs-content p:last-child {
  margin: 0; }
/*============ Thumbnails ==================*/
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 0 1px fade(#415aa2, 20%);
  box-shadow: 0 0 0 1px fade(#415aa2, 70%); }
/*============ Light Box ==================*/
.clearing-blackout {
  z-index: 9999; }

.section-container.tabs .content {
  display: block !important;
  opacity: 0; }

.section-container.tabs .active .content {
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  opacity: 1; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.tabs.vertical a {
  border-top: none !important;
  border-left: 2px solid #415aa2;
  margin-bottom: 2px;
  font-family: raleway !important; }

.tabs.vertical dd.active a {
  border-top: none !important;
  border-left: 2px solid #415aa2; }

.light {
  font-weight: 300; }

.light span {
  font-weight: 700; }

section.padding-top {
  padding-top: 72px; }

hr {
  margin-right: 0;
  margin-left: 0;
  padding: 0 !important; }

.breadcrumb-trail-container {
  background: white;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }

.breadcrumb-trail-container .breadcrumb-trail.breadcrumbs {
  padding: 6px 0;
  color: #1a1a1a; }

.breadcrumb-trail-container .breadcrumb-trail.breadcrumbs a {
  color: #1a1a1a; }

.breadcrumb-trail-container .breadcrumb-trail.breadcrumbs a:hover {
  color: #000; }

.breadcrumb-trail-container .breadcrumb-trail.breadcrumbs * {
  font-size: 12px !important; }

.breadcrumb-trail-container .breadcrumb-trail.breadcrumbs .trail-browse {
  margin-right: 0.5em; }

.breadcrumb-trail-container .breadcrumb-trail.breadcrumbs .trail-items li::after {
  content: '\f105';
  font-family: "FontAwesome";
  padding: 0 0.7em !important;
  color: #333; }
/*============ Services ============*/
.service {
  text-align: center;
  margin-bottom: 24px; }

.service i {
  color: #415aa2;
  font-size: 160px;
  display: inline-block;
  margin-bottom: 12px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }

.service h3 {
  font-weight: normal;
  font-size: 16px; }

.service:hover i {
  color: #4ac1c3; }
/*================= ICON BOX ======================*/
.content-box {
  margin-bottom: 24px; }

.content-box:hover .icon {
  color: #415aa2; }

.content-box .icon {
  float: left;
  font-size: 30px;
  color: #415aa2;
  margin-right: 12px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }

.content-box h3, .content-box p {
  margin-bottom: 0; }

.content-box h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 600; }

.content-box.style2 {
  border: 1px solid #e9e9e9;
  border-top-color: #415aa2;
  text-align: center;
  padding: 0 24px 24px 24px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: white; }

.content-box.style2:hover {
  border-left-color: #c3c3c3;
  border-right-color: #c3c3c3;
  border-bottom-color: #c3c3c3;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.content-box.style2 .icon {
  float: none;
  font-size: 48px;
  display: inline-block;
  margin-bottom: 24px;
  margin-right: 0;
  width: 96px;
  height: 96px;
  -webkit-border-radius: 0 0 48px 48px;
  -moz-border-radius: 0 0 48px 48px;
  border-radius: 0 0 48px 48px;
  color: white;
  line-height: 96px;
  background: #415aa2; }

.content-box.style2 h3 {
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.content-box.style3 {
  text-align: center; }

.content-box.style3:hover .icon {
  background: transparent;
  color: #415aa2; }

.content-box.style3 .icon {
  float: none;
  width: 80px;
  height: 80px;
  display: inline-block;
  font-size: 48px;
  line-height: 80px;
  border: 2px solid #415aa2;
  margin-bottom: 24px;
  margin-right: 0;
  background: #415aa2;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }

.content-box.style3 h3 {
  margin-bottom: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px; }

.content-box.style4:hover .icon {
  background: #415aa2; }

.content-box.style4 .icon {
  width: 120px;
  height: 120px;
  background: #415aa2;
  text-align: center;
  line-height: 120px;
  color: white;
  font-size: 72px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 30px 0 0;
  -moz-border-radius: 30px 0 0;
  border-radius: 30px 0 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s; }

.content-box.style4 h3, .content-box.style4 p {
  margin-left: 132px; }

.content-box.style4 h3 {
  border-bottom: 2px solid #415aa2;
  padding-bottom: 6px;
  margin-bottom: 6px;
  text-transform: uppercase; }
/**=================== Portfolio-section ====================**/
#portfolio {
  position: relative;
  overflow: hidden;
  width: 100%; }

.portfolio-isotope.default {
  margin: 0 0 0;
  padding: 0;
  list-style: none; }

.portfolio-isotope.default .work-item {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.portfolio-isotope.default .work-item figcaption {
  display: none; }

.portfolio-isotope.default .work-item img {
  max-width: 100%; }
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }
/*============= PORTFOLIO ==========================*/
/*==========
 Work Item simple
 ===========*/
.portfolio-isotope.style1 .work-item {
  position: relative;
  overflow: hidden;
  border: none;
  float: left;
  margin: 0;
  padding: 0; }

.portfolio-isotope.style1 .work-item img {
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  display: block;
  max-width: 100%; }

.portfolio-isotope.style1 .work-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.portfolio-isotope.style1 .work-item:hover figcaption {
  opacity: 1; }
  .portfolio-isotope.style1 .work-item:hover figcaption h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .portfolio-isotope.style1 .work-item:hover figcaption p {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.portfolio-isotope.style1 .work-item figcaption {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

.portfolio-isotope.style1 .work-item figcaption a {
  display: block;
  height: 100%;
  color: white; }

.portfolio-isotope.style1 .work-item figcaption h3 {
  padding: 24px 24px 0 24px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 12px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.5s all 0.3s;
  -moz-transition: 0.5s all 0.3s;
  -o-transition: 0.5s all 0.3s;
  transition: 0.5s all 0.3s; }
  .portfolio-isotope.style1 .work-item figcaption h3:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    background: #415aa2;
    bottom: 0;
    left: 24px; }

.portfolio-isotope.style1 .work-item figcaption p {
  padding: 0 24px;
  margin: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: 0.5s all 0.6s;
  -moz-transition: 0.5s all 0.6s;
  -o-transition: 0.5s all 0.6s;
  transition: 0.5s all 0.6s; }

.portfolio-filters.default {
  list-style: none;
  padding: 0;
  margin: 0 auto 24px auto;
  display: table; }

.portfolio-filters.default li {
  float: left;
  margin: 0 12px 0 0; }

.portfolio-filters.default li:last-child {
  margin-right: 0 !important; }

.portfolio-filters.default li a {
  display: block;
  padding: 6px 12px;
  background: #415aa2;
  color: white;
  position: relative; }

.portfolio-filters.default li .active {
  background: #415aa2; }

.portfolio-filters {
  list-style: none;
  margin: 0 0 24px 0;
  padding: 0; }

.portfolio-filters li {
  float: left;
  margin-left: 24px; }

.portfolio-filters li:first-child {
  margin-left: 0; }

.portfolio-filters li a {
  color: #415aa2;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.03em;
  font-family: raleway;
  font-weight: 600; }

.portfolio-filters li a.active {
  color: #415aa2;
  border-bottom: 1px solid #e9e9e9; }

.portfolio-filters.center {
  display: table;
  margin: 0 auto 24px auto; }
/*================ Clients section ==================*/
.clients-style-1 .slides li .client-logo {
  background: fade(white, 50%);
  text-align: center;
  border: 5px solid fade(white, 20%); }
  .clients-style-1 .slides li .client-logo img {
    max-width: 100%;
    margin: auto; }

.clients-style-2 .slides li .client-logo {
  background: fade(black, 30%);
  border: none;
  padding: 1.5em; }
  .clients-style-2 .slides li .client-logo img {
    max-width: 100%;
    margin: auto; }

.clients-style-3 .slides li .client-logo {
  padding: 1.5em; }
  .clients-style-3 .slides li .client-logo img {
    max-width: 100%;
    margin: auto; }
/*==== SKILL Bars =====*/
.skill-name {
  margin: 0 0 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: normal; }

.progress.progress-bar-default {
  background-color: #415aa2;
  border: none !important;
  padding: 0;
  margin-bottom: 24px;
  height: 3px; }

.progress.progress-bar-default .progress-bar-default {
  background: #415aa2 !important; }
/*============= Contact Secton ====================*/
.contact-form input[type=text], .wpcf7 input[type=text], .contact-form input[type=email], .wpcf7 input[type=email], .contact-form textarea, .wpcf7 textarea {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  display: block;
  width: 100%; }

.contact-form input[type=text]:focus, .wpcf7 input[type=text]:focus, .contact-form input[type=email]:focus, .wpcf7 input[type=email]:focus, .contact-form textarea:focus, .wpcf7 textarea:focus {
  border-color: #415aa2;
  border-bottom-style: solid; }

.contact-form label, .wpcf7 label {
  font-weight: normal;
  display: block;
  color: #4ac1c3;
  text-transform: uppercase;
  font-size: 12px; }
/*.wpcf7-submit, .comment-form #submit{
 cursor: pointer;
 line-height: normal;
 margin: 0 0 1.25rem;
 position: relative;
 text-decoration: none;
 text-align: center;
 display: inline-block;
 padding-right: 2rem;
 padding-left: 2rem;
 font-size: 1rem;
 color: white;
 -webkit-transition: background-color 300ms ease-out;
 -moz-transition: background-color 300ms ease-out;
 transition: background-color 300ms ease-out;
 padding-top: 1.0625rem;
 padding-bottom: 1rem;
 -webkit-appearance: none;
 font-weight: normal !important;        
 border: none;
 background: $primary-color;
 font-family: $heading-font;
 letter-spacing: 0.03em;
 @include border-radius(3px);
 &:hover{
 background: $second-color;
 }        
 }*/
.social {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
  text-align: center; }

.social li {
  display: inline; }

.social li i {
  display: inline-block; }

.social li:hover i {
  background: white;
  color: #333; }

.social li:hover i:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 9; }

.social li i {
  background: #000;
  font-size: 18px;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 24px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center; }

.social li i:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  z-index: -1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.page-links {
  text-align: center; }

.page-links a span {
  color: white;
  background: #415aa2;
  padding: 0.3em 0.6em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.page-links a span:hover {
  background: #415aa2; }

.page-links span {
  background: #415aa2;
  padding: 0.3em 0.6em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: white;
  margin: 0 5px; }

.post-password-form input[type=submit] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #415aa2; }

#primary {
  margin-top: 72px; }

.pagination-blog {
  margin-bottom: 60px; }

#icategories {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  display: inline-block; }

#icategories li {
  float: left;
  margin-right: 10px; }

#icategories li a {
  display: block;
  background: #415aa2;
  padding: 10px;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#icategories li .active {
  background: #415aa2; }
/*=========== Comments ===================*/
#comments {
  margin-bottom: 48px; }

#comments .comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 48px; }

#comments .comment-list .pingback {
  margin-top: 24px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  padding: 24px;
  -webkit-box-shadow: 0 0 5px #eee;
  -moz-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  overflow: hidden;
  position: relative; }

#comments .comment-list .pingback:hover {
  border-color: #ddd;
  -webkit-box-shadow: 0 0 5px #ddd;
  -moz-box-shadow: 0 0 5px #ddd;
  box-shadow: 0 0 5px #ddd; }

#comments .comment-list .pingback .edit-link {
  display: block;
  margin-top: 30px; }

#comments .comment-list .comment .children {
  list-style: none;
  margin: 0;
  padding: 0; }
  #comments .comment-list .comment .children li {
    margin-left: 24px;
    padding-left: 24px;
    border-left: 1px dashed #ddd;
    position: relative; }
  #comments .comment-list .comment .children li .comment-meta .avatar {
    width: 40px;
    top: 50%;
    margin-top: -20px !important; }
  #comments .comment-list .comment .children li:after {
    content: '';
    width: 15px;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    left: 7px;
    top: 30px; }

#comments .comment-list .comment article.comment-body {
  margin-top: 30px;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  border-top-width: 3px;
  border-top-color: #000;
  padding: 0 0 24px 0;
  -webkit-box-shadow: 0 0 5px #eee;
  -moz-box-shadow: 0 0 5px #eee;
  box-shadow: 0 0 5px #eee;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  overflow: hidden;
  position: relative; }
  #comments .comment-list .comment article.comment-body:hover {
    border-color: #ddd;
    border-top-width: 3px;
    border-top-color: #000;
    padding: 0 0 24px 0;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd; }
  #comments .comment-list .comment article.comment-body .comment-meta {
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 20px;
    background: #f5f5f5;
    position: relative; }
  #comments .comment-list .comment article.comment-body .comment-meta .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -30px; }
  #comments .comment-list .comment article.comment-body .comment-meta .fn a {
    color: #4ac1c3; }
    #comments .comment-list .comment article.comment-body .comment-meta .fn a:hover {
      color: #415aa2; }
  #comments .comment-list .comment article.comment-body .comment-meta .comment-metadata {
    font-size: 13px; }
  #comments .comment-list .comment article.comment-body .comment-meta .vcard {
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0; }
  #comments .comment-list .comment article.comment-body .comment-content {
    padding: 0 20px; }
  #comments .comment-list .comment article.comment-body .reply {
    padding: 0 20px;
    text-align: right; }

#comments .comment-list .comment .comment-respond {
  margin-top: 30px; }
  #comments .comment-list .comment .comment-respond #reply-title a {
    font-size: 16px; }

#comments .comment-list .comment-author-admin > article.comment-body, #comments .comment-list .bypostauthor > article.comment-body {
  border: 1px solid #ccc;
  border-top-color: #415aa2;
  border-top-width: 3px; }
  #comments .comment-list .comment-author-admin > article.comment-body:hover, #comments .comment-list .bypostauthor > article.comment-body:hover {
    border-color: #ddd;
    border-top-color: #415aa2;
    border-top-width: 3px;
    padding: 0 0 24px 0;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd; }

.comment-awaiting-moderation {
  font-size: 12px;
  margin: 20px 0 0;
  color: #999; }

.comment-awaiting-moderation:before {
  content: "\f12b";
  font-family: "foundation-icons";
  color: #000;
  margin-right: 5px; }

.form-allowed-tags {
  font-size: 12px; }

.form-allowed-tags dd, .form-allowed-tags dt {
  font-weight: normal !important; }

.comment-reply-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

.comment-respond {
  background: white;
  margin-bottom: 48px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  padding: 24px 31.2px; }

.comment-form label {
  font-weight: normal;
  display: block;
  color: #4ac1c3;
  text-transform: uppercase;
  font-size: 12px; }

.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  display: block;
  width: 100%; }

.comment-form input[type=text]:focus, .comment-form input[type=email]:focus, .comment-form input[type=url]:focus, .comment-form textarea:focus {
  border-color: #415aa2;
  border-bottom-style: solid; }

.comment-form textarea {
  line-height: 1.5em;
  width: 100%; }

.comment-form p.form-submit {
  margin: 0; }

.comment-form p.form-submit input#submit {
  margin-bottom: 0; }
/*========= Portfolio Single ==================*/
.portfolio-single {
  padding: 24px 12px;
  font-size: 14px;
  line-height: 26px; }

.portfolio-single p {
  font-size: 14px;
  line-height: 26px; }

.portfolio-single .mini-title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.portfolio-single .mini-title:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #415aa2;
  position: absolute;
  bottom: 0;
  left: 0; }

.portfolio-single .project-details {
  list-style: none;
  margin: 0;
  padding: 0; }

.portfolio-single .project-details .label {
  text-transform: uppercase;
  background: transparent;
  color: #4ac1c3;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.05em; }

.portfolio-single .project-details .info {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 14px; }

.portfolio-single .project-details .info:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.gopathemes-slider {
  cursor: move; }

.gopathemes-slider .slick-slide {
  padding-left: 0.7em;
  padding-right: 0.7em; }

#single-portfolio-modal {
  padding: 0;
  background: transparent;
  border: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

#single-portfolio-modal .reveal-modal-inner {
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  background: white; }

#single-portfolio-modal .reveal-modal-inner .orbit-container {
  min-height: 200px; }

.reveal-modal-bg {
  background: rgba(0, 0, 0, 0.45); }

.reveal-modal-bg .reveal-loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: transparent url('../img/loader.png') 50% 50% no-repeat;
  -webkit-animation: rotating 1.3s linear infinite; }

.project-screenshots {
  margin-bottom: 30px; }

#next-project, #prev-project {
  font-size: 24px;
  line-height: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
/*============== FOOTER SECTION =================*/
h3.footer-logo {
  color: white;
  font-size: 28px;
  margin: 0;
  text-transform: uppercase; }

.footer-wrapper {
  background: #415aa2;
  text-align: center;
  color: white;
  padding: 24px 0; }

.footer-wrapper a {
  color: white; }

.footer-wrapper a:hover {
  color: black; }

.footer-wrapper p {
  margin: 0;
  color: white;
  letter-spacing: 0.03em; }
/*====================== MEDIA QURIES ======================*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .stat {
    margin-bottom: 30px; }

  .clients-style-2 .slides li .client-logo, .clients-style-1 .slides li .client-logo, .clients-style-3 .slides li .client-logo {
    margin-bottom: 5px; }

  #clients .slides li .client-logo {
    margin-bottom: 5px; }

  #icategories li {
    margin-bottom: 10px; } }

@media only screen and (max-width: 40em) {
  .widget-area, #comments .comment-list .comment article.comment-body .comment-meta .avatar {
    display: none; }

  .single-page #header .page-title {
    padding: 48px 0; }

  .single-page #header .page-title h1, .single-page #header .page-title h2 {
    font-size: 30px; }

  #header .text-container .text h2 {
    font-size: 36px; }

  #icategories li {
    margin-bottom: 10px; }

  .comments-title {
    font-size: 24px; }

  #comments .comment-list .comment ol li {
    margin-left: 12px;
    padding-left: 12px; }

  #comments .comment-list .comment ol li:after {
    left: 0; } }
