﻿@charset "UTF-8";
/*-------------------------------------------------------*/
/* Table of Content
1a. Post Add
1b. General
2. Typography
3. Navigation
4. Layout
5. Blog
6. Portfolio
7. Shortcodes
8. Footer
9. Responsive

/*-------------------------------------------------------*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css?family=Nunito+Sans'); */


/*  ------------------------------ */
/*  ------------------------------ */
/*  -- Custom, important styles -- */
/*  ------------------------------ */
/*  ------------------------------ */
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}

/* uncss:ignore start */
body{
  font-family: 'Nunito Sans', sans-serif !important;
}
.barcode-font{
  font-family: 'Nunito Sans', sans-serif !important;
}

.header-font {
    letter-spacing: 0px;
    font-weight: 900;
    font-size: 60px !important;
    color: #4F8BC9 !important;
}
.subhead {
    max-width: 100%;
    color: #000000;
    font-weight: 300;
    font-size: 22px !important;
    text-align: center;
    display: block;
    letter-spacing: -0.3px;
    margin: 0 auto;
    line-height: 35px;
    padding-bottom: 20px;
}
.user-detail{
  float:right;
  font-family: 'Nunito Sans', sans-serif;
  padding: 0 10px;
}
.header-login-wrap{
  font-family: 'Nunito Sans', sans-serif;
  display: inline;
  list-style: none;
}
.user-detail li{
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}
.user-detail li a{
  color: #000;
}
.phone-number {
  font-family: 'Lato', sans-serif !important;
  font-size: 22px;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 100px;
  margin-right:2px;
}
.login-header {
  font-size: 18px;
  font-weight: 600;

  display: block;

}
.barcode-brand {
    color: #130231 !important;
    font-weight: 600;
}
.login-sub{
  font-size: 13px;
}
.divider-header{
  padding: 0 4px;
  
}
.feature-image {
  height: 80px;
  display: block;
}
.form-label{
  color: #08131F;
  font-size: 16px;
  letter-spacing: -0.2px;
  font-weight: 600;
  line-height: 2px;
}
.form-label-light{
  color: #B4B4B4;
  line-height: 20px;
}
.barcodes-input{
  margin-top: 8px;
  height: 43px !important;
  background-color: #FFF !important;
  border: 1.5px solid rgba(53,59,80,0.10) !important;
  border-radius: 5px !important;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: -0.4px !important;
  color: #999999;
  max-width: 100% !important;

/* color: #000  */
}
.barcodes-email-input {
    margin-top: 8px;
    height: 43px !important;
    background-color: #FFF !important;
    border: 1.5px solid rgba(53,59,80,0.10) !important;
    border-radius: 5px !important;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: -0.4px !important;
    color: #393939;
    max-width: 100% !important;
    /* color: #000  */
}
.terms-form {
  font-size:15px;
}
.outer-preview-box{
  float: right;
  display: block;
}
.preview-text{
  color: #E1223A;
  font-size: 22px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  text-align: left;
  display: block;
  position: relative;
}
.preview-box{
  displaY: block;
  position: relative;
  float: right;
  padding: 8px 20px;
  margin-right: 30px;
  width: 300px;
  height: 200px;
  background: #ffffff;
  border-radius: 6px;
  /* Sketch doesnt export gradient borders at this point */
  /* Sketch doesnt export gradient borders at this point */
  box-shadow: 0 1px 3px 0 rgba(173,164,139,0.07), 0 2px 4px 0 rgba(21,21,21,0.05);
}
.barcode-preview {
  position: absolute;
  display: block;
  width: 300px;
  top: 50%;
  left: 50%;
  padding: 45px;
  max-height: 260px;
  transform: translate(-50%, -50%);
}
.barcode-text {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  letter-spacing: 7px;
   position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.create-barcode{
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 22px;
  color: #E1223A;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
  display: block;
  text-transform: capitalize;
}
.barcode-select{
/* clear: both;display: block;position: relative; */
}


.btn-outline {
  border: 2px solid #BCBCBC !important;
  color: #464646 !important;
  margin-right:10px;
}
.feature-head{
  font-size: 22px !important;
  letter-spacing: -0.3px !important;
  font-weight: 800;
}
.feature-text{
  font-size: 16px !important;
  color: #08131F;
}
.subhead-mktg{
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400;
  color: #08131F;

}

.bbb{
display: block;
float: right;
}
.video-thumb {
  display: block;
  width: 250px;

  position: relative;
}
.brand-blue {
    color: #130231 !important;
}
.thumb-link{
transition-duration: 0.4s;
transition-timing-function: ease-in;
}

.footer-title{
  font-size: 18px !important;
  line-height: 0px !important;
}
.footer-text{
  font-size: 16px !important;
  color: #fff !important;

}
.footer-text a{
  color: #fff !important;
  line-height: 1px !important;
}

.social{
transition-duration: 0.2s;
}

.linkedin{
width: 18px;
height: 18px;
margin-right: 10px;
}
.youtube{
width: 23px;
height: 23px;
padding:3px;
}
.legal{
color: #fff;
font-family: 'Nunito Sans', sans-serif !important;
font-weight: 600;
text-align: center !important;
display: block;
}
.legal a{
color: #fff !important;
}
.account-form-title{
font-size: 28px !important;
font-weight: 600;
letter-spacing: -0.5px !important;
}
.big-button-text{
font-size: 17px !important;
font-weight: 600 !important;
}
.account-notifier{

}
.order-line{
  font-size: 17px;
}
.account-label{
font-size: 16px;
color: #000;
font-weight: 600;
}
.account-download{
width: 17px !important;
font-weight: 600 !important;

}
.download-item-text{
  font-weight: 700;
}
.reset {
color: #000000 !important;
background-color: #fff !important;

}
.reset:hover {
color: #3B7FFF !important;
background-color: #fff !important;

}
.add-more {
color: #4F8DCD !important;
padding-top: 4px !important;
}

.btn.add-more:hover span{
color: #4F8DCD !important;
}
.btn-center{
  width: 240px;
  float: none !important;
margin: 0 auto !important;
}
.barcode-name {
display: block;
position: relative;
color: #606060;
/* font-size: 15px; */
/* font-weight: 400; */
/* top: -15px;
left: 50%;
transform: translate(-50%, -50%); */
z-index:-1;
cursor: pointer;
text-align:center;
font-size: 15px;
}
.style-data{
padding: 100px 0;
background-color: #fbfbfb;
}

.sign-in-notice{
font-size:20px;
font-weight: 600;
padding: 10px 0 10px 0;
text-align: center;
background-color: #f7f7f7;
}
/*  ------------------------------ */
/*  ------------------------------ */
/*  Barcode slider selection tool */
/*  ------------------------------ */
/*  ------------------------------ */

#slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto 12px auto;
  border-radius: 4px;
  padding: 0 10px 0 10px;

}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100px;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0px;
  width: 680px;
  height: 140px;
  text-align: center;
  line-height: 100px;
}


/*  ------------------------------ */
/*  ------------------------------ */
/*  ------- Generic Styles ------- */
/*  ------------------------------ */
/*  ------------------------------ */
/* uncss:ignore end */

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: ""; }
  .clearfix:after {
    clear: both; }


.oh {
  overflow: hidden; }


.relative {
  position: relative; }

.section-wrap {
  padding: 19px 0;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover; }
  @media only screen and (max-width: 767px) { }

@media (min-width: 1600px) {

  .grid-1440 .main-container,
  .grid-1440 .container,
  .grid-1440 .rev_slider_wrapper.container {
    width: 1440px; } }

@media (min-width: 1200px) {
  .rev_slider_wrapper.container {
    width: 1170px; } }

.mobile section {
  background-attachment: scroll !important; }


