/*
* Author: Taleh Hasan
* Author URI: https://themeforest.net/user/brand_max
* Theme Name: Neromax
* Version: 1.0
*/

/* Table of Content
==================================================
	#Typography
	#General
	#Header
	#Home
	#About
  #Logo Carousel
  #Icon Box
  #Service Box
  #Banner Call Actions
  #Team
  #Pricing Tables
	#Blog
	#portfolio
  #404 Error
	#Contacts
	#Footer

/* #Typography
================================================== */
dfn, cite, em {
  font-style: italic;
}
a:focus {
  outline: none;
}
body {
  padding: 0;
  height: 100%;
  color: #606060;
  overflow: hidden;
  background-color: #fff;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  color: #151515;
  font-weight: bold;
  margin: 0 0 15px;
  line-height: 1.339;
  /* text-transform: uppercase; */
}
h1 {
  font-size: 48px;
  text-transform: none;
}
h2 {
  font-size: 36px;
  text-transform: none;
}
h3 {
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
}
h4 {
  font-size: 24px;
  text-transform: none;
}
h5 {
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}
h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
}
p{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
ul, ol {
  padding-left: 20px;
}
ul {
  list-style: disc;
}
li>ul, li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: initial;
}
small, .small {
    font-size: 85%;
}
html .theme-tag-code{
  font-size: 14px !important;
  line-height: 1.42857143;
  font-weight: 500;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.bg-secondary {
  color: #ffffff;
}
table {
  margin-bottom: 30px;
}
table, .wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}
table th, .wp-block-table th, table td, .wp-block-table td {
  border: 1px solid #ddd;
  padding: 10px;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}
dd {
  margin: 0 1.5em 1.5em;
}
blockquote {
  border: medium none;
  border-radius: 5px;
  padding: 20px 0 20px 0px;
  margin: 0 0 20px;
  color: #151515;
}
.post .wp-block-pullquote p, .wp-block-pullquote p {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px !important;
  font-style: normal;
  margin-bottom: 10px !important;
}
.wp-block-pullquote cite, .wp-block-quote cite {
  font-size: 16px;
  font-style: initial;
  font-weight: 400;
  color: #606060;
}
blockquote::before {
  font-family: 'FontAwesome';
  content: "\f10d";
  margin-right: 20px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: normal;
  padding: 10px 10px;
  display: inline-block;
  float: left;
  font-weight: 400;
  color: #2e7de0;
  background-color: #f8f8f8;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
  box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
}
.section-blockquote.sec_center {
  padding: 0 70px;
}
@media (max-width: 1199px) {
  .section-blockquote.sec_center {
    padding: 0 0px;
  }
}
html.no-top-bar-section, html.mm-opened, html.loaded {
  margin-top: 0 !important;
}
.section-blockquote.sec_center blockquote::before {
  float: none;
  margin-right: 0;
}
.section-blockquote.sec_center blockquote cite {
padding-left: 0;
}
.section-blockquote.sec_center blockquote p{
  padding-left: 0;
}
.section-blockquote.sec_right blockquote::before {
  float: right;
  margin-right: 0;
}
.section-blockquote.sec_right blockquote p {
  padding: 5px 60px 15px 0px;
  text-align: right;
}
.section-blockquote.sec_right blockquote cite {
  text-align: right;
  padding-left: 0;
  padding-right: 60px;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  font-size: 21px;
  line-height: 36px;
  font-weight: bold;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  margin-left: 0;
}
.manuscript {
  font-family: 'Dancing Script', cursive;
  text-transform: none;
  font-weight: 700;
  padding: 10px 0;
}
.text-decoration-none:hover, .text-decoration-none:focus {
  text-decoration: none;
}
.text-uppercase{
  text-transform: uppercase;
}
.center-text {
  text-align: center;
  float: none;
}
.center-position {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: none;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-title-box {
  width: 100%;
  position: relative;
  z-index: 2;
}
.section-title-box span {
  font-size: 16px;
  font-weight: 600;
  color: #2e7de0;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-style: inherit;
  font-family: 'Montserrat';
}
.section-title-box.sec_center span {
  display: block;
}
.section-title-box > span:before {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  width: 40px;
  background-color: #2e7de0;
  margin: 0 0 5px;
  text-align: left;
}
.section-title-box.sec_center span:before {
  margin: auto auto 5px;
}
.section-title-box.sec_right span:before {
  text-align: right;
  margin: auto 0 5px auto
}
.section-title-box.sec_right span {
  text-align: right;
}
.section-title {
  text-align: left;
  color: #151515;
  line-height: normal;
}
.section-title.text-center {
  text-align: center;
}
.section-title-box.sec_center .section-title {
  max-width: 650px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section-title-box.sec_right .section-title {
  text-align: right;
}
.section-subtitle {
  text-align: left;
  font-size: 16px;
  color: #606060;
  padding: 15px 0 0;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  line-height: 30px;
  float: left;
}
.section-subtitle.text-center {
  text-align: center;
  float: none;
}
.section-title-box.sec_center .section-subtitle {
  text-align: center;
  float: none;
}
.section-title-box.sec_right .section-subtitle {
  text-align: right;
}
.section-subtitle-head {
  text-align: left;
  font-size: 24px;
  color: #606060;
  padding: 15px 0 10px;
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  line-height: 36px;
  float: left;
}
.section-subtitle-head.text-center {
  text-align: center;
  float: none;
}
.section-title-box.sec_center .section-subtitle-head {
  text-align: center;
  float: none;
}
.section-title-box.sec_right .section-subtitle-head {
  text-align: right;
}
.edit-padding0 {
  padding: 0 !important;
}
.edit-margin0 {
  margin: 0 !important;
}
.br-heading-dot {
 border-radius: 50px;
}
.br-heading-dot-square {
 border-radius: 0px;
}
.br-heading-dot, .br-heading-dot-square {
  display: inline-block !important;
  height: 27px;
  width: 27px;
  margin-bottom: 0 !important;
  background-color: #2e7de0;
}
.br-heading-dot.h-primary, .br-heading-dot-square.h-primary {
  background-color: #2e7de0;
}
.br-heading-dot.h-light, .br-heading-dot-square.h-light {
  background-color: #f8f8f8;
}
.br-heading-dot.h-black, .br-heading-dot-square.h-black {
  background-color: #151515;
}
.br-heading-dot.h-big, .br-heading-dot-square.h-big {
  height: 35px;
  width: 35px;
  margin-left: -7px;
}
.br-heading-dot.h-large, .br-heading-dot-square.h-large {
  height: 27px;
  width: 27px;
  margin-left: -7px;
}
.br-heading-dot:before, .br-heading-dot-square:before {
  display: none !important;
}
@media (max-width: 992px) {
  .br-heading-dot.h-large, .br-heading-dot-square.h-large {
    width: 15px;
    height: 15px;
  }
}
.br-heading-dot.h-small, .br-heading-dot-square.h-small {
  height: 15px;
  width: 15px;
  margin-left: 3px;
}
.z-index1 {
  z-index: 1;
}
.overflow-visible {
  overflow: visible !important;
}
.shadow-box {
  -webkit-box-shadow: 0px 5px 30px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 5px 30px rgb(0 0 0 / 12%);
  box-shadow: 0px 5px 30px rgb(0 0 0 / 12%);
  border-radius: 5px;
}
.widget-bg {
  background-color: #ffffff;
}
/* #General
================================================== */
html {
  overflow: auto;
}
mark, ins {
  background: #fff9c0;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0092ff;
  text-decoration: underline;
}
ul.nm-list-with-icon {
  list-style: none;
  padding-left: 0;
}
ul.nm-list-with-icon li {
  display: block;
}
ul.nm-list-with-icon li i {
  margin-right: 5px;
  color: #2e7de0;
}
@media (max-width: 767px) {
  .padding-LR-0 .vc_column-inner{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f8f8f8 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #f2f2f2 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
  background-color: #f8f8f8 !important;
  color: #151515 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
  background-color: #2e7de0 !important;
  color: #fff !important;
}
.vc_tta.vc_general .vc_tta-panel-body {
  padding: 14px 0 !important;
}
.vc_tta.vc_general .vc_tta-tab>a {
  padding: 7px 20px !important;
  font-weight: bold;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tabs-container {
  margin-bottom: 18px !important;
}
.box-shadow {
  -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
  box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent !important;
  padding-left: 20px !important;
  padding-top: 0px !important;
  padding-bottom: 0 !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #ececec !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  color: #151515 !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  color: #2464da !important;
}
.vc_row {
  margin-left: -15px;
  margin-right: -15px;
}
.vc_column_container > .vc_column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px){
  .wc_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .order-md-1 {
      order: -1;
  }
  .wc_row [class*=col-] {
    width: 100%;
  }
}
.height100prt {
  height:100%;
}
input[type="radio"], input[type="checkbox"] {
  display: inline-block;
  height: inherit;
}
input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
  font-weight: bold;
  padding: 4px 21px;
  height: 47px;
  color: #151515;
  outline: none;
}
.widget.widget_archive select, .widget.widget_categories select {
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f8f8f8;
    font-weight: bold;
    padding: 4px 21px;
    height: 47px;
    color: #151515;
    outline: none;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    line-height: 50px;
    background-image: url(../images/arrow-down-sign-to-navigate-gray.svg);
    fill: #3636bb;
    background-position: calc(100% - 20px) calc(1em + 3px);
    background-size: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
}
#footer .widget.widget_archive select, #footer .widget.widget_categories select {
  background-color: #3a3a3a;
  border: 1px solid #4a4a4a;
  color: #b2b2b2;
  margin: 15px 0 15px;
}
.btn:active, .btn.active {
  -webkit-box-shadow: none;
  box-shadow: inset none;
}
.display-table-sitemap {
  display: table;
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .display-table-sitemap {
      width: auto;
  }
}
.display-tablecell-sitemap {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
@media (max-width: 991px) {
  .mobile-padding-top20 {
    padding-top: 20px;
  }
  .mobile-padding-top30 {
  padding-top: 30px;
  }
    .mobile-padding-top40 {
  padding-top: 40px;
  }
    .mobile-padding-top50 {
  padding-top: 50px;
  }
    .mobile-padding-top60 {
  padding-top: 60px;
  }
}
@media (min-width: 991px) {
  .paddingLeftMin50 {
    padding-left: 50px !important;
  }
}
.vc_tta.vc_general .vc_tta-panel-title a {
  font-size: 18px;
  font-weight: 600;
  line-height: initial;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title a {
  color: #151515 !important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title a {
  color: #2464da !important;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {
  max-width: unset;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* WP Default Gallery
===================================================*/
.gallery figure.gallery-item {
  margin: 0;
  float: left;
  width: 33%;
}
.gallery figure.gallery-item .gallery-icon {
  margin: 0px 4px 6px;
  position: relative;
  display: block;
}
.gallery figure.gallery-item a {
  display: block;
  width: 100%;
}
.gallery figure.gallery-item a img {
  display: block;
  object-fit: cover;
  object-position: 50% 0;
  width: 80px;
  height: 80px;
  margin: 0;
  border-radius: 5px;
}
.gallery figure.gallery-item a:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: 0;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery figure.gallery-item a:hover:after{
  border-color: #2e7de0;
}
aside .gallery figure.gallery-item a img, aside .gallery figure.gallery-item a:after {
  width: 80px;
  height: 80px;
}
.post.type-post .gallery figure.gallery-item a img, .post.type-post .gallery figure.gallery-item a:after {
  width: 100%;
  height: auto;
}

/* owlCarousel THEME STYLE
===================================================*/
.owl-carousel.disable {
    display: none;
}
.owl-carousel.finsihed {
    display: block;
}
.owl-carousel .owl-nav button,   .owl-carousel .owl-dot button {
  background-color: transparent;
  box-shadow: none ;
  text-shadow: none ;
  border: none ;
}
.owl-dots button {
  outline: none !important;
}
.owl-carousel .owl-item a, .owl-carousel .owl-item a:hover, a:hover, a:focus {
  text-transform: none;
  text-decoration: none;
}
.owl-nav {
  text-align: center;
  position: absolute;
  top: 45%;
  width: 100%;
  display: block;
}
.portfolio .owl-nav, .team .owl-nav, .testimonials .owl-nav, .section-post-item .owl-nav, .owl-logo-style2 .owl-nav {
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  display: block;
  background: #2e7de0;
  height: 52px;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  vertical-align: middle;
  border-radius: 5px;
}
.team .owl-nav, .team .owl-dots {
  margin-top: 30px;
}
.brandmax-image-gallery .owl-nav, .brandmax-image-gallery .owl-dots {
  margin-top: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  opacity: 0.5;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
   opacity: 1;
 }
.owl-nav .owl-prev {
  left: -40px;
}
.owl-nav .owl-next {
  right: 10px;
}
.owl-dots {
  background-color: #2e7de0;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  border-radius: 50px;
  display: table;
  padding: 8px 35px;
}
.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 30px;
  border: 2px solid rgb(255 255 255 / 55%);
  background-color: transparent;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: normal;
  margin: 5px;
  padding: 0;
}
.owl-dots .active {
    width: 12px;
    height: 12px;
    border-radius: 30px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
}
.owl-carousel.section-post-item .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owl-carousel.section-post-item .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
  @keyframes scale {
  0% {
      opacity: 0;
  }
  50% {
      opacity: 0.5;
  }
  100% {
      opacity:1;
  }
  }
  .owl-carousel.section-post-item .empty-photo{
      animation: scale 1s ease-in-out 1 forwards;
  }
  @media (min-width: 992px) {
    .owl-carousel.section-post-item .empty-photo {
      max-height: 176px;
    }
  }
  @media (min-width: 1200px) {
    .owl-carousel.section-post-item .empty-photo {
      max-width: 100%;
      max-height: 185px;
    }
  }
@media (min-width: 768px) {
  .carousel-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.background_decor {
  width: 100%;
  height: 100%;
  position: absolute;
  display: initial;
  z-index: -1;
  top: 0;
}
.background_decor.bg-decor-shapes {
  width: 100%;
  height: auto;
}
.background_decor.bg_right {
  right: 0;
}
.background_decor.bg_left {
  left: 0;
}
.background_decor.right {
  right: 0;
}
.background_decor.left {
  left: 0;
}
@media (min-width: 1440px) {
  .background_decor.right {
    right: 0;
  }
  .background_decor.left {
    left: 0;
  }
}
.background_decor .background-static {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
}
.background_decor .background-static img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.background_decor .background-animation {
  position: absolute;
  top: 0;
}
.background_decor.right .background-animation {
  right: 0;
}
.background_decor.left .background-animation {
  left: 0;
}
.background_decor .background-animation.bounce {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
/* bounce-animate */
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.background_decor .background-animation.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.background_decor .background-animation img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#page-loader-box {
  position: relative;
  top: 45%;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border-top: 1px solid #2e7de0;
  border-bottom: 1px solid #2e7de0;
  background: transparent;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#pageloader {
  top: 0;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.90);
  z-index: 5000000;
  position: fixed;
  display: none;
}
.pageloader-on #pageloader {
  display: block;
}
.loaded #pageloader {
  visibility: hidden;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 1;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -ms-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}
.loaded #page-loader-box {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pageloadDiv {
  display: none;
}
.page-loader-title {
  position: absolute;
  top: 200px;
  text-align: center;
  z-index: 1;
  width: 99%;
  left: -5px;
  right: auto;
  margin-left: auto;
  margin-right: auto;
}
.page-loader-title h3 {
  font-size: 18px;
  line-height: 21px;
  color: #2e7de0;
}
.page-animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}
::selection {
  background: #2e7de0;
  color: #fff;
}
::-moz-selection {
  background: #2e7de0;
  color: #fff;
}
.color {
  color: #2e7de0;
}
a {
  color: #2e7de0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
iframe[src="about:blank"] {
  display: none;
}
#wrapper.open {
    -webkit-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
}
#wrapper {
    position: relative;
    overflow: hidden;
    left: 0;
    z-index: 99;
    height: 100%;
    background-color: #fff;
}
html.mm-opening .mm-menu.mm-opened~.mm-slideout#wrapper {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  -webkit-transform: translate3d(0%,0,0);
  transform: translate3d(0,0,0);
}
:-moz-placeholder, .wp-block-search .wp-block-search__input:-moz-placeholder {
  color:#606060; 
}
.vc_empty_space {
  width: 100%;
  display: inline-block;
}
.post-thumbnail {
  position: relative;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.post-thumbnail .bx-video-play, .brandmax-video-popup .bx-video-play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.post-thumbnail .bx-video-play-in, .brandmax-video-popup .bx-video-play-in {
  position: absolute;
  color: #151515;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  height: 80px;
  width: 80px;
  background: rgb(255 255 255 / 50%);
  display: inline-block;
  border-radius: 50%;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
}
@-webkit-keyframes btnIconPlay {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.post-thumbnail .bx-video-play-in:before, .brandmax-video-popup .bx-video-play-in:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconPlay 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconPlay 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
.post-thumbnail .bx-video-play-in:after, .brandmax-video-popup .bx-video-play-in:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid rgb(255 255 255 / 35%);
  margin: -5px;
}
.image-flat-shadow img {
  box-shadow: -10px 0 40px rgb(0 0 0 / 9%);
  max-width: 612px;
  border-radius: 5px;
}
.content {
  padding: 20px 10px;
}
.first-letter::first-letter {
  font-size: 60px;
  color: #0092ff;
  margin-right: 3px;
}
.about-us .content img{
  width: 100%;
  height: auto;
  display: block;
}
.special-menu {
  padding: 5px 0;
}
.list-inline {

}
.checkbox-list {
  margin: 0;
  padding: 0px 10px 20px 10px;
  list-style: none;
}
.checkbox-list li {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
}
.checkbox-list li .fa {
  margin-right: 10px;
}
.number-list {
  list-style-type: none;
  counter-reset: li-counter;
  margin: 0;
  padding: 0px 10px 20px 40px;
}
.number-list li {
  display: list-item;
  margin-bottom: 10px
}
.number-list>li:before{
  position: absolute;
  left: 25px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  content: counter(li-counter);
  counter-increment: li-counter;
  background-color: #6f6f6f;
}
.normal-list {
  padding: 0px 10px 20px 40px;
}
.normal-list li{
  margin-bottom: 5px;
  font-size: 14px;
}
.socials-box {
  display: table-cell;
  vertical-align: middle;
  margin: 10px 0;
  padding: 0;
}
#top-bar .socials-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#top-bar .socials-box li{
  margin-left: 3px;
}
.socials-box li {
  display: inline-block;
  opacity: 1;
  margin-right: 2px;
  margin-bottom: 5px
}
 aside .socials-box li {
 border-bottom: none;
 margin-bottom: 0;
 padding-bottom: 0;
}
.socials-box a {
  line-height: 23px;
}
.socials-box a:hover .social-circle-border{
  color: #2e7de0;
  border-color:#2e7de0;
}
.default-social-icons ul.socials-box li {
  display: inline-block;
  opacity: 1;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
  vertical-align: middle;
}
.default-social-icons ul.socials-box  li a {
  vertical-align: middle;
  border: 1px solid #2e7de0;
  color: #2e7de0;
  background-color: rgb(0 0 0 / 5%);
  line-height: inherit;
}
.default-social-icons ul.socials-box  li a:hover {
  background-color: #2e7de0;
  border-color: #2e7de0;
  color: #ffffff;
}
#top-bar .socials-box a:hover .social-circle-border, #footer .socials-box a:hover .social-circle-border, .chefInfo-box .socials-box a:hover .social-circle-border{
  color: #fff;
  border-color: #2e7de0;
  background-color: #2e7de0;
}
#top-bar .social-circle-border, #footer .social-circle-border, .chefInfo-box .social-circle-border {
  background-color: rgb(255 255 255 / 18%);
  border: 1px solid rgb(143 143 143 / 70%);
  color: #fff;
}
.social-circle-border, .tinv-wishlist .social-buttons li a.social {
  font-size: 14px;
  line-height: 30px;
  margin-right: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  text-align: center;
  display: block;
}
.social-circle-border, .tinv-wishlist .social-buttons li a.social {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials-box .social-circle-border:hover{
  border: 1px solid #2e7de0;
  color: #2e7de0;
}
.center-button {
  width: 100%;
  text-align: center;
}
.more-link {
  display: table-caption;
  width: 150px;
  margin-top: 30px;
}
.cs-button-box {
  display: inline-block;
}
@media(min-width: 768px){
  .deskPaddingRight80 {
    padding-right: 80px !important;
  }
}
.btn {
  padding: 7px 18px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 5px;
  margin-bottom: 0px;
}
.btn {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:active {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.btn.btn-icon {
  padding-right: 55px;
}
.btn.btn-icon.primary {
  padding-right: 50px;
}
.btn.btn-icon.btn-sm {
  padding-right: 45px;
}
.btn.primary {
  height: 45px;
  padding: 10px 23px;
  line-height: 1.3333333;
}
.btn i {
  margin-left: 10px;
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover i {
  margin-left: 15px;
}
.btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #2e7de0;
    border-color: #2e7de0;
}
.btn-o {
  text-align: center;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 1.3333333;
}
.btn-o-primary {
  padding: 10px 16px;
  color: #151515;
  background-color: transparent;
  border: 2px solid #2e7de0;
}
.btn-o-primary:hover {
  background-color: #2e7de0;
  color: #ffffff;
}
.btn-sm {
  height: 45px;
  padding: 10px 17px;
  line-height: 1.3333333;
}
.btn-lg {
  height: 50px;
  padding: 12px 30px;
  line-height: 1.3333333;
}
@media(max-width: 768px){
  .cs-button-box .btn-lg {
    padding: 12px 20px;
  }
  .cs-button-box .btn.btn-icon {
    padding-right: 40px;
  }
}
.btn-primary {
  color: #151515;
  background-color: transparent;
  border-color: #2e7de0;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #2e7de0;
  border-color: #2e7de0;
  opacity: 1;
}
.btn-primary:active {
  color: #ffffff;
  background-color: #2464da;
  border-color: #2464da;
  opacity: 1;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #2464da;
    border-color: #2464da;
    opacity: 1;
    outline: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline:none;
}
.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #2464da;
    border-color: #2464da;
    opacity: 1;
}
.btn-success:active, .btn-success:active:focus, .btn-success:focus, .btn-success.focus{
  color: #fff;
  background-color: #8eba39;
  border-color: #8eba39;
}
.btn-success {
  color: #fff;
  background-color: #9cce3d;
  border-color: #9cce3d;
}
.btn-success:hover {
  color: #fff;
  background-color: #8eba39;
  border-color: #8eba39;
}
.btn-info:active, .btn-info:active:focus, .btn-info:focus, .btn-info.focus{
  color: #fff;
  background-color: #52aaad;
  border-color: #52aaad;
}
.btn-info {
  color: #fff;
  background-color: #62babd;
  border-color: #62babd;
}
.btn-info:hover {
  color: #fff;
  background-color: #52aaad;
  border-color: #52aaad;
}
.btn-warning:active, .btn-warning:active:focus, .btn-warning:focus, .btn-warning.focus{
  color: #fff;
  background-color: #2e7de0;
  border-color: #2e7de0;
}
.btn-warning {
  color: #fff;
  background-color: #ffa73f;
  border-color: #ffa73f;
}
.btn-warning:hover {
  color: #fff;
  background-color: #2e7de0;
  border-color: #2e7de0;
}
.btn-danger:active, .btn-danger:active:focus, .btn-danger:focus, .btn-danger.focus{
  color: #fff;
  background-color: #cc3434;
  border-color: #cc3434;
}
.btn-danger {
  color: #fff;
  background-color: #ff3f3f;
  border-color: #ff3f3f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #cc3434;
  border-color: #cc3434;
}
.btn-s-o{
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-s-o:hover {
  color: #2e7de0;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
header.layout2 .btn.btn-s-o:hover {
  color: #2e7de0;
  background-color: #ffffff !important;
  border-color: #2e7de0 !important;
}
.button-section {
  text-align: center;
  padding: 20px 0;
}
.sec_left {
  display: inline-block;
  float: left;
}
.sec_right {
  display: inline-block;
  float: right;
}
.sec_center {
  display: inline-block;
  float: none;
  text-align: center;
  width: 100%;
}
.form-group {
  margin-bottom: 20px;
}
.form-group-button input {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
}
.form-group-button input {
  color: #1b1b1b;
  background-color: #2e7de0;
  border-color: #2e7de0;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-group-button input:hover {
    color: #1b1b1b;
    background-color: #e5c888;
    border-color: #2e7de0;
}
.input-group[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.wpcf7 .wpcf7-not-valid {
  border: 1px solid red;
}
.wpcf7-not-valid-tip {
  display: none;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  display: inline-block;
  text-align: center;
  width: 100%;
  border: 2px solid #2e7de0;
  padding: 1.2em 1em;
  color: #2e7de0;
}
div.wpcf7-response-output {
    float: left;
    text-align: center;
    width: 100%;
    margin: 1em 0px 2em 0;
  }
  .wpcf7-form-control-wrap {
    height: 100%;
    display: block;
    margin-bottom: 20px;
}
.newsletter .wpcf7-form-control-wrap {
  display: inline-block;
  max-width: 240px;
}
footer .newsletter .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
/*-------- 3.4 Input forms --------*/
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.input_field {
  position: relative;
  display: block;
  float: right;
  border: none;
  border-radius: 0;
  color: #aaa;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  margin-top: 1em;
  padding: 1.3rem 0.15em;
  width: 100%;
  background: transparent;
  color: #606060;
  outline: none;
  border-color: #66afe9;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.input_field:focus + .input_label::after {
  -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);
}
.input_label {
  display: inline-block;
  float: right;
  color: #606060;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}
.input_label::before, .input_label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 1px solid #606060;
}
.input_label::after {
  margin-top: 0;
  border-bottom: 1px solid #3f9fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
.input__label-content {
  display: block;
  padding: 1.6em 0;
  width: 100%;
  position: absolute;
}
.input--filled .input_label::after {
  -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);
}
.input_field:focus + .input_label .input__label-content,
.input--filled .input__label-content {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
  color: #999;
}
@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    -moz-transform: translate3d(1em, 0, 0);
    -ms-transform: translate3d(1em, 0, 0);
    -o-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    -moz-transform: translate3d(-1em, -40%, 0);
    -ms-transform: translate3d(-1em, -40%, 0);
    -o-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    -moz-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
/* other */
.form-group-button {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.other-alter-box {
  color: #3b7795;
  padding: 5px 10px;
  margin: 5px 0 10px;
  background: #d9edf7;
  display: inline-block;
}
.alert {
  font-size: 17px;
}
.close {
  font-size: 40px;
}
.alert-dismissable .close, .alert-dismissible .close {
    top: -10px;
  }
  /* notification */
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 16px 70px 16px 18px;
  border: none;
  border-radius: 5px;
  text-align: left;
  position: fixed;
  z-index: 555555555;
  right: 0px;
  bottom: 13%;
  line-height: initial;
  width: auto;
  height: auto;
  max-width: 470px;
  background: white;
  color: #151515;
  -webkit-box-shadow: 0px 7px 15px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 7px 15px rgb(0 0 0 / 10%);
  box-shadow: 0px 7px 15px rgb(0 0 0 / 10%);
}
.wpcf7 form .wpcf7-response-output button {
  position: absolute;
  right: 0;
  top: 0;
  height: 88%;
  margin: 5px;
  padding: 20px 22px;
  vertical-align: middle;
  font-size: 26px;
  color: #606060;
  opacity: 1;
  border-radius: 5px;
  outline: none;
}
@media(min-width: 993px) {
  .m-tabs {
    display: none;
  }
}
.panel-group.m-tabs .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
}
.m_tabs_cs_neromax {
  counter-reset: list-number;
  position: relative;
}
.m-tabs .panel-default > .panel-heading {
  padding: 0;
  border-bottom: none;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  color: #151515;
  background: #f8f8f8;
  margin-bottom: 5px;
  position: relative;
}
.m-tabs .panel-default:nth-child(even) > .panel-heading .panel-title > .accordion-click{
  background-color: rgb(255 255 255 / 20%);
}
.m-tabs .panel-default:last-child > .panel-heading {
  border-bottom: 1px solid #e7e7e7;
}
.m-tabs .panel-title {
    font-size: 14px;
}
.m-tabs .panel-title > .accordion-click {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #151515;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  .m-tabs .panel-title > .accordion-click {
    padding-right: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.m-tabs .more-less {
    float: right;
    color: #2e7de0;
    line-height: 45px;
}
.panel-group.m-tabs.m_tabs_cs_neromax .more-less {
  position: absolute;
  top: 50%;
  float: none;
  right: 0;
  margin-top: -15px;
  margin-right: 30px;
  line-height: inherit;
  padding: 0px 10px;
  background-color: #f9f9f9;
  color: #151515;
  font-size: 13px;
  font-weight: 300;
}
.m-tabs i.more-less.fa.fa-plus {
  display: none;
}
.m-tabs .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 35px 17px 10px;
}
.m-tabs .panel-default .panel-collapse {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.12);
  box-shadow: 0px 5px 10px rgba(0,0,0,0.12);
  border-radius: 5px;
}
.m-tabs .panel-default:last-child > .panel-heading + .panel-collapse > .panel-body {
  border-bottom: 1px solid #e7e7e7;
  border-top: none;
}
.m-tabs .panel-default span.tab-icon-box i {
  color: #2e7de0;
  font-size: 45px;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 10px;
  padding: 10px;
  line-height: 50px;
}
.panel-group.m-tabs.m_tabs_cs_neromax {
  counter-reset: list-number;
}
.panel-group.m-tabs.m_tabs_cs_neromax .panel-default > .panel-heading:before {
  counter-increment: list-number;
  content: counter(list-number);
  display: inline-block;
  width: 45px;
  height: 45px;
  top: 50%;
  right: 0;
  margin-top: -23px;
  margin-right: 22px;
  position: absolute;
  background: #f8f8f8;
  border: 2px solid #ffffff;
  border-radius: 50px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  padding: 6px;
  -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 5px 20px rgb(0 0 0 / 12%);
  box-shadow: 0px 5px 20px rgb(0 0 0 / 12%);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-group.m-tabs.m_tabs_cs_neromax.hidden_tab_number .panel-default > .panel-heading:before {
  display: none;
}
form.invalid .form-group{
  margin-bottom: 25px;
}
.form-group input, .form-group textarea {
  height: 50px;
  width: 100%;
  border-radius: 0px;
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #efefef;
  padding: 6px 20px;
  color: #151515;
  font-size: 14px;
}
.form-group textarea {
  height: auto;
}

#rv-date, #rv-time {
  float: none;
}
.form-control {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  background-color: #f8f8f8;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 6px 20px;
  color: #151515;
  font-size: 14px;
}
textarea.form-control {
  height:auto;
}
.form-group-transparent input:focus, .form-group-transparent textarea:focus {
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
  -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
}
.form-group-transparent input:focus {
   border-color: #e7e7e7;
   outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
  -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
}
.wpcf7 .ajax-loader {
  display: none;
}
.contact-form input[type='number'] {
  -moz-appearance:textfield;
}
/* Internet explorer - 11+ */
.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.wpcf7-spinner {
  display: none;
}
/* form.submitting .wpcf7-spinner {
	display: block;
} */
.parallax-box{
  background-color: #111111;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.parallax-box .mediaSection-box {
  display: block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
.vc-overflow-visible {
  overflow: visible !important;
}
.parallax-fixed .vc_parallax-inner {
  background-attachment: fixed !important;
  height:100% !important;
  top: 0 !important;
}
.embed-container {
  position: relative;
  padding-bottom: 56.56%;
  margin-bottom: 30px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  /*******  Widget secton ******/
  /* webkit solution */
  .search-form ::-webkit-input-placeholder, .wp-block-search__inside-wrapper ::-webkit-input-placeholder { color:#606060; }
  /* mozilla solution - this is for firefox 18+ */
  .search-form ::-moz-placeholder { color:#606060; }
  aside div.widget, .content-area .col-md-3 div.widget {
    background: none;
    padding-bottom: 0px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  .sb-search {
    margin-bottom: 60px;
  }
  .search-form, .widget .woocommerce-product-search {
    float: left;
    width: 100%;
    padding: 0 0 5px;
    vertical-align: middle;
    display: flex;
  }
  .no-results.not-found .search-form {
    max-width: 465px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .search-form label {
    float: left;
    margin: 0;
    width: 100%;
  }
    .widget_search .search-submit, .widget.widget_product_search button {
     display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
   }
  .widget_search .search-submit, .widget.widget_product_search button, .wp-block-search .wp-block-search__button, .no-results.not-found input[type="submit"] {
    margin: 0;
    padding: 4px 15px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 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;
  }
  .widget_search .search-submit, .widget.widget_product_search button, .woocommerce .widget_price_filter .price_slider_amount .button, .wp-block-search .wp-block-search__button, .no-results.not-found  input[type="submit"]{
    content: "\f002";
    color: #fff;
    background-color: #2e7de0;
    border-color: #2e7de0;
  }
  .widget_search .search-submit:hover, .widget.widget_product_search button:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .no-results.not-found  input[type="submit"]:hover, .wp-block-search .wp-block-search__button:hover {
    color: #fff;
    background-color: #0092ff;
    border-color: #0092ff;
  }
  .wp-block-search .wp-block-search__button, .no-results.not-found  input[type="submit"] {
    margin-left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .woocommerce .widget_price_filter .price_slider_amount .button {
    font-size:100%;
  }
  .widget_search .search-submit:focus, .widget.widget_product_search button:focus, .woocommerce .widget_price_filter .price_slider_amount .button:focus{
  outline: none;
  }
  .sb-search .btn-primary:active, .sb-search .widget-search button:active, .widget.widget_product_search button:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  }
  .widget_search .search-form label input, .widget.widget_product_search input[type="search"], .wp-block-search .wp-block-search__input, .no-results.not-found  input[type="search"] {
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #eeeeee;
    border-right: 0px solid #2e7de0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f8f8f8;
    font-weight: 600;
    padding: 4px 21px;
    height: 47px;
    color: #151515;
    width: 100%;
  }
  .widget_search .search-form input:focus, .widget.widget_product_search input[type="search"]:focus {
    box-shadow: none;
    outline: none;
  }
  aside>div {
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
  }
.widget-title {
    font-size: 21px;
    line-height: 28px;
    position: relative;
    margin: 0 0 25px;
    padding: 0px 0 10px;
  }
.widget-title:before, .widget-title:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #e0e0e0;
  }
  .widget-title:before {
    width: 50%;
    left: 0;
    height: 2px;
    background-color: #2e7de0;
    z-index: 1;
  }
    aside ul, .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
  }
  body .widget ul li {
    line-height: 36px;
}
  footer .widget ul {
    line-height: 40px;
  }
    aside ul li a, aside ul li, aside ul li img, aside .title{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  aside .bootstrap-datetimepicker-widget table td span:hover{
      color: #fff;
  }
  .widget_nav_menu ul.sub-menu {
    padding-left: 0;
    padding-top: 0;
  }
  .widget_nav_menu ul.sub-menu li, .widget_categories .cat-item .children {
    padding-left: 15px;
  }
  .widget_nav_menu .navigation-logo {
    display: none;
  }
  .widget.widget_product_categories ul li {
    font-size: 16px;
    list-style: none;
    margin-bottom: 0;
  }
  body .widget_categories a, body .widget_product_categories a, body .widget_meta a, body .widget_archive a {
    text-transform: capitalize;
    padding-right: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 0;
    position: relative;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  margin-top: 10px;
  display: inline-block;
}
.main-nav .woocommerce ul.cart_list, .main-nav .woocommerce ul.product_list_widget {
  width: 100%;
}
  .widget.widget_product_categories ul.children {
    margin-top: 0;
    padding-left: 20px;
  }
  .widget.widget_product_categories ul.children li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
 .widget.widget_product_categories ul li .count, .widget.woocommerce.widget_rating_filter ul li a {
    color: #a2a2a2;
  }
  .woocommerce .widget_rating_filter ul li a {
    font-weight: 400;
  }
  .woocommerce ul.products li.product .price del, .woocommerce div.product p.price del, .woocommerce div.product span.price del {
    color: #a2a2a2;
    opacity: 1;
}
.woocommerce #review_form #respond p {
   padding: 0 0;
}
.woocommerce .comment-form-cookies-consent input, .woocommerce .comment-form-cookies-consent label {
  display: inline-block;
}
.woocommerce .product_meta>span {
  display: block;
  width: 100%;
  font-weight: bold;
}
.woocommerce .product_meta>span>* {
  font-weight: 400;
  text-transform: none;
  color: #606060;
}
.woocommerce p.stars a {
  color: rgb(255, 205, 40);
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce-MyAccount-content h1 {
  font-size: 30px;
  line-height: 30px;
}
.woocommerce .quantity .qty {
  width: 90px;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  padding: 12px 12px;
  line-height: 1.3333333;
  outline: none;
}
.woocommerce #review_form #respond textarea {
  border-color: #c5c4c1;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
  padding: 20px 20px;
  color: #151515;
  font-size: 17px;
}
.woocommerce div.product form.cart .group_table td {
  text-align: left;
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
  color: #606060;
}
.single-product .woocommerce-grouped-product-list-item__price {
  color: #151515;
  font-weight: 800;
}
.single-product .woocommerce-grouped-product-list.group_table {
  margin: 0 0 30px;
}
ul.wp-block-archives {
  color: #a0a0a0;
  font-weight: bold;
}
aside ul li, aside .widget_categories ul, aside .widget_archive ul, aside .widget_recent_comments ul, aside .widget_meta ul, aside .widget_nav_menu ul, aside .widget_pages ul, ul.wp-block-archives{
  line-height: 45px;
}
  aside ul li, aside .widget_categories ul li, aside .widget_archive ul li, aside .widget_recent_comments ul li, aside .widget_meta ul li, aside .widget_nav_menu ul li{
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    margin-bottom: 0;
  }
  aside ul li, aside .widget_categories ul li:last-child, aside .widget_archive ul li:last-child, aside .widget_recent_comments ul li:last-child, aside .widget_meta ul li:last-child, aside .widget_nav_menu ul li:last-child {
    border-bottom: none;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    margin-bottom: 0px;
  }
  aside .widget_recent_entries ul li, aside .widget_archive ul li,  aside .widget_recent_comments ul li, aside .widget_meta ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  aside .widget_archive ul li, aside .widget_meta ul li {
    display: block;
  }
  aside .widget_categories ul li {
    color: #a0a0a0;
  }
  aside .widget_categories ul li, aside .widget_product_categories ul li, aside .widget_archive ul li, aside .widget_nav_menu ul li, aside .widget_pages ul li{
    padding-left: 15px;
  }
  aside .widget_categories a:after, aside .widget_product_categories a:after, aside .widget_archive ul li a:after, aside .widget_nav_menu ul li a:after, aside .widget_pages ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    left: -15px;
    margin-top: -2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    background: #a0a0a0;
}
.widget.widget_categories ul li, .widget.widget_archive ul li {
  color: #a2a2a2;
}
  aside ul li a, .widget ul li a, aside .widget_pages ul li a, aside .widget_categories ul li a, aside .widget_archive ul li a, aside #recent-post-box li a, aside .widget_recent_comments ul li a, aside .widget_meta ul li a, aside .widget_nav_menu ul li a, ul.wp-block-archives  li a {
    position: relative;
    font-weight: bold;
    text-decoration: none;
    color: #151515;
  }
  aside .widget_nav_menu ul li a, aside .widget_pages ul li a{
    margin-bottom: 15px;
  }
  aside .widget_nav_menu ul li a, aside .widget_pages ul li a {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 30px;
    display: block;
  }
  aside ul li a:hover, ul.wp-block-archives li a:hover {
    color:#2e7de0;
  }
  aside .widget_categories a:hover:after, aside .widget_product_categories a:hover:after {
    background: #2e7de0;
  }
  .widget_calendar a {
    text-decoration: none;
    color:#2e7de0;
  }
aside #recent-post-box li a:hover .title {
  color:#2e7de0;
}
aside #recent-post-box .info,   footer #recent-post-box .info {
  float: left;
  width: 170px;
  padding: 0;
  margin: 0;
  line-height: 23px;
}
aside #recent-post-box li {
  font-size: 16px;
  list-style: none;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 0;
  border-bottom: 0;
}
  aside #recent-post-box li:last-child {
    margin-bottom: 0;
  }
  aside #recent-post-box .post-image, footer #recent-post-box .post-image {
    margin-right: 20px;
    float: left;
    width: 70px;
  }
  aside #recent-post-box .post-image img, footer #recent-post-box .post-image img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    object-fit: cover;
    object-position: 50% 0;
  }
  aside #recent-post-box li img:hover, aside #recent-post-box ul li a:hover>img {
    border: 1px solid #2e7de0;
  }
  aside #recent-post-box .title {
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  aside #recent-post-box .date-time {
    color:#aaa;
    font-style: italic;
  }
  footer #recent-post-box a .title{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer #recent-post-box a:hover .title{
    color: #ffffff;
  }
  .tagcloud{
    width: 100%;
    padding: 0px;
    line-height: normal;
  }
  #footer .tagcloud {
    margin-top: 8px;
  }
  #footer mark,  #footer ins {
    background: #484848;
  }
