@media (min-width: 768px) {
  .nxl_row_flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  .nxl_row_flex:before,
  .nxl_row_flex:after {
    display: none;
  }
}
.nxl_menu_default {
  display: flex;
  align-items: center;
}
.nxl_menu_default .nxl_menu.layout1 .nxl_nav > li > a {
  padding: 30px 35.5px;
}
.nxl_menu_default .nxl_menu.layout1 .nxl_nav > li.menu-item-design-standard .sub-menu li a {
  color: #ffffff;
}
@media (max-width: 991px) {
  .nxl_menu_default {
    padding: 10px 0;
  }
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  color: #333333;
}
a:hover {
  color: #0f70b7;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table thead th {
  border-bottom: 2px solid #bbb;
}
table tr {
  border-bottom: 1px solid #eee;
}
table tr td {
  padding: 0.4em;
}
.row_st {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-container {
  height: auto;
}
.page-links {
  clear: both;
  margin-top: 20px;
}
body.category .site-content,
body.blog .site-content,
body.search-results .site-content,
body.tag .site-content,
body.archive.date .site-content {
  padding-top: 120px;
  padding-bottom: 120px;
}
body.category .nxl_footer_emtry,
body.blog .nxl_footer_emtry,
body.search-results .nxl_footer_emtry,
body.tag .nxl_footer_emtry,
body.archive.date .nxl_footer_emtry {
  margin-top: 60px;
}
body.category .no_vc_composer,
body.blog .no_vc_composer,
body.search-results .no_vc_composer,
body.tag .no_vc_composer,
body.archive.date .no_vc_composer {
  padding-bottom: 120px;
}
body.category .nxl_blog_grid.layout1 .nxl_blog_item,
body.blog .nxl_blog_grid.layout1 .nxl_blog_item,
body.search-results .nxl_blog_grid.layout1 .nxl_blog_item,
body.tag .nxl_blog_grid.layout1 .nxl_blog_item,
body.archive.date .nxl_blog_grid.layout1 .nxl_blog_item {
  margin-bottom: 80px;
  border-bottom: 1px dashed #c1c1c1;
  padding-bottom: 70px;
}
body.page .no_vc_composer {
  padding-bottom: 100px;
}
body.tax-projects_cat .site-content {
  padding-top: 120px;
  padding-bottom: 40px;
}
body > .site {
  overflow: hidden;
  position: relative;
}
.nxl_no_transform {
  transform: none !important;
  -webkit-transform: none !important;
}
.backToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  color: #000;
  text-align: center;
  z-index: 99;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.45s all;
  -o-transition: 0.45s all;
  -ms-transition: 0.45s all;
  -moz-transition: 0.45s all;
  transition: 0.45s all;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
}
.backToTop.totop-show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
.mega_hvr_btn {
  font-weight: 600;
  font-family: Open Sans;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text {
  height: 60px;
  line-height: 60px;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 140px;
  padding-top: 56px;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text,
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea {
  font-size: 16px;
  padding-left: 0px;
  border-bottom: 5px solid #f0f0f0;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text ::-webkit-input-placeholder,
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text ::-moz-placeholder,
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text :-ms-input-placeholder,
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-text :-moz-placeholder,
.wpcf7 .nxl_formct_2 .wpcf7-form-control-wrap .wpcf7-textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.wpcf7 .wpcf7-submit {
  padding: 18px 45px;
  border: 1px solid;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0px;
  font-weight: 600;
  font-family: Open Sans;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  outline: none;
  margin-top: 12px;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #0f70b7;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text {
  height: 60px;
  line-height: 60px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 140px;
  padding-top: 20px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text,
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea {
  border: none;
  background-color: #ffffff;
  outline: none;
  font-size: 13px;
  width: 100%;
  padding-left: 30px;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text ::-webkit-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8e8e8e;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text ::-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea ::-moz-placeholder {
  /* Firefox 19+ */
  color: #8e8e8e;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text :-ms-input-placeholder,
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea :-ms-input-placeholder {
  /* IE 10+ */
  color: #8e8e8e;
}
.wpcf7 .wpcf7-form-control-wrap .wpcf7-text :-moz-placeholder,
.wpcf7 .wpcf7-form-control-wrap .wpcf7-textarea :-moz-placeholder {
  /* Firefox 18- */
  color: #8e8e8e;
}
.mc4wp-form {
  border-bottom: 3px solid #929292;
}
.mc4wp-form .mc4wp-form-fields {
  position: relative;
}
.mc4wp-form .mc4wp-form-fields input[type="email"] {
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  padding: 10px 0;
  font-family: Open Sans;
  width: calc(100% - 132px);
  font-size: 15px;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bdbdbd;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #bdbdbd;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #bdbdbd;
}
.mc4wp-form .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #bdbdbd;
}
.mc4wp-form .mc4wp-form-fields button {
  color: #bdbdbd;
  background: transparent;
  border: none;
  outline: none;
  font-size: 40px;
  position: absolute;
  right: 0;
  top: 8px;
}
.mc4wp-form .mc4wp-form-fields button.type2 {
  DISPLAY: NONE;
}
@media (min-width: 1200px) {
  .col-lg-25 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-25 {
    width: 20%;
    float: left;
  }
}
.nxl_pagination_blogs {
  margin-top: 10px;
}
.nxl-pagination {
  text-align: center;
}
.nxl-pagination .nxl_pagi_inner {
  display: inline-block;
  border: 1px solid #444444;
  padding: 0px 55px;
  position: relative;
  height: 70px;
  line-height: 70px;
}
.nxl-pagination .nxl_pagi_inner > a {
  border: 1px solid #444444;
  height: 70px;
  top: -1px;
  width: 50px;
  position: absolute;
  font-size: 12px;
  color: #444444;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl-pagination .nxl_pagi_inner > a:hover {
  background-color: #444444;
  color: #ffffff;
}
.nxl-pagination .nxl_pagi_inner > a.next {
  right: -50px;
}
.nxl-pagination .nxl_pagi_inner > a.prev {
  left: -50px;
}
.nxl-pagination .nxl_pagi_inner ul {
  padding: 0;
}
.nxl-pagination .nxl_pagi_inner ul li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  list-style: none;
}
.nxl-pagination .nxl_pagi_inner ul li:after {
  display: inline-block;
  content: "";
  background-color: #333333;
  width: 2px;
  height: 2px;
  margin: 0 20px;
}
.nxl-pagination .nxl_pagi_inner ul li:last-child:after {
  display: none;
}
.nxl-pagination .nxl_pagi_inner ul li span:not(.fa),
.nxl-pagination .nxl_pagi_inner ul li a {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  font-family: Open Sans;
}
.nxl-pagination .nxl_pagi_inner ul li span:not(.fa).current,
.nxl-pagination .nxl_pagi_inner ul li a.current {
  color: #0f70b7;
}
/** 404 Page **/
.error-404 .page-content-error {
  margin-top: 100px;
  margin-bottom: 120px;
  max-width: 700px;
}
.error-404 .page-content-error .icon_404 {
  line-height: 200px;
}
.error-404 .page-content-error p {
  margin-bottom: 50px;
  margin-top: 30px;
  text-align: center;
}
.error-404 .icon_404 {
  display: block;
  margin: 0 auto;
  color: #e3e7e7;
  font-size: 160px;
  text-align: center;
}
.error-404 .search-form {
  border-bottom: 5px solid #f0f0f0;
  text-align: center;
  position: relative;
  padding: 0 10%;
  padding-bottom: 15px;
}
.error-404 .search-form .search-submit {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.error-404 .search-form .search-field {
  width: 90%;
  border: 0;
  outline: 0;
  padding-left: 50px;
  display: inline-block;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content > div {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content > div {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content > div {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-wrap,
.mfp-bg {
  z-index: 99999;
}
.nxl_close_search {
  position: absolute;
  top: -50px;
  left: 49%;
  color: #ffffff;
  font-size: 30px !important;
  cursor: pointer;
  font-size: 35px !important;
}
#nxl_search_popup .mfp-close {
  display: none;
}
#nxl_search_popup .nxl_search_popup_inner form {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}
#nxl_search_popup .nxl_search_popup_inner form .search-submit {
  position: absolute;
  right: 0;
  width: 70px;
  background: #000000;
  border: none;
  color: #ffffff;
  font-size: 20px;
  outline: none;
  height: 70px;
}
#nxl_search_popup .nxl_search_popup_inner form .search-field {
  border: none;
  width: calc(100% - 70px);
  outline: none;
  font-size: 18px;
  padding: 0 15px;
  height: 70px;
  background: #ffffff;
}
#nxl_search_popup .nxl_search_popup_inner form .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
#nxl_search_popup .nxl_search_popup_inner form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
#nxl_search_popup .nxl_search_popup_inner form .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
#nxl_search_popup .nxl_search_popup_inner form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.no_vc_composer {
  padding-top: 100px;
}
.no_vc_composer .wp-block-separator {
  margin: 1.65em 0;
}
.no_vc_composer ul:not(.wp-block-gallery),
.no_vc_composer ol {
  margin: 0;
  padding-left: 1.9rem;
  margin-bottom: 32px;
}
.no_vc_composer ul {
  list-style-type: disc;
}
.no_vc_composer ol {
  list-style-type: decimal;
}
.no_vc_composer ul ul ul {
  list-style-type: circle;
}
.no_vc_composer ul ul,
.no_vc_composer ol ol {
  padding-left: 2.5rem;
}
.no_vc_composer li > ul,
.no_vc_composer li > ol {
  margin-bottom: 0;
}
.no_vc_composer dd {
  margin: 0 1.5em 1.5em;
}
.no_vc_composer dt {
  font-weight: 700;
}
.no_vc_composer .entry-title {
  color: #333333;
  margin-bottom: 30px;
  font-family: Open Sans;
  font-size: 45px;
  font-weight: 600;
}
.no_vc_composer .no_vc_composer_blog .entry-title {
  margin-bottom: 60px;
}
.no_vc_composer p {
  margin: 32px 0;
}
.no_vc_composer .wp-block-quote cite {
  color: #6c7781;
}
.no_vc_composer .wp-block-embed {
  margin-bottom: 1.5em;
}
.no_vc_composer li {
  margin-bottom: 7px;
}
.no_vc_composer .wp-block-image figcaption {
  margin-top: 1em;
}
.no_vc_composer .wp-block-table td,
.no_vc_composer .wp-block-table th {
  border: 0;
}
.no_vc_composer .wp-block-quote.is-style-large cite,
.no_vc_composer .wp-block-quote.is-style-large footer,
.no_vc_composer .wp-block-quote.is-large cite,
.no_vc_composer .wp-block-quote.is-large footer {
  font-size: 14px;
}
.no_vc_composer blockquote {
  border-left: 0;
}
.no_vc_composer .wp-block-preformatted {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.no_vc_composer pre.wp-block-verse {
  white-space: nowrap;
  overflow: auto;
  display: block;
  padding: 9.5px;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: inherit;
}
.no_vc_composer .wp-block-button__link {
  padding: 15px 24px;
}
.no_vc_composer .wp-block-column p {
  margin: 0;
}
.no_vc_composer .wp-block-column {
  margin-bottom: 0;
}
.no_vc_composer .wp-block-table td,
.no_vc_composer .wp-block-table th {
  padding: 1.2em 0;
}
.no_vc_composer .wp-block-cover.alignfull,
.no_vc_composer .wp-block-gallery.alignfull {
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;
}
.no_vc_composer .alignfull {
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;
}
.no_vc_composer .wp-block-quote:not(.is-large):not(.is-style-large) {
  padding-left: 20px;
  border-left: 4px solid #000;
}
.no_vc_composer .wp-block-latest-posts {
  margin-bottom: 32px;
}
.no_vc_composer .wp-block-cover.alignright {
  margin-bottom: 50px;
}
.no_vc_composer blockquote p:last-child {
  margin-top: 0;
}
.no_vc_composer .wp-block-image {
  margin-bottom: 1.9em;
}
.no_vc_composer .wp-block-gallery {
  margin-top: 32px;
  margin-bottom: 32px;
}
.no_vc_composer .wp-block-image.alignfull {
  max-width: 100vw;
  width: 100vw;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 38px;
}
.no_vc_composer .alignwide {
  max-width: calc(100% + 100px);
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
}
.no_vc_composer .wp-block-cover-image.has-background-dim:before,
.no_vc_composer .wp-block-cover.has-background-dim:before {
  z-index: 0;
}
.no_vc_composer .wp-block-latest-posts {
  padding-left: 2.5em;
}
.no_vc_composer .wp-block-quote.is-style-large,
.no_vc_composer .wp-block-quote.is-large {
  border: 0;
}
.no_vc_composer .wp-block-button {
  margin-bottom: 3em !important;
}
.no_vc_composer .wp-block-archives li,
.no_vc_composer .wp-block-categories li {
  list-style: none;
}
/** Custom vc row **/
@media (min-width: 768px) {
  .vc_row .container {
    padding: 0;
  }
}
.vc_row.vc_row-o-equal-height > div > .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_row.vc_row-o-equal-height.vc_row-o-content-top > div {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.vc_row.vc_row-o-equal-height.vc_row-o-content-bottom > div {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.vc_row.vc_row-o-equal-height.vc_row-o-content-bottom > div > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_row.vc_row-o-equal-height > div {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc_row.vc_row-o-equal-height > div:before,
.vc_row.vc_row-o-equal-height > div:after {
  display: none;
}
.vc_row.vc_row-o-equal-height > div > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nxl_text_custom {
  -webkit-transform: translate(80px, 70px) rotate(-90deg);
  -o-transform: translate(80px, 70px) rotate(-90deg);
  -ms-transform: translate(80px, 70px) rotate(-90deg);
  -moz-transform: translate(80px, 70px) rotate(-90deg);
  transform: translate(80px, 70px) rotate(-90deg);
  height: 90px;
  min-width: 430px;
  transform-origin: 0 50%;
}
.nxl_text_custom h4 {
  font-size: 42px;
  font-family: Open Sans;
  color: #333333;
  font-weight: bold;
}
.nxl_text_custom p {
  font-size: 20px;
}
.custom_row_service_box > div {
  margin: 0 -30px;
}
.nxl_background_attachment_fixed {
  background-attachment: fixed;
}
.list_check {
  padding: 0;
  list-style-type: none;
}
.list_check li {
  margin-bottom: 5px;
}
.list_check li i {
  margin-right: 17px;
  display: inline-block;
  vertical-align: middle;
}
.list_check_2 {
  padding: 0;
  list-style-type: none;
}
.list_check_2 li {
  margin-bottom: 6px;
}
.list_check_2 li i {
  margin-right: 17px;
  font-size: 11px;
}
/** Custom vc pe chart **/
.vc_pie_chart .wpb_heading {
  font-size: 18px;
  font-weight: 500;
  margin-top: 16px;
}
.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back {
  border: 13px solid #bfbebe !important;
}
.vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
  font-size: 24px;
  font-weight: 600;
  font-family: Open Sans;
}
.nxl_html_home3 > div {
  font-size: 18px;
  font-family: Open Sans;
  color: #444444;
  margin-bottom: 10px;
}
.nxl_html_home3 > div:last-child {
  margin-bottom: 0;
}
.nxl_html_home3 > div span:first-child {
  font-weight: bold;
  margin-right: 1px;
  width: 126px;
  display: inline-block;
}
.nxl_html_home3 > div span:last-child {
  display: inline-block;
  width: calc(100% - 135px);
  vertical-align: top;
  line-height: 30px;
}
@media (min-width: 1570px) {
  body .video_bg_custom {
    background-position: top right !important;
    background-repeat-x: no-repeat !important;
  }
  body .video_bg_custom .custom_column_mr .vc_column-inner {
    -webkit-transform: translateX(20%);
    -o-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -moz-transform: translateX(20%);
    transform: translateX(20%);
  }
}
.custom_row_blow_slider {
  z-index: -1;
  position: relative;
}
.custom_row_boxshadow {
  box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -ms-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -o-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
}
@media (min-width: 768px) {
  .custom_coloum_width.vc_col-sm-7 {
    width: 56.5%;
  }
  .custom_coloum_width.vc_col-sm-5 {
    width: 43.5%;
  }
}
.margin_am .no-container {
  margin: 0 -3.2%;
}
.overflow_visible {
  overflow: visible !important;
}
.wpb_gallery .wpb_image_grid .wpb_image_grid_ul {
  margin: 0 -7.5px;
}
.wpb_gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  padding: 0 7.5px;
}
.wpb_single_image .wpb_singleimage_heading {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 18px;
}
.wpb_single_image .wpb_singleimage_heading:before {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 62px;
  background-color: #606060;
  content: "";
  margin-right: 21px;
}
.wpb_single_image .wpb_singleimage_heading:after {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 62px;
  background-color: #606060;
  content: "";
  margin-left: 21px;
}
.nxl_address {
  background-color: #f6f9f9;
  padding: 20% 14%;
  min-height: 307px;
}
.nxl_address span {
  color: #333333;
  font-size: 50px;
}
.nxl_address h3 {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 17px;
}
.nxl_address p {
  font-size: 16px;
  color: #333333;
  margin-bottom: -4px;
}
@media (max-width: 767px) {
  body .padding_0 {
    padding: 0px !important;
  }
  body .padding_50 {
    padding-bottom: 60px !important;
  }
  body .mr_45 {
    margin-bottom: 45px !important;
  }
  body .padding_15m {
    padding: 0px 15px !important;
  }
  body .padding_15m2 .vc_column-inner {
    padding: 0px 15px !important;
  }
  body .padding_04 .vc_column-inner {
    padding: 0px !important;
  }
  .textleft {
    text-align: left !important;
  }
  body .padding_02m .vc_column-inner {
    padding: 0px 45px !important;
  }
  .wpb_single_image .wpb_singleimage_heading:before,
  .wpb_single_image .wpb_singleimage_heading:after {
    display: none;
  }
}
@media (max-width: 1500px) {
  body .padding_1500 .vc_column-inner {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}
@media (max-width: 991px) {
  body .font_size_30 {
    font-size: 27px !important;
  }
  .nxl_html_home3 > div span:first-child {
    display: block;
    width: 100%;
  }
  .nxl_html_home3 > div span:last-child {
    width: 100%;
  }
  body .padding_05 .vc_column-inner {
    padding: 0px 15px !important;
  }
  body .padding_06 .vc_column-inner {
    padding: 0px !important;
  }
  body .marign_0 .vc_column-inner {
    margin: 0 !important;
  }
}
@media (max-width: 1199px) {
  body .padding_02 .vc_column-inner {
    padding: 0px 15px !important;
  }
  .margin_am .no-container {
    margin: 0;
  }
  body .padding_03 {
    padding: 0px !important;
  }
  .custom_mega .nxl_menu .nxl_nav > li.menu-item-position-center .mega_menu {
    left: -59%;
  }
}
/* loading */
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: #fff;
}
.loader.loaded {
  opacity: 0;
  visibility: hidden;
  position: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.loader .loading_logo {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0;
  margin-top: -30px;
  text-transform: uppercase;
  color: #676a6a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 6px;
}
.loader .loading_logo img {
  display: block;
  margin: 0 auto;
  max-width: 80px;
}
.loader .loading_logo .animation_loading_js {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 60px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
.loader .loading_logo .animation_loading_js:before {
  content: '';
  display: inline-block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -65px 0 0 -65px;
  border-top: 3px solid transparent;
  border-right: 3px solid #0f70b7;
  border-bottom: 3px solid transparent;
  border-left: 3px solid transparent;
  border-radius: 50em;
  -webkit-animation: rotate360 1s linear both infinite;
  animation: rotate360 1s linear both infinite;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.nxl_html_top {
  font-size: 14px;
}
.nxl_html_top > span:first-child:after {
  width: 1px;
  height: 10px;
  background-color: #c1c1c1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 35px;
  content: "";
}
.nxl_html_top > span span {
  color: #0f70b7;
  margin-right: 4px;
}
#nxl_header {
  z-index: 9999 !important;
}
#nxl_header .nxl_header_mobile > p {
  margin: 0;
}
#nxl_header .nxl_header_inner > p {
  margin: 0;
}
#nxl_header .nxl_header_inner {
  z-index: 9999 !important;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
#nxl_header .nxl_header_mobile {
  display: none;
}
.nxl_header_sticky {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 99 !important;
  position: fixed;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  top: 0;
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  -ms-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;
}
.nxl_header_sticky.stick {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
.nxl_header_sticky_offset {
  z-index: 99 !important;
  margin: 0 !important;
}
.is-sticky .nxl_header_sticky_offset {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.nxl_menu {
  /** menu layout 1 **/
  /** end menu layout 1 **/
  /** menu layout 2 **/
  /** end menu layout 2 **/
  /** menu layout 2 **/
  /** end menu layout 2 **/
}
.nxl_menu.nav_menu_default.layout1 .nxl_nav > li > a {
  padding: 25px 18.5px;
  font-size: 15px;
}
.nxl_menu.layout1 .nxl_nav {
  width: 100%;
  position: relative;
  display: inline-block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.nxl_menu.layout1 .nxl_nav > li {
  border-top: 1px dashed #b5b5b5;
  border-right: 1px dashed #b5b5b5;
  border-bottom: 1px dashed #b5b5b5;
}
.nxl_menu.layout1 .nxl_nav > li > a {
  padding: 21px 35.5px;
}
.nxl_menu.layout1 .nxl_nav > li:first-child {
  border-left: 1px dashed #b5b5b5;
}
.nxl_menu.layout2 .nxl_nav {
  width: 100%;
  position: relative;
  display: inline-block;
  align-items: center;
}
.nxl_menu.layout2 .nxl_nav > li > a {
  padding: 23px 16.5px;
}
.nxl_menu.layout3 .nxl_nav {
  width: 100%;
  position: relative;
  display: inline-block;
  align-items: center;
}
.nxl_menu.layout3 .nxl_nav > li {
  border-left: 1px solid #eaeaea;
}
.nxl_menu.layout3 .nxl_nav > li > a {
  padding: 23px 30px;
}
.nxl_menu.text-left .nxl_nav {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nxl_menu.text-center .nxl_nav {
  -ms-flex-pack: center;
  justify-content: center;
}
.nxl_menu.text-right .nxl_nav {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.nxl_menu .nxl_nav {
  padding: 0;
}
.nxl_menu .nxl_nav li {
  list-style-type: none;
}
.nxl_menu .nxl_nav li a {
  display: block;
}
.nxl_menu .nxl_nav > li {
  display: inline-block;
  position: relative;
}
.nxl_menu .nxl_nav > li > a {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.nxl_menu .nxl_nav > li.menu-item-design-mega_menu_full_width {
  position: static;
}
.nxl_menu .nxl_nav > li.menu-item-position-center .mega_menu {
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.nxl_menu .nxl_nav > li.menu-item-position-right .mega_menu {
  right: 0;
}
.nxl_menu .nxl_nav > li .mega_menu {
  position: absolute;
  visibility: hidden;
  z-index: 999;
}
.nxl_menu .nxl_nav > li .mega_menu .megasub {
  min-width: 220px;
  left: 0;
  top: 100%;
  padding: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transform: translateY(15px);
  pointer-events: none;
  z-index: 1;
  text-align: left;
}
.nxl_menu .nxl_nav > li .mega_menu .megasub:before {
  background-color: #ffffff;
  position: absolute;
  top: 104px;
  right: -5px;
  content: "";
  width: calc(100% - 54px);
  height: calc(100% - 99px);
  z-index: -2;
}
.nxl_menu .nxl_nav > li .mega_menu .container {
  width: 100%;
}
.nxl_menu .nxl_nav > li .mega_menu .vc_row {
  margin: 0;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul {
  padding: 0;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li {
  margin-bottom: 20px;
  position: relative;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:last-child {
  margin-bottom: 0;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:last-child:before {
  display: none;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:before {
  content: "";
  background-color: #ffffff;
  width: 22px;
  height: 1px;
  bottom: -12px;
  left: 0;
  position: absolute;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li a {
  color: #ffffff;
  font-size: 14px;
  font-family: Open Sans;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:hover a {
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
}
.nxl_menu .nxl_nav > li .mega_menu_full_width {
  position: absolute;
  min-width: 220px;
  left: -88px;
  top: 100%;
  padding: 0;
  width: calc(100% + 176px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transform: translateY(15px);
  pointer-events: none;
  z-index: 1;
  text-align: left;
}
.nxl_menu .nxl_nav > li .mega_menu_full_width .container {
  width: 100%;
}
.nxl_menu .nxl_nav > li .mega_menu_full_width .vc_row {
  margin: 0;
}
.nxl_menu .nxl_nav > li .mega_menu_full_width:before {
  background-color: #ffffff;
  position: absolute;
  top: 104px;
  right: -5px;
  content: "";
  width: calc(100% - 54px);
  height: calc(100% - 99px);
  z-index: -2;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul {
  padding: 0;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li {
  margin-bottom: 20px;
  position: relative;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:last-child {
  margin-bottom: 0;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:last-child:before {
  display: none;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:before {
  content: "";
  background-color: #ffffff;
  width: 22px;
  height: 1px;
  bottom: -12px;
  left: 0;
  position: absolute;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li a {
  color: #ffffff;
  font-size: 14px;
  font-family: Open Sans;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.nxl_menu .nxl_nav > li .nxl_text_list ul li:hover a {
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: translateX(5px);
  transform: translateX(5px);
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu {
  position: absolute;
  min-width: 220px;
  left: 0;
  top: 100%;
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #0f70b7;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu:before {
  background-color: #ffffff;
  position: absolute;
  top: 60px;
  right: -5px;
  content: "";
  width: calc(100% - 54px);
  height: calc(100% - 54px);
  z-index: -2;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0f70b7;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li.menu-item-has-children:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  right: 26px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li a {
  padding: 12px 40px 12px 25px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 100%;
  background-color: #ffffff;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li:hover {
  background: rgba(0, 0, 0, 0.3);
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li:hover:before {
  width: 6px;
  opacity: 1;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li:hover > a {
  -webkit-transform: translateX(15px);
  -o-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -moz-transform: translateX(15px);
  transform: translateX(15px);
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu li:hover > a:after {
  -webkit-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  transform: translateX(-15px);
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu .sub-menu {
  position: absolute;
  min-width: 220px;
  top: 0;
  left: calc(100% + 5px);
  padding: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #0f70b7;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu .sub-menu:before {
  background-color: #ffffff;
  position: absolute;
  top: 60px;
  right: -5px;
  content: "";
  width: calc(100% - 54px);
  height: calc(100% - 54px);
  z-index: -2;
}
.nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu .sub-menu:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0f70b7;
}
.nxl_menu .nxl_nav > li .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transform: translateY(15px);
  pointer-events: none;
  z-index: 1;
  text-align: left;
}
.nxl_menu .nxl_nav > li .sub-menu li.menu-item-has-children .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translateX(15px);
  -o-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -moz-transform: translateX(15px);
  transform: translateX(15px);
  pointer-events: none;
  z-index: 1;
}
.nxl_menu .nxl_nav > li .sub-menu li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  pointer-events: auto;
}
.nxl_menu .nxl_nav > li:hover .mega_menu {
  visibility: visible;
}
.nxl_menu .nxl_nav > li:hover .mega_menu .megasub,
.nxl_menu .nxl_nav > li:hover .mega_menu_full_width,
.nxl_menu .nxl_nav > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  pointer-events: auto;
}
/** Header 1 **/
.nxl_header_1 .nxl_header_mobile .nxl_account {
  margin: 0 -2px;
}
.nxl_header_1 .nxl_header_mobile .nxl_account > div {
  margin: 0 2px;
}
.nxl_header_1 .nxl_header_mobile .nxl_account > div a > ins {
  font-size: 13px;
  margin-left: 5px;
}
.nxl_header_1 .nxl_header_inner .nxl_account {
  margin: 0 -15px;
}
.nxl_header_1 .nxl_header_inner .nxl_account > div {
  margin: 0 15px;
  font-size: 14px;
}
.nxl_header_1 .nxl_header_inner .nxl_account > div > a {
  color: #444444;
}
.nxl_header_1 .nxl_header_inner .nxl_account > div > a > span {
  margin-right: 2px;
}
/** Header 2 **/
.nxl_header_2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.nxl_header_2 .nxl_header_mobile .nxl_account {
  margin: 0 -5px;
}
.nxl_header_2 .nxl_header_mobile .nxl_account > div {
  margin: 0 5px;
}
.nxl_header_2 .nxl_header_mobile .nxl_account > div.nxt_account_mini > a {
  width: auto;
  height: auto;
  line-height: initial;
  border: none;
}
.nxl_header_2 .is-sticky .nxl_header_inner {
  background-color: #000000;
}
.nxl_header_2 .nxl_account {
  margin: 0 -30px;
}
.nxl_header_2 .nxl_account > div {
  margin: 0 30px;
  font-size: 14px;
}
.nxl_header_2 .nxl_account > div.nxt_search_mini > a > span {
  font-size: 15px;
}
.nxl_header_2 .nxl_account > div.nxt_account_mini > a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 1px solid #ffffff;
  display: block;
}
.nxl_header_2 .nxl_account > div.nxt_account_mini > a > span {
  font-size: 16px;
}
.nxl_header_2 .nxl_account > div > a {
  color: #444444;
}
.nxl_header_2 .nxl_account > div > a > span {
  margin-right: 2px;
  color: #ffffff;
}
/** End Header 2 **/
/** Header 3 **/
.nxl_header_3 .nxl_header_mobile .nxl_account {
  margin: 0 -2px;
}
.nxl_header_3 .nxl_header_mobile .nxl_account > div {
  margin: 0 2px;
}
.nxl_header_3 .nxl_header_mobile .nxl_account > div a > ins {
  font-size: 13px;
  margin-left: 5px;
}
.nxl_header_3 .vc_row[data-vc-full-width] {
  overflow: unset;
}
.nxl_header_3 .vc_row[data-vc-full-width] .vc_column_container {
  min-height: 0;
}
/** End Header 3 **/
/** Header 4 **/
.nxl_header_4 .nxl_header_mobile .nxl_account > div {
  width: 50px;
  line-height: 50px;
}
.nxl_header_4 .nxl_account > div {
  width: 80px;
  background: #f5f5f5;
  text-align: center;
  line-height: 75px;
}
.nxl_header_4 .nxl_account > div a {
  display: block;
}
.nxl_header_4 .nxl_account > div a > span {
  color: #333333;
}
/** End Header 4 **/
.nxl_header_6 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.nxl_header_6 .is-sticky .nxl_header_inner {
  background-color: #000000;
}
.nxl_header_6 .nxl_account > div.nxt_account_mini {
  border: 1px solid #999999;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin-right: 5px;
}
.nxl_header_6 .nxl_account > div.nxt_account_mini > a {
  display: block;
}
.nxl_header_6 .nxl_account > div.nxt_search_mini {
  margin-right: 25px;
}
.nxl_header_6 .nxl_account > div.nxt_cart_mini {
  border: 1px solid;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.nxl_header_6 .nxl_account > div.nxt_cart_mini > a > span {
  font-size: 19px;
}
.nxl_header_6 .nxl_account > div > a > span {
  color: #ffffff;
  font-size: 15px;
}
/** End Header 6 **/
.nxl_header_7 .nxl_account > div.nxt_account_mini {
  border: 1px solid #999999;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  margin-right: 5px;
  margin-left: 25px;
}
.nxl_header_7 .nxl_account > div.nxt_account_mini > a {
  display: block;
}
.nxl_header_7 .nxl_account > div.nxt_cart_mini {
  border: 1px soli;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
}
.nxl_header_7 .nxl_account > div.nxt_cart_mini > a > span {
  font-size: 19px;
  color: #ffffff;
}
.nxl_header_7 .nxl_account > div > a > span {
  color: #000000;
  font-size: 15px;
}
/** End Header 6 **/
.nxl_header_5 .nxl_header_mobile .nxl_account {
  margin: 0 -5px;
}
.nxl_header_5 .nxl_header_mobile .nxl_account > div {
  margin: 0 5px;
}
/** End Header 5 **/
/** End Header 7 **/
.nxl_header_7 .nxl_html_header7 {
  text-align: right;
}
.nxl_header_7 .nxl_html_header7 .nxl_menu.layout2 .nxl_nav > li > a {
  padding: 23px 21.5px;
}
.nxl_header_7 .nxl_html_header7 .call_7 {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 65px;
  padding-bottom: 10px;
}
.nxl_header_7 .nxl_html_header7 .call_7 i {
  font-size: 14px;
  margin-right: 1px;
  display: inline-block;
}
.nxl_header_7 .nxl_html_header7 .call_7 span {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.2px;
  font-family: Open Sans;
}
.nxl_header_7 .nxl_html_header7 .call_7 h4 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  font-family: Open Sans;
  letter-spacing: 1px;
  margin-top: 8px;
  margin-bottom: 0;
}
.nxl_header_7 .nxl_html_header7 .nxl_social {
  display: inline-block;
  vertical-align: middle;
}
.nxl_header_7 .nxl_html_header7 .nxl_social ul li {
  margin: 0;
}
.nxl_header_7 .nxl_html_header7 .nxl_social ul li a {
  color: #ffffff;
  font-size: 14px;
}
.nxl_header_7 .nxl_html_header7 .nxl_social ul li.facebook a {
  border-color: #3b5998;
  background-color: #3b5998;
}
.nxl_header_7 .nxl_html_header7 .nxl_social ul li.google a {
  border-color: #d92f2f;
  background-color: #d92f2f;
}
.nxl_header_7 .nxl_html_header7 .nxl_social ul li.twitter a {
  border-color: #55acee;
  background-color: #55acee;
}
/** End Header 7 **/
.nxl_logo.text-center .nxl_logo_svg {
  margin: 0 auto;
}
.nxl_logo.text-right .nxl_logo_svg {
  margin: 0 0 0 auto;
}
.nxl_logo .nxl_logo_svg {
  max-width: 185px;
  display: block;
}
.nxl_logo .nxl_logo_svg img {
  width: 100%;
}
.nxl_mobile_nav {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 270px;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  left: 0;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: transform .25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform .25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nxl_mobile_nav ul {
  float: none;
  list-style-type: none;
  width: 100% !important;
  margin: 0;
  padding: 0;
}
.nxl_mobile_nav ul li {
  float: none;
  width: 100% !important;
  position: relative;
}
.nxl_mobile_nav ul li.active > .icon-sub-menu {
  background-color: #0f70b7;
  color: #ffffff;
}
.nxl_mobile_nav ul li.active > .icon-sub-menu:before {
  -webkit-transform: rotate(0deg) !important;
  -o-transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -moz-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}
.nxl_mobile_nav ul li.active > a {
  background-color: #eee;
}
.nxl_mobile_nav ul li .icon-sub-menu {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  color: #333333;
  border-left: 1px solid rgba(129, 129, 129, 0.2);
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.nxl_mobile_nav ul li .icon-sub-menu:before {
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  display: block;
}
.nxl_mobile_nav ul li > a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  min-height: 50px;
  line-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  font-family: Open Sans;
}
.nxl_mobile_nav ul li.title-hidden .title-hidden > a {
  display: none !important;
}
.nxl_mobile_nav > ul > li {
  padding: 0;
  list-style: none;
  display: block;
  margin: 0;
  position: relative;
  text-align: left;
}
.nxl_mobile_nav > ul > li > .sub-menu {
  background: none !important;
  padding: 0 !important;
}
.nxl_mobile_nav > ul > li > .mega-menu,
.nxl_mobile_nav > ul > li > .sub-menu {
  display: none;
}
.nxl_mobile_nav > ul > li > .mega-menu > .sub-menu,
.nxl_mobile_nav > ul > li > .sub-menu > .sub-menu {
  display: block !important;
}
.nxl_mobile_nav > ul > li > .mega-menu .sub-menu,
.nxl_mobile_nav > ul > li > .sub-menu .sub-menu {
  display: none;
  background: none !important;
  padding: 0 !important;
}
.nxl_mobile_nav > ul > li .sub-menu li.menu-item > a {
  padding-left: 30px;
  color: #666666;
}
.open-mobile-menu .nxl_mobile_nav {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
@media (max-width: 1700px) {
  body .nxl_menu_vertical {
    top: 10px;
    right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nxl_menu.layout1 .nxl_nav > li > a {
    padding: 17px 22.5px;
  }
}
@media (max-width: 991px) {
  #nxl_header .nxl_header_inner {
    display: none;
  }
  #nxl_header .nxl_header_mobile {
    display: block;
  }
}
@media (max-width: 1199px) {
  .nxl_menu.layout3 .nxl_nav > li > a {
    padding: 23px 25px;
  }
  .nxl_header_6 .nxl_menu.layout2 .nxl_nav > li > a {
    padding: 23px 8.5px;
  }
  .nxl_header_6 .nxl_account > div.nxt_search_mini {
    margin-right: 10px;
  }
  .nxl_header_6 .nxl_account > div.nxt_account_mini {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .nxl_header_6 .nxl_account > div.nxt_cart_mini {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .nxl_header_7 .nxl_account > div.nxt_account_mini {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
  }
  .nxl_header_7 .nxl_account > div.nxt_cart_mini {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1350px) {
  .nxl_menu_default .nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu .sub-menu {
    right: calc(100% + 0px);
    left: auto;
  }
  .nxl_menu_default .nxl_menu .nxl_nav > li.menu-item-design-standard .sub-menu .sub-menu:before {
    height: 100%;
    top: 5px;
    right: -6px;
  }
}
.nxl_html_footer > div {
  font-size: 15px;
  font-family: Open Sans;
  color: #444444;
  margin-bottom: 14px;
}
.nxl_html_footer > div:last-child {
  margin-bottom: 0;
}
.nxl_html_footer > div span {
  font-weight: bold;
  margin-right: 1px;
}
.nxl_html_footer_2 {
  font-family: Open Sans;
  color: #333333;
  letter-spacing: 0.1px;
}
.nxl_html_footer_2 span {
  font-weight: 500;
  margin-right: 6px;
}
#nxl_footer .nxl_footer_emtry {
  background-color: #f6f9f9;
  text-align: center;
  padding: 100px 0;
}
#nxl_footer > p {
  display: none;
}
#nxl_footer.nxl_footer_2 .nxl_text_list .nxl_text_list_inner {
  padding: 0;
  margin: 0 -16px;
}
#nxl_footer.nxl_footer_2 .nxl_text_list .nxl_text_list_inner li {
  display: inline-block;
  margin: 0 16px;
}
#nxl_footer.nxl_footer_2 .nxl_text_list .nxl_text_list_inner li a {
  color: #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  font-family: Open Sans;
  font-size: 15px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
#nxl_footer.nxl_footer_3 .nxl_text_list ul {
  padding: 0;
}
#nxl_footer.nxl_footer_3 .nxl_text_list ul li {
  margin-bottom: 5px;
}
#nxl_footer.nxl_footer_3 .nxl_text_list ul li a {
  font-size: 16px;
}
#nxl_footer.nxl_footer_3 .nxl_social {
  text-align: right;
}
#nxl_footer.nxl_footer_3 .nxl_social ul {
  margin: 0;
}
#nxl_footer.nxl_footer_3 .nxl_social ul li {
  margin: 0;
}
#nxl_footer.nxl_footer_3 .mc4wp-form {
  border: none;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields input[type="email"] {
  border: none;
  background-color: #ffffff;
  font-size: 14px;
  height: 70px;
  padding: 0 38px;
  font-family: Open Sans;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666666;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #666666;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields button.type1 {
  display: none;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields button.type2 {
  display: block;
  color: #ffffff;
  width: 132px;
  height: 70px;
  line-height: 70px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  top: 0;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
#nxl_footer.nxl_footer_3 .mc4wp-form .mc4wp-form-fields button.type2:hover {
  background-color: #333333;
}
@media (max-width: 767px) {
  #nxl_footer.nxl_footer_3 .nxl_social {
    text-align: left;
  }
}
/** Start Less Shortcode **/
.nxl_account > div {
  display: inline-block;
  vertical-align: middle;
}
.nxl_account > div.nxt_search_mini a:after {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #666666;
  border-color: #666666 #666666 #666666 transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  -o-animation: lds-dual-ring 1.2s linear infinite;
  -ms-animation: lds-dual-ring 1.2s linear infinite;
  -moz-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: -4px;
  left: -10px;
  opacity: 0;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_account > div.nxt_search_mini a.loading:after {
  opacity: 1;
}
.nxl_account > div.nxt_search_mini a.loading span {
  opacity: 0;
}
.nxl_account > div a {
  position: relative;
  display: block;
}
.nxl_account > div a .bouwer-menu-cart-count {
  color: #ffffff;
  position: absolute;
  top: -7px;
  right: -9px;
  background-color: #000000;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px !important;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.nxl_account > div a > span {
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_account > div a > ins {
  text-decoration: none;
}
.nxl_projects_slider {
  /** End Layout 1 **/
  /** End Layout 2 **/
}
.nxl_projects_slider.layout1 .nxl_bg_image_project_slider {
  height: 790px;
  background-position: center;
  background-size: cover;
  position: relative;
}
.nxl_projects_slider.layout1.nxl_has_icon .nxl_projects_slider_inner {
  padding-left: 90px;
}
.nxl_projects_slider.layout1 .nxl_projects_item.slick-current .nxl_projects_cat {
  animation: fadeInLeft 0.5s both;
  animation-delay: 0.8s;
}
.nxl_projects_slider.layout1 .nxl_projects_item.slick-current .nxl_projects_title {
  animation: fadeInLeft 1.2s both;
  animation-delay: 0.6s;
}
.nxl_projects_slider.layout1 .nxl_projects_item.slick-current .nxl_projects_read_post {
  animation: fadeInLeft 1.6s both;
  animation-delay: 0.8s;
}
.nxl_projects_slider.layout1 .nxl_projects_item:nth-child(2) .nxl_projects_content {
  padding-top: 1px;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 40%;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_title {
  margin-bottom: 65px;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 {
  margin: 0;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 a {
  color: #ffffff;
  font-size: 65px;
  font-family: Open Sans;
  font-weight: bold;
  line-height: 75px;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  min-width: 210px;
  padding: 15px 10px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a span {
  position: relative;
  z-index: 1;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a:hover:before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_read_post a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_cat {
  font-family: Open Sans;
  margin-bottom: 30px;
}
.nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_cat a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.nxl_projects_slider.layout2.nxl_has_icon .nxl_projects_slider_inner {
  padding-left: 19.3%;
}
.nxl_projects_slider.layout2 .nxl_project_social .nxl_project_social_inner {
  top: 50%;
  width: 150px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nxl_projects_slider.layout2 .nxl_project_social .nxl_project_social_inner li a {
  color: #ffffff;
}
.nxl_projects_slider.layout2 .nxl_projects_nav {
  padding-left: 19.3%;
  text-align: left;
  padding-top: 0;
  padding-bottom: 103px;
  margin-top: -10px;
}
.nxl_projects_slider.layout2 .nxl_projects_nav .swiper-button-next,
.nxl_projects_slider.layout2 .nxl_projects_nav .swiper-button-prev {
  color: #ffffff;
}
.nxl_projects_slider.layout2 .nxl_projects_read_post a {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  min-width: 210px;
  padding: 15px 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  border: 1px solid #999999;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_slider.layout2 .nxl_projects_read_post a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.nxl_projects_slider.layout2 .nxl_projects_read_post a span {
  position: relative;
  z-index: 1;
}
.nxl_projects_slider.layout2 .nxl_projects_read_post a:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #999999;
}
.nxl_projects_slider.layout2 .nxl_projects_read_post a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_content .nxl_projects_title {
  margin-bottom: 28px;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 a {
  color: #ffffff;
  font-size: 40px;
  font-family: Open Sans;
  font-weight: 600;
  line-height: 52px;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_content .nxl_projects_description {
  color: #999999;
  margin-bottom: 37px;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_content .nxl_projects_cat {
  font-family: Open Sans;
  margin-bottom: 15px;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_content .nxl_projects_cat a {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_image {
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 1.5s all;
  -o-transition: 1.5s all;
  -ms-transition: 1.5s all;
  -moz-transition: 1.5s all;
  transition: 1.5s all;
}
.nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_image img {
  width: 100%;
}
.nxl_projects_slider.layout2 .nxl_projects_item.slick-current .nxl_projects_image {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}
.nxl_projects_slider .nxl_projects_item {
  position: relative;
}
.nxl_projects_slider .nxl_projects_item .has_overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
}
.nxl_projects_slider .nxl_project_social .nxl_project_text {
  transform-origin: 0 50%;
  height: 90px;
  line-height: 90px;
  min-width: 100px;
  -webkit-transform: translateX(45px) rotate(-90deg);
  -o-transform: translateX(45px) rotate(-90deg);
  -ms-transform: translateX(45px) rotate(-90deg);
  -moz-transform: translateX(45px) rotate(-90deg);
  transform: translateX(45px) rotate(-90deg);
  display: inline-block;
  position: absolute;
  border: 0;
  bottom: 44px;
  overflow: hidden;
  font-size: 16px;
  color: #444444;
}
.nxl_projects_slider .nxl_project_social .nxl_project_text:before {
  width: 70px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-color: #444444;
  margin-right: 20px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_slider .nxl_project_social .nxl_project_social_inner {
  padding: 0;
  position: absolute;
  top: 0;
  text-align: center;
  width: 90px;
}
.nxl_projects_slider .nxl_project_social .nxl_project_social_inner li {
  margin-bottom: 6px;
  list-style-type: none;
}
.nxl_projects_slider .nxl_project_social .nxl_project_social_inner li a {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #454545;
  color: #888888;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_slider .nxl_project_social .nxl_project_social_inner li a:hover {
  background-color: #454545;
  color: #ffffff;
}
.nxl_projects_slider .nxl_projects_nav {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 31px;
}
.nxl_projects_slider .nxl_projects_nav > div {
  display: inline-block;
}
.nxl_projects_slider .nxl_projects_nav .nxl_projects_page {
  margin: 0 34px;
}
.nxl_projects_slider .nxl_projects_nav .nxl_projects_page a {
  color: #999999;
}
.nxl_projects_slider .nxl_projects_nav .swiper-button-prev,
.nxl_projects_slider .nxl_projects_nav .swiper-button-next {
  font-family: Open Sans;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.nxl_projects_slider .nxl_projects_nav .swiper-button-prev span,
.nxl_projects_slider .nxl_projects_nav .swiper-button-next span {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
.nxl_projects_slider .nxl_projects_nav .swiper-button-next span {
  margin-left: 10px;
}
.nxl_projects_slider .nxl_projects_nav .swiper-button-prev span {
  margin-right: 10px;
}
@media (max-width: 1300px) {
  .nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 a {
    font-size: 50px;
    line-height: 60px;
  }
  .nxl_projects_slider .nxl_project_social {
    display: none;
  }
  .nxl_projects_slider.layout1.nxl_has_icon .nxl_projects_slider_inner {
    padding: 0;
  }
  .nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content {
    max-width: 80%;
    left: 10%;
  }
  .nxl_projects_slider.layout2.nxl_has_icon .nxl_projects_slider_inner {
    padding: 0 15px;
  }
  .nxl_projects_slider.layout2 .nxl_projects_nav {
    padding-left: 15px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .nxl_projects_slider.layout1 .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 a {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .nxl_projects_slider.layout2 .nxl_projects_item .nxl_projects_image {
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .nxl_header_2 .nxl_header_inner .nxl_account {
    margin: 0 -15px;
  }
  .nxl_header_2 .nxl_header_inner .nxl_account > div {
    margin: 0 15px;
  }
  .nxl_menu.layout2 .nxl_nav > li > a {
    padding: 23px 10.5px;
  }
}
.nxl_tabs_about .nxl_nav {
  padding: 0;
  margin: 0;
  text-align: right;
  padding-right: 100px;
}
.nxl_tabs_about .nxl_nav > li {
  list-style-type: none;
  margin-bottom: 24px;
  position: relative;
}
.nxl_tabs_about .nxl_nav > li:last-child {
  margin-bottom: 0;
}
.nxl_tabs_about .nxl_nav > li:before {
  content: "";
  position: absolute;
  left: calc(100% + 15px);
  top: 44%;
  height: 2px;
  width: 0;
  background-color: #333333;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
  z-index: 1;
}
.nxl_tabs_about .nxl_nav > li a {
  color: #999999;
  font-size: 18px;
  font-family: Open Sans;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  position: relative;
  width: 100%;
  display: inline-block;
  letter-spacing: 0.3px;
}
.nxl_tabs_about .nxl_nav > li a:before {
  content: attr(data-title);
  font-weight: bold;
  color: #333333;
  position: absolute;
  opacity: 0;
  right: 0;
}
.nxl_tabs_about .nxl_nav > li.active:before {
  width: 85px;
}
.nxl_tabs_about .nxl_nav > li.active a span {
  opacity: 0;
}
.nxl_tabs_about .nxl_nav > li.active a:before {
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  opacity: 1;
}
.nxl_tabs_about .nxl_tab_content {
  padding: 0;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane {
  display: none;
  position: relative;
  margin-left: 53px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_image {
  position: relative;
  display: inline-block;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_image img {
  position: relative;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_image:before {
  width: 100%;
  height: 73%;
  bottom: -86px;
  left: -83px;
  content: "";
  background: -webkit-radial-gradient(#e9e9e9 1px, transparent 2px), -webkit-radial-gradient(#e9e9e9 1px, transparent 2px), transparent;
  background-position: 1px 1px, 1px 1px;
  background-size: 10px 10px;
  position: absolute;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content {
  position: absolute;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 40px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner {
  padding: 84px 4% 103px 17%;
  margin-top: 1px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner .nxl_about_top_heading {
  font-size: 20px;
  font-family: Open Sans;
  border-bottom: 1px solid;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 2.5px;
  margin-bottom: 0px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner .nxl_about_heading {
  color: #333333;
  font-family: Open Sans;
  font-size: 45px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 32px;
  line-height: 55px;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane.active {
  display: block;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane.active .nxl_image {
  -webkit-animation: fadeInRight 0.3s both;
  -o-animation: fadeInRight 0.3s both;
  -ms-animation: fadeInRight 0.3s both;
  -moz-animation: fadeInRight 0.3s both;
  animation: fadeInRight 0.3s both;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane.active .nxl_content .nxl_content_inner .nxl_about_top_heading {
  -webkit-animation: fadeInRight 0.4s both;
  -o-animation: fadeInRight 0.4s both;
  -ms-animation: fadeInRight 0.4s both;
  -moz-animation: fadeInRight 0.4s both;
  animation: fadeInRight 0.4s both;
  animation-delay: 0.2s;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane.active .nxl_content .nxl_content_inner .nxl_about_heading {
  -webkit-animation: fadeInRight 0.4s both;
  -o-animation: fadeInRight 0.4s both;
  -ms-animation: fadeInRight 0.4s both;
  -moz-animation: fadeInRight 0.4s both;
  animation: fadeInRight 0.4s both;
  animation-delay: 0.4s;
}
.nxl_tabs_about .nxl_tab_content .nxl_pane.active .nxl_content .nxl_content_inner .nxl_about_description {
  -webkit-animation: fadeInRight 0.4s both;
  -o-animation: fadeInRight 0.4s both;
  -ms-animation: fadeInRight 0.4s both;
  -moz-animation: fadeInRight 0.4s both;
  animation: fadeInRight 0.4s both;
  animation-delay: 0.6s;
}
@media (max-width: 1199px) {
  .nxl_tabs_about .nxl_nav > li a {
    font-size: 14px;
    line-height: 20px;
  }
  .nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner .nxl_about_heading {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .nxl_tabs_about .nxl_tab_content .nxl_pane {
    margin-left: 0;
  }
  .nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner {
    padding: 30px 4% 40px 10%;
  }
  .nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner .nxl_about_heading {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .nxl_tabs_about .nxl_tab_content .nxl_pane .nxl_content .nxl_content_inner .nxl_about_description {
    font-size: 14px;
  }
  .nxl_tabs_about .nxl_nav {
    padding: 0 15px;
    text-align: center;
    margin-bottom: 50px;
  }
  .nxl_tabs_about .nxl_nav li {
    margin-bottom: 0px;
    padding: 0 5px;
  }
  .nxl_tabs_about .nxl_nav li:before {
    display: none;
  }
  .nxl_tabs_about .nxl_nav li.active a {
    color: #333333;
  }
  .nxl_tabs_about .nxl_nav li a:before {
    display: none;
  }
  .nxl_tabs_about .nxl_nav li a span {
    opacity: 1 !important;
  }
}
.nxl_service_box {
  position: relative;
  overflow: hidden;
}
.nxl_service_box .nxl_service_box_description {
  color: #ffffff;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.nxl_service_box .nxl_service_box_heading {
  font-size: 30px;
  font-family: Open Sans;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.nxl_service_box .nxl_service_boxbutton {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
  min-width: 185px;
  padding: 13px 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.nxl_service_box .nxl_service_boxbutton:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nxl_service_box .nxl_service_boxbutton:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.nxl_service_box .nxl_service_boxbutton span {
  position: relative;
  z-index: 1;
}
.nxl_service_box .nxl_service_boxbutton:hover:before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.nxl_service_box .nxl_service_boxbutton:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.nxl_service_box.layout3 img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.nxl_service_box.layout3 .nxl_service_box_inner {
  padding-top: 25%;
  padding-left: 21%;
}
.nxl_service_box.layout3 .nxl_service_box_content {
  box-shadow: inset 0px 0px 0px 1px #111111;
  -ms-box-shadow: inset 0px 0px 0px 1px #111111;
  -moz-box-shadow: inset 0px 0px 0px 1px #111111;
  -o-box-shadow: inset 0px 0px 0px 1px #111111;
  -webkit-box-shadow: inset 0px 0px 0px 1px #111111;
  padding: 16% 17%;
  margin: 0 0 0 auto;
  max-width: 420px;
  background: #ffffff;
  z-index: 2;
  position: relative;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_service_box.layout3 .nxl_service_box_content:before,
.nxl_service_box.layout3 .nxl_service_box_content:after {
  content: "";
  position: absolute;
  border: 3px solid transparent;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nxl_service_box.layout3 .nxl_service_box_content:before {
  width: 0;
  height: 100%;
  border-left: 0;
  border-right: 0;
}
.nxl_service_box.layout3 .nxl_service_box_content:after {
  height: 0;
  width: 100%;
  border-top: 0;
  border-bottom: 0;
}
.nxl_service_box.layout3 .nxl_service_box_content:hover {
  box-shadow: inset 0px 0px 0px 1px transparent;
  -ms-box-shadow: inset 0px 0px 0px 1px transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px transparent;
  -o-box-shadow: inset 0px 0px 0px 1px transparent;
  -webkit-box-shadow: inset 0px 0px 0px 1px transparent;
}
.nxl_service_box.layout3 .nxl_service_box_content:hover:before {
  width: 100%;
}
.nxl_service_box.layout3 .nxl_service_box_content:hover:after {
  height: 100%;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_services_box_icon {
  margin-bottom: 34px;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_services_box_icon span {
  color: #000000;
  font-size: 80px;
  display: block;
  line-height: 80px;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_box_heading {
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_box_description {
  margin-bottom: 34px;
  color: #666666;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_boxbutton {
  overflow: hidden;
  font-weight: bold;
  min-width: 173px;
  padding: 15px 10px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  color: #333333;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_boxbutton:before {
  opacity: 1;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_boxbutton:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  border-color: #999999;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_boxbutton:hover {
  color: #ffffff;
}
.nxl_service_box.layout3 .nxl_service_box_content .nxl_service_boxbutton:hover:before {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.nxl_service_box.layout2 img {
  width: 100%;
}
.nxl_service_box.layout2 .nxl_service_box_content {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  padding: 0 13% 0 13%;
  -webkit-transform: translateY(calc(100% - 27px));
  -o-transform: translateY(calc(100% - 27px));
  -ms-transform: translateY(calc(100% - 27px));
  -moz-transform: translateY(calc(100% - 27px));
  transform: translateY(calc(100% - 27px));
  -webkit-transition: 0.6s all;
  -o-transition: 0.6s all;
  -ms-transition: 0.6s all;
  -moz-transition: 0.6s all;
  transition: 0.6s all;
}
.nxl_service_box.layout2 .nxl_service_box_content .nxl_service_box_heading {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 28px;
}
.nxl_service_box.layout2 .nxl_service_box_content .nxl_service_box_description {
  margin-bottom: 38px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px);
}
.nxl_service_box.layout2 .nxl_service_box_content .nxl_service_boxbutton {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px);
}
.nxl_service_box.layout2:hover .nxl_service_box_content {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.nxl_service_box.layout2:hover .nxl_service_box_description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  transition-delay: 0.3s;
}
.nxl_service_box.layout2:hover .nxl_service_boxbutton {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  transition-delay: 0.6s;
}
.nxl_service_box.layout4 img {
  width: 100%;
}
.nxl_service_box.layout4 .nxl_service_box_content {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: transparent;
  width: 100%;
  padding: 13%;
  -webkit-transform: translateY(calc(100% - 26%));
  -o-transform: translateY(calc(100% - 26%));
  -ms-transform: translateY(calc(100% - 26%));
  -moz-transform: translateY(calc(100% - 26%));
  transform: translateY(calc(100% - 26%));
  -webkit-transition: 0.8s all;
  -o-transition: 0.8s all;
  -ms-transition: 0.8s all;
  -moz-transition: 0.8s all;
  transition: 0.8s all;
}
.nxl_service_box.layout4 .nxl_service_box_content .nxl_content_bt {
  position: absolute;
  bottom: 12%;
  left: 0;
  padding: 0 13%;
}
.nxl_service_box.layout4 .nxl_service_box_content .nxl_service_box_heading {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 600;
  transition: opacity 0.65s, transform 0.65s;
  -webkit-transition: opacity 0.65s, transform 0.65s;
}
.nxl_service_box.layout4 .nxl_service_box_content .nxl_service_box_description {
  margin-bottom: 36px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px);
  transition: opacity 0.65s, transform 0.65s;
  -webkit-transition: opacity 0.65s, transform 0.65s;
}
.nxl_service_box.layout4 .nxl_service_box_content .nxl_service_boxbutton {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px);
  min-width: 175px;
  transition: opacity 0.65s, transform 0.65s;
  -webkit-transition: opacity 0.65s, transform 0.65s;
}
.nxl_service_box.layout4:hover .nxl_service_box_content {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  background: rgba(0, 0, 0, 0.6);
}
.nxl_service_box.layout4:hover .nxl_service_box_description {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  transition-delay: 0.3s;
}
.nxl_service_box.layout4:hover .nxl_service_boxbutton {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  transition-delay: 0.6s;
}
.nxl_service_box.layout1 img {
  width: calc(100% + 30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
  height: auto;
  max-width: none;
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 14% 29% 13% 13%;
  height: 100%;
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_description {
  margin-bottom: 39px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_heading {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 14% 13% 13% 13%;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content .nxl_service_boxbutton {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}
.nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  -ms-transition: 0.35s;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.nxl_service_box.layout1:hover .nxl_service_box_inner img {
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.nxl_service_box.layout1:hover .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_description {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.nxl_service_box.layout1:hover .nxl_service_box_inner .nxl_service_box_content .nxl_service_boxbutton {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.nxl_service_box.layout1:hover .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_heading {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.nxl_service_box.layout1:hover .nxl_service_box_inner .nxl_service_overlay {
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_description {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content .nxl_service_box_heading {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .nxl_service_box.layout4 .nxl_service_box_content .nxl_service_box_description {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .nxl_service_box.layout2 .nxl_service_box_content {
    padding: 0 5% 0 5%;
    bottom: 25px;
  }
  .nxl_service_box.layout2 .nxl_service_box_content .nxl_service_box_heading {
    font-size: 17px;
  }
  .nxl_service_box.layout2 .nxl_service_box_content .nxl_service_box_description {
    font-size: 14px;
  }
  .nxl_service_box.layout2 .nxl_service_box_content .nxl_service_boxbutton {
    font-size: 13px;
    min-width: 150px;
    padding: 5px 10px;
  }
  .nxl_service_box.layout3 .nxl_service_box_inner {
    padding: 0;
    max-width: 420px;
    margin: 0 auto;
  }
  .nxl_service_box.layout3 img {
    position: relative;
  }
  .nxl_service_box.layout3 .nxl_service_box_content {
    padding: 16% 10%;
    margin: 0;
  }
  .nxl_address {
    padding: 20% 10%;
    min-height: 230px;
  }
}
@media (max-width: 767px) {
  .nxl_service_box.layout2 {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 1700px) {
  .nxl_service_box.layout1 .nxl_service_box_inner .nxl_service_box_content {
    padding: 14% 12% 13% 12%;
  }
}
.nxl_count_up .nxl_count_up_image {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align: center;
}
.nxl_count_up .nxl_count_up_image .nxl_svg {
  width: 70px;
  margin: 0 auto;
}
.nxl_count_up .nxl_count_up_image .nxl_svg svg {
  width: 100%;
  height: auto;
  display: block;
}
.nxl_count_up .nxl_count_up_content {
  width: calc(100% - 110px);
  display: inline-block;
  vertical-align: middle;
}
.nxl_count_up .nxl_count_up_content .nxl_count_up_title {
  font-size: 16px;
  margin-bottom: 0;
  font-family: Open Sans;
}
.nxl_count_up .nxl_count_up_content .nxl_count_up_number {
  color: #444444;
  font-family: Open Sans;
  font-size: 55px;
  font-weight: bold;
  margin-top: 0;
  line-height: 55px;
}
@media (max-width: 1199px) {
  .nxl_count_up .nxl_count_up_image {
    width: 80px;
  }
  .nxl_count_up .nxl_count_up_image .nxl_svg {
    width: 60px;
  }
  .nxl_count_up .nxl_count_up_content {
    width: calc(100% - 90px);
  }
  .nxl_count_up .nxl_count_up_content .nxl_count_up_number {
    font-size: 40px;
  }
  .nxl_count_up .nxl_count_up_content .nxl_count_up_title {
    line-height: 20px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nxl_count_up {
    text-align: center;
  }
  .nxl_count_up .nxl_count_up_image {
    width: 100%;
    margin-bottom: 10px;
  }
}
.nxl_client_review .nxl_client_review_content {
  margin-top: 30px;
}
.nxl_client_review .nxl_client_review_content .nxl_client_name {
  font-size: 26px;
  color: #ffffff;
  font-family: Open Sans;
  font-weight: bold;
}
.nxl_client_review .nxl_client_review_content .nxl_client_description {
  color: #ffffff;
  font-size: 22px;
  line-height: 35px;
  margin-bottom: 27px;
}
.nxl_client_review .nxl_client_review_thmbnail {
  max-width: 410px;
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-list {
  margin: 0 -10px;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-slide {
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  outline: none;
  min-width: 88px;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-slide img {
  width: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-slide:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-slide.slick-current:after {
  opacity: 0.7;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-arrow {
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #333333;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 22px;
  position: absolute;
  top: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nxl_client_review .nxl_client_review_thmbnail .slick-arrow.swiper-button-disabled {
  display: none;
  cursor: no-drop;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-next {
  right: 0;
}
.nxl_client_review .nxl_client_review_thmbnail .slick-prev {
  left: 0;
}
.nxl_client_review .nxl_client_review_thmbnail:hover .slick-arrow {
  opacity: 1;
}
.nxl_client_review .nxl_client_number {
  font-size: 22px;
  font-family: Open Sans;
  font-weight: 500;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 445px);
}
.nxl_client_review .nxl_client_number:before {
  content: "";
  height: 1px;
  width: 70px;
  background-color: #0f70b7;
  display: inline-block;
  margin-right: 14px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .nxl_client_review .nxl_client_number {
    display: none;
  }
}
@media (max-width: 767px) {
  .nxl_client_review .nxl_client_review_thmbnail .slick-slide img {
    max-width: 100px;
  }
  .nxl_client_review .nxl_client_review_thmbnail .slick-slide:after {
    display: none;
  }
  .nxl_client_review .nxl_client_review_thmbnail .slick-arrow {
    display: none !important;
  }
}
.nxl_projects_filter {
  /** end layout 5 **/
  /** end layout 3 **/
  /** end layout 2 **/
}
.nxl_projects_filter .nxl_nav_filter {
  margin-bottom: 30px;
}
.nxl_projects_filter .nxl_nav_filter ul {
  margin: 0 -30px;
  position: relative;
  display: inline-block;
  padding: 0;
}
.nxl_projects_filter .nxl_nav_filter ul #magic-line {
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 50px;
  height: 50px;
  background: #f6f9f9;
  transition: all 0.9s;
  z-index: 0;
}
.nxl_projects_filter .nxl_nav_filter ul li {
  padding: 0;
  float: left;
  list-style-type: none;
}
.nxl_projects_filter .nxl_nav_filter ul li a {
  font-size: 15px;
  font-weight: bold;
  font-family: Open Sans;
  color: #333333;
  text-transform: uppercase;
  padding: 0 30px;
  z-index: 1;
  position: relative;
}
.nxl_projects_filter.layout7 .nxl_pagination_projects {
  margin-top: 40px;
}
.nxl_projects_filter.layout7 .nxl_projects_item_inner {
  position: relative;
}
.nxl_projects_filter.layout7 .nxl_projects_item_inner .nxl_projects_image {
  overflow: hidden;
}
.nxl_projects_filter.layout7 .nxl_projects_item_inner img {
  width: 100%;
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -ms-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -moz-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item {
  margin-bottom: 30px;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner {
  background-position: center;
  background-size: cover;
  position: relative;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link a {
  color: #ffffff;
  display: block;
  font-size: 12px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ffffff;
  text-align: center;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link a:hover {
  background-color: #ffffff;
  color: #333333;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content {
  position: absolute;
  bottom: 60px;
  padding: 0 10%;
  z-index: 1;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_cat {
  font-size: 16px;
  color: #ffffff;
  font-family: Open Sans;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_cat a {
  color: #ffffff;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title {
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title h1 a {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  font-family: Open Sans;
}
.nxl_projects_filter.layout7 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_item_inner img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.nxl_projects_filter.layout6 .nxl_pagination_projects {
  margin-top: 70px;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item {
  padding: 0;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner {
  background-position: center;
  background-size: cover;
  position: relative;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  opacity: 0;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link a {
  color: #ffffff;
  display: block;
  font-size: 12px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #ffffff;
  text-align: center;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_link a:hover {
  background-color: #ffffff;
  color: #333333;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content {
  position: absolute;
  bottom: 60px;
  padding: 0 10%;
  z-index: 1;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_cat {
  font-size: 16px;
  color: #ffffff;
  font-family: Open Sans;
  text-transform: uppercase;
  font-weight: 300;
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_cat a {
  color: #ffffff;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title h1 {
  margin-top: 0px;
  margin-bottom: 10px;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title h1 a {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  font-family: Open Sans;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item.small_bg .nxl_projects_item_inner,
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item.midium_bg .nxl_projects_item_inner {
  height: 490px;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item.big_bg .nxl_projects_item_inner {
  height: 980px;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_item_inner:after,
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_item_inner .nxl_projects_link {
  opacity: 1;
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_item_inner .nxl_projects_content .nxl_projects_title {
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.nxl_projects_filter.layout6 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_item_inner .nxl_projects_content .nxl_projects_cat {
  opacity: 1;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.nxl_projects_filter.layout5 .nxl_nav_filter {
  margin-bottom: 24px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item {
  margin-bottom: 80px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_content_inner .nxl_projects_description {
  margin-bottom: 34px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_content_inner .nxl_projects_link a .fa {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #444444;
  color: #444444;
  width: 35px;
  height: 35px;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_content_inner .nxl_projects_link a .nxl_text {
  font-family: Open Sans;
  color: #0f70b7;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
  margin-top: 4px;
  margin-left: 7px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_content_inner .nxl_projects_link a:hover .fa {
  color: #ffffff;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_content .nxl_projects_content_inner .nxl_projects_link a:hover .nxl_text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_image {
  position: relative;
  margin-bottom: 32px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_image img {
  width: 100%;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_image .nxl_projects__date {
  background-color: #000000;
  color: #ffffff;
  padding: 10px 20px;
  font-family: Open Sans;
  font-size: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_image .nxl_projects__date span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_title h1 {
  margin-top: -6px;
  margin-bottom: 28px;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_title h1 a {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  font-family: Open Sans;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_cat {
  font-size: 15px;
  color: #999999;
  font-family: Open Sans;
  text-transform: uppercase;
}
.nxl_projects_filter.layout5 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner .nxl_projects_cat a {
  color: #999999;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content {
  margin: 0 -35px;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item {
  margin-bottom: 170px;
  padding: 0 35px;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner {
  position: relative;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image {
  overflow: hidden;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image img {
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -ms-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -moz-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content {
  -webkit-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: calc(100% - 100px);
  background-color: #ffffff;
  width: calc(100% - 68px);
  padding: 35px 7% 27px 7%;
  right: 130px;
  max-width: 370px;
  right: 10%;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content.has_big {
  padding: 35px 4% 27px 4%;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_cat a {
  color: #999999;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title {
  margin-top: 7px;
  margin-bottom: 23px;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 {
  line-height: 31px;
  margin-top: 0;
  margin-bottom: 0;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 a {
  font-size: 24px;
  font-weight: 600;
  font-family: Open Sans;
  color: #333333;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link {
  height: 40px;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .fa {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .nxl_text {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  margin-top: 6px;
  margin-left: 9px;
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_content {
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
}
.nxl_projects_filter.layout4 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_image img {
  -webkit-transform: scale(1.2) translateZ(0);
  -o-transform: scale(1.2) translateZ(0);
  -ms-transform: scale(1.2) translateZ(0);
  -moz-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content {
  margin: 0 -35px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item {
  margin-bottom: 70px;
  padding: 0 35px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner {
  position: relative;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content {
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  max-width: 450px;
  left: 10%;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_content_inner {
  background-color: #ffffff;
  padding: 75px 50px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: translate3d(0, -10px, 0) scale3d(1, 0.023, 1);
  transform: translate3d(0, -10px, 0) scale3d(1, 0.023, 1);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title {
  margin-top: 0px;
  margin-bottom: 20px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 {
  line-height: 30px;
  marigin-top: 1px;
  margin-top: 1px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 a {
  font-size: 24px;
  font-weight: 600;
  font-family: Open Sans;
  color: #333333;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_description {
  margin-bottom: 25px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link {
  height: 40px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .fa {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #444444;
  color: #444444;
  width: 35px;
  height: 35px;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .nxl_text {
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
  margin-top: 4px;
  margin-left: 7px;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a:hover .fa {
  color: #ffffff;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a:hover .nxl_text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image {
  position: relative;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_image_inner {
  overflow: hidden;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_image_inner img {
  width: 100%;
}
.nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_content .nxl_projects_content_inner {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  opacity: 1;
}
.nxl_projects_filter.layout2 .nxl_nav_filter ul #magic-line {
  background: #ffffff;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content {
  margin: 0 -35px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item {
  margin-bottom: 150px;
  padding: 0 35px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_item_inner {
  position: relative;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image {
  overflow: hidden;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image img {
  -webkit-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -o-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -ms-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  -moz-transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
  transition: 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.9399999999999999);
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content {
  -webkit-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  position: absolute;
  bottom: -75px;
  background-color: #ffffff;
  width: calc(100% - 68px);
  padding: 35px 10% 27px 10%;
  left: 34px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_cat {
  background-color: #1b1b1b;
  display: inline-block;
  color: #ffffff;
  padding: 7.5px 23px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_cat a {
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title {
  margin-top: 16px;
  margin-bottom: 7px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 {
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 0;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 a {
  font-size: 22px;
  font-weight: bold;
  font-family: Open Sans;
  color: #333333;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects__date {
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Open Sans;
  letter-spacing: 1px;
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_content {
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
}
.nxl_projects_filter.layout2 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_image img {
  -webkit-transform: scale(1.2) translateZ(0);
  -o-transform: scale(1.2) translateZ(0);
  -ms-transform: scale(1.2) translateZ(0);
  -moz-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item {
  padding-left: 65px;
  margin-bottom: 70px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title {
  margin-top: 24px;
  margin-bottom: 27px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 {
  margin-top: 20px;
  line-height: 27px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h4 a {
  font-size: 22px;
  font-weight: 600;
  font-family: Open Sans;
  color: #333333;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .fa {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #444444;
  color: #444444;
  width: 35px;
  height: 35px;
  line-height: 30px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a .nxl_text {
  font-family: Open Sans;
  color: #0f70b7;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
  margin-top: 4px;
  margin-left: 7px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a:hover .fa {
  color: #ffffff;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_link a:hover .nxl_text {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image {
  position: relative;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_image_inner {
  overflow: hidden;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_image_inner img {
  width: 100%;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_cat {
  color: #ffffff;
  transform-origin: 0 50%;
  background-color: #1b1b1b;
  height: 50px;
  line-height: 50px;
  min-width: 150px;
  transform: translateX(-25px) rotate(-90deg);
  -webkit-transform: translateX(-25px) rotate(-90deg);
  -ms-transform: translateX(-25px) rotate(-90deg);
  -moz-transform: translateX(-25px) rotate(-90deg);
  -o-transform: translateX(-25px) rotate(-90deg);
  display: inline-block;
  position: absolute;
  border: 0;
  bottom: -25px;
  letter-spacing: 0.5px;
  padding-right: 43px;
  overflow: hidden;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_cat a {
  color: #ffffff;
  font-size: 16px;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_cat:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_cat:before {
  width: 43px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-color: #ffffff;
  margin-right: 5px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_image .nxl_projects_cat:after {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item:hover .nxl_projects_image .nxl_projects_cat:before {
  width: 50px;
}
@media (max-width: 1199px) {
  .nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content {
    max-width: 80%;
    left: 10%;
  }
  .nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_content_inner {
    padding: 30px 40px;
  }
  .nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_title h1 a {
    font-size: 18px;
    line-height: 20px;
  }
  .nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_description {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content {
    max-width: 100%;
    position: relative;
    left: 0;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .nxl_projects_filter.layout3 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_content .nxl_projects_content_inner {
    padding: 30px 0px;
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .nxl_projects_filter .nxl_nav_filter {
    text-align: center;
  }
  .nxl_projects_filter .nxl_nav_filter ul li {
    float: none;
  }
  #magic-line {
    display: none;
  }
  .nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item {
    padding-left: 15px;
  }
  .nxl_projects_filter.layout1 .nxl_projects_filter_content .nxl_projects_item .nxl_projects_image .nxl_projects_cat {
    -webkit-transform: translateX(25px) rotate(-90deg);
    -o-transform: translateX(25px) rotate(-90deg);
    -ms-transform: translateX(25px) rotate(-90deg);
    -moz-transform: translateX(25px) rotate(-90deg);
    transform: translateX(25px) rotate(-90deg);
  }
}
.nxl_video_popup.has_image .nxl_video_popup_inner {
  position: relative;
}
.nxl_video_popup.has_image .nxl_video_popup_inner img {
  width: 100%;
}
.nxl_video_popup.has_image .nxl_video_popup_inner .nxl_video_popup_content {
  position: absolute;
  bottom: 70px;
  right: 70px;
}
.nxl_video_popup.has_image .nxl_video_popup_inner .nxl_video_popup_content a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
}
.nxl_video_popup.has_image .nxl_video_popup_inner .nxl_video_popup_content a:before,
.nxl_video_popup.has_image .nxl_video_popup_inner .nxl_video_popup_content a:after {
  width: 78px;
  height: 78px;
}
.nxl_video_popup .nxl_video_popup_content a {
  display: block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  font-size: 27px;
  position: relative;
}
.nxl_video_popup .nxl_video_popup_content a span {
  background: #ffffff;
  position: relative;
  display: block;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  padding-left: 5px;
}
.nxl_video_popup .nxl_video_popup_content a .over1 {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1.5s ease-out infinite;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  content: "";
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.nxl_video_popup .nxl_video_popup_content a .over2 {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border2 1.5s ease-out infinite;
  -webkit-animation: pulse-border2 1.5s ease-out infinite;
  content: "";
}
.nxl_video_popup.text-center .nxl_video_popup_content a {
  margin: 0 auto;
}
.nxl_video_popup.text-right .nxl_video_popup_content a {
  margin: 0 0 0 auto;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border2 {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
.nxl_blogs_slider:before {
  width: 424px;
  height: 532px;
  bottom: -45px;
  left: 15px;
  content: "";
  background: -webkit-radial-gradient(#e9e9e9 1px, transparent 2px), -webkit-radial-gradient(#e9e9e9 1px, transparent 2px), transparent;
  background-position: 1px 1px, 1px 1px;
  background-size: 10px 10px;
  position: absolute;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail {
  display: inline-block;
  vertical-align: middle;
  max-width: 130px;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail .nxl_blogs_item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 20px;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail .nxl_blogs_item:before {
  opacity: 0.7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail .nxl_blogs_item:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail .nxl_blogs_item.slick-current:after {
  opacity: 0;
}
.nxl_blogs_slider .nxl_blogs_slider_thumbnail .nxl_blogs_item.slick-current:before {
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
.nxl_blogs_slider .nxl_blogs_slider_content {
  width: calc(100% - 140px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 65px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content {
  padding-left: 67px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_author {
  color: #999999;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_author span {
  font-weight: bold;
  margin-right: 10px;
  color: #333333;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_decription {
  letter-spacing: 0.08px;
  line-height: 30px;
  margin-bottom: 45px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_read_post a {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  min-width: 172px;
  height: 54px;
  line-height: 54px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_read_post a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_read_post a:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_read_post a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_title h4 {
  margin-top: 13px;
  margin-bottom: 20px;
  line-height: 34px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content .nxl_blogs_title h4 a {
  color: #333333;
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 600;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner {
  position: relative;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner img {
  width: 100%;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner .nxl_blog_date {
  min-width: 109px;
  min-height: 109px;
  background-color: #ffffff;
  position: absolute;
  bottom: 40px;
  right: 30px;
  text-align: center;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner .nxl_blog_date:before {
  content: "";
  height: calc(100% + 20px);
  width: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner .nxl_blog_date div {
  font-size: 14px;
  font-family: Open Sans;
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  background-color: #ffffff;
  padding: 18px 15px;
}
.nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner .nxl_blog_date .nxl_first_text {
  font-size: 50px;
  font-family: Open Sans;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .nxl_blogs_slider .nxl_blogs_slider_content {
    padding: 0;
  }
  .nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content {
    padding-left: 15px;
  }
  .nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .nxl_blogs_slider .nxl_blogs_slider_content {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_item .row {
    margin: 0;
  }
  .nxl_blogs_slider .nxl_blogs_slider_thumbnail {
    display: none;
  }
}
@media (max-width: 767px) {
  .nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_image .nxl_blogs_image_inner {
    margin-bottom: 30px;
  }
  .nxl_blogs_slider .nxl_blogs_slider_content .nxl_blogs_content {
    padding: 0;
  }
  .nxl_blogs_slider:before {
    display: none;
  }
}
.nxl_text_list ul li {
  list-style-type: none;
  margin-bottom: 3px;
}
.nxl_text_list ul li a {
  color: #333333;
  font-size: 15px;
}
.nxl_text_list ul li a:hover {
  color: #0f70b7;
}
.nxl_social ul {
  padding: 0;
}
.nxl_social ul li {
  list-style-type: none;
  display: inline-block;
}
.nxl_social ul li a {
  display: block;
  vertical-align: middle;
  border: 2px solid #444444;
  color: #444444;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_social ul li a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.nxl_social ul li a:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #444444;
  color: #ffffff;
}
.nxl_social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.nxl_process_slider .nxl_process_slider_inner .slick-slide .nxl_process_top_heading {
  color: #333333;
  font-family: Open Sans;
  font-size: 22px;
  border-bottom: 1px solid #595959;
  display: inline-block;
  letter-spacing: 2.7px;
  margin-bottom: 0px;
  font-weight: 400;
  margin-top: 0;
}
.nxl_process_slider .nxl_process_slider_inner .slick-slide .nxl_process_heading {
  color: #333333;
  font-family: Open Sans;
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 28px;
  line-height: 52px;
}
.nxl_process_slider .nxl_process_nav {
  margin-top: 80px;
}
.nxl_process_slider .nxl_process_nav .slick-arrow {
  display: inline-block;
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #444444;
  font-size: 15px;
  color: #333333;
  cursor: pointer;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_process_slider .nxl_process_nav .slick-arrow.process-button-prev {
  margin-right: 7px;
}
.nxl_process_slider .nxl_process_nav .slick-arrow:hover {
  background-color: #444444;
  color: #ffffff;
}
.nxl_tabs_we_create {
  background-color: #000000;
}
.nxl_tabs_we_create .nxl_tab_content .nxl_we_create_image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s all;
  background-attachment: fixed;
}
.nxl_tabs_we_create .nxl_tab_content .nxl_pane.active .nxl_we_create_image {
  opacity: 1;
  transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
.nxl_tabs_we_create .nxl_nav {
  position: absolute;
  z-index: 1;
  bottom: 80px;
  left: 0;
  text-align: center;
  padding: 0;
  width: 100%;
}
.nxl_tabs_we_create .nxl_nav li {
  display: inline-block;
  padding: 0 3.5%;
  position: relative;
}
.nxl_tabs_we_create .nxl_nav li:before {
  content: "\f062";
  color: #ffffff;
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 12px;
  font-family: FontAwesome;
  opacity: 0;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
}
.nxl_tabs_we_create .nxl_nav li:last-child:after {
  display: none;
}
.nxl_tabs_we_create .nxl_nav li:after {
  content: "";
  height: 35px;
  width: 1px;
  background-color: #ffffff;
  right: 0;
  position: absolute;
  top: 57%;
}
.nxl_tabs_we_create .nxl_nav li.active:before {
  -webkit-transform: translateY(-35px);
  -o-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  -moz-transform: translateY(-35px);
  transform: translateY(-35px);
  opacity: 1;
  transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
.nxl_tabs_we_create .nxl_nav li:last-child {
  border: none;
}
.nxl_tabs_we_create .nxl_nav li a {
  color: #ffffff;
  font-family: Open Sans;
  font-weight: bold;
  font-size: 25px;
}
@media (max-width: 1199px) {
  .nxl_tabs_we_create .nxl_nav li {
    padding: 0 1.5%;
  }
  .nxl_tabs_we_create .nxl_nav li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .nxl_tabs_we_create .nxl_nav {
    bottom: 40px;
  }
  .nxl_tabs_we_create .nxl_nav li {
    display: block;
  }
  .nxl_tabs_we_create .nxl_nav li:before,
  .nxl_tabs_we_create .nxl_nav li:after {
    display: none;
  }
  .nxl_tabs_we_create .nxl_nav li.active a {
    color: #0f70b7;
  }
}
/* -------------------------------- 

Main Components 

-------------------------------- */
@-webkit-keyframes "cd-enter-right" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes "cd-enter-right" {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes "cd-enter-right" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes "cd-enter-left" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes "cd-enter-left" {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes "cd-enter-left" {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 38px;
  overflow: hidden;
}
.cd-horizontal-timeline .events {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 1px;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .events ol {
  padding: 0;
  list-style-type: none;
}
.cd-horizontal-timeline .events ol li {
  list-style-type: none;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a span {
  position: absolute;
  right: 0;
  min-width: 160px;
  font-size: 14px;
  color: #333333;
  bottom: -14px;
}
.cd-horizontal-timeline .events a::after {
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -4px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #d6d6d6;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #5c5c5c;
}
.cd-horizontal-timeline .filling-line {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #5c5c5c;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 12px 0;
  line-height: 30px;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content ol {
  padding: 0;
  list-style-type: none;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  list-style-type: none;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li > * {
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content li.selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li.enter-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline.loaded {
  opacity: 1;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #7b9d6f;
  border-color: #7b9d6f;
}
.no-touch .cd-timeline-navigation a:hover {
  background-color: #9a9a9a;
  color: #ffffff;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  background-color: #9a9a9a;
  color: #ffffff;
}
.cd-timeline-navigation {
  list-style-type: none;
}
.cd-timeline-navigation a {
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 38px;
  width: 38px;
  line-height: 37px;
  color: #333333;
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #9a9a9a;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.cd-timeline-navigation a.prev {
  left: 0;
}
.cd-timeline-navigation a.next {
  right: 0;
}
.cd-timeline-navigation a:hover {
  background-color: #9a9a9a;
  color: #ffffff;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
  background-color: #9a9a9a;
  color: #ffffff;
}
.nxl_menu_vertical {
  position: absolute;
  right: 120px;
  z-index: 99999;
  top: 144px;
  overflow: hidden;
}
.nxl_menu_vertical .nxl_loadmore_menu {
  width: 140px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.nxl_menu_vertical .nxl_loadmore_menu a {
  color: #ffffff;
  font-size: 24px;
  display: block;
  width: 140px;
  height: 100px;
  line-height: 100px;
}
.nxl_menu_vertical .nxl_loadmore_menu a:before {
  width: 20px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 45%;
  top: 50%;
}
.nxl_menu_vertical .nxl_loadmore_menu a:after {
  height: 20px;
  width: 4px;
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  position: absolute;
  top: 42%;
  left: 50.9%;
}
.nxl_menu_vertical .nxl_loadmore_menu a.active:before,
.nxl_menu_vertical .nxl_loadmore_menu a.active:after {
  transform: rotate(90deg);
}
.nxl_menu_vertical .nxl_loadmore_menu a.active:before {
  opacity: 0;
}
.nxl_menu_vertical .nxl_menu_vertical_top,
.nxl_menu_vertical .nxl_menu_vertical_bottom {
  padding: 0;
  transition: 1s;
  z-index: 1;
}
.nxl_menu_vertical .nxl_menu_vertical_top.nxl_menu_vertical_bottom,
.nxl_menu_vertical .nxl_menu_vertical_bottom.nxl_menu_vertical_bottom {
  position: absolute;
  top: 0;
  height: calc(100% - 112px);
  z-index: -1;
}
.nxl_menu_vertical .nxl_menu_vertical_top.nxl_menu_vertical_bottom li,
.nxl_menu_vertical .nxl_menu_vertical_bottom.nxl_menu_vertical_bottom li {
  transform: scale(0);
  transition: 1s;
  opacity: 0;
}
.nxl_menu_vertical .nxl_menu_vertical_top.nxl_menu_vertical_top,
.nxl_menu_vertical .nxl_menu_vertical_bottom.nxl_menu_vertical_top {
  z-index: -1;
}
.nxl_menu_vertical .nxl_menu_vertical_top.nxl_menu_vertical_top li,
.nxl_menu_vertical .nxl_menu_vertical_bottom.nxl_menu_vertical_top li {
  transform: scale(0);
  transition: 1s;
  opacity: 0;
}
.nxl_menu_vertical .nxl_menu_vertical_top.active,
.nxl_menu_vertical .nxl_menu_vertical_bottom.active {
  z-index: 1;
}
.nxl_menu_vertical .nxl_menu_vertical_top.active li,
.nxl_menu_vertical .nxl_menu_vertical_bottom.active li {
  transform: scale(1);
  transition-delay: 0.5s;
  opacity: 1;
}
.nxl_menu_vertical .nxl_menu_vertical_top li,
.nxl_menu_vertical .nxl_menu_vertical_bottom li {
  background-color: #ffffff;
  text-align: right;
  margin-bottom: 12px;
  list-style-type: none;
}
.nxl_menu_vertical .nxl_menu_vertical_top li a,
.nxl_menu_vertical .nxl_menu_vertical_bottom li a {
  min-width: 140px;
  padding: 26px 18px 12px 18px;
  display: block;
  color: #333333;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 600;
}
.nxl_menu_vertical .nxl_menu_vertical_top li a span,
.nxl_menu_vertical .nxl_menu_vertical_bottom li a span {
  display: block;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 6px;
}
.nxl_past_years .nxl_past_years_inner {
  padding: 50px;
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 43px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 43px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 43px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  min-height: 360px;
  position: relative;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.nxl_past_years .nxl_past_years_inner .nxl_past_years_heading {
  color: #333333;
  font-size: 25px;
  font-weight: 600;
  font-family: Open Sans;
  line-height: 32px;
  margin: 0;
  margin-bottom: 14px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.nxl_past_years .nxl_past_years_inner .nxl_past_years_description {
  font-size: 16px;
  color: #999999;
  margin-bottom: 87px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.nxl_past_years .nxl_past_years_inner .nxl_past_years_years {
  font-size: 30px;
  font-weight: 700;
  font-family: Open Sans;
  line-height: 32px;
  margin: 0;
  position: absolute;
  bottom: 53px;
  padding-left: 20px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.nxl_past_years .nxl_past_years_inner .nxl_past_years_years:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 53px;
  bottom: 6px;
  left: 0;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.nxl_past_years .nxl_past_years_inner:hover .nxl_past_years_years {
  color: #333333;
}
.nxl_past_years .nxl_past_years_inner:hover .nxl_past_years_years:before {
  background-color: #333333;
}
.nxl_past_years .nxl_past_years_inner:hover .nxl_past_years_heading,
.nxl_past_years .nxl_past_years_inner:hover .nxl_past_years_description {
  color: #ffffff;
}
.nxl_blog_grid {
  /** End Layout 1 **/
  /** End Layout 2 **/
  /** End Layout 3 **/
}
.nxl_blog_grid.layout1 .nxl_blog_item {
  margin-bottom: 53px;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_image {
  margin-bottom: 25px;
  text-align: center;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content {
  text-align: center;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_blog_title {
  margin-bottom: 19px;
  padding: 0 5%;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_blog_title a {
  font-family: Open Sans;
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_blog__date {
  font-family: Open Sans;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .line {
  background-color: #333333;
  width: 1px;
  height: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 11px;
  margin-bottom: 10px;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_description {
  margin-top: 15px;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_blog_cat {
  color: #333333;
}
.nxl_blog_grid.layout1 .nxl_blog_item .nxl_blog_content .nxl_blog_cat a {
  font-family: Open Sans;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_blog_grid.layout2 .nxl_blog_item {
  margin-bottom: 155px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content {
  width: calc(100% - 80px);
  top: calc(100% - 50px);
  position: absolute;
  left: 40px;
  background-color: #ffffff;
  padding: 50px 10% 27px 10%;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blogs_author_cat {
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blogs_author_cat a {
  color: #999999;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blogs_author_cat .nxl_blog_author:after {
  width: 4px;
  height: 1px;
  display: inline-block;
  background-color: #adadad;
  margin: 0 13px;
  content: "";
  vertical-align: middle;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_title {
  margin-bottom: 19px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_title a {
  font-family: Open Sans;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_date {
  min-width: 95px;
  min-height: 100px;
  background-color: #ffffff;
  position: absolute;
  box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -ms-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -o-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  text-align: center;
  right: 30px;
  top: -50px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_date:before {
  content: "";
  height: calc(100% + 20px);
  width: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_date div {
  font-size: 13px;
  font-family: Open Sans;
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  background-color: #ffffff;
  padding: 18px 15px;
}
.nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_date .nxl_first_text {
  font-size: 40px;
  font-family: Open Sans;
  font-weight: bold;
  display: block;
  margin-bottom: -2px;
  padding-top: 15px;
}
.nxl_blog_grid.layout3 .nxl_blog_item {
  margin-bottom: 46px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content {
  padding-left: 150px;
  padding-top: 18px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blogs_author_comment {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blogs_author_comment .nxl_blog_author:after {
  width: 4px;
  height: 1px;
  display: inline-block;
  background-color: #adadad;
  margin: 0 19px;
  content: "";
  vertical-align: middle;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_title {
  margin-bottom: 13px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_title a {
  font-family: Open Sans;
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date {
  min-width: 110px;
  min-height: 100px;
  background-color: #ffffff;
  position: absolute;
  box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -ms-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -o-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  text-align: center;
  left: 20px;
  top: 20px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date:before {
  content: "";
  height: calc(100% + 20px);
  width: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date div {
  font-size: 14px;
  font-family: Open Sans;
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  background-color: #ffffff;
  padding: 18px 15px;
}
.nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date .nxl_first_text {
  font-size: 50px;
  font-family: Open Sans;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content .nxl_blog_date {
    top: -70px;
  }
  body .nxl_menu_image .nxl_menu_image_inner .nxl_text_item > a {
    text-align: center;
    display: block;
    width: 100%;
    left: 0;
    top: 37px;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .nxl_blog_grid.layout2 .nxl_blog_item .nxl_blog_content {
    width: 100%;
    left: 0;
    padding: 50px 3% 27px 3%;
  }
  .nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content {
    padding: 0;
  }
  .nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date {
    position: relative;
    margin-bottom: 50px;
    left: 0;
  }
  .nxl_blog_grid.layout3 .nxl_blog_item .nxl_blog_content .nxl_blog_date:before {
    left: 0;
  }
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item {
  padding: 0;
  position: relative;
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item .nxl_menu_image_bg > a {
  display: block;
  position: relative;
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item .nxl_menu_image_bg > a:before {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: 50%;
  left: 50%;
  top: 50%;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 0 1px;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item .nxl_menu_image_bg > a:after {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  content: "";
  width: 50%;
  height: calc(100% - 20px);
  left: 30px;
  top: 50%;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 1px 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item > a {
  color: #ffffff;
  font-size: 18px;
  font-family: Open Sans;
  font-weight: 600;
  position: absolute;
  top: 42px;
  left: 49px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item:hover > a {
  -webkit-transform: translateX(15px);
  -o-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -moz-transform: translateX(15px);
  transform: translateX(15px);
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item:hover .nxl_menu_image_bg > a:after {
  width: calc(100% - 20px);
  border-color: #ffffff;
}
.nxl_menu_image .nxl_menu_image_inner .nxl_text_item:hover .nxl_menu_image_bg > a:before {
  height: calc(100% - 20px);
  border-color: #ffffff;
}
.nxl_team_box {
  position: relative;
  overflow: hidden;
}
.nxl_team_box.social {
  overflow: visible;
}
.nxl_team_box.social .nxl_team_box_inner_in {
  position: absolute;
  bottom: -60px;
  background-color: #ffffff;
  padding: 38px 7% 38px 7%;
  text-align: center;
  left: 28px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
  -ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: calc(100% - 56px);
}
.nxl_team_box.social .nxl_team_box_inner_in .nxl_team_box_name {
  color: #333333;
  font-size: 24px;
  font-family: Open Sans;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 4px;
}
.nxl_team_box.social .nxl_team_box_inner_in .nxl_team_box_job {
  color: #333333;
  font-size: 14px;
  font-family: Open Sans;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.nxl_team_box.social .nxl_team_box_inner {
  -webkit-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -40px;
  background-color: #ffffff;
  padding: 49px 7% 49px 7%;
  text-align: center;
  left: 28px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
  -ms-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
  -o-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.02);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: calc(100% - 56px);
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_name {
  color: #333333;
  font-size: 24px;
  font-family: Open Sans;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 4px;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_job {
  color: #333333;
  font-size: 14px;
  font-family: Open Sans;
  letter-spacing: 2px;
  margin-bottom: 0px;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_des {
  margin-bottom: 25px;
  margin-top: 19px;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social {
  padding: 0;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social li {
  list-style-type: none;
  display: inline-block;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social li a {
  display: block;
  vertical-align: middle;
  border: 2px solid #444444;
  color: #666666;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social li a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social li a:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #444444;
  color: #ffffff;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_social li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_phone {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  bottom: 49px;
  font-weight: 400;
}
.nxl_team_box.social .nxl_team_box_inner .nxl_team_box_phone span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.nxl_team_box.social:hover .nxl_team_box_inner {
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.nxl_team_box.social:hover .nxl_team_box_inner_in {
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}
.nxl_team_box.default .nxl_team_box_image img {
  width: 100%;
}
.nxl_team_box.default .nxl_team_box_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 57px 18%;
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.nxl_team_box.default .nxl_team_box_inner:before {
  opacity: 0.98;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: -1;
}
.nxl_team_box.default .nxl_team_box_inner .nxl_team_box_name {
  color: #ffffff;
  font-size: 24px;
  font-family: Open Sans;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
.nxl_team_box.default .nxl_team_box_inner .nxl_team_box_job {
  color: #ffffff;
  font-size: 16px;
}
.nxl_team_box.default .nxl_team_box_inner .nxl_team_box_phone {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  bottom: 49px;
  font-weight: 400;
}
.nxl_team_box.default .nxl_team_box_inner .nxl_team_box_phone span {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.nxl_team_box.default:hover .nxl_team_box_inner {
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}
@media (max-width: 767px) {
  .nxl_team_box.default {
    max-width: 360px;
    margin: 0 auto;
  }
  .nxl_team_box.social .nxl_team_box_image {
    text-align: center;
  }
  .nxl_team_box.social .nxl_team_box_image img {
    width: 100%;
  }
}
.nxl_icon_box {
  margin-bottom: 42px;
}
.nxl_icon_box .nxl_icon_box_icon {
  background-image: url(https://stsmedia.it-habicht.com/wp-content/themes/bouwer/inc/vc_shortcode/backend/image_layout/bg_icon.png);
  background-repeat: no-repeat;
  width: 85px;
  height: 98px;
  display: block;
  text-align: center;
  line-height: 98px;
  background-size: cover;
  background-position: center;
}
.nxl_icon_box .nxl_icon_box_icon span {
  font-size: 40px;
  color: #333333;
  display: block;
}
.nxl_icon_box .nxl_icon_box_content .nxl_icon_box_heading {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  font-family: Open Sans;
  margin-bottom: 13px;
}
.nxl_icon_box:hover .nxl_icon_box_icon span {
  -webkit-animation: swing 1s both;
  -o-animation: swing 1s both;
  -ms-animation: swing 1s both;
  -moz-animation: swing 1s both;
  animation: swing 1s both;
}
.nxl_client_box {
  padding-bottom: 33px;
}
.nxl_client_box .nxl_client_box_inner {
  position: relative;
  border: 2px solid #000000;
  padding: 51px 14%;
  background-color: #ffffff;
}
.nxl_client_box .nxl_client_box_inner:after {
  background-image: url(https://stsmedia.it-habicht.com/wp-content/themes/bouwer/inc/vc_shortcode/backend/image_layout/after_mess_box.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  position: absolute;
  bottom: -33px;
  left: 75px;
  height: 33px;
  width: 38px;
}
.nxl_client_box .nxl_client_box_inner:before {
  position: absolute;
  bottom: -2px;
  left: 75px;
  height: 2px;
  width: 38px;
  background-color: #ffffff;
  content: "";
}
.nxl_client_box .nxl_client_box_inner .nxl_client_box_content .nxl_client_box_description {
  margin-bottom: 24px;
}
.nxl_client_box .nxl_client_box_inner .nxl_client_box_content .nxl_client_bt_icon .nxl_client_bt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 75px);
}
.nxl_client_box .nxl_client_box_inner .nxl_client_box_content .nxl_client_bt_icon .nxl_client_bt .nxl_client_box_name {
  font-size: 22px;
  font-family: Open Sans;
  color: #333333;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0px;
}
.nxl_client_box .nxl_client_box_inner .nxl_client_box_content .nxl_client_bt_icon .nxl_client_bt .nxl_client_box_job {
  font-size: 14px;
  font-family: Open Sans;
  color: #333333;
  margin-bottom: 0;
}
.nxl_client_box .nxl_client_box_inner .nxl_client_box_content .nxl_client_bt_icon .nxl_client_icon {
  font-size: 45px;
  display: inline-block;
  width: 70px;
  vertical-align: middle;
}
.nxl_feature_box img {
  width: 100%;
}
.nxl_feature_box .nxl_feature_box_video {
  position: absolute;
  right: 68px;
  top: 58px;
}
.nxl_feature_box .nxl_feature_box_video a {
  color: #0f70b7;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.nxl_feature_box .nxl_feature_box_video a span {
  background: #ffffff;
  position: relative;
  display: block;
  text-align: center;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  padding-left: 5px;
}
.nxl_feature_box .nxl_feature_box_video a .over1 {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border 1.5s ease-out infinite;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  content: "";
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.nxl_feature_box .nxl_feature_box_video a .over2 {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  animation: pulse-border2 1.5s ease-out infinite;
  -webkit-animation: pulse-border2 1.5s ease-out infinite;
  content: "";
}
.nxl_feature_box.layout1 .nxl_feature_box_inner {
  position: relative;
}
.nxl_feature_box.layout1 .nxl_feature_box_inner .nxl_feature_box_content {
  position: absolute;
  left: 0;
  bottom: 15%;
  padding-left: 12%;
  padding-right: 12%;
}
.nxl_feature_box.layout1 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_top_heading {
  font-size: 18px;
  color: #ffffff;
  font-family: Open Sans;
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  font-weight: 400;
  letter-spacing: 2.4px;
  margin: 0;
  margin-bottom: 24px;
}
.nxl_feature_box.layout1 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_heading {
  font-size: 26px;
  color: #ffffff;
  font-family: Open Sans;
  line-height: 35px;
  margin: 0;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner {
  position: relative;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content {
  position: absolute;
  left: 0;
  bottom: 8.5%;
  padding-left: 11%;
  padding-right: 20%;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_description {
  color: #ffffff;
  font-size: 22px;
  line-height: 33px;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton {
  color: #ffffff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  min-width: 185px;
  padding: 15px 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  border: 1px solid #ffffff;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  margin-top: 41px;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #ffffff;
  color: #333333;
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_heading {
  font-size: 38px;
  color: #ffffff;
  font-family: Open Sans;
  font-weight: bold;
  line-height: 46px;
  margin: 0;
  margin-bottom: 33px;
}
@media (max-width: 991px) {
  .nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_heading {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_description {
    font-size: 17px;
    line-height: 30px;
  }
  .nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton {
    margin-top: 20px;
  }
  .nxl_feature_box.layout1 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_heading {
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content {
    bottom: 6.5%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_heading {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_box_description {
    font-size: 14px;
    line-height: 20px;
  }
  .nxl_feature_box.layout2 .nxl_feature_box_inner .nxl_feature_box_content .nxl_feature_boxbutton {
    margin-top: 20px;
    min-width: 150px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .nxl_feature_box.layout1 .nxl_feature_box_inner .nxl_feature_box_content {
    bottom: 15%;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.onsale {
  display: none;
}
.nxl-products-element .nxl-products-grid {
  margin-bottom: 40px;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner {
  text-align: center;
  border: 1px solid #000000;
  position: relative;
  overflow: hidden;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product {
  padding: 0 15px;
  padding-top: 21px;
  padding-bottom: 35px;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  margin-top: -70px;
  -webkit-transform: translateY(74px);
  -o-transform: translateY(74px);
  -ms-transform: translateY(74px);
  -moz-transform: translateY(74px);
  transform: translateY(74px);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .woocommerce-loop-product__title {
  margin: 0;
  margin-bottom: 4px;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .woocommerce-loop-product__title a {
  color: #333333;
  font-family: Open Sans;
  font-weight: bold;
  font-size: 18px;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .price {
  display: block;
  margin-bottom: 19px;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .added_to_cart {
  display: none;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .button {
  overflow: hidden;
  font-weight: 600;
  max-width: 215px;
  padding: 12px 10px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-family: Open Sans;
  text-transform: uppercase;
  opacity: 0;
  position: relative;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  background-color: #0f70b7;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .button span {
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .button:after {
  content: " ";
  display: block;
  width: 35px;
  height: 35px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  -o-animation: lds-dual-ring 1.2s linear infinite;
  -ms-animation: lds-dual-ring 1.2s linear infinite;
  -moz-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  top: 15%;
  left: 43%;
  opacity: 0;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .button.loading span {
  opacity: 0;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_info_product .button.loading:after {
  opacity: 1;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner .nxl_product_image_gallery {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.nxl-products-element .nxl-products-grid .nxl-products-inner:hover .nxl_image_thumbnail_product .nxl_product_image_gallery {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
.nxl-products-element .nxl-products-grid .nxl-products-inner:hover .nxl_info_product {
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.nxl-products-element .nxl-products-grid .nxl-products-inner:hover .nxl_info_product .button {
  opacity: 1;
}
.nxl_woo_shop {
  margin-top: 120px;
  margin-bottom: 120px;
}
.woocommerce-pagination {
  margin-top: 30px;
}
.nxl_woo_top {
  margin-bottom: 40px;
}
.nxl_woo_top .woocommerce-result-count {
  color: #333333;
  margin-top: 13px;
}
.nxl_woo_top .woocommerce-ordering {
  float: right;
  border: 1px solid #333333;
  padding: 0 30px;
}
.nxl_woo_top .woocommerce-ordering select {
  border: 0;
  outline: none;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  color: #333333;
}
.nxl_woo_top .woocommerce-result-count {
  float: left;
}
.nxl_woo_top:after {
  content: "";
  clear: both;
  display: table;
}
/* Single Product */
.nxl_woo_single {
  margin-top: 120px;
  margin-bottom: 80px;
}
.nxl_woo_single .entry-summary .product_meta {
  border-top: 1px dashed #acacac;
  padding-top: 35px;
  margin-top: 50px;
}
.nxl_woo_single .entry-summary .product_meta > span {
  font-weight: bold;
  color: #333333;
  display: block;
  margin-bottom: 3px;
}
.nxl_woo_single .entry-summary .product_meta > span span,
.nxl_woo_single .entry-summary .product_meta > span a {
  font-weight: 400;
  color: #333333;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_woo_single .entry-summary .product_meta > span span:hover,
.nxl_woo_single .entry-summary .product_meta > span a:hover {
  color: #0f70b7;
}
.nxl_woo_single .entry-summary form .single_add_to_cart_button {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  min-width: 180px;
  height: 57px;
  line-height: 57px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.nxl_woo_single .entry-summary form .single_add_to_cart_button:hover {
  background: #0f70b7;
}
.nxl_woo_single .entry-summary form .quantity {
  margin-bottom: 9px;
}
.nxl_woo_single .entry-summary form .quantity label {
  display: none;
}
.nxl_woo_single .entry-summary form .quantity .input-text {
  border: 1px solid #333333;
  width: 360px;
  height: 60px;
  line-height: 60px;
  padding-left: 35px;
  color: #333333;
}
.nxl_woo_single .entry-summary form.grouped_form table {
  margin-bottom: 45px;
}
.nxl_woo_single .entry-summary form.grouped_form tr td {
  padding: 25px 15px 15px 15px;
  border: 1px solid #d3d3d3;
  text-align: center;
}
.nxl_woo_single .entry-summary form.grouped_form tr td.woocommerce-grouped-product-list-item__price {
  color: #0f70b7;
}
.nxl_woo_single .entry-summary form.grouped_form tr td .quantity .input-text {
  width: 100%;
  max-width: 100%;
  border: 1px solid #c5c5c5;
}
.nxl_woo_single .entry-summary .woocommerce-product-details__short-description {
  line-height: 30px;
  margin-bottom: 34px;
  margin-top: 18px;
}
.nxl_woo_single .entry-summary .product_title {
  font-size: 32px;
  font-family: Open Sans;
  color: #333333;
  font-weight: bold;
  margin-top: -6px;
  margin-bottom: 16px;
}
.nxl_woo_single .entry-summary .woocommerce-product-rating {
  display: inline-block;
  vertical-align: middle;
}
.nxl_woo_single .entry-summary .woocommerce-product-rating .woocommerce-review-link {
  color: #333333;
  font-size: 16px;
}
.nxl_woo_single .entry-summary .price {
  font-size: 26px;
  color: #0f70b7;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 50px;
}
.nxl_woo_single .entry-summary .price del {
  color: #333333;
}
.nxl_woo_single .entry-summary .price del .amount {
  font-size: 20px;
}
.nxl_woo_single .entry-summary .price ins {
  text-decoration: none;
}
.nxl_woo_single .nxl_woo_product_thumbnail .onsale {
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 1;
  background: #000000;
  padding: 0px 15px;
  color: #ffffff;
  font-size: 12px;
}
.nxl_woo_single .nxl_woo_product_thumbnail .flex-viewport {
  border: 1px solid #000000;
}
.nxl_woo_single .nxl_woo_product_thumbnail .flex-control-thumbs {
  padding: 0;
  list-style-type: none;
  margin-top: 15px;
}
.nxl_woo_single .nxl_woo_product_thumbnail .flex-control-thumbs li {
  display: inline-block;
  vertical-align: top;
}
.nxl_woo_single .nxl_woo_product_thumbnail .flex-control-thumbs li img {
  -webkit-transition: 0.4s all;
  -o-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
  opacity: 0.4;
  cursor: pointer;
}
.nxl_woo_single .nxl_woo_product_thumbnail .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.nxl_woo_single .related.products > h2 {
  color: #333333;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-bottom: 50px;
}
.nxl_woo_single .woocommerce-tabs {
  margin-top: 41px;
}
.nxl_woo_single .woocommerce-tabs .wc-tabs {
  display: none;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel {
  display: block !important;
  line-height: 30px;
  border-bottom: 1px dashed #acacac;
  padding-bottom: 36px;
  margin-bottom: 50px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .woocommerce-Reviews-title {
  margin-bottom: 26px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist {
  list-style-type: none;
  padding: 0;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li {
  border-bottom: 1px dashed #acacac;
  padding-bottom: 50px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .avatar_review {
  max-width: 110px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000000;
  padding: 10px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 36px;
  padding-top: 19px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-right: 17px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__published-date {
  color: #0f70b7;
  font-weight: 500;
  font-family: Open Sans;
  font-size: 15px;
  font-style: italic;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__author {
  color: #333333;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  margin-right: 12px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .star-rating {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text .description {
  margin-top: 14px;
  margin-bottom: 0;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-reply-title {
  color: #333333;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-bottom: 19px;
  margin-top: 44px;
  display: block;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit) {
  margin-bottom: 30px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit),
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form textarea {
  border: none;
  border-bottom: 5px solid #f0f0f0;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding-bottom: 11px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit)::-webkit-input-placeholder,
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit)::-moz-placeholder,
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit):-ms-input-placeholder,
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form input:not(.submit):-moz-placeholder,
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form .submit {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  min-width: 180px;
  height: 57px;
  line-height: 57px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  margin-top: 25px;
  margin-bottom: 15px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form .submit:hover {
  background: #0f70b7;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating {
  margin-bottom: 30px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .comment-respond .comment-form .comment-form-rating label {
  font-size: 14px;
  font-family: Open Sans;
  color: #333333;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 26px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  color: #333333;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-bottom: 19px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .review_am {
  margin: -15px;
  margin-top: 40px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-author,
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .comment-form-email {
  width: 49%;
  display: inline-block;
  vertical-align: bottom;
  padding: 0 15px;
}
.nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel > p {
  margin-bottom: 30px;
}
.woocommerce-message,
.woocommerce-error li,
.woocommerce-info {
  margin-bottom: 30px;
}
.star-rating {
  font-family: 'FontAwesome';
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 5.2em;
  letter-spacing: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  color: #d6cfcf;
}
.star-rating:before,
.star-rating span:before {
  content: '\f005\f005\f005\f005\f005';
  left: 0;
  top: 0;
  position: absolute;
  font-size: 14px;
}
.star-rating span {
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  color: #333333;
  padding-top: 1.5em;
  left: 0;
}
.star-rating span:before {
  text-indent: 0;
}
.stars {
  letter-spacing: 2px;
  margin-top: 2px;
  display: inline-block;
  vertical-align: top;
}
.stars a {
  color: #333333 !important;
}
.stars [class*="star"] {
  text-indent: -999em;
  display: block;
  position: absolute;
  display: inline-block;
}
.stars [class*="star"]:before {
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  text-indent: 0;
}
.stars .star-1 {
  width: 15px;
  z-index: 50;
}
.stars .star-2 {
  width: 30px;
  z-index: 40;
}
.stars .star-3 {
  width: 45px;
  z-index: 30;
}
.stars .star-4 {
  width: 60px;
  z-index: 20;
}
.stars .star-5 {
  width: 75px;
  z-index: 10;
}
.stars .star-5:before {
  content: "\f006\f006\f006\f006\f006";
}
.stars .star-1:hover:before,
.stars .star-1.active:before {
  content: "\f005";
}
.stars .star-2:hover:before,
.stars .star-2.active:before {
  content: "\f005\f005";
}
.stars .star-3:hover:before,
.stars .star-3.active:before {
  content: "\f005\f005\f005";
}
.stars .star-4:hover:before,
.stars .star-4.active:before {
  content: "\f005\f005\f005\f005";
}
.stars .star-5:hover:before,
.stars .star-5.active:before {
  content: "\f005\f005\f005\f005\f005";
}
@media (max-width: 767px) {
  .nxl_woo_single .entry-summary form .quantity .input-text {
    max-width: 360px;
    width: 100%;
  }
  .nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .avatar_review {
    display: block;
  }
  .nxl_woo_single .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .commentlist li .comment_container .comment-text {
    width: 100%;
    padding-left: 0;
  }
}
.single-projects {
  /** End Layout 1 **/
  /** End Layout 2 **/
  /** End Layout 5 **/
  /** End Layout 3 **/
  /** End Layout 4 **/
}
.single-projects .nxl_project_thumbnail {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  margin-top: -1px;
}
.single-projects .layout1 .nxl_projects_content .container {
  padding: 0;
}
.single-projects .layout1 .nxl_project_thumbnail {
  margin-bottom: 120px;
}
.single-projects .layout1 .nxl_prject_content_meta {
  margin-bottom: 80px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_content_right {
  padding-left: 7%;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_content_left {
  padding-top: 22px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_cat {
  color: #333333;
  letter-spacing: 2px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_cat a {
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #333333;
  text-transform: uppercase;
  font-family: Open Sans;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social {
  margin-bottom: 40px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social > span {
  color: #333333;
  font-size: 14px;
  font-family: Open Sans;
  letter-spacing: 2px;
  margin-right: 23px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul {
  margin: 0 -1.5px;
  padding: 0;
  display: inline-block;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 1.5px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul li a {
  display: block;
  vertical-align: middle;
  border: 1px solid #646464;
  color: #646464;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul li a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul li a:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #646464;
  color: #ffffff;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_project_description {
  line-height: 30px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_title {
  font-weight: 600;
  color: #333333;
  font-size: 34px;
  font-family: Open Sans;
  line-height: 45px;
  margin-top: 15px;
  margin-bottom: 37px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info {
  margin-bottom: 48px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  padding-left: 10%;
  border-right: 1px solid #333333;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div:last-child {
  border: none;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div:first-child {
  padding-left: 0;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div h4 {
  color: #333333;
  font-size: 15px;
  font-family: Open Sans;
  letter-spacing: 3px;
  margin: 0;
  margin-bottom: 11px;
}
.single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div h3 {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
  font-family: Open Sans;
  margin: 0;
}
.single-projects .layout2 .nxl_projects_content .container {
  padding: 0;
}
.single-projects .layout2 .nxl_project_thumbnail {
  margin-bottom: 120px;
}
.single-projects .layout2 .nxl_prject_content_meta {
  margin-bottom: 80px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_content_right {
  padding-left: 7%;
  text-align: right;
  padding-top: 8px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_cat {
  color: #333333;
  letter-spacing: 2px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_cat a {
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #333333;
  text-transform: uppercase;
  font-family: Open Sans;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social {
  margin-bottom: 47px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social > span {
  color: #333333;
  font-size: 14px;
  font-family: Open Sans;
  letter-spacing: 2px;
  margin-right: 23px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul {
  padding: 0;
  display: inline-block;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul li {
  list-style-type: none;
  display: inline-block;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul li a {
  display: block;
  vertical-align: middle;
  border: 1px solid #494949;
  color: #333333;
  width: 56px;
  height: 56px;
  line-height: 56px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul li a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul li a:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #494949;
  color: #ffffff;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_project_description {
  line-height: 30px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_title {
  font-weight: 600;
  color: #333333;
  font-size: 34px;
  font-family: Open Sans;
  line-height: 45px;
  margin-top: 15px;
  margin-bottom: 37px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_info {
  margin-bottom: 48px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_info > div:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #606060;
  margin-top: 23px;
  margin-bottom: 16px;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_info > div:last-child:after {
  display: none;
}
.single-projects .layout2 .nxl_prject_content_meta .nxl_projects_info > div p {
  color: #333333;
  font-size: 18px;
  font-family: Open Sans;
  margin: 0;
}
.single-projects .layout5 .nxl_projects_content .container {
  padding: 0;
}
.single-projects .layout5 .nxl_project_thumbnail {
  margin-bottom: 111px;
}
.single-projects .layout5 .nxl_prject_content_meta {
  margin-bottom: 26px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_content_right {
  padding-left: 7%;
  text-align: right;
  padding-top: 17px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_cat {
  color: #333333;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_cat a {
  color: #666666;
  font-size: 16px;
  font-family: Open Sans;
  text-transform: uppercase;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social > span {
  color: #333333;
  font-size: 14px;
  font-family: Open Sans;
  letter-spacing: 2px;
  margin-right: 23px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul {
  padding: 0;
  display: inline-block;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul li {
  list-style-type: none;
  display: inline-block;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul li a {
  display: block;
  vertical-align: middle;
  border: 1px solid #494949;
  color: #333333;
  width: 46px;
  height: 46px;
  line-height: 46px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul li a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul li a:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #494949;
  color: #ffffff;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_project_description {
  line-height: 30px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_title {
  font-weight: 600;
  color: #333333;
  font-size: 32px;
  font-family: Open Sans;
  line-height: 44px;
  margin-top: 0;
  margin-bottom: 5px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_info {
  margin-bottom: 48px;
  margin-top: 48px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_info > div:after {
  display: inline-block;
  content: "";
  height: 1px;
  width: 80px;
  background-color: #606060;
  margin-top: 23px;
  margin-bottom: 16px;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_info > div:last-child:after {
  display: none;
}
.single-projects .layout5 .nxl_prject_content_meta .nxl_projects_info > div p {
  color: #333333;
  font-size: 18px;
  font-family: Open Sans;
  margin: 0;
}
.single-projects .layout3 .nxl_projects_content .container {
  padding: 0;
}
.single-projects .layout3 .nxl_project_thumbnail {
  margin-bottom: 120px;
}
.single-projects .layout3 .nxl_prject_content_meta {
  margin-bottom: 42px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_content_right {
  padding-left: 20%;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_cat {
  color: #333333;
  letter-spacing: 2px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_cat a {
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #333333;
  text-transform: uppercase;
  font-family: Open Sans;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social {
  margin-bottom: 40px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social > span {
  color: #333333;
  font-size: 14px;
  font-family: Open Sans;
  letter-spacing: 2px;
  margin-right: 23px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul {
  padding: 0;
  display: inline-block;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul li {
  list-style-type: none;
  display: inline-block;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul li a {
  display: block;
  vertical-align: middle;
  border: 1px solid #454545;
  color: #333333;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul li a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul li a:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #454545;
  color: #ffffff;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_project_description {
  line-height: 30px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_title {
  font-weight: 600;
  color: #333333;
  font-size: 34px;
  font-family: Open Sans;
  line-height: 45px;
  margin-top: 15px;
  margin-bottom: 19px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_info {
  margin-bottom: 35px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_info > div {
  border-bottom: 1px solid #dcdcdc;
  padding: 12.5px 0;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_info > div:last-child {
  border-bottom: 0;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_info > div h4 {
  color: #333333;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  min-width: 104px;
}
.single-projects .layout3 .nxl_prject_content_meta .nxl_projects_info > div h3 {
  color: #333333;
  font-size: 17px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
}
.single-projects .layout4 .nxl_projects_content .container {
  padding: 0;
}
.single-projects .layout4 .nxl_project_thumbnail {
  margin-bottom: 98px;
  padding-top: 22%;
  position: relative;
  padding-bottom: 3%;
}
.single-projects .layout4 .nxl_project_thumbnail:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.single-projects .layout4 .nxl_prject_content_meta {
  margin-bottom: 42px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_content_right {
  background-color: #0f70b7;
  position: absolute;
  right: 0;
  max-width: 745px;
  bottom: 0;
  padding: 62px 5% 61px 5%;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social > span {
  color: #333333;
  font-size: 14px;
  font-family: Open Sans;
  letter-spacing: 2px;
  margin-right: 23px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul {
  padding: 0;
  display: inline-block;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul li {
  list-style-type: none;
  display: inline-block;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul li a {
  display: block;
  vertical-align: middle;
  border: 1px solid #ffffff;
  color: #ffffff;
  width: 56px;
  height: 56px;
  line-height: 56px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul li a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul li a:hover {
  -webkit-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #ffffff;
  color: #0f70b7;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_social ul li a:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_project_description {
  line-height: 30px;
  color: #ffffff;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_title {
  font-weight: 600;
  color: #ffffff;
  font-size: 36px;
  font-family: Open Sans;
  line-height: 45px;
  margin-top: 0px;
  margin-bottom: 31px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info {
  margin-bottom: 14px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info > div {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 12.5px 0;
  margin-bottom: 15px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info > div:first-child:after,
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info > div:nth-child(2):after {
  background-color: #ffffff;
  display: block;
  width: 18px;
  height: 7px;
  content: "";
  margin-top: 19px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info > div h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  display: block;
  font-family: Open Sans;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.single-projects .layout4 .nxl_prject_content_meta .nxl_projects_info > div h3 {
  color: #ffffff;
  font-size: 18px;
  margin: 0;
  display: block;
  font-family: Open Sans;
  font-weight: 600;
}
@media (max-width: 991px) {
  .single-projects .layout1 .nxl_prject_content_meta .nxl_content_right {
    padding-left: 15px;
    margin-top: 30px;
  }
  .single-projects .layout3 .nxl_prject_content_meta .nxl_content_right {
    padding: 0 15px;
  }
  .single-projects .layout4 .nxl_prject_content_meta .nxl_content_right {
    margin-top: 30px;
    position: relative;
  }
  .single-projects .layout5 .nxl_prject_content_meta .nxl_content_right {
    padding-left: 15px;
  }
  .single-projects .layout5 .nxl_prject_content_meta .nxl_content_right .nxl_projects_social {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .single-projects .layout1 .nxl_prject_content_meta .nxl_projects_info > div {
    display: block;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 15px;
    border: none;
    padding: 0;
  }
  .single-projects .nxl_projects_content .container {
    padding: 0 15px !important;
  }
}
.page-links {
  margin-bottom: 70px;
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -moz-transform: translateY(30px);
  transform: translateY(30px);
}
.page-links .current,
.page-links a span {
  padding: 5px 10px;
  border: 1px solid #666666;
}
.page-links .current {
  background-color: #666666;
  color: #ffffff;
}
.single-post .no_vc_composer {
  padding-top: 0;
}
.single-post .site-content {
  margin-top: -1px;
}
.single-post .post-password-form input[type="password"] {
  border: 1px solid #000000;
  outline: none;
  font-size: 14px;
  padding: 0 15px;
  height: 40px;
  background: #ffffff;
}
.single-post .post-password-form input[type="submit"] {
  background: #000000;
  border: none;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  height: 40px;
  transform: translateY;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.single-post .layout2 .nxl_blogs_content {
  margin-top: 120px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content {
  margin-top: 0px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta {
  margin-bottom: 50px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_thumbnail {
  margin-bottom: 70px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_ta {
  text-transform: uppercase;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_ta .nxl_blog_author:after {
  content: "";
  background-color: #666666;
  width: 4px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blogs_title {
  color: #333333;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 13px;
  margin-top: -4px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_date_wap {
  display: inline-block;
  vertical-align: top;
  max-width: 170px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_meta_ri {
  display: inline-block;
  vertical-align: top;
  padding-left: 37px;
  width: calc(100% - 200px);
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_date {
  min-width: 95px;
  min-height: 100px;
  background-color: #ffffff;
  box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -ms-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -o-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  text-align: center;
  position: relative;
  margin-left: 10px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_date:before {
  content: "";
  height: calc(100% + 20px);
  width: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_date div {
  font-size: 14px;
  font-family: Open Sans;
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  background-color: #ffffff;
  padding: 18px 15px;
}
.single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_blog_date .nxl_first_text {
  font-size: 50px;
  font-family: Open Sans;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  padding-top: 15px;
}
.single-post .nxl_blogs_content {
  padding-bottom: 120px;
}
.single-post .nxl_blogs_content .nxl_content {
  margin-top: -8px;
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .related_post_title {
  font-size: 25px;
  font-weight: 600;
  font-family: Open Sans;
  color: #333333;
  margin-bottom: 16px;
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider {
  margin: 0 -15px;
  margin-top: 73px;
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider .nxl_blog_item {
  padding: 0 15px;
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider .slick-arrow {
  position: absolute;
  top: 43%;
  background: #ffffff;
  border: 0;
  outline: 0;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  display: block;
  width: 40px;
  height: 40px;
  font-size: 25px;
  color: #333333;
  opacity: 0;
  padding: 0;
  z-index: 1;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider .slick-arrow.slick-prev {
  -webkit-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
.single-post .nxl_blogs_content .nxl_content .nxl_related_post .jws-post-related-slider:hover .slick-arrow {
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.single-post .nxl_blogs_content .nxl_content .nxl_blogs_tags {
  margin-top: 16px;
  clear: both;
}
.single-post .nxl_blogs_content .nxl_content .nxl_blogs_tags .post-tags a {
  min-width: 110px;
  height: 40px;
  position: relative;
  background: #f6f9f9;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: 30px;
  color: #515151;
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 15px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.single-post .nxl_blogs_content .nxl_content .nxl_blogs_tags .post-tags a:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid #f6f9f9;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.single-post .nxl_blogs_content .nxl_content .nxl_blogs_tags .post-tags a:hover {
  background: #0f70b7;
  color: #ffffff;
}
.single-post .nxl_blogs_content .nxl_content .nxl_blogs_tags .post-tags a:hover:before {
  border-left: 20px solid #0f70b7;
}
.single-post .nxl_blogs_content .nxl_content .vc_row {
  margin: 0;
}
.single-post .nxl_blogs_content .nxl_content .vc_row .container {
  padding: 0;
  width: 100%;
}
.single-post .nxl_blogs_content .nxl_content .vc_row .container .vc_column_container > .vc_column-inner {
  padding: 0;
}
.single-post .nxl_blog_thumbnail {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  margin-bottom: 120px;
}
.single-post .nxl_blog_thumbnail:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.single-post .nxl_blog_thumbnail.nxl_no_thumb:before {
  background: rgba(0, 0, 0, 0.75);
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta {
  position: absolute;
  width: 100%;
  bottom: 97px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_ta {
  padding-left: 184px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_ta .nxl_blogs_author span {
  color: #ffffff;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_ta .nxl_blogs_author span span {
  font-weight: 600;
  margin-right: 8px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_ta .nxl_blogs_title {
  color: #ffffff;
  font-family: Open Sans;
  font-size: 34px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 0;
  margin-top: 17px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date {
  min-width: 95px;
  min-height: 100px;
  background-color: #ffffff;
  position: absolute;
  box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -ms-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -moz-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -o-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  -webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.07000000000000001);
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date:before {
  content: "";
  height: calc(100% + 20px);
  width: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date div {
  font-size: 14px;
  font-family: Open Sans;
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  background-color: #ffffff;
  padding: 18px 15px;
}
.single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date .nxl_first_text {
  font-size: 50px;
  font-family: Open Sans;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  padding-top: 15px;
}
/* Start Style Siderbar **/
.nxl_sidebar {
  /* End Style Sidebar */
}
.nxl_sidebar .nxl_sticky_move {
  border: 1px solid #444444;
}
.nxl_sidebar .widget {
  border-bottom: 1px solid #444444;
  padding: 50px 12.5%;
}
.nxl_sidebar .widget select,
.nxl_sidebar .widget input {
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.nxl_sidebar .widget:last-child {
  border: none;
}
.nxl_sidebar .widget.widget_tag_cloud .tagcloud a {
  color: #515151;
  font-size: 14px !important;
  border: 1px solid #111111;
  display: inline-block;
  padding: 5px 21px;
  margin-bottom: 10px;
  vertical-align: top;
  margin-right: 5px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_sidebar .widget.widget_tag_cloud .tagcloud a:hover {
  color: #ffffff;
  background-color: #515151;
}
.nxl_sidebar .widget.widget_search form {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}
.nxl_sidebar .widget.widget_search form .search-submit {
  position: absolute;
  right: 0;
  width: 40px;
  background: #000000;
  border: none;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  height: 40px;
}
.nxl_sidebar .widget.widget_search form .search-field {
  border: none;
  border: 1px solid #000000;
  width: calc(100% - 40px);
  outline: none;
  font-size: 14px;
  padding: 0 15px;
  height: 40px;
  background: #ffffff;
}
.nxl_sidebar .widget.widget_search form .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.nxl_sidebar .widget.widget_search form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.nxl_sidebar .widget.widget_search form .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.nxl_sidebar .widget.widget_search form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.nxl_sidebar .widget.widget_archive .screen-reader-text,
.nxl_sidebar .widget.widget_categories .screen-reader-text {
  display: none;
}
.nxl_sidebar .widget.widget_archive select,
.nxl_sidebar .widget.widget_categories select {
  height: 40px;
  padding-left: 10px;
  width: 100%;
}
.nxl_sidebar .widget.widget_calendar th,
.nxl_sidebar .widget.widget_calendar td {
  text-align: center;
}
.nxl_sidebar .widget.widget_categories ul li,
.nxl_sidebar .widget.widget_archive ul li,
.nxl_sidebar .widget.widget_pages ul li,
.nxl_sidebar .widget.widget_meta ul li,
.nxl_sidebar .widget.widget_recent_comments ul li,
.nxl_sidebar .widget.widget_recent_entries ul li,
.nxl_sidebar .widget.widget_rss ul li,
.nxl_sidebar .widget.widget_nav_menu ul li {
  color: #333333;
  font-size: 16px;
  border-bottom: 1px dashed #c1c1c1;
  padding-bottom: 11px;
  margin-bottom: 10px;
}
.nxl_sidebar .widget.widget_categories ul li:last-child,
.nxl_sidebar .widget.widget_archive ul li:last-child,
.nxl_sidebar .widget.widget_pages ul li:last-child,
.nxl_sidebar .widget.widget_meta ul li:last-child,
.nxl_sidebar .widget.widget_recent_comments ul li:last-child,
.nxl_sidebar .widget.widget_recent_entries ul li:last-child,
.nxl_sidebar .widget.widget_rss ul li:last-child,
.nxl_sidebar .widget.widget_nav_menu ul li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.nxl_sidebar .widget.widget_categories ul li a,
.nxl_sidebar .widget.widget_archive ul li a,
.nxl_sidebar .widget.widget_pages ul li a,
.nxl_sidebar .widget.widget_meta ul li a,
.nxl_sidebar .widget.widget_recent_comments ul li a,
.nxl_sidebar .widget.widget_recent_entries ul li a,
.nxl_sidebar .widget.widget_rss ul li a,
.nxl_sidebar .widget.widget_nav_menu ul li a {
  display: inline-block;
  width: calc(100% - 40px);
  color: #333333;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_sidebar .widget.widget_categories ul li .children,
.nxl_sidebar .widget.widget_archive ul li .children,
.nxl_sidebar .widget.widget_pages ul li .children,
.nxl_sidebar .widget.widget_meta ul li .children,
.nxl_sidebar .widget.widget_recent_comments ul li .children,
.nxl_sidebar .widget.widget_recent_entries ul li .children,
.nxl_sidebar .widget.widget_rss ul li .children,
.nxl_sidebar .widget.widget_nav_menu ul li .children {
  padding-left: 1em;
}
.nxl_sidebar .widget.widget_nav_menu .sub-menu {
  padding-left: 1em;
}
.nxl_sidebar .widget.widget_recent_comments ul li a,
.nxl_sidebar .widget.widget_rss ul li a {
  width: auto;
}
.nxl_sidebar .widget.widget_recent_comments .rss-date,
.nxl_sidebar .widget.widget_rss .rss-date {
  color: #0f70b7;
}
.nxl_sidebar .widget.widget_text strong {
  display: block;
  margin-top: 8px;
}
.nxl_sidebar .widget.widget_text .wp_text_lisr_ct li {
  margin-bottom: 5px;
}
.nxl_sidebar .widget.widget_text .wp_text_lisr_ct li:last-child {
  margin-bottom: 0px;
}
.nxl_sidebar .widget.widget_text .wp_text_lisr_ct li a {
  color: #333333;
  font-size: 16px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_sidebar .widget.widget_text .wp_text_lisr_ct li a:before {
  font-size: 10px;
  color: #999999;
  content: "\f061";
  display: inline-block;
  vertical-align: top;
  font-family: FontAwesome;
  margin-right: 16px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_sidebar .widget.widget_text .author_single h3 {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  font-family: Open Sans;
  margin-top: 23px;
  margin-bottom: 6px;
}
.nxl_sidebar .widget.widget_text .author_single h4 {
  color: #333333;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  margin-bottom: 37px;
}
.nxl_sidebar .widget.widget_text .author_single .author_avatar {
  margin-bottom: 19px;
}
.nxl_sidebar .widget.widget_media_gallery .gallery {
  margin: 0 -7.5px 15px -7.5px;
}
.nxl_sidebar .widget.widget_media_gallery .gallery .gallery-item {
  display: inline-block;
  vertical-align: top;
  padding: 0 7.5px;
  margin-bottom: 15px;
}
.nxl_sidebar .widget.widget_media_gallery .gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post {
  margin-bottom: 30px;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post:last-child {
  margin-bottom: 0;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post .tb-recent-detail .post-tumb {
  max-width: 75px;
  display: inline-block;
  vertical-align: middle;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post .tb-recent-detail .post-content {
  width: calc(100% - 100px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post .tb-recent-detail .post-content > a {
  font-size: 16px;
  font-weight: 600;
  font-family: Open Sans;
  color: #333333;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl_sidebar .widget.widget_zo-recent-posts-widget-with-thumbnails ul .s_post .tb-recent-detail .post-content .date_cat {
  font-size: 14px;
  font-family: Open Sans;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nxl_sidebar .widget .widget-title {
  font-size: 14px;
  font-family: Open Sans;
  color: #333333;
  margin-top: 0;
  margin-bottom: 27px;
  letter-spacing: 2px;
}
.nxl_sidebar .widget ul {
  padding: 0;
  list-style-type: none;
}
.comments-area {
  clear: both;
}
.comments-area .logged-in-as {
  padding-left: 15px;
}
.comments-area .comment-respond {
  -webkit-animation: fadeInLeft 0.5s both;
  -o-animation: fadeInLeft 0.5s both;
  -ms-animation: fadeInLeft 0.5s both;
  -moz-animation: fadeInLeft 0.5s both;
  animation: fadeInLeft 0.5s both;
}
.comments-area .comment-respond .comment-reply-title {
  font-size: 20px;
  font-weight: 600;
  font-family: Open Sans;
  color: #333333;
  margin-top: 87px;
  margin-bottom: 29px;
}
.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  color: #333333;
  font-style: italic;
  font-family: Open Sans;
}
.comments-area .comment-respond .comment-form {
  margin: 0 -15px;
}
.comments-area .comment-respond .comment-form .form-submit {
  clear: both;
  padding-left: 15px;
  padding-top: 13px;
  margin: 0;
}
.comments-area .comment-respond .comment-form .form-submit .submit {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  min-width: 180px;
  height: 57px;
  line-height: 57px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
}
.comments-area .comment-respond .comment-form input:not(.submit) {
  margin-bottom: 30px;
}
.comments-area .comment-respond .comment-form input:not(.submit),
.comments-area .comment-respond .comment-form textarea {
  border: none;
  border-bottom: 5px solid #f0f0f0;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding-bottom: 11px;
}
.comments-area .comment-respond .comment-form input:not(.submit)::-webkit-input-placeholder,
.comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.comments-area .comment-respond .comment-form input:not(.submit)::-moz-placeholder,
.comments-area .comment-respond .comment-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.comments-area .comment-respond .comment-form input:not(.submit):-ms-input-placeholder,
.comments-area .comment-respond .comment-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.comments-area .comment-respond .comment-form input:not(.submit):-moz-placeholder,
.comments-area .comment-respond .comment-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.comments-area .comment_top .comments-title {
  font-size: 20px;
  font-weight: 600;
  font-family: Open Sans;
  color: #333333;
  margin-bottom: 26px;
  margin-top: 26px;
}
.comments-area .comment_top .comment-list {
  list-style-type: none;
  padding: 0;
}
.comments-area .comment_top .comment-list li.comment {
  list-style-type: none;
}
.comments-area .comment_top .comment-list li.comment .comment-respond {
  margin-bottom: 50px;
}
.comments-area .comment_top .comment-list li.comment .children {
  padding-left: 110px;
}
.comments-area .comment_top .comment-list li.comment .comment-body {
  margin-bottom: 70px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-avatar {
  max-width: 110px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #000000;
  padding: 10px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: top;
  padding-left: 36px;
  padding-top: 4px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info p {
  margin: 0;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info {
  margin-bottom: 15px;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .reply a {
  color: #ffffff;
  background-color: #000000;
  font-family: poppins;
  font-size: 12px;
  padding: 0px 10px;
  float: right;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .comment-date {
  font-size: 15px;
  font-weight: 500;
  font-style: italic;
  font-family: Open Sans;
}
.comments-area .comment_top .comment-list li.comment .comment-body .comment-info .comment-header-info .comment-author {
  font-size: 20px;
  font-weight: 600;
  font-family: Open Sans;
  color: #333333;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date {
    position: relative;
    max-width: 160px;
    padding-left: 10px;
  }
  .single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_date:before {
    left: 0;
  }
  .single-post .nxl_blog_thumbnail .nxl_blog_content_meta .nxl_blog_ta {
    padding-left: 0;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-avatar {
    display: block;
    margin-bottom: 15px;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info {
    padding: 0;
    width: 100%;
  }
  .comments-area .comment_top .comment-list li .children {
    padding-left: 30px;
  }
  .single-post .layout2 .nxl_blogs_content .nxl_content .nxl_blog_content_meta .nxl_meta_ri {
    display: block;
    padding: 0;
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .row_st {
    display: block;
  }
  .nxl_sidebar {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .comment-date {
    margin-right: 10px;
  }
  .comments-area .comment_top .comment-list li .comment-body .comment-info .comment-header-info .reply a {
    float: none;
    display: inline-block;
  }
}
/** ------------------------------------------------------------------------------------------------* WOOCOMMERCE TABLE * ------------------------------------------------------------------------------------------------ */
.woocommerce-cart .woocommerce .cart-empty {
  text-align: center;
  position: relative;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 250px 0 0px 0;
  font-weight: bold !important;
  margin-bottom: 30px;
}
.woocommerce-cart .woocommerce .cart-empty:after,
.woocommerce-cart .woocommerce .cart-empty:before {
  position: absolute;
  color: rgba(142, 142, 142, 0.2);
  left: 50%;
  font-weight: normal;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
}
.woocommerce-cart .woocommerce .cart-empty:before {
  content: "\e66e";
  font-size: 180px;
  top: -17px;
  font-family: Flaticon;
  content: "\f100";
}
.woocommerce-cart .woocommerce .cart-empty:after {
  content: "\f00d";
  font-size: 60px;
  top: 100px;
  font-family: "FontAwesome";
}
.woocommerce-cart .woocommerce .return-to-shop {
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce-cart .woocommerce .button.wc-backward {
  width: 200px;
  display: block;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: 400;
  margin-top: 32px;
  padding: 0;
  border: none;
  margin: 0 auto;
  margin-top: 30px;
  background: #0f70b7;
}
.woocommerce-cart .woocommerce .button.wc-backward:hover {
  opacity: 0.8;
}
.woocommerce-cart .woocommerce .cart-emtry-text {
  text-align: center;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  display: block;
  margin-bottom: 26px;
  color: #0f70b7;
  font-weight: 400;
}
.cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  text-align: left;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #333333;
  height: 40px;
  padding-left: 24px;
}
.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #666666;
  line-height: 40px;
  padding: 0;
}
.cart-collaterals .woocommerce-shipping-calculator .input-text {
  border: 1px solid #333333;
  height: 40px;
  padding-left: 24px;
  width: 100%;
}
.cart-collaterals .woocommerce-shipping-calculator button {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #0f70b7;
  color: #ffffff;
  min-width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.cart-collaterals .cross-sells > h2 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  letter-spacing: 0;
}
.cart-collaterals .continue {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.7px;
}
.cart-collaterals .continue i {
  margin-left: 10px;
}
.cart-collaterals .cart_totals {
  background-color: #000000;
  padding: 48px;
  color: #ffffff;
}
.cart-collaterals .cart_totals h2 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 30px;
  margin: 0;
  font-family: Open Sans;
  margin-bottom: 12px;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #0f70b7;
  color: #ffffff;
  min-width: 180px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.cart-collaterals .cart_totals .respon-table {
  padding: 9px 30px 9px 30px;
  background: #f6f6f6;
  margin-top: 27px;
}
.cart-collaterals .cart_totals table tr.order-total th,
.cart-collaterals .cart_totals table tr.order-total td {
  border-top: 1px solid #595959;
  padding-top: 26px;
  padding-bottom: 27px;
}
.cart-collaterals .cart_totals table tr.order-total td {
  font-size: 30px;
  font-weight: bold;
}
.cart-collaterals .cart_totals table tr.order-total td strong {
  font-weight: bold;
}
.cart-collaterals .cart_totals table tr .woocs_special_price_code {
  font-weight: 400;
}
.cart-collaterals .cart_totals table tr th {
  padding: 15px 0px;
  font-weight: 700;
  padding-right: 10px;
}
.cart-collaterals .cart_totals table tr td {
  text-align: right;
}
.cart-collaterals .cart_totals table tr td .woocommerce-shipping-methods {
  list-style-type: none;
  padding: 0;
}
.cart-collaterals .cart_totals table tr td strong {
  font-weight: 400;
}
.cart-collaterals .cart_totals table tr td label {
  font-weight: 400;
}
.cart-collaterals .cart_totals table tr td input[type="radio"] {
  position: relative;
  top: 2px;
  float: right;
  margin-right: 0;
  margin-left: 7px;
}
.cart-actions {
  margin-top: 30px;
}
.cart-actions .coupon_col {
  float: left;
  padding: 0 15px;
}
.cart-actions .update_col {
  float: right;
  padding: 0 15px;
}
.cart-actions .updatecart .button {
  background: #ebebeb;
  border: none;
  min-height: 46px;
  text-align: center;
  padding: 0 30px;
}
.cart-actions .updatecart input[disabled] {
  opacity: 0.8;
}
.cart-actions .coupon label {
  display: none;
}
.cart-actions .coupon .input-text {
  padding-right: 15px;
  height: 46px;
  width: 250px;
  padding-left: 15px;
  border: 1px solid #dfdfdf;
}
.cart-actions .coupon .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}
.cart-actions .coupon .input-text::-moz-placeholder {
  /* Firefox 19+*/
  color: #959595;
}
.cart-actions .coupon .input-text:-ms-input-placeholder {
  /* IE 10+*/
  color: #959595;
}
.cart-actions .coupon .input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.cart-actions .coupon .button {
  background: none;
  border: none;
  letter-spacing: 1px;
  padding: 0 15px;
  background-color: #0f70b7;
  color: #ffffff;
  min-height: 46px;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 1199px) {
  .cart-actions {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart-collaterals .cart_totals {
    padding: 48px 10px;
  }
}
@media (max-width: 991px) {
  .cart-collaterals .cart_totals {
    margin-top: 25px;
    padding: 20px 10px;
  }
}
.shop_table {
  border-collapse: unset;
}
.shop_table thead th {
  font-size: 14px;
  color: #333333;
  font-family: Open Sans;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  border-bottom: 5px solid #333333;
}
.shop_table tr .actions {
  padding: 24px 0px !important;
}
.shop_table tr .actions:after {
  display: table;
  content: " ";
  clear: both;
}
.shop_table tr .actions .button {
  float: right;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  min-width: 180px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.shop_table tr .actions .coupon {
  float: left;
}
.shop_table tr .actions .coupon label {
  display: none;
}
.shop_table tr .actions .coupon button {
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  min-width: 180px;
  height: 60px;
  line-height: 60px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
}
.shop_table tr .actions .coupon .input-text {
  border: 1px solid #333333;
  height: 60px;
  padding-left: 24px;
}
.shop_table tr .actions .coupon .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.shop_table tr .actions .coupon .input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.shop_table tr .actions .coupon .input-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.shop_table tr .actions .coupon .input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.shop_table tr .product-name > a {
  font-size: 18px;
  font-family: Open Sans;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.shop_table tr .product-price .amount,
.shop_table tr .product-subtotal .amount {
  font-size: 18px;
  color: #494646;
}
.shop_table tr .product-quantity .quantity .screen-reader-text {
  display: none;
}
.shop_table tr .product-quantity .quantity .input-text {
  border: 1px solid #3f3f3f;
  max-width: 90px;
  height: 48px;
  padding-left: 20px;
  color: #333333;
}
.shop_table tr.order-total .includes_tax {
  display: block;
  margin-top: 5px;
}
.shop_table {
  width: 100%;
}
.woocommerce-cart-form .shop_table tr th {
  text-align: center;
  padding: 7px 0;
}
.woocommerce-cart-form .shop_table tr td {
  padding: 24px 12px;
  border: none;
  border-bottom: 1px dashed #acacac;
}
.shop_table th.product-thumbnail {
  width: 10px;
}
.shop_table th.product-remove {
  width: 40px;
}
.shop_table td.order-status {
  text-align: center !important;
}
.shop_table td.product-remove {
  padding: 0;
  text-align: center;
}
.shop_table td.product-remove a {
  position: relative;
  font-size: 0px;
  display: inline-block;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 28px;
  cursor: pointer;
  padding-right: 16px;
  padding-right: 0;
}
.shop_table td.product-remove a:after,
.shop_table td.product-remove a:before {
  content: " ";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  display: inline-block;
  background-color: #252525;
  -webkit-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
}
.shop_table td.product-remove a:after {
  transform: rotate(-44deg);
  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  -sand-transform: rotate(-44deg);
}
.shop_table td.product-remove a:before {
  -webkit-transform: rotate(44deg);
  -moz-transform: rotate(44deg);
  -o-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  -sand-transform: rotate(44deg);
  transform: rotate(44deg);
}
.shop_table td.product-remove a:after,
.shop_table td.product-remove a:before {
  right: 5px;
}
.shop_table td.product-name .variation {
  display: inline-block;
  margin-bottom: 0;
}
.shop_table td.product-name .variation dt {
  font-weight: 400;
}
.shop_table td.product-name .variation .variation-Vendor {
  display: inline-block;
  margin: 0;
}
.shop_table td.product-thumbnail img {
  max-width: 50px;
  height: auto;
  border: 1px solid #000000;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .jws-qty-label-abbrev {
  display: none !important;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .quantity {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce .woocommerce-info {
    font-size: 14px;
  }
  .cart-collaterals .continue {
    margin-bottom: 15px;
    display: block;
  }
  .cart-actions .coupon_col,
  .cart-actions .update_col {
    float: none;
  }
  .update_col {
    margin-top: 10px;
  }
  .cart-actions .coupon .input-text {
    margin-bottom: 15px;
  }
  .woocommerce-cart-form .shop_table {
    width: 100%;
    display: block;
  }
  .woocommerce-cart-form .shop_table thead {
    display: none;
  }
  .woocommerce-cart-form .shop_table thead th {
    width: 25%;
  }
  .woocommerce-cart-form .shop_table thead th.product-remove,
  .woocommerce-cart-form .shop_table thead th.product-thumbnail {
    display: none;
  }
  .woocommerce-cart-form .shop_table tbody {
    display: block;
  }
  .woocommerce-cart-form .shop_table tbody tr {
    display: block;
    margin: 30px 0px;
    border: 1px solid #d1d1d1;
    border-bottom: none;
  }
  .woocommerce-cart-form .shop_table tbody tr td {
    width: 100%;
    display: block;
    position: relative;
    text-align: right;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions {
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon {
    float: none;
    margin-bottom: 20px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .coupon .input-text {
    margin-bottom: 10px;
  }
  .woocommerce-cart-form .shop_table tbody tr td.actions .button {
    float: none;
  }
  .woocommerce-cart-form .shop_table tbody tr td:before {
    content: attr(data-title);
    font-weight: 600;
    float: left;
    color: #575454;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail {
    text-align: center;
  }
  .woocommerce-cart-form .shop_table tbody tr td.product-remove:before,
  .woocommerce-cart-form .shop_table tbody tr td.product-thumbnail:before {
    content: "";
  }
}
/** Mini Cart **/
.nxl-cart-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  -ms-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-transform: translateX(105%);
  -o-transform: translateX(105%);
  -ms-transform: translateX(105%);
  -moz-transform: translateX(105%);
  transform: translateX(105%);
  min-width: 300px;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  overflow: auto;
}
.nxl-cart-content.active {
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
}
.nxl-cart-content .blockUI.blockOverlay:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
.nxl-cart-content > h6 {
  display: block;
  text-align: center;
  background: #000000;
  color: #ffffff;
  font-family: Open Sans;
  font-size: 17px;
  margin: 0;
  margin-bottom: 30px;
  padding: 15px 0;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message {
  text-align: center;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
  padding: 250px 0 0px 0;
  margin-bottom: 30px;
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before {
  font-size: 180px;
  top: -17px;
  font-family: Flaticon;
  content: "\f100";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
  content: "\f00d";
  font-size: 60px;
  top: 100px;
  font-family: "FontAwesome";
}
.nxl-cart-content .woocommerce-mini-cart__empty-message:before,
.nxl-cart-content .woocommerce-mini-cart__empty-message:after {
  position: absolute;
  color: rgba(142, 142, 142, 0.2);
  left: 50%;
  font-weight: normal;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -sand-transform: translateX(-50%);
}
.nxl-cart-content .woocommerce-mini-cart__total {
  position: absolute;
  bottom: 48px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  display: block;
  width: 100%;
  border-top: 1px solid #f5f5f5;
  background-color: #ffffff;
}
.nxl-cart-content .woocommerce-mini-cart__total strong {
  color: #333333;
}
.nxl-cart-content .woocommerce-mini-cart__buttons {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
}
.nxl-cart-content .woocommerce-mini-cart__buttons a {
  padding: 10px 20px;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  width: 50%;
  text-align: center;
  font-family: Open Sans;
  text-transform: uppercase;
  font-weight: 600;
  background: #0f70b7;
}
.nxl-cart-content .woocommerce-mini-cart__buttons a:first-child {
  background: #000000;
}
.nxl-cart-content ul {
  padding: 0 30px;
  width: 100%;
  overflow: auto;
  position: absolute;
  scrollbar-width: none;
  /*For Firefox*/
  -ms-overflow-style: none;
  /*For IE and Edge*/
  height: calc(100% - 120px);
}
.nxl-cart-content ul::-webkit-scrollbar {
  width: 0px;
  /*For Chrome, Safari and Opera*/
}
.nxl-cart-content ul li {
  border-bottom: 1px dashed #d6d6d6;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
}
.nxl-cart-content ul li:last-child {
  border: none;
}
.nxl-cart-content ul li:hover {
  border-color: #000000;
}
.nxl-cart-content ul li .remove {
  font-size: 20px;
  width: 22px;
  height: 22px;
  display: block;
  text-align: center;
  line-height: 22px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  background: #0f70b7;
}
.nxl-cart-content ul li .remove:hover {
  background: #000000;
}
.nxl-cart-content ul li a {
  font-size: 14px;
  text-align: center;
  display: block;
  font-family: Open Sans;
  color: #333333;
  font-weight: 500;
}
.nxl-cart-content ul li a img {
  max-width: 75px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.nxl-cart-content ul li .quantity {
  display: block;
  text-align: center;
}
/** ------------------------------------------* WOOCOMMARCE CHECKOUT* ------------------------------------------ */
#shipping_method li {
  margin-bottom: 10px;
}
#shipping_method li:last-child {
  margin-bottom: 0px;
}
#shipping_method label {
  display: inline-block;
  margin-bottom: 0px;
  font-weight: 400;
  margin-left: 5px;
}
.nxl_woo_your_order {
  background-color: #000000;
  color: #ffffff;
  padding: 50px;
}
.woocommerce-checkout-review-order-table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  border: none;
}
.woocommerce-checkout-review-order-table th {
  background-color: transparent;
}
.woocommerce-checkout-review-order-table tr.order-total {
  border-top: 1px solid #595959;
}
.woocommerce-checkout-review-order-table tr.order-total td .amount {
  font-size: 30px;
}
.woocommerce-checkout-review-order-table tr.order-total th {
  padding: 28px 0;
}
.woocommerce-checkout-review-order-table .product-total {
  text-align: right;
}
.woocommerce-checkout-review-order-table thead th {
  padding-top: 10px;
  color: #ffffff;
  border-color: #ffffff;
}
.woocommerce-checkout-review-order-table tbody td.product-name {
  text-transform: none;
  padding: 10px 0;
}
.woocommerce-checkout-review-order-table tbody td.product-name .variation {
  display: block;
  margin-top: 10px;
}
.woocommerce-checkout-review-order-table tfoot td {
  text-align: right;
}
.woocommerce-checkout-review-order-table tfoot td ul {
  padding: 0;
  list-style-type: none;
}
.woocommerce-checkout-review-order-table tfoot th {
  text-align: left;
  padding: 10px 0;
}
.woocommerce-checkout-review-order-table tfoot .cart-subtotal p,
.woocommerce-checkout-review-order-table tfoot .shipping p {
  margin-bottom: 0px;
}
.wc-social-login {
  display: none;
}
.woocommerce-ResetPassword .woocommerce-Button,
input[name="save_address"],
input[name="track"].button {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #252525;
  color: #ffffff !important;
  border: 1px solid #252525;
  padding: 0;
  -webkit-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
  -moz-transition: 0.25s all;
  transition: 0.25s all;
}
.woocommerce-ResetPassword .woocommerce-Button:hover,
input[name="save_address"]:hover,
input[name="track"].button:hover {
  opacity: 0.8;
}
.jws-registration-page .tt-login {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 46px;
}
.jws-registration-page #customer_login .col-register form .lost_password a,
.jws-registration-page #customer_login .col-login form .lost_password a {
  text-transform: uppercase;
  letter-spacing: 0.7px;
  border-bottom: 1px solid #767676;
}
.jws-registration-page #customer_login .col-register form .submit-row,
.jws-registration-page #customer_login .col-login form .submit-row {
  display: inline-block;
  margin-right: 67px;
}
.jws-registration-page #customer_login .col-register form .submit-row .button,
.jws-registration-page #customer_login .col-login form .submit-row .button {
  width: 270px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #252525;
  color: #ffffff;
  border: 1px solid #252525;
  padding: 0;
}
.jws-registration-page #customer_login .col-register form .submit-row .button:hover,
.jws-registration-page #customer_login .col-login form .submit-row .button:hover {
  opacity: 0.8;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow {
  margin-bottom: 30px;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input {
  border: 1px solid #a3a3a3;
  height: 70px;
  line-height: 70px;
  width: 100%;
  font-size: 14px;
  padding-left: 31px;
  letter-spacing: 0.3px;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input::-webkit-input-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input::-moz-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input::-moz-placeholder {
  /* Firefox 19+*/
  color: #959595;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input:-ms-input-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input:-ms-input-placeholder {
  /* IE 10+*/
  color: #959595;
}
.jws-registration-page #customer_login .col-register form .woocommerce-FormRow input:-moz-placeholder,
.jws-registration-page #customer_login .col-login form .woocommerce-FormRow input:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}
.jws-registration-page #customer_login .social-login ul li {
  display: block;
  margin-bottom: 30px;
}
.jws-registration-page #customer_login .social-login ul li a {
  width: 470px;
  height: 70px;
  line-height: 70px;
  font-size: 12px;
  color: #fefefe;
  text-transform: uppercase;
  display: block;
  text-align: left;
  letter-spacing: 1.2px;
}
.jws-registration-page #customer_login .social-login ul li a i {
  font-size: 30px;
  float: left;
  line-height: 70px;
  width: 100px;
  text-align: center;
  margin-right: 59px;
}
.jws-registration-page #customer_login .social-login ul li a.facebook {
  background: #3b5998;
}
.jws-registration-page #customer_login .social-login ul li a.facebook i {
  border-right: 1px solid #8998b8;
}
.jws-registration-page #customer_login .social-login ul li a.google {
  background: #db4e3c;
}
.jws-registration-page #customer_login .social-login ul li a.google i {
  border-right: 1px solid #d9938a;
}
.jws-registration-page #customer_login .social-login ul li a.mail {
  background: #464646;
}
.jws-registration-page #customer_login .social-login ul li a.mail i {
  border-right: 1px solid #8f8f8f;
}
.woocommerce-password-strength {
  margin-top: 20px;
  margin-bottom: -10px;
  padding: 10px 20px;
}
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
  color: #fff;
  background-color: #E0B252;
}
.woocommerce-password-strength.good,
.woocommerce-password-strength.strong {
  color: #fff;
  font-weight: 700;
  background: #459647;
}
.register > p {
  position: relative;
}
.woocommerce-password-hint {
  position: absolute;
  bottom: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -10px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  padding: 20px;
  max-width: 300px;
  width: 100%;
  transition: opacity .5s, visibility .5s;
  -webkit-transition: opacity .5s, visibility .5s;
  animation: fade-in 0.5s;
  -webkit-animation: fade-in 0.5s;
}
.woocommerce-password-hint:after {
  content: "\f0d7";
  position: absolute;
  top: 100%;
  left: 30px;
  font-size: 26px;
  line-height: 7px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: FontAwesome;
}
.register #reg_password:focus + .woocommerce-password-strength + .woocommerce-password-hint {
  opacity: 1;
  visibility: visible;
}
.woocommerce-checkout form .form-row label {
  display: none;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar {
  width: 30%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-title {
  margin-bottom: 0;
  border-bottom: none;
  padding: 15px 20px;
  text-align: center;
  font-size: 16px;
  background-color: #252525;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-top: 0;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation {
  margin-bottom: 40px;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul {
  border: 1px solid rgba(136, 136, 136, 0.12);
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid rgba(136, 136, 136, 0.12);
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li a {
  padding: 14px 20px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #959595;
}
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li.is-active > a,
.woocommerce-checkout form .form-row .jws-my-account-sidebar .woocommerce-MyAccount-navigation ul li:hover > a {
  color: rgba(71, 71, 71, 0.8);
  background-color: rgba(136, 136, 136, 0.12);
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content {
  width: 70%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content strong {
  color: #252525;
  font-weight: 400;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-orders-table tr td {
  padding: 15px 0;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-orders-table tr td .view {
  background: none;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account p {
  margin-bottom: 30px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account legend {
  color: #252525;
  width: 200px;
  font-weight: 600;
  padding-bottom: 7px;
  border-color: #464646;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account .woocommerce-Button {
  width: 200px;
  background: #252525;
  color: #ffffff;
  border-color: #252525;
  height: 50px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .edit-account .woocommerce-Button:hover {
  opacity: 0.8;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: 10px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title {
  position: relative;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title h3 {
  display: inline-block;
  margin-bottom: 0;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .title .edit {
  font-size: 12px;
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  border-bottom: 1px solid #E6E6E6;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .u-column1 {
  float: left;
  width: 48%;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content .woocommerce-Addresses .u-column2 {
  float: right;
  width: 48%;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content > p:not(.woocommerce-info):first-child {
  font-size: 16px;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content > p:not(.woocommerce-info) {
  padding: 20px;
  background-color: #f9f9f9;
}
.woocommerce-checkout form .form-row .woocommerce-MyAccount-content > p:not(.woocommerce-info) a {
  background-color: transparent;
  padding-bottom: 1px;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  display: inline;
}
.form-row {
  margin-bottom: 32px;
}
.form-row .input-text {
  border: none;
  border-bottom: 5px solid #f0f0f0;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding-bottom: 11px;
}
.form-row .input-text::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
.form-row .input-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
.form-row .input-text:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
.form-row .input-text:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}
.form-row textarea {
  height: auto !important;
}
.form-row .selection .select2-selection--single {
  border: none;
  border-bottom: 5px solid #f0f0f0;
  width: 100%;
  outline: none;
  font-size: 16px;
  padding-bottom: 11px;
  height: 45px;
  color: #999999;
}
.form-row .selection .select2-selection--single span {
  line-height: 35px;
  padding: 0;
  color: #999999;
}
.form-row .selection .select2-selection--single .select2-selection__arrow {
  height: 35px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox {
  margin: 0;
  margin-top: 12px;
  position: relative;
}
.woocommerce-checkout #ship-to-different-address {
  margin-top: 47px;
}
.woocommerce-checkout #ship-to-different-address span {
  margin-left: 7px;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
}
.woocommerce-billing-fields h3 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: #333333;
  margin-bottom: 25px;
}
.create-account {
  margin: 0;
}
.create-account label {
  margin-bottom: 0;
}
.woocommerce-additional-fields__field-wrapper label {
  color: #959595;
}
.nxl_woo_your_order #order_review_heading {
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  font-family: Open Sans;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .woocommerce-privacy-policy-link {
  color: #0f70b7;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order {
  margin-bottom: 0;
  margin-top: 25px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment .place-order .button {
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #0f70b7;
  color: #ffffff;
  min-width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  text-transform: uppercase;
  margin-top: 31px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul {
  padding: 0;
  list-style-type: none;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li {
  margin-bottom: 5px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li .payment_box {
  margin-top: 15px;
  margin-bottom: 20px;
  animation: fadeIn 0.5s both;
  -webkit-animation: fadeIn 0.5s both;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li.payment_method_paypal {
  font-size: 0;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li.payment_method_paypal .payment_method_paypal {
  font-size: 17px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li.payment_method_paypal img {
  width: 50%;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li.payment_method_paypal label {
  width: 80%;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li input,
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label {
  margin-left: 3px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order .woocommerce-checkout-payment ul li label a {
  margin-left: 15px;
  vertical-align: middle;
  text-decoration: underline;
  display: inline-block;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table thead tr {
  border: none;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table thead tr th {
  padding: 13px 0px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot tr {
  width: 100%;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot tr th,
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot tr td {
  border: none;
  padding: 16px 0px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot tr td {
  text-align: right;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot tr td input[type="radio"] {
  position: relative;
  top: 7px;
  float: right;
  margin-right: 0;
  margin-left: 7px;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot .shipping td ul li {
  margin-bottom: 0px !important;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tfoot .shipping td ul li input {
  margin-top: 0px;
  vertical-align: middle;
}
.nxl_woo_your_order .woocommerce-checkout-review-order table tbody tr td {
  padding: 16px 0px;
  width: auto;
  max-width: auto;
  font-weight: 400;
}
.spaceing {
  background: #ffffff;
  width: calc(160%);
  height: 15px;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
}
.woocommerce-checkout .woocommerce .woocommerce-info {
  border: none;
  margin-bottom: 20px;
  margin-top: 15px;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce .woocommerce-info:before {
  display: none;
}
.woocommerce-checkout .woocommerce .woocommerce-info a {
  color: #0f70b7;
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-form-login {
  border: 5px solid #dfdfdf;
  padding: 30px;
  max-width: 500px;
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-login p:first-child {
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-form-login .form-row .button:hover {
  background-color: #0f70b7;
}
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox span {
  padding-left: 0px;
}
.woocommerce-checkout .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox input {
  vertical-align: middle;
  margin-top: -2px;
}
.woocommerce-checkout .ywsl-box {
  margin-bottom: 20px;
}
.woocommerce-checkout .checkout_coupon {
  text-align: center;
  border: 5px solid #dfdfdf;
  padding: 30px;
  max-width: 500px;
  margin-bottom: 20px;
}
.woocommerce-checkout .checkout_coupon .form-row-first {
  display: inline-block;
  width: 250px;
  vertical-align: top;
}
.woocommerce-checkout .checkout_coupon .form-row-first input {
  height: 46px;
}
.woocommerce-checkout .checkout_coupon .form-row-last {
  display: inline-block;
  vertical-align: top;
}
.woocommerce-checkout .checkout_coupon p:first-child {
  margin-bottom: 20px;
}
.woocommerce-checkout .checkout_coupon .form-row {
  margin-bottom: 15px;
  float: none;
}
.woocommerce-checkout .checkout_coupon .button {
  background: none;
  border: none;
  letter-spacing: 1px;
  padding: 0 15px;
  background-color: #0f70b7;
  color: #ffffff;
  min-height: 46px;
  vertical-align: middle;
  display: inline-block;
}
.woocommerce-checkout .checkout_coupon .button:hover {
  opacity: 0.9;
}
.woocommerce-NoticeGroup-checkout {
  padding: 0 15px;
}
/** ------------------------------------------------------------------------------------------------* THANK YOU PAGE* ------------------------------------------------------------------------------------------------ */
.woocommerce-order-received .site-content .entry-content > .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order-received .responsive-table {
  margin-bottom: 60px;
}
.woocommerce-order-received .woocommerce .woocommerce-thankyou-order-received {
  background: transparent;
  border: 2px dashed #0f70b7;
  color: #0f70b7;
  font-weight: 600;
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.4;
  padding: 15px 25px;
}
.woocommerce-order-received ul.order_details {
  margin-left: 0;
}
.woocommerce-order-details__title,
.wc-bacs-bank-details-heading {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: center;
}
.woocommerce-order-details__title + h3,
.wc-bacs-bank-details-heading + h3 {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-customer-details > h2,
.woocommerce-customer-details > h3 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.woocommerce-customer-details address {
  padding: 25px 30px 30px 30px;
  border: 2px dashed #575454;
  line-height: 30px;
}
.woocommerce-customer-details .woocommerce-column__title {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 30px;
  margin-top: 12px;
}
.woocommerce-order-received .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order-received .woocommerce-order-details h2 {
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce-order-received .woocommerce-order-details table tbody tr th,
.woocommerce-order-received .woocommerce-order-details table tbody tr td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
}
.woocommerce-order-received .woocommerce-order-details table tbody tr th {
  text-align: left;
}
.woocommerce-order-received .woocommerce-order-details table tfoot tr th,
.woocommerce-order-received .woocommerce-order-details table tfoot tr td {
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  color: #575454;
}
.woocommerce-order-received .woocommerce-order-details table tfoot tr td {
  text-align: right;
}
.woocommerce-order-received .woocommerce-order-details table thead {
  background: none;
}
.woocommerce-order-received .woocommerce-order-details table thead tr th {
  padding: 15px 10px;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4;
  color: #1B1919;
  vertical-align: middle;
  border: none;
  border-bottom: 2px solid #EFEFEF;
}
.woocommerce-order-received .woocommerce-order-details table .product-name a {
  display: inline-block;
}
.woocommerce-order-received .woocommerce-order-details table .product-total {
  text-align: right;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1,
.woocommerce-order-received .woocommerce-columns--addresses .col-2 {
  float: left;
  width: 48%;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1 h3,
.woocommerce-order-received .woocommerce-columns--addresses .col-2 h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce-columns--addresses .col-1 {
  margin-right: 30px;
}
.woocommerce-order-received .woocommerce-thankyou-order-details {
  display: flex;
  -webkit-display: flex;
  display: -webkit-flex;
  -ms-display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.woocommerce-order-received .woocommerce-thankyou-order-details + p {
  font-size: 16px;
  background-color: #f6f6f6;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li {
  flex-grow: 1;
  -ms-flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #dfdfdf;
  text-align: center;
}
.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
  display: block;
}
/* Checkout page processing spinner */
.woocommerce .blockUI.blockOverlay {
  background: #000000 !important;
  z-index: 0 !important;
}
.woocommerce form .form-row .required {
  color: #ab1f1f;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  content: "";
  width: 50px;
  height: 50px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  border-color: #ffffff transparent #ffffff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}
@media (max-width: 767px) {
  .checkout-order-review .woocommerce-checkout-review-order {
    padding: 0 10px;
  }
  .nxl_woo_your_order {
    padding: 50px 20px;
  }
  .woocommerce-order-received .woocommerce-columns--addresses .col-1,
  .woocommerce-order-received .woocommerce-columns--addresses .col-2 {
    float: none !important;
    width: 100% !important;
    margin: 0;
  }
}
.woocommerce-account em {
  margin-top: 15px;
  display: block;
}
.woocommerce-account legend {
  margin-bottom: 30px;
  border: none;
  font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 69%;
  padding-left: 10%;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #ffffff;
  background: #333333;
  padding: 10px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #0f70b7;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #0f70b7;
}
.woocommerce-account .nxl_text_form p:last-child {
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  padding: 0 15%;
  margin-bottom: 50px;
}
.woocommerce-account .nxl_text_form p:first-child {
  text-align: center;
  font-size: 40px;
  color: #333333;
  font-family: Open Sans;
  font-weight: 400;
  font-style: normal;
  line-height: 50px;
  margin-bottom: 26px;
}
.woocommerce-account .nxl_text_form p:first-child span {
  font-weight: 700;
}
.woocommerce-account #customer_login {
  margin: 0 -125px;
}
.woocommerce-account #customer_login > div {
  width: 50%;
  float: left;
  position: relative;
  padding: 0 125px;
}
.woocommerce-account #customer_login > div > div {
  background-color: #f6f9f9;
  padding: 50px 20px 20px 20px;
}
.woocommerce-account #customer_login > div:first-child:after {
  height: 270px;
  width: 1px;
  content: "";
  margin: 0 100px;
  clear: both;
  float: left;
  position: absolute;
  top: 50%;
  right: -100px;
  border-right: 1px dashed #0f70b7;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.woocommerce-account #customer_login:after {
  content: " ";
  display: table;
  clear: both;
}
.woocommerce-account form button {
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #000000;
  color: #ffffff;
  height: 60px;
  line-height: 60px;
  -webkit-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -moz-transition: 0.35s all;
  transition: 0.35s all;
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  border: none;
  outline: none;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.woocommerce-account form button:hover {
  background: #0f70b7;
}
.woocommerce-account form.edit-account .form-row label {
  color: #333333;
}
.woocommerce-account form.woocommerce-form-login,
.woocommerce-account form.woocommerce-form-register {
  background-color: #ffffff;
  padding: 44px 52px;
}
.woocommerce-account form.woocommerce-form-login .form-row.nxl_button_res,
.woocommerce-account form.woocommerce-form-register .form-row.nxl_button_res {
  margin-bottom: 14px;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-privacy-policy-text,
.woocommerce-account form.woocommerce-form-register .woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-privacy-policy-text a,
.woocommerce-account form.woocommerce-form-register .woocommerce-privacy-policy-text a {
  color: #0f70b7;
}
.woocommerce-account form.woocommerce-form-login .lost_password,
.woocommerce-account form.woocommerce-form-register .lost_password {
  margin-bottom: 0;
  text-align: center;
}
.woocommerce-account form.woocommerce-form-login .lost_password a,
.woocommerce-account form.woocommerce-form-register .lost_password a {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #b5b5b5;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__rememberme,
.woocommerce-account form.woocommerce-form-register .woocommerce-form-login__rememberme {
  position: relative;
  margin-bottom: 30px;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__rememberme input,
.woocommerce-account form.woocommerce-form-register .woocommerce-form-login__rememberme input {
  margin-right: 10px;
  position: absolute;
  top: 4px;
}
.woocommerce-account form.woocommerce-form-login .woocommerce-form-login__rememberme span,
.woocommerce-account form.woocommerce-form-register .woocommerce-form-login__rememberme span {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
}
.woocommerce-account .nxl_ac_info {
  padding: 0 52px;
  margin-bottom: 25px;
}
.woocommerce-account .nxl_woo_ac_icon span {
  display: block;
  color: #000000;
  font-size: 60px;
  line-height: 60px;
}
.woocommerce-account .nxl_woo_title {
  font-family: Open Sans;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}
.woocommerce-account .nxl_woo_des {
  color: #333333;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .woocommerce-account #customer_login {
    margin: 0 -15px;
  }
  .woocommerce-account #customer_login > div {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-account #customer_login > div {
    float: none;
    width: 100%;
  }
  .woocommerce-account #customer_login > div:first-child {
    margin-bottom: 30px;
  }
  .woocommerce-account #customer_login > div:first-child:after {
    display: none;
  }
  .woocommerce-account .nxl_text_form p:last-child {
    padding: 0;
  }
  .woocommerce-account form.woocommerce-form-login,
  .woocommerce-account form.woocommerce-form-register {
    padding: 44px 15px;
  }
  .woocommerce-account .nxl_ac_info {
    padding: 0 0px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
/** End Less Shortcode **/