.bg-dark {
  background-color: #575757; }


.bg-light {
/* background-color: #f9fbfc; */ }


.bg-color {
  background-color: #2a83e8; }


.static {
  position: static; }

.block {
  display: block; }

.left {
  float: left; }

.right {
  float: right; }


.uppercase {
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.last {
  margin-bottom: 0 !important; }

@media (max-width: 991px) {
  .phone-number {
    padding-top: 100px !important;
    display: inline;
    line-height: 20px;
    position: relative;
    margin-top: 165px !important;

  }
  .header-login-wrap{
margin-top: 0px;
  }
  #contact-form{
  width: 800px;
  margin: 0 auto;
  max-width: 90%;
  padding: 40px 5px;
  }
  .outer-preview-box{
    float: none;
    text-align: center !important;
    display: block !important;
  }.preview-text{
    text-align:center !important;
  }
  .preview-box{
    float: none;
    margin: 0 auto;
  } }

@media (max-width: 767px) {

    .center-collapse{
text-align: center !important;
    }
    .bbb{
      float: none;
      margin: 0 auto;
  }
  }

    @media (max-width: 530px) {
  .main-btn-group {
      display: block !important;
      width: 220px !important;;
      text-align: center !important;;
      margin: 10px auto !important;
    }
    .terms-form{
text-align: center !important;
float: none !important;
    }
    .video-thumb{
float: none !important;
margin: 0 auto;
    }
    .center-collapse{
text-align: center !important;
    }
    .bbb{
      float: none;
  }
}


@media (max-width: 480px) { }


.animation-wrap {
  overflow: hidden; }

::-moz-selection {
  color: #fff;
  background-color: #2a83e8; }

::-webkit-selection {
  color: #fff;
  background-color: #2a83e8; }

::selection {
  color: #fff;
  background-color: #2a83e8; }

:focus {
  outline: none; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  font-smoothing:antialiased;
  /* -webkit-font-smoothing: antialiased; */
  /* -moz-font-smoothing: antialiased; */
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #6c6c6c; }
  body img {
    border: none;
    max-width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none; }


/* Preloader
-------------------------------------------------------*/
.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999; }

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  font-size: 0;
  color: #2a83e8;
  display: inline-block;
  margin: -25px 0 0 -25px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }
  .loader div {
    background-color: #2a83e8;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite; }
  .loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s; }

@-webkit-keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes ballPulseDouble {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* Scroll Down icon
-------------------------------------------------------*/
    @media only screen and (max-width: 767px) { }


.row.row-10 {
  margin: 0 -5px; }

.row.row-10 > div {
  padding: 0 5px; }

@media (min-width: 768px) { }

@media (min-width: 992px) { }

@media (min-width: 1200px) { }

@media (min-width: 767px) { }

@media (min-width: 992px) { }

@media (min-width: 1200px) { }


[data-overlay="1"] {
  background-color: rgba(25, 25, 25, 0.1); }

[data-overlay="2"] {
  background-color: rgba(25, 25, 25, 0.2); }

[data-overlay="3"] {
  background-color: rgba(25, 25, 25, 0.3); }

[data-overlay="4"] {
  background-color: rgba(25, 25, 25, 0.4); }

[data-overlay="5"] {
  background-color: rgba(25, 25, 25, 0.5); }

[data-overlay="6"] {
  background-color: rgba(25, 25, 25, 0.6); }

[data-overlay="7"] {
  background-color: rgba(25, 25, 25, 0.7); }

[data-overlay="8"] {
  background-color: rgba(25, 25, 25, 0.8); }

[data-overlay="9"] {
  background-color: rgba(25, 25, 25, 0.9); }

[data-overlay="10"] {
  background-color: #191919; }
/* Hover Scale
-------------------------------------------------------*/


/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Barlow", sans-serif; */
  margin-top: 0;
  color: #111111;
  font-weight: 700;
  line-height: 1.2; }


h2 {
  font-size: 34px; }

h3 {
  font-size: 28px; }


h5 {
  font-size: 20px; }


.raleway h1, .raleway h2, .raleway h3, .raleway h4, .raleway h5, .raleway h6,
.raleway .navbar-nav > li > a,
.raleway .dropdown-menu li > a,
.raleway .search-wrap .form-control,
.raleway .nav.nav-tabs > li > a,
.raleway .megamenu-item span,
.raleway .portfolio-filter a,
.raleway .intro .lead {
  font-family: "Raleway", sans-serif; }

.raleway .navbar-nav > li > a,
.raleway .dropdown-menu li > a,
.raleway .megamenu-item span {
  font-weight: 700 !important; }

.raleway .statistic .timer {
  font-family: "Roboto", sans-serif; }

.playfair h1, .playfair h2, .playfair h3, .playfair h4, .playfair h5, .playfair h6,
.playfair .overlay-menu ul li a,
.playfair .footer-widgets .widget-title,
.playfair .work-description h3 {
  font-family: "Playfair Display", serif;
  font-weight: 400 !important; }

.playfair .footer.bg-white .footer-widgets .widget-title {
  font-size: 18px;
  color: #949494; }


.dosis h1, .dosis h2, .dosis h3, .dosis h4, .dosis h5, .dosis h6,
.dosis .navbar-nav > li > a,
.dosis .megamenu-item span,
.dosis .footer-widgets .widget-title,
.dosis .work-description h3 {
  font-family: "Dosis", sans-serif;
  font-weight: 500; }

.poppins .navbar-nav > li > a,
.poppins .dropdown-menu li > a,
.poppins .dropdown-menu .megamenu-wrap ul > li > a,
.poppins .megamenu-item span,
.poppins .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600; }


.source-sans body,
.source-sans p,
.source-sans h1, .source-sans h2, .source-sans h3, .source-sans h4, .source-sans h5, .source-sans h6,
.source-sans .navbar-nav > li > a,
.source-sans .megamenu-item span,
.source-sans .footer-widgets .widget-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400; }


.source-sans .navbar-nav > li > a {
  text-transform: none;
  letter-spacing: normal;
  font-size: 16px; }

.source-sans .newsletter-submit.btn {
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Source Sans Pro", sans-serif; }

.source-sans .btn {
  font-family: "Source Sans Pro", sans-serif; }

.source-sans .btn span {
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  position: relative;
  top: -1px; }


.source-sans .btn-md {
  font-size: 17px; }


.source-sans .btn i {
  position: relative;
  top: -1px; }

.roboto h1, .roboto h2,
.roboto .navbar-nav > li > a,
.roboto .megamenu-item span,
.roboto .intro-heading {
  font-family: "Roboto", sans-serif;
  font-weight: 300; }


.roboto .statistic-timer {
  font-family: "Roboto", sans-serif; }

.roboto .navbar-nav > li > a {
  font-weight: 700;
  font-size: 12px; }


.roboto .dropdown-menu li > a {
  font-family: "Roboto", sans-serif;
  font-weight: 700 !important; }

.roboto .footer-widgets .widget-title {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 12px; }

.roboto .btn {
  text-transform: none;
  font-weight: 400; }

.heading {
  position: relative;
  margin-bottom: 0; }


.heading-row {
  margin-bottom: 40px;
  margin-top: 10px;
}


a {
  text-decoration: none;
  color: #2a83e8;
  outline: none;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out; }


b, strong {
  color: #111111; }


p {
  font-size: 14px;
  color: #6c6c6c;
  font-weight: normal;
  line-height: 24px; }

@media (min-width: 768px) { }


.list li {
  line-height: 24px;
  position: relative; }
  .list li i {
    line-height: 21px; }

.bullets li,
.arrows li,
.checks li,
.numbers li {
  margin-bottom: 20px;
  color: #6c6c6c; }

.bullets li {
  padding-left: 15px; }

.bullets li:before {
  content: "\2022";
  font-size: 18px;
  position: absolute;
  left: 0;
  color: #2a83e8; }

.arrows i {
  margin-right: 5px; }

.arrows i,
.checks i {
  color: #2a83e8; }

/*-------------------------------------------------------*/
/* Navigation
/*-------------------------------------------------------*/
@media (max-width: 1200px) {

.phone-number{
font-size: 16px;
}
.navbar-nav > li > a{
font-size: 14px !important;
padding: 0 10px !important;
}
.logo-dark{
max-height: 35px !important;
}
}
@media (max-width: 991px) {
  .logo-dark{
max-height: 30px !important;
  }
  .divider-header{display: none;}
  .user-detail{


 /* position: absolute; */


  }
  .phone-number{


margin-right: 20px;
    font-size: 16px;
    /* transform: translate(-50%, -50%); */
  }
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-nav, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; }
  .navbar-nav .open .dropdown-menu, .dropdown-trigger.active + .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent !important;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar {
  margin-bottom: 0;
  border: none;
  min-height: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: 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;
  z-index: 120; }

.navigation {
  width: 100%;
  
border-bottom: 1px solid #e9e9e9;
}
  .navigation.offset {
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 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.scrolling {
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  .navigation.sticky {
    position: fixed;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 60px;
    top: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    z-index: 120; }
    .navigation.sticky.scrolling {
      opacity: 1;
      visibility: visible; }
    .navigation.sticky .navbar-nav > li > a {
      line-height: 60px;
      color: #111111; }
    .navigation.sticky .nav-right,
    .navigation.sticky .nav-social-icons .social-icons a {
      color: #111111; }
      .navigation.sticky .nav-right:hover,
      .navigation.sticky .nav-social-icons .social-icons a:hover {
        color: #000 !important; }
    .navigation.sticky .logo-wrap > a {
      height: 60px; }
    .navigation.sticky #nav-icon span {
      background-color: #111111; }

  .navigation-overlay.sticky .logo-wrap > a {
    height: 60px; }

@media (min-width: 992px) {

  header.transparent .logo-dark,
  header.transparent .navigation.scrolling .logo,
  header.transparent .navigation-overlay.sticky .logo {
    display: none; }
  header.transparent .navigation.scrolling .logo-dark,
  header.transparent .navigation-overlay.sticky .logo-dark,
  header.transparent .logo,
  header.transparent.dark .logo-dark {
    display: inline-block; } }

.logo-container {
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.logo-wrap {
  display: table;
  width: 100%; }
  .logo-wrap > a {
    display: table-cell;
    vertical-align: middle;
    height: 100px; }


.logo,
.logo-dark {
  max-height: 65px; }

.navbar-header {
  padding-right: 15px; }

.nav-wrap {
  padding-left: 30px; }

.navbar-nav {
  margin: 0;
  display: inline-block;
  float: left;
}
/* NAVIGATION FONT SETTINGS */
  .navbar-nav > li > a {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0em;
    color: #111111;
    font-size: 16px;
    padding: 0 22px;
    line-height: 100px; }
    .navbar-nav > li > a:hover {
      color: #2a83e8; }
  .navbar-nav > .active > a {
    color: #2a83e8; }
  .navbar-nav > li:last-child > a {
    padding-right: 0; }

.navbar-collapse {
  border: none;
  padding-left: 0;
  padding-right: 0;
  max-height: 100% !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }
  .navbar-collapse.in {
    overflow-x: hidden; }

header.transparent .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.9); }

header.transparent .navbar-nav > .active > a,
header.transparent .navbar-nav > li > a:hover {
  color: #fff; }

header.transparent #nav-icon span {
  background-color: #fff; }

header.transparent #nav-icon:hover span {
  opacity: .85; }

header.transparent .navigation.scrolling #nav-icon:hover span {
  background-color: #2a83e8; }

header.transparent.dark .navbar-nav > li > a {
  color: #111111; }

.navigation.scrolling .navbar-nav > li > a:hover,
.navigation.scrolling .navbar-nav > .active > a,
.navigation.scrolling .navbar-nav > .active > a:focus,
.navigation.scrolling .navbar-nav > .active > a:hover {
  color: #2a83e8; }

.navbar-nav > .open > a,
.navbar-nav > .open > a:focus,
.navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #2a83e8; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  border-color: #e5e9ec;
  text-decoration: none; }

.navbar-nav .dropdown-menu {
  left: 0; }
  .navbar-nav .dropdown-menu.menu-right {
    left: auto;
    right: 0; }

/* .dropdown-menu {
  min-width: 230px;
  margin: 0;
  padding: 20px 0;
  background-color: #181821;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); } */
  .dropdown-menu li > a {
    padding: 9px 30px;
    color: #a9b3bb;
    font-size: 11px;
    -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;

    text-transform: uppercase;
}
  .dropdown-menu.megamenu, .dropdown-menu.megamenu-wide {
    padding: 0 20px; }
  .dropdown-menu .megamenu-wrap ul > li > a {
    display: block;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    -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; }
    .dropdown-menu .megamenu-wrap ul > li > a i {
      margin-right: 6px;
      width: 16px;
      text-align: center; }


.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.megamenu .menu-list > li > a:hover,
.megamenu-wide .menu-list > li > a:hover {
  background-color: transparent; }


.navbar .dropdown-menu {
  margin-top: 0; }

  .dropdown-submenu .dropdown-menu {
    top: -18px;
    left: 100%; }


.navbar-nav .dropdown > i,
.navbar-nav .dropdown-submenu > i {
  display: none; }

@media (min-width: 992px) {
  /* .dropdown-menu,
  .dropdown-submenu > .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; } */
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .dropdown-menu > li > a:focus,
  .dropdown-menu > li > a:hover,
  .megamenu .menu-list > li > a:hover,
  .megamenu-wide .menu-list > li > a:hover {
    color: #fff; } }

/*-------------------------------------------------------*/
/* Navigation Right Links
/*-------------------------------------------------------*/
.navigation.sticky #nav-icon .nav-icon-inner,
.navigation.sticky .nav-right li,
.navigation-overlay.sticky #nav-icon .nav-icon-inner,
.navigation.sticky .nav-social-icons .social-icons {
  height: 60px; }

.nav-right {
  float: right;
  display: table;
  color: #111111;
  padding-left: 15px; }
  .nav-right li {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    padding-right: 25px;
    height: 100px; }
  .nav-right li:last-child {
    padding-right: 0; }


.nav-wrap ~ .nav-right {
  padding: 0 15px; }

header.transparent .nav-right,
header.transparent .menu-socials a {
  color: #fff; }


.navigation.sticky .nav-btn-holder {
  line-height: 60px; }
  .navigation.sticky .nav-btn-holder .btn {
    background-color: #2a83e8; }
  .navigation.sticky .nav-btn-holder .btn span {
    color: #fff; }
  .navigation.sticky .nav-btn-holder .btn:hover {
    border-color: #2a83e8;
    background-color: transparent; }
  .navigation.sticky .nav-btn-holder .btn:hover span {
    color: #2a83e8; }

/* Menu Search
-------------------------------------------------------*/
.nav-search {
  position: relative;
  display: block;
  color: inherit;
  font-size: 15px; }
  .nav-search:hover {
    color: inherit; }

.nav-search-wrap.style-2 .nav-search {
  font-size: 16px; }

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background-color: #fff; }
  .search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .search-wrap .search-cell {
    position: absolute;
    top: 20%;
    width: 100%; }
  .search-wrap .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
    -webkit-animation: slideInUp .3s;
    animation: slideInUp .3s; }
  .search-wrap .form-control {
    height: 66px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #e5e9ec;
    font-family: "Barlow", sans-serif;
    font-size: 32px;
    margin-bottom: 0;
    color: #111111;
    position: relative; }
  .search-wrap input.form-control,
  .search-wrap input.form-control:focus {
    background-color: #fff; }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

input.main-search-input::-webkit-input-placeholder {
  color: #111111; }

input.main-search-input:-moz-placeholder {
  color: #111111;
  opacity: 1; }

input.main-search-input::-moz-placeholder {
  color: #111111;
  opacity: 1; }

input.main-search-input:-ms-input-placeholder {
  color: #111111; }

.search-close {
  position: absolute;
  top: 12px;
  right: 5px;
  font-size: 30px;
  color: #111111;
  cursor: pointer; }


/* Navigation Toggle
-------------------------------------------------------*/
.navbar-toggle {
  margin-top: 13px;
  border: none;
  z-index: 50;
  margin-right: 5px; }
  .navbar-toggle .icon-bar {
    background-color: #111111;
    width: 18px; }


#nav-icon {
  display: table;
  width: 16px;
  height: 20px;
  padding: 0; }
  #nav-icon .nav-icon-inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    height: 100px;
    z-index: 300; }
  #nav-icon .nav-icon-trigger {
    height: 20px;
    display: block;
    position: relative;
    top: 3px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #111111;
    opacity: 1;
    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; }
    #nav-icon span:nth-child(1) {
      top: 0px; }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
      top: 5px; }
    #nav-icon span:nth-child(4) {
      top: 10px; }
  #nav-icon.open span:nth-child(1), #nav-icon.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%; }
  #nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-icon.open {
    position: relative;
    z-index: 502; }

/* Offset Sidenav
-------------------------------------------------------*/
.sidenav {
  background-color: #fff;
  padding: 70px 60px;
  height: 100%;
  width: 470px;
  position: fixed;
  right: -470px;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .sidenav.opened {
    right: 0 !important; }
  .sidenav .sidenav-img {
    margin-top: 30px; }
  .sidenav p {
    margin-bottom: 5px; }
  .sidenav address {
    line-height: 24px; }
  .sidenav a {
    color: #6c6c6c; }
    .sidenav a:hover {
      color: #2a83e8; }
  .sidenav h6 {
    font-size: 16px; }

#sidenav-close i {
  font-size: 26px;
  color: #111111;
  position: absolute;
  right: 34px;
  top: 34px; }

.main-wrapper {
  position: relative;
  left: 0;
  -webkit-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .main-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    background-color: transparent;
    -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; }
  .main-wrapper.sidenav-opened {
    left: -20%;
    cursor: url(../img/close.png) 16 16, default; }
    .main-wrapper.sidenav-opened:before {
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 2000; }

.mobile .main-wrapper.sidenav-opened {
  cursor: pointer; }

/* Go to Top
-------------------------------------------------------*/
#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 16px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 32px;
  background-color: rgba(17, 17, 17, 0.3);
  border-radius: 50%;
  -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;
  text-decoration: none; }
  #back-to-top i {
    -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; }
  #back-to-top a {
    display: block;
    color: #fff; }
  #back-to-top.show {
    bottom: 20px; }
  #back-to-top:hover {
    background-color: #2a83e8;
    bottom: 24px; }
  #back-to-top:hover i {
    color: #fff; }
/*-------------------------------------------------------*/
/* Nav Type-2
/*-------------------------------------------------------*/


/*-------------------------------------------------------*/
/* Nav Type-3 (Melbourne)
/*-------------------------------------------------------*/
.nav-type-3 .navbar-nav > li > a {
  text-transform: none;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 15px;
  font-family: "Raleway", sans-serif; }

/*-------------------------------------------------------*/
/* Nav Type-4 (Left Nav)
/*-------------------------------------------------------*/
.content-wrap {
  margin-left: 320px;
  position: relative;
  width: auto; }

.vertical-nav .container {
  max-width: 100%; }

.vertical-nav .main-wrapper {
  margin-left: 320px;
  position: relative;
  width: auto; }

  .nav-type-4 .navbar,
  .nav-type-4 .row,
  .nav-type-4 .nav-wrap {
    height: 100%; }

  .nav-type-4 .nav {
    width: 100%;
    margin-top: 40px; }

  .nav-type-4 .navbar-nav > li,
  .nav-type-4 .social-icons a {
    float: none; }
  .nav-type-4 .navbar-nav > li > a {
    padding: 17px 0;
    line-height: 1;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal; }

.nav-item-toggle > a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f107";
  right: 0;
  color: #6c6c6c; }

.nav-item-submenu li a {
  display: block;
  padding: 7px 0;
  line-height: 1;
  color: #6c6c6c; }
  .nav-item-submenu li a:hover {
    color: #2a83e8; }

/*-------------------------------------------------------*/
/* Nav Type-5 (Fullscreen Nav)
/*-------------------------------------------------------*/
.position-center {
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 1; }
  .position-center .logo-container {
    float: none;
    display: inline-block;
    position: relative; }

  .nav-type-5 .navbar-fixed-top.sticky {
    min-height: 60px; }
  .nav-type-5 .nav-icon-inner {
    -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; }
  .nav-type-5 .navigation-overlay.sticky {
    background-color: #fff; }
  .nav-type-5 .navbar-fixed-top.sticky #nav-icon {
    top: 5px; }


.transparent #nav-icon span {
  background-color: #fff; }

.transparent .sticky #nav-icon span {
  background-color: #111111; }


.overlay-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }
  .overlay-menu ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    position: relative; }
  .overlay-menu ul li {
    display: block;
    position: relative;
    opacity: 0;
    padding: 15px 0;
    display: table;
    width: 100%;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .overlay-menu ul li a {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    font-family: "Barlow", sans-serif;
    font-size: 40px;
    letter-spacing: -0.02em;
    color: #111111;
    padding: 15px 0;
    font-weight: 600;
    text-decoration: none; }
  .overlay-menu ul li.active > a,
  .overlay-menu ul li a:hover {
    color: #2a83e8; }


body.fs-open {
  overflow: hidden; }

#nav-icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fs-menu,
.fs-menu.open,
.overlay-menu ul li a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

  .fs-menu.open {
    visibility: visible;
    z-index: 501;
    opacity: 1; }
  .fs-menu.open li {
    -webkit-animation: NavLinksScale .35s ease forwards;
    -moz-animation: NavLinksScale .35s ease forwards;
    -ms-animation: NavLinksScale .35s ease forwards;
    -o-animation: NavLinksScale .35s ease forwards;
    animation: NavLinksScale .35s ease forwards;
    -webkit-animation-delay: .10s;
    -moz-animation-delay: .10s;
    -ms-animation-delay: .10s;
    -o-animation-delay: .10s;
    animation-delay: .10s; }

@keyframes NavLinksScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    bottom: 50px; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    bottom: 0; } }

@-webkit-keyframes NavLinksScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    bottom: 50px; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    bottom: 0; } }

@-moz-keyframes NavLinksScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    bottom: 50px; }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    bottom: 0; } }

/*-------------------------------------------------------*/
/* Nav Type-6 (Stockholm)
/*-------------------------------------------------------*/
@media (min-width: 992px) { }

/*-------------------------------------------------------*/
/* Nav Type-7 (Tokyo)
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) { }


header .flex-child,
header .flex-child.flex-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media only screen and (max-width: 991px) {
    header .flex-child,
    header .flex-child.flex-right {
      width: 100%; } }


.navbar-nav .active .underline-link:after,
.navbar-nav .underline-link:hover:after {
  opacity: 1;
  visibility: visible; }

.navigation.scrolling .underline-link:after {
  bottom: 16px; }

/*-------------------------------------------------------*/
/* Navigation Mobile Styles
/*-------------------------------------------------------*/
@media (max-width: 991px) {
  .login-header{
margin-top: -10px;

  }
  .navbar {
    min-height: 60px; }
  .navbar-header {
    width: 100%;
    padding-right: 0; }
  .logo-wrap > a,
  .navbar-header,
  .nav-type-4,
  .nav-type-4 .logo-wrap > a,
  .nav-type-5 .logo-wrap > a,
  .nav-type-2 .logo-container > a,
  .navigation-overlay #nav-icon .nav-icon-inner,
  .nav-social-icons .social-icons {
    height: 20px; padding-top: 10px;}
  .navbar-collapse {
    text-align: left; }
  .logo-container {
    position: absolute;
    top: 0; }
  .logo-wrap {
    width: auto; }
  .nav > li > a {
    padding: 15px 0 15px 15px;
    border-bottom: 1px solid #e5e9ec;
    line-height: 1.2; }
  .navbar-nav {
    display: block; }
  .nav-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important; }
  header.transparent .navbar-nav > li > a,
  .megamenu-item span {
    color: #111111; }
  header.transparent .navbar-nav > .active > a,
  header.transparent .navbar-nav > .active > a:focus,
  header.transparent .navbar-nav > .active > a:hover,
  header.transparent .navbar-nav > li > a:hover,
  header.transparent .navbar-nav > li > a:focus {
    color: #2a83e8; }

  .dropdown-menu > li > a,
  .megamenu-item span {
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #e5e9ec;
    margin-bottom: 0;
    line-height: 15px; }
  .dropdown-submenu .dropdown-menu > li > a {
    padding: 15px 0 15px 30px; }
  .dropdown-submenu .dropdown-menu > li > ul > li > a {
    padding: 15px 0 15px 45px; }

  .dropdown-menu {
    width: auto !important; }
  .dropdown-menu,
  .megamenu-item.no-headings {
    padding: 0; }
  .dropdown-menu.megamenu,
  .dropdown-menu.megamenu-wide {
    padding: 0 15px; }

  .dropdown-menu .megamenu-wrap ul > li > a {
    display: block;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #e5e9ec;
    clear: both;
    font-weight: 400;
    line-height: 15px;
    color: #6c6c6c;
    white-space: nowrap; }

  .nav-right {
    position: absolute;
    top: 0;
    right: 40px;
    padding-right: 0;
    color: #111111 !important; }
    .nav-right li {
      height: auto; }
  .content-wrap {
    margin-left: 0; }
  .nav-type-2 #nav-icon {
    top: 5px; }

  .overlay-menu ul li a {
    font-size: 30px; }

    .nav-type-4 .navbar-nav {
      position: relative;
      margin: 0; }
      .nav-type-4 .navbar-nav > li {
        display: block; }
      .nav-type-4 .navbar-nav > li > a {
        padding: 15px; }
    .nav-type-4 .nav-item-submenu li a {
      padding: 15px;
      border-bottom: 1px solid #e5e9ec; }
    .nav-type-4 .nav-item-toggle > a:after {
      right: 15px; }

  .vertical-nav .main-wrapper {
    margin-left: 0; }

  .megamenu-wrap.container {
    width: 100%;
    padding: 0; }

  .navbar-nav .dropdown > i,
  .navbar-nav .dropdown-submenu > i {
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
    cursor: pointer; } }
    @media only screen and (max-width: 767px) { }
      @media only screen and (max-width: 767px) { }
    @media (max-width: 767px) { }


.intro-heading {
  font-size: 47px;
; }


#typed {
  display: inline-block;
  font-style: italic;
  color: #2a83e8; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*-------------------------------------------------------*/
/* Angles
/*-------------------------------------------------------*/

@media (max-width: 992px) { }

  .testimonials.bg-parallax #owl-testimonials {
    position: static; }

  .testimonials.bg-parallax .owl-pagination {
    margin-top: 40px; }

#owl-testimonials .container {
  width: auto;
  max-width: 1170px; }
/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/


.testimonials.style-2 .owl-pagination {
  position: relative;
  bottom: auto;
  margin-top: 40px; }


.testimonials.style-2 .owl-carousel img {
  width: auto;
  height: auto; }
/*-------------------------------------------------------*/
/* Partners
/*-------------------------------------------------------*/


.call-to-action.bg-color .btn-white:hover {
  background-color: rgba(255, 255, 255, 0.95); }

.call-to-action.bg-color .btn-white:hover span {
  color: #181821; }


#owl-team-slider .owl-pagination {
  position: relative;
  bottom: 0;
  margin-top: 40px; }
/*-------------------------------------------------------*/
/* Process
/*-------------------------------------------------------*/


/*-------------------------------------------------------*/
/* Twitter Slider
/*-------------------------------------------------------*/
.twitter-slider .twitter-icon {
  font-size: 40px;
  display: inline-block;
  background-color: #f9fbfc;
  color: #111111;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%; }

.twitter-slider #tweets .tweet {
  font-family: "Roboto", sans-serif;
  color: #111111;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 40px; }

.twitter-slider.bg-dark #tweets .tweet,
.twitter-slider.bg-dark #tweets .tweet a,
.twitter-slider.bg-dark #tweets .timePosted, .twitter-slider.bg-darkblue #tweets .tweet,
.twitter-slider.bg-darkblue #tweets .tweet a,
.twitter-slider.bg-darkblue #tweets .timePosted, .twitter-slider.bg-color #tweets .tweet,
.twitter-slider.bg-color #tweets .tweet a,
.twitter-slider.bg-color #tweets .timePosted {
  color: #fff; }

.twitter-slider #tweets li {
  max-width: 960px;
  margin: auto; }

/*-------------------------------------------------------*/
/* Twitter List
/*-------------------------------------------------------*/
#tweets li {
  padding: 8px 0; }
  #tweets li:first-child {
    padding-top: 0; }
  #tweets li:last-child {
    padding-bottom: 0; }

#tweets .tweet {
  font-size: 15px; }
  #tweets .tweet a {
    word-wrap: break-word;
    color: #111111; }
    #tweets .tweet a:hover {
      color: #2a83e8; }

#tweets .timePosted {
  font-size: 12px;
  margin-bottom: 0;
  color: #929292; }
/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/


.contact.bg-parallax input:-moz-placeholder,
.contact.bg-parallax textarea:-moz-placeholder,
.submit-email input:-moz-placeholder,
.submit-email textarea:-moz-placeholder {
  color: #fff;
  opacity: 1; }


.contact.bg-parallax input:-ms-input-placeholder,
.contact.bg-parallax textarea:-ms-input-placeholder,
.submit-email input:-ms-input-placeholder,
.submit-email textarea:-ms-input-placeholder {
  color: #fff; }

#contact-form .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff; }

#contact-form .message.error {
  background-color: #ef5659; }

#contact-form .message.success {
  background-color: #2cb8a5; }
/*-------------------------------------------------------*/
/* Google Map
/*-------------------------------------------------------*/

  .gmap-btn:hover, .gmap-btn.opened {
    color: #fff;
    background-color: #181821; }


.service-tabs .nav.nav-tabs > li > a,
.service-tabs .nav.nav-tabs > li.active > a {
  border: 0;
  color: #6c6c6c;
  padding: 14px 20px 24px;
  background-color: transparent; }

.service-tabs .nav.nav-tabs > li.active > a:hover,
.service-tabs .nav.nav-tabs > li.active > a:focus {
  color: #6c6c6c; }

.service-tabs .nav.nav-tabs > li.active:before {
  bottom: 1px;
  top: auto;
  height: 1px; }


.service-tabs .nav.nav-tabs > li.active a i {
  color: #2a83e8; }


@-webkit-keyframes in {
  0% {
    stroke-dashoffset: 360px; }
  100% {
    stroke-dashoffset: 1; } }

@keyframes in {
  0% {
    stroke-dashoffset: 360px; }
  100% {
    stroke-dashoffset: 1; } }

@-webkit-keyframes out {
  0% {
    stroke-dashoffset: 1; }
  100% {
    stroke-dashoffset: 360px; } }

@keyframes out {
  0% {
    stroke-dashoffset: 1; }
  100% {
    stroke-dashoffset: 360px; } }
/*-------------------------------------------------------*/
/* Shanghai App Landing
/*-------------------------------------------------------*/


.btn-holder .btn {
  margin: 3px; }
    @media only screen and (max-width: 767px) { }
    @media only screen and (max-width: 767px) { }

  .newsletter .newsletter-submit.btn {
    display: inline-block;
    height: 44px;
    background-color: #2a83e8; }
/*-------------------------------------------------------*/
/* London Resume
/*-------------------------------------------------------*/

  .page-title .container {
    height: 350px; }

  .page-title .breadcrumb a,
  .page-title .breadcrumb > .active,
  .page-title .entry-meta li a:hover {
    color: #fff; }


.title-holder {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }
  .title-holder .subheading {
    margin-bottom: 0; }

.title-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle; }
  .title-text h1 {
    margin: 0;
    color: #fff;
    font-size: 48px; }
  .title-text .entry-meta {
    margin-top: 10px; }
  .title-text .entry-meta li {
    color: #fff; }

  .breadcrumb li,
  .breadcrumb li a,
  .breadcrumb li a.active {
    font-size: 12px;
    color: #a3a3a3; }
  .breadcrumb > .active {
    color: #6c6c6c; }

/*-------------------------------------------------------*/
/* Style-2
/*-------------------------------------------------------*/
.page-title.style-2 .title-holder {
  max-width: 860px;
  margin: auto; }

.page-title.style-2 .title-text h1 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 75px;
  font-weight: bold; }


.page-title.style-2 .breadcrumb > .active,
.page-title.style-2 .breadcrumb a:hover {
  color: #111111; }

/*-------------------------------------------------------*/
/* Style-3
/*-------------------------------------------------------*/
.page-title.style-4 .container {
  height: 70vh; }
/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/


.mobile .parallax-inner {
  background-attachment: scroll !important;
  background-position: 50% 50% !important; }
/*-------------------------------------------------------*/
/* Quote
/*-------------------------------------------------------*/
  @media only screen and (max-width: 767px) { }


#countdown {
  color: #fff; }
  #countdown > div {
    display: inline-block;
    padding: 0 15px;
    width: 20%; }
  #countdown span {
    display: block;
    font-size: 50px;
    font-family: "Barlow", sans-serif;
    margin-bottom: 15px;
    line-height: 1; }
    @media only screen and (max-width: 767px) {
      #countdown span {
        font-size: 30px; } }
  #countdown label {
    color: #fff;
    font-size: 18px; }
/*-------------------------------------------------------*/
/* Cookies
/*-------------------------------------------------------*/
  @media only screen and (max-width: 1199px) { }

  .promo-box a.btn:hover {
    background-color: #fff; }
    .promo-box a.btn:hover span {
      color: #111111; }
/*-------------------------------------------------------*/
/* Overlap Pricing Section
/*-------------------------------------------------------*/


.offset-top {
  overflow: visible;
  padding-top: 0; }
  .offset-top .container {
    margin-top: -310px;
    position: relative;
    z-index: 3; }
/*-------------------------------------------------------*/
/* Partners Grid
/*-------------------------------------------------------*/


.blog-standard .post-content .entry-title {
  font-size: 24px;
  margin-bottom: 21px; }

.blog-standard .post-content .entry-img,
.blog-standard .post-content .entry-slider,
.blog-standard .post-content .entry-video {
  position: relative;
  overflow: hidden; }


.post-content {
  padding-right: 3.2%; }
/* Quote Post
-------------------------------------------------------*/


.sidebar .widget-title {
  margin-bottom: 28px;
  font-size: 16px; }

.sidebar .widget {
  margin-top: 50px;
  margin-bottom: 0; }
  .sidebar .widget:first-child {
    margin-top: 0; }
  .sidebar .widget:last-child {
    margin-bottom: 30px; }
  .sidebar .widget > ul > li:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .sidebar .widget > ul > li:first-child {
    padding-top: 0; }


/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/
.works-grid.grid-5-col .work-item {
  width: 20%; }

.works-grid.grid-4-col .work-item {
  width: 25%; }

.works-grid.grid-3-col .work-item {
  width: 33.333%; }

.works-grid.grid-2-col .work-item {
  width: 50%; }


.works-grid.small-gutter .work-item {
  padding: 0 4px; }

.works-grid.gutter .work-item {
  padding: 0 15px; }

.works-grid.no-gutter .work-item {
  padding: 0; }


.works-grid.no-gutter .work-img {
  border-radius: 0; }

.flickity-slider-wrap.items-4 .work-item {
  width: 25%; }

.flickity-slider-wrap.items-3 .work-item {
  width: 33.333%; }

#showcases-slider .work-item {
  width: 60%;
  margin: 0 20px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(25, 27, 31, 0.1);
  box-shadow: 0px 1px 4px 0px rgba(25, 27, 31, 0.1); }
  #showcases-slider .work-item.is-selected {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(25, 27, 31, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(25, 27, 31, 0.1); }

#showcases-slider .flickity-viewport {
  overflow: visible; }


#slider-3-items .work-item {
  width: 33.333%;
  padding: 0 15px; }

#photography-slider img {
  padding: 0 2px;
  height: 780px;
  max-width: none; }
  @media (max-width: 991px) {
    #photography-slider img {
      height: 400px; } }

#slider-single .work-item {
  width: 100%;
  margin: 0;
  padding: 0; }

.owl-carousel .work-container,
.gallery-cell .work-container,
.works-grid.no-gutter .work-container {
  margin-bottom: 0; }

.portfolio-filter {
  margin-bottom: 50px;
  font-size: 12px; }

  .portfolio-filter.style-2 a.active {
    border-bottom: 1px solid #2a83e8; }
  .portfolio-filter a {
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    padding: 0 10px;
    color: #b9b9b9;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .portfolio-filter a.active, .portfolio-filter a:hover {
      color: #111111; }


.work-item {
  position: relative;
  float: left; }

  .work-item:hover .project-icons {
    top: 42%; }


.works-grid.with-title .work-item:hover .work-img img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

.works-grid.with-title .work-item:hover .project-icons {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0; }

.works-grid.with-title .work-item .work-description h3 {
  font-size: 16px;
  letter-spacing: normal; }

.works-grid.with-title .work-item:hover .project-icons {
  top: calc(50% - 44px); }


/*-------------------------------------------------------*/
/* Masonry
/*-------------------------------------------------------*/
#masonry-grid .work-item.quarter {
  width: 25%;
  float: left; }

#masonry-grid .work-item.half {
  width: 50%; }

/*-------------------------------------------------------*/
/* Oslo Portfolio Tiles
/*-------------------------------------------------------*/
.work-item-description {
  background-color: #fff;
  position: relative;
  text-align: center; }


.grid-tiles .work-item-description:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -13px;
  z-index: 1;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (min-width: 768px) {
  .grid-tiles .work-item:nth-child(2n) .work-container {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
  .grid-tiles .work-item:nth-child(2n) .work-item-description {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
  .grid-tiles .work-item:nth-child(2n) .work-item-description:before {
    bottom: -13px;
    top: auto; } }


.grid-1-col .work-item {
  width: 100%;
  padding: 0 15px; }
  .grid-1-col .work-item:hover .work-container {
    -webkit-box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
    -moz-box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
    -ms-box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
    box-shadow: 0px 15px 30px 0px rgba(18, 20, 23, 0.05);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }

  .bg-img-holder .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover !important;
    background-position: 50% !important; }


.product_meta .detail-label,
.product_meta .detail-value {
  display: table-cell;
  line-height: 28px;
  font-size: 14px; }

.product_meta .detail-label {
  min-width: 110px;
  color: #111111; }
/*-------------------------------------------------------*/
/* Prject Nav
/*-------------------------------------------------------*/


/*-------------------------------------------------------*/
/* Sliders
/*-------------------------------------------------------*/
.owl-carousel,
.flickity {
  overflow: hidden; }

.owl-carousel img {
  width: 100%; }

.owl-pagination {
  position: relative;
  margin-top: 30px;
  left: 0;
  display: block;
  text-align: center;
  width: 100%; }

.owl-page {
  display: inline-block;
  padding: 5px;
  position: relative; }
  .owl-page.active span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    opacity: 1;
    border-color: transparent;
    background: #2a83e8; }
  .owl-page span {
    display: block;
    position: relative;
    width: 12px;
    height: 12px;
    opacity: 0.7;
    background: transparent;
    z-index: 100;
    border: 2px solid #fff;
    border-radius: 50%;
    -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-page span:hover {
      opacity: 1; }

.owl-carousel,
.slick-slider {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-buttons {
  position: static; }

.owl-prev,
.flex-direction-nav .flex-prev,
.flickity-prev-next-button.previous {
  left: -40px; }

.owl-next,
.flex-direction-nav .flex-next,
.flickity-prev-next-button.next {
  right: -40px; }

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  opacity: 0; }

.owl-prev,
.owl-next,
.flex-direction-nav a,
.flickity-prev-next-button {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  z-index: 10;
  width: 40px;
  height: 40px;
  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; }

.flickity-prev-next-button,
.flex-direction-nav a {
  width: 30px;
  height: 60px;
  margin-top: -30px; }

.flickity-prev-next-button.previous {
  border-radius: 0 3px 3px 0; }

.flickity-prev-next-button.next {
  border-radius: 3px 0 0 3px; }

.flex-direction-nav a {
  background-color: #fff; }
  .flex-direction-nav a i {
    font-size: 26px;
    color: #111111;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.owl-next:before,
#flexslider .flex-direction-nav .flex-next:before,
.flickity-prev-next-button:before {
  left: auto;
  right: 0; }

.owl-prev i,
.owl-next i,
#thumbs a i {
  position: relative;
  font-size: 40px;
  color: #111111; }

.light-arrows .owl-prev i,
.light-arrows .owl-next i,
#flexslider.light-arrows a i {
  color: #fff; }

.light-arrows .flickity-prev-next-button .arrow {
  fill: #fff; }

.owl-carousel:hover .owl-next,
#flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px; }

.owl-carousel:hover .owl-prev,
#flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px; }

.flickity-slider-wrap:hover .flickity-prev-next-button.previous {
  opacity: 1;
  left: 0; }

.flickity-slider-wrap:hover .flickity-prev-next-button.next {
  opacity: 1;
  right: 0; }

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.flickity-prev-next-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.flickity-prev-next-button {
  border-radius: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  .flickity-prev-next-button .arrow {
    fill: #fff; }

.flickity-page-dots {
  position: relative;
  bottom: auto;
  margin-top: 50px; }

.flickity-page-dots .dot,
.flex-control-paging li a {
  height: 12px;
  width: 12px;
  opacity: 0.5;
  margin: 0 5px;
  border: 2px solid #fff;
  -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;
  border-radius: 50%;
  background: transparent; }

.flickity-page-dots .dot:hover {
  opacity: 1; }

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #2a83e8;
  border-color: transparent; }

.flex-control-nav {
  bottom: 15px; }
  .flex-control-nav li {
    margin: 0; }

.is-dragging {
  pointer-events: none; }

.flickity-slider-wrap {
  overflow: hidden; }
  .flickity-slider-wrap.dots-inside .flickity-page-dots {
    position: absolute;
    bottom: 20px;
    margin-top: 0; }

.flickity-slider-wrap.dark-dots .flickity-page-dots .dot,
.owl-dark-dots .owl-page span {
  border-color: #6c6c6c; }

.flickity-slider-wrap.dark-dots .flickity-page-dots .dot.is-selected,
.owl-dark-dots .owl-page.active span {
  border-color: transparent; }

.owl-white-dots .owl-page.active span {
  background-color: #fff; }

.owl-carousel.dots-inside .owl-pagination {
  position: absolute;
  bottom: 20px;
  margin-top: 0; }

  .owl-custom-arrows .prev,
  .owl-custom-arrows .next {
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    height: 47px;
    width: 75px;
    line-height: 47px;
    font-size: 22px;
    text-align: center;
    color: #111111;
    border: 1px solid #edf2f4;
    border-radius: 3px; }
    .owl-custom-arrows .prev:hover,
    .owl-custom-arrows .next:hover {
      color: #2a83e8; }

  .slider-gutter-14 .work-item {
    padding: 0 7px; }

/*-------------------------------------------------------*/
/* Service Icons
/*-------------------------------------------------------*/
.service-item-box {
  position: relative; }
  .service-item-box .icon-holder {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #f9fbfc;
    border-radius: 50%; }


.service-text h3 {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 14px;
  margin-top: 0; }

.service-text p {
  margin-bottom: 0; }
/* Hi Icon */

/*-------------------------------------------------------*/
/* Style-5
/*-------------------------------------------------------*/
@media (min-width: 992px) { }


.service-item-box.arrow-next:after {
  content: '\f061';
  font-size: 30px;
  color: #2a83e8;
  opacity: .25;
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  right: -30px;
  top: 10%; }
/*-------------------------------------------------------*/
/* Style-6
/*-------------------------------------------------------*/
  @media only screen and (max-width: 767px) { }


/*-------------------------------------------------------*/
/* Style-7
/*-------------------------------------------------------*/
.service-item-box.style-7 {
  background-color: #fff;
  padding: 60px 40px; }
  .service-item-box.style-7 .icon-holder {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 20px; }

  .service-item-box.style-7 h3 {
    font-size: 20px; }
/*-------------------------------------------------------*/
/* Flip Cards
/*-------------------------------------------------------*/


.bg-color .service-item-box h3,
.bg-color .service-text p,
.bg-dark .service-item-box h3,
.bg-dark .service-text p,
.bg-darkblue .service-item-box h3,
.bg-darkblue .service-text p {
  color: #fff; }

.bg-color .service-item-box .icon-holder,
.bg-dark .service-item-box .icon-holder,
.bg-darkblue .service-item-box .icon-holder {
  background-color: #fff !important; }

.bg-color .service-item-box i,
.bg-dark .service-item-box i,
.bg-darkblue .service-item-box i {
  color: #111111; }
/*-------------------------------------------------------*/
/* Pricing Tables
/*-------------------------------------------------------*/


/*-------------------------------------------------------*/
/* Progress Bars
/*-------------------------------------------------------*/
.progress-bar {
  -webkit-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: width 2s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  display: block;
  height: 8px;
  position: relative;
  background-color: #2a83e8; }

  .progress.meter.violet .progress-bar {
    background-color: #6060d9; }
  .progress.meter.red .progress-bar {
    background-color: #e95e49; }
  .progress.meter.green .progress-bar {
    background-color: #23c495; }

.progress-percent {
  position: absolute;
  top: -32px;
  right: 0;
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  font-family: "Barlow", sans-serif; }

/*-------------------------------------------------------*/
/* Accordions and Toggles
/*-------------------------------------------------------*/
.accordion .panel-heading {
  position: relative;
  background-color: #f9fbfc;
  padding: 0;
  border-radius: 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; }
  .accordion .panel-heading:hover {
    background-color: #eff4f7; }
  .accordion .panel-heading > a.minus {
    color: #2a83e8; }
  .accordion .panel-heading > a > span {
    display: block;
    width: 13px;
    height: 1px;
    background-color: #2a83e8;
    right: 18px;
    top: 24px;
    position: absolute; }
  .accordion .panel-heading > a.plus > span {
    background-color: #6c6c6c; }
  .accordion .panel-heading > a.plus > span:after {
    content: "";
    display: block;
    width: 13px;
    height: 1px;
    position: absolute;
    top: 0;
    background-color: #6c6c6c;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.accordion.panel-group .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 5px; }
  .accordion.panel-group .panel:first-child {
    margin-top: 0; }

.panel-content p {
  margin-bottom: 0; }

.accordion .panel-heading + .panel-collapse > .panel-body,
.panel-content {
  border: 1px solid #e5e9ec;
  border-top-color: transparent;
  padding: 20px 30px;
  line-height: 26px;
  border-radius: 0; }

.accordion .panel-heading > a,
.toggle > .acc-panel > a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 14px 20px;
  color: #111111;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: bold;
  -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; }

.accordion .panel-heading > a {
  border: 1px solid #e5e5e5; }

.toggle > .acc-panel > a {
  border-bottom: 1px solid #e5e9ec;
  padding: 14px 0; }
  .toggle > .acc-panel > a:after {
    font-family: "Icon54com";
    position: absolute;
    content: "\ebd0";
    right: 0;
    margin-top: 2px;
    color: #6c6c6c;
    font-size: 12px; }
  .toggle > .acc-panel > a.active:after {
    content: "\f0aa";
    color: #111111; }

.toggle .panel-content {
  padding: 20px 0 10px;
  border: none; }
/*-------------------------------------------------------*/
/* Tabs
/*-------------------------------------------------------*/


.nav.nav-tabs > li.active > a {
  border: 1px solid #e5e9ec;
  background-color: #fff;
  border-bottom: 2px solid transparent; }

.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
  color: #2a83e8; }

.nav.nav-tabs > li.active:before {
  content: '';
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #2a83e8; }


/* Border Bottom */
.tabs-bb .nav.nav-tabs > li.active:before {
  display: none; }


.tabs-bb .nav.nav-tabs > li.active > a {
  border: none;
  border-bottom: 2px solid #2a83e8; }


/* Vertical */
.vertical .nav-tabs {
  float: left;
  width: 200px;
  position: relative;
  margin-right: -1px;
  border-right: 1px solid #e5e9ec;
  border-bottom: none;
  z-index: 2; }
  .vertical .nav-tabs > li {
    float: none;
    border: 1px solid #e5e9ec;
    border-right: 0;
    border-top: 0;
    margin-bottom: 0; }
  .vertical .nav-tabs > li:first-child {
    border-top: 1px solid #e5e9ec; }
  .vertical .nav-tabs > li.active:before {
    height: 100%;
    width: 2px;
    left: -1px; }

.vertical .nav.nav-tabs > li > a {
  padding: 14px 20px 13px;
  margin-right: 0;
  border: none; }

.vertical .nav.nav-tabs > li.active > a {
  border-right: 1px solid #fff;
  right: -1px;
  padding-left: 19px; }
/*-------------------------------------------------------*/
/* Pie Charts
/*-------------------------------------------------------*/


.chart {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  text-align: center; }

.chart canvas {
  position: absolute;
  top: 0;
  left: 0; }

.chart i {
  line-height: 160px;
  font-size: 56px; }

.percent {
  display: inline-block;
  line-height: 160px;
  z-index: 2;
  font-size: 26px;
  font-family: "Barlow", sans-serif;
  color: #111111;
  font-weight: bold; }

.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .9em; }

/*-------------------------------------------------------*/
/* Buttons
/*-------------------------------------------------------*/
.section-buttons .btn {
  margin-bottom: 20px; }

.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: none;
  border-radius: 3px;
  -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;
  border: 2px solid transparent;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .btn:hover {
    -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;
    color: #fff; }
  .btn:hover span {
    color: #fff; }
  .btn:focus {
    color: #fff;
    outline: none !important; }
  .btn span {
    position: relative;
    z-index: 3;
    -webkit-transition: color 0.3s !important;
    -moz-transition: color 0.3s !important;
    -ms-transition: color 0.3s !important;
    -o-transition: color 0.3s !important;
    transition: color 0.3s !important; }

  .btn.btn-color {
    background-color:  #130231; }
    .btn.btn-color:hover {
      background-color: #30323D; }


.btn-lg {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding: 0px 10px !important; }


.btn-md {
  font-size: 13px;
  padding: 0 27px; }
  .btn-md span {
    line-height: 38px; }


/*-------------------------------------------------------*/
/* Form Elements
/*-------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="search"],
select,
textarea {
  height: 42px;
  border: 2px solid transparent;
  background-color: #f9fbfc;
  width: 100%;
  margin-bottom: 30px;
  font-size: 15px;
  padding: 0 16px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: 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; }


input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none; }

/* Change Color of Placeholders */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a2a2a2; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #a2a2a2;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a2a2a2; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 12px;
  background-image: url(../images/dropdown.png);
  background-repeat: no-repeat;
  background-position: 100% 50%; }

select::-ms-expand {
  display: none; }


/* Checkboxes & Radio Buttons
-------------------------------------------------------*/
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label:before {
  width: 18px;
  height: 18px;
  background-color: #ededed;
  content: "";
  display: inline-block;
  font-size: 13px;
  margin: -4px 12px 0 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #BCBCBC; }

  input[type="checkbox"]:checked + label:after {
    font-size: 14px;
    content: "\f00c";
    font-family: "FontAwesome";
    left: 2.5px;
    position: absolute;
    top: 0px;
  }  


input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: normal;
  color: #111111;
  font-size: 15px; 
position: relative;
}

.radio-buttons > li,
.checkboxes > li {
  padding: 7px 0; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label:before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ededed;
  border-radius: 40px;
  margin: -3px 10px 0 0;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: 0; }


label {
  color: #111111;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 400;
  margin-bottom: 7px; }

input.btn.btn-lg,
button.btn.btn-lg {
  padding: 0 34px;
  height: 57px; }

input.btn.btn-md,
button.btn.btn-md {
  padding: 0 27px;
  height: 44px; }

input.btn:hover,
button.btn:hover {
  opacity:1;
}

/*-------------------------------------------------------*/
/* Lightboxes
/*-------------------------------------------------------*/
.mfp-iframe-holder .mfp-content {
  max-width: 1400px; }

.modal-body,
.modal-footer {
  padding: 30px; }


.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e5e9ec;
  padding: 10px; }

.table > thead > tr > th {
  border-bottom: none; }

.table thead tr th {
  font-size: 12px;
  color: #111111;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em; }


/*-------------------------------------------------------*/
/* Alert Boxes
/*-------------------------------------------------------*/
.alert {
  padding: 14px 18px;
  margin-bottom: 20px;
  border: none;
  color: #fff;
  border-radius: 3px; }
  .alert strong {
    color: inherit; }

.alert-dismissible .close {
  right: 0;
  top: 0;
  color: inherit;
  position: relative; }

.close {
  opacity: 1;
  text-shadow: none;
  font-weight: normal; }

.modal-header .close {
  font-size: 25px;
  margin-top: 2px !important; }


/*-------------------------------------------------------*/
/* Counters
/*-------------------------------------------------------*/
.counters.bg-parallax .statistic-timer,
.counters.bg-parallax .counter-text,
.counters.bg-color .statistic-timer,
.counters.bg-color .counter-text {
  color: #fff; }

.counters.bg-parallax .statistic-timer:after,
.counters.bg-color .statistic-timer:after {
  border-color: #fff; }


.statistic-timer {
  font-size: 78px;
  color: #111111;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.2; }
  .statistic-timer:after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 3px solid #a3a3a3;
    margin: 2px auto 28px;
    z-index: 1;
    position: relative; }

  .statistic-1.last {
    border-right: 0; }
  .statistic-1 .statistic-timer {
    font-size: 48px;
    font-weight: 400; }
    .statistic-1 .statistic-timer:after {
      display: none; }


.statistic.with-icon .statistic-timer {
  display: block;
  margin: 20px 0; }


.promo-features.bg-img {
  background-image: url(../img/promo_features_bg.jpg);
  background-attachment: scroll;
  background-size: auto;
  -webkit-background-size: auto; }

/*-------------------------------------------------------*/
/* Footer Type-1
/*-------------------------------------------------------*/
.footer-widgets {
  padding: 35px 0; }
  .footer-widgets .widget-title {
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 700;
    color: #c9c9c9;
    position: relative; }
  .footer-widgets a {
    color: #6c6c6c; }


.footer-get-in-touch p,
.footer-get-in-touch a {
  line-height: 31px;
  margin-bottom: 0;
  padding-bottom: 0; }

.footer-address {
  line-height: 24px;
  margin-bottom: 20px;
 margin-top: 8px;
 font-size: 16px;
 color: #fff !important;
}

.footer.bg-dark .footer-widgets a:hover,
.footer.bg-dark .copyright a:hover,
.footer.bg-dark .footer-entry .entry-meta li a:hover,
.footer.bg-dark .bottom-footer-links li a:hover,
.footer.bg-dark .footer-widgets .entry-list ul > li a:hover,
.footer.bg-dark .footer-widgets .widget-title {
  color: #fff; }

.footer.bg-dark p, .footer.bg-dark a, .footer.bg-dark address, .footer.bg-dark .bottom-footer, .footer.bg-dark .footer-widgets {
  color: #a9b3bb; }


.newsletter-submit.btn {
  background-color: #111111;
  padding: 12px 30px; }
  .newsletter-submit.btn:hover {
    background-color: #2a83e8; }


.bottom-footer {
  padding: 21px 0;
  background-color: #4B4B4B; }


/*-------------------------------------------------------*/
/* Footer Type-3
/*-------------------------------------------------------*/
.footer.bg-light .widget-title,
.footer.bg-white .widget-title {
  color: #111111; }

@media (min-width: 992px) { }


/*-------------------------------------------------------*/
/* Style Switcher
/*-------------------------------------------------------*/
#customizer {
  position: fixed;
  top: 0;
  z-index: 10000;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  width: 400px; }

.corner {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 100px;
  left: -40px;
  -webkit-box-shadow: -3px 0px 8px -1px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 8px -1px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  text-align: center;
  border-radius: 3px 0 0 3px;
  font-size: 20px;
  color: #1e2023;
  font-family: Helvetica, sans-serif; }

.s-close {
  right: -400px !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.s-open {
  right: 0 !important; }

#options {
  padding: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%; }

.demo-list li {
  float: left;
  padding: 7px 4px;
  width: 50%; }

.demo-list img {
  border: 1px solid #e5e9ec; }

@media (max-width: 767px) {

  #customizer {
    display: none; } }

/*-------------------------------------------------------*/
/* Products
/*-------------------------------------------------------*/
.product-item {
  margin-bottom: 50px; }


.product-details > h3,
.product-list-widget a > span,
.table.shop_table tr td.product-name a {
  line-height: 14px;
  margin-bottom: 3px;
  font-family: "Barlow", sans-serif;
  font-weight: normal;
  font-size: 15px; }

.product-details .product-title,
.product-list-widget a {
  line-height: 1.5;
  color: #111111; }
  .product-details .product-title:hover,
  .product-list-widget a:hover {
    color: #2a83e8; }

.price,
.amount {
  font-family: "Barlow", sans-serif;
  text-transform: uppercase; }


/* Product List Widget
-------------------------------------------------------*/
.product-list-widget img {
  width: 89px;
  float: left;
  margin-right: 20px;
  display: inline-block; }

.product-list-widget li {
  position: relative;
  overflow: hidden;
  padding: 20px 0 !important;
  border-bottom: 1px solid #e5e9ec; }
  .product-list-widget li:first-child {
    padding-top: 0 !important; }
  .product-list-widget li:last-child {
    padding-bottom: 0 !important;
    border: 0 !important; }

.product-list-widget .product-title {
  display: block;
  margin-bottom: 5px; }

/* Price Slider
-------------------------------------------------------*/
.ui-slider-horizontal {
  cursor: pointer;
  position: relative;
  height: 7px;
  background: #f2eeed;
  margin-bottom: 20px; }

.filter-by-price .ui-slider .ui-slider-handle {
  position: absolute;
  border-radius: 10px;
  width: 13px;
  height: 13px;
  background: #111111;
  top: -3px;
  margin-left: -13px; }

.filter-by-price .ui-slider span:first-of-type {
  margin-left: 0; }

.ui-slider .ui-slider-range {
  border-radius: 10px;
  position: absolute;
  background-color: #2a83e8;
  height: 7px; }


.filter-by-price input#amount {
  width: 40%;
  padding: 0;
  font-size: 14px;
  color: #111111;
  border: none;
  background-color: transparent;
  height: auto;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1;
  vertical-align: middle; }


.color-swatches a.selected {
  border: 2px solid #111111; }


/*-------------------------------------------------------*/
/* Single Product
/*-------------------------------------------------------*/
/* Image slider
/*-------------------------------------------------------*/
#gallery-main .gallery-cell {
  margin-bottom: 10px; }

.gallery-cell,
#gallery-main img {
  width: 100%; }

.gallery-thumbs {
  margin: 0 -5px; }
  .gallery-thumbs .gallery-cell {
    width: 25%;
    float: left;
    padding: 0 5px; }
  .gallery-thumbs img {
    opacity: 0.5;
    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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .gallery-thumbs .is-nav-selected img,
  .gallery-thumbs img:hover {
    opacity: 1; }


.select-options {
  padding: 30px 0 0;
  border-top: 1px solid #e5e9ec;
  border-bottom: 1px solid #e5e9ec; }

  .quantity.buttons_added .minus,
  .quantity.buttons_added .plus {
    width: 32px;
    height: 47px;
    background-color: #fff;
    border: 1px solid #e5e9ec;
    font-size: 22px;
    float: left; }
  .quantity.buttons_added .minus {
    border-right: 0; }
  .quantity.buttons_added .plus {
    border-left: 0; }


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }


/* Tabs
/*-------------------------------------------------------*/
.single-product .tab-content #tab-info .table > thead > tr {
  border-bottom: 1px solid #e5e9ec; }


#owl-shop-items-slider .product-item {
  padding: 0 15px;
  margin-bottom: 0; }

/*-------------------------------------------------------*/
/* Cart Page
/*-------------------------------------------------------*/
.shopping-cart h2,
.checkout h2 {
  font-size: 18px; }

.cart_totals,
.order-review-wrap,
.shipping-calculator-form,
.coupon {
  border: 2px solid #e5e9ec;
  padding: 40px;
  border-radius: 3px; }
  @media only screen and (max-width: 991px) {
    .cart_totals,
    .order-review-wrap,
    .shipping-calculator-form,
    .coupon {
      padding: 20px; } }
  @media only screen and (max-width: 991px) { }


.shop_table .product-remove {
  text-align: right;
  min-width: 30px; }

.product-remove .remove {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #f9fbfc;
  color: #6c6c6c; }
  .product-remove .remove i {
    font-size: 16px;
    line-height: 1.3; }
  .product-remove .remove:hover {
    background-color: #2a83e8;
    color: #fff; }


.cart_totals .table > tbody > tr > td,
.cart_totals .table > tbody > tr > th,
.table.ecommerce-checkout-review-order-table > tbody > tr > td,
.table.ecommerce-checkout-review-order-table > tbody > tr > th {
  color: #111111;
  padding: 14px 0; }


.actions > input,
.actions a {
  width: 100%; }

.form-row {
  float: left; }
  .form-row.form-row-wide {
    width: 100%; }

.shipping-calculator-form p:last-child,
select.country_to_state {
  margin-bottom: 0; }

#calc_shipping_postcode,
#calc_shipping_state,
.actions > input,
.coupon .input-text {
  margin-bottom: 10px; }
/*-------------------------------------------------------*/
/* Checkout
/*-------------------------------------------------------*/
  @media only screen and (max-width: 991px) { }
  @media only screen and (max-width: 767px) { }


.ecommerce .checkout label.checkbox {
  float: none !important;
  width: auto !important;
  line-height: 1.5 !important; }
  @media only screen and (max-width: 767px) { }


.order-review .payment_methods.methods li {
  padding-bottom: 10px; }


.payment_methods li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e9ec; }


.payment_box p {
  margin-top: 10px;
  margin-bottom: 0; }

.payment_methods label {
  color: #111111;
  vertical-align: middle;
  margin-bottom: 0; }

/*-------------------------------------------------------*/
/* Responsive Styles
/*-------------------------------------------------------*/
@media (max-width: 1199px) {
  .masonry-grid .work-item.quarter {
    width: 50%; }
  .works-grid.grid-5-col .work-item {
    width: 25%; }
  .rev_slider_wrapper.container {
    padding: 0; } }

@media (max-width: 991px) {

  h2 {
    font-size: 25px; }
  h3 {
    font-size: 22px; }
    .service-item-box.style-7{    padding: 20px 40px;}
  .section-wrap {
    padding: 30px 0;
    background-attachment: scroll !important;
    background-position: 50% 50% !important; }

  .statistic .timer {
    font-size: 50px; }

  .footer-widgets .row > div {
    margin-bottom: 60px; }

  .page-title .container {
    height: 200px; }
  .page-title.style-2 .container {
    height: 400px !important; }
  .title-text h1 {
    font-size: 36px;
    margin-top: 0; }
  .blog-standard .post-content {
    padding-right: 15px; }
  .works-grid.grid-5-col .work-item,
  .works-grid.grid-4-col .work-item,
  #team-slider .gallery-cell {
    width: 33.3333%; }

  .heading-row {
    margin-bottom: 40px; }

  #masonry-grid .work-item {
    width: 50% !important; } }

@media (max-width: 767px) {

  .sidenav {
    width: 100%;
    right: -100%; }

  .pricing-tables .row > div[class^="col"] {
    padding: 0 15px !important; }

  .page-title.style-2 .title-text h1 {
    text-align: center;
    font-size: 36px; }

  .flickity-slider-wrap.items-4 .work-item {
    width: 33.333%; }
  .works-grid.grid-5-col .work-item,
  .works-grid.grid-4-col .work-item,
  .works-grid.grid-3-col .work-item,
  #team-slider .gallery-cell {
    width: 50%; }
  .work-item .bg-img-holder,
  .work-item .bg-img-holder .bg-img {
    position: relative; }
  .work-item .bg-img-holder img {
    display: block; }
  .work-item .bg-img-holder,
  .grid-1-col .work-description,
  .works-grid.grid-tiles .work-item {
    width: 100%; }

  .statistic .timer {
    display: block; }

  .service-item-box.arrow-next:after {
    display: none; } }

@media (max-width: 640px) {
  .col-xxs-12,
  .masonry-grid .work-item,
  .masonry-grid .work-item.quarter {
    width: 100%; }
  .col-xxs-6,
  .flickity-slider-wrap.items-4 .work-item,
  .flickity-slider-wrap.items-3 .work-item {
    width: 50%; }
  .portfolio-filter a {
    display: block;
    margin: 10px 0;
    margin-bottom: 0; }

  .portfolio-filter.style-2 a.active {
    border-bottom: none;
    color: #2a83e8; }
  .intro-heading {
    font-size: 30px; }

  .blog-creative .masonry-item {
    height: 400px; } }

@media (max-width: 540px) {

  .works-grid .work-item,
  #masonry-grid .work-item,
  .flickity-slider-wrap.items-4 .work-item,
  .flickity-slider-wrap.items-3 .work-item {
    width: 100% !important; } }

@media (max-width: 480px) {

  .vertical .nav-tabs,
  .nav-tabs > li {
    float: none;
    width: 100%; }
  .vertical .nav-tabs li {
    padding-bottom: 0; }
  .vertical .nav.nav-tabs > li.active > a {
    right: 0;
    padding-left: 20px; }
  .vertical .tab-content {
    border-top: 0; } }
/*-------------------------------------------------------*/
/* Spacings
/*-------------------------------------------------------*/


.mt-40 {
  margin-top: 40px; }


.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }


.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }


.pt-100 {
  padding-top: 100px; }


.pb-100 {
  padding-bottom: 100px; }
@media only screen and (max-width: 991px) {
  .pb-mdm-20 {
    padding-bottom: 20px; } }
/*# sourceMappingURL=style.css.map */
/*New css for the changes*/
.barcode-selection{display: block;width: 764px;max-width: 100%;position: relative;margin: 0 auto;padding-top: 10px;padding-bottom: 25px; height:147.5px;}
.nav-type-1{position:fixed;width: 100%; background-color: #fff;    z-index: 9;}
.nav-type-1 + .content-wrapper{padding-top:101px;} 
.myaccount-btn{background-color: transparent; border:0px; box-shadow:none;font-size:16px; color:#333333; padding:0px; font-weight: 400;}
.myaccount-btn img{width: 20px;}
.myaccount-btn i{color:#cbcbcb; margin-left:6px;font-size: 26px;vertical-align: middle;}
.myaccount-btn:hover,.myaccount-btn:focus{color:#000;}
.header-login-wrap .dropdown-menu{background-color:#fff; border:none;box-shadow:none; }
.header-login-wrap .dropdown-menu li{display: block;border-top: 1px solid #dddddd; }
.header-login-wrap .dropdown-menu li a{color:#000;}
.shipping-calculator-form input{margin-bottom:4px;    color: #000;}
.forgot-password-div{max-width: 630px; margin: 0 auto;}
.after-mail label{margin-bottom: 0px;}
.shipping-calculator-form .form-row-wide{margin-bottom: 10px!important;}
.forgot-password-div .account-form-title{margin-bottom: 10px;}
.shipping-calculator-form .barcodes-textarea{resize: none;height:80px;     margin-top: 8px;
  background-color: #FFF !important;
  border: 1.5px solid rgba(53,59,80,0.10) !important;
  border-radius: 5px !important;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px !important;
  font-weight: 400 !important;
  margin-bottom: 0px;  
  color: #999999;
  padding: 10px 16px;
  color: #393939;
}
.barcodes-input{color: #393939!important;}
.order-barcode-block img{float: left;width:80px; height: auto; }
/*.order-barcode-block .order-barcode{margin-left:70px;}*/
.order-barcode-block .remove-btn{    position: absolute;top: -12px;right: -5px;background-color: #fff;height: 30px;width: 30px;border-radius: 50%;line-height: 30px;border: 2px solid #e5e9ec;padding: 0;text-align: center;} 
.order-barcode-block .remove-btn i{font-size: 16px;}
.order-barcode-block{border: 2px solid #e5e9ec;border-radius:2px;margin-bottom:20px; position: relative;    padding: 16px 6px;    min-height: 100%;}
/*.order-barcode-block> div{cursor: pointer;}*/
.user-detail-info{padding:0 10px; text-align: center;}
.user-detail-info .dropdown .dropdown-menu{min-width:100%;}
.shopping-cart  .shipping-calculator-form{padding: 30px;}
.order-barcode-block .order-line {font-size: 16px;display:block;}
.shopping-cart .wc-proceed-to-checkout:after{display:block; content: ""; clear: both;}
.shopping-cart .wc-proceed-to-checkout .btn-submit{height: 57px; line-height: 50px; }
/*faq*/
sidebar-help-center{margin-top:70px;padding-right:42px;}
.help-center-intro .top-heading-style{display:inline-block;}
.help-center-intro{margin-top:40px;}
.help-center-section-wrap .top-section-g-scroll li a{color: #111111;}
.help-center-intro .faq-icon-tag{float:right;margin-top:-40px;}
.index-help-top h3{color:#0e1845;font-size:16px;font-weight:900;margin:0px;}
.help-sidebar-list li a{font-size:14px;font-weight:400;line-height:20px;}
.help-sidebar-list li.active a{color:#2a83e8;}
.help-center-intro:after{display:block;clear:both;content:"";}
.help-sidebar-list li{padding:18px 0px 8px 0;}
.help-center-body{padding-left:40px;}
.help-center-body .list-detail-section li .click-btn{ display: inline-block;}
.help-center-body .g-section-heading{color:#f7603e;}
.side-body-section .g-section-heading{font-size:24px;margin-bottom:8px;}
.g-section.side-body-section{border-bottom:2px solid #dadce3;padding:26px 0 26px 0px;}
.g-section.side-body-section:last-child{border-bottom:none;}
.modern-list.help-center-list ul li{color:#0e1845;}
.bulk-order-list ul li span{color:#0e1845;font-weight:900;}
.list-detail-section.custom-list ul li{position:relative;}
.list-detail-section.custom-list ul li:before{content:"";position:absolute;height:7px;width:7px;border-radius:50%;background-color:#000;left:0px;top:14px;}
.bcg-address{padding-left:36px;}
.scroll-top-btn a.top-scroll-btn{float:none;color:#86888b;}
.contact-us-inner .border-none{border-top:none;}
.un-wind-img{padding-left:90px;}
.padding-0{padding:0px !important;}
.help-center-intro-mobile{display:none;}
.new-lable-grid-size table table table{background-color:#fff;}
.p-40{padding-bottom:40px;}
.p-30{padding-bottom:30px;}
.imgSpan{border:solid 1px #0D1845 !important;border-radius:4px;overflow:hidden;box-shadow:0px 2px 4px #0D1845;}
.removable-lable-name ul li a{font-size:20px !important;}
.top-heading-style {margin: 0px;font-size:40px;color: #0d1845;font-weight:600;line-height:60px;}
.sidebar-help-center {margin-top:40px;padding-right: 42px;}
.modern-list.help-center-list ul li {
  color: #111111;
}

.modern-list ul li {
  font-weight: 900;
  position: relative;
  padding-left: 16px;
}
.list-detail-section ul > li {
  position: relative;
  font-size: 16.1px;
  color: #0d1845;
  padding: 7px 0px;
}
.list-detail-section ul > li a {
  font-weight:600;
  color: #2a83e8;
}
.help-sidebar-list li {
  padding: 18px 0px 8px 0;
}
.top-section-g-scroll li {
  padding: 22px 0px;
  border-bottom: 1px solid #dadce3;
}
.list-detail-section.custom-list ul li {
  position: relative;
}

.bulk-order-list ul li {
  padding-left: 20px !important;
}
.list-detail-section ul > li {
  position: relative;
  font-size: 16.1px;
  color: #0d1845;
  padding: 7px 0px;
}
.top-scroll-btn {
  font-size: 14.01px;
  color: #86888b;
  float: right;
  margin-top: 10px;
}
.index-help-top h3 {
  color: #0e1845;
  font-size: 16px;
  font-weight: 900;
  margin: 0px;
}
.top-heading-style span {
  font-weight: 300;
}
.side-body-section .g-section-heading {
  font-size: 24px;
  margin-bottom: 8px;
}

.help-center-body .g-section-heading {
  color: #111111;
}
.g-section-heading {
  font-size: 36.02px;
  color: #0d1845;
  font-weight:600;
  line-height: 37.02px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
}
.help-sidebar-list li {
  padding: 18px 0px 8px 0;
}
.help-center-intro-mobile {
  display: none;
}
.help-center-intro .faq-icon-tag {
  float: right;
  margin-top: -40px;
}
/*Contact us-new*/
.contact-us-below{padding: 50px 0 40px 0;}
.contact-us-top-wrap{width:70%;float: left;padding: 0 60px 0 0px;}
.contact-us-below .chat-img{ float: left;width:30%; text-align: center;padding:31px 60px 0 0;}
.contact-form-main .form-group-wrap .field-name{float: left; width:57.5%; margin-right:6%;}
.contact-form-main .form-group-wrap:after{display: block; content: ""; clear: both;}
.contact-form-main .form-group-wrap .field-phone{float: left; width:36.5%;}
.contact-form-main .form-group{margin-bottom:22px; position: relative;}
.contact-form-main .form-group .error{position: absolute;top: -6px;right: -9px;}
.contact-form-main .form-group .error-msg{position: absolute;font-size: 11px;padding-left: 3px;}
.contact-form-main .form-group.textarea{margin-bottom: 20px;}
.contact-form-main .form-control{border-radius:5px;color:#0e1845; border-color:#dadce3; background-color:#fff; font-weight:700;    margin-bottom: 0;     border: 1.5px solid rgba(53,59,80,0.10) !important; box-shadow: none;font-family: 'Nunito Sans', sans-serif;
  font-size: 15px !important;
  font-weight: 400 !important;}
.contact-form-main .form-control::-webkit-input-placeholder{color:#0e1845;}
.contact-form-main .form-control::-moz-placeholder{color:#0e1845;}
.contact-form-main textarea.form-control{resize: none;height: 215px!important;width: 100%!important;}
.contact-form-main  input.form-control{height:43px; }
.contact-form-main .validation-msg{font-size:14.01px; color:#c1c1c1; font-weight: 700;    margin-top: -6px;margin-bottom:20px;     float: right;}
.form-submit-btn{font-size: 22px; color: #fff; font-weight: 700; border:none; box-shadow: none; background-color:#86888b;border-radius: 26px; padding:11px 30px;}
.form-submit-btn:hover{background-color:#f7603e;}
.contact-form-main{margin-top: -47px;padding-right:6px;}
.contact-form-details h4{font-size: 18px; font-weight:600; color:#0e1845;margin:0px 0 4px 0;}
.contact-form-details-right .phone a{color:#4f8bc9;}
.contact-form-details-right a{color:#4f8bc9;font-size: 18px; font-weight:600;}
.contact-form-details{    padding: 54px 0 0 79px;}
.contact-form-details-left p span{display: block; color: #0d1845; font-size: 14px;font-weight: 900; margin-top:7px; }
.contact-form-details-left ul li{margin-bottom:25px;}
.contact-form-details-right ul li{margin-bottom: 53px;}

/*Contact Us page*/
.contact-us-below.contact-us-page{padding: 0px 0 40px 0;}
.contact-us-page .top-content-heading{margin-top:60px;margin-bottom: 35px;}
.contact-us-page .custom-margin-heading{margin:10px 0px 10px 0px;    font-weight: 600;    font-size: 22px;}
.contact-us-below .sub-title-head{font-size:20px;}
.contact-us-page .chat-img{    margin-top: -76px;padding: 0px 60px 0 0;}
.top-contact-us-wrap{margin-bottom:40px;}
.top-contact-us-wrap:after{display: block; clear: both; content:"";}
.contact-us-page .contact-form-main{margin-top: 0px;padding-left: 95px ;padding-right:0px;}
.contact-us-page .contact-form-details-right ul li {margin-bottom:28px;}
.contact-us-page .contact-form-details-right p span{display: block; color: #0d1845; font-size: 14px;font-weight: 900; margin-top:6px; }
.contact-us-page .contact-form-details {padding:0px;}
.contact-us-map{height: 185px; width:300px;margin-top: 36px;}
.contact-us-map iframe{width: 100%; height: 100%;}

.contact-us-below .contact-form-details-right p span{display: block; color: #0d1845; font-size: 14px;font-weight: 900; margin-top:6px; }

.contact-us-page .top-content-heading {
  margin-top:40px;
  margin-bottom:2px;
}

.top-content-heading {
  font-size:32px;
  color:#111111;
  font-weight:600;
  text-transform: uppercase;
  line-height: 42px;
  margin-top:80px;
  margin-bottom: 36px;
}
.sub-title-head {
  font-size: 21.99px;
  color: #72a2d3;
  font-weight:600;
  margin: 0px;
}

.list-detail-section.custom-list ul li:before {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #000;
  left: 0px;
  top: 14px;
}

.modern-list ul li:after {
  content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #000;
  left: 0px;
  top: 14px;
}
.modern-list ul li {
  position: relative;
  padding-left: 16px;
  font-weight: 600;
}
.g-section p {
  font-size: 16.01px;
  line-height: 36.02px;
  color: #111;
}
.help-center-intro .top-heading-style{font-size: 32px; line-height: 30px;}
.contact-form-details p{font-size:16px; color:#111;}
.help-center-body .top-scroll-btn{font-size: 14.01px;color:#939598;float: right;margin-top:0px;padding: 5px;border-radius:4px;}
.g-section.side-body-section:after{display: block; content:""; clear: both;}
/*Content management page*/
.content-maganement{margin-top: 30px;margin-bottom: 40px;}
.content-maganement .heading-text{letter-spacing: 0px;font-weight: 700;font-size: 29px !important;}
.content-maganement .sub-heading-text{font-size:24px;font-weight: 700;}
.content-maganement p{font-size: 18px; color: #111;    line-height: 28px;}
.content-maganement ul{margin:10px 0px;    padding: 0 0 0 26px;}
.content-maganement ul li{font-size: 18px; color:#111; position: relative;line-height: 28px;}
.content-maganement ul li:after{    content: "";
  position: absolute;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #000;
  left: -16px;
  top: 8px;}

.user-management-page{padding: 10px 0px 30px;margin-top: 30px;}
.user-management-page .page-title{ font-size:32px; color:#111; margin-bottom: 0px;font-weight:500;display: inline-block;}
.user-management-page .btn-submit{float: right;padding:0px 5px !important; font-size: 15px;}
.user-management-page .search-bar{max-width:440px;position: relative;}
.user-management-page .search-bar input{margin:0px;    padding-right: 98px;} 
.user-management-page .search-bar .btn-submit{position: absolute; top: 0;right: 0px; height: 43px;    border-radius: 0 5px 5px 0px;}
.user-management-page table thead{background-color:#eaeaea; }
.user-management-page table{margin-bottom: 0px;}
.user-management-page table thead th{font-size:16px; font-weight: 600; color: #fff;}
.user-management-page table thead th:first-child{border-left: 1px solid #e5e9ec;}
.user-management-page table thead th:last-child{border-right: 1px solid #e5e9ec;}
.user-management-page table thead th{border-top: 1px solid #e5e9ec!important; color:#111;    vertical-align: middle; white-space: nowrap;}
.user-management-page table tbody tr:last-child td{border-bottom: 1px solid #e5e9ec!important;}
.user-management-page table td{font-size:16px; color:#111; vertical-align: middle!important; text-align: left;    background: #fff; overflow-wrap: break-word;    word-break: break-word; white-space: nowrap;}
.user-management-page table td .btn-submit{float: none; height:35px;margin: 0px !important;}
.user-management-page table td:first-child{border-left: 1px solid #e5e9ec;}
.user-management-page table td:last-child{border-right: 1px solid #e5e9ec;}
.user-management-page table td:nth-last-child(-n+2){text-align:left}
.table thead tr th{font-family: 'Nunito Sans', sans-serif;text-transform: capitalize;}
.user-management-page .pagination{float:right;margin: 12px 0;    margin-bottom: 0;}
.user-management-page .pagination li.active a{background-color:#1771d7; border-color:#1771d7;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 15px;}
/*Modal Design*/
.c.modal .modal-footer{border-top:0px;padding: 0 30px 30px 30px;}
.c.modal label{margin-bottom:0px;}
.user-management-page .wrap-box:after{clear: both;display: block; content: "";}
.user-management-page .wrap-box{padding:15px; background-color:#fbfbfb;margin-bottom: 20px;border-radius: 4px;margin-top: 20px;}
.user-management-page .wrap-box .btn-submit{height: 43px;}
.user-management-page .wrap-box .search-bar{float: left; width: 100%;}
.user-management-page .table-wrapper:after{clear: both; content: ""; display:block;}
.user-management-page .table-wrapper{padding: 15px; background-color:#fbfbfb; border-radius: 5px; }
.filter-box>label{font-size: 18px; font-weight: 600; margin-bottom: 0px; display: inline-block; margin-right:10px;}
.filter-box .block-from label{font-size: 16px; font-weight:600; display: inline-block; vertical-align: middle;margin-bottom: 0;}
.filter-box .block-from .date-wrap{display: inline-block; vertical-align: middle;margin-left: 4px; position: relative;}
.filter-box .block-from .date-wrap input{margin: 0px; }
.filter-box .block-from .date-wrap .date-icon{position: absolute;top: 0; right: 0; background-color:#1771d7; box-shadow: none; border:none; height: 43px;border-radius: 0 5px 5px 0; padding: 0 12px;}
.filter-box .block-from .date-wrap .date-icon i{font-size:20px; color:#fff;}
.filter-box .block-from{display: inline-block; vertical-align: middle; margin-right: 10px;}
.filter-box .block-from:last-child{margin-right: 0px;}
.wrap-box:not(.filter-box) span{font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  display: inline-block;
  margin-right: 10px; color:#111; float: left;margin-top: 8px;}
.view-order-btn.active i:before{content: "\f070"}
.refund-input{display: inline-block; margin-bottom: 0px;}
.refund-btn-wrap{text-align: left; margin-bottom: 10px;}
.refund-btn-wrap .refund-input{max-width:209px!important; width: 100%; margin: 0px;}
.refund-btn-wrap .btn-submit{height: 43px!important;}
.order-manage .order-table table tbody td button{margin:4px 0px!important;}
.order-manage table tbody td:nth-last-child(-n+2){text-align: left;}
.reporting table td:nth-last-child(-n+2){    text-align: left;}
.reporting .wrap-box .select-box{display: inline-block;}
.reporting .wrap-box .select-box select{margin-bottom: 0px;width:240px; background-color: #fff;     border: 1.5px solid rgba(53,59,80,0.10) !important;    border-radius: 5px !important;height: 43px;}
.user-management-page.past-order table tbody td button{margin:3px 0px !important;}
.thank-you-page .page-title{font-size: 28px; font-weight: 600;}
.thank-you-page .sub-desc{font-size: 18px;color: #111;line-height: 26px;margin-top: 10px;}
.thank-you-page .bill-to .sec-title{font-size:18px; color: #111; font-weight:700; display:block;}
.thank-you-page .bill-to .address{font-size: 18px;color: #111;line-height: 28px;}
.thank-you-page .wrap-box .total-price{font-size: 22px;margin-top: 6px;}
.user-management-page.past-order .wrap-box .btn-submit{    padding: 0px 18px !important;}
.swal-button{background-color: #1771d7;font-weight: 700;text-decoration: none;text-align: center;overflow: hidden;position: relative;z-index: 1;border: none;border-radius: 3px;-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;border: 2px solid transparent;color: #fff;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.swal-button:hover{background-color:#1771d7!important;opacity: 0.6;}
.swal-button:focus{outline:none; box-shadow: none;}
.main-wrapper.oh{overflow:unset;}
.order-manage .wrap-box .btn-submit{padding: 0px 15px !important;}
.header-login-wrap .dropdown-menu li > a{padding: 8px 16px;}
.header-login-wrap .dropdown-menu{margin-top:12px;}
.modal.c .barcodes-input{margin-bottom: 0px;}
.modal.c .form-wrap{margin-bottom: 18px;}
/*09-02-2019*/
.dataTables_wrapper .dataTables_length{display:none;}
.dataTables_wrapper .dataTables_length select{margin-top: 8px;
  height: 43px !important;
  background-color: #FFF !important;
  border: 1.5px solid rgba(53,59,80,0.10) !important;
  border-radius: 5px !important;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: -0.4px !important;
  color: #999999;
  max-width: 100% !important;
  }

.dataTables_wrapper .dataTables_filter input[type="search"]{margin-top: 8px;
height: 43px !important;
background-color: #FFF !important;
border: 1.5px solid rgba(53,59,80,0.10) !important;
border-radius: 5px !important;
font-family: 'Nunito Sans', sans-serif;
font-size: 15px !important;
font-weight: 400 !important;
letter-spacing: -0.4px !important;
color: #999999;
max-width: 100% !important;}
.dataTables_filter, .dataTables_info {display:none;}
.user-management-page .dataTables_paginate{float:right;margin: 12px 0;    margin-bottom: 0;}
.user-management-page .dataTables_paginate a{
float: left;
text-decoration: none;
border: 1px solid #ddd;    padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;    text-decoration: none;
background-color: #fff;
border: 1px solid #ddd; cursor: pointer;}
.user-management-page .dataTables_paginate a.current{    background-color: #1771d7;border-color: #1771d7; color:#fff;}
.user-management-page .dataTables_paginate a:not(.current):hover{background-color: #eee;border-color: #ddd;}
.user-management-page .dataTables_paginate> a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.user-management-page .dataTables_paginate> a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.user-management-page .dataTables_paginate a:focus{outline: none;}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png")
}
/*09-02-2019*/
.link-btn{font-size: 16px; float:right; }
.change-password{max-width:630px; margin: 0 auto;}
.change-password-div .heading.account-form-title{display: inline-block;}
.change-password-div .wrap-detail:after{display:block; content: ""; clear: both;  margin-bottom: 10px;}
.change-password-div .box-seperate{margin-bottom: 15px;}
/*23/02*/
.radio-inline input[type="radio"] + span:after {
width: 18px;
height: 18px;
background-color: #ededed;
content: "";
display: inline-block;
font-size: 13px;
margin: -4px 12px 0 0;
text-align: center;
vertical-align: middle;
cursor: pointer;
border: 1px solid #e5e9ec;
position: absolute;
left: -2px;
top: 6px;
border-radius: 50%;
}
.radio-inline input[type="radio"]:checked + span:before {
width: 10px;
height: 10px;
background-color: #2b2b2b;
content: "";
position: absolute;
border-radius: 50%;
left: 2px;
top: 6px;
z-index: 2;
}
/*Css for the changes New*/
.style-data .barcodes-input{ margin-bottom: 4px;color: #393939;}
.style-data .contact-name{margin-bottom: 20px;}
.style-data .contact-email{margin-bottom: 20px}
.loader-img{background: rgba(255,255,255,0.8);position: fixed;transform:none; top:auto; left:auto; width: 100%;height: 100%;}
.loader-img img{position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);    margin-left: -20px;}
.style-data form button:last-child{margin-right: 0px;}
.slick-slide img.border{border: 2px solid #000000;}
.slick-slide img{border: 2px solid #fff; margin: 0 auto;}
.order-manage table tbody tr.shown .view-order-btn i:before{content: "\f070";}
.order-manage table table thead th{padding:10px 10px;}
.order-manage table table tbody td { padding: 10px; border-bottom: 1px solid #e5e9ec;}
.cart-button{font-size:24px;}
.search_btn {padding: 0px 5px !important;font-size: 15px;height:43px !important;}
div.dt-buttons{float: right!important; margin-bottom:10px; }
.no-barcode-item{padding:86px 0px; text-align:center;  margin-bottom:20px; display:block;font-size:22px !important;} 
select.barcodes-input{margin-bottom: 4px;}
.dataTables_empty{text-align: center!important;}
.user-management-page .filter-box button.btn-submit{margin-right: 4px;}
.alert-success{color: #3c763d!important;border-color: #d6e9c6!important;}
.modal-body .barcodes-input {    margin-top: 2px;margin-bottom: 4px;}
.modal-body .button-set{margin-top: 10px;}
.modal-body .button-set .btn{font-weight: 400;}
/*Css for bugs*/
.shipping-calculator-form .barcode_cart [class*="col-"]{height:180px;margin-bottom:20px;}
/*.shipping-calculator-form .barcode_cart [class*="col-"] .order-barcode-block {min-height: 100%; margin-bottom:0px;}*/
.shipping-calculator-form .barcode_cart [class*="col-"] .order-barcode-block span {white-space: inherit;word-break: break-all;}
.barcode-selection .slick-prev,.barcode-selection .slick-next{height: auto;}
.space-class{padding:100px 0px;}
.contact-us-page .contact-form-main .form-group input[type="submit"]{    width: 190px;}
.error-page h1{font-size:46px;}
.error-page h1 i{display:block; font-size:2.6em; }
.error-page h2{font-size: 24px;}
/*New Changes*/
.header-login-wrap .dropdown-menu{    padding: 0px 0;}
.header-login-wrap .dropdown-menu li{border-top:none}
.header-login-wrap .dropdown-menu {border: 1px solid #f7f7f7;border-radius: 0px;box-shadow: 0px 0px 6px 0px #efefef;}
.header-login-wrap .dropdown-menu li > a:hover{background-color:#f3f3f3;}
.c-heading{text-transform: uppercase;}
.section-preview{display:flex; display:-webkit-flex;margin-right: 30px; justify-content: space-between;    align-self: center;}
.section-preview .need-help-btn{background:#130231; color:#FFF; font-size:16px;}
.section-preview .need-help-btn:hover{background:#30323D}
#frmbarcode .row{margin-right:-10px;margin-left:-10px;}
#frmbarcode .row [class*="col-"]{    padding-right:10px;padding-left:10px;}
#frmbarcode  .barcode-font{white-space: nowrap;}
.style-data .row{margin-right:-10px;margin-left:-10px;}
.style-data .row [class*="col-"]{   padding-right:10px;padding-left:10px;}
.login-page .terms-form {    margin-top: 6px;}
.emf-btn{background-color:#000000!important;}
.heading-top-section{position: relative;}
.heading-top-section .top-scroll-btn{position:absolute; top: 0; right: 0;}
.heading-top-section .g-section-heading{padding-right:100px;}
.change-password-div .box-seperate .account-label{display: inline-block;}
.change-password-div .box-seperate .barcodes-input{margin-bottom: 0px;}
.change-password {max-width:900px;}
input.border-red {border-color: red !important;}
.style-data .barcodes-email-input {    margin-bottom: 4px;}
.terms-form{margin-bottom: 10px;}
.terms-form input[type="checkbox"].border-red + .form-check-label:before{border-color:red; border-width: 2px;}
/*Custom inc*/
.custom-inc{position: relative;}
.custom-inc .button{position: absolute; top: 0; right:10px; font-size: 0px; cursor: pointer;}
.custom-inc .button i{font-size: 16px;}
.custom-inc .button.inc{top:10px;}
.custom-inc .button.dec{top: 32px;}
.shipping-calculator-form .barcode_cart{display: flex;display:-webkit-flex;width:100%;flex-wrap: wrap;}
.shipping-calculator-form .barcode_cart [class*="col-"]{flex:0 0 50%; max-width:50%; height: auto;}
.shipping-calculator-form .barcode_cart  .order-barcode-block{margin-bottom: 0px; padding:15px;}
.preview_size {
display:block !important;
font-size: 15px;
color: #2b5b94;
font-weight: 600;
position: absolute;
bottom: 0;
left: 60%;
transform: translate(-50%, -50%);
}
/*31-05-2019*/
.btn-set-magni{margin-top: 9px;}
.btn-set-magni button{height: 43px;
color: #08131F;
line-height: 40px;    padding: 0 4px;
width: 31%;
display: inline-block;
margin-right: 1%;  }
.btn-set-magni button:hover{background-color:#130231; color: #fff;}
.btn-set-magni button.active{background-color:#130231; color: #fff;}
.btn-set-magni button:last-child{margin-right: 0px;}
.switch-btn{cursor: pointer; margin-bottom: 10px; font-size: 16px; font-weight: 600;color:#130231;}
.inner-raw-element{display: flex; display:-webkit-flex;}
.inner-raw-element .barcodes-input{ margin-right:2%;}
.inner-raw-element #isbn_drpdwn {margin-right: 2%;flex: 0 0 83px;max-width: 83px !important;}
.inner-raw-element .barcodes-input:last-child{margin-right: 0px;}
.inner-raw-element #CheckDigit {
flex: 0 0 40px;
max-width: 40px !important;
background-color: #efefef !important;
padding: 0px;
text-align: center;
}

.custom_magni .btn-set-magni{display:flex;display:-webkit-flex;}
.custom_magni .btn-set-magni button {
width: auto;
flex:1 1;
line-height: 16px;
}
#xdim_height{
  -webkit-animation: anim .3s ease-in-out;
  animation: anim .3s ease-in-out;
}
#height_div, #magnification_div{
  -webkit-animation: anim .3s ease-in-out;
  animation: anim .3s ease-in-out;
}
@-webkit-keyframes anim {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*Classes for the input field*/
.barcodes-input.input-one {width:100px;}/*7*/
.barcodes-input.input-two {width:140px;}/*11*/
.barcodes-input.input-three{width:142px;}/*12*/
.barcodes-input.input-four{width:160px;}/*13*/
#filesize{position: static; transform: none; display:block;}
.outer-preview-box .preview-box{    display: flex; display:-webkit-flex;}
.outer-preview-box .preview-box #filesize{margin-top: auto; width: 100%; text-align: center;}

/* isbnLastDash 19-06-26*/
#isbnLastDash {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 8px;
}

/*Need Help Text Align Fix*/
.need-help-content p {
    text-align:left;
}

/* New CB Site Messages*/
.account-login-intro {
    padding:30px 30px 30px 45px;
}
.account-login-intro p  {
   font-size: 1.1em;
}
.account-login-intro h2 {
    margin-bottom:10px;
}
.dataTables_paginate span.ellipsis{display:none;}

/* Affiliate Program */
.affiliate h1 {
    margin-top: 3rem;
}
.affiliate .block-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8rem;
    gap:5rem;
}

.affiliate .block {
    width: 100%;
    max-width: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.affiliate p {
    font-size: 18px;
}
.custom-btn {
    clear: both;
    margin-right: 30px;
}

.custom-btn .need-help-btn {
    display: block;
    background-color: #130231;
    border-radius: 0px;
    position: relative;
    border: none;
    width: calc(100% - 40px);
    overflow: visible;
}

.custom-btn .need-help-btn:after {
    position: absolute;
    content: "";
    background-color: #130231;
    width: 44px;
    height: 100%;
    transform: skewX(-52deg);
    right: -22px;
    top: 0px;
}