.tagcloud a, .wp-block-tag-cloud a{
    color:#151515;
    font-size: 16px !important;
    padding: 3px 10px;
    list-style: none;
    text-decoration: none;
    display: inline-block;
    margin: 5px 5px 4px 0;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 3px;
  }
  footer .tagcloud a {
    color: #151515;
    background: #3a3a3a;
    border: 1px solid #4a4a4a;
}
.tagcloud a:hover, .wp-block-tag-cloud a:hover {
  color: #ffffff;
  background: #2e7de0;
  border: 1px solid #2464da;
  }
.widget_calendar table{
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 0;
  width: 100%;
}
.widget_calendar table th, .widget_calendar table td, .wp-block-calendar tbody td {
  position: relative;
}
.widget_calendar table th, table td, .wp-block-calendar table th {
  border: 1px solid #e0e0e0;
  padding: 3px 5px;
  text-align: center;
}
.wp-block-calendar tbody td, .wp-block-calendar th {
  padding: .25em;
  border: 1px solid #ddd;
}
.wp-block-calendar table {
  margin-bottom: 0;
}
.widget_calendar table thead th, .wp-block-calendar table th {
  background-color: #f8f8f8;
}
.wp-block-calendar table th {
  font-weight: bold;
}
.widget_calendar table td#today {
  background-color: #2e7de0;
  border-color: #2e7de0;
  color: #fff;
} 
.widget_calendar table td a, .wp-block-calendar a {
  color: #151515;
}
.wp-block-calendar a {
  text-decoration: none;
}
.widget_calendar table td a:before, .wp-block-calendar table td a:before {
  content: "";
  background-color: #efefef;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.calendar_wrap {
  margin: 15px 0 0;
}
#footer .calendar_wrap {
  margin: 30px 0 20px;
}

