@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: gray;
  background: whitesmoke; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color: #262626;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #262626;
    outline: none;
    text-decoration: underline; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #303133;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.3; }

::-webkit-selection {
  color: #fff;
  background: #ffde02; }

::-moz-selection {
  color: #fff;
  background: #ffde02; }

::selection {
  color: #fff;
  background: #ffde02; }

.product-img,
.work-img,
.author-img,
.mobile-img,
.colorlib-video,
.blog-img,
.colorlib-about-img,
.services-img,
.staff-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.colorlib-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .colorlib-nav {
      margin: 0; } }
  .colorlib-nav .top-menu {
    padding: 30px 30px; }
    @media screen and (max-width: 768px) {
      .colorlib-nav .top-menu {
        padding: 28px 1em; } }
  .colorlib-nav #colorlib-logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700; }
    .colorlib-nav #colorlib-logo a {
      position: relative;
      color: #fff; }
      .colorlib-nav #colorlib-logo a i {
        color: #fff;
        display: block;
        font-size: 60px;
        font-weight: normal;
        margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .colorlib-nav .menu-1 {
      display: none; } }
  .colorlib-nav ul {
    padding: 0;
    margin: 0; }
    .colorlib-nav ul li {
      padding: 8px 0;
      margin: 0;
      list-style: none;
      display: inline;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 2px; }
      .colorlib-nav ul li a {
        position: relative;
        padding: 20px 12px;
        color: rgba(255, 255, 255, 0.9);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .colorlib-nav ul li a:hover {
          color: #fff; }
      .colorlib-nav ul li.has-dropdown {
        position: relative; }
        .colorlib-nav ul li.has-dropdown .dropdown {
          width: 140px;
          -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 40px;
          left: 0;
          text-align: left;
          background: #000;
          padding: 20px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          .colorlib-nav ul li.has-dropdown .dropdown:before {
            bottom: 100%;
            left: 40px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-bottom-color: #000;
            border-width: 8px;
            margin-left: -8px; }
          .colorlib-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 0px; }
            .colorlib-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .colorlib-nav ul li.has-dropdown .dropdown li a {
              padding: 2px 0;
              display: block;
              color: #999999;
              line-height: 1.2;
              text-transform: none;
              font-size: 13px;
              letter-spacing: 0; }
              .colorlib-nav ul li.has-dropdown .dropdown li a:hover {
                color: #fff; }
      .colorlib-nav ul li.btn-cta a {
        color: #fff;
        background: #ffde02;
        padding: 10px 15px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .colorlib-nav ul li.btn-cta a:hover {
          -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
      .colorlib-nav ul li.active > a {
        color: rgba(255, 255, 255, 0.5);
        position: relative; }
        .colorlib-nav ul li.active > a:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.colorlib-video {
  overflow: hidden;
  position: relative;
  height: 400px; }
  .colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #262626;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #fff; }
  .colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

#languageSelector {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 1000;
  font-weight: 600; }
  #languageSelector a {
    color: #ffde02; }

.video-hero {
  background: #262626;
  position: relative;
  background-repeat: no-repeat;
  z-index: 0; }
  @media screen and (max-width: 992px) {
    .video-hero {
      height: inherit;
      padding: 3em 0; } }
  .video-hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    background: #262626;
    z-index: 1; }
  .video-hero .display-t {
    display: table;
    height: 550px;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 992px) {
      .video-hero .display-t {
        height: auto; } }
    .video-hero .display-t.display-t2 {
      height: 550px; }
    .video-hero .display-t.extra-long {
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .video-hero .display-t.extra-long {
          margin-bottom: 0; } }
  .video-hero .display-tc {
    display: table-cell;
    vertical-align: middle; }
    .video-hero .display-tc .holder {
      color: #fff;
      font-family: "Poppins", Arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 7px; }
      .video-hero .display-tc .holder span {
        position: relative; }
    .video-hero .display-tc h2 {
      color: #fff;
      font-size: 54px;
      margin: 10px 0 20px;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        .video-hero .display-tc h2 {
          font-size: 42px; } }
      .video-hero .display-tc h2.small-title {
        font-size: 50px; }
        @media screen and (max-width: 768px) {
          .video-hero .display-tc h2.small-title {
            font-size: 42px; } }
    .video-hero .display-tc h3 {
      color: #fff;
      font-size: 40px;
      margin: 10px 0 10px;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        .video-hero .display-tc h3 {
          font-size: 28px; } }
    .video-hero .display-tc p {
      font-family: "Nunito", Arial, sans-serif;
      color: #fff;
      font-weight: 200;
      font-size: 30px;
      line-height: 1.5em; }
    .video-hero .display-tc p.breadcrumbs {
      font-size: 14px; }
      .video-hero .display-tc p.breadcrumbs span {
        padding-right: 10px;
        color: rgba(255, 255, 255, 0.5); }
        .video-hero .display-tc p.breadcrumbs span a {
          color: rgba(255, 255, 255, 0.9); }
    .video-hero .display-tc .btn-custom {
      font-size: 16px; }

.colorlib-about,
.colorlib-shop,
.colorlib-work,
.colorlib-work-featured,
.colorlib-intro,
#colorlib-subscribe,
.colorlib-pricing,
.colorlib-services,
#colorlib-contact,
.colorlib-blog {
  padding: 7em 0;
  clear: both; }

.colorlib-bg-white {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none; }

.colorlib-featured {
  padding-bottom: 3em;
  width: 100%; }
  .colorlib-featured .featured-wrap {
    margin-top: -5em; }
    @media screen and (max-width: 992px) {
      .colorlib-featured .featured-wrap {
        margin-top: 0; } }
  .colorlib-featured .featured-entry {
    padding: 30px 120px;
    background: #fff;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .colorlib-featured .featured-entry {
        padding: 30px 20px; } }
    .colorlib-featured .featured-entry h3 {
      color: #303133;
      font-size: 32px;
      margin: 10px 0;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        .colorlib-featured .featured-entry h3 {
          font-size: 22px; } }
    .colorlib-featured .featured-entry .fields fieldset label {
      display: block;
      width: 70%;
      color: #303133;
      font-size: 24px;
      margin: 10px auto;
      font-weight: 400;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .colorlib-featured .featured-entry .fields fieldset label {
          font-size: 18px; } }
      .colorlib-featured .featured-entry .fields fieldset label input[type="checkbox"] {
        width: 20px;
        height: 20px; }
    .colorlib-featured .featured-entry .fields fieldset select {
      width: 100%;
      padding: 5px; }
    .colorlib-featured .featured-entry .fields fieldset input[type="text"] {
      width: 100%;
      padding: 5px; }
    .colorlib-featured .featured-entry .fields p {
      font-size: 18px;
      font-weight: 400;
      color: #303133; }
    .colorlib-featured .featured-entry .info-block {
      text-align: left;
      margin: 30px 0 45px; }
      .colorlib-featured .featured-entry .info-block h4 {
        display: inline-block;
        color: #303133;
        background: #ffde02;
        font-size: 24px;
        padding: 2px 10px;
        margin: 10px 0;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .colorlib-featured .featured-entry .info-block h4 {
            font-size: 18px; } }
      .colorlib-featured .featured-entry .info-block p, .colorlib-featured .featured-entry .info-block ul {
        color: #303133;
        font-size: 20px;
        margin: 0 0 10px;
        font-weight: 300; }
        @media screen and (max-width: 768px) {
          .colorlib-featured .featured-entry .info-block p, .colorlib-featured .featured-entry .info-block ul {
            font-size: 16px; } }
        .colorlib-featured .featured-entry .info-block p.highlighted, .colorlib-featured .featured-entry .info-block ul.highlighted {
          color: #262626; }
          .colorlib-featured .featured-entry .info-block p.highlighted a, .colorlib-featured .featured-entry .info-block ul.highlighted a {
            font-weight: 600; }
          .colorlib-featured .featured-entry .info-block p.highlighted::before, .colorlib-featured .featured-entry .info-block ul.highlighted::before {
            content: "\00BB  "; }
      .colorlib-featured .featured-entry .info-block ul {
        font-size: 18px;
        font-weight: 600; }
        @media screen and (max-width: 768px) {
          .colorlib-featured .featured-entry .info-block ul {
            font-size: 14px; } }
    .colorlib-featured .featured-entry .reset-block p {
      color: #303133;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .colorlib-featured .featured-entry .reset-block p {
          font-size: 16px; } }
  .colorlib-featured .owl-theme .owl-dots .owl-dot span {
    background: #e6e6e6; }
  .colorlib-featured .owl-theme .owl-dots .owl-dot.active span {
    background: #cccccc; }

.fsSectionHeader {
  display: none; }

.no-gutters {
  margin: 0 !important; }

.pagination li {
  margin: 2px; }
  .pagination li a {
    color: #000;
    background: #fff;
    color: #000;
    border: 1px solid #e6e6e6;
    margin: 2px; }
    .pagination li a:first-child {
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .pagination li a:hover, .pagination li a:focus {
      background: #ffde02;
      color: #fff;
      border: 1px solid #ffde02; }
    @media screen and (max-width: 768px) {
      .pagination li a {
        padding: 7px 15px; } }
  .pagination li.active a {
    background: #ffde02;
    border: 1px solid #ffde02; }
    .pagination li.active a:hover, .pagination li.active a:focus {
      background: #ffde02;
      color: #fff;
      border: 1px solid #ffde02; }

.no-gutters {
  margin: 0 !important;
  padding: 0 !important; }

.f-blog {
  position: relative;
  padding-left: 80px;
  margin-bottom: 40px; }
  .f-blog .blog-img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 70px;
    height: 60px;
    float: left; }
  .f-blog .desc h2 {
    font-size: 14px;
    margin-bottom: 5px; }
    .f-blog .desc h2 a {
      color: #fff; }
  .f-blog .desc .admin {
    font-size: 12px; }

.contact-info-wrap-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3em; }
  .contact-info-wrap-flex .con-info {
    width: 100%;
    background: #fff;
    padding: 1.5em;
    background: white;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important; } }
  .contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000; }
    .contact-info-wrap-flex p span i {
      color: #ffde02; }
    .contact-info-wrap-flex p a {
      color: #000; }

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  font-size: 16px !important;
  font-weight: 300;
  background: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    background: #fff;
    box-shadow: none;
    border: 1px solid #e6e6e6; }

input[type="text"] {
  height: 50px; }

.form-group {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .form-group #fname {
      margin-bottom: 30px; } }
  .form-group label {
    font-weight: 400; }
  .form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px; }

.colorlib-social-icons {
  margin: 0;
  padding: 0; }
  .colorlib-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .colorlib-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #ffde02;
      padding-left: 10px;
      padding-right: 10px; }
      .colorlib-social-icons li a i {
        font-size: 20px; }

.colorlib-heading {
  margin-bottom: 5em; }
  .colorlib-heading h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .colorlib-heading h2 {
        font-size: 30px; } }

#colorlib-footer {
  background: #303133;
  color: rgba(255, 255, 255, 0.6) !important; }
  #colorlib-footer .colorlib-widget p {
    font-size: 13px; }
  @media screen and (max-width: 768px) {
    #colorlib-footer .colorlib-widget {
      margin-bottom: 40px;
      width: 100%;
      float: left; } }
  #colorlib-footer h4 {
    margin-bottom: 30px;
    font-size: 12px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700; }
  #colorlib-footer .copy {
    background: #262626;
    padding: 3em 0 5em; }
    #colorlib-footer .copy p {
      margin-bottom: 0;
      color: #fff;
      font-size: 13px; }
      #colorlib-footer .copy p small a {
        color: rgba(255, 255, 255, 0.7); }
    #colorlib-footer .copy a {
      color: #ffde02; }
    #colorlib-footer .copy .footer-info {
      margin-bottom: 60px; }
      #colorlib-footer .copy .footer-info p {
        font-size: 16px;
        margin-bottom: 20px; }
      #colorlib-footer .copy .footer-info a {
        font-size: 20px; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: black;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.lb-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }
  .lb-wrapper .lb-background {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5; }
  .lb-wrapper .lb-content-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    .lb-wrapper .lb-content-box .lb-close {
      width: 20px;
      height: 20px;
      margin: -28px -28px 0 0;
      background: url("/images/close.gif") no-repeat top left;
      float: right; }
      .lb-wrapper .lb-content-box .lb-close a {
        display: block;
        width: 20px;
        height: 20px; }
    .lb-wrapper .lb-content-box .lb-content {
      width: 90%;
      max-width: 640px;
      max-height: 600px;
      overflow: auto;
      background: #fff;
      margin: 70px auto 0;
      padding: 30px; }

.popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 480px;
  height: 100%;
  padding: 40px 0;
  z-index: 1001;
  overflow: auto; }
  @media screen and (max-width: 768px) {
    .popup-wrapper {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10px;
      background: rgba(0, 0, 0, 0.5); } }
  .popup-wrapper .popup-content {
    width: 100%;
    background: #fff;
    border: 1px solid #303133;
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .popup-wrapper .popup-content {
        padding: 20px; } }
    .popup-wrapper .popup-content label {
      width: 100%; }
      .popup-wrapper .popup-content label.contact-method {
        display: none; }
    .popup-wrapper .popup-content input[type="text"], .popup-wrapper .popup-content input[type="email"], .popup-wrapper .popup-content input[type="tel"], .popup-wrapper .popup-content select {
      width: 100%;
      height: auto;
      padding: 2px 5px; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    box-shadow: none !important;
    outline: none !important;
    text-decoration: underline; }

.btn-primary {
  background: #ffde02;
  color: #262626;
  border: 1px solid #ffde02; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffe11c !important;
    border-color: #ffe11c !important;
    color: #262626; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #ffde02;
    border: 1px solid #ffde02; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #ffde02;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 1px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #bbbbbb;
  color: #fff;
  border: 1px solid #bbbbbb; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #aeaeae !important;
    border-color: #aeaeae !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #bbbbbb;
    border: 1px solid #bbbbbb; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #bbbbbb;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 1px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 1px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 1px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 1px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 1px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.row-pb-lg {
  padding-bottom: 7em !important; }

.row-pb-md {
  padding-bottom: 5em !important; }

.row-pb-sm {
  padding-bottom: 3em !important; }

.row-pb-xs {
  padding-bottom: 1em !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.inactive {
  display: none; }

.font-weight-normal {
  font-weight: normal !important; }

.colorlib-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

.js .animate-box {
  opacity: 0; }

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