@charset "UTF-8";
/*------------------------------------------------------------------
[Table of contents]

1.0 Common & Reset style
	1.1 Plugins
		1.1.1 Bootstrap
		1.1.2 Font Awesome Icon
		1.1.3 Owl Carousel
	1.2 Config Skin

2.0 Base
	2.1 Header
	2.1 Footer
	2.2 Mega Menu
	2.3 Breadcrumds

3.0 Content
	3.1 Widget
	3.2 Blog
	3.3 Gallery
	3.4 Content
	3.5 Service
	3.6 Counter
	3.7 Banner
	3.8 Slide
	3.9 About us
	3.10 Product
	3.11 Testimonial
	3.12 Contact
	3.13 Fullpage
	3.14 Coming Soon

4.0 Responsive

-------------------------------------------------------------------*/
@font-face {
  font-family: 'Signalist';
  src: url("../fonts/Signalist-W00-Signalist.eot");
  src: local("Γÿ║"), url("../fonts/Signalist-W00-Signalist.woff") format("woff"), url("../fonts/Signalist-W00-Signalist.ttf") format("truetype"), url("../fonts/Signalist-W00-Signalist.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-size: 15px;
  font-family: 'Poppins', Arial;
  color: #9c9c9c;
  font-weight: normal;
  margin: 0; }

body, html {
  overflow-x: hidden;
  width: 100%; }

a {
  color: #e2e2e2; }

ins, del {
  text-decoration: none; }

del {
  padding-right: 5px; }
  del span {
    text-decoration: line-through;
    color: #aaa !important; }

select::-ms-expand {
  display: none; }

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield; }

.preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  background: #fff; }
  .preloader .loader {
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    width: 100%; }

.preloader .sq {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 auto;
  background-color: #4997ff;
  animation-name: stretch;
  animation-duration: 1.25s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
  margin-left: .65em; }

.preloader .sq:nth-child(2) {
  animation-delay: .25s; }

.preloader .sq:nth-child(3) {
  animation-delay: .50s; }

.preloader .sq:nth-child(4) {
  animation-delay: .75s; }

@keyframes stretch {
  0% {
    transform: rotate(180deg); }
  100% {
    background-color: #4997ff;
    transform: scale(0.5);
    border-radius: 100%; } }
.scroll-to-top {
  background: #4997ff none repeat scroll 0 0;
  border: none;
  bottom: -100px;
  cursor: pointer;
  height: 35px;
  line-height: 25px;
  padding: 3px;
  position: fixed;
  right: 25px;
  text-align: center;
  width: 35px;
  z-index: 9999;
  color: #fff;
  border-radius: 5px; }
  .scroll-to-top i {
    line-height: 25px; }
  .scroll-to-top:hover {
    color: #fff;
    background: #000; }

input[type=text]::-ms-clear {
  display: none; }

.display-inline-b {
  display: inline-block; }

.animated {
  visibility: hidden; }
  .animated.visible {
    visibility: visible; }

.ult-animation .animated {
  visibility: visible; }

.blog_post_desc > .entry-content > h1, .comment-content > h1, article.type-page > .entry-content > h1,
.post-single .blog_post_desc > h1 {
  font-size: 48px;
  margin: 33px 0; }
.blog_post_desc > .entry-content > h1 + h2, .comment-content > h1 + h2, article.type-page > .entry-content > h1 + h2,
.post-single .blog_post_desc > h1 + h2 {
  margin: 18px 0; }
.blog_post_desc > .entry-content > h3, .comment-content > h3, article.type-page > .entry-content > h3,
.post-single .blog_post_desc > h3 {
  margin: 15px 0; }
.blog_post_desc > .entry-content > h4, .blog_post_desc > .entry-content > h5, .blog_post_desc > .entry-content > h6, .comment-content > h4, .comment-content > h5, .comment-content > h6, article.type-page > .entry-content > h4, article.type-page > .entry-content > h5, article.type-page > .entry-content > h6,
.post-single .blog_post_desc > h4,
.post-single .blog_post_desc > h5,
.post-single .blog_post_desc > h6 {
  margin: 12px 0; }
.blog_post_desc > .entry-content > h2, .comment-content > h2, article.type-page > .entry-content > h2,
.post-single .blog_post_desc > h2 {
  margin-bottom: 25px;
  margin-top: 25px; }
.blog_post_desc > .entry-content > dl, .comment-content > dl, article.type-page > .entry-content > dl,
.post-single .blog_post_desc > dl {
  margin: 0 20px; }
  .blog_post_desc > .entry-content > dl dd, .comment-content > dl dd, article.type-page > .entry-content > dl dd,
  .post-single .blog_post_desc > dl dd {
    margin: 0 0 20px; }
.blog_post_desc > .entry-content > table, .comment-content > table, article.type-page > .entry-content > table,
.post-single .blog_post_desc > table {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }
  .blog_post_desc > .entry-content > table td, .comment-content > table td, article.type-page > .entry-content > table td,
  .post-single .blog_post_desc > table td {
    padding: 6px 10px 6px 0;
    border-top: 1px solid #ededed; }
    .blog_post_desc > .entry-content > table td a, .comment-content > table td a, article.type-page > .entry-content > table td a,
    .post-single .blog_post_desc > table td a {
      color: #000; }
      .blog_post_desc > .entry-content > table td a:hover, .comment-content > table td a:hover, article.type-page > .entry-content > table td a:hover,
      .post-single .blog_post_desc > table td a:hover {
        color: #4997ff; }
  .blog_post_desc > .entry-content > table thead th, .comment-content > table thead th, article.type-page > .entry-content > table thead th,
  .post-single .blog_post_desc > table thead th {
    text-transform: uppercase;
    padding-bottom: 10px; }

.entry-content > .vc_row > .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.home.blog #main {
  padding-top: 70px; }
.home.blog .fixed-header #main {
  padding-top: 160px; }

.sticky_post {
  color: #4997ff;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize; }

.post-password-form input[type="password"] {
  background: transparent none repeat scroll 0 0;
  border-bottom: 1px dashed rgba(137, 137, 137, 0.5);
  color: #a1a1a1;
  font-family: 'Open Sans', Arial;
  font-size: 14px;
  width: 100%; }
.post-password-form label {
  font-weight: normal; }
.post-password-form input[type="submit"] {
  padding: 9px 28px;
  background: #4997ff;
  color: #fff;
  text-transform: uppercase;
  vertical-align: bottom;
  margin-bottom: 4.5px; }

.comment-nav-links {
  padding-bottom: 15px; }
  .comment-nav-links .comment-nav-next a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000; }
    .comment-nav-links .comment-nav-next a:after {
      content: "\f054";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      padding-left: 5px;
      font-size: 10px;
      vertical-align: middle; }
  .comment-nav-links .comment-nav-previous a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000; }
    .comment-nav-links .comment-nav-previous a:before {
      content: "\f053";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      padding-right: 5px;
      font-size: 10px;
      vertical-align: middle; }

.active-sidebar .widget_nav_menu ul#menu-testing-menu li ul {
  padding-left: 16px; }

table {
  width: 100%; }

table, table td {
  padding: 0;
  border: none;
  border-collapse: separate; }

iframe {
  max-width: 100%;
  border: none; }

a, .widget_categories li a::before,
.widget_product_categories li a::before {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.vc_btn3 i {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

ul, menu, dir {
  display: block;
  list-style-type: disc;
  padding: 0 0 0 40px; }

li > ul, li > ol {
  margin: 0; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

ul, ol {
  margin-top: 0; }

li {
  display: list-item;
  text-align: -webkit-match-parent; }

ol {
  display: block;
  list-style-type: decimal;
  padding: 0 0 0 40px; }

ul ul, ol ul {
  list-style-type: circle; }

ol ol ul, ol ul ul, ul ol ul, ul ul ul {
  list-style-type: square; }

li {
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  border: 0;
  padding: auto;
  outline: 0;
  vertical-align: top; }

.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }

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

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

.alignleft {
  float: left; }

.blog_post_desc .entry-content menu, .blog_post_desc .entry-content ol, .blog_post_desc .entry-content ul {
  margin: 16px 0; }
.blog_post_desc .entry-content li > ul, .blog_post_desc .entry-content li > ol {
  margin: 0; }
.blog_post_desc .entry-content > table {
  padding-bottom: 20px; }

.wrapper {
  min-height: 500px; }

.wp-caption {
  max-width: 100%; }

.active-sidebar ul, .active-sidebar menu, .active-sidebar dir, #thumbs_list_frame ul, #thumbs_list_frame menu, #thumbs_list_frame dir,
.isotope ul,
.isotope menu,
.isotope dir, .media ul, .media menu, .media dir, .vertical_list ul, .vertical_list menu, .vertical_list dir, .image_list ul, .image_list menu, .image_list dir, .woocommerce ul, .woocommerce menu, .woocommerce dir,
.instagram-gallery ul,
.instagram-gallery menu,
.instagram-gallery dir {
  list-style-type: none;
  padding-left: 0; }

.commentlist {
  list-style-type: none;
  padding-left: 0; }
  .commentlist ul.children {
    list-style-type: none; }

a:focus,
a:hover {
  color: #4997ff; }

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 0;
  line-height: 100%;
  font-weight: 600; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

p {
  line-height: 24px; }

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

button:focus, button:active, button:active:focus, button:focus:active {
  outline: none !important; }

input, textarea {
  background: #f5f5f5 none repeat scroll 0 0;
  padding: 17px 29px 16px;
  border: medium none;
  color: #707070;
  box-shadow: none; }

input:focus,
textarea:focus {
  outline: none !important; }

input {
  line-height: normal;
  border-radius: 0; }

figure {
  position: relative; }

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

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

.alignleft {
  float: left; }

.container .container, .main-sidebar .container {
  width: auto;
  padding-left: 0;
  padding-right: 0; }

.w-auto {
  width: auto !important; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: medium none;
  height: 40px;
  text-transform: capitalize;
  overflow: hidden;
  padding: 0 0 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  outline: none;
  background: url(../images/caret-down.png) no-repeat right center;
  border: none;
  padding-left: 0;
  color: #777;
  font-size: 14px; }
  select:focus {
    outline: none; }

.input-text::-ms-input-placeholder {
  opacity: 1; }

.input-text::-moz-placeholder {
  opacity: 1; }

.input-text::-o-placeholder {
  opacity: 1; }

.input-text::-webkit-input-placeholder {
  opacity: 1; }

.textarea::-ms-input-placeholder {
  opacity: 1; }

.textarea::-moz-placeholder {
  opacity: 1; }

.textarea::-o-placeholder {
  opacity: 1; }

.textarea::-webkit-input-placeholder {
  opacity: 1; }

.wpcf7-submit {
  text-transform: uppercase;
  color: #fff;
  padding-left: 31px;
  padding-right: 29px;
  width: 100%;
  letter-spacing: 1px;
  vertical-align: top;
  background: #4997ff;
  font-weight: 600; }
  .wpcf7-submit:hover {
    background: #000; }

.hover-link {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
  display: inline-block; }
  .hover-link.type1 {
    color: #888;
    text-transform: uppercase; }
    .hover-link.type1:hover {
      color: #4997ff; }
  .hover-link.type2 {
    font-size: 14px;
    font-weight: 500;
    color: #4997ff;
    position: relative;
    padding-left: 62px; }
    .hover-link.type2:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 45px;
      top: 50%;
      left: 0;
      background: #4997ff;
      -webkit-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      -moz-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      -ms-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      -o-transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important;
      transition: all all 0.3s ease-in-out 0s ease-in-out 0s !important; }
    .hover-link.type2:hover {
      color: #000;
      padding-left: 72px; }
      .hover-link.type2:hover:before {
        width: 55px;
        background: #000; }

.btn {
  width: auto;
  text-transform: uppercase;
  padding: 15px 28px 13px;
  font-weight: 500;
  border-radius: 5px;
  font-size: 15px;
  border: none;
  line-height: 20px; }
  .btn.btn-default {
    background: none;
    border: 2px solid #4997ff;
    color: #4997ff; }
    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
      background: #4997ff;
      color: #fff; }
  .btn.btn-primary {
    background: #4997ff;
    border-color: #4997ff;
    color: #fff; }
    .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
      background: #212425;
      border-color: #212425; }
  .btn.btn-black {
    background: #212425;
    color: #fff;
    border-color: #212425; }
    .btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active {
      background: #4997ff;
      border-color: #4997ff; }
  .btn.btn-secondary {
    background: #eaf3ff;
    color: #4997ff;
    border-color: #eaf3ff; }
    .btn.btn-secondary:hover, .btn.btn-secondary:focus, .btn.btn-secondary:active {
      background: #4997ff;
      color: #fff;
      border-color: #4997ff; }

.shortcode-btn .btn {
  margin-bottom: 20px; }

.shortcode-progressbar .vc_progress_bar.custom-progress .progress-bar-style2.vc_single_bar {
  margin-right: 0 !important; }

.instagram-container li a::before,
.instagram-container li a::after,
.testimonial-container .owl-nav > div:before,
.product-slide .product-img::before,
.ads-type-2, .quick-view, .add-to, .add_to_cart_button,
.img-member,
.img-member:before,
.mega-menu > li > a::before,
.mega-menu > li > a::after,
.right-header > div > a::before,
.right-header > div > a::after,
#fp-nav ul li .fp-tooltip,
#fp-nav ul li,
.price_slider_amount .button,
.mc4wp-form [type="submit"],
.custom.tparrows::before,
.custom.tparrows::after,
#wpsl-search-wrap .wpsl-search-btn-wrap input,
.header-v3 .header-logo,
.banner-type-2 h5, .banner-type-2 h3,
.banner-type-2 p, button.button,
.style-2 .banner-content.banner-type-2 .banner_icon {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.tp-revslider-slidesli .btn {
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  -moz-transition: all 0.3s ease-in-out 0s !important;
  -ms-transition: all 0.3s ease-in-out 0s !important;
  -o-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important; }

.ads-type-2:before,
.ads-type-2:after {
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s; }

.slide-content .slide-desc h4,
.slide-content .text p,
.slide-content .btn-banner .btn {
  -webkit-transition: all 1.5s ease-in-out 0s;
  -moz-transition: all 1.5s ease-in-out 0s;
  -ms-transition: all 1.5s ease-in-out 0s;
  -o-transition: all 1.5s ease-in-out 0s;
  transition: all 1.5s ease-in-out 0s; }

.slide-content .number-slide h2,
.blog-img > a {
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s; }

.col-xs-55,
.col-sm-55,
.col-md-55,
.col-lg-55 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-55 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-55 {
    width: 20%;
    float: left; } }
@media (min-width: 992px) {
  .col-md-55 {
    width: 20%;
    float: left; } }
@media (min-width: 1200px) {
  .col-lg-55 {
    width: 20%;
    float: left; } }
.bg-primary {
  background: #4997ff; }

.no-padding .vc_row {
  margin: 0; }

.title-custom {
  clear: left; }

.main-bg_color,
.main-bg_color.ult-content-box-container,
.main-bg_color > .vc_column-inner,
.main-bg_color > .upb_row_bg, .main-bg_color.vc_row {
  background-color: #4997ff; }

.arrowpress-heading {
  overflow: hidden; }
  .arrowpress-heading.text-center .head-title {
    float: none;
    width: auto;
    margin: 0 auto;
    margin-bottom: 39px;
    text-align: center; }
  .arrowpress-heading.text-center .desc-title {
    float: none; }
  .arrowpress-heading .summary_title {
    float: left;
    font-weight: 500;
    display: inline-block;
    color: #4997ff;
    font-size: 19.5px;
    margin-right: 60px;
    margin-bottom: 0;
    position: relative;
    margin-top: 5px;
    text-transform: uppercase; }
    .arrowpress-heading .summary_title:before {
      height: 1px;
      width: 45px;
      content: "";
      background: #4997ff;
      position: absolute;
      right: -54px;
      top: 16px; }
  .arrowpress-heading h1, .arrowpress-heading h2, .arrowpress-heading h3, .arrowpress-heading h4, .arrowpress-heading h5, .arrowpress-heading h6 {
    font-weight: 500;
    color: #212425;
    float: left;
    margin-top: 7px;
    text-transform: normal; }
  .arrowpress-heading h3 {
    font-size: 20px; }
  .arrowpress-heading h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.8px;
    margin-left: 12px;
    margin-top: 0; }
  .arrowpress-heading .desc-title {
    color: #4997ff;
    font-weight: 600;
    font-size: 28px;
    line-height: 35px;
    float: left;
    letter-spacing: -0.95px;
    margin-bottom: 60px;
    margin-top: 17px; }

.head-title {
  display: inline-block;
  float: left;
  margin-bottom: 39px;
  width: 100%; }

.title_all-white .arrowpress-heading h1, .title_all-white .arrowpress-heading h2, .title_all-white .arrowpress-heading h3, .title_all-white .arrowpress-heading h4, .title_all-white .arrowpress-heading h5, .title_all-white .arrowpress-heading h6,
.title-white .arrowpress-heading h1,
.title-white .arrowpress-heading h2,
.title-white .arrowpress-heading h3,
.title-white .arrowpress-heading h4,
.title-white .arrowpress-heading h5,
.title-white .arrowpress-heading h6 {
  color: #fff !important; }

.title_all-white .summary_title {
  color: #fff !important; }
  .title_all-white .summary_title:before {
    background: #fff !important; }

.twitter-tweet {
  font-size: 13px;
  margin-top: 23px; }
  .twitter-tweet i {
    font-size: 16px;
    color: #00baff;
    float: left;
    padding-top: 6px; }
  .twitter-tweet .tweet-text {
    margin-top: -7px;
    overflow: hidden;
    padding-left: 26px;
    color: #303030;
    line-height: 22px; }
  .twitter-tweet a {
    color: #00baff; }
  .twitter-tweet .my-date {
    color: #c5c5c5; }

.instagram-container li {
  display: inline-block;
  float: left;
  width: 20%; }
  .instagram-container li a {
    width: 100%;
    display: inline-block;
    position: relative; }
    .instagram-container li a:before {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: #4997ff; }
    .instagram-container li a:after {
      position: absolute;
      content: "\f16d";
      width: 100%;
      height: 100%;
      font-family: FontAwesome;
      text-align: center;
      top: 50%;
      width: 100%;
      left: 0;
      font-size: 24px;
      opacity: 0;
      color: #fff;
      margin-top: -11px; }
    .instagram-container li a:hover:before, .instagram-container li a:hover:after {
      opacity: 0.8; }
    .instagram-container li a img {
      width: 100%; }

.footer-gallery {
  overflow: hidden;
  margin-bottom: 0; }

.block_content .fb_followers li {
  float: left; }
  .block_content .fb_followers li .fb_name {
    display: none; }

.block_content .fb_followers li a, .block_content .fb_followers li span {
  background-color: rgba(255, 255, 255, 0.2) !important;
  display: block;
  width: 60px;
  height: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover; }

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
/*hvr-pulse*/
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent; }

.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg); }

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #212425;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

div.wpcf7-response-output {
  padding: 8px 8px 5px 40px;
  border-radius: 4px; }

.wpcf7-response-output {
  position: relative; }
  .wpcf7-response-output:before {
    position: absolute;
    font-family: FontAwesome;
    left: 15px;
    top: 9px; }
  .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #e0f2d9 none repeat scroll 0 0;
    border: 2px solid #e0f2d9;
    color: #58a839; }
    .wpcf7-response-output.wpcf7-mail-sent-ok:before {
      content: "\f00c"; }
  .wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #ecf1f9 none repeat scroll 0 0;
    border: 2px solid #ecf1f9;
    color: #3d6ebf; }
    .wpcf7-response-output.wpcf7-mail-sent-ng:before {
      content: "\f00c"; }
  .wpcf7-response-output.wpcf7-validation-errors {
    background: #ffecec none repeat scroll 0 0;
    border: 2px solid #ffecec;
    color: #df6060; }
    .wpcf7-response-output.wpcf7-validation-errors:before {
      content: "\f129"; }
  .wpcf7-response-output.wpcf7-spam-blocked {
    background: #fdf9df none repeat scroll 0 0;
    border-color: #fdf9df;
    color: #eb9b0a; }
    .wpcf7-response-output.wpcf7-spam-blocked:before {
      content: "\f071"; }

.mc4wp-response {
  position: relative; }
  .mc4wp-response .mc4wp-alert {
    padding: 8px 8px 5px 40px;
    font-size: 13px;
    margin-top: 10px;
    border-radius: 4px; }
    .mc4wp-response .mc4wp-alert:before {
      position: absolute;
      font-family: FontAwesome;
      left: 20px;
      top: 9px; }
  .mc4wp-response .mc4wp-success {
    background: #e0f2d9 none repeat scroll 0 0;
    border: 2px solid #e0f2d9;
    color: #58a839; }
    .mc4wp-response .mc4wp-success:before {
      content: "\f00c"; }
  .mc4wp-response .mc4wp-error {
    background: #ffecec none repeat scroll 0 0;
    border: 2px solid #ffecec;
    color: #df6060; }
    .mc4wp-response .mc4wp-error:before {
      content: "\f129"; }

.list-items ul, .list-items ol {
  padding-left: 0; }

.list-items ul li, .list-items ol li {
  line-height: 2.5em; }

.list-items.style1 li,
.list-items.style2 li,
.list-items.style3 li {
  position: relative;
  list-style-type: none; }

.list-items.style1 li:before,
.list-items.style2 li:before,
.list-items.style3 li:before {
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 15px;
  top: 50%;
  left: -22px;
  margin-top: -8px; }

.list-items.style1 li:before {
  content: "\e685"; }

.list-items.style2 li:before {
  content: "\e684"; }

.list-items.style3 li:before {
  content: "\e66c"; }

.list-items.style4 li {
  list-style-type: square; }

.list-items.style5 li {
  list-style-type: disc; }

.list-items.style6 li {
  list-style-type: decimal; }

/*===================================
	2.0 Base 
		2.1 Header
===================================*/
header {
  position: relative;
  z-index: 9; }

header ul li, .footer ul li {
  list-style: none; }
header ul, .footer ul {
  padding-left: 0;
  margin: 0; }
header .close_mini_special, .footer .close_mini_special {
  display: none; }

.header-languages.dropdown-menu {
  right: 0; }

.header-profile,
header .search-block-top, header .mini-cart > a, .btn-open,
.header-v1 .languges-flags > a {
  color: #212425; }

.header-v1 #site-navigation {
  position: static; }
.header-v1 .header-wrapper {
  float: left;
  position: relative;
  width: 100%; }

.header-v1, .header-v6,
.header-v2 {
  padding: 0 45px; }
  .header-v1 .header-logo, .header-v6 .header-logo,
  .header-v2 .header-logo {
    float: left;
    padding-top: 37px;
    vertical-align: middle;
    display: inline-block; }
  .header-v1 .header-wrapper:before, .header-v1 .header-wrapper:after, .header-v6 .header-wrapper:before, .header-v6 .header-wrapper:after,
  .header-v2 .header-wrapper:before,
  .header-v2 .header-wrapper:after {
    content: "";
    display: table; }
  .header-v1 .header-wrapper:after, .header-v6 .header-wrapper:after,
  .header-v2 .header-wrapper:after {
    clear: both; }
  .header-v1 .header-center, .header-v6 .header-center,
  .header-v2 .header-center {
    display: inline-block;
    float: right; }
  .header-v1 .header-right, .header-v6 .header-right,
  .header-v2 .header-right {
    display: inline-block;
    float: right;
    width: auto; }
  .header-v1:not(.is-sticky) .main-navigation, .header-v6:not(.is-sticky) .main-navigation,
  .header-v2:not(.is-sticky) .main-navigation {
    margin-top: 19px; }
  .header-v1 .header-myaccount, .header-v6 .header-myaccount,
  .header-v2 .header-myaccount {
    float: right;
    padding: 28px 0 25px 10px;
    position: relative;
    font-size: 15px; }
    .header-v1 .header-myaccount .icon-menu, .header-v6 .header-myaccount .icon-menu,
    .header-v2 .header-myaccount .icon-menu {
      font-size: 16px; }
  .header-v1 .mega-menu > li:first-child > a:before, .header-v6 .mega-menu > li:first-child > a:before,
  .header-v2 .mega-menu > li:first-child > a:before {
    content: none; }
  .header-v1 .mega-menu > li > a, .header-v6 .mega-menu > li > a,
  .header-v2 .mega-menu > li > a {
    position: relative; }
    @media (min-width: 768px) {
      .header-v1 .mega-menu > li > a, .header-v6 .mega-menu > li > a,
      .header-v2 .mega-menu > li > a {
        padding: 26px 27px 26px; } }
    .header-v1 .mega-menu > li > a:before, .header-v6 .mega-menu > li > a:before,
    .header-v2 .mega-menu > li > a:before {
      content: "";
      background: #4997ff;
      height: 4px;
      width: 4px !important;
      position: absolute;
      left: -7px !important;
      display: block;
      border-radius: 50%;
      top: 50%;
      transition: none;
      opacity: 1;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
    .header-v1 .mega-menu > li > a:hover:before, .header-v6 .mega-menu > li > a:hover:before,
    .header-v2 .mega-menu > li > a:hover:before {
      width: 4px !important;
      left: -7px; }
  .header-v1 .mini-cart, .header-v1 .languges-flags, .header-v6 .mini-cart, .header-v6 .languges-flags,
  .header-v2 .mini-cart,
  .header-v2 .languges-flags {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9900; }
  .header-v1 .languges-flags + .mini-cart, .header-v6 .languges-flags + .mini-cart,
  .header-v2 .languges-flags + .mini-cart {
    right: 97px; }
  .header-v1 .languges-flags + .search-block-top, .header-v6 .languges-flags + .search-block-top,
  .header-v2 .languges-flags + .search-block-top {
    margin-top: 2px;
    right: 73px; }
  .header-v1 .languges-flags + .mini-cart + .search-block-top, .header-v6 .languges-flags + .mini-cart + .search-block-top,
  .header-v2 .languges-flags + .mini-cart + .search-block-top {
    right: 123px; }
  .header-v1 .mini-cart + .search-block-top, .header-v6 .mini-cart + .search-block-top,
  .header-v2 .mini-cart + .search-block-top {
    right: 58px; }
  .header-v1 .right-header, .header-v6 .right-header,
  .header-v2 .right-header {
    position: absolute;
    top: 6px;
    right: 30px; }
  .header-v1.is-sticky .header-top, .header-v6.is-sticky .header-top,
  .header-v2.is-sticky .header-top {
    display: none; }
  .header-v1.is-sticky .header-right, .header-v6.is-sticky .header-right,
  .header-v2.is-sticky .header-right {
    margin-top: 0; }
  @media (min-width: 768px) {
    .header-v1.is-sticky .mega-menu > li > a, .header-v6.is-sticky .mega-menu > li > a,
    .header-v2.is-sticky .mega-menu > li > a {
      padding-top: 29px; } }
  .header-v1.is-sticky .mega-menu > li > a .icon-next, .header-v6.is-sticky .mega-menu > li > a .icon-next,
  .header-v2.is-sticky .mega-menu > li > a .icon-next {
    margin-top: 0; }
  .header-v1.is-sticky .mega-menu > li > a:before, .header-v6.is-sticky .mega-menu > li > a:before,
  .header-v2.is-sticky .mega-menu > li > a:before {
    margin-top: 0; }
  .header-v1.is-sticky .header-myaccount, .header-v6.is-sticky .header-myaccount,
  .header-v2.is-sticky .header-myaccount {
    padding-bottom: 26px; }
  .header-v1.is-sticky .right-header, .header-v6.is-sticky .right-header,
  .header-v2.is-sticky .right-header {
    top: 0; }
  .header-v1.is-sticky, .header-v6.is-sticky,
  .header-v2.is-sticky {
    -webkit-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    -moz-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    -ms-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    -o-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    animation: 0.8s ease-out 0s normal none 1 running reveal-header; }
    .header-v1.is-sticky .main-navigation, .header-v6.is-sticky .main-navigation,
    .header-v2.is-sticky .main-navigation {
      -webkit-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
      -moz-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
      -ms-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
      -o-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
      animation: 0.8s ease-out 0s normal none 1 running reveal-header; }
    .header-v1.is-sticky .header-bottom, .header-v6.is-sticky .header-bottom,
    .header-v2.is-sticky .header-bottom {
      height: 0;
      overflow: hidden; }
    .header-v1.is-sticky .header-logo, .header-v6.is-sticky .header-logo,
    .header-v2.is-sticky .header-logo {
      float: left;
      padding-top: 0;
      vertical-align: middle;
      display: block;
      /* width: auto; */
      padding: 18px  0; }
      .header-v1.is-sticky .header-logo img, .header-v6.is-sticky .header-logo img,
      .header-v2.is-sticky .header-logo img {
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg); }
    .header-v1.is-sticky .link-contact:not(.main-bg), .header-v6.is-sticky .link-contact:not(.main-bg),
    .header-v2.is-sticky .link-contact:not(.main-bg) {
      -moz-transform: translateY(11px);
      -o-transform: translateY(11px);
      -ms-transform: translateY(11px);
      -webkit-transform: translateY(11px);
      transform: translateY(11px); }
  .header-v1 .main-navigation, .header-v6 .main-navigation,
  .header-v2 .main-navigation {
    z-index: 1; }

.header-v1 .right-header, .header-v2 .right-header,
.header-v3 .right-header, .header-v4 .right-header,
.header-v6 .right-header {
  position: relative; }
.header-v1 .mini-cart, .header-v2 .mini-cart,
.header-v3 .mini-cart, .header-v4 .mini-cart,
.header-v6 .mini-cart {
  position: static;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
  .header-v1 .mini-cart .cart_label, .header-v2 .mini-cart .cart_label,
  .header-v3 .mini-cart .cart_label, .header-v4 .mini-cart .cart_label,
  .header-v6 .mini-cart .cart_label {
    padding: 26px 20px 24px;
    padding-left: 0; }
    .header-v1 .mini-cart .cart_label .cart_nu_count, .header-v2 .mini-cart .cart_label .cart_nu_count,
    .header-v3 .mini-cart .cart_label .cart_nu_count, .header-v4 .mini-cart .cart_label .cart_nu_count,
    .header-v6 .mini-cart .cart_label .cart_nu_count {
      right: auto;
      margin: 0; }
  .header-v1 .mini-cart .cart-block, .header-v2 .mini-cart .cart-block,
  .header-v3 .mini-cart .cart-block, .header-v4 .mini-cart .cart-block,
  .header-v6 .mini-cart .cart-block {
    right: 0; }
.mini-cart + .header-v1.is-sticky .header-myaccount,
.header-v1 .mini-cart + .header-myaccount, .mini-cart + .header-v2.is-sticky .header-myaccount,
.header-v2 .mini-cart + .header-myaccount, .mini-cart +
.header-v3.is-sticky .header-myaccount,
.header-v3 .mini-cart + .header-myaccount, .mini-cart + .header-v4.is-sticky .header-myaccount,
.header-v4 .mini-cart + .header-myaccount, .mini-cart +
.header-v6.is-sticky .header-myaccount,
.header-v6 .mini-cart + .header-myaccount {
  padding-bottom: 24px;
  padding-top: 32px; }

.header-v4 .mini-cart, .header-v4 .search-block-top {
  vertical-align: top; }
.header-v4 .search-block-top .btn-search {
  padding-top: 33px; }
.header-v4 .mini-cart .cart_label {
  padding-top: 33px;
  padding-bottom: 20px; }

.header-v6 .right-header {
  position: absolute;
  z-index: 9; }
.header-v6 .mini-cart .cart_label {
  padding-right: 0; }

.languges-flags {
  right: 30px;
  border-left: 1px solid #d5d5d5;
  padding-left: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 18px; }
  .languges-flags a {
    color: #212425; }
  .languges-flags i {
    display: none; }

.header-user li {
  display: inline-block;
  margin-right: 55px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500; }
  .header-user li a {
    padding: 27px 0 25px;
    color: #191b1c;
    display: inline-block; }
    .header-user li a:hover {
      color: #4997ff; }
  .header-user li:last-child {
    margin-right: 0; }

.openmenu .admin-bar .header-v5 .main-navigation,
.openmenu .admin-bar .header-v3 .main-navigation {
  top: 32px; }

.openmenu header.header-v3.site-header #site-navigation,
.openmenu .admin-bar .header-v3:not(.is-sticky) #site-navigation {
  background: #fff !important; }

.openmenu header.header-v5.site-header #site-navigation,
.openmenu .admin-bar .header-v5:not(.is-sticky) #site-navigation {
  background: #fff !important; }

.header-v3 {
  padding: 0 72px;
  text-align: center; }
  .header-v3 .header-logo, .header-v3 .header-bottom {
    background: none; }
  .header-v3 .header-user {
    padding-top: 20px; }
  .header-v3 .mega-menu .open .caret {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg);
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .header-v3 .link-contact {
    padding: 8px 23px 22px;
    font-size: 14px;
    vertical-align: middle; }
  .header-v3 .nav-menu {
    float: right; }
  .header-v3 .btn-open-menu {
    padding: 30px 0 22px 8px;
    font-size: 16px; }
  .header-v3 .header_right_link, .header-v3 .header_center_menu {
    display: inline-block; }
  .header-v3 .header-top, .header-v3 .search-block-top .active.top-search {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  .header-v3 .search-block-top .top-search {
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  .header-v3 .header_right_link {
    float: right;
    padding-right: 15px; }
    .header-v3 .header_right_link > div {
      display: inline-block;
      vertical-align: middle;
      float: none; }
  .header-v3.site-header .nav-sections-2 .header-logo {
    margin: 0;
    padding: 7px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .header-v3.site-header .nav-sections-2 .header-logo img {
      width: 65px; }
  .header-v3.is-sticky.site-header .header-top {
    opacity: 0;
    height: 0;
    visibility: hidden;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    padding: 0; }
  .header-v3.is-sticky.site-header .nav-sections-2 .header-logo {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); }
  .header-v3.is-sticky.site-header .header-user {
    padding-top: 0; }
  .header-v3 .mega-menu li a {
    padding-bottom: 26px; }

.fixed-header header {
  position: fixed;
  width: 100%;
  /* top: 0; */
  z-index: 999; }

.header-myaccount {
  position: relative; }
  .header-myaccount i {
    cursor: pointer; }
    .header-myaccount i:hover {
      color: #4997ff; }
  .header-myaccount .header-profile {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    font-size: 14px;
    padding: 15px;
    width: 150px;
    transform: scale(0);
    transition: all 0.6s ease-in-out 0s; }
    .header-myaccount .header-profile a {
      color: #000; }
      .header-myaccount .header-profile a:hover {
        color: #4997ff; }
  .header-myaccount:hover .header-profile {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }

.header-v2 {
  padding: 0 45px; }
  .header-v2.is-sticky {
    -webkit-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    -moz-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    -ms-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    -o-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
    animation: 0.8s ease-out 0s normal none 1 running reveal-header !important; }
  .header-v2 .header-wrapper {
    position: relative; }
    .header-v2 .header-wrapper:before, .header-v2 .header-wrapper:after {
      content: "";
      display: table; }
    .header-v2 .header-wrapper:after {
      clear: both; }
  .header-v2 .megamenu .dropdown-menu {
    margin-left: 0 !important; }
  .header-v2 #site-navigation {
    position: static; }
  .header-v2 .cart_nu_count {
    background: #fff;
    color: #4997ff; }

#site-navigation {
  position: relative; }

.mega-menu ul li.current-menu-item > a {
  color: #4997ff; }

header {
  transition: all 0.5s; }

.is-sticky {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.7s !important; }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 0.9;
    transform: translateY(0); } }
.link-contact {
  padding: 21px 21px 22px; }
  .link-contact:first-child a i {
    margin-right: 6px; }
  .link-contact p {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 35px; }
    .link-contact p a {
      font-size: 13px;
      color: #afafaf;
      letter-spacing: 0.2px; }
      .link-contact p a:hover {
        color: #fff; }
    .link-contact p i {
      padding-right: 7px;
      color: #4997ff; }
    .link-contact p:before {
      position: absolute;
      right: 15px;
      top: 7px;
      height: 13px;
      width: 1px;
      background: #afafaf;
      content: ""; }
    .link-contact p:last-child:before {
      display: none; }
  .link-contact a:hover, .link-contact a:focus {
    color: #4997ff; }
  .link-contact a i {
    font-size: 19px;
    vertical-align: top;
    padding-top: 1px;
    color: #4997ff; }
    .link-contact a i.pe-7s-call, .link-contact a i.pe-7s-photo {
      padding-right: 8px; }
  .link-contact.main-bg {
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 55px;
    padding-right: 44px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    letter-spacing: 1px; }
    .link-contact.main-bg > * {
      color: #fff !important; }
    .link-contact.main-bg:hover {
      background: #000; }

.fixed-header header.header-v4.site-header {
  padding: 5px 37px; }

.header-v4 .mega-menu .open .caret {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.header-v4 .header-myaccount,
.header-v4 .search-block-top .btn-search,
.header-v4 .mini-cart > a {
  color: #4997ff; }
.header-v4 .btn-open-menu {
  padding: 29px 0 19px;
  margin-right: -4px;
  padding-right: 0;
  font-size: 34px;
  color: #4997ff; }
.header-v4 .header-logo {
  padding-top: 35px; }
.header-v4.is-sticky .header-logo {
  padding-top: 20px; }

.children.dropdown-menu::before {
  background: #4997ff none repeat scroll 0 0;
  bottom: 100%;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%; }

.header-languages.dropdown-menu {
  padding: 10px 15px;
  right: 0;
  left: auto; }
  .header-languages.dropdown-menu ul li {
    padding: 5px 0; }
    .header-languages.dropdown-menu ul li a {
      text-transform: capitalize;
      font-weight: normal; }
      .header-languages.dropdown-menu ul li a:hover {
        color: #4997ff; }

.right-header {
  float: right;
  margin-top: 19px; }

header.is-sticky .right-header {
  margin-top: 0; }

.currency_custom {
  float: left; }

.languges-flags {
  float: left; }

.menu-second-menu-container {
  padding-left: 15px;
  text-align: left; }

.header-right {
  display: inline-block;
  margin-top: 15px; }

.btn-open-menu {
  background: none;
  outline: none;
  border: none;
  font-size: 24px;
  padding: 24px 17px; }

#page:not(.fixed-header) .header-v4 {
  padding: 0 62px; }

.header-v5 .mega-menu li a .icon-next, .header-v4 .mega-menu li a .icon-next, .header-v3 .mega-menu li a .icon-next {
  display: none; }
.header-v5 .header-logo, .header-v4 .header-logo, .header-v3 .header-logo {
  background: none !important; }
.header-v5 .children.dropdown-menu, .header-v4 .children.dropdown-menu, .header-v3 .children.dropdown-menu {
  margin-left: 0 !important;
  margin-top: 0 !important; }
  .header-v5 .children.dropdown-menu .dropdown-menu, .header-v4 .children.dropdown-menu .dropdown-menu, .header-v3 .children.dropdown-menu .dropdown-menu {
    padding-left: 20px; }
.header-v5 .children.dropdown-menu::before, .header-v4 .children.dropdown-menu::before, .header-v3 .children.dropdown-menu::before {
  opacity: 0;
  display: none; }
.header-v5 .main-navigation, .header-v4 .main-navigation, .header-v3 .main-navigation {
  z-index: 99999;
  right: 0;
  min-height: 100vh;
  height: 100%;
  padding-right: 0;
  position: fixed !important;
  text-align: right;
  top: 0;
  width: 285px;
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  background: #fff !important;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.4, 1);
  -moz-transition: all 0.3s cubic-bezier(0, 0, 0.4, 1);
  -ms-transition: all 0.3s cubic-bezier(0, 0, 0.4, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.4, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.4, 1); }
.header-v5 .h_vertical_menu, .header-v4 .h_vertical_menu, .header-v3 .h_vertical_menu {
  padding: 0 20px 20px !important;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 50px !important;
  left: 0;
  z-index: 99999;
  margin-top: 1px;
  overflow: auto;
  height: -moz-calc(100% - 70px);
  height: -webkit-calc(100% - 70px);
  height: calc(100% - 70px);
  box-shadow: none !important;
  -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
  transition: opacity 300ms 100ms ease, transform 500ms ease; }
  .header-v5 .h_vertical_menu li, .header-v4 .h_vertical_menu li, .header-v3 .h_vertical_menu li {
    width: 100%;
    position: relative; }
  .header-v5 .h_vertical_menu .mega-menu, .header-v4 .h_vertical_menu .mega-menu, .header-v3 .h_vertical_menu .mega-menu {
    height: auto;
    max-height: none; }
  .header-v5 .h_vertical_menu .dropdown-menu, .header-v4 .h_vertical_menu .dropdown-menu, .header-v3 .h_vertical_menu .dropdown-menu {
    background: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    display: none;
    padding: 0 0 0 12px; }
.header-v5 .btn-close-menu, .header-v4 .btn-close-menu, .header-v3 .btn-close-menu {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #000;
  display: none;
  font-size: 40px;
  height: 35px;
  left: 10px;
  line-height: 35px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 35px;
  z-index: 999; }
.header-v5 .nav-menu, .header-v4 .nav-menu, .header-v3 .nav-menu {
  display: inline-block; }
.header-v5 .mega-menu > li:first-child a, .header-v4 .mega-menu > li:first-child a, .header-v3 .mega-menu > li:first-child a {
  border: none !important; }
.header-v5 .mega-menu li a, .header-v4 .mega-menu li a, .header-v3 .mega-menu li a {
  padding: 10px 0 !important;
  border: none !important; }
.header-v5 .mega-menu .dropdown-menu, .header-v4 .mega-menu .dropdown-menu, .header-v3 .mega-menu .dropdown-menu {
  background: none;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: relative;
  left: 0 !important;
  top: 0 !important; }
.header-v5 .mega-menu .open .dropdown-menu, .header-v4 .mega-menu .open .dropdown-menu, .header-v3 .mega-menu .open .dropdown-menu {
  display: block;
  -moz-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  opacity: 1;
  visibility: visible;
  border: none;
  padding: 0 0 0 12px;
  pointer-events: auto; }
.header-v5 .mega-menu li .caret, .header-v4 .mega-menu li .caret, .header-v3 .mega-menu li .caret {
  display: block;
  right: 0;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.overlay3 {
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.menu_left_open .overlay3 {
  left: auto;
  right: 0; }

.openmenu header {
  right: 0;
  top: 0;
  width: 100%; }
.openmenu .header-v4 .main-navigation, .openmenu .header-v3 .main-navigation {
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
.openmenu .header-v4 .h_vertical_menu, .openmenu .header-v3 .h_vertical_menu {
  display: block;
  position: static;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.openmenu .header-v4 .btn-close-menu, .openmenu .header-v3 .btn-close-menu {
  display: block; }
.openmenu header.header-v3:not(.is-sticky),
.openmenu .header-v3 .main-navigation {
  background: #fff !important; }
.openmenu .menu_left_open .overlay3 {
  right: -285px;
  left: auto; }
.openmenu .overlay3 {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  height: 100%;
  right: 0;
  position: fixed;
  top: 0;
  left: -285px;
  z-index: 999;
  width: 100% !important;
  opacity: 1 !important; }

.safari.openmenu #page {
  margin-right: 285px; }

.fixed-header header:not(.is-sticky) {
  background: none; }

.fixed-header header.none-sticky {
  position: static;
  display: none; }

.header-v1 .dropdown-menu, .header-v2 .dropdown-menu {
  border: none; }

@media (min-width: 768px) {
  .header-v2 .megamenu .dropdown-menu {
    margin-left: -40px; } }

.languges-flags .dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.languges-flags:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

.widget_shopping_cart_content .mini_cart_item img {
  display: block;
  float: left;
  margin-right: 15px;
  width: 80px; }
.widget_shopping_cart_content .mini_cart_item .remove {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0; }
  .widget_shopping_cart_content .mini_cart_item .remove:hover {
    color: #4997ff; }
.widget_shopping_cart_content .mini_cart_item a:hover {
  color: #4997ff; }
.widget_shopping_cart_content .total {
  color: #000; }
  .widget_shopping_cart_content .total .amount {
    float: right; }
.widget_shopping_cart_content .buttons {
  overflow: hidden;
  margin-bottom: 25px; }
  .widget_shopping_cart_content .buttons .button {
    border: 2px solid #4997ff;
    color: #4997ff !important;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 11px 24px 10px;
    text-align: center;
    text-transform: uppercase; }
    .widget_shopping_cart_content .buttons .button:last-child {
      float: right; }
    .widget_shopping_cart_content .buttons .button:hover {
      color: #fff !important;
      background: #4997ff; }

.widget_shopping_cart_content .quantity {
  background: none;
  border: none; }

.order_details li a {
  color: #1f1f1f;
  font-weight: 600; }

.header-v5:not(.is-sticky) {
  padding: 34px 0 35px; }
.header-v5 .left-header {
  display: inline-block;
  float: left;
  margin-right: 22px; }
  .header-v5 .left-header .nav-menu {
    float: left; }
.header-v5 .header-user {
  display: inline-block; }
.header-v5 .mega-menu .open .caret {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  top: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.header-v5 .mini-cart {
  float: right;
  position: relative; }
.header-v5 .top-search {
  right: auto; }
.header-v5 .header-logo {
  padding: 13px 0; }
  .header-v5 .header-logo img {
    width: 115px; }
.header-v5 .btn-open-menu {
  font-size: 16px;
  padding: 26px 25px 26px 0; }
.header-v5 .main-navigation {
  z-index: 9999;
  right: auto;
  left: 0;
  min-height: 100vh;
  height: 100%;
  padding-right: 0;
  position: fixed !important;
  text-align: left;
  top: 0;
  width: 285px;
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  background: #fff !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
.header-v5 .h_vertical_menu {
  padding: 0 20px 20px !important;
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 50px !important;
  left: 0;
  z-index: 99999;
  margin-top: 1px;
  overflow: auto;
  height: -moz-calc(100% - 70px);
  height: -webkit-calc(100% - 70px);
  height: calc(100% - 70px);
  box-shadow: none !important;
  -webkit-transform: translate3d(-70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -moz-transform: translate3d(-70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -ms-transform: translate3d(-70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -o-transform: translate3d(-70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  transform: translate3d(-70%, 0, 0) scale3d(0.9, 0.9, 0.9);
  -webkit-transform-origin: -50% 0%;
  -moz-transform-origin: -50% 0%;
  -ms-transform-origin: -50% 0%;
  -o-transform-origin: -50% 0%;
  transform-origin: -50% 0%;
  -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
  -webkit-transition-delay: ease, 0s;
  -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
  -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
  transition: opacity 300ms 100ms ease, transform 500ms ease; }
  .header-v5 .h_vertical_menu li {
    width: 100%;
    position: relative; }
  .header-v5 .h_vertical_menu .mega-menu {
    height: auto;
    max-height: none; }
  .header-v5 .h_vertical_menu .dropdown-menu {
    background: none;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    display: none; }
.header-v5 .mega-menu .dropdown-menu {
  background: none;
  box-shadow: none;
  opacity: 1;
  visibility: visible;
  width: 100%;
  position: relative;
  left: 0 !important;
  top: 0 !important; }
.header-v5 .mega-menu .open .dropdown-menu {
  display: block;
  -moz-transform: translateY(0px) !important;
  -o-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
  opacity: 1;
  visibility: visible;
  border: none;
  padding: 0 0 0 12px; }

.openmenu {
  overflow: hidden; }
  .openmenu .header-v5 .main-navigation {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .openmenu .header-v5 .h_vertical_menu {
    display: block;
    position: static;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .openmenu .header-v5 .btn-close-menu {
    display: block; }
  .openmenu .header-v5 + .overlay3 {
    width: 100%; }
  .openmenu header.header-v5:not(.is-sticky),
  .openmenu .header-v5 .main-navigation {
    background: #fff !important; }

.kad-header-logo {
  display: inline-block; }

.header-v6 {
  padding: 0; }
  .header-v6 .menu-main-menu-container {
    position: relative; }
  .header-v6 .main-navigation {
    text-align: center; }
    .header-v6 .main-navigation > div {
      position: relative; }
  .header-v6 .header-logo {
    padding: 13px 18px; }
  .header-v6:not(.is-sticky) .main-navigation {
    margin-top: 0;
    padding: 52px 0 36px; }
  .header-v6:not(.is-sticky) .right-header {
    margin-top: 44px; }
  .header-v6 .search-block-top {
    z-index: 9; }
  .header-v6.is-sticky .header-logo {
    padding: 13px 18px; }

.kad-header-logo + li.menu-item > a:before {
  display: none; }

.searchform_wrap {
  border-bottom: none;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: auto;
  height: 100%;
  width: 0;
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: 201;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }
  .searchform_wrap.opened {
    width: 100%;
    opacity: 1;
    visibility: visible; }
    .searchform_wrap.opened h5 {
      font-size: 18px;
      color: #fff;
      font-weight: normal; }
  .searchform_wrap form {
    position: relative; }
    .searchform_wrap form button {
      position: absolute !important;
      right: 10px;
      top: 0;
      font-size: 24px;
      color: #bbb;
      background: none;
      border: none; }
  .searchform_wrap input {
    border: none;
    padding-left: 0;
    color: #bbb;
    border-bottom: 2px solid #404040;
    width: 100%;
    background: none; }
  .searchform_wrap .vc_child {
    width: 100%;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-width: 750px; }

.close_search_form {
  background-color: transparent;
  position: absolute;
  right: 25px;
  font-size: 20px;
  color: #a4a4a4;
  z-index: 99;
  font-size: 30px;
  font-weight: normal;
  display: inline-block;
  top: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

html.search_opened {
  overflow: hidden; }

/*===================================
	2.2 Footer
===================================*/
.footer {
  color: #888888;
  padding-top: 80px;
  clear: both;
  position: relative;
  z-index: 9; }
  .footer .footer-social {
    text-align: left;
    margin-top: 17px; }
    .footer .footer-social li {
      display: inline-block;
      padding-right: 20px; }
      .footer .footer-social li a {
        font-size: 20px; }
        .footer .footer-social li a:hover {
          color: #4997ff; }
  .footer .footer-v6 .footer-logo + .widget_nav_menu ul li a {
    color: #fff !important; }
  .footer .widget_post_blog .blog-img {
    display: none; }
  .footer .widget_post_blog .blog-post-info {
    float: left;
    margin-top: 0;
    padding: 0;
    width: 100%; }
    .footer .widget_post_blog .blog-post-info .post-name > a {
      font-size: 18px;
      line-height: 25px;
      color: #fff;
      font-weight: 600;
      text-overflow: ellipsis; }
      .footer .widget_post_blog .blog-post-info .post-name > a:hover {
        color: #4997ff; }
    .footer .widget_post_blog .blog-post-info .blog-info > .info.blog-date:hover a::after {
      background: #4997ff; }
  .footer .widget_post_blog ul li.blog-item {
    border-bottom: none;
    margin-bottom: 20px; }
  .footer .widget_post_blog .blog-post-title {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .footer .widget_post_blog .blog-post-title .blog-info {
      order: 2;
      float: left;
      width: 100%; }
    .footer .widget_post_blog .blog-post-title .post-name {
      order: 1;
      margin-bottom: 6px; }
  .footer .footer-copyright {
    text-align: right;
    margin-top: 22px;
    font-size: 14px; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #fff; }
  .footer .bottom-footer {
    padding-bottom: 106px;
    padding-top: 109px; }
    .footer .bottom-footer .footer-logo {
      padding-bottom: 3px; }
      .footer .bottom-footer .footer-logo + p {
        margin-bottom: 4px; }
  .footer .footer-title {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-bottom: 26px;
    margin-bottom: 10px;
    position: relative;
    letter-spacing: -0.3px;
    display: inline-block; }
    .footer .footer-title:before {
      content: "";
      height: 1px;
      width: 44px;
      background: #4997ff;
      position: absolute;
      right: -57px;
      top: 7px; }
  .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
    color: #afafaf;
    background: #eaf3ff;
    padding: 11px 155px 6px 27px;
    font-size: 14px;
    font-weight: 500;
    height: 58px;
    width: 100%;
    border-radius: 7px; }
    .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"].placeholder, .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"]:focus, .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"]:active {
      color: #afafaf; }
  .footer .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form [type="submit"] {
    position: absolute;
    right: 2px;
    vertical-align: middle;
    top: 4px;
    height: 50px;
    border-radius: 6px;
    font-size: 15px;
    width: 147px;
    line-height: 36px;
    font-weight: normal;
    background: #4997ff;
    color: #fff; }
    .footer .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form [type="submit"] i {
      font-size: 20px;
      vertical-align: top;
      padding-right: 5px; }
  .footer .footer_wrap .footer-office {
    padding: 64px 0 8px; }
  .footer .social_icon_list {
    padding-top: 9px; }
    .footer .social_icon_list ul li {
      display: inline-block;
      padding-right: 28px;
      font-size: 16px; }
  .footer .widget_nav_menu > div {
    margin: 0 -15px;
    overflow: hidden; }
  .footer .widget_nav_menu div > ul > li {
    float: left;
    padding-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase; }
    .footer .widget_nav_menu div > ul > li a:hover {
      transition: none; }
    .footer .widget_nav_menu div > ul > li .sub-menu {
      display: none; }
  .footer .textwidget .location {
    padding-top: 2px; }
  .footer .location li p {
    vertical-align: top;
    display: inline-block;
    padding-left: 14px; }
  .footer .location li:first-child p:nth-child(3) {
    padding-left: 30px; }
  .footer .textwidget {
    line-height: 22px; }
  .footer .footer-v1 .mc4wp-form-fields > button {
    margin-right: 28px; }
  .footer .footer-v1 .widget_text .textwidget {
    margin-top: 0; }
  .footer .footer-v1 .footer_wrap .footer-office {
    padding-bottom: 20px; }

.footer_info > p {
  margin-bottom: 4px;
  letter-spacing: 0.5px; }

.remove_space_br .side-breadcrumb {
  margin-bottom: 0 !important; }

.remove_space .footer {
  padding-top: 0 !important; }

.remove_f_info.footer {
  color: #888; }
  .remove_f_info.footer .bottom-footer {
    padding-top: 46px;
    padding-bottom: 69px; }
    .remove_f_info.footer .bottom-footer .footer-logo {
      padding-bottom: 20px; }
.remove_f_info .footer-v1 p {
  letter-spacing: 1px; }
.remove_f_info .footer_info {
  display: none !important; }

.footer-office .mc4wp-form-fields [type="submit"], .right-sidebar .mc4wp-form-fields [type="submit"], .left-sidebar .mc4wp-form-fields [type="submit"] {
  color: transparent;
  width: 60px;
  padding: 0;
  height: 40px;
  border: none;
  vertical-align: middle;
  font-size: 0;
  background: #4997ff; }
  .footer-office .mc4wp-form-fields [type="submit"]:hover, .right-sidebar .mc4wp-form-fields [type="submit"]:hover, .left-sidebar .mc4wp-form-fields [type="submit"]:hover {
    background: #000 !important; }
  .footer-office .mc4wp-form-fields [type="submit"] > i, .right-sidebar .mc4wp-form-fields [type="submit"] > i, .left-sidebar .mc4wp-form-fields [type="submit"] > i {
    color: #fff;
    font-size: 20px;
    padding-top: 9px; }
.footer-office .mc4wp-form-fields input[type="email"], .right-sidebar .mc4wp-form-fields input[type="email"], .left-sidebar .mc4wp-form-fields input[type="email"] {
  width: calc(100% - 60px);
  text-align: left;
  float: left;
  height: 40px;
  color: #424242;
  padding-left: 17px; }
  .footer-office .mc4wp-form-fields input[type="email"].placeholder, .right-sidebar .mc4wp-form-fields input[type="email"].placeholder, .left-sidebar .mc4wp-form-fields input[type="email"].placeholder {
    color: #424242; }
.footer-office .mc4wp-form .mc4wp-response, .right-sidebar .mc4wp-form .mc4wp-response, .left-sidebar .mc4wp-form .mc4wp-response {
  color: #424242;
  margin-top: 5px;
  padding-left: 0; }

.payment {
  text-align: right; }
  .payment ul li {
    display: inline-block;
    padding-left: 2px; }
    .payment ul li a i {
      color: #888;
      font-size: 20px; }

.mc4wp-form {
  position: relative; }
  .mc4wp-form label {
    display: none; }
  .mc4wp-form input[type="email"], .mc4wp-form input[type="text"] {
    background: rgba(0, 0, 0, 0.2);
    padding: 16px 27px 15px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
    height: 56px;
    font-size: 14px;
    max-width: 301px;
    width: 34.598%;
    vertical-align: top;
    margin-right: 9px; }
    .mc4wp-form input[type="email"].placeholder, .mc4wp-form input[type="text"].placeholder {
      color: rgba(255, 255, 255, 0.45); }
  .mc4wp-form input[type="email"] {
    width: 44.484%;
    max-width: 387px; }
  .mc4wp-form input[type="email"] {
    margin-right: 6px; }
  .mc4wp-form [type="submit"] {
    padding: 8px 16px 7px 19px;
    background: #fff;
    color: #2f2f2f;
    font-size: 15px;
    text-transform: uppercase;
    height: 56px;
    width: 100%;
    max-width: 159px;
    font-weight: 600; }
    .mc4wp-form [type="submit"]:hover {
      background: #000;
      color: #fff; }
  .mc4wp-form .mc4wp-response {
    color: #fff;
    margin-top: -9px;
    padding-left: 10px; }

.mc4wp-form-fields > p {
  margin: 0; }

.bottom-footer .f-float p {
  margin-bottom: 0; }

.mc4wp-form .mc4wp-response {
  margin-top: 0;
  padding-left: 0; }

footer .widget_tag_cloud {
  padding-top: 0; }

.remove_newsletter .footer-newsletter {
  display: none; }

.footer .footer-v2 .footer_wrap .footer-office {
  padding: 146px 0 66px; }
.footer .footer-v2 .footer_wrap .bottom-footer {
  padding-top: 0;
  padding-bottom: 69px;
  margin-top: -4px;
  /* padding-right: 107px; */
  padding-right: 12px; }
.footer .footer-v2 .bottom-footer .footer-logo + p {
  letter-spacing: 1px; }
.footer .footer-v2 .footer-copyright {
  float: left; }
.footer .footer-v2 .footer-social {
  float: right;
  margin-top: 33px;
  text-align: right; }
.footer .footer-v2 .bottom-footer {
  padding-bottom: 73px;
  padding-top: 80px; }

.footer .fr_col2 > .widget_text .textwidget > p {
  margin-bottom: 12px;
  font-size: 14px; }
.footer .widget_text .textwidget > p {
  margin-bottom: 0px;
  letter-spacing: 0.5px; }
  .footer .widget_text .textwidget > p a i {
    padding-right: 7px;
    color: #4997ff; }

.footer .footer-v3 .footer-social li a {
  color: #a2a2a2; }
  .footer .footer-v3 .footer-social li a:hover {
    color: #4997ff; }

.footer .footer-v6 .footer-copyright,
.footer .footer-v3 .footer-copyright {
  text-align: left;
  float: left;
  margin-top: 9px; }
  .footer .footer-v6 .footer-copyright p,
  .footer .footer-v3 .footer-copyright p {
    color: #a2a2a2; }

.footer .footer-v6 .bottom-footer,
.footer .footer-v3 .bottom-footer {
  padding-top: 102px;
  padding-bottom: 83px; }

.footer-v6 .footer-newsletter,
.footer-v3 .footer-newsletter {
  margin-bottom: 62px; }
.footer-v6 .footer-social .footer-title,
.footer-v3 .footer-social .footer-title {
  margin-bottom: 0; }
.footer-v6 .footer-copyright,
.footer-v3 .footer-copyright {
  float: left; }
.footer-v6 .footer-bottom,
.footer-v3 .footer-bottom {
  padding: 32px 0 23px;
  color: #909090;
  background: #3d3935; }
  .footer-v6 .footer-bottom a, .footer-v6 .footer-bottom p,
  .footer-v3 .footer-bottom a,
  .footer-v3 .footer-bottom p {
    color: #909090; }
.footer-v6 a:hover,
.footer-v3 a:hover {
  color: #4997ff !important; }
.footer-v6 .footer-logo,
.footer-v3 .footer-logo {
  margin-top: 3px;
  margin-bottom: 29px; }
  .footer-v6 .footer-logo img,
  .footer-v3 .footer-logo img {
    width: 120px; }
.footer-v6 .footer-top,
.footer-v3 .footer-top {
  background: #fff;
  padding-bottom: 74px; }
  .footer-v6 .footer-top .footer_info,
  .footer-v3 .footer-top .footer_info {
    margin-bottom: -7px; }
.footer-v6 .blog-content,
.footer-v3 .blog-content {
  padding-top: 9px; }

.footer-v3 .blog-post-info .blog-info > .info a:hover {
  color: #fff !important; }
.footer-v3 .widget_post_blog .blog-img + .blog-post-info {
  padding-left: 0; }

.social-list {
  padding-top: 10px; }
  .social-list a {
    padding: 11px 11px 11px 17px;
    font-size: 20px; }

.footer .footer-v4 {
  background: #eaf3ff !important; }
  .footer .footer-v4 .bottom-footer {
    padding-bottom: 86px;
    padding-top: 91px; }
  .footer .footer-v4 .footer-copyright,
  .footer .footer-v4 .footer-social {
    text-align: center; }
  .footer .footer-v4 .footer-info {
    padding: 24px 0 16px; }
    .footer .footer-v4 .footer-info p {
      color: #888;
      font-size: 15px;
      font-weight: 500; }
  .footer .footer-v4 .footer-social li:last-child {
    padding-right: 0; }
  .footer .footer-v4 .footer-copyright {
    margin-top: 26px; }
    .footer .footer-v4 .footer-copyright p {
      color: #a2a2a2; }
  .footer .footer-v4 .widget_text {
    margin-top: 1px; }
    .footer .footer-v4 .widget_text p {
      color: #888;
      font-weight: 500; }
    .footer .footer-v4 .widget_text i {
      font-family: Pe-icon-7-stroke;
      color: #4997ff;
      font-size: 44px;
      margin-bottom: 15px;
      margin-top: 34px;
      width: 100%; }
    .footer .footer-v4 .widget_text a {
      color: #4997ff !important;
      font-weight: 600;
      font-size: 24px; }
      .footer .footer-v4 .widget_text a:hover {
        color: #000000 !important; }
  .footer .footer-v4 .footer-title {
    margin-bottom: 20px;
    color: #212425 !important; }
    .footer .footer-v4 .footer-title:after {
      content: "";
      height: 1px;
      background: #4997ff;
      width: 45px;
      position: absolute;
      left: -56px;
      top: 7px; }

.footer .footer-v5 .bottom-footer {
  padding-bottom: 57px;
  padding-top: 129px; }
  .footer .footer-v5 .bottom-footer .footer-logo {
    padding-top: 6px;
    padding-bottom: 20px; }
.footer .footer-v5 .footer-info p {
  color: #888;
  font-weight: 500; }
.footer .footer-v5 .footer-copyright {
  text-align: center;
  margin-top: 92px; }
.footer .footer-v5 .footer-title {
  margin-bottom: 0;
  width: 100%;
  color: #212425 !important;
  padding-left: 64px; }
  .footer .footer-v5 .footer-title:before {
    right: auto;
    left: 0; }
.footer .footer-v5 .footer-email a {
  position: relative;
  font-size: 19.45px;
  color: #4997ff !important;
  padding-left: 106px;
  font-weight: 600;
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 14px;
  letter-spacing: -0.8px; }
  .footer .footer-v5 .footer-email a:before {
    content: "\e639";
    font-family: pe-icon-7-stroke;
    color: #4997ff;
    font-size: 32px;
    position: absolute;
    left: 67px;
    top: 0; }
  .footer .footer-v5 .footer-email a:hover {
    text-decoration: underline; }
.footer .footer-v5 .footer-social ul {
  padding-left: 69px; }
.footer .footer-v5 .widget_nav_menu div > ul > li {
  padding-bottom: 0; }
.footer .footer-v5 .widget_nav_menu ul {
  margin-top: 7px;
  padding-left: 63px; }
  .footer .footer-v5 .widget_nav_menu ul li a {
    line-height: 22px;
    color: #888;
    font-size: 14px;
    font-weight: 500; }
    .footer .footer-v5 .widget_nav_menu ul li a:hover {
      color: #4997ff !important; }

.footer-v6 .textwidget {
  margin-top: -5px; }
  .footer-v6 .textwidget li {
    color: #a2a2a2;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px; }
.footer-v6 .widget_nav_menu:first-child div > ul > li {
  color: #a2a2a2;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8.5px;
  text-transform: none;
  margin-top: -3px; }
  .footer-v6 .widget_nav_menu:first-child div > ul > li a {
    font-weight: inherit;
    font-size: 14px; }

.footer .footer-v6 .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form [type="submit"] {
  height: 50px;
  width: 48px;
  right: 6px;
  text-indent: -9999em;
  background: url("../images/bg-bt-footer.png") #4997ff no-repeat; }

.footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
  padding-right: 60px; }

/*===================================
	2.3 Mega Menu
===================================*/
.site-header.is-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff none repeat scroll 0 0;
  -moz-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -o-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -ms-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  -webkit-animation: 0.8s ease-out 0s normal none 1 running reveal-header;
  animation: 0.8s ease-out 0s normal none 1 running reveal-header; }

.menu-bottom {
  clear: both;
  display: none; }

.header-v4 .mega-menu .dropdown-menu li {
  border-bottom: 0; }
  .header-v4 .mega-menu .dropdown-menu li a:hover {
    background: transparent; }

.mega-menu .tip {
  background: #0cc485 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  line-height: 1;
  margin-left: 10px;
  padding: 2px 2px 2px 3px;
  position: relative;
  vertical-align: middle; }

ul.mega-menu li a i {
  margin-right: 10px; }

.megamenu .menu-bottom {
  display: block;
  padding: 17px 10px 0 10px !important; }
  .megamenu .menu-bottom > img {
    padding: 0 15px; }
  .megamenu .menu-bottom > .image-1 {
    width: 40%;
    float: left;
    padding: 0 15px; }
  .megamenu .menu-bottom > .image-2 {
    width: 60%;
    float: left;
    padding: 0 15px; }
  .megamenu .menu-bottom.image-pos-left {
    float: left;
    clear: none; }
    .megamenu .menu-bottom.image-pos-left > .image-1, .megamenu .menu-bottom.image-pos-left > .image-2 {
      width: 100%; }

.logged-in.admin-bar .site-header.is-sticky, .logged-in.admin-bar .header-v4 .main-navigation,
.logged-in.admin-bar .fixed-header header {
  top: 32px; }

.mega-menu .megamenu .dropdown-menu li {
  border-bottom: none; }

.main-navigation .menu-toggle {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  text-transform: uppercase;
  display: none; }
  .main-navigation .menu-toggle .fa {
    margin-right: 10px;
    font-size: 12px; }

.dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0; }

.left_side_menu .dropdown-menu .dropdown-menu {
  left: auto;
  margin-left: 0;
  margin-right: 5px;
  right: 100%; }

.megamenu.notsub_level-2 .dropdown-menu > li > a {
  font-weight: normal;
  text-transform: capitalize; }

.mega-menu {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  z-index: 900; }
  .mega-menu > li {
    display: inline-block;
    list-style: none; }
    .mega-menu > li:not(.megamenu) {
      position: relative; }
    .mega-menu > li:hover > a:before {
      left: 50%; }
    .mega-menu > li:hover > a:after {
      right: 50%;
      opacity: 1; }
    .mega-menu > li > a:before {
      content: "";
      background: #8c70ba;
      height: 2px;
      width: 5px !important;
      opacity: 0;
      position: absolute;
      bottom: 20px;
      left: 0;
      display: none; }
    .mega-menu > li > a:after {
      content: "";
      background: #8c70ba;
      height: 2px;
      width: 5px !important;
      opacity: 0;
      position: absolute;
      bottom: 20px;
      right: 0;
      display: none; }
  .mega-menu li:hover > .children {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    pointer-events: auto; }
  .mega-menu li.megamenu:hover > .children {
    -webkit-transform: translateX(-50%) translate3d(0px, 0px, 0px);
    -moz-transform: translateX(-50%) translate3d(0px, 0px, 0px);
    -ms-transform: translateX(-50%) translate3d(0px, 0px, 0px);
    -o-transform: translateX(-50%) translate3d(0px, 0px, 0px);
    transform: translateX(-50%) translate3d(0px, 0px, 0px); }
  .mega-menu li a {
    padding: 28px 22px;
    display: block;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 500;
    font-size: 16px;
    color: #212425;
    letter-spacing: 1px; }
    .mega-menu li a:hover, .mega-menu li a:focus {
      color: #4997ff; }
  .mega-menu li .caret {
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 99999;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 30px;
    border: none;
    margin: 0;
    cursor: pointer; }
  .mega-menu li .open span.caret {
    text-indent: -999em;
    font-size: 24px;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  .mega-menu li:hover > a, .mega-menu li.current-menu-item > a, .mega-menu li.current-menu-ancestor > a {
    color: #4997ff; }
  .mega-menu li:hover > a:before, .mega-menu li.current-menu-item > a:before, .mega-menu li.current-menu-ancestor > a:before {
    opacity: 1; }
  .mega-menu li.current-menu-item > a:before, .mega-menu li.current-menu-ancestor > a:before {
    left: 50%; }
  .mega-menu li.current-menu-item > a:after, .mega-menu li.current-menu-ancestor > a:after {
    right: 50%;
    opacity: 1; }
  .mega-menu > li > a {
    position: relative; }
    .mega-menu > li > a:hover:before {
      width: 100%; }
  .mega-menu .dropdown-menu {
    -webkit-box-shadow: 0px 0px 1px 0px #dddddd;
    -moz-box-shadow: 0px 0px 1px 0px #dddddd;
    box-shadow: 0px 0px 1px 0px #dddddd;
    position: absolute;
    left: -39px;
    top: 94%;
    min-width: 221px;
    text-align: left;
    background: #fff;
    border: 0;
    -webkit-transform: translate3d(0px, 20px, 0px);
    -moz-transform: translate3d(0px, 20px, 0px);
    -ms-transform: translate3d(0px, 20px, 0px);
    -o-transform: ttranslate3d(0px, 20px, 0px);
    transform: translate3d(0px, 20px, 0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    display: block;
    visibility: hidden;
    font-weight: 300;
    z-index: 999;
    padding: 0;
    pointer-events: none; }
    .mega-menu .dropdown-menu li {
      border-bottom: 1px solid #ebebeb; }
      .mega-menu .dropdown-menu li:last-child {
        border-bottom: 0; }
      .mega-menu .dropdown-menu li a {
        text-transform: capitalize;
        padding: 10px 25px;
        position: relative;
        background: none;
        font-weight: normal;
        font-size: 14px;
        color: #424242;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .mega-menu .dropdown-menu li a:hover {
          color: #4997ff;
          filter: none;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background: #f7f7f7; }
  .mega-menu .cart-block {
    right: 15px; }
    .mega-menu .cart-block.dropdown-menu li a {
      padding: 0;
      color: #303030; }
      .mega-menu .cart-block.dropdown-menu li a.remove {
        color: #111; }
      .mega-menu .cart-block.dropdown-menu li a:hover {
        color: #000; }
    .mega-menu .cart-block .remove.remove-product {
      top: -5px; }
  .mega-menu .megamenu .dropdown-menu > li > a:hover {
    background: none; }
  .mega-menu li ul li ul {
    padding: 0; }

.header-v3 .mega-menu li ul.dropdown-menu li .dropdown-toggle,
.header-v4 .mega-menu li ul.dropdown-menu li .dropdown-toggle {
  display: none; }

.header-v3 .mega-menu li ul li ul,
.header-v4 .mega-menu li ul li ul {
  padding-left: 13px; }

.dropdown-menu .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  left: 100%;
  top: 0;
  margin-left: 3px;
  -moz-transform: rotateY(45deg);
  -o-transform: rotateY(45deg);
  -ms-transform: rotateY(45deg);
  -webkit-transform: rotateY(45deg);
  transform: rotateY(45deg); }

.dropdown-menu li {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.megamenu .dropdown-menu {
  padding: 21px 2px 24px;
  width: 100%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(20px);
  -o-transform: translateX(-50%) translateY(20px);
  -ms-transform: translateX(-50%) translateY(20px);
  -webkit-transform: translateX(-50%) translateY(20px);
  transform: translateX(-50%) translateY(20px); }
  .megamenu .dropdown-menu > li {
    padding: 0;
    display: inline-block;
    list-style: none; }
    .megamenu .dropdown-menu > li > a {
      color: #000;
      font-weight: bold;
      text-transform: uppercase; }
      .megamenu .dropdown-menu > li > a:hover {
        margin-left: 0; }
        .megamenu .dropdown-menu > li > a:hover:before {
          display: none; }
    .megamenu .dropdown-menu > li .children li {
      display: inline; }

.btn-open, .btn-open-right {
  display: none;
  background: none;
  border: none;
  font-size: 20px; }

.icon-next {
  font-size: 12px;
  margin-left: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.right-header {
  display: inline-block;
  color: #afafaf;
  vertical-align: middle; }
  .right-header > li {
    display: inline-block;
    list-style: none;
    padding: 20px;
    border-right: 1px dashed #464646;
    position: relative; }
    .right-header > li:first-child {
      border-left: 1px dashed #464646; }
    .right-header > li:before {
      background: #b7dc36 none repeat scroll 0 0;
      content: "";
      height: 5px;
      left: 0;
      overflow: hidden;
      position: absolute;
      bottom: -5px;
      width: 0;
      transition: width 0.3s ease-in-out 0s;
      -moz-transition: width 0.3s ease-in-out 0s;
      -webkit-transition: width 0.3s ease-in-out 0s;
      -ms-transition: width 0.3s ease-in-out 0s;
      -o-transition: width 0.3s ease-in-out 0s; }
    .right-header > li:hover:before {
      width: 100%; }

.customlinks {
  position: relative; }
  .customlinks .dropdown-menu {
    display: block;
    opacity: 0;
    z-index: 9990;
    visibility: hidden;
    -webkit-transform: translate(0px, 20px);
    -moz-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .customlinks.open .dropdown-menu {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible; }

.searchform {
  position: relative; }

.search-block-top {
  display: inline-block;
  position: relative; }
  .search-block-top .btn-search {
    position: relative;
    padding: 26px 20px 24px;
    display: block; }
    .search-block-top .btn-search:hover {
      color: #4997ff; }
  .search-block-top > .btn-search, .search-block-top .search_button {
    font-size: 24px; }
  .search-block-top .top-search .btn-search {
    position: absolute;
    top: 0;
    border: none;
    right: 12px;
    padding: 0;
    background: none;
    color: #000; }

#mini-scart .widget_shopping_cart_content .cart-btn .cart-btn {
  display: inline-block;
  width: auto;
  margin-top: 10px; }
  #mini-scart .widget_shopping_cart_content .cart-btn .cart-btn:first-child {
    float: left; }
  #mini-scart .widget_shopping_cart_content .cart-btn .cart-btn:nth-child(2) {
    float: right; }
#mini-scart a:hover {
  color: #4997ff; }

.widget_shopping_cart_content .cart-btn .cart-btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #cccccc;
  color: #8c8c8c;
  width: 100%; }
  .widget_shopping_cart_content .cart-btn .cart-btn:hover {
    background: #4997ff;
    border-color: #4997ff;
    color: #fff; }
  .widget_shopping_cart_content .cart-btn .cart-btn.checkout {
    margin-top: 15px; }

.widget_shopping_cart_content .cart-btn .cart-btn {
  letter-spacing: 0px;
  padding: 7px 15px 7px 16px;
  margin-top: 10px;
  color: #8c8c8c; }
  .widget_shopping_cart_content .cart-btn .cart-btn:first-child {
    background: #4997ff;
    border-color: #4997ff;
    color: #fff; }
    .widget_shopping_cart_content .cart-btn .cart-btn:first-child:hover {
      background: #000;
      border-color: #000; }
  .widget_shopping_cart_content .cart-btn .cart-btn:hover {
    color: #fff; }

.btn-search, .btn-close {
  cursor: pointer; }

.top-search {
  top: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  background: none;
  z-index: 9900;
  border-top: 2px solid #4997ff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  width: 88%;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2); }
  .top-search .search-field, .top-search .search-form input[type="text"] {
    float: left;
    height: 40px;
    width: 100%;
    background: #fff;
    padding: 8px 15px; }
  .top-search .product-search {
    position: relative; }
    .top-search .product-search .btn-search {
      position: absolute;
      right: 10px;
      padding: 0;
      margin-top: 7px;
      font-size: 22px; }

.cart_nu_count {
  position: absolute;
  top: 24px;
  right: -5px;
  background: #4997ff;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 21px;
  font-size: 9px;
  font-weight: 500;
  line-height: 17px;
  vertical-align: middle;
  text-align: center;
  color: #fff; }

.search-block-top .active.top-search {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.inline {
  display: inline-block; }

.top-search {
  width: 250px; }

.caret {
  display: none; }

.mini-cart, .header-wishlist {
  display: inline-block; }
  .mini-cart i, .header-wishlist i {
    font-size: 22px; }

.cart_label {
  display: block;
  position: relative;
  display: inline-block;
  padding: 28px 0px 20px 20px;
  position: relative; }

@media (min-width: 1200px) {
  .header-v1 .languges-flags, .header-v2 .languges-flags, .header-v3 .languges-flags {
    height: 100%;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 20px;
    border-left: none; }
    .header-v1 .languges-flags:before, .header-v2 .languges-flags:before, .header-v3 .languges-flags:before {
      content: "";
      height: 18px;
      width: 1px;
      background: #d5d5d5;
      position: absolute;
      left: 0;
      top: 50%;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      margin-top: -1px; } }

.mega-menu .dropdown-menu,
.header-myaccount .header-profile,
.cart-block, .header-languages {
  box-shadow: none;
  border-top: 2px solid #4997ff; }

@media (min-width: 1200px) {
  .header-v2 .languges-flags {
    padding-top: 22px; } }

@media (min-width: 1200px) {
  .header-v3 .languges-flags {
    padding-top: 28px;
    padding-bottom: 37px;
    position: relative;
    float: none;
    right: 0; }
    .header-v3 .languges-flags:before {
      left: -3px;
      margin-top: -6.5px; } }

.cart-block {
  background: #fff none repeat scroll 0 0;
  color: #000;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  border: none;
  float: none;
  left: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 319px;
  z-index: 999;
  padding: 0;
  margin: 0;
  opacity: 0;
  border-radius: 0;
  display: block;
  visibility: hidden;
  max-height: 400px;
  overflow: auto;
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  .cart-block::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .cart-block::-webkit-scrollbar-track {
    background-color: #999; }
  .cart-block::-webkit-scrollbar-track-piece {
    background-color: #ffffff; }
  .cart-block::-webkit-scrollbar-thumb {
    background-color: #4997ff; }
  .cart-block::-webkit-scrollbar-corner {
    background-color: #999; }
  .cart-block::-webkit-resizer {
    background-color: #666; }

.mini-cart .cart-block {
  background: #fff; }
.mini-cart .active {
  border-radius: 0;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
  visibility: visible; }

.minicart_header {
  display: none; }

.widget_shopping_cart_content {
  padding: 21px 20px 0; }
  .widget_shopping_cart_content .wrap-mini-cart {
    padding-bottom: 20px; }
  .widget_shopping_cart_content dl.variation dt {
    color: #a1a1a1;
    font-size: 12px;
    display: block;
    line-height: 18px;
    font-weight: normal; }
    .widget_shopping_cart_content dl.variation dt > p {
      display: inline-block; }
  .widget_shopping_cart_content ul {
    width: 100%;
    float: left;
    margin-bottom: 3px; }
    .widget_shopping_cart_content ul li {
      display: block;
      padding-bottom: 25px;
      position: relative;
      text-align: left;
      float: left;
      width: 100%; }
      .widget_shopping_cart_content ul li.empty {
        padding-bottom: 15px; }
  .widget_shopping_cart_content .cart-actions .total .amount {
    font-size: 14px; }
  .widget_shopping_cart_content .remove.remove-product {
    top: -8px; }
  .widget_shopping_cart_content .remove-product {
    color: #a1a1a1;
    height: 9px;
    line-height: 22px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -5px;
    width: 9px; }
    .widget_shopping_cart_content .remove-product:hover {
      color: #4997ff; }
    .widget_shopping_cart_content .remove-product i {
      font-size: 12px !important; }
  .widget_shopping_cart_content .cart-images {
    float: left; }
  .widget_shopping_cart_content .cart-info {
    padding-left: 18px;
    overflow: hidden; }
    .widget_shopping_cart_content .cart-info .product-name {
      margin-top: -2px; }
      .widget_shopping_cart_content .cart-info .product-name a {
        text-transform: uppercase;
        color: #000;
        font-size: 14px;
        font-weight: normal;
        padding: 0;
        margin-bottom: 0;
        display: block;
        margin-right: 25px;
        line-height: 16px; }
        .widget_shopping_cart_content .cart-info .product-name a:hover {
          color: #4997ff; }
    .widget_shopping_cart_content .cart-info .qty-cart > span {
      color: #a1a1a1;
      font-size: 12px;
      display: block;
      line-height: 18px;
      font-weight: normal; }
      .widget_shopping_cart_content .cart-info .qty-cart > span > span {
        color: #000;
        padding-left: 5px;
        font-size: 12px;
        font-weight: 600; }
        .widget_shopping_cart_content .cart-info .qty-cart > span > span > span {
          font-size: 12px;
          color: #000; }
  .widget_shopping_cart_content .cart-actions {
    text-align: center;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #ebebeb; }
    .widget_shopping_cart_content .cart-actions .total {
      font-size: 14px;
      text-transform: uppercase;
      font-family: "Varela Round";
      text-align: left;
      padding: 10px 0;
      color: #a1a1a1;
      border-bottom: 1px solid #ddd; }
      .widget_shopping_cart_content .cart-actions .total .price {
        color: #000000;
        float: right; }
  .widget_shopping_cart_content .cart-btn {
    text-align: center;
    overflow: hidden; }
    .widget_shopping_cart_content .cart-btn .btn-default {
      letter-spacing: 1px;
      padding: 11px 41px 13px 43px; }

@-webkit-keyframes reveal-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }
@-moz-keyframes reveal-header {
  0% {
    opacity: 0;
    -moz-transform: translateY(-50%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0px); } }
@-ms-keyframes reveal-header {
  0% {
    opacity: 0;
    -ms-transform: translateY(-50%); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0px); } }
@-o-keyframes reveal-header {
  0% {
    opacity: 0;
    -o-transform: translateY(-50%); }
  100% {
    opacity: 1;
    -o-transform: translateY(0px); } }
@keyframes reveal-header {
  0% {
    opacity: 0;
    transform: translateY(-50%); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .link-contact {
    padding: 21px 21px 22px; } }
.side-breadcrumb {
  text-align: center;
  width: 100%;
  margin-bottom: 116px;
  background: #eaf3ff; }
  .side-breadcrumb .page-title {
    vertical-align: middle;
    display: table-cell;
    width: 100%; }
  .side-breadcrumb h1 {
    color: #4997ff;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 71.55px;
    margin-top: 16px;
    padding: 0 15px;
    text-transform: capitalize; }

.breadcrumb-container {
  display: table;
  height: 580px;
  width: 100%; }

.breadcrumb {
  font-weight: 500;
  text-align: left;
  font-size: 14px;
  background: none;
  color: #4997ff;
  position: absolute;
  left: 15px;
  bottom: 33px;
  margin: 0;
  padding: 0; }
  .breadcrumb li {
    position: relative;
    margin-right: 33px; }
    .breadcrumb li:before {
      content: "\f105 ";
      font-family: FontAwesome;
      color: #333638;
      position: absolute;
      left: -24px;
      top: -2px; }
    .breadcrumb li:first-child:before {
      content: none; }
    .breadcrumb li:last-child:before {
      color: #4997ff;
      content: "\f105 "; }
    .breadcrumb li:last-child a {
      color: #4997ff;
      text-transform: capitalize; }
    .breadcrumb li a {
      color: #333638; }
  .breadcrumb > li + li:before {
    content: "\f105 ";
    font-family: FontAwesome;
    color: #333638;
    position: absolute;
    left: -24px;
    top: -2px; }

/*===================================
	3.7 Widget
===================================*/
.active-sidebar .widget {
  margin-bottom: 10px;
  clear: left; }
  .active-sidebar .widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-top: 31px;
    overflow: hidden;
    padding-bottom: 35px;
    letter-spacing: -0.9px; }
.active-sidebar .widget.widget_arrowpress_instagram_feed {
  width: 100%;
  overflow: hidden; }
  .active-sidebar .widget.widget_arrowpress_instagram_feed .instagram-container li {
    width: 33.33%; }

.widget-title-border span.before_title {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #4997ff;
  font-weight: 500; }
  .widget-title-border span.before_title:after {
    content: "";
    width: 45px;
    height: 1px;
    display: inline-block;
    background: #4997ff;
    vertical-align: middle;
    margin-left: 3px;
    margin-top: 2px;
    margin-bottom: -7.5px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.widget-title-border:hover span.before_title:after {
  width: 35px; }

aside.widget:hover .widget-title-border span.before_title:after {
  width: 35px; }

.widget_search form, .widget_product_search form {
  position: relative; }
  .widget_search form input, .widget_product_search form input {
    padding: 20px;
    width: 100%;
    height: 62px;
    color: #bababa;
    font-size: 14px;
    background: #eaf3ff;
    font-weight: normal; }
  .widget_search form .btn-search, .widget_product_search form .btn-search {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-size: 24px;
    height: 62px;
    padding: 19px;
    position: absolute;
    right: 0;
    top: 0;
    color: #2b2f30; }
    .widget_search form .btn-search:hover, .widget_product_search form .btn-search:hover {
      color: #4997ff; }

.widget_categories li,
.widget_product_categories li,
.widget_pages li, .widget_meta li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e5e5e5; }
  .widget_categories li:last-child,
  .widget_product_categories li:last-child,
  .widget_pages li:last-child, .widget_meta li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none; }
  .widget_categories li.current-cat > a,
  .widget_product_categories li.current-cat > a,
  .widget_pages li.current-cat > a, .widget_meta li.current-cat > a {
    color: #4997ff;
    padding-left: 20px; }
    .widget_categories li.current-cat > a:before,
    .widget_product_categories li.current-cat > a:before,
    .widget_pages li.current-cat > a:before, .widget_meta li.current-cat > a:before {
      width: 10px; }
  .widget_categories li > p,
  .widget_product_categories li > p,
  .widget_pages li > p, .widget_meta li > p {
    color: #232323;
    cursor: pointer;
    font-size: 18px;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px; }
  .widget_categories li a,
  .widget_product_categories li a,
  .widget_pages li a, .widget_meta li a {
    color: #232323;
    display: block;
    position: relative; }
    .widget_categories li a:before,
    .widget_product_categories li a:before,
    .widget_pages li a:before, .widget_meta li a:before {
      position: absolute;
      content: "";
      height: 2px;
      width: 0;
      background: #4997ff;
      top: 11px;
      left: 0; }
    .widget_categories li a:hover,
    .widget_product_categories li a:hover,
    .widget_pages li a:hover, .widget_meta li a:hover {
      color: #4997ff;
      padding-left: 20px; }
      .widget_categories li a:hover:before,
      .widget_product_categories li a:hover:before,
      .widget_pages li a:hover:before, .widget_meta li a:hover:before {
        width: 10px; }
    .widget_categories li a span,
    .widget_product_categories li a span,
    .widget_pages li a span, .widget_meta li a span {
      font-size: 13px;
      color: #acacac; }
  .widget_categories li ul.children,
  .widget_product_categories li ul.children,
  .widget_pages li ul.children, .widget_meta li ul.children {
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 0; }
    .widget_categories li ul.children li,
    .widget_product_categories li ul.children li,
    .widget_pages li ul.children li, .widget_meta li ul.children li {
      margin-left: 15px; }

.widget_recent_entries,
.widget_recent_comments {
  font-weight: 500; }
  .widget_recent_entries li,
  .widget_recent_comments li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ededed; }
    .widget_recent_entries li:last-child,
    .widget_recent_comments li:last-child {
      padding-bottom: 0;
      margin-bottom: 0;
      border: none; }
    .widget_recent_entries li a,
    .widget_recent_comments li a {
      color: inherit;
      font-size: 16px;
      position: relative; }
      .widget_recent_entries li a:hover,
      .widget_recent_comments li a:hover {
        color: #4997ff; }
    .widget_recent_entries li span,
    .widget_recent_comments li span {
      font-size: 13px;
      color: #acacac;
      text-transform: capitalize; }

.widget_recent_comments ul#recentcomments {
  padding-top: 13px; }
.widget_recent_comments li {
  overflow: hidden;
  position: relative;
  padding-bottom: 23px;
  margin-bottom: 18px; }
  .widget_recent_comments li .comment-post-link {
    margin-top: 11px;
    letter-spacing: -0.6px; }
    .widget_recent_comments li .comment-post-link a {
      line-height: 25px; }

.widget_post_blog ul li.blog-item {
  padding-bottom: 17px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 17px; }
  .widget_post_blog ul li.blog-item:last-child {
    padding-bottom: 13px;
    margin-bottom: 0;
    border-bottom: none; }
.widget_post_blog .blog-img {
  float: left;
  width: 101px; }
  .widget_post_blog .blog-img + .blog-post-info {
    float: left;
    width: calc(100% - 101px);
    padding: 0 0 0 15px;
    margin-top: -5px;
    margin-bottom: -6px; }
.widget_post_blog .blog-post-info {
  float: left;
  width: 100%;
  padding: 0; }
  .widget_post_blog .blog-post-info .blog-post-title {
    margin-bottom: 0; }
  .widget_post_blog .blog-post-info .blog-info > .info.author {
    margin-left: 0; }
  .widget_post_blog .blog-post-info .post-name > a {
    font-size: 17.4px;
    line-height: 26px;
    text-overflow: ellipsis; }
  .widget_post_blog .blog-post-info .blog-info {
    margin-bottom: -5px; }
  .widget_post_blog .blog-post-info .blog-post-info .blog-info > .info.blog-date a:after {
    margin-left: 11px;
    margin-top: 0px; }

.widget_products,
.widget_recent_reviews,
.widget_top_rated_products,
.widget_recently_viewed_products {
  width: 100%;
  float: left; }
  .widget_products .product_list_widget,
  .widget_recent_reviews .product_list_widget,
  .widget_top_rated_products .product_list_widget,
  .widget_recently_viewed_products .product_list_widget {
    width: 100%;
    float: left; }
    .widget_products .product_list_widget li,
    .widget_recent_reviews .product_list_widget li,
    .widget_top_rated_products .product_list_widget li,
    .widget_recently_viewed_products .product_list_widget li {
      width: 100%;
      float: left;
      margin-bottom: 30px; }
      .widget_products .product_list_widget li:last-child,
      .widget_recent_reviews .product_list_widget li:last-child,
      .widget_top_rated_products .product_list_widget li:last-child,
      .widget_recently_viewed_products .product_list_widget li:last-child {
        margin-bottom: 0; }
      .widget_products .product_list_widget li .product-img,
      .widget_recent_reviews .product_list_widget li .product-img,
      .widget_top_rated_products .product_list_widget li .product-img,
      .widget_recently_viewed_products .product_list_widget li .product-img {
        float: left;
        width: 80px;
        margin-right: 15px; }
      .widget_products .product_list_widget li .price span,
      .widget_recent_reviews .product_list_widget li .price span,
      .widget_top_rated_products .product_list_widget li .price span,
      .widget_recently_viewed_products .product_list_widget li .price span {
        color: #c74729; }
      .widget_products .product_list_widget li .product-title,
      .widget_recent_reviews .product_list_widget li .product-title,
      .widget_top_rated_products .product_list_widget li .product-title,
      .widget_recently_viewed_products .product_list_widget li .product-title {
        display: block;
        margin-bottom: 5px; }
    .widget_products .product_list_widget .reviewer,
    .widget_recent_reviews .product_list_widget .reviewer,
    .widget_top_rated_products .product_list_widget .reviewer,
    .widget_recently_viewed_products .product_list_widget .reviewer {
      color: #212425;
      display: block;
      text-transform: capitalize;
      width: 100%; }

.widget_shopping_cart .widget_shopping_cart_content {
  padding: 0; }
.widget_shopping_cart .quantity span {
  color: #c74729; }

.widget_pages > ul > li > a {
  color: #000; }
.widget_pages .current-cat > a, .widget_pages .current-cat-parent > a,
.widget_pages .current_page_item > a, .widget_pages .current-page-parent > a {
  color: #4997ff; }

.tagcloud a {
  color: #232323;
  font-size: 12px !important;
  font-style: italic;
  display: inline-block;
  padding: 5px 7px 5px 0;
  text-transform: uppercase; }
  .tagcloud a:hover {
    color: #4997ff; }

.widget_price_filter {
  overflow: hidden; }
  .widget_price_filter .price_slider_wrapper {
    margin-top: 8px; }
  .widget_price_filter .ui-slider {
    background: #000 none repeat scroll 0 0;
    height: 1px;
    position: relative;
    border: none; }
    .widget_price_filter .ui-slider .ui-slider-range {
      background: #000;
      height: 1px;
      position: absolute; }
    .widget_price_filter .ui-slider .ui-slider-handle {
      background: #4997ff;
      cursor: pointer;
      height: 13px;
      border: none;
      position: absolute;
      top: -6px;
      width: 30px;
      z-index: 2;
      margin-left: 0; }
      .widget_price_filter .ui-slider .ui-slider-handle:last-child {
        margin-left: -30px; }
  .widget_price_filter .price_slider_amount {
    overflow: hidden;
    margin-top: 17px; }
    .widget_price_filter .price_slider_amount .align_right {
      float: right; }
    .widget_price_filter .price_slider_amount .price_label span {
      color: #a1a1a1;
      font-size: 14px;
      padding-top: 6px;
      padding-bottom: 15px;
      font-weight: normal;
      display: inline-block; }
      .widget_price_filter .price_slider_amount .price_label span span {
        color: #a1a1a1;
        font-size: 14px; }
    .widget_price_filter .price_slider_amount .button:hover {
      background: #000 !important;
      color: #fff; }
    .widget_price_filter .price_slider_amount .btn-filter {
      float: right;
      font-size: 13px;
      font-weight: normal;
      padding: 9px 13px;
      text-transform: none; }
    .widget_price_filter .price_slider_amount .btn-primary {
      letter-spacing: 0.6px; }
    .widget_price_filter .price_slider_amount .button {
      background: #4997ff;
      color: #fff;
      padding: 8px 17px;
      font-weight: 400;
      border-radius: 0;
      text-transform: uppercase;
      border: none;
      line-height: 24px; }

.widget_compare {
  padding-bottom: 25px; }
  .widget_compare p {
    margin-bottom: 0; }

.widget_nav_menu ul li {
  width: 100%; }
  .widget_nav_menu ul li a {
    font-size: 15px;
    font-weight: 500; }
    .widget_nav_menu ul li a:hover {
      color: #4997ff; }

.active-sidebar .widget_nav_menu ul li a {
  color: inherit; }

/*===================================
	3.7 Banner
===================================*/
.instagram-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 171px;
  width: auto; }

.instagram-img a {
  color: #fff;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative; }

.banner-content {
  position: relative; }
  .banner-content.text-center .img-banner, .banner-content.text-left .img-banner, .banner-content.text-right .img-banner {
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -ms-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s; }
  .banner-content.text-center:before, .banner-content.text-left:before, .banner-content.text-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4997ff;
    opacity: 0;
    -moz-transform: scale(1, 0.1);
    -o-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    -webkit-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .banner-content.text-center .banner-desc {
    width: 100%; }
  .banner-content:hover .display-onhover {
    visibility: visible;
    opacity: 1; }
  .banner-content:hover .banner-desc {
    top: 45.5%; }
    .banner-content:hover .banner-desc h3 {
      margin-top: 2px;
      margin-bottom: 9px; }
  .banner-content.banner-type-1 .banner-desc {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .banner-content.banner-type-1 .banner-content:hover .banner-desc {
    padding: 0 6px; }
  .banner-content.banner-type0.en_overlay .img-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.3);
    /* opacity: 0; */
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .banner-content.banner-style-4 {
    background: #f6f6f6;
    margin-bottom: 32px; }
    .banner-content.banner-style-4:before {
      -moz-transform: translateY(-100%);
      -o-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
    .banner-content.banner-style-4:hover:before {
      -moz-transform: translateY(0%);
      -o-transform: translateY(0%);
      -ms-transform: translateY(0%);
      -webkit-transform: translateY(0%);
      transform: translateY(0%);
      opacity: 1; }
    .banner-content.banner-style-4 .service-content {
      position: relative;
      padding: 70px 15px 69px;
      cursor: pointer;
      z-index: 10; }
      .banner-content.banner-style-4 .service-content:hover {
        color: #fff; }
        .banner-content.banner-style-4 .service-content:hover h3 {
          color: #fff !important; }
      .banner-content.banner-style-4 .service-content .abs_icon {
        font-size: 102px;
        position: absolute;
        top: 7px;
        left: 35px;
        opacity: 0.2;
        top: 50%;
        z-index: 10;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .banner-content.banner-style-4 .service-content h3 {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease-in-out 0s !important;
        -moz-transition: all 0.3s ease-in-out 0s !important;
        -ms-transition: all 0.3s ease-in-out 0s !important;
        -o-transition: all 0.3s ease-in-out 0s !important;
        transition: all 0.3s ease-in-out 0s !important; }

.our-gallery-sc {
  margin-bottom: 1px; }
  .our-gallery-sc .load-more {
    padding-top: 41px; }
  .our-gallery-sc .tabs_sort .gallery-entries-wrap {
    margin-top: 33px; }
  .our-gallery-sc .tabs_sort .gallery-entries-wrap.col-3 {
    margin-bottom: 1px; }
  .our-gallery-sc .button-group > div {
    margin-left: 4px; }

.bigger-container .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.fro-fro .ubtn-hover {
  border-radius: 0; }
.fro-fro .ubtn-ctn-left {
  position: absolute;
  bottom: 23px; }
  .fro-fro .ubtn-ctn-left > .ubtn-normal {
    padding: 0 !important; }

.hide-content {
  visibility: hidden;
  opacity: 0; }

.banner-content:hover .img-banner {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }
.banner-content:hover:before {
  opacity: 1;
  -webkit-transform: skew(0, 0);
  -moz-transform: skew(0, 0);
  -o-transform: skew(0, 0);
  -ms-transform: skew(0, 0);
  transform: skew(0, 0); }

.transition {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.slider_type1 .slick-next.default.slick-arrow, .slider_type1 .slick-prev.default.slick-arrow {
  height: auto;
  width: auto;
  opacity: 0.07;
  top: 38%; }
  .slider_type1 .slick-next.default.slick-arrow > i:before, .slider_type1 .slick-prev.default.slick-arrow > i:before {
    display: none; }
  .slider_type1 .slick-next.default.slick-arrow:hover, .slider_type1 .slick-prev.default.slick-arrow:hover {
    opacity: 0.3; }
.slider_type1 .slick-prev.default.slick-arrow {
  background: url("../images/next_prev_icon.png") no-repeat left center;
  height: 57px;
  width: 111px;
  transform: rotate(180deg); }
  .slider_type1 .slick-prev.default.slick-arrow:before {
    content: ''; }
.slider_type1 .slick-next.default.slick-arrow {
  background: url("../images/next_prev_icon.png") no-repeat left center;
  height: 57px;
  width: 111px; }
  .slider_type1 .slick-next.default.slick-arrow:before {
    content: ''; }
.slider_type1 .slick-next:active, .slider_type1 .slick-next:focus, .slider_type1 .slick-next:hover {
  opacity: 0.3; }
.slider_type1 .slick-prev:active, .slider_type1 .slick-prev:focus, .slider_type1 .slick-prev:hover {
  opacity: 0.3; }
.slider_type1 .slick-disabled.default.slick-arrow {
  background: none; }

.cform_type1 .wpcf7-form > p {
  display: inline-block;
  margin-right: 11px;
  vertical-align: top;
  width: 21.624%; }
  .cform_type1 .wpcf7-form > p:nth-child(4) {
    width: 36.41%; }
  .cform_type1 .wpcf7-form > p:nth-child(5) {
    margin-right: 0;
    width: 16.3%; }
  .cform_type1 .wpcf7-form > p .wpcf7-form-control-wrap.your-name input, .cform_type1 .wpcf7-form > p .wpcf7-form-control-wrap.your-email input {
    max-width: 100%;
    width: 100%; }
  .cform_type1 .wpcf7-form > p .wpcf7-form-control-wrap.your-subject input {
    width: 100%; }

.vc_row.vc_row-o-equal-height > .container > .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.vc_row.vc_row-flex > .container > .vc_column_container {
  display: flex; }

.vc_row.vc_row-flex > .container {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vc_row.vc_row-flex, .vc_row.vc_row-flex > .container > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; }

.vc_row.vc_row-flex > .container > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.vc_ie-flexbox-fixer, .vc_row.vc_row-flex > .container > .vc_column_container > .vc_column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }

.ultsl-stop:before {
  content: "\e60b";
  opacity: 0;
  font-size: 0; }

.ultsl-stop {
  width: 26px;
  height: 3px;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: block;
  opacity: 1; }

.slick-dots li.slick-active .ultsl-stop, .slick-dots li:hover .ultsl-stop {
  background: #fff !important; }

ul.slick-dots {
  margin: 0;
  padding: 13px 0 !important; }
  ul.slick-dots li {
    margin: 2px 7px !important; }

.item_testimonial .caption_testimonial .item-desc {
  color: #8f8f8f;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.8px;
  margin-bottom: 22px;
  line-height: 36px; }
.item_testimonial .caption_testimonial .tes_name img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  display: inline-block;
  float: left; }
.item_testimonial .caption_testimonial .tes_name h4 {
  letter-spacing: -0.5px;
  font-weight: 500;
  color: #4997ff;
  font-size: 19.5px;
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-left: 60px;
  position: relative; }
  .item_testimonial .caption_testimonial .tes_name h4:before {
    content: "";
    height: 1px;
    background: #4997ff;
    width: 44px;
    position: absolute;
    left: 11px;
    bottom: 5px; }
.item_testimonial .caption_testimonial .tes_name + p {
  color: #fff;
  font-style: italic;
  text-transform: capitalize; }
.item_testimonial.style2 .caption_testimonial img {
  margin-right: 41px;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  display: inline-block;
  float: left; }
  .item_testimonial.style2 .caption_testimonial img:hover {
    filter: none; }
.item_testimonial.style2 .caption_testimonial .item-desc {
  margin-top: 5px; }
.item_testimonial.style2 .tes-content {
  overflow: hidden; }

.tes-slider2 .item_testimonial.style2 {
  padding-left: 0; }
  .tes-slider2 .item_testimonial.style2 .caption_testimonial .item-desc {
    margin-bottom: 5px; }
  .tes-slider2 .item_testimonial.style2 .caption_testimonial .tes_name h4 {
    padding-left: 60px; }
    .tes-slider2 .item_testimonial.style2 .caption_testimonial .tes_name h4:before {
      left: 1px; }

.banner-2 .vc_row {
  margin-left: 0;
  margin-right: 0; }
.banner-2 .vc_column_container > .vc_column-inner {
  padding: 0; }

.ads-col {
  margin: 0; }
  .ads-col .ads-container {
    padding: 0; }

.ads-content {
  text-align: center;
  position: relative; }
  .ads-content h5 {
    color: #ffffff;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase; }
  .ads-content .ads_icon {
    color: #ffffff;
    font-size: 48px;
    left: 0;
    opacity: 0.2;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 100%; }

.ads-container:nth-of-type(3) .ads-type-2:before, .ads-container:nth-of-type(3) .ads-type-2:after {
  opacity: 1;
  width: 100%; }

.ads-type-2 {
  background: #4997ff;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 79px 0 81px;
  cursor: pointer;
  margin-top: -30px;
  position: relative; }
  .ads-type-2:hover:before, .ads-type-2:hover:after {
    opacity: 1;
    width: 100%; }
  .ads-type-2:before, .ads-type-2:after {
    position: absolute;
    content: '';
    width: 0;
    height: 10px;
    opacity: 0;
    background: #4997ff;
    left: 0;
    z-index: 9; }
  .ads-type-2:before {
    bottom: 100%; }
  .ads-type-2:after {
    top: 100%;
    right: 0;
    left: auto; }
  .ads-type-2 .ads_icon {
    opacity: 1;
    font-size: 36px;
    position: static; }
  .ads-type-2 h5 {
    margin-top: 9px; }

.ads_style_3 .ads-content {
  text-align: left; }
  .ads_style_3 .ads-content:before, .ads_style_3 .ads-content:after {
    content: "";
    display: table; }
  .ads_style_3 .ads-content:after {
    clear: both; }
  .ads_style_3 .ads-content .ads_icon {
    color: #4997ff;
    font-size: 48px;
    opacity: 1;
    position: relative;
    text-align: left;
    top: 0;
    width: auto;
    float: left;
    padding-left: 1px; }
  .ads_style_3 .ads-content .adds_left_content {
    float: left;
    width: calc(100% - 49px);
    padding: 6px 10px 6px 21px; }
    .ads_style_3 .ads-content .adds_left_content h5 {
      color: #888;
      letter-spacing: 0.5px; }
    .ads_style_3 .ads-content .adds_left_content h4 {
      color: #000;
      letter-spacing: 0.5px;
      margin-top: 1px;
      text-transform: uppercase;
      font-weight: 400;
      line-height: normal; }

.slide-content {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%; }
  .slide-content.text-right h4, .slide-content.text-right .btn-banner {
    float: right; }
  .slide-content.text-right .text {
    float: right;
    width: 100%; }
  .slide-content.text-right .number-slide h2 {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .slide-content .number-slide h2, .slide-content.text-right .text p {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX-(100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
  .slide-content .container {
    height: 100%;
    display: table; }
  .slide-content .number-slide h2 {
    color: #000000;
    font-size: 180px;
    margin-bottom: -93px;
    opacity: 0.1; }
  .slide-content .slide-desc {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }
    .slide-content .slide-desc h4 {
      font-size: 36px;
      font-weight: 400;
      line-height: 30px;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0;
      margin-bottom: 20px; }
    .slide-content .slide-desc .btn-banner {
      padding-top: 7px; }
      .slide-content .slide-desc .btn-banner .btn {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0); }
  .slide-content .text p {
    display: inline-block;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    color: #000; }

.section.active .slide-content .number-slide h2, .section.active .slide-content .text p,
.section.active .slide-content .slide-desc h4 {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
.section.active .slide-content .slide-desc h4 {
  opacity: 1; }
.section.active .slide-content .slide-desc .btn-banner .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

.videos .has_overlay:before {
  content: none; }

.video-content {
  padding-right: 102px;
  text-align: right;
  margin-top: -37px;
  position: relative; }
  .video-content .text {
    color: #ffffff;
    display: inline-block;
    font-family: Pacifico;
    font-size: 40px;
    font-weight: 400; }
  .video-content .title-video {
    color: #ffffff;
    font-size: 60px;
    margin-top: -18px;
    padding-right: 5px;
    text-transform: uppercase; }
    .video-content .title-video span {
      color: #4997ff; }

.btn-video {
  display: inline-block;
  float: left; }
  .btn-video .btn-icon_play {
    height: 86px;
    width: 86px;
    display: table-cell;
    margin: 0;
    padding: 0;
    font-size: 60px;
    color: #4997ff;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    border: 3px solid #4997ff; }
    .btn-video .btn-icon_play i {
      vertical-align: middle;
      margin-left: 7px; }

.box-video {
  overflow: hidden;
  position: relative; }

.video-home2.box-video {
  padding-top: 0; }

.fancybox.btn-play {
  line-height: 101px;
  background: #fff;
  color: #4997ff;
  font-weight: 600;
  font-size: 20px;
  opacity: 1;
  height: 95px;
  top: 5px;
  left: -81px;
  display: inline-block;
  padding: 0 70px;
  position: absolute;
  -moz-transform: rotate(-47deg);
  -o-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  -webkit-transform: rotate(-47deg);
  transform: rotate(-47deg); }

#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

.has_overlay .franco-container {
  position: relative; }
  .has_overlay .franco-container .wpb_content_element {
    margin: 0; }

.fancybox-opened {
  z-index: 99999; }

.fancybox-skin {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0;
  padding: 0 !important; }

.clients-grid .brands-content {
  float: left;
  width: 20%; }

.banner_style_6 .banner-content.text-center:hover .img-banner {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
.banner_style_6 .banner-desc {
  bottom: 26px;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  .banner_style_6 .banner-desc .link-cate {
    color: #000000;
    font-family: Playfair Display;
    font-size: 32px;
    position: relative; }
    .banner_style_6 .banner-desc .link-cate:hover {
      color: #4997ff; }
    .banner_style_6 .banner-desc .link-cate:before {
      position: absolute;
      content: "";
      width: 100px;
      height: 1px;
      left: 50%;
      top: -7px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background: #4997ff; }
  .banner_style_6 .banner-desc h4 {
    color: #afafaf;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 0; }

.banner_style_4:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #4997ff;
  opacity: 0.8;
  z-index: 1; }
.banner_style_4 .banner-desc h3 {
  color: #282726;
  font-family: Playfair Display;
  font-size: 48px;
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 42px;
  margin-bottom: 6px; }
.banner_style_4 .banner-desc h4 {
  color: #4e4e4e;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none; }
.banner_style_4 .banner-desc .btn {
  background: #000000 none repeat scroll 0 0;
  letter-spacing: 2px;
  padding: 8px 22px;
  text-transform: uppercase; }
.banner_style_4 .banner-desc .btn-banner {
  margin-top: 27px; }

.banner-type-5 {
  overflow: visible;
  position: relative;
  background: #f1f1f1;
  padding: 60px 30px 65px 51px; }
  .banner-type-5.banner-content.text-left::after, .banner-type-5.banner-content.text-left::before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; }
  .banner-type-5.banner-content.text-left .banner-desc {
    left: 0;
    position: relative;
    z-index: 99; }
  .banner-type-5.banner-content:hover .banner-desc {
    top: 0; }
    .banner-type-5.banner-content:hover .banner-desc h2 {
      color: #3d3935; }
    .banner-type-5.banner-content:hover .banner-desc p {
      color: #fff; }
  .banner-type-5 .banner-desc {
    transform: none;
    color: #a2a2a2;
    top: 0;
    position: static; }
    .banner-type-5 .banner-desc h2 {
      font-size: 83px;
      font-weight: 600;
      position: absolute;
      top: -95px;
      left: -13px; }
    .banner-type-5 .banner-desc h4 {
      font-weight: 600;
      letter-spacing: 0.8px; }
    .banner-type-5 .banner-desc p {
      letter-spacing: 0.6px;
      margin-top: 27px;
      font-size: 16px; }

/*===================================
	3.3 Gallery
===================================*/
.gallery-container {
  padding-bottom: 62px; }
  .gallery-container .page-title h3 {
    font-weight: 600;
    padding-top: 45px;
    display: inline-block;
    position: relative;
    margin-bottom: 22px;
    text-transform: uppercase; }
    .gallery-container .page-title h3:before {
      content: "\e903";
      font-family: icomoon;
      position: absolute;
      color: #4997ff;
      font-size: 25px;
      top: 0;
      left: 49%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
  .gallery-container .gallery_sort:last-child {
    margin-bottom: -30px !important; }

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

.info.category > a {
  letter-spacing: -0.9px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500; }
  .info.category > a:after {
    content: '.'; }
.info.category:after {
  content: "";
  width: 45px;
  height: 1px;
  display: inline-block;
  background: #4997ff;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: 6.5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.text_filter {
  text-align: center;
  font-size: 14.02px;
  font-weight: 500;
  color: #4997ff;
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 9px;
  text-transform: capitalize;
  position: absolute;
  width: 100%;
  right: 0;
  letter-spacing: -0.2px; }

.gallery_header {
  margin-top: 21px; }
  .gallery_header:before, .gallery_header:after {
    content: "";
    display: table; }
  .gallery_header:after {
    clear: both; }
  .gallery_header .gallery_filter, .gallery_header .gallery_desc {
    display: inline-block; }
  .gallery_header .gallery_filter {
    display: inline-block;
    text-align: right;
    width: 40%;
    float: right;
    padding-top: 3px; }
  .gallery_header .gallery_desc {
    width: 60%;
    color: #4997ff;
    float: left;
    max-width: 600px; }
    .gallery_header .gallery_desc p {
      font-size: 28.04px;
      font-weight: 600;
      line-height: 34px;
      letter-spacing: -1px; }

.button-group > div {
  position: relative;
  margin-left: 6px; }
.button-group button.btn-filter {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16.03px;
  background: #eaf3ff;
  padding: 6px 25.83px 7px !important;
  text-align: center;
  border-radius: 5px;
  border: 2px solid transparent;
  color: #4997ff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.button-group button:hover, .button-group button.is-checked {
  border-color: #4997ff;
  background: #fff; }
  .button-group button:hover + .text_filter, .button-group button.is-checked + .text_filter {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }

.gallery-entries-wrap {
  margin-left: 0 !important; }
  .gallery-entries-wrap .figcaption {
    position: relative;
    overflow: hidden; }
    .gallery-entries-wrap .figcaption .gallery-img img {
      -webkit-transition: all 0.4s linear;
      -moz-transition: all 0.4s linear;
      -ms-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
    .gallery-entries-wrap .figcaption .post_body {
      position: absolute;
      vertical-align: middle;
      margin: 0;
      bottom: 15px;
      left: 15px;
      right: 15px;
      top: 17px;
      padding: 26px 30px 28px;
      margin: 0;
      background: #fff;
      opacity: 0;
      color: #2a2a2a;
      text-align: left;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      -moz-transform: scale(0.5) rotate(-90deg);
      -o-transform: scale(0.5) rotate(-90deg);
      -ms-transform: scale(0.5) rotate(-90deg);
      -webkit-transform: scale(0.5) rotate(-90deg);
      transform: scale(0.5) rotate(-90deg);
      -webkit-transform-origin: 0 50%;
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      -o-transform-origin: 0 50%;
      transform-origin: 0 50%; }
      .gallery-entries-wrap .figcaption .post_body .info.author {
        font-size: 14px;
        font-weight: 500;
        color: #afafaf; }
    .gallery-entries-wrap .figcaption .gallery_title h4 {
      font-weight: 600;
      font-size: 16px;
      padding: 11px 0 15px;
      letter-spacing: -0.4px;
      -moz-transform: scale(0.5);
      -o-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -webkit-transform-origin: 0 50%;
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      -o-transform-origin: 0 50%;
      transform-origin: 0 50%; }
      .gallery-entries-wrap .figcaption .gallery_title h4:hover {
        color: #4997ff; }
    .gallery-entries-wrap .figcaption .info.author {
      -moz-transform: scale(0.5);
      -o-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform-origin: 0 50%;
      -moz-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      -o-transform-origin: 0 50%;
      transform-origin: 0 50%;
      padding-left: 2px; }
    .gallery-entries-wrap .figcaption .info.category > a {
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease;
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
      transform: translateY(0);
      display: inline-block;
      letter-spacing: -0.3px; }
    .gallery-entries-wrap .figcaption:hover .post_body {
      opacity: 1;
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
    .gallery-entries-wrap .figcaption:hover .gallery_title h4 {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none;
      -webkit-transition-delay: .2s;
      transition-delay: .2s; }
    .gallery-entries-wrap .figcaption:hover .gallery-img img {
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
    .gallery-entries-wrap .figcaption:hover .info.category > a {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; }
      .gallery-entries-wrap .figcaption:hover .info.category > a:nth-child(2) {
        -webkit-transition-delay: .2s;
        transition-delay: .2s; }
      .gallery-entries-wrap .figcaption:hover .info.category > a:nth-child(3) {
        -webkit-transition-delay: .25s;
        transition-delay: .25s; }
      .gallery-entries-wrap .figcaption:hover .info.category > a:nth-child(4) {
        -webkit-transition-delay: .3s;
        transition-delay: .3s; }
      .gallery-entries-wrap .figcaption:hover .info.category > a:nth-child(5) {
        -webkit-transition-delay: 0.3 0.5s;
        transition-delay: 0.3 0.5s; }
    .gallery-entries-wrap .figcaption:hover .info.author {
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition-delay: .2s;
      transition-delay: .2s; }
  .gallery-entries-wrap.col-2 .figcaption .post_body {
    bottom: 24px;
    left: 21px;
    right: 21px;
    top: 26px;
    padding: 17px 23px 28px; }
  .gallery-entries-wrap.col-2 .figcaption .gallery_title h4 {
    font-size: 30px;
    padding: 10px 0 11px; }
  .gallery-entries-wrap.col-3 .figcaption .gallery_title h4 {
    font-size: 20px; }

.tabs_sort .isotope {
  margin-top: 44px; }
.tabs_sort .gallery-entries-wrap {
  margin-top: 23px; }
  .tabs_sort .gallery-entries-wrap.col-2 {
    margin-top: 8px;
    margin-bottom: 6px; }
  .tabs_sort .gallery-entries-wrap.col-3 {
    margin-bottom: 11px; }

.post-type-archive-gallery .tabs_sort + .load-more {
  padding-top: 30px;
  padding-bottom: 14px; }

.gallery-image:hover .gallery-img:before {
  left: 0;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
.gallery-image:hover .gallery-img:after {
  right: 0;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
.gallery-image:hover a:before {
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.gallery-img {
  position: relative;
  overflow: hidden; }
  .gallery-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: none; }

.hide-loadmore {
  display: none; }

.tabs_sort + .load-more {
  padding-top: 29px; }

.load-more {
  padding-top: 18px; }
  .load-more > a.btn {
    font-size: 15px;
    color: #fff !important;
    text-transform: uppercase;
    padding: 16px 28px 14px;
    background: none;
    font-weight: 500;
    background: #4997ff;
    border-radius: 5px;
    letter-spacing: 1.5px; }
    .load-more > a.btn.btn-primary {
      background: #4997ff;
      color: #fff;
      border: 2px solid #4997ff; }
      .load-more > a.btn.btn-primary:hover {
        background: #000;
        color: #fff;
        border: 2px solid #000; }
    .load-more > a.btn:hover {
      background: #000; }
  .load-more i {
    color: #4997ff; }

.load-more.text-center {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px; }

.col-md-6 > #options > .button-group {
  padding-top: 37px;
  text-align: right; }

.home_portfolio_cus .tabs_sort .isotope.no_space {
  margin-top: 44px !important; }

.single-gallery .gallery_right .mokar-heading {
  margin-top: -7px; }

.gallery_sort {
  margin: 0 -15px !important; }
  .gallery_sort .item {
    padding: 15px; }

.isotope[class*="col-"] .item {
  width: 25%; }
  .isotope[class*="col-"] .item img {
    width: 100%;
    height: auto; }

.isotope.col-2 .item, .gallery_col2 > .isotope-item {
  width: 50%; }
  .isotope.col-2 .item img, .gallery_col2 > .isotope-item img {
    width: 100%;
    height: auto; }

.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  margin: 0 !important;
  text-align: center; }
  .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover .gallery_relative {
    position: relative; }
    .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover .gallery_relative:before {
      opacity: 1;
      border-radius: 0;
      visibility: visible; }
    .wpb_image_grid .wpb_image_grid_ul .isotope-item:hover .gallery_relative a:last-child {
      opacity: 1;
      visibility: visible;
      position: absolute;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .wpb_image_grid .wpb_image_grid_ul .isotope-item .gallery_relative {
    position: relative; }
    .wpb_image_grid .wpb_image_grid_ul .isotope-item .gallery_relative:before {
      content: "";
      top: 0;
      width: 100%;
      left: 0;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      border-radius: 50%;
      visibility: hidden;
      position: absolute;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .wpb_image_grid .wpb_image_grid_ul .isotope-item .gallery_relative a:last-child {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      top: 43%;
      left: 46%;
      width: 53px;
      height: 53px;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -ms-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: #4997ff;
      padding: 5px;
      color: #fff;
      border-radius: 50%;
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      color: transparent; }
      .wpb_image_grid .wpb_image_grid_ul .isotope-item .gallery_relative a:last-child:hover {
        background: #000; }
      .wpb_image_grid .wpb_image_grid_ul .isotope-item .gallery_relative a:last-child:before, .wpb_image_grid .wpb_image_grid_ul .isotope-item .gallery_relative a:last-child:after {
        content: "";
        height: 18px;
        width: 2px;
        background: #fff;
        position: absolute;
        top: 34%;
        left: 48%; }
      .wpb_image_grid .wpb_image_grid_ul .isotope-item .gallery_relative a:last-child:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }

.vc_gitem-zone:before {
  content: "";
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  border-radius: 50%;
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.vc_gitem-zone:hover:before {
  opacity: 1;
  border-radius: 0;
  visibility: visible; }
.vc_gitem-zone:hover .vc-zone-link {
  opacity: 1;
  visibility: visible;
  position: absolute;
  -moz-transform: scale(1) translateY(-50%) translateX(-50%);
  -o-transform: scale(1) translateY(-50%) translateX(-50%);
  -ms-transform: scale(1) translateY(-50%) translateX(-50%);
  -webkit-transform: scale(1) translateY(-50%) translateX(-50%);
  transform: scale(1) translateY(-50%) translateX(-50%); }
.vc_gitem-zone .vc-zone-link {
  display: block;
  position: absolute;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 53px;
  height: 53px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  background: #4997ff;
  padding: 5px;
  border-radius: 50%;
  -moz-transform: scale(0.8) translateY(-50%) translateX(-50%);
  -o-transform: scale(0.8) translateY(-50%) translateX(-50%);
  -ms-transform: scale(0.8) translateY(-50%) translateX(-50%);
  -webkit-transform: scale(0.8) translateY(-50%) translateX(-50%);
  transform: scale(0.8) translateY(-50%) translateX(-50%);
  color: transparent; }
  .vc_gitem-zone .vc-zone-link:before, .vc_gitem-zone .vc-zone-link:after {
    content: "";
    height: 18px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 34%;
    left: 48%; }
  .vc_gitem-zone .vc-zone-link:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 46%; }
  .vc_gitem-zone .vc-zone-link:hover {
    background: #000; }

.isotope.col-1 .item {
  width: 100%; }

.gallery_col4 > .isotope-item {
  width: 25%; }

.isotope.col-3 .item, .gallery_col3 > .isotope-item {
  width: 33.33333%; }

.isotope.col-5 .item, .gallery_col5 > .isotope-item {
  width: 20%; }

.mokar-container .gallery .container {
  padding-left: 0;
  padding-right: 0;
  width: auto; }

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.single-gallery .mad_bottom3 {
  margin-bottom: 54px; }
.single-gallery .mokar-heading p > a {
  color: inherit; }
.single-gallery .gallery_single_1 .img-gallery {
  margin-bottom: 30px; }
  .single-gallery .gallery_single_1 .img-gallery:last-child {
    margin-bottom: 0; }
.single-gallery .gallery_single_1 .portfolio_title {
  padding-top: 46px; }
.single-gallery .gallery_single_1 .gallery_desciption {
  padding-bottom: 10px; }
.single-gallery .gallery_single_1 .mad_bottom3 {
  margin-bottom: 42px; }
.single-gallery .gallery_single_3 .gallery_right {
  float: right; }
.single-gallery .gallery_single_3 .portfolio_title {
  padding-top: 0; }
.single-gallery .gallery_single_3 .image_list .img-gallery {
  margin-bottom: 23px; }
  .single-gallery .gallery_single_3 .image_list .img-gallery:last-child {
    margin-bottom: 0; }
.single-gallery .gallery_desciption {
  color: #a1a1a1;
  padding: 22px 3px 5px; }
  .single-gallery .gallery_desciption p {
    color: inherit;
    line-height: 25px; }
  .single-gallery .gallery_desciption p + p {
    margin-top: 23px; }
.single-gallery .vertical_list {
  padding-top: 1px; }
  .single-gallery .vertical_list li {
    color: #a1a1a1;
    padding: 11px 0 6px;
    font-size: 14px;
    font-weight: 500; }
    .single-gallery .vertical_list li a {
      color: #4997ff;
      vertical-align: middle;
      text-transform: lowercase; }
      .single-gallery .vertical_list li a:hover {
        color: #000; }
    .single-gallery .vertical_list li span {
      color: #292935;
      text-transform: uppercase;
      font-size: 14.02px;
      font-weight: 500;
      min-width: 88px;
      display: inline-block; }
    .single-gallery .vertical_list li.port_share a {
      padding: 0px 17px 0 2px;
      font-size: 20px;
      color: #bbb; }
      .single-gallery .vertical_list li.port_share a:hover {
        color: #4997ff; }
    .single-gallery .vertical_list li.port_cat {
      color: #4997ff; }
      .single-gallery .vertical_list li.port_cat:hover {
        color: #000; }
.single-gallery .gallery_paginations {
  margin-top: -18px;
  padding-bottom: 5px; }
  .single-gallery .gallery_paginations > ul {
    list-style: none;
    padding-left: 0; }
    .single-gallery .gallery_paginations > ul:after, .single-gallery .gallery_paginations > ul:before {
      content: "";
      display: table; }
    .single-gallery .gallery_paginations > ul:after {
      clear: both; }
  .single-gallery .gallery_paginations li {
    display: inline-block;
    padding: 0;
    position: relative; }
    .single-gallery .gallery_paginations li a {
      padding: 9px 19px 9px 25px;
      font-size: 16px;
      text-transform: uppercase;
      color: #4997ff;
      border: none;
      background: #eaf3ff;
      border-radius: 5px;
      letter-spacing: -0.2px; }
      .single-gallery .gallery_paginations li a:hover {
        color: #fff;
        background: #4997ff; }
    .single-gallery .gallery_paginations li.arrow_left {
      float: left; }
    .single-gallery .gallery_paginations li.arrow_right {
      float: right; }
.single-gallery .portfolio_title {
  font-size: 30px;
  font-weight: 600;
  padding-top: 43px;
  padding-bottom: 3px; }
  .single-gallery .portfolio_title h3 {
    font-size: 30px;
    letter-spacing: -1.3px;
    font-weight: 600; }

.gallery_related {
  clear: both;
  padding-top: 77px; }
  .gallery_related .mokar-heading h4 {
    font-size: 18px;
    letter-spacing: 2px; }
    .gallery_related .mokar-heading h4:before {
      bottom: -28px; }

.uvc-heading .uvc-main-heading h2 {
  font-size: 25px; }
.uvc-heading .uvc-main-heading .aio-icon.none {
  font-size: 26px;
  margin-bottom: 10px; }

.info.author.line-before {
  color: #fff;
  font-size: 14px; }
  .info.author.line-before a {
    color: #fff; }
  .info.author.line-before:before {
    background: #fff; }
  .info.author.line-before > br {
    display: none; }

button.ubtn-normal {
  padding: 15px 25px 13px 28px !important;
  font-size: 15px;
  letter-spacing: 1.9px; }

.line-before:before {
  content: "";
  width: 45px;
  height: 1px;
  display: inline-block;
  background: #4997ff;
  vertical-align: middle;
  margin-left: 0px;
  margin-right: 7px;
  margin-top: 2.5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }
.line-before:hover:before {
  width: 35px; }

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

.vc_grid-btn-load_more .vc_general.vc_btn3.vc_btn3-style-custom {
  border-radius: 0;
  text-transform: uppercase;
  padding: 14px 28.5px;
  font-weight: 600;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: 1px;
  border: 2px solid #4997ff;
  background: transparent;
  color: #4997ff; }
  .vc_grid-btn-load_more .vc_general.vc_btn3.vc_btn3-style-custom:hover {
    background: #4997ff;
    color: #fff !important; }
  .vc_grid-btn-load_more .vc_general.vc_btn3.vc_btn3-style-custom:before {
    content: "\e908";
    font-family: 'icomoon' !important;
    padding-right: 8px;
    display: none; }

.set_max_width .uvc-sub-heading {
  max-width: 549px;
  letter-spacing: 0.55px; }

.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel-title {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.59px; }
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel {
  margin-bottom: 14px; }
  .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    font-weight: 400;
    padding: 17px 27px 20px; }
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #4997ff !important;
  background: none !important; }
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #4997ff; }
.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel-heading {
  border-color: #fff;
  background: #fff !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel:hover .vc_tta-panel-heading {
  border-color: #4997ff !important;
  background: #fff !important; }
.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title > a, .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-white .vc_tta-panel:hover .vc_tta-panel-title > a {
  color: #4997ff; }
.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panel-heading {
  border-color: #f5f5f5;
  background: #f5f5f5 !important; }
.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title > a {
  color: #3d3935 !important; }
  .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panel .vc_tta-panel-title > a:hover {
    color: #4997ff !important; }
.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panel:hover .vc_tta-panel-heading {
  border-color: #4997ff !important;
  background: #fff !important; }
.vc_tta-accordion.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panel.vc_active .vc_tta-panel-title > a, .vc_tta-accordion.vc_tta-style-classic.vc_tta-color-grey .vc_tta-panel:hover .vc_tta-panel-title > a {
  color: #4997ff !important; }

.slick-dots li {
  margin: 5px 7px; }

.vc_tta-container + .vc_btn3-container.vc_btn3-left {
  margin-top: -16px; }

.wpcf7-not-valid-tip {
  margin-top: 4px; }

.mokar_heading_left .uvc-heading-spacer {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle; }
.mokar_heading_left .uvc-main-heading {
  display: inline-block;
  vertical-align: middle; }
  .mokar_heading_left .uvc-main-heading > * {
    margin-top: 0;
    margin-bottom: 17px; }

.travel-tips .mokar_heading_left .uvc-heading-spacer {
  margin-right: 18px; }

@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0); }
  50% {
    transform: translate(8px, 0); }
  80% {
    transform: translate(-8px, 0); } }
@-webkit-keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(8px, 0); }
  80% {
    -webkit-transform: translate(-8px, 0); } }
@-ms-keyframes nudge {
  0%, 100% {
    -ms-transform: translate(0, 0); }
  50% {
    -ms-transform: translate(8px, 0); }
  80% {
    -ms-transform: translate(-8px, 0); } }
@-moz-keyframes nudge {
  0%, 100% {
    -moz-transform: translate(0, 0); }
  50% {
    -moz-transform: translate(8px, 0); }
  80% {
    -moz-transform: translate(-8px, 0); } }
.select_slider:focus option {
  display: none; }

.number_nav {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s !important;
  -moz-transition: all 0.2s ease-in-out 0s !important;
  -ms-transition: all 0.2s ease-in-out 0s !important;
  -o-transition: all 0.2s ease-in-out 0s !important;
  transition: all 0.2s ease-in-out 0s !important; }
  .number_nav:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background: #fff;
    left: -29px;
    top: 9px;
    -webkit-transition: all 0.2s ease-in-out 0s !important;
    -moz-transition: all 0.2s ease-in-out 0s !important;
    -ms-transition: all 0.2s ease-in-out 0s !important;
    -o-transition: all 0.2s ease-in-out 0s !important;
    transition: all 0.2s ease-in-out 0s !important; }
  .number_nav:hover:before, .number_nav.active:before {
    height: 1px;
    width: 20px;
    background: #fff;
    left: -29px;
    top: 9px; }

.letter-space-2 .uvc-sub-heading {
  letter-spacing: 2px; }

.letter_spacing_06 .uvc-sub-heading {
  letter-spacing: 0.6px;
  padding-left: 1px; }

#cart_added_msg_popup, #compare_added_msg_popup {
  background: #4997ff;
  box-shadow: 0 0 10px #ccc;
  box-sizing: border-box;
  font-size: 15px;
  left: 50%;
  color: #fff;
  line-height: 50px;
  max-width: 300px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 10000; }

#cart_added_msg_popup, #compare_added_msg_popup {
  font-size: 15px;
  line-height: 50px;
  text-align: center; }

.single_add_to_cart_button, .add_to_cart_button {
  position: relative; }

.yith-wcwl-add-to-wishlist .ajax-loading:after,
.add_to_cart_button.loading::after,
.single_add_to_cart_button.loading::after {
  animation: 1s ease-in-out 0s normal none infinite running spin;
  background: transparent url("../images/ajax-loader.gif") no-repeat scroll center center/16px 16px;
  content: "";
  display: inline-block;
  opacity: 0.6;
  height: 20px;
  width: 20px;
  margin: 0;
  position: absolute;
  right: 5px;
  bottom: 18px;
  text-align: center;
  border-radius: 5px; }

.product_archives .title_archive_product {
  position: relative; }
  .product_archives .title_archive_product span {
    font-size: 32px; }
  .product_archives .title_archive_product h2 {
    padding-top: 44px;
    padding-bottom: 12px;
    font-size: 25px;
    color: #3d3935;
    text-transform: uppercase;
    font-weight: 600; }
    .product_archives .title_archive_product h2:before {
      content: "\e903";
      font-family: icomoon;
      position: absolute;
      color: #4997ff;
      font-size: 25px;
      top: 0;
      left: 50%;
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
.product_archives .tabs-fillter {
  text-align: center;
  padding-bottom: 31px; }
  .product_archives .tabs-fillter .btn-filter {
    display: inline-block;
    border-bottom: 0; }
    .product_archives .tabs-fillter .btn-filter li a {
      cursor: pointer;
      color: #979797;
      font-size: 15px;
      border-radius: 0;
      background: none !important;
      text-transform: capitalize; }
      .product_archives .tabs-fillter .btn-filter li a.active {
        color: #4997ff; }
      .product_archives .tabs-fillter .btn-filter li a:hover {
        border-color: transparent;
        background-color: none;
        color: #4997ff; }
.product_archives .button-group .is-checked.btn-filter {
  background: #fff none repeat scroll 0 0; }

.woocommerce.columns-1 div.product-grid div.product {
  width: 100%;
  margin-right: 0; }
.woocommerce.columns-2 div.product-grid div.product {
  width: 50%; }
.woocommerce.columns-3 div.product-grid div.product {
  width: 33.3333%; }
.woocommerce.columns-4 div.product-grid div.product {
  width: 25%; }
.woocommerce.columns-5 div.product-grid div.product {
  width: 20%; }
.woocommerce.columns-6 div.product-grid div.product {
  width: 16.6666666667%; }

.columns-1 .product-list .item {
  width: 100%; }

.product-grid .product-action,
.product-grid .desc, .product-grid .star-rating {
  display: none; }

.product-entries-wrap.isotope {
  margin: 0 -15px; }
.product-entries-wrap .item {
  padding: 15px 15px 57px;
  text-align: center;
  overflow: hidden;
  float: left; }

.product-content {
  text-align: left;
  overflow: hidden; }
  .product-content:hover .img-base {
    z-index: 0;
    opacity: 1; }
  .product-content .img-base {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s; }
  .product-content h3 {
    padding-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal; }
    .product-content h3 a {
      font-size: 15px;
      font-weight: 500;
      color: #212425; }
      .product-content h3 a:hover {
        color: #4997ff; }
  .product-content span.woocommerce-Price-amount {
    color: #4997ff;
    font-size: 15px;
    font-weight: 600; }
    .product-content span.woocommerce-Price-amount span {
      color: #4997ff;
      font-size: 15px;
      font-weight: 600; }
  .product-content .price .amount {
    color: #4997ff;
    font-size: 14px;
    font-weight: 600; }
    .product-content .price .amount span {
      color: #4997ff; }
    .product-content .price .amount del span {
      color: #aaa; }
  .product-content .product-image {
    position: relative;
    margin-bottom: 22px; }
    .product-content .product-image > span {
      background: #000;
      color: #fff;
      display: table;
      font-size: 12px;
      font-weight: 300;
      height: 25px;
      left: 5px;
      letter-spacing: 2px;
      line-height: 23px;
      min-width: 38px;
      padding: 9px 7px 7px;
      position: absolute;
      text-align: center;
      line-height: 100%;
      text-transform: uppercase;
      top: 5px;
      vertical-align: middle;
      z-index: 1; }
    .product-content .product-image:before {
      content: '';
      background: #4997ff;
      opacity: 0;
      transition: all 0.35s ease-in-out 0s;
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 1;
      backface-visibility: hidden; }
    .product-content .product-image img {
      width: 100%;
      height: auto; }
    .product-content .product-image a.button,
    .product-content .product-image a.product_type_grouped {
      position: absolute;
      text-align: center;
      left: 50%;
      top: 50%;
      min-width: 185px;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      margin: 0 auto;
      color: #3d3935;
      background: #fff;
      height: 54px;
      line-height: 58px;
      z-index: 2;
      -moz-transform: translate(-50%, -50%) perspective(400px) rotate3d(0, 1, 0, 90deg);
      -o-transform: translate(-50%, -50%) perspective(400px) rotate3d(0, 1, 0, 90deg);
      -ms-transform: translate(-50%, -50%) perspective(400px) rotate3d(0, 1, 0, 90deg);
      -webkit-transform: translate(-50%, -50%) perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: translate(-50%, -50%) perspective(400px) rotate3d(0, 1, 0, 90deg); }
      .product-content .product-image a.button i,
      .product-content .product-image a.product_type_grouped i {
        font-size: 22px;
        margin-top: -5px;
        vertical-align: middle; }
      .product-content .product-image a.button:hover,
      .product-content .product-image a.product_type_grouped:hover {
        color: #4997ff; }
  .product-content:hover .product-image:before {
    opacity: 0.9; }
  .product-content:hover .product-image a.button, .product-content:hover .product-image a.product_type_grouped {
    -moz-transform: scale(1) translate(-50%, -50%) perspective(400px) rotate(0deg);
    -o-transform: scale(1) translate(-50%, -50%) perspective(400px) rotate(0deg);
    -ms-transform: scale(1) translate(-50%, -50%) perspective(400px) rotate(0deg);
    -webkit-transform: scale(1) translate(-50%, -50%) perspective(400px) rotate(0deg);
    transform: scale(1) translate(-50%, -50%) perspective(400px) rotate(0deg); }

.outofstock .product-content .product-image a.button i,
.outofstock .product-content .product-image a.product_type_grouped i {
  display: none; }

.product-loadmore.load-more {
  padding-top: 13px; }
  .product-loadmore.load-more > a.btn {
    min-width: 151px;
    height: 53px;
    letter-spacing: 1px;
    line-height: normal;
    padding: 13px 26px; }

.product_archives {
  padding-bottom: 70px; }
  .product_archives .product-list .item:hover .product-image::before {
    opacity: 0.5; }

.product-list {
  margin-top: 40px; }
  .product-list .item {
    padding-bottom: 50px; }
    .product-list .item .product-content .product-image {
      margin-bottom: 0; }
  .product-list .product-content {
    overflow: hidden; }
  .product-list .product-image {
    float: left;
    margin-right: 30px;
    width: 300px; }
  .product-list .product-desc {
    overflow: hidden;
    text-align: left; }
  .product-list .product-image a.add_to_cart_button {
    display: none; }
  .product-list .product-action .button.add_to_cart_button {
    text-align: center;
    min-width: 185px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 auto;
    color: #fff;
    background: #fff;
    height: 54px;
    display: inline-block;
    line-height: 58px;
    background: #4997ff; }
    .product-list .product-action .button.add_to_cart_button i {
      font-size: 22px;
      margin-top: -5px;
      vertical-align: middle; }
    .product-list .product-action .button.add_to_cart_button:hover {
      background: #000; }
  .product-list .desc {
    padding: 10px 0; }
  .product-list .yith-wcwl-add-to-wishlist {
    margin-top: 20px; }

/* Single Post */
.single-product .type-product {
  padding-top: 22px; }
.single-product .cart {
  padding-top: 17px; }
.single-product .info .quantity input.qty.text {
  color: #868686;
  font-family: Poppins; }

.media > span {
  background: #000;
  color: #fff;
  display: table;
  font-size: 12px;
  font-weight: 300;
  height: 25px;
  left: 20px;
  letter-spacing: 2px;
  line-height: 23px;
  min-width: 38px;
  padding: 9px 7px 7px;
  position: absolute;
  text-align: center;
  line-height: 100%;
  text-transform: uppercase;
  top: 5px;
  vertical-align: middle;
  z-index: 1; }

.info .product_title {
  color: #212425;
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 30px; }
.info .price span {
  font-size: 40px;
  font-weight: 600;
  color: #4997ff; }
.info .price del span {
  font-size: 24px; }
.info .summary p {
  color: #898989;
  margin-bottom: 14px;
  line-height: 28px;
  font-weight: 500; }
  .info .summary p.price {
    line-height: 24px;
    font-weight: 600; }
  .info .summary p a {
    color: #212121; }
    .info .summary p a:hover {
      color: #primary_color; }
.info .single_add_to_cart_button,
.info .add_to_cart_button {
  font-size: 15px;
  height: 51px;
  min-width: 173px;
  letter-spacing: 0;
  position: relative;
  line-height: normal;
  border-radius: 4px;
  background: #4997ff;
  border: none;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .info .single_add_to_cart_button i,
  .info .add_to_cart_button i {
    display: none; }
  .info .single_add_to_cart_button:hover,
  .info .add_to_cart_button:hover {
    background: #000;
    color: #fff; }
.info .quantity {
  background: #eaf3ff;
  border-radius: 4px;
  border: medium none;
  display: inline-block;
  height: 51px;
  vertical-align: top;
  margin-right: 8px; }
  .info .quantity .qty-number {
    height: 51px; }
    .info .quantity .qty-number span {
      color: #222222;
      font-size: 17px;
      height: 51px;
      padding: 0 10px;
      line-height: 100%; }
  .info .quantity input.qty.text {
    background: transparent none repeat scroll 0 0;
    color: #777777;
    height: 51px;
    width: 39px;
    padding: 10px 0;
    font-family: Open Sans; }
.info .product_meta {
  padding-top: 24px; }
  .info .product_meta > span {
    display: block;
    width: 100%;
    color: #777777;
    padding-top: 7px;
    padding-bottom: 10px;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee; }
    .info .product_meta > span a {
      color: #4997ff; }
      .info .product_meta > span a:hover {
        color: #222; }
.info .product-share {
  padding-top: 48px;
  display: inline-block; }
  .info .product-share h5 {
    text-transform: uppercase;
    display: inline-block;
    padding-right: 6px;
    font-weight: 500;
    font-family: 16px;
    color: #4997ff; }
  .info .product-share a {
    font-size: 18px;
    padding: 2px 7px;
    color: #aaaaaa; }
    .info .product-share a:hover {
      color: #4997ff; }

.tagged_as a:hover {
  color: #222; }

.yith-wcwl-add-to-wishlist {
  margin-top: 29px; }
  .yith-wcwl-add-to-wishlist > div a {
    color: #4997ff;
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins;
    letter-spacing: 1px; }
    .yith-wcwl-add-to-wishlist > div a:hover {
      color: #4997ff; }

div.pp_woocommerce div.ppt {
  color: #000;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase; }

.woocommerce-product-rating {
  padding-bottom: 30px; }

.ie-11 .woocommerce-review-link {
  padding-top: 3px; }

.woocommerce-review-link {
  color: #878787;
  float: left;
  padding-right: 20px;
  font-weight: 500; }
  .woocommerce-review-link:hover {
    color: #4997ff; }

.star-rating {
  display: inline-block;
  height: 16px;
  position: relative;
  text-indent: -999em;
  width: 71px;
  margin-top: 0; }
  .star-rating:before {
    position: absolute;
    text-indent: 1px;
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    left: 0;
    top: 0;
    color: #dddddd; }
  .star-rating span {
    float: left;
    overflow: hidden;
    display: block;
    position: relative; }
    .star-rating span:before {
      position: absolute;
      text-indent: 1px;
      content: "\f005\f005\f005\f005\f005";
      font-family: FontAwesome;
      left: 0;
      top: 0;
      color: #ffd24d; }

a.add_to_wishlist {
  color: #777777;
  cursor: pointer;
  font-family: Open Sans;
  position: relative;
  text-transform: uppercase;
  padding-left: 40px; }
  a.add_to_wishlist:hover {
    color: #4997ff; }
  a.add_to_wishlist:before {
    position: absolute;
    content: "\e642";
    color: #4997ff;
    font-family: Pe-icon-7-stroke;
    font-size: 24px;
    left: 0;
    top: 0; }

.product-tab {
  margin-top: 42px;
  overflow: hidden;
  width: 100%; }
  .product-tab .woocommerce-tabs {
    overflow: hidden;
    width: 100%; }
  .product-tab .nav-tabs {
    border: none;
    border-radius: 4px;
    float: left;
    width: 270px;
    padding: 25px 25px 30px;
    margin-right: 32px;
    background-color: #eaf3ff; }
    .product-tab .nav-tabs > li {
      margin-bottom: 0;
      width: 100%; }
      .product-tab .nav-tabs > li.active a {
        color: #4997ff;
        border: none;
        padding-left: 26px; }
      .product-tab .nav-tabs > li:last-child a, .product-tab .nav-tabs > li:last-child a:hover, .product-tab .nav-tabs > li:last-child a:focus {
        border-bottom: none; }
      .product-tab .nav-tabs > li a {
        border: none;
        border-radius: 0;
        margin: 0;
        font-size: 14px;
        color: #999999;
        padding: 10px 0 14px;
        line-height: normal;
        font-weight: 500;
        background: none !important; }
        .product-tab .nav-tabs > li a:hover, .product-tab .nav-tabs > li a:focus {
          border: none;
          border-radius: 0;
          margin: 0;
          background: none;
          color: #4997ff;
          background: none !important; }
  .product-tab .tab-content {
    overflow: hidden;
    padding-top: 15px; }
    .product-tab .tab-content .panel {
      background: transparent none repeat scroll 0 0;
      border: medium none;
      border-radius: 0;
      box-shadow: none;
      margin-bottom: 20px; }
    .product-tab .tab-content p {
      color: #777777;
      font-size: 14px; }
    .product-tab .tab-content .commentlist > li {
      margin-bottom: 0;
      padding-bottom: 20px; }
    .product-tab .tab-content .avatar {
      float: left;
      margin-right: 30px; }
    .product-tab .tab-content .comment-text {
      overflow: hidden; }
    .product-tab .tab-content .comment-form input, .product-tab .tab-content .comment-form textarea {
      width: 100%; }
    .product-tab .tab-content .comment-form textarea {
      height: 100px; }
    .product-tab .tab-content .comment-form label {
      display: none; }
      .product-tab .tab-content .comment-form label.error {
        border: none !important;
        color: #ff0000;
        font-weight: 400; }
    .product-tab .tab-content .comment-form .form-submit input {
      width: 120px; }

.price {
  display: block; }

.woocommerce-Reviews-title {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 20px; }

.stars .fa {
  border-right: 1px solid #b8b8b8;
  margin-right: 8px;
  padding-right: 8px; }
  .stars .fa:last-child {
    border-right: none; }
.stars span > a {
  border-right: 1px solid #eaeaea;
  padding-right: 10px;
  margin-right: 10px;
  color: transparent;
  display: inline-block; }
  .stars span > a:before {
    color: #d1d1d1;
    font-weight: normal; }
  .stars span > a:last-child {
    margin-right: 0;
    border: none; }
  .stars span > a:hover:before, .stars span > a.active:before {
    color: #ffd24d; }
.stars a:before {
  font-family: FontAwesome; }
.stars .star-1:before {
  content: "\f005"; }
.stars .star-2:before {
  content: "\f005\f005"; }
.stars .star-3:before {
  content: "\f005\f005\f005"; }
.stars .star-4:before {
  content: "\f005\f005\f005\f005"; }
.stars .star-5:before {
  content: "\f005\f005\f005\f005\f005"; }

.single-product .products > h2 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-top: 50px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.single-product .images > div {
  position: relative; }
.single-product .images img {
  width: 100%;
  height: auto; }

.wishlist_table.shop_table.cart tbody tr:last-child td {
  border-bottom: 1px solid #eee;
  padding: 10px !important; }
.wishlist_table.shop_table.cart tbody tr td:last-child {
  border-right: 1px solid #eee; }
.wishlist_table .product-name a {
  font-size: 15px; }
  .wishlist_table .product-name a:hover {
    color: #4997ff; }
.wishlist_table .product-remove a {
  font-size: 22px;
  color: #4997ff; }
  .wishlist_table .product-remove a:hover {
    color: #232323; }
.wishlist_table .product-price .amount {
  color: #b9260e;
  font-size: 15px; }
.wishlist_table .product-stock-status span,
.wishlist_table .product-add-to-cart a {
  font-size: 15px; }
.wishlist_table .product-add-to-cart a {
  color: #232323; }
  .wishlist_table .product-add-to-cart a:hover {
    color: #4997ff; }

.woocommerce-pagination {
  padding-top: 40px; }
  .woocommerce-pagination .page-numbers {
    text-align: center;
    margin: 0; }
    .woocommerce-pagination .page-numbers > li {
      display: inline-block; }
      .woocommerce-pagination .page-numbers > li a {
        color: #5a5a5a; }
      .woocommerce-pagination .page-numbers > li a, .woocommerce-pagination .page-numbers > li span {
        padding: 0;
        font-size: 13px;
        height: 30px;
        line-height: 31px;
        text-transform: uppercase;
        width: 30px;
        display: block; }
      .woocommerce-pagination .page-numbers > li .current, .woocommerce-pagination .page-numbers > li a:hover {
        background: #4997ff;
        color: #fff; }

.slogan {
  padding-bottom: 32px; }
  .slogan p {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    color: #4997ff; }

.woocommerce-variation.single_variation {
  margin-top: 15px; }

.shop_attributes p {
  margin-bottom: 0; }

.variations tr td {
  float: left;
  padding: 0;
  text-align: left;
  width: 50%; }
  .variations tr td.label {
    width: 100px; }
  .variations tr td.value {
    margin-bottom: 0; }
  .variations tr td select {
    border: none;
    background-color: #eaf3ff;
    border-radius: 4px;
    color: #777777;
    font-size: 15px;
    padding: 7px;
    margin-bottom: 15px;
    font-family: Poppins; }
  .variations tr td label {
    color: #777777;
    padding-top: 12px;
    font-size: 15px;
    font-weight: 500;
    margin: 0; }

.shop_attributes th {
  font-weight: 500; }

.views-block {
  margin: 30px -15px 0; }

.thumbs_list li {
  padding: 0 15px; }
  .thumbs_list li:hover a:before {
    opacity: 0; }
  .thumbs_list li a {
    display: block;
    position: relative; }
    .thumbs_list li a::before {
      background: #4997ff;
      border-radius: 2px;
      bottom: 13px;
      content: "";
      left: 13px;
      opacity: 0;
      position: absolute;
      right: 13px;
      top: 13px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }

.product_slide .isotope {
  height: 100% !important; }
.product_slide .item {
  position: static !important; }
.product_slide .slick-slider .slick-next,
.product_slide .slick-slider .slick-prev {
  border-color: #4997ff;
  top: -60px;
  background: #4997ff; }
  .product_slide .slick-slider .slick-next:before,
  .product_slide .slick-slider .slick-prev:before {
    opacity: 1; }
  .product_slide .slick-slider .slick-next:hover, .product_slide .slick-slider .slick-next:focus,
  .product_slide .slick-slider .slick-prev:hover,
  .product_slide .slick-slider .slick-prev:focus {
    background: none;
    border-color: #4997ff; }
    .product_slide .slick-slider .slick-next:hover:before, .product_slide .slick-slider .slick-next:focus:before,
    .product_slide .slick-slider .slick-prev:hover:before,
    .product_slide .slick-slider .slick-prev:focus:before {
      color: #4997ff; }

.filter-cate {
  text-align: right; }

.deal-of {
  float: left;
  width: 45%;
  max-width: 360px; }
  .deal-of h3 {
    font-size: 39.44px;
    font-weight: 500; }
    .deal-of h3 a {
      color: #212425; }
      .deal-of h3 a:hover {
        color: #4997ff; }

.product-attribute {
  background: #eaf3ff;
  overflow: hidden;
  min-height: 786px;
  padding: 150px 30px 40px 40px; }

.product-deal .product-img {
  float: right;
  width: 55%; }
.product-deal .desc {
  color: #888888;
  font-size: 15px;
  padding-bottom: 18px; }
.product-deal .price-deal .desc-tab {
  color: #c74729;
  font-size: 33.82px;
  font-weight: 600; }
  .product-deal .price-deal .desc-tab span {
    color: #949597;
    font-size: 20px;
    text-decoration: line-through;
    margin-left: 9px; }
.product-deal .btn-banner {
  padding-top: 53px; }
  .product-deal .btn-banner .btn.btn-primary {
    padding-left: 24px;
    padding-right: 24px; }
    .product-deal .btn-banner .btn.btn-primary i {
      font-size: 20px; }

.deal-desc {
  margin-top: 27px; }
  .deal-desc .nav-tabs {
    border: none;
    margin-bottom: 25px; }
    .deal-desc .nav-tabs li {
      margin-bottom: 0; }
      .deal-desc .nav-tabs li.active a {
        border: 2px solid #4997ff;
        color: #4997ff;
        background: #fff; }
      .deal-desc .nav-tabs li a {
        border: 2px solid transparent;
        margin: 0;
        font-size: 14.4px;
        font-weight: 600;
        border-radius: 3px;
        padding: 6px 19px 5px; }
        .deal-desc .nav-tabs li a:hover, .deal-desc .nav-tabs li a:focus {
          border: 2px solid #4997ff;
          color: #4997ff;
          background: #fff; }

.slide-deal .slick-slider .slick-dots {
  margin-right: 34px;
  margin-top: 0;
  position: absolute;
  right: 0 !important;
  text-align: right;
  bottom: 31px; }
  .slide-deal .slick-slider .slick-dots li {
    margin-right: 73px !important; }
    .slide-deal .slick-slider .slick-dots li a {
      color: #212425; }

.title-deal h3 {
  font-size: 16.37px;
  display: inline-block;
  position: relative;
  color: #4997ff;
  padding-right: 10px;
  font-weight: 600;
  margin-bottom: 16px; }
  .title-deal h3:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    background: #4997ff;
    bottom: 3px;
    left: 100%; }

.summary .add-to-cart {
  display: inline-block; }

.product_order .single-product .type-product {
  padding-top: 0; }
  .product_order .single-product .type-product .cart {
    padding-top: 0; }
.product_order .summary {
  float: left;
  margin: 0 -5px;
  width: 100%; }
  .product_order .summary form {
    width: 100%;
    float: left; }
    .product_order .summary form .quantity {
      height: 63px;
      margin: 0;
      width: 50%;
      float: left;
      padding: 0 5px;
      position: relative;
      background: none;
      overflow: hidden; }
      .product_order .summary form .quantity input.qty.text {
        color: #afafaf;
        font-family: Poppins;
        font-size: 14px;
        font-weight: 500;
        height: 63px;
        padding: 10px 18px 10px 30px;
        text-align: left;
        width: 100%;
        background: #eaf3ff;
        border-radius: 4px; }
      .product_order .summary form .quantity .qty-number {
        height: 100%;
        right: 11px;
        top: 0;
        position: absolute; }
        .product_order .summary form .quantity .qty-number .increase-qty {
          height: 63px;
          line-height: 70px;
          position: absolute;
          right: 0;
          top: 0;
          font-size: 22px;
          color: #a1a1a1; }
          .product_order .summary form .quantity .qty-number .increase-qty:hover {
            color: #4997ff; }
          .product_order .summary form .quantity .qty-number .increase-qty.minus {
            right: 30px; }
    .product_order .summary form .add-to-cart {
      float: left;
      padding: 0 5px;
      width: 50%;
      overflow: hidden; }
    .product_order .summary form .single_add_to_cart_button,
    .product_order .summary form .add_to_cart_button {
      background: #212425 none repeat scroll 0 0;
      float: right;
      height: 63px;
      letter-spacing: 1.5px;
      min-width: auto;
      padding: 0;
      width: 100%;
      font-weight: 500;
      font-size: 15px; }
      .product_order .summary form .single_add_to_cart_button i,
      .product_order .summary form .add_to_cart_button i {
        font-size: 22px;
        display: inline-block; }
      .product_order .summary form .single_add_to_cart_button:hover,
      .product_order .summary form .add_to_cart_button:hover {
        color: #4997ff;
        background: #eaf3ff; }
  .product_order .summary .variations {
    float: left;
    width: 33.3333%;
    padding: 0 5px; }
    .product_order .summary .variations tr {
      margin-bottom: 10px;
      display: block;
      width: 100%;
      float: left; }
      .product_order .summary .variations tr td.value {
        margin-bottom: 0;
        width: 100%; }
        .product_order .summary .variations tr td.value select {
          background-color: #eaf3ff;
          background-image: url("../images/angle-down.png");
          color: #a1a1a1;
          font-size: 14px;
          font-weight: 500;
          height: 63px;
          margin: 0;
          width: 100%;
          padding-left: 27px;
          padding-right: 18px; }
      .product_order .summary .variations tr td.label {
        display: none; }
      .product_order .summary .variations tr td .reset_variations {
        display: none !important; }
  .product_order .summary .woocommerce-variation-add-to-cart {
    float: left;
    margin: 0 -5px;
    width: 100%; }
  .product_order .summary .single_variation_wrap {
    float: left;
    width: 66.6667%;
    padding: 0 5px;
    position: relative; }
    .product_order .summary .single_variation_wrap .price span {
      color: #ffffff !important; }
    .product_order .summary .single_variation_wrap .woocommerce-variation-availability p {
      color: #ffffff;
      margin-bottom: 0; }
    .product_order .summary .single_variation_wrap .woocommerce-variation.single_variation {
      position: absolute;
      top: 80px; }

[class*="columns-"].product_archives.woocommerce {
  margin-top: 55px; }

.product_archives .col-md-6 > #options > .button-group {
  padding-top: 3px; }

.filter-cate .button-group button.is-checked,
.filter-cate .button-group button:hover {
  background: #fff; }

.vc_btn3.vc_btn3-size-md.vc_btn3-style-custom.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 29px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  background-image: none;
  background: none; }
  .vc_btn3.vc_btn3-size-md.vc_btn3-style-custom.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: -4px;
    font-size: 20px;
    top: 47%; }
  .vc_btn3.vc_btn3-size-md.vc_btn3-style-custom.vc_btn3-icon-left:not(.vc_btn3-o-empty):hover {
    color: #000;
    padding-left: 39px; }
    .vc_btn3.vc_btn3-size-md.vc_btn3-style-custom.vc_btn3-icon-left:not(.vc_btn3-o-empty):hover i {
      padding-left: 10px; }

.slick-slider .animated {
  visibility: visible; }

div.wpcf7-response-output {
  margin: 0; }

.aio-icon.none {
  width: auto !important;
  margin-left: 7px; }

.no-gutter-top .vc_column-inner {
  padding-top: 0 !important; }

.no-gutter .vc_column_container > .vc_column-inner {
  padding: 0 !important; }

.vc_grid .vc_pageable-load-more-btn {
  margin-top: 42px !important; }

.upb_row_bg {
  width: 100%; }

.form-type2 {
  padding-top: 30px; }
  .form-type2 input, .form-type2 textarea {
    margin-bottom: 6px;
    background: #fff none repeat scroll 0 0;
    padding: 15px 25px 12px;
    width: 100%; }
  .form-type2 .wpcf7-submit {
    max-width: 164px;
    float: right;
    margin-top: 0px;
    padding-bottom: 11px;
    padding-top: 14px;
    font-size: 14px;
    font-weight: 600;
    background: #4997ff; }
    .form-type2 .wpcf7-submit:hover {
      background: #000; }
  .form-type2 div.wpcf7-response-output {
    margin-top: 40px; }

span.wpcf7-not-valid-tip {
  font-size: 14px; }

.resv-text {
  font-size: 29.02px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  text-align: center !important;
  padding-top: 36px;
  letter-spacing: 1.5px !important; }

.cus_margin_top .vc_row {
  background-position: left !important; }

.tp-revslider-mainul {
  width: 100% !important; }

.icon_ohover .aio-icon:hover {
  background: #64615d !important;
  color: #fff !important; }

/* Store Locator */
.wpsl-search {
  background: #f2f2f2 none repeat scroll 0 0;
  color: #888888;
  margin-bottom: 30px; }

#wpsl-search-wrap div label {
  line-height: 40px; }

#wpsl-search-btn, #wpsl-search-wrap div {
  margin-right: 15px; }

#wpsl-search-btn, #wpsl-search-wrap input {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 0;
  height: 40px; }

#wpsl-search-wrap .wpsl-search-btn-wrap input {
  height: 40px;
  color: #fff;
  background: #4997ff;
  border: 1px solid #4997ff; }

#wpsl-search-wrap .wpsl-search-btn-wrap input:hover {
  background: #000;
  border: 1px solid #000; }

.wpsl-dropdown {
  border-radius: 0;
  border: 1px solid #ffffff; }

#wpsl-search-wrap div label {
  font-weight: 400;
  font-size: 13px; }

.wpsl-locations-details > span {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 15px; }

.wpsl-direction-wrap a, .wpsl-direction-before a {
  background: #4997ff none repeat scroll 0 0;
  display: inline-block;
  height: 40px;
  color: #fff;
  line-height: 40px;
  min-width: 100px;
  text-align: center; }

.wpsl-direction-wrap a:hover,
.wpsl-direction-before a:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff; }

#wpsl-result-list p {
  padding-left: 0;
  margin-top: 15px; }

.wpsl-direction-before,
#wpsl-wrap #wpsl-result-list li {
  padding-left: 0; }

#wpsl-result-list {
  margin-right: 2.5%;
  width: 31%; }

.wpsl-dropdown .wpsl-selected-item,
.wpsl-dropdown li, .wpsl-selected-item,
#wpsl-wrap #wpsl-result-list ul li {
  font-size: 13px; }

#wpsl-result-list .wpsl-store-location a {
  color: #000;
  font-size: 16px; }
  #wpsl-result-list .wpsl-store-location a:hover {
    color: #4997ff; }

#wpsl-wrap #wpsl-result-list ul li {
  margin-bottom: 15px;
  padding-bottom: 30px; }

.wpsl-info-window a {
  color: #000; }
  .wpsl-info-window a:hover {
    color: #4997ff; }

.wpsl-locations-details span strong {
  color: #000;
  padding-top: 15px;
  display: block;
  font-size: 22px; }

.wpsl-contact-details {
  line-height: 30px;
  margin-bottom: 30px; }
  .wpsl-contact-details > a {
    color: #555; }
    .wpsl-contact-details > a:hover {
      color: #4997ff; }

.wpsl-opening-hours {
  padding-bottom: 30px; }
  .wpsl-opening-hours tr td {
    padding-bottom: 10px; }

.single-wpsl_stores .post-single {
  padding-bottom: 0; }

.set_col7w .form-type2 .wpcf7-not-valid-tip {
  margin-top: 0; }

.mc4wp-error {
  color: red; }

.ui-datepicker.ui-widget .ui-datepicker-calendar th span {
  color: #000; }

.gallery_h1 .vc_column-inner {
  padding-top: 0 !important; }
  .gallery_h1 .vc_column-inner .tabs_sort .isotope {
    margin-top: 0; }

.md-mar-left .vc_btn3.vc_btn3-size-md {
  padding: 16px 20px 12px; }
.md-mar-left .vc_btn3.vc_btn3-size-md.vc_btn3-style-custom.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
  top: 49%; }

.upb_video-bg .video-controls {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 70%;
  color: #4997ff;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .upb_video-bg .video-controls i {
    font-size: 55px; }

body:not(.not-found) .breadcrumb_no_title {
  height: 91px !important; }

.rev_slider .tp-caption.main_color {
  color: #4997ff !important;
  border-color: #4997ff !important; }

.rev_slider .rev-btn.btn-primary {
  background: #4997ff !important; }
  .rev_slider .rev-btn.btn-primary:hover {
    background: #000 !important;
    color: #fff !important; }

.tes-list .item_testimonial .caption_testimonial .item-desc {
  color: #4997ff; }

#error-page {
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important; }
  #error-page .coming-subcribe {
    padding-top: 100px;
    padding-bottom: 30px; }
    #error-page .coming-subcribe p {
      color: #a6a6a6;
      letter-spacing: 1px; }

.coming_heading {
  padding-top: 60px; }

.coming-timer {
  width: 170px;
  height: 139px;
  color: #fff;
  line-height: 107px;
  margin: 0 5px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase; }
  .coming-timer span {
    color: #4997ff;
    display: block;
    margin-top: 33px;
    font-size: 65px;
    margin-bottom: -20px; }
  .coming-timer:first-child {
    margin-right: 1px !important; }

.page-404.has_overlay:before {
  background: #4997ff;
  opacity: 0.9; }

.title-behind {
  color: #a6a6a6;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  padding: 37px 0 80px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin: 0 auto;
  width: 50%; }

.not-found .fixed-header header.none-sticky {
  display: block; }
.not-found .footer .footer-v4 > div, .not-found .footer .footer-v4 p, .not-found .footer > div, .not-found .footer-v3 .footer-top, .not-found .footer-v2, .not-found footer-v6 {
  background: #212425 !important; }

.coming-subcribe .mc4wp-form input.placeholder[type="email"],
.coming-subcribe .mc4wp-form input.placeholder[type="text"] {
  color: rgba(255, 255, 255, 0.45); }

.coming-subcribe .mc4wp-form input[type="email"],
.coming-subcribe .mc4wp-form input[type="text"] {
  background: rgba(241, 241, 241, 0.04);
  color: rgba(255, 255, 255, 0.45); }

.coming-footer .footer_info p {
  color: #858585; }
  .coming-footer .footer_info p a {
    color: #858585; }
    .coming-footer .footer_info p a:hover {
      color: #b58a61; }
.coming-footer > p {
  color: #888888; }

#error-page .coming-footer > p {
  color: #888888;
  margin-top: 0;
  letter-spacing: 1.2px; }
#error-page .footer_info > p {
  letter-spacing: 1px;
  margin-bottom: 7px !important; }

.coming-footer {
  position: absolute;
  width: 100%;
  bottom: 10px; }

.not-found header {
  position: fixed;
  width: 100%;
  z-index: 999; }
.not-found .footer {
  padding: 0; }
.not-found .wrapper .container {
  width: 100%; }
.not-found .wrapper {
  min-height: auto; }
.not-found .side-breadcrumb {
  margin-bottom: 0; }

.page-404 {
  position: relative; }

.content-404 {
  width: 100%;
  padding: 211px 30px 245px; }
  .content-404 h2 {
    color: #4997ff;
    font-size: 287px;
    display: inline-block;
    margin-bottom: -21px;
    line-height: 100%; }
  .content-404 h4 {
    font-size: 22px;
    color: #212425;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin-bottom: 37px; }
  .content-404 p {
    letter-spacing: 0.2px;
    color: #999;
    font-size: 15px;
    margin: 0;
    font-weight: 500; }

.coming-subcribe {
  padding: 40px 15px 15px; }
  .coming-subcribe .btn.btn-default {
    background: none; }

.has_overlay_soon {
  position: relative; }

.has_overlay_soon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); }

.vc_grid-btn-load_more .vc_general.vc_btn3.vc_btn3-style-custom:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .2;
  position: absolute;
  top: -50px;
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all all 550ms cubic-bezier(0.19, 1, 0.22, 1) ease-in-out 0s !important;
  -moz-transition: all all 550ms cubic-bezier(0.19, 1, 0.22, 1) ease-in-out 0s !important;
  -ms-transition: all all 550ms cubic-bezier(0.19, 1, 0.22, 1) ease-in-out 0s !important;
  -o-transition: all all 550ms cubic-bezier(0.19, 1, 0.22, 1) ease-in-out 0s !important;
  transition: all all 550ms cubic-bezier(0.19, 1, 0.22, 1) ease-in-out 0s !important;
  width: 50px; }

.vc_grid-btn-load_more .vc_general.vc_btn3.vc_btn3-style-custom:hover:after {
  left: 120%;
  -webkit-transition: all all 550ms cubic-bezier(0.19, 1, 0.22, 1) ease-in-out 0s !important;
  -moz-transition: all all 550ms cubic-bezier(0.19, 1, 0.22, 1) ease-in-out 0s !important;
  -ms-transition: all all 550ms cubic-bezier(0.19, 1, 0.22, 1) ease-in-out 0s !important;
  -o-transition: all all 550ms cubic-bezier(0.19, 1, 0.22, 1) ease-in-out 0s !important;
  transition: all all 550ms cubic-bezier(0.19, 1, 0.22, 1) ease-in-out 0s !important; }

.box-counter .stats-block {
  float: left;
  width: 25%; }
.box-counter .ult-content-box {
  padding: 0 100px; }

.contact-address {
  padding-top: 34px;
  margin-bottom: -5px !important; }
  .contact-address ul {
    padding-left: 73px; }
  .contact-address li {
    list-style: none;
    color: #858585;
    letter-spacing: 0.5px;
    margin-bottom: 12px; }
    .contact-address li a {
      color: #858585; }
      .contact-address li a:hover {
        color: #4997ff; }

.boxcontact-about .wpcf7-not-valid-tip {
  margin-top: 0; }

.boxcontact-about div.wpcf7-response-output,
.boxcontact-about div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
  margin-top: 25px !important;
  float: left; }

.co_cus_gutter .mc4wp-form .mc4wp-response {
  margin-top: 10px; }

.btnabout-gallery .vc_grid .vc_pageable-load-more-btn {
  margin-top: 43px !important; }

.cs-boxcontact .arrowpress-container .vc_col-lg-5 .aio-icon.none {
  margin-left: 0; }

.container .tabs_sort .isotope {
  margin-left: -1px; }

@-webkit-keyframes nudged {
  0%, 100% {
    -webkit-transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 8px); }
  80% {
    -webkit-transform: translate(0, -8px); } }
@-ms-keyframes nudged {
  0%, 100% {
    -ms-transform: translate(0, 0); }
  50% {
    -ms-transform: translate(0, 8px); }
  80% {
    -ms-transform: translate(0, -8px); } }
@-moz-keyframes nudged {
  0%, 100% {
    -moz-transform: translate(0, 0); }
  50% {
    -moz-transform: translate(0, 8px); }
  80% {
    -moz-transform: translate(0, -8px); } }
.textbg-abs {
  font-family: signalist;
  font-size: 240px;
  left: 93px;
  letter-spacing: -3px;
  opacity: 0.05;
  color: #222;
  position: absolute;
  top: -149px;
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

.sp-reservation p {
  margin-bottom: 16px; }
.sp-reservation a {
  color: #9c9c9c;
  display: block;
  line-height: 18px; }
  .sp-reservation a:hover {
    color: #4997ff; }

.rev-btn {
  border-radius: 4px !important; }
  .rev-btn a {
    color: #fff;
    letter-spacing: 2px !important; }
    .rev-btn a:hover {
      color: #4997ff; }
  .rev-btn:hover a {
    color: #4997ff; }

.title_all-white.tt-abs_hb .arrowpress-heading .desc-title {
  color: #fff; }

.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 0 !important; }

.mc4wp-alert {
  font-size: 13px;
  margin-top: 10px; }
  .mc4wp-alert.mc4wp-success {
    color: #00ff00; }

.form-contact {
  position: relative;
  overflow: hidden; }
  .form-contact input.wpcf7-text {
    background: #eaf3ff;
    width: 100%;
    padding: 14px 190px 13px 29px;
    height: 63px;
    font-size: 14px;
    color: #afafaf;
    border-radius: 7px; }
  .form-contact input.wpcf7-submit {
    width: 178px;
    float: right;
    font-size: 15px;
    font-family: Poppins;
    text-transform: uppercase;
    height: 53px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2.5px;
    padding: 14px 25px 15px;
    background: #4997ff;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 6px; }
  .form-contact textarea {
    height: 113px;
    background: #fff;
    width: 100%;
    padding: 16px 24px 16px; }
  .form-contact.type2 {
    padding-left: 0; }

.title-form {
  font-size: 15px;
  color: #212425;
  letter-spacing: -0.6px;
  font-weight: 600;
  margin-bottom: 23px; }

div.wpcf7-validation-errors {
  color: #ff0000; }

div.wpcf7-response-output {
  margin-top: 10px; }

.fcontact-right div.wpcf7-response-output {
  margin-right: 72px; }
.fcontact-right .form-contact {
  padding-left: 72px; }

.stats-block .stats-text {
  margin-top: -2px;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase; }

.bg_has-overlay {
  position: relative; }
  .bg_has-overlay:before {
    content: "";
    background: #4997ff;
    opacity: 0.95;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.bg_has-overlay2 {
  position: relative; }
  .bg_has-overlay2:before {
    content: "";
    background: #212425;
    opacity: 0.95;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .bg_has-overlay2 .stats-number {
    color: #4997ff !important; }

.pad-title {
  padding-left: 238px; }

#play-button, #play-pause {
  height: 50px;
  width: 50px;
  background: #000;
  position: absolute;
  display: none; }

.contact-form2 p {
  margin-bottom: 13px; }
  .contact-form2 p textarea, .contact-form2 p input {
    width: 100%;
    background: #f6f6f6;
    color: #a1a1a1;
    font-weight: 400; }
  .contact-form2 p.no-full {
    float: left;
    display: inline-block;
    width: 50%; }
  .contact-form2 p:nth-child(2) {
    padding-right: 7px; }
  .contact-form2 p:nth-child(3) {
    padding-left: 8px; }
  .contact-form2 p textarea {
    height: 271px;
    padding-left: 20px; }
  .contact-form2 p input {
    height: 54px; }
    .contact-form2 p input.wpcf7-submit {
      height: 53px;
      color: #292a2c;
      font-weight: 500;
      width: 129px;
      letter-spacing: 2px;
      border-radius: 5px;
      margin-top: 20px;
      line-height: 23px; }
      .contact-form2 p input.wpcf7-submit:hover {
        color: #fff; }
    .contact-form2 p input:not(.wpcf7-submit) {
      padding-left: 20px; }
  .contact-form2 p:last-child {
    text-align: center; }

.contact-form3 {
  overflow: hidden; }
  .contact-form3 p {
    margin-bottom: 12px; }
  .contact-form3 input:not(.wpcf7-submit) {
    height: 53px;
    background: #fff;
    color: #afafaf;
    font-size: 18px;
    width: 100%;
    padding-left: 27px; }
  .contact-form3 textarea {
    height: 107px;
    background: #fff;
    color: #afafaf;
    font-size: 18px;
    width: 100%;
    padding-left: 27px; }
  .contact-form3 input[type=submit] {
    background: #4997ff;
    border-radius: 5px;
    float: right;
    height: 53px;
    width: 130px;
    padding-top: 16px; }
    .contact-form3 input[type=submit]:hover {
      background: #000; }
  .contact-form3 div.wpcf7-response-output {
    margin-top: 10px; }

.member-title h3 {
  font-size: 28px;
  color: #4997ff;
  font-weight: 600; }

.member-job {
  margin-top: 20px;
  margin-bottom: 30px; }
  .member-job p {
    font-size: 15px;
    color: #212425;
    font-weight: 500; }

.desc-member p {
  font-size: 15px;
  color: #999; }

.member-socials .social-list {
  padding: 0; }
  .member-socials .social-list li {
    list-style: none;
    display: inline-block;
    padding: 0 10px; }
    .member-socials .social-list li a {
      padding: 0;
      font-size: 20px;
      color: #999; }
      .member-socials .social-list li a:hover {
        color: #4997ff; }

.member-type1 .member-name {
  margin-top: 58px; }
  .member-type1 .member-name h2 {
    font-weight: 600;
    color: #4997ff;
    font-size: 71.55px;
    text-transform: capitalize; }
.member-type1 .desc-member p {
  line-height: 25px; }
.member-type1 .member-job {
  margin-top: 0;
  margin-bottom: 89px; }
  .member-type1 .member-job p {
    text-transform: uppercase;
    letter-spacing: 1.8px; }
.member-type1 .member-socials .social-list {
  padding: 21px 0 44px; }
.member-type1 .item-member-content.cascade-slider_item.now .member-info, .member-type1 .item-member-content.cascade-slider_item.now .desc-member, .member-type1 .item-member-content.cascade-slider_item.now .member-name, .member-type1 .item-member-content.cascade-slider_item.now .member-socials {
  display: block; }
.member-type1 .item-member-content.cascade-slider_item .member-info, .member-type1 .item-member-content.cascade-slider_item .desc-member, .member-type1 .item-member-content.cascade-slider_item .member-name, .member-type1 .item-member-content.cascade-slider_item .member-socials {
  display: none; }

.cascade-slider_item.now {
  width: 100%; }
  .cascade-slider_item.now img {
    margin: 0 auto; }

.item_testimonial .caption_testimonial .tes_name img:hover {
  filter: none !important; }

.member-type2 .member-img {
  width: 100%; }
.member-type2 .member-job {
  margin-bottom: 0;
  margin-top: 20px; }
  .member-type2 .member-job p {
    font-size: 14px;
    color: #4997ff;
    position: relative;
    display: inline-block;
    margin-bottom: 6px;
    letter-spacing: -0.5px;
    padding-right: 9px; }
    .member-type2 .member-job p:before {
      content: "";
      height: 1px;
      width: 44px;
      background: #4997ff;
      position: absolute;
      left: 100%;
      top: 12px; }
  .member-type2 .member-job:hover p::before {
    width: 60px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; }
.member-type2 .member-name h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px; }
.member-type2:hover .hvr-bounce-to-bottom:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.slider-wrap-container {
  position: relative; }

.cascade-slider_container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 1155px; }

.cascade-slider_item {
  position: absolute;
  left: 50%;
  /* -ms-transform: translateY(-50%) translateX(-50%) scale(0.3);
   -moz-transform: translateY(-50%) translateX(-50%) scale(0.3);
   -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
   -o-transform: translateY(-50%) translateX(-50%) scale(0.3);
   transform: translateY(-50%) translateX(-50%) scale(0.3);*/
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  z-index: -1; }

.cascade-slider_item.next {
  left: 50%;
  -ms-transform: translateY(0) translateX(-135%) scale(0.8);
  -moz-transform: translateY(0) translateX(-135%) scale(0.8);
  -webkit-transform: translateY(0) translateX(-135%) scale(0.8);
  -o-transform: translateY(0) translateX(-135%) scale(0.8);
  transform: translateY(0) translateX(-135%) scale(0.8);
  opacity: 1;
  z-index: 1;
  margin-top: 108px; }
  .cascade-slider_item.next .member-img {
    position: relative; }
    .cascade-slider_item.next .member-img:before {
      content: "";
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      position: absolute;
      left: 0;
      top: 0; }

.cascade-slider_item.prev {
  left: 50%;
  transform: translateY(0) translateX(35%) scale(0.8);
  -ms-transform: translateY(0) translateX(35%) scale(0.8);
  -moz-transform: translateY(0) translateX(35%) scale(0.8);
  -webkit-transform: translateY(0) translateX(35%) scale(0.8);
  -o-transform: translateY(0) translateX(35%) scale(0.8);
  opacity: 1;
  z-index: 1;
  margin-top: 108px; }
  .cascade-slider_item.prev .member-img {
    position: relative; }
    .cascade-slider_item.prev .member-img:before {
      content: "";
      height: 100%;
      width: 100%;
      background: rgba(255, 255, 255, 0.7);
      position: absolute;
      left: 0;
      top: 0; }

.cascade-slider_item.now {
  left: 50%;
  -ms-transform: translateY(0) translateX(-50%) scale(1);
  -webkit-transform: translateY(0) translateX(-50%) scale(1);
  -o-transform: translateY(0) translateX(-50%) scale(1);
  -moz-transform: translateY(0) translateX(-50%) scale(1);
  transform: translateY(0) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5; }
  .cascade-slider_item.now .member-img {
    width: 50%;
    margin: 0 auto;
    position: relative; }
    .cascade-slider_item.now .member-img:before, .cascade-slider_item.now .member-img:after {
      content: "";
      height: 1px;
      width: 102px;
      background: #4997ff;
      position: absolute; }
    .cascade-slider_item.now .member-img:before {
      top: 50%;
      left: 7px; }
    .cascade-slider_item.now .member-img:after {
      top: 50%;
      right: 7px; }

.cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 34%;
  cursor: pointer;
  z-index: 5;
  color: #888;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 14px; }
  .cascade-slider_arrow:hover {
    color: #4997ff; }

.social-list li a:hover {
  color: #4997ff; }

.cascade-slider_arrow-left {
  left: 50px;
  transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

.cascade-slider_arrow-right {
  right: 44px;
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.cascade-slider_nav {
  position: absolute;
  bottom: -120px;
  width: 100%;
  text-align: center;
  z-index: 5; }

.cascade-slider_dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 1em;
  background: #ddd;
  list-style: none;
  cursor: pointer; }

.cascade-slider_dot:hover {
  background: #555; }

.cascade-slider_dot.cur {
  background: #555; }

.vc_progress_bar.custom-progress .vc_single_bar {
  height: 5px;
  border-radius: 0;
  margin-bottom: 97px !important;
  color: #ededed; }
  .vc_progress_bar.custom-progress .vc_single_bar .vc_bar {
    height: 5px;
    border-radius: 0;
    background: #4997ff; }
  .vc_progress_bar.custom-progress .vc_single_bar .vc_label {
    padding: 0 !important;
    color: #292935;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    letter-spacing: -0.4px;
    top: -41px;
    left: 0; }
  .vc_progress_bar.custom-progress .vc_single_bar .vc_progress_value {
    height: 18px;
    width: 38px;
    background: #000;
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 19px;
    border-radius: 10px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 0;
    top: -27px; }

.vc_progress_bar.custom-progress .progress-bar-style2.vc_single_bar {
  height: 22px;
  background: #fff;
  margin: 0 255px 26px 269px !important; }
  .vc_progress_bar.custom-progress .progress-bar-style2.vc_single_bar .vc_bar {
    height: 22px;
    opacity: 0.5; }
  .vc_progress_bar.custom-progress .progress-bar-style2.vc_single_bar .vc_label {
    top: -1px;
    font-size: 14.09px;
    color: #212425;
    left: -171px;
    font-weight: 500;
    padding-right: 6px !important; }
    .vc_progress_bar.custom-progress .progress-bar-style2.vc_single_bar .vc_label:before {
      content: "";
      height: 1px;
      width: 45px;
      background: #4997ff;
      position: absolute;
      left: 100%;
      top: 12px; }

.box-tt_progress {
  width: 46.1% !important; }

.box-progress_bar {
  width: 53.9% !important; }

.tt-abs_hb {
  position: absolute;
  top: 97px;
  z-index: 1; }

.gallery-h_business .button-group button.btn-filter {
  background: #414547; }
.gallery-h_business .button-group button:hover, .gallery-h_business .button-group button.is-checked {
  background: none; }
.gallery-h_business .tabs_sort .gallery-entries-wrap {
  margin-top: 36px; }
.gallery-h_business.our-gallery-sc .load-more {
  padding-top: 21px; }

.bt-more_services .vc_btn3.vc_btn3-size-md {
  font-size: 15px !important;
  color: #fff !important;
  background: #4997ff !important;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 14px 28px 12px;
  letter-spacing: 1.8px; }
  .bt-more_services .vc_btn3.vc_btn3-size-md:hover, .bt-more_services .vc_btn3.vc_btn3-size-md:focus {
    background: #212425 !important; }

.vc_toggle {
  margin-bottom: 14px !important; }
  .vc_toggle.vc_toggle_active .vc_toggle_title h2 {
    background: none;
    border: 1px solid #4997ff;
    padding: 19px 44px 18px 18px !important; }
  .vc_toggle.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
    content: "\e695" !important;
    font-family: Pe-icon-7-stroke !important;
    visibility: visible;
    color: #4997ff; }

.vc_toggle_title {
  padding-left: 0 !important; }
  .vc_toggle_title h2 {
    font-family: Poppins !important;
    font-weight: 500 !important;
    color: #4997ff;
    padding: 20px 45px 19px 19px !important;
    background: #eaf3ff; }
  .vc_toggle_title .vc_toggle_icon:after {
    content: none !important; }
  .vc_toggle_title .vc_toggle_icon:before {
    content: "\e6a8" !important;
    font-family: Pe-icon-7-stroke !important;
    font-style: normal;
    height: auto !important;
    width: auto !important;
    position: static !important;
    background: none !important;
    border: none !important;
    font-size: 29px; }

.vc_toggle_default .vc_toggle_icon {
  background: none !important;
  border: none !important; }

.vc_toggle.vc_toggle_default .vc_toggle_icon {
  height: auto !important;
  left: auto !important;
  right: 12px !important;
  width: auto !important; }

.vc_toggle_content {
  margin: 0 !important;
  padding: 16px 20px 17px 21px !important;
  background: #4997ff; }
  .vc_toggle_content p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px; }

.vc_toggle_default .vc_toggle_icon::after, .vc_toggle_default .vc_toggle_icon::before {
  top: 0 !important;
  left: 0 !important;
  transform: none !important; }

.desc-faq a {
  display: inline-block;
  font-size: 17.3px;
  font-weight: 600;
  padding-bottom: 13px;
  text-decoration: underline; }
.desc-faq .desc {
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 25px; }
.desc-faq ul {
  margin-top: -7px;
  padding-left: 59px; }
  .desc-faq ul li {
    list-style: none;
    position: relative;
    margin-bottom: 8px; }
    .desc-faq ul li:before {
      height: 8px;
      width: 8px;
      content: "";
      border-radius: 50%;
      background: #4997ff;
      position: absolute;
      left: -29px;
      top: 9px; }

.vc_toggle.vc_toggle_default .vc_toggle_icon:hover {
  color: #4997ff; }

.box-pricing .ult_price_body .ult_price {
  display: inline-flex; }
.box-pricing .ult_pricing_table {
  font-size: 14px;
  padding: 32px 30px 26px 48px;
  text-align: left;
  position: relative; }
  .box-pricing .ult_pricing_table .ult_price_link {
    padding: 0 !important; }
    .box-pricing .ult_pricing_table .ult_price_link .ult_price_action_button {
      border-radius: 5px !important;
      bottom: -45px;
      color: #fff !important;
      font-size: 15px;
      font-weight: 500;
      height: 53px;
      left: -3px;
      letter-spacing: 2px;
      background: #212425 !important;
      line-height: 56px;
      padding: 0;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      width: 112px;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s; }
      .box-pricing .ult_pricing_table .ult_price_link .ult_price_action_button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 5px;
        bottom: 0;
        background: #4997ff;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .box-pricing .ult_pricing_table .ult_price_link .ult_price_action_button:hover:before {
        -webkit-transform: scale(0);
        transform: scale(0); }
  .box-pricing .ult_pricing_table .ult_price_features {
    padding: 0; }
    .box-pricing .ult_pricing_table .ult_price_features ul li {
      padding: 5px 0 4px; }
  .box-pricing .ult_pricing_table .ult_pricing_heading {
    padding: 0; }
    .box-pricing .ult_pricing_table .ult_pricing_heading h3 {
      font-size: 20px;
      margin-left: 71px; }
    .box-pricing .ult_pricing_table .ult_pricing_heading h5 {
      font-weight: 600;
      color: #4997ff;
      display: inline-block;
      font-size: 19.5px;
      margin: 0;
      position: absolute;
      top: 4px;
      left: -3px; }
      .box-pricing .ult_pricing_table .ult_pricing_heading h5:before {
        content: "";
        width: 45px;
        height: 1px;
        background: #4997ff;
        position: absolute;
        right: -53px;
        top: 14px; }
  .box-pricing .ult_pricing_table .ult_price_body_block {
    text-align: left;
    margin-top: 36px;
    margin-bottom: 7px; }
    .box-pricing .ult_pricing_table .ult_price_body_block .ult_price_body {
      border: medium none !important;
      font-weight: 600;
      height: auto !important;
      width: 100% !important;
      display: inline-block;
      border-radius: 0 !important; }
      .box-pricing .ult_pricing_table .ult_price_body_block .ult_price_body .ult_price_figure {
        font-size: 36.2px;
        font-weight: 600 !important; }
      .box-pricing .ult_pricing_table .ult_price_body_block .ult_price_body .ult_price_term {
        font-size: 21px;
        font-weight: 600 !important;
        margin-left: 10px;
        margin-top: 9px; }
.box-pricing .ult_pricing_table_wrap {
  float: left !important;
  display: inline-block !important;
  width: 33.33%;
  min-width: 33.33% !important; }
  .box-pricing .ult_pricing_table_wrap.pricing_style1 .ult_pricing_table {
    background: #eaf3ff;
    color: #212425; }
    .box-pricing .ult_pricing_table_wrap.pricing_style1 .ult_pricing_table .ult_price_link {
      background: #eaf3ff; }
  .box-pricing .ult_pricing_table_wrap.pricing_style2 {
    position: relative;
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 1; }
    .box-pricing .ult_pricing_table_wrap.pricing_style2 .ult_pricing_table {
      background: #4997ff;
      color: #fff; }
      .box-pricing .ult_pricing_table_wrap.pricing_style2 .ult_pricing_table .ult_price_link {
        background: #4997ff; }
      .box-pricing .ult_pricing_table_wrap.pricing_style2 .ult_pricing_table .ult_price_link .ult_price_action_button {
        background: #eaf3ff !important;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        color: #fff !important; }
        .box-pricing .ult_pricing_table_wrap.pricing_style2 .ult_pricing_table .ult_price_link .ult_price_action_button:before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          border-radius: 5px;
          bottom: 0;
          background: #212425;
          -webkit-transform: scale(1);
          transform: scale(1);
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .box-pricing .ult_pricing_table_wrap.pricing_style2 .ult_pricing_table .ult_price_link .ult_price_action_button:hover:before {
          -webkit-transform: scale(0);
          transform: scale(0); }
        .box-pricing .ult_pricing_table_wrap.pricing_style2 .ult_pricing_table .ult_price_link .ult_price_action_button:hover {
          color: #212425 !important; }
      .box-pricing .ult_pricing_table_wrap.pricing_style2 .ult_pricing_table .ult_pricing_heading h5 {
        color: #fff !important; }
        .box-pricing .ult_pricing_table_wrap.pricing_style2 .ult_pricing_table .ult_pricing_heading h5:before {
          background: #fff; }
  .box-pricing .ult_pricing_table_wrap.pricing_style3 .ult_pricing_table {
    background: #212425;
    color: #fff; }
    .box-pricing .ult_pricing_table_wrap.pricing_style3 .ult_pricing_table .ult_price_link {
      background: #212425; }

.banner-title > h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.banner-desc {
  color: #888;
  float: left;
  font-weight: 500; }
  .banner-desc p {
    letter-spacing: 0.5px; }

.banner-title .banner_icon {
  font-size: 20px;
  color: #4997ff;
  display: inline-block;
  float: left;
  margin-right: 10px; }
.banner-title h3 {
  text-transform: capitalize;
  font-size: 22px;
  color: #212425;
  font-weight: 600;
  line-height: 25px; }
.banner-title h5 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  color: #4997ff;
  margin-bottom: 11px; }

.style-2 .banner-content.banner-type-2.text-center::before, .style-2 .banner-content.banner-type-2.text-left::before, .style-2 .banner-content.banner-type-2.text-right::before {
  opacity: 1;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
.style-2 .banner-content.banner-type-2 {
  padding: 60px 40px 37px 50px; }
  .style-2 .banner-content.banner-type-2 .banner-content_box {
    padding-left: 50px; }
  .style-2 .banner-content.banner-type-2:hover:before {
    background: #e9f1ff; }
  .style-2 .banner-content.banner-type-2:hover .banner-title h5 {
    color: #4997ff !important; }
  .style-2 .banner-content.banner-type-2:hover .banner-title h3 {
    color: #212425 !important; }
  .style-2 .banner-content.banner-type-2:hover .banner-desc p {
    color: #888 !important; }
  .style-2 .banner-content.banner-type-2:hover .banner_icon {
    opacity: 1; }
  .style-2 .banner-content.banner-type-2 .banner_icon {
    color: #fff;
    font-size: 143px;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    opacity: 0.16;
    left: 50px;
    top: 31px; }

.banner-container.style-3 {
  width: 50%;
  float: left;
  background: #fff; }

.style-3 .banner-content.banner-type-2 {
  padding-left: 0;
  padding-right: 0;
  padding-top: 90px;
  padding-bottom: 20px;
  margin: 0 15px;
  min-height: 264px;
  border-bottom: 1px solid #4997ff; }
  .style-3 .banner-content.banner-type-2:hover:before {
    background: #fff; }
  .style-3 .banner-content.banner-type-2:hover .banner_icon {
    color: #eaf3ff !important; }
  .style-3 .banner-content.banner-type-2:before {
    background: #fff; }
  .style-3 .banner-content.banner-type-2 .banner_icon {
    color: #eaf3ff;
    opacity: 1;
    top: 61px;
    left: 0; }

.banner-content.banner-type1.text-center:before, .banner-content.banner-type1.text-left:before, .banner-content.banner-type1.text-right:before {
  content: none; }
.banner-content.banner-type1 .banner-title {
  position: relative; }
  .banner-content.banner-type1 .banner-title h3 {
    margin-left: 7px;
    margin-top: 2px;
    float: left; }
.banner-content.banner-type1 .banner-desc {
  position: relative;
  margin-top: 35px; }
.banner-content.banner-type1:hover .hvr-skew-forward {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg); }
.banner-content.banner-type1.type_2 .banner-title .banner_icon {
  height: 63px;
  width: 66px;
  background: #eaf3ff;
  line-height: 63px;
  text-align: center;
  border-radius: 4px;
  color: #4997ff;
  margin-right: 9px; }
.banner-content.banner-type1.type_2 .banner-title h3 {
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: -0.5px; }
.banner-content.banner-type1.type_2 .banner-desc {
  margin-top: 14px; }
.banner-content.banner-type-2 {
  padding: 41px 20px 46px 68px; }
  .banner-content.banner-type-2 .banner_icon {
    position: relative;
    color: #212425;
    float: left;
    margin-right: 17px;
    margin-top: 19px; }
  .banner-content.banner-type-2 .banner-title {
    margin-bottom: 17px; }
  .banner-content.banner-type-2 .banner-desc {
    padding-left: 5px; }
  .banner-content.banner-type-2 .banner-content_box {
    overflow: hidden;
    position: relative; }
  .banner-content.banner-type-2:hover .banner-desc p,
  .banner-content.banner-type-2:hover .banner_icon,
  .banner-content.banner-type-2:hover .banner-title h3,
  .banner-content.banner-type-2:hover .banner-title h5 {
    color: #fff !important; }
.banner-content.banner-type-3.text-center::before, .banner-content.banner-type-3.text-left::before, .banner-content.banner-type-3.text-right::before {
  content: none; }
.banner-content.banner-type-3 .banner_icon {
  color: #fff;
  font-size: 34px;
  margin-bottom: 18px; }
.banner-content.banner-type-3 .banner-title {
  position: relative; }
  .banner-content.banner-type-3 .banner-title h3 {
    font-size: 18px;
    line-height: 24px; }
.banner-content.banner-type-3:hover .banner-title h3 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
.banner-content.banner-type-3:hover .hvr-pulse {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.banner-content.banner-type-3:hover .banner-title h3 {
  color: #fff; }
.banner-content.banner-type-7 {
  padding: 30px 15px 20px;
  display: inline-block; }
  .banner-content.banner-type-7 .banner_icon {
    position: relative;
    color: #4997ff;
    font-size: 34px;
    margin-bottom: 26px; }
  .banner-content.banner-type-7 .banner-content_box {
    position: relative; }
  .banner-content.banner-type-7 .banner-title h3 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #4997ff;
    padding-bottom: 19px; }
  .banner-content.banner-type-7:hover .banner_icon {
    color: #fff; }
  .banner-content.banner-type-7:hover .banner-title h3 {
    color: #fff; }
  .banner-content.banner-type-7:hover .banner-desc {
    color: #fff; }

.btn-line.vc_btn3-left:before {
  content: none; }

.banner-type-6 {
  padding-left: 100px; }
  .banner-type-6:before {
    content: none !important; }
  .banner-type-6 .banner-desc h4 {
    font-size: 23.6px;
    font-weight: 600;
    color: #4997ff;
    margin-bottom: 18px; }
  .banner-type-6 .banner-desc p {
    color: #212425;
    font-size: 46.41px;
    font-weight: 600;
    line-height: 58px; }
  .banner-type-6 .banner-desc h5 {
    font-size: 30px;
    font-weight: 500;
    color: #4997ff;
    position: relative;
    padding-left: 50px;
    margin-bottom: 39px;
    font-style: italic; }
    .banner-type-6 .banner-desc h5:before {
      background: #4997ff;
      content: "";
      position: absolute;
      height: 1px;
      width: 45px;
      left: 0;
      top: 50%; }

.woocommerce-page .btn-banner .btn {
  padding: 15px 30px 14px; }

.btn-banner .btn.btn-primary, .btn-buy .btn.btn-primary,
.btn-viewmore .btn.btn-primary {
  width: auto;
  text-transform: uppercase;
  padding: 15px 28px 13px;
  color: #fff;
  font-weight: 500;
  background: #4997ff;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px; }
  .btn-banner .btn.btn-primary:hover, .btn-buy .btn.btn-primary:hover,
  .btn-viewmore .btn.btn-primary:hover {
    background: #212425;
    border: 2px solid #212425; }

.box-services .banner-container {
  display: inline-block;
  float: left;
  margin-bottom: 73px;
  width: 25%; }

.brand-content .wpb_single_image img {
  opacity: 0.21; }
.brand-content .wpb_single_image:hover img {
  opacity: 0.6;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s; }

.title-video {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-left: 235px;
  position: relative;
  color: #4997ff; }
  .title-video.title-left {
    margin-left: 0; }
    .title-video.title-left::before {
      bottom: -65px;
      left: 32px; }
    .title-video.title-left:after {
      left: 10px;
      bottom: -65px; }
  .title-video:before {
    content: "";
    height: 50px;
    width: 4px;
    background: #4997ff;
    position: absolute;
    left: -34px;
    bottom: 8px; }
  .title-video:after {
    content: "";
    height: 25px;
    width: 4px;
    background: #4997ff;
    position: absolute;
    left: -52px;
    bottom: 8px; }

#player.player.with-sticky-custom-logo {
  padding-top: 100px  !important;
  background: none !important; }

.player .sidedock {
  top: 100px !important; }

.slide-blog {
  margin: 0 -15px; }
  .slide-blog .blog-post-info {
    background: #ffffff;
    padding: 30px 30px 19px 30px; }
    .slide-blog .blog-post-info .post-name {
      min-height: 70px; }
      .slide-blog .blog-post-info .post-name > a {
        line-height: 30px;
        font-size: 20.13px;
        color: #212425;
        font-weight: 600; }
    .slide-blog .blog-post-info .blog-info {
      margin-bottom: 1px; }
  .slide-blog .blog-slide-img {
    overflow: hidden; }
  .slide-blog .blog-item img {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  .slide-blog .blog-item:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.slide-style-1 {
  padding: 0 15px; }

.slick-slider .slick-next,
.slick-slider .slick-prev {
  height: 40px;
  width: 70px;
  line-height: 20px;
  font-size: 20px;
  border-radius: 6px;
  text-indent: -9999em;
  border: 2px solid rgba(255, 255, 255, 0.3); }
  .slick-slider .slick-next:hover,
  .slick-slider .slick-prev:hover {
    border: 2px solid white; }
    .slick-slider .slick-next:hover:before,
    .slick-slider .slick-prev:hover:before {
      color: #fff; }

.slick-slider .slick-next {
  right: 15px;
  top: 0; }
  .slick-slider .slick-next:before {
    content: "\F105"; }

.slick-slider .slick-prev {
  right: 95px;
  left: auto;
  top: 0; }
  .slick-slider .slick-prev:before {
    content: "\F104"; }

.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  text-indent: 1px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px; }

.slide-blog .slick-next,
.slide-blog .slick-prev {
  margin-top: -127px !important; }

.slick-initialized .slick-slide {
  outline: none; }

.testimonial-home .arrowpress-heading {
  width: 30%;
  float: left; }
.testimonial-home .item_testimonial {
  padding-right: 30px; }

.tes_name {
  overflow: hidden; }

.tes-slider2 .slick-dots,
.tes-slider .slick-dots {
  text-align: left;
  padding-top: 7px !important;
  float: left;
  transform: none !important; }
  .tes-slider2 .slick-dots li,
  .tes-slider .slick-dots li {
    margin-right: 104px !important;
    margin-left: 0 !important; }
    .tes-slider2 .slick-dots li a,
    .tes-slider .slick-dots li a {
      font-size: 16px;
      color: #212425;
      font-weight: 500;
      position: relative; }
      .tes-slider2 .slick-dots li a:before,
      .tes-slider .slick-dots li a:before {
        content: "";
        height: 1px;
        width: 0;
        background: #4997ff;
        position: absolute;
        bottom: 0;
        left: 2px; }
    .tes-slider2 .slick-dots li.slick-active a,
    .tes-slider .slick-dots li.slick-active a {
      color: #4997ff; }
      .tes-slider2 .slick-dots li.slick-active a:before,
      .tes-slider .slick-dots li.slick-active a:before {
        -webkit-transition: all all 0.6s ease-out-of 0s ease-in-out 0s !important;
        -moz-transition: all all 0.6s ease-out-of 0s ease-in-out 0s !important;
        -ms-transition: all all 0.6s ease-out-of 0s ease-in-out 0s !important;
        -o-transition: all all 0.6s ease-out-of 0s ease-in-out 0s !important;
        transition: all all 0.6s ease-out-of 0s ease-in-out 0s !important;
        width: 67px; }
    .tes-slider2 .slick-dots li:last-child,
    .tes-slider .slick-dots li:last-child {
      margin-right: 0 !important; }

.tes-slider2 .slick-dots {
  position: static;
  margin-top: 147px; }
  .tes-slider2 .slick-dots li a {
    color: #fff; }
  .tes-slider2 .slick-dots li.slick-active a {
    color: #4997ff; }
.tes-slider2 .item_testimonial {
  padding-left: 75px; }
  .tes-slider2 .item_testimonial .caption_testimonial .item-desc {
    font-size: 24px;
    margin-bottom: 30px; }
  .tes-slider2 .item_testimonial .caption_testimonial .tes_name h4 {
    margin-top: 26px;
    padding-left: 88px; }
    .tes-slider2 .item_testimonial .caption_testimonial .tes_name h4:before {
      left: 30px; }

.tes-slider .item-desc {
  margin-top: -2px; }

.testimonial-about {
  width: 46%;
  float: left; }

.video-about {
  padding-left: 80px;
  right: 184px;
  width: 40.6%;
  bottom: 75px;
  position: absolute; }
  .video-about .box-video {
    height: 405px; }

.service-about .banner-content.text-center::before,
.service-about .banner-content.text-left::before,
.service-about .banner-content.text-right::before {
  background: #eaf3ff; }

.service-about .banner-content.banner-type-2:hover .banner-desc p {
  color: #888 !important; }
.service-about .banner-content.banner-type-2:hover .banner_icon {
  color: #212425 !important; }
.service-about .banner-content.banner-type-2:hover .banner-title h3 {
  color: #212425 !important; }
.service-about .banner-content.banner-type-2:hover .banner-title h5 {
  color: #4997ff !important; }

.title-ct .uvc-sub-heading {
  letter-spacing: -1px; }

.main_bg-color2 {
  background: #eaf3ff; }

.video-home2 {
  padding-top: 92px;
  margin: 0 auto;
  width: 69.5%; }

.testimonial-home2 .tes-slider2 {
  padding: 136px 67px 0 95px; }
  .testimonial-home2 .tes-slider2 .slick-dots {
    text-align: right;
    margin-top: 103px;
    margin-bottom: 45px; }
    .testimonial-home2 .tes-slider2 .slick-dots li a {
      color: #212425; }
    .testimonial-home2 .tes-slider2 .slick-dots li.slick-active a {
      color: #4997ff; }
  .testimonial-home2 .tes-slider2 .testimonial-container {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; }

.question-tes {
  color: #fff;
  font-size: 28px;
  font-weight: 600; }
  .question-tes .summary_title {
    float: left;
    display: inline-block;
    margin-right: 99px;
    font-weight: 500;
    font-size: 19.5px;
    position: relative; }
    .question-tes .summary_title:before {
      content: "";
      height: 1px;
      width: 45px;
      background: #fff;
      position: absolute;
      bottom: 6px;
      right: -53px; }
  .question-tes p {
    letter-spacing: -1.1px;
    line-height: 36px;
    overflow: hidden;
    padding-top: 7px; }

.testimonial-ques .tes-slider2 .slick-dots {
  margin-top: 37px;
  text-align: right; }
  .testimonial-ques .tes-slider2 .slick-dots li.slick-active a {
    color: #fff; }
  .testimonial-ques .tes-slider2 .slick-dots li.slick-active a:before {
    background: #fff; }

.main_bg-color2 .question-tes {
  color: #4997ff; }
  .main_bg-color2 .question-tes .summary_title {
    color: #4997ff; }
    .main_bg-color2 .question-tes .summary_title:before {
      background: #4997ff; }
  .main_bg-color2 .question-tes p {
    color: #4997ff; }
.main_bg-color2 .testimonial-ques .tes-slider2 .slick-dots li a {
  color: #212425; }
.main_bg-color2 .testimonial-ques .tes-slider2 .slick-dots li.slick-active a {
  color: #4997ff; }
.main_bg-color2 .testimonial-ques .tes-slider2 .slick-dots li.slick-active a:before {
  background: #4997ff; }

.no-right.vc_column_container > .vc_column-inner {
  padding-right: 0; }

.no-left.vc_column_container > .vc_column-inner {
  padding-left: 0; }

.slide-tes_home .slick-list {
  float: right;
  margin-top: -68px;
  width: 62.6%; }
.slide-tes_home .tes-slider .slick-dots {
  left: 17%;
  margin-top: 125px !important;
  text-align: left;
  top: 100%;
  width: auto; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* For Safari & Chrome*/
  .contact-form3 .wpcf7-form-control-wrap textarea {
    margin-bottom: -8px; } }
.style-border {
  height: 51px;
  width: 22px;
  position: relative; }
  .style-border:before {
    width: 4px;
    height: 25px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #4997ff; }
  .style-border:after {
    width: 4px;
    height: 51px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #4997ff; }
  .style-border.abs {
    margin: 73px auto 0 -3px;
    position: absolute;
    left: 50%; }
  .style-border.white:before, .style-border.white:after {
    background: #fff; }

.revolution-carosel .tp-revslider-slidesli.active-revslide {
  overflow: visible !important; }
  .revolution-carosel .tp-revslider-slidesli.active-revslide::before {
    background: #4997ff;
    content: "";
    height: 1px;
    left: -170px;
    position: absolute;
    top: 50%;
    visibility: visible;
    width: 244px;
    z-index: 9; }
  .revolution-carosel .tp-revslider-slidesli.active-revslide::after {
    background: #4997ff;
    content: "";
    height: 1px;
    right: -170px;
    position: absolute;
    top: 50%;
    visibility: visible;
    width: 244px;
    z-index: 9; }
  .revolution-carosel .tp-revslider-slidesli.active-revslide .btn-line:before {
    opacity: 1; }
.revolution-carosel .tp-revslider-slidesli .btn-line {
  opacity: 0; }

.btn-line {
  position: relative; }
  .btn-line:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    left: 0;
    bottom: 4px;
    background: #4997ff;
    visibility: visible !important; }

.text_desc-app {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: -20px !important; }

.title-app h2 {
  padding-left: 129px;
  font-weight: 600;
  font-size: 35.57px;
  color: #4997ff;
  line-height: 45px;
  letter-spacing: -1.2px;
  position: relative; }
  .title-app h2:before {
    content: "\e911";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    font-size: 91px;
    color: #e5e5e5;
    top: 11px;
    font-weight: 100; }

.title-app2 h2 {
  margin-bottom: 17px;
  padding-top: 79px;
  font-weight: 600;
  font-size: 28px;
  color: #4997ff;
  line-height: 35px;
  letter-spacing: -1.2px;
  position: relative; }
  .title-app2 h2:before {
    content: "\e911";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    font-size: 91px;
    color: #e5e5e5;
    top: 0;
    font-weight: 100; }
.title-app2 p {
  font-weight: 500; }

.btn_app h3 {
  color: #212425;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 36px; }
.btn_app ul {
  padding-left: 0; }
  .btn_app ul li {
    display: inline-block;
    margin-right: 10px; }
.btn_app a {
  color: #fff;
  border-radius: 5px;
  width: 150px;
  height: 48px;
  display: block;
  font-size: 10px;
  line-height: 16px;
  font-weight: 300;
  padding-top: 6px;
  padding-left: 47px; }
  .btn_app a span {
    font-weight: 400;
    font-size: 16px; }
  .btn_app a.btn-icon1 {
    background: #000 url("../images/icon1.png") no-repeat 5px 4px; }
  .btn_app a.btn-icon2 {
    background: #000 url("../images/icon2.png") no-repeat 5px 4px; }
  .btn_app a:hover {
    color: #fff; }

.box_form-app {
  padding: 196px 0 321px; }

.title-ins {
  position: absolute;
  top: 109px;
  margin-left: -10px;
  z-index: 1; }
  .title-ins .title-app h2 {
    letter-spacing: -1.5px;
    color: #fff; }
    .title-ins .title-app h2:before {
      color: #fff; }
  .title-ins .title-app .content-ins {
    padding-left: 129px;
    font-size: 14px;
    font-weight: 600;
    color: #eaf3ff;
    margin-top: 12px; }
    .title-ins .title-app .content-ins a {
      color: #eaf3ff; }
      .title-ins .title-app .content-ins a:hover {
        text-decoration: underline;
        color: #fff; }

.contact-6 input.wpcf7-text,
.contact-6 textarea {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  color: #afafaf;
  height: 41px;
  padding: 10px 15px;
  width: 100%;
  font-size: 13px;
  font-weight: 500; }
.contact-6 textarea {
  height: 82px; }
.contact-6 .wpcf7-submit {
  border-radius: 4px;
  float: right;
  font-size: 15px;
  font-weight: 500;
  margin-top: 2px;
  height: 53px;
  max-width: 129px;
  letter-spacing: 1.5px; }

.contact-info {
  border-bottom: 1px solid #c9e0ff;
  padding-bottom: 10px;
  margin-bottom: -7px !important; }
  .contact-info ul {
    list-style: none;
    padding: 0; }
  .contact-info li {
    font-size: 14.09px;
    font-weight: 500;
    color: #4997ff;
    padding-bottom: 16px; }
    .contact-info li i {
      font-size: 24px;
      width: 24px;
      margin-right: 10px;
      vertical-align: middle; }

.main_bg-color2 .tes-list .testimonial-container {
  border-bottom: 1px solid #c9e0ff;
  margin-bottom: 26px;
  padding-bottom: 25px; }
  .main_bg-color2 .tes-list .testimonial-container:last-child {
    margin-bottom: 0;
    border-bottom: none; }
.main_bg-color2 .tes-list .item_testimonial .caption_testimonial .tes_name img {
  height: 40px;
  width: 40px; }
.main_bg-color2 .tes-list .item_testimonial .caption_testimonial .tes_name h4 {
  font-size: 14px; }
  .main_bg-color2 .tes-list .item_testimonial .caption_testimonial .tes_name h4:before {
    background: #afafaf; }
.main_bg-color2 .tes-list .item_testimonial .caption_testimonial .item-desc {
  font-size: 18px;
  line-height: 30px; }

.desc-newletter > p {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px; }

.newletter-3.newletter-btn .mc4wp-form-fields .btn {
  background: #4997ff;
  border-color: #4997ff; }
  .newletter-3.newletter-btn .mc4wp-form-fields .btn:hover {
    background: #212425;
    border-color: #212425; }
.newletter-3 .mc4wp-form-fields {
  position: relative; }
  .newletter-3 .mc4wp-form-fields .btn {
    background: #212425;
    height: 53px;
    position: absolute;
    border-radius: 4px;
    top: 5px;
    right: 5px;
    width: 180px;
    color: #fff;
    border-color: #212425; }
    .newletter-3 .mc4wp-form-fields .btn:hover {
      border-color: #4997ff;
      background: #4997ff; }
.newletter-3 .mc4wp-form input[type="email"] {
  background: #eaf3ff none repeat scroll 0 0;
  border-radius: 4px;
  color: #afafaf;
  height: 63px;
  margin: 0;
  width: 100%;
  max-width: 100%; }

.newletter-left .summary-title {
  color: #ffffff;
  float: left;
  margin-right: 80px;
  font-size: 19.5px;
  font-weight: 500;
  position: relative; }
  .newletter-left .summary-title::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 1px;
    left: 27px;
    position: absolute;
    width: 45px; }
.newletter-left .title {
  overflow: hidden; }
  .newletter-left .title h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 22px; }
  .newletter-left .title p {
    font-weight: 500;
    color: #ffffff; }
    .newletter-left .title p.get-free {
      margin-top: -7px; }

.features-list > li {
  font-size: 15px;
  margin-bottom: 13px; }

.call-desc {
  color: #ffffff;
  font-size: 30px;
  font-weight: 300;
  line-height: 41px;
  margin-bottom: 15px; }

.main-bg_color .arrowpress-heading .summary_title {
  color: #fff; }
  .main-bg_color .arrowpress-heading .summary_title::before {
    background: #fff; }

.tp-caption sup {
  font-size: 10px;
  top: -1.4em; }

.wpb_video_widget.vc_video-align-left {
  margin: 0; }

.no-padding > .vc_column_container.vc_col-sm-12 > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

.contact-6 {
  overflow: hidden; }

.btn-line .vc_btn3.vc_btn3-color-white {
  font-weight: 500; }

.tp-carousel-wrapper .tp-revslider-slidesli {
  opacity: 1 !important; }

.features-list {
  list-style: outside none none;
  padding: 0; }

#mini-scart .cart-block .variation {
  display: none; }

.shop_table .product-name a {
  color: #212425; }
.shop_table.customer_details tbody tr th,
.shop_table.customer_details tbody tr td {
  text-align: left;
  padding: 10px 0;
  font-weight: normal;
  border: none; }
.shop_table.customer_details tr:first-child td {
  border: none; }
.shop_table.order_details thead tr th,
.shop_table.order_details tbody tr td {
  text-align: left; }
.shop_table.order_details thead tr th {
  color: #fff;
  background: #4997ff; }
.shop_table.order_details tbody tr td {
  border-left: 1px solid #f5f5f5; }
  .shop_table.order_details tbody tr td:last-child {
    border-right: 1px solid #f5f5f5; }
.shop_table.order_details tfoot tr:first-child th, .shop_table.order_details tfoot tr:first-child td {
  padding-top: 20px; }
.shop_table.order_details tfoot tr th {
  width: 50%;
  padding-top: 10px;
  font-weight: normal; }
.shop_table.order_details tfoot tr td {
  font-weight: normal;
  padding-top: 10px;
  width: 50%;
  text-align: right; }
.shop_table thead tr th {
  text-transform: uppercase;
  padding: 15px 0;
  text-align: center;
  color: #3d3935;
  font-size: 18px;
  padding: 19px 20px 17px;
  font-weight: 600; }
.shop_table tbody tr:first-child td {
  border-top: 1px solid #f5f5f5; }
.shop_table tbody tr td {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #f5f5f5; }
.shop_table tbody tr.cart_item td {
  border-left: 1px solid #f5f5f5; }
  .shop_table tbody tr.cart_item td:last-child {
    border-right: 1px solid #f5f5f5; }
.shop_table .cart_item .product-thumbnail img {
  width: 80px;
  height: 100px;
  display: block; }
.shop_table .cart_item .product-name a {
  color: #3d3935; }
  .shop_table .cart_item .product-name a:hover {
    color: #4997ff; }
.shop_table .cart_item .product-remove a {
  font-size: 20px;
  color: #4997ff; }
  .shop_table .cart_item .product-remove a:hover {
    color: #212425; }
.shop_table.cart thead tr th {
  background: #4997ff;
  color: #FFF; }
.shop_table.cart tbody tr:last-child td {
  border-bottom: none;
  padding-left: 0;
  padding-right: 0; }
.shop_table.cart .actions .coupon label {
  float: left;
  margin-right: 15px; }
.shop_table.cart .actions .coupon input {
  float: left;
  margin-right: 10px; }
.shop_table.woocommerce-checkout-review-order-table thead tr th {
  background: #4997ff;
  color: #fff;
  text-align: left;
  border-right: 1px solid #d1d1d1; }
  .shop_table.woocommerce-checkout-review-order-table thead tr th:last-child {
    border-right: none; }
.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  text-align: left; }
.shop_table.woocommerce-checkout-review-order-table tfoot {
  padding-top: 20px;
  padding-bottom: 20px; }
  .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal {
    font-size: 14px; }
    .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal th, .shop_table.woocommerce-checkout-review-order-table tfoot .cart-subtotal td {
      padding-top: 25px;
      padding-bottom: 10px; }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    width: 50%; }
  .shop_table.woocommerce-checkout-review-order-table tfoot tr td {
    width: 50%;
    text-align: right; }

.woocommerce table.wishlist_table {
  font-size: 100%; }

.shop_table.wishlist_table tbody tr:first-child td,
.wishlist_table tbody tr td:first-child {
  border-left: 1px solid #f5f5f5; }

.woocommerce .wishlist_table td.product-add-to-cart a,
.wishlist_table .product-price .amount {
  color: #4997ff; }

.woocommerce .wishlist_table td.product-add-to-cart a:hover {
  color: #212425; }

.yith-wcwl-share h4.yith-wcwl-share-title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase; }

.cart-collaterals {
  padding-top: 20px;
  overflow: hidden;
  width: 100%; }

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

.btn-updatecart {
  float: right; }

.quantity {
  background: #f5f5f5;
  display: inline-block;
  border: 1px solid #f5f5f5; }
  .quantity .qty-number {
    cursor: pointer;
    display: inline-block;
    height: 45px;
    vertical-align: middle; }
    .quantity .qty-number span {
      padding: 0 15px;
      height: 45px;
      display: table-cell;
      vertical-align: middle;
      line-height: 45px;
      text-align: center; }
    .quantity .qty-number:hover span {
      color: #4997ff; }
  .quantity > input.qty {
    -moz-appearance: textfield; }
  .quantity input.qty.text {
    width: 60px;
    text-align: center;
    padding: 10px;
    height: 45px;
    display: inline-block;
    background: #FFF; }

.select2-results li {
  color: #9c9c9c; }

.select2-container .select2-choice {
  color: #9c9c9c;
  border-radius: 0; }

.coupon {
  float: left; }
  .coupon label {
    margin-top: 10px;
    font-weight: normal; }
  .coupon input {
    padding: 14px 29px; }

.woocommerce-page .coupon .btn.btn-primary {
  padding: 15px 28px 13px;
  line-height: 20px; }

.woocommerce-message {
  margin-bottom: 10px; }

.btn-updatecart {
  float: right; }

.sr_title-cart {
  float: left;
  font-weight: 500;
  display: inline-block;
  color: #4997ff;
  font-size: 19.5px;
  margin-right: 60px;
  margin-bottom: 0;
  position: relative;
  margin-top: 5px;
  text-transform: uppercase; }
  .sr_title-cart:before {
    height: 1px;
    width: 45px;
    content: "";
    background: #4997ff;
    position: absolute;
    right: -56px;
    top: 14px; }

.title-cart {
  font-size: 20px;
  margin: 0;
  padding-top: 5px;
  font-weight: 500;
  position: relative;
  color: #212425;
  display: inline-block; }

.title-hdwoo {
  padding: 30px 0;
  display: inline-block; }

.woocommerce-Address-title.title .edit {
  float: right;
  padding-top: 34px; }

.woocommerce-error li {
  color: #ff0000; }

.woocommerce-message {
  color: #27e34f; }

.woocommerce-page .btn.btn-primary {
  width: auto;
  text-transform: uppercase;
  padding: 15px 28px 13px;
  color: #fff;
  font-weight: 500;
  background: #4997ff;
  border-radius: 5px;
  font-size: 15px;
  line-height: 20px;
  border: 2px solid transparent; }
  .woocommerce-page .btn.btn-primary:hover {
    background: #212425;
    border: 2px solid #212425 !important; }

.woocommerce-cart .actions {
  margin-top: 24px;
  margin-bottom: 71px; }

.cart-subtotal {
  font-size: 14px;
  color: #212425; }
  .cart-subtotal th {
    font-weight: 400; }

.order-total {
  color: #212424; }

.cart_totals .shop_table {
  margin-bottom: 20px; }
  .cart_totals .shop_table tbody tr:first-child td,
  .cart_totals .shop_table tbody tr td {
    border: none;
    padding: 8px 20px; }

.woocommerce .login input.input-text:-webkit-autofill,
.woocommerce .login textarea.input-text:-webkit-autofill,
.woocommerce .login select.input-text:-webkit-autofill {
  background-color: none !important; }

.woocommerce-info {
  margin-bottom: 10px; }

.showlogin,
.showcoupon {
  color: #4997ff; }
  .showlogin:hover, .showlogin:focus,
  .showcoupon:hover,
  .showcoupon:focus {
    color: #1f1f1f; }

.checkout_coupon.coupon {
  float: none;
  overflow: hidden;
  margin-top: 10px; }
  .checkout_coupon.coupon .form-row {
    display: inline-block;
    float: left; }
    .checkout_coupon.coupon .form-row.form-row-first {
      margin-right: 10px; }

form.checkout .form-row label, form.checkout .form-row input {
  width: 100%;
  font-weight: normal; }
form.checkout .form-row input {
  height: 50px; }

.select2-container .select2-choice {
  height: 50px;
  padding: 13px 10px; }

.woocommerce-FormRow.form-row {
  margin-bottom: 15px; }

.woocommerce-page .form-row label {
  color: #1b242b;
  font-weight: normal;
  margin-bottom: 3px;
  margin-top: 0;
  font-size: 15px; }

.woocommerce-shipping-fields .form-row label,
.woocommerce-billing-fields .form-row label {
  color: #1b242b;
  font-weight: normal;
  margin-bottom: 3px; }

.form-row {
  margin-bottom: 15px; }

.form-row input, .form-row .placeholder,
.form-row textarea {
  background: none;
  border: 1px solid #ccc;
  color: #9c9c9c;
  padding: 13px 10px;
  width: 100%;
  line-height: normal;
  width: 100%; }

.woocommerce-EditAccountForm .form-row,
.woocommerce-account .login .form-row,
.woocommerce-edit-address .form-row {
  margin-bottom: 15px; }
  .woocommerce-EditAccountForm .form-row input,
  .woocommerce-EditAccountForm .form-row .placeholder,
  .woocommerce-EditAccountForm .form-row textarea,
  .woocommerce-account .login .form-row input,
  .woocommerce-account .login .form-row .placeholder,
  .woocommerce-account .login .form-row textarea,
  .woocommerce-edit-address .form-row input,
  .woocommerce-edit-address .form-row .placeholder,
  .woocommerce-edit-address .form-row textarea {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc; }

.woocommerce-password-strength {
  margin-top: 7px; }
  .woocommerce-password-strength.short, .woocommerce-password-strength.bad {
    color: red; }
  .woocommerce-password-strength.strong, .woocommerce-password-strength.good {
    color: #60d362; }

.form-row input {
  height: 50px; }

.payment_method_paypal label a {
  color: #4997ff;
  font-weight: 400;
  float: left;
  width: 100%; }

.woocommerce-checkout-payment {
  margin-top: 20px; }
  .woocommerce-checkout-payment .payment_methods label {
    color: #212425;
    font-weight: 600; }

#customer_login .customer_login {
  padding-top: 0; }

input[type="radio"] {
  border-radius: 50% !important; }

.payment_box.payment_method_paypal {
  padding: 5px 15px; }

.woocommerce .login label {
  font-weight: 400; }
.woocommerce .login input.btn {
  display: inline-block;
  width: auto; }
.woocommerce .login .form-row input.button {
  border: 2px solid #4997ff;
  background: #4997ff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 29px;
  margin-right: 10px;
  width: auto; }
  .woocommerce .login .form-row input.button:hover {
    background: #212425;
    border: 2px solid #212425; }

abbr[data-original-title], abbr[title] {
  border-bottom: medium none;
  text-decoration: none; }

.form-row label {
  font-weight: normal; }

.lost_password a {
  color: #212425; }
  .lost_password a:hover {
    color: #4997ff; }

.form-row input[type=checkbox] {
  height: auto;
  width: auto;
  margin-top: 20px; }

form.checkout .form-row input[type=checkbox] {
  float: left;
  height: 16px;
  margin-right: 10px;
  margin-top: 4px;
  text-align: left;
  width: 16px; }

.order_details li strong {
  color: #1f1f1f;
  font-weight: 600; }

.woocommerce-error li strong {
  font-weight: normal;
  color: #1f1f1f; }

.woocommerce-MyAccount-navigation {
  margin-bottom: 20px; }

.woocommerce-Address-title a,
.my_account_orders a,
.woocommerce-MyAccount-content a,
.woocommerce-MyAccount-navigation li a {
  color: #4997ff;
  font-weight: normal; }
  .woocommerce-Address-title a:hover, .woocommerce-Address-title a:focus,
  .my_account_orders a:hover,
  .my_account_orders a:focus,
  .woocommerce-MyAccount-content a:hover,
  .woocommerce-MyAccount-content a:focus,
  .woocommerce-MyAccount-navigation li a:hover,
  .woocommerce-MyAccount-navigation li a:focus {
    color: #1f1f1f; }

.woocommerce-MyAccount-content header,
.woocommerce-MyAccount-content header .title-cart {
  background: none !important; }

.woocommerce-MyAccount-content p strong {
  font-weight: 600;
  color: #1f1f1f; }

.woocommerce-MyAccount-navigation li {
  display: inline-block;
  padding-right: 25px; }
  .woocommerce-MyAccount-navigation li a {
    font-weight: 600; }

@media (max-width: 1199px) {
  .wrapper {
    min-height: auto; } }
@media (max-width: 767px) {
  .woocommerce-account .wrapper {
    min-height: auto; }

  header.woocommerce-Address-title.title {
    background: none !important; }

  .woocommerce-page .woocommerce-MyAccount-content .form-row label {
    margin-bottom: 10px;
    line-height: 18px; }

  .woocommerce-page legend {
    border: none; }

  .shop_table.shop_table_responsive.my_account_orders tbody tr:nth-child(odd),
  .shop_table.cart.shop_table_responsive tbody tr:nth-child(odd),
  .shop_table.order_details tbody tr:nth-child(odd) {
    background: #f9f9f9; }

  .shop_table.my_account_orders.shop_table_responsive tbody tr:nth-child(even),
  .shop_table.cart.shop_table_responsive tbody tr:nth-child(even),
  .shop_table.order_details tbody tr:nth-child(even) {
    background: #fff; }

  .shop_table.wishlist_table thead {
    display: none !important; }

  .wishlist_table tr td.product-thumbnail a {
    margin: 0 auto !important; }

  .wishlist_table.shop_table.cart tbody tr:last-child td {
    border-bottom: none; }

  .wishlist_table.shop_table.cart tbody tr td:last-child {
    border-bottom: 1px solid #f5f5f5; }

  .wishlist_table.shop_table.cart tbody tr td {
    border-right: 1px solid #f5f5f5; }

  .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.product-name, .wishlist_table tr td.wishlist-name,
  .wishlist_table tr td.wishlist-privacy, .woocommerce table.wishlist_table tfoot td {
    text-align: center; }

  /* tables change*/
  .shop_table.wishlist_table tbody,
  .shop_table.wishlist_table thead,
  .shop_table.wishlist_table tfoot,
  .shop_table.wishlist_table th,
  .shop_table.wishlist_table tr,
  .shop_table.wishlist_table td,
  .my_account_orders.shop_table_responsive tbody,
  .my_account_orders.shop_table_responsive thead,
  .my_account_orders.shop_table_responsive tfoot
  .my_account_orders.shop_table_responsive th,
  .my_account_orders.shop_table_responsive tr,
  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart,
  .shop_table_responsive.cart tbody,
  .shop_table_responsive.cart thead,
  .shop_table_responsive.cart tfoot,
  .shop_table_responsive.cart th,
  .shop_table_responsive.cart tr,
  .shop_table_responsive.cart td {
    display: block; }

  table.order_details tfoot tr:first-child > td[scope="row"] {
    border-bottom: 1px solid #ddd; }
  table.order_details tfoot tr:last-child > td[scope="row"] {
    border-bottom: none; }

  .my_account_orders.shop_table_responsive tr td,
  .my_account_orders.shop_table_responsive tr th,
  .shop_table_responsive.cart tr td,
  .shop_table_responsive.cart tr th {
    width: auto !important;
    text-align: left !important; }

  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart td {
    margin-top: 0 !important; }

  .my_account_orders.shop_table_responsive thead tr:first-child,
  .shop_table_responsive.cart thead tr:first-child {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  .shop_table.my_account_orders.shop_table_responsive tbody tr:first-child,
  .shop_table.shop_table_responsive.cart tbody tr:first-child {
    position: relative;
    top: 0;
    left: 0; }

  .shop_table.cart tbody tr:last-child td {
    padding: 0 !important; }

  .my_account_orders.shop_table_responsive td,
  .shop_table_responsive.cart td {
    position: relative;
    padding-left: 50% !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none; }

  .my_account_orders.shop_table_responsive td:not([colspan]):after,
  .shop_table_responsive.cart td:not([colspan]):after {
    content: "";
    display: block;
    border-left: 1px solid #e0e0e0;
    position: absolute;
    left: 47%;
    top: 0;
    height: 100%; }

  .shop_table_responsive.my_account_orders td[colspan],
  .shop_table_responsive.cart td[colspan] {
    width: 100%;
    text-align: center;
    padding: 10px !important; }

  .shop_table_responsive.my_account_orders tbody td[colspan],
  .shop_table_responsive.cart tbody td[colspan] {
    display: block;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    width: 100%; }

  .shop_table_responsive.my_account_orders td[colspan]:before,
  .shop_table_responsive.cart td[colspan]:before {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan]:after,
  .shop_table_responsive.cart td[colspan]:after {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan] table tr td:after
  .shop_table_responsive.cart td[colspan] table tr td:after {
    display: none; }

  .shop_table_responsive.my_account_orders td[colspan] table tr td:before
  .shop_table_responsive.cart td[colspan] table tr td:before {
    display: none; }

  .shop_table_responsive.my_account_orders,
  .shop_table_responsive.cart {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0; }

  .shop_table_responsive.my_account_orders td:before,
  .shop_table_responsive.cart td:before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: 9px;
    width: 45%;
    padding-right: 10px;
    -webkit-transform: translateY(-50%) translateZ(0);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #424242;
    font-size: 16px; }

  .shop_table_responsive.my_account_orders tr:nth-child(2n),
  .shop_table_responsive.cart tr:nth-child(2n) {
    background: #f9f9f9; }

  .btn-updatecart {
    float: left; }

  .coupon {
    margin-bottom: 10px; } }
@media (max-width: 480px) {
  .quantity input.qty.text {
    height: 40px;
    width: 40px; }

  .quantity .qty-number {
    height: 40px; }
    .quantity .qty-number span {
      height: 40px;
      padding: 0 10px; } }
a {
  color: #4997ff; }
  a:hover {
    color: #1f1f1f; }

.titlesub-cart {
  font-size: 22px;
  padding-top: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600; }

.woocommerce header {
  position: static !important; }
.woocommerce address {
  line-height: 32px; }

.blog-entries-wrap + .row .load-more {
  padding-bottom: 60px;
  padding-top: 50px; }

.blog-content, .blog-item {
  width: 100%;
  overflow: hidden; }

.blog-content .arrows-custom .slick-arrow {
  font-size: 34px; }

.grid-item .blog-content {
  box-shadow: 0 0 28px -3px rgba(0, 0, 0, 0.15); }

.blog .wrapper {
  padding-top: 28px; }

.input-white .form-contact input.wpcf7-text {
  background: #fff; }

.home_blog_heading .uvc-heading .uvc-main-heading h2,
.home_blog_heading .uvc-heading .uvc-main-heading h3,
.home_blog_heading .uvc-heading .uvc-main-heading h4,
.home_blog_heading .uvc-heading .uvc-main-heading h5 {
  text-transform: initial;
  letter-spacing: -1.64px; }
.home_blog_heading .uvc-sub-heading {
  letter-spacing: -0.9px; }

.multi_row .slide-style-1 {
  margin-bottom: 43px;
  vertical-align: top; }

.category .wrapper {
  padding-top: 29px; }

.category-marketing .wrapper {
  padding-top: 0; }

.single-post .wrapper {
  padding-top: 17px; }

.blog-masonry {
  margin-top: 3px; }

.blog-grid .blog-content, .blog-masonry .blog-content {
  overflow: hidden;
  margin-bottom: 32px; }
  .blog-grid .blog-content:hover .blog-img:before, .blog-masonry .blog-content:hover .blog-img:before {
    left: 0; }
  .blog-grid .blog-content:hover .blog-img:after, .blog-masonry .blog-content:hover .blog-img:after {
    right: 0; }
  .blog-grid .blog-content:hover .blog-img img, .blog-masonry .blog-content:hover .blog-img img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .blog-grid .blog-content:hover a:before, .blog-masonry .blog-content:hover a:before {
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
.blog-grid .blog-post-info, .blog-masonry .blog-post-info {
  font-weight: 500;
  background: #fff;
  padding: 30px 15px 35px 32px; }
  .blog-grid .blog-post-info .post-name a, .blog-masonry .blog-post-info .post-name a {
    line-height: 30px; }
.blog-grid .blog-img img, .blog-masonry .blog-img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
  height: auto; }
.blog-grid .blog-post-info .blog-info, .blog-masonry .blog-post-info .blog-info {
  margin-bottom: 1px; }
.blog-grid + .row .paginationtype-2, .blog-masonry + .row .paginationtype-2 {
  padding-top: 20px; }

.blog-grid .blog-img:before, .blog-masonry .blog-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: #4997ff;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none; }
.blog-grid .blog-img:after, .blog-masonry .blog-img:after {
  position: absolute;
  content: "";
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  background: #4997ff;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none; }

.blog-img {
  position: relative;
  overflow: hidden; }
  .blog-img a:before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100%;
    color: #3c3630;
    position: absolute;
    content: "+";
    font-weight: 300;
    display: block;
    font-size: 36px;
    height: 53px;
    left: 50%;
    line-height: 58px;
    position: absolute;
    text-align: center;
    top: 50%;
    z-index: 2;
    width: 53px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    display: none; }

.paginationtype-2 {
  padding-top: 57px;
  list-style: none;
  padding-left: 0; }
  .paginationtype-2 li {
    display: inline-block; }
    .paginationtype-2 li a {
      font-size: 34px;
      width: 70px;
      height: 40px;
      border: 2px solid #4997ff;
      border-radius: 5px;
      display: block;
      padding: 0 19px;
      color: #4997ff;
      opacity: 0.3;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .paginationtype-2 li a:hover {
        opacity: 1; }

.blog-masonry + .row .paginationtype-2 {
  padding-top: 2px;
  margin-bottom: 56px; }

.blog-post-info {
  padding-top: 27px;
  font-weight: 500; }
  .blog-post-info .post-name > a {
    color: #212425;
    display: block;
    font-size: 20.13px;
    padding-bottom: 1px;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    text-transform: none; }
    .blog-post-info .post-name > a:hover {
      color: #4997ff; }
  .blog-post-info .blog-info {
    padding-left: 2px;
    margin-bottom: 1px; }
    .blog-post-info .blog-info > .info {
      display: inline-block;
      margin-right: 6px;
      font-size: 14px; }
      .blog-post-info .blog-info > .info a:hover {
        color: #000000; }
      .blog-post-info .blog-info > .info i {
        padding-right: 5px; }
      .blog-post-info .blog-info > .info:hover > i {
        color: #4997ff; }
      .blog-post-info .blog-info > .info span {
        color: #afafaf; }
  .blog-post-info .blog-post-title {
    margin-bottom: 22px;
    letter-spacing: -0.9px; }
  .blog-post-info .blog-info {
    margin-bottom: 7px; }
    .blog-post-info .blog-info a {
      color: #4997ff;
      font-size: 14.09px; }
    .blog-post-info .blog-info > .info.blog-date a:after {
      content: "";
      width: 45px;
      height: 1px;
      display: inline-block;
      background: #4997ff;
      vertical-align: middle;
      margin-left: 3px;
      margin-top: 2px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    .blog-post-info .blog-info > .info.blog-date:hover a:after {
      width: 55px;
      background: #000000; }
    .blog-post-info .blog-info > .info.author {
      margin-left: -3px; }

.blog-list .col-xs-12:last-child .blog-content {
  margin-bottom: 0; }
.blog-list .col-md-3 .blog-post-info, .blog-list .col-md-4 .blog-post-info, .blog-list .col-md-6 .blog-post-info {
  float: left;
  overflow: hidden;
  padding-left: 0;
  padding-top: 30px;
  text-align: left;
  width: 100%; }
.blog-list .col-md-3 .blog-img, .blog-list .col-md-3 .align_left,
.blog-list .col-md-3 .blog-item > figure, .blog-list .col-md-4 .blog-img, .blog-list .col-md-4 .align_left,
.blog-list .col-md-4 .blog-item > figure, .blog-list .col-md-6 .blog-img, .blog-list .col-md-6 .align_left,
.blog-list .col-md-6 .blog-item > figure {
  float: none;
  width: 100%; }
  .blog-list .col-md-3 .blog-img img, .blog-list .col-md-3 .align_left img,
  .blog-list .col-md-3 .blog-item > figure img, .blog-list .col-md-4 .blog-img img, .blog-list .col-md-4 .align_left img,
  .blog-list .col-md-4 .blog-item > figure img, .blog-list .col-md-6 .blog-img img, .blog-list .col-md-6 .align_left img,
  .blog-list .col-md-6 .blog-item > figure img {
    width: 100%; }
.blog-list .blog-content {
  margin-bottom: 40px; }
  .blog-list .blog-content .blog-item {
    background: #fff; }
  .blog-list .blog-content:hover .blog-img a:before {
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1); }
  .blog-list .blog-content:hover .blog-img:before {
    opacity: 0.7; }
.blog-list .align_left, .blog-list .blog-item > figure {
  width: 42.5%;
  float: left; }
  .blog-list .align_left .blog-img, .blog-list .blog-item > figure .blog-img {
    width: 100%; }
.blog-list .blog-img {
  width: 42.5%;
  float: left; }
  .blog-list .blog-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4997ff;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    display: none; }
.blog-list .blog-post-info {
  float: left;
  overflow: hidden;
  padding: 43px 25px 20px 36px;
  text-align: left;
  width: calc(100% - 42.5%); }
  .blog-list .blog-post-info .blog-post-title {
    margin-bottom: 16px; }
  .blog-list .blog-post-info .post-name > a {
    font-size: 20.13px;
    margin-top: 0; }
  .blog-list .blog-post-info .blog-info {
    padding-left: 2px;
    margin-bottom: 1px; }
    .blog-list .blog-post-info .blog-info > .info {
      display: inline-block;
      margin-right: 6px;
      font-size: 14px; }
      .blog-list .blog-post-info .blog-info > .info a:hover {
        color: #eaf3ff; }
      .blog-list .blog-post-info .blog-info > .info i {
        padding-right: 5px; }
      .blog-list .blog-post-info .blog-info > .info:hover > i {
        color: #4997ff; }
.blog-list.list_s1 .align_left, .blog-list.list_s1 .blog-item > figure, .blog-list.list_s1 .blog-img {
  width: 100%;
  float: none; }
.blog-list.list_s1 .blog-post-info {
  float: none;
  width: 100%;
  background: #fff;
  padding: 29px 43px 35px; }
  .blog-list.list_s1 .blog-post-info .blog-post-title {
    margin-bottom: 21px; }
  .blog-list.list_s1 .blog-post-info .blog-info {
    margin-bottom: -1px; }
.blog-list.list_s1 + .row .paginationtype-2 {
  padding-top: 41px;
  margin-bottom: 46px; }
.blog-list.list_s2 .blog-content {
  margin-bottom: 31px; }
.blog-list.list_s2 .blog-post-info {
  padding-top: 42px; }
  .blog-list.list_s2 .blog-post-info .blog-info {
    margin-bottom: 0; }
    .blog-list.list_s2 .blog-post-info .blog-info > .info.blog-date a:after {
      margin-left: 6px;
      margin-top: 1px; }
.blog-list.list_s2 .blog-item > .blog-post-info:first-child {
  width: 100%; }
.blog-list.list_s2 + .row .paginationtype-2 {
  padding-top: 30px;
  margin-bottom: 71px; }

.quote_section blockquote {
  padding: 0; }

.home.blog .blog-list.list_s1 .grid-item .blog-content {
  box-shadow: none;
  overflow: visible; }
  .home.blog .blog-list.list_s1 .grid-item .blog-content .blog-post-info {
    box-shadow: 0 0 28px -3px rgba(0, 0, 0, 0.15); }
  .home.blog .blog-list.list_s1 .grid-item .blog-content .blog-item {
    overflow: visible; }

.blog-post-info .read-more {
  padding-top: 10px; }
  .blog-post-info .read-more > a {
    color: #4997ff; }
    .blog-post-info .read-more > a:hover {
      color: #232323; }

.post-single {
  padding-bottom: 46px; }
  .post-single .blog-content {
    box-shadow: 0 0 60px -2px rgba(0, 0, 0, 0.1); }
  .post-single .blog-post-info {
    padding: 44px 50px 60px;
    text-align: left; }
    .post-single .blog-post-info .blog-info {
      margin-bottom: 10px; }
    .post-single .blog-post-info .blog-post-title {
      margin-bottom: 21px; }
  .post-single .blog-info > div {
    display: inline-block;
    vertical-align: middle;
    color: #878787;
    padding-right: 5px;
    line-height: 100%;
    font-size: 13px; }
    .post-single .blog-info > div span {
      text-transform: capitalize; }
    .post-single .blog-info > div p {
      margin: 0;
      line-height: 100%;
      color: #878787; }
    .post-single .blog-info > div i {
      font-size: 20px;
      color: #4997ff;
      vertical-align: middle; }
  .post-single .blog-info .info-comment a {
    color: #878787;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px; }
    .post-single .blog-info .info-comment a:hover {
      color: #4997ff; }
  .post-single .blog_post_desc blockquote {
    color: #212425;
    font-size: 22px;
    font-style: normal;
    padding: 0 0 0 91px;
    position: relative;
    font-weight: 500;
    margin-top: 28px; }
    .post-single .blog_post_desc blockquote:after {
      display: none; }
    .post-single .blog_post_desc blockquote:before {
      color: #4997ff;
      font-size: 82.28px;
      font-style: normal;
      left: 45px;
      position: absolute;
      top: 22px;
      font-weight: 500;
      content: '\201C'; }
    .post-single .blog_post_desc blockquote p {
      line-height: 30px; }
  .post-single .blog_post_desc > p {
    line-height: 24px;
    padding-bottom: 14px; }
  .post-single .blog-video iframe {
    position: static; }
  .post-single .quote_section {
    padding-top: 30px; }
  .post-single .blog-img img {
    width: 100%;
    height: auto; }

.share-links {
  margin-bottom: 26px;
  padding-top: 5px;
  padding-bottom: 30px;
  text-align: center; }
  .share-links .lab {
    font-size: 14px;
    font-weight: 600;
    color: #b6b6b6 !important;
    text-transform: uppercase; }
  .share-links .f-social {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .share-links .f-social ul {
      list-style: outside none none;
      padding: 0;
      margin: 0; }
      .share-links .f-social ul li {
        display: inline-block; }
        .share-links .f-social ul li a {
          color: #000000;
          padding: 0 11px; }
          .share-links .f-social ul li a:hover {
            color: #4997ff; }

.comment-reply-title small {
  float: right; }
  .comment-reply-title small a {
    color: #878787;
    font-weight: 600; }
    .comment-reply-title small a:hover {
      color: #4997ff; }

.author-box, .author_blog {
  overflow: hidden; }

.author-box {
  padding-left: 0;
  padding-top: 32px; }

.avatar_author {
  display: inline-block;
  text-align: center;
  float: left;
  position: relative;
  padding-right: 26px;
  padding-left: 12px; }
  .avatar_author:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 45px;
    border-style: solid;
    border-width: 7px 12px 7px 0;
    border-color: transparent #eaf3ff transparent; }
  .avatar_author img {
    border-radius: 50%; }
  .avatar_author .name_author {
    color: #212425;
    font-size: 14px;
    font-weight: 600;
    padding-top: 14px;
    text-transform: uppercase; }

.author-box .desc_author {
  background: #eaf3ff none repeat scroll 0 0;
  overflow: hidden;
  padding: 18px 40px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
  .author-box .desc_author p {
    color: #999999;
    margin: 0;
    font-weight: 500;
    line-height: 26px; }

.comment-form, .comment-respond {
  overflow: hidden;
  width: 100%; }

.number-comments {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 46px;
  padding-bottom: 18px;
  padding-top: 57px; }

.comment-reply-title {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 40px;
  padding-top: 39px; }

.comment-reply-title,
.number-comments {
  color: #212425;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase; }

.comment-author {
  height: 67px;
  width: 67px;
  float: left;
  position: relative;
  margin-right: 20px; }
  .comment-author::before {
    border-color: transparent #f5f5f5;
    border-style: solid;
    border-width: 5px 6px 5px 0;
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    top: 25px;
    width: 0; }
  .comment-author img {
    border-radius: 50%; }

.form-row {
  margin-bottom: 11px; }
  .form-row label {
    border: medium none !important;
    color: #ff0000;
    font-size: 13px;
    margin-top: 2px; }

.profile-bottom {
  overflow: hidden; }
  .profile-bottom .profile-desc {
    background: #f5f5f5;
    color: #777777;
    padding: 18px 22px;
    font-weight: 500; }
    .profile-bottom .profile-desc p {
      margin: 0;
      line-height: normal; }

.comment-awaiting-moderation {
  color: #a1a1a1; }

.links-info .info {
  padding-left: 15px; }
  .links-info .info a {
    color: #4997ff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px; }
  .links-info .info i {
    display: none; }

.commentlist {
  margin: 0; }
  .commentlist > li {
    margin-bottom: 39px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e5e5e5; }
    .commentlist > li:last-child {
      margin-bottom: 0;
      border-bottom: none; }

.commentlist ul.children {
  border-top: 1px solid #e5e5e5;
  list-style-type: none;
  margin-left: 70px;
  padding-left: 22px;
  padding-top: 30px;
  margin-top: 18px; }
  .commentlist ul.children .comment-author {
    margin-right: 20px; }
  .commentlist ul.children ul ul ul li {
    padding-bottom: 20px; }
    .commentlist ul.children ul ul ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }

.comment-bottom {
  overflow: hidden;
  padding-top: 5px; }
  .comment-bottom .profile-name {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
  .comment-bottom .info-right {
    display: inline-block;
    float: right;
    margin-top: 3px;
    margin-bottom: -3px; }
  .comment-bottom .links-info, .comment-bottom .date-cmt {
    display: inline-block;
    vertical-align: middle;
    padding-top: 2px; }
  .comment-bottom .date-cmt {
    color: #212425;
    line-height: normal;
    font-size: 14.09px;
    font-weight: 500; }
    .comment-bottom .date-cmt i {
      font-size: 20px;
      vertical-align: middle;
      padding-right: 5px; }
    .comment-bottom .date-cmt:after {
      content: "";
      width: 44px;
      height: 2px;
      display: inline-block;
      background: #7a7c7c;
      vertical-align: middle;
      margin-left: 3px;
      margin-top: 2px;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -ms-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      transition: all 0.4s ease; }

.commentform {
  padding-left: 90px;
  position: relative;
  overflow: hidden; }
  .commentform::before {
    background: #4997ff;
    content: "\e605";
    font-family: Pe-icon-7-stroke;
    height: 70px;
    left: 15px;
    color: #fff;
    font-size: 32px;
    position: absolute;
    top: 0;
    line-height: 70px;
    text-align: center;
    width: 70px;
    border-radius: 50%; }
  .commentform::after {
    border-color: transparent #eaf3ff;
    border-style: solid;
    border-width: 7px 5px 7px 0;
    content: "";
    height: 0;
    left: 100px;
    position: absolute;
    top: 26px;
    width: 0;
    z-index: 999; }
  .commentform .comment-field input,
  .commentform .comment-form-comment textarea {
    color: #878787;
    font-size: 14px;
    width: 100%;
    border: none;
    padding: 15px 27px;
    background: #eaf3ff;
    height: 42px; }
  .commentform .comment-form-comment {
    margin-bottom: 3px; }
  .commentform .comment-form-comment textarea {
    height: 110px;
    padding-top: 17px; }
  .commentform .comment-submit {
    text-align: right; }
    .commentform .comment-submit .btn {
      margin-top: 9px;
      background: #4997ff;
      color: #ffffff;
      font-size: 15px;
      font-weight: 500;
      min-width: 124px;
      padding: 14px 15px 14px;
      text-transform: uppercase;
      border-radius: 5px; }
      .commentform .comment-submit .btn:hover {
        border: 2px solid #000;
        background: #000; }

.commentlist li .comment-respond {
  padding-top: 30px; }

body .fancybox-close {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px; }
  body .fancybox-close:hover:before {
    color: #4997ff; }
  body .fancybox-close:before {
    content: "\f00d";
    font-size: 16px;
    color: #000;
    font-family: FontAwesome;
    left: 11px;
    position: absolute;
    top: 0; }
body .fancybox-nav {
  background: transparent none repeat scroll 0 0;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 35px; }
  body .fancybox-nav.fancybox-prev span:before {
    content: "\f060"; }
  body .fancybox-nav span {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 100%;
    margin-top: 0;
    opacity: 1;
    position: relative;
    top: 0;
    visibility: visible;
    width: 100%; }
    body .fancybox-nav span:hover:before {
      color: #4997ff; }
    body .fancybox-nav span:before {
      content: "\f061";
      font-size: 16px;
      color: #000;
      font-family: FontAwesome;
      left: 11px;
      position: absolute;
      top: 0; }

.arrows-custom .slick-arrow {
  background: none;
  color: #fff;
  font-size: 41px;
  vertical-align: middle;
  height: 40px;
  padding: 0;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 6px;
  text-align: center;
  top: 50%;
  width: 70px;
  z-index: 9;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .arrows-custom .slick-arrow:hover {
    color: #4997ff;
    border-color: #4997ff; }
  .arrows-custom .slick-arrow.btn-prev {
    left: 39px; }
  .arrows-custom .slick-arrow.btn-next {
    right: 39px; }
  .arrows-custom .slick-arrow > i {
    margin-top: -3.2px; }

.blog-video {
  position: relative; }

.blog-grid .blog-video iframe {
  height: 100%; }
.blog-grid .blog-post-info {
  padding: 30px 15px 1px 32px;
  min-height: 154px; }
  .blog-grid .blog-post-info .blog-info {
    margin-bottom: 1px; }
.blog-grid .blog-content {
  margin-bottom: 42px; }
.blog-grid + .row .paginationtype-2 {
  padding-top: 23px;
  margin-bottom: 57px; }
.blog-grid.display_desc .blog-content {
  margin-bottom: 30px; }
.blog-grid.display_desc .blog-post-info {
  padding: 31px 15px 33px 32px;
  min-height: 237px; }
  .blog-grid.display_desc .blog-post-info .blog-post-title {
    margin-bottom: 23px; }
  .blog-grid.display_desc .blog-post-info .blog-info {
    margin-bottom: 1px; }
  .blog-grid.display_desc .blog-post-info .blog_post_desc p {
    line-height: 24.55px; }
.blog-grid.display_desc + .row .paginationtype-2 {
  padding-top: 33px;
  margin-bottom: 56px; }

.blog-masonry .blog-video iframe {
  position: static; }

.blog-video iframe {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.quote_section {
  position: relative;
  padding: 32px 30px 0; }

blockquote {
  border: medium none;
  color: #000;
  font-size: 14px;
  font-style: italic;
  padding: 0 0 0 40px;
  position: relative; }

.blog-item .post_link {
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #232323;
  display: block;
  font-size: 18px;
  padding: 10px; }
  .blog-item .post_link:hover {
    color: #4997ff;
    border-color: #4997ff; }
  .blog-item .post_link i {
    background: #4997ff;
    color: #fff;
    font-size: 26px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    width: 50px; }
  .blog-item .post_link span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px; }

.blog-container .list-item {
  border-bottom: 1px solid #c9e0ff;
  padding-bottom: 13px; }
  .blog-container .list-item:last-child {
    border-bottom: none; }
  .blog-container .list-item:first-child .blog-post-info {
    padding-top: 9px; }
  .blog-container .list-item .blog-post-info {
    padding-top: 18px; }
    .blog-container .list-item .blog-post-info .blog-info {
      margin-bottom: 0; }

.job_author {
  color: #999; }

.search-no-results .not-found-title {
  margin-top: -26px;
  margin-bottom: 20px; }

.f-float.wpb_column {
  float: right; }

.arrowpress-container.no-padding {
  padding: 0; }
  .arrowpress-container.no-padding [class*="vc_col-sm-"] .vc_column-inner {
    padding: 0; }

.min-height {
  height: 835px;
  position: relative; }
  .min-height .vc_column-inner,
  .min-height .vc_column-inner .wpb_wrapper,
  .min-height .ult-content-box-container,
  .min-height .ult-content-box {
    height: 100%; }
  .min-height.f-float:first-child:before {
    right: auto;
    left: 0;
    margin-right: 0;
    margin-left: -122px; }
  .min-height:first-child:before {
    position: absolute;
    content: "";
    top: 50%;
    height: 1px;
    width: 244px;
    right: 0;
    background: #4997ff;
    z-index: 99;
    margin-right: -122px; }

.min-height > .vc_column-inner {
  display: table;
  height: 100%;
  width: 100%; }

.min-height > .vc_column-inner > .wpb_wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%; }

.min-height .arrowpress-heading,
.min-height .blog-container,
.min-height .btn-line {
  max-width: 560px;
  padding-left: 100px; }

.btn-line .vc_btn3.vc_btn3-color-white {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #4997ff;
  font-size: 14px;
  padding: 0 0 0 62px;
  position: relative; }
  .btn-line .vc_btn3.vc_btn3-color-white:focus {
    background: none;
    border: none; }
  .btn-line .vc_btn3.vc_btn3-color-white:hover {
    background: none;
    border: none;
    padding-left: 72px;
    color: #000; }
    .btn-line .vc_btn3.vc_btn3-color-white:hover:before {
      width: 55px;
      background: #000; }
  .btn-line .vc_btn3.vc_btn3-color-white:before {
    position: absolute;
    content: "";
    background: #4997ff;
    height: 1px;
    width: 45px;
    left: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }

.padding-bigger {
  padding-left: 100px;
  padding-right: 100px; }
  .padding-bigger .width-default {
    max-width: 1170px;
    margin: 0 auto 35px; }

.woocommerce-page .btn-viewmore {
  margin-top: 10px; }
  .woocommerce-page .btn-viewmore .btn {
    height: 53px;
    max-width: 151px; }

.center_element .wpb_wrapper {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 100%; }

.has_overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2); }

/*===================================
	4.0 Responsive
===================================*/
@media (max-width: 1920px) {
  .margin-des {
    margin: 0 77px; } }
@media (min-width: 1920px) {
  .container .isotope.col-3 .item, .container .gallery_col3 > .isotope-item {
    margin: -1px !important; }

  .style-2 .banner-content.banner-type-2 {
    padding: 60px 40px 37px 90px; }
    .style-2 .banner-content.banner-type-2 .banner-content_box {
      padding-left: 100px; }
    .style-2 .banner-content.banner-type-2 .banner_icon {
      left: 90px;
      top: 31px; }

  .style-3 .banner-content.banner-type-2 {
    padding-left: 0; }
    .style-3 .banner-content.banner-type-2 .banner_icon {
      left: 0; }

  .ult-content-box-container.service-3 {
    padding-left: 65px;
    padding-right: 32px; }

  .padding-bigger {
    padding-left: 220px;
    padding-right: 220px; }

  .banner-type-6 {
    padding-left: 210px; }

  footer .footer-v1 .bg-footer, footer .footer-v2 .bg-footer {
    width: 39%; }

  .promo-ads {
    height: 426px; }

  .archive .content-primary:not(.col-md-12) .gallery-container {
    padding-left: 190px;
    padding-right: 190px; }

  .link-contact {
    padding: 23px 21px 20px; }

  .margin-des {
    margin: 0 77px; }

  .min-height .arrowpress-heading,
  .min-height .blog-container,
  .min-height .btn-line {
    padding-left: 210px;
    max-width: 670px; } }
@media (min-width: 1800px) {
  .bigger-container {
    max-width: 1720px !important; } }
@media (max-width: 1686px) {
  .video-home2 {
    padding-top: 92px;
    margin: 0 auto;
    width: 80%; }

  .box_form-app {
    padding: 150px 0 125px; }

  .title-ins {
    top: 80px; } }
@media (min-width: 1686px) {
  .btn-video .btn-icon_play {
    margin-left: 67px; }

  .cs-boxcontact .arrowpress-container .vc_col-md-7 {
    width: 60.7%; }
  .cs-boxcontact .arrowpress-container .vc_col-lg-5 {
    width: 39.3%; }

  .box-glrabout,
  .box-counter .ult-content-box,
  .about-gallery {
    margin: 0 -184px !important; }

  .box-counter .ult-content-box {
    padding: 0 169px; }

  .scroll-down a::before {
    left: -18px;
    top: 29px; }

  .bigger-container {
    max-width: 1554px; }
    .bigger-container .vc_column_container > .vc_column-inner {
      padding-left: 0;
      padding-right: 0; }

  .slider_type1 .slick-next.default.slick-arrow, .slider_type1 .slick-prev.default.slick-arrow {
    height: 111px;
    width: 57px; }
  .slider_type1 .slick-next.default.slick-arrow {
    right: -113px; }
  .slider_type1 .slick-prev.default.slick-arrow {
    left: -113px; }

  .exe_pad_left {
    padding-top: 21px;
    padding-left: 374px !important;
    width: 49.26% !important; }

  .no-gutter-left.vc_col-lg-7 {
    width: 59.8%; }
    .no-gutter-left.vc_col-lg-7 > .vc_column-inner {
      padding-left: 0; }
    .no-gutter-left.vc_col-lg-7 + .vc_col-lg-5 {
      width: 40.2%; } }
@media (min-width: 1366px) and (max-width: 1686px) {
  .bigger-container {
    max-width: 1250px; }
    .bigger-container .vc_column_container > .vc_column-inner {
      padding-left: 0;
      padding-right: 0; }

  .instagram-img {
    height: 150px; } }
@media (max-width: 1506px) {
  .vc_progress_bar.custom-progress .progress-bar-style2.vc_single_bar {
    margin: 0 70px 26px 240px !important; }

  .slide-tes_home .tes-slider .slick-dots {
    left: 8%; }

  .margin-des {
    margin: 0 50px; }

  .testimonial-home2 .tes-slider2 {
    padding-top: 80px; }

  .testimonial-home2 .tes-slider2 .slick-dots {
    margin-top: 70px; }

  .title-video {
    margin-left: 160px; }

  .video-about {
    right: 90px;
    width: 50%; }

  .coming-timer {
    height: 120px;
    width: 120px;
    line-height: 68px; }

  #error-page .coming-subcribe {
    padding-top: 30px;
    padding-bottom: 30px; }

  .title-behind {
    padding: 25px 0 42px; }

  .coming_heading {
    padding-top: 30px; }

  .box-counter .ult-content-box {
    padding: 0 60px; }

  .title-border-after, .title-border-after.title-custom {
    padding-top: 50px; }

  .testimonial-style4 .testimonial-content {
    padding-top: 5px; }

  .home-boxed .container {
    width: 1070px; }

  .slick-next, .slick-prev {
    margin-top: -20px; }

  .slick-prev {
    left: -25px; }

  .exe_pad_left {
    padding-top: 21px;
    padding-left: 54px !important; }

  .archive .content-primary:not(.col-md-12) .gallery-container {
    padding-left: 60px;
    padding-right: 60px; } }
@media (max-width: 1366px) {
  .breadcrumb-container {
    height: 350px; }

  .slide-tes_home .tes-slider .slick-dots {
    left: 4%; }

  .title-ins {
    top: 60px; } }
@media (min-width: 1200px) and (max-width: 1365px) {
  .instagram-img {
    height: 121px; }

  .main-navigation .mega-menu li a {
    padding: 28px 15px 24px; }

  .header-v3 .header-top .link-contact {
    padding: 12px 15px 22px; }
    .header-v3 .header-top .link-contact:last-child {
      padding-left: 15px; }

  .deal-of, .product-deal .product-img {
    width: 50%; }

  .deal-of h3 {
    font-size: 28px; }

  .product_attribute .product-attribute {
    padding-left: 30px; }

  .style-3 .banner-content.banner-type-2 .banner-content_box {
    padding-left: 20px; } }
@media (min-width: 1025px) and (max-width: 1366px) {
  #error-page .coming-subcribe p {
    margin: 15px 0; }
  #error-page .coming-footer > p {
    margin-bottom: 0; }
  #error-page .coming-subcribe {
    padding-bottom: 15px;
    padding-top: 15px; }
  #error-page .title-behind {
    padding-bottom: 25px; }

  .testimonial-home2 .tes-slider2 {
    padding-left: 50px;
    padding-right: 50px; } }
@media (min-width: 1366px) {
  .header-v1.is-sticky .search-block-top > .btn-search {
    padding-top: 28px;
    padding-bottom: 24px; }

  .col-left_faq {
    width: 52.5% !important; }

  .col-right_faq {
    width: 47.5% !important;
    padding-left: 39px !important; }

  .container {
    width: 1200px; }

  .gallery-h2 {
    margin: 0 -6px; }

  .fr_col2 {
    padding-left: 36px; }

  .banner-content.banner-type-2.b_without_image .banner-desc {
    padding-top: 74px; }

  .tes-video .no-right.vc_col-lg-6 {
    width: 46.8% !important; }
  .tes-video .no-left.vc_col-lg-6 {
    width: 53.2% !important; } }
@media (min-width: 1200px) and (max-width: 1365px) {
  .header-v3 .header-logo {
    margin: 0 62px 0 75px !important; }
  .header-v3 .link-contact:last-child {
    padding-left: 18px;
    padding-right: 0; }

  .gallery-entries-wrap .figcaption .info.category > a {
    letter-spacing: -0.9px; }
  .gallery-entries-wrap .figcaption .post_body {
    padding: 20px; } }
@media (min-width: 1200px) and (max-width: 1300px) {
  .header-v3 .header-logo {
    margin: 0 62px 0 75px; }

  .mc4wp-form input[type="email"] {
    width: 43.484%; } }
@media (min-width: 1200px) {
  .img-ins.vc_col-lg-6 {
    width: 44.9%;
    float: right; }

  .form-contact.type2 {
    margin-right: 175px; }

  .service-left {
    width: 47.5% !important; }

  .service-right {
    width: 52.5% !important; }

  .box-contact_service {
    padding: 0 80px !important; }
    .box-contact_service .ultimate-map-wrapper {
      width: 66.3%;
      float: left; }
      .box-contact_service .ultimate-map-wrapper .ultimate_google_map {
        width: auto !important; }
    .box-contact_service .ult-content-box-container {
      width: 33.7%;
      float: left; }

  .form-contact {
    padding-left: 72px; } }
@media (max-width: 1280px) {
  .header-v1.is-sticky .search-block-top > .btn-search {
    padding-bottom: 23px; }

  .slide-tes_home .tes-slider .slick-dots {
    left: 2%; }

  .home-boxed {
    padding: 0 70px; }

  .title-border-after {
    padding-top: 40px; }

  .title-border-after .mokar-heading {
    margin-bottom: 20px; }

  .align-left .vc_column-inner {
    padding-left: 60px !important; }

  .align-right .vc_column-inner {
    padding-right: 65px !important; } }
@media (min-width: 1199px) {
  .brand-content {
    margin-left: -50px;
    margin-right: -50px; }

  .product-attribute {
    padding-left: 70px; }

  .member-type1 .desc-member {
    width: 90%;
    margin: 0 auto; }

  .footer .footer-v4 .footer-info {
    padding: 24px 60px 16px; }

  .footer .footer-v4 .widget_text p {
    padding: 0 60px; }

  .footer-center {
    padding: 0 113px; }

  .cus_margin_top {
    margin-top: -140px; }

  .md-mar-left {
    margin-left: -19px; }

  .md-margin-left {
    margin-left: -21px; }

  .travel-tips .container > .vc_col-lg-7 {
    width: 59.8%; }
  .travel-tips .container > .vc_col-lg-5 {
    width: 40.2%; }

  .set_col7w .form-type2 input, .set_col7w .form-type2 textarea {
    margin-bottom: 4px;
    margin-left: 3px; }
  .set_col7w .form-type2 .wpcf7-submit {
    margin-top: 2px;
    padding-bottom: 12px; }
  .set_col7w .mokar_heading_left .uvc-heading-spacer {
    margin-right: 19px; }

  .set_col7w .container > .vc_col-lg-7 {
    width: 60%; }
  .set_col7w .container > .vc_col-lg-5 {
    width: 40%; }

  .co_cus_gutter .vc_column-inner {
    padding: 0 !important; }
  .co_cus_gutter .mc4wp-form {
    padding: 0 0 0 12px; }

  .header-v3:not(.is-sticky) .header-logo {
    padding: 25px 20px 25px; }
  .header-v3:not(.is-sticky) #site-navigation {
    padding: 15px 0 0;
    border-top: 1px solid #ededed; }
  .header-v3:not(.is-sticky) .mega-menu > li > a {
    padding-bottom: 30px; }
  .header-v3 .header-top {
    text-align: left; }
  .header-v3 .header-logo {
    padding: 18px;
    margin: 0 104px;
    margin-right: 62px; }
  .header-v3 .account-hidden .header-logo {
    margin: 0; }
  .header-v3 .link-contact {
    letter-spacing: 0.5px;
    padding: 12px 18px 22px; }
    .header-v3 .link-contact:first-child {
      padding-left: 0; }
    .header-v3 .link-contact:last-child {
      padding-left: 37px;
      padding-right: 0; } }
@media (max-width: 1199px) {
  .instagram-container li {
    width: 16.66%; }

  .title-ins {
    padding: 70px 0 50px;
    position: static;
    margin-left: 0; }

  .header-v1 .search-block-top .btn-search, .header-v2 .search-block-top .btn-search {
    padding-right: 10px;
    padding-left: 10px; }
  .header-v1 .mini-cart .cart_label, .header-v2 .mini-cart .cart_label {
    padding-right: 10px; }

  .header-v6 .main-navigation {
    text-align: left; }

  .box_form-app {
    padding: 35px 0 70px; }

  .slogan br {
    display: none; }

  .product-attribute {
    margin-top: 50px; }

  .fixed-header header.header-v4.site-header {
    padding-top: 0; }

  .style-2 .banner-content.banner-type-2 {
    padding: 60px 40px 40px; }
    .style-2 .banner-content.banner-type-2 .banner_icon {
      font-size: 130px; }

  .tes-slider2 .slick-dots li,
  .tes-slider .slick-dots li {
    margin-right: 64px !important; }

  .tes-slider2 .slick-dots li.slick-active a::before,
  .tes-slider .slick-dots li.slick-active a::before {
    width: 44px; }

  .content-404 {
    padding: 111px 30px 145px; }

  .subscribe_box .ult-content-box {
    margin-left: 0 !important; }

  .slide-tes_home .tes-slider .slick-dots {
    left: 50px; }

  .margin-des {
    margin: 0; }

  .box-contact_service {
    padding: 0 30px !important; }
    .box-contact_service .ultimate-map-wrapper {
      width: 56%;
      float: left; }
      .box-contact_service .ultimate-map-wrapper .ultimate_google_map {
        width: auto !important; }
    .box-contact_service .ult-content-box-container {
      width: 44%;
      float: left; }

  .testimonial-about {
    width: 100%; }

  .gallery_header .gallery_filter {
    width: 50%; }
  .gallery_header .gallery_desc {
    width: 50%; }

  .isotope[class*="col-"] .item {
    width: 33.33%; }

  .tes-slider2 .slick-dots {
    margin-top: 55px; }

  .video-about {
    padding: 70px 30px 0;
    position: static;
    width: 100%; }

  .cascade-slider_item.now .member-img::before, .cascade-slider_item.now .member-img::after {
    content: none; }

  .box-progressbar > .ult-content-box {
    margin: 0 !important; }

  .vc_progress_bar.custom-progress .vc_single_bar:last-child {
    margin-bottom: 60px !important; }

  .member-type1 .member-job {
    margin-bottom: 40px; }

  .cascade-slider_item.prev,
  .cascade-slider_item.next {
    margin-top: 65px; }

  .header-v6:not(.is-sticky) .right-header {
    margin-top: 26px; }

  .blog-list .blog-img, .blog-list .align_left,
  .blog-list .blog-item > figure {
    width: 100%;
    float: left; }
    .blog-list .blog-img img, .blog-list .align_left img,
    .blog-list .blog-item > figure img {
      width: 100%;
      height: auto; }

  .blog-list.list_s2 + .row .paginationtype-2 {
    padding-top: 45px;
    margin-bottom: 40px; }

  .blog-list .blog-post-info {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%; }

  header.is-sticky.header-v6 .right-header {
    margin-top: 0;
    top: 0; }

  header .header-v6 .right-header {
    top: 2px; }

  .header-user li {
    margin-right: 20px; }

  .header-v5 .btn-open-menu {
    padding-right: 15px; }
  .header-v5 .search-block-top .btn-search {
    padding-left: 10px;
    padding-right: 10px; }
  .header-v5 .left-header {
    margin-right: 15px; }

  .archive .content-primary:not(.col-md-12) .gallery-container {
    padding-left: 30px;
    padding-right: 30px; }

  .aio-icon.none {
    margin-left: 0; }

  .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel-title {
    line-height: 22px !important; }

  .footer .footer-v2 .footer_wrap .footer-office {
    padding-top: 90px; }

  .title-behind {
    width: 70%; }

  .vc_gitem-zone .vc-zone-link:after {
    left: 48.2%; }

  .title-blog-5 {
    top: 25px; }

  .single-product table.variations select {
    max-width: none; }

  .slider_style_2 .slider-desc p, .slider_style_1 .slider-desc p {
    font-size: 24px; }

  .gallery-grid-style2 .button-group button span {
    padding: 0 16px 0 0px; }

  .main-navigation {
    padding-left: 2px; }

  .mega-menu > li > a {
    padding: 15px 12px 14px; }

  .link-contact.main-bg {
    padding-left: 20px;
    padding-right: 20px; }

  .link-contact {
    padding: 11px 8px 11px;
    font-size: 13px; }

  .header-v3 {
    padding: 0 15px; }

  .header-v3:not(.is-sticky) .header-logo {
    padding: 25px 0; }

  .header-user li {
    margin-right: 30px; }

  .site-header.header-v3 .link-contact {
    padding: 8px 3px 22px;
    font-size: 12px; }
  .site-header.header-v3 .header-logo {
    margin: 0; }
  .site-header.header-v3 .mega-menu > li > a {
    padding-left: 7px !important;
    padding-right: 13px !important; }
  .site-header.header-v3 .header_center_menu {
    text-align: left; }
  .site-header.header-v3 .header-languages.dropdown-menu {
    margin-top: 0; }

  .min-height {
    height: 500px; }

  .min-height .arrowpress-heading,
  .min-height .blog-container,
  .min-height .btn-line {
    max-width: 560px;
    padding-left: 30px; }

  .min-height:first-child::before {
    margin-right: -50px;
    width: 100px; }

  .min-height.f-float:first-child::before {
    margin-left: -50px; }

  .padding-bigger {
    padding-left: 30px;
    padding-right: 30px; }

  .banner-type-6 {
    padding-left: 30px; }
    .banner-type-6 .banner-desc p {
      font-size: 34px;
      line-height: 38px; }
    .banner-type-6 .banner-desc h4 {
      font-size: 20px; }
    .banner-type-6 .banner-desc h5 {
      font-size: 22px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .mega-menu li:first-child .dropdown-menu {
    left: -12px; }

  .footer .footer-v3 .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form [type="submit"] {
    position: static;
    margin-top: 10px; }

  .footer .footer-v3 .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
    padding-right: 15px; }

  .paginationtype-2 li a {
    padding: 0 19px 0 16.5px; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  .site-header.header-v3 .header_center_menu {
    padding-right: 30px; }

  .header-v5:not(.is-sticky) {
    padding: 10px 0 11px; }

  .header-v1 {
    padding: 0 30px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .header-v6:not(.is-sticky) .main-navigation {
    padding: 32px 0 20px; }

  .widget_shopping_cart .widget_shopping_cart_content .buttons .button {
    padding-left: 14px;
    padding-right: 14px; }

  .woocommerce.columns-5 div.product-grid div.product,
  .woocommerce.columns-4 div.product-grid div.product {
    width: 33.33333%; }

  .header-v1 .mega-menu > li > a,
  .header-v6 .mega-menu > li > a,
  .header-v2 .mega-menu > li > a {
    padding: 26px 23px; }

  .cform_type1 .wpcf7-form > p:nth-child(5) {
    width: 17.3%; }
  .cform_type1 .wpcf7-form .wpcf7-submit {
    padding-left: 21px;
    padding-right: 21px; }

  .cform_type1 .wpcf7-form > p:nth-child(4) {
    width: 34.41%; }

  .banner_style_6 .img-banner > img {
    width: 100%; }

  .product-type-2 .owl-nav > div.owl-next {
    right: -15px; }

  .product-type-2 .owl-nav > div.owl-prev {
    left: -15px; }

  .brands-decor .slick-slider {
    margin: 0 !important; }

  .banner_style_4 .img-banner > img {
    width: 100%; }

  .testimonial-style4 .author-thumbnail {
    padding-bottom: 30px; }

  .title-border-after .title-heading-2.mokar-heading h2 {
    font-size: 26px; }

  .title-border-after .mokar-heading {
    margin-bottom: 0; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    width: 80%; }

  .about-desc .vc_column-inner > .wpb_wrapper {
    padding: 30px 30px 10px;
    width: 530px; }

  .slide-content .slide-desc {
    padding: 0 30px; }

  .yith-woocompare-widget .clear-all,
  .yith-woocompare-widget .compare.button {
    padding: 8px 18px; }

  .widget_nav_menu .menu-sticky {
    width: 200px; }

  .banner_style_5 .img-banner > img {
    width: 100%; }

  .testimonial-style4 .testimonial-content::before {
    top: -11px; }

  .testimonial-style4 .testimonial-content {
    padding-top: 10px; } }
@media (min-width: 992px) and (max-width: 1024px) {
  .title-video {
    margin-right: 225px; }

  .home-boxed .container {
    width: 870px; }

  .header-v1 {
    padding: 0 15px; }

  .design-decor-left {
    padding-right: 35px !important; }

  .prd-decor-action {
    font-size: 24px; }
    .prd-decor-action .btn-prd a {
      font-size: 24px; }

  .yith-woocompare-widget .clear-all, .yith-woocompare-widget .compare.button {
    padding: 8px 16px; }

  .blog-type-2 .blog-bottom {
    width: 78%; }

  .commentlist ul.children {
    margin-left: 30px; } }
@media (min-width: 992px) {
  .slider_height .rev_slider_wrapper, .slider_height .rev_slider {
    height: 699px !important; }

  .woocommerce-page .active-sidebar .widget:first-child {
    margin-top: 58px; }

  .mega-menu {
    display: inline-block !important; }

  .travel-tips .no-gutter-left .vc_column-inner {
    padding-right: 29px !important; }

  .mini-cart:hover .cart-block {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    visibility: visible;
    opacity: 1; }

  .search-block-top:hover .top-search {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible; }

  .no-gutter-left .vc_column-inner {
    padding-left: 0; }

  .add_gutter_left {
    padding-left: 16.5px; }

  .slider_type1 .slick-next.default.slick-arrow {
    right: -113px; }
  .slider_type1 .slick-prev.default.slick-arrow {
    left: -113px; }

  .col-pull-right {
    float: right;
    width: 50%; }
    .col-pull-right > .vc_column_container > .vc_column-inner {
      padding-left: 9px; }

  .gallery-grid-style2 .col-md-8 #filters {
    text-align: right;
    margin-right: -5px; }

  .destop-hide {
    display: none; }

  .single-gallery .gallery_left {
    width: 41.5%; }
  .single-gallery .gallery_right {
    width: 58.5%; }
  .single-gallery .gallery_single_3 {
    margin-bottom: 72px; }

  .col-md-15 {
    width: 20%; }

  .image-pos-left.col-md-15 {
    width: 40%; } }
@media (max-width: 1024px) {
  .cart-block {
    right: 0; }

  .banner-content.banner-type-2.b_without_image .banner-desc {
    border-bottom: 1px solid #ececec; }

  .slide-2 h2 {
    font-size: 48px; }

  .side-breadcrumb {
    margin-bottom: 80px; }

  .post-single, .blog-entries-wrap + .row .load-more {
    padding-bottom: 0; }

  .testimonial-content {
    width: 100%; }

  .testimonial-container .owl-nav .owl-prev {
    left: 5px; }
  .testimonial-container .owl-nav .owl-next {
    right: 5px; }

  #fp-nav.left {
    left: 15px; } }
@media (max-width: 991px) {
  #main > .container > .row {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    -ms-flex-direction: column;
    flex-flow: column; }
    #main > .container > .row .f-right.main-sidebar {
      -moz-box-ordinal-group: 1;
      -webkit-box-ordinal-group: 1;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    #main > .container > .row .left-sidebar {
      -moz-box-ordinal-group: 2;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }

  #page:not(.fixed-header) .header-v4 {
    padding: 0 15px; }

  .left-sidebar + .main-sidebar {
    margin-top: 50px; }

  .right-sidebar + .main-sidebar {
    margin-bottom: 50px; }

  .header-v4 .btn-open-menu {
    padding-top: 36px;
    font-size: 20px; }

  .search-block-top > .btn-search,
  .search-block-top .search_button {
    font-size: 20px; }

  .container-fluid.padding-bigger {
    padding-left: 15px;
    padding-right: 15px; }

  [class*="columns-"].product_archives.woocommerce {
    margin-top: 0; }

  .product_archives #options > .button-group {
    margin-bottom: 50px; }

  .product_archives {
    padding-bottom: 0; }

  .product-entries-wrap .item {
    padding-bottom: 30px; }

  .product-loadmore.load-more {
    padding-top: 0; }

  .call-desc {
    font-size: 22px;
    line-height: 30px; }

  .mokar-1.vertical {
    display: none !important; }

  .product_order .summary.entry-summary {
    margin-top: 0; }

  .instagram-container li {
    width: 20%; }

  .side-breadcrumb h1 {
    margin-top: 0; }

  .no-bg_mobile .upb_row_bg {
    background: none !important; }

  .title-video.title-left {
    margin-bottom: 100px !important; }

  .deal-of h3 {
    font-size: 28px; }

  .desc-newletter br {
    display: none; }

  .product-attribute {
    min-height: 100%;
    padding: 50px 30px 70px; }

  .slide-deal .slick-slider .slick-dots {
    bottom: 10px; }

  .filter-cate {
    margin-bottom: 50px; }

  .tp-caption {
    letter-spacing: 0 !important; }

  .member-img img {
    width: 100%; }

  .box-tt_progress,
  .box-progress_bar {
    width: 100% !important; }

  .vc_progress_bar.custom-progress .progress-bar-style2.vc_single_bar {
    margin: 0 30px 26px 214px !important; }

  .style-border {
    margin-top: 0px !important; }

  .side-breadcrumb h1 {
    letter-spacing: 0px;
    font-size: 58px;
    padding: 0; }

  .fro-fro .ubtn-ctn-left {
    position: static; }

  .fro-fro {
    padding-bottom: 30px; }

  .slide-tes_home .slick-list {
    float: right;
    margin-top: 0;
    width: 100%;
    padding-left: 30px; }

  .slide-tes_home .tes-slider .slick-dots {
    margin-left: 30px;
    margin-top: 50px !important;
    position: static; }

  .testimonial-home .arrowpress-heading {
    width: auto;
    float: none; }

  .tes-slider2 .slick-dots, .tes-slider .slick-dots {
    position: static;
    text-align: left;
    transform: none !important; }

  .pad-title {
    padding-left: 100px; }

  .box-contact_service .ultimate-map-wrapper {
    width: 100%; }
  .box-contact_service .ult-content-box-container {
    width: 100%; }

  .cascade-slider_item.now .member-img {
    width: 50%;
    margin: 0 auto; }

  .gallery-container .gallery_sort:last-child {
    margin-bottom: 0px !important; }

  .gallery_header .gallery_filter, .gallery_header .gallery_desc {
    width: 100%;
    text-align: left; }
  .gallery_header .gallery_filter {
    padding: 15px 0 25px; }

  .cascade-slider_arrow {
    top: 25%; }

  .search-block-top > .btn-search {
    font-size: 20px; }

  .header-v6:not(.is-sticky) .main-navigation {
    padding: 0; }
  .header-v6:not(.is-sticky) .right-header {
    margin-top: -6px; }
  .header-v6 .header-logo {
    padding-left: 0;
    padding: 15px; }
  .header-v6.is-sticky .right-header {
    top: 2px; }
  .header-v6 .search-block-top > .btn-search {
    padding: 28px 0 23px 20px; }
  .header-v6 .mega-menu {
    float: right;
    padding-right: 50px; }

  .header-v5:not(.is-sticky) {
    padding: 0; }
  .header-v5 .header-user {
    padding-top: 0;
    position: static;
    left: 0;
    top: auto;
    /* display: inline-block; */
    float: right;
    margin-top: -74px; }
    .header-v5 .header-user > a {
      padding: 24px 11px 24px;
      display: block;
      vertical-align: top;
      font-size: 17px;
      cursor: pointer; }
    .header-v5 .header-user .content-filter {
      position: absolute;
      background: #fff;
      border-top: 3px solid #4997ff;
      padding: 0 15px;
      right: 15px;
      left: 15px;
      top: 100%;
      margin: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -moz-transform: translateY(20px);
      -o-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .header-v5 .header-user .content-filter.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
  .header-v5 .mini-cart + .header-user {
    margin-right: 38px; }

  .header-v3 .header-user {
    padding-top: 15px; }

  .footer-v5 .footer_bottom {
    overflow: hidden; }
  .footer-v5 .footer-info {
    margin-bottom: 40px; }
  .footer-v5 .footer-copyright {
    margin-top: 50px; }

  .footer-v5 .footer-title {
    margin-top: 20px; }

  .footer-v6 .footer-newsletter {
    margin-bottom: 0; }

  .footer-v6 .footer-social {
    text-align: left; }

  .footer .footer-v6 .bottom-footer {
    padding-bottom: 50px;
    padding-top: 70px; }

  .box-pricing .ult_pricing_table_wrap.pricing_style2 {
    transform: none; }

  .box-services .banner-container {
    margin-bottom: 50px; }

  .box-contact_service .ultimate-map-wrapper.ult-adjust-bottom-margin {
    margin-bottom: 0 !important; }

  .box-pricing .ult_pricing_table_wrap {
    margin-bottom: 80px !important;
    min-width: 100% !important;
    width: 100%; }

  .box-pricing .ult_pricing_table_wrap.pricing_style2 {
    transform: none !important; }

  .upb_video-bg .video-controls i {
    font-size: 40px; }

  .cform_type1 .wpcf7-form > p {
    width: 100% !important;
    max-width: none; }

  .coming-subcribe .mc4wp-form input[type="email"],
  .coming-subcribe .mc4wp-form input[type="text"] {
    width: 34.598%; }

  .summary.entry-summary {
    margin-top: 50px; }

  .gallery-container {
    margin-bottom: -80px;
    margin-top: -80px;
    padding-bottom: 80px;
    padding-top: 80px; }

  #wpsl-result-list {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 20px; }

  #wpsl-gmap {
    width: 100%; }

  .coming-soon {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%); }

  .content-404 h1 {
    font-size: 100px; }

  .box-counter .ult-content-box {
    padding: 0 10px; }

  .children.dropdown-menu::before {
    content: none; }

  .no-margin {
    margin: 0 -15px !important; }

  .prd-decor {
    margin: 0; }

  .home-boxed {
    padding: 0; }

  .title-blog-5 {
    position: static;
    text-align: center;
    font-size: 60px; }
    .title-blog-5 span {
      font-size: 65px; }

  .product-type-2.prd_type3 .product-grid.col-4 .item:nth-child(-n+4) {
    border-top: 1px dotted #c6c6c6; }

  .product-type-2.prd_type3 .product-grid.col-4 .item:nth-child(-n+2) {
    border-top: none; }

  .header-logo {
    z-index: 99; }

  .product_archives.product-isotope .item {
    width: 33.333% !important; }

  .widget_recent_comments {
    padding-bottom: 0; }

  .widget_tag_cloud {
    padding-bottom: 0; }

  .wpb_content_element .widget_recent_comments ul {
    margin-bottom: 0; }

  .product-type-2.prd_type3 .product-grid .item:nth-child(2n) {
    border-right: none; }

  .content-box-first {
    margin-top: 0; }

  .btn-slide-bottom .slick-next, .btn-slide-bottom .slick-prev {
    margin-top: 30px; }

  .discover_more br {
    display: block; }

  .info-mokar {
    max-width: 90%; }

  .testimonial-style4 {
    margin-bottom: 40px; }

  .slider_style_1 {
    height: 100%; }

  .menu-bottom {
    display: none !important; }

  .padding-sm .owl-stage {
    padding: 0 !important; }

  address br {
    display: block; }

  .single-gallery .gallery_right {
    padding-top: 30px;
    margin-left: 0; }

  .footer .footer-v6 .address-bottom {
    margin: 40px 0 0; }

  .blog-full .blog-item .blog-img + .blog-post-info {
    margin-top: 0; }

  .blog-type-4 {
    margin-bottom: 50px; }

  .destop-hide.place-order {
    clear: both; }

  .woocommerce-cart .actions {
    margin-bottom: 30px; }
  .woocommerce-cart .hide-cross .shipping-total {
    margin-bottom: 22px; }

  .active-sidebar {
    margin-top: 50px; }
    .active-sidebar.left-sidebar {
      margin-top: 0; }

  .mobile-hide {
    display: none; }

  .cart_label {
    padding-bottom: 15px; }

  .woocommerce-order-received br,
  .slide-desc h4 br, .slide-2 br {
    display: block; }

  .coming-menu .btn-open {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999; }
  .coming-menu .mega-menu {
    top: 80px; }

  .social_list > ul {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 6px 13px 2px rgba(0, 0, 0, 0.4);
    display: none;
    left: 0;
    margin-top: 0;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 99999; }

  .woocommerce-checkout .order-review {
    margin-bottom: 30px; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    margin-top: 70px; }

  .wpb_revslider_element br {
    display: block; }

  .featured-product .item {
    width: 50%; }

  .isotope .item {
    width: 50% !important; }

  .col-md-6 > #options > .button-group {
    text-align: left; }

  .about-desc .vc_column-inner > .wpb_wrapper {
    padding: 50px;
    position: static;
    width: 100%;
    margin: 50px 0; }

  .ads-type-2 {
    margin-bottom: 30px;
    margin-top: 0; }

  .blog-type-3 .grid-item:last-child .blog-item {
    margin-bottom: 0; }
  .blog-type-3 .blog-item {
    margin-bottom: 30px; }

  .footer {
    padding-top: 70px; }

  .amount-content {
    text-align: center; }

  .grid-item:nth-of-type(1) .member-content,
  .grid-item:nth-of-type(2) .member-content {
    padding-bottom: 50px; }

  .about-desc .vc_column-inner > .wpb_wrapper {
    margin-top: 0; }

  .coupon {
    margin-bottom: 30px; }

  .border-primary {
    width: 650px; }

  .blog-full .blog-item .blog-post-info {
    margin: auto 0;
    width: 100%; }

  .slide-5.number-slide h2 {
    font-size: 48px;
    letter-spacing: 10px !important; }

  .instagram-gallery li {
    width: 25%; }

  #fp-nav.left {
    left: 15px; }

  .slide-content .slide-desc {
    padding: 0 30px; }
    .slide-content .slide-desc h4 {
      font-size: 30px; }
  .slide-content .number-slide h2 {
    font-size: 140px;
    margin-bottom: -75px; }

  .widget_recent_comments {
    padding-top: 0; }

  .blog-full .blog-item .blog-post-info {
    padding-left: 15px;
    padding-right: 15px; }

  .footer-v1 .mc4wp-form-fields > button {
    margin-right: 0; }

  .single-product .comment-form {
    width: 100%; }

  .widget_nav_menu .menu-sticky {
    padding-bottom: 0;
    position: static;
    width: 100%; }

  .product-type-2 .item {
    width: 50%; }

  .slide-best-deals .ult_countdown,
  .wpb_row .wpb_column .wpb_wrapper .ult_countdown {
    margin-left: 80px !important; }

  #wpsl-result-list {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 20px; }

  #wpsl-gmap {
    width: 100%; }

  .header-v3 {
    padding: 0; }
    .header-v3 .right-header {
      margin-top: 13px; }

  .header-user {
    padding-top: 17px; }
    .header-user li {
      font-size: 14px;
      margin-right: 17px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .resv-text {
    display: none; }

  .center_element {
    min-height: 100px; }

  .mc4wp-form [type="submit"] {
    width: 19%; }

  .mini-cart i, .header-wishlist i {
    font-size: 24px; }

  .megamenu .dropdown-menu {
    padding: 21px 2px 24px;
    width: 90%; }

  .header-languages.dropdown-menu {
    padding: 10px 15px;
    left: auto;
    right: 0;
    margin-top: 16px; }

  .mc4wp-form input[type="email"], .mc4wp-form input[type="text"] {
    margin-right: 2px; } }
@media (min-width: 768px) {
  .header-v1 .mega-menu > li > a, .header-v6 .mega-menu > li > a, .header-v2 .mega-menu > li > a {
    padding: 26px 27px 26px; }

  .btn_slider_1 {
    padding: 16px 28px 13px !important;
    text-transform: uppercase !important;
    border-radius: 4px;
    font-size: 15px !important;
    letter-spacing: 1.6px !important; }
    .btn_slider_1.btn_black {
      background: #212425 !important; }
      .btn_slider_1.btn_black:hover {
        background: #fff !important;
        color: #212425 !important; }

  .mega-menu .megamenu .dropdown-menu .children li a {
    padding-top: 4px;
    padding-bottom: 4px; }

  .mega-menu > li > a > .tip {
    margin: 0;
    position: absolute;
    left: 35px;
    text-transform: none;
    top: -5px; }
    .mega-menu > li > a > .tip:before {
      position: absolute;
      content: "";
      left: 3px;
      top: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 3px 0 3px;
      border-color: #ff0000 transparent transparent; }

  .header-v1 .mega-menu > li > a > .tip,
  .header-v2 .mega-menu > li > a > .tip,
  .header-v6 .mega-menu > li > a > .tip {
    right: 15px;
    left: auto;
    top: 10px; }

  .header-v6 .mega-menu {
    display: inline-block !important; }

  .city-villa > .vc_column_container > .vc_column-inner > .wpb_wrapper {
    padding: 0 15px; }

  .nav-sections {
    width: 100% !important; }

  .mega-menu .dropdown-menu li a {
    padding: 10px 20px; }

  .mega-menu .dropdown-menu {
    margin-top: 0;
    margin-left: 0; }

  .header-v3 .header_right_link, .header-v3 .header-v3 .header_center_menu {
    display: inline-block !important; }
  .header-v3 .nav-sections-2 {
    position: relative; }
    .header-v3 .nav-sections-2 .header_center_menu {
      width: 100%; }
      .header-v3 .nav-sections-2 .header_center_menu > nav {
        width: 100%; }
    .header-v3 .nav-sections-2 .header_right_link {
      position: absolute;
      right: 0;
      top: 0;
      padding-right: 0;
      z-index: 999; }

  .container > .vc_column_container.vc_col-sm-12 > .vc_column-inner {
    padding: 0; }

  .single_prd_style3 .media .images .row > .col-md-10.f_right {
    width: 83.05%; }
  .single_prd_style3 .media .images .row > .col-md-2 {
    padding-right: 13px; }

  .header-v2 .main-navigation,
  .header-v1 .main-navigation {
    position: relative; }

  .cart-block {
    max-height: 410px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .header-v1 .mega-menu > li > a,
  .header-v6 .mega-menu > li > a,
  .header-v2 .mega-menu > li > a {
    padding: 26px 10px 22px; }
    .header-v1 .mega-menu > li > a:before,
    .header-v6 .mega-menu > li > a:before,
    .header-v2 .mega-menu > li > a:before {
      content: none; }

  .header-v6 .right-header {
    right: 0; }

  .hidden-768 {
    display: none; }

  .header-v6 .search-block-top > .btn-search {
    padding: 26px 0 20px 20px; }

  .align-right .vc_column-inner {
    padding-right: 39px !important; }

  .footer-office-content.fr_col2 {
    padding-left: 0;
    padding-right: 0; }

  .commentlist ul.children {
    margin-left: 30px; }

  .vc_row.vc_row-flex > .container {
    width: 750px; }

  .columns-1 .product-list .item {
    width: 100% !important; }

  .product-list .product-image {
    width: 250px; }

  .header-v2,
  .header-v1 {
    padding: 0 15px; }
    .header-v2:not(.is-sticky) .main-navigation,
    .header-v2 .header-right,
    .header-v1:not(.is-sticky) .main-navigation,
    .header-v1 .header-right {
      margin-top: 0; }
    .header-v2.is-sticky .header-logo,
    .header-v1.is-sticky .header-logo {
      padding: 16px 0; }
    .header-v2.is-sticky .mega-menu > li > a,
    .header-v1.is-sticky .mega-menu > li > a {
      padding-bottom: 22px; }
    .header-v2.is-sticky .search-block-top > .btn-search,
    .header-v1.is-sticky .search-block-top > .btn-search {
      padding-bottom: 21px; }
    .header-v2 .header-logo,
    .header-v1 .header-logo {
      float: none;
      padding-top: 15px;
      padding-bottom: 18px;
      text-align: center; }
      .header-v2 .header-logo img,
      .header-v1 .header-logo img {
        height: 100%;
        width: auto; }
    .header-v2 .mega-menu > li > a,
    .header-v1 .mega-menu > li > a {
      font-size: 12px; }
    .header-v2 .main-navigation,
    .header-v1 .main-navigation {
      padding-left: 12px;
      margin-bottom: -8px; }
    .header-v2 .mega-menu > li > a,
    .header-v1 .mega-menu > li > a {
      padding-left: 11px;
      padding-right: 11px;
      text-transform: uppercase;
      letter-spacing: 0;
      font-size: 14px; }
      .header-v2 .mega-menu > li > a:before,
      .header-v1 .mega-menu > li > a:before {
        content: none; }
    .header-v2 .cart-block,
    .header-v1 .cart-block {
      margin-top: -2px; }

  .search-block-top .btn-search {
    padding-bottom: 19px;
    padding-top: 27px; }

  .header-v6 .header-myaccount,
  .header-v2 .header-myaccount {
    padding: 28px 0 20px 10px; }

  .header-v6.is-sticky .header-myaccount,
  .header-v2.is-sticky .header-myaccount {
    padding-bottom: 23px; }

  .search-block-top > .btn-search {
    font-size: 20px; }

  .search-block-top .btn-search {
    display: block;
    padding-right: 4px;
    position: relative; }

  .mega-menu > li > a {
    font-size: 13px; }

  .scroll-down a:before {
    margin-top: 35px;
    left: -8px; }

  .main-images img {
    width: 100%;
    height: auto; }

  .ads-content .ads_icon {
    top: -9px; }

  .banner-desc h3 {
    white-space: nowrap; }

  .blog-type-2 .blog-bottom {
    width: 73%; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    width: 80%; }

  .prev-btn, .next-btn {
    max-width: 69px;
    margin: 0 auto;
    text-align: center; }

  .next-btn {
    left: 12px; }

  .prev-btn {
    margin-bottom: 20px; }

  .last-col .wpb_wrapper {
    margin: 0 -15px; }
    .last-col .wpb_wrapper > div:nth-of-type(3) {
      display: none !important; }
  .last-col .banner-container {
    float: left;
    padding: 0 15px;
    width: 50%; } }
@media (max-width: 782px) {
  .logged-in.admin-bar .header-v2:not(.is-sticky) .main-navigation,
  .logged-in.admin-bar .site-header.is-sticky, .logged-in.admin-bar .header-v4:not(.is-sticky) .main-navigation {
    top: 46px; }
  .logged-in.admin-bar .header-v4.is-sticky .main-navigation {
    top: 0; }

  .logged-in.admin-bar .fixed-header header.header-v1:not(.is-sticky),
  .logged-in.admin-bar .fixed-header header.header-v2:not(.is-sticky) {
    top: 46px; }

  .special-cart-open.logged-in.admin-bar .mini-cart-special .cart-block {
    top: 26px; }

  html.nav-open {
    margin-top: 0 !important; }

  .openmenu .admin-bar .header-v5 .main-navigation,
  .openmenu .admin-bar .header-v3 .main-navigation {
    top: 46px; } }
@media (min-width: 641px) {
  .blog-list .blog-video iframe {
    height: 100%; } }
@media (min-width: 481px) and (max-width: 766px) {
  .header-v3 .mega-menu {
    max-height: 245px;
    overflow: auto; }

  .popup_holder .popup {
    height: 255px;
    padding: 15px;
    top: 57%;
    width: 80%; }

  .desc-slide {
    height: 40px;
    overflow: hidden;
    margin-top: 20px; } }
@media (max-width: 767px) {
  .hvr-skew-forward, .hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active,
  .hvr-pulse, .hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active,
  .banner-content.banner-type1:hover .hvr-skew-forward,
  .member-type2:hover .hvr-bounce-to-bottom:before,
  .slide-blog .blog-item img,
  .slide-blog .blog-item:hover img,
  .banner-content.text-center:before, .banner-content.text-left:before, .banner-content.text-right:before,
  .gallery-entries-wrap .figcaption .info.author,
  .gallery-entries-wrap .figcaption .gallery_title h4,
  .gallery-entries-wrap .figcaption .info.category > a,
  .gallery-entries-wrap .figcaption:hover .post_body,
  .gallery-entries-wrap .figcaption:hover .gallery-img img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

  header .header-wrapper .main-navigation ul.mega-menu li a:hover,
  header .header-wrapper .main-navigation ul.mega-menu li ul li a:hover {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

  .nav-open .overlay3 {
    opacity: 1;
    width: 32px;
    right: 0;
    left: auto;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center; }

  .header-v6 .right-header {
    right: 60px; }

  .min-height .arrowpress-heading, .min-height .blog-container, .min-height .btn-line {
    padding-left: 15px;
    padding-right: 15px; }

  .min-height.height-blog .vc_column-inner {
    background: none !important; }

  .header-v3 .right-header .header-user .content-filter {
    left: auto;
    right: 0;
    width: 150px; }
    .header-v3 .right-header .header-user .content-filter.active {
      left: auto;
      right: 0; }

  .banner-content.text-center:before, .banner-content.text-left:before, .banner-content.text-right:before {
    content: none !important; }

  .banner-content.banner-type-2:hover .banner-desc p {
    color: #888 !important; }

  .banner-content.banner-type-2:hover .banner-title h3,
  .banner-content.banner-type-2:hover .banner_icon,
  .banner-content.banner-type-7:hover .banner-title h3,
  .banner-content.banner-type-7:hover .banner_icon {
    color: #4997ff; }

  .banner-content.banner-type-7:hover .banner-desc {
    color: #888; }

  .bg-service_mb .banner-title h3,
  .bg-service_mb .banner-content.banner-type-2 .banner_icon,
  .bg-service_mb .banner-content.banner-type-2:hover .banner_icon,
  .bg-service_mb .banner-content.banner-type-2:hover .banner-title h3 {
    color: #212425 !important; }

  .banner-content.banner-type-2:hover .banner-title h5 {
    color: #4997ff !important; }

  .bg-service_mb .banner-content.banner-type-2 {
    background: #eaf3ff; }

  .style-2 .banner-content.banner-type-2 .banner-title h3 {
    color: #212425 !important; }

  .banner-content.banner-type-2 .banner-desc {
    color: #888 !important; }

  .style-2 .banner-content.banner-type-2 .banner-title h5 {
    color: #4997ff !important; }

  .style-2 .banner-content.banner-type-2 .banner_icon {
    color: #eaf3ff !important;
    opacity: 1; }

  .gallery-entries-wrap .figcaption .post_body {
    position: static;
    opacity: 1;
    transition: none;
    transform: none; }

  .banner-content.banner-type-7 {
    display: block; }

  .animated,
  .our-gallery-sc.animated,
  .banner-content.banner-type-3:hover .hvr-pulse,
  .animated.fadeInUp {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; }

  .animated {
    visibility: visible; }

  .min-height.height-blog {
    height: 100%;
    min-height: 100%;
    padding-top: 50px; }

  .tes-slider2 .item_testimonial {
    padding-left: 0; }

  .mega-menu li ul.dropdown-menu li .dropdown-toggle {
    display: none; }

  .header-v1 .search-block-top .btn-search {
    padding-top: 35px; }

  .video-about {
    padding-left: 15px;
    padding-right: 15px; }

  .header-v3 .header-user {
    padding-top: 0;
    position: static;
    left: 0;
    top: auto;
    display: inline-block;
    vertical-align: top; }
    .header-v3 .header-user li {
      display: block;
      margin: 0; }
      .header-v3 .header-user li a {
        padding: 6px 0 0; }
    .header-v3 .header-user ul {
      padding: 10px 0 18px;
      text-align: left; }
    .header-v3 .header-user > a {
      padding: 27px 12px 22px 0;
      display: block;
      vertical-align: top;
      font-size: 17px;
      cursor: pointer; }
    .header-v3 .header-user .content-filter {
      position: absolute;
      background: #fff;
      border-top: 3px solid #4997ff;
      padding: 0 15px;
      right: 15px;
      left: 15px;
      top: 100%;
      margin: 0;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -moz-transform: translateY(20px);
      -o-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -webkit-transform: translateY(20px);
      transform: translateY(20px);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .header-v3 .header-user .content-filter.active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none; }
  .header-v3 .mini-cart + .header-user {
    margin-right: 5px; }

  .header-v1 .search-block-top .search-holder > .btn-search {
    padding-top: 32px; }
  .header-v1.is-sticky .search-block-top .search-holder > .btn-search {
    padding-top: 25px; }

  .header-v2 .mega-menu .dropdown-menu, .header-v1 .mega-menu .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    pointer-events: auto;
    display: block;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    border: none;
    padding: 0 0 0 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .header-v2 .mega-menu .dropdown-menu .dropdown-menu, .header-v1 .mega-menu .dropdown-menu .dropdown-menu {
      border-top: none; }
  .header-v2 #menu .mega-menu li .caret, .header-v1 #menu .mega-menu li .caret {
    display: none; }
  .header-v2 #menu .mega-menu > li > a, .header-v1 #menu .mega-menu > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .header-v2 #menu .mega-menu > li:first-child a, .header-v1 #menu .mega-menu > li:first-child a {
    border: none; }

  .header-v2 .mega-menu .dropdown-menu {
    border-top: 1px solid #5c5c5c; }
  .header-v2 #menu .mega-menu > li > a {
    background: rgba(255, 255, 255, 0.03); }
  .header-v2 #menu .mega-menu li .caret {
    display: none; }
  .header-v2 .section-nav-title li {
    background: rgba(0, 0, 0, 0.3); }

  p br, h3 br {
    display: none; }

  .header-v1, .header-v6, .header-v2 {
    padding: 0; }

  .slide-tes_home .tes-slider .slick-dots {
    margin-top: 25px !important; }

  .footer .footer-v5 .footer-copyright {
    margin-top: 45px; }

  .footer-v5 .footer-info {
    margin-bottom: 20px; }

  .footer .footer-social li:last-child {
    padding-right: 0; }
  .footer .footer-social li:first-child {
    padding-left: 0; }

  .header-v1 .search-block-top .btn-search {
    padding-right: 0; }

  .product-attribute {
    padding: 50px 15px 70px; }

  .rev-btn {
    padding: 10px 18px 9px !important;
    font-size: 12px !important; }
    .rev-btn a {
      letter-spacing: 0 !important; }

  .btn-line.rev-btn {
    padding-left: 63px !important; }

  .revolution-carosel .tp-revslider-slidesli.active-revslide::after,
  .revolution-carosel .tp-revslider-slidesli.active-revslide::before {
    content: none; }

  .slogan p {
    font-size: 20px;
    line-height: 28px; }

  .banner-container.style-3 {
    width: 100%; }

  .header-v6 .right-header .search-block-top {
    position: static; }
    .header-v6 .right-header .search-block-top .top-search {
      right: -20px; }
  .header-v6 .kad-header-menu {
    padding: 0; }
  .header-v6 .mega-menu {
    display: none;
    width: auto;
    padding-right: 0;
    padding-top: 10px;
    overflow: scroll;
    height: 250px; }

  header:not(.is-sticky).header-v6 .search-block-top .btn-search {
    padding: 30px 20px 19px; }

  .fixed-header header.header-v4.site-header {
    padding: 0; }

  .style-border {
    display: none; }

  .f-float.wpb_column {
    float: none; }

  .min-height.f-float:first-child::before {
    content: none; }

  .post-single .blog_post_desc blockquote {
    font-size: 16px;
    padding: 0 0 0 30px;
    margin-top: 12px; }
    .post-single .blog_post_desc blockquote p {
      line-height: 26px; }
    .post-single .blog_post_desc blockquote:before {
      left: 0; }
  .post-single .blog-post-info {
    padding: 25px 20px 40px; }

  .vc_progress_bar.custom-progress .progress-bar-style2.vc_single_bar {
    margin: 0 15px 26px 200px !important; }

  .btn_slider_1 {
    padding: 13px 22px 11px !important; }

  .breadcrumb-container {
    height: 280px; }

  .category .wrapper, .blog .wrapper {
    padding-top: 0; }

  .slick-prev {
    right: auto !important;
    left: 15px !important;
    top: 0 !important; }

  .slick-next {
    right: auto !important;
    top: 0 !important;
    left: 95px !important; }

  .testimonial-home2 .tes-slider2 {
    padding: 80px 50px 0 30px; }

  .title-ct .uvc-sub-heading br {
    display: none; }

  .tes-slider2 .slick-dots li, .tes-slider .slick-dots li {
    margin-right: 50px !important; }

  .tes-slider2 .slick-dots li.slick-active a::before, .tes-slider .slick-dots li.slick-active a::before {
    width: 44px; }

  .testimonial-home2 .tes-slider2 .slick-dots {
    margin-top: 50px; }

  .testimonial-home2 .tes-slider2 .slick-dots,
  .testimonial-ques .tes-slider2 .slick-dots {
    text-align: left; }

  .pad-title {
    padding-left: 15px; }

  .slide-blog {
    margin-top: 50px; }

  .slide-blog .slick-next, .slide-blog .slick-prev {
    margin-top: -60px !important; }

  .testimonial-ques .tes-slider2 .slick-dots {
    margin-top: 0; }

  .head-title {
    margin-bottom: 25px; }

  .arrowpress-heading .desc-title {
    margin-bottom: 40px; }

  .banner-content.banner-type1 .banner-desc {
    margin-top: 20px; }

  .box-contact_service .ult-content-box {
    padding: 60px 30px 60px 30px !important;
    margin: 0 !important; }

  .vc_progress_bar.custom-progress .vc_single_bar,
  .vc_progress_bar.custom-progress .vc_single_bar:last-child {
    margin-bottom: 80px !important; }

  .header-v6 .header-logo {
    padding: 24px 15px; }
    .header-v6 .header-logo img {
      width: calc(100%/1.5); }
  .header-v6 .btn-open {
    left: auto;
    position: absolute;
    right: 0;
    top: 42px; }
  .header-v6 .mega-menu {
    border-top: 2px solid #4997ff;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2); }
  .header-v6 .search-block-top > .btn-search {
    padding-right: 18px;
    padding-bottom: 18px;
    margin-right: 10px; }
  .header-v6.is-sticky .search-block-top > .btn-search {
    padding: 24px 19px 17px; }
  .header-v6.is-sticky .header-logo {
    padding: 19px 15px; }
  .header-v6.is-sticky .btn-open {
    top: 36px; }

  .header-v5 .header-logo {
    left: 50%;
    position: absolute;
    top: -75px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .header-v5 .mini-cart {
    position: absolute;
    right: 15px;
    top: -80px; }
  .header-v5 .search-block-top > .btn-search {
    font-size: 20px; }

  .is-sticky.header-v5 .search-block-top > .btn-search {
    padding: 26px 10px 21px; }

  .footer .footer-v5 .footer-social {
    text-align: left; }

  .footer .footer-v5 .bottom-footer {
    padding-top: 80px; }

  .footer .footer-v4 .widget_text {
    margin-top: 35px; }

  .footer .footer-v3 .footer-social {
    margin-bottom: 20px;
    text-align: left; }

  .footer .footer-v3 .bottom-footer {
    padding-top: 60px;
    padding-bottom: 40px; }

  .footer-v3 .footer-newsletter {
    margin-bottom: 0; }

  .footer .footer-v2 .text-left {
    text-align: center; }
  .footer .footer-v2 .footer-copyright {
    float: none; }
  .footer .footer-v2 .footer-social {
    margin-top: 10px;
    margin-bottom: 0;
    float: none;
    text-align: center; }

  .arrows-custom .slick-arrow.btn-prev {
    left: 10px; }

  .arrows-custom .slick-arrow.btn-next {
    right: 10px; }

  .header-user li {
    padding: 0; }

  .header-v2 {
    padding: 0; }
    .header-v2.is-sticky .nav-sections {
      top: 46px; }

  .search-block-top .btn-search {
    font-size: 20px; }

  .header-v3 .header-user {
    padding-bottom: 0;
    padding-top: 0; }

  .header-v2 .header-right,
  .header-v1 .header-right {
    margin-top: 0; }

  .footer .footer-social {
    margin-bottom: 20px;
    text-align: center; }

  .footer .footer-copyright {
    text-align: center; }

  .footer .bottom-footer {
    padding: 50px 0; }

  .arrowpress-heading .desc-title {
    font-size: 26px;
    margin-top: 0; }

  .box-services .banner-container {
    width: 33.33%; }

  .content-404 h2 {
    font-size: 150px;
    margin-bottom: 0; }

  .wpcf7-not-valid-tip {
    margin-top: 3px; }

  .coming-soon-container {
    height: auto !important; }

  .mega-menu .dropdown-menu li {
    border-bottom: 0; }
    .mega-menu .dropdown-menu li a:hover {
      background: transparent; }

  .mega-menu .open .dropdown-menu {
    border-color: transparent !important; }

  .mega-menu li.megamenu:hover > .children {
    -webkit-transform: translateX(0%) translate3d(0px, 0px, 0px);
    -moz-transform: translateX(0%) translate3d(0px, 0px, 0px);
    -ms-transform: translateX(0%) translate3d(0px, 0px, 0px);
    -o-transform: translateX(0%) translate3d(0px, 0px, 0px);
    transform: translateX(0%) translate3d(0px, 0px, 0px); }

  .blog-grid .blog-video iframe {
    height: 350px; }

  .vc_row.vc_row-flex > .container {
    width: 100%; }

  .item_testimonial .caption_testimonial {
    padding: 0; }

  .is-sticky .search-block-top > .btn-search {
    padding: 15px 20px; }

  .author-box {
    padding-left: 0; }

  .content-404 {
    position: static;
    transform: none;
    width: 100%;
    padding: 100px 0; }

  .product-list .product-image {
    margin: 0 0 30px;
    width: 100%;
    float: none; }

  .product-tab .nav-tabs {
    width: 200px; }

  .single-product .products > h2 {
    padding-top: 30px; }

  .banner-content.text-center .img-banner img {
    width: 100%;
    height: auto; }

  #error-page .coming-subcribe {
    padding: 30px; }

  .coming-soon {
    position: static;
    transform: none;
    padding-bottom: 50px; }

  .coming-footer {
    position: static; }

  .coming-subcribe .mc4wp-form input[type="email"],
  .coming-subcribe .mc4wp-form input[type="text"] {
    text-align: center;
    width: 100%; }

  .xs_t_left {
    text-align: left; }

  .social-list a:first-child {
    padding-left: 0; }

  .gallery-container {
    margin-bottom: -50px;
    margin-top: -50px;
    padding-bottom: 50px;
    padding-top: 50px; }

  .archive .content-primary:not(.col-md-12) .gallery-container {
    padding-right: 0;
    padding-left: 0; }

  .box-counter .stats-block {
    width: 50%; }

  .title-behind {
    width: 90%; }

  .set_max_width .uvc-sub-heading {
    padding: 0 15px; }

  .no-gutter .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .center_element .wpb_wrapper {
    position: relative;
    top: 0;
    -moz-transform: translateY(-50%);
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
  .center_element.vc_column_container > .vc_column-inner {
    padding-top: 0 !important; }

  .side-breadcrumb {
    margin-bottom: 50px; }
    .side-breadcrumb h1 {
      font-size: 48px;
      letter-spacing: 0; }

  .footer {
    padding-top: 50px; }

  .blog-content.blog-grid {
    margin-bottom: 30px; }

  .ult-responsive.ult_countdown.countdown-decor {
    margin-left: 95px !important; }

  .footer .footer-v2 .footer_wrap .bottom-footer {
    padding-bottom: 30px; }

  .hidden_bg_xs {
    background: none !important; }
    .hidden_bg_xs .upb_row_bg {
      background: none !important; }

  .mc4wp-form input[type="email"], .mc4wp-form input[type="text"] {
    width: 100%;
    max-width: none;
    margin-bottom: 10px; }

  .slick-initialized .slick-slide {
    max-width: 100%; }

  .header-v2.is-sticky .main-navigation,
  .header-v1.is-sticky .main-navigation {
    -webkit-animation: none;
    -ms-animation: none;
    animation: none; }

  header.header-v1:not(.is-sticky) .btn-open,
  header.header-v2:not(.is-sticky) .btn-open {
    margin-top: -5px; }
  header.header-v1:not(.is-sticky) .mini-cart .cart_label,
  header.header-v2:not(.is-sticky) .mini-cart .cart_label {
    padding-bottom: 21px; }
  header.header-v1.is-sticky .btn-open,
  header.header-v2.is-sticky .btn-open {
    margin-top: 4px; }
  header.header-v1.is-sticky .mini-cart .cart_label,
  header.header-v2.is-sticky .mini-cart .cart_label {
    padding-bottom: 17px; }
  header.header-v1.is-sticky .search-holder > .btn-search,
  header.header-v2.is-sticky .search-holder > .btn-search {
    padding-bottom: 18px; }

  header.header-v3.site-header {
    max-height: none !important; }
    header.header-v3.site-header .header-wrapper.xs-4-col .btn-open {
      width: 25%; }
    header.header-v3.site-header .link-contact {
      display: none; }
    header.header-v3.site-header .top-search button.btn-search {
      margin-top: 15px; }
    header.header-v3.site-header .top-search .search-field {
      background: #fff; }
    header.header-v3.site-header.is-sticky .search-block-top > .btn-search {
      padding: 28px 20px 22px; }
    header.header-v3.site-header.is-sticky .header-logo {
      padding-top: 11px; }
    header.header-v3.site-header .header-logo {
      padding-top: 20px;
      text-align: left;
      position: absolute;
      top: 5px; }

  .left_side_menu .dropdown-menu .dropdown-menu {
    right: 0; }

  .nav-sections-2 .header_center_menu, .nav-sections-2 .header-account {
    background: #fff none repeat scroll 0 0;
    padding: 10px 15px !important;
    position: absolute;
    top: 100%;
    border-top: 3px solid #4997ff;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 999;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .nav-sections-2 .header_center_menu.active, .nav-sections-2 .header-account.active {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translateY(0px);
      transform: translateY(0px); }

  .hs2-border-tab {
    border-right: 1px solid rgba(255, 255, 255, 0.1); }

  .mega-menu li .caret {
    top: 3px;
    padding-top: 9px;
    z-index: 99999;
    height: 38px;
    width: 36px; }

  .header-v4:not(.is-sticky) .header-logo img {
    width: auto; }

  .header-v1 .mini-cart .cart_label,
  .header-v2 .mini-cart .cart_label {
    padding-right: 0;
    padding-left: 10px; }

  .header-v2 #site-navigation,
  .header-v1 #site-navigation {
    position: static;
    background: none; }
  .header-v2 .header-right,
  .header-v1 .header-right {
    position: absolute;
    right: 15px;
    top: 0;
    width: auto; }
  .header-v2 .search-block-top > .btn-search,
  .header-v1 .search-block-top > .btn-search {
    padding: 31px 0 27px 5px; }
  .header-v2 .header-myaccount,
  .header-v1 .header-myaccount {
    padding: 25px 0 25px 15px;
    display: none; }
  .header-v2 .header-logo,
  .header-v1 .header-logo {
    padding: 24px 0; }
  .header-v2.is-sticky .header-myaccount,
  .header-v1.is-sticky .header-myaccount {
    padding: 25px 0 25px 15px; }
  .header-v2.is-sticky .search-block-top > .btn-search,
  .header-v1.is-sticky .search-block-top > .btn-search {
    padding-bottom: 23px;
    padding-top: 28px; }

  .header-v2.is-sticky .search-block-top > .btn-search, .header-v2.is-sticky .search-holder > .btn-search {
    padding-bottom: 21px;
    padding-top: 25px; }
  .header-v2 .search-block-top > .btn-search, .header-v2 .search-holder > .btn-search {
    padding: 36px 0 27px 5px; }
  .header-v2 .search-block-top .top-search {
    right: -5px; }

  .header-v2.site-header,
  .header-v1.site-header {
    max-height: 89px; }
    .header-v2.site-header.is-sticky,
    .header-v1.site-header.is-sticky {
      max-height: 80px; }
      .header-v2.site-header.is-sticky .languges-flags,
      .header-v1.site-header.is-sticky .languges-flags {
        top: 53%;
        padding-top: 27px;
        padding-bottom: 27px; }
      .header-v2.site-header.is-sticky .header-logo,
      .header-v1.site-header.is-sticky .header-logo {
        height: auto;
        float: none;
        margin: 0 auto; }
    .header-v2.site-header .header-top,
    .header-v1.site-header .header-top {
      padding: 5px 15px 0; }
    .header-v2.site-header .languges-flags,
    .header-v1.site-header .languges-flags {
      border-left: none;
      right: 4px;
      top: 50%;
      padding: 36px 20px; }
      .header-v2.site-header .languges-flags + .mini-cart,
      .header-v1.site-header .languges-flags + .mini-cart {
        right: 63px; }
        .header-v2.site-header .languges-flags + .mini-cart + .search-block-top,
        .header-v1.site-header .languges-flags + .mini-cart + .search-block-top {
          left: 36px;
          right: auto;
          margin-top: 2px; }
      .header-v2.site-header .languges-flags + .search-block-top,
      .header-v1.site-header .languges-flags + .search-block-top {
        right: 46px; }
    .header-v2.site-header .header-top .top-link,
    .header-v1.site-header .header-top .top-link {
      padding-right: 60px;
      text-align: left;
      margin: 0 -15px;
      padding-top: 5px; }
      .header-v2.site-header .header-top .top-link .customlinks,
      .header-v1.site-header .header-top .top-link .customlinks {
        padding: 0 15px; }
    .header-v2.site-header .top-link,
    .header-v1.site-header .top-link {
      padding-right: 30px;
      text-align: left;
      margin: 5px -12px 0; }
    .header-v2.site-header .btn-open:hover,
    .header-v1.site-header .btn-open:hover {
      color: #fff; }
    .header-v2.site-header .right-header,
    .header-v1.site-header .right-header {
      left: 15px; }
    .header-v2.site-header .cart-block,
    .header-v1.site-header .cart-block {
      left: 0; }
    .header-v2.site-header .header-logo,
    .header-v1.site-header .header-logo {
      float: none;
      height: auto;
      width: 100%;
      text-align: center; }
      .header-v2.site-header .header-logo img,
      .header-v1.site-header .header-logo img {
        max-height: 65px; }

  #page:not(.fixed-header) .header-v4 {
    padding: 0; }

  .header-v2 .header-languages.dropdown-menu, .header-v1 .header-languages.dropdown-menu {
    right: 0;
    left: auto; }
  .header-v2 .mini-cart .cart-block, .header-v1 .mini-cart .cart-block {
    left: auto;
    right: 1px; }
  .header-v2 .top-search, .header-v1 .top-search {
    right: 0; }

  header {
    position: relative; }

  .section-nav-title:before, .section-nav-title:after {
    content: "";
    display: table; }
  .section-nav-title:after {
    clear: both; }
  .section-nav-title li {
    border: solid #5c5c5c;
    border-width: 0 0 1px 0px;
    box-sizing: border-box;
    height: 71px;
    text-align: center;
    width: 50%;
    background: #4997ff;
    float: left; }
    .section-nav-title li a {
      text-transform: uppercase;
      color: #212425;
      display: block;
      height: 100%;
      padding-top: 24px; }
      .section-nav-title li a:hover, .section-nav-title li a.active {
        background: #4d4d4d; }

  .btn-open {
    color: #fff;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

  .mega-menu {
    width: 100%; }
    .mega-menu li {
      width: 100%;
      position: relative; }
      .mega-menu li .caret {
        display: block; }
      .mega-menu li a {
        padding: 12px 0 !important; }
        .mega-menu li a .icon-next {
          display: none; }
        .mega-menu li a:before, .mega-menu li a:after {
          content: none !important; }
      .mega-menu li ul li ul {
        display: block; }
    .mega-menu > li:first-child a {
      border: none; }
    .mega-menu > li > a {
      border: none;
      color: #939393 !important;
      padding: 12px 20px !important;
      border-top: 1px solid #5c5c5c; }
      .mega-menu > li > a:before {
        content: none; }
      .mega-menu > li > a:hover {
        background: none !important; }
    .mega-menu .open .dropdown-menu {
      display: block;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -o-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px);
      opacity: 1;
      visibility: visible;
      border: none;
      padding: 0 0 0 35px;
      border-top: 1px solid #5c5c5c; }
      .mega-menu .open .dropdown-menu .dropdown-menu {
        padding-left: 15px; }
    .mega-menu .dropdown-menu {
      background: none;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      width: 100%;
      position: relative;
      left: 0 !important;
      top: 0 !important;
      display: none; }

  .header-bottom {
    display: none; }

  .nav-open {
    overflow: hidden;
    position: relative; }

  #page {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%; }

  .nav-sections {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75); }

  .logged-in.admin-bar header:not(.is-sticky) .nav-sections {
    padding-top: 45px; }

  .nav-open .site-header.is-sticky {
    position: relative; }

  .mega-menu {
    margin-top: 0;
    max-height: 100%;
    padding-bottom: 40px; }

  .megamenu ul.children {
    padding: 0 8px; }

  .btn-open, .btn-open-right {
    display: inline-block;
    padding: 23px 15px 23px; }

  .ult-item-wrap.slick-slide .product-isotope {
    margin: 0 auto; }

  .product-type-4 .product-grid .star-rating {
    text-align: left; }

  .ft_newsletter {
    display: none; }

  .menu_header_top {
    text-align: center;
    margin-left: -20px; }

  .prdctfltr_woocommerce.pf_arrow_inline .prdctfltr_woocommerce_ordering {
    top: 40px !important; }

  .scroll-down a:before {
    content: none; }

  .product_archives.product-isotope .item {
    width: 50% !important; }

  .footer-v1 .f-float {
    text-align: center; }
  .footer-v1 .payment {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px; }

  .align-left .vc_column-inner {
    padding-left: 30px !important; }

  .product-type-2.prd_type3 .product-grid .item {
    border: 1px dotted #c6c6c6 !important;
    margin-bottom: 30px; }
    .product-type-2.prd_type3 .product-grid .item:last-child {
      margin-bottom: 0; }

  .product-type-2.prd_type3 .product-grid .item:nth-child(4n),
  .product-type-2.prd_type3 .product-grid .item:nth-child(2n) {
    border-right: 1px dotted #c6c6c6; }

  .slider_style_1 {
    margin-bottom: 30px; }

  .load-more.blog-load {
    padding-top: 20px; }

  .slider_style_1:before {
    content: none; }
  .slider_style_1 .slider-desc {
    position: static;
    width: 100%;
    margin-top: 30px; }

  .slider-wrap-container .owl-dot.active::before,
  .slider-wrap-container .owl-dots::after {
    color: #ffffff; }

  .slider-wrap-container .owl-dots {
    left: 15px;
    top: 15px; }

  .tabs_sort .isotope.has_space .item.blog-masonry {
    padding: 0 15px; }

  .side-breadcrumb.type-4 {
    height: 350px; }

  .single-2 {
    max-width: 100%;
    padding: 30px 0 0; }
    .single-2 .blog-content .post-name > h3 {
      font-size: 26px; }

  .abs_text {
    left: 42px; }
    .abs_text h3 {
      font-size: 26px;
      line-height: 37px; }
      .abs_text h3 br {
        display: block; }

  .tooltbars > .row > .col-xs-12 {
    width: 50%; }

  .mokar-heading {
    margin-bottom: 40px; }

  .mokar-heading.bg-title {
    margin-bottom: 0; }

  .tooltbars .f_right .woocommerce-ordering {
    margin-left: -14px; }

  .single_prd_style1 .col-md-5.media,
  .single_prd_style1 .col-md-7.info {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }

  .coming-soon-container .coming-soon .mc4wp-form input[type="email"] {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }

  .coming-soon-container .coming-soon .mc4wp-form .mc4wp-form-fields [type="submit"] {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 100%; }

  .header-text {
    display: none; }

  .featured-product .item {
    width: 100%; }

  .header-v1 .header-top, .header-v2 .header-top {
    padding: 9px 0; }
    .header-v1 .header-top .top-link, .header-v2 .header-top .top-link {
      padding-top: 0px;
      margin: 0; }

  .menu-second-menu-container {
    padding-left: 0;
    position: relative; }

  #yith-quick-view-modal .yith-wcqv-main {
    padding: 15px 0px 50px 0px;
    box-shadow: none; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    max-width: calc(100% - 100px);
    margin-top: auto; }

  .yith-woocompare-widget a.compare {
    float: left;
    margin-right: 15px; }
  .yith-woocompare-widget ul.products-list a.remove {
    display: inline-block;
    margin-left: 15px; }

  .btn-update-cart {
    text-align: left;
    margin-top: 10px; }

  .text-left-xs {
    text-align: left; }

  .text-center-xs {
    text-align: center; }

  .prev-btn, .next-btn {
    width: 30px;
    height: 100%;
    padding: 33px 0px;
    display: none; }

  .prev-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0; }

  .next-btn {
    position: absolute;
    bottom: 0;
    margin-top: 20px;
    right: 0; }

  .prev-btn i, .next-btn i {
    display: block;
    margin-top: 9px; }

  .prev-btn i:nth-child(2), .next-btn i:nth-child(2) {
    margin-top: -14px;
    margin-left: -6px; }

  .footer .social_icon_list {
    margin-bottom: 40px; }

  .product-list .product-img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px; }

  .img-banner > img {
    width: 100%; }

  .about-desc .vc_column-inner > .wpb_wrapper {
    margin: 0 0 50px; }

  .video-content .title-video {
    font-size: 48px; }

  .vc_col-sm-8:first-child .banner-content {
    margin-bottom: 30px; }

  .footer {
    padding-top: 50px; }
    .footer .footer-v3 .social_icon_list {
      margin-bottom: 22px; }
    .footer .footer-v3 .footer-top .payment {
      padding-top: 20px; }

  .product-isotope .item {
    padding: 30px 15px 0; }

  .ads-container {
    padding: 30px 0; }

  .ult-content-box .ads_style_3.ads-container {
    padding: 0; }

  .vc_col-sm-4:last-child .service-container {
    margin-bottom: 0; }

  .service-container {
    margin-bottom: 50px; }

  .about-desc .vc_column-inner > .wpb_wrapper {
    padding: 40px 30px 10px; }

  .border-primary {
    width: 0; }

  .popup_holder .popup {
    width: 500px; }

  .gallery .button-group {
    margin-top: 30px; }

  .header-v2 .top-search, .header-v1 .top-search {
    right: -40px !important; }

  .header-v5 .top-search {
    right: auto;
    left: -35px; }

  .header-v6 .right-header .search-block-top .top-search {
    right: -48px; } }
@media (max-width: 640px) {
  .style-2 .banner-content.banner-type-2 {
    padding-top: 50px;
    padding-bottom: 0; }

  .gallery-entries-wrap.col-3 .figcaption .gallery_title h4 {
    font-size: 18px; }

  .gallery-entries-wrap .figcaption .gallery_title h4 {
    padding: 5px 0; }

  .gallery-entries-wrap .figcaption .post_body {
    padding: 20px 20px 30px; }

  .product_order .summary.entry-summary {
    margin: 0; }
  .product_order .summary .variations,
  .product_order .summary .single_variation_wrap {
    padding: 0;
    width: 100%; }
  .product_order .summary .woocommerce-variation-add-to-cart {
    margin: 0 -5px;
    float: none;
    width: auto; }
  .product_order .summary .single_variation_wrap .woocommerce-variation.single_variation {
    margin: 10px 0;
    position: static; }

  .btn_slider_1 {
    font-size: 10px !important; }

  .desc-title br {
    display: none; }

  .blog-list .blog-img,
  .blog-list .align_left,
  .blog-list .blog-item > figure,
  .blog-list .blog-post-info {
    width: 100%; }

  .member-type1 .member-name h2 {
    font-size: 50px; }

  .product-tab .nav-tabs {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    float: none; }

  .blog-list .blog-post-info {
    padding: 30px 15px 15px; }

  .blog-entries-wrap .slick-slide img, .blog-img img {
    display: block;
    width: 100%;
    height: auto; }

  .blog-entries-wrap + .row .paginationtype-2 {
    margin-bottom: 22px !important; }

  .blog-grid .blog-video iframe,
  .blog-list .blog-video iframe {
    position: relative; }

  .blog-list.list_s1 .blog-post-info,
  .blog-grid.display_desc .blog-post-info {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 600px) {
  .item_testimonial.style2 .caption_testimonial img {
    margin-right: 0; }

  .testimonial-home2 .tes-slider2 {
    padding-left: 30px;
    padding-right: 30px; }

  .header-v2.is-sticky .nav-sections {
    top: 0; }

  .title-app h2 {
    font-size: 28px;
    line-height: 33px;
    padding-left: 70px; }
    .title-app h2:before {
      font-size: 55px; }

  .openmenu .admin-bar .header-v5.is-sticky .main-navigation,
  .openmenu .admin-bar .header-v3.is-sticky .main-navigation {
    top: 0; }

  .item_testimonial.style2 .caption_testimonial {
    text-align: center; }
    .item_testimonial.style2 .caption_testimonial img {
      float: none; }

  .question-tes,
  .newletter-left .title h3 {
    font-size: 22px; }

  .title-ins .title-app .content-ins {
    padding-left: 70px; }

  .product-deal .product-img {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px; }

  .deal-of {
    max-width: 100%;
    width: 100%; }

  .product-deal .btn-banner {
    padding-top: 30px; }
    .product-deal .btn-banner i {
      font-size: 20px; }

  .style-2 .banner-content.banner-type-2 .banner-content_box {
    padding-left: 0; }

  .item_testimonial.style2 .tes-content {
    float: left;
    margin-top: 30px; }

  .variations tr td {
    width: 100%; }
    .variations tr td label {
      margin: 0 0 15px; }

  .product-tab .nav-tabs > li.active a {
    padding-left: 15px; }

  .single-product table.variations select {
    width: 100%; }

  .cascade-slider_arrow {
    top: 20%; }

  .box-services .banner-container {
    width: 50%; }

  .contact-form2 p.no-full {
    width: 100%; }
  .contact-form2 p:nth-child(2) {
    padding-right: 0; }
  .contact-form2 p:nth-child(3) {
    padding-left: 0; }

  .content-404 h2 {
    font-size: 120px;
    margin-bottom: 0; }

  .coming-timer {
    width: 24%;
    margin: 0;
    margin-bottom: 50px !important; }
    .coming-timer:first-child {
      margin: 0 !important;
      margin-bottom: 50px !important; }
    .coming-timer span {
      font-size: 35px; }

  .logged-in.admin-bar .site-header.is-sticky {
    top: 0; }

  .banner-content.banner-type-2.b_without_image .banner-desc .btn-banner {
    margin-top: 24px; }

  .cform_type1 .wpcf7-form > p {
    width: 100% !important;
    max-width: none; }

  #wpsl-search-btn, #wpsl-search-wrap div,
  .wpsl-search-wrap div label {
    margin-right: 0;
    width: 100%; }

  #wpsl-search-wrap .wpsl-dropdown,
  .wpsl-input input {
    width: 100% !important; }

  .wpsl-search-btn-wrap {
    margin-top: 15px; }

  .special-cart-open.logged-in.admin-bar .mini-cart-special .cart-block {
    top: -20px; }

  .col-7 .instagram-gallery li {
    width: 20%; }

  .product-type-2 .item {
    width: 100%; } }
@media (max-width: 568px) {
  .content-404 h1 {
    font-size: 60px;
    letter-spacing: 0; }

  .header-top {
    text-align: center;
    padding: 10px 0; }
    .header-top .top-link {
      text-align: center;
      margin-left: -16px; }

  .header-v3 .header-top {
    padding: 5px 0 0; }

  .exe_pad_left {
    padding-left: 15px !important; }

  .gallery_col4 > .isotope-item,
  .gallery_col5 > .isotope-item,
  .gallery_col3 > .isotope-item,
  .gallery_col2 > .isotope-item {
    width: 100%; }

  .instagram-gallery .banner_text_overlay {
    font-size: 14px; }

  .instagram-gallery .banner_text_overlay.show_custom_text {
    font-size: 25px; }

  .slide-content .slide-desc h4 {
    width: 100%; }

  .border-primary {
    display: none; }

  .footer .location li:first-child p:nth-child(3) {
    width: 100%; }

  .testimonial-container.testimonials-decor {
    margin-top: -30px; }

  .design-decor-left .wpb_single_image img {
    margin-top: 60px; } }
@media (min-width: 480px) and (max-width: 767px) {
  .product-type-2.prd_type3 .product-grid .item .product-grid .item:hover .product-action .add_to_cart_button {
    width: 300px;
    max-width: 300px;
    min-width: 300px; }

  .title-video {
    margin-right: 20px; }

  .commentlist ul.children {
    margin-left: 15px; }

  .blog-type-1 .grid-item {
    max-width: 500px;
    margin: 0 auto;
    float: none; }

  .header-v6 .mega-menu {
    overflow: scroll;
    height: 200px; } }
@media (max-width: 480px) {
  .tes-slider2 .item_testimonial .caption_testimonial .item-desc {
    font-size: 20px;
    line-height: 30px; }

  .testimonial-home2 .tes-slider2 .slick-dots {
    margin-top: 30px; }

  .header-user li {
    font-size: 13px; }

  .video-home2 {
    width: 90%; }

  .title-video.title-left {
    margin-bottom: 50px !important; }

  .header-v4 .mini-cart .cart_label {
    padding-right: 15px; }

  .min-height {
    height: 400px; }

  .question-tes .summary_title {
    margin-bottom: 15px;
    margin-right: 0; }
  .question-tes > p {
    width: 100%; }

  .title-video:after,
  .title-video:before {
    content: none; }

  .style-3 .banner-content.banner-type-2 {
    min-height: 220px; }

  .style-2 .banner-content.banner-type-2 {
    padding: 50px 15px 0; }

  .testimonial-home2 .tes-slider2 {
    padding-left: 15px;
    padding-right: 15px; }

  .header-v3 .header-logo img {
    width: 105px; }

  .video-about .box-video {
    height: 300px; }

  .btn_app ul li {
    margin-right: 4px; }

  .btn_app a {
    width: 138px; }
    .btn_app a span {
      font-size: 14px; }

  .btn-video .btn-icon_play {
    height: 60px;
    font-size: 36px;
    width: 60px; }

  .title-video {
    font-size: 18px;
    margin-left: 82px; }

  .price del {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    width: 100%; }

  .product_order .summary .woocommerce-variation-add-to-cart {
    margin: 0; }
  .product_order .summary form .quantity {
    margin-bottom: 10px; }
  .product_order .summary form .quantity,
  .product_order .summary form .add-to-cart {
    padding: 0;
    width: 100%; }

  .footer .footer-v5 .bottom-footer {
    padding-bottom: 40px;
    padding-top: 50px; }

  .box_form-app {
    padding-top: 25px; }

  .instagram-gallery li {
    width: 25%; }

  .title-ins {
    padding: 55px 0 30px;
    position: static;
    margin-left: 0; }

  .title-app h2 {
    font-size: 24px;
    line-height: 29px; }

  .newletter-3 .mc4wp-form-fields .btn {
    position: static;
    width: 100%;
    margin-top: 12px;
    max-width: 100%; }

  .tes-slider2 .slick-dots li,
  .tes-slider .slick-dots li {
    margin-right: 30px !important; }

  .arrowpress-heading h2 {
    font-size: 24px;
    margin-top: 6px; }

  .comment-bottom .links-info {
    float: right; }

  div.wpcf7-response-output {
    margin-top: 20px; }

  .item-member_mb .vc_col-xs-6 {
    width: 100% !important; }
  .item-member_mb .member-img {
    width: 100%; }
    .item-member_mb .member-img img {
      width: 100%; }

  .question-tes .summary_title {
    margin-right: 80px; }

  .video-home2 {
    padding-top: 60px; }

  .box-contact_service .ult-content-box {
    padding: 40px 15px 50px 15px !important; }

  .box-contact_service {
    padding: 0 15px !important; }

  .header-v5 .mini-cart {
    right: 15px; }

  .cascade-slider_item.now .member-img {
    width: 100%; }

  .cascade-slider_arrow {
    top: 30%; }

  .footer .footer-v6 .bottom-footer {
    padding-bottom: 40px;
    padding-top: 60px; }

  .member-type1 .member-socials .social-list {
    padding: 21px 0 20px; }

  .box-progressbar {
    padding-top: 100px; }

  .footer .footer-v5 .bottom-footer {
    padding-top: 60px; }

  .footer .footer-v4 .bottom-footer {
    padding-bottom: 60px;
    padding-top: 70px; }

  .footer .footer-v5 .footer-email a {
    font-size: 16px; }
    .footer .footer-v5 .footer-email a:before {
      font-size: 26px; }

  .footer .footer-v5 .widget_nav_menu ul {
    margin-top: 0; }

  .form-contact input.wpcf7-text {
    padding-right: 20px; }

  .form-contact input.wpcf7-submit {
    position: static;
    float: left;
    margin-top: 10px; }

  .header-v4 .header-logo {
    padding-top: 20px; }
  .header-v4 .right-header {
    margin-top: 0; }

  .header-v2 .header-myaccount,
  .header-v1 .header-myaccount {
    padding-left: 5px; }
  .header-v2 .header-right,
  .header-v1 .header-right {
    right: 15px; }
  .header-v2 .btn-open, .header-v2 .btn-open-right,
  .header-v1 .btn-open,
  .header-v1 .btn-open-right {
    padding: 23px 15px; }
  .header-v2.site-header .header-logo img,
  .header-v1.site-header .header-logo img {
    width: 120px; }

  .arrowpress-heading .desc-title {
    font-size: 22px; }

  .banner-content.banner-type-2 {
    padding: 41px 20px 30px; }

  .box-services .banner-container {
    width: 100%; }

  .box-services .banner-container {
    margin-bottom: 40px; }

  .box-pricing .ult_pricing_table {
    padding: 32px 25px 40px; }
    .box-pricing .ult_pricing_table .ult_price_body_block {
      margin-bottom: 0;
      margin-top: 20px; }
    .box-pricing .ult_pricing_table .ult_price_link .ult_price_action_button {
      bottom: -65px; }

  .desc-faq ul {
    padding-left: 29px; }

  .arrowpress-heading h2 {
    margin-left: 0; }

  .exe_pad_left {
    padding-top: 0; }

  #error-page .coming-subcribe {
    padding: 0 0 35px 0; }

  .pp_pic_holder.pp_default {
    width: 100% !important; }

  .button_acommo .btn-primary,
  .button_acommo .btn_default {
    padding: 10px !important;
    font-size: 11px; }

  .pp_content_container,
  .pp_content {
    width: 300px !important; }

  .side-breadcrumb h1 {
    font-size: 22px; }

  .banner-type-5 {
    padding: 60px 30px 35px 35px; }

  .coming-timer {
    margin-bottom: 10px !important;
    font-size: 14px; }
    .coming-timer span {
      margin-top: 0; }

  .coming-subcribe {
    padding-top: 0; }

  .content-404 h1 {
    font-size: 50px; }

  .box-counter .stats-block {
    width: 100%; }

  .title-behind {
    width: 100%; }

  .product_archives.product-isotope .item {
    width: 100% !important; }

  .profile-thumbnail {
    width: 300px; }

  .banner_style_5 .banner-desc .btn {
    font-size: 24px; }

  .banner_style_4 .banner-desc h3 {
    font-size: 36px;
    margin-top: 15px; }
  .banner_style_4 .banner-desc h4 {
    font-size: 14px; }
  .banner_style_4 .banner-desc > img {
    width: 150px; }

  .tooltbars > .row > .col-xs-12 {
    width: 100%; }

  .category-blog ul li a {
    padding: 13px 15px; }

  .tooltbars .f_right {
    text-align: left; }

  .section-nav-title li {
    width: 50%; }

  .header-v2 .header-logo,
  .header-v2 .right-header,
  .header-v1 .header-logo,
  .header-v1 .right-header,
  .woocommerce-message a.button.wc-forward {
    float: left; }

  .header-v2 .right-header,
  .header-v1 .right-header {
    right: 15px;
    top: 20px; }
  .header-v2 .header-logo,
  .header-v1 .header-logo {
    padding-left: 15px; }

  .footer .footer-v3 .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
    position: static;
    margin-top: 10px; }

  .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
    padding-right: 20px;
    margin: 0; }

  .slide-2 h2 {
    font-size: 36px; }

  .grid-item {
    width: 100%; }

  .popup_holder .popup {
    padding: 30px;
    top: 50%; }

  .tp-leftarrow.custom {
    left: -20px !important; }

  .tp-rightarrow.custom {
    right: -50px !important;
    left: auto !important; }

  .banner-content.text-right .banner-desc {
    right: 30px; }

  .clients-grid {
    margin: 0 -15px; }
    .clients-grid .brands-content {
      padding: 15px;
      width: 33.3333%; }

  .comment-reply-title small {
    margin-top: 16px;
    text-align: right;
    width: 100%; }

  .commentlist .comment-respond {
    padding: 0 15px; }

  .blog-type-3 .blog-item .blog-post-title,
  .blog-type-3 .blog-item .blog-meta,
  .blog-type-3 .blog-item .blog_post_desc {
    padding-left: 15px;
    padding-right: 15px; }

  .blog-type-3 .blog-item .blog-post-info {
    padding: 20px 0; }

  .popup_holder .popup {
    width: 100%;
    height: 310px;
    padding: 30px; }
    .popup_holder .popup h4 {
      font-size: 20px; }

  .popup_holder .popup #closePopup,
  .popup_holder .popup .closePopup {
    right: 15px; }

  .header-v13 .header-bottom .header-logo {
    max-width: 120px; }

  .share-links {
    margin-bottom: 10px; }

  .avatar_author {
    display: block;
    float: none;
    padding-right: 0;
    text-align: left;
    padding-bottom: 20px; }
    .avatar_author img {
      display: inline-block; }
    .avatar_author .author_info {
      text-align: left;
      display: inline-block;
      vertical-align: middle;
      padding-left: 20px; }
    .avatar_author:before {
      content: none; }

  .comments-area .commentlist > li {
    margin-bottom: 30px;
    padding-bottom: 30px; }
  .comments-area .comment-author {
    height: 40px;
    margin-right: 15px;
    width: 40px; }
    .comments-area .comment-author::before {
      right: -15px;
      top: 15px; }
  .comments-area ul.children {
    margin-left: 5px;
    padding-left: 0; }
  .comments-area .links-info .info {
    padding-left: 0; }

  .commentlist ul.children .comment-author {
    margin-right: 15px; }

  .comment-bottom .info-right, .comment-bottom .profile-name {
    width: 100%; }
  .comment-bottom .comment-bottom .date-cmt {
    padding-right: 15px; }

  .commentform {
    padding-left: 30px; }
    .commentform::before {
      height: 25px;
      line-height: 25px;
      width: 25px;
      font-size: 20px; }
    .commentform::after {
      left: 41px;
      top: 20px; } }
@media (max-width: 479px) {
  .instagram-gallery li {
    width: 33.333%; }

  .instagram-img {
    height: 130px; }

  .isotope .item {
    width: 100% !important; }

  .button-group > div {
    margin-bottom: 10px; }

  .gallery_header .gallery_desc p {
    font-size: 22px;
    line-height: 29px; }

  .prd-decor-action .btn-prd a {
    float: left; }
    .prd-decor-action .btn-prd a:before {
      content: none; }

  .prd-decor-action .label-btn {
    width: 100%; }

  .title-blog-5 {
    font-size: 44px; }

  .title-blog-5 span {
    font-size: 50px; } }
@media (max-width: 375px) {
  .btn_app ul li {
    margin-bottom: 10px; }

  .cascade-slider_arrow {
    top: 25%; }

  ul.breadcrumb {
    overflow: hidden; }

  .paginationtype-2 li a {
    padding: 1px 17px 0 16px; }

  .our-gallery-sc .tabs_sort .gallery-entries-wrap {
    margin-top: 0; }

  .button-group button.btn-filter {
    padding: 6px 15px 5px !important;
    font-size: 14px; }

  .single-gallery .gallery_paginations li a {
    padding: 9px 12px 9px 12px;
    font-size: 14px;
    letter-spacing: -0.5px; }

  .single-gallery .vertical_list li.port_share a {
    padding: 0px 11px 0 2px;
    font-size: 19px; }

  .vc_btn3.vc_btn3-size-md.vc_btn3-style-custom.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 0; }

  .summary .add-to-cart {
    display: block; }

  .footer .bottom-footer {
    padding-top: 55px;
    padding-bottom: 50px; }

  .amount .amount-desc h6 {
    text-overflow: ellipsis;
    white-space: nowrap; }

  .comments-area .comment-author {
    height: 30px;
    margin-right: 8px;
    width: 25px; }
    .comments-area .comment-author:before {
      right: -10px; }

  .commentlist ul.children .comment-author {
    margin-right: 8px; }

  .profile-bottom .profile-desc {
    padding: 18px 15px; }
    .profile-bottom .profile-desc > h2 {
      font-size: 33px; }

  .blog-post-info .post-name > a {
    text-overflow: initial;
    white-space: inherit;
    word-wrap: break-word; }

  .info .single_add_to_cart_button,
  .info .add_to_cart_button {
    margin-top: 20px;
    min-width: 100%; }

  .mini-cart .buttons .button {
    padding: 11px 19px 10px; }

  .banner-content.banner-type-2 h2 {
    font-weight: 600;
    font-size: 34px; }

  .product-list .product-img {
    max-width: none; }

  .footer .social_icon_list ul li {
    padding-right: 15px; }

  #yith-quick-view-modal .yith-wcqv-wrapper {
    max-width: 300px; }

  #yith-quick-view-modal #yith-quick-view-close {
    top: -32px;
    right: -4px; }

  .wishlist_table .product-add-to-cart > .add_to_cart.button {
    padding: 8px 11px; }

  #cart_added_msg_popup, #compare_added_msg_popup {
    margin-left: -150px !important; }

  .blog-type-2 .blog-item .blog-post-info {
    margin-top: 0px; }
  .blog-type-2 .blog-bottom {
    left: 0;
    padding: 22px 20px 0 20px;
    top: 0;
    width: 100%;
    position: static; }

  .blog-type-1 .blog_post_desc > p,
  .blog-type-2 .blog_post_desc > p {
    max-height: 100%; }

  .mc4wp-form {
    overflow: hidden;
    width: 100%; }

  .popup_holder .popup #closePopup,
  .popup_holder .popup .closePopup {
    right: 15px; }

  .cart-block {
    width: 290px; }

  .ult_countdown-section {
    margin-right: 0 !important; } }
@media (max-width: 320px) {
  .arrowpress-heading h2 {
    font-size: 18px; }

  .arrowpress-heading h3 {
    font-size: 18px;
    margin-top: 9px; }

  .header-v5 .header-logo {
    padding: 16px 0; }
    .header-v5 .header-logo img {
      width: 100px;
      height: auto; }
  .header-v5 .mini-cart + .header-user {
    margin-right: 32px;
    margin-top: -75px; }
  .header-v5 .mini-cart .cart-block {
    right: 0; }

  .cascade-slider_arrow {
    top: 20%; }

  .breadcrumb > li + li:before {
    left: -21px; }
  .breadcrumb li {
    margin-right: 25px; }

  .top-search {
    right: -35px;
    width: 300px; }

  .footer .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
    position: relative; }

  .instant-quote .mokar-heading {
    margin-bottom: 25px; }
    .instant-quote .mokar-heading h3 {
      font-size: 29px;
      margin-top: 0;
      letter-spacing: 9.5px;
      padding: 0 15px; }

  .woocommerce .btn-update-cart > .cart-btn {
    margin-bottom: 10px; }

  .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
    width: 100%; }

  .special-cart-open .mini-cart-special .cart-block {
    width: 100%; }

  header .mini-cart .cart-block {
    right: calc(100% - 117px); }
  header .top-search {
    right: calc(100% - 163px); }

  .footer .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
    border-bottom: 1px solid;
    margin-bottom: 10px; }
  .footer .footer-newsletter .widget_mc4wp_form_widget [type="submit"] {
    margin-bottom: 10px; } }

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