caption, .wp-block-calendar table caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  background-color: #2e7de0;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.wp-calendar-nav {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.wp-calendar-nav .wp-calendar-nav-prev, .wp-calendar-nav .wp-calendar-nav-next {
  width: 50%;
  float: left;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-calendar-nav .pad {
  display: none;
}
.wp-calendar-nav .wp-calendar-nav-prev a, .wp-calendar-nav .wp-calendar-nav-next a{
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #151515;
}
.wp-calendar-nav .wp-calendar-nav-prev {
  border: 1px solid #e0e0e0;
  border-top: none;
  border-right: none;
  background-color: #f8f8f8;
  border-bottom-left-radius: 5px;
}
.wp-calendar-nav .wp-calendar-nav-next{
  border: 1px solid #e0e0e0;
  border-top: none;
  border-left: none;
  text-align: right;
  border-bottom-right-radius: 5px;
}
.wp-block-calendar .wp-calendar-nav .wp-calendar-nav-next{
 text-align: center;
}
.wp-calendar-nav .wp-calendar-nav-prev:hover, .wp-calendar-nav .wp-calendar-nav-next:hover {
  background-color: #2e7de0;
  border-color: #2e7de0;
}
.wp-calendar-nav .wp-calendar-nav-prev:hover a, .wp-calendar-nav .wp-calendar-nav-next:hover a{
 color: #ffffff;
}
/* footer widget calendar */
footer .widget_calendar table th, footer .widget_calendar table td {
  position: relative;
}
footer .widget_calendar table th, footer table td {
  border: 1px solid rgb(74 74 74);
}
footer .widget_calendar table thead th {
  background-color: #232323;
}
footer .widget_calendar table td#today {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  color: #fff;
} 
footer .widget_calendar table td a {
  color: #151515;
}
footer .widget_calendar table td a:before {
  background-color: #efefef;
}
footer .widget_calendar caption {
  color: #fff;
  background-color: #3a3a3a;
}
footer .wp-calendar-nav .wp-calendar-nav-prev a, footer .wp-calendar-nav .wp-calendar-nav-next a{
  color: #151515;
}
footer .wp-calendar-nav .wp-calendar-nav-prev {
  border: 1px solid rgb(74 74 74);
  border-top: none;
  border-right: none;
  background-color: #3a3a3a;
}
footer .wp-calendar-nav .wp-calendar-nav-next{
  border: 1px solid rgb(74 74 74);
  border-top: none;
  border-left: none;
}
footer .wp-calendar-nav .wp-calendar-nav-prev:hover, footer .wp-calendar-nav .wp-calendar-nav-next:hover {
  background-color: #2e7de0;
  border-color: #2e7de0;
}
footer .wp-calendar-nav .wp-calendar-nav-prev:hover a, footer .wp-calendar-nav .wp-calendar-nav-next:hover a{
 color: #ffffff;
}
.sb-advert .advert-image {
  height: auto;
  width: 100%;
  padding: 35px 20px 20px 20px;
  position: relative;
  z-index: 0;
}
.sb-advert .advert-image .ads-overlay {
  background: rgba(57, 41, 31, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
.sb-advert .advert-image span {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  color: #efefef;
  display: block;
  padding-bottom: 30px;
}
.sb-advert .advert-image h3 {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  color:#efefef;
  margin-bottom: 10px;
  line-height: 22px;
}
.sb-advert .advert-image a {
  text-decoration: none;
  color:#efefef;
}
.sb-advert .advert-image a:hover {
  color: #2e7de0;
}
.sb-advert .advert-image h3:after {
  content: "";
  border-bottom: 2px solid #efefef;
  width: 100%;
  max-width: 150px;
  display: block;
  margin: 10px auto;
}
.sb-advert .advert-image p {
  color: #d9d9d9;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
}
.post .sb-advert .button-section {
  text-align: center;
}

.sb-advert .button-section .btn-o-primary:hover {
  background-color: #2e7de0;
  color: #1b1b1b;
}
.page-links a.post-page-numbers, .page-links .post-page-numbers {
  font-size: 12pt;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #151515;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.page-links .post-page-numbers.current {
  color: #fff;
  background-color: #2e7de0;
  border-color: #2e7de0;
}
.pagination {
  width: 100%;
  text-align: left;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination ul > li {
  font-size: 12pt;
  font-weight: bold;
  display: inline-block;
  margin: 0 2px;
  padding: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  float: left;
  line-height: 40px;
  border-radius: 5px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.pagination ul > li a, .pagination ul > li span {
  display: block;
  width: 40px;
  height: 40px;
  color: #151515;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.pagination ul > li span.current{
  background: #2e7de0;
  color: #FFF;
}
.pagination ul > li a:hover,
.pagination ul > li a:focus {
  text-decoration: none;
}
.pagination ul li:hover, .pagination ul li.active, .pagination ul .active {
  background-color: #2e7de0;
  border-color: #2e7de0;
}
.pagination ul li:hover a, .pagination ul li:hover, .pagination ul li.active, .pagination ul li.active a, .pagination ul .active {
  color: #fff;
}
/**** Comment Section ****/
.comments-area .comments-title{
  margin:0 0 45px 0;
}
.comments-area li {
  margin-bottom: 50px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .comments-area li.comment {
    margin-bottom: 40px;
  }
}
.comments-area li ul.children {
  margin-top: 60px;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .comments-area li ul.children {
    margin-top: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 575px) {
  .comments-area li ul.children {
    margin-top: 50px;
    padding-left: 0px;
    margin-left: 0;
  }
}
.comments-area .comment-content:not(.pingback) {
  padding-left: 110px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-content:not(.pingback) {
    padding-left: 75px;
  }
}
@media screen and (max-width: 575px) {
  .comments-area .comment-content:not(.pingback) {
    position: relative;
    padding-left: 0px;
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 30px;
  }
  .comment-content:before {
    content: "";
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent #f8f8f8 transparent;
    left: 42px;
    top: -23px;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: inline-block;
    position: absolute;
  }
}
.comments-area .comment-body .comment-meta {
position: relative;
}
.comments-area .comment-body .comment-meta h5 {
  margin-bottom: 0;
}
.comments-area .comment-author a {
  color: #151515;
}
.comments-area .comment-author a:hover, .comments-area .comment-author a:focus {
  color: #0092ff;
}
.comments-area .comment-body .comment-meta .comment_data {
  display: inline-block;
  opacity: 0.6;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.comments-area .comment-body .comment-meta a.comment-reply-link {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: 700;
  color: #2e7de0;
}
.comments-area .comment-body .comment-meta .desc-comment-reply a.comment-reply-link {
  
}
.comments-area .comment-body .comment-meta.mob-comment-reply {
  display: none;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-body .comment-meta .desc-comment-reply {
    display: none;
  }
  .comments-area .comment-body .comment-meta.mob-comment-reply {
    display: table;
  }
  .comments-area .comment-body .comment-meta.mob-comment-reply a.comment-reply-link {
    float: left;
    display: block;
    position: relative;
  }
}
.comments-area .comment-body .comment-meta a.comment-reply-link {
  text-transform: uppercase;
}
.comments-area .comment-body .comment-meta a.comment-reply-link:before {
  content: "\f112";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
  display: inline-block;
  -moz-transform:rotate(1deg);
  -webkit-transform:rotate(1deg);
  -o-transform:rotate(1deg);
  -ms-transform:rotate(1deg);
  transform: rotate(1deg);
}
.comments-area .comment-body .comment-meta a.comment-reply-link:hover:before {
  -moz-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  transform: rotate(-90deg);
}
.comments-area .comment-body .comment-details {
  margin-top: 5px;
}
.comments-area .comment-author .bmavatar {
  float: left;
}
@media screen and (max-width: 575px) {
  .comments-area .comment-author .bmavatar {
    float: none;
    display: block;
    text-align: left;
    margin: 0 auto 22px auto;
  }
}
.comments-area .comment-author .bmavatar img {
  width: 90px;
  border-radius: 5px;
  object-fit: cover;
  object-position: 50% 30%;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-author .bmavatar img {
    width: 60px;
    object-position: 50% 30%;
    height: 60px;
  }
}
@media screen and (max-width: 575px) {
  .comments-area .comment-author .bmavatar img {
    width: 90px;
    object-position: 50% 30%;
    height: 90px;
  }
}
.comment-reply-title {
  color: #151515;
  margin-bottom: 10px;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 28px;
}
.comment-reply-title small {
  float: right;
  margin-left: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .comment-reply-title small {
    float: none;
    margin-left: 0;
    display: block;
    text-align: left;
    margin-top: 15px;
  }
}
.comment-reply-title  small a {
  color: #2e7ce1;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.comment-reply-title  small a:hover {
  color: #0092ff;
}
.comment-respond .form-group input, .comment-respond .form-group textarea {
    border-radius: 5px;
    border: 1px solid #eeeeee;
    background-color: #f8f8f8;
    padding: 20px 20px;
    color: #151515;
    font-size: 17px;
}
.form-control:focus {
  outline: none;
  border-color: #eeeeee;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-respond .form-group textarea {
  height: 155px;
}
#comments .comment-notes {
  margin-bottom: 30px;
}
/* webkit solution */
.comment-respond ::-webkit-input-placeholder { color:#606060;}

/* mozilla solution - this is for firefox 18+ */
.comment-respond ::-moz-placeholder { color:#606060;}
.comment-respond input[type='number'] {
-moz-appearance:textfield;
}
.comment-respond input::-webkit-outer-spin-button,
.comment-respond input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.comment-respond {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  padding: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.comments-area .comment-text ul, .comments-area .comment-text ol {
  padding-left: 20px;
  line-height: 30px;
}
.comments-area .comment-text li {
  margin-bottom: 0;  
}
 /*FINISH*/
/* # Responsive Tabs */
/*----- Tabs -----*/
.tabs {
  width:100%;
  display:inline-block;
}
@media(max-width: 992px) {
  .tabs.style1, .tabs.style2, .tabs.style3 {
    display: none;
  }
}
  /*----- Tab Links -----*/
  #tabs_cs_neromax .tab-content .wpb_content_element, #tabs_cs_neromax .tab-content  ul.wpb_thumbnails-fluid > li, .wpb_button {
    margin-bottom: 0;
  }
  .tabs.style1 .tab-links:after {
    display:block;
    clear:both;
    content:'';
  }
  .tabs.style1 .tab-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
  }
 .tabs.style1 .tab-links li {
     margin-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #151515;
    background: #f8f8f8;
    float: none;
    text-align: center;
    list-style: none;
    counter-increment: inst;
    position: relative;
  }
  .tabs.style1 .tab-links li:first-child {
    border-top-left-radius: 5px;
  }
  .tabs.style1 .tab-links li:last-child {
    border-top-right-radius: 5px;
  }
  .tabs.style1 .tab-links li a {
    /* border-top: 3px solid transparent; */
  }
  .tabs.style1 .tab-links li.active a, .tabs.style1 .tab-links li a:hover {
    /* border-top: 3px solid rgb(255 255 255 / 48%); */
  }
  .tabs.style1 .tab-links li .background-tab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .tabs.style1 .tab-links li:nth-child(even) .background-tab {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }
  .tabs.style1 .tab-links li:nth-child(even) .background-tab:before {
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #ffffff;
    opacity: 0;
  }
  /* .tabs.style1 .tab-links li:nth-child(even) .background-tab {
    background: #2e7de0;
    opacity: 0.8;
  } */
  .tabs.style1 .tab-links li:last-child {
    margin-right: 0px;
  }
  .tabs.style1 .tab-links li.active:last-child, .tabs.style1 .tab-links li.active:hover:last-child{
    margin-right: 0px;
  }
  .tabs.style1 .tab-links [data-href] {
    color: #151515;
    text-align: center;
    font-size: 16px;
    padding: 20px 20px;
    display: block;
    height: 100%;
    font-weight: 600;
    text-decoration: none;
    transition:all linear 0.15s;
    cursor: pointer;
  }
  .tabs.style1 .tab-links [data-href]:hover {
    color: #151515;
    text-decoration:none;
  }
  .tabs.style1 .tab-links li.active [data-href], .tabs.style1 .tab-links li.active [data-href]:hover {
    color: #151515;
  }
  .tabs.style1 .tab-links li.active [data-href] i, .tabs.style1 .tab-links li.active [data-href]:hover i{
    color: #2e7de0;
  }
  .tabs.style1 .tab-links li:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f8f8f8;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -15px;
    z-index: 10;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    transition: all linear 0.1s;
  }
  .tabs.style1 .tab-links li:before {
    content: counter(inst);
    display: inline-block;
    width: 45px;
    height: 45px;
    top: 0;
    right: 0;
    margin-top: -24px;
    margin-right: -24px;
    position: absolute;
    background: #f8f8f8;
    border: 2px solid #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    padding: 6px;
    -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0px 5px 20px rgb(0 0 0 / 12%);
    box-shadow: 0px 5px 20px rgb(0 0 0 / 12%);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .tabs.style1.hidden_tab_number .tab-links li:before {
    display: none;
  }
  .tabs.style1 .tab-links li.active:before {
    background-color: #2e7de0;
    border-color:#2e7de0;
    color: #fff;
  }
  .tabs.style1 .tab-links li.active:after, .tabs.style1 .tab-links li:hover {
    opacity: 1;
    visibility: visible;
    border-top-color: #ffffff;
  }
  .tabs.style1 .tab-links li:nth-child(even):after {

  }
  .tabs.style1 .tab-links li {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
  }
  .tabs.style1 .tab-links li.active, .tabs.style1 .tab-links li:hover {
    background: #ffffff;
    border-top: 1px solid #e0e0e0;
    border-bottom-color: transparent;
    -webkit-box-shadow: 5px 7px 31px rgb(0 0 0 / 12%);
    -moz-box-shadow: 5px 7px 31px rgb(0 0 0 / 12%);
    box-shadow: 5px 7px 31px rgb(0 0 0 / 12%);
  }
/*----- Content of Tabs -----*/
.tabs.style1 .tab-content {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs.style1 .tab-content:hover {
  -webkit-box-shadow: 0px 5px 20px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 5px 20px rgb(0 0 0 / 12%);
  box-shadow: 0px 5px 20px rgb(0 0 0 / 12%);
}
.tabs.style1 .tab {
  display:none;
  padding: 50px 50px 50px;
  border-radius: 3px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tabs.style1 .tab.active {
  display:block;
}
.tabs.style1 .tab-links li i,
.tabs.style1 .tab-links li span {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.tabs.style1 .tab-links li i {
  font-size: 45px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
  color: #2e7de0;
}
.tabs.style1 .tab-links li .img-icon {
  display: block;
  margin-bottom: 5px;
}
.tabs.style1 .tab-links li .img-icon img {
  width: 54px;
}
.tabs.style1 .tab-links span {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
@media all and (min-width: 720px) {
  .tabs.style1 .tab-links i {
    /*margin-right: 7px;*/
    font-size: 22px;
  }
  .tabs.style1 .tab-links span {
    display: inline-block;
  }
}
@media all and (max-width: 992px) {
  .tabs.style1 .tab-content .btn{
    margin-bottom: 40px;
  }
}
.tabs .tab-content .wpb_column.vc_column_container[class*='vc_col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
/** icon Boxes **/
.iconBox {
  display: inline-block;
  width: 100%;
  margin: 30px 0 0;
  padding: 45px 40px;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.iconBox.boxes_style4 {
  margin: 30px 0 0;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.iconBox.boxes_style4:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}
.iconBox.boxes_style2, .iconBox.boxes_style2:hover, .iconBox.boxes_style3, .iconBox.boxes_style3:hover {
  background: none;
  border: none;
}
.iconBox.boxes_style2.right_icon, .iconBox.boxes_style3.right_icon {
  padding: 0 30px 0 0;
}
.iconBox.boxes_style2.left_icon, .iconBox.boxes_style3.left_icon {
  padding: 0 0 0 30px;
}
.iconBox.boxes_style3.left_icon, .iconBox.boxes_style3.right_icon {
  padding: 0 0 0 0;
}
.iconBox.boxes_style3 {
  margin: 0 0 45px ;
}
.iconBox {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconBox:hover {
  -webkit-box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
  -moz-box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
  box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
}
.iconBox.boxes_style3, .iconBox.boxes_style3:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.iconBox a {
  text-decoration: none;
  color: #151515;
}
.iconBox .iconBox-description {
  margin-top: 30px;
}

.iconBox.boxes_style3 .iconBox-description {
  margin-top: 18px;
}
.iconBox.boxes_style4.center_icon .iconBox-description {
  margin-top: 20px;
}
.iconBox .iconBox-title {
  display: block;
  text-align: center;
  color: #151515;
  margin-top: 0;
}
.iconBox .iconBox-text {
  display: block;
  text-align: center;
  color: #606060;
}
.iconBox-btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconBox .iconBox-btn i {
  font-size: 16px;
}
.iconBox .iconBox-btn {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 15px 0 0;
  padding: 0 10px;
  font-weight: bold;
  color: #151515;
}
.iconBox.left_icon .iconBox-btn {
  text-align: left;
  display: block;
  margin: 15px 0;
  padding: 0;
}
.iconBox.right_icon .iconBox-btn {
  text-align: right;
  display: block;
  margin: 15px 0;
  padding: 0;
}
.iconBox .iconBox-btn i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.iconBox .iconBox-btn:hover {
  color: #0092ff;
}
.iconBox .iconBox-btn:hover i {
  margin-left: 10px;
}
.iconBox-icon {
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 1.4;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.iconBox-icon i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.iconBox-icon i {
  padding: 10px;
  line-height: 1.2;
}
.iconBox.boxes_style4 .iconBox-icon i {
  padding: 0;
  line-height: initial;
}
.iconBox-icon .custom-img-icon {
  position: absolute;
  left: 0;
  right: 0;
  padding: 12px;
}
.iconBox-icon .custom-img-icon img {
  width: 50px;
}
.iconBox.center_icon .iconBox-icon {
  margin-left: auto;
  margin-right: auto;
}
.iconBox.left_icon .iconBox-icon {
  margin-left: auto;
  margin-right: auto;
}
.iconBox.right_icon .iconBox-icon {
  margin-left: auto;
  margin-right: auto;
}
.iconBox .custom-img-icon.hover-img-icon {
  opacity: 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;
}
.iconBox:hover .custom-img-icon.hover-img-icon {
  opacity: 1;
}
.iconBox.boxes_style2 .iconBox-head-title, .iconBox.boxes_style3 .iconBox-head-title {
  font-size: 21px;
  font-weight: 300;
  color: #000;
}
.iconBox.left_icon .iconBox-icon{
  float: left;
}
.iconBox.right_icon .iconBox-icon {
  float: right;
  margin-right: 7px;
}
.iconBox.boxes_style3.right_icon .iconBox-icon {
  float: right;
  margin-right: 0;
  text-align: right;
}
.iconBox.left_icon .iconBox-icon, .iconBox.right_icon .iconBox-icon {
  display: inline-block;
}
.iconBox.boxes_style4.left_icon .iconBox-icon, .iconBox.boxes_style4.right_icon .iconBox-icon {
  margin-left: 0;
  margin-right: 0
}
.iconBox.left_icon .iconBox-description, .iconBox.right_icon .iconBox-description {
  position: relative;
}
.iconBox.boxes_style4.left_icon .iconBox-description, .iconBox.boxes_style4.right_icon .iconBox-description, .iconBox.boxes_style4.center_icon .iconBox-description {
  display: block;
}
.iconBox.left_icon .iconBox-description {
  left: 10px;
  display: inline-block;
  width: 100%;
}
.iconBox.boxes_style3.left_icon .iconBox-description {
  left: 0;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.iconBox.boxes_style4.left_icon .iconBox-description, .iconBox.boxes_style4.right_icon .iconBox-description {
  left: 0;
  padding-left: 75px;
  position: relative;
  margin-top: 0;
}
.iconBox.boxes_style4.left_icon .iconBox-description.pb-desc {
  left: 0;
  padding-left: 95px;
  position: relative;
}
.iconBox.right_icon .iconBox-description {
  right: 10px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.iconBox.boxes_style3.right_icon .iconBox-description {
  right: 0;
}
.iconBox.boxes_style4.right_icon .iconBox-description {
  right: 0;
  padding-right: 75px;
  position: relative;
}
.iconBox.boxes_style4.right_icon .iconBox-description.pb-desc {
  right: 0;
  padding-right: 95px;
  position: relative;
}
.iconBox.right_icon .iconBox-head-title {
  width: 100%;
  text-align: right;
  float: right;
}
.iconBox.left_icon .iconBox-head-title {
  width: 100%;
  text-align: left;
  float: left;
}
.iconBox.left_icon .iconBox-description .iconBox-title, .iconBox.right_icon .iconBox-description .iconBox-title{
    margin-top: 0;
}
.iconBox.left_icon .iconBox-description .iconBox-title, .iconBox.left_icon .iconBox-description .iconBox-text{
    text-align: left;
}
.iconBox.right_icon .iconBox-description .iconBox-title, .iconBox.right_icon .iconBox-description .iconBox-text{
    text-align: right;
}
.iconBox.boxes_style3 .iconBox-icon.large_icon i {
  padding: 0;
}
.iconBox-icon.large_icon {
  width: 85px;
  height: 85px;
}
.iconBox-icon.large_icon:before{
  height: 90px;
  width: 90px;
  top: -8px;
  left: -8px;
}
.iconBox-icon.large_icon .fa, .iconBox-icon.large_icon .fas, .iconBox-icon.large_icon .far, .iconBox-icon.large_icon .fab   {
    font-size: 70px;
}
.iconBox-icon.large_icon i {
  font-size: 70px;
}
.iconBox-icon.medium_icon i {
  font-size: 50px;
}
.iconBox-icon.mini_icon i {
  font-size: 35px;
}
.iconBox-icon.medium_icon:before {
  height: 70px;
  width: 70px;
  top: -7px;
  left: 2px;
}
.iconBox-icon.medium_icon .glyph-icon {
  font-size: 40px;
}
.iconBox-icon.medium_icon .fa, .iconBox-icon.medium_icon .fas, .iconBox-icon.medium_icon .far, .iconBox-icon.medium_icon .fab   {
    font-size: 33px;
    padding: 10px;
    line-height: 1.2;
}
.iconBox-icon.mini_icon .fa, .iconBox-icon.mini_icon .fas, .iconBox-icon.mini_icon .far, .iconBox-icon.mini_icon .fab   {
    font-size: 33px;
    padding: 4px;
    line-height: 1.2;
}
.iconBox-icon.mini_icon {
  width: 40px;
  height: 40px;
}
.iconBox-icon.mini_icon:before{
  height: 55px;
  width: 55px;
  top: -3px;
  left: 10px;
}
.iconBox-icon.mini_icon .glyph-icon:before {
  font-size: 35px;
}
.iconBox-icon.mini_icon .fa {
  font-size: 25px;
  padding: 10px;
  line-height: 1.2;
}
.iconBox-icon.medium_icon .custom-img-icon {
  padding: 7px;
}
.iconBox-icon.medium_icon .custom-img-icon img{
  width: 40px;
}
.iconBox-icon.mini_icon .custom-img-icon {
  padding: 9px;
}
.iconBox-icon.mini_icon .custom-img-icon img{
  width: 30px;
}
/** Counter up **/
.counterBox {
  display: inline-block;
  width: 100%;
  margin: 0 0 0px;
  padding: 30px 30px 30px;
  position: relative;
}
.counterBox .count-box {
  line-height: initial;
}
.counterBox .counter {
  font-size: 50px;
  line-height: inherit;
  font-weight: 900;
  white-space: nowrap;
}
.counterBox .counter-plus {
  font-size: 38px;
  font-weight: bold;
  position: relative;
  left: 0px;
  top: -25px;
  vertical-align: top;
}
.counterBox a {
  text-decoration: none;
  color: #151515;
}
.counterBox .counterBox-description {
  text-align: center;
  margin-top: 0px;
}
.counterBox .counterBox-title {
  display: block;
  text-align: center;
  color: #606060;
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
}
.counterBox .counterBox-text {
  display: inline-block;
  text-align: center;
  color: #151515;
  opacity: 0.7;
  line-height: 0;
  margin-top: 10px;
}
.counterBox-icon {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 1.4;
  background: transparent;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.counterBox-icon i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.counterBox-icon i {
  padding: 10px;
  line-height: 1.2;
}
.counterBox-icon .custom-img-icon {
  position: absolute;
  left: 0;
  right: 0;
  padding: 12px;
}
.counterBox-icon .custom-img-icon img {
  width: 50px;
}
.counterBox.center_icon .counterBox-icon {
  margin-left: auto;
  margin-right: auto;
}
.counterBox .custom-img-icon.hover-img-icon {
  opacity: 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;
}
.counterBox:hover .custom-img-icon.hover-img-icon {
  opacity: 1;
}
.counterBox-icon.large_icon {
  width: 85px;
  height: 85px;
  margin-bottom: 25px;
}
.counterBox-icon.large_icon:before{
  height: 90px;
  width: 90px;
  top: -8px;
  left: -8px;
}
.counterBox-icon.large_icon .fa, .counterBox-icon.large_icon .fas, .counterBox-icon.large_icon .far, .counterBox-icon.large_icon .fab   {
    font-size: 70px;
}
.counterBox-icon.large_icon i {
  font-size: 70px;
}
.counterBox-icon.medium_icon i {
  font-size: 50px;
}
.counterBox-icon.mini_icon i {
  font-size: 35px;
}
.counterBox-icon.medium_icon:before {
  height: 70px;
  width: 70px;
  top: -7px;
  left: 2px;
}
.counterBox-icon.medium_icon .glyph-icon {
  font-size: 40px;
}
.counterBox-icon.medium_icon .fa, .counterBox-icon.medium_icon .fas, .counterBox-icon.medium_icon .far, .counterBox-icon.medium_icon .fab   {
    font-size: 33px;
    padding: 10px;
    line-height: 1.2;
}
.counterBox-icon.mini_icon .fa, .counterBox-icon.mini_icon .fas, .counterBox-icon.mini_icon .far, .counterBox-icon.mini_icon .fab   {
    font-size: 33px;
    padding: 4px;
    line-height: 1.2;
}
.counterBox-icon.mini_icon {
  margin-bottom: 0px;
}
.counterBox-icon.mini_icon:before{
  height: 55px;
  width: 55px;
  top: -3px;
  left: 10px;
}
.counterBox-icon.mini_icon .glyph-icon:before {
  font-size: 35px;
}
.counterBox-icon.mini_icon .fa {
  font-size: 25px;
  padding: 10px;
  line-height: 1.2;
}
.counterBox-icon.medium_icon .custom-img-icon {
  padding: 7px;
}
.counterBox-icon.medium_icon .custom-img-icon img{
  width: 40px;
}
.counterBox-icon.mini_icon .custom-img-icon {
  padding: 9px;
}
.counterBox-icon.mini_icon .custom-img-icon img{
  width: 30px;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* #Progress bar
================================================== */
.progressbar_box {
  margin-bottom: 30px;
}
.progressbar_box .progress_text_box {
  font-size: 14px;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
  color: #232323
}
.progressbar_box .progress_text_box .p_precent{
  float: right;
}
.progressbar_box .progress {
  height: 3px;
  background-color: #e0e0e0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progressbar_box .progress .progress-bar {
  background-color: #2e7de0;
}
/* #Header
================================================== */
#header {
  width: 100%;
  position: absolute;
  z-index: 1001;
}
#header:after {
  content: " ";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: transparent;
  z-index: 10;
}
#top-bar {
  font-size: 14px;
  width: 100%;
  min-height: 45px;
  line-height: 43px;
  background-color: rgb(0 0 0 / 25%);
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  position: relative;
  z-index: 1;
}
#top-bar a {
    color: #e1e1e1;
}
#top-bar a:hover,
#top-bar a:focus {
  color: #2e7de0;
  text-decoration: none;
}
header.layout2 #top-bar a, header.layout2 #top-bar span, header.layout2 #top-bar .social-circle-border {
  color: #6c6c6c;
}
header.layout2 #top-bar a:hover, header.layout2 #top-bar a:focus {
  color: #2e7de0;
  text-decoration: none;
}
header.layout2 #top-bar .social-circle-border {
  border-color: #6c6c6c;
}
#top-bar .container-width {
  width: 100%;
  padding: 0 30px;
}
#top-bar .container-width > .row {
  margin-left: 0;
  margin-right: 0;
}
.top-info-left{
  float: left;
  margin: 0;
  padding: 0;
}
.top-info-right{
  float: right;
  margin: 0;
  padding: 0;
}
.top-info-left .textwidget ul,
.top-info-right .textwidget ul, .top-info{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-info-left .textwidget li,
.top-info-right .textwidget li {
  color:#e1e1e1;
}
.top-info-left .textwidget li,
.top-info-right .textwidget li {
  display: inline-block;
  margin-left: 20px;
}
.top-info-left .textwidget .socials-box li,
.top-info-right .textwidget .socials-box li {
  margin: 1px 5px;
}

#top-buttons{
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-info li,
#top-buttons li {
  color:#e1e1e1;
}
.top-info li,
#top-buttons li {
  display: inline-block;
  margin-left: 20px;
}
.top-info li:first-child {
  margin-left: 0;
}
#top-buttons {
  float: right;
}
#top-buttons .divider {
  position: relative;
  border-left: 1px solid #74777c;
  width: 1px;
  height: 22px;
  overflow: hidden;
  margin-bottom: -6px;
}
#top-social a::after {
  content: "";
  background: transparent;
  width: 26px;
  height: 26px;
  position: absolute;
  margin: 8px -18px;
  border: 2px solid;
  border-radius: 50%;
}
.nav-mobile-btn {
  display: none;
}
#nav-section {
  padding: 0;
  background-color: transparent;
  border-bottom: 1px solid rgb(255 255 255 / 14%);
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
  -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;
}
#nav-section.stuck {
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
#nav-section.stuck:after {
  content: " ";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  z-index: 10;
}
#nav-section.navshrink {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 1px 0 10px rgba(0,0,0,0.1);
  box-shadow: 1px 0 10px rgba(0,0,0,0.1);
}
#nav-section.navshrink .navigation-logo img {
  height: 45px;
}
#nav-section.navshrink .sb-search {
  margin-top: 15px;
}
.navbar-btn {
  display: none;
}
.main-nav-wrap {
  width: 100%;
  padding: 0 30px;
}
.main-nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.main-nav-wrap .main-nav>[class^=header-col] {
  flex-flow: row nowrap;
  display: flex;
  align-items: stretch;
  position: static;
}
.main-nav-wrap .main-nav .header-col {
  flex-basis: 0%;
  flex-grow: .67;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.main-nav-wrap .main-nav .header-col:first-child {
  padding-left: 0;
  max-width: 337px;
}
.main-nav-wrap .main-nav .header-col:last-child {
  padding-right: 0;
}
.main-nav-wrap .main-nav>[class^=header-col] {
  flex-flow: row nowrap;
}
.main-nav-wrap .main-nav .header-left {
  padding-left: 0;
}
.main-nav-wrap .main-nav .header-center {
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1600px){ 
    .main-nav-wrap .main-nav .header-center {
      margin-left: 0;
    }
}
.main-nav-wrap .main-nav .header-right {
  justify-content: flex-end;
  flex: 20%;
  padding-right: 0;
}
.main-nav .nav-logo {
  float: left;
  width: 100%;
}
.main-nav .mob-nav-logo {
  display: none;
}
.header-background {
  background: #2e2e2e;
  width: 100%;
  height: 100vh;
  display: table;
  position: relative;
  vertical-align: middle;
  text-align: center;
  z-index: 0;
}
.half .header-background {
  height: auto;
}
.half .center-section {
  padding: 190px 0 60px;
}
.header-background .center-section {
  width: 100%;
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.header-background-box .section-title, .header-background-box .section-subtitle {
  color:#ffffff;
}
.header-background-box .section-title {
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}
.header-background-box .section-subtitle {
  padding-bottom: 0;
  opacity: 1;
}
.header-background-box .section-title-border {
  color: #e7e7e7;
  padding-bottom: 0px;
  text-transform: uppercase;
}
#nav-section .cart-icon-area {
  font-size: 21px;
  float: right;
  position: relative;
  right: 15px;
  top: 0;
  width: 45px;
  height: 84px;
  padding: 29px 0;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 992px){
  #nav-section .cart-icon-area  {
    display: none;
  }
}
#nav-section .cart-icon-area .cart-icon-box {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.layout2 #nav-section .cart-icon-area .cart-icon-box {
  color: #151515;
}
#nav-section .cart-icon-area .cart-icon-box i:before {
  margin-left: -3px;
}
.cart-icon-area .cart-icon-num {
  background-color: #2e7de0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
  min-height: 24px;
  min-width: 24px;
  position: absolute;
  text-align: center;
  top: 17px;
  left: 21px;
}
.cart-icon-area .car-icon-products-box {
  position: absolute;
  right: -20px;
  top: 100%;
  margin-top: 40px;
  width: 320px;
  border-top: 0px solid transparent;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.cart-icon-area .cart-icon-products {
  font-size: 13px;
  line-height: 20px;
  padding: 18px;
  background-color: rgb(255 255 255);
  border-bottom: 2px solid #2e7de0;
  border-radius: 5px;
  color: #151515;
  text-align: left;
  -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
}

.cart-icon-products .woocommerce  ul.cart_list li a, .cart-icon-products .woocommerce ul.product_list_widget li a{
  color: #151515;
}
.cart-icon-products .woocommerce .widget_shopping_cart .cart_list li, .cart-icon-products .woocommerce.widget_shopping_cart .cart_list li {
    padding-bottom: 10px;
    padding-left: 0;
}
.cart-icon-products .woocommerce .widget_shopping_cart .total, .cart-icon-products .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid rgba(225, 225, 225, 0.2);
    padding: 4px 0 0;
    margin-top: 6px;
    font-weight: bold;
}
.cart-icon-products .woocommerce.widget_shopping_cart .woocommerce-Price-amount {
  text-align: right;
  float: right;
}
.cart-icon-products .woocommerce .widget_shopping_cart .cart_list li a.remove, .cart-icon-products .woocommerce.widget_shopping_cart .cart_list li a.remove {
    left: auto;
    right: 0;
    z-index: 10;
}
.cart-icon-area:hover .car-icon-products-box {
    opacity: 1;
    visibility: visible;
    margin-top:0;
}
.cart-icon-products h2.widgettitle{
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
  text-transform: uppercase;
  color: #151515;
}
.cart-icon-area .woocommerce-mini-cart__buttons.buttons {
  margin-bottom: 0;
}
/* header search icon */
header .search-icon-area {
  position: relative;
  cursor: pointer;
  right: 0px;
  top: 0;
  width: 40px;
  height: 84px;
  margin-left: 0px;
  padding: 29px 0;
  display: table-cell;
  vertical-align: middle;
}
header .search-icon-area .search-icon-in-area {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  font-size: 21px;
}
header .search-icon-area span {
  color: #fff;
  padding: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.layout2 .search-icon-area span {
  color: #151515;
}
header .search-form-area {
 position: absolute;
 right: 0px;
 top: 100%;
 margin-top: 40px;
 width: 270px;
 border-top: 0px solid transparent;
 z-index: 99999;
 opacity: 0;
 visibility: hidden;
 transition: all 0.3s ease 0s;
 -webkit-transition: all 0.3s ease 0s;
}
header .search-icon-area.active .search-form-area{
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
header .search-form-area .search-form-in-area {
  position: absolute;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  padding: 18px;
  background-color: rgb(255 255 255);
  border-bottom: 2px solid #2e7de0;
  border-radius: 5px;
  color: #151515;
  -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
header .search-form-in-area .searchform, .error-search-form-area .searchform {
  position: relative;
}
header .search-form-in-area .searchform .s-input, .error-search-form-area .s-input{
  width: 100%;
  padding: 0 66px 0 20px;
  height: 46px;
  line-height: 1;
  color: #151515;
  border: 1px solid #eeeeee;
  background: #f8f8f8;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  font-weight: 600;
  font-size: initial;
}
header .search-form-in-area .searchform .s-icon {
  width: 270px;
  height: 46px;
  border: unset;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 14px 50px 14px 20px;
  font-weight: 400;
  background: rgba(255,255,255,0.1);
  color: #fff;
}
header .search-form-in-area .searchform .s-button, .error-search-form-area .s-button {
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #2e7de0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
header .search-form-in-area .searchform .s-button:hover {
  background-color: #0092ff;
}
header .search-form-in-area .searchform .s-input i {
  color: #fff;
}
#header .icon-box-wrapper {
  height: 84px;
  border-left: 1px solid rgb(255 255 255 / 14%);
  padding-left: 30px;
  margin-left: 30px;
  display: table-cell;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header #nav-section.navshrink .icon-box-wrapper{
  border-left: 1px solid rgb(0 0 0 / 14%);
}
#header .icon-box-wrapper .icon-box-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 13px;
}
#header .icon-box-wrapper .icon-box-icon  i {
  font-size: 21px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
#header.layout2 .icon-box-wrapper .icon-box-icon i {
  color: #151515;
}
#header .navshrink .icon-box-wrapper .icon-box-icon  i {
  color: #2e7de0;
}
#header .icon-box-wrapper .icon-box-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#header .icon-box-content .icon-box-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 0;
  color: #ffffff;
  opacity: 0.7;
}
#header.layout2 .icon-box-content .icon-box-title {
  color: #151515;
}
#header .icon-box-content .icon-box-title span {

}
#nav-section .icon-box-wrapper .icon-box-content .icon-box-desc {
  color: #FFF;
  font-family: "Montserrat",Sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}
