@charset "UTF-8";
/***************************************
 * 1.  Typography
 * 2.  Header
 * 3.  Layout
 * 4.  Site Elements
 *     -   Spacing
 *     -   Divider
 *     -   Site Heading
 *     -   Small Navigation
 *     -   Badge Round
 *     -   Icon
 *     -   Icon Box
 *     -   Icon Animation
 *     -   Icon Box Alt
 *     -   Testimonial
 *     -   Play Button
 *     -   Button
 *     -   Section
 *     -   Background Effects
 *     -   Icon Lists
 *     -   Image Box
 *     -   Content Box
 *     -   Solid Title
 *     -   Pricing Box
 *     -   Pricing Item
 *     -   Image Slider
 *     -   Google Map
 *     -   Pie Chart
 *     -   Toggle
 *     -   Features Tabs
 *     -   Count Box
 *     -   Accordion
 *     -   Team
 *     -   Navigation Step
 *     -   Timelines
 *     -   Form
 *     -   Contact Form 7
 *     -   Partner Logo
 *     -   White Box
 *     -   Bootstrap Row
 *     -   Skill Bar
 * 5.  Layout
 * 6.  Sidebar
 * 7.  Portfolio
 * 8.  Footer
 * 9.  Blog
 * 10. Social Icons
 * 11. Sidebar
 * 12. WordPress
 * 13. Plugins
 * 14. Preloader
 * 15. Responsive
 ************************************** */
body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 21px;
  background-color: #fff;
  color: #777373;
  overflow-x: hidden;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.heading-font, .nb-site-heading .nb-top-bar, .nb-small-navi ul, .button,
.nb-button,
form input[type="submit"],
form button, .nb-pricing-box .nb-pricing-tab, .nb-pricing-box .nb-pricing-content .nb-price-content .price, .nb-pricing-item .nb-pricing-title .desc, .vc_tta-tabs .vc_tta-tabs-list, .nb-count-box .nb-inner-content .title.uppercase, .nb-count-box.style-alt .nb-inner-content .title {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.nb-script-font {
  font-family: "Kaushan Script";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .nb-script-font span {
    display: block; }

h1, h2, h3, h4, h5, h6 {
  color: #010101;
  margin: 0 0 20px;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.05em; }
  h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus {
    outline: 0; }
  h1.no-bottom, h2.no-bottom, h3.no-bottom, h4.no-bottom, h5.no-bottom, h6.no-bottom {
    margin: 0; }

h1,
.as-h1 {
  font-size: 36px; }

h2,
.as-h2 {
  font-size: 30px; }

h3,
.as-h3 {
  font-size: 22px; }

h4,
.as-h4 {
  font-size: 16px; }

h5,
.as-h5 {
  font-size: 14px; }

h6,
.as-h6 {
  font-size: 12px; }

/* Link */
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #010101;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
a:focus {
  outline: 0;
  text-decoration: none;
  color: inherit; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover {
  color: #005cff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.hl-site-wrapper {
  position: relative; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes nimbuswidth {
  0% {
    min-width: 0%; }
  50% {
    min-width: 100%; }
  100% {
    min-width: 0%; } }
@keyframes nimbuswidth {
  0% {
    min-width: 0%; }
  50% {
    min-width: 100%; }
  100% {
    min-width: 0%; } }
@-webkit-keyframes nimbusiconwidth {
  0% {
    min-width: 0%; }
  100% {
    min-width: 100%; } }
@keyframes nimbusiconwidth {
  0% {
    min-width: 0%; }
  100% {
    min-width: 100%; } }
#nb-header.nb-header-ontop {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%; }
#nb-header.nb-header-border-white {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
#nb-header.nb-header-border-black {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
#nb-header.nb-header-bg-black {
  background-color: #000; }
#nb-header .nb-row {
  padding: 30px 0; }
#nb-header.nb-header-button .nb-row {
  padding: 15px 0; }
#nb-header .nb-site-logo {
  text-align: center; }
  #nb-header .nb-site-logo .white-logo {
    display: none; }
  #nb-header .nb-site-logo.left {
    text-align: left; }
  #nb-header .nb-site-logo .nb-site-title {
    margin: 0;
    display: inline-block;
    line-height: 0;
    vertical-align: top; }
    #nb-header .nb-site-logo .nb-site-title .site-title,
    #nb-header .nb-site-logo .nb-site-title .site-description {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -999999;
      text-indent: -9999999px;
      opacity: 0;
      visibility: hidden; }
    #nb-header .nb-site-logo .nb-site-title a {
      display: block; }
  #nb-header .nb-site-logo img {
    max-width: 100%;
    height: auto; }
#nb-header .nb-main-menu .nb-main-nav {
  position: relative; }
#nb-header .nb-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #nb-header .nb-main-menu ul > li {
    display: inline-block;
    margin-left: 20px;
    position: relative; }
    #nb-header .nb-main-menu ul > li.mega-menu-item {
      position: static; }
    #nb-header .nb-main-menu ul > li > span a {
      display: block;
      margin: 0;
      padding: 0;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      position: relative; }
      #nb-header .nb-main-menu ul > li > span a:hover {
        color: #005cff; }
    #nb-header .nb-main-menu ul > li.menu-item-has-children > span a:after {
      margin-left: 5px;
      border-style: solid;
      border-width: 5px 5px 0 5px;
      border-color: rgba(119, 115, 115, 0.5) transparent transparent transparent;
      content: "";
      display: inline-block;
      vertical-align: middle; }
    #nb-header .nb-main-menu ul > li.sfHover > span a, #nb-header .nb-main-menu ul > li.current-menu-item > span a {
      color: #005cff; }
  #nb-header .nb-main-menu ul.nb-slide-nav > li.menu-item-has-children > span a:after {
    display: none; }
  #nb-header .nb-main-menu ul .nb-cart {
    border-left: 1px solid rgba(119, 115, 115, 0.5);
    padding-left: 20px; }
    #nb-header .nb-main-menu ul .nb-cart .nb-cart-count {
      position: absolute;
      top: -10px;
      right: -10px;
      font-size: 13px;
      color: #005cff;
      font-weight: 700; }
  #nb-header .nb-main-menu ul ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
    background-color: #005cff;
    padding: 20px 0;
    text-align: left;
    margin: 20px 0 0 -30px;
    min-width: 190px; }
    #nb-header .nb-main-menu ul ul li {
      display: block;
      margin: 0 0 5px;
      padding: 0 30px; }
      #nb-header .nb-main-menu ul ul li:last-child {
        margin: 0;
        border: 0;
        padding: 0 30px; }
      #nb-header .nb-main-menu ul ul li span a {
        color: rgba(255, 255, 255, 0.8);
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0.05em;
        font-weight: 600;
        text-transform: uppercase; }
        #nb-header .nb-main-menu ul ul li span a:hover {
          color: white; }
      #nb-header .nb-main-menu ul ul li.menu-item-has-children > span a:after {
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent white;
        position: absolute;
        top: 7px;
        right: 0; }
      #nb-header .nb-main-menu ul ul li.sfHover > span a, #nb-header .nb-main-menu ul ul li.current-menu-item > span a {
        color: white; }
    #nb-header .nb-main-menu ul ul ul {
      top: 0;
      left: 100%;
      margin-left: 1px;
      margin-top: -20px; }
    #nb-header .nb-main-menu ul ul.nb_header_cart_list {
      left: auto;
      right: 0;
      min-width: 200px;
      padding: 0;
      background-color: #fff;
      border: 5px solid rgba(0, 0, 0, 0.05); }
      #nb-header .nb-main-menu ul ul.nb_header_cart_list a {
        color: #010101; }
      #nb-header .nb-main-menu ul ul.nb_header_cart_list a:hover {
        color: #005cff; }
      #nb-header .nb-main-menu ul ul.nb_header_cart_list .empty {
        padding: 15px; }
      #nb-header .nb-main-menu ul ul.nb_header_cart_list .mini_cart_item {
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #f8f4f4;
        margin: 0;
        padding: 10px 10px 10px 30px; }
        #nb-header .nb-main-menu ul ul.nb_header_cart_list .mini_cart_item a {
          text-transform: none;
          font-family: "Poppins", sans-serif;
          letter-spacing: 0;
          line-height: 1; }
        #nb-header .nb-main-menu ul ul.nb_header_cart_list .mini_cart_item .remove {
          position: absolute;
          top: 17.5px;
          left: 7.5px;
          width: 15px;
          height: 15px;
          padding: 3px 0 0;
          text-align: center;
          color: rgba(0, 0, 0, 0.25);
          line-height: 1;
          display: block;
          background-color: #f8f4f4; }
        #nb-header .nb-main-menu ul ul.nb_header_cart_list .mini_cart_item .remove:hover {
          background: red;
          color: #fff; }
        #nb-header .nb-main-menu ul ul.nb_header_cart_list .mini_cart_item img {
          float: right;
          max-width: 42px;
          height: auto; }
        #nb-header .nb-main-menu ul ul.nb_header_cart_list .mini_cart_item .quantity {
          display: block;
          font-size: 12px; }
      #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer {
        padding: 10px 30px; }
        #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer .total {
          text-transform: uppercase;
          color: #010101;
          font-family: "Poppins", sans-serif;
          font-size: 12px;
          display: block;
          text-align: center;
          padding: 15px 0; }
        #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer .nb-button, #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form input[type="submit"], form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer input[type="submit"],
        #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form button,
        form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer button {
          color: #fff;
          background-color: rgba(0, 0, 0, 0.8);
          margin: 0;
          -webkit-border-radius: 0 0 0 0;
          -moz-border-radius: 0 0 0 0;
          border-radius: 0 0 0 0; }
          #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer .nb-button + .nb-button, #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form input[type="submit"] + .nb-button, form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer input[type="submit"] + .nb-button,
          #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form button + .nb-button,
          form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer button + .nb-button, #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form .nb-button + input[type="submit"], form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer .nb-button + input[type="submit"], #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form input[type="submit"] + input[type="submit"], form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer input[type="submit"] + input[type="submit"],
          #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form button + input[type="submit"],
          form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer button + input[type="submit"],
          #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form .nb-button + button,
          form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer .nb-button + button,
          #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form input[type="submit"] + button,
          form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer input[type="submit"] + button,
          #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form button + button,
          form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer button + button {
            margin-top: 10px; }
          #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer .nb-button:hover, #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form input[type="submit"]:hover, form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer input[type="submit"]:hover,
          #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer form button:hover,
          form #nb-header .nb-main-menu ul ul.nb_header_cart_list .nb-cart-footer button:hover {
            background-color: black; }
  #nb-header .nb-main-menu ul .nb-mega-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    min-width: 470px;
    max-width: 100%;
    margin: 20px 0 0; }
    #nb-header .nb-main-menu ul .nb-mega-menu .nb-mega-menu-content {
      background-color: #005cff;
      padding: 20px; }
      #nb-header .nb-main-menu ul .nb-mega-menu .nb-mega-menu-content span {
        color: rgba(255, 255, 255, 0.5);
        font-size: 10px;
        letter-spacing: 0.05em;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        display: block;
        text-align: left;
        margin-bottom: 5px; }
    #nb-header .nb-main-menu ul .nb-mega-menu ul {
      position: relative;
      display: block;
      margin: 0;
      background-color: transparent;
      padding: 0; }
      #nb-header .nb-main-menu ul .nb-mega-menu ul li {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0; }
        #nb-header .nb-main-menu ul .nb-mega-menu ul li a {
          margin: 0;
          padding: 0; }
#nb-header .nb-right-menu {
  text-align: right; }
#nb-header .nb-site-info span a {
  color: #010101;
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #f8f4f4; }
  #nb-header .nb-site-info span a:hover {
    border-bottom-color: #005cff;
    color: #005cff; }
#nb-header.nb-header-white .nb-site-logo .white-logo {
  display: inline-block; }
#nb-header.nb-header-white .nb-site-logo .black-logo {
  display: none; }
#nb-header.nb-header-white .nb-main-menu ul > li > span a {
  color: rgba(255, 255, 255, 0.8); }
  #nb-header.nb-header-white .nb-main-menu ul > li > span a:hover {
    color: white; }
#nb-header.nb-header-white .nb-main-menu ul > li.sfHover > span a {
  color: white; }
#nb-header.nb-header-white .nb-main-menu ul > li.menu-item-has-children > span a:after {
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent; }
#nb-header.nb-header-white .nb-main-menu ul .nb-cart {
  border-left-color: rgba(255, 255, 255, 0.25); }
  #nb-header.nb-header-white .nb-main-menu ul .nb-cart .nb-cart-count {
    color: #fff; }
#nb-header .hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }
  #nb-header .hamburger .hamburger-box {
    position: relative;
    display: inline-block;
    width: 25px;
    height: auto; }
  #nb-header .hamburger .hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 0.3s; }
  #nb-header .hamburger .hamburger-inner,
  #nb-header .hamburger .hamburger-inner:after,
  #nb-header .hamburger .hamburger-inner:before {
    position: absolute;
    width: 25px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: 0.15s;
    transition-property: transform;
    background-color: #010101; }
  #nb-header .hamburger .hamburger-inner:after,
  #nb-header .hamburger .hamburger-inner:before {
    display: block;
    content: ""; }
  #nb-header .hamburger .hamburger-inner:before {
    top: -7px;
    transition: top 0.1s ease-in 0.34s, opacity 0.1s ease-in; }
  #nb-header .hamburger .hamburger-inner:after {
    bottom: -7px;
    transition: bottom 0.1s ease-in 0.34s, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  #nb-header .hamburger.active .hamburger-inner {
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(225deg); }
    #nb-header .hamburger.active .hamburger-inner:before {
      top: 0;
      transition: top 0.1s ease-out, opacity 0.1s ease-out 0.14s;
      opacity: 0; }
    #nb-header .hamburger.active .hamburger-inner:after {
      bottom: 0;
      transition: bottom 0.1s ease-out, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.14s;
      transform: rotate(-90deg); }
  #nb-header .hamburger:hover {
    opacity: 0.7; }
#nb-header.nb-header-white .hamburger .hamburger-inner,
#nb-header.nb-header-white .hamburger .hamburger-inner:after,
#nb-header.nb-header-white .hamburger .hamburger-inner:before {
  background-color: #fff; }

