@charset "UTF-8";
/*
  @package verso-lite
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# base
    ## Normalize
	## Common
	## Media
	## Menus
	## Mixins
	## Placeholders
	## Variables
	## Wordpress
# admin
	## Sidebar

/* Import
  ---------------------
*/
/*
	@package verso-lite
*/
/*
  Normalize
  ---------------------
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
  @package verso-lite
*/
/*
    Variables
  ---------------------
*/
/*
  @package verso-lite
*/
/*
  Mixins
  ---------------------
*/
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes blend-anim {
  0% {
    transform: scale(0.01, 0.01) rotateY(0);
    animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  50% {
    transform: scale(1, 1) rotateY(0);
    animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
  100% {
    transform: scale(0.01, 0.01) rotateY(0); } }
@-o-keyframes blend-anim {
  0% {
    -o-transform: scale(0.01, 0.01) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  50% {
    -o-transform: scale(1, 1) rotateY(0);
    -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
  100% {
    -o-transform: scale(0.01, 0.01) rotateY(0); } }
@-ms-keyframes blend-anim {
  0% {
    -ms-transform: scale(0.01, 0.01) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  50% {
    -ms-transform: scale(1, 1) rotateY(0);
    -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
  100% {
    -ms-transform: scale(0.01, 0.01) rotateY(0); } }
@-webkit-keyframes blend-anim {
  0% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  50% {
    -webkit-transform: scale(1, 1) rotateY(0);
    -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
  100% {
    -webkit-transform: scale(0.01, 0.01) rotateY(0); } }
@-moz-keyframes blend-anim {
  0% {
    -moz-transform: scale(0.01, 0.01) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }
  50% {
    -moz-transform: scale(1, 1) rotateY(0);
    -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
  100% {
    -moz-transform: scale(0.01, 0.01) rotateY(0); } }
@keyframes cssload-part-anim {
  0% {
    transform: translate3d(-10px, -10px, 0); }
  100% {
    transform: translate3d(10px, 10px, 0); } }
@-o-keyframes cssload-part-anim {
  0% {
    -o-transform: translate3d(-10px, -10px, 0); }
  100% {
    -o-transform: translate3d(10px, 10px, 0); } }
@-ms-keyframes cssload-part-anim {
  0% {
    -ms-transform: translate3d(-10px, -10px, 0); }
  100% {
    -ms-transform: translate3d(10px, 10px, 0); } }
@-webkit-keyframes cssload-part-anim {
  0% {
    -webkit-transform: translate3d(-10px, -10px, 0); }
  100% {
    -webkit-transform: translate3d(10px, 10px, 0); } }
@-moz-keyframes cssload-part-anim {
  0% {
    -moz-transform: translate3d(-10px, -10px, 0); }
  100% {
    -moz-transform: translate3d(10px, 10px, 0); } }
/*
  @package verso-lite
*/
/* Placeholders
  ---------------------
*/
.verso-format-image .entry-header, .verso-format-gallery .carousel-control {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.entry-excerpt.image-caption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */ }

/*
  @package verso-lite
*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

dl.wp-caption {
  border: none; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

/*
  Menus
  ---------------------
*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      -webkit-transition: opacity 0.5s ease 0s;
      -moz-transition: opacity 0.5s ease 0s;
      -ms-transition: opacity 0.5s ease 0s;
      -o-transition: opacity 0.5s ease 0s;
      transition: opacity 0.5s ease 0s;
      opacity: 0.5;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: auto;
      left: -999em;
      z-index: 99999;
      background: rgba(255, 255, 255, 0.96) none repeat scroll 0 0; }
      .main-navigation ul ul ul {
        -webkit-transition: opacity 0.5s ease 0s;
        -moz-transition: opacity 0.5s ease 0s;
        -ms-transition: opacity 0.5s ease 0s;
        -o-transition: opacity 0.5s ease 0s;
        transition: opacity 0.5s ease 0s;
        opacity: 0.5;
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%;
        opacity: 1; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto;
      opacity: 1; }
    .main-navigation ul .sub-menu, .main-navigation ul .children {
      padding: 15px; }
      .main-navigation ul .sub-menu li a, .main-navigation ul .children li a {
        display: block;
        color: #333333;
        font-size: 14px;
        line-height: 2;
        letter-spacing: 0px;
        font-weight: 500;
        text-transform: none;
        border: none;
        padding: 10px 0; }
        .main-navigation ul .sub-menu li a:hover, .main-navigation ul .sub-menu li a:focus, .main-navigation ul .children li a:hover, .main-navigation ul .children li a:focus {
          background: #3B99D7;
          color: #ffffff; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 2; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 767px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
/*
  Header
  ---------------------
*/
.nav_wrapper {
  display: block; }
  .nav_wrapper .verso-home-icon a {
    font-size: 28px;
    color: #ffffff;
    font-weight: normal;
    padding: 15px 10px 15px 30px;
    text-align: center; }

.header-container {
  background: #ffffff; }
  .header-container .nav-container {
    width: 100%; }
    .header-container .nav-container .site-branding {
      margin: 20px 0; }
      .header-container .nav-container .site-branding .site-title {
        display: inline-block;
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0; }
        .header-container .nav-container .site-branding .site-title a {
          color: #333333; }
          .header-container .nav-container .site-branding .site-title a i {
            color: #3B99D7; }
        .header-container .nav-container .site-branding .site-title .logo-img {
          max-width: 150px;
          width: 100%;
          height: auto;
          min-width: 150px; }
    .header-container .nav-container .head-search {
      display: inline-block;
      margin: 22px 0px; }
      .header-container .nav-container .head-search .toggle-search {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        border: 1px solid #eeeeee;
        color: #71818c;
        border-radius: 3px;
        font-size: 14px;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        margin: 0 5px;
        cursor: pointer; }
        .header-container .nav-container .head-search .toggle-search:hover, .header-container .nav-container .head-search .toggle-search:focus {
          border-color: #FC694C;
          color: #FC694C; }
      .header-container .nav-container .head-search .search-expand {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        background: #ffffff none repeat scroll 0 0;
        box-shadow: 0 0 2px 2px #cccccc;
        margin-top: 20px;
        opacity: 0;
        padding: 20px;
        position: absolute;
        right: 0;
        top: auto;
        max-width: 320px;
        min-width: 230px;
        width: 100%;
        z-index: 3; }
        .header-container .nav-container .head-search .search-expand:after {
          content: "";
          height: 30px;
          position: absolute;
          top: -30px;
          width: 100%; }
        .header-container .nav-container .head-search .search-expand .search-expand-inner {
          position: relative; }
          .header-container .nav-container .head-search .search-expand .search-expand-inner .searchform {
            display: block;
            margin-top: 10px;
            margin-bottom: 10px; }
            .header-container .nav-container .head-search .search-expand .search-expand-inner .searchform .input-group .form-control {
              -webkit-transition: all 320ms ease 0s;
              -moz-transition: all 320ms ease 0s;
              -ms-transition: all 320ms ease 0s;
              -o-transition: all 320ms ease 0s;
              transition: all 320ms ease 0s;
              height: 49px;
              background: transparent;
              border: 1px solid #eeeeee;
              border-radius: 0;
              color: #A1B1BA;
              border-right: none;
              font-weight: 500;
              font-size: 16px;
              box-shadow: none; }
              .header-container .nav-container .head-search .search-expand .search-expand-inner .searchform .input-group .form-control:focus {
                border-color: #3B99D7; }
            .header-container .nav-container .head-search .search-expand .search-expand-inner .searchform .btn.submit {
              -webkit-transition: all 320ms ease 0s;
              -moz-transition: all 320ms ease 0s;
              -ms-transition: all 320ms ease 0s;
              -o-transition: all 320ms ease 0s;
              transition: all 320ms ease 0s;
              display: inline-block;
              border: none;
              border-radius: 0px;
              padding: 13px 20px;
              font-size: 16px;
              background: #3B99D7;
              box-shadow: none;
              text-shadow: none;
              color: #ffffff; }
              .header-container .nav-container .head-search .search-expand .search-expand-inner .searchform .btn.submit:hover, .header-container .nav-container .head-search .search-expand .search-expand-inner .searchform .btn.submit:focus {
                background: #FC694C;
                color: #ffffff; }
      .header-container .nav-container .head-search:hover .search-expand {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
    .header-container .nav-container .product-cart {
      display: inline-block;
      margin: 22px 0px;
      float: right; }
      .header-container .nav-container .product-cart .product-shopping-bag:hover, .header-container .nav-container .product-cart .product-shopping-bag:focus {
        border-color: #FC694C;
        color: #FC694C; }
        .header-container .nav-container .product-cart .product-shopping-bag:hover .header-cart .circle, .header-container .nav-container .product-cart .product-shopping-bag:focus .header-cart .circle {
          background: #FC694C; }
      .header-container .nav-container .product-cart .product-shopping-bag .head-cart {
        position: relative; }
        .header-container .nav-container .product-cart .product-shopping-bag .head-cart .cart-content {
          -webkit-transition: all 320ms ease 0s;
          -moz-transition: all 320ms ease 0s;
          -ms-transition: all 320ms ease 0s;
          -o-transition: all 320ms ease 0s;
          transition: all 320ms ease 0s;
          padding: 0;
          position: relative;
          display: inline-block;
          border: 1px solid #eeeeee;
          color: #71818c;
          border-radius: 3px;
          font-size: 14px;
          font-weight: normal;
          height: 40px;
          line-height: 40px;
          text-align: center;
          width: 40px;
          margin: 0 5px;
          cursor: pointer; }
          .header-container .nav-container .product-cart .product-shopping-bag .head-cart .cart-content:hover, .header-container .nav-container .product-cart .product-shopping-bag .head-cart .cart-content:focus {
            border-color: #FC694C;
            color: #FC694C; }
            .header-container .nav-container .product-cart .product-shopping-bag .head-cart .cart-content:hover .circle, .header-container .nav-container .product-cart .product-shopping-bag .head-cart .cart-content:focus .circle {
              background: #FC694C; }
          .header-container .nav-container .product-cart .product-shopping-bag .head-cart .cart-content .circle {
            background: #3B99D7;
            color: #ffffff;
            border-radius: 50%;
            bottom: 8px;
            display: inline-block;
            font-size: 12px;
            font-weight: bold;
            height: 23px;
            right: -8px;
            top: -8px;
            line-height: 24px;
            position: absolute;
            text-align: center;
            width: 23px; }
      .header-container .nav-container .product-cart .product-shopping-bag .shopping-bag {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        display: block;
        position: absolute;
        right: 0;
        background: #ffffff;
        opacity: 0;
        padding: 20px;
        margin-top: 20px;
        box-shadow: 0 0 2px 2px #eeeeee;
        max-width: 320px;
        min-width: 230px;
        width: 100%;
        z-index: 3; }
        .header-container .nav-container .product-cart .product-shopping-bag .shopping-bag:after {
          content: "";
          height: 30px;
          position: absolute;
          top: -30px;
          width: 100%; }
        .header-container .nav-container .product-cart .product-shopping-bag .shopping-bag .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item {
          display: block;
          clear: both;
          float: none; }
          .header-container .nav-container .product-cart .product-shopping-bag .shopping-bag .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .woocommerce-mini-cart-item .remove {
            color: #ffffff;
            display: inline-block;
            font-size: 20px;
            font-weight: bold;
            height: 21px;
            left: auto;
            line-height: 20px;
            margin: 0;
            padding: 0;
            right: 0;
            top: 5px;
            text-align: center;
            width: 21px; }
      .header-container .nav-container .product-cart .product-shopping-bag:hover .shopping-bag {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1; }
      @media (min-width: 767px) {
        .header-container .nav-container .product-cart {
          float: right; } }
    .header-container .nav-container .verso-login {
      display: inline-block;
      float: right;
      margin: 22px 0px; }
      .header-container .nav-container .verso-login .toggle-login a.log-btn {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        padding: 0;
        position: relative;
        display: inline-block;
        border: 1px solid #eeeeee;
        color: #71818c;
        border-radius: 3px;
        font-size: 14px;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        text-align: center;
        width: 40px;
        margin: 0 5px;
        cursor: pointer; }
        .header-container .nav-container .verso-login .toggle-login a.log-btn:hover, .header-container .nav-container .verso-login .toggle-login a.log-btn:focus {
          border-color: #FC694C;
          color: #FC694C; }
          .header-container .nav-container .verso-login .toggle-login a.log-btn:hover .circle, .header-container .nav-container .verso-login .toggle-login a.log-btn:focus .circle {
            background: #FC694C; }
    .header-container .nav-container .verso-offcanvas-toggle-menu {
      display: inline-block;
      float: right;
      margin: 22px 0px; }
    @media (min-width: 767px) {
      .header-container .nav-container .verso-offcanvas-toggle-menu {
        display: none; } }
    .header-container .nav-container .sidebar-open {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      display: inline-block;
      cursor: pointer;
      color: #71818c;
      border: 1px solid #eeeeee;
      font-size: 14px;
      font-weight: normal;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 40px;
      border-radius: 3px;
      margin: 0 5px;
      padding: 0; }
      .header-container .nav-container .sidebar-open:hover, .header-container .nav-container .sidebar-open:focus {
        color: #FC694C;
        border-color: #FC694C; }
    .header-container .nav-container .verso-topbar-widget .contact-information {
      display: block;
      padding-top: 20px;
      float: right; }
      .header-container .nav-container .verso-topbar-widget .contact-information .contact-info {
        position: relative;
        padding-right: 30px;
        margin-left: 30px;
        float: left; }
        .header-container .nav-container .verso-topbar-widget .contact-information .contact-info .contact-icon-block {
          display: inline-block;
          float: left;
          font-size: 0;
          color: #3B99D7;
          margin-right: 10px;
          text-align: center; }
          .header-container .nav-container .verso-topbar-widget .contact-information .contact-info .contact-icon-block i {
            font-size: 32px; }
        .header-container .nav-container .verso-topbar-widget .contact-information .contact-info .contact-content-block {
          display: inline-block; }
          .header-container .nav-container .verso-topbar-widget .contact-information .contact-info .contact-content-block h5 {
            color: #1A1C28;
            font-size: 18px;
            margin-top: 0;
            margin-bottom: 5px;
            font-weight: 600; }
          .header-container .nav-container .verso-topbar-widget .contact-information .contact-info .contact-content-block p, .header-container .nav-container .verso-topbar-widget .contact-information .contact-info .contact-content-block address {
            overflow: auto;
            font-size: 16px;
            color: #71818c;
            line-height: 1.5;
            max-width: 250px;
            margin: 0; }
        .header-container .nav-container .verso-topbar-widget .contact-information .contact-info:after {
          position: absolute;
          content: '';
          right: 0px;
          top: -1px;
          width: 1px;
          height: 50px;
          background-color: #eeeeee; }
    .header-container .nav-container .navbar-verso .navbar-nav {
      float: none; }
  @media (max-width: 767px) {
    .header-container .nav-container {
      position: relative; }
      .header-container .nav-container .site-branding {
        text-align: left; } }
  @media (max-width: 380px) {
    .header-container .nav-container .site-branding, .header-container .nav-container .menu-container {
      width: 100%; } }
  .header-container .navbar-default {
    background-color: none;
    border: none; }
  .header-container .navbar {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    min-height: auto; }

.affix-header-container {
  -webkit-transition: top 0.2s ease 0s;
  -moz-transition: top 0.2s ease 0s;
  -ms-transition: top 0.2s ease 0s;
  -o-transition: top 0.2s ease 0s;
  transition: top 0.2s ease 0s;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: -150px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 1px 2px #eeeeee; }
  .affix-header-container.nav-down {
    top: 0; }
    .admin-bar .affix-header-container.nav-down {
      top: 46px; }
      @media screen and (min-width: 783px) {
        .admin-bar .affix-header-container.nav-down {
          top: 32px; } }
  .affix-header-container .site-branding .site-title {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0; }
    .affix-header-container .site-branding .site-title a {
      color: #333333; }
      .affix-header-container .site-branding .site-title a i {
        color: #3B99D7; }
    .affix-header-container .site-branding .site-title .logo-img {
      max-width: 120px;
      width: 100%;
      height: auto;
      min-width: 150px; }
  .affix-header-container .navbar-verso .navbar-nav {
    margin: 0; }
    .affix-header-container .navbar-verso .navbar-nav li {
      padding: 0; }
      .affix-header-container .navbar-verso .navbar-nav li a {
        padding: 15px 0; }
  @media (max-width: 767px) {
    .affix-header-container {
      display: none; } }

/*
  Navbar
  ---------------------
*/
.navbar-verso {
  margin-bottom: 0;
  background: transparent;
  border: none;
  padding: 0;
  text-shadow: none; }
  .navbar-verso.navbar-default {
    background: transparent;
    border: none; }
  .navbar-verso .navbar-nav {
    margin: 0px 10px; }
    .navbar-verso .navbar-nav li {
      padding: 0;
      margin: 0 18px; }
      .navbar-verso .navbar-nav li a {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        font-size: 16px;
        background: none;
        font-weight: 500;
        color: #A1B1BA;
        text-transform: capitalize;
        border-top: 4px solid transparent;
        padding: 30px 0px; }
        .navbar-verso .navbar-nav li a:hover, .navbar-verso .navbar-nav li a:focus {
          color: #3B99D7;
          background: none; }
      .navbar-verso .navbar-nav li.active > a, .navbar-verso .navbar-nav li.current_page_item > a, .navbar-verso .navbar-nav li.current_page_parent > a, .navbar-verso .navbar-nav li.current_page_ancestor > a, .navbar-verso .navbar-nav li.current-menu-ancestor > a {
        border-top: 4px solid #3B99D7;
        color: #3B99D7;
        background: transparent; }
        .navbar-verso .navbar-nav li.active > a:hover, .navbar-verso .navbar-nav li.active > a:focus, .navbar-verso .navbar-nav li.current_page_item > a:hover, .navbar-verso .navbar-nav li.current_page_item > a:focus, .navbar-verso .navbar-nav li.current_page_parent > a:hover, .navbar-verso .navbar-nav li.current_page_parent > a:focus, .navbar-verso .navbar-nav li.current_page_ancestor > a:hover, .navbar-verso .navbar-nav li.current_page_ancestor > a:focus, .navbar-verso .navbar-nav li.current-menu-ancestor > a:hover, .navbar-verso .navbar-nav li.current-menu-ancestor > a:focus {
          opacity: 1;
          color: #3B99D7; }
      .navbar-verso .navbar-nav li.open > a {
        border-top: 4px solid #3B99D7;
        color: #3B99D7;
        background: transparent; }
        .navbar-verso .navbar-nav li.open > a:hover, .navbar-verso .navbar-nav li.open > a:focus {
          opacity: 1;
          color: #3B99D7; }
      .navbar-verso .navbar-nav li .children, .navbar-verso .navbar-nav li .dropdown-menu, .navbar-verso .navbar-nav li .sub-menu {
        background: #2D3E50;
        padding: 0;
        min-width: 280px;
        text-align: left;
        border-bottom: 2px solid #3B99D7; }
        .navbar-verso .navbar-nav li .children li, .navbar-verso .navbar-nav li .dropdown-menu li, .navbar-verso .navbar-nav li .sub-menu li {
          display: block;
          float: none;
          padding: 0;
          margin: 0; }
          .navbar-verso .navbar-nav li .children li a, .navbar-verso .navbar-nav li .dropdown-menu li a, .navbar-verso .navbar-nav li .sub-menu li a {
            -webkit-transition: all 320ms ease 0s !important;
            -moz-transition: all 320ms ease 0s !important;
            -ms-transition: all 320ms ease 0s !important;
            -o-transition: all 320ms ease 0s !important;
            transition: all 320ms ease 0s !important;
            border: none;
            position: relative;
            display: block;
            width: 100%;
            padding: 10px 20px;
            color: #ffffff; }
          .navbar-verso .navbar-nav li .children li.page_item_has_children:hover > a, .navbar-verso .navbar-nav li .children li.page_item_has_children:focus > a, .navbar-verso .navbar-nav li .children li.menu-item-has-children:hover > a, .navbar-verso .navbar-nav li .children li.menu-item-has-children:focus > a, .navbar-verso .navbar-nav li .dropdown-menu li.page_item_has_children:hover > a, .navbar-verso .navbar-nav li .dropdown-menu li.page_item_has_children:focus > a, .navbar-verso .navbar-nav li .dropdown-menu li.menu-item-has-children:hover > a, .navbar-verso .navbar-nav li .dropdown-menu li.menu-item-has-children:focus > a, .navbar-verso .navbar-nav li .sub-menu li.page_item_has_children:hover > a, .navbar-verso .navbar-nav li .sub-menu li.page_item_has_children:focus > a, .navbar-verso .navbar-nav li .sub-menu li.menu-item-has-children:hover > a, .navbar-verso .navbar-nav li .sub-menu li.menu-item-has-children:focus > a {
            background: #3B99D7;
            color: #ffffff; }
          .navbar-verso .navbar-nav li .children li.current_page_ancestor > a, .navbar-verso .navbar-nav li .children li.current_page_item > a, .navbar-verso .navbar-nav li .children li.current-menu-ancestor > a, .navbar-verso .navbar-nav li .dropdown-menu li.current_page_ancestor > a, .navbar-verso .navbar-nav li .dropdown-menu li.current_page_item > a, .navbar-verso .navbar-nav li .dropdown-menu li.current-menu-ancestor > a, .navbar-verso .navbar-nav li .sub-menu li.current_page_ancestor > a, .navbar-verso .navbar-nav li .sub-menu li.current_page_item > a, .navbar-verso .navbar-nav li .sub-menu li.current-menu-ancestor > a {
            background: #3B99D7;
            color: #ffffff; }
          .navbar-verso .navbar-nav li .children li.active > a, .navbar-verso .navbar-nav li .children li.current_page_item > a, .navbar-verso .navbar-nav li .children li.current_page_parent > a, .navbar-verso .navbar-nav li .children li.current_page_ancestor > a, .navbar-verso .navbar-nav li .dropdown-menu li.active > a, .navbar-verso .navbar-nav li .dropdown-menu li.current_page_item > a, .navbar-verso .navbar-nav li .dropdown-menu li.current_page_parent > a, .navbar-verso .navbar-nav li .dropdown-menu li.current_page_ancestor > a, .navbar-verso .navbar-nav li .sub-menu li.active > a, .navbar-verso .navbar-nav li .sub-menu li.current_page_item > a, .navbar-verso .navbar-nav li .sub-menu li.current_page_parent > a, .navbar-verso .navbar-nav li .sub-menu li.current_page_ancestor > a {
            background: #3B99D7;
            color: #ffffff; }

/*
  Off canvas mobile menu
  ---------------------
*/
.verso-offcanvas-menu {
  padding: 0 20px 20px; }
  .verso-offcanvas-menu ul.navbar-nav > li > a:before {
    content: '\f009';
    font-family: "Fontawesome";
    display: inline-block;
    margin-right: 5px; }
  .verso-offcanvas-menu ul {
    padding: 0;
    border: none;
    float: none;
    display: block;
    margin: 0 auto; }
    .verso-offcanvas-menu ul li {
      display: block;
      float: none;
      list-style: none; }
      .verso-offcanvas-menu ul li a {
        background: transparent;
        color: #ffffff;
        font-weight: 500;
        display: block;
        font-size: 14px;
        text-transform: capitalize;
        padding: 8px 10px; }
        .verso-offcanvas-menu ul li a:hover, .verso-offcanvas-menu ul li a:focus {
          color: #fc421d;
          background: transparent; }
      .verso-offcanvas-menu ul li.current-menu-item > a, .verso-offcanvas-menu ul li.active > a {
        color: #fc421d;
        background: transparent; }
        .verso-offcanvas-menu ul li.current-menu-item > a:hover, .verso-offcanvas-menu ul li.current-menu-item > a:focus, .verso-offcanvas-menu ul li.active > a:hover, .verso-offcanvas-menu ul li.active > a:focus {
          color: #fc421d;
          background: transparent; }
      .verso-offcanvas-menu ul li .sub-menu, .verso-offcanvas-menu ul li .children {
        padding-left: 20px;
        background: none; }

/*
  Header styles
  ---------------------
*/
.verso-header-style2 .topbar-container {
  background: #F6F9FC;
  color: #71818c; }
  .verso-header-style2 .topbar-container .topbar-contact-info a {
    color: #71818c; }
    .verso-header-style2 .topbar-container .topbar-contact-info a:hover, .verso-header-style2 .topbar-container .topbar-contact-info a:focus {
      color: #3B99D7; }
  .verso-header-style2 .topbar-container .header-social-block .social-links a {
    color: #71818c; }
    .verso-header-style2 .topbar-container .header-social-block .social-links a:hover, .verso-header-style2 .topbar-container .header-social-block .social-links a:focus {
      color: #3B99D7; }
.verso-header-style2 .header-container .nav-container .head-search {
  margin: 22px 0px 22px 30px; }
  .verso-header-style2 .header-container .nav-container .head-search .toggle-search {
    border: none;
    font-size: 21px;
    color: #1A1C28;
    width: auto;
    margin: 0;
    text-align: right; }
.verso-header-style2 .header-lower {
  position: relative;
  top: 0px;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  z-index: 2; }
  .verso-header-style2 .header-lower .bg-box {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #3B99D7; }
  .verso-header-style2 .header-lower .menu-container {
    position: static;
    margin: 0 auto; }
  .verso-header-style2 .header-lower .navbar-verso {
    background-color: #3B99D7;
    border-radius: 0; }
    .verso-header-style2 .header-lower .navbar-verso .navbar-nav li a {
      color: #ffffff; }
      .verso-header-style2 .header-lower .navbar-verso .navbar-nav li a:hover, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li a:focus {
        opacity: 1;
        color: #ffffff; }
    .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.active > a, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current_page_item > a, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current_page_parent > a, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current_page_ancestor > a, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current-menu-ancestor > a {
      border-top-color: #ffffff;
      color: #ffffff; }
      .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.active > a:hover, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.active > a:focus, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current_page_item > a:hover, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current_page_item > a:focus, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current_page_parent > a:hover, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current_page_parent > a:focus, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current_page_ancestor > a:hover, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current_page_ancestor > a:focus, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current-menu-ancestor > a:hover, .verso-header-style2 .header-lower .navbar-verso .navbar-nav li.current-menu-ancestor > a:focus {
        opacity: 1;
        color: #ffffff; }

.home .verso-header-style2 .header-lower, .page-template-headerstyle-2 .verso-header-style2 .header-lower {
  margin-bottom: -92px; }
  .home .verso-header-style2 .header-lower .bg-box, .page-template-headerstyle-2 .verso-header-style2 .header-lower .bg-box {
    position: absolute;
    left: 50%;
    width: 50%; }

.verso-header-style3 .header-container {
  background: #2D3E50; }
  .verso-header-style3 .header-container .site-branding .site-title {
    padding: 20px 0;
    margin: 0; }
  .verso-header-style3 .header-container .header-social-block {
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block; }
    .verso-header-style3 .header-container .header-social-block .social-links a {
      color: #ffffff;
      font-size: 18px;
      margin: 0 10px; }
      .verso-header-style3 .header-container .header-social-block .social-links a:hover, .verso-header-style3 .header-container .header-social-block .social-links a:focus {
        color: #3B99D7; }
.verso-header-style3 .header-lower .menu-container .navbar-verso .navbar-nav {
  margin: 0; }
.verso-header-style3 .header-lower .head-search {
  margin: 18px 0;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  float: right; }
  .verso-header-style3 .header-lower .head-search .searchform .input-group {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    position: relative;
    display: block;
    margin: 0px;
    max-width: 100%; }
    .verso-header-style3 .header-lower .head-search .searchform .input-group .form-control {
      position: relative;
      display: block;
      width: 100%;
      line-height: 23px;
      height: 45px;
      font-size: 14px;
      background: none;
      border-radius: 4px;
      border: 1px solid #ececec;
      padding: 10px 10px 10px 20px;
      box-shadow: none; }
      .verso-header-style3 .header-lower .head-search .searchform .input-group .form-control:focus {
        border-color: #3B99D7; }
    .verso-header-style3 .header-lower .head-search .searchform .input-group .input-group-btn {
      z-index: 4;
      position: absolute;
      right: 0px;
      top: -2px;
      width: 50px;
      height: 45px;
      line-height: 48px; }
    .verso-header-style3 .header-lower .head-search .searchform .input-group .submit {
      background: transparent;
      color: #71818c;
      border: none;
      font-size: 16px; }

/*
  Generic
  ---------------------
*/
body {
  font-size: 15px;
  font-family: "Quattrocento Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  color: #71818c;
  overflow-x: hidden; }
  body.no-scroll {
    overflow-y: hidden; }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body.tp-boxed {
    width: 1240px;
    background: url("../img/noise_pattern_with_crosslines.png");
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto; }

  body.tp-small-boxed {
    width: 1170px;
    background: url("../img/noise_pattern_with_crosslines.png");
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto; } }
  @media (min-width: 1200px) and (min-width: 992px) {
    body.tp-small-boxed .container {
      width: 970px; } }

.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.table {
  display: table;
  width: 100%;
  height: 100%; }
  .table .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

.btn {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s; }

.btn-verso {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 20px;
  border: 2px solid #3B99D7;
  background-color: #3B99D7; }
  .btn-verso:hover, .btn-verso:focus {
    color: #ffffff;
    background: #FC694C;
    border-color: #FC694C; }

.btn-white {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #1A1C28;
  padding: 12px 30px;
  border-radius: 0;
  border: none;
  background: #ffffff; }
  .btn-white:hover, .btn-white:focus {
    color: #ffffff;
    background: #3B99D7; }

.btn-black {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 0;
  border: none;
  background: #1A1C28; }
  .btn-black:hover, .btn-black:focus {
    color: #ffffff;
    background: #3B99D7; }

.btn-primary {
  background: #3B99D7;
  color: #ffffff;
  border-color: #3B99D7; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #2D3E50;
    color: #ffffff;
    border-color: #2D3E50; }

.text-primary {
  color: #3B99D7; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.33; }

.h4, h4 {
  font-size: 20px; }

.h5, h5 {
  font-size: 18px; }

.h6, h6 {
  font-size: 16px; }

p {
  font-size: 15px;
  color: #71818c;
  font-weight: 300;
  line-height: 1.8; }

ul, ol, li {
  color: #71818c;
  font-weight: 400;
  line-height: 2; }

a {
  -webkit-transition: color 320ms ease 0s;
  -moz-transition: color 320ms ease 0s;
  -ms-transition: color 320ms ease 0s;
  -o-transition: color 320ms ease 0s;
  transition: color 320ms ease 0s;
  color: #3B99D7; }
  a:hover, a:focus {
    color: #2D3E50;
    text-decoration: none;
    outline: none; }

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

blockquote {
  border-left: 5px solid #eeeeee;
  font-size: 18px;
  font-style: italic; }
  blockquote p {
    font-size: 18px; }

p b, p strong {
  font-weight: bold; }

table {
  max-width: 100%;
  overflow: scroll; }
  table tr th {
    font-weight: bold; }
  table tr th, table tr td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #FEFEFE; }

button, input, select, textarea {
  max-width: 100%;
  color: #555555; }

dl {
  padding-left: 15px; }
  dl dt {
    color: #333333;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 10px; }
  dl dd {
    line-height: 2; }

address {
  line-height: 2; }

kbd {
  padding: 4px;
  font-size: 11px; }

form.post-password-form {
  padding: 20px 0; }
  form.post-password-form p {
    margin-bottom: 10px; }
  form.post-password-form label {
    margin-top: 20px; }
  form.post-password-form input[type='password'] {
    border: 1px solid #eeeeee;
    border-radius: 0;
    height: 46px; }
  form.post-password-form input[type='submit'] {
    margin-top: 20px;
    background: #3B99D7;
    color: #ffffff;
    border: 1px solid #3B99D7;
    font-weight: bold;
    padding: 6px 20px; }
    form.post-password-form input[type='submit']:hover {
      background: #2D3E50; }

.dropcap {
  font-size: 42px; }

.tpcontent-tooltip, .tpcontent-popover {
  color: #3B99D7;
  cursor: pointer; }

.circled-list {
  list-style-type: none; }
  .circled-list li:before {
    color: #3B99D7;
    content: "\f1db";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle; }

.arrow-list {
  list-style: none; }
  .arrow-list li:before {
    color: #3B99D7;
    content: "\f178";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle; }

.hand-list {
  list-style: none; }
  .hand-list li:before {
    color: #3B99D7;
    content: "\f25a";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle; }

.header-title {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 300;
  position: relative;
  display: block;
  color: #333333;
  margin-bottom: 10px;
  margin-top: 20px; }
  .header-title .title-highlight {
    font-weight: 700; }

.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  background: transparent;
  color: #FC694C;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover, .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:focus {
    background: transparent; }
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  background: transparent;
  color: #3B99D7;
  text-transform: uppercase; }
.vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:last-child a {
  border-right: none; }
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  color: #ffffff;
  background: #FC694C;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i {
    color: #ffffff; }
.vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #3B99D7;
  background: transparent; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a i {
    color: #3B99D7; }
.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  color: #FC694C;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i {
    color: #FC694C; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover {
    color: #ffffff;
    background: #FC694C; }
    .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover i {
      color: #ffffff; }
.vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #3B99D7; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a i {
    color: #3B99D7; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:hover {
    background: transparent; }
.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  color: #ffffff;
  background: #FC694C;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a i {
    color: #ffffff; }
.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  color: #ffffff;
  background: #3B99D7; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a i {
    color: #ffffff; }
.vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
  background: #FC694C;
  color: #ffffff; }
  .vc_tta-container .vc_tta-tabs.vc_tta-style-flat .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body p {
    color: #ffffff; }

.vc_tta-container .vc_tta-accordion {
  margin-bottom: 40px; }
  .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    margin-bottom: 20px; }
    .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
      text-transform: capitalize;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.33; }
      .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
        color: #333333;
        padding-bottom: 15px;
        padding-top: 15px; }
        .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover {
          color: #3B99D7; }
          .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover i {
            color: #3B99D7; }
            .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover i:after, .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover i:before {
              border-color: #3B99D7; }
    .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading:hover {
      background: none; }
    .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
      padding: 20px; }
    .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #FC694C; }
      .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i {
        color: #FC694C; }
        .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:after, .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:before {
          border-color: #FC694C; }
      .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:hover {
        color: #FC694C; }
        .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:hover i {
          color: #FC694C; }
          .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:hover i:after, .vc_tta-container .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a:hover i:before {
            border-color: #FC694C; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
    border-radius: 10px; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
      color: #ffffff;
      background: #FC694C; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover {
        color: #ffffff;
        background: #3B99D7; }
        .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover i {
          color: #ffffff; }
          .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover i:after, .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a:hover i:before {
            border-color: #ffffff; }
  .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a {
    color: #ffffff;
    background: #3B99D7; }
    .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i {
      color: #ffffff; }
      .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:after, .vc_tta-container .vc_tta-accordion.vc_tta-style-outline .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title a i:before {
        border-color: #ffffff; }

.vc_toggle.verso-framed-toggle {
  padding: 20px;
  border: 1px solid #eeeeee; }
  .vc_toggle.verso-framed-toggle .vc_toggle_content {
    margin-top: 20px; }
.vc_toggle.vc_toggle_active .vc_toggle_title h4 {
  color: #3B99D7; }
.vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
  background: #3B99D7;
  border-color: #3B99D7; }
  .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before, .vc_toggle.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after {
    background: #3B99D7;
    border-color: #3B99D7; }
.vc_toggle.vc_toggle_round .vc_toggle_title .vc_toggle_icon, .vc_toggle.vc_toggle_square .vc_toggle_title .vc_toggle_icon {
  background: #3B99D7; }
  .vc_toggle.vc_toggle_round .vc_toggle_title .vc_toggle_icon:before, .vc_toggle.vc_toggle_round .vc_toggle_title .vc_toggle_icon:after, .vc_toggle.vc_toggle_square .vc_toggle_title .vc_toggle_icon:before, .vc_toggle.vc_toggle_square .vc_toggle_title .vc_toggle_icon:after {
    background: #ffffff; }
.vc_toggle.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon, .vc_toggle.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon {
  background: #FC694C; }
  .vc_toggle.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon:before, .vc_toggle.vc_toggle_round .vc_toggle_title:hover .vc_toggle_icon:after, .vc_toggle.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon:before, .vc_toggle.vc_toggle_square .vc_toggle_title:hover .vc_toggle_icon:after {
    background: #ffffff; }
.vc_toggle.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon, .vc_toggle.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon {
  border-color: #3B99D7;
  background: transparent; }
  .vc_toggle.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before, .vc_toggle.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:after, .vc_toggle.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:before, .vc_toggle.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title .vc_toggle_icon:after {
    background: #3B99D7; }
.vc_toggle.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon, .vc_toggle.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon {
  border-color: #FC694C; }
  .vc_toggle.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before, .vc_toggle.vc_toggle_round.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after, .vc_toggle.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:before, .vc_toggle.vc_toggle_square.vc_toggle_color_inverted .vc_toggle_title:hover .vc_toggle_icon:after {
    background: #FC694C; }
.vc_toggle.vc_toggle_arrow .vc_toggle_title .vc_toggle_icon:before, .vc_toggle.vc_toggle_arrow .vc_toggle_title .vc_toggle_icon:after {
  border-color: #3B99D7; }
.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:before, .vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon:after {
  border-color: #FC694C !important; }

.vc_btn3-container .vc_general.vc_btn3 {
  text-transform: uppercase; }
  .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-modern, .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-flat {
    background: #3B99D7;
    color: #ffffff; }
    .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-modern:hover, .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-flat:hover {
      background: #fc421d;
      color: #ffffff; }
  .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-classic {
    border-color: #fc421d;
    background: #FC694C;
    color: #ffffff; }
    .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-classic:hover {
      background: #fc421d;
      color: #ffffff; }
  .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-outline {
    border-color: #FC694C;
    color: #FC694C;
    background: #ffffff; }
    .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-outline:hover {
      background: #fc421d;
      color: #ffffff; }
  .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-3d {
    background: #3B99D7;
    color: #ffffff;
    box-shadow: 0 5px 0 #2D3E50; }
    .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-3d.vc_btn3-size-lg, .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-3d.vc_btn3-size-sm, .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-3d.vc_btn3-size-xs {
      box-shadow: 0 5px 0 #2D3E50; }
    .vc_btn3-container .vc_general.vc_btn3.vc_btn3-style-3d:hover {
      background: #fc421d;
      color: #ffffff; }

.tp-icon-boxes .tp-about-features {
  text-align: center; }
  .tp-icon-boxes .tp-about-features .tp-feature-icon {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    background: #3B99D7;
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin: 10px auto;
    text-align: center;
    width: 70px;
    border-radius: 50%; }
    .tp-icon-boxes .tp-about-features .tp-feature-icon img {
      max-width: 100px;
      width: 100%;
      height: auto;
      margin: 0 auto; }
  .tp-icon-boxes .tp-about-features h4 {
    color: #1A1C28;
    text-transform: capitalize;
    margin: 10px 0; }
  .tp-icon-boxes .tp-about-features p {
    overflow: auto; }
  .tp-icon-boxes .tp-about-features:hover .tp-feature-icon {
    background: #FC694C;
    color: #ffffff; }
.tp-icon-boxes.tp-left-icons .tp-about-features {
  text-align: left; }
.tp-icon-boxes.tp-left-floated-icons .tp-about-features {
  padding-bottom: 20px;
  text-align: left; }
  .tp-icon-boxes.tp-left-floated-icons .tp-about-features .tp-feature-icon {
    margin: 10px 20px 20px 0px;
    float: left; }
@media (min-width: 768px) and (max-width: 991px) {
  .tp-icon-boxes.tp-left-floated-icons .tp-about-features .tp-feature-icon {
    float: none;
    display: block; } }
.tp-icon-boxes.tp-right-icons .tp-about-features {
  text-align: right; }
.tp-icon-boxes.tp-right-floated-icons .tp-about-features {
  padding-bottom: 20px;
  text-align: right; }
  .tp-icon-boxes.tp-right-floated-icons .tp-about-features .tp-feature-icon {
    float: right;
    margin: 10px 0px 20px 20px; }
@media (min-width: 768px) and (max-width: 991px) {
  .tp-icon-boxes.tp-right-floated-icons .tp-about-features .tp-feature-icon {
    float: none;
    display: block;
    margin-left: auto; } }

.verso-testimonial-carousel .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free {
  color: #333333;
  font-weight: normal; }
  .verso-testimonial-carousel .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-image {
    height: 80px;
    margin: 0 auto 30px;
    width: 80px; }
  .verso-testimonial-carousel .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-testimonial {
    font-size: 18px;
    font-style: italic;
    line-height: 32px; }
    .verso-testimonial-carousel .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-testimonial:before {
      content: '“';
      display: block;
      font-size: 68px;
      position: relative;
      margin-right: 10px;
      color: #333333; }
  .verso-testimonial-carousel .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-name {
    color: #333333;
    font-size: 20px;
    text-transform: uppercase; }
  .verso-testimonial-carousel .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-designation {
    color: #333333; }
.verso-testimonial-carousel .sp-testimonial-section .owl-controls .owl-pagination .owl-page {
  background-color: #FC694C; }
  .verso-testimonial-carousel .sp-testimonial-section .owl-controls .owl-pagination .owl-page span {
    height: auto;
    width: auto; }
  .verso-testimonial-carousel .sp-testimonial-section .owl-controls .owl-pagination .owl-page.active {
    background-color: #3B99D7; }
.verso-testimonial-carousel .sp-testimonial-section .owl-controls .owl-buttons .owl-prev, .verso-testimonial-carousel .sp-testimonial-section .owl-controls .owl-buttons .owl-next {
  color: #333333;
  background: transparent;
  border-radius: 0;
  display: inline-block;
  font-size: 26px;
  margin: 5px;
  padding: 3px 10px; }

/* Contact Form 7 Styles
---------------------------------*/
.wpcf7 .wpcf7-form label {
  display: block;
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  line-height: 2; }
.wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form input[type="email"], .wpcf7 .wpcf7-form input[type="password"], .wpcf7 .wpcf7-form input[type="tel"] {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  text-indent: 20px;
  margin: 10px 0;
  height: 48px; }
  .wpcf7 .wpcf7-form input[type="text"]:focus, .wpcf7 .wpcf7-form input[type="email"]:focus, .wpcf7 .wpcf7-form input[type="password"]:focus, .wpcf7 .wpcf7-form input[type="tel"]:focus {
    border-color: #3B99D7; }
.wpcf7 .wpcf7-form textarea {
  width: 100%;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  text-indent: 10px;
  margin: 10px 0;
  font-size: 14px;
  padding: 15px 0;
  height: 200px; }
  .wpcf7 .wpcf7-form textarea:focus {
    border-color: #3B99D7; }
.wpcf7 .wpcf7-form .wpcf7-textarea {
  width: 100%; }
.wpcf7 .wpcf7-form .wpcf7-text {
  width: 100%; }
.wpcf7 .wpcf7-form .wpcf7-submit {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  display: inline-block;
  background: #3B99D7;
  color: #ffffff;
  border: 2px solid #3B99D7;
  padding: 15px 40px;
  border-radius: 1px;
  font-size: 15px;
  margin: 20px 0 0;
  text-transform: uppercase;
  font-weight: bold; }
  .wpcf7 .wpcf7-form .wpcf7-submit:hover, .wpcf7 .wpcf7-form .wpcf7-submit:focus {
    background: #ffffff;
    color: #3B99D7; }
.wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  padding: 15px; }

.contact-form-dark .wpcf7 {
  border: none;
  background: none; }
.contact-form-dark .wpcf7-form {
  background: #1A1C28;
  padding: 40px;
  max-width: 700px;
  margin: 20px auto; }
  .contact-form-dark .wpcf7-form input[type="text"], .contact-form-dark .wpcf7-form input[type="email"], .contact-form-dark .wpcf7-form input[type="password"], .contact-form-dark .wpcf7-form input[type="tel"] {
    background: #333333;
    color: #ffffff;
    border: 1px solid #333333; }
  .contact-form-dark .wpcf7-form textarea {
    background: #333333;
    color: #ffffff;
    border: 1px solid #333333; }
  .contact-form-dark .wpcf7-form .wpcf7-submit {
    background: #FC694C;
    color: #ffffff; }
    .contact-form-dark .wpcf7-form .wpcf7-submit:hover, .contact-form-dark .wpcf7-form .wpcf7-submit:focus {
      background: #fc421d;
      color: #ffffff; }
  .contact-form-dark .wpcf7-form div.wpcf7-validation-errors {
    color: #ffffff; }

.contact-form-colorful .wpcf7 {
  border: none;
  background: none; }
.contact-form-colorful .wpcf7-form {
  background: #fc694c;
  background: rgba(252, 105, 76, 0.5);
  padding: 40px;
  max-width: 700px;
  margin: 20px auto; }
  .contact-form-colorful .wpcf7-form input[type='text'], .contact-form-colorful .wpcf7-form input[type='email'], .contact-form-colorful .wpcf7-form input[type='password'], .contact-form-colorful .wpcf7-form input[type="tel"] {
    background: transparent;
    color: #ffffff;
    border: 1px solid #FEFEFE; }
  .contact-form-colorful .wpcf7-form textarea {
    background: transparent;
    color: #ffffff;
    border: 1px solid #FEFEFE; }
  .contact-form-colorful .wpcf7-form .wpcf7-submit {
    background: #2D3E50;
    color: #ffffff; }
    .contact-form-colorful .wpcf7-form .wpcf7-submit:hover, .contact-form-colorful .wpcf7-form .wpcf7-submit:focus {
      background: #3B99D7;
      color: #ffffff; }
  .contact-form-colorful .wpcf7-form div.wpcf7-validation-errors {
    border-color: #ff0000;
    color: #ff0000; }

.contact-form-light .wpcf7 {
  background: #ffffff; }
.contact-form-light .wpcf7-form .wpcf7-submit {
  background: #fc421d;
  color: #ffffff; }
  .contact-form-light .wpcf7-form .wpcf7-submit:hover, .contact-form-light .wpcf7-form .wpcf7-submit:focus {
    background: #FC694C;
    color: #ffffff; }
.contact-form-light .wpcf7-form div.wpcf7-validation-errors {
  border-color: #ffffff; }

.contact-form-color-inverse .wpcf7 {
  border: none;
  background: #3b99d7;
  background: rgba(59, 153, 215, 0.5);
  padding: 40px; }
.contact-form-color-inverse .wpcf7-form {
  background: #ffffff;
  padding: 40px;
  max-width: 700px;
  margin: 20px auto; }
  .contact-form-color-inverse .wpcf7-form input[type="text"], .contact-form-color-inverse .wpcf7-form input[type="email"], .contact-form-color-inverse .wpcf7-form input[type="password"], .contact-form-color-inverse .wpcf7-form input[type="tel"] {
    background: #ffffff;
    border: 1px solid #F6F9FC; }
  .contact-form-color-inverse .wpcf7-form textarea {
    background: #ffffff;
    border: 1px solid #F6F9FC; }
  .contact-form-color-inverse .wpcf7-form .wpcf7-submit {
    background: #2D3E50;
    color: #ffffff; }
    .contact-form-color-inverse .wpcf7-form .wpcf7-submit:hover, .contact-form-color-inverse .wpcf7-form .wpcf7-submit:focus {
      background: #3B99D7;
      color: #ffffff; }
  .contact-form-color-inverse .wpcf7-form div.wpcf7-validation-errors {
    border-color: #F6F9FC; }

.parallax-number-counter .statistics {
  background: transparent;
  color: #555555; }
  .parallax-number-counter .statistics > h3 {
    color: #555555;
    display: none; }
  .parallax-number-counter .statistics .statistics-inner .stat {
    padding: 0 20px; }
    .parallax-number-counter .statistics .statistics-inner .stat span {
      color: #555555; }
    .parallax-number-counter .statistics .statistics-inner .stat .fa {
      color: #3B99D7; }
    .parallax-number-counter .statistics .statistics-inner .stat .number {
      color: #1A1C28;
      margin: 20px 0;
      font-weight: 600; }
    .parallax-number-counter .statistics .statistics-inner .stat .count-title {
      color: #555555;
      font-size: 18px; }
    @media (max-width: 480px) {
      .parallax-number-counter .statistics .statistics-inner .stat {
        padding: 0 10px; } }
.parallax-number-counter.counter-type-2 .statistics .statistics-inner .stat .number {
  color: #3B99D7; }
.parallax-number-counter.counter-type-2 .statistics .statistics-inner .stat .count-title {
  color: #333333;
  font-size: 20px; }
.parallax-number-counter.counter-type-3 .statistics .statistics-inner .stat span.fa {
  position: relative;
  padding: 13px;
  color: #ffffff;
  background: #3B99D7;
  border-radius: 4px; }
.parallax-number-counter.counter-type-4 .statistics .statistics-inner .stat {
  position: relative; }
  .parallax-number-counter.counter-type-4 .statistics .statistics-inner .stat span.fa {
    color: #ffffff;
    background: #3B99D7;
    height: 60px;
    width: 60px;
    line-height: 60px;
    z-index: 1;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .parallax-number-counter.counter-type-4 .statistics .statistics-inner .stat .number {
    border-radius: 50%;
    display: block;
    height: 120px;
    line-height: 120px;
    margin-left: 30px;
    width: 120px;
    border: 2px solid #FEFEFE; }
  .parallax-number-counter.counter-type-4 .statistics .statistics-inner .stat .count-title {
    display: block; }
.parallax-number-counter.counter-type-5 .statistics .statistics-inner .stat {
  position: relative; }
  .parallax-number-counter.counter-type-5 .statistics .statistics-inner .stat span.fa {
    color: #ffffff;
    background: #3B99D7;
    height: 60px;
    width: 60px;
    line-height: 60px;
    z-index: 1;
    border-radius: 50%;
    display: block;
    margin: 20px auto;
    border-bottom: 2px solid #F6F9FC; }
  .parallax-number-counter.counter-type-5 .statistics .statistics-inner .stat .number {
    display: block; }
    .parallax-number-counter.counter-type-5 .statistics .statistics-inner .stat .number:before {
      content: "";
      width: 50px;
      height: 1px;
      background: #eeeeee;
      position: relative;
      top: 0; }

.tp-pricing-table.pricing-style-1 .plan-table {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 8px; }
  .tp-pricing-table.pricing-style-1 .plan-table .table-header {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    padding: 40px;
    border-radius: 8px;
    background: #3B99D7;
    color: #ffffff; }
    .tp-pricing-table.pricing-style-1 .plan-table .table-header h4 {
      font-size: 28px;
      text-transform: uppercase;
      color: #ffffff; }
    .tp-pricing-table.pricing-style-1 .plan-table .table-header p {
      padding-bottom: 20px;
      border-bottom: 1px solid #FEFEFE;
      color: #ffffff; }
    .tp-pricing-table.pricing-style-1 .plan-table .table-header .pricing-cost {
      padding-top: 10px; }
      .tp-pricing-table.pricing-style-1 .plan-table .table-header .pricing-cost h5 {
        font-size: 42px;
        font-weight: bold;
        color: #ffffff; }
  .tp-pricing-table.pricing-style-1 .plan-table .plan-list {
    list-style: none;
    padding: 40px;
    margin: 0; }
    .tp-pricing-table.pricing-style-1 .plan-table .plan-list li {
      padding: 10px 0;
      color: #333333;
      border-bottom: 1px solid #F6F9FC; }
  .tp-pricing-table.pricing-style-1 .plan-table .buy-button {
    padding: 0 0 40px; }
    .tp-pricing-table.pricing-style-1 .plan-table .buy-button a.btn-primary {
      font-size: 15px;
      padding: 15px 30px;
      text-transform: uppercase;
      background: #3B99D7;
      color: #ffffff;
      border: none;
      font-weight: 600; }
  .tp-pricing-table.pricing-style-1 .plan-table:hover .table-header {
    background: #FC694C;
    color: #ffffff; }
  .tp-pricing-table.pricing-style-1 .plan-table:hover .buy-button a.btn-primary {
    background: #FC694C;
    color: #ffffff; }
  .tp-pricing-table.pricing-style-1 .plan-table.featured-plan .table-header {
    background: #FC694C;
    color: #ffffff; }
  .tp-pricing-table.pricing-style-1 .plan-table.featured-plan .buy-button a.btn-primary {
    background: #FC694C;
    color: #ffffff; }
.tp-pricing-table.pricing-style-2 .plan-table {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  text-align: center;
  border: 1px solid #eeeeee;
  border-radius: 8px; }
  .tp-pricing-table.pricing-style-2 .plan-table .icon-wrapper {
    height: 130px;
    position: relative;
    width: 100%; }
    .tp-pricing-table.pricing-style-2 .plan-table .icon-wrapper i {
      color: #333333;
      font-size: 36px;
      line-height: 130px;
      position: relative;
      z-index: 1; }
    .tp-pricing-table.pricing-style-2 .plan-table .icon-wrapper:before {
      background: #ffffff;
      border-radius: 10px;
      content: "";
      height: 80px;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      top: 25px;
      transform: rotate(45deg);
      transition: all 0.3s linear 0s;
      width: 80px; }
  .tp-pricing-table.pricing-style-2 .plan-table .table-header {
    padding: 40px; }
    .tp-pricing-table.pricing-style-2 .plan-table .table-header h4 {
      font-size: 28px;
      text-transform: uppercase; }
    .tp-pricing-table.pricing-style-2 .plan-table .table-header p {
      padding-bottom: 20px; }
  .tp-pricing-table.pricing-style-2 .plan-table .pricing-cost {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    padding: 40px; }
    .tp-pricing-table.pricing-style-2 .plan-table .pricing-cost h4 {
      font-size: 18px;
      text-transform: uppercase;
      padding-bottom: 20px; }
    .tp-pricing-table.pricing-style-2 .plan-table .pricing-cost h5 {
      font-size: 42px;
      font-weight: bold;
      color: #333333; }
  .tp-pricing-table.pricing-style-2 .plan-table .buy-button {
    padding: 40px; }
    .tp-pricing-table.pricing-style-2 .plan-table .buy-button a.btn-primary {
      font-size: 15px;
      padding: 15px 30px;
      text-transform: uppercase;
      background: #ffffff;
      color: #333333;
      border: none;
      font-weight: 600; }
  .tp-pricing-table.pricing-style-2 .plan-table:hover .icon-wrapper i {
    color: #ffffff; }
  .tp-pricing-table.pricing-style-2 .plan-table:hover .icon-wrapper:before {
    background: #3B99D7; }
  .tp-pricing-table.pricing-style-2 .plan-table:hover .pricing-cost {
    padding: 40px;
    background: #3B99D7;
    color: #ffffff; }
    .tp-pricing-table.pricing-style-2 .plan-table:hover .pricing-cost h4, .tp-pricing-table.pricing-style-2 .plan-table:hover .pricing-cost h5, .tp-pricing-table.pricing-style-2 .plan-table:hover .pricing-cost p {
      color: #ffffff; }
  .tp-pricing-table.pricing-style-2 .plan-table:hover .buy-button a.btn-primary {
    background: #3B99D7;
    color: #ffffff; }
  .tp-pricing-table.pricing-style-2 .plan-table.featured-plan .icon-wrapper i {
    color: #ffffff; }
  .tp-pricing-table.pricing-style-2 .plan-table.featured-plan .icon-wrapper:before {
    background: #3B99D7; }
  .tp-pricing-table.pricing-style-2 .plan-table.featured-plan .pricing-cost {
    padding: 40px;
    background: #3B99D7;
    color: #ffffff; }
    .tp-pricing-table.pricing-style-2 .plan-table.featured-plan .pricing-cost h4, .tp-pricing-table.pricing-style-2 .plan-table.featured-plan .pricing-cost h5, .tp-pricing-table.pricing-style-2 .plan-table.featured-plan .pricing-cost p {
      color: #ffffff; }
  .tp-pricing-table.pricing-style-2 .plan-table.featured-plan .buy-button a.btn-primary {
    background: #3B99D7;
    color: #ffffff; }
.tp-pricing-table.pricing-style-3 .plan-table {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  text-align: center;
  border: 1px solid #eeeeee;
  margin-top: 40px;
  position: relative; }
  .tp-pricing-table.pricing-style-3 .plan-table .table-header {
    padding: 40px;
    border-bottom: 1px solid #eeeeee;
    background: #ffffff;
    color: #333333; }
    .tp-pricing-table.pricing-style-3 .plan-table .table-header h4 {
      font-size: 28px;
      text-transform: uppercase;
      color: #333333;
      margin-top: 40px; }
    .tp-pricing-table.pricing-style-3 .plan-table .table-header p {
      color: #555555; }
    .tp-pricing-table.pricing-style-3 .plan-table .table-header .pricing-cost h5 {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      font-size: 42px;
      font-weight: bold;
      background: #3B99D7;
      border-radius: 50%;
      color: #ffffff;
      width: 120px;
      line-height: 120px;
      height: 120px;
      left: 0;
      margin: 0 auto;
      padding-top: 10px;
      position: absolute;
      right: 0;
      top: -60px; }
  .tp-pricing-table.pricing-style-3 .plan-table .plan-list {
    list-style: none;
    padding: 40px;
    margin: 0; }
    .tp-pricing-table.pricing-style-3 .plan-table .plan-list li {
      padding: 10px 0;
      color: #333333;
      border-bottom: 1px solid #F6F9FC; }
  .tp-pricing-table.pricing-style-3 .plan-table .buy-button {
    padding: 0 0 40px; }
    .tp-pricing-table.pricing-style-3 .plan-table .buy-button a.btn-primary {
      font-size: 15px;
      padding: 15px 30px;
      text-transform: uppercase;
      background: transparent;
      border: 2px solid #3B99D7;
      color: #3B99D7;
      font-weight: 600; }
  .tp-pricing-table.pricing-style-3 .plan-table:hover .table-header .pricing-cost h5 {
    background: #FC694C;
    color: #ffffff; }
  .tp-pricing-table.pricing-style-3 .plan-table:hover .buy-button a.btn-primary {
    border: 2px solid #FC694C;
    background: #FC694C;
    color: #ffffff; }
  .tp-pricing-table.pricing-style-3 .plan-table.featured-plan .table-header .pricing-cost h5 {
    background: #FC694C;
    color: #ffffff; }
  .tp-pricing-table.pricing-style-3 .plan-table.featured-plan .buy-button a.btn-primary {
    border: 2px solid #FC694C;
    background: #FC694C;
    color: #ffffff; }

/*
  Color google maps
  ---------------------
*/
.google-contact-map.colored iframe {
  -webkit-filter: hue-rotate(-50deg);
  -moz-filter: hue-rotate(-50deg);
  -ms-filter: hue-rotate(-50deg);
  -o-filter: hue-rotate(-50deg);
  filter: hue-rotate(-50deg); }
.google-contact-map.grayscale iframe {
  -webkit-filter: grayscale(70%);
  -moz-filter: grayscale(70%);
  -ms-filter: grayscale(70%);
  -o-filter: grayscale(70%);
  filter: grayscale(70%); }
.google-contact-map.inverted iframe {
  -webkit-filter: invert(80%);
  -moz-filter: invert(80%);
  -ms-filter: invert(80%);
  -o-filter: invert(80%);
  filter: invert(80%); }
.google-contact-map.combined iframe {
  -webkit-filter: brightness(1) drop-shadow(15px 15px 20px black) grayscale(1) hue-rotate(90deg) invert(1) opacity(1) sepia(1);
  -moz-filter: brightness(1) drop-shadow(15px 15px 20px black) grayscale(1) hue-rotate(90deg) invert(1) opacity(1) sepia(1);
  -ms-filter: brightness(1) drop-shadow(15px 15px 20px black) grayscale(1) hue-rotate(90deg) invert(1) opacity(1) sepia(1);
  -o-filter: brightness(1) drop-shadow(15px 15px 20px black) grayscale(1) hue-rotate(90deg) invert(1) opacity(1) sepia(1);
  filter: brightness(1) drop-shadow(15px 15px 20px black) grayscale(1) hue-rotate(90deg) invert(1) opacity(1) sepia(1); }

/*
  Media
  ---------------------
*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

h1.verso-username,
h2.verso-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: #222; }

h1.verso-username {
  font-size: 24px;
  margin: 0 0 10px; }

p.verso-description {
  font-size: 14px;
  margin: 0 0 20px;
  color: inherit; }

.verso-icon-sidebar {
  margin: 0 5px; }
  .verso-icon-sidebar:before {
    width: 18px;
    height: 18px;
    font-size: 18px; }

.verso-icon-sidebar--gplus {
  margin-left: 8px; }

.verso-icon-button:before {
  margin-top: 3px;
  margin-left: -3px; }

.image-container {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 20px auto; }

.profile-picture {
  display: inline-block; }

.profile-picture img {
  height: auto;
  max-width: 220px;
  width: 100%; }

.icon-wrapper-title {
  font-size: 18px;
  margin-bottom: 20px; }

/*
  Home page styles
  ---------------------
*/
.home-container .home-post-article {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.topbar-container {
  background: #1A1C28;
  color: #A1B1BA;
  padding: 10px 0;
  line-height: 2;
  font-size: 14px; }
  .topbar-container .verso-topbar-widget {
    margin-top: 3px; }
  .topbar-container .topbar-contact-info i, .topbar-container .topbar-contact-info em {
    margin-right: 5px;
    color: #3B99D7; }
  .topbar-container .topbar-contact-info a {
    color: #A1B1BA;
    margin-right: 10px; }
    .topbar-container .topbar-contact-info a:hover, .topbar-container .topbar-contact-info a:focus {
      color: #ffffff; }
  .topbar-container .topbar-contact-info .mobile-info, .topbar-container .topbar-contact-info .course-info {
    margin: 0 10px; }
  .topbar-container .topbar-contact-info .info-tag {
    display: inline-block;
    background: #FC694C;
    color: #ffffff;
    padding: 2px 10px 0;
    margin-right: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px; }
  .topbar-container .header-social-block .social-links a {
    color: #A1B1BA;
    font-size: 18px;
    margin: 0 10px; }
    .topbar-container .header-social-block .social-links a:hover, .topbar-container .header-social-block .social-links a:focus {
      color: #ffffff; }

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0; }

.home-cta-box-container {
  background: #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px; }
  .home-cta-box-container .vc_cta3-container {
    margin-bottom: 0; }
    .home-cta-box-container .vc_cta3-container .home-cta-box-block {
      background: transparent !important; }
      .home-cta-box-container .vc_cta3-container .home-cta-box-block .vc_cta3_content-container .vc_cta3-content h2 {
        color: #1A1C28;
        font-size: 26px; }
      .home-cta-box-container .vc_cta3-container .home-cta-box-block .vc_cta3_content-container .vc_cta3-content p {
        color: #71818c; }
      .home-cta-box-container .vc_cta3-container .home-cta-box-block .vc_cta3-icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        border: 1px solid #71818c;
        color: #71818c; }
        .home-cta-box-container .vc_cta3-container .home-cta-box-block .vc_cta3-icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
          font-size: 16px !important;
          color: #71818c; }
        .home-cta-box-container .vc_cta3-container .home-cta-box-block .vc_cta3-icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md:hover, .home-cta-box-container .vc_cta3-container .home-cta-box-block .vc_cta3-icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md:focus {
          border-color: #3B99D7;
          background: #3B99D7;
          color: #ffffff; }
          .home-cta-box-container .vc_cta3-container .home-cta-box-block .vc_cta3-icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md:hover .vc_icon_element-icon, .home-cta-box-container .vc_cta3-container .home-cta-box-block .vc_cta3-icons .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md:focus .vc_icon_element-icon {
            color: #ffffff; }

.features-box-container {
  position: relative;
  text-align: center;
  box-shadow: 0 0 8px -2px #eeeeee;
  background: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px; }
  .features-box-container .features-box {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    padding: 40px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .features-box-container .features-box {
        width: 33%; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .features-box-container .features-box {
        padding: 20px; } }
    @media (min-width: 992px) {
      .features-box-container .features-box {
        width: 20%; } }
    .features-box-container .features-box .vc_icon_element, .features-box-container .features-box .wpb_content_element {
      margin-bottom: 0; }
    .features-box-container .features-box .vc_column-inner {
      display: table !important;
      height: 200px; }
      .features-box-container .features-box .vc_column-inner > .wpb_wrapper {
        display: table-cell;
        vertical-align: middle; }
    .features-box-container .features-box h4 {
      text-transform: uppercase;
      font-weight: 500; }
    .features-box-container .features-box.featured {
      background: #2D3E50;
      color: #ffffff; }
      .features-box-container .features-box.featured h4 {
        color: #ffffff; }
    .features-box-container .features-box:nth-child(n) {
      background: #1e2a36;
      color: #ffffff; }
    .features-box-container .features-box:nth-child(2n) {
      background: #243140;
      color: #ffffff; }
    .features-box-container .features-box:nth-child(3n) {
      background: #33465a;
      color: #ffffff; }
    .features-box-container .features-box:nth-child(4n) {
      background: #243140;
      color: #ffffff; }
    .features-box-container .features-box:nth-child(5n) {
      background: #1e2a36;
      color: #ffffff; }
    .features-box-container .features-box:hover {
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -ms-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      -webkit-transform: scale(1.02);
      -moz-transform: scale(1.02);
      -ms-transform: scale(1.02);
      -o-transform: scale(1.02);
      transform: scale(1.02);
      background: #4e6c8b;
      z-index: 99; }

.home-service-block {
  margin-top: 40px;
  margin-bottom: 40px; }
  .home-service-block .title-block {
    margin-bottom: 30px;
    position: relative; }
    .home-service-block .title-block:before {
      display: block;
      content: '';
      border: 1px solid #eeeeee;
      background: #ffffff;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      margin: -4px auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .home-service-block .title-block:after {
      display: block;
      content: '';
      border: 1px solid #eeeeee;
      width: 50%;
      margin: 30px auto; }
  .home-service-block .services-box-container .services-box {
    margin-top: 40px;
    margin-bottom: 20px; }
    .home-service-block .services-box-container .services-box .vc_icon_element {
      float: left;
      margin-right: 10px;
      margin-bottom: 0px;
      margin-top: 3px; }
      .home-service-block .services-box-container .services-box .vc_icon_element .vc_icon_element-inner {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: #2D3E50;
        width: 40px;
        height: 20px;
        position: relative;
        border: none; }
        .home-service-block .services-box-container .services-box .vc_icon_element .vc_icon_element-inner .vc_icon_element-icon {
          font-size: 15px !important;
          color: #ffffff; }
        .home-service-block .services-box-container .services-box .vc_icon_element .vc_icon_element-inner:before {
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          content: " ";
          width: 0;
          height: 0;
          border-bottom: 15px solid #2D3E50;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          position: absolute;
          top: -15px;
          left: 0;
          right: 0; }
        .home-service-block .services-box-container .services-box .vc_icon_element .vc_icon_element-inner:after {
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          content: "";
          width: 0;
          position: absolute;
          bottom: -15px;
          border-top: 15px solid #2D3E50;
          border-left: 20px solid transparent;
          border-right: 20px solid transparent;
          left: 0;
          right: 0; }
    .home-service-block .services-box-container .services-box h4 {
      color: #333333;
      font-weight: 600;
      text-transform: capitalize;
      margin-top: 0;
      margin-bottom: 20px; }
    .home-service-block .services-box-container .services-box p {
      line-height: 1.6;
      font-weight: 300; }
    .home-service-block .services-box-container .services-box .btn-primary {
      margin-top: 15px;
      border-radius: 0;
      padding: 8px 20px; }
    .home-service-block .services-box-container .services-box:hover .vc_icon_element .vc_icon_element-inner {
      background: #3B99D7; }
      .home-service-block .services-box-container .services-box:hover .vc_icon_element .vc_icon_element-inner:before {
        border-bottom-color: #3B99D7; }
      .home-service-block .services-box-container .services-box:hover .vc_icon_element .vc_icon_element-inner:after {
        border-top-color: #3B99D7; }

.home-number-counter {
  padding: 40px 0;
  margin-top: 40px;
  margin-bottom: 40px; }
  .home-number-counter .vc_parallax-inner:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background: #2D3E50;
    opacity: 0.9; }
  .home-number-counter .statistics {
    background: transparent;
    color: #ffffff; }
    .home-number-counter .statistics > h3 {
      color: #555555;
      display: none; }
    .home-number-counter .statistics .statistics-inner .stat {
      padding: 0 10px; }
      .home-number-counter .statistics .statistics-inner .stat span {
        color: #ffffff; }
      .home-number-counter .statistics .statistics-inner .stat .fa {
        color: #ffffff;
        display: inline-block;
        width: auto;
        font-size: 42px;
        margin-right: 20px; }
      .home-number-counter .statistics .statistics-inner .stat .number {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        color: #ffffff;
        margin: 0 0 20px;
        font-weight: 600;
        display: inline-block;
        width: auto;
        min-width: 120px;
        font-size: 40px;
        text-align: left; }
        .home-number-counter .statistics .statistics-inner .stat .number:after {
          content: "";
          border-bottom: 1px solid #FEFEFE;
          width: 50px;
          display: block;
          margin: 5px 0 5px 5px; }
      .home-number-counter .statistics .statistics-inner .stat .count-title {
        display: block;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: left; }
      .home-number-counter .statistics .statistics-inner .stat:nth-child(n) .fa {
        color: #F6C640; }
      .home-number-counter .statistics .statistics-inner .stat:nth-child(2n) .fa {
        color: #FC694C; }
      .home-number-counter .statistics .statistics-inner .stat:nth-child(3n) .fa {
        color: #3B99D7; }
      .home-number-counter .statistics .statistics-inner .stat:nth-child(4n) .fa {
        color: #91D736; }

.home-popular-course-block .title-block {
  margin-bottom: 30px;
  position: relative; }
  .home-popular-course-block .title-block:before {
    display: block;
    content: '';
    border: 1px solid #eeeeee;
    background: #ffffff;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    margin: -4px auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .home-popular-course-block .title-block:after {
    display: block;
    content: '';
    border: 1px solid #eeeeee;
    width: 50%;
    margin: 30px auto; }
.home-popular-course-block .popular-course-display-container {
  padding-top: 40px;
  padding-bottom: 40px; }
  .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini {
    background: #F6F9FC; }
    .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .course-hover-post-link {
      color: #ffffff; }
    .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block {
      color: #ffffff; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block {
        background: #2D3E50;
        color: #ffffff;
        z-index: 999;
        padding: 0;
        width: 20%; }
        .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .vc_icon_element.vc_icon_element-outer {
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s; }
        .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-image {
          font-size: 13px;
          background: #3B99D7;
          color: #ffffff;
          margin-bottom: 0; }
          .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-image.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
            border: none;
            border-bottom: 1px solid #ffffff; }
          .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-image:hover {
            background: #2D3E50; }
        .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-author {
          font-size: 13px;
          background: #2D3E50;
          color: #ffffff;
          margin-bottom: 0; }
          .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-author.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
            border: none;
            border-bottom: 1px solid #ffffff; }
          .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-author:hover {
            background: #3B99D7; }
        .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-date {
          font-size: 15px;
          text-transform: capitalize;
          background: #71818c;
          color: #ffffff;
          word-wrap: break-word;
          margin-bottom: 0;
          font-weight: 300;
          padding: 10px; }
          .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-date:hover {
            background: #2D3E50; }
        .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-link {
          font-size: 13px;
          background: #71818c;
          color: #ffffff;
          margin-bottom: 0; }
          .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-link.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
            border: none;
            border-bottom: 1px solid #ffffff; }
          .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block .course-side-icons-block .course-post-link:hover {
            background: #3B99D7; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-image-block:before {
        -webkit-transition: opacity 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
        background: transparent linear-gradient(90deg, #1ad6fd 0%, #1d62f0 100%) repeat scroll 0% 0%;
        opacity: 0; }
    .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block {
      border-top: 3px solid #3B99D7;
      color: #333333; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block .vc_gitem_row .vc_gitem-col {
        padding: 8px 20px; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block .vc_gitem-post-data {
        margin-bottom: 10px; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block .course-post-title h4 {
        color: #333333;
        font-size: 21px;
        font-weight: 500;
        text-transform: capitalize; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block .course-post-category {
        text-align: left;
        color: #A1B1BA;
        font-size: 15px; }
        .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block .course-post-category .vc_grid-filter-item {
          background: transparent; }
          .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block .course-post-category .vc_grid-filter-item:hover, .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block .course-post-category .vc_grid-filter-item:focus {
            background: transparent; }
            .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block .course-post-category .vc_grid-filter-item:hover .vc_gitem-link, .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block .course-post-category .vc_grid-filter-item:focus .vc_gitem-link {
              color: #FC694C; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block .course-post-excerpt p {
        font-size: 15px;
        line-height: 1.8;
        color: #A1B1BA; }
    .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .vc_btn3-container {
      margin-bottom: 0; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .vc_btn3-container .vc_gitem-link {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        color: #ffffff;
        background: transparent;
        border: 1px solid #ffffff;
        padding: 8px 16px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        font-size: 12px;
        border-radius: 0;
        line-height: 2; }
        .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .vc_btn3-container .vc_gitem-link:hover {
          background: #3B99D7;
          border-color: #3B99D7; }
    .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini:hover .popular-course-content-block {
      border-color: #FC694C; }
    .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini.vc_is-hover {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background: #2D3E50; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini.vc_is-hover .popular-course-image-block:before {
        opacity: 0.9; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini.vc_is-hover .popular-course-content-block {
        border-color: #FC694C;
        color: #ffffff; }
        .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini.vc_is-hover .popular-course-content-block .course-post-title h4 {
          color: #ffffff; }
    .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .vc_gitem-zone, .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .vc_gitem-zone-b {
      overflow: visible; }
    @media (min-width: 768px) and (max-width: 991px) {
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .vc_gitem-animated-block {
        float: none;
        width: 100%; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block.vc_gitem-zone-c {
        float: none;
        width: 100%; } }
    @media (max-width: 480px) {
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .vc_gitem-animated-block {
        float: none;
        width: 100%; }
      .home-popular-course-block .popular-course-display-container .vc_grid-item.course-block-container .vc_grid-item-mini .popular-course-content-block.vc_gitem-zone-c {
        float: none;
        width: 100%; } }

.home-parallax-block {
  padding-top: 80px;
  padding-bottom: 100px; }
  .home-parallax-block .vc_parallax-inner:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background: #2D3E50;
    opacity: 0.9; }
  .home-parallax-block .wpb_content_element {
    margin-bottom: 0; }
  .home-parallax-block .title-block .header-title, .home-parallax-block .title-block .header-icon-titl {
    color: #ffffff; }
  .home-parallax-block .title-block p {
    color: #eeeeee; }
  .home-parallax-block .content-block h1 {
    font-weight: 700;
    font-size: 52px;
    color: #ffffff;
    padding-top: 20px;
    margin-bottom: 20px; }
  .home-parallax-block .content-block .button-block {
    padding-top: 20px;
    padding-bottom: 20px; }

.home-faq-block {
  padding: 40px 0; }
  .home-faq-block .title-block .header-title {
    margin-bottom: 35px; }
  .home-faq-block .title-block p {
    margin-bottom: 20px; }
  .home-faq-block .vc_progress_bar .vc_single_bar {
    padding: 8px;
    display: block;
    margin-bottom: 40px;
    top: 15px; }
    .home-faq-block .vc_progress_bar .vc_single_bar .vc_label {
      color: #333333;
      font-size: 15px;
      display: inline-block;
      padding: 0px;
      position: absolute;
      z-index: 1;
      top: -30px;
      left: 0; }
    .home-faq-block .vc_progress_bar .vc_single_bar .vc_bar {
      background: transparent linear-gradient(90deg, #1ad6fd 0%, #1d62f0 100%) repeat scroll 0% 0% !important; }

.home-gallery-block {
  background: #2D3E50;
  padding-top: 40px;
  padding-bottom: 40px; }
  .home-gallery-block .title-block .header-title, .home-gallery-block .title-block .header-icon-titl {
    color: #ffffff; }
  .home-gallery-block .title-block p {
    color: #eeeeee; }
  .home-gallery-block .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container {
    padding-bottom: 20px; }
    .home-gallery-block .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
      background: transparent;
      border: none;
      color: #71818c;
      font-weight: 700;
      font-size: 13px;
      padding: 10px 16px;
      text-transform: uppercase; }
      .home-gallery-block .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:hover, .home-gallery-block .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:focus {
        background: transparent; }
    .home-gallery-block .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
      background: transparent;
      color: #ffffff;
      text-transform: uppercase; }
  .home-gallery-block .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
    background: transparent;
    border: none; }
  .home-gallery-block .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
    opacity: 1;
    padding-top: 40px; }
    .home-gallery-block .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev, .home-gallery-block .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next {
      opacity: 1;
      bottom: -30px;
      top: auto;
      text-align: center;
      border: 2px solid #71818c;
      color: #71818c;
      width: 40px;
      height: 40px;
      line-height: 38px;
      font-size: 12px; }
      .home-gallery-block .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:hover, .home-gallery-block .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev:focus, .home-gallery-block .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:hover, .home-gallery-block .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next:focus {
        border: 2px solid #ffffff;
        color: #ffffff; }
    .home-gallery-block .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-prev.vc_grid-nav-prev-outside {
      left: 46%; }
    .home-gallery-block .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-owl-next.vc_grid-nav-next-outside {
      right: 46%; }
    .home-gallery-block .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .disabled {
      display: block !important;
      cursor: default; }
  .home-gallery-block .vc_grid.vc_grid-owl-theme:hover .vc_grid-owl-nav {
    opacity: 1; }

.verso-gallery-image-container .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block {
  color: #ffffff;
  position: relative; }
  .verso-gallery-image-container .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block:before {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    content: '';
    display: block;
    background: transparent linear-gradient(90deg, #1ad6fd 0%, #1d62f0 100%) repeat scroll 0% 0%;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  .verso-gallery-image-container .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block:after {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    content: '\e809';
    font-family: 'Fontello';
    display: inline-block;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    margin: 0 auto;
    font-size: 32px;
    text-align: center;
    margin-top: -30px; }
.verso-gallery-image-container .vc_grid-item .vc_grid-item-mini.vc_is-hover .vc_gitem-animated-block:before {
  opacity: 0.9; }
.verso-gallery-image-container .vc_grid-item .vc_grid-item-mini.vc_is-hover .vc_gitem-animated-block:after {
  opacity: 1; }

.vc_grid-item.gallery-masonry-image-container .vc_grid-item-mini .gallery-hover-icon-link {
  color: #ffffff; }
.vc_grid-item.gallery-masonry-image-container .vc_grid-item-mini .gallery-image-overlay {
  color: #ffffff;
  position: relative; }
  .vc_grid-item.gallery-masonry-image-container .vc_grid-item-mini .gallery-image-overlay:before {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    content: "";
    display: block;
    background: transparent linear-gradient(90deg, #1ad6fd 0%, #1d62f0 100%) repeat scroll 0% 0%;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
.vc_grid-item.gallery-masonry-image-container .vc_grid-item-mini.vc_is-hover .gallery-image-overlay:before {
  opacity: 0.9; }

.home-testimonial-block {
  padding-top: 40px;
  padding-bottom: 40px; }
  .home-testimonial-block .sp-testimonial-section {
    padding: 0 30px; }
    .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free {
      text-align: left;
      margin: 0;
      position: relative;
      padding-bottom: 15px;
      padding-top: 25px; }
      .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-image {
        position: absolute;
        width: 80px;
        height: 80px;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        border: 1px solid #eee;
        border-radius: 50%; }
        .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-image img {
          max-width: 100%;
          height: auto; }
      .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-testimonial {
        font-size: 15px;
        line-height: 1.8;
        padding-bottom: 30px;
        padding-top: 10px; }
      .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-name {
        padding-left: 90px;
        margin-top: 10px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.05em;
        text-transform: uppercase; }
      .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-designation {
        padding-left: 90px; }
      .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free:before {
        content: '\f122';
        font-family: 'dashicons';
        display: block;
        font-size: 32px;
        position: absolute;
        margin-right: 20px;
        color: #FC694C;
        left: 0;
        top: 0; }
    .home-testimonial-block .sp-testimonial-section .owl-controls {
      display: block;
      margin-top: 20px;
      padding-top: 20px;
      position: relative; }
      .home-testimonial-block .sp-testimonial-section .owl-controls .owl-pagination {
        display: inline-block;
        float: right;
        text-align: center; }
        .home-testimonial-block .sp-testimonial-section .owl-controls .owl-pagination .owl-page {
          background-color: #555555; }
          .home-testimonial-block .sp-testimonial-section .owl-controls .owl-pagination .owl-page span {
            height: auto;
            width: auto; }
          .home-testimonial-block .sp-testimonial-section .owl-controls .owl-pagination .owl-page.active {
            background-color: #3B99D7; }
      .home-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons {
        display: inline-block;
        margin-top: 20px;
        padding-bottom: 20px; }
        .home-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-prev, .home-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-next {
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          color: #A1B1BA;
          background: #ffffff;
          border: 1px solid #eeeeee;
          border-radius: 50%;
          display: inline-block;
          font-size: 20px;
          opacity: 1;
          top: auto;
          height: 40px;
          width: 40px;
          text-align: center;
          line-height: 40px;
          padding: 0; }
          .home-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-prev:hover, .home-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-prev:focus, .home-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-next:hover, .home-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-next:focus {
            color: #ffffff;
            background: #3B99D7; }
        .home-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-next {
          left: 50px;
          right: auto; }
    @media (max-width: 767px) {
      .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free {
        padding: 20px; }
        .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-image {
          left: 0;
          position: relative;
          top: 0;
          width: 100%;
          height: auto; }
        .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-testimonial, .home-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-name {
          padding-left: 10px; } }
  .home-testimonial-block .home-clients-block {
    padding-top: 35px; }
    .home-testimonial-block .home-clients-block .vc_grid .vc_grid-item .vc_grid-item-mini {
      border: 1px solid #eeeeee; }
      .home-testimonial-block .home-clients-block .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block {
        padding: 10px; }
        .home-testimonial-block .home-clients-block .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone {
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%); }
          .home-testimonial-block .home-clients-block .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone:hover, .home-testimonial-block .home-clients-block .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone:focus {
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            filter: grayscale(0%); }

.home-featured-product-block {
  padding: 35px 20px;
  background: #F6F9FC;
  background-position: center;
  background-size: cover; }
  .home-featured-product-block .title-block {
    padding-bottom: 20px; }
  @media (min-width: 768px) {
    .home-featured-product-block .woocommerce ul.products li.product {
      width: 23%;
      margin: 0 2% 2.992em 0; } }

.home-featured-block {
  padding-top: 60px;
  padding-bottom: 60px; }
  .home-featured-block .title-block.vc_icon_element {
    display: inline-block;
    float: left; }
    .home-featured-block .title-block.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
      height: 2em;
      width: 2em;
      margin-right: 8px; }
      .home-featured-block .title-block.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
        color: #3B99D7; }
  .home-featured-block .title-block .header-title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    display: inline-block; }
    .home-featured-block .title-block .header-title:after {
      content: '';
      border-bottom: 2px solid #FC694C;
      width: 50px;
      display: block;
      margin: 5px 0; }
  .home-featured-block .tp-recent-posts .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini, .home-featured-block .tp-recent-courses .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini, .home-featured-block .tp-recent-events .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini {
    background: #F6F9FC; }
    .home-featured-block .tp-recent-posts .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block, .home-featured-block .tp-recent-courses .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block, .home-featured-block .tp-recent-events .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block {
      width: 40%; }
      .home-featured-block .tp-recent-posts .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3::before, .home-featured-block .tp-recent-courses .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3::before, .home-featured-block .tp-recent-events .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3::before {
        padding-top: 60%; }
      .home-featured-block .tp-recent-posts .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_icon_element, .home-featured-block .tp-recent-courses .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_icon_element, .home-featured-block .tp-recent-events .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_icon_element {
        margin-bottom: 0; }
    .home-featured-block .tp-recent-posts .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c, .home-featured-block .tp-recent-courses .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c, .home-featured-block .tp-recent-events .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c {
      width: 60%; }
    .home-featured-block .tp-recent-posts .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col, .home-featured-block .tp-recent-courses .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col, .home-featured-block .tp-recent-events .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
      padding: 0 10px; }
      .home-featured-block .tp-recent-posts .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_btn3-container.recent-post-readmore, .home-featured-block .tp-recent-courses .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_btn3-container.recent-post-readmore, .home-featured-block .tp-recent-events .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_btn3-container.recent-post-readmore {
        margin-bottom: 0; }
        .home-featured-block .tp-recent-posts .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_btn3-container.recent-post-readmore .vc_gitem-link, .home-featured-block .tp-recent-courses .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_btn3-container.recent-post-readmore .vc_gitem-link, .home-featured-block .tp-recent-events .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_btn3-container.recent-post-readmore .vc_gitem-link {
          background: none;
          color: #555555;
          border: none;
          text-transform: capitalize;
          font-size: 16px;
          padding-left: 0; }
          .home-featured-block .tp-recent-posts .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_btn3-container.recent-post-readmore .vc_gitem-link:hover, .home-featured-block .tp-recent-courses .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_btn3-container.recent-post-readmore .vc_gitem-link:hover, .home-featured-block .tp-recent-events .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_btn3-container.recent-post-readmore .vc_gitem-link:hover {
            color: #3B99D7; }
  .home-featured-block .tp-recent-posts .recent-post-author, .home-featured-block .tp-recent-posts .recent-post-date, .home-featured-block .tp-recent-courses .recent-post-author, .home-featured-block .tp-recent-courses .recent-post-date, .home-featured-block .tp-recent-events .recent-post-author, .home-featured-block .tp-recent-events .recent-post-date {
    display: inline-block;
    margin: 5px 15px 5px 0;
    text-transform: capitalize;
    font-size: 15px; }
    .home-featured-block .tp-recent-posts .recent-post-author a, .home-featured-block .tp-recent-posts .recent-post-date a, .home-featured-block .tp-recent-courses .recent-post-author a, .home-featured-block .tp-recent-courses .recent-post-date a, .home-featured-block .tp-recent-events .recent-post-author a, .home-featured-block .tp-recent-events .recent-post-date a {
      color: #3B99D7; }
  .home-featured-block .tp-recent-posts .recent-post-author, .home-featured-block .tp-recent-courses .recent-post-author, .home-featured-block .tp-recent-events .recent-post-author {
    position: relative; }
    .home-featured-block .tp-recent-posts .recent-post-author:after, .home-featured-block .tp-recent-courses .recent-post-author:after, .home-featured-block .tp-recent-events .recent-post-author:after {
      background: #cccccc none repeat scroll 0 0;
      content: "";
      display: inline-block;
      height: 15px;
      position: absolute;
      right: -9px;
      top: 5px;
      vertical-align: top;
      width: 1px; }
  .home-featured-block .tp-recent-posts .recent-post-date, .home-featured-block .tp-recent-courses .recent-post-date, .home-featured-block .tp-recent-events .recent-post-date {
    color: #FC694C; }
  .home-featured-block .tp-recent-posts .recent-post-title, .home-featured-block .tp-recent-courses .recent-post-title, .home-featured-block .tp-recent-events .recent-post-title {
    margin-bottom: 0; }
    .home-featured-block .tp-recent-posts .recent-post-title h4, .home-featured-block .tp-recent-courses .recent-post-title h4, .home-featured-block .tp-recent-events .recent-post-title h4 {
      color: #333333;
      font-size: 16px;
      font-weight: 700;
      text-transform: capitalize; }
      .home-featured-block .tp-recent-posts .recent-post-title h4 a, .home-featured-block .tp-recent-courses .recent-post-title h4 a, .home-featured-block .tp-recent-events .recent-post-title h4 a {
        color: #333333; }
        .home-featured-block .tp-recent-posts .recent-post-title h4 a:hover, .home-featured-block .tp-recent-courses .recent-post-title h4 a:hover, .home-featured-block .tp-recent-events .recent-post-title h4 a:hover {
          color: #3B99D7; }
  .home-featured-block .tp-recent-posts .recent-post-excerpt p, .home-featured-block .tp-recent-courses .recent-post-excerpt p, .home-featured-block .tp-recent-events .recent-post-excerpt p {
    font-size: 14px; }

/*
  Home page 2 styles
  ---------------------
*/
.home2-services-title-block {
  display: block;
  text-align: center; }
  .home2-services-title-block h4 {
    color: #71818c;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .home2-services-title-block h2 {
    color: #1A1C28;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 10px; }
    .home2-services-title-block h2 span.text-light {
      display: block;
      font-weight: 500; }
  .home2-services-title-block .separator {
    position: relative;
    width: 98px;
    height: 15px;
    text-align: center;
    margin: 15px auto 30px; }
    .home2-services-title-block .separator .dott {
      position: relative;
      width: 6px;
      height: 6px;
      top: -12px;
      border-radius: 50%;
      display: inline-block;
      background-color: #3B99D7;
      font-size: 0;
      margin: 2px; }
    .home2-services-title-block .separator:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 6px;
      width: 20px;
      height: 1px;
      background-color: #3B99D7; }
    .home2-services-title-block .separator:after {
      position: absolute;
      content: '';
      right: 0px;
      top: 6px;
      width: 20px;
      height: 1px;
      background-color: #3B99D7; }

.home2-about-services-container {
  padding-top: 40px;
  padding-bottom: 40px; }
  .home2-about-services-container .service-box.service-box-style2 {
    text-align: center; }
    .home2-about-services-container .service-box.service-box-style2 .services-box-image img {
      max-width: 100%;
      height: auto; }
    .home2-about-services-container .service-box.service-box-style2 .services-box-text h3 {
      color: #1A1C28;
      font-size: 21px;
      font-weight: 600;
      margin: 20px auto;
      padding-bottom: 20px;
      position: relative; }
      .home2-about-services-container .service-box.service-box-style2 .services-box-text h3::after {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 1px;
        width: 40px;
        bottom: 0px;
        background-color: #A1B1BA; }
    .home2-about-services-container .service-box.service-box-style2 .services-box-text p {
      font-size: 16px;
      margin: 10px auto; }
    .home2-about-services-container .service-box.service-box-style2:hover .services-box-text h3:after {
      width: 100%;
      background-color: #3B99D7; }

.home2-services-block-container {
  padding: 40px 0 0; }
  .home2-services-block-container .wpb_button, .home2-services-block-container .wpb_content_element, .home2-services-block-container ul.wpb_thumbnails-fluid > li, .home2-services-block-container .vc_icon_element {
    margin-bottom: 0; }
  .home2-services-block-container:after {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .home2-services-block-container .services-title-block {
    margin-bottom: 20px; }
    .home2-services-block-container .services-title-block h2 {
      color: #ffffff;
      font-size: 42px; }
    .home2-services-block-container .services-title-block h4 {
      color: #F6F9FC; }
  .home2-services-block-container .service-box {
    padding: 15px; }
    .home2-services-block-container .service-box .vc_column-inner {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background: #ffffff;
      padding: 40px;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }
    .home2-services-block-container .service-box .service-box-icon {
      font-size: 21px;
      color: #71818c; }
      .home2-services-block-container .service-box .service-box-icon .vc_icon_element-inner {
        border: none;
        width: 2em;
        height: 2em;
        margin-bottom: 10px; }
    .home2-services-block-container .service-box .service-box-text h4 {
      color: #1A1C28;
      font-size: 21px;
      font-weight: 600; }
    .home2-services-block-container .service-box .service-box-text p {
      font-size: 16px;
      line-height: 1.6; }
    .home2-services-block-container .service-box .service-box-text .service-box-link {
      display: inline-block;
      padding: 0;
      margin: 0;
      color: #3B99D7;
      font-weight: 500;
      font-size: 13px;
      text-transform: uppercase;
      margin-top: 10px; }
      .home2-services-block-container .service-box .service-box-text .service-box-link:after {
        content: "\f101";
        display: inline-block;
        font-family: 'FontAwesome';
        margin-left: 5px;
        color: #2D3E50; }
    .home2-services-block-container .service-box:hover .vc_column-inner, .home2-services-block-container .service-box:focus .vc_column-inner {
      background: #3B99D7;
      color: #ffffff; }
    .home2-services-block-container .service-box:hover .service-box-icon, .home2-services-block-container .service-box:focus .service-box-icon {
      color: #ffffff; }
    .home2-services-block-container .service-box:hover .service-box-text h4, .home2-services-block-container .service-box:focus .service-box-text h4 {
      color: #ffffff; }
    .home2-services-block-container .service-box:hover .service-box-text p, .home2-services-block-container .service-box:focus .service-box-text p {
      color: #ffffff; }
    .home2-services-block-container .service-box:hover .service-box-text .service-box-link, .home2-services-block-container .service-box:focus .service-box-text .service-box-link {
      color: #ffffff; }
      .home2-services-block-container .service-box:hover .service-box-text .service-box-link:after, .home2-services-block-container .service-box:focus .service-box-text .service-box-link:after {
        color: #ffffff; }

.home2-recent-projects-container {
  padding: 40px 0; }
  .home2-recent-projects-container .home2-recent-projects-title-block {
    display: block;
    text-align: left; }
    .home2-recent-projects-container .home2-recent-projects-title-block h4 {
      color: #71818c;
      font-size: 16px;
      letter-spacing: 0.05em;
      margin-bottom: 10px;
      text-transform: uppercase; }
    .home2-recent-projects-container .home2-recent-projects-title-block h2 {
      color: #1A1C28;
      font-size: 42px;
      font-weight: 600;
      letter-spacing: -1px;
      margin-top: 10px; }
      .home2-recent-projects-container .home2-recent-projects-title-block h2 span.text-light {
        display: block;
        font-weight: 500; }
    .home2-recent-projects-container .home2-recent-projects-title-block .separator {
      position: relative;
      width: 98px;
      height: 15px;
      text-align: center;
      margin: 20px 0; }
      .home2-recent-projects-container .home2-recent-projects-title-block .separator .dott {
        position: relative;
        width: 6px;
        height: 6px;
        top: -12px;
        border-radius: 50%;
        display: inline-block;
        background-color: #3B99D7;
        font-size: 0;
        margin: 2px; }
      .home2-recent-projects-container .home2-recent-projects-title-block .separator:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 6px;
        width: 20px;
        height: 1px;
        background-color: #3B99D7; }
      .home2-recent-projects-container .home2-recent-projects-title-block .separator:after {
        position: absolute;
        content: '';
        right: 0px;
        top: 6px;
        width: 20px;
        height: 1px;
        background-color: #3B99D7; }
  .home2-recent-projects-container .masonry-portfolio {
    position: relative;
    padding-top: 15px; }
    .home2-recent-projects-container .masonry-portfolio .vc_grid-filter {
      padding: 0;
      margin-bottom: 0;
      text-align: right;
      position: absolute;
      top: -100px;
      right: 0; }

.home2-intro-feature-container {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .home2-intro-feature-container .aboutus-title-block h2 {
    margin-bottom: 25px;
    margin-top: 25px; }
  .home2-intro-feature-container .aboutus-title-block .text {
    font-size: 16px;
    max-width: 920px;
    margin: 0 auto 40px; }
  .home2-intro-feature-container .aboutus-title-block .buttons-block {
    margin-top: 20px; }
    .home2-intro-feature-container .aboutus-title-block .buttons-block .btn {
      font-size: 15px;
      font-weight: 600;
      margin-top: 10px;
      margin-right: 10px;
      padding: 15px 40px; }
    .home2-intro-feature-container .aboutus-title-block .buttons-block .btn-white {
      border: 2px solid #3B99D7;
      background: transparent; }
      .home2-intro-feature-container .aboutus-title-block .buttons-block .btn-white:hover, .home2-intro-feature-container .aboutus-title-block .buttons-block .btn-white:focus {
        background: #3B99D7;
        border-color: #3B99D7;
        color: #ffffff; }
    .home2-intro-feature-container .aboutus-title-block .buttons-block .btn-black {
      border: 2px solid #1A1C28; }
      .home2-intro-feature-container .aboutus-title-block .buttons-block .btn-black:hover, .home2-intro-feature-container .aboutus-title-block .buttons-block .btn-black:focus {
        background: #3B99D7;
        border-color: #3B99D7;
        color: #ffffff; }
  .home2-intro-feature-container .aboutus-title-block .separator {
    margin: 40px auto; }

.call-to-action-container {
  background: #3B99D7;
  padding-top: 20px;
  padding-bottom: 20px; }
  .call-to-action-container .vc_cta3-container {
    margin-bottom: 0; }
    .call-to-action-container .vc_cta3-container .call-to-action-block {
      background: transparent !important;
      border: none;
      padding: 20px 0; }
      .call-to-action-container .vc_cta3-container .call-to-action-block .vc_cta3_content-container .vc_cta3-content {
        display: inline-block; }
        .call-to-action-container .vc_cta3-container .call-to-action-block .vc_cta3_content-container .vc_cta3-content h2 {
          color: #ffffff;
          font-size: 28px;
          margin: 10px 0 0; }
        .call-to-action-container .vc_cta3-container .call-to-action-block .vc_cta3_content-container .vc_cta3-content p {
          color: #ffffff; }
      .call-to-action-container .vc_cta3-container .call-to-action-block .vc_cta3_content-container .vc_cta3-actions {
        display: inline-block;
        float: right; }
        .call-to-action-container .vc_cta3-container .call-to-action-block .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3 {
          background: transparent !important;
          border: 2px solid #ffffff;
          color: #ffffff !important;
          font-size: 15px;
          padding: 15px 40px;
          font-weight: 600; }
          .call-to-action-container .vc_cta3-container .call-to-action-block .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3:hover, .call-to-action-container .vc_cta3-container .call-to-action-block .vc_cta3_content-container .vc_cta3-actions .vc_btn3-container .vc_btn3:focus {
            background: #ffffff !important;
            color: #3B99D7 !important; }

.home2-clients-block {
  padding-top: 35px; }
  .home2-clients-block .vc_grid .vc_grid-item .vc_grid-item-mini {
    border: 1px solid #eeeeee; }
    .home2-clients-block .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block {
      padding: 10px; }
      .home2-clients-block .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%); }
        .home2-clients-block .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone:hover, .home2-clients-block .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone:focus {
          -webkit-filter: grayscale(0%);
          -moz-filter: grayscale(0%);
          -ms-filter: grayscale(0%);
          -o-filter: grayscale(0%);
          filter: grayscale(0%); }

.home2-testimonial-block {
  background: #F6F9FC;
  padding-top: 40px;
  padding-bottom: 40px; }
  .home2-testimonial-block .wpb_button, .home2-testimonial-block .wpb_content_element, .home2-testimonial-block ul.wpb_thumbnails-fluid > li, .home2-testimonial-block .vc_icon_element {
    margin-bottom: 0; }
  .home2-testimonial-block .sp-testimonial-section {
    padding: 0 30px; }
    .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free {
      text-align: center;
      margin: 0;
      position: relative;
      padding-bottom: 15px;
      padding-top: 25px; }
      .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-image {
        width: 80px;
        height: 80px;
        bottom: 0;
        margin: 0 auto;
        border: 1px solid #eee;
        border-radius: 50%; }
        .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-image img {
          max-width: 100%;
          height: auto; }
      .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-testimonial {
        font-size: 15px;
        line-height: 1.8;
        padding-bottom: 50px;
        padding-top: 10px;
        position: relative; }
        .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-testimonial:before {
          content: '\f122';
          font-family: 'dashicons';
          display: block;
          font-size: 42px;
          position: absolute;
          color: #eeeeee;
          left: 0;
          bottom: -30px;
          right: 0; }
      .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-name {
        margin-top: 30px;
        font-size: 21px;
        font-weight: 600;
        text-transform: capitalize; }
      .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-designation {
        text-transform: uppercase;
        color: #3B99D7; }
    .home2-testimonial-block .sp-testimonial-section .owl-controls {
      display: block; }
      .home2-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-prev, .home2-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-next {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        color: #A1B1BA;
        background: transparent;
        display: inline-block;
        font-size: 26px;
        opacity: 1;
        text-align: center;
        top: 10%; }
        .home2-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-prev:hover, .home2-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-prev:focus, .home2-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-next:hover, .home2-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-next:focus {
          color: #3B99D7; }
      .home2-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-prev {
        left: 40%; }
      .home2-testimonial-block .sp-testimonial-section .owl-controls .owl-buttons .owl-next {
        right: 40%; }
    @media (max-width: 767px) {
      .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free {
        padding: 20px; }
        .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-image {
          left: 0;
          position: relative;
          top: 0;
          width: 100%;
          height: auto; }
        .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-testimonial, .home2-testimonial-block .sp-testimonial-section .owl-wrapper-outer .owl-wrapper .owl-item .testimonial-free .tf-client-name {
          padding-left: 10px; } }

.home-latestpost-block {
  padding-top: 40px;
  padding-bottom: 40px; }
  .home-latestpost-block .wplp_outside {
    margin: 0 auto; }
    .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe ul li {
      padding: 15px; }
      .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe ul li:hover .wpcu-front-box.bottom::after {
        width: 100%;
        background: #3B99D7; }
    .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box {
      text-align: left; }
      .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box .thumbnail .img_cropper {
        height: auto !important; }
        .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box .thumbnail .img_cropper img {
          max-width: 100%;
          height: auto; }
      .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box .title {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        max-width: 100%;
        font-size: 20px !important;
        padding-top: 15px;
        color: #1A1C28;
        font-weight: 600; }
        .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box .title:hover, .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box .title:focus {
          color: #3B99D7; }
      .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box .date {
        background: #3B99D7;
        color: #ffffff;
        display: inline-block;
        margin: 0;
        position: absolute;
        right: 0px;
        top: -60%;
        clear: both;
        z-index: 2;
        width: 70px;
        height: 65px;
        text-align: center;
        font-weight: 600;
        font-size: 21px !important;
        padding: 10px;
        line-height: 1em; }
      .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box .text {
        padding: 10px 0;
        line-height: 2;
        font-size: 16px !important; }
        .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box .text span {
          max-height: 100px !important;
          min-height: 100px;
          font-size: 16px !important; }
      .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box .read-more {
        text-align: left;
        color: #3B99D7;
        padding: 0 0 15px;
        text-transform: capitalize;
        font-weight: 500;
        font-size: 15px !important; }
        .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box .read-more::after {
          content: '\f101';
          font-family: 'Fontawesome';
          display: inline-block;
          margin-left: 5px;
          color: #2D3E50; }
      .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box.bottom {
        position: relative; }
        .home-latestpost-block .wplp_outside .wplp_widget_default .flex-viewport .wplp_listposts li .insideframe .wpcu-front-box.bottom::after {
          -webkit-transition: all 0.6s ease 0s;
          -moz-transition: all 0.6s ease 0s;
          -ms-transition: all 0.6s ease 0s;
          -o-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
          position: absolute;
          content: '';
          left: 0px;
          bottom: 0px;
          width: 85px;
          height: 1px;
          background-color: #eeeeee; }

.home2_newsletter_container {
  padding-top: 40px;
  padding-bottom: 40px; }
  .home2_newsletter_container .home2-services-title-block h2 {
    color: #ffffff;
    font-size: 42px; }
  .home2_newsletter_container .home2-services-title-block h4 {
    color: #F6F9FC; }
  .home2_newsletter_container .tnp-subscription-minimal {
    margin-top: 40px; }
    .home2_newsletter_container .tnp-subscription-minimal form input.tnp-email {
      width: 80%;
      max-width: 500px;
      padding: 15px; }
    .home2_newsletter_container .tnp-subscription-minimal form input.tnp-submit {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      width: 19%;
      margin-left: 15px;
      padding: 15px;
      background: #3B99D7;
      color: #ffffff;
      border: 1px solid #3B99D7;
      font-size: 15px;
      font-weight: 600;
      text-transform: uppercase; }
      .home2_newsletter_container .tnp-subscription-minimal form input.tnp-submit:hover, .home2_newsletter_container .tnp-subscription-minimal form input.tnp-submit:focus {
        background: #FC694C;
        border-color: #FC694C; }

/*
  Services page
  ---------------------
*/
.services-title-block {
  display: block; }
  .services-title-block h4 {
    color: #71818c;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .services-title-block h2 {
    color: #1A1C28;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 10px; }
    .services-title-block h2 span.text-light {
      display: block;
      font-weight: 500; }
  .services-title-block .separator {
    position: relative;
    width: 98px;
    height: 15px;
    text-align: center;
    margin: 15px auto 30px; }
    .services-title-block .separator .dott {
      position: relative;
      width: 6px;
      height: 6px;
      top: -12px;
      border-radius: 50%;
      display: inline-block;
      background-color: #3B99D7;
      font-size: 0;
      margin: 2px; }
    .services-title-block .separator:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 6px;
      width: 20px;
      height: 1px;
      background-color: #3B99D7; }
    .services-title-block .separator:after {
      position: absolute;
      content: '';
      right: 0px;
      top: 6px;
      width: 20px;
      height: 1px;
      background-color: #3B99D7; }

.services-block-container {
  padding: 40px 0; }
  .services-block-container .wpb_button, .services-block-container .wpb_content_element, .services-block-container ul.wpb_thumbnails-fluid > li, .services-block-container .vc_icon_element {
    margin-bottom: 0; }
  .services-block-container .service-box {
    padding: 15px; }
    .services-block-container .service-box .vc_column-inner {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      background: #F6F9FC;
      padding: 40px; }
    .services-block-container .service-box .service-box-icon {
      font-size: 21px;
      color: #71818c; }
      .services-block-container .service-box .service-box-icon .vc_icon_element-inner {
        border: none;
        width: 2em;
        height: 2em;
        margin-bottom: 10px; }
    .services-block-container .service-box .service-box-text h4 {
      color: #1A1C28;
      font-size: 21px;
      font-weight: 600; }
    .services-block-container .service-box .service-box-text p {
      font-size: 16px;
      line-height: 1.6; }
    .services-block-container .service-box .service-box-text .service-box-link {
      display: inline-block;
      padding: 0;
      margin: 0;
      color: #3B99D7;
      font-weight: 500;
      font-size: 13px;
      text-transform: uppercase; }
      .services-block-container .service-box .service-box-text .service-box-link:after {
        content: "\f101";
        display: inline-block;
        font-family: 'FontAwesome';
        margin-left: 5px;
        color: #2D3E50; }
    .services-block-container .service-box:hover .vc_column-inner, .services-block-container .service-box:focus .vc_column-inner {
      background: #3B99D7;
      color: #ffffff; }
    .services-block-container .service-box:hover .service-box-icon, .services-block-container .service-box:focus .service-box-icon {
      color: #ffffff; }
    .services-block-container .service-box:hover .service-box-text h4, .services-block-container .service-box:focus .service-box-text h4 {
      color: #ffffff; }
    .services-block-container .service-box:hover .service-box-text p, .services-block-container .service-box:focus .service-box-text p {
      color: #ffffff; }
    .services-block-container .service-box:hover .service-box-text .service-box-link, .services-block-container .service-box:focus .service-box-text .service-box-link {
      color: #ffffff; }
      .services-block-container .service-box:hover .service-box-text .service-box-link:after, .services-block-container .service-box:focus .service-box-text .service-box-link:after {
        color: #ffffff; }

/*
  About us page styles
  ---------------------
*/
.aboutus-title-block {
  position: relative;
  display: block; }
  .aboutus-title-block h4 {
    color: #71818c;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .aboutus-title-block h2 {
    color: #1A1C28;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-top: 10px;
    line-height: 1.2; }
  .aboutus-title-block .separator {
    position: relative;
    width: 98px;
    height: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px; }
    .aboutus-title-block .separator .dott {
      position: relative;
      width: 6px;
      height: 6px;
      top: -12px;
      border-radius: 50%;
      display: inline-block;
      background-color: #3B99D7;
      font-size: 0;
      margin: 2px; }
    .aboutus-title-block .separator:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 6px;
      width: 20px;
      height: 1px;
      background-color: #3B99D7; }
    .aboutus-title-block .separator:after {
      position: absolute;
      content: '';
      right: 0px;
      top: 6px;
      width: 20px;
      height: 1px;
      background-color: #3B99D7; }

.aboutus-intro-block {
  padding: 40px 0; }

.aboutus-number-counter {
  padding: 40px 0; }
  .aboutus-number-counter .vc_parallax-inner:before {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    background: #2D3E50;
    opacity: 0.9; }
  .aboutus-number-counter .title-inner {
    position: relative;
    min-height: 180px;
    margin-top: 40px; }
    .aboutus-number-counter .title-inner .number {
      position: absolute;
      color: #3B99D7;
      font-size: 100px;
      font-weight: 700;
      line-height: 1.7em;
      width: 240px;
      height: 180px;
      text-align: center;
      display: inline-block;
      border: 8px solid #ffffff;
      border-right: 0px; }
      .aboutus-number-counter .title-inner .number:before {
        position: absolute;
        content: '';
        right: 0px;
        top: 0px;
        width: 8px;
        height: 30px;
        background-color: #ffffff; }
      .aboutus-number-counter .title-inner .number:after {
        position: absolute;
        content: '';
        right: 0px;
        bottom: 0px;
        width: 8px;
        height: 30px;
        background-color: #ffffff; }
    .aboutus-number-counter .title-inner .text {
      position: relative;
      color: #ffffff;
      font-size: 24px;
      font-weight: 300;
      line-height: 1.33;
      padding-left: 210px;
      padding-top: 38px;
      display: inline-block; }
  .aboutus-number-counter .statistics {
    background: transparent;
    color: #ffffff;
    padding: 0; }
    .aboutus-number-counter .statistics > h3 {
      color: #555555;
      display: none; }
    .aboutus-number-counter .statistics .statistics-inner {
      padding-top: 0;
      padding-bottom: 0; }
      .aboutus-number-counter .statistics .statistics-inner .stat {
        padding: 0 10px;
        margin: 20px 25px; }
        .aboutus-number-counter .statistics .statistics-inner .stat span {
          color: #ffffff; }
        .aboutus-number-counter .statistics .statistics-inner .stat .fa {
          color: #ffffff;
          display: inline-block;
          width: auto;
          font-size: 42px;
          margin-right: 20px; }
        .aboutus-number-counter .statistics .statistics-inner .stat .number {
          -webkit-transition: all 320ms ease 0s;
          -moz-transition: all 320ms ease 0s;
          -ms-transition: all 320ms ease 0s;
          -o-transition: all 320ms ease 0s;
          transition: all 320ms ease 0s;
          color: #ffffff;
          margin: 0 0 10px;
          font-weight: 600;
          display: inline-block;
          width: auto;
          min-width: 120px;
          font-size: 40px;
          text-align: left; }
        .aboutus-number-counter .statistics .statistics-inner .stat .count-title {
          display: block;
          color: #ffffff;
          font-size: 18px;
          font-weight: 500;
          text-transform: uppercase;
          text-align: left; }
        .aboutus-number-counter .statistics .statistics-inner .stat:nth-child(n) .fa {
          color: #F6C640; }
        .aboutus-number-counter .statistics .statistics-inner .stat:nth-child(2n) .fa {
          color: #FC694C; }
        .aboutus-number-counter .statistics .statistics-inner .stat:nth-child(3n) .fa {
          color: #3B99D7; }
        .aboutus-number-counter .statistics .statistics-inner .stat:nth-child(4n) .fa {
          color: #91D736; }

.meet-team-container .aboutus-title-block {
  text-align: center; }
  .meet-team-container .aboutus-title-block .separator {
    margin: 20px auto; }
.meet-team-container .team-member-block .lower-box {
  text-align: center;
  position: relative;
  min-height: 130px; }
  .meet-team-container .team-member-block .lower-box h3 {
    color: #1A1C28;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 3px; }
    .meet-team-container .team-member-block .lower-box h3 a {
      color: #1A1C28; }
      .meet-team-container .team-member-block .lower-box h3 a:hover, .meet-team-container .team-member-block .lower-box h3 a:focus {
        color: #3B99D7; }
  .meet-team-container .team-member-block .lower-box .designation {
    position: relative;
    font-size: 15px;
    padding-bottom: 15px;
    text-transform: capitalize; }
    .meet-team-container .team-member-block .lower-box .designation:after {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      position: absolute;
      width: 40px;
      content: '';
      left: 50%;
      height: 1px;
      bottom: 0px;
      background-color: #dddddd;
      margin-left: -20px; }
  .meet-team-container .team-member-block .lower-box .social-icon-one {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    list-style: none;
    padding: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    visibility: hidden; }
    .meet-team-container .team-member-block .lower-box .social-icon-one li {
      position: relative;
      margin: 0px 15px 5px;
      display: inline-block; }
      .meet-team-container .team-member-block .lower-box .social-icon-one li a {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        position: relative;
        color: #71818c;
        font-size: 0; }
        .meet-team-container .team-member-block .lower-box .social-icon-one li a i {
          font-size: 16px; }
.meet-team-container .team-member-block:hover .lower-box .designation:after {
  opacity: 0; }
.meet-team-container .team-member-block:hover .lower-box .social-icon-one {
  opacity: 1;
  visibility: visible;
  border-bottom: 1px solid #3B99D7;
  padding-bottom: 10px; }

.aboutus-intro-feature-container {
  background: #F6F9FC;
  padding: 60px 0; }
  .aboutus-intro-feature-container .aboutus-title-block h2 {
    margin-bottom: 25px;
    margin-top: 25px; }
  .aboutus-intro-feature-container .aboutus-title-block .text {
    font-size: 16px;
    max-width: 920px;
    margin: 0 auto 40px; }
  .aboutus-intro-feature-container .aboutus-title-block .buttons-block {
    margin-top: 20px; }
    .aboutus-intro-feature-container .aboutus-title-block .buttons-block .btn {
      font-size: 15px;
      font-weight: 600;
      margin-top: 10px;
      margin-right: 10px;
      padding: 15px 40px; }
    .aboutus-intro-feature-container .aboutus-title-block .buttons-block .btn-white {
      border: 2px solid #3B99D7;
      background: transparent; }
      .aboutus-intro-feature-container .aboutus-title-block .buttons-block .btn-white:hover, .aboutus-intro-feature-container .aboutus-title-block .buttons-block .btn-white:focus {
        background: #3B99D7;
        border-color: #3B99D7;
        color: #ffffff; }
    .aboutus-intro-feature-container .aboutus-title-block .buttons-block .btn-black {
      border: 2px solid #1A1C28; }
      .aboutus-intro-feature-container .aboutus-title-block .buttons-block .btn-black:hover, .aboutus-intro-feature-container .aboutus-title-block .buttons-block .btn-black:focus {
        background: #3B99D7;
        border-color: #3B99D7;
        color: #ffffff; }

/*
  Contact us page styles
  ---------------------
*/
.contact-us-form-container {
  padding: 60px 0;
  margin-bottom: 40px; }
  .contact-us-form-container .contactus-title-block {
    position: relative;
    display: block; }
    .contact-us-form-container .contactus-title-block h2 {
      color: #1A1C28;
      font-size: 36px;
      font-weight: 600;
      letter-spacing: -1px;
      margin-top: 10px;
      line-height: 1.2; }
    .contact-us-form-container .contactus-title-block p {
      max-width: 500px;
      margin: 0;
      font-size: 18px; }
    .contact-us-form-container .contactus-title-block .separator {
      position: relative;
      width: 78px;
      height: 15px;
      text-align: left;
      margin-top: 10px;
      margin-bottom: 30px; }
      .contact-us-form-container .contactus-title-block .separator .dott {
        position: relative;
        width: 6px;
        height: 6px;
        top: -12px;
        border-radius: 50%;
        display: inline-block;
        background-color: #3B99D7;
        font-size: 0;
        margin: 2px; }
      .contact-us-form-container .contactus-title-block .separator:after {
        position: absolute;
        content: '';
        right: 0px;
        top: 6px;
        width: 20px;
        height: 1px;
        background-color: #3B99D7; }
  .contact-us-form-container .contact-information .contact-info {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0; }
    .contact-us-form-container .contact-information .contact-info .contact-icon-block {
      display: inline-block;
      float: left;
      font-size: 0;
      color: #3B99D7;
      margin-right: 15px;
      width: 50px;
      height: 50px;
      text-align: center; }
      .contact-us-form-container .contact-information .contact-info .contact-icon-block i {
        font-size: 28px; }
    .contact-us-form-container .contact-information .contact-info .contact-content-block {
      display: inline-block; }
      .contact-us-form-container .contact-information .contact-info .contact-content-block h3 {
        color: #333333;
        font-weight: bold;
        font-size: 28px;
        margin: 0;
        line-height: 1.5; }
      .contact-us-form-container .contact-information .contact-info .contact-content-block h5 {
        color: #71818c;
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 5px; }
      .contact-us-form-container .contact-information .contact-info .contact-content-block p, .contact-us-form-container .contact-information .contact-info .contact-content-block address {
        overflow: auto;
        font-size: 18px;
        color: #333333;
        line-height: 1.5;
        max-width: 250px; }

/*
  Login and registration form styles
  ---------------------
*/
.login_overlay {
  height: 100%;
  width: 100%;
  background-color: #F6F6F6;
  opacity: 0.5;
  position: fixed;
  z-index: 8; }

form.ajax-auth {
  display: none;
  text-align: left;
  z-index: 9;
  position: fixed;
  top: 150px;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 420px;
  max-width: 350px;
  overflow: auto;
  margin: 0 auto;
  padding: 40px 25px 25px 25px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  color: #555555;
  font-size: 11px; }
  form.ajax-auth h1, form.ajax-auth h3 {
    color: #333333;
    line-height: 1; }
  form.ajax-auth h1 {
    font-size: 27px;
    text-align: center;
    margin: 0 0 20px 0; }
  form.ajax-auth h3 {
    font-size: 18px;
    text-align: left;
    margin: 0; }
    form.ajax-auth h3 a {
      color: #3B99D7; }
  form.ajax-auth hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none;
    height: 1px;
    margin: 20px 0; }
  form.ajax-auth input#username,
  form.ajax-auth input#password,
  form.ajax-auth input#signonname,
  form.ajax-auth input#email,
  form.ajax-auth input#signonpassword,
  form.ajax-auth input#password2,
  form.ajax-auth input#user_login {
    border: 1px solid #FEFEFE;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) inset;
    color: #333333;
    font-size: 15px;
    padding: 10px 10px 10px 13px;
    width: 100%;
    margin: 7px 0 20px 0;
    background-color: #F6F9FC; }
    form.ajax-auth input#username:focus,
    form.ajax-auth input#password:focus,
    form.ajax-auth input#signonname:focus,
    form.ajax-auth input#email:focus,
    form.ajax-auth input#signonpassword:focus,
    form.ajax-auth input#password2:focus,
    form.ajax-auth input#user_login:focus {
      background-color: #ffffff; }
  form.ajax-auth label {
    font-size: 15px;
    color: #555555; }
  form.ajax-auth label.error {
    display: none !important; }
  form.ajax-auth input.error {
    border: 1px solid #FF0000 !important; }
  form.ajax-auth input.submit_button {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    font-size: 13px;
    color: #ffffff;
    border: 1px solid #3B99D7;
    border-radius: 3px;
    padding: 8px 20px;
    font-weight: 600;
    background: #3B99D7;
    float: right;
    margin-bottom: 20px; }
    form.ajax-auth input.submit_button:hover, form.ajax-auth input.submit_button:focus {
      background: #FC694C;
      border: 1px solid #FC694C; }
  form.ajax-auth a {
    text-decoration: none; }
    form.ajax-auth a.close {
      color: #333333;
      position: absolute;
      right: 10px;
      top: 10px; }
    form.ajax-auth a.text-link {
      color: #555555;
      float: left;
      margin: 10px 0 0 0; }
      form.ajax-auth a.text-link:hover {
        color: #3B99D7; }
  form.ajax-auth p.status {
    text-align: center;
    margin: -15px 0 20px 0;
    font-weight: 600;
    display: none; }
  @media (max-width: 767px) {
    form.ajax-auth {
      top: 50px; } }

/*
  Error page styles
  ---------------------
*/
.site-main .error-404 {
  background: #ffffff;
  color: #555555;
  font-size: 14px;
  text-align: center;
  padding: 40px 0; }
.site-main .page-content .error .errorboxoutline {
  padding: 40px 0; }
  .site-main .page-content .error .errorboxoutline .error-code span {
    font-size: 180px;
    color: #3B99D7;
    position: relative;
    display: inline-block;
    font-weight: 500; }
  .site-main .page-content .error .errorboxoutline .error-code .first-err {
    left: 0;
    animation: fisrt 0.9s linear; }
  .site-main .page-content .error .errorboxoutline .error-code .first-err + span {
    color: #FC694C;
    animation: center 1.2s; }
  .site-main .page-content .error .errorboxoutline .error-code .last-err {
    right: 0;
    animation: last 0.9s linear; }
  @media (max-width: 480px) {
    .site-main .page-content .error .errorboxoutline .error-code span {
      font-size: 100px; } }
.site-main .page-content .error .outline {
  padding: 40px 0; }
  .site-main .page-content .error .outline .error-message .error-msg-reaction {
    color: #A1B1BA;
    font-size: 42px;
    font-weight: bold;
    text-transform: uppercase; }
  .site-main .page-content .error .outline .error-message .error-page-text {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase; }
  .site-main .page-content .error .outline .error-message p {
    color: #A1B1BA;
    font-size: 14px;
    line-height: 1.8; }
  .site-main .page-content .error .outline .errorboxbody p {
    margin-bottom: 35px;
    margin-top: 0; }
  .site-main .page-content .error .outline .errorboxbody .button-home {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    border: 2px solid #3B99D7;
    background: #3B99D7;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    padding: 10px 20px 8px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 20px; }
    .site-main .page-content .error .outline .errorboxbody .button-home:hover {
      background: #FC694C;
      color: #ffffff;
      border: 2px solid #FC694C; }
@media (max-width: 767px) {
  .site-main .page-content .error .errorboxoutline {
    padding: 40px 0 0; }
  .site-main .page-content .error .outline {
    padding: 0 0 40px; } }

/* Error Code
------------------------ */
@keyframes fisrt {
  0% {
    top: 226px;
    opacity: 0; }
  100% {
    top: 60px;
    opacity: 1; } }
@keyframes center {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes last {
  0% {
    bottom: 226px; }
  100% {
    bottom: 60px; } }
/*
  Standard post format
  ---------------------
*/
article {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative; }

h1.entry-title {
  font-size: 27px;
  font-weight: 700;
  margin: 5px 0;
  color: #333333; }
  h1.entry-title a {
    color: #333333; }
    h1.entry-title a:hover {
      color: #3B99D7; }

.entry-page-title {
  font-weight: 600; }

.entry-content {
  position: relative; }
  .entry-content.post-content-container {
    display: block;
    position: relative;
    padding: 20px 0; }
    .entry-content.post-content-container:after {
      -webkit-transition: all 0.6s ease 0s;
      -moz-transition: all 0.6s ease 0s;
      -ms-transition: all 0.6s ease 0s;
      -o-transition: all 0.6s ease 0s;
      transition: all 0.6s ease 0s;
      position: absolute;
      content: '';
      left: 0px;
      bottom: 0px;
      width: 85px;
      height: 1px;
      background-color: #eeeeee; }
    .entry-content.post-content-container:hover:after {
      width: 100%;
      background-color: #FC694C; }
  .entry-content.post-full-width-content-container .entry-header .entry-title {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px; }
  .entry-content.post-full-width-content-container .entry-excerpt {
    margin: 10px 0; }

.entry-date {
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  width: 70px;
  height: 65px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  padding-top: 6px;
  line-height: 1em;
  background-color: #FC694C; }
  .entry-date span.post-month {
    font-size: 14px;
    display: block;
    font-weight: 300;
    text-transform: uppercase; }

.entry-meta {
  font-size: 14px;
  font-weight: 400;
  color: #A1B1BA;
  text-transform: capitalize;
  margin: 15px 0 8px;
  line-height: 2; }
  .entry-meta .meta-seperator {
    margin-right: 5px;
    margin-left: 5px; }
  .entry-meta i, .entry-meta .verso-icon {
    margin: 0 4px; }
  .entry-meta a {
    font-weight: 500;
    color: #71818c; }
    .entry-meta a:hover, .entry-meta a:focus {
      color: #3B99D7; }

.entry-image {
  text-align: center; }
  .entry-image .entry-image-container img {
    max-width: 100%;
    height: auto; }

.standard-featured-link {
  position: relative;
  display: block; }
  .standard-featured-link:hover .standard-featured::after, .standard-featured-link:focus .standard-featured::after {
    background: transparent; }

.standard-featured {
  height: 330px;
  display: block;
  position: relative; }
  .standard-featured::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 320ms ease 0s;
    -moz-transition: background-color 320ms ease 0s;
    -ms-transition: background-color 320ms ease 0s;
    -o-transition: background-color 320ms ease 0s;
    transition: background-color 320ms ease 0s; }

.entry-excerpt {
  margin: 10px 0;
  display: block; }
  .entry-excerpt p {
    font-size: 16px;
    line-height: 1.6; }
  .entry-excerpt.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    color: #ffffff; }
    .entry-excerpt.image-caption p {
      margin: 20px 0;
      color: #ffffff; }

.entry-footer {
  color: #71818c;
  display: block;
  margin: 20px 0 0; }
  .entry-footer .button-container {
    display: inline-block; }
    .entry-footer .button-container .btn-verso {
      background: transparent;
      border: none;
      padding: 0;
      margin: 0;
      color: #3B99D7;
      font-weight: 500;
      font-size: 14px;
      text-transform: capitalize; }
      .entry-footer .button-container .btn-verso i, .entry-footer .button-container .btn-verso em {
        margin-left: 5px;
        color: #2D3E50; }
      .entry-footer .button-container .btn-verso:hover, .entry-footer .button-container .btn-verso:focus {
        background: transparent;
        color: #2D3E50; }
  .entry-footer .social-share-list {
    position: relative;
    display: inline-block;
    cursor: pointer; }
    .entry-footer .social-share-list .post-footer-meta-title {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      display: inline-block;
      border: 1px solid #eeeeee;
      border-radius: 50%;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      position: relative;
      top: -10px; }
    .entry-footer .social-share-list .post-footer-meta-links {
      -webkit-transition: height 0.2s ease 0s;
      -moz-transition: height 0.2s ease 0s;
      -ms-transition: height 0.2s ease 0s;
      -o-transition: height 0.2s ease 0s;
      transition: height 0.2s ease 0s;
      height: 0;
      display: none;
      position: absolute;
      right: 0;
      bottom: 55px;
      background: #ffffff;
      box-shadow: 0 0 2px #eeeeee;
      padding: 10px;
      z-index: 9; }
      .entry-footer .social-share-list .post-footer-meta-links a {
        color: #71818c;
        display: block;
        font-size: 16px;
        padding: 10px;
        text-align: center;
        text-transform: capitalize; }
        .entry-footer .social-share-list .post-footer-meta-links a:hover, .entry-footer .social-share-list .post-footer-meta-links a:focus {
          color: #333333; }
    .entry-footer .social-share-list:before {
      content: "";
      height: 30px;
      position: absolute;
      top: -30px;
      width: 100%; }
    .entry-footer .social-share-list:hover .post-footer-meta-title, .entry-footer .social-share-list:focus .post-footer-meta-title {
      color: #333333;
      border-color: #333333; }
    .entry-footer .social-share-list:hover .post-footer-meta-links, .entry-footer .social-share-list:focus .post-footer-meta-links {
      display: block;
      height: 150px; }
    .entry-footer .social-share-list.detail-view .post-footer-meta-title {
      top: auto;
      border: none; }
    .entry-footer .social-share-list.detail-view .post-footer-meta-links {
      position: relative;
      height: auto;
      display: inline-block;
      bottom: auto;
      box-shadow: none;
      padding: 0 10px; }
      .entry-footer .social-share-list.detail-view .post-footer-meta-links a {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        display: inline-block;
        border: 1px solid #eeeeee;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        line-height: 35px;
        text-align: center;
        padding: 0;
        font-size: 12px;
        margin: 5px; }
        .entry-footer .social-share-list.detail-view .post-footer-meta-links a:hover, .entry-footer .social-share-list.detail-view .post-footer-meta-links a:focus {
          background: #3B99D7;
          color: #ffffff; }
  .entry-footer .comments-counter-list {
    position: relative;
    padding: 10px 0; }
    .entry-footer .comments-counter-list:before {
      content: '\f101';
      font-family: 'Fontawesome';
      display: inline-block; }
    .entry-footer .comments-counter-list .comments-link {
      color: #71818c; }
      .entry-footer .comments-counter-list .comments-link:hover, .entry-footer .comments-counter-list .comments-link:focus {
        color: #3B99D7; }

/*
  Sticky post format
  ---------------------
*/
.sticky {
  position: relative;
  background: #2D3E50; }
  .sticky .entry-date {
    background: #3B99D7; }
  .sticky .entry-content {
    color: #ffffff;
    padding: 20px; }
    .sticky .entry-content .entry-header .entry-title a {
      color: #ffffff; }
      .sticky .entry-content .entry-header .entry-title a:hover, .sticky .entry-content .entry-header .entry-title a:focus {
        color: #3B99D7; }
    .sticky .entry-content .entry-excerpt p {
      color: #A1B1BA; }
    .sticky .entry-content .entry-meta {
      color: #A1B1BA; }
      .sticky .entry-content .entry-meta a {
        color: #A1B1BA; }
        .sticky .entry-content .entry-meta a:hover, .sticky .entry-content .entry-meta a:focus {
          color: #ffffff; }
  .sticky .entry-footer .button-container .btn-verso {
    color: #A1B1BA; }
    .sticky .entry-footer .button-container .btn-verso i, .sticky .entry-footer .button-container .btn-verso em {
      color: #A1B1BA; }
    .sticky .entry-footer .button-container .btn-verso:hover, .sticky .entry-footer .button-container .btn-verso:focus {
      color: #ffffff; }
      .sticky .entry-footer .button-container .btn-verso:hover i, .sticky .entry-footer .button-container .btn-verso:hover em, .sticky .entry-footer .button-container .btn-verso:focus i, .sticky .entry-footer .button-container .btn-verso:focus em {
        color: #ffffff; }
  .sticky .entry-footer .social-share-list .post-footer-meta-title {
    color: #eeeeee; }
  .sticky .entry-footer a {
    color: #ffffff; }
    .sticky .entry-footer a:hover {
      color: #3B99D7; }

/*
  Image post format
  ---------------------
*/
.verso-format-image {
  margin-top: 60px; }
  .verso-format-image .entry-header {
    height: 600px;
    position: relative; }
  .verso-format-image .entry-title, .verso-format-image .entry-meta, .verso-format-image .entry-header {
    color: #ffffff; }
    .verso-format-image .entry-title a, .verso-format-image .entry-meta a, .verso-format-image .entry-header a {
      color: #ffffff; }
  .verso-format-image .entry-title {
    padding-top: 40px; }

/*
  STATUS POST FORMAT
  -------------------
*/
.verso-format-status .entry-header {
  box-shadow: 0 0 3px 0 #eeeeee; }
.verso-format-status .post-details {
  padding: 20px 10px; }
  .verso-format-status .post-details .avatar {
    border: 2px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #FC694C;
    float: left; }
    .verso-format-status .post-details .avatar img {
      border-radius: 50%;
      display: inline-block;
      float: left; }
  .verso-format-status .post-details .status-info {
    color: #fc421d;
    font-style: italic;
    margin: 0px 0 10px 90px;
    position: relative; }
    .verso-format-status .post-details .status-info p {
      font-size: 14px;
      line-height: 1.6;
      margin: 10px 0; }

/*
  AUDIO POST FORMAT
  -------------------
*/
.verso-format-audio .entry-image iframe {
  width: 100%;
  height: 166px; }

/*
  VIDEO POST FORMAT
  -------------------
*/
/*
  GALLERY POST FORMAT
  -------------------
*/
.verso-format-gallery .entry-header h1.entry-title {
  margin-top: 20px; }
.verso-format-gallery .standard-featured {
  height: 500px;
  color: #ffffff; }
  .verso-format-gallery .standard-featured:after {
    background-color: transparent; }
.verso-format-gallery .carousel.slide .carousel-inner div.item {
  height: 500px;
  background-size: cover; }
.verso-format-gallery .carousel-control {
  background: none;
  font-size: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto; }
  .verso-format-gallery .carousel-control .preview-container {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    display: block;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 0;
    position: relative; }
    .verso-format-gallery .carousel-control .preview-container .thumbnail-container {
      position: absolute;
      display: block;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      background-color: #71818c;
      top: 1px;
      -webkit-transition: transform 320ms ease 0s;
      -moz-transition: transform 320ms ease 0s;
      -ms-transition: transform 320ms ease 0s;
      -o-transition: transform 320ms ease 0s;
      transition: transform 320ms ease 0s;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
  .verso-format-gallery .carousel-control.right {
    right: 20px; }
    .verso-format-gallery .carousel-control.right .preview-container .thumbnail-container {
      left: 1px; }
  .verso-format-gallery .carousel-control.left {
    left: 20px; }
    .verso-format-gallery .carousel-control.left .preview-container .thumbnail-container {
      right: 1px; }
  .verso-format-gallery .carousel-control:hover {
    opacity: 1; }
    .verso-format-gallery .carousel-control:hover .preview-container {
      background-color: rgba(0, 0, 0, 0.8); }
      .verso-format-gallery .carousel-control:hover .preview-container .thumbnail-container {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
    .verso-format-gallery .carousel-control:hover.right .preview-container {
      padding-left: 60px;
      border-radius: 35px 0 0 35px; }
    .verso-format-gallery .carousel-control:hover.left .preview-container {
      padding-right: 60px;
      border-radius: 0 35px 35px 0; }
.verso-format-gallery .entry-excerpt.image-caption {
  -webkit-transition: transform 320ms ease 0s;
  -moz-transition: transform 320ms ease 0s;
  -ms-transition: transform 320ms ease 0s;
  -o-transition: transform 320ms ease 0s;
  transition: transform 320ms ease 0s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }
.verso-format-gallery:hover .entry-excerpt.image-caption {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/*
  Quote POST FORMAT
  -------------------
*/
.verso-format-quote {
  margin-top: 60px;
  margin-bottom: 60px;
  background: #ffffff;
  border: 10px solid #A1B1BA;
  padding: 30px; }
  .verso-format-quote .quote-content {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    text-transform: capitalize; }
    .verso-format-quote .quote-content a {
      color: #2D3E50; }
      .verso-format-quote .quote-content a:hover {
        color: #3B99D7; }
    .verso-format-quote .quote-content:before {
      content: '\f122';
      font-family: 'dashicons';
      display: inline-block;
      position: absolute;
      top: -32px;
      right: 0;
      left: 0;
      margin: 0 auto;
      color: #A1B1BA;
      border: 1px solid #A1B1BA;
      background: #ffffff;
      height: 50px;
      width: 50px;
      line-height: 50px;
      font-size: 28px;
      text-align: center;
      border-radius: 50%; }
  .verso-format-quote .quote-author {
    font-family: "Oswald", sans-serif;
    color: #2D3E50;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.08em; }

/*
  Link POST FORMAT
  -------------------
*/
.verso-format-link {
  padding-bottom: 0; }
  .verso-format-link .entry-title {
    font-size: 23px;
    font-weight: 500; }
    .verso-format-link .entry-title a {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      display: block;
      background: #ffffff;
      color: #2D3E50;
      border: 10px solid #A1B1BA;
      padding: 40px; }
      .verso-format-link .entry-title a:hover, .verso-format-link .entry-title a:focus {
        color: #ffffff;
        background: #2D3E50; }
    .verso-format-link .entry-title:before {
      content: '\f0c1';
      font-family: 'FontAwesome';
      display: inline-block;
      position: absolute;
      top: -25px;
      right: 0;
      left: 0;
      margin: 0 auto;
      color: #A1B1BA;
      border: 1px solid #A1B1BA;
      background: #ffffff;
      height: 50px;
      width: 50px;
      line-height: 50px;
      font-size: 28px;
      text-align: center;
      border-radius: 50%; }

/*
  ASIDE POST FORMAT
  -------------------
*/
.verso-format-aside .aside-container {
  background: #E1F1FA; }
.verso-format-aside .aside-featured {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto; }
.verso-format-aside .aside-text-block {
  padding: 20px; }
.verso-format-aside .entry-meta {
  margin-bottom: 5px; }
  .verso-format-aside .entry-meta a {
    color: #555555;
    font-weight: 300; }
.verso-format-aside .entry-content {
  margin-top: 0; }
.verso-format-aside .entry-excerpt p {
  color: #555555;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8; }
.verso-format-aside .entry-footer {
  border-bottom: none;
  background: rgba(0, 0, 0, 0.05);
  padding-right: 10px; }

/*
	-------------------
	CHAT POST FORMAT
	-------------------
*/
.chat-transcript .chat-row {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  margin-bottom: 10px;
  padding-left: 15px; }
  .chat-transcript .chat-row .chat-author {
    padding-top: 5px; }
    .chat-transcript .chat-row .chat-author cite {
      color: #333333;
      font-weight: 600; }
  .chat-transcript .chat-row .chat-text p {
    padding-bottom: 5px;
    margin: 0; }
  .chat-transcript .chat-row:hover {
    background: #F6F9FC; }
.chat-transcript .chat-row:nth-child(odd) {
  border-left: 3px solid #3B99D7; }
.chat-transcript .chat-row:nth-child(even) {
  border-left: 3px solid #FC694C; }

/*
  Single post entry meta
  -------------------
*/
.single-post-content-container {
  position: relative;
  margin-top: 40px; }
  .single-post-content-container .entry-content {
    margin-top: 20px; }
  .single-post-content-container .entry-footer {
    padding: 20px 0;
    margin: 20px 0;
    border-bottom: 1px solid #eeeeee; }

.single-entry-meta {
  color: #555555;
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize; }
  .single-entry-meta .meta-seperator {
    margin-left: 5px;
    margin-right: 5px; }
  .single-entry-meta a {
    color: #555555; }
    .single-entry-meta a:hover, .single-entry-meta a:focus {
      color: #3B99D7; }

/*
  Related posts
  -------------------
*/
.related-posts .related-posts_title {
  position: relative;
  margin: 20px 0;
  padding-bottom: 20px;
  color: #1A1C28;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase; }
  .related-posts .related-posts_title .verso-separator {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100px;
    text-align: center; }
    .related-posts .related-posts_title .verso-separator:before {
      position: absolute;
      content: '';
      left: 0px;
      bottom: 0px;
      width: 25px;
      height: 2px;
      display: inline-block;
      background-color: #FC694C; }
    .related-posts .related-posts_title .verso-separator .dott {
      position: relative;
      bottom: -10px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      display: inline-block;
      background-color: #FC694C;
      margin-right: 2px; }
.related-posts ul.related-posts_list {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 30px;
  list-style: none; }
  .related-posts ul.related-posts_list li.related-posts_item {
    margin-bottom: 5px; }
    .related-posts ul.related-posts_list li.related-posts_item a {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      color: #71818c;
      display: block;
      padding: 5px; }
      .related-posts ul.related-posts_list li.related-posts_item a:before {
        content: '\f101';
        font-family: 'Fontawesome';
        margin-right: 8px;
        display: inline-block; }
      .related-posts ul.related-posts_list li.related-posts_item a:hover, .related-posts ul.related-posts_list li.related-posts_item a:focus {
        color: #3B99D7;
        margin-left: 5px; }

/*
  Custom Pagination
  -------------------
*/
.verso-navigation {
  clear: both;
  display: block; }
  .verso-navigation .verso-nav-block {
    background: #eeeeee;
    display: inline-block;
    padding: 20px; }
    .verso-navigation .verso-nav-block ul {
      display: inline-block;
      padding: 0;
      margin: 0;
      list-style: none; }
      .verso-navigation .verso-nav-block ul li {
        display: inline-block; }
        .verso-navigation .verso-nav-block ul li a {
          -webkit-transition: all 0.3s ease 0s;
          -moz-transition: all 0.3s ease 0s;
          -ms-transition: all 0.3s ease 0s;
          -o-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
          display: inline-block;
          color: #1A1C28;
          text-decoration: none;
          background: #ffffff;
          border-radius: 0;
          cursor: pointer;
          width: 45px;
          height: 45px;
          line-height: 45px;
          text-align: center;
          margin: 0 5px; }
          .verso-navigation .verso-nav-block ul li a:hover, .verso-navigation .verso-nav-block ul li a:focus {
            background-color: #2D3E50;
            color: #ffffff;
            text-decoration: none; }
        .verso-navigation .verso-nav-block ul li.active a {
          background-color: #3B99D7;
          color: #ffffff; }
        .verso-navigation .verso-nav-block ul li.disabled {
          color: #ffffff; }
  .verso-navigation .verso-default-navigation a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    padding: 8px 15px;
    background: #3B99D7;
    color: #ffffff;
    border-radius: 3px; }
    .verso-navigation .verso-default-navigation a:hover, .verso-navigation .verso-default-navigation a:focus {
      background: #FC694C; }

/*
  Footer section
  -------------------
*/
.verso-footer {
  background: #1A1C28;
  color: #A1B1BA;
  display: block;
  line-height: 1.8; }
  .verso-footer .children {
    background: none; }
  .verso-footer .verso-footer-container {
    padding: 20px 0; }
    .verso-footer .verso-footer-container .versofooter .verso-widget-title {
      position: relative;
      margin-bottom: 40px; }
      .verso-footer .verso-footer-container .versofooter .verso-widget-title h2 {
        font-family: "Oswald", sans-serif;
        display: block;
        font-size: 20px;
        text-transform: uppercase;
        color: #ffffff;
        padding-bottom: 10px;
        line-height: 1.4; }
        .verso-footer .verso-footer-container .versofooter .verso-widget-title h2 a {
          color: #ffffff; }
          .verso-footer .verso-footer-container .versofooter .verso-widget-title h2 a:hover {
            color: #3B99D7; }
      .verso-footer .verso-footer-container .versofooter .verso-widget-title .verso-separator {
        position: absolute;
        left: 0px;
        bottom: 0;
        width: 100px;
        text-align: center; }
        .verso-footer .verso-footer-container .versofooter .verso-widget-title .verso-separator:before {
          position: absolute;
          content: '';
          left: 0px;
          bottom: 0px;
          width: 25px;
          height: 2px;
          display: inline-block;
          background-color: #FC694C; }
        .verso-footer .verso-footer-container .versofooter .verso-widget-title .verso-separator .dott {
          position: relative;
          bottom: -10px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          display: inline-block;
          background-color: #FC694C;
          margin-right: 2px; }
    .verso-footer .verso-footer-container .versofooter .verso-widget {
      margin: 30px 0;
      padding: 0; }
      .verso-footer .verso-footer-container .versofooter .verso-widget a {
        color: #A1B1BA; }
        .verso-footer .verso-footer-container .versofooter .verso-widget a:hover {
          color: #ffffff; }
      .verso-footer .verso-footer-container .versofooter .verso-widget li {
        color: #A1B1BA; }
      .verso-footer .verso-footer-container .versofooter .verso-widget.widget_text .textwidget p {
        color: #A1B1BA;
        font-size: 14px; }
      .verso-footer .verso-footer-container .versofooter .verso-widget.widget_recent_entries ul li {
        border-bottom: 1px solid #333333; }
        .verso-footer .verso-footer-container .versofooter .verso-widget.widget_recent_entries ul li a {
          font-weight: 500;
          color: #ffffff; }
          .verso-footer .verso-footer-container .versofooter .verso-widget.widget_recent_entries ul li a:hover, .verso-footer .verso-footer-container .versofooter .verso-widget.widget_recent_entries ul li a:focus {
            color: #3B99D7; }
        .verso-footer .verso-footer-container .versofooter .verso-widget.widget_recent_entries ul li .post-date {
          color: #A1B1BA; }
      .verso-footer .verso-footer-container .versofooter .verso-widget .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text, .verso-footer .verso-footer-container .versofooter .verso-widget .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
        background: transparent;
        border: 1px solid #333333;
        color: #eeeeee; }
      .verso-footer .verso-footer-container .versofooter .verso-widget .wpcf7 .wpcf7-form .wpcf7-submit {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        background: transparent;
        border-radius: 2px;
        color: #ffffff;
        border: 1px solid #ffffff;
        display: inline-block;
        font-size: 12px;
        font-weight: 700;
        margin: 0 0 20px 10px;
        padding: 8px 16px;
        text-transform: uppercase;
        width: auto;
        float: right; }
        .verso-footer .verso-footer-container .versofooter .verso-widget .wpcf7 .wpcf7-form .wpcf7-submit:hover {
          border: 1px solid #FC694C;
          background: #FC694C; }
    .verso-footer .verso-footer-container .versofooter .navbar {
      padding: 20px 0; }
      .verso-footer .verso-footer-container .versofooter .navbar .navbar-nav {
        float: none; }
        .verso-footer .verso-footer-container .versofooter .navbar .navbar-nav li {
          float: none;
          display: inline-block;
          border-right: 1px solid #ffffff; }
          .verso-footer .verso-footer-container .versofooter .navbar .navbar-nav li a {
            font-size: 15px;
            padding: 0; }
            .verso-footer .verso-footer-container .versofooter .navbar .navbar-nav li a:hover {
              background: none; }
          .verso-footer .verso-footer-container .versofooter .navbar .navbar-nav li:last-child {
            border-right: none; }
  .verso-footer .verso-footer-copyright {
    background: #242737;
    color: #A1B1BA;
    padding: 20px 0;
    line-height: 1; }
    .verso-footer .verso-footer-copyright .site-footer-info span {
      border-right: 1px solid #A1B1BA;
      margin-right: 10px;
      padding-right: 10px; }
      .verso-footer .verso-footer-copyright .site-footer-info span:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0; }
    .verso-footer .verso-footer-copyright .site-footer-info a {
      color: #A1B1BA;
      font-weight: bold; }
      .verso-footer .verso-footer-copyright .site-footer-info a:hover, .verso-footer .verso-footer-copyright .site-footer-info a:focus {
        color: #3B99D7; }
    .verso-footer .verso-footer-copyright .site-footer-links ul {
      list-style: none;
      line-height: 1; }
      .verso-footer .verso-footer-copyright .site-footer-links ul li {
        border-right: 1px solid #A1B1BA;
        line-height: 1; }
        .verso-footer .verso-footer-copyright .site-footer-links ul li a {
          background: transparent;
          color: #A1B1BA;
          padding: 0 10px; }
          .verso-footer .verso-footer-copyright .site-footer-links ul li a:hover, .verso-footer .verso-footer-copyright .site-footer-links ul li a:focus {
            color: #ffffff;
            background: transparent; }
        .verso-footer .verso-footer-copyright .site-footer-links ul li:last-child {
          border-right: none; }
  .verso-footer .footer-social-block {
    padding-top: 20px;
    border-top: 1px solid #333333; }
    .verso-footer .footer-social-block .footer-social-links {
      display: block;
      width: 100%; }
      .verso-footer .footer-social-block .footer-social-links .foot-social-link {
        font-size: 16px;
        color: #A1B1BA;
        display: inline-block;
        width: 50%;
        line-height: 22px;
        margin-top: 20px; }
        .verso-footer .footer-social-block .footer-social-links .foot-social-link i {
          display: inline-block;
          font-size: 21px;
          width: 40px;
          height: 40px;
          line-height: 40px;
          float: left;
          background: #3B99D7;
          color: #ffffff;
          text-align: center;
          border-radius: 3px;
          margin-right: 8px; }
          .verso-footer .footer-social-block .footer-social-links .foot-social-link i.fa-facebook {
            background: #3C5B9B; }
          .verso-footer .footer-social-block .footer-social-links .foot-social-link i.fa-twitter {
            background: #3DB1E0; }
          .verso-footer .footer-social-block .footer-social-links .foot-social-link i.fa-pinterest-p {
            background: #C0202D; }
          .verso-footer .footer-social-block .footer-social-links .foot-social-link i.fa-dribbble {
            background: #E84C88; }
          .verso-footer .footer-social-block .footer-social-links .foot-social-link i.fa-instagram {
            background: linear-gradient(to right top, #F8C400, #FF1600, #853FBB); }
          .verso-footer .footer-social-block .footer-social-links .foot-social-link i.fa-flickr {
            background: linear-gradient(to right, #0063DC, #FE0E8D); }
          .verso-footer .footer-social-block .footer-social-links .foot-social-link i.fa-google-plus-official {
            background: #DC4A38; }
          .verso-footer .footer-social-block .footer-social-links .foot-social-link i.fa-linkedin {
            background: #007BB6; }
        .verso-footer .footer-social-block .footer-social-links .foot-social-link .social-subtext {
          font-size: 13px;
          overflow: auto;
          display: block; }
        .verso-footer .footer-social-block .footer-social-links .foot-social-link:hover, .verso-footer .footer-social-block .footer-social-links .foot-social-link:focus {
          color: #ffffff; }

/*
  Ajax loading
  -------------------
*/
.container-load-previous {
  margin-top: 20px;
  clear: both; }

.container-load-previous, .container-load-next {
  clear: both; }

.verso-blog-container {
  padding-bottom: 40px;
  padding-top: 40px; }
  .verso-blog-container.verso-blog-colums .sticky {
    background: transparent; }
    .verso-blog-container.verso-blog-colums .sticky .entry-date {
      z-index: 1; }
    .verso-blog-container.verso-blog-colums .sticky .entry-content {
      background: #2D3E50; }
  .verso-blog-container.verso-blog-colums .verso-format-gallery .carousel.slide .carousel-inner div.item {
    height: 250px; }

.verso-posts-container article {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  margin-bottom: 40px;
  margin-top: 30px; }
  .verso-posts-container article.reveal {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }
  .verso-posts-container article .entry-image.post-image-container {
    position: relative; }
    .verso-posts-container article .entry-image.post-image-container .entry-image-container a.standard-featured-link {
      position: relative;
      display: block; }
      .verso-posts-container article .entry-image.post-image-container .entry-image-container a.standard-featured-link img {
        max-width: 100%;
        height: auto; }
    .verso-posts-container article .entry-image.post-image-container.has-post-image .entry-date {
      bottom: -20px;
      top: auto; }
  .verso-posts-container article:hover .entry-image.post-image-container .entry-image-container a.standard-featured-link:before {
    opacity: 1; }
  .verso-posts-container article:hover .entry-image.post-image-container .entry-image-container a.standard-featured-link:after {
    opacity: 1; }

.btn-verso-load {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  background: transparent linear-gradient(90deg, #1ad6fd 0%, #1d62f0 100%) repeat scroll 0% 0%;
  display: inline-block;
  font-size: 21px;
  color: #ffffff;
  padding: 12px 40px;
  margin: 20px auto;
  cursor: pointer;
  border-radius: 30px; }
  .btn-verso-load:hover, .btn-verso-load:focus {
    color: #2D3E50; }
  .btn-verso-load.loading {
    cursor: default;
    color: #ffffff; }

.spin {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.verso-post-end-text {
  clear: both; }
  .verso-post-end-text h3 {
    color: #1A1C28;
    font-size: 21px;
    margin-bottom: 0; }

/*
  Single
  -------------------
*/
.single article {
  padding-bottom: 0; }
.single article.sticky{
  background: transparent; }
.single .entry-image {
  position: relative; }
.single .entry-title {
  color: #1A1C28;
  font-size: 28px;
  margin-top: 10px; }
.single .entry-content {
  color: #333333;
  margin-top: 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 2; }
  .single .entry-content > :nth-child(1) {
    margin-top: 0; }
  .single .entry-content h1, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5 {
    color: #1A1C28;
    line-height: 1.33;
    margin: 40px 0 0;
    font-weight: 600;
    padding: 0; }
  .single .entry-content p {
    color: #333333;
    font-size: 17px;
    font-weight: 300;
    line-height: 2;
    margin: 20px 0 0; }
  .single .entry-content img {
    margin: 10px auto; }
  .single .entry-content ul, .single .entry-content ol {
    padding: 0;
    margin: 20px 0 0 40px; }
    .single .entry-content ul li, .single .entry-content ol li {
      color: #333333;
      font-size: 17px;
      font-weight: 300;
      line-height: 2;
      padding: 5px 0 0 20px; }
  .single .entry-content .msg-highlight {
    background-color: #fff7e5; }
  .single .entry-content .msg {
    padding: 20px 30px; }
  .single .entry-content blockquote {
    border-left: 4px solid #3B99D7;
    padding: 12px 0 12px 30px;
    margin: 40px 0; }
    .single .entry-content blockquote > :nth-child(1) {
      margin-top: 0; }
.single .entry-footer {
  padding: 20px 0;
  margin: 20px 0;
  border-bottom: 1px solid #eeeeee; }

.post-link-nav {
  margin-bottom: 20px;
  margin-top: 20px; }
  .post-link-nav .previous, .post-link-nav .next {
    display: inline-block; }
    .post-link-nav .previous a, .post-link-nav .next a {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      color: #2D3E50;
      font-size: 15px;
      text-transform: capitalize;
      display: inline-block; }
      .post-link-nav .previous a::before, .post-link-nav .previous a:after, .post-link-nav .next a::before, .post-link-nav .next a:after {
        display: inline-block;
        position: relative;
        font-family: "Fontawesome"; }
      .post-link-nav .previous a:hover, .post-link-nav .previous a:focus, .post-link-nav .next a:hover, .post-link-nav .next a:focus {
        color: #3B99D7; }
  .post-link-nav .previous a::before {
    content: "\f100";
    left: 0;
    margin: 0 10px 0 0; }
  .post-link-nav .next a::after {
    content: "\f101";
    right: 0;
    margin: 0 0 0 10px; }

/*
  Sharing section
  ---------------------
*/
.verso-shareThis {
  display: block;
  text-align: center;
  border-top: 1px solid #F6F9FC;
  padding-top: 10px;
  clear: both; }
  .verso-shareThis ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .verso-shareThis ul li {
      float: none;
      display: inline-block; }
  .verso-shareThis a {
    display: inline-block;
    font-size: 20px;
    opacity: 0.65;
    margin: 0 5px;
    color: #1A1C28; }
    .verso-shareThis a:hover, .verso-shareThis a:focus {
      opacity: 1;
      color: #1A1C28; }

/*
  Comments section
  ---------------------
*/
.comments-area {
  margin-top: 40px;
  margin-bottom: 40px; }
  .comments-area .comments-title {
    position: relative;
    margin: 20px 0;
    padding-bottom: 20px;
    color: #1A1C28;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase; }
    .comments-area .comments-title .verso-separator {
      position: absolute;
      left: 0px;
      bottom: 0;
      width: 100px;
      text-align: center; }
      .comments-area .comments-title .verso-separator:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 25px;
        height: 2px;
        display: inline-block;
        background-color: #FC694C; }
      .comments-area .comments-title .verso-separator .dott {
        position: relative;
        bottom: -10px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: inline-block;
        background-color: #FC694C;
        margin-right: 2px; }

.comment-respond {
  margin: 20px 0;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #eeeeee; }
  .comment-respond .comment-reply-title {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #1A1C28;
    text-transform: uppercase; }
  .comment-respond .comment-form .comment-notes {
    color: #71818c;
    margin-bottom: 30px;
    font-size: 15px; }
  .comment-respond .comment-form .form-group {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px; }
    .comment-respond .comment-form .form-group.half-col {
      padding-right: 15px; }
    .comment-respond .comment-form .form-group.first_field {
      padding-right: 30px; }
  .comment-respond .comment-form .form-control {
    height: 48px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    padding: 15px;
    border-radius: 0; }
    .comment-respond .comment-form .form-control:focus {
      border-color: #3B99D7; }
  .comment-respond .comment-form textarea.form-control {
    height: 194px; }
  .comment-respond .comment-form label {
    color: #71818c;
    font-size: 16px;
    font-weight: 400;
    text-transform: none; }
  .comment-respond .comment-form .form-submit {
    clear: both;
    text-align: right; }
    .comment-respond .comment-form .form-submit .review-submit-button {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      background-color: #3B99D7;
      border: 1px solid #3B99D7;
      color: #ffffff;
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      margin: 0 0 20px;
      padding: 15px 40px;
      border-radius: 0;
      text-transform: uppercase; }
      .comment-respond .comment-form .form-submit .review-submit-button:hover, .comment-respond .comment-form .form-submit .review-submit-button:focus {
        background: #FC694C;
        border-color: #FC694C; }

.comments-list {
  padding: 0;
  list-style: none;
  margin: 20px 0; }
  .comments-list .comment .comment-body {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 100px;
    margin: 20px 0; }
    .comments-list .comment .comment-body .comment-awaiting-moderation {
      color: #71818c;
      float: right; }
    .comments-list .comment .comment-body .comment-meta .comment-author {
      display: inline-block;
      font-size: 18px;
      line-height: 1.4;
      font-weight: 400;
      text-transform: capitalize; }
      .comments-list .comment .comment-body .comment-meta .comment-author a {
        color: #333333; }
      .comments-list .comment .comment-body .comment-meta .comment-author b {
        color: #1A1C28;
        font-weight: 600; }
      .comments-list .comment .comment-body .comment-meta .comment-author .fn {
        font-style: normal; }
      .comments-list .comment .comment-body .comment-meta .comment-author .avatar {
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        border: 1px solid #eeeeee; }
      .comments-list .comment .comment-body .comment-meta .comment-author .says {
        display: none; }
      .comments-list .comment .comment-body .comment-meta .comment-author cite {
        font-size: 18px;
        text-transform: capitalize;
        color: #333333; }
    .comments-list .comment .comment-body .comment-metadata {
      display: inline-block;
      margin-left: 10px;
      font-size: 13px;
      font-weight: 300; }
      .comments-list .comment .comment-body .comment-metadata a {
        color: #71818c; }
        .comments-list .comment .comment-body .comment-metadata a:hover, .comments-list .comment .comment-body .comment-metadata a:focus {
          color: #3B99D7; }
      .comments-list .comment .comment-body .comment-metadata .comment-edit-link {
        margin-left: 15px; }
    .comments-list .comment .comment-body .comment-content {
      font-size: 16px;
      font-weight: 300; }
    .comments-list .comment .comment-body .reply {
      float: right; }
      .comments-list .comment .comment-body .reply a.comment-reply-link {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        color: #3B99D7;
        text-transform: uppercase;
        display: inline-block;
        border-radius: 0;
        font-weight: 600;
        font-size: 13px;
        border-bottom: 1px solid #eeeeee; }
        .comments-list .comment .comment-body .reply a.comment-reply-link:after {
          content: '\f101';
          font-family: 'Fontawesome';
          display: inline-block;
          margin-left: 5px;
          font-weight: 300;
          color: #2D3E50; }
        .comments-list .comment .comment-body .reply a.comment-reply-link:hover, .comments-list .comment .comment-body .reply a.comment-reply-link:focus {
          color: #2D3E50; }
  .comments-list .comment:last-child .comment-body {
    border-bottom: none; }
  .comments-list .comment.bypostauthor .comment-meta .comment-author .avatar {
    border-color: #3B99D7; }
  .comments-list .comment.bypostauthor .comment-meta .comment-author b {
    color: #3B99D7; }
  .comments-list .children {
    background-color: #F6F9FC;
    list-style: none; }
    @media (max-width: 767px) {
      .comments-list .children {
        margin-left: 0;
        padding-left: 0; } }

/*
  Sidebar section
  ---------------------
*/
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  cursor: e-resize; }

.verso-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #1A1C28;
  color: #ffffff;
  z-index: 999999;
  height: 100vh;
  width: 100%;
  max-width: 300px;
  -webkit-transition: transform 320ms ease 0s;
  -moz-transition: transform 320ms ease 0s;
  -ms-transition: transform 320ms ease 0s;
  -o-transition: transform 320ms ease 0s;
  transition: transform 320ms ease 0s; }
  .admin-bar .verso-sidebar {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .verso-sidebar {
        top: 32px; } }
  .verso-sidebar.sidebar-closed {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .verso-sidebar a {
    color: #F6F9FC; }
    .verso-sidebar a:hover, .verso-sidebar a:focus {
      color: #ffffff; }
  .verso-sidebar .verso-sidebar-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    padding-top: 40px; }
  .verso-sidebar .sidebar-scroll {
    position: relative;
    display: block;
    width: 100%;
    height: 95%;
    overflow-x: hidden;
    overflow-y: auto; }
  .verso-sidebar .sidebar-close {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    color: #ffffff; }
    .verso-sidebar .sidebar-close:hover, .verso-sidebar .sidebar-close:focus {
      color: #3B99D7; }

.sidebar-reveal {
  display: none; }

/*
  Widgets section
  ---------------------
*/
.verso-widget {
  margin: 30px 0 50px;
  padding: 0 0 0 20px; }
  .verso-widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .verso-widget ul li {
      padding: 0;
      margin-bottom: 10px;
      color: #555555; }
      .verso-widget ul li a {
        color: #1A1C28; }
        .verso-widget ul li a:hover {
          color: #3B99D7; }
  .verso-widget .verso-widget-title {
    position: relative;
    margin-bottom: 40px; }
    .verso-widget .verso-widget-title h2 {
      font-family: "Oswald", sans-serif;
      display: block;
      font-size: 20px;
      text-transform: uppercase;
      color: #1A1C28;
      padding-bottom: 10px;
      line-height: 1.4; }
      .verso-widget .verso-widget-title h2 a {
        color: #1A1C28; }
        .verso-widget .verso-widget-title h2 a:hover {
          color: #3B99D7; }
    .verso-widget .verso-widget-title .verso-separator {
      position: absolute;
      left: 0px;
      bottom: 0;
      width: 100px;
      text-align: center; }
      .verso-widget .verso-widget-title .verso-separator:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: -2px;
        width: 25px;
        height: 2px;
        display: inline-block;
        background-color: #FC694C; }
      .verso-widget .verso-widget-title .verso-separator .dott {
        position: relative;
        bottom: -10px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: inline-block;
        background-color: #FC694C;
        margin-right: 2px; }
  .verso-widget input, .verso-widget select, .verso-widget textarea {
    width: 100%; }
  .verso-widget.verso-topbar-widget {
    margin: 0; }
  .verso-widget.verso-dark-widget .verso-widget-title {
    position: relative;
    margin-bottom: 40px; }
    .verso-widget.verso-dark-widget .verso-widget-title h2 {
      font-family: "Oswald", sans-serif;
      display: block;
      font-size: 20px;
      text-transform: uppercase;
      color: #ffffff;
      padding-bottom: 10px;
      line-height: 1.4; }
      .verso-widget.verso-dark-widget .verso-widget-title h2 a {
        color: #ffffff; }
        .verso-widget.verso-dark-widget .verso-widget-title h2 a:hover {
          color: #3B99D7; }
    .verso-widget.verso-dark-widget .verso-widget-title .verso-separator {
      position: absolute;
      left: 0px;
      bottom: 0;
      width: 100px;
      text-align: center; }
      .verso-widget.verso-dark-widget .verso-widget-title .verso-separator:before {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 25px;
        height: 2px;
        display: inline-block;
        background-color: #FC694C; }
      .verso-widget.verso-dark-widget .verso-widget-title .verso-separator .dott {
        position: relative;
        bottom: -10px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: inline-block;
        background-color: #FC694C;
        margin-right: 2px; }
  .verso-widget.verso-dark-widget a {
    color: #A1B1BA; }
    .verso-widget.verso-dark-widget a:hover {
      color: #ffffff; }
  .verso-widget.verso-dark-widget li {
    color: #A1B1BA; }
  .verso-widget.verso-dark-widget.widget_text .textwidget p {
    color: #A1B1BA;
    font-size: 14px; }
  .verso-widget.verso-dark-widget.widget_categories ul, .verso-widget.verso-dark-widget.widget_product_categories ul {
    background: transparent; }
  .verso-widget.verso-dark-widget.widget_recent_entries ul li {
    border-bottom: 1px solid #333333; }
    .verso-widget.verso-dark-widget.widget_recent_entries ul li a {
      font-weight: 500;
      color: #ffffff; }
      .verso-widget.verso-dark-widget.widget_recent_entries ul li a:hover, .verso-widget.verso-dark-widget.widget_recent_entries ul li a:focus {
        color: #3B99D7; }
    .verso-widget.verso-dark-widget.widget_recent_entries ul li .post-date {
      color: #A1B1BA; }
  .verso-widget.verso-dark-widget .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-text, .verso-widget.verso-dark-widget .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea {
    background: transparent;
    border: 1px solid #333333;
    color: #eeeeee; }
  .verso-widget.verso-dark-widget .wpcf7 .wpcf7-form .wpcf7-submit {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    background: transparent;
    border-radius: 2px;
    color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 20px 10px;
    padding: 8px 16px;
    text-transform: uppercase;
    width: auto;
    float: right; }
    .verso-widget.verso-dark-widget .wpcf7 .wpcf7-form .wpcf7-submit:hover {
      border: 1px solid #FC694C;
      background: #FC694C; }

.verso-left-sidebar .verso-widget {
  padding: 0 20px 0 0; }

.widget_text .textwidget p {
  font-size: 14px; }
.widget_text .textwidget select {
  height: 42px;
  border-radius: 0;
  box-shadow: none; }

.widget_search .searchform .input-group .form-control {
  border-right: medium none;
  height: 52px;
  border-radius: 0;
  box-shadow: none;
  font-style: italic;
  border-color: #eeeeee; }
.widget_search .searchform .input-group .input-group-btn {
  background: #FC694C;
  color: #ffffff; }
.widget_search .searchform .input-group .submit {
  background: transparent;
  border: none;
  padding: 10px 18px;
  border-radius: 0;
  font-size: 16px; }

.tagcloud {
  text-align: left; }
  .tagcloud a {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    display: inline-block;
    background: transparent;
    color: #A1B1BA;
    border: 1px solid #A1B1BA;
    padding: 4px 12px;
    border-radius: 4px;
    margin: 4px 2px; }
    .tagcloud a:hover {
      color: #ffffff;
      background: #3B99D7;
      border-color: #3B99D7; }

.widget_categories > ul, .widget_product_categories > ul {
  padding: 20px 0; }
.widget_categories ul, .widget_product_categories ul {
  background: #F6F9FC; }
  .widget_categories ul li.cat-item, .widget_product_categories ul li.cat-item {
    position: relative;
    margin: 0; }
    .widget_categories ul li.cat-item a,
    .widget_categories ul li.cat-item span, .widget_product_categories ul li.cat-item a,
    .widget_product_categories ul li.cat-item span {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      display: block;
      line-height: 1.6; }
    .widget_categories ul li.cat-item a, .widget_product_categories ul li.cat-item a {
      border-left: 3px solid transparent;
      padding-left: 30px;
      color: #555555;
      margin-bottom: 12px;
      margin-top: 12px; }
      .widget_categories ul li.cat-item a::before, .widget_product_categories ul li.cat-item a::before {
        content: "\f101";
        font-family: 'FontAwesome';
        display: inline-block;
        margin-right: 15px; }
      .widget_categories ul li.cat-item a:hover, .widget_categories ul li.cat-item a:focus, .widget_product_categories ul li.cat-item a:hover, .widget_product_categories ul li.cat-item a:focus {
        color: #3B99D7;
        border-left-color: #3B99D7; }
    .widget_categories ul li.cat-item .post_count, .widget_product_categories ul li.cat-item .post_count {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 12px;
      font-weight: 700;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      color: #ffffff;
      background: #3B99D7;
      border-radius: 50px;
      margin: 0 20px; }
    .widget_categories ul li.cat-item.current-cat a, .widget_product_categories ul li.cat-item.current-cat a {
      color: #FC694C; }
      .widget_categories ul li.cat-item.current-cat a:hover, .widget_categories ul li.cat-item.current-cat a:focus, .widget_product_categories ul li.cat-item.current-cat a:hover, .widget_product_categories ul li.cat-item.current-cat a:focus {
        color: #FC694C;
        border-left-color: #FC694C; }
.widget_categories form select, .widget_product_categories form select {
  height: 42px;
  border-radius: 0;
  box-shadow: none; }

.widget_pages ul li {
  margin-bottom: 0; }
  .widget_pages ul li a {
    color: #555555;
    padding: 5px 0;
    display: block; }

.widget_nav_menu ul li {
  margin-bottom: 0; }
  .widget_nav_menu ul li a {
    color: #555555;
    padding: 5px 0;
    display: block; }

.widget_meta li a {
  color: #555555; }

.widget_rss li a {
  display: block;
  padding-bottom: 10px; }

.recentcomments {
  font-size: 14px;
  color: #555555; }
  .recentcomments span {
    display: block;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 8px;
    margin-bottom: 8px; }
    .recentcomments span a {
      display: block;
      color: #555555;
      text-transform: none; }

.widget_archive ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  display: block; }
  .widget_archive ul li a,
  .widget_archive ul li span {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    display: inline-block;
    line-height: 1em; }
  .widget_archive ul li a {
    padding: 15px 0;
    color: #555555; }
    .widget_archive ul li a:hover {
      color: #3B99D7; }
  .widget_archive ul li .count {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 12px;
    font-weight: 700;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    background: #3B99D7;
    border-radius: 50px;
    margin: 10px; }
.widget_archive select {
  height: 42px;
  border-radius: 0;
  box-shadow: none; }

.widget_calendar .calendar_wrap table caption {
  color: inherit; }
.widget_calendar .calendar_wrap table tr td, .widget_calendar .calendar_wrap table tr th {
  padding: 7px; }
.widget_calendar .calendar_wrap #today {
  color: #3B99D7;
  border: 1px solid #3B99D7; }
@media (max-width: 991px) and (min-width: 768px) {
  .widget_calendar .calendar_wrap table tr td, .widget_calendar .calendar_wrap table tr th {
    padding: 8px 4px; } }

.widget_recent_entries ul li {
  display: block;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #A1B1BA; }
  .widget_recent_entries ul li a {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize; }
    .widget_recent_entries ul li a:hover, .widget_recent_entries ul li a:focus {
      color: #3B99D7; }
  .widget_recent_entries ul li .post-date {
    color: #A1B1BA;
    font-size: 13px;
    display: block;
    line-height: 1.6; }
  .widget_recent_entries ul li:last-child {
    border-bottom: none; }

.verso-popular-posts-widget .media-body, .verso-popular-posts-widget .media-left, .verso-popular-posts-widget .media-right {
  vertical-align: middle; }
.verso-popular-posts-widget .media-left {
  min-width: 30px; }
  .verso-popular-posts-widget .media-left img {
    max-width: 100%;
    height: auto; }
.verso-popular-posts-widget .media-body {
  width: auto; }
  .verso-popular-posts-widget .media-body a {
    color: #555555; }
    .verso-popular-posts-widget .media-body a:hover {
      color: #3B99D7; }

.widget_newsletterwidget .tnp-widget {
  margin-top: 20px; }
  .widget_newsletterwidget .tnp-widget form {
    display: flex;
    width: 100%; }
  .widget_newsletterwidget .tnp-widget .tnp-field label {
    display: none; }
  .widget_newsletterwidget .tnp-widget .tnp-field.tnp-field-email {
    width: 70%; }
    .widget_newsletterwidget .tnp-widget .tnp-field.tnp-field-email .tnp-email {
      border-radius: 0;
      border: 1px solid #eeeeee;
      height: 50px;
      text-indent: 10px;
      width: 100%;
      background: transparent; }
  .widget_newsletterwidget .tnp-widget .tnp-field.tnp-field-button {
    width: 30%;
    position: relative;
    text-align: center;
    color: #ffffff; }
    .widget_newsletterwidget .tnp-widget .tnp-field.tnp-field-button .tnp-submit {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      background-color: #FC694C;
      border: medium none;
      border-radius: 0;
      box-shadow: none;
      color: #ffffff;
      display: block;
      font-size: 16px;
      font-weight: 600;
      padding: 15px 0;
      text-transform: uppercase;
      width: 100%;
      text-align: center; }
      .widget_newsletterwidget .tnp-widget .tnp-field.tnp-field-button .tnp-submit:hover, .widget_newsletterwidget .tnp-widget .tnp-field.tnp-field-button .tnp-submit:focus {
        background-color: #3B99D7; }

.verso-profile-widget .verso-aboutus-widget-container .image-container {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 30px; }
  .verso-profile-widget .verso-aboutus-widget-container .image-container .profile-picture {
    display: inline-block; }
    .verso-profile-widget .verso-aboutus-widget-container .image-container .profile-picture img {
      height: auto;
      max-width: 180px;
      width: 100%; }
.verso-profile-widget .verso-aboutus-widget-container .verso-username {
  color: #eeeeee;
  font-size: 24px;
  margin: 0 0 10px; }
.verso-profile-widget .verso-aboutus-widget-container .verso-description {
  font-size: 14px;
  margin: 0 0 20px;
  color: #A1B1BA; }
.verso-profile-widget .verso-aboutus-widget-container .widget-contact-information .contact-info {
  display: block;
  border-bottom: 1px solid #333333;
  color: #A1B1BA;
  padding: 10px 0; }
  .verso-profile-widget .verso-aboutus-widget-container .widget-contact-information .contact-info .contact-icon-block {
    display: inline-block;
    float: left;
    font-size: 16px;
    height: 25px;
    width: 30px; }
  .verso-profile-widget .verso-aboutus-widget-container .widget-contact-information .contact-info .contact-content-block {
    display: inline; }
    .verso-profile-widget .verso-aboutus-widget-container .widget-contact-information .contact-info .contact-content-block address {
      margin: 0; }
  .verso-profile-widget .verso-aboutus-widget-container .widget-contact-information .contact-info:last-child {
    border-bottom: none; }

/*
  Shop page Widgets section
  ---------------------
*/
.verso-shop-widget {
  margin: 0 0 50px;
  padding: 0 20px; }
  .verso-shop-widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .verso-shop-widget li {
    padding: 0;
    margin-bottom: 10px; }

.woocommerce.widget_price_filter .price_slider_wrapper {
  padding: 20px 0; }
  .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider {
    background: #ffffff;
    height: 8px;
    border: 1px solid #eeeeee; }
    .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
      background: #F6F9FC; }
    .woocommerce.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
      background: #3B99D7; }
  .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
    padding-top: 20px; }
    .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      background: #3B99D7;
      color: #ffffff;
      border-radius: 0;
      font-size: 13px;
      line-height: 18px;
      padding: 8px 15px;
      text-transform: uppercase; }
      .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
        background: #FC694C;
        color: #ffffff; }
    .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
      font-size: 14px;
      font-weight: 600; }

.woocommerce.widget_product_search .woocommerce-product-search {
  display: flex; }
  .woocommerce.widget_product_search .woocommerce-product-search input {
    border-radius: 0; }
  .woocommerce.widget_product_search .woocommerce-product-search .search-field {
    border: 1px solid #eeeeee;
    height: 35px;
    text-indent: 5px;
    max-width: 65%; }
  .woocommerce.widget_product_search .woocommerce-product-search input[type="submit"] {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    background: #3B99D7;
    color: #ffffff;
    border: medium none;
    border-radius: 0;
    font-size: 13px;
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase; }
    .woocommerce.widget_product_search .woocommerce-product-search input[type="submit"]:hover {
      background: #FC694C;
      color: #ffffff; }

.woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
  .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item a {
    color: #555555;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
    padding: 0;
    text-transform: capitalize; }
  .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .remove {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 21px;
    left: auto;
    line-height: 20px;
    margin: 0;
    padding: 0;
    right: 0;
    text-align: center;
    top: 5px;
    width: 21px; }
  .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item img {
    float: left;
    height: auto;
    margin-right: 15px;
    margin-left: 0;
    width: 75px;
    border: 1px solid #eeeeee; }
  .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item .quantity {
    font-size: 13px;
    font-weight: 700;
    color: #333333; }
  .woocommerce.widget_shopping_cart .widget_shopping_cart_content .cart_list .mini_cart_item:last-child {
    border-bottom: none; }
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 16px;
  color: #333333; }
  .woocommerce.widget_shopping_cart .widget_shopping_cart_content .total .woocommerce-Price-amount {
    font-weight: 600; }
.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  background: transparent;
  border: 1px solid #3B99D7;
  color: #3B99D7;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 12px; }
  .woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons .button:hover {
    background: transparent;
    border: 1px solid #FC694C;
    color: #FC694C; }

.woocommerce.widget_products .product_list_widget li, .woocommerce.widget_top_rated_products .product_list_widget li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
  .woocommerce.widget_products .product_list_widget li a, .woocommerce.widget_top_rated_products .product_list_widget li a {
    color: #555555;
    display: block;
    font-weight: 400;
    margin-bottom: 2px;
    padding-bottom: 4px;
    text-transform: capitalize;
    line-height: 1.6; }
    .woocommerce.widget_products .product_list_widget li a:hover, .woocommerce.widget_top_rated_products .product_list_widget li a:hover {
      color: #3B99D7; }
  .woocommerce.widget_products .product_list_widget li img, .woocommerce.widget_top_rated_products .product_list_widget li img {
    float: left;
    height: auto;
    margin-right: 10px;
    margin-left: 0;
    width: 60px; }
  .woocommerce.widget_products .product_list_widget li .woocs_price_code, .woocommerce.widget_top_rated_products .product_list_widget li .woocs_price_code {
    line-height: 1.5;
    display: block;
    margin-top: 10px; }
  .woocommerce.widget_products .product_list_widget li del, .woocommerce.widget_top_rated_products .product_list_widget li del {
    color: #71818c;
    font-size: 14px; }
    .woocommerce.widget_products .product_list_widget li del .woocommerce-Price-amount, .woocommerce.widget_top_rated_products .product_list_widget li del .woocommerce-Price-amount {
      color: #71818c;
      font-size: 14px; }
  .woocommerce.widget_products .product_list_widget li ins, .woocommerce.widget_products .product_list_widget li .woocommerce-Price-amount, .woocommerce.widget_top_rated_products .product_list_widget li ins, .woocommerce.widget_top_rated_products .product_list_widget li .woocommerce-Price-amount {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #333333; }
  .woocommerce.widget_products .product_list_widget li:last-child, .woocommerce.widget_top_rated_products .product_list_widget li:last-child {
    border-bottom: none; }

.woocommerce.widget_recent_reviews .product_list_widget li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
  .woocommerce.widget_recent_reviews .product_list_widget li a {
    color: #555555;
    display: block;
    font-weight: 400;
    margin-bottom: 2px;
    padding-bottom: 4px;
    text-transform: capitalize;
    line-height: 1.6; }
    .woocommerce.widget_recent_reviews .product_list_widget li a:hover {
      color: #3B99D7; }
  .woocommerce.widget_recent_reviews .product_list_widget li .star-rating {
    color: #F6C640;
    font-size: 12px; }
  .woocommerce.widget_recent_reviews .product_list_widget li img {
    float: left;
    height: auto;
    margin-right: 10px;
    margin-left: 0;
    width: 60px; }
  .woocommerce.widget_recent_reviews .product_list_widget li .woocs_price_code {
    line-height: 1.5;
    display: block;
    margin-top: 10px; }
  .woocommerce.widget_recent_reviews .product_list_widget li del {
    color: #71818c;
    font-size: 14px; }
    .woocommerce.widget_recent_reviews .product_list_widget li del .woocommerce-Price-amount {
      color: #71818c;
      font-size: 14px; }
  .woocommerce.widget_recent_reviews .product_list_widget li ins, .woocommerce.widget_recent_reviews .product_list_widget li .woocommerce-Price-amount {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #333333; }
  .woocommerce.widget_recent_reviews .product_list_widget li:last-child {
    border-bottom: none; }

/*--------------------------------------------------------------
# BACK TO TOP
--------------------------------------------------------------*/
#back-to-top {
  position: fixed;
  right: 30px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px; }
  @media (min-width: 900px) {
    #back-to-top {
      display: block; } }
  #back-to-top .btn {
    background: black;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.32s ease 0s;
    -moz-transition: all 0.32s ease 0s;
    -ms-transition: all 0.32s ease 0s;
    -o-transition: all 0.32s ease 0s;
    transition: all 0.32s ease 0s;
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: none;
    color: #3B99D7;
    border-color: #3B99D7;
    font-size: 13px;
    height: 30px;
    line-height: 8px;
    padding: 0;
    text-align: center;
    text-shadow: none;
    width: 30px;
    text-shadow: none; }
    #back-to-top .btn:hover, #back-to-top .btn:active, #back-to-top .btn:focus {
      border-color: #FC694C;
      color: #FC694C; }
  #back-to-top.affix {
    bottom: 70px; }

/*--------------------------------------------------------------
# CSS LOADER
--------------------------------------------------------------*/
.loader {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff; }

.letter {
  font-size: 50px;
  color: #1A1C28; }

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

.versoLoaderCircle, .versoLoaderInner, .versoLoaderCore {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%; }

.versoLoader, .letter, .versoLoaderCircle, .versoLoaderInner, .versoLoaderCore {
  flex: none;
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  -o-flex: none; }

.letter, .versoLoaderCircle {
  align-self: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -o-align-self: center;
  -ms-align-self: center; }

.versoLoaderCircle {
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  height: 50px;
  width: 50px;
  background-color: #1A1C28; }

.versoLoaderInner {
  align-self: center;
  -ms-align-self: center;
  justify-content: center;
  -ms-justify-content: center;
  height: 50%;
  width: 50%;
  background-color: #3B99D7;
  -webkit-animation-name: versoLoaderAnimate;
  -webkit-animation-duration: 500ms;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite; }

.versoLoaderCore {
  align-self: center;
  -ms-align-self: center;
  height: 25%;
  width: 25%;
  background-color: #1A1C28;
  -webkit-animation-name: coreAnimate;
  -webkit-animation-duration: 1s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite; }

@-webkit-keyframes versoLoaderAnimate {
  to {
    height: 90%;
    width: 90%; } }
@keyframes versoLoaderAnimate {
  to {
    height: 90%;
    width: 90%; } }
@-webkit-keyframes coreAnimate {
  to {
    height: 90%;
    width: 90%; } }
@keyframes coreAnimate {
  to {
    height: 90%;
    width: 90%; } }
/*--------------------------------------------------------------
# SHOP PAGE
--------------------------------------------------------------*/
.woocommerce .shop-container {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px; }
  @media (max-width: 767px) {
    .woocommerce .shop-container {
      padding: 20px; } }
  .woocommerce .shop-container ul.products li.product {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    padding: 0; }
    .woocommerce .shop-container ul.products li.product .gridlist-buttonwrap {
      margin-top: 10px;
      margin-bottom: 20px; }
    @media (min-width: 769px) {
      .woocommerce .shop-container ul.products li.product {
        width: 30.75%; } }
  .woocommerce .shop-container .woocommerce-products-header .woocommerce-products-header__title {
    font-family: "Oswald", sans-serif;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    color: #1A1C28;
    line-height: 1.4; }
.woocommerce.verso-shop-container {
  padding-top: 40px;
  padding-bottom: 40px; }
  .woocommerce.verso-shop-container .shop-container {
    padding-top: 0;
    margin-top: 20px; }
.woocommerce .shop-list-view-container ul.products li.product {
  float: none !important;
  text-align: left !important;
  width: 100% !important; }
  .woocommerce .shop-list-view-container ul.products li.product .product-image-wrapper img {
    float: left;
    margin-bottom: 1.5em;
    margin-right: 3.8%;
    width: 30.75%; }
  .woocommerce .shop-list-view-container ul.products li.product .product-content-wrapper .woocommerce-product-details__short-description {
    display: block; }
  .woocommerce .shop-list-view-container ul.products li.product .product-content-wrapper .product-cart-wrapper {
    text-align: left; }
.woocommerce .shop-two-columns ul.products li.product {
  width: 46.15%; }
  .woocommerce .shop-two-columns ul.products li.product.first {
    clear: none; }
  .woocommerce .shop-two-columns ul.products li.product.last {
    margin-right: 3.8%; }

/*--------------------------------------------------------------
# WOOCOMMERCE
--------------------------------------------------------------*/
.woocommerce .blockUI.blockOverlay::before, .woocommerce .loader::before, .woocommerce-page .blockUI.blockOverlay::before, .woocommerce-page .loader::before {
  display: none; }
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .button, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page .button {
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  display: inline-block;
  background: #A1B1BA;
  border: 1px solid #A1B1BA;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  border-radius: 4px;
  padding: 10px 20px;
  line-height: 1.6;
  text-align: center;
  margin-top: 5px; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover,
  .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page .button:hover {
    background: #3B99D7;
    color: #ffffff; }

.woocommerce-info, .woocommerce-message {
  border-top-color: #3B99D7; }
  .woocommerce-info:before, .woocommerce-message:before {
    color: #3B99D7; }

@media (max-width: 480px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*="columns-"] ul.products li.product, .woocommerce[class*="columns-"] ul.products li.product {
    width: 100%; } }

.woocommerce ul.products li.product {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #ffffff; }
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    display: block; }
  .woocommerce ul.products li.product .onsale {
    position: absolute;
    display: block;
    width: 100%;
    background: #FC694C;
    color: #ffffff;
    line-height: 1;
    min-height: auto;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0;
    padding: 15px 20px;
    text-align: left;
    font-size: 18px;
    font-weight: 300; }
  .woocommerce ul.products li.product .onfeatured {
    position: absolute;
    top: 0;
    z-index: 9;
    display: block;
    width: 100%;
    background: #33DD8B;
    color: #ffffff;
    line-height: 1;
    min-height: auto;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0;
    padding: 15px 20px;
    text-align: left;
    font-size: 18px;
    font-weight: 300; }
  .woocommerce ul.products li.product .product-image-wrapper {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 30px; }
    .woocommerce ul.products li.product .product-image-wrapper img {
      width: 100%;
      height: auto;
      margin: 0 auto; }
    .woocommerce ul.products li.product .product-image-wrapper .out-of-stock {
      background: rgba(0, 0, 0, 0.7);
      border-radius: 50%;
      color: #ffffff;
      font-weight: 400;
      font-size: 13px;
      height: 100px;
      left: 0;
      line-height: 1.8;
      margin: 0 auto;
      overflow-wrap: break-word;
      padding-top: 25px;
      position: absolute;
      right: 0;
      text-align: center;
      text-transform: uppercase;
      top: 25%;
      width: 100px; }
      .woocommerce ul.products li.product .product-image-wrapper .out-of-stock span {
        display: block;
        font-weight: 600;
        font-size: 15px; }
    .woocommerce ul.products li.product .product-image-wrapper:before {
      -webkit-transition: all 1000ms ease 0s;
      -moz-transition: all 1000ms ease 0s;
      -ms-transition: all 1000ms ease 0s;
      -o-transition: all 1000ms ease 0s;
      transition: all 1000ms ease 0s;
      content: '';
      display: block;
      background: #000000;
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
  .woocommerce ul.products li.product .product-content-wrapper {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .woocommerce ul.products li.product .product-content-wrapper .product-title-wrapper {
      padding: 20px; }
    .woocommerce ul.products li.product .product-content-wrapper .product-cart-wrapper {
      border-top: 1px solid #eeeeee;
      padding: 20px 10px;
      text-align: center; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #2D3E50;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title a {
      color: #2D3E50; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .woocommerce ul.products li.product .woocommerce-loop-product__title:focus {
      color: #3B99D7; }
      .woocommerce ul.products li.product .woocommerce-loop-product__title:hover a, .woocommerce ul.products li.product .woocommerce-loop-product__title:focus a {
        color: #3B99D7; }
  .woocommerce ul.products li.product .woocommerce-product-details__short-description {
    display: none; }
  .woocommerce ul.products li.product .price {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
    color: #2D3E50;
    font-weight: 600;
    margin: 12px 0 0; }
    .woocommerce ul.products li.product .price .woocommerce-Price-amount {
      font-size: 18px; }
    .woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins {
      display: inline-block;
      opacity: 1; }
    .woocommerce ul.products li.product .price del {
      text-decoration: line-through;
      font-size: 18px; }
      .woocommerce ul.products li.product .price del .woocommerce-Price-amount {
        font-size: 18px; }
    .woocommerce ul.products li.product .price ins {
      text-decoration: none;
      background: #33DD8B;
      color: #ffffff;
      font-size: 18px;
      padding: 5px;
      border-radius: 4px;
      font-weight: 600; }
      .woocommerce ul.products li.product .price ins .woocommerce-Price-amount {
        font-size: 18px; }
  .woocommerce ul.products li.product .star-rating {
    font-size: 15px;
    margin: 15px 0px 10px; }
    .woocommerce ul.products li.product .star-rating a {
      color: #3B99D7; }
    .woocommerce ul.products li.product .star-rating:before {
      color: #A1B1BA; }
  .woocommerce ul.products li.product .view_details_button {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    display: inline-block;
    background: #A1B1BA;
    color: #ffffff;
    border: 1px solid #A1B1BA;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border-radius: 4px;
    padding: 2px 10px;
    text-align: center;
    margin-left: 5px;
    margin-top: 5px; }
    .woocommerce ul.products li.product .view_details_button:before {
      content: "\f0f6";
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 12px;
      margin-right: 5px;
      font-weight: 400; }
  .woocommerce ul.products li.product .add_to_cart_button, .woocommerce ul.products li.product .product_type_simple, .woocommerce ul.products li.product .product_type_grouped, .woocommerce ul.products li.product .product_type_external, .woocommerce ul.products li.product .product_type_variable {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    display: inline-block;
    background: #A1B1BA;
    border: 1px solid #A1B1BA;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border-radius: 4px;
    padding: 2px 10px;
    text-align: center;
    margin-top: 5px; }
    .woocommerce ul.products li.product .add_to_cart_button:before, .woocommerce ul.products li.product .product_type_simple:before, .woocommerce ul.products li.product .product_type_grouped:before, .woocommerce ul.products li.product .product_type_external:before, .woocommerce ul.products li.product .product_type_variable:before {
      content: "\f06e";
      display: inline-block;
      font-family: 'FontAwesome';
      font-size: 12px;
      margin-right: 5px;
      font-weight: 400; }
  .woocommerce ul.products li.product .added_to_cart {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    display: inline-block;
    background: #3B99D7;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    border-radius: 4px;
    padding: 3px 10px;
    line-height: 1.6;
    text-align: center;
    margin-top: 5px; }
    .woocommerce ul.products li.product .added_to_cart:hover, .woocommerce ul.products li.product .added_to_cart:focus {
      background: #FC694C; }
  .woocommerce ul.products li.product .product_type_simple:before, .woocommerce ul.products li.product .add_to_cart_button.product_type_simple:before {
    content: '\e802';
    font-family: 'Fontello'; }
  .woocommerce ul.products li.product .product_type_variable:before {
    content: "\f06e"; }
  .woocommerce ul.products li.product .product_type_grouped:before {
    content: "\f06e"; }
  .woocommerce ul.products li.product .product_type_external:before {
    content: "\f08e"; }
  .woocommerce ul.products li.product:hover, .woocommerce ul.products li.product:focus {
    outline: none; }
    .woocommerce ul.products li.product:hover .product-content-wrapper, .woocommerce ul.products li.product:focus .product-content-wrapper {
      background: #2D3E50; }
    .woocommerce ul.products li.product:hover .woocommerce-loop-product__title, .woocommerce ul.products li.product:focus .woocommerce-loop-product__title {
      color: #ffffff; }
      .woocommerce ul.products li.product:hover .woocommerce-loop-product__title a, .woocommerce ul.products li.product:focus .woocommerce-loop-product__title a {
        color: #ffffff; }
    .woocommerce ul.products li.product:hover .price, .woocommerce ul.products li.product:focus .price {
      color: #ffffff; }
    .woocommerce ul.products li.product:hover .add_to_cart_button, .woocommerce ul.products li.product:hover .product_type_simple, .woocommerce ul.products li.product:hover .product_type_grouped, .woocommerce ul.products li.product:hover .product_type_external, .woocommerce ul.products li.product:hover .product_type_variable, .woocommerce ul.products li.product:focus .add_to_cart_button, .woocommerce ul.products li.product:focus .product_type_simple, .woocommerce ul.products li.product:focus .product_type_grouped, .woocommerce ul.products li.product:focus .product_type_external, .woocommerce ul.products li.product:focus .product_type_variable {
      background: #3B99D7;
      border-color: #3B99D7; }
      .woocommerce ul.products li.product:hover .add_to_cart_button:hover, .woocommerce ul.products li.product:hover .add_to_cart_buttonfocus, .woocommerce ul.products li.product:hover .product_type_simple:hover, .woocommerce ul.products li.product:hover .product_type_simplefocus, .woocommerce ul.products li.product:hover .product_type_grouped:hover, .woocommerce ul.products li.product:hover .product_type_groupedfocus, .woocommerce ul.products li.product:hover .product_type_external:hover, .woocommerce ul.products li.product:hover .product_type_externalfocus, .woocommerce ul.products li.product:hover .product_type_variable:hover, .woocommerce ul.products li.product:hover .product_type_variablefocus, .woocommerce ul.products li.product:focus .add_to_cart_button:hover, .woocommerce ul.products li.product:focus .add_to_cart_buttonfocus, .woocommerce ul.products li.product:focus .product_type_simple:hover, .woocommerce ul.products li.product:focus .product_type_simplefocus, .woocommerce ul.products li.product:focus .product_type_grouped:hover, .woocommerce ul.products li.product:focus .product_type_groupedfocus, .woocommerce ul.products li.product:focus .product_type_external:hover, .woocommerce ul.products li.product:focus .product_type_externalfocus, .woocommerce ul.products li.product:focus .product_type_variable:hover, .woocommerce ul.products li.product:focus .product_type_variablefocus {
        background: #2D3E50;
        border-color: #ffffff; }
    .woocommerce ul.products li.product:hover .view_details_button, .woocommerce ul.products li.product:focus .view_details_button {
      background: #2D3E50;
      border-color: #ffffff; }
      .woocommerce ul.products li.product:hover .view_details_button:hover, .woocommerce ul.products li.product:hover .view_details_buttonfocus, .woocommerce ul.products li.product:focus .view_details_button:hover, .woocommerce ul.products li.product:focus .view_details_buttonfocus {
        background: #3B99D7;
        border-color: #3B99D7; }
.woocommerce .woocommerce-result-count {
  margin: 15px 0; }
  @media (max-width: 767px) {
    .woocommerce .woocommerce-result-count {
      float: none; } }
.woocommerce .woocommerce-ordering {
  border-radius: 3px;
  overflow: hidden;
  background: #fafafa; }
  .woocommerce .woocommerce-ordering select {
    font-size: 14px;
    height: 53px;
    background-position: 98% center;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 10px;
    -moz-appearance: none !important;
    background-color: #FEFEFE;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-radius: 0;
    border: none;
    color: #333333;
    font-family: inherit;
    line-height: normal;
    width: 100%; }
    .woocommerce .woocommerce-ordering select option {
      background: #ffffff;
      padding: 10px; }
.woocommerce .woocommerce-breadcrumb {
  display: inline-block;
  font-size: 16px;
  margin: 5px 0;
  color: #ffffff; }
  .woocommerce .woocommerce-breadcrumb i, .woocommerce .woocommerce-breadcrumb em {
    margin-right: 3px; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #ffffff; }
    .woocommerce .woocommerce-breadcrumb a:hover, .woocommerce .woocommerce-breadcrumb a:focus {
      color: #3B99D7; }
.woocommerce .woocommerce-pagination {
  clear: both;
  display: block;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center; }
  .woocommerce .woocommerce-pagination ul.page-numbers {
    border: none;
    background: #eeeeee;
    display: inline-block;
    padding: 20px; }
    .woocommerce .woocommerce-pagination ul.page-numbers li {
      border: none;
      display: inline-block; }
      .woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce .woocommerce-pagination ul.page-numbers li span {
        background: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 1px;
        color: #1A1C28;
        cursor: pointer;
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin: 5px;
        padding: 0;
        font-weight: 600; }
        .woocommerce .woocommerce-pagination ul.page-numbers li a:hover, .woocommerce .woocommerce-pagination ul.page-numbers li a:focus, .woocommerce .woocommerce-pagination ul.page-numbers li span:hover, .woocommerce .woocommerce-pagination ul.page-numbers li span:focus {
          background: #3B99D7;
          border-color: #3B99D7;
          color: #ffffff; }
      .woocommerce .woocommerce-pagination ul.page-numbers li .current {
        background: #3B99D7;
        border-color: #3B99D7;
        color: #ffffff; }

.woocommerce.single .product, .woocommerce.single-product .product {
  padding: 40px 0;
  display: block; }
  .woocommerce.single .product .images img, .woocommerce.single-product .product .images img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto; }
  .woocommerce.single .product .images .yith_magnifier_zoom_wrap, .woocommerce.single-product .product .images .yith_magnifier_zoom_wrap {
    border: 1px solid #FEFEFE; }
  .woocommerce.single .product .images .thumbnails.slider .caroufredsel_wrapper, .woocommerce.single-product .product .images .thumbnails.slider .caroufredsel_wrapper {
    border: 1px solid #FEFEFE; }
    .woocommerce.single .product .images .thumbnails.slider .caroufredsel_wrapper .yith_magnifier_gallery .yith_magnifier_thumbnail img, .woocommerce.single-product .product .images .thumbnails.slider .caroufredsel_wrapper .yith_magnifier_gallery .yith_magnifier_thumbnail img {
      opacity: 0.8; }
    .woocommerce.single .product .images .thumbnails.slider .caroufredsel_wrapper .yith_magnifier_gallery .yith_magnifier_thumbnail:hover img, .woocommerce.single .product .images .thumbnails.slider .caroufredsel_wrapper .yith_magnifier_gallery .yith_magnifier_thumbnail:focus img, .woocommerce.single .product .images .thumbnails.slider .caroufredsel_wrapper .yith_magnifier_gallery .yith_magnifier_thumbnail:active img, .woocommerce.single-product .product .images .thumbnails.slider .caroufredsel_wrapper .yith_magnifier_gallery .yith_magnifier_thumbnail:hover img, .woocommerce.single-product .product .images .thumbnails.slider .caroufredsel_wrapper .yith_magnifier_gallery .yith_magnifier_thumbnail:focus img, .woocommerce.single-product .product .images .thumbnails.slider .caroufredsel_wrapper .yith_magnifier_gallery .yith_magnifier_thumbnail:active img {
      opacity: 1; }
  .woocommerce.single .product .images .thumbnails.slider #slider-prev, .woocommerce.single .product .images .thumbnails.slider #slider-next, .woocommerce.single-product .product .images .thumbnails.slider #slider-prev, .woocommerce.single-product .product .images .thumbnails.slider #slider-next {
    display: block !important; }
  .woocommerce.single .product .images .thumbnails.slider:hover #slider-prev, .woocommerce.single .product .images .thumbnails.slider:hover #slider-next, .woocommerce.single-product .product .images .thumbnails.slider:hover #slider-prev, .woocommerce.single-product .product .images .thumbnails.slider:hover #slider-next {
    display: block; }
  .woocommerce.single .product .images .yith_magnifier_zoom_magnifier, .woocommerce.single-product .product .images .yith_magnifier_zoom_magnifier {
    border: none; }
  .woocommerce.single .product .entry-summary .product_title, .woocommerce.single-product .product .entry-summary .product_title {
    font-family: "Quattrocento Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    color: #1A1C28;
    line-height: 1.2;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize; }
  .woocommerce.single .product .entry-summary .product-rating-price-container, .woocommerce.single-product .product .entry-summary .product-rating-price-container {
    border-top: 1px solid #FEFEFE;
    border-bottom: 1px solid #FEFEFE;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 0; }
  .woocommerce.single .product .entry-summary .woocommerce-product-rating, .woocommerce.single-product .product .entry-summary .woocommerce-product-rating {
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 0; }
    .woocommerce.single .product .entry-summary .woocommerce-product-rating .star-rating, .woocommerce.single-product .product .entry-summary .woocommerce-product-rating .star-rating {
      color: #F6C640;
      margin-right: 15px;
      font-size: 12px;
      margin-top: 8px; }
    .woocommerce.single .product .entry-summary .woocommerce-product-rating .woocommerce-review-link, .woocommerce.single-product .product .entry-summary .woocommerce-product-rating .woocommerce-review-link {
      color: #71818c;
      font-size: 16px;
      line-height: 1.6;
      text-transform: capitalize; }
  .woocommerce.single .product .entry-summary .shop-price-container, .woocommerce.single-product .product .entry-summary .shop-price-container {
    display: inline-block;
    position: relative; }
    .woocommerce.single .product .entry-summary .shop-price-container .price, .woocommerce.single-product .product .entry-summary .shop-price-container .price {
      display: inline-block;
      font-size: 20px;
      margin-bottom: 0px; }
      .woocommerce.single .product .entry-summary .shop-price-container .price .woocommerce-Price-amount, .woocommerce.single-product .product .entry-summary .shop-price-container .price .woocommerce-Price-amount {
        color: #1A1C28;
        font-size: 23px; }
      .woocommerce.single .product .entry-summary .shop-price-container .price del, .woocommerce.single .product .entry-summary .shop-price-container .price ins, .woocommerce.single-product .product .entry-summary .shop-price-container .price del, .woocommerce.single-product .product .entry-summary .shop-price-container .price ins {
        display: inline-block;
        opacity: 1; }
      .woocommerce.single .product .entry-summary .shop-price-container .price del, .woocommerce.single-product .product .entry-summary .shop-price-container .price del {
        text-decoration: line-through;
        color: #A1B1BA;
        font-size: 26px;
        margin-right: 10px; }
        .woocommerce.single .product .entry-summary .shop-price-container .price del .woocommerce-Price-amount, .woocommerce.single-product .product .entry-summary .shop-price-container .price del .woocommerce-Price-amount {
          color: #A1B1BA;
          font-size: 26px; }
      .woocommerce.single .product .entry-summary .shop-price-container .price ins, .woocommerce.single-product .product .entry-summary .shop-price-container .price ins {
        text-decoration: none;
        color: #3B99D7;
        font-size: 28px; }
        .woocommerce.single .product .entry-summary .shop-price-container .price ins .woocommerce-Price-amount, .woocommerce.single-product .product .entry-summary .shop-price-container .price ins .woocommerce-Price-amount {
          color: #3B99D7;
          font-size: 28px; }
  .woocommerce.single .product .entry-summary .woocommerce-product-details__short-description, .woocommerce.single-product .product .entry-summary .woocommerce-product-details__short-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin: 15px 0; }
    .woocommerce.single .product .entry-summary .woocommerce-product-details__short-description p, .woocommerce.single-product .product .entry-summary .woocommerce-product-details__short-description p {
      font-size: 18px;
      line-height: 1.5;
      margin: 10px 0; }
  .woocommerce.single .product .entry-summary .stock, .woocommerce.single-product .product .entry-summary .stock {
    font-size: 16px;
    color: #3B99D7;
    font-weight: bold;
    margin: 10px 0; }
    .woocommerce.single .product .entry-summary .stock.out-of-stock, .woocommerce.single-product .product .entry-summary .stock.out-of-stock {
      color: #ff0000; }
  .woocommerce.single .product .entry-summary .cart, .woocommerce.single-product .product .entry-summary .cart {
    margin: 15px 0; }
    .woocommerce.single .product .entry-summary .cart .variations .label, .woocommerce.single-product .product .entry-summary .cart .variations .label {
      font-size: 12px;
      color: #1A1C28;
      display: block;
      float: left;
      width: 100%;
      text-align: left;
      text-transform: uppercase; }
    .woocommerce.single .product .entry-summary .cart .variations .value, .woocommerce.single-product .product .entry-summary .cart .variations .value {
      display: block; }
      .woocommerce.single .product .entry-summary .cart .variations .value select, .woocommerce.single-product .product .entry-summary .cart .variations .value select {
        font-size: 14px;
        height: 60px;
        background-position: 98% center;
        font-weight: bold;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 0 10px;
        -moz-appearance: none !important;
        background-color: rgba(0, 0, 0, 0.05);
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
        background-position: 100% center;
        background-repeat: no-repeat;
        border-color: #eeeeee;
        border-radius: 0;
        border-style: solid;
        border-width: 0;
        color: #1A1C28;
        font-family: inherit;
        line-height: normal;
        width: 100%; }
        .woocommerce.single .product .entry-summary .cart .variations .value select option, .woocommerce.single-product .product .entry-summary .cart .variations .value select option {
          padding: 10px; }
      .woocommerce.single .product .entry-summary .cart .variations .value .reset_variations, .woocommerce.single-product .product .entry-summary .cart .variations .value .reset_variations {
        font-size: 13px;
        color: #3B99D7;
        font-weight: bold; }
    .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation {
      padding-bottom: 20px; }
      .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-description p, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-description p {
        color: #A1B1BA;
        font-size: 16px;
        font-weight: 400;
        line-height: 2; }
      .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price {
        margin: 10px 0; }
        .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
          display: inline-block;
          font-size: 24px;
          font-weight: bold;
          margin: 0 0.27778rem;
          vertical-align: middle; }
          .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del, .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins {
            display: inline-block;
            opacity: 1; }
          .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price .woocommerce-Price-amount, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price .woocommerce-Price-amount {
            color: #1A1C28; }
          .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del {
            text-decoration: line-through;
            color: #A1B1BA; }
            .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del .woocommerce-Price-amount, .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del span, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del .woocommerce-Price-amount, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del span {
              color: #A1B1BA; }
          .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins {
            text-decoration: none;
            color: #1A1C28; }
            .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins span, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins span {
              color: #1A1C28; }
      .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
        margin: 10px 0; }
        .woocommerce.single .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock, .woocommerce.single-product .product .entry-summary .cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability .stock {
          font-size: 13px;
          color: #fc421d;
          font-weight: bold; }
    .woocommerce.single .product .entry-summary .cart .group_table, .woocommerce.single-product .product .entry-summary .cart .group_table {
      display: table; }
      .woocommerce.single .product .entry-summary .cart .group_table td, .woocommerce.single .product .entry-summary .cart .group_table th, .woocommerce.single-product .product .entry-summary .cart .group_table td, .woocommerce.single-product .product .entry-summary .cart .group_table th {
        display: table-cell;
        vertical-align: middle;
        width: auto;
        padding-bottom: 20px; }
      .woocommerce.single .product .entry-summary .cart .group_table .product, .woocommerce.single-product .product .entry-summary .cart .group_table .product {
        display: table-row;
        border-bottom: 1px solid #eeeeee; }
        .woocommerce.single .product .entry-summary .cart .group_table .product .quantity.buttons_added, .woocommerce.single-product .product .entry-summary .cart .group_table .product .quantity.buttons_added {
          padding-right: 0; }
          .woocommerce.single .product .entry-summary .cart .group_table .product .quantity.buttons_added .qty, .woocommerce.single-product .product .entry-summary .cart .group_table .product .quantity.buttons_added .qty {
            width: 50px;
            height: 30px;
            border: 1px solid #eeeeee;
            margin: 15px 0;
            font-size: 16px;
            font-weight: 500;
            padding: 0; }
          .woocommerce.single .product .entry-summary .cart .group_table .product .quantity.buttons_added .minus, .woocommerce.single .product .entry-summary .cart .group_table .product .quantity.buttons_added .plus, .woocommerce.single-product .product .entry-summary .cart .group_table .product .quantity.buttons_added .minus, .woocommerce.single-product .product .entry-summary .cart .group_table .product .quantity.buttons_added .plus {
            position: relative;
            margin: 15px 10px;
            width: 30px;
            height: 30px;
            font-size: 20px;
            border: 1px solid #FEFEFE; }
          .woocommerce.single .product .entry-summary .cart .group_table .product .quantity.buttons_added .minus, .woocommerce.single-product .product .entry-summary .cart .group_table .product .quantity.buttons_added .minus {
            float: left; }
          .woocommerce.single .product .entry-summary .cart .group_table .product .quantity.buttons_added .plus, .woocommerce.single-product .product .entry-summary .cart .group_table .product .quantity.buttons_added .plus {
            float: right; }
        .woocommerce.single .product .entry-summary .cart .group_table .product .label, .woocommerce.single-product .product .entry-summary .cart .group_table .product .label {
          font-size: 16px;
          font-weight: 700;
          line-height: 1.2;
          margin: 0 0 1.66667rem;
          text-align: left;
          text-transform: none; }
          .woocommerce.single .product .entry-summary .cart .group_table .product .label a, .woocommerce.single-product .product .entry-summary .cart .group_table .product .label a {
            color: #333333; }
            .woocommerce.single .product .entry-summary .cart .group_table .product .label a:hover, .woocommerce.single-product .product .entry-summary .cart .group_table .product .label a:hover {
              color: #3B99D7; }
        .woocommerce.single .product .entry-summary .cart .group_table .product .price, .woocommerce.single-product .product .entry-summary .cart .group_table .product .price {
          font-size: 12px;
          font-weight: bold;
          padding: 0; }
          .woocommerce.single .product .entry-summary .cart .group_table .product .price .woocommerce-Price-amount, .woocommerce.single-product .product .entry-summary .cart .group_table .product .price .woocommerce-Price-amount {
            color: #1A1C28;
            font-size: 16px; }
          .woocommerce.single .product .entry-summary .cart .group_table .product .price del, .woocommerce.single .product .entry-summary .cart .group_table .product .price ins, .woocommerce.single-product .product .entry-summary .cart .group_table .product .price del, .woocommerce.single-product .product .entry-summary .cart .group_table .product .price ins {
            display: inline-block;
            opacity: 1; }
          .woocommerce.single .product .entry-summary .cart .group_table .product .price del, .woocommerce.single-product .product .entry-summary .cart .group_table .product .price del {
            text-decoration: line-through;
            color: #A1B1BA;
            font-size: 14px; }
            .woocommerce.single .product .entry-summary .cart .group_table .product .price del .woocommerce-Price-amount, .woocommerce.single-product .product .entry-summary .cart .group_table .product .price del .woocommerce-Price-amount {
              color: #A1B1BA;
              font-size: 14px; }
          .woocommerce.single .product .entry-summary .cart .group_table .product .price ins, .woocommerce.single-product .product .entry-summary .cart .group_table .product .price ins {
            text-decoration: none;
            color: #1A1C28;
            font-size: 16px;
            float: left;
            margin-right: 15px; }
            .woocommerce.single .product .entry-summary .cart .group_table .product .price ins .woocommerce-Price-amount, .woocommerce.single-product .product .entry-summary .cart .group_table .product .price ins .woocommerce-Price-amount {
              color: #1A1C28;
              font-size: 16px; }
          .woocommerce.single .product .entry-summary .cart .group_table .product .price .stock, .woocommerce.single-product .product .entry-summary .cart .group_table .product .price .stock {
            font-size: 13px;
            color: #fc421d;
            font-weight: bold; }
        .woocommerce.single .product .entry-summary .cart .group_table .product .button, .woocommerce.single-product .product .entry-summary .cart .group_table .product .button {
          font-size: 12px;
          padding: 8px 16px; }
    .woocommerce.single .product .entry-summary .cart .quantity, .woocommerce.single-product .product .entry-summary .cart .quantity {
      display: table-cell;
      padding-right: 25px;
      margin-right: 10px; }
      .woocommerce.single .product .entry-summary .cart .quantity .qty, .woocommerce.single-product .product .entry-summary .cart .quantity .qty {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: transparent none repeat scroll 0 0;
        border-color: -moz-use-text-color -moz-use-text-color #eeeeee;
        border-image: none;
        border-style: none none solid;
        border-width: 0 0 2px;
        color: #1A1C28;
        font-size: 18px;
        font-weight: bold;
        height: 57px;
        width: 70px;
        padding: 0 0 0 15px;
        margin: 0;
        text-align: center; }
      .woocommerce.single .product .entry-summary .cart .quantity.buttons_added, .woocommerce.single-product .product .entry-summary .cart .quantity.buttons_added {
        padding-right: 0; }
        .woocommerce.single .product .entry-summary .cart .quantity.buttons_added .qty, .woocommerce.single-product .product .entry-summary .cart .quantity.buttons_added .qty {
          width: 70px;
          height: 40px;
          border: 1px solid #eeeeee;
          margin: 15px 0;
          font-size: 16px;
          font-weight: 500;
          padding: 0; }
        .woocommerce.single .product .entry-summary .cart .quantity.buttons_added .minus, .woocommerce.single .product .entry-summary .cart .quantity.buttons_added .plus, .woocommerce.single-product .product .entry-summary .cart .quantity.buttons_added .minus, .woocommerce.single-product .product .entry-summary .cart .quantity.buttons_added .plus {
          position: relative;
          margin: 15px 10px;
          width: 40px;
          height: 40px;
          font-size: 20px;
          border: 1px solid #FEFEFE; }
        .woocommerce.single .product .entry-summary .cart .quantity.buttons_added .minus, .woocommerce.single-product .product .entry-summary .cart .quantity.buttons_added .minus {
          float: left; }
        .woocommerce.single .product .entry-summary .cart .quantity.buttons_added .plus, .woocommerce.single-product .product .entry-summary .cart .quantity.buttons_added .plus {
          float: right; }
    .woocommerce.single .product .entry-summary .cart .single_add_to_cart_button, .woocommerce.single-product .product .entry-summary .cart .single_add_to_cart_button {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      background: transparent;
      border-color: #3B99D7;
      border-radius: 0;
      border-style: solid;
      border-width: 1px;
      color: #3B99D7;
      cursor: pointer;
      display: inline-block;
      font-family: inherit;
      font-size: 13px;
      font-weight: 800;
      line-height: normal;
      margin: 10px 10px 10px 0;
      padding: 15px 30px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      .woocommerce.single .product .entry-summary .cart .single_add_to_cart_button:hover, .woocommerce.single .product .entry-summary .cart .single_add_to_cart_button:focus, .woocommerce.single-product .product .entry-summary .cart .single_add_to_cart_button:hover, .woocommerce.single-product .product .entry-summary .cart .single_add_to_cart_button:focus {
        border-color: #FC694C;
        color: #FC694C; }
  .woocommerce.single .product .entry-summary .product_meta, .woocommerce.single-product .product .entry-summary .product_meta {
    border-top: 1px solid #FEFEFE;
    border-bottom: 1px solid #FEFEFE;
    display: table;
    width: 100%;
    padding: 20px 0; }
    .woocommerce.single .product .entry-summary .product_meta .sku_wrapper, .woocommerce.single .product .entry-summary .product_meta .posted_in, .woocommerce.single .product .entry-summary .product_meta .tagged_as, .woocommerce.single-product .product .entry-summary .product_meta .sku_wrapper, .woocommerce.single-product .product .entry-summary .product_meta .posted_in, .woocommerce.single-product .product .entry-summary .product_meta .tagged_as {
      display: inline-block;
      color: #555555;
      font-size: 14px;
      font-weight: 700;
      padding: 10px 0; }
      .woocommerce.single .product .entry-summary .product_meta .sku_wrapper a, .woocommerce.single .product .entry-summary .product_meta .sku_wrapper .sku, .woocommerce.single .product .entry-summary .product_meta .posted_in a, .woocommerce.single .product .entry-summary .product_meta .posted_in .sku, .woocommerce.single .product .entry-summary .product_meta .tagged_as a, .woocommerce.single .product .entry-summary .product_meta .tagged_as .sku, .woocommerce.single-product .product .entry-summary .product_meta .sku_wrapper a, .woocommerce.single-product .product .entry-summary .product_meta .sku_wrapper .sku, .woocommerce.single-product .product .entry-summary .product_meta .posted_in a, .woocommerce.single-product .product .entry-summary .product_meta .posted_in .sku, .woocommerce.single-product .product .entry-summary .product_meta .tagged_as a, .woocommerce.single-product .product .entry-summary .product_meta .tagged_as .sku {
        color: #1A1C28; }
        .woocommerce.single .product .entry-summary .product_meta .sku_wrapper a:hover, .woocommerce.single .product .entry-summary .product_meta .sku_wrapper .sku:hover, .woocommerce.single .product .entry-summary .product_meta .posted_in a:hover, .woocommerce.single .product .entry-summary .product_meta .posted_in .sku:hover, .woocommerce.single .product .entry-summary .product_meta .tagged_as a:hover, .woocommerce.single .product .entry-summary .product_meta .tagged_as .sku:hover, .woocommerce.single-product .product .entry-summary .product_meta .sku_wrapper a:hover, .woocommerce.single-product .product .entry-summary .product_meta .sku_wrapper .sku:hover, .woocommerce.single-product .product .entry-summary .product_meta .posted_in a:hover, .woocommerce.single-product .product .entry-summary .product_meta .posted_in .sku:hover, .woocommerce.single-product .product .entry-summary .product_meta .tagged_as a:hover, .woocommerce.single-product .product .entry-summary .product_meta .tagged_as .sku:hover {
          color: #FC694C; }
    .woocommerce.single .product .entry-summary .product_meta .sku_wrapper, .woocommerce.single-product .product .entry-summary .product_meta .sku_wrapper {
      margin-right: 10px; }
    .woocommerce.single .product .entry-summary .product_meta .tagged_as, .woocommerce.single-product .product .entry-summary .product_meta .tagged_as {
      float: right; }
  .woocommerce.single .product .woocommerce_tabs_wrapper, .woocommerce.single-product .product .woocommerce_tabs_wrapper {
    background: #ffffff;
    display: table;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px; }
    .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs {
      padding-left: 0;
      text-align: left;
      margin-bottom: 10px; }
      .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs li, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs li {
        width: auto;
        display: inline-block;
        font-size: 25px;
        font-weight: 400;
        margin-right: 30px;
        margin-left: 0;
        padding: 0;
        border: none;
        background: none; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs li:before, .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs li:after, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs li:before, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs li:after {
          display: none; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs li a, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs li a {
          -webkit-transition: all 320ms ease 0s;
          -moz-transition: all 320ms ease 0s;
          -ms-transition: all 320ms ease 0s;
          -o-transition: all 320ms ease 0s;
          transition: all 320ms ease 0s;
          color: #71818c;
          font-weight: 400;
          display: inline-block;
          padding: 5px 0; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs li.active a, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs li.active a {
          color: #1A1C28; }
      .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs:before, .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs:after, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs:before, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .tabs:after {
        border: none; }
    .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel {
      background: none;
      box-shadow: none; }
      .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel p, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5; }
      .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2 {
        display: none; }
      .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .woocommerce-Reviews-title, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .woocommerce-Reviews-title {
        display: none; }
      .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist {
        padding-left: 0px;
        margin-top: 20px;
        margin-bottom: 20px; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .avatar, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .avatar {
          max-width: 100px;
          width: 100%;
          height: auto;
          border-radius: 50%; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text {
          margin: 0 0 0 110px; }
          .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .star-rating, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .star-rating {
            color: #F6C640; }
          .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #comments .commentlist .comment .comment_container .comment-text .meta .woocommerce-review__author {
            color: #333333;
            font-size: 16px; }
      .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form {
        display: flex;
        flex-flow: column; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .comment-form-author, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .comment-form-author {
          order: 1; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .comment-form-email, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .comment-form-email {
          order: 1; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .comment-form-url, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .comment-form-url {
          order: 2; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .comment-form-comment, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .comment-form-comment {
          order: 3; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .form-submit, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .form-submit {
          order: 4; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .comment-form-comment textarea, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .comment-form-comment textarea {
          height: 150px;
          border: 1px solid #eeeeee;
          padding: 15px;
          border-radius: 0; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form label, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form label {
          display: block; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form input[type='text'], .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form input[type='email'], .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form input[type='text'], .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form input[type='email'] {
          width: 100%;
          border: 1px solid #eeeeee;
          height: 48px;
          padding: 15px;
          border-radius: 0; }
        .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .form-submit input#submit, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .form-submit input#submit {
          background: none;
          border: 1px solid #FC694C;
          color: #FC694C;
          display: inline-block;
          font-size: 15px;
          margin: 10px 0;
          padding: 10px 30px;
          border-radius: 0; }
          .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .form-submit input#submit:hover, .woocommerce.single .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .form-submit input#submit:focus, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .form-submit input#submit:hover, .woocommerce.single-product .product .woocommerce_tabs_wrapper .woocommerce-tabs .woocommerce-Tabs-panel #reviews #respond .comment-form .form-submit input#submit:focus {
            border-color: #3B99D7;
            color: #3B99D7; }
  .woocommerce.single .product .upsells.products, .woocommerce.single .product .related.products, .woocommerce.single-product .product .upsells.products, .woocommerce.single-product .product .related.products {
    max-width: 1800px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px; }
    .woocommerce.single .product .upsells.products > h2, .woocommerce.single .product .related.products > h2, .woocommerce.single-product .product .upsells.products > h2, .woocommerce.single-product .product .related.products > h2 {
      color: #333333;
      font-size: 32px;
      text-transform: capitalize;
      font-weight: bold;
      line-height: 1.2;
      margin: 0 0 40px;
      text-align: center; }
    .woocommerce.single .product .upsells.products ul.products, .woocommerce.single .product .related.products ul.products, .woocommerce.single-product .product .upsells.products ul.products, .woocommerce.single-product .product .related.products ul.products {
      padding-top: 20px; }
      .woocommerce.single .product .upsells.products ul.products li.product, .woocommerce.single .product .related.products ul.products li.product, .woocommerce.single-product .product .upsells.products ul.products li.product, .woocommerce.single-product .product .related.products ul.products li.product {
        padding: 0; }
        .woocommerce.single .product .upsells.products ul.products li.product .woocommerce-loop-product__title, .woocommerce.single .product .related.products ul.products li.product .woocommerce-loop-product__title, .woocommerce.single-product .product .upsells.products ul.products li.product .woocommerce-loop-product__title, .woocommerce.single-product .product .related.products ul.products li.product .woocommerce-loop-product__title {
          color: #555555;
          text-transform: none;
          font-weight: normal;
          font-size: 17px;
          margin: 10px 0 0; }
  .woocommerce.single .product .shop-image-summary-section, .woocommerce.single-product .product .shop-image-summary-section {
    max-width: 1800px;
    margin: 0 auto; }
    .woocommerce.single .product .shop-image-summary-section .onsale, .woocommerce.single-product .product .shop-image-summary-section .onsale {
      background: transparent;
      color: #FC694C;
      border: 1px solid #FC694C;
      text-transform: uppercase;
      min-height: 30px;
      height: 30px;
      width: 60px;
      line-height: 2;
      border-radius: 4px;
      margin: 0;
      right: 0;
      left: auto;
      top: auto; }

/*--------------------------------------------------------------
# WOOCOMMERCE CART
--------------------------------------------------------------*/
.woocommerce-cart th {
  font-size: 20px; }
.woocommerce-cart .return-to-shop, .woocommerce-cart .cart-empty {
  margin: 20px 0; }
.woocommerce-cart .cart .cart_item .product-remove a.remove {
  color: #555555; }
  .woocommerce-cart .cart .cart_item .product-remove a.remove:hover {
    color: #333333; }
.woocommerce-cart .cart .cart_item .product-thumbnail img {
  height: auto;
  max-width: 100%; }
.woocommerce-cart .cart .cart_item .product-name {
  font-weight: 500;
  font-size: 16px; }
  .woocommerce-cart .cart .cart_item .product-name a {
    color: #333333; }
.woocommerce-cart .cart .cart_item .product-price {
  font-weight: 600;
  font-size: 16px; }
.woocommerce-cart .cart .cart_item .product-quantity .quantity .qty {
  height: 42px; }
.woocommerce-cart .cart .cart_item .product-subtotal {
  font-weight: 600;
  font-size: 16px; }
.woocommerce-cart .cart .actions {
  padding: 20px 10px; }
  .woocommerce-cart .cart .actions .coupon .input-text {
    width: auto;
    max-width: 100%;
    height: 42px; }
.woocommerce-cart .cart .button {
  padding: 12px 20px;
  display: inline-block; }
  .woocommerce-cart .cart .button:disabled {
    padding: 12px 20px !important;
    background: #eeeeee;
    color: #555555; }
.woocommerce-cart .verso-woocommerce-cart-container h2 {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 40px; }
.woocommerce-cart .verso-woocommerce-cart-container table.shop_table {
  border: none; }
.woocommerce-cart .verso-woocommerce-cart-container .cart-table-block table.cart th {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  text-transform: uppercase; }
.woocommerce-cart .verso-woocommerce-cart-container .cart-table-block table.cart td {
  padding: 20px 10px; }
.woocommerce-cart .verso-woocommerce-cart-container .coupon-table-block .coupon {
  background: #F6F9FC;
  padding: 40px;
  text-align: center; }
  .woocommerce-cart .verso-woocommerce-cart-container .coupon-table-block .coupon label {
    display: none; }
  .woocommerce-cart .verso-woocommerce-cart-container .coupon-table-block .coupon .input-text {
    width: 100%;
    height: 52px;
    border: 1px solid #eeeeee;
    border-radius: 0;
    text-indent: 10px;
    margin-bottom: 20px; }
  .woocommerce-cart .verso-woocommerce-cart-container .coupon-table-block .coupon .button {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 14px; }
.woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator {
  display: block; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form select {
    font-size: 14px;
    height: 53px;
    background-position: 98% center;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 0 10px;
    -moz-appearance: none !important;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-color: #eeeeee;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-family: inherit;
    line-height: normal;
    width: 100%; }
    .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form select option {
      padding: 10px; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form input[type="text"] {
    width: 100%;
    height: 52px;
    border: 1px solid #eeeeee;
    border-radius: 0;
    text-indent: 10px;
    margin: 0 0 10px; }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .button {
    display: inline-block;
    padding: 12px 20px;
    background: #FC694C;
    color: #ffffff;
    font-size: 14px;
    margin: 0 0 10px; }
    .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .button:hover, .woocommerce-cart .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .button:focus {
      background: #3B99D7;
      color: #ffffff; }
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%; }
  .woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #333333;
    display: inline-block; }
  .woocommerce-cart .cart-collaterals .cart_totals table.shop_table {
    background: #F6F9FC;
    color: #555555;
    border-radius: 0;
    padding: 30px; }
    .woocommerce-cart .cart-collaterals .cart_totals table.shop_table td, .woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
      border-top: 1px dotted #555555;
      padding: 15px 10px;
      font-weight: 500;
      color: #333333; }
    .woocommerce-cart .cart-collaterals .cart_totals table.shop_table .order-total .amount {
      font-size: 18px; }
    .woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
      font-size: 14px;
      width: 20%; }
  .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    background: #3B99D7;
    color: #ffffff;
    border-radius: 0;
    font-size: 14px;
    padding: 12px 20px;
    line-height: 2 !important;
    text-transform: uppercase; }
    .woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
      background: #2D3E50;
      color: #ffffff; }
  @media (max-width: 991px) {
    .woocommerce-cart .cart-collaterals .cart_totals {
      width: 100%; } }
.woocommerce-cart .cross-sells h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #333333;
  display: inline-block; }
@media screen and (min-width: 769px) and (max-width: 991px) {
  .woocommerce-cart .cross-sells ul.products li.product {
    width: 50%;
    margin-right: 0;
    min-height: 550px; } }

/*--------------------------------------------------------------
# WOOCOMMERCE CHECKOUT
--------------------------------------------------------------*/
@media (max-width: 992px) {
  .woocommerce-checkout form.login .form-row, .woocommerce-checkout form.checkout_coupon .form-row, .woocommerce-checkout form .form-row {
    float: none;
    width: 100%; } }
.woocommerce-checkout .woocommerce-checkout-info {
  margin-top: 40px; }
  .woocommerce-checkout .woocommerce-checkout-info .woocommerce-error, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-info, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-message {
    border-top-color: #ffffff;
    color: #71818c; }
    .woocommerce-checkout .woocommerce-checkout-info .woocommerce-error a, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-info a, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-message a {
      color: #1A1C28; }
      .woocommerce-checkout .woocommerce-checkout-info .woocommerce-error a:hover, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-error a:focus, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-info a:hover, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-info a:focus, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-message a:hover, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-message a:focus {
        color: #3B99D7; }
    .woocommerce-checkout .woocommerce-checkout-info .woocommerce-error::before, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-info::before, .woocommerce-checkout .woocommerce-checkout-info .woocommerce-message::before {
      display: inline-block;
      content: "\f0e5";
      font-family: "Fontawesome";
      color: #71818c;
      left: 0.5em;
      position: absolute;
      top: 0.5em;
      font-size: 20px; }
  .woocommerce-checkout .woocommerce-checkout-info .login a, .woocommerce-checkout .woocommerce-checkout-info .checkout_coupon a {
    color: #1A1C28; }
    .woocommerce-checkout .woocommerce-checkout-info .login a:hover, .woocommerce-checkout .woocommerce-checkout-info .login a:focus, .woocommerce-checkout .woocommerce-checkout-info .checkout_coupon a:hover, .woocommerce-checkout .woocommerce-checkout-info .checkout_coupon a:focus {
      color: #3B99D7; }
  .woocommerce-checkout .woocommerce-checkout-info .login p, .woocommerce-checkout .woocommerce-checkout-info .checkout_coupon p {
    margin: 10px 0; }
  .woocommerce-checkout .woocommerce-checkout-info .login label, .woocommerce-checkout .woocommerce-checkout-info .checkout_coupon label {
    color: #71818c;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    display: block; }
  .woocommerce-checkout .woocommerce-checkout-info .login .woocommerce-form__label-for-checkbox.inline, .woocommerce-checkout .woocommerce-checkout-info .checkout_coupon .woocommerce-form__label-for-checkbox.inline {
    display: block; }
  .woocommerce-checkout .woocommerce-checkout-info .login .input-text, .woocommerce-checkout .woocommerce-checkout-info .checkout_coupon .input-text {
    width: 100%;
    height: 52px;
    border: 1px solid #eeeeee;
    border-radius: 0;
    text-indent: 10px;
    margin: 0; }
  .woocommerce-checkout .woocommerce-checkout-info .login input[type="checkbox"], .woocommerce-checkout .woocommerce-checkout-info .checkout_coupon input[type="checkbox"] {
    margin-right: 8px;
    position: relative;
    top: 2px; }
  .woocommerce-checkout .woocommerce-checkout-info .login .button, .woocommerce-checkout .woocommerce-checkout-info .checkout_coupon .button {
    display: inline-block;
    padding: 12px 20px;
    font-size: 14px; }
  .woocommerce-checkout .woocommerce-checkout-info .login .button {
    margin-bottom: 20px; }
.woocommerce-checkout .checkout h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #333333;
  display: inline-block; }
.woocommerce-checkout .checkout table.shop_table {
  border: none; }
.woocommerce-checkout .checkout .woocommerce-checkout-review-order {
  background: #F6F9FC;
  padding: 40px; }
  .woocommerce-checkout .checkout .woocommerce-checkout-review-order table.shop_table th {
    font-size: 16px;
    color: #71818c;
    font-weight: 700;
    text-transform: uppercase; }
  .woocommerce-checkout .checkout .woocommerce-checkout-review-order table.shop_table td {
    padding: 20px 10px; }
.woocommerce-checkout .checkout .woocommerce-billing-fields label {
  color: #71818c;
  font-size: 16px;
  font-weight: 400;
  text-transform: none; }
.woocommerce-checkout .checkout .woocommerce-billing-fields select {
  font-size: 14px;
  height: 53px;
  background-position: 98% center;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0 10px;
  -moz-appearance: none !important;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-color: #eeeeee;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: inherit;
  line-height: normal;
  width: 100%; }
  .woocommerce-checkout .checkout .woocommerce-billing-fields select option {
    padding: 10px; }
.woocommerce-checkout .checkout .woocommerce-billing-fields .select2 .selection .select2-selection {
  border-radius: 0;
  height: 53px; }
  .woocommerce-checkout .checkout .woocommerce-billing-fields .select2 .selection .select2-selection .select2-selection__rendered {
    line-height: 53px; }
  .woocommerce-checkout .checkout .woocommerce-billing-fields .select2 .selection .select2-selection .select2-selection__arrow {
    height: 53px; }
.woocommerce-checkout .checkout .woocommerce-billing-fields input[type="text"], .woocommerce-checkout .checkout .woocommerce-billing-fields .input-text {
  width: 100%;
  height: 52px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  text-indent: 10px;
  margin: 0 0 10px; }
.woocommerce-checkout .checkout .woocommerce-account-fields {
  display: block;
  clear: both; }
  .woocommerce-checkout .checkout .woocommerce-account-fields label {
    color: #71818c;
    font-size: 16px;
    font-weight: 400;
    text-transform: none; }
  .woocommerce-checkout .checkout .woocommerce-account-fields .create-account label {
    display: block; }
    .woocommerce-checkout .checkout .woocommerce-account-fields .create-account label .input-checkbox {
      display: inline-block;
      position: relative; }
    .woocommerce-checkout .checkout .woocommerce-account-fields .create-account label span {
      display: inline-block; }
  .woocommerce-checkout .checkout .woocommerce-account-fields .input-text {
    width: 100%;
    height: 52px;
    border: 1px solid #eeeeee;
    border-radius: 0;
    text-indent: 10px;
    margin: 0 0 10px; }
.woocommerce-checkout .checkout .woocommerce-shipping-fields label {
  color: #71818c;
  font-size: 16px;
  font-weight: 400;
  text-transform: none; }
  .woocommerce-checkout .checkout .woocommerce-shipping-fields label span {
    padding-left: 30px; }
.woocommerce-checkout .checkout .woocommerce-shipping-fields .input-checkbox {
  display: inline-block;
  margin-left: 0;
  margin-top: 0; }
.woocommerce-checkout .checkout .woocommerce-shipping-fields .select2 .selection .select2-selection {
  border-radius: 0;
  height: 53px; }
  .woocommerce-checkout .checkout .woocommerce-shipping-fields .select2 .selection .select2-selection .select2-selection__rendered {
    line-height: 53px; }
  .woocommerce-checkout .checkout .woocommerce-shipping-fields .select2 .selection .select2-selection .select2-selection__arrow {
    height: 53px; }
.woocommerce-checkout .checkout .woocommerce-shipping-fields input[type="text"], .woocommerce-checkout .checkout .woocommerce-shipping-fields .input-text {
  width: 100%;
  height: 52px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  text-indent: 10px;
  margin: 0 0 10px; }
.woocommerce-checkout .checkout .woocommerce-additional-fields label {
  color: #71818c;
  font-size: 16px;
  font-weight: 400;
  text-transform: none; }
.woocommerce-checkout .checkout .woocommerce-additional-fields textarea {
  text-indent: 10px; }
.woocommerce-checkout .checkout #payment {
  background: transparent; }
  .woocommerce-checkout .checkout #payment .wc_payment_methods .wc_payment_method {
    margin-bottom: 10px; }
    .woocommerce-checkout .checkout #payment .wc_payment_methods .wc_payment_method label {
      text-transform: uppercase;
      font-weight: 400; }
      .woocommerce-checkout .checkout #payment .wc_payment_methods .wc_payment_method label .about_paypal {
        display: block;
        width: 100%;
        color: #1A1C28; }
        .woocommerce-checkout .checkout #payment .wc_payment_methods .wc_payment_method label .about_paypal:hover {
          color: #3B99D7; }
    .woocommerce-checkout .checkout #payment .wc_payment_methods .wc_payment_method .payment_box {
      background: transparent;
      padding: 0 12px 12px;
      margin: 0 0 15px 25px; }
      .woocommerce-checkout .checkout #payment .wc_payment_methods .wc_payment_method .payment_box p {
        color: #555555;
        font-size: 14px; }
      .woocommerce-checkout .checkout #payment .wc_payment_methods .wc_payment_method .payment_box::before {
        display: none; }
  .woocommerce-checkout .checkout #payment .place-order {
    margin-top: 20px; }
    .woocommerce-checkout .checkout #payment .place-order #place_order {
      display: block;
      width: 100%;
      font-size: 16px; }

/*--------------------------------------------------------------
# WOOCOMMERCE MYACCOUNT
--------------------------------------------------------------*/
.woocommerce-account .login a {
  font-weight: 500; }
.woocommerce-account .login label {
  color: #71818c;
  font-size: 16px;
  font-weight: 400;
  text-transform: none; }
.woocommerce-account .login .input-text {
  width: 100%;
  height: 52px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  text-indent: 10px;
  margin: 0 0 10px; }
.woocommerce-account .login input[type="checkbox"] {
  margin-top: 5px; }
.woocommerce-account .login .button {
  font-size: 15px;
  margin-right: 20px; }
.woocommerce-account .woocommerce-ResetPassword label {
  color: #71818c;
  font-size: 16px;
  font-weight: 400;
  text-transform: none; }
.woocommerce-account .woocommerce-ResetPassword .input-text {
  width: 100%;
  height: 52px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  text-indent: 10px;
  margin: 0 0 10px; }
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  font-weight: 500; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding: 10px; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
      display: inline-block;
      font-size: 16px; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
        color: #FC694C; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
      position: relative; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #FC694C; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active:after {
        content: '\f054';
        font-family: 'Fontawesome';
        position: absolute;
        margin-top: 2px;
        margin-left: 10px;
        color: #FC694C;
        font-size: 16px; }
.woocommerce-account .woocommerce-MyAccount-content {
  line-height: 2; }
  .woocommerce-account .woocommerce-MyAccount-content a {
    font-weight: 500; }
  .woocommerce-account .woocommerce-MyAccount-content address {
    font-size: 16px; }
  .woocommerce-account .woocommerce-MyAccount-content legend {
    font-size: 20px;
    font-weight: 700; }
  .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders {
    font-size: 14px; }
    .woocommerce-account .woocommerce-MyAccount-content table.my_account_orders .button {
      padding: 8px 20px; }
  .woocommerce-account .woocommerce-MyAccount-content label {
    color: #71818c;
    font-size: 16px;
    font-weight: 400;
    text-transform: none; }
  .woocommerce-account .woocommerce-MyAccount-content .input-text {
    width: 100%;
    height: 52px;
    border: 1px solid #eeeeee;
    border-radius: 0;
    text-indent: 10px;
    margin: 0 0 10px; }

/*--------------------------------------------------------------
# SEARCH PAGE
--------------------------------------------------------------*/
.search-container {
  margin-top: 40px; }
  .search-container .search-content {
    color: #333333; }
    .search-container .search-content .text-primary {
      color: #3B99D7; }
    .search-container .search-content .searchform {
      display: block;
      margin-top: 20px;
      margin-bottom: 40px; }
      .search-container .search-content .searchform .input-group .form-control {
        height: 53px;
        background: transparent;
        border: 2px solid #FEFEFE;
        border-radius: 0;
        color: #333333;
        border-right: none;
        font-weight: 500;
        font-size: 18px; }
      .search-container .search-content .searchform .btn.submit {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        display: inline-block;
        border: none;
        border-radius: 0px;
        padding: 15px 26px;
        font-size: 16px;
        background: #3B99D7;
        box-shadow: none;
        text-shadow: none;
        color: #ffffff; }
        .search-container .search-content .searchform .btn.submit:hover, .search-container .search-content .searchform .btn.submit:focus {
          background: #FC694C;
          color: #ffffff; }

.search-not-found {
  margin-bottom: 40px; }

/*--------------------------------------------------------------
# BREADCRUMBS
--------------------------------------------------------------*/
.verso-breadcrumb {
  background-color: #2D3E50;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block; }
  .verso-breadcrumb > .container {
    display: table; }
  .verso-breadcrumb .page-header, .verso-breadcrumb .archive-header {
    border-bottom: none;
    margin: 0;
    padding-bottom: 0;
    display: block; }
    .verso-breadcrumb .page-header .page-title, .verso-breadcrumb .archive-header .page-title {
      color: #ffffff;
      margin-top: 0;
      margin-bottom: 5px;
      font-size: 42px;
      font-weight: 600; }
    @media (max-width: 767px) {
      .verso-breadcrumb .page-header .page-title, .verso-breadcrumb .archive-header .page-title {
        font-size: 24px; } }
  .verso-breadcrumb .page-title {
    color: #ffffff; }
  .verso-breadcrumb .verso-breadcrumb-banner {
    display: table-cell;
    vertical-align: middle; }
    .verso-breadcrumb .verso-breadcrumb-banner #crumbs {
      color: #ffffff;
      font-size: 16px;
      margin: 5px 0;
      line-height: 20px; }
      .verso-breadcrumb .verso-breadcrumb-banner #crumbs i, .verso-breadcrumb .verso-breadcrumb-banner #crumbs em {
        margin-right: 3px; }
      .verso-breadcrumb .verso-breadcrumb-banner #crumbs .delimiter {
        margin: 0 5px; }
      .verso-breadcrumb .verso-breadcrumb-banner #crumbs a {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        color: #ffffff; }
        .verso-breadcrumb .verso-breadcrumb-banner #crumbs a:hover, .verso-breadcrumb .verso-breadcrumb-banner #crumbs a:focus {
          color: #3B99D7; }
      .verso-breadcrumb .verso-breadcrumb-banner #crumbs .current {
        color: #ffffff; }

/*--------------------------------------------------------------
# Popup maker
--------------------------------------------------------------*/
.pum-overlay.pum-theme-default-theme {
  background: rgba(85, 85, 85, 0.8); }
  .pum-overlay.pum-theme-default-theme .pum-container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    background: #F6F9FC url("../img/newsletter-popup-bg.png") no-repeat scroll center center/cover;
    height: 100%;
    max-height: 400px;
    display: table;
    padding: 40px;
    left: 0 !important;
    right: 0 !important; }
    .pum-overlay.pum-theme-default-theme .pum-container .pum-content {
      padding: 20px 0;
      background: #ffffff;
      display: table-cell;
      vertical-align: middle; }
      .pum-overlay.pum-theme-default-theme .pum-container .pum-content .text-center {
        text-align: center;
        padding: 20px; }
      .pum-overlay.pum-theme-default-theme .pum-container .pum-content h3 {
        font-family: "Quattrocento Sans", "Helvetica Neue", "Helvetica", Arial, sans-serif;
        color: #1A1C28;
        font-size: 27px;
        font-weight: 600;
        margin-top: 0;
        text-transform: uppercase; }
      .pum-overlay.pum-theme-default-theme .pum-container .pum-content h4 {
        color: #3B99D7;
        font-size: 23px;
        max-width: 500px;
        margin: 20px auto; }
      .pum-overlay.pum-theme-default-theme .pum-container .pum-content p {
        line-height: 1.6; }
      .pum-overlay.pum-theme-default-theme .pum-container .pum-content .offer-tag {
        -webkit-transform: rotate(-12deg);
        -moz-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        -o-transform: rotate(-12deg);
        transform: rotate(-12deg);
        background: #FC694C;
        color: #ffffff;
        width: 125px;
        height: 125px;
        border-radius: 50%;
        box-shadow: 0 0 0 5px #FC694C;
        border: 1px dashed #ffffff;
        position: absolute;
        left: -60px;
        top: -60px;
        font-size: 15px;
        font-weight: 300;
        display: inline-block;
        text-transform: capitalize;
        line-height: 1.8em;
        padding-top: 20px;
        word-wrap: break-word; }
        .pum-overlay.pum-theme-default-theme .pum-container .pum-content .offer-tag span {
          display: block;
          text-transform: uppercase;
          font-size: 23px;
          font-weight: 700; }
      .pum-overlay.pum-theme-default-theme .pum-container .pum-content .tnp-subscription-minimal form .verso-features-block {
        padding: 40px 0; }
        .pum-overlay.pum-theme-default-theme .pum-container .pum-content .tnp-subscription-minimal form .verso-features-block h2 {
          font-size: 32px;
          font-weight: 600;
          margin-bottom: 20px; }
        .pum-overlay.pum-theme-default-theme .pum-container .pum-content .tnp-subscription-minimal form .verso-features-block p {
          font-weight: 400;
          font-size: 16px;
          line-height: 1.9em; }
      @media (max-width: 480px) {
        .pum-overlay.pum-theme-default-theme .pum-container .pum-content .tnp-subscription-minimal form {
          display: block; }
          .pum-overlay.pum-theme-default-theme .pum-container .pum-content .tnp-subscription-minimal form .tnp-email, .pum-overlay.pum-theme-default-theme .pum-container .pum-content .tnp-subscription-minimal form .tnp-submit {
            display: block;
            width: 100%;
            margin: 10px auto; } }
      .pum-overlay.pum-theme-default-theme .pum-container .pum-content .tnp-subscription-minimal .tnp-email {
        border: 1px solid #3B99D7;
        background: #ffffff;
        max-width: 100%;
        height: 48px;
        width: 100%;
        border-radius: 0;
        margin: 20px 0; }
      .pum-overlay.pum-theme-default-theme .pum-container .pum-content .tnp-subscription-minimal .tnp-submit {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        padding: 10px 30px;
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 300;
        background: #3B99D7;
        line-height: 2;
        border-radius: 0;
        display: block;
        width: 100%;
        letter-spacing: 0.05em; }
        .pum-overlay.pum-theme-default-theme .pum-container .pum-content .tnp-subscription-minimal .tnp-submit:hover, .pum-overlay.pum-theme-default-theme .pum-container .pum-content .tnp-subscription-minimal .tnp-submit:focus {
          background: #FC694C; }
      .pum-overlay.pum-theme-default-theme .pum-container .pum-content .newsletter {
        margin-top: 20px; }
        .pum-overlay.pum-theme-default-theme .pum-container .pum-content .newsletter br {
          display: none; }
        .pum-overlay.pum-theme-default-theme .pum-container .pum-content .newsletter .tnp-field label {
          display: block;
          color: #71818c;
          font-weight: 400; }
        .pum-overlay.pum-theme-default-theme .pum-container .pum-content .newsletter .tnp-field .tnp-email {
          border-radius: 2px;
          margin: 10px 0;
          border: 1px solid #eeeeee;
          height: 42px;
          text-indent: 10px;
          width: 100%; }
        .pum-overlay.pum-theme-default-theme .pum-container .pum-content .newsletter .tnp-field .tnp-button {
          -webkit-transition: all 320ms ease 0s;
          -moz-transition: all 320ms ease 0s;
          -ms-transition: all 320ms ease 0s;
          -o-transition: all 320ms ease 0s;
          transition: all 320ms ease 0s;
          background-color: #FC694C;
          border: medium none;
          border-radius: 4px;
          box-shadow: none;
          color: #ffffff;
          display: inline-block;
          font-size: 16px;
          font-weight: 600;
          margin: 10px 0;
          padding: 14px 40px;
          text-transform: uppercase;
          width: auto; }
          .pum-overlay.pum-theme-default-theme .pum-container .pum-content .newsletter .tnp-field .tnp-button:hover, .pum-overlay.pum-theme-default-theme .pum-container .pum-content .newsletter .tnp-field .tnp-button:focus {
            background-color: #3B99D7; }
    .pum-overlay.pum-theme-default-theme .pum-container .pum-close {
      background-color: #000000;
      font-size: 12px;
      line-height: 1.5;
      height: 23px;
      padding: 0 8px;
      width: 23px;
      text-align: center;
      border-radius: 50%;
      top: -12px;
      right: -12px;
      border: 1px solid #ffffff; }
.pum-overlay.pum-theme-lightbox .pum-container {
  background: none;
  width: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
  box-shadow: none; }
  .pum-overlay.pum-theme-lightbox .pum-container .pum-content iframe {
    box-shadow: 0 0 20px 0 #020202; }
  .pum-overlay.pum-theme-lightbox .pum-container .pum-close {
    top: -20px;
    right: -20px;
    line-height: 23px;
    padding: 0 0 5px;
    font-size: 30px; }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.tlp-portfolio {
  margin-top: 40px;
  margin-bottom: 40px; }
  .tlp-portfolio .filter-button-group {
    padding: 15px;
    margin-bottom: 40px;
    text-align: center; }
    .tlp-portfolio .filter-button-group button {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      color: #71818c;
      margin: 5px;
      font-weight: 500;
      background: transparent;
      padding: 5px; }
      .tlp-portfolio .filter-button-group button:hover, .tlp-portfolio .filter-button-group button.selected {
        color: #3B99D7;
        background: transparent; }
  .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item {
    position: relative; }
    .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-portfolio-thum img {
      width: 100%;
      height: auto; }
    .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      background: transparent linear-gradient(90deg, rgba(26, 214, 253, 0.9) 0%, rgba(29, 98, 240, 0.8) 100%) repeat scroll 0% 0%; }
      .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon {
        position: absolute;
        top: 0;
        bottom: auto;
        right: 0;
        margin: 0 !important; }
        .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a {
          -webkit-transition: all 320ms ease 0s;
          -moz-transition: all 320ms ease 0s;
          -ms-transition: all 320ms ease 0s;
          -o-transition: all 320ms ease 0s;
          transition: all 320ms ease 0s;
          display: none;
          font-size: 36px;
          width: auto;
          height: auto;
          border: none;
          padding: 10px 20px;
          font-size: 42px; }
          .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a.tlp-zoom {
            display: block; }
            .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a.tlp-zoom i:before {
              content: '\e806';
              font-family: 'fontello';
              display: block; }
    .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      background: transparent;
      color: #555555; }
      .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content .tlp-content-holder {
        padding: 20px 0; }
        .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content .tlp-content-holder h3 {
          color: #333333;
          font-size: 20px;
          font-weight: 500;
          text-transform: uppercase; }
          .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
            color: #333333; }
        .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content .tlp-content-holder p {
          color: #71818c; }
    .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:hover img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
    .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:hover .tlp-portfolio-thum .tlp-overlay {
      opacity: 1; }
      .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:hover .tlp-portfolio-thum .tlp-overlay .link-icon {
        opacity: 1; }
    .tlp-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:hover .tlp-content .tlp-content-holder h3 a {
      color: #3B99D7; }
  .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail {
    display: inline-block; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .portfolio-title {
      font-size: 25px;
      font-weight: 600;
      line-height: 1.4;
      text-transform: uppercase;
      color: #555555;
      margin-top: 0;
      margin-bottom: 30px;
      letter-spacing: 0.1em; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .portfolio-details {
      margin-bottom: 20px; }
      .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .portfolio-details p {
        font-size: 16px;
        color: #71818c;
        font-weight: normal;
        line-height: 2; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .others-info {
      margin-top: 20px;
      margin-bottom: 20px; }
      .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .others-info .single-item-meta .categories, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .others-info .single-item-meta .tags {
        text-transform: uppercase;
        color: #333333;
        font-size: 12px;
        font-weight: 600;
        padding-bottom: 20px; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share div {
      float: none; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .fb-share, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .twitter-share, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .linkedin-share, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .googleplus-share {
      -webkit-transition: all 320ms ease 0s;
      -moz-transition: all 320ms ease 0s;
      -ms-transition: all 320ms ease 0s;
      -o-transition: all 320ms ease 0s;
      transition: all 320ms ease 0s;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      text-align: center;
      width: 50px;
      margin: 0 auto;
      border: 1px solid #3B99D7;
      background: #3B99D7;
      color: #ffffff;
      z-index: 2; }
      .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .fb-share:before, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .twitter-share:before, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .linkedin-share:before, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .googleplus-share:before {
        position: absolute;
        left: 0;
        right: 0;
        font-family: "Fontawesome";
        font-size: 16px;
        color: #ffffff;
        z-index: -1; }
      .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .fb-share iframe, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .fb-share span, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .twitter-share iframe, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .twitter-share span, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .linkedin-share iframe, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .linkedin-share span, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .googleplus-share iframe, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .googleplus-share span {
        opacity: 0;
        z-index: 2;
        vertical-align: middle !important; }
      .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .fb-share:hover, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .twitter-share:hover, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .linkedin-share:hover, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .googleplus-share:hover {
        border: 1px solid #FC694C;
        background: #FC694C; }
        .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .fb-share:hover:before, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .twitter-share:hover:before, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .linkedin-share:hover:before, .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .googleplus-share:hover:before {
          color: #ffffff; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .fb-share .fb-share-button {
      display: block;
      float: none; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .fb-share:before {
      content: "\f09a"; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .twitter-share:before {
      content: "\f099"; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .linkedin-share:before {
      content: "\f0e1"; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-detail-desc .single-portfolio-share .googleplus-share:before {
      content: "\f0d5"; }
    .tlp-portfolio.tlp-portfolio-detail .tlp-single-detail .portfolio-feature-img img {
      width: 100%;
      height: auto; }
  .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
    padding: 0; }
    .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item {
      position: relative; }
      .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item .tlp-portfolio-thum {
        background: #FC694C; }
        .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item .tlp-portfolio-thum img {
          width: 100%;
          height: auto; }
        .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay {
          -webkit-transition: all 320ms ease 0s;
          -moz-transition: all 320ms ease 0s;
          -ms-transition: all 320ms ease 0s;
          -o-transition: all 320ms ease 0s;
          transition: all 320ms ease 0s;
          background: transparent linear-gradient(90deg, rgba(26, 214, 253, 0.9) 0%, rgba(29, 98, 240, 0.8) 100%) repeat scroll 0% 0%; }
          .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a {
            -webkit-transition: all 320ms ease 0s;
            -moz-transition: all 320ms ease 0s;
            -ms-transition: all 320ms ease 0s;
            -o-transition: all 320ms ease 0s;
            transition: all 320ms ease 0s;
            font-size: 18px;
            margin-right: 10px;
            width: 50px;
            height: 50px;
            line-height: 48px;
            padding: 0;
            text-align: center; }
            .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay .link-icon a:hover {
              background: #3B99D7;
              border-color: #3B99D7; }
      .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item .tlp-content {
        -webkit-transition: all 320ms ease 0s;
        -moz-transition: all 320ms ease 0s;
        -ms-transition: all 320ms ease 0s;
        -o-transition: all 320ms ease 0s;
        transition: all 320ms ease 0s;
        background: transparent;
        color: #555555; }
        .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item .tlp-content .tlp-content-holder {
          padding: 20px 0; }
          .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item .tlp-content .tlp-content-holder h3 {
            color: #333333;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 0.05em;
            text-transform: uppercase; }
            .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
              color: #333333; }
          .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item .tlp-content .tlp-content-holder p {
            color: #71818c; }
      .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item:hover .tlp-portfolio-thum img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item:hover .tlp-portfolio-thum .tlp-overlay {
        opacity: 1; }
        .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item:hover .tlp-portfolio-thum .tlp-overlay .link-icon {
          opacity: 1; }
      .tlp-portfolio .slider.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .tlp-portfolio-item:hover .tlp-content .tlp-content-holder h3 a {
        color: #3B99D7; }
  .tlp-portfolio .slider.owl-carousel .owl-controls .owl-buttons {
    top: -80px; }
    .tlp-portfolio .slider.owl-carousel .owl-controls .owl-buttons .owl-prev, .tlp-portfolio .slider.owl-carousel .owl-controls .owl-buttons .owl-next {
      background: #FC694C;
      border-radius: 30px;
      color: #ffffff;
      display: inline-block;
      font-size: 12px;
      height: 30px;
      line-height: 30px;
      margin: 5px;
      opacity: 1;
      padding: 0;
      text-align: center;
      width: 30px; }
  .tlp-portfolio .slider.owl-carousel .owl-controls .owl-pagination .owl-page span {
    background: #3B99D7;
    margin: 5px; }
  .tlp-portfolio .slider.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
    background: #FC694C; }

.gallery-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item {
  position: relative; }
  .gallery-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content {
    -webkit-transition: all 320ms ease 0s;
    -moz-transition: all 320ms ease 0s;
    -ms-transition: all 320ms ease 0s;
    -o-transition: all 320ms ease 0s;
    transition: all 320ms ease 0s;
    position: absolute;
    bottom: 0;
    opacity: 0;
    text-align: left; }
    .gallery-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content .tlp-content-holder {
      padding: 20px; }
      .gallery-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content .tlp-content-holder h3 {
        color: #ffffff; }
        .gallery-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content .tlp-content-holder h3 a {
          color: #ffffff; }
      .gallery-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item .tlp-content .tlp-content-holder p {
        display: none; }
  .gallery-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:hover .tlp-content {
    opacity: 1; }
    .gallery-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:hover .tlp-content .tlp-content-holder h3 {
      color: #ffffff; }
      .gallery-portfolio .tlp-portfolio-isotope .tlp-item .tlp-portfolio-item:hover .tlp-content .tlp-content-holder h3 a {
        color: #ffffff !important; }

.masonry-portfolio .vc_grid-item-mini .vc_gitem-zone .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col .vc_gitem-post-data-source-post_title h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase; }
.masonry-portfolio .vc_grid-item-mini .vc_gitem-zone-b .vc_gitem-zone-mini {
  background: #3b99d7;
  background: rgba(59, 153, 215, 0.8);
  -webkit-transition: all 320ms ease 0s;
  -moz-transition: all 320ms ease 0s;
  -ms-transition: all 320ms ease 0s;
  -o-transition: all 320ms ease 0s;
  transition: all 320ms ease 0s;
  position: absolute; }
.masonry-portfolio .vc_grid-filter {
  padding: 15px;
  margin-bottom: 40px;
  text-align: right; }
  .masonry-portfolio .vc_grid-filter .vc_grid-filter-item {
    text-transform: capitalize;
    background: transparent; }
    .masonry-portfolio .vc_grid-filter .vc_grid-filter-item span {
      color: #71818c !important; }
  .masonry-portfolio .vc_grid-filter.vc_grid-filter-color-grey .vc_grid-filter-item:hover, .masonry-portfolio .vc_grid-filter.vc_grid-filter-color-grey .vc_grid-filter-item.vc_active {
    background: transparent; }
    .masonry-portfolio .vc_grid-filter.vc_grid-filter-color-grey .vc_grid-filter-item:hover span, .masonry-portfolio .vc_grid-filter.vc_grid-filter-color-grey .vc_grid-filter-item.vc_active span {
      color: #3B99D7 !important; }
.masonry-portfolio .vc_pageable-load-more-btn .vc_grid-btn-load_more .vc_general.vc_btn3 {
  background: #3B99D7;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  border-width: 2px; }
  .masonry-portfolio .vc_pageable-load-more-btn .vc_grid-btn-load_more .vc_general.vc_btn3:hover {
    background: #ffffff;
    border-color: #3B99D7;
    color: #3B99D7; }

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.course_archive .course.course_list_box_item {
  width: 33.33%;
  float: left;
  clear: none;
  border: none; }
.course_archive .course .course-thumbnail img {
  padding: 0;
  border: none; }
.course_archive .course .course-information {
  position: relative;
  padding: 15px 0; }
  .course_archive .course .course-information .course-title {
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0;
    color: #333333; }
  .course_archive .course .course-information .course-summary {
    margin: 10px 0; }
    .course_archive .course .course-information .course-summary p {
      font-size: 16px;
      line-height: 1.8;
      font-weight: 300; }
  .course_archive .course .course-information .instructor-list {
    color: #A1B1BA;
    border-color: #eeeeee;
    margin: 10px 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8; }
    .course_archive .course .course-information .instructor-list a {
      color: #71818c; }
      .course_archive .course .course-information .instructor-list a:hover, .course_archive .course .course-information .instructor-list a:focus {
        color: #3B99D7; }
  .course_archive .course .course-information .course-meta-information {
    line-height: 1.8;
    margin: 10px 0;
    color: #A1B1BA;
    font-weight: 300;
    font-size: 14px;
    min-height: 50px; }
    .course_archive .course .course-information .course-meta-information a {
      color: #71818c; }
      .course_archive .course .course-information .course-meta-information a:hover, .course_archive .course .course-information .course-meta-information a:focus {
        color: #3B99D7; }
  .course_archive .course .course-information .apply-button-details {
    display: inline-block;
    background: transparent;
    border: none;
    margin-top: 20px;
    padding: 0;
    color: #3B99D7; }
    .course_archive .course .course-information .apply-button-details:hover, .course_archive .course .course-information .apply-button-details:focus {
      color: #2D3E50;
      box-shadow: none; }
  .course_archive .course .course-information:after {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 85px;
    height: 1px;
    background-color: #eeeeee; }
.course_archive .course:hover .course-information:after {
  width: 100%;
  background-color: #FC694C; }

.single-course .course-wrapper .coursepress-course-share .share-title {
  font-weight: 600; }
.single-course .course-wrapper .coursepress-course-share .service-title span.dashicons {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #3B99D7;
  border: 1px solid #eeeeee;
  border-radius: 50%; }
.single-course .course-wrapper .coursepress-course-share a {
  display: inline-block; }

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