header.layout2 #nav-section .icon-box-wrapper .icon-box-content .icon-box-desc {
  color: #151515;
}
#header .navshrink .icon-box-content .icon-box-title, #header .navshrink .icon-box-wrapper .icon-box-content .icon-box-desc {
  color: #151515;
}
#header .header-button-box {
  height: 84px;
  margin-left: 30px;
  display: table-cell;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .header-button-box .btn-header {
  margin-bottom: 0px;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
#header.layout2 .header-button-box .btn-header {
  margin-bottom: 0px;
  color: #151515;
  background-color: transparent;
  border-color: #2e7ce1;
}
#header.layout2 .header-button-box .btn-header:hover {
  color: #ffffff;
}
#header .navshrink .header-button-box .btn-header {
  color: #151515;
}
#header .navshrink .header-button-box .btn-header:hover {
  color: #ffffff;
}
#header .header-button-box.header-button-fixed,   #header .icon-box-wrapper.header-icon-box-fixed {
  display: none;
}
@media (max-width: 1499px) {
  .navbar-nav>li {
      margin: 0 10px !important;
  }
  .navbar-nav > li > a {
    font-size: 18px;
  }
  #nav-section .header-button-box, #nav-section .icon-box-wrapper {
    display: none;
  }
  #header .icon-box-wrapper.header-icon-box-fixed {
    display: inline-flex;
    position: fixed;
    top: 195px;
    height: 53px;
    right: -162px;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  #header .icon-box-wrapper.header-icon-box-fixed .icon-box-icon {
    color: #ffffff;
    background-color: #da246b !important;
    border-color: #da246b !important;
    margin-right: 0;
    padding: 15px;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #header .icon-box-wrapper.header-icon-box-fixed .icon-box-icon i {
    color: #ffffff;
  }
  #header .icon-box-wrapper.header-icon-box-fixed:hover {
    right: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #header .icon-box-wrapper.header-icon-box-fixed .icon-box-content {
    height: 52px;
    background: #b11753;
    padding: 3px 10px;
  }
  #header .icon-box-wrapper.header-icon-box-fixed .icon-box-desc {
    color: #fff;
    margin-bottom: 0;
  }
  #header .icon-box-wrapper.header-icon-box-fixed .icon-box-title {
    line-height: normal;
    color: #fff;
  }
  #header .header-button-box.header-button-fixed {
    display: block;
    position: fixed;
    top: 250px;
    right: 0;
    width: 46px;
    height: auto;
    margin-left: 0;
  }
  #header .header-button-box.header-button-fixed .btn-header {
    color: #ffffff;
    background-color: #2464da;
    border-color: #2464da;
    writing-mode: vertical-rl;
    height: auto;
    padding: 30px 12px;
  }
}
@media (max-width: 992px) {
  #header .header-button-box.header-button-fixed, #header .icon-box-wrapper.header-icon-box-fixed {
    display: none;
  }
}
.webkit-and-moz-overlay-background {
  background: rgba(50, 29, 29, 0.26);
  position: relative;
  width: 100%;
  height: 470px;
  display: table;
}
.error-404 .webkit-and-moz-overlay-background {
  height: 100vh;
}
.error-404 .header-background .container {
  height: auto;
}
.site-map {
  text-align: right;
  overflow: hidden;
  line-height: 10px;
  position: relative;
  width: 100%;
}
.site-map .container-map {
  text-align: right;
}
.site-map a {
  opacity: 0.7;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  position: relative;
  margin-right: -4px;
  padding: 6px 25px 6px 0;
  overflow: hidden;
}
.site-map a:last-child {
    margin-right: 0px;
    padding-right: 0;
    opacity: 1;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
 .error404 .site-map a:last-child {
    padding-right: 0;
  }
.site-map a:hover {
  color:#ffffff;
  opacity: 1;
}
.site-map a:after {
  content: "";
  height: 10px;
  width: 10px;
  border-top: 1px solid rgb(255 255 255 / 60%);
  border-right: 1px solid rgb(255 255 255 / 60%);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 13px;
  top: 10px;
  border-radius: 2px;
  }
  .site-map a:last-child:before, .site-map a:last-child:after {
    content: none;
  }
/* #Navigation
================================================== */
.navbar {
  min-height: 0;
  border: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
  margin-bottom: 0;
}
#mm-blocker {
  display: none !important;
  z-index: 100 !important;
  -webkit-transform: translate(100%,0);
  -ms-transform: translate(100%,0);
  transform: translate(100%,0);
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
@media (min-width: 992px) {
  #mm-nav-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  #mm-nav-mobile {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    top: 0 !important;
    left: 0;
    background: #ffffff;
    box-shadow: none;
    z-index: 0;
    -webkit-transform: translate(0%,0);
    -ms-transform: translate(0%,0);
    transform: translate(0%,0);
    -webkit-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
  }
  .no-top-bar-section #mm-nav-mobile {

  }
  .mm-menu {
    background: #fff;
  }
  #mm-nav-mobile.mm-menu .nav-mobile-btn{
    width: 30px;
    height: 0;
    float: right;
    margin-right: 30px;
    margin-top: 12px;
  }
  #mm-nav-mobile.mm-menu .nav-mobile-btn.is-open .hamb-top, #mm-nav-mobile.mm-menu .nav-mobile-btn.is-open .hamb-bottom, #mm-nav-mobile.mm-menu .nav-mobile-btn.is-open .hamb-middle { 
    background-color: #555;
  }
  #mm-nav-mobile .mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
  }
  #mm-nav-mobile.mm-menu .mm-listview {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: auto;
    height: 320px;
    display: block;
  }
  .mm-navbar .mm-breadcrumbs>a {
    text-decoration: none !important
  }
  .main-menu {
    top: 0;
    right: 0;
    float: none;
  }
  ul.mm-listview {
    line-height: 25px;
  }
  ul.mm-listview li a {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
  .mm-menu.mm-offcanvas {
    -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;

  }
  .mm-menu.mm-offcanvas.mm-opened#mm-nav-mobile {
    -webkit-transform: translate(0%,0);
    -ms-transform: translate(0%,0);
    transform: translate(0%,0);
    -webkit-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
    z-index: 555555;
  }
}
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: #151515 !important;
}
.mm-navbar .mm-btn:last-child {
  text-align: center !important;
  right: 0;
  border-left: solid 1px #e4e4e4;
}
.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  width: 12px !important;
  height: 12px !important;
}
.mm-clear:before, .mm-close:before {
  right: 5px !important;
}
.mm-clear:after, .mm-close:after {
  right: 20px !important;
}
html.mm-blocking, html.mm-blocking body {
    overflow: hidden;
    position: relative;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
  color: #151515 !important;
  font-weight: 800;
}
.mm-menu .mm-listview>li .mm-next:after {
  border-color: #151515 !important;
}
.main-navigation .navbar .navbar-nav {
  position: relative;
  display: -moz-inline-box;
  display: -webkit-inline-box;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}
.main-navigation .navbar .navbar-nav {
  font-weight: 700;
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
.navbar-nav>li:before {
  content: "";
  -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;
}
.navbar-nav>li:after {
  content: "";
  -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;
}
.stuck .navbar-nav>li:before {
  border-top: none;
}
.stuck .navbar-nav>li:after {
  border-bottom: 1px dashed #7f7f7f;
}
.navshrink .navbar-nav>li:before, .navshrink .navbar-nav>li:after {
  border-top: none;
  border-bottom: none;
}
.navbar-nav > .navigation-logo:before, .stuck .navbar-nav > .navigation-logo:before, .navbar-nav > .navigation-logo:after, .stuck .navbar-nav > .navigation-logo:after{
  border-top: none;
  border-bottom: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  border-color: #7f7f7f;
}
.navbar-nav > li > a {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  padding-right: 18px !important;
  padding: 32px 0;
  color: #ffffff;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#nav-section.navshrink .navbar-nav > li > a, #nav-section.navshrink .cart-icon-area .cart-icon-box, header #nav-section.navshrink .search-icon-area span, #header .navshrink .icon-box-wrapper .icon-box-content .icon-box-desc {
  color: #151515;
}
#nav-section.navshrink .navbar-nav > li > a:hover, #nav-section.navshrink .navbar-nav > li.active > a, #nav-section .cart-icon-area .cart-icon-box:hover, header #nav-section .search-icon-area:hover span {
  color: #2e7de0;
}
@media (max-width: 992px) {
  .navbar-nav.mm-listview {
    float: none;
  }
  .navbar-nav>li.menu-item {
    float: none;
    margin: 0 0 !important;
  }
  .navbar-nav > li > a {
    color: #151515;
  }
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active, .navbar-nav > li.active > a {
  background-color: transparent;
  opacity: 0.6;
}
#nav-section.navshrink .navbar-nav > li.active > a, #nav-section.navshrink .navbar-nav > li > a:hover, #nav-section.navshrink .nav .dropdown-menu li a:hover, #nav-section .nav .dropdown-menu li a:hover, .navbar-nav .dropdown-menu > li > a {
  opacity: 1;
}
.onepage .navbar-nav > li > a.active
{
  background-color: transparent;
  color: #e7e7e7;
}
.onepage .navbar-nav > .current > a, .onepage .navbar-nav > .current > a.active {
  background-color: transparent;
  color: #2e7de0;
}
.navbar-nav > li.dropdown > a .caret {
  border-right: 3px solid rgba(0, 0, 0, 0);
  border-top: 3px solid;
  margin-left: 10px;
}
.navshrink .navbar-nav .dropdown-menu {
  background-color: #ffffff;
}
.navbar-nav .dropdown-menu {
  min-width: 270px;
  background-color: rgb(255 255 255);
  text-align: center;
  padding: 0;
  border: none;
  display: block;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
  box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.navbar-nav li > .dropdown-menu {
  border-top: 0px solid transparent;
  opacity: 0;
  border-radius: 5px;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.navbar-nav .open > .dropdown-menu,
.navbar-nav .dropdown-menu:hover {
  border-top: 0px solid transparent;
  margin-top: 0;
}

.navbar-nav .dropdown-menu > li:last-child > a {
  border-bottom: 2px solid #2e7de0;
}
.navbar-nav .dropdown-menu > li:last-child a{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.navbar-nav .dropdown-menu > li > a {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 20px;
  line-height: 20px;
  padding: 12px 35px 12px 35px;
  color: #606060;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  text-align: left;
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-nav .dropdown-menu li:first-child a {
  padding-top: 30px;
}
.navbar-nav .dropdown-menu li:last-child a {
  padding-bottom: 30px;
}
.navbar-nav .dropdown-menu  li .dropdown-menu > li > a {
  padding: 12px 35px 12px 35px;
}
.navbar-nav .dropdown-menu li .dropdown-menu > li > a:hover {
  padding-left: 45px;
}
.navbar-nav .dropdown-menu  li .dropdown-menu  li:first-child a {
  padding-top: 30px;
}
.navbar-nav .dropdown-menu li .dropdown-menu  li:last-child a {
  padding-bottom: 30px;
}
.navbar-nav .dropdown-menu > li:first-child a{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus,
.navbar-nav .dropdown-menu > li > a.active, .navbar-nav .dropdown-menu > li.active > a {
  background-color: transparent;
  color: #2e7de0;
  padding-left: 45px;
}
.navbar-nav .dropdown-menu > li > a:before {
  content: " ";
  border-left: 2px solid;
  position: absolute;
  left: 37px;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  width: 4px;
  height: 17px;
  border-color: #2e7de0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-nav .dropdown-menu li .dropdown-menu > li > a:before {
  opacity: 0;
}
.navbar-nav .dropdown-menu > li > a:hover:before, .navbar-nav .dropdown-menu > li.active > a:before {
  left: 35px;
  opacity: 1;
  overflow: visible;
}
.navbar-nav .dropdown-menu li .dropdown-menu > li > a:hover:before {
  opacity: 1;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #000;
  color: #606060;
}
.navbar-nav .dropdown-submenu {
  position: relative;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
  /*display: block !important;*/
  max-height: 0;
  overflow: hidden;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  max-height: 500px;
  overflow: visible;
  display: block;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu:hover {
  border-top: 0px solid transparent;
}
.navbar-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #74777c;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 8px;
}
.navbar-nav .dropdown-toggle {
  padding-right: 20px !important;
}
#mm-nav-mobile .dropdown-toggle span.caret{
  display: none;
}
.mm-listview .mm-next:before {
  border-left-width: 0 !important;
}
.navbar-nav .dropdown-toggle span.caret {
  position: absolute;
  margin-left: 4px;
  margin-top: 1px;
  width: auto;
  height: auto;
  vertical-align: middle;
  border-top: none;
  border-right: none;
  border-left: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-nav .dropdown-toggle span.caret:before {content: "\f107";}
.navbar-nav .dropdown-menu li {
  position: relative;
}
.navbar-nav .dropdown-menu li a .caret{
  transform: rotate(-90deg);
}
.navbar-nav .dropdown-menu.scrollsub li a .caret {
  transform: rotate(0deg);
}
.navbar-nav .dropdown-menu ul.dropdown-menu {
  position: absolute;
    left: 100%;
    top: 0px;
    margin-left: 0px;
}
.navbar-nav .dropdown-menu.scrollsub ul.dropdown-menu {
  position: absolute;
  left: 0;
  top: 82px;
  margin-left: 0px;
}
.navbar-nav .dropdown-submenu:hover > a:after {
  border-left-color: #2e7de0;
}
.navbar-nav .dropdown-submenu .pull-left {
  float: none;
}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.navigation-logo a img {
  height: 56px;
  width: auto;
}
#nav-section .nav-logo a {
  vertical-align: middle;
  display: table-cell;
  height: 84px;
}
#nav-section.navshrink .nav-logo a {
  height: 84px;
}
#nav-section .nav-logo .main-logo {
 display: none;
 height: auto;
 width: 100%;
 min-width: 180px;
 max-width: 180px;
}
#nav-section.navshrink .nav-logo .main-logo {
 display: inline-block;
}
#nav-section .nav-logo .light-logo {
  display: inline-block;
  height: auto;
  width: 100%;
  min-width: 180px;
  max-width: 180px;
}
#wrapper.toggled #nav-section .nav-logo .light-logo {
  display: none;
}
#wrapper.toggled #nav-section .nav-logo .main-logo {
  display: inline-block;
}
#nav-section.navshrink .nav-logo .light-logo {
  display: none;
}
#home-advanced-search .container {
  overflow: visible;
}
#wrapper.boxed {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
  /* #Home
  =========================`======================== */
  .team .owl-nav .owl-prev, .team .owl-nav .owl-next, .portfolio .owl-nav .owl-prev, .portfolio .owl-nav .owl-next, .testimonials .owl-nav .owl-prev, .testimonials .owl-nav .owl-next, .section-post-item .owl-nav .owl-prev, .section-post-item .owl-nav .owl-next, .owl-logo-style2 .owl-nav .owl-prev, .owl-logo-style2 .owl-nav .owl-next {
      width: 40px;
      height: 40px;
      border: 1px solid #ffffff;
      border-radius: 50px;
      color: #ffffff;
      padding: 4px;
      opacity: 1;
      top: 6px;
  }
  .team .owl-nav .owl-prev:hover, .team .owl-nav .owl-next:hover, .portfolio .owl-nav .owl-prev:hover, .portfolio .owl-nav .owl-next:hover, .testimonials .owl-nav .owl-prev:hover, .testimonials .owl-nav .owl-next:hover, .section-post-item .owl-nav .owl-prev:hover, .section-post-item .owl-nav .owl-next:hover, .owl-logo-style2 .owl-nav .owl-prev:hover, .owl-logo-style2 .owl-nav .owl-next:hover {
      opacity: 0.7;
      border: 1px solid #ffffff;
      color: #ffffff;
  }
  .team .owl-nav .owl-prev, .portfolio .owl-nav .owl-prev, .testimonials .owl-nav .owl-prev, .section-post-item .owl-nav .owl-prev, .owl-logo-style2 .owl-nav .owl-prev {
    left: 15px;
  }
  .team .owl-nav .owl-next, .portfolio .owl-nav .owl-next, .testimonials .owl-nav .owl-next, .section-post-item .owl-nav .owl-next {
    right: 15px;
  }