@media (min-width: 992px) {
  .nb-header-side {
    position: relative; }
    .nb-header-side #nb-header {
      width: 16%;
      height: 100%;
      background-color: #f9f9f9;
      float: left;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
      display: table; }
      .nb-header-side #nb-header .nb-container {
        display: table-cell; }
      .nb-header-side #nb-header .nb-container,
      .nb-header-side #nb-header .nb-site-logo,
      .nb-header-side #nb-header .nb-main-menu {
        width: 100%; }
      .nb-header-side #nb-header .nb-site-logo {
        margin-bottom: 120px;
        padding: 60px; }
        .nb-header-side #nb-header .nb-site-logo .black-logo {
          display: inline-block; }
      .nb-header-side #nb-header .nb-main-menu {
        text-align: left;
        padding: 0 60px; }
        .nb-header-side #nb-header .nb-main-menu ul {
          position: relative; }
          .nb-header-side #nb-header .nb-main-menu ul li {
            margin: 0 0 10px;
            padding: 0;
            display: block;
            position: relative; }
            .nb-header-side #nb-header .nb-main-menu ul li .nb-dropdown {
              cursor: pointer;
              position: absolute;
              top: 0;
              right: 0; }
              .nb-header-side #nb-header .nb-main-menu ul li .nb-dropdown:before {
                margin-left: 5px;
                border-style: solid;
                border-width: 5px 5px 0 5px;
                border-color: #777373 transparent transparent transparent;
                content: "";
                display: inline-block;
                vertical-align: middle; }
            .nb-header-side #nb-header .nb-main-menu ul li a.sf-with-ul {
              position: relative;
              display: inline-block; }
              .nb-header-side #nb-header .nb-main-menu ul li a.sf-with-ul:after {
                position: absolute;
                top: 8px;
                right: -15px;
                opacity: 0.25; }
            .nb-header-side #nb-header .nb-main-menu ul li:last-child {
              padding: 0; }
          .nb-header-side #nb-header .nb-main-menu ul .nb-cart {
            border-left: 0; }
            .nb-header-side #nb-header .nb-main-menu ul .nb-cart a {
              display: inline-block; }
            .nb-header-side #nb-header .nb-main-menu ul .nb-cart .nb-cart-count {
              position: relative;
              display: inline-block; }
          .nb-header-side #nb-header .nb-main-menu ul ul, .nb-header-side #nb-header .nb-main-menu ul .sf-mega {
            position: relative;
            margin: 0;
            padding: 0;
            top: 0;
            left: 0;
            width: auto;
            min-width: auto;
            background-color: transparent;
            margin-top: 10px;
            margin-bottom: 10px;
            padding-left: 20px;
            border-left: 1px solid #f8f4f4; }
            .nb-header-side #nb-header .nb-main-menu ul ul li, .nb-header-side #nb-header .nb-main-menu ul .sf-mega li {
              margin-bottom: 5px;
              -webkit-animation-name: fadeInUp;
              animation-name: fadeInUp; }
              .nb-header-side #nb-header .nb-main-menu ul ul li a, .nb-header-side #nb-header .nb-main-menu ul .sf-mega li a {
                color: #777373;
                text-transform: none;
                font-size: 13px;
                font-weight: 400; }
              .nb-header-side #nb-header .nb-main-menu ul ul li a:hover, .nb-header-side #nb-header .nb-main-menu ul .sf-mega li a:hover {
                color: #010101; }
          .nb-header-side #nb-header .nb-main-menu ul .sub-menu-item-active ul li {
            -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
          .nb-header-side #nb-header .nb-main-menu ul .nb-mega-menu {
            position: relative;
            top: 100%;
            right: 0;
            z-index: 999;
            min-width: 0;
            margin: 0;
            display: none; }
            .nb-header-side #nb-header .nb-main-menu ul .nb-mega-menu .nb-row {
              padding: 0;
              overflow: hidden; }
              .nb-header-side #nb-header .nb-main-menu ul .nb-mega-menu .nb-row > [class*="nb-col-"] {
                width: 100%; }
            .nb-header-side #nb-header .nb-main-menu ul .nb-mega-menu .nb-mega-menu-content {
              background-color: transparent;
              padding: 0;
              text-align: center; }
              .nb-header-side #nb-header .nb-main-menu ul .nb-mega-menu .nb-mega-menu-content span {
                color: rgba(255, 255, 255, 0.5);
                font-size: 10px;
                letter-spacing: 0.05em;
                font-weight: 600;
                font-family: "Poppins", sans-serif;
                text-transform: uppercase;
                display: block;
                text-align: left;
                margin-bottom: 5px; }
              .nb-header-side #nb-header .nb-main-menu ul .nb-mega-menu .nb-mega-menu-content ul {
                margin: 0; }
    .nb-header-side .nb-main-content {
      overflow: hidden;
      padding-left: 16%; }
    .nb-header-side.right-side #nb-header {
      left: auto;
      right: 0; }
    .nb-header-side.right-side .nb-main-content {
      padding-left: 0;
      padding-right: 16%; } }
/* General Spacing */
.nb-xlarge-padding {
  padding-top: 220px;
  padding-bottom: 220px; }

.nb-large-padding {
  padding-top: 120px;
  padding-bottom: 120px; }

.nb-medium-padding {
  padding-top: 80px;
  padding-bottom: 80px; }

.nb-small-padding {
  padding-top: 40px;
  padding-bottom: 40px; }

.nb-top-120 {
  margin-top: 120px; }

.nb-top-60 {
  margin-top: 60px; }

.nb-top-30 {
  margin-top: 30px; }

.nb-bottom-60 {
  margin-bottom: 60px; }

.nb-bottom-30 {
  margin-bottom: 30px; }