.owl-carousel.section-post-item .owl-dots, .owl-carousel.section-post-item .owl-nav{
    margin-top: 15px;
  }
  .img-btn {
      position: absolute;
      left: auto;
      margin-left: 0px;
      border-top-left-radius: 14px;
      z-index: 5;
    }
  .form-group-transparent {
    margin-bottom: 25px;
  }
  .form-group-transparent.input-group[class*="col-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-group-transparent input{
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #dadada;
    background-color: transparent;
    padding: 6px 12px;
    color: #2e7de0;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .form-group-transparent input, .form-group-transparent textarea {
    display: block;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #dadada;
    background-color: transparent;
    padding: 6px 12px;
    color: #2e7de0;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .form-group-transparent .input-group-addon {
    background-color: rgba(197, 168, 106, 0.2);
    border: 1px solid #dadada;
  }
  .form-group-transparent .input-group-addon {
    color:#e7e7e7;
  }

  .form-group-transparent .bootstrap-datetimepicker-widget {
    background-color: #1b1b1b;
  }
  .form-group-transparent .close:hover, .form-group-transparent  .close:focus {
    color: #b3b3b3;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
  /* webkit solution */
  .form-group-transparent .wpcf7-form-control::-webkit-input-placeholder { color:#606060 !important; }
  /* mozilla solution - this is for firefox 18+ */
  .form-group-transparent .wpcf7-form-control:-moz-placeholder { color:#606060 !important; }
  .form-group-transparent .wpcf7-form-control::-moz-placeholder { color:#606060 !important; }
  .form-group-transparent .wpcf7-form-control input[type='number'] {
  -moz-appearance:textfield;
  }
  /* Internet explorer - 11+ */
  .wpcf7-form-control :-ms-input-placeholder {color:#606060 !important;}

  .wpcf7-form-control input::-webkit-outer-spin-button,
  .wpcf7-form-control input::-webkit-inner-spin-button {
      -webkit-appearance: none;
  }
  .call-reservation {
    background-color: #efefef;
    border: 1px solid #e7e7e7;
    padding: 10px 0;
  }
  .call-reservation .call-box {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .call-reservation .call-box .title {
    font-size: 20px;
    color: #6f6f6f;
    font-family: 'Cabin', sans-serif;
    text-transform: none;
    margin: 0;
  }
  .call-reservation .call-box .phone {
    font-size: 40px;
    font-family: 'Oswald', sans-serif;
    display: block;
    margin-top: 10px;
    padding-bottom: 5px;
    color: #2e7de0;
  }
/***** Testimonials ******/
@media (min-width: 767px) {
    .testimonials {
      margin-left: auto;
      margin-right: auto;
    }
}
  .testimonials .owl-dots {
      margin-top: 30px;
  }
  .testimonials.transparent_style .owl-dots {
    background-color: rgb(255 255 255 / 19%);
  }
  .testimonials .item-boxes {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    margin: 20px 0;
  }
  .testimonials .testimonials-overlay-bg {
    background-color: #ffffff;
    position: absolute;
    width: calc(100% - 60px);
    margin: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 3px 15px rgba(0,0,0,0.12);
    box-shadow: 0 3px 15px rgba(0,0,0,0.12);
    border-radius: 3px;
    transition: all .8s ease-in-out;
    z-index: -1;
    opacity: 0.6;
  }
  .testimonials.transparent_style .testimonials-overlay-bg {
    background-color: #ffffff;
    opacity: 0.1;
}
  .testimonials .item-box-in {
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 3px 15px rgba(0,0,0,0.12);
    box-shadow: 0 3px 15px rgba(0,0,0,0.12);
  }
  .testimonials .thumb-section {
    display: table;
    width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    padding: 40px 50px;
  }
  @media (max-width: 768px){
    .testimonials .thumb-section {
      padding: 30px 30px;
    }
  }
  .testimonials.transparent_style .thumb-section {
    background-color: rgb(255 255 255 / 84%);
    border: 1px solid #fff;
    border-bottom: none;
  }
  .testimonials .avatar-box {
    width: 50%;
    float: left;
    text-align: right;
  }
  .testimonials .text-box {
    width: 50%;
    float: left;
    text-align: left;
  }
  @media (max-width: 768px){
    .testimonials .text-box {
      width: 70%;
    }
    .testimonials .avatar-box {
      width: 30%;
    }
  }
  .testimonials .desc {
    display: table;
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .testimonials.transparent_style .desc {
    background-color: rgb(255 255 255 / 90%);
    border: 1px solid #ffffff;
  }
  .testimonials .thumb-section img {
    right: 45px;
    position: absolute;
    height: auto;
    max-width: 70px;
    margin-top: 0;
    padding: 2px;
    border: 1px solid rgb(255 255 255 / 70%);
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }
  @media (max-width: 768px){
    .testimonials .thumb-section img {
      right: 30px;
      max-width: 60px;
    }
  }
  .testimonials .thumb-section .avatar-box .quote_icon {
    border: none;
    padding: 0;
    border-radius: 0;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    opacity: 0.1;
  }
  .testimonials.transparent_style .thumb-section .avatar-box .quote_icon  {
    width: 100%;
    height: auto;
  }
  .testimonials .thumb-section .name {
    color:#151515;
    position: relative;
    padding: 0 0 0 0;
    margin-bottom: 0;
    text-transform: none;
    font-size: 21px;
    font-weight: bold;
  }
  .testimonials .thumb-section .town {
    color: #151515;
    position: relative;
    padding: 0;
    opacity: 0.8;
    font-size: 18px;
    line-height: normal;
    margin-top: 8px;
  }
  .testimonials .desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #151515;
    padding: 40px 50px;
    margin-bottom: 0;
  }
  @media (max-width: 768px){
    .testimonials .desc p {
      padding: 30px 30px;
    }
  }
  .testimonials.transparent_style .desc p {
    
    opacity: 0.8;
  }
  .testimonials .desc p .fa-quote-left {
    margin-top: -20px;
    left: 10px;
    position: absolute;
  }
  .testimonials .desc p .fa-quote-right {
    margin-top: 20px;
    right: 20px;
    position: absolute;
  }

  .testimonials .owl-nav {
    margin-top: 10px;
    text-align: center;
  }
  .testimonials.transparent_style .owl-nav {
    background: rgb(255 255 255 / 15%);
  }
footer .newsletter {
  padding: 0;
  position: relative;
}
footer .newsletter .big-title {
  float: none;
  margin: 0;
  padding: 0 0 0px;
  font-size: 30px;
  color: #151515;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
footer .newsletter .small-title {
  float: none;
  padding: 10px 30px 10px 0px;
  margin: 0 0 0 30px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #bfbfbf;
}
footer .newsletter .nl-box {
  float: none;
  width: 100%;
  padding: 0;
  margin: 20px 0;
  display: inline-block;
  vertical-align: middle;
}
footer .newsletter .newsletter-form {
  vertical-align: middle;
}
footer .newsletter .form-group {
  float: left;
  margin: 0;
  width: 100%;
}
footer .newsletter button {
  background-color: #bfbfbf;
  padding: 6px 15px;
  margin: 0;
  color: #151515;
  border-radius: 0;
}
footer .newsletter button:hover {
  background-color: #d5d5d5;
}
footer .newsletter .btn {
  position: absolute;
  background-color: #2e7de0;
  border: 1px solid #2e7de0;
  margin: 0 0 0 -53px;
  padding: 5px 12px;
  color: #fff;
  border-radius: 0;
  font-size: 17px;
  width: auto;
  vertical-align: middle;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
footer .newsletter .btn:hover {
  background-color: #2464da;
  border: 1px solid #2464da;
}
footer .newsletter input, .newsletter textarea {
  border-radius: 5px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-right: none;
  background-color: rgb(255 255 255 / 11%);
  padding: 6px 12px;
  margin-right: -3px;
  color: #ffffff;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  height: 50px;
}
footer .newsletter .form-control:focus {
  border-color: rgb(255 255 255 / 20%);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
footer .newsletter .alert-success {
    margin-top: -20px;
}
footer .newsletter span.wpcf7-not-valid-tip {
  text-align: left;
}
.contact-section #message {
  margin-top: 10px;
}
.newsletter .alert-danger {
  background-color: rgba(255, 214, 214, 0.27);
  border-color: rgba(255, 126, 126, 0.18);
  color: #a94442;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0px;
}
/* #About Us
================================================== */
.about-page .header-background-box .section-title{
  padding: 30px 0 0;
}
.about-history .section-title-border{
  font-size: 40px;
  font-weight: 400;
  padding: 0;
}
.section-subtitle {
  padding-top: 10px;
}
.content-about-box {
  width: 100%;
  margin: 40px 0 10px 0;
}
.content-about-box .frame-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  height: 100%;
}
.content-about-box .frame-image .top-mask:before {
  content: "";
  height: 50px;
  width: 40%;
  background-color: #fff;
  position: absolute;
}
.content-about-box .frame-image .top-mask:after {
  content: "";
  height: 35px;
  width: 54.8%;
  background-color: #fff;
  position: absolute;
  right: 30px;
  margin-top: 15px;
}
.content-about-box .frame-image .bottom-mask:before {
  content: "";
  height: 50px;
  width: 40%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.content-about-box .frame-image .bottom-mask:after {
  content: "";
  height: 35px;
  width: 54.8%;
  background-color: #fff;
  position: absolute;
  right: 30px;
  bottom: 0;
  margin-bottom: 15px;
}
.content-about-box .width-box {
  width: 100%;
  display: inline-block;
  height: 100%;
}
.content-about-box .left-mask {
  float: left;
  width: 540px;
  min-height: 570px;
  height: 100%;
  position: relative;
}
.content-about-box .content {
  float: right;
  background-color: #fff;
  width: 540px;
  height: 100%;
  min-height: 570px;
  padding: 30px;
  vertical-align: middle;
  margin: 15px 15px;
  position: relative;
}
.content-about-box .content .title {
  text-align: center;
  font-size: 50px;
  color: #2e7de0;
}
.about-page .about-history {
  padding-bottom: 70px;
}
.content-about-box:nth-child(even) .content{
  float: left;
  position: relative;
}
.content-about-box:nth-child(even) .left-mask{
  float: right;
  position: absolute;
}
.content-about-box:nth-child(even) .frame-image .top-mask:before {
  content: "";
  height: 50px;
  width: 41.111%;
  right: 0;
  margin-top: 0px;
}
.content-about-box:nth-child(even) .frame-image .top-mask:after {
  content: "";
  height: 35px;
  width: 54.8%;
  left: 30px;
  margin-top: 15px;
}
.content-about-box:nth-child(even) .frame-image .bottom-mask:before {
  content: "";
  height: 35px;
  width: 54.8%;
  background-color: #fff;
  position: absolute;
  bottom: 58px;
  left: 30px;
}
.content-about-box:nth-child(even) .frame-image .bottom-mask:after {
  content: "";
  height: 50px;
  width: 41.111%;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 43px;
  margin-bottom: 0;
}
.content-about-box:nth-child(even) {
  border-top: 1px solid #e7e7e7;
  padding-top: 43px;
  padding-bottom: 43px
}
.form-group-transparent input[type='number'] {
-moz-appearance:textfield;
}
.form-group-transparent input::-webkit-outer-spin-button,
.form-group-transparent input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.content-area {
  padding-top: 120px;
  padding-bottom: 120px;
}
/* #Logo Carousel
================================================== */
.logocarousel {
  width: 100%;
}
.logocarousel .item-frame-box {
  position: relative;
  padding: 0 10px;
  margin: 0;
}
.logocarousel .item-bg-box {
  position: relative;
}
.logocarousel .item-bg-box .image{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logocarousel .item-bg-box .image img {
  width: 100%;
  height: auto;
}
.logocarousel.owl-logo-style1 .item-bg-box .image img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.logocarousel.owl-logo-style2 .item-bg-box .image img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: brightness(1) invert(0.5);
  filter: brightness(1) invert(0.5);
}
.logocarousel.owl-logo-style2 .item-bg-box .image:hover img {
  -webkit-filter: brightness(1) invert(0%);
  filter: brightness(1) invert(0%);
}
.logocarousel.owl-logo-style1 .item-title-box {
  float: left;
  width: 23%;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.logocarousel.owl-logo-style1 .item-bg-box {
  width: 77%;
  float: left;
}
.logocarousel.owl-logo-style1 .item-title-box .main-title {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Nunito Sans', sans-serif;
  line-height: 30px;
  color: #fff;
}
.logocarousel.owl-logo-style1 .item-title-box .main-title:before {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  width: 40px;
  background-color: #2e7de0;
  margin: 0 0 5px;
  text-align: left;
}
.logocarousel.owl-logo-style1 {
  height: 85px;
}
.logocarousel.owl-logo-style1 .owl-nav .owl-next {
    right: -20px;
    top: -30px;
}
.logocarousel.owl-logo-style1 .owl-nav .owl-prev {
    right: -20px;
    left: auto;
    top: 5px;
}
.logocarousel.owl-logo-style1 .owl-nav i {
  color: #fff;
  font-size: 20px;
}
.logocarousel.owl-logo-style1 {
  margin-top: -100px !important;
}
/* Code for the animation */
@keyframes learn {
 from {opacity: 0;}
 to {opacity: 1;}
}
/* The div element for the animation */
.logocarousel.owl-logo-style1 .owl-carousel, .logocarousel.owl-logo-style2 .owl-carousel{
 animation-name: learn;
 animation-duration: 3s;
}
.logocarousel.owl-logo-style1 .owl-dots {
  background-color: transparent;
  text-align: center;
  width: 20px;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: -21px;
  margin-top: auto;
  border-radius: 50px;
  display: table;
  padding: 5px 5px;
  position: absolute;
}
.logocarousel.owl-logo-style1 .owl-dots .owl-dot {
  position: relative;
  right: 0;
  background-color: transparent;
  text-align: center;
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}
.logocarousel.owl-logo-style1 .owl-dots .owl-dot.active {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px rgb(0 0 0 / 25%);
}
@media (max-width: 992px) {
  .logocarousel.owl-logo-style1 {
    margin-top: 100px !important;
    margin-bottom: 80px !important;
  }
  .logocarousel.owl-logo-style1 .owl-nav i {
    color: #606060;
  }
  .logocarousel.owl-logo-style1 .item-title-box .main-title {
    color: #606060;
  }
  .logocarousel.owl-logo-style1 .item-bg-box .image img {
    filter: brightness(1);
  }
  .logocarousel.owl-logo-style1 .item-title-box {
    width: 100%;
  }
  .logocarousel.owl-logo-style1 .item-bg-box {
    width: 100%;
    padding-right: 20px;
    margin-right: 20px;
  }
}


/* #Service Boxses
================================================== */
.service-box {

}
.service-box-in {
  position: relative;
}
.service-box .service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.service-box .service-bg.sb-round {
  border-radius: 5px;
  overflow: hidden;
}
.service-box .service-bg:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0f3b61;
  background-color: rgb(0 0 0 / 30%);
}
.service-box .service-bg img{
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 0;
  height: 100%;
}
.service-box .service-bg:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgb(46,125,224);
  background: -moz-linear-gradient(45deg, rgba(46,125,224,1) 0%, rgba(15,59,97,0) 100%);
  background: -webkit-linear-gradient(45deg, rgba(46,125,224,1) 0%, rgba(15,59,97,0) 100%);
  background: linear-gradient(45deg, rgba(46,125,224,1) 0%, rgba(15,59,97,0) 100%);
  background-position: 0%;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.service-box:hover .service-bg:before {
  opacity: 1;
  visibility: visible;
  background-position: 100%;
}
.service-box .service-desc {
  position: relative;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.service-box .service-desc .service-desc-in {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 110px 40px 100px;
}
.service-box .service-desc .service-title {
  color: #fff;
}
.service-box .service-desc .service-text {
  color: #fff;
  bottom: 40px;
  display: block;
  margin-bottom: 30px;
  max-width: 430px;
}
.service-box .service-desc .service-btn {
  position: relative;
  display: block;
  color: #fff;
  height: 50px;
  border-radius: 50px;
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 10px;
  text-align: center;
  max-width: 180px;
  text-decoration: none;
}
.service-box .service-desc .service-btn .text{
  opacity: 0;
  margin-right: -30%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-box:hover .service-desc .service-btn .text{
  opacity: 1;
  margin-right: 0%;
  color: #ffffff;
}
.service-box .service-desc .service-btn .border {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  border: 1px solid #ffffff!important;
  border-radius: 100px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;
}
.service-box:hover .service-desc .service-btn .border {
  background: rgb(255 255 255 / 16%);
  width: 100%;
}
.service-box .service-desc .service-btn .border i{
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 50%;
  right: 17px;
  margin: 0;
  font-size: 10px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  color: #fff;
}
.service-box:hover .service-desc .service-btn .border i{
  color: #ffffff;
}
/* #Banner call action
================================================== */
.banner-call-action .banner-image {
  position: relative;
  height: 160px;
  border-radius: 5px;
}
.banner-call-action .banner-image img {
  width: 100%;
  display: block;
  border-radius: 5px;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  opacity: 1;
}
.banner-call-action .banner-image .ca-frame-decor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 13px;
}
.banner-call-action .banner-image .ca-frame-decor-in {
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  border: 1px solid rgb(255 255 255 / 25%)
}
.call-action-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 60px 60px;
}
.call-action-content.style1 {
  padding: 25px 25px;
}
.call-action-content .text {
  display: block;
  font-size: 46px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.call-action-content .ca-title {
  color: #ffffff;
  padding: 0 0 5px;
  font-size: 20px;
  font-weight: 500;
}
.call-action-content.style1 .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}
.call-action-content.style1 .ca-title {
  padding: 0 0 0px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.banner-call-action .banner-image .mob_img {
  display: none;
}
.call-action-body {
  display: flex;
  display: -webkit-flex;
  margin: auto;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.call-action-in {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}
.ca-content-left, .ca-content-right {
  flex-flow: row nowrap;
  display: flex;
  align-items: stretch;
  position: static;
}
.ca-content-right {
  justify-content: flex-end;
  flex: 2;
  align-items: center;
}
.ca-content-text {
  padding-right: 50px;
}
.call-action-content.style1 .ca-content-text {
  padding-right: 40px;
}
@media (max-width: 998px) {
  .banner-call-action .banner-image {
    height: 320px;
  }
  .banner-call-action .banner-image .mob_img {
    display: block;
  }
  .banner-call-action .banner-image .desk_img {
    display: none;
  }
  .call-action-content .ca-title {
    font-size: 20px;
  }
  .call-action-content .text {
    font-size: 23px;
    font-weight: 600;
    line-height: 32px;
  }
  .call-action-content.style1 .text {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
  }
  .call-action-content.style1 .ca-title {
    padding: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .ca-content-text {
    padding-right: 0;
  }
  .ca-btn-section {
    margin-top: 40px;
  }
  .call-action-in {
    display: inline-block;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 1 auto;
    text-align: center;
  }
  .ca-content-left, .ca-content-right {
    flex-direction: column;
  }
}
/* #Team
================================================== */
.team-decor-bg:before {
  content: "";
  width: 500vw;
  height: 200px;
  position: absolute;
  top: 21%;
  margin-left: -280%;
  background: #2e7de0;
}
.team .item-bg-box .info {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team .item-bg-box:hover .info {
  -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.12);
  -moz-box-shadow: 0 3px 15px rgba(0,0,0,0.12);
  box-shadow: 0 3px 15px rgba(0,0,0,0.12);
}
.team .item-bg-box {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 14px;
}
.team.grid .item-bg-box {
  margin-bottom: 30px;
}
.team.grid .item-bg-box {
  margin-right: 0;
  margin-left: 0;
}
.team .owl-item.active:first-child .item-bg-box {
  margin-left: 0 !important;
}
.team .owl-item.active:last-child .item-bg-box {
  margin-right: 0 !important;
}
.team .item-bg-box .image {
  position: relative;
  overflow: hidden;
}
.team .item-bg-box .image img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 0;
  height: 350px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media (max-width: 992px){
  .team .item-bg-box .image img {
    height: 100%;
  }
}
.team .item-bg-box .socials-boxes {
  position: absolute;
  height: 100%;
  width: 40px;
  right: -40px;
  top: 0;
  opacity: 0;
}
.team .item-bg-box .socials-boxes {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.team .item-bg-box:hover .socials-boxes {
  opacity: 1;
  right: 0;
}
.team .item-bg-box .socials-boxes .socials-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #2e7de0;
  opacity: 0.7;
}
.team .item-bg-box .image ul.socials-box {
  display: block;
  position: relative;
  margin: 10px 0;
  padding: 0 10px;
}
.team .item-bg-box .image ul.socials-box li {
  display: block;
  margin: 5px;
}
.team .item-bg-box .image ul.socials-box li a{
  font-size: 14px;
  color: #fff;
}
.team .item-bg-box .info {
 padding: 10px 20px;
 background: #ffffff;
 border: 1px solid #e0e0e0;
 border-top: none;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
}
.team .item-bg-box .info .team-name {
  font-size: 21px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.team .item-bg-box .info .team-position {
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #a7a7a7;
  text-align: center;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 8px;
}
.personal-info-wrapper {
  position: relative;
  background: #ffffff;
  border-top: solid 2px #e0e0e0;
  -webkit-box-shadow: 0px 5px 25px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 5px 25px rgba(0,0,0,0.12);
  box-shadow: 0px 5px 25px rgba(0,0,0,0.12);
  padding: 50px 50px 10px;
  margin-bottom: 30px;
}
.personal-info-wrapper:before {
  content: "";
  width: 500vw;
  height: 200px;
  position: absolute;
  top: 32%;
  margin-left: -280%;
  background: #2e7de0;
  z-index: -1;
}
.personal-info-wrapper .post-thumbnail {
  margin-bottom: 40px;
}
.personal-info-section {
  width: 100%;
  display: inline-block;
  margin-bottom: 50px;
}
@media (min-width: 992px){
  .personal-info-section {
    padding-left: 45px;
    margin-top: 40px;
  }
}
.personal-info-wrapper .post-thumbnail img {
  -webkit-box-shadow:-20px 20px rgb(0 0 0 / 7%);
  -moz-box-shadow:-20px 20px rgb(0 0 0 / 7%);
  box-shadow: -20px 20px rgb(0 0 0 / 7%);
  border: 2px solid #fff;
}
.personal-info-wrapper .personal-info-title {
  margin: 0 0 30px;
}
.personal-info-boxes ul {
  list-style: none;
  padding: 0;
}
.personal-info-boxes ul li, .personal-info-boxes ul li.personal-features {
  margin-bottom: 15px;
  color: #606060;
}
.personal-info-boxes ul .personal-features {
  font-size: 18px;
  margin-right: 5px;
  color: #151515;
}
.personal-info-section .socials-box, .personal-info-section ul.socials-box {
  margin-top: 10px;
  display: inline-block;
}
.personal-info-section .socials-box li {
  margin-right: 6px;
}
.personal-info-section .socials-box li a {
  border: 1px solid #2e7de0 !important;
  color: #2e7de0;
  padding: 3px;
}
.personal-info-section .socials-box li a:hover{
  background: #2e7de0;
  border: 1px solid #2e7de0 !important;
  color: #ffffff;
  padding: 3px;
}
.personal-info-body {
  margin-top: 30px;
}
/* #Apply List
================================================== */
.bx-apply_list {
  background-color: #f8f8f8;
  border: 1px solid #e0e0e0;
  padding: 23px 30px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.bx-apply_list .bx-app-list-item {
  margin-bottom: 0px;
  display: inline-block;
}
.bx-apply_list .bx-app-list-item:last-child {
  margin-bottom: 0;
}
.bx-app-list-item .bx-apply-title {
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
}
.bx-app-list-item .bx-apply-desc {
  font-style: normal;
  margin-bottom: 0;
}
.bx-app-list-item .bx-apply-btn {
  float: right;
  margin-top: 5px;
}
@media (max-width: 750px) {
  .bx-apply_list .bx-app-list-item {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .bx-app-list-item .bx-apply-btn {
    float: none;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
  }
}

/* #Pricing tables
================================================== */
.pricing-tables .pricing-tab {
  margin-bottom: 30px;
}
.pricing-tab.tab-popular {
  margin-top: -30px;
}
@media (max-width: 992px){
  .pricing-tab.tab-popular {
    margin-top: 0px;
  }
}
.pricing-tab .pricing-header {
  position: relative;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 50px 35px;
}
.pricing-tab.tab-popular .pricing-header {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.pricing-tab .pricing-title-box {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
}
.pricing-tab .pricing-title-box .pricing-title {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #151515;
}
.pricing-tab .pricing-title-box .pricing-save {
  position: absolute;
  text-align: center;
  top: -10px;
  right: 0;
  line-height: 0.94;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  opacity: 0.7;
}
.pricing-tab .pricing-price-box {
  font-size: 72px;
  line-height: .01;
  font-weight: 700;
  vertical-align: baseline;
  text-align: center;
  display: inline-table;
  width: 100%;
  color: #2e7de0;
}
.pricing-tab.col-lg-3 .pricing-price-box {
  font-size: 50px;
}
.pricing-tab .pricing-price-box .pricing-cur {
  display: inline-block;
  padding-top: 0;
  padding-right: .25em;
  vertical-align: super;
  font-size: .45em;
  line-height: .7;
  font-weight: inherit;
  color: inherit;
}
.pricing-tab .pricing-price-box .pricing-price{
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-bottom: 2px;
  line-height: .95;
  vertical-align: baseline;
}
.pricing-tab .pricing-price-box .pricing-price .pricing-decimal{
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 101%;
  padding-left: .15em;
  vertical-align: top;
  font-family: inherit;
  font-size: .45em;
  font-weight: inherit;
  color: inherit;
}
.pricing-tab .pricing-header .pricing-price-box .price-desc {
  display: inline-block;
  vertical-align: baseline;
  font-size: .25em;
  line-height: 1.25;
  font-weight: 400;
  padding-left: .4em;
  text-transform: initial;
  color: #5d5d5d;
}
.pricing-tab .pricing-details {
  padding: 28px 35px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pricing-tab .pricing-details ul {
  text-align: center;
  padding-bottom: 19px;
  font-size: 18px;
  word-break: break-word;
  list-style: none;
  padding: 0 0 20px;
  margin: 0;
}
.pricing-tab.col-lg-3 .pricing-details ul {
  font-size: 16px;
}
.pricing-tab .pricing-details ul li {
  padding: 10px 0;
  color: #a7a7a7;
}
.pricing-tab.col-lg-3 .pricing-details ul li {
  line-height: 1.7;
}
.pricing-tab .pricing-details ul li.active {
  color: #151515;
}
.pricing-tab .pricing-button {
  text-align: center;
  padding: 10px 0px 25px;
}
.pricing-tab .pricing-popular {
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
}
.pricing-tab .pricing-popular span {
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 0px 35px;
  background: #2e7de0;
  border: 1px solid;
  border-color: #2e7de0;
  color: #fff;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pricing-tab .pricing-tab-in {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing-tab:hover .pricing-tab-in {
  -webkit-box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
  -moz-box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
  box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
}
.pt-settings-group {
  position: relative;
  height: 70px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.pt-settings-group-in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
}
.pt-settings-group .pt-settings-item {
  -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.pt-settings-group .pt-settings-item {
  position: relative;
  display: block;
  padding: 4px 25px;
  width: auto;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  color: #2e7de0;
  font-size: 14px;
  cursor: pointer;
  border-radius: 53px;
}
.pt-settings-group .pt-settings-item:hover, .pt-settings-group .pt-settings-item:hover.active {
  background-color: #2464da;
  border: solid 1px #2464da;
  color: #ffffff;
}
.pt-settings-group .pt-settings-item.active {
  background-color: #2e7de0;
  border: solid 1px #2e7de0;
  color: #ffffff;
}
.pt-settings-group .pt-settings-item:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.pt-settings-group .pt-settings-item:last-child {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.pt-settings-group .pt-settings-save {
  font-size: 14px;
  padding: 10px 10px;
  line-height: 10px;
  top: -35px;
  right: 25px;
  position: absolute;
}
.pricing-tab .pricing-price .annual, .price-desc.annual , .pricing-tab .pricing-header .pricing-price-box .price-desc.annual{
  display: none;
}
.pricing-tab .pricing-price.active .price, .pricing-tab .pricing-price.active .pricing-decimal, .pricing-tab .pricing-header .pricing-price-box .price-desc.active {
  display: none;
}
.pricing-tab .pricing-price.active .price.annual,
.pricing-tab .pricing-price.active .pricing-decimal.annual,.pricing-tab .pricing-header .pricing-price-box .price-desc.active.annual {
  display: inline-block;
}
/* #Blog Post
================================================== */
.post-info {
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.post-info span:last-child:after {
  display: none;
}
.post .main-image {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
 .post-title {
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  line-height: 30px;
  margin: 0;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.post-title a {
  text-decoration: none;
  color: #151515;
}
.post .post-title a:hover{
  color: #2e7de0;
}
.top-detail-info > * {
  display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.post .byline {
  font-size: 100%;
  margin-right: 0;
  display: inline-block;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.post .byline .avatar-img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.post .byline .avatar-img img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.post .byline .author.vcard {
  padding-left: 10px;
}
.post-info .posted-on a {
  color: #2e7de0;
}
.top-detail-info > *, .post-info .posted-on a, .post-info .byline a, .logged-in-as a {
  text-decoration: none;
  color: #606060;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .top-detail-info .entry-date {
    display: block;
    margin-top: 15px;
  }
}
.post-title a:hover, .post-info .posted-on a:hover, .post-info .byline a:hover, .logged-in-as a:hover {
  color: #2e7de0;
}
.post .post-author a:hover {
  color: #2e7de0;
}
.post .post-category a{
  text-decoration: none;
  color: #2e7de0;
}
.post .post-category a:hover{
  color: #151515;
}
.logged-in-as a:hover{
  color: #151515;
}
.post .post-comment {
  display: inline-block;
  font-size: 16px;
}
.post .right-position {
  float: right;
  margin-right: 0;
}
.post .right-position .socials-box{
  display: inline-block;
  margin-right: 20px;
}
.post p {
  line-height: 30px;
  margin-bottom: 25px;
}
.post_list p {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post .button-section {
  text-align: left;
  padding: 5px 0;
}
article.post {
  margin-bottom: 20px;
}
.post_list {
  margin-bottom: 30px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post_list .entry-content {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #e0e0e0;
  padding: 40px 40px 40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.single-post .post-thumbnail  {
  margin-bottom: 0;
}

.post_list:hover .entry-content {
  -webkit-box-shadow: 0px 5px 25px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 5px 25px rgba(0,0,0,0.12);
  box-shadow: 0px 5px 25px rgb(0 0 0 / 12%);
}
article.post .entry-content ul.post-categories {
  list-style: none;
  padding: 0;
  padding-left: 2px;
  margin: 0;
  display: inline-block;
}
article.post .entry-content ul.post-categories li {
  background-color: #f8f8f8;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  line-height: normal;
  padding: 3px 15px;
  margin: 0px 5px 5px 0px;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article.post .entry-content ul.post-categories li:hover {
  background-color: #2e7de0;
}
article.post .entry-content .post-categories a {
  color: #151515;
}
article.post .entry-content .post-categories li:hover a {
  color: #ffffff;
}
.post-page .header-background-box .button-section {
  padding: 5px 0 5px 0;
}
article.post .entry-content .center-sticky {
margin: 0 0px 15px;
}
.single-post .entry-content {
  margin-bottom: 20px;
  padding-top: 40px;
}
.single-post .format-audio .entry-content {
  padding-top: 0;
}
.single-post .empty-cover-image .entry-content {
  margin-bottom: 20px;
  padding-top: 0;
}
.header-background-box .btn-o-primary {
  color: #f4f4f4;
  background-color: transparent;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
}
.header-background-box .btn-o-primary:hover {
  background-color: #e7e7e7;
  color: #1b1b1b;
}
.post .post-title a, .post .byline a, .post .posted-on a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-form-cookies-consent, .comment-form .form-submit {
  padding: 0 15px;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label {
  display: inline-block;
}
.single-post .comment-form .form-submit {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
.single-post .comment-form .row .form-submit {
  padding-left: 15px;
  padding-right: 15px;
}
.about-author {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 40px;
  margin-top: 25px;
  display: inline-block;
}
.about-author img, .about-author img.avatar{
  display: block;
  object-fit: cover;
  object-position: 50% 0;
  width: 120px;
  height: 120px;
  margin: 0;
  border-radius: 120px;
}
.about-author .media-body {
  padding-left: 30px;
}
.about-author .author-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-style: normal;
  color: #2e7de0;
  margin-bottom: 10px;
}
.about-author .author-name {
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
  font-style: normal;
  color: #151515;
  margin-bottom: 10px;
}
@media (max-width: 597px) {
  .about-author .media-body {
    padding-left: 0px;
    text-align: center;
  }
  .about-author .pull-left {
    float: none !important;
    width: 100%;
  }
  .about-author .pull-left img, .about-author img.avatar{
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.single-post .single-post-tags a {
  color: #151515;
  font-size: 16px !important;
  padding: 0px 10px;
  list-style: none;
  text-decoration: none;
  display: inline-block;
  margin: 5px 5px 4px 0;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 3px;
}
.single-post .single-post-tags a:hover {
  color: #ffffff;
  background: #2e7de0;
  border: 1px solid #2464da;
}
.single-post .single-post-tags {
  margin-bottom: 15px;
  float: left;
}
.single-post-tag-social {
  margin-bottom: 0px;
  width: 100%;
  display: inline-block;
  position: relative;
  border-top: 1px solid #e0e0e0;
  padding-top: 36px;
}
/* #Custom Post listings
================================================== */
.section-post-item .post-item-box a, .section-post-item .post-item-box a:hover {
  text-decoration: none;
}
.section-post-item .post-item-in-box .post-image-url {
  display: inline-block;
  padding: 0;
  padding-bottom: 0;
}
.section-post-item .post-item-box {
  height: 100%;
  margin-bottom: 30px;
}
.owl-carousel.section-post-item .owl-item .post-item-box{
  margin-left: 0;
  margin-right: 0;
}
.post-item-box .post-item-in-box {
  border: 1px solid #e0e0e0;
  border-top: 2px solid #e0e0e0;
  border-radius: 5px;
  background: #fafafa;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-box:hover .post-item-in-box {
    border-top: 2px solid #2e7de0;
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,0.12);
    -moz-box-shadow: 0 3px 15px rgba(0,0,0,0.12);
    box-shadow: 0 3px 15px rgba(0,0,0,0.12);
}
.post-item-box .post-item-top-info {
  font-size: 14px;
  padding: 5px 30px 5px;
  display: inline-block;
  width: 100%;
}
.post-item-box .post-item-top-info .left-position{
  float: left;
  text-align: left;
  width: 100%;
  max-width: 85%;
}
.post-item-box .post-item-top-info .right-position{
  float: right;
  width: 100%;
  max-width: 15%;
  text-align: right;
}
.post-item-box .post-item-top-info .post-categories {
    margin-right: 10px;
}
.section-post-item .post-item-box .post-categories a, .section-post-item .post-item-box .post-categories a:hover{
    text-transform: uppercase;
    color: #ffffff;
}
.post-item-box ul.post-categories {
  list-style: none;
  padding: 0;
  padding-left: 2px;
  margin: 0;
  display: inline-block;
  position: relative;
  margin-top: 0;
  left: 0;
  text-align: center;
  margin-left: 30px;
}
.post-item-box ul.post-categories li {
  background: #2e7de0;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  line-height: normal;
  padding: 4px 10px;
  margin: 0px 5px 0px 0px;
  border-radius: 3px;
}
.post-item-box .post-item-body-info {
  display: inline-block;
  padding: 0 30px 30px;
}
.post-item-box .post-item-body-info .post-desc {
  padding: 17px 0 0;
}
.post-item-box .post-item-body-info .btn {
  margin-top: 25px;
}
.post-item-box .post-item-body-info .post-readmore i, .post_list .post-readmore i{
  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-item-box .post-item-body-info .post-readmore, .post_list .post-readmore {
  text-transform: none;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  display: block;
  margin: 15px 0 0;
  margin-top: 18px;
  font-weight: bold;
  color: #151515;
}
.post_list .post-readmore {
  margin-top: 15px;
}
.post-item-box .post-item-body-info .post-readmore:hover, .post_list .post-readmore:hover {
  font-size: 16px;
  color: #2e7de0;
  text-transform: uppercase;
}
.post-item-box .post-item-body-info .post-readmore:hover i, .post_list .post-readmore:hover i{
 margin-left: 10px;
}
/* #Portfolio
================================================== */
.portfolio .owl-dots {
  margin-top: 60px;
}
.portfolio-carousel {
 width: 100%;
}
.portfolio-carousel .item-frame-box {
  margin: 0;
}
.portfolio-carousel .item-bg-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(255 255 255 / 0%) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(255 255 255 / 0%) 100%);
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(255 255 255 / 0%) 100%);
  border-radius: 5px;
}
.portfolio-carousel.owl-carousel .owl-item .item-bg-box:before {
  transition: all 0.3s ease-in-out 0s;
  background: -moz-linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 0%) 60%);
  background: -webkit-linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 0%) 60%);
  background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 0%) 60%);
}
.portfolio-carousel.owl-carousel .owl-item.active.center .item-bg-box:before {
  background: -moz-linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(255 255 255 / 0%) 60%);
  background: -webkit-linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(255 255 255 / 0%) 60%);
  background: linear-gradient(0deg, rgb(0 0 0 / 60%) 0%, rgb(255 255 255 / 0%) 60%);
}
.portfolio-carousel .item-bg-box {
  display: block;
  position: relative;
}
.portfolio-carousel .image {
  overflow: hidden;
}
.portfolio-carousel .image img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media (min-width: 1440px){
  .portfolio-carousel .image img {
    object-fit: cover;
    object-position: 100% 0;
    width: 100%;
    height: auto;
  }
}

/*Ripple effect*/
.portfolio-carousel .image .ripple,.portfolio-carousel .image .ripple:before,.portfolio-carousel .image .ripple:after {
  display:block;
  border-radius:2px;
  width:2px;
  height:2px;
  -webkit-animation:rip 6s infinite ease-out;
  -moz-animation:rip 6s infinite ease-out;
}
.portfolio-carousel .image .ripple {
  position:absolute;
  z-index:2;
  bottom:0px;
  left:0px;
  right:0;top:0;
  margin:auto;
  box-shadow:0px 0px 0px 0px #FFF;
  display: none;
}
.portfolio-carousel.owl-carousel .owl-item.active.center .image .ripple{
  display: block;
}
.portfolio-carousel .image .ripple:before,.ripple:after {
  content:'';
  bottom:0px;
  left:0px;
  right:0;top:0;
  margin:auto;
  position:absolute;
}
.portfolio-carousel .image .ripple:before {-webkit-animation-delay:.2s;-moz-animation-delay:.2s;  bottom:0px;
  left:0px;
  right:0;top:0;
  margin:auto;}
.portfolio-carousel .image .ripple:after {-webkit-animation-delay:.8s;-moz-animation-delay:.8s;  bottom:0px;
  left:0px;
  right:0;top:0;
  margin:auto;}
  
@keyframes rip 
{
  1%  {
    box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 0.15);
	opacity:1;
  }
  100%  {
    box-shadow:0px 0px 0px 600px rgba(255, 255, 255, 0.01);
	opcity:0;
  }
  
}
.portfolio-carousel .info {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.portfolio-carousel.owl-carousel .owl-item .info {
  transform: translate(0,100%);
  transition: all 0.6s ease-in-out 0s;
  opacity: 0;
 }
.portfolio-carousel.owl-carousel .owl-item.active.center .info {
  transform: translate(0,0%);
  opacity: 1;
}
.portfolio-carousel .info .title {
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0 30px;
}
@media (max-width: 768px){
  .portfolio-carousel .info .title{
    font-size: 21px;
    margin-bottom: 0;
  }
}
.portfolio-carousel .info .item-categories {
  text-align: center;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px){
  .portfolio-carousel .info .item-categories {
    margin-bottom: 15px;
  }
}
.portfolio-carousel .info .item-categories span {
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.portfolio-carousel .info .item-categories a span:after {
  content: "/";
  margin-left: 4px;
  margin-right: 2px;
  opacity: 0.6;
}
.portfolio-carousel .info .item-categories a:last-child span:after {
  content: none;
}
.portfolio-carousel.owl-carousel .owl-item {
    opacity: 0.9;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}
.portfolio-carousel.owl-carousel .owl-item.active.center {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-button-filter, ul.portfolio-button-filter {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
ul.portfolio-button-filter.left {
 text-align: left;
}
ul.portfolio-button-filter.center {
  text-align: center;
}
ul.portfolio-button-filter.right {
  text-align: right;
}
.portfolio-button-filter li {
  text-align: left;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin-right: 40px;
  cursor: pointer;
}
.portfolio-button-filter li:last-child {
  margin-right: 0;
}
.portfolio-button-filter li, .portfolio-button-filter li span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-button-filter li span {
  font-size: 18px;
  color: #737373;
  font-weight: 600;
}
.portfolio-button-filter li:hover span {
  color: #151515;
}
.portfolio-button-filter li.tagsort-active span {
  color: #151515;
}
.portfolio-grid {
  width: auto;
}
.portfolio-grid .item-frame-box {
  margin: 0;
}
.portfolio-grid .item-bg-box {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.portfolio-grid .image {
  overflow: hidden;
  height: 360px;
  width: 100%;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .portfolio-grid [class*='col-lg-3'] .image, .portfolio-grid [class*='col-xl-3'] .image {
    height: 262.5px;
  }
}
@media (max-width: 767px) {
  .portfolio-grid .image {
    height: auto;
    overflow: visible;
    max-width: 100%;
  }
  .portfolio-grid [class*='col-lg-3'] .image, .portfolio-grid [class*='col-xl-3'] .image {
    height: auto;
  }
}
.portfolio-grid .image img {
  width: 100%;
  height: 360px;
}
@media (min-width: 768px) {
  .portfolio-grid .image img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
    object-fit: cover;
    object-position: 100% 0;
    height: 360px;
  }
}
@media (max-width: 767px) {
  .portfolio-grid .image img {
    width: 100vh;
    height: auto;
    max-width: 100%;
  }
}
.portfolio-grid .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 1;
}
.portfolio-grid .portfolio-item .info {
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.portfolio-grid .portfolio-item:hover .info {
  opacity: 1;
}
.portfolio-grid .info a {
  text-decoration: none;
}
.portfolio-grid .info .title {
  text-align: center;
  color: #fff;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .portfolio-grid [class*='col-lg-3'] .info .title, .portfolio-grid [class*='col-xl-3'] .info .title {
    font-size: 20px;
  }
}
.portfolio-grid .info .item-categories {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
}
.portfolio-grid .info .item-categories span {
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.portfolio-grid [class*='col-lg-3'] .info .item-categories span, .portfolio-grid [class*='col-xl-3'] .info .item-categories span {
  font-size: 14px;
}
.portfolio-grid .info .item-categories a span:after {
    content: "/";
    margin-left: 4px;
    margin-right: 2px;
    opacity: 0.6;
}
.portfolio-grid .info .item-categories a:last-child span:after {
  content: none;
}
.portfolio-grid .item-bg-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.portfolio-grid .portfolio-item .item-bg-box:before {
  opacity: 0;
  border-radius: 5px;
  background-color: rgb(0 0 0 / 0%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.portfolio-grid .portfolio-item:hover .item-bg-box:before {
  opacity: 1;
  background-color: rgb(0 0 0 / 30%);
}
.related-portfolio .related-portfolio-title {
    margin-bottom: 30px;
}
.cs-post-nav {
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
.post .cs-post-nav {
  display: inline-block;
  width: 100%;
  margin: 30px 0 35px;
  padding: 0 0 0;
  border-top: none;
}
.cs-post-nav .left-section, .cs-post-nav .right-section {
  height: 100%;
  width: 50%;
  padding: 0 15px;
  margin: 0 -15px;
  overflow: hidden;
}
.cs-post-nav .left-section{
  float: left;
}
.cs-post-nav .right-section{
  float: right;
}
.cs-post-nav a.prev-btn, .cs-post-nav a.next-btn {
  text-decoration: none;
  vertical-align: middle;
}
.cs-post-nav a.prev-btn i, .cs-post-nav a.next-btn i {
  background: transparent;
  border: 1px solid #2e7de0;
  border-radius: 4px;
  color: #2e7de0;
  padding: 0px 8px;
  height: 90px;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post-nav.cs-post-nav a.prev-btn, .single-post-nav.cs-post-nav a.next-btn {
  text-decoration: none;
  vertical-align: middle;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
.single-post-nav.cs-post-nav a.next-btn {
  float: right;
}
.single-post-nav.cs-post-nav a.prev-btn i, .single-post-nav.cs-post-nav a.next-btn i {
  background: transparent;
  border: 1px solid #2e7de0;
  border-radius: 50px;
  color: #2e7de0;
  padding: 2px 0;
  height: 35px;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
}

.cs-post-nav a.prev-btn:hover i, .cs-post-nav a.next-btn:hover i {
  background: #2e7de0;
  border: 1px solid #2e7de0;
  color: #ffffff;
}
.cs-post-nav a.prev-btn h6, .cs-post-nav a.next-btn h6{
  margin-bottom: 0px;
}
.single-post-nav.cs-post-nav a.prev-btn .meta-nav {
  float: left;
  width: 35px;
}
.single-post-nav.cs-post-nav a.next-btn .meta-nav {
  float: right;
  width: 35px;
  order: 2;
  -webkit-order: 2;
}
.single-post-nav.cs-post-nav a.prev-btn span, .single-post-nav.cs-post-nav .next-btn span {
  color: #606060;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-post-nav.cs-post-nav a span.nav-btn-name{
  font-weight: bold;
  color: #151515;
}
.portfolio .cs-post-nav a.prev-btn span, .portfolio .cs-post-nav .next-btn span {
  display: block;
}
.cs-post-nav a.next-btn h6, .cs-post-nav .next-btn span {
  text-align: right;
}
.cs-post-nav a .post-btn-title {
  padding: 0 15px;
  margin-top: 8px;
  line-height: 23px;
}
.single-post-nav.cs-post-nav a .post-btn-title {
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.cs-post-nav a .post-btn-title h6{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-style: normal;
  max-width: 230px;
}
@media (max-width: 767px) {
  .single-post-nav.cs-post-nav a span.nav-btn-pt {
    display: none;
  }
}
@media (min-width: 767px) {
  .single-post-nav.cs-post-nav a.next-btn {
     /* width: 100%; */
  }
}
.portfolio-post-featured {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.portfolio-post-featured ul {
  text-decoration: none;
  list-style: none;
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
  background: #ffffff;
  padding: 10px 10px;
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: solid 2px #e0e0e0;
  -webkit-box-shadow: 0px 5px 25px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 5px 25px rgba(0,0,0,0.12);
  box-shadow: 0px 5px 25px rgba(0,0,0,0.12);
}
.portfolio-post-featured ul li {
  display: inline-block;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
  color: #151515;
  width: auto;
  float: left;
  text-align: left;
}
.portfolio-post-featured ul li:last-child{
  margin: 10px 0 10px 10px;
}
.portfolio-post-featured ul li.chare-button-lists {
  float: right;
}
@media (max-width: 992px) {
  .portfolio-post-featured ul li.chare-button-lists {
    float: none;
    text-align: center;
  }
}
.portfolio-post-featured ul li h6 {
  display: block;
  font-size: 18px;
  color: #151515;
  margin: 0;
  }
.portfolio-post-featured ul li h6 span {
  font-weight: 400;
  margin-left: 0;
  color: #8a8a8a;
  display: block;
  font-size: 16px;
}
/* #Brandmax Gallery
================================================== */
.brandmax-image-gallery .swipebox {
   /* margin-left: 15px; */
  display: inline-block;
}
.brandmax-image-gallery {
  margin: auto;
}
.br-heading-dot.h-primary, .br-heading-dot-square.h-primary, .section-title-box span:before, .cart-icon-area .cart-icon-num, .portfolio .owl-nav, .team .owl-nav, .testimonials .owl-nav, .section-post-item .owl-nav, .owl-logo-style2 .owl-nav, .team .item-bg-box .socials-boxes .socials-bg, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt, .woocommerce span.onsale, .widget-title:before, article.post .entry-content .post-category ul li, .team-decor-bg:before, .post-item-box .post-category ul li, .personal-info-wrapper:before, .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected], header .search-form-in-area .searchform .s-button, .bg-primary, .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: #2e7de0;
}
.woocommerce span.onsale {
    min-height: 40px;
    min-width: 40px;
    padding: 4px;
    font-weight: 700;
    line-height: inherit;
    border-radius: 50px;
    background-color: #2e7de0;
    color: #fff;
    font-size: 14px;
}
.woocommerce .bmax-item-slide span.onsale {
    top: -16px;
    left: auto;
    right: -3px;
}
#footer .woocommerce ul.cart_list, #footer .woocommerce ul.product_list_widget, #footer .woocommerce ul.cart_list, #footer .woocommerce ul.product_list_widget {
  margin-top: 5px;
}
#footer .woocommerce .widget_rating_filter ul li {
  margin-top: 10px;
}
.brandmax-image-gallery .swipebox img {
  width: 100%;
}
.brandmax-image {
  position: relative;
  z-index: 2;
}
.brandmax-image .swipebox img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.brandmax-image .swipebox {
  display: block;
  margin-bottom: 35px;
}
#swipebox-slider .slide img {
  max-height: 90%;
  max-width: 90%;
}
#swipebox-overlay {
  background: rgb(0 0 0 / 90%);
}
/* #Contact
================================================== */
.contact-lists, .contact-box {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-box {
  padding: 45px 45px 45px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.contact-box:hover {
  -webkit-box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
  -moz-box-shadow: 6px 5px 30px rgba(0,0,0,0.12);
  box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}
.contact-lists {
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.contact-lists li {
  line-height: normal;
  color: #151515;
  margin-bottom: 30px;
}
.contact-lists li:last-child {
  margin-bottom: 0;
}
.contact-lists i {
  text-align: center;
  font-size: 20px;
  padding: 11px;
  height: 45px;
  width: 45px;
  background: transparent;
  border: 1px solid #2e7de0;
  border-radius: 50px;
  color: #2e7de0;
  vertical-align: middle;
}
.contact-lists span {
  text-decoration: none;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #606060;
}
.contact-lists.cl_classic i {
  font-size: 15px;
  height: 35px;
  width: 35px;
  padding: 9px;
}
.contact-lists.cl_classic li {
  margin-bottom: 20px;
}
.contact-lists li a {
  color: #606060;
}
.contact-lists a:hover {
  color: #2e7de0;
}
.contact-map {
  padding: 0px 0px;
  position: relative;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.contact-map #googleMap {
  height: 450px;
}
.wpb_gmaps_widget .wpb_wrapper {
    background-color: transparent!important;
    padding: 0 !important;
}
/* #Gallery Page
================================================== */
.gallery-content {
  padding: 70px 0 40px;
}
/* #404 Page
================================================== */
.error-header .header-background {
  padding: 0;
  height: 100vh;
}
.error-header .webkit-and-moz-overlay-background {
  background: rgba(50, 29, 29, 0.26);
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
}
.error-404 .center-section {
  position: relative;
  padding-top: 100px;
}
.error-404 .button-section {
  padding: 0;
  margin-top: 30px;
}
.error-404 .btn-primary {
  margin: 10px 3px;
  padding: 10px 16px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  color: #fff;
}
.error-404 .btn {
  font-size: 18px;
}
.error-404 .error-title {
  font-size: 120px;
  color: #e7e7e7;
  padding-top: 20px;
  margin-top: 0px;
  margin-bottom: 70px;
}
.error-page-desc {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.error-search-form-area {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.error-search-form-area .error-title {
  margin-bottom: 20px;
}
img.error-image {
  margin-bottom: 40px;
}
/* #Footer
================================================== */
#footer {
  color:#b2b2b2;
  height: 100%;
}
.footer-background{
  background-color: #2e2e2e;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#footer a {
  text-decoration: none;
}
#footer .footer-overlay {
  background-color: rgba(0, 0, 0, 0.63);
  opacity: 1;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  transition: all 1s ease-in-out 0.5s;
  transform: perspective(800px);
}
#footer-top .block {
  padding-top: 40px;
  padding-bottom: 20px;
}

#footer-top .footer-title {
  font-size: 20px;
  font-weight: 600;
  padding: 20px 0;
  margin: 0;
  color: #ffffff;
}

#footer-top p {
  font-weight: normal;
  letter-spacing: 0.2px;
  color: #b2b2b2;
}

#footer-top img {
  max-width: 100%;
}
#footer-top a {
  color: #b2b2b2;
}
#footer-top a:hover {
  color: #ffffff;
  text-decoration: none;
}
#footer-top hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgba(238, 238, 238, 0.43);
}
#footer-top .socials-box {
  display: table-cell;
  margin: 10px 0;
  line-height: 30px;
  padding: 0;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer-top ul li {
  color: #b2b2b2;
  line-height: 30px;
  font-weight: bold;
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}
#footer-top .socials-box li {
  width: auto;
}
#footer-top ul.horizontal-list li {
  width: auto;
}
#footer-top ul li span {
  color: #b2b2b2;
}
ul.horizontal-list li {
  display: inline-block;
}
#footer-top ul.horizontal-list li a {
  font-size: 16px;
  font-weight: bold;
}
ul.horizontal-list li a {
  border-right: 1px solid rgb(255 255 255 / 31%);
  padding-right: 6px;
  margin-right: 3px;
}
ul.horizontal-list li:last-child a {
  border: none;
}
ul.horizontal-list li a:hover {
  color: #2e7de0;
}
.footer-contacts {
  line-height: 30px;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.footer-contacts li {
  display: flex;
  font-weight: normal;
  letter-spacing: 0.2px;
}
.footer-contacts .fa {
  color: #2e7de0;
  margin-right: 5px;
  margin-top: 8px;
}
.footer-work-time {
  line-height: 12px;
  list-style: none;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.footer-work-time li{
  font-weight: normal;
  letter-spacing: 0.2px;
  width: 100%;
  display: inline-block;
}
.footer-work-time .date {
  background: transparent;
  position: relative;
  overflow: hidden;
  width: auto;
  max-width: 100%;
  float: left;
  padding: 5px 5px 5px 0px;
  margin: 0;
}
.footer-work-time .time {
  background: transparent;
  position: relative;
  color: #2e7de0;
  float: right;
  width: auto;
  max-width: 100%;
  padding: 5px 0px 5px 5px;
  margin: 0;
}
.footer-work-time .line-box {
  position: relative;
  top: 12px;
  overflow: hidden;
}
.footer-work-time .line-dotted {
  position: relative;
  border-top: 2px dotted #ccc;
  z-index: 1;
  left: 0;
}
#recent-post-box {
  line-height: 25px;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
#recent-post-box .post-image {
  float: left;
  margin-right: 5px;
}
#recent-post-box .post-image img {
  width: 70px;
  border: 2px solid;
  border-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
#recent-post-box .post-image img:hover, #recent-post-box a:hover > .post-image img{
    border-color: #2e7de0;
}
#recent-post-box li {
  padding-bottom: 10px;
  display: inline-flex;
}
#recent-post-box .info {
  padding-left: 80px;
}
  #recent-post-box .data-time {
  display: block;
  color: #606060;
  opacity: 0.6;
  font-weight: bold
}
footer #recent-post-box .data-time {
  color: #a7a7a7;
}
footer .widget.widget_search .search-form {
margin: 15px 0 0;
}
#copyright {
  background: #2e2e2e;
  border-top: 1px solid rgb(255 255 255 / 5%);
  text-align: center;
  position: relative;
  margin-top: 40px;
}
#copyright.no-margin {
  margin-top: 0;
  border-top: none;
}
#copyright .all-right, #copyright .all-left {
  font-size: 16px;
  font-weight: 400;
  display: block;
  color: #b2b2b2;
  padding: 20px 0;
}
#copyright .all-left {
  text-align: left;
}
#copyright .all-right {
  text-align: right;
}
#copyright .t-color {
  color: #2e7de0;
}
#copyright .scrollTopButton {
  right: 95px;
  bottom: 95px;
  line-height: 1;
  position: fixed;
  z-index: 1000;
}
@media(max-width: 768px){
  .hide-on-mobile {
    display: none !important;
  }
  #copyright .scrollTopButton {
    bottom: 65px;
  }
}
#copyright .button-square {
  background: #2e7de0;
  border-radius: 80%;
  width: 45px;
  height: 45px;
  position: absolute;
  display: block;
  opacity: 1;
}
#copyright .button-square i {
  font-size: 24px;
  line-height: 0;
  color: #fff;
}
#copyright .scrollTopButton .button-square {
  padding: 17px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#copyright .scrollTopButton:hover .button-square {
  background: #2464da;
}
#copyright .scrollTopButton i:hover, #copyright .button-square i:hover {
  color:#fff;
}
#copyright ul.horizontal-list li a {
  border-right: none;
  padding-right: 6px;
  margin-right: 0;
  color: #b2b2b2;
}
#copyright ul.horizontal-list li a:hover{
  color: #2e7de0;
}
#copyright .scrollTopButton {
  opacity: 0;
  right: 0px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#copyright .scrollTopButton.t-active {
  opacity: 1;
  right: 70px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 1499px) {
  #copyright .scrollTopButton.t-active {
    right: 48px;
  }
}
#copyright .horizontal-list {
  margin-bottom: 0;
}
/* #Product list vc
================================================== */
.product-list-box {
  position: relative;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  padding: 15px;
  display: inline-block;
}
.product-list-in-box {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
}
.product-list-in-box img {
  width: 100%;
  height: 350px;
  float: left;
  object-fit: cover;
}
.product-list-in-box .product-list-desc-box {
  left: 0;
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(45,45,45,0.15) 0%, rgba(45,45,45,0.5) 75%, rgba(45,45,45,1) 100%);
  background: -webkit-linear-gradient(top, rgba(45,45,45,0.15) 0%,rgba(45,45,45,0.5) 75%,rgba(45,45,45,1) 100%);
  background: linear-gradient(to bottom, rgba(45,45,45,0.15) 0%,rgba(45,45,45,0.5) 75%,rgba(45,45,45,1) 100%);
}
.product-list-in-box .product-list-desc-box {
  color: #7e7e7e;
  font-size: 14px;
  line-height: 27px;
}
.product-list-in-box .product-list-desc-box .product-price{
  top: 30px;
  right: 30px;
  position: absolute;
  background-color: #e5c888;
  border-radius: 50px;
  color: #1b1b1b;
  padding: 5px 10px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.product-list-in-box .product-list-desc-box .product-price ins {
    text-decoration: none;
}
.product-list-in-box .product-list-desc-box .product-title{
  width: 100%;
  float: left;
  left: 0;
  bottom: 30px;
  position: absolute;
  color: #fff;
  text-align: center;
  padding: 0 35px;
  text-decoration: none;
}
.product-list-in-box .product-list-desc-box .product-title h3{
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}
/* #woocommerce
================================================== */
.woocommerce ul.products li{
  height: auto;
}
.woocommerce ul.products li.product a {
  text-align: center;
}
.woocommerce ul.products li.product a img {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a.wc-forward {
  border-color: #2e7de0;
  margin-top: 5px;
  margin-bottom: 20px;
  text-align: center;
  float: none;
  width: 100%;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.woocommerce ul.products li.product a.button.added {
  display: none;
}
.woocommerce a.wc-forward:after {
  font-family: WooCommerce;
  content: "\e017";
  margin-left: .53em;
  vertical-align: bottom;
}
.woocommerce span.onsale {
  min-height: 40px;
  min-width: 40px;
  padding: 4px;
  font-weight: 700;
  line-height: inherit;
  border-radius: 50px;
  background-color: #2e7de0;
  color: #fff;
  font-size: 14px;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 0;
}
.pasta-item-slide span.onsale {
  left: 0px;
  right: auto;
}
.pasta-item-slide .tinv-wraper.tinv-wishlist {
  right: 0;
  left: auto;
}
.pasta-item-slide .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt {
  left: auto;
  right: 0;
  margin-top: -7px;
}
.tinvwl-input-group .form-control {
  height: 47px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 29.9%;
}
.woocommerce .col-md-12 ul.products.columns-3 li.product, .woocommerce-page .col-md-12 ul.products.columns-3 li.product {
  width: 30.75%;
}
.woocommerce .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product, .woocommerce-page .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product {
  width: 21.55%;
}
.col-md-12 .woocommerce .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product, .woocommerce-page .col-md-12 .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product {
  width: 22.33%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 30px 15px 0px 15px;
  padding-bottom: 0px;
  width: 22.4%;
  height: auto;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  border-radius: 5px
  }
  .woocommerce .wc-full-width ul.products li.product, .woocommerce-page .swc-full-width ul.products li.product {
    width: 22.33%;
  }
.woocommerce ul.products .related-products-row li.product {
  height: auto;
  }
.woocommerce ul.products .owl-related-products li.product, .woocommerce-page ul.products .owl-related-products li.product {
  width: 100%;
}
  .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: initial;
    display: block;
    color: #606060;
    text-align: left;
    font-size: 16px;
    padding: 0 0 0;
}
  .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 5px 0 0;
    margin: 0;
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
}
.woocommerce ul.products li.product .price {
    color: #2e7de0;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
  }
 .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
 .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce a.wc-forward, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    font-size: 100%;
    margin: 0;
    padding: 12px 30px;
    line-height: 1.3333333;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    border-radius: 3px;
    left: auto;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #2e7de0;
    color: #151515;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .woocommerce a.button.alt {
    /* line-height: 0; */
  }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce a.wc-forward:hover {
    background-color: #2e7de0;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  margin-right: 9px;
  margin-bottom: 5px;
  padding: 12px 20px;
}
.cart-icon-area .woocommerce ul.cart_list li dl, .cart-icon-area .woocommerce ul.product_list_widget li dl, .woocommerce ul.cart_list li .variation {
  padding-left: 0;
  border: none;
  vertical-align: middle;
  display: inline-block;
}
.cart-icon-area .woocommerce ul.cart_list li dl dt, .cart-icon-area .woocommerce ul.product_list_widget li dl dt {
  margin-right: 10px;
}
.cart-icon-area .woocommerce ul.cart_list li dl dd, .cart-icon-area .woocommerce ul.product_list_widget li dl dd {
  padding: 0;
  margin: 0;
}
.cart-icon-area .woocommerce ul.cart_list li dl dd p:last-child, .cart-icon-area .woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
  line-height: normal;
}
.cart-icon-products .woocommerce .widget_shopping_cart .cart_list li .quantity, .cart-icon-products .woocommerce.widget_shopping_cart .cart_list li .quantity {
  display: table;
  width: 70%;
  left: 0;
}
.cart-icon-area .woocommerce.widget_shopping_cart .buttons a:after {
  display: none;
}
 .inc_item {
    text-align: center;
}
.woocommerce ul.products .owl-item li.product a img {
    max-width: 380px;
    height: 270px;
    float: left;
    object-fit: cover;
}
 .product-filter-wrap {
   border: 1px solid #2e7de0;
   display: inline-block;
   width: 100%;
   padding: 0 10px;
   height: 50px;
   margin-top: 5px;
   margin-bottom: 30px;
   vertical-align: middle;
 }
.woocommerce .woocommerce-ordering select {
  font-weight: 400;
  vertical-align: top;
  margin-top: 0;
  color: #606060;
  border-color: #e4e4e4;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
  line-height: 50px;
  background-image: url(../images/arrow-down-sign-to-navigate-gray.svg);
  fill: #3636bb;
  background-position: calc(100% - 20px) calc(1em + 3px);
  background-size: 10px;
  background-repeat: no-repeat;
}
.woocommerce .product-filter-wrap .woocommerce-ordering {
  margin: 0 0 0;
}
.woocommerce .product-filter-wrap .woocommerce-result-count {
  margin: 8px 0 0;
}
.cs-addCart {
  float: none;
  text-align: center;
}
.tinv-wraper.tinv-wishlist {
  font-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  min-height: 40px;
  min-width: 40px;
  padding: 4px;
  font-weight: 400;
  line-height: inherit;
  border-radius: 50px;
  background-color: #2e7de0;
  color: #fff;
  font-size: 14px;
  margin-top: -7px;
  left: -7px;
}
.bmax-item-slide .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .bmax-item-slide .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  margin-top: -16px;
  left: -3px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus:before {
  font-size: 26px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  margin-top: -12px;
  margin-left: -12px;
}
.tinv-wishlist tfoot .tinvwl-to-right>* {
  margin: 10px 5px 10px !important;
  outline: none;
}
.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 6px 16px;
  line-height: 30px;
  outline: none;
}
.tinv-wishlist .tinv-modal .icon_big_heart_check, .tinv-wishlist .tinv-modal .icon_big_times, .tinv-wishlist .tinv-modal img {
  color: #2e7de0;
}
.woocommerce.tinv-wishlist #respond input#submit.alt, .woocommerce.tinv-wishlist a.button.alt, .woocommerce.tinv-wishlist button.button.alt, .woocommerce.tinv-wishlist input.button.alt {
  min-width: 110px;
}
.tinv-wishlist .product-action {
  width: auto;
  text-align: center;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0;
}
.woocommerce-review-link {
  color: #606060;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  height: auto;
  box-shadow: none;
  float: left;
  width: 70px;
  margin-right: 10px;
  margin-left: 0;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce ul.product_list_widget li .product-title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ul.product_list_widget li:hover .product-title, #footer-top .woocommerce ul.product_list_widget li:hover .product-title{
  color: #2e7de0;
}
#footer-top .woocommerce ul.product_list_widget li:hover .product-title{
  color: #ffffff;
}
.woocommerce ul.product_list_widget li:hover img {
  border-color: #2e7de0;
}
#footer-top .woocommerce ul.product_list_widget li:hover img {
  border-color: #e7e7e7;
}
.woocommerce .star-rating, .woocommerce .star-rating:before, #footer .woocommerce .star-rating, #footer .woocommerce .star-rating span, #footer .woocommerce .star-rating:before {
    color: #ffcd28;
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    font-weight: bold;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 9px 0 0;
}
button.single_add_to_cart_button:before {
  display: inline-block;
  font-family: FontAwesome;
  float: right;
  content: "\f07a";
  font-weight: 300;
  margin-left: 8px;
}
.button.product_type_simple.add_to_cart_button:before {
  display: inline-block;
  font-family: FontAwesome;
  float: right;
  content: "\f07a";
  font-weight: 300;
  margin-left: 8px;
}
.button.product_type_simple.add_to_cart_button.added:before {
display: none;
}
.woocommerce .cs-addCart .added_to_cart.wc-forward{
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 10px 10px;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #1b1b1b;
  background-color: #eeeeee;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #2e7de0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #f5f5f5;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 22px;
  margin-top: 36px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -6px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}