.nb-background-gray {
  background-color: #3f3f3f; }

.nb-background-black {
  background-color: black; }

.nb-background-black-70 {
  background-color: #111; }

.nb-background-light {
  background-color: #f8f4f4; }

.nb-background-primary {
  background-color: #005cff; }

.nb-background-primary-alt {
  background-color: #001232; }

.nb-theme-color {
  color: #005cff !important; }

.nb-color-white {
  color: #fff !important; }

.nb-color-white-70 {
  color: rgba(255, 255, 255, 0.7) !important; }

.nb-small-title {
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 12px;
  display: block;
  margin: 0; }

.nb-large-text {
  font-size: 18px;
  line-height: 24px; }

.nb-small-text {
  font-size: 12px; }

.nb-s-text {
  font-size: 39px; }
  .nb-s-text strong {
    font-style: normal;
    font-weight: inherit;
    color: #005cff !important;
    border-bottom: 1px dotted #f8f4f4; }
    .nb-s-text strong.black {
      color: #000;
      border-bottom-color: rgba(0, 0, 0, 0.1); }

.nb-x-text {
  font-size: 69px; }
  .nb-x-text span {
    display: block;
    font-style: normal; }

.nb-border-radius {
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden; }

.vc_align_center {
  text-align: center; }

.vc_align_right {
  text-align: right; }

.vc_align_left {
  text-align: left; }

.vc_single_image-wrapper img {
  display: inline-block; }

p:last-child {
  margin: 0; }

/* Divider */
.nb-divider {
  border-top: 1px solid #f8f4f4;
  margin-top: 60px;
  margin-bottom: 60px; }
  .nb-divider.white {
    border-color: rgba(255, 255, 255, 0.25); }
  .nb-divider.black {
    border-color: rgba(0, 0, 0, 0.05); }
  .nb-divider.no-margin {
    margin: 0; }

/* Site Heading */
.nb-site-heading {
  position: relative;
  background-color: #f8f4f4; }
  .nb-site-heading .nb-background {
    background-position: center center; }
  .nb-site-heading .nb-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(26, 26, 26, 0.8);
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600; }
    .nb-site-heading .nb-top-bar ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .nb-site-heading .nb-top-bar ul li {
        display: inline-block;
        margin-right: 20px; }
        .nb-site-heading .nb-top-bar ul li:last-child {
          margin-right: 0; }
        .nb-site-heading .nb-top-bar ul li a {
          color: rgba(255, 255, 255, 0.5); }
        .nb-site-heading .nb-top-bar ul li a:hover, .nb-site-heading .nb-top-bar ul li.active a {
          color: #fff; }
      .nb-site-heading .nb-top-bar ul.breadcrumbs li {
        margin-right: 10px; }
      .nb-site-heading .nb-top-bar ul.breadcrumbs li:after {
        content: "";
        font-family: "FontAwesome";
        display: inline-block;
        margin: 0 0 0 10px; }
      .nb-site-heading .nb-top-bar ul.breadcrumbs li:last-child:after {
        display: none; }
    .nb-site-heading .nb-top-bar .nb-text-right input {
      padding: 5px 15px;
      margin: 0;
      color: #fff;
      border-color: rgba(255, 255, 255, 0.25); }
    .nb-site-heading .nb-top-bar .nb-text-right #searchsubmit {
      display: none; }
  .nb-site-heading .nb-heading-inner-content {
    margin-top: 60px;
    position: relative;
    z-index: 3; }
    .nb-site-heading .nb-heading-inner-content .nb-heading-title {
      margin: 0;
      color: #010101; }
    .nb-site-heading .nb-heading-inner-content .nb-heading-desc {
      color: rgba(1, 1, 1, 0.6);
      display: block; }
  .nb-site-heading.singular .nb-heading-inner-content .nb-heading-title {
    color: white; }
  .nb-site-heading.singular .nb-heading-inner-content .nb-heading-desc {
    color: rgba(255, 255, 255, 0.6); }
    .nb-site-heading.singular .nb-heading-inner-content .nb-heading-desc.posted-on {
      font-weight: 600; }
      .nb-site-heading.singular .nb-heading-inner-content .nb-heading-desc.posted-on a {
        color: inherit;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
      .nb-site-heading.singular .nb-heading-inner-content .nb-heading-desc.posted-on a:hover {
        color: #fff; }

.nb-custom-heading {
  border-bottom: 1px solid #f8f4f4;
  padding: 20px 0; }
  .nb-custom-heading p {
    margin-bottom: 0; }
  .nb-custom-heading .nice-select {
    min-width: 210px; }

/* Small Navigations */
.nb-small-navi ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nb-small-navi ul li {
    display: inline-block;
    margin-right: 20px; }
    .nb-small-navi ul li a {
      color: #777373;
      font-weight: 600; }
    .nb-small-navi ul li a:hover {
      color: #010101; }
    .nb-small-navi ul li a.selected {
      color: #005cff; }

/* Badge Round */
.nb-bagde-round {
  position: absolute;
  top: 10px;
  left: 0; }
  .nb-bagde-round span {
    display: block;
    padding: 4px 10px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    font-family: "Poppins", sans-serif; }

/* Icon */
.nb-icon-item {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  font-size: 26px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-flex-grow: 1;
  -webkit-justify-content: center;
  flex-grow: 1;
  justify-content: center; }
  .nb-icon-item.medium-size {
    width: 105px;
    height: 105px; }
  .nb-icon-item.large-size {
    width: 140px;
    height: 140px; }
  .nb-icon-item.round-border {
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
  .nb-icon-item.small-border {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .nb-icon-item.border-bg {
    background-color: transparent;
    border: 2px solid inherit; }

/* Icon Box */
.nb-icon-box {
  position: relative; }
  .nb-icon-box .nb-icon {
    font-size: 48px;
    margin-bottom: 30px;
    position: relative; }
    .nb-icon-box .nb-icon.large {
      font-size: 96px; }
  .nb-icon-box .nb-inner-content h4 {
    margin-bottom: 20px; }
  .nb-icon-box .nb-icon-action {
    margin-top: 30px; }
    .nb-icon-box .nb-icon-action a.nb-button {
      background-color: #fff; }
  .nb-icon-box.nb-color-white {
    color: rgba(255, 255, 255, 0.7); }
    .nb-icon-box.nb-color-white .nb-icon,
    .nb-icon-box.nb-color-white .nb-inner-content h4 {
      color: #fff; }
  .nb-icon-box.nb-icon-left .nb-icon, .nb-icon-box.position-left .nb-icon {
    width: 70px;
    float: left; }
  .nb-icon-box.nb-icon-left .nb-inner-content, .nb-icon-box.position-left .nb-inner-content {
    padding-left: 70px;
    padding-top: 10px; }
  .nb-icon-box.boxed, .nb-icon-box.boxed-style {
    padding: 35px;
    background-color: #fff;
    border: 5px solid #f1f1f1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .nb-icon-box.boxed.transparent, .nb-icon-box.boxed-style.transparent {
      background-color: transparent;
      border-color: transparent; }
    .nb-icon-box.boxed.black, .nb-icon-box.boxed-style.black {
      background-color: #000;
      border-color: rgba(255, 255, 255, 0.05); }
      .nb-icon-box.boxed.black .nb-icon, .nb-icon-box.boxed-style.black .nb-icon {
        color: #fff; }
      .nb-icon-box.boxed.black .nb-inner-content h4, .nb-icon-box.boxed-style.black .nb-inner-content h4 {
        color: #fff; }
      .nb-icon-box.boxed.black.active, .nb-icon-box.boxed-style.black.active {
        border-color: #005cff; }
        .nb-icon-box.boxed.black.active .nb-icon-action a, .nb-icon-box.boxed-style.black.active .nb-icon-action a {
          background-color: transparent;
          color: #fff; }
    .nb-icon-box.boxed:hover, .nb-icon-box.boxed-style:hover {
      background-color: #005cff;
      border-color: #005cff;
      color: #fff; }
      .nb-icon-box.boxed:hover i,
      .nb-icon-box.boxed:hover h4, .nb-icon-box.boxed-style:hover i,
      .nb-icon-box.boxed-style:hover h4 {
        color: inherit !important; }
  .nb-icon-box.auto-hide .nb-inner-content p,
  .nb-icon-box.auto-hide .nb-icon-action {
    opacity: 0; }
  .nb-icon-box.active .nb-icon {
    color: #005cff; }

/* Icon Animation */
.nb-icon.icon-animation .nb-icon-inner {
  display: inline-block;
  position: relative; }
  .nb-icon.icon-animation .nb-icon-inner > i {
    opacity: 0.3; }
  .nb-icon.icon-animation .nb-icon-inner .nb-icon-front {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    min-width: 0%;
    overflow: hidden;
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
    .nb-icon.icon-animation .nb-icon-inner .nb-icon-front.loaded {
      animation-fill-mode: forwards;
      -webkit-animation-fill-mode: forwards;
      -webkit-animation-name: nimbusiconwidth;
      animation-name: nimbusiconwidth; }

/* Icons */
.nb-iconbox {
  padding: 80px 40px;
  border: 5px solid #f1f1f1;
  color: #010101;
  font-size: 64px;
  text-align: center;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Testimonials */
.nb-testimonials-item {
  position: relative;
  z-index: 1;
  padding-top: 20px; }
  .nb-testimonials-item .nb-inner-content {
    background-color: #fdfcfc;
    padding: 40px;
    color: rgba(119, 115, 115, 0.4);
    font-size: 16px;
    line-height: 24px;
    position: relative;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    font-family: "Lora";
    font-style: italic !important; }
    .nb-testimonials-item .nb-inner-content:before {
      content: "{";
      font-family: "ElegantIcons";
      font-size: 69px;
      position: absolute;
      top: -30px;
      left: 30px;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #06378c;
      opacity: 0;
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }
    .nb-testimonials-item .nb-inner-content:after {
      position: absolute;
      bottom: -20px;
      left: 40px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 20px 0 0;
      border-color: #fdfcfc transparent transparent transparent; }
  .nb-testimonials-item .nb-testimonials-etc {
    margin-top: 30px;
    margin-left: 0;
    overflow: hidden;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .nb-testimonials-item .nb-testimonials-etc .nb-testimonials-avatar {
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      overflow: hidden;
      width: 70px;
      height: 70px;
      float: left; }
      .nb-testimonials-item .nb-testimonials-etc .nb-testimonials-avatar img {
        width: 100%;
        height: auto; }
    .nb-testimonials-item .nb-testimonials-etc .nb-sub-information {
      padding-left: 90px;
      padding-top: 15px; }
      .nb-testimonials-item .nb-testimonials-etc .nb-sub-information h4 {
        margin-bottom: 0;
        font-size: 14px;
        color: #010101; }
      .nb-testimonials-item .nb-testimonials-etc .nb-sub-information span {
        font-size: 13px; }
  .nb-testimonials-item.active .nb-inner-content {
    color: #777373; }
  .nb-testimonials-item.active .nb-testimonials-etc {
    opacity: 1; }

.active.center .nb-testimonials-item .nb-inner-content {
  background-color: #005cff;
  color: #fff; }
  .active.center .nb-testimonials-item .nb-inner-content:after {
    border-color: #005cff transparent transparent transparent; }
  .active.center .nb-testimonials-item .nb-inner-content:before {
    opacity: 1; }
.active.center .nb-testimonials-item .nb-testimonials-etc {
  opacity: 1; }

/* Play Button */
.nb-play-button {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 18px 0 0;
  text-align: center;
  display: block; }
  .nb-play-button:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 28px;
    color: #fff;
    line-height: 1; }

/* Button */
.button,
.nb-button,
form input[type="submit"],
form button {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 20px;
  padding: 15px 50px 11px;
  font-size: 14px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  background-color: #005cff;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0; }
  .button:hover,
  .nb-button:hover,
  form input[type="submit"]:hover,
  form button:hover {
    color: white; }
  .button.nb-white,
  .nb-button.nb-white,
  form input.nb-white[type="submit"],
  form button.nb-white {
    background-color: #fff;
    color: #010101; }
  .button.nb-border, .button.border-style,
  .nb-button.nb-border,
  form input.nb-border[type="submit"],
  form button.nb-border,
  .nb-button.border-style,
  form input.border-style[type="submit"],
  form button.border-style {
    padding: 12px 48px 10px;
    border: 2px solid #005cff;
    background-color: transparent !important;
    color: #005cff; }
    .button.nb-border.nb-gray, .button.border-style.nb-gray,
    .nb-button.nb-border.nb-gray,
    form input.nb-border.nb-gray[type="submit"],
    form button.nb-border.nb-gray,
    .nb-button.border-style.nb-gray,
    form input.border-style.nb-gray[type="submit"],
    form button.border-style.nb-gray {
      border-color: #ccc;
      color: #010101; }
    .button.nb-border.nb-white, .button.border-style.nb-white,
    .nb-button.nb-border.nb-white,
    form input.nb-border.nb-white[type="submit"],
    form button.nb-border.nb-white,
    .nb-button.border-style.nb-white,
    form input.border-style.nb-white[type="submit"],
    form button.border-style.nb-white {
      border-color: rgba(255, 255, 255, 0.7);
      color: #fff; }
  .button + .nb-button, form .button + input[type="submit"],
  form .button + button,
  .nb-button + .nb-button,
  form input[type="submit"] + .nb-button,
  form button + .nb-button,
  form .nb-button + input[type="submit"],
  form input[type="submit"] + input[type="submit"],
  form button + input[type="submit"],
  form .nb-button + button,
  form input[type="submit"] + button,
  form button + button {
    margin-left: 20px; }
  .button.nb-black,
  .nb-button.nb-black,
  form input.nb-black[type="submit"],
  form button.nb-black {
    background-color: #111;
    color: #fff; }
  .button.full,
  .nb-button.full,
  form input.full[type="submit"],
  form button.full {
    width: 100%;
    text-align: center; }
  .button.alt,
  .nb-button.alt,
  form input.alt[type="submit"],
  form button.alt {
    background-color: #010101; }
    .button.alt:hover,
    .nb-button.alt:hover,
    form input.alt[type="submit"]:hover,
    form button.alt:hover {
      background-color: rgba(1, 1, 1, 0.8);
      color: #fff; }
  .button.black-text,
  .nb-button.black-text,
  form input.black-text[type="submit"],
  form button.black-text {
    color: #333 !important; }
    .button.black-text:hover,
    .nb-button.black-text:hover,
    form input.black-text[type="submit"]:hover,
    form button.black-text:hover {
      color: #000 !important; }
  .button.white-text,
  .nb-button.white-text,
  form input.white-text[type="submit"],
  form button.white-text {
    color: white !important; }
    .button.white-text:hover,
    .nb-button.white-text:hover,
    form input.white-text[type="submit"]:hover,
    form button.white-text:hover {
      color: rgba(255, 255, 255, 0.7) !important; }
  .button.none-border,
  .nb-button.none-border,
  form input.none-border[type="submit"],
  form button.none-border {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
  .button.small-style,
  .nb-button.small-style,
  form input.small-style[type="submit"],
  form button.small-style {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .button.strong-style,
  .nb-button.strong-style,
  form input.strong-style[type="submit"],
  form button.strong-style {
    -webkit-border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px; }
  .button.medium-size,
  .nb-button.medium-size,
  form input.medium-size[type="submit"],
  form button.medium-size {
    padding: 15px 35px;
    font-size: 18px; }
  .button.large-size,
  .nb-button.large-size,
  form input.large-size[type="submit"],
  form button.large-size {
    padding: 25px 50px;
    font-size: 22px; }
  .button.slide-effect,
  .nb-button.slide-effect,
  form input.slide-effect[type="submit"],
  form button.slide-effect {
    position: relative;
    overflow: hidden; }
    .button.slide-effect span,
    .nb-button.slide-effect span,
    form input.slide-effect[type="submit"] span,
    form button.slide-effect span {
      z-index: 2; }
    .button.slide-effect:before, .button.slide-effect:after,
    .nb-button.slide-effect:before,
    form input.slide-effect[type="submit"]:before,
    form button.slide-effect:before,
    .nb-button.slide-effect:after,
    form input.slide-effect[type="submit"]:after,
    form button.slide-effect:after {
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      bottom: 100%;
      left: 0;
      z-index: -1;
      -webkit-border-radius: inherit inherit inherit inherit;
      -moz-border-radius: inherit inherit inherit inherit;
      border-radius: inherit inherit inherit inherit;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
      transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
    .button.slide-effect:before,
    .nb-button.slide-effect:before,
    form input.slide-effect[type="submit"]:before,
    form button.slide-effect:before {
      background-color: #fff; }
    .button.slide-effect:after,
    .nb-button.slide-effect:after,
    form input.slide-effect[type="submit"]:after,
    form button.slide-effect:after {
      background-color: #005cff; }
    .button.slide-effect:hover:before, .button.slide-effect:hover:after,
    .nb-button.slide-effect:hover:before,
    form input.slide-effect[type="submit"]:hover:before,
    form button.slide-effect:hover:before,
    .nb-button.slide-effect:hover:after,
    form input.slide-effect[type="submit"]:hover:after,
    form button.slide-effect:hover:after {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    .button.slide-effect:hover:after,
    .nb-button.slide-effect:hover:after,
    form input.slide-effect[type="submit"]:hover:after,
    form button.slide-effect:hover:after {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    .button.slide-effect:hover,
    .nb-button.slide-effect:hover,
    form input.slide-effect[type="submit"]:hover,
    form button.slide-effect:hover {
      color: #fff !important;
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s;
      border-color: #005cff !important; }

/* Section */
.nb-section {
  position: relative;
  background-color: #fff; }
  .nb-section .nb-section {
    background-color: transparent; }
  .nb-section.overflow {
    overflow: hidden; }
  .nb-section .nb-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
    .nb-section .nb-background.top-right {
      background-position: top right;
      background-size: contain; }
    .nb-section .nb-background.half-right {
      background-size: contain;
      left: 50%; }
    .nb-section .nb-background.bottom-center {
      background-position: center bottom; }
    .nb-section .nb-background.half-left {
      background-size: cover;
      background-position: top center;
      left: 0;
      width: 50%; }
    .nb-section .nb-background.nb-background-mark:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: inherit; }
    .nb-section .nb-background.nb-background-mark-right:before {
      left: 50%;
      margin-left: -60px; }
    .nb-section .nb-background.nb-background-mark-left:before {
      left: auto;
      right: 50%;
      margin-right: -60px; }
    .nb-section .nb-background.fixed {
      background-attachment: fixed; }
  .nb-section .nb-mobile-bg-mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: inherit; }
  .nb-section.full {
    height: 100%; }
  .nb-section .nb-content {
    position: relative;
    z-index: 2; }
  .nb-section.disable-background {
    background-image: none !important; }
  .nb-section.nb-include-template > .nb-container-fluid {
    padding-left: 0;
    padding-right: 0; }

/* Background Effects */
.nb-animation-repeat {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.nb-animation-kenburns {
  -webkit-animation-name: nb-scale-kenburns;
  animation-name: nb-scale-kenburns;
  -webkit-animation-duration: 30s;
  animation-duration: 30s; }

@-webkit-keyframes nb-scale-kenburns {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes nb-scale-kenburns {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
/* Icon List */
.nb-feature-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nb-feature-list li {
    padding-bottom: 30px;
    position: relative; }
    .nb-feature-list li .nb-icon {
      width: 70px;
      float: left;
      font-size: 60px;
      text-align: center; }
    .nb-feature-list li .nb-inner-content {
      padding-left: 100px; }
      .nb-feature-list li .nb-inner-content h4 {
        margin-bottom: 10px; }
    .nb-feature-list li:after {
      content: "";
      width: 1px;
      height: 60%;
      background-color: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 40%;
      left: 35px; }
    .nb-feature-list li:last-child:after {
      display: none; }
  .nb-feature-list.nb-white-color li .nb-icon {
    color: #fff; }
  .nb-feature-list.nb-white-color li h4 {
    color: #fff; }
  .nb-feature-list.nb-white-color li .nb-inner-content {
    color: rgba(255, 255, 255, 0.7); }
  .nb-feature-list.nb-white-color li:after {
    background-color: rgba(255, 255, 255, 0.1); }

/* Image Box */
.nb-image-boxed {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0px 0px 32px 5px rgba(189, 189, 189, 0.5);
  -moz-box-shadow: 0px 0px 32px 5px rgba(189, 189, 189, 0.5);
  box-shadow: 0px 0px 32px 5px rgba(189, 189, 189, 0.5); }

/* Content Boxed */
.nb-content-box {
  padding: 40px;
  border: 5px solid #f8f4f4;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }
  .nb-content-box .nb-desc {
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 10px 3px;
    line-height: 1;
    background-color: rgba(119, 115, 115, 0.3);
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px; }
  .nb-content-box .nb-action-link {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #005cff;
    font-weight: 700;
    display: block; }

/* Boxed Content */
.nb-boxed {
  padding: 40px;
  background-color: #fff; }

.nb-border {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

.nb-shadow {
  z-index: 2;
  -webkit-box-shadow: 0px 0px 32px 5px rgba(189, 189, 189, 0.5);
  -moz-box-shadow: 0px 0px 32px 5px rgba(189, 189, 189, 0.5);
  box-shadow: 0px 0px 32px 5px rgba(189, 189, 189, 0.5); }

/* Solid Title */
.nb-solid-title h4 {
  background-color: #ccc;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  padding: 15px 20px; }
.nb-solid-title.theme-bg h4 {
  background-color: #005cff;
  color: #fff; }

/* Pricing Box */
.nb-pricing-box .nb-pricing-tab {
  list-style: none;
  margin: 0;
  padding: 25px 50px;
  background-color: #005cff;
  position: relative;
  font-family: "Poppins", sans-serif; }
  .nb-pricing-box .nb-pricing-tab li {
    display: inline-block;
    margin-right: 30px;
    position: relative; }
    .nb-pricing-box .nb-pricing-tab li:last-child {
      margin-right: 0; }
    .nb-pricing-box .nb-pricing-tab li a {
      color: rgba(255, 255, 255, 0.7);
      font-size: 16px;
      font-weight: 600; }
    .nb-pricing-box .nb-pricing-tab li.ui-state-active a {
      color: white; }
    .nb-pricing-box .nb-pricing-tab li.ui-state-active:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #005cff transparent transparent transparent;
      position: absolute;
      bottom: -35px;
      left: 50%;
      right: 50%;
      margin-left: -10px;
      content: ""; }
.nb-pricing-box .nb-pricing-content {
  padding: 60px 50px;
  background-color: #fff;
  overflow: hidden; }
  .nb-pricing-box .nb-pricing-content .nb-price-content {
    float: left;
    width: 100px; }
    .nb-pricing-box .nb-pricing-content .nb-price-content span {
      display: block; }
    .nb-pricing-box .nb-pricing-content .nb-price-content .price {
      font-size: 48px;
      line-height: 1;
      color: #005cff;
      font-weight: 300; }
      .nb-pricing-box .nb-pricing-content .nb-price-content .price .currency {
        font-size: 12px;
        display: inline-block; }
    .nb-pricing-box .nb-pricing-content .nb-price-content .desc {
      font-size: 12px;
      color: #010101;
      font-weight: 600;
      text-align: center; }
  .nb-pricing-box .nb-pricing-content .nb-price-list {
    padding-left: 130px; }
    .nb-pricing-box .nb-pricing-content .nb-price-list ul {
      list-style: none;
      margin: 0;
      padding: 0;
      overflow: hidden; }
      .nb-pricing-box .nb-pricing-content .nb-price-list ul li {
        width: 50%;
        float: left; }
        .nb-pricing-box .nb-pricing-content .nb-price-list ul li:before {
          content: "";
          font-family: "FontAwesome";
          display: inline-block;
          margin-right: 5px;
          color: #dfdddd; }
  .nb-pricing-box .nb-pricing-content .nb-button, .nb-pricing-box .nb-pricing-content form input[type="submit"], form .nb-pricing-box .nb-pricing-content input[type="submit"],
  .nb-pricing-box .nb-pricing-content form button,
  form .nb-pricing-box .nb-pricing-content button {
    position: absolute;
    bottom: 50px;
    z-index: 2;
    left: 60px; }
.nb-pricing-box .nb-pricing-bottom {
  background-color: #f8f4f4;
  padding: 15px 50px 15px;
  color: #b3b2b2;
  font-size: 12px;
  position: relative; }
  .nb-pricing-box .nb-pricing-bottom .desc {
    margin-top: 5px;
    display: block; }
  .nb-pricing-box .nb-pricing-bottom .nb-button, .nb-pricing-box .nb-pricing-bottom form input[type="submit"], form .nb-pricing-box .nb-pricing-bottom input[type="submit"],
  .nb-pricing-box .nb-pricing-bottom form button,
  form .nb-pricing-box .nb-pricing-bottom button {
    position: absolute;
    top: -50%;
    left: 50px; }

/* Pricing Item */
.nb-pricing-item {
  position: relative;
  text-align: center; }
  .nb-pricing-item .nb-pricing-icon {
    font-size: 29px;
    width: 70px;
    height: 70px;
    margin: 0 auto 30px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-color: #fff;
    border: 5px solid #777373;
    padding: 15px 0 0; }
  .nb-pricing-item .nb-pricing-title {
    margin-bottom: 30px; }
    .nb-pricing-item .nb-pricing-title h4 {
      margin-bottom: 0; }
    .nb-pricing-item .nb-pricing-title .desc {
      font-size: 10px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
  .nb-pricing-item .nb-pricing-price .price {
    font-size: 49px;
    position: relative; }
    .nb-pricing-item .nb-pricing-price .price span {
      font-style: normal;
      font-size: 13px;
      position: absolute;
      top: 5px; }
  .nb-pricing-item .nb-pricing-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nb-pricing-item .nb-pricing-content ul li {
      margin-bottom: 5px; }
      .nb-pricing-item .nb-pricing-content ul li span {
        border-bottom: 1px dotted #f8f4f4; }
      .nb-pricing-item .nb-pricing-content ul li:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
  .nb-pricing-item .nb-pricing-action {
    margin-top: 30px; }
  .nb-pricing-item.featured .nb-pricing-icon {
    border-color: #005cff;
    color: #000; }
  .nb-pricing-item.featured .nb-pricing-title .desc {
    color: #005cff; }

/* Image Slider */
.nb-image-slider {
  position: relative; }
  .nb-image-slider .nb-image-item {
    padding: 40px 0; }
    .nb-image-slider .nb-image-item img {
      position: relative;
      -webkit-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      opacity: 0.5;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .nb-image-slider .nb-image-item a {
      position: relative;
      display: block;
      pointer-events: none; }
      .nb-image-slider .nb-image-item a:after {
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background-color: rgba(119, 115, 115, 0.89);
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .nb-image-slider .nb-image-item a:hover:after {
        opacity: 1; }
  .nb-image-slider .center img {
    -webkit-box-shadow: 0px 0px 12px 5px rgba(189, 189, 189, 0.5);
    -moz-box-shadow: 0px 0px 12px 5px rgba(189, 189, 189, 0.5);
    box-shadow: 0px 0px 12px 5px rgba(189, 189, 189, 0.5);
    opacity: 1; }
  .nb-image-slider .center a {
    pointer-events: auto; }
  .nb-image-slider.owl-carousel .owl-nav .owl-prev {
    left: 60px;
    margin-top: 0; }
  .nb-image-slider.owl-carousel .owl-nav .owl-next {
    right: 60px;
    margin-top: 0; }

/* Google Maps */
.wpb_gmaps_widget .wpb_wrapper iframe {
  margin-bottom: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: none; }
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }

/* Pie Chart */
.vc_pie_chart {
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.vc_pie_chart.vc_ready {
  opacity: 1;
  filter: alpha(opacity=100); }

.vc_pie_chart .vc_pie_wrapper {
  position: relative;
  margin: 0 auto; }

.vc_pie_chart canvas {
  position: relative;
  z-index: 1; }

.vc_pie_chart .vc_pie_chart_value, .vc_pie_chart_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.vc_pie_chart .vc_pie_chart_value {
  font-size: 200%;
  text-align: center; }

.vc_pie_chart_back {
  border: 6px solid #f7f7f7;
  border-radius: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Toggle */
.vc_toggle {
  position: relative;
  padding: 20px 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
  .vc_toggle + .vc_toggle {
    margin-top: 15px; }
  .vc_toggle .vc_toggle_content {
    display: none;
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid rgba(204, 204, 204, 0.4); }
  .vc_toggle .vc_toggle_title {
    position: relative; }
    .vc_toggle .vc_toggle_title h4 {
      margin-bottom: 0;
      cursor: pointer;
      font-size: 14px;
      color: rgba(1, 1, 1, 0.7); }
    .vc_toggle .vc_toggle_title .vc_toggle_icon:before {
      content: "";
      font-family: "FontAwesome";
      font-style: normal;
      color: #777373;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 3; }
  .vc_toggle.vc_toggle_active {
    border-color: rgba(0, 0, 0, 0.3); }
    .vc_toggle.vc_toggle_active .vc_toggle_title h4 {
      color: #010101; }
    .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
      content: ""; }

/* Features Tabs */
.vc_tta-tabs .vc_tta-tabs-list {
  text-align: center;
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
  margin: 0;
  list-style: none; }
  .vc_tta-tabs .vc_tta-tabs-list li {
    display: inline-block;
    margin: 0 10px; }
    .vc_tta-tabs .vc_tta-tabs-list li a {
      padding: 40px 0;
      display: block;
      font-size: 16px;
      font-weight: 600;
      position: relative; }
      .vc_tta-tabs .vc_tta-tabs-list li a:after {
        content: "";
        width: 0;
        height: 1px;
        background-color: #005cff;
        position: absolute;
        bottom: -1px;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .vc_tta-tabs .vc_tta-tabs-list li.vc_active a {
      color: #005cff; }
      .vc_tta-tabs .vc_tta-tabs-list li.vc_active a:after {
        opacity: 1;
        width: 100%; }
.vc_tta-tabs .vc_tta-panel {
  padding: 120px 0 0;
  display: none;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out; }
  .vc_tta-tabs .vc_tta-panel.vc_active {
    display: block; }
  .vc_tta-tabs .vc_tta-panel .vc_tta-panel-heading {
    display: none; }
.vc_tta-tabs.vc_tta-tabs-position-left {
  overflow: hidden;
  counter-reset: nb-accordion-count; }
  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
    width: 247px;
    float: left;
    text-align: left;
    border-bottom: 0; }
    .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li {
      display: block;
      margin: 0; }
      .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li a {
        padding: 0;
        font-size: 12px;
        text-transform: uppercase;
        padding: 13px 25px 13px 50px;
        background-color: transparent;
        display: block;
        height: 45px;
        position: relative;
        border-bottom: 1px solid #f8f4f4;
        color: #777373; }
        .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li a:after {
          content: "";
          width: 0;
          height: 0;
          position: absolute;
          top: 0;
          bottom: auto;
          left: auto;
          right: -22.49px;
          border-style: solid;
          border-width: 22.5px 0 22.5px 22.5px;
          border-color: transparent transparent transparent #f8f4f4;
          background-color: transparent;
          opacity: 0; }
        .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li a:before {
          width: 20px;
          height: 20px;
          text-align: center;
          padding: 3px 0 0;
          -webkit-border-radius: 50% 50% 50% 50%;
          -moz-border-radius: 50% 50% 50% 50%;
          border-radius: 50% 50% 50% 50%;
          border: 2px solid #a4a4a4;
          content: counter(nb-accordion-count);
          counter-increment: nb-accordion-count;
          display: block;
          position: absolute;
          top: 13px;
          left: 15px;
          font-size: 11px;
          line-height: 1;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
      .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_active a {
        color: #010101;
        background-color: #f8f4f4; }
        .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_active a:after {
          opacity: 1; }
        .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list li.vc_active a:before {
          background-color: #005cff;
          color: #fff;
          border-color: #005cff; }
  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel {
    padding: 0 0 0 300px; }

/* Count Box */
.nb-count-box {
  position: relative;
  text-align: center; }
  .nb-count-box .nb-icon {
    font-size: 72px;
    color: #005cff;
    margin-bottom: 30px;
    position: relative; }
    .nb-count-box .nb-icon:before {
      width: 50%;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 50%;
      right: -25%;
      bottom: 50%;
      content: ""; }
  .nb-count-box .nb-inner-content .number {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 0;
    display: block; }
  .nb-count-box .nb-inner-content .title {
    font-size: 16px;
    font-weight: 400;
    color: #005cff; }
    .nb-count-box .nb-inner-content .title.uppercase {
      text-transform: uppercase;
      font-size: 11px;
      font-weight: 600; }
  .nb-count-box.color-white .nb-icon {
    color: #fff; }
    .nb-count-box.color-white .nb-icon:before {
      background-color: rgba(255, 255, 255, 0.1); }
  .nb-count-box.color-white .nb-inner-content .number {
    color: #fff; }
  .nb-count-box.color-white .nb-inner-content .title {
    color: rgba(255, 255, 255, 0.7); }
  .nb-count-box.style-alt .nb-inner-content .title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600; }

* > div:last-child > .nb-count-box .nb-icon:before {
  display: none; }

/* Accordion */
.vc_tta-accordion {
  position: relative;
  counter-reset: nb-accordion-count; }
  .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
    font-size: 16px;
    padding: 30px 0 30px 70px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative; }
    .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 {
      margin-bottom: 0; }
      .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 span {
        font-style: normal; }
    .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading:before {
      width: 50px;
      height: 50px;
      text-align: center;
      padding: 15px 0 0;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      border: 2px solid #a4a4a4;
      content: counter(nb-accordion-count);
      counter-increment: nb-accordion-count;
      display: block;
      position: absolute;
      top: 15px;
      left: 0; }
    .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon {
      float: right; }
      .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon:before {
        content: "";
        font-family: "FontAwesome";
        font-style: normal;
        color: #777373; }
  .vc_tta-accordion .vc_tta-panel .vc_tta-panel-body {
    padding-left: 70px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: none;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-bottom: 0;
    color: #005cff; }
    .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading:before {
      border-color: #005cff;
      background-color: #005cff;
      color: #fff; }
    .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-controls-icon:before {
      content: ""; }
  .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-body {
    display: block; }

/* Team */
.nb-team-member {
  position: relative;
  overflow: hidden;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .nb-team-member .nb-team-info {
    margin-top: 30px;
    position: relative; }
    .nb-team-member .nb-team-info h4 {
      margin-bottom: 0; }
      .nb-team-member .nb-team-info h4 strong {
        font-weight: inherit;
        color: #005cff; }
    .nb-team-member .nb-team-info span {
      display: block;
      position: relative;
      font-size: 13px; }
    .nb-team-member .nb-team-info .nb-team-social {
      margin-top: 10px; }
      .nb-team-member .nb-team-info .nb-team-social a {
        display: inline-block;
        font-size: 10px;
        line-height: 1;
        width: 25px;
        height: 25px;
        text-align: center;
        padding: 5px 0 0;
        margin: 0 5px;
        background-color: #fff;
        color: #010101;
        border: 2px solid rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%; }
      .nb-team-member .nb-team-info .nb-team-social a:hover {
        background-color: #005cff;
        color: #fff; }
  .nb-team-member.white .nb-team-info h4 {
    color: #fff; }
  .nb-team-member.white .nb-team-info span {
    color: rgba(255, 255, 255, 0.7); }
  .nb-team-member.white .nb-team-info .nb-team-social a {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5); }
  .nb-team-member.white .nb-team-info .nb-team-social a:hover {
    background-color: #005cff;
    border-color: #005cff; }

/* Navigation Step */
.nb-step-nav {
  position: relative; }
  .nb-step-nav:before, .nb-step-nav:after {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #777373;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    color: #fff;
    content: "";
    text-align: center;
    position: absolute;
    font-size: 10px;
    line-height: 1;
    padding: 3px 0 0;
    left: 0;
    top: 9.5px;
    z-index: 3; }
  .nb-step-nav:after {
    left: auto;
    right: 0; }
  .nb-step-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .nb-step-nav ul:before {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 0;
      margin: 15px 0 0;
      border-top: 1px solid rgba(0, 0, 0, 0.2);
      content: "";
      z-index: -1; }
    .nb-step-nav ul li {
      text-transform: uppercase;
      width: 25%;
      float: left;
      text-align: center;
      position: relative; }
      .nb-step-nav ul li a {
        background-color: #fff;
        border: 2px solid #f8f4f4;
        padding: 7px 20px;
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        display: inline-block;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        position: relative;
        z-index: 2; }
        .nb-step-nav ul li a:after, .nb-step-nav ul li a:before {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          content: "";
          position: absolute;
          bottom: -10px;
          left: 50%;
          right: 50%;
          margin-left: -10px;
          border-style: solid;
          border-width: 10px 10px 0 10px;
          border-color: #f8f4f4 transparent transparent transparent;
          z-index: 1;
          opacity: 0; }
        .nb-step-nav ul li a:before {
          bottom: -7px;
          border-width: 8px 8px 0 8px;
          border-color: #fff transparent transparent transparent;
          z-index: 2;
          margin-left: -8px; }
      .nb-step-nav ul li a:hover {
        border-color: #010101;
        color: #010101; }
      .nb-step-nav ul li:before {
        width: 100%;
        height: 1px;
        background-color: #005cff;
        content: "";
        position: absolute;
        left: 0;
        top: 15px;
        opacity: 0; }
      .nb-step-nav ul li:after {
        width: 15px;
        height: 15px;
        display: block;
        background-color: #777373;
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
        color: #fff;
        content: "";
        font-family: "FontAwesome";
        text-align: center;
        position: absolute;
        font-size: 10px;
        line-height: 1;
        padding: 3px 0 0;
        right: 0;
        top: 7px; }
      .nb-step-nav ul li:last-child:after {
        display: none; }
      .nb-step-nav ul li.complete:before {
        opacity: 1; }
      .nb-step-nav ul li.complete:after {
        background-color: #005cff; }
      .nb-step-nav ul li.complete a {
        color: #fff;
        background-color: #005cff;
        border-color: #005cff; }
      .nb-step-nav ul li.current a:before,
      .nb-step-nav ul li.current a:after {
        opacity: 1; }
      .nb-step-nav ul li.current a:hover:after {
        border-color: #010101 transparent transparent transparent; }

/* Timelines */
.nb-timelines {
  position: relative;
  padding: 160px 0;
  overflow: hidden; }
  .nb-timelines .nb-timelines-icon:before, .nb-timelines .nb-timelines-icon:after {
    width: 15px;
    height: 15px;
    border: 1px solid #f8f4f4;
    background-color: #fff;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -7.5px;
    left: 0;
    display: block;
    content: "";
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%; }
  .nb-timelines .nb-timelines-icon:after {
    left: auto;
    right: 0; }
  .nb-timelines:before {
    width: 100%;
    height: 1px;
    background-color: #f8f4f4;
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0; }
  .nb-timelines .nb-timeline-track {
    position: relative; }
    .nb-timelines .nb-timeline-track:before {
      width: 10px;
      height: 10px;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      content: "";
      background-color: #005cff;
      position: absolute;
      top: -5px;
      margin-left: 10px;
      left: 50%;
      right: 50%; }
    .nb-timelines .nb-timeline-track .nb-timeline-item {
      padding: 30px 0;
      position: absolute;
      width: 100%;
      bottom: 0;
      text-align: center; }
      .nb-timelines .nb-timeline-track .nb-timeline-item i {
        font-size: 36px;
        display: block;
        margin-bottom: 30px;
        color: #005cff; }
      .nb-timelines .nb-timeline-track .nb-timeline-item h4 {
        margin: 0; }
      .nb-timelines .nb-timeline-track .nb-timeline-item span {
        font-style: normal;
        display: block; }
      .nb-timelines .nb-timeline-track .nb-timeline-item .nb-timeline-date {
        font-size: 13px;
        color: #777373;
        font-weight: 500; }
    .nb-timelines .nb-timeline-track:nth-child(2n):before {
      background-color: #010101; }
    .nb-timelines .nb-timeline-track:nth-child(2n) .nb-timeline-item {
      bottom: auto;
      top: 0; }

/* Form */
form input[type="text"],
form input[type="number"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form textarea {
  position: relative;
  padding: 11px 15px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  form input[type="text"]:focus,
  form input[type="number"]:focus,
  form input[type="tel"]:focus,
  form input[type="email"]:focus,
  form input[type="url"]:focus,
  form input[type="password"]:focus,
  form textarea:focus {
    color: #010101;
    border-color: rgba(0, 0, 0, 0.2); }
form input[type="submit"].fullsize,
form button.fullsize {
  width: 100%; }
form input[type="email"]:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }
form .nb-field {
  margin-bottom: 15px; }
form .nb-input-field {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  form .nb-input-field:before {
    font-family: "Pe-icon-7-stroke";
    color: #777373;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px; }
  form .nb-input-field.email:before {
    content: ""; }
  form .nb-input-field.password:before {
    content: ""; }
  form .nb-input-field.tel:before {
    content: ""; }

.nb-white {
  -moz-placeholder-color: #777373; }
  .nb-white input[type="text"],
  .nb-white input[type="number"],
  .nb-white input[type="tel"],
  .nb-white input[type="email"],
  .nb-white input[type="password"],
  .nb-white input[type="url"] {
    border-color: #fff; }
    .nb-white input[type="text"]:focus,
    .nb-white input[type="number"]:focus,
    .nb-white input[type="tel"]:focus,
    .nb-white input[type="email"]:focus,
    .nb-white input[type="password"]:focus,
    .nb-white input[type="url"]:focus {
      border-color: rgba(255, 255, 255, 0.9);
      color: #fff; }
  .nb-white ::-webkit-input-placeholder {
    color: #777373; }
  .nb-white ::-moz-placeholder {
    color: #777373; }

/* Contact Form 7 */
.wpcf7-form label {
  display: block; }
.wpcf7-form .wpcf7-form-control-wrap {
  margin-top: 15px;
  display: block; }
.wpcf7-form .nb-input-field {
  display: block; }
  .wpcf7-form .nb-input-field input,
  .wpcf7-form .nb-input-field textarea {
    width: 100%; }
.wpcf7-form div.wpcf7-response-output {
  margin: 30px 0 0;
  padding: 10px 15px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
.wpcf7-form .wpcf7-submit {
  margin-top: 15px;
  width: auto; }
.wpcf7-form .wpcf7-not-valid-tip {
  display: none; }
.wpcf7-form .wpcf7-not-valid {
  border-color: rgba(255, 0, 0, 0.6) !important; }

/* Partner Logo */
.nb-partner-logo {
  pointer: relative;
  text-align: center; }
  .nb-partner-logo img {
    display: block;
    margin: 0 auto;
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .nb-partner-logo:hover img {
    opacity: 1; }

/* White Box */
.nb-white-box {
  padding: 40px;
  background-color: #fff;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }

/* Row */
.nb-row.no-margin {
  margin-left: 0;
  margin-right: 0; }
  .nb-row.no-margin > [class*="nb-col-"] {
    padding-left: 0;
    padding-right: 0; }
.nb-row.small {
  margin-left: -0.5px;
  margin-right: -0.5px; }
  .nb-row.small > [class*="nb-col-"] {
    padding-left: 0.5px;
    padding-right: 0.5px; }
.nb-row.nb-table {
  margin-left: 0;
  margin-right: 0;
  display: table;
  width: 100%; }
  .nb-row.nb-table > [class*="nb-col-"] {
    display: table-cell;
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    float: none; }

.nb-inner-padding {
  padding: 80px; }

/* Skill Bar */
.nb-skill-bar {
  position: relative;
  margin-bottom: 30px; }
  .nb-skill-bar .nb-title {
    margin-bottom: 20px; }
    .nb-skill-bar .nb-title h5 {
      font-size: 11px;
      margin: 0;
      display: inline-block;
      padding: 5px 10px;
      background-color: #777373;
      color: #fff;
      -webkit-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px; }
  .nb-skill-bar .nb-progress {
    height: 5px;
    background-color: #777373;
    position: relative; }
    .nb-skill-bar .nb-progress .nb-progress-bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      min-width: 0;
      background-color: #005cff;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }

/* Blog List */
.nb-timeline-list {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 20px 40px;
  background-color: #000;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .nb-timeline-list .entry-title {
    margin-bottom: 0; }
  .nb-timeline-list .entry-date {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase; }
  .nb-timeline-list:hover {
    background-color: #f8f4f4; }
  .nb-timeline-list.white .entry-title a {
    color: #fff; }
  .nb-timeline-list.white:hover .entry-title a {
    color: #010101; }

/* Features List */
.nb-feature-lists {
  list-style: none;
  margin: 60px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05); }
  .nb-feature-lists li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
    color: #fff; }
    .nb-feature-lists li .title {
      display: block;
      float: left;
      min-width: 150px;
      font-weight: 700; }
    .nb-feature-lists li .content {
      color: rgba(255, 255, 255, 0.5); }

/* Social Icon List */
.nb-social-lists {
  list-style: none;
  margin: 60px 0;
  padding: 0; }
  .nb-social-lists li {
    display: inline-block; }
    .nb-social-lists li a {
      padding: 5px 10px;
      margin-right: 10px;
      display: block;
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.25);
      -webkit-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px; }
    .nb-social-lists li a:hover {
      background-color: #fff;
      color: #005cff; }

/* Owl Slider */
.owl-carousel {
  position: relative; }
  .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 60px; }
    .owl-carousel .owl-dots .owl-dot {
      overflow: hidden;
      margin: 0 3px;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50% 50% 50% 50%;
      -moz-border-radius: 50% 50% 50% 50%;
      border-radius: 50% 50% 50% 50%;
      background-color: #777373;
      border: 2px solid #777373;
      transform: scale(0.7);
      -webkit-transform: scale(0.7);
      opacity: 0.7; }
      .owl-carousel .owl-dots .owl-dot.active {
        background-color: transparent;
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1; }
  .owl-carousel.nb-title-slider .owl-dots {
    text-align: left; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin-top: -85px;
    text-align: center;
    padding: 15px 0 0;
    font-size: 22px;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .owl-carousel .owl-nav .owl-prev:before,
    .owl-carousel .owl-nav .owl-next:before {
      min-width: 0;
      height: 100%;
      content: "";
      background-color: rgba(0, 0, 0, 0.1);
      top: 0;
      left: 0;
      position: absolute;
      z-index: 2;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .owl-carousel .owl-nav .owl-prev:hover,
    .owl-carousel .owl-nav .owl-next:hover {
      color: #010101; }
      .owl-carousel .owl-nav .owl-prev:hover:before,
      .owl-carousel .owl-nav .owl-next:hover:before {
        min-width: 100%; }
    .owl-carousel .owl-nav .owl-prev.disabled,
    .owl-carousel .owl-nav .owl-next.disabled {
      pointer-events: none;
      opacity: 0.5; }
  .owl-carousel .owl-nav .owl-prev {
    left: -120px; }
  .owl-carousel .owl-nav .owl-next {
    right: -120px; }
  .owl-carousel.nb-product-main-slider .owl-nav .owl-prev,
  .owl-carousel.nb-product-main-slider .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    margin-top: -30px;
    font-size: 14px; }
  .owl-carousel.nb-product-main-slider .owl-nav .owl-prev {
    left: 30px; }
  .owl-carousel.nb-product-main-slider .owl-nav .owl-next {
    right: 30px; }

/* Gallery */
.nb-gallery-item-wrap .nb-gallery-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .nb-gallery-item-wrap .nb-gallery-item .gallery-media {
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 5px solid #fff; }
    .nb-gallery-item-wrap .nb-gallery-item .gallery-media img {
      transform: scale(1);
      -webkit-transform: scale(1);
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -ms-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
  .nb-gallery-item-wrap .nb-gallery-item .gallery-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-flex-grow: 1;
    -webkit-justify-content: center;
    flex-grow: 1;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0; }
    .nb-gallery-item-wrap .nb-gallery-item .gallery-content h4 {
      color: #fff;
      margin-bottom: 0; }
  .nb-gallery-item-wrap .nb-gallery-item:before {
    content: "";
    background-color: rgba(0, 92, 255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .nb-gallery-item-wrap .nb-gallery-item .gallery-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 3; }
  .nb-gallery-item-wrap .nb-gallery-item:hover {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(189, 189, 189, 0.5);
    -moz-box-shadow: 0px 0px 10px 5px rgba(189, 189, 189, 0.5);
    box-shadow: 0px 0px 10px 5px rgba(189, 189, 189, 0.5); }
    .nb-gallery-item-wrap .nb-gallery-item:hover .gallery-media img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1); }
    .nb-gallery-item-wrap .nb-gallery-item:hover .gallery-content, .nb-gallery-item-wrap .nb-gallery-item:hover:before {
      opacity: 1; }

.sidebar-content #content {
  float: right; }
.sidebar-content #sidebar .nb-sidebar-content {
  padding-left: 0;
  padding-right: 100px; }
  .sidebar-content #sidebar .nb-sidebar-content .nb-widget {
    border-left: 0;
    border-right: 1px solid #f8f4f4;
    padding: 0 40px 0 0; }

.nb-normal-padding .entry-footer {
  display: none; }

.fullwidth #content {
  width: initial;
  float: none; }

.nb-sidebar-content {
  padding-left: 100px; }
  .nb-sidebar-content .nb-widget {
    border-left: 1px solid #f8f4f4;
    padding: 0 0 0 40px;
    margin-bottom: 60px; }
    .nb-sidebar-content .nb-widget .nb-widget-title {
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 1;
      text-transform: uppercase;
      color: #010101;
      font-weight: 600; }
      .nb-sidebar-content .nb-widget .nb-widget-title span {
        font-style: normal; }

.nb-widget-content .nb-widget ul,
.nb-sidebar-content .nb-widget ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nb-widget-content .nb-widget ul li,
  .nb-sidebar-content .nb-widget ul li {
    border-bottom: 1px solid #f8f4f4;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative; }
    .nb-widget-content .nb-widget ul li:last-child,
    .nb-sidebar-content .nb-widget ul li:last-child {
      margin: 0;
      padding: 0;
      border: 0; }
    .nb-widget-content .nb-widget ul li ul,
    .nb-sidebar-content .nb-widget ul li ul {
      padding-left: 10px;
      border-top: 1px solid #f8f4f4;
      margin-top: 5px;
      padding-top: 5px; }
.nb-widget-content .nb-widget table,
.nb-sidebar-content .nb-widget table {
  width: 100%; }
.nb-widget-content .nb-widget select,
.nb-sidebar-content .nb-widget select {
  width: 100%; }
.nb-widget-content .nb-widget img,
.nb-sidebar-content .nb-widget img {
  display: inline-block;
  max-width: 100%;
  height: auto; }
.nb-widget-content .nb-widget a,
.nb-sidebar-content .nb-widget a {
  color: #777373; }
.nb-widget-content .nb-widget a:hover,
.nb-sidebar-content .nb-widget a:hover {
  color: #010101; }
.nb-widget-content .widget_archive ul li,
.nb-widget-content .widget_categories ul li,
.nb-sidebar-content .widget_archive ul li,
.nb-sidebar-content .widget_categories ul li {
  text-align: right;
  overflow: hidden; }
  .nb-widget-content .widget_archive ul li a,
  .nb-widget-content .widget_categories ul li a,
  .nb-sidebar-content .widget_archive ul li a,
  .nb-sidebar-content .widget_categories ul li a {
    float: left; }
.nb-widget-content .widget_tag_cloud a,
.nb-sidebar-content .widget_tag_cloud a {
  font-size: 12px !important;
  padding: 5px 10px;
  display: inline-block;
  background-color: #777373;
  color: #fff;
  margin: 0 0 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
.nb-widget-content .widget_tag_cloud a:hover,
.nb-sidebar-content .widget_tag_cloud a:hover {
  background-color: #005cff; }
.nb-widget-content .nice-select,
.nb-sidebar-content .nice-select {
  width: 100%; }
  .nb-widget-content .nice-select ul li,
  .nb-sidebar-content .nice-select ul li {
    text-align: left;
    margin-bottom: 0; }
.nb-widget-content .widget_search .nb-input-field.submit,
.nb-sidebar-content .widget_search .nb-input-field.submit {
  margin-top: 15px;
  display: block; }
  .nb-widget-content .widget_search .nb-input-field.submit input,
  .nb-sidebar-content .widget_search .nb-input-field.submit input {
    width: 100%;
    text-align: center; }
.nb-widget-content .nb_recent_portfolio ul,
.nb-widget-content .nb_recent_portfolio ul li,
.nb-sidebar-content .nb_recent_portfolio ul,
.nb-sidebar-content .nb_recent_portfolio ul li {
  border: 0;
  margin: 0;
  padding: 0; }
.nb-widget-content .nb_recent_portfolio ul,
.nb-sidebar-content .nb_recent_portfolio ul {
  margin: 0 -5px;
  overflow: hidden; }
  .nb-widget-content .nb_recent_portfolio ul li,
  .nb-widget-content .nb_recent_portfolio ul li:last-child,
  .nb-sidebar-content .nb_recent_portfolio ul li,
  .nb-sidebar-content .nb_recent_portfolio ul li:last-child {
    float: left;
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 10px; }
    .nb-widget-content .nb_recent_portfolio ul li img,
    .nb-widget-content .nb_recent_portfolio ul li:last-child img,
    .nb-sidebar-content .nb_recent_portfolio ul li img,
    .nb-sidebar-content .nb_recent_portfolio ul li:last-child img {
      max-width: 100%;
      height: auto; }
.nb-widget-content .nb_recent_portfolio .nb-portfolio-media,
.nb-sidebar-content .nb_recent_portfolio .nb-portfolio-media {
  position: relative;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  overflow: hidden; }
  .nb-widget-content .nb_recent_portfolio .nb-portfolio-media a,
  .nb-sidebar-content .nb_recent_portfolio .nb-portfolio-media a {
    display: block;
    position: relative; }
    .nb-widget-content .nb_recent_portfolio .nb-portfolio-media a:before,
    .nb-sidebar-content .nb_recent_portfolio .nb-portfolio-media a:before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      background-color: rgba(1, 1, 1, 0.8);
      z-index: 2;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .nb-widget-content .nb_recent_portfolio .nb-portfolio-media a:after,
    .nb-sidebar-content .nb_recent_portfolio .nb-portfolio-media a:after {
      content: "";
      font-family: "dripicons-v2";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      text-align: center;
      z-index: 3;
      color: #fff;
      font-size: 18px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-flex-grow: 1;
      -webkit-justify-content: center;
      flex-grow: 1;
      justify-content: center;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .nb-widget-content .nb_recent_portfolio .nb-portfolio-media a:hover:before,
  .nb-widget-content .nb_recent_portfolio .nb-portfolio-media a:hover:after,
  .nb-sidebar-content .nb_recent_portfolio .nb-portfolio-media a:hover:before,
  .nb-sidebar-content .nb_recent_portfolio .nb-portfolio-media a:hover:after {
    opacity: 1; }
.nb-widget-content .nb_flickr_images .clearfix,
.nb-sidebar-content .nb_flickr_images .clearfix {
  margin: 0 -5px;
  overflow: hidden; }
  .nb-widget-content .nb_flickr_images .clearfix .flickr_badge_image,
  .nb-sidebar-content .nb_flickr_images .clearfix .flickr_badge_image {
    float: left;
    width: 33.33333%;
    padding: 0 5px;
    margin-bottom: 10px; }
    .nb-widget-content .nb_flickr_images .clearfix .flickr_badge_image a,
    .nb-sidebar-content .nb_flickr_images .clearfix .flickr_badge_image a {
      position: relative;
      -webkit-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      overflow: hidden;
      display: block; }
      .nb-widget-content .nb_flickr_images .clearfix .flickr_badge_image a:before,
      .nb-sidebar-content .nb_flickr_images .clearfix .flickr_badge_image a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background-color: rgba(1, 1, 1, 0.8);
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .nb-widget-content .nb_flickr_images .clearfix .flickr_badge_image a:after,
      .nb-sidebar-content .nb_flickr_images .clearfix .flickr_badge_image a:after {
        content: "";
        font-family: "dripicons-v2";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        z-index: 3;
        color: #fff;
        font-size: 18px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-flex-grow: 1;
        -webkit-justify-content: center;
        flex-grow: 1;
        justify-content: center;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .nb-widget-content .nb_flickr_images .clearfix .flickr_badge_image a:hover:before,
    .nb-widget-content .nb_flickr_images .clearfix .flickr_badge_image a:hover:after,
    .nb-sidebar-content .nb_flickr_images .clearfix .flickr_badge_image a:hover:before,
    .nb-sidebar-content .nb_flickr_images .clearfix .flickr_badge_image a:hover:after {
      opacity: 1; }
    .nb-widget-content .nb_flickr_images .clearfix .flickr_badge_image img,
    .nb-sidebar-content .nb_flickr_images .clearfix .flickr_badge_image img {
      max-width: 100%;
      height: auto;
      -webkit-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      overflow: hidden; }
.nb-widget-content .nb-latest-tweet ul li a,
.nb-sidebar-content .nb-latest-tweet ul li a {
  display: block;
  font-size: 12px;
  color: #005cff; }

.nb-portfolio {
  position: relative;
  overflow: hidden; }
  .nb-portfolio .nb-media {
    position: relative;
    overflow: hidden; }
    .nb-portfolio .nb-media img {
      transform: scale(1);
      -webkit-transform: scale(1);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: relative;
      z-index: 1; }
    .nb-portfolio .nb-media .nb-media-detail-link {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1; }
    .nb-portfolio .nb-media .nb-media-quick-view {
      width: 50px;
      height: 50px;
      -webkit-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      position: absolute;
      top: 20px;
      left: 20px;
      display: block;
      background-color: #fff;
      color: #010101;
      text-align: center;
      opacity: 0;
      z-index: 2; }
      .nb-portfolio .nb-media .nb-media-quick-view:before {
        content: "";
        font-family: "FontAwesome";
        color: inherit;
        margin: 15px 0 0;
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .nb-portfolio .nb-media .nb-media-quick-view:hover {
        background-color: #005cff;
        color: #fff; }
    .nb-portfolio .nb-media:before {
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.1);
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .nb-portfolio .nb-title {
    margin-top: 30px; }
    .nb-portfolio .nb-title h4 {
      margin-bottom: 0; }
    .nb-portfolio .nb-title span {
      font-size: 13px;
      color: #9a9a9a;
      position: relative;
      display: block;
      padding-left: 30px;
      font-style: italic; }
      .nb-portfolio .nb-title span:before {
        width: 20px;
        height: 1px;
        background-color: rgba(154, 154, 154, 0.5);
        content: "";
        top: 12px;
        left: 0;
        position: absolute; }
      .nb-portfolio .nb-title span a {
        color: rgba(0, 0, 0, 0.5);
        font-weight: 600;
        font-style: normal; }
    .nb-portfolio .nb-title p {
      margin-top: 10px; }
  .nb-portfolio:hover .nb-media img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); }
  .nb-portfolio:hover .nb-media:before {
    opacity: 1; }
  .nb-portfolio:hover .nb-media a {
    opacity: 1; }

.nb-portfolio-shortcode .nb-small-navi {
  margin-bottom: 60px; }
.nb-portfolio-shortcode.white-color .nb-portfolio .nb-title h4,
.nb-portfolio-shortcode.white-color .nb-portfolio .nb-title span,
.nb-portfolio-shortcode.white-color .nb-portfolio .nb-title span:before,
.nb-portfolio-shortcode.white-color .nb-portfolio .nb-title a {
  color: #fff; }
.nb-portfolio-shortcode .portfolio {
  margin-bottom: 30px; }
.nb-portfolio-shortcode .nb-portfolio-item-size {
  min-height: 0; }

/* Portfolio Item */
.nb-portfolio-modern {
  position: relative;
  overflow: hidden; }
  .nb-portfolio-modern .portfolio-media img {
    width: 100%;
    height: auto; }
  .nb-portfolio-modern .portfolio-title {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0;
    white-space: nowrap;
    cursor: pointer;
    text-align: center; }
    .nb-portfolio-modern .portfolio-title h4 span {
      display: inline-block;
      padding: 10px 20px;
      background-color: #fff;
      font-style: normal; }
  .nb-portfolio-modern .portfolio-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  .nb-portfolio-modern:hover .portfolio-title {
    opacity: 1; }

/* Portfolio Meta */
.nb-portfolio-list-content {
  margin: 60px 0; }
  .nb-portfolio-list-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .nb-portfolio-list-content ul li {
      border-bottom: 1px solid #f8f4f4;
      margin-bottom: 10px;
      padding-bottom: 10px; }
      .nb-portfolio-list-content ul li:last-child {
        border: 0;
        margin: 0;
        padding: 0; }
  .nb-portfolio-list-content .title {
    color: #010101;
    font-weight: 600;
    display: inline-block;
    margin-right: 20px; }

/* Portfolio Gallery */
.nb-portfolio-gallery {
  position: relative;
  margin-bottom: 30px; }
  .nb-portfolio-gallery .nb-portfolio-gallery-item {
    margin-bottom: 30px; }
    .nb-portfolio-gallery .nb-portfolio-gallery-item .nb-img {
      display: block;
      position: relative; }
      .nb-portfolio-gallery .nb-portfolio-gallery-item .nb-img:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 92, 255, 0.8);
        content: "";
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
    .nb-portfolio-gallery .nb-portfolio-gallery-item:hover .nb-img:after {
      opacity: 1; }

/* Portfolio Overlay */
.nb-portfolio-mediabox {
  position: relative;
  overflow: hidden; }
  .nb-portfolio-mediabox .mediabox-media {
    overflow: hidden;
    position: relative; }
    .nb-portfolio-mediabox .mediabox-media:after {
      position: absolute;
      content: "";
      background: #fff;
      opacity: 1;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 4;
      -moz-transition: all 0.6s ease-out;
      -o-transition: all 0.6s ease-out;
      -ms-transition: all 0.6s ease-out;
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out;
      -moz-transform: translate(-100%, 0);
      -o-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0); }
    .nb-portfolio-mediabox .mediabox-media:before {
      position: absolute;
      content: "";
      background: #005cff;
      opacity: 0.8;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 2;
      -moz-transition: all 0.6s ease-out;
      -o-transition: all 0.6s ease-out;
      -ms-transition: all 0.6s ease-out;
      -webkit-transition: all 0.6s ease-out;
      transition: all 0.6s ease-out;
      -moz-transform: translate(-200%, 0);
      -o-transform: translate(-200%, 0);
      -ms-transform: translate(-200%, 0);
      -webkit-transform: translate(-200%, 0);
      transform: translate(-200%, 0); }
    .nb-portfolio-mediabox .mediabox-media .img {
      width: 100%;
      height: 100%;
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      -moz-transition: opacity 0.35s ease, transform 1s ease;
      -o-transition: opacity 0.35s ease, transform 1s ease;
      -ms-transition: opacity 0.35s ease, transform 1s ease;
      -webkit-transition: opacity 0.35s ease, transform 1s ease;
      transition: opacity 0.35s ease, transform 1s ease; }
    .nb-portfolio-mediabox .mediabox-media img {
      width: 100%;
      height: auto; }
  .nb-portfolio-mediabox .info-hover {
    position: absolute;
    z-index: 3;
    padding: 0 15%;
    left: 0;
    right: 0;
    top: 50%;
    color: #fff;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .nb-portfolio-mediabox .info-hover h4 {
      font-size: 18px; }
    .nb-portfolio-mediabox .info-hover h4,
    .nb-portfolio-mediabox .info-hover p,
    .nb-portfolio-mediabox .info-hover a {
      color: #fff; }
    .nb-portfolio-mediabox .info-hover i {
      font-size: 30px; }
    .nb-portfolio-mediabox .info-hover * {
      -moz-transform: translateX(-50px);
      -o-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      -webkit-transform: translateX(-50px);
      transform: translateX(-50px);
      -moz-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      -ms-transition: all 0.35s ease;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease;
      opacity: 0; }
  .nb-portfolio-mediabox .mediabox-action {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    text-indent: -99999px; }
  .nb-portfolio-mediabox:hover .mediabox-media:after {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  .nb-portfolio-mediabox:hover .mediabox-media:before {
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0); }
  .nb-portfolio-mediabox:hover .img {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .nb-portfolio-mediabox:hover .info-hover * {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .nb-portfolio-mediabox:hover .info-hover h4 {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .nb-portfolio-mediabox:hover .info-hover p {
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    -ms-transition-delay: 0.35s;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s; }
  .nb-portfolio-mediabox:hover .info-hover i {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .nb-portfolio-mediabox.mnv-img-color .mediabox-media {
    background-color: inherit; }
    .nb-portfolio-mediabox.mnv-img-color .mediabox-media:before {
      background-color: inherit; }

/* Portfolio */
.nb-portfolio-normal {
  position: relative;
  overflow: hidden; }
  .nb-portfolio-normal .portfolio-media {
    position: relative; }
    .nb-portfolio-normal .portfolio-media img {
      width: 100%;
      height: auto; }
    .nb-portfolio-normal .portfolio-media:after {
      width: 100%;
      height: 100%;
      position: absolute;
      content: "";
      background-color: rgba(0, 92, 255, 0.96);
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .nb-portfolio-normal .portfolio-title {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
    background-color: #010101;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    color: #fff; }
    .nb-portfolio-normal .portfolio-title h4 {
      margin-bottom: 0;
      color: inherit; }
    .nb-portfolio-normal .portfolio-title span {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      display: block;
      padding-bottom: 30px; }
  .nb-portfolio-normal .portfolio-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2; }
  .nb-portfolio-normal .icon {
    position: absolute;
    bottom: 0;
    left: 60px;
    color: #fff;
    z-index: 3; }
  .nb-portfolio-normal:hover .portfolio-media:after {
    opacity: 1; }

/* Portfolio Middle Title */
.nb-portfolio-middle-title {
  position: relative;
  overflow: hidden; }
  .nb-portfolio-middle-title .portfolio-media img {
    width: 100%;
    height: auto; }
  .nb-portfolio-middle-title .portfolio-title {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 60px;
    top: 30px;
    left: 0;
    z-index: 2;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-flex-grow: 1;
    -webkit-justify-content: center;
    flex-grow: 1;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .nb-portfolio-middle-title .portfolio-title h4 {
      text-align: center;
      margin: 0;
      color: #fff; }
      .nb-portfolio-middle-title .portfolio-title h4 a {
        color: inherit; }
    .nb-portfolio-middle-title .portfolio-title span {
      text-align: center;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Poppins", sans-serif;
      color: rgba(255, 255, 255, 0.6); }
  .nb-portfolio-middle-title .portfolio-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 2; }
  .nb-portfolio-middle-title .icon {
    position: absolute;
    bottom: 0;
    left: 60px;
    color: #fff;
    z-index: 3; }
  .nb-portfolio-middle-title:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: rgba(0, 92, 255, 0.96);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .nb-portfolio-middle-title:hover .portfolio-title {
    opacity: 1;
    top: 0; }
  .nb-portfolio-middle-title:hover:after {
    opacity: 1; }

.nb-portfolio-archive .portfolio {
  margin-bottom: 30px; }

.nb-footer-container.footer-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1; }

#footer .nb-footer-widgets {
  padding: 90px 0;
  background-color: #070707;
  color: rgba(255, 255, 255, 0.5); }
  #footer .nb-footer-widgets .nb-widget .nb-widget-title {
    color: #fff; }
  #footer .nb-footer-widgets .nb-widget a {
    color: rgba(255, 255, 255, 0.5); }
  #footer .nb-footer-widgets .nb-widget a:hover {
    color: white; }
  #footer .nb-footer-widgets .nb-widget ul, #footer .nb-footer-widgets .nb-widget li {
    border-color: rgba(255, 255, 255, 0.05); }
#footer .nb-footer-social {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 60px 0;
  margin-top: 60px; }
#footer .nb-footer-menu {
  background-color: #000;
  padding: 90px 0;
  color: #fff; }
  #footer .nb-footer-menu a {
    color: rgba(255, 255, 255, 0.8); }
  #footer .nb-footer-menu .nb-row {
    display: table;
    width: 100%; }
  #footer .nb-footer-menu .nb-left-menu,
  #footer .nb-footer-menu .nb-site-logo,
  #footer .nb-footer-menu .nb-right-menu {
    float: none;
    display: table-cell;
    vertical-align: middle; }
  #footer .nb-footer-menu .nb-site-logo {
    text-align: center; }
    #footer .nb-footer-menu .nb-site-logo .nb-site-title {
      margin: 0;
      display: block; }
    #footer .nb-footer-menu .nb-site-logo img {
      max-width: 100%;
      height: auto;
      display: none; }
  #footer .nb-footer-menu .nb-footer-main-menu {
    text-align: right; }
    #footer .nb-footer-menu .nb-footer-main-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #footer .nb-footer-menu .nb-footer-main-menu ul li {
        display: inline-block;
        margin-left: 20px; }
        #footer .nb-footer-menu .nb-footer-main-menu ul li a {
          color: white;
          display: block;
          margin: 0;
          padding: 0; }
          #footer .nb-footer-menu .nb-footer-main-menu ul li a:hover {
            color: #010101; }
  #footer .nb-footer-menu.black-bg .nb-site-logo .white-logo {
    display: inline-block; }
  #footer .nb-footer-menu.white-bg .nb-site-logo .black-logo {
    display: inline-block; }

.nb-blog-grid {
  position: relative;
  margin-bottom: 30px; }
  .nb-blog-grid .nb-blog-media {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden; }
    .nb-blog-grid .nb-blog-media img {
      display: block;
      margin: 0 auto; }
    .nb-blog-grid .nb-blog-media .post-thumbnail a {
      display: block;
      position: relative; }
      .nb-blog-grid .nb-blog-media .post-thumbnail a:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background-color: rgba(1, 1, 1, 0.8);
        z-index: 2;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .nb-blog-grid .nb-blog-media .post-thumbnail a:after {
        content: "";
        font-family: "dripicons-v2";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        z-index: 3;
        color: #fff;
        font-size: 18px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-flex-grow: 1;
        -webkit-justify-content: center;
        flex-grow: 1;
        justify-content: center;
        opacity: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .nb-blog-grid .nb-blog-media .post-thumbnail a:hover:before, .nb-blog-grid .nb-blog-media .post-thumbnail a:hover:after {
        opacity: 1; }
  .nb-blog-grid .nb-blog-content .nb-category {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px; }
    .nb-blog-grid .nb-blog-content .nb-category a {
      color: #005cff; }
  .nb-blog-grid .nb-blog-content .entry-title {
    font-size: 18px; }
  .nb-blog-grid .nb-blog-content .entry-summary {
    margin-top: 20px;
    margin-bottom: 20px; }
  .nb-blog-grid .nb-blog-content .nb-blog-footer {
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    padding-top: 30px; }
    .nb-blog-grid .nb-blog-content .nb-blog-footer a {
      color: #777373; }
      .nb-blog-grid .nb-blog-content .nb-blog-footer a:hover {
        color: #010101; }
    .nb-blog-grid .nb-blog-content .nb-blog-footer .nb-readmore {
      float: right; }
    .nb-blog-grid .nb-blog-content .nb-blog-footer .nb-comment-count:before {
      content: "";
      font-family: "FontAwesome";
      display: inline-block;
      margin-right: 5px;
      color: #010101; }
  .nb-blog-grid.sticky {
    padding: 60px;
    background-color: #f8f4f4;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .nb-blog-grid.format-quote {
    padding: 60px;
    background-color: #111;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
    .nb-blog-grid.format-quote h2 a {
      color: #fff; }
    .nb-blog-grid.format-quote .nb-blog-footer {
      border-top-color: rgba(255, 255, 255, 0.1); }
      .nb-blog-grid.format-quote .nb-blog-footer .nb-comment-count:before {
        color: #fff; }
      .nb-blog-grid.format-quote .nb-blog-footer a:hover {
        color: #fff; }
    .nb-blog-grid.format-quote:before {
      content: "{";
      font-family: "ElegantIcons";
      font-size: 69px;
      position: absolute;
      z-index: 3;
      top: 30px;
      right: 30px;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: rgba(255, 255, 255, 0.1); }

.nb-layout-masonry .nb-blog-grid .nb-blog-content {
  padding: 60px;
  background-color: #f8f4f4; }
.nb-layout-masonry .nb-blog-grid .nb-blog-media {
  margin-bottom: 0; }
  .nb-layout-masonry .nb-blog-grid .nb-blog-media img {
    width: 100%;
    height: auto; }
  .nb-layout-masonry .nb-blog-grid .nb-blog-media .gallery {
    margin-bottom: 0; }
.nb-layout-masonry .nb-blog-grid.sticky {
  padding: 0;
  background-color: #005cff;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }
  .nb-layout-masonry .nb-blog-grid.sticky .nb-blog-content {
    background-color: #005cff;
    color: #fff; }
    .nb-layout-masonry .nb-blog-grid.sticky .nb-blog-content a,
    .nb-layout-masonry .nb-blog-grid.sticky .nb-blog-content h2 a {
      color: #fff; }
    .nb-layout-masonry .nb-blog-grid.sticky .nb-blog-content .nb-blog-footer {
      border-top-color: rgba(255, 255, 255, 0.1); }
      .nb-layout-masonry .nb-blog-grid.sticky .nb-blog-content .nb-blog-footer .nb-comment-count:before {
        color: #fff; }
      .nb-layout-masonry .nb-blog-grid.sticky .nb-blog-content .nb-blog-footer a:hover {
        color: #fff; }
.nb-layout-masonry .nb-blog-grid.format-quote {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0; }
  .nb-layout-masonry .nb-blog-grid.format-quote .nb-blog-content {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0; }

.nb-social-icon {
  width: 70px;
  height: 70px;
  padding: 20px 0 0;
  margin: 0 auto;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  background-color: #fff;
  text-align: center;
  font-size: 28px; }

.nb-site-social ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nb-site-social ul li {
    display: inline-block;
    margin: 0 2.5; }
    .nb-site-social ul li a {
      display: block;
      width: 30px;
      height: 30px;
      font-size: 11px;
      -webkit-border-radius: 4px 4px 4px 4px;
      -moz-border-radius: 4px 4px 4px 4px;
      border-radius: 4px 4px 4px 4px;
      background-color: #f8f4f4;
      text-align: center;
      padding: 5px 0 0; }
    .nb-site-social ul li a:hover {
      background-color: #005cff;
      color: #fff; }

.nb-sidebar {
  padding: 60px;
  background-color: #fff;
  position: fixed;
  z-index: 999999;
  top: 0;
  height: 100%;
  width: 320px;
  visibility: hidden; }
  .nb-sidebar.loaded {
    visibility: visible; }
  .nb-sidebar .nb-site-social {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #f1f1f1; }
  .nb-sidebar .nb-site-logo {
    margin-bottom: 60px; }
    .nb-sidebar .nb-site-logo .site-title,
    .nb-sidebar .nb-site-logo .site-description {
      position: absolute;
      z-index: -9999;
      text-indent: -9999999px;
      visibility: hidden; }
  .nb-sidebar .nb-main-menu {
    text-align: left;
    padding: 0; }
    .nb-sidebar .nb-main-menu ul {
      position: relative;
      margin: 0;
      padding: 0; }
      .nb-sidebar .nb-main-menu ul li {
        margin: 0 0 10px;
        padding: 0;
        display: block;
        position: relative; }
        .nb-sidebar .nb-main-menu ul li .nb-dropdown {
          cursor: pointer;
          position: absolute;
          top: 0;
          right: 0; }
          .nb-sidebar .nb-main-menu ul li .nb-dropdown:before {
            margin-left: 5px;
            border-style: solid;
            border-width: 5px 5px 0 5px;
            border-color: #777373 transparent transparent transparent;
            content: "";
            display: inline-block;
            vertical-align: middle; }
        .nb-sidebar .nb-main-menu ul li a.sf-with-ul {
          position: relative;
          display: inline-block; }
          .nb-sidebar .nb-main-menu ul li a.sf-with-ul:after {
            position: absolute;
            top: 8px;
            right: -15px;
            opacity: 0.25; }
        .nb-sidebar .nb-main-menu ul li:last-child {
          padding: 0; }
      .nb-sidebar .nb-main-menu ul .nb-cart {
        border-left: 0; }
        .nb-sidebar .nb-main-menu ul .nb-cart a {
          display: inline-block; }
        .nb-sidebar .nb-main-menu ul .nb-cart .nb-cart-count {
          position: relative;
          display: inline-block; }
      .nb-sidebar .nb-main-menu ul ul, .nb-sidebar .nb-main-menu ul .sf-mega {
        position: relative;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
        width: auto;
        min-width: auto;
        background-color: transparent;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 20px;
        border-left: 1px solid #f8f4f4;
        display: none; }
        .nb-sidebar .nb-main-menu ul ul li, .nb-sidebar .nb-main-menu ul .sf-mega li {
          margin-bottom: 5px;
          -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }
          .nb-sidebar .nb-main-menu ul ul li a, .nb-sidebar .nb-main-menu ul .sf-mega li a {
            color: #777373;
            text-transform: none;
            font-size: 13px;
            font-weight: 400; }
          .nb-sidebar .nb-main-menu ul ul li a:hover, .nb-sidebar .nb-main-menu ul .sf-mega li a:hover {
            color: #010101; }
      .nb-sidebar .nb-main-menu ul .sub-menu-item-active ul li {
        -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; }
      .nb-sidebar .nb-main-menu ul .nb-mega-menu {
        position: relative;
        top: 100%;
        right: 0;
        z-index: 999;
        min-width: 0;
        margin: 0;
        display: none; }
        .nb-sidebar .nb-main-menu ul .nb-mega-menu .nb-row {
          padding: 0;
          overflow: hidden; }
          .nb-sidebar .nb-main-menu ul .nb-mega-menu .nb-row > [class*="nb-col-"] {
            width: 100%; }
        .nb-sidebar .nb-main-menu ul .nb-mega-menu .nb-mega-menu-content {
          background-color: transparent;
          padding: 0;
          text-align: center; }
          .nb-sidebar .nb-main-menu ul .nb-mega-menu .nb-mega-menu-content span {
            color: rgba(255, 255, 255, 0.5);
            font-size: 10px;
            letter-spacing: 0.05em;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            text-transform: uppercase;
            display: block;
            text-align: left;
            margin-bottom: 5px; }
          .nb-sidebar .nb-main-menu ul .nb-mega-menu .nb-mega-menu-content ul {
            margin: 0; }

.nb-not-found-form .searchform {
  margin-top: 30px; }

.screen-reader-text {
  display: none;
  visibility: hidden;
  opacity: 0; }

.page-links,
.navigation.pagination {
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 60px;
  margin-top: 30px; }
  .page-links .screen-reader-text,
  .navigation.pagination .screen-reader-text {
    display: none; }
  .page-links a, .page-links span,
  .navigation.pagination a,
  .navigation.pagination span {
    display: inline-block;
    padding: 7.5px 15px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-right: 5px;
    color: #777373; }
    .page-links a:hover, .page-links span:hover,
    .navigation.pagination a:hover,
    .navigation.pagination span:hover {
      background-color: #005cff;
      border-color: #005cff;
      color: #fff; }
    .page-links a span, .page-links a a, .page-links span span, .page-links span a,
    .navigation.pagination a span,
    .navigation.pagination a a,
    .navigation.pagination span span,
    .navigation.pagination span a {
      padding: 0;
      border: 0;
      margin: 0;
      background: none; }
  .page-links .next.page-numbers,
  .navigation.pagination .next.page-numbers {
    float: right;
    background-color: #777373;
    border-color: #777373;
    color: #fff;
    margin: 0; }
  .page-links .page-numbers.current,
  .navigation.pagination .page-numbers.current {
    background-color: #010101;
    border-color: #010101;
    color: #fff; }
  .page-links .page-numbers.dots,
  .navigation.pagination .page-numbers.dots {
    border-color: transparent; }

.navigation.post-navigation {
  border-top: 1px solid #f8f4f4;
  padding-top: 60px;
  margin-top: 60px; }
  .navigation.post-navigation .nav-links {
    overflow: hidden;
    padding: 10px 0;
    font-family: "Poppins", sans-serif; }
    .navigation.post-navigation .nav-links .nav-previous a,
    .navigation.post-navigation .nav-links .nav-next a {
      position: relative;
      display: inline-block;
      padding-left: 80px; }
      .navigation.post-navigation .nav-links .nav-previous a:before,
      .navigation.post-navigation .nav-links .nav-next a:before {
        width: 60px;
        height: 60px;
        display: inline-block;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        font-size: 28px;
        text-align: center;
        padding: 18px 0 0;
        background-color: #f8f4f4;
        content: "#";
        font-family: "ElegantIcons";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: -10px;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .navigation.post-navigation .nav-links .nav-previous a:hover,
      .navigation.post-navigation .nav-links .nav-next a:hover {
        color: #010101; }
        .navigation.post-navigation .nav-links .nav-previous a:hover:before,
        .navigation.post-navigation .nav-links .nav-next a:hover:before {
          background-color: #005cff;
          color: #fff; }
    .navigation.post-navigation .nav-links .nav-next a {
      padding-left: 0;
      padding-right: 80px; }
      .navigation.post-navigation .nav-links .nav-next a:before {
        left: auto;
        right: 0;
        content: "$"; }
    .navigation.post-navigation .nav-links .nav-previous {
      float: left; }
    .navigation.post-navigation .nav-links .nav-next {
      float: right; }
    .navigation.post-navigation .nav-links .meta-nav {
      display: block;
      color: #777373;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      font-weight: 600; }

/* Format Content */
.entry-content img,
.comment-content img {
  max-width: 100%;
  height: auto; }
.entry-content strong,
.comment-content strong {
  color: #010101; }
.entry-content table,
.comment-content table {
  width: 100%;
  margin-bottom: 30px; }
  .entry-content table th, .entry-content table td, .entry-content table tr,
  .comment-content table th,
  .comment-content table td,
  .comment-content table tr {
    border-bottom: 1px solid #f8f4f4;
    padding: 10px 0; }
  .entry-content table thead tr th,
  .comment-content table thead tr th {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.05em;
    color: #010101;
    font-family: "Poppins", sans-serif; }
.entry-content blockquote,
.comment-content blockquote {
  border: 0;
  padding: 60px;
  margin: 30px 0;
  background-color: #f8f4f4;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Lora";
  font-style: italic !important;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px; }
  .entry-content blockquote cite,
  .comment-content blockquote cite {
    font-family: "Poppins", sans-serif;
    display: block;
    margin: 20px 0 0;
    font-style: normal;
    font-size: 16px;
    font-weight: 600; }
.entry-content dl dt,
.comment-content dl dt {
  color: #010101; }
.entry-content dl dd,
.comment-content dl dd {
  margin-bottom: 15px; }
.entry-content pre,
.comment-content pre {
  background-color: #111;
  border: 0;
  color: rgba(255, 255, 255, 0.75);
  padding: 60px; }
.entry-content:before, .entry-content:after,
.comment-content:before,
.comment-content:after {
  display: table;
  content: " "; }
.entry-content:after,
.comment-content:after {
  clear: both; }

.entry-footer {
  border-top: 1px solid #f8f4f4;
  padding-top: 60px;
  margin-top: 60px; }
  .entry-footer a {
    display: inline-block;
    padding: 7px 15px;
    color: #777373;
    font-weight: 600;
    font-size: 12px;
    background-color: #f8f4f4;
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px; }
  .entry-footer a:hover {
    background-color: #ccc;
    color: #fff; }
  .entry-footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .entry-footer ul li {
      display: inline-block; }
  .entry-footer span {
    display: inline-block;
    margin-right: 3px; }
  .entry-footer .screen-reader-text {
    display: none; }

/* Align */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.31579em 1.47368em 1.47368em 0; }

blockquote.alignright {
  margin: 0.31579em 0 1.47368em 1.47368em; }

blockquote.aligncenter {
  margin-bottom: 1.47368em; }

/* Caption */
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption .wp-caption-text {
  color: #010101;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 600;
  width: 100%; }

/* Gallery */
.gallery {
  margin: 0 -0.5px 30px; }
  .gallery .gallery-item {
    display: inline-block;
    max-width: 33.33333%;
    padding: 0 0.5px 1px;
    text-align: center;
    vertical-align: top;
    width: 100%; }
  .gallery .gallery-columns-1 .gallery-item {
    max-width: 100%; }
  .gallery .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery .gallery-columns-6 .gallery-item {
    max-width: 16.66667%; }
  .gallery .gallery-columns-7 .gallery-item {
    max-width: 14.28571%; }
  .gallery .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery .gallery-columns-9 .gallery-item {
    max-width: 11.11111%; }
  .gallery .gallery-icon img {
    margin: 0 auto; }
  .gallery .gallery-caption {
    color: #fff;
    background-color: #010101;
    text-align: center;
    display: block;
    font-size: 11px;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    display: none; }
  .gallery .gallery-columns-6 .gallery-caption,
  .gallery .gallery-columns-7 .gallery-caption,
  .gallery .gallery-columns-8 .gallery-caption,
  .gallery .gallery-columns-9 .gallery-caption {
    display: none; }

[class*="gallery-columns-"] .gallery-item {
  position: relative;
  overflow: hidden; }
  [class*="gallery-columns-"] .gallery-item img {
    width: 100%;
    height: auto; }
  [class*="gallery-columns-"] .gallery-item .gallery-caption {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0; }
  [class*="gallery-columns-"] .gallery-item:hover .gallery-caption {
    opacity: 1; }

/* Comment */
.comments-area {
  margin: 60px 0 30px; }

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 30px; }

.comments-title {
  margin-bottom: 30px; }

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #f8f4f4;
  padding: 30px 0; }

.comment-list .children {
  list-style: none;
  margin: 0; }

.comment-list .children > li {
  padding-left: 30px; }

.comment-author {
  color: #1a1a1a; }

.comment-author .avatar {
  float: left;
  height: 42px;
  margin-right: 10px;
  position: relative;
  width: 42px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%; }

.bypostauthor > article .fn:after {
  content: "";
  left: 3px;
  position: relative;
  top: 5px; }

.comment-metadata,
.pingback .edit-link {
  color: #686868;
  font-size: 13px; }

.comment-metadata {
  margin-bottom: 2.15385em; }

.comment-metadata a,
.pingback .comment-edit-link {
  color: #686868; }

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
  color: #007acc; }

.comment-metadata .edit-link,
.pingback .edit-link {
  display: inline-block; }

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
  content: "/";
  display: inline-block;
  opacity: 0.7;
  padding: 0 10px; }

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.5em 1.25em; }

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0; }

.comment-reply-link {
  border: 1px solid #f8f4f4;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin-top: 30px;
  padding: 6px 15px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px; }

.comment-reply-link:hover,
.comment-reply-link:focus {
  border-color: currentColor;
  color: #007acc;
  outline: 0; }

.comment-form {
  padding-top: 30px; }
  .comment-form .comment-notes,
  .comment-form .comment-awaiting-moderation,
  .comment-form .logged-in-as,
  .comment-form .form-allowed-tags {
    color: #686868;
    font-size: 13px;
    margin-bottom: 30px; }
  .comment-form p {
    margin-bottom: 15px; }
  .comment-form .form-submit {
    margin-top: 30px; }
  .comment-form label {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #010101;
    font-family: "Poppins", sans-serif; }

.comment-list .comment-form {
  padding-bottom: 30px; }

.no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em; }

.comment-navigation + .no-comments {
  border-top: 0;
  padding-top: 0; }

.form-allowed-tags code {
  font-family: Inconsolata, monospace; }

.form-submit {
  margin-bottom: 0; }

.required {
  color: #007acc; }

.comment-reply-title small {
  font-size: 100%; }

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px; }

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
  color: #1a1a1a; }

.comment-reply-title small a:before {
  content: "";
  font-size: 32px;
  position: relative;
  top: -5px; }

/* 404 Pages */
.nb-error-404 {
  text-align: center; }
  .nb-error-404 form {
    margin-top: 60px; }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding: 0 50px 0 15px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  min-width: 160px;
  background-color: #fff; }

.nice-select:hover {
  border-color: #dbdbdb; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999; }

.nice-select:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  background: transparent;
  top: 0;
  right: 0;
  border-left: 1px solid #f8f4f4;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.nice-select:after {
  content: "";
  font-family: "FontAwesome";
  display: block;
  height: 5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  font-size: 24px;
  top: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px; }

.nice-select.open:after {
  content: ""; }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border: 1px solid #a7aeb3;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6; }

.nice-select .option.selected {
  font-weight: bold; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.nb-site-preloader {
  overflow: hidden; }
  .nb-site-preloader .nb-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999999999999999999999999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-flex-grow: 1;
    -webkit-justify-content: center;
    flex-grow: 1;
    justify-content: center;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .nb-site-preloader .nb-preloader .nb-preloader-content {
      text-align: center; }
      .nb-site-preloader .nb-preloader .nb-preloader-content .nb-preloader-logo {
        display: inline-block;
        position: relative; }
        .nb-site-preloader .nb-preloader .nb-preloader-content .nb-preloader-logo .black-logo img,
        .nb-site-preloader .nb-preloader .nb-preloader-content .nb-preloader-logo .front-logo img {
          max-width: none !important;
          height: auto !important; }
        .nb-site-preloader .nb-preloader .nb-preloader-content .nb-preloader-logo .black-logo {
          opacity: 0.2; }
        .nb-site-preloader .nb-preloader .nb-preloader-content .nb-preloader-logo .front-logo {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          width: 0;
          overflow: hidden;
          -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          -webkit-animation-name: nimbuswidth;
          animation-name: nimbuswidth;
          -webkit-animation-duration: 5s;
          animation-duration: 5s; }
          .nb-site-preloader .nb-preloader .nb-preloader-content .nb-preloader-logo .front-logo img {
            display: inline;
            vertical-align: top;
            float: none; }
  .nb-site-preloader.nb-preloaded {
    overflow-y: auto; }
    .nb-site-preloader.nb-preloaded .nb-preloader {
      z-index: -1;
      opacity: 0; }

/* MD Size */
@media (max-width: 992px) {
  .nb-footer-fixed {
    padding-bottom: 0 !important; }

  .nb-footer-container.footer-fixed {
    position: static;
    width: auto; }

  .nb-pricing-box .nb-pricing-tab {
    text-align: center; }
    .nb-pricing-box .nb-pricing-tab li {
      display: block;
      margin: 0; }
  .nb-pricing-box .nb-pricing-content .nb-price-content {
    float: none;
    width: auto;
    text-align: center; }
  .nb-pricing-box .nb-pricing-content .nb-price-list {
    padding: 30px 0 0;
    text-align: center; }
  .nb-pricing-box .nb-pricing-bottom {
    text-align: center; }
    .nb-pricing-box .nb-pricing-bottom .nb-button, .nb-pricing-box .nb-pricing-bottom form input[type="submit"], form .nb-pricing-box .nb-pricing-bottom input[type="submit"],
    .nb-pricing-box .nb-pricing-bottom form button,
    form .nb-pricing-box .nb-pricing-bottom button {
      position: static;
      margin: -40px 0 15px; }

  .nb-feature-tabs .nb-tabs {
    border-bottom: 0; }
    .nb-feature-tabs .nb-tabs li {
      display: block;
      margin: 0;
      border-bottom: 1px solid #f8f4f4; }
      .nb-feature-tabs .nb-tabs li a {
        padding: 20px 0; }
  .nb-feature-tabs .nb-feature-tab-content {
    padding: 80px 0; }

  .nb-section {
    top: 0 !important; }

  .nb-vc-section .nb-row > [class*="nb-col-"] {
    margin-bottom: 30px; }
  .nb-vc-section .nb-row.no-margin > [class*="nb-col-"] {
    margin-bottom: 0; }
  .nb-vc-section .nb-row.small > [class*="nb-col-"] {
    margin-bottom: 1px; }
  .nb-vc-section .nb-row.nb-table {
    display: initial; }
    .nb-vc-section .nb-row.nb-table > [class*="nb-col-"] {
      margin-bottom: 0;
      display: initial; }
      .nb-vc-section .nb-row.nb-table > [class*="nb-col-"] + [class*="nb-col-"] .vc_column-inner {
        margin-top: 30px; }
    .nb-vc-section .nb-row.nb-table > [class*="nb-col-"]:not(.nb-col-has-fill) .vc_column-inner {
      padding-left: 0 !important;
      padding-right: 0 !important; }

  .nb-portfolio-shortcode .nb-small-navi {
    text-align: center; }

  .nb-section .nb-background.top-right {
    background-position: bottom center; }
  .nb-section .nb-background.mobile-bg-hidden {
    background-image: none !important; }
  .nb-section .nb-background.mobile-bg-cover {
    background-size: cover;
    left: auto;
    right: auto;
    width: 100%; }
  .nb-section .nb-mobile-bg-mark {
    opacity: 1; }
  .nb-section .nb-mobile-disable-mark:before {
    display: none; }
  .nb-section.nb-responsive-p-top {
    padding-top: 60px !important; }
  .nb-section.nb-responsive-p-bottom {
    padding-bottom: 60px !important; }
  .nb-section.nb-responsive-m-top {
    margin-top: 60px !important; }
  .nb-section.nb-responsive-m-bottom {
    margin-bottom: 60px !important; }

  .nb-pricing-box .nb-pricing-content {
    text-align: center; }
    .nb-pricing-box .nb-pricing-content .nb-button, .nb-pricing-box .nb-pricing-content form input[type="submit"], form .nb-pricing-box .nb-pricing-content input[type="submit"],
    .nb-pricing-box .nb-pricing-content form button,
    form .nb-pricing-box .nb-pricing-content button {
      position: static;
      margin: 30px 0 0; }

  #nb-header .nb-row [class*="nb-col-"] {
    display: initial;
    float: left; }
  #nb-header .nb-site-logo {
    text-align: left; }
  #nb-header .desktop-menu-trigger {
    float: right !important;
    text-align: right; }

  #footer .nb-footer-widgets .nb-widget {
    margin-bottom: 30px; }
  #footer .nb-footer-menu {
    padding: 0; }
    #footer .nb-footer-menu .nb-row {
      display: initial; }
      #footer .nb-footer-menu .nb-row [class*="nb-col-"] {
        width: 100%;
        display: initial;
        text-align: center; }

  h1,
  .as-h1 {
    font-size: 30px; }

  h2,
  .as-h2 {
    font-size: 26px; }

  .nb-s-text {
    font-size: 29px; }

  .nb-x-text {
    font-size: 34.5px; }

  .mobile-text-center {
    text-align: center !important; }

  .searchform .nb-input-field {
    display: block; }
    .searchform .nb-input-field input {
      display: block;
      width: 100%; }
  .searchform .nb-input-field.submit {
    margin-top: 15px; }

  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
    float: none;
    width: auto; }
  .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel {
    padding: 60px 0 0 0; } }

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