.woocommerce div.product .pasta-item-buy-section .product_title {
  font-size: 40px;
  line-height: 40px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: transparent;
  color: #151515;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #2e7de0;
  color: #ffffff;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  margin-top: 2em;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 12px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  padding: 0;
  border: 1px solid #eee;
  margin: 10px 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  background: #C9C9C9;
  padding: 0;
  margin: 5px;
  color: #FFF;
  text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 22.4%;
}
.woocommerce div.product div.images img {
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: .9;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #e4e4e4;
  background-color: #f5f5f5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 1px solid #e4e4e4;
  margin-left: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-top: 2px solid #2e7de0;
  border-bottom-color: #fff !important;
  border-left-color: #e4e4e4 !important;
  border-right-color: #e4e4e4 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #2e7de0;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.woocommerce div.product .product_title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}
.woocommerce-tabs h2 {
  font-size: 24px;
}
.woocommerce form label {
  display: block;
}
.related.products h2 {
  font-size: 30px;
  margin-bottom: 0;
}
.related.products {
  padding-top: 30px;
}
.woocommerce table.shop_attributes th {
  border-left: 1px dotted rgba(0,0,0,.1);
}
.woocommerce table.shop_attributes td {
  padding: 10px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  border: none;
}
.woocommerce-message::before {
  color: #2e7de0;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  float: left;
  box-sizing: border-box;
  border: 1px solid #d3ced2;
  padding: 4px 21px 4px;
  margin: 0 10px 0 0;
  outline: 0;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 270px;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    width: 120px;
}
#add_payment_method table.cart .product-remove, .woocommerce-cart table.cart .product-remove, .woocommerce-checkout table.cart .product-remove {
    width: 50px;
}
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto;
    width: 100px;
}
.products .owl-featured-recipe .owl-nav {
  width: 91%;
}
.products .owl-featured-recipe .owl-nav .owl-prev {
    left: -45px;
}
.products .owl-featured-recipe .owl-nav .owl-next {
    right: -25px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8;
  font-weight: bold;
  padding: 4px 21px;
  height: 47px;
  color: #151515;
  outline: none;
}
.woocommerce form .form-row input.input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
  height: 47px;
}
.woocommerce form .form-row textarea {
  height: 130px;
}
.woocommerce form.woocommerce-form-coupon .form-row {
  width: 50%;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid #eeeeee;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.select2-container--default .select2-selection--single {
  border-radius: 5px !important;
  border: 1px solid #eeeeee !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #f8f8f8 !important;
  padding: 10px 20px;
  margin: 0 0 0 !important;
  color: #606060;
  font-size: 14px;
  outline: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #151515 !important;
  font-size: 16px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #606060;
  line-height: 28px;
  font-weight: bold;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #f8f8f8;
  outline: none;
}
.select2-container .select2-selection--single {
  height: 47px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 47px !important;
}
.select2-results__option {
  padding: 10px 25px;
}
.select2-dropdown {
  background-color: #fff !important;
  border: 1px solid #eee !important;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 10px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1 !important; 
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #888 !important; 
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555 !important; 
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent !important;
  border-style: solid !important;
  border: none !important;
  border-width: 5px 4px 0 4px !important;
  height: 10px !important;
  margin-left: -17px !important;
  margin-top: -9px !important;
  position: absolute !important;
  top: 50% !important;
  width: 10px !important;
  display: inline-block !important;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f107";
  font-size: 17px;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
    border-color: #e7e7e7;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
    -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0px 0px 0px 1px rgb(233, 233, 233);
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td {
  border:none;
}
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
  border-bottom: none;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
}
.woocommerce .widget_price_filter .price_slider_amount span:first-child {
  margin-left: 10px;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  vertical-align: middle;
  padding: 5px 0;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label span {
  color: #a2a2a2;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
  height: 45px;
  margin-top: 4px;
  margin-bottom: 30px;
  border-color: #e4e4e4;
  background-color: #f5f5f5;
  padding-left: 10px;
}
.woocommerce table.shop_attributes th {
  padding: 18px;
}
.woocommerce table.shop_attributes td p {
  padding: 8px 8px;
}
#top-bar .login-top-section {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce .woocommerce-result-count {
  margin: 10px 0 10px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: #ebe9eb;
  border: none;
  margin: 0;
  box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 100px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 100px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 15px 25px 0;
}
.woocommerce table.shop_table {
  color: #151515;
}
.woocommerce table.shop_table td {
  text-align: left;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 48%;
  max-width: 460px;
  border: 1px solid #e5e5e5;
  padding: 15px 25px;
  -webkit-box-shadow: 0px 5px 25px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0px 5px 25px rgba(0,0,0,0.12);
  box-shadow: 0px 5px 25px rgb(0 0 0 / 12%);
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:after {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2{
  font-size: 25px;
}
.woocommerce-checkout #order_review_heading{
  margin-top: 20px;
  margin-bottom: 25px;
}
#top-bar .login-top-section a.neromax-header_login {
  margin-left: 15px;
  border-left: 1px solid #e1e1e14a;
  padding-left: 20px;
  padding-right: 0;
}
#top-bar .login-top-section a.neromax-header_user {
  margin-left: 20px;
  border-left: 1px solid #e1e1e14a;
  padding-left: 20px;
}
#top-bar .login-top-section .neromax-header_element {
  color: #ffffff;
}
header.layout2 #top-bar .login-top-section .neromax-header_element {
  color: #6c6c6c;
}
.login-top-section a.neromax-header_login, .login-top-section a.neromax-header_user, .login-top-section a.neromax-header_login i, .login-top-section a.neromax-header_user i, #top-bar .login-top-section .neromax-header_element {
-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.login-top-section a.neromax-header_login i, .login-top-section a.neromax-header_user i{
  font-size: 14px;
  line-height: 29px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 18%);
  border: 1px solid rgb(143 143 143 / 70%);
  color: #ffffff;
  text-align: center;
}
.login-top-section a.neromax-header_login:hover i, .login-top-section a.neromax-header_user:hover i {
  color: #ffffff;
  border-color: #2e7de0;
  background-color: #2e7de0;
}
#top-bar .login-top-section a:hover .neromax-header_element{
  color: #2e7de0;
}
header.layout2 .login-top-section a.neromax-header_login i, header.layout2 .login-top-section a.neromax-header_user i {
  color: #6c6c6c;
  border-color: #6c6c6c;
}
header.layout2 .login-top-section a.neromax-header_login:hover i, header.layout2 .login-top-section a.neromax-header_user:hover i {
  color: #ffffff;
  border-color: #2e7de0;
  background-color: #2e7de0;
}
.woocommerce-MyAccount-navigation {
  padding-left: 15px;
  margin-top: 10px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
  background: #2e7de0;
  color: #ffffff;
  border-radius: 5px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
    background-color: #2464da;
    border-color: #2464da;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #1b1b1b;
  }
  .woocommerce .related-products-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
.woocommerce .products ul, .woocommerce ul.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 2em;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: 0px solid #ebe9eb;
}
.woocommerce-cart .cart-collaterals .cart-subtotal th{
  font-weight: 400;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  margin-top: 60px;
}
/* #Media Queries
================================================== */
@media (min-width: 993px) and (max-width: 1199px) {
  .product-list-in-box img {
    height: 283px;
  }
  .navbar-nav {
    font-size: 17px;
  }
  .navbar-nav>li {
    margin: 0 10px !important;
  }
  .navbar-nav .dropdown-toggle {
      padding-right: 20px !important;
  }
  .navbar-nav .nav-logo img {
    width: 100px;
    height: auto;
  }
  .newsletter .big-title {
    font-size: 32px;
    padding: 5px 0;
  }
  .newsletter .small-title {
    font-size: 15px;
  }
  .header-background-box .header-background {
    height: auto;
  }
  .widget-search .form-group {
    width: 70%;
  }
  .sb-latest-posts .text-box {
    width: 120px;
  }
  .navbar-nav > li:nth-child(n+7) .dropdown-submenu > .dropdown-menu {
    left: -95%;
    margin-top: 0;
    margin-left: 0px;
  }
  .bd-ratings {
    margin-left: 20px;
    margin-right: auto;
  }
  .bd-ratings .star-box .fa {
    font-size: 16px;
  }
  #nl-message {
    width:93%;
  }
  #page-loader-box {
    left: 53%;
  }
  .parallax-box {
    background-attachment: scroll!important;
  }
  .search-form label {
    max-width: 72%;
  }
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 29.2%;
  }
  .woocommerce .col-md-12 ul.products.columns-3 li.product, .woocommerce-page .col-md-12 ul.products.columns-3 li.product {
    width: 30.2%;
  }
  .woocommerce .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product, .woocommerce-page .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product {
    width: 45.77%;
  }
  .col-md-12 .woocommerce .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product, .woocommerce-page .col-md-12 .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product {
    width: 21.88%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 29.2%;
  }
  .woocommerce .col-md-12 ul.products.columns-3 li.product, .woocommerce-page .col-md-12 ul.products.columns-3 li.product {
    width: 29.2%;
  }
  .woocommerce .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product, .woocommerce-page .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product {
    width: 45.9%;
  }
  .col-md-12 .woocommerce .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product, .woocommerce-page .col-md-12 .col-md-12 .bm-woo-reload-products-container ul.products.columns-3 li.product {
    width: 45.9%;
  }
  .navbar-nav {
    font-size: 20px;
    margin: 7.5px -15px;
  }
  .navbar-nav .nav-logo img {
    width: 100px;
    height: auto;
  }
  #nav-section {
    margin-top: 30px;
  }
.pad100 {
    width:100%;
  }

  #recent-post-box li {
    padding-bottom: 20px;
  }
  #recent-post-box .info {
    padding-left: 0;
    font-size: 12px;
  }

  #footer-top p {
    font-size: 12px;
    line-height: 25px;
  }
  .footer-contacts {
    line-height: 25px;
    font-size: 12px;
  }
  .footer-work-time {
    line-height: 12px;
    font-size: 12px;
  }
  #footer {
    max-height: none;
  }
  .newsletter .big-title {
    font-size: 32px;
    padding: 5px 0;
    margin-left: 0;
  }
  .newsletter .small-title {
    font-size: 15px;
  }
  .menu-standart .col-sm-6 {
    width: 100%;
  }

}
@media (max-width: 992px) {
  .main-nav-wrap .main-nav .header-col {
    padding-left:  0;
    padding-right: 0;
  }
  .products .owl-featured-recipe .owl-nav {
    padding-bottom: 70px;
  }
  .product-list-in-box img {
    height: auto;
  }
  #nav-section {
    margin-top: 15px;
    min-height: 85px;
    min-width: 320px;
    padding: 0;
    background-color: transparent;
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    z-index: 11;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  .nav-mobile .nav-logo {
    display: none;
  }
/*-------------------------------*/
/*       nav mobile btn Cross         */
/*-------------------------------*/
.nav-mobile-btn {
  background: transparent;
  border: none;
  display: block;
  height: 21px;
  margin-right: 0px;
  position: fixed;
  top: 32px;
  width: 21px;
  z-index: 999;
  left: 15px;
}
.nav-mobile-btn#mm-blocker {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-right: 0px;
  position: fixed;
  top: 26px;
  width: 32px;
  z-index: 999;
  left: 15px;
}
.nav-mobile-btn:hover {
  outline: none;
}
.nav-mobile-btn:focus {
  outline: none;
}
.nav-mobile-btn:active {
  outline: none;
}
.nav-mobile-btn:before {
  -o-transform: translate3d(0, 0, 0);
  -o-transition: all 0.35s ease-in-out;
  -ms-transform: translate3d(0, 0, 0);
  -ms-transition: all 0.35s ease-in-out;
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.nav-mobile-btn:hover before {
  -o-transform: translate3d(-100px, 0, 0);
  -o-transition: all 0.35s ease-in-out;
  -ms-transform: translate3d(-100px, 0, 0);
  -ms-transition: all 0.35s ease-in-out;
  -moz-transform: translate3d(-100px, 0, 0);
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.nav-mobile-btn:hover .hamb-bottom {
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.nav-mobile-btn .hamb-top {
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #ffffff;
  top: 2px;
}
.nav-mobile-btn .hamb-middle {
  background-color: #ffffff;
  margin-top: -2px;
  top: 50%;
}
#nav-section.navshrink .nav-mobile-btn .hamb-middle, #nav-section.navshrink .nav-mobile-btn .hamb-bottom, #nav-section.navshrink .nav-mobile-btn .hamb-top, #nav-section.navshrink .nav-mobile-btn.is-open .hamb-top, #nav-section.navshrink .nav-mobile-btn.is-open .hamb-middle, #nav-section.navshrink .nav-mobile-btn.is-open .hamb-bottom, #wrapper.toggled .nav-mobile-btn.is-open .hamb-top, #wrapper.toggled .nav-mobile-btn.is-open .hamb-middle, #wrapper.toggled .nav-mobile-btn.is-open .hamb-bottom {
  background-color: #151515;
}
.nav-mobile-btn.is-closed .hamb-bottom {
  background-color: #ffffff;
  bottom: 3px;
}
.nav-mobile-btn:hover .hamb-top, .nav-mobile-btn:hover .hamb-middle, .nav-mobile-btn:hover .hamb-bottom {
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  background-color: #ffffff;
}
.nav-mobile-btn .hamb-top,
.nav-mobile-btn .hamb-middle,
.nav-mobile-btn .hamb-bottom,
.nav-mobile-btn.is-open .hamb-top,
.nav-mobile-btn.is-open .hamb-middle,
.nav-mobile-btn.is-open .hamb-bottom {
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.nav-mobile-btn.is-open:before {
  -o-transform: translate3d(0, 0, 0);
  -o-transition: all 0.35s ease-in-out;
  -ms-transform: translate3d(0, 0, 0);
  -ms-transition: all 0.35s ease-in-out;
  -moz-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.nav-mobile-btn.is-open:hover before {
  -o-transform: translate3d(-100px, 0, 0);
  -o-transition: all 0.35s ease-in-out;
  -ms-transform: translate3d(-100px, 0, 0);
  -ms-transition: all 0.35s ease-in-out;
  -moz-transform: translate3d(-100px, 0, 0);
  -moz-transition: all 0.35s ease-in-out;
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.navbar .nav-mobile-btn {
	background: transparent;
	border: none;
	display: block;
	height: auto;
	margin-left: auto;
	position: relative;
	top: auto;
	width: auto;
	z-index: 100;
	right: auto;
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1b1b1b;
  z-index: 100;
  opacity: 1;
}
.navbar {
display: none;
}
.navbar > i {
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #605339;
  background-color: #2e7de0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.navbar > i:hover,
.navbar > i:active {
  color: #605339;
  background-color: #2e7de0;
}
.navbar h2 {
  text-align: center;
  margin: 10px 0 25px;
  color: #e7e7e7;
}
.navbar h2 i {
  margin-right: 10px;
}
.navbar a {
  color: #e7e7e7;
}
.navbar a:hover {
  color: #2e7de0;
  text-decoration: none;
}
.navbar a:focus {
  text-decoration: none;
}
.navbar ul {
  list-style: none;
}
.navbar > ul {
  padding: 0;
}
.navbar > ul li {
  margin-bottom: 10px;
}
.navbar > ul li > a {
  line-height: 61px;
  margin-bottom: 10px;
  display: block;
}
.navbar > ul > li {
  margin-bottom: 10px;
  float: none;
}
.navbar > ul ul {
  padding-right: 0px;
  border-left: 1px dashed #5c5c5c;
  padding: 0 15px;
}

.navbar::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
    text-align: center;
}
.navbar-nav .dropdown-menu > li > a {
  border: none;
  line-height: 20px;
  text-align: center;
}
.navbar-nav .open > .dropdown-menu, .navbar-nav .dropdown-menu:hover {
  background: transparent;
  width: 100%;
  float: none;
  position: static;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-nav .dropdown-menu > li:last-child > a {
    border-bottom: 3px solid #7f7f7f;
    padding-bottom: 10px;
}
.navbar-nav .open .dropdown-menu > li:last-child > a {
    border-bottom: 3px solid #7f7f7f;
    padding-bottom: 10px;
}
.navbar-nav .dropdown-menu .dropdown-submenu a {
  border-bottom: none;
  padding-bottom: 0;
}
.navbar-nav .dropdown-submenu .dropdown-menu > li:last-child > a {
    border-bottom: 3px solid #7f7f7f;
    padding-bottom: 10px;
}
.navbar-nav .open .dropdown-menu {
    width: 100%;
    float: none;
    position: static;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav .open .dropdown-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: auto;
  margin-left: auto;
  display: block;
  background: transparent;
  width: 100%;
  float: none;
  position: static;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navshrink .navbar-nav .dropdown-menu {
  background-color: transparent;
}
.navbar-nav .dropdown-menu .open ul.dropdown-menu {
    position: relative;
    left: auto;
    top: auto;
    margin-left: auto;
}
.navbar-nav .dropdown-submenu > a:after {
  display: inline-block;
  content: " ";
  float: none;
  text-align: center;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #74777c;
  position: absolute;
  top: 10%;
  margin-left: 8px;
  margin-top: 1px;
  right: auto;
}
.navbar-nav .dropdown-submenu:hover > a:after {
    margin-top: -4px;
}
.toggled .navigation-logo {
  position: absolute;
  top: -50px;
  display: none;
}
.navbar-nav>li:before, .navbar-nav>li:after {
    border-top: none;
    border-bottom: none;
}
.stuck .navbar-nav>li:after {
  border:none;
}
.nav-logo {
  height: 85px;
  z-index: 999;
  position: fixed;
  margin-left: 40px;
  width: auto;
}
.nav-logo a {
  display: block;
}
.navigation-logo a img {
  margin: 10px 0;
  height: 35px;
  width: auto;
}
.main-nav .nav-logo {
  width: auto;
  display: none;
}

.main-nav .mob-nav-logo {
  display: block;
}
.nav-logo img {
  -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;
}
#nav-section .nav-logo img {
  margin: 10px 0;
  height: auto;
  width: 100%;
  max-width: 180px;
}
#nav-section.navshrink .nav-logo img {
  height: auto;
  width: 100%;
  max-width: 180px;
}
.main-nav-wrap {
  padding-right: 15px;
  padding-left: 15px;
}
#top-bar {
  display: none
}
#top-bar .container-width {
  padding: 0 15px;
}
#header.top_bar_mobile .sticky-wrapper #top-bar.stuck{
  display: block;
}
#top-social {
  display: inline-block;
  float: none;
  text-align: center;
  width: 100%;
}
#header .icon-box-wrapper.header-icon-box-fixed {
  top: 265px;
}
#header .header-button-box.header-button-fixed {
  top: 360px;
}
.sb-search .widget-search {
  float: none;
  text-align: center;
  width: 100%;
}
.widget-search .form-group {
  float: none;
  width: 75%;
  display: inline-block;
}
.widget-search button {
  margin-left: -4px;
  vertical-align: top;
}
  .action-box {
    text-align: center;
  }
  .social-networks {
    float: none;
    margin-top: 20px;
  }
  .section-title:after {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: auto;
    height: 40px;
    margin: 15px auto -5px;
  }
  .newsletter .big-title {
    float: none;
    text-align: center;
    display: block;
  }
  .newsletter .small-title {
    float: none;
    border:none;
    text-align: center;
    display: block;
    padding: 10px 30px 20px 30px;
    margin: 0;
  }
  .newsletter .nl-box {
    width: 100%;
    float: none;
    text-align: left;
    margin-left: 0;
  }
  .newsletter .form-group {
      float: none;
      display: inline-block;
      -moz-display: inline-block;
      margin: 0;
      margin-right: -5px;
  }
  .newsletter button {
    margin-top: 0;
    vertical-align: top;
  }
  .newsletter .wpcf7-form-control-wrap {
    margin-left: 0px;
  }
  #nl-message {
    width:100%;
  }
  .sb-latest-posts ul li {
    display: flex;
  }
  .sb-latest-posts .text-box {
    width: auto;
  }
  .comment-respond {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
  }
  .recipe-content .item-main-section {
    display: inline-block;
  }
.contact-loacation, .contact-socials, .contact-drect {
    padding: 0px 20px;
    margin-bottom: 40px;
  }
  .parallax-box {
    background-attachment: scroll!important;
  }
  .half .center-section {
    padding: 125px 0 10px;
    display: table-cell;
    vertical-align: middle;
  }
  .post-item-box .post-item-in-box {
    margin-top: 40px;
  }
  .owl-carousel .post-item-box .post-item-in-box {
    margin-top: 0;
  }
  .banner-call-action {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    margin: 0px 15px 2.992em;
  }
  #top-bar .login-top-section .neromax-header_element {
    display: none;
  }
  .section-title:after {
    margin: 15px auto -5px;
  }
  .white-decor:after {
    margin: 15px auto -5px;
  }
  .section-title-border:after {
    width: 110px;
  }
  .section-subtitle {
    font-size: 15px;
    padding: 10px 0;
  }
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .content {
    padding: 10px 0;
  }

  .content p {
    line-height: 25px;
    margin-bottom: 18px;
  }
  p {
      font-family: 'Cabin', sans-serif;
      font-size: 14px;
  }
  .content .first-letter::first-letter {
    font-size: 45px;
  }

  #footer {
    max-height: none;
  }
  #footer-top .block {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .footer-contacts li {
    display: flex;
  }
  #footer-about {
    padding-bottom: 30px;
  }
  .half .header-background {
    height: auto;
  }
  .comment-listings .user-image {
    float: none;
    margin-right: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .comment-listings .user-image:after {
    content: "";
    height: 4px;
    width: 100%;
    color: #e7e7e7;
    text-align: center;
    position: relative;
    bottom: 10px;
    display: inline-block;
  }
  .comment-section .comment-list-children {
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 15px;
    list-style: none;
    border-left: 2px dotted #e7e7e7;
    border-right: 2px dotted #e7e7e7;
  }
  .comment-listings .comment-info {
    padding-left: 0px;
  }
  .comment-section .comment-listings>li {
    padding-bottom: 0;
  }
  .post .right-position {
    margin-top: 0px;
  }
  .contact-loacation, .contact-socials, .contact-drect {
    text-align: center;
  }
  .contact-loacation p, .contact-socials p, .contact-drect p {
    display: block;
  }
  .socials-box {
    display: block;
  }
  .error-header .header-background {
    height: auto;
  }
  .error-page .error-title {
    font-size: 30px;
    margin: 3% 3% 0px;
  }
  .error-page .btn-lg {
    margin-bottom: 10px;
  }
  .error-page .center-position {
    margin-top: 30px;
  }
  #page-loader-box {
      width: 60px;
      height: 60px;
  }
  .navbar > ul li > a {
    line-height: 40px;
  }
  .navbar-nav .dropdown-menu>li>a {
    line-height: 20px;
  }
  .navbar-nav .dropdown-submenu > a:after {
    margin-top: 7px;
  }
  .navbar-nav .dropdown-submenu:hover > a:after {
    margin-top: -3px;
  }
  .best-service .section-title {
    letter-spacing: 3px;
  }
  #recent-post-box li {
    display: table;
  }
  .home-banner-image .banner-title {
    letter-spacing: 0.1em;
    font-size: 26px;
    line-height: 1.1;
  }
  #copyright .horizontal-list {
    padding-left: 0;
  }
  #copyright .all-right {
    text-align: left;
  }
  .portfolio-carousel .item-frame-box {
    padding: 0 15px;
  }
}
.dropdown-menu.mm-listview {
  position: initial;
  top: auto;
  left: auto;
  z-index: auto;
  display: contents;
  float: none;
  min-width: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: initial;
  background-color: transparent;
  border: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-background-clip: initial;
  background-clip: initial;
}
.mm-listview .mm-next {
  width: 100% !important;
}
#header {
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
}
@media (max-width: 992px) {
  #header {
    z-index: 50000;
  }
}
html.mm-opening .mm-menu.mm-opened~.mm-slideout#header {
  -webkit-transform: translate(0%,0);
  -ms-transform: translate(0%,0);
  transform: translate(0%,0);
  -webkit-transform: translate3d(0%,0,0);
  transform: translate3d(0%,0,0);
}
@media (max-width: 600px) {
  .team .socials-box li {
      margin-left: 2px;
  }
  .team .item-frame-box {
    margin: 10px 10px;
  }
}
@media (max-width: 480px) {
  .top-info {
    display: block;
    line-height: 20px;
    margin-top: 7px;
  }
  .top-info li {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0;
  }
  #top-buttons {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  #top-social {
    display: inline-block;
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 350px) {
  .owl-carousel-3 .owl-wrapper-outer{
    width: 255px;
  }
  .section-title:after {
    width: 270px;
    height: 26px;
  }
  .white-decor:after {
    width: 270px;
    height: 26px;
  }
}
@media (min-width: 1100px){
  .menu-page .menu-standart .container {
    width: 1100px;
  }
}
@media(min-width: 1200px) {
.header-background .container {
    display: table;
    vertical-align: middle;
    height: 100%;
}
.header-background .center-section {
    display: table-cell;
    vertical-align: middle;
}
.header-background-box.half .container {
    height: auto;
}
  .contact-section .center-button {
    width: auto;
  }
}
@media (min-width: 768px) {
  .footer-flex-row.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
  .footer-flex-row.row > [class*='col-'] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}

@media only screen and (min-width: 992px){
  .navbar-nav>li {
    float: left;
    text-align: left;
    margin: 0 15px;
    padding: 0 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-row.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
  .flex-row.row > [class*='col-'] {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }
}
/* SOCIAL SHARE BUTTONS */
#share-buttons {
  width: 100%;
}
.single-post #share-buttons {
  float: right;
  width: auto;
}
#share-buttons .socials-box {
  display: table;
  vertical-align: middle;
}
.single-post #share-buttons .socials-box {
  margin-top: 0;
}
.single-post #share-buttons .socials-box.front-page-social {
  margin-top: 0px;
}
#share-buttons .socials-box a {
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
#share-buttons .socials-box a:last-child {
  margin-right: 0;
}
#share-buttons .socials-box .social-circle-border, .tinv-wishlist .social-buttons li a.social {
  border: 1px solid #2e7de0;
  color: #2e7de0;
  background-color: rgb(0 0 0 / 5%);
}
#share-buttons .socials-box a:hover .social-circle-border, .tinv-wishlist .social-buttons li a.social:hover {
  border: 1px solid #2e7de0;
  color: #ffffff;
  background-color: #2e7de0;
}
#share-buttons .socials-box .share-icon-box {
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0px;
}
#share-buttons .socials-box .share-icon-box i {
  font-size: 17px;
  vertical-align: middle;
  color: #8a8a8a;
}
.tinv-wishlist .social-buttons {
  margin-top: 20px;
}
.tinv-wishlist .social-buttons>span {
  margin-right: 15px;
}
ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
ul.page-numbers li {
  float: left;
  margin: 0 8px 8px 0;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  display: inline-block;
  padding: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.page-numbers a,
.page-numbers span {
  display: block;
  padding: 0 6px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  color: #151515;
}
.page-numbers a span { padding: 0 }
.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
  color: #fff;
  background-color: #2e7de0;
  border-color: #2e7de0;
  text-decoration: none;
}
.page-numbers:hover { text-decoration: none }
.has-drop-cap:not(:focus):first-letter {
  float: left;
  margin: 13px 17px 8px 0px;
  text-transform: uppercase;
  font-style: normal;
  font-size: 55px;
  padding: 0;
  display: block;
  font-weight: 800;
  color: #2e7de0;
}
.no-results.not-found {
  text-align: center;
}
.no-results.not-found .page-header{
  padding-bottom: 0;
  margin: 0 0 0px;
  border-bottom: none;
}
.no-results.not-found .page-header h1{
  font-size: 36px;
  line-height: 1.339;
  margin-bottom: 5px;
}
.search-results .page-header {
  padding-bottom: 0;
  margin: 0 0 30px;
  border-bottom: none;
}
.search-no-results .page-header.alignwide {
display: none;
}
.section-blockquote {
  width: 100%;
}
.sticky-post {
  position: relative;
  top: 0;
  width: 100%;
}
.single-post .empty-cover-image .sticky-post {
  position: relative;
  top: 0;
  margin-bottom: 23px;
  width: 100%;
  height: 20px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.sticky-post i {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  padding: 8px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #2e7de0;
  background-color: #f8f8f8;
  border: 2px solid #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
  box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
}
.format-post {

}
.format-post .link-post-box, .format-post .quote-post-box, .format-post .audio-post-box {
  
}
.format-post .audio-post-box { 
  margin-bottom: 30px;
}
.format-post .link-post-box .format-text-box, .format-post .quote-post-box .format-text-box {
  font-size: 21px;
  line-height: 36px;
  font-weight: bold;
  padding: 5px 0 15px 60px;
  margin: 0 0 20px;
  color: #151515;
}
.format-post .link-post-box i, .format-post .quote-post-box i {
  float: left;
  height: 40px;
  width: 40px;
  line-height: normal;
  padding: 10px 10px;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #2e7de0;
  background-color: #f8f8f8;
  border: 2px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
  -moz-box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
  box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
}
.format-post .quote-post-box .format-text-box span {
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #606060;
}
.format-post .link-post-box .format-text-box a, .format-post .quote-post-box .format-text-box a{
  color: #151515;
}
.format-post .link-post-box .format-text-box a:hover, .format-post .quote-post-box .format-text-box a:hover {
  color: #2e7de0;
}
.section-blockquote blockquote p {
  font-size: 21px;
  line-height: 36px;
  font-weight: bold;
  padding: 5px 0 15px 60px;
  margin: 0 0 0;
  color: #151515;
}
.section-blockquote blockquote cite {
  display: block;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  padding-left: 60px;
  margin-top: 0;
  color: #606060;
}