/*
Theme Name: Slator2026-r2
Theme URI: https://www.slator.com/
Author: Your Name
Author URI: https://www.netgains.org
Description: Slator - Language Industry Intelligence
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: <https://www.gnu.org/licenses/gpl-2.0.html>
Text Domain: slator
*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*a {
  color: #0096d9;
}*/

/*a:hover,
a:focus {
  color: #0a8e7e;
}
*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


 h1 a:hover,h1 a:focus,
h2 a:hover,h2 a:focus,
h3 a:hover,h3 a:focus,
h4 a:hover,h4 a:focus,
h5 a:hover,h5 a:focus,
h6 a:hover,h6 a:focus{
  color: inherit;
}
 
h1 {
  font-size: 34px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 23px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

p {
  margin-bottom: 15px;
}

h3.widget-title {
  font-size: 1.2rem;
}

.text-sky {
  color: #0096d9;
}
.text-green{
  color: #7cc79a;
}
.text-dark-green{
  color: #279686;
}

/* Buttons */
.btn:hover,
.btn:focus,
.btn:active{
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-link{
  font-size: 14px;
  color: #000000;
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-link:hover,
.btn-link:focus {
  color: #000000;
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-green {
  background-color: #7bc799;
  color: #ffffff;
}
.btn-green:hover,
.btn-green:focus {
  background-color: #7bc799;
  color: #ffffff;
}
.btn-light-green {
  background-color: #59cb86;
  color: #ffffff;
}
.btn-light-green:hover,
.btn-light-green:focus {
  background-color: #59cb86;
  color: #ffffff;
}
.btn-dark-green {
  background-color: #42ab7e;
  color: #ffffff;
}
.btn-dark-green:hover,
.btn-dark-green:focus {
  background-color: #42ab7e;
  color: #ffffff;
}
.btn-sky {
  color: var(--Pure-White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.2px;
  border-radius: 40px;
  background: var(--Electric-Violet, #713BFF);
}
.btn-sky:hover,
.btn-sky:focus {
  background-color: #0097d5;
  color: #ffffff;
}
.btn-orange {
  background-color: #f27e17;
  color: #ffffff;
}
.btn-orange:hover,
.btn-orange:focus {
  background-color: #f27e17;
  color: #ffffff;
}
.btn-sky-o {
  background-color: #ffffff;
  color: #0097d5;
  border: 2px solid #0097d5;
}
.btn-sky-o:hover,
.btn-sky-o:focus {
  background-color: #0097d5;
  color: #ffffff;
}
.btn-white-o {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn-white-o:hover,
.btn-white-o:focus {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000 !important;
}
.btn-black-o {
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
}
.btn-black-o:hover,
.btn-black-o:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff !important;
}
.btn-black-o {
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
}
.btn-black-o:hover,
.btn-black-o:focus {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff !important;
}
.btn-orange-alt {
  background-color: #f27e17;
  border: 2px solid #f27e17;
  color: #ffffff;
}
.btn-orange-alt:hover,
.btn-orange-alt:focus {
  background-color: #ffffff;
  border: 2px solid #f27e17;
  color: #f27e17 !important;
}
.btn-dark {
  background-color: #000000;
  color: #ffffff;
}
.btn-dark:hover,
.btn-dark:focus {
  background-color: #000000;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-arrow-dark:after,
.btn-arrow-light:after,
.btn-arrow-sky:after{
    content: "";
    position: relative;
    top: 6px;
    background-image: url(assets/images/icon-arrow-dark.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    background-size: 100%;
    float: right;
    margin-left: 8px;
}
.btn-arrow-dark:after {
    background-image: url(assets/images/icon-arrow-dark.png);
}
.btn-link.btn-arrow-dark:after,
.btn-link.btn-arrow-light:after{
  top: 4px;
}
.btn-arrow-light:after {
    background-image: url(assets/images/icon-arrow-light.png);
}
.btn-black-o.btn-arrow-dark:hover:after,
.btn-black-o.btn-arrow-dark:focus:after{
  background-image: url(assets/images/icon-arrow-light.png);
}
.btn-arrow-sky:after {
    background-image: url(assets/images/icon-arrow-sky.png);
}
.btn-200{
    width: 200px;
    max-width: 100%;
}

@media only screen and (min-width: 1400px){
  .btn{
    padding: 12px 32px;
    font-size: 19px;
  }
  .btn-link{
    padding: 0;
    font-size: 14px;
  }
  .btn-arrow-dark:after, 
  .btn-arrow-light:after,
  .btn-arrow-sky:after{
    top: 8px;
    width: 26px;
    height: 14px;
  }
  .btn-link.btn-arrow-dark:after,
  .btn-link.btn-arrow-light:after{
    top: 2px;
  }
  .btn-200{
    width: 232px;
  }
}

/* Custom radio checkbox control */
.custom-control-label{
  cursor: pointer;
}
.custom-control-label:after, 
.custom-control-label:before{
  font-family: 'Font Awesome 5 Pro';
  content: '\f0c8';
  color: #999999;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  border: 0 !important;
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before{
  border-color: transparent;
  background-color: transparent;
  color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
  content: "\f00c";
  font-weight: 900;
  color: #000000;
  background-image: none;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before

/* Bootstrap modal */
.modal-backdrop.show{
  opacity: .7;
}

/* Social icons */
.social-icons{
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: left;
}
.social-icons li {
        display: inline-block;
}
/* Tabs */
.nav-tabs{
  position: relative;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover{
  background-color: #f1f1f1;
  border-color: #d3d3d3 #d3d3d3 #000;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active{
  color: #000;
  background-color: #fff;
  border-color: #000000 #000000 #fff;
}
.nav-tabs .nav-link:after{
  content: "";
  position: relative;
  float: right;
  margin: 8px 0 0 8px;
  width: 10px;
  height: 10px;
  background-image: url(assets/images/angle-right-gray.png);
  background-repeat: no-repeat;
  background-size: 6px 10px;
  background-position: center center;
}
.nav-tabs .nav-link.active:after{
  background-image: url(assets/images/angle-down-dark.png);
  background-size: 10px 6px;
}
/* .tab-content > .tab-pane{
  padding: 30px 0 0 0;
} */
@media only screen and (min-width: 1400px){
  .nav-tabs .nav-link{
    font-size: 24px;
    padding: 0 26px;
    line-height: 88px;
    min-height: 88px;
  }
  .nav-tabs .nav-link:after{
    width: 14px;
    height: 14px;
    margin: 38px 0 0 8px;
    background-size: 8px 14px;
  }
  .nav-tabs .nav-link.active:after{
    background-size: 14px 8px;
/*   }
  .tab-content > .tab-pane{
    padding: 44px 0 0 0;
  } */
}
@media only screen and (max-width: 768px){
  .nav-tabs{
    border: 0;
  }
  .nav-tabs .nav-item{
    margin: 0;
  }
  .nav-tabs .nav-link{
    border-color: #d3d3d3;
  }
  .nav-tabs .nav-item.show .nav-link, 
  .nav-tabs .nav-link.active{
    border-color: #000;
  }
  .nav-tabs .nav-link:focus, 
  .nav-tabs .nav-link:hover{
    border-color: #000000;
  }
}

/* Navbar toggler */
.header-toggle {
  position: relative;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  width: 30px;
  height: 30px;
  z-index: 9;
  margin-right: 25px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}
.header-toggle:focus,
.header-toggle:active {
    outline: 0;
}

.header-toggle span {
  position: absolute;
  top: 5px;
  left: auto;
  right: 0;
  display: block;
  opacity: 1;
  background-color: #4D4D4D;
  height: 3px;
  width: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header-toggle span.middle-bar{
  top: 14px;
  width: 24px;
}
.header-toggle span.bottom-bar{
  top: 23px;
  width: 18px;
}
.header-toggle.menu-open span.top-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.header-toggle.menu-open span.middle-bar {
  opacity: 1;
}
.header-toggle.menu-open span.bottom-bar {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.header-toggle.menu-close span.top-bar {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 14px;
}

.header-toggle.menu-close span.middle-bar {
  opacity: 0;
}

.header-toggle.menu-close span.bottom-bar {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 30px;
  top: 14px;
}

@media only screen and (min-width: 1400px){
  .header-toggle{
    width: 35px;
    height: 35px;
    margin-right: 45px;
  }
  .header-toggle span{
    height: 4px;
    top: 2px;
    width: 35px;
  }
  .header-toggle span.middle-bar{
    top: 14px;
    width: 26px;
  }
  .header-toggle span.bottom-bar{
    top: 26px;
    width: 18px;
  }
  .header-toggle.menu-close span.top-bar{
    top: 16px;
  }
  .header-toggle.menu-close span.bottom-bar{
    top: 16px;
    width: 35px;
  }
}

@media only screen and (max-width: 576px){
  .header-toggle{
    width: 25px;
    height: 25px;
    margin-right: .8rem;
  }
  .header-toggle span{
    top: 4px;
    width: 25px;
  }
  .header-toggle span.middle-bar{
    top: 12px;
    width: 20px;
  }
  .header-toggle span.bottom-bar{
    top: 20px;
    width: 14px;
  }
  .header-toggle.menu-close span.top-bar{
    top: 12px;
  }
  .header-toggle.menu-close span.bottom-bar{
    top: 12px;
    width: 25px;
  }
}

/* Search modal */
.modal-search{
  padding: 0 !important;
} 
.modal-search.fade .modal-dialog{
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  transition: opacity .25s linear;
}
.modal-search.show .modal-dialog{
  opacity: 1;
}
.modal-search .modal-header{
  display: block;
  border: 0;
}
.modal-search .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-search .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .6);
    /* The Blur Effect */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Required for Safari support */
}
.modal-search .modal-body {
  overflow-y: auto;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}
.modal-search .modal-footer{
  border: 0;
}
.modal-search .close{
  font-size: 50px;
  margin: 0;
  padding: 0 30px;
  color: #fff;
  text-shadow: none;
  opacity: .9;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.modal-search .close:hover,
.modal-search .close:focus{
  outline: none;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 991px){
  .modal-search .close{
    padding: 0;
  }
}

/* Search modal texbox design */
.modal-search .asp_w,
.modal-search .asp_w .probox,
.modal-search .asp_w .probox .promagnifier,
.modal-search .asp_w .probox .promagnifier .innericon,
.modal-search .asp_w .probox .proinput input,
.modal-search .asp_w .probox .proloading,
.modal-search .asp_w .probox .proloading .asp_loader,
.modal-search .asp_w .probox .proclose{
    background-image: none !important;
    background-color: transparent !important;
    background: transparent !important;
    height: 70px !important;
    min-height: 70px !important;
    border-radius: 0 !important;
}
.modal-search .asp_w{
    border-bottom: 1px solid #ffffff !important;
}
.modal-search .asp_w .probox .promagnifier .innericon svg{
    fill: #ffffff;
}


/* Navigation */


.brand-logo img{
    height: 32px;
    aspect-ratio: 31/8;
}
.brand-logo .logo-light{
  display: none;
}

.brand-logo > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.brand-logo > a:visited, 
.brand-logo > a:hover {
  text-decoration: none;
}

.header-ad{
  overflow: hidden;
  max-width: 540px;
  margin-right: 25px;
}
.header-ad img{
  width: auto;
  max-height: 100%;
}
.header-lg-ad.section{
  margin: -20px 0 -40px 0;
}
.header-buttons{
  position: relative;
}
.header-buttons a {
        padding: 0 12px;
        display: inline-block;
}
.hide{
	display: none !important;
}
.header-buttons .btn-signin:hover,
.header-buttons .btn-signin:focus{
  background-color: #efefef;
  color: #4d4d4d;
  text-decoration: underline;
}
.header-search a{
  color: #000000;
  line-height: 18px;
  font-size: 18px;
  border-radius: 20px;
  padding: 5px;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.header-search a:hover,
.header-search a:focus{
  outline: none;
  color: #0a8e7e;
}

body.menu-open {
    overflow: hidden;
}
/*.header-menu-wrap {
  position: fixed !important;
  width: 100%;
  max-height: 100%;
  z-index: 1041;
  background-color: #ffffff;
  padding: 30px 0 90px 0;
  overflow:auto;
  overflow-x:hidden;
  border-bottom: 2px solid #0096d9;
}*/
.header-menu-wrap .d-none{
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0;
}
.header-menu-wrap .header-menu-list{
  margin: 0 -15px;
}
.header-menu-wrap ul{
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  overflow: hidden;
}
.header-menu-list .menu-col > a{
  display: none;
}
.header-menu-list > li{
  display: block;
  float: left;
  width: 25%;
}
.header-menu-list a{
  color: #4d4d4d;
  /*text-transform: capitalize;*/
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  padding: 3px 0;
}
.header-menu-list a:hover,
.header-menu-list a:focus{
  color: #0096d9;
}

@media only screen and (min-width: 1400px){
  .header-ad{
    max-width: 728px;
    margin-right: 31px;
  }
  .header-buttons .btn{
    padding: 13px 35px;
  }
  .header-buttons .btn-signin{
    font-size: 14px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 1200px){
  .header-ad{
    max-width: 460px;
    margin-right: 31px;
  }
  .header-buttons .btn-signin{
    font-size: 10px;
    line-height: 10px;
  }
}


@media only screen and (max-width: 1024px){
  body.menu-open {
      overflow: hidden;
  }
  .header-menu-wrap {
    padding-bottom: 150px; 
  }
  .header-menu-list > li{
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 991px){
  .header-ad{
    display: none;
  }
}
@media only screen and (max-width: 576px){
  .header-buttons .btn{
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 400px){
  .header-buttons .btn-signin {
      font-size: 9px;
      line-height: 9px;
  }
}
@media only screen and (max-width: 319px){
  .header-buttons{
    display: none;
  }
}

/* Content Navigation */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
  margin: 8px 30px 10px 0;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/* Widgets */
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/* Post Content */
.is-type-video .responsive-container{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.is-type-video .responsive-container embed, 
.is-type-video .responsive-container iframe, 
.is-type-video .responsive-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.twitter-tweet {
    margin:auto;
}
.wp-block-separator{
  border-top: 1px solid #dfe5e9;
  border-bottom: 1px solid #dfe5e9;
  margin: 63px 0 63px 0;
}

.entry-meta .posted-on a,
.entry-meta .posted-on a:hover{
  color: #989898;
}
.entry-meta .entry-badge{
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 7px 3px 7px;
  margin: 0 10px 5px 0;
  border-radius: 12px;
  border: 2px solid #a8a8a8;
  color: #818181;
}
.entry-meta .posted-to .dot {
    position: relative;
    margin: 0 3px;
    top: 0;
}
.entry-header .entry-title{
  font-size: 35px;
  margin: 15px 0 25px 0;
}

/*.single-blog .post-inner{
  position: relative;
  overflow: visible;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
}*/
.single-blog .post-inner p{
  margin: 0 0 25px;
}
.single-blog .post-inner h3:first-child{
  text-align: left;
  display: table-cell;
  padding: 0 0 15px 0;
}
.single-blog .post-inner h3 span{
  font-weight: bold !important;
}
.single-blog .post-thumbnail{
  display: block;
  overflow: hidden;
  float: left;
  margin: 8px 40px 10px 0;
}
.single-blog .post-thumbnail img{
  position: relative;
  display: block;
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 0.75rem;
}
.single-blog .alignleft{
  margin: 8px 40px 10px 0;
}
.single-blog .alignright{
  margin: 8px 0 10px 40px;
}
.single-blog .post-inner .ndah_ad{
  text-align: center;
  margin: 40px auto;
  display: block;
}
/* .single-blog .wp-block-embed{
  display: block;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
 */
.single-blog blockquote{
    background: #f2f8fe;
    color: #000;
    font-style: normal;
    padding: 10px 16px;
    border-left: 3px solid #11a2da;
    margin-bottom: 25px;
}
.single-blog blockquote p {
    display: inline-block;
}
.single-blog blockquote p:last-child {
    margin: 0;
}
.single-blog blockquote .quote {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    font-style: italic;
    position: relative;
    z-index: 2;
    letter-spacing: 0;
    margin-bottom: .35rem
}
.single-blog blockquote .author {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 10.4px
}
.single-blog table {
    width: 100%;
    margin-bottom: 15px;
}
.single-blog .woocommerce{
  position: relative;
  display: block;
  clear: both;
}
@media only screen and (max-width: 767px){
  .woocommerce-loop .btn-included{
    order: 3;
    position: relative;
    left: 0;
    margin: 10px 0 0 0;
  }
}

.slator-widget-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    padding: 20px;
    border-radius: 16px;
    background-color: #bdeff8;
    background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
    background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
}
.slator-widget-event p {
  margin-bottom: 15px;
}
.slator-widget-event a,
.slator-widget-event a:hover,
.slator-widget-event a:focus{
  color: #000000;

}
.slator-widget-event .slator-widget-event--thumbnail{
  width: 150px;
  max-width: 150px !important;
}
.slator-widget-event .slator-widget-event--thumbnail>div {
    content: " ";
    padding-bottom: 100%;
    width: 100%;
    position: relative;
    display: block;
}
.slator-widget-event .slator-widget-event--thumbnail img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
}
.slator-widget-event .slator-widget-event--name{
  margin: 0 0 15px 0;
}
.slator-widget-event .slator-widget-event--content {
    width: calc(100% - 150px);
    padding-left: 28px;
}
.slator-widget-event .slator-widget-event--url {
    display: block;
    color: #0a8e7e;
    font-size: 24px;
    font-weight: bold;
    margin: -10px 0 0 0;
}

.entry-footer{
  margin-top: 60px;
}
.entry-footer h5{
  margin: 15px 0;
  font-size: 16px;
}

.single-pro .entry-footer .tags-links{
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.entry-footer .social-icons .social-links{
  width: 37px;
  height: 37px;
  line-height: 37px;
  border-radius: 37px;
}
.entry-footer .social-icons li:first-child{
  margin-left: 0;
}
  .entry-meta{
    font-size: 15px;
  }
 

  .woocommerce-loop .product{
    padding: 20px;
  }

  .woocommerce-loop .product-inner{
    padding: 30px 10% 30px 35%;   
  }
  .entry-footer .entry-footer-author{
    width: 600px;
  }
  .entry-footer .entry-footer-author p{
    font-size: 18px;
  }


@media only screen and (max-width: 991px){
  .woocommerce-loop .product-inner{
    padding: 30px 5% 30px 45%;
  }
  .woocommerce-loop .product-inner{
    padding: 30px 5% 30px 5%;
  }
  .woocommerce-loop .woocommerce-loop-product__image{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto 50px auto;
    -webkit-transform: translateY(0) rotate(-6deg);
        -ms-transform: translateY(0) rotate(-6deg);
            transform: translateY(0) rotate(-6deg);
  }
}
@media only screen and (max-width: 767px){
  .single-blog .post-thumbnail{
    float: none;
    margin: 0 auto 25px auto;
  }
  .slator-widget-event .slator-widget-event--content,
  .slator-widget-event .slator-widget-event--thumbnail {
      width: 100%;
      padding: 0;
  }
  .slator-widget-event .slator-widget-event--thumbnail>div{
    margin: 0 auto 28px;
  }
  .single-blog .alignleft{
    margin: 8px 20px 10px 0;
  }
  .single-blog .alignright{
    margin: 8px 0 10px 20px;
  }
}

@media only screen and (max-width: 575px){
  .woocommerce-loop .slator-woo-btn-cart{
    margin: 15px 0 0 0;
  }
  .woocommerce-loop .price{
    width: 100%;
    display: block;
  }
}


/*--------------------------------------------------------------
## Comments */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/* Infinite scroll */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions */
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries */
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/* Plugin Compatibility */
/*--------------------------------------------------------------
## Woocommerce */
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}
.woocommerce-info{
  border-top: 3px solid #0096d9;
  padding:1em;
  background-color: #f1fbff;
}
.woocommerce-info:before{
  color:#0096d9;
  content:none;
  display:none
}
.woocommerce-info a{
  font-weight: bold;
}
.woocommerce-info p {
    margin: 0!important;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  margin: 0 5px 5px 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
  outline: none;
  background-color: #4d4d4d;
  color: #ffffff;
  border-radius: 0;
}
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus{
  outline: none;
}
.woocommerce-checkout-coupon{
    background-color: #f4f4f4;
    padding: 16px;
    margin: 24px 0 0 0;
}
.woocommerce-checkout-coupon .woocommerce-info{
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: #000000;
}
.woocommerce-checkout-coupon .woocommerce-info a,
.woocommerce-checkout-coupon .woocommerce-info a:hover,
.woocommerce-checkout-coupon .woocommerce-info a:focus{
  color: #000000;
}
.woocommerce-checkout-coupon .slator-coupon-form{
  margin: 15px 0 0 0;
}

.woocommerce-checkout-coupon .slator-coupon-form .form-row{
  padding: 0 0 6px 0;
  margin: 0 0 6px;
}

.woocommerce table.shop_table .cart-discount th,
.woocommerce table.shop_table .cart-discount td{
  font-weight: normal;
}
.woocommerce table.shop_table .cart-discount td{
  text-align: right;
}



/* Elementor */
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}
.elementor-heading-title{
  line-height: 1.2 !important;
}
.elementor-button{
  line-height: 1.2;
}

.elementor-page .single-blog h1, 
.elementor-page .single-blog h2, 
.elementor-page .single-blog h3, 
.elementor-page .single-blog h4, 
.elementor-page .single-blog h5, 
.elementor-page .single-blog h6{
  margin-bottom: 1.2rem;
}

.elementor-page .single-blog ul{
  margin: 0 0 25px 25px;
  padding: 0;
  list-style: none;
}

.elementor-page .single-blog ul li {
    line-height: 32px;
    font-size: 16px;
    position: relative;
    padding-left: 27px;
}

.elementor-page .single-blog ul li:before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    border-radius: 50px;
    background: #555;
    left: 0;
    top: 13px;
}

.elementor-page .single-blog figure img{
  border-radius: 1rem;
  margin-bottom: 0.5rem;
}

/* Sections */

.section {
  position: relative;
  margin: 0 auto;
  padding: 64px 0;
  overflow: hidden;
  width: 100%;
}
.section-title{
  position: relative;
  padding: 0;
  font-size: 46px;
  margin: 0 0 40px;
}
.section-title.title-md{
  font-size: 38px;
  letter-spacing: 0;
}
.section-title.title-sm{
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.section-sky {
  background-color: #0096d9;
  color: #ffffff;
}
.section-light {
  background-color: #efefef;
}
.section-sky .section-title,
.section-sky a,
.section-sky a:hover,
.section-sky a:focus{
  color: #ffffff;
}

@media only screen and (min-width: 1400px){
  .section-title{
    font-size: 54px;
  }
  .section-title.title-sm{
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px){
  .section-title{
    font-size: 34px;
  }
  .section-title.title-md{
    font-size: 30px;
  }
  .section-title.title-sm{
    font-size: 14px;
  }
}

/* Page header */
/*.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 80px 0 80px 0;
  min-height: 238px;
  color: #ffffff;
  background-color: #F1F1F1;
}
*/


.section-header .header-product {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: auto;
  right: 0;
  max-width: 400px;
  -webkit-transform: rotate(-8.4deg) translateY(-50%);
      -ms-transform: rotate(-8.4deg) translateY(-50%);
          transform: rotate(-8.4deg) translateY(-50%);
}

.section-header .header-lead {
  margin: 0;
  font-size: 19px;
  font-weight: 400;
}
.section-header .header-lead a,
.section-header .header-lead a:hover,
.section-header .header-lead a:focus{
  color: inherit;
}

.header-cta{
  margin: 20px 0 0 0;
}

.header-author-img{
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  max-width: 100%;
  padding: 8px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto 25px auto;
  background-color: #bdeff8;
  background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
  background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
}
.header-author-img img {
    border-radius: 100%;
}

.header-tagline{
  padding: 10px 0;
  color: #000000;
  background-color: #beeff8;
  text-align: center;
}
.header-tagline p:last-child{
  margin: 0;
}
.header-tagline a{
  font-weight: bold;
}

@media only screen and (min-width: 1400px) {
  .section-header .header-title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .section-header .header-product {
      right: -30%;
  }
  .section-header .header-title {
      font-size: 36px;
	  line-height: normal;
  }
  .section-header .header-lead {
      font-size: 18px;
  }
}

/* Header strip */
/* .section-header.header-strip{
  padding: 20px 0;
  min-height: auto;
} */
.section-header.header-strip .header-lead {
  font-size: 16px;
}
.section-header.header-strip .header-lead p{
  margin: 0;
}
.section-header.header-strip .header-lead a,
.section-header.header-strip .header-lead a:hover{
  color: #ffffff;
}

.header-strip div.asp_m.asp_m_2,
.header-strip div.asp_m.asp_m_2 .probox{
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
}
.header-strip div.asp_m.asp_m_2{
  border-bottom: 1px solid rgba(223, 229, 233, .3) !important;
  border-radius: 0 !important;
}
.header-strip div.asp_m.asp_m_2 .probox .proinput input.orig::-webkit-input-placeholder {
  color: #fff;
}
.header-strip div.asp_m.asp_m_2 .probox .proinput input.orig::-moz-placeholder {
  color: #fff;
}
.header-strip div.asp_m.asp_m_2 .probox .proinput input.orig:-ms-input-placeholder {
  color: #fff;
}
.header-strip div.asp_m.asp_m_2 .probox .proinput input.orig:-moz-placeholder {
  color: #fff;
}
.header-strip div.asp_m.ajaxsearchpro .probox .proinput{
  margin: 0;
}

.header-strip div.asp_m.asp_m_2 .probox .promagnifier{
  background-image: none !important;
  background-color: transparent !important;
}

@media only screen and (min-width: 1400px){
  .section-header.header-strip .header-lead {
    font-size: 18px;
  }
}

/* Section hero */
.section-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 80px 0 104px;
	color: #ffffff;
	/*background-color: #0096d9;*/

}

.section-hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
/* 
.section-hero .hero-title {
  overflow: hidden;
  margin: 10px 0 20px 0;
  padding: 0;
  color: #ffffff;
  font-size: 46px;
  /*letter-spacing: -2px;*/
} */

.section-hero .typing-text{
  position: relative;
  display: inline;
  min-height: 60px;
  background-color: rgba(255, 255, 255, .2);
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.section-hero .typed-cursor{
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.section-hero .container {
    padding: 0 40px;
}
.section-feature-zone.section-feature-zone-1 button.slick-next.fx-next.slick-arrow {
    right: 24px;
    bottom: 25px;
}
.section-feature-zone.section-feature-zone-1 button.slick-prev.fx-prev.slick-arrow {
    right: 90px;
    bottom: 25px !important;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}

.section-hero .hero-title a{
  color: #ffffff;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
}

.section-hero .hero-lead {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (min-width: 1400px){
  .section-hero .hero-title{
    font-size: 54px;
  }
  .section-hero .hero-lead{
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .section-hero .hero-title {
      font-size: 36px;
  }
}

/* Banner box */
.banner-box .bb-col{
  padding: 10px;
}
.banner-box .bb-col .bb-inner{
  background-color: #84d9fc;
  height: 100%;
  padding: 20px 20px 70px 20px;
}
.banner-box .bb-col:nth-child(even) .bb-inner{
  background-color: #b7f7d0;
}
.banner-box .bb-image{
  height: 50px;
  margin: 0 0 15px;
}
.banner-box .bb-image img{
  max-height: 100%;
}
.banner-box .bb-subtitle{
  color: #515151;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px;
}
.banner-box .bb-title{
  font-size: 20px;
  margin: 0 0 25px;
}
.banner-box .btn{
  position: absolute;
  bottom: 40px;
  min-width: 230px;
  max-width: 100%;
  background-color: #0097d5;
  color: #fff;
}
.banner-box .bb-col:nth-child(even) .btn{
  background-color: #2ca592;
}
@media only screen and (min-width: 1400px){
  .banner-box .bb-image{
    height: 70px;
  }
  .banner-box .bb-col .bb-inner{
    padding-bottom: 90px;
  }
 .banner-box .bb-title{
    font-size: 23px;
  }
  .banner-box .btn{
    min-width: 272px;
  }
}
@media only screen and (min-width: 1600px){
  .banner-col{
    position: absolute;
    left: 45%;
    max-width: 860px;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 768px){
 .banner-box .bb-col{
  padding: 15px;
 }
	.section-feature-zone.section-feature-zone-1 button.slick-next.fx-next.slick-arrow {
    right: 18px !important;
    bottom: 18px !important;
}
	.section-feature-zone.section-feature-zone-1 button.slick-prev.fx-prev.slick-arrow {
		right: 84px;
		bottom: 19px !important;
	}
}

/* Global news elements */
/* .post.ng-box,
.ng-box{
  display: block;
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 4px solid #000;
  margin: 0 0 20px;
} */
/* .ng-box.ng-box-last{
  padding: 0;
  margin: 0;
} */
.ng-badge.ng-badge-white{
  background: #fff;
  border-color: #ffffff;
}
.ng-badge.ng-badge-white-b{
  color: #ffffff;
  border-color: #ffffff;
}
.ng-meta{
  font-size: 13px;
  color: #000000;
  margin: 0 0 10px;
  font-weight: 700;
  color: #989898;
}
.ng-meta .ng-dot{
  margin: 0 3px;
  font-size: 8px;
  position: relative;
  top: -1px;
}
.ng-title{    
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 0 12px;
  font-size: 18px;
}
.ng-title-img img{
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
}
.ng-feature-img{
  display: block;
  width: 80px;
  min-width: 80px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 23px;
}
.ng-box .ng-content{
  position: relative;
  display: block;
}
.ng-box .ng-content p{
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4; 
  -webkit-box-orient: vertical;
  margin: 0 0 15px;
}
.ng-box.ng-pro .ng-content p{
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.ng-pro-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ng-pro-box img{
  width: 100px;
  margin-right: 8px;
}
.ng-pro-text{
  text-align: center;
}
.ng-pro-trans .ng-pro-inner,
.ng-pro-white .ng-pro-inner{
  position: relative;
  padding: 5px 15px;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #3cd3bd;
}
.ng-pro-trans .ng-pro-box,
.ng-pro-white .ng-pro-box{
  margin-left: -29px;
}
.ng-pro-white .ng-pro-text a{
  color: #33bda9;
  border: 0;
}
.ng-pro-trans .ng-pro-inner{
  background-color: transparent;
}
.ng-pro-trans .ng-pro-text a{
  color: #ffffff;
  border: 0;
}

@media only screen and (min-width: 1400px){
  .ng-badge{
    font-size: 11px;
    line-height: 11px;
  }
  .ng-meta{
    font-size: 15px;
  }
  .ng-title{
    font-size: 20px;
  }
  .ng-pro-text a{
    font-size: 12px;
  }
}

/* Global news list */
/*.section-news {
  padding: 70px 0 43px;
}*/

/* Home page news listing */
@media only screen and (min-width: 1400px){
  .home .section-ngbi{
    padding: 92px 0;
  }
}

/* Pod casts & Video listing */
.category-podcasts-videos .section-ngbi{
  padding: 46px 0 61px 0;
}
.category-podcasts-videos .section-news{
  padding: 55px 0 45px 0;
}

/* News section big image */
.section-ngbi{
  padding: 74px 0 76px 0;
}
.section-ngbi .ngbi-box{
  color: #646464;
  margin: 0 0 20px;
  padding: 0 0 5px;
}
.section-ngbi .ngbi-box.ngbi-big{
  border: 0;
  color: #ffffff;
  padding: 40px 20px;
  margin: 0;
  background: -o-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: linear-gradient(to bottom, transparent 0%, black 100%);
}
.section-ngbi .ngbi-big .ng-meta,
.section-ngbi .ngbi-big .ng-meta a{
  color: #ffffff;
}
.section-ngbi .ngbi-big .ng-title{
  margin: 0;
}
.section-ngbi .ngbi-big .ng-title,
.section-ngbi .ngbi-big .ng-title a{
  color: #ffffff;
}
.section-ngbi .ngbi-big .ngbi-box-img{
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f1f1f1;
}
@media only screen and (min-width: 1400px){
  .section-ngbi .ngbi-box {
      margin: 0 0 25px;
      padding: 0 0 10px;
  }
  .section-ngbi .ngbi-col{
    max-width: 32.68%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.688%;
            flex: 0 0 32.688%;
  }
  .section-ngbi .ngbi-col:nth-child(1){
    padding-right: 40px;
  }
  .section-ngbi .ngbi-col:nth-child(3){
    padding-left: 40px;
  }
  .section-ngbi .ngbi-big-col{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.625%;
            flex: 0 0 34.625%;
    max-width: 34.625%;
  }
}
@media only screen and (max-width: 991px){
  .section-ngbi .ngbi-big-col{
    min-height: 300px;
    margin-bottom: 20px;
  }
}

/* News section big vertical */
.ngbv-main .ngbv-box{
  border: 0;
  margin: 0;
  padding: 0;
}
.ngbv-main .ngbv-box .ng-badge{
  margin: 0 0 15px;
}
.ngbv-main .ngbv-box .ng-meta{
  color: #79d6ff;
}
.ngbv-main .ngbv-box .ng-title{
  font-size: 46px;
  margin: 0 0 20px;
}
.ngbv-main .ngbv-box .ng-content p{
  margin-bottom: 20px;
}
.ngbv-main .ngbv-box .ng-meta-cat a{
  color: #79d6ff;
}
.ngbv-main .ngbv-box .ng-title a{
  color: #ffffff;
}

@media only screen and (min-width: 1400px){
  .ngbv-main .ngbv-box .btn{
    padding: 12px 28px;
  }
  .ngbv-main .ngbv-box .ng-title{
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px){
  .ngbv-main .ngbv-box .ng-title{
    font-size: 36px;
  }
}

/* News section ad verticle */
.ngav-main .ngav-box{
  margin: 30px 0 0 0;
  padding: 15px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #79d6ff;
}
.ngav-main .ngav-box.ng-box-first{
  border: 0;
  margin-top: 0;
  padding-top: 0;
}
.ngav-main .ngav-box.ngav-has-ad{
  max-width: 50%;
}
.ngav-main .ngav-ad{
  position: absolute;
  top: 6%;
  right: 0;
  padding: 0;
  margin: 30px auto 30px auto;
  max-width: 45%;
}
.ngav-main .ngav-box .ng-meta{
  color: #79d6ff;
}
.ngav-main .ngav-box .ng-meta-cat a{
  color: #79d6ff;
}
.ngav-main .ngav-box .ng-title a{
  color: #ffffff;
}
.ngav-main .ngav-cta{
  position: absolute;
  display: inline-block;
  text-align: left;
  margin-top: 15px;
  background-color: #f27e17;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 2px solid #f27e17;
}
.ngav-main .ngav-cta:hover,
.ngav-main .ngav-cta:focus{
  background-color: #ffffff;
  color: #f27e17;
}
.ngav-main .ngav-cta{
  bottom: 0;
}
.ngav-main .ngav-more{
  float: right;
}
.ngav-main .report-box{
  margin: 15px 0;
  color: #000000;
}
.ngav-main .report-box .report-box-inner{
  padding: 25px 15px;
  color: #000000;
}
.ngav-main .report-box .report-box-inner a,
.ngav-main .report-box .report-box-inner a:hover,
.ngav-main .report-box .report-box-inner a:focus {
  color: #000000;
}
.ngav-main .report-box img{
  width: 120px;
  margin: -38% auto;
  -webkit-filter: drop-shadow(22.362px 16.851px 9px rgba(0,0,0,0.27));
  filter: drop-shadow(0 22.362px 9px rgba(0,0,0,0.27));
  -webkit-filter: drop-shadow(9 16.851px 9px rgba(0,0,0,0.27));
          filter: drop-shadow(9 16.851px 9px rgba(0,0,0,0.27));
}
.ngav-main .report-box .rb-title{
  font-size: 16px;
  margin: 0;
}

@media only screen and (min-width: 1400px){
  .ngav-main .ngav-ad {
    top: 3%;
  }
  .ngav-main .report-box {
    padding: 20px;
  }
  .ngav-main .report-box .rb-title{
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px){
  .ngav-main .ngav-ad {
    top: 0;
  }
  .ngav-main .ngav-cta{
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width: 575px){
  .ngav-main .ngav-box.ngav-has-ad{
    max-width: 100%;
  }
  .ngav-main .ngav-ad{
    position: relative;
    top: 0;
    max-width: 300px;
  }
  .ngav-main .report-box img{
    margin: 0 auto 30px auto;
  }
  .ngav-main .report-box .rb-title{
    text-align: center;
  }
}

/* News grid tabs */
.section-ngt .ngt-ad{
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 728px;
}
.section-ngt .ng-box{
  padding: 0 0 25px;
  margin: 0 0 30px;
}
@media only screen and (max-width: 1400px){
  .section-ngt{
    padding: 87px 0;
  }
}
@media only screen and (max-width: 1199px){
  .section-ngt .ngt-ad{
    max-width: 540px;
  }
}
@media only screen and (max-width: 991px){
  .section-ngt .ngt-ad{
    max-width: 300px;
  }
}
@media only screen and (max-width: 768px){
  .section-ngt .ngt-ad{
    position: relative;
    max-width: 100%;
  }
}

/* Section report products */
.section-report{
  padding: 60px 0;
  overflow: visible;
}
.report-box{
  color: #000000;
  background-color: #bdeff8;
  background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
  background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
  padding: 15px;
  margin: 10px 0;
}
.report-box .report-box-inner{
  padding: 30px 10%;
  background-color: #fff;
}
.report-box img{
  width: 200px;
  margin: -16% auto;
  display: block;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  -webkit-filter: drop-shadow(22.362px 16.851px 9px rgba(0,0,0,0.27));
          filter: drop-shadow(22.362px 16.851px 9px rgba(0,0,0,0.27));
}
.report-box .rb-title{
  font-size: 36px;
  margin: 0 0 12px;
}
.report-box .rb-desc{
  margin: 0 0 22px;
}
.report-box .btn,
.section-report .btn{
  min-width: 219px;
  padding: 12.5px 32px;
}
.section-ad-kit .rb-title{
  font-size: 30px;
  margin: 0 0 15px;
}

.section-ad-kit img{
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
  -webkit-filter: drop-shadow(0px 28px 9px rgba(0,0,0,0.27));
  filter: drop-shadow(0px 28px 9px rgba(0,0,0,0.27));
}

.section-report .woocommerce-loop .product{
  margin: 40px 0 80px 0;
}
.section-report .woocommerce-loop .product-inner{
  padding: 30px 10% 30px 38%;
}
.section-report .woocommerce-loop .woocommerce-loop-product__image{
  width: 200px;
  left: 14%;
  -webkit-filter: drop-shadow(22.362px 16.851px 9px rgba(0,0,0,0.27));
          filter: drop-shadow(22.362px 16.851px 9px rgba(0,0,0,0.27));
}
.section-report .woocommerce-loop .woocommerce-loop-product__title{
  font-size: 36px;
  margin: 0 0 12px;
}
.section-report .woocommerce-loop .woocommerce-loop-product__content{
  margin: 0 0 22px;
  color: #000000;
}
@media only screen and (min-width: 1400px){
  .report-box{
    padding: 20px;
  }
  .report-box .report-box-inner{
    padding: 38px 10%;
  }
  .report-box img{
    width: 245px;
  }
  .report-box .rb-title{
    font-size: 40px;
  }
  .section-ad-kit .rb-title{
    font-size: 33.02px;
  }
  .section-ad-kit img{
    width: 213px;
  }
  .section-report .woocommerce-loop .woocommerce-loop-product__image{
    width: 245px;
  }
  .section-report .woocommerce-loop .woocommerce-loop-product__title{
    font-size: 40px;
  }
}
@media only screen and (max-width: 1024px){
  .section-report .woocommerce-loop .woocommerce-loop-product__image{
    left: 10%;
  }
}
@media only screen and (max-width: 991px){
  .section-report .woocommerce-loop .product-inner{
    padding:30px 5% 30px 5%;
  }
  .section-report .woocommerce-loop .woocommerce-loop-product__image{
    left: 0;
  }
}
@media only screen and (max-width: 768px){
  .report-box .report-box-inner{
    padding: 30px 15px 15px 15px;
  }
  .report-box img{
    margin: 0 auto 50px auto;
  }
  .report-box .rb-title{
    font-size: 24px;
  }
  .section-report .woocommerce-loop .woocommerce-loop-product__title{
    font-size: 24px;
  }
}

/* Section report for category pages */
.report-small .rb-title{
  font-size: 26px;
}
.report-small .report-box-inner{
  padding: 20px 10%;
}
.report-small .woocommerce-loop .woocommerce-loop-product__title{
  font-size: 26px;
}
.report-small .woocommerce-loop .woocommerce-loop-product__image{
  left: 10%;
}
@media only screen and (min-width: 1400px){
  .report-small .woocommerce-loop .woocommerce-loop-product__image {
      width: 220px;
  }
}
@media only screen and (max-width: 1200px){
  .report-small .woocommerce-loop .woocommerce-loop-product__image{
    width: 140px;
  }
}
@media only screen and (max-width: 991px){
  .report-small .woocommerce-loop .woocommerce-loop-product__image{
    width: 200px;
  }
  .report-small .woocommerce-loop .woocommerce-loop-product__image {
      left: 0;
  }
}

/* Pod and events section */
.section-pod-event{
  padding: 57px 0 70px 0;
  background-color: #ededed;
}
.section-pod-event:before{
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 50%;
  background-color: #e2e2e2;
}
.pod-showcase .ps-logo{
  max-width: 270px;
  margin-bottom: 33px;
}
.pod-showcase .section-title{
  position: relative;
  margin: 0 0 18px 0;
  font-size: 46px;
  z-index: 1;
}
.pod-showcase .section-title:before,
.pod-showcase .section-title:after{
  content: '"';
  position: absolute;
  color: #d9d9d9;
  z-index: -1;
  font-size: 130px;
  line-height: 40px;
  font-weight: 500;
  top: 15px;
  left: -32px;
  -webkit-transform: skew(-20deg) rotate(0deg);
      -ms-transform: skew(-20deg) rotate(0deg);
          transform: skew(-20deg) rotate(0deg);
}
.pod-showcase .section-title:after{
  left: auto;
  right: 28px;
  bottom: -10px;
  top: auto;
}
.pod-showcase .ps-meta{
  margin: 0 0 30px 0;
}
.pod-showcase .ps-meta a,
.pod-showcase .ps-meta a:hover,
.pod-showcase .ps-meta a:focus{
  color: #000000;
  font-weight: bold;
}
.pod-showcase .ps-badge{
  display: inline-block;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px 3px 10px;
  margin: 0 10px 5px 0;
  border-radius: 12px;
  color: #000000;
  border: 2px solid #fff;
  background: #58cf9c;
}
.pod-showcase .ps-dot{
  margin: 0 5px;
  font-size: 8px;
  position: relative;
  top: -1px;
  color: #000000;
}
.pod-showcase .ps-image{
  padding: 15px;
  max-width: 400px;
  background-color: #7ee5b9;
  margin: 0 0 38px 0;
}
.ps-actions .btn{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
  padding: 15px 20px;
}
.ps-actions .ps-action-sub {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.ps-actions .ps-action-sub ul li:not(:last-child){
  margin-right: 1rem;
}
.ps-actions .ps-action-sub ul li img{
  max-height: 37px;
}
@media only screen and (min-width: 1400px){
  .pod-showcase .ps-badge{
    font-size: 11px;
    line-height: 11px; 
  }
  .pod-showcase .section-title{
    font-size: 58px; 
  }
  .pod-showcase .ps-image{
    max-width: 464px;
  }
  .pod-showcase .ps-excerpt{
    font-size: 20px;
  }
  .ps-actions .ps-action-sub p{
    font-size: 15px;
  }
  .ps-actions .btn{
    margin: 0 25px 10px 0;
    padding: 15px 28px;
  }
}
@media only screen and (max-width: 991px){
  .pod-showcase .section-title{
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px){
  .section-pod-event:before{
    background-color: transparent;
  }
  .ps-actions .btn, 
  .ps-actions .ps-action-sub{
    margin-right: 10px;
  }
}

/* Event verticle list */
.events-vl{
  display: block;
  position: relative;
}
.events-vl .events-vl-item{
  padding: 0 0 26px 0;
  margin: 0 0 10px 0;
}
.events-vl .events-vl-item.events-vl-last{
  border-bottom: 1px solid #ffffff;
}
.events-vl-item .event-meta{
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.events-vl-item .event-meta a,
.events-vl-item .event-meta a:hover,
.events-vl-item .event-meta a:focus{
  color: #000000;
}
.events-vl-item h3{
  font-size: 18px;
  margin: 0 0 20px 0;
}
.events-vl-item .btn{
  font-size: 11px;
  padding: 6px 15px 5px 15px;
  border-radius: 50px;
  border: 2px solid #3c3c3c;
  text-decoration: none;
}
.events-vl-item .btn:hover,
.events-vl-item .btn:focus{
  background-color: #3c3c3c;
  color: #ffffff;
}
.section-pod-event .event-more{
  position: absolute;
  bottom: 11px;
  padding: 15px 29px;
}

@media only screen and (min-width: 1400px){
  .events-vl-item .event-meta{
    font-size: 15px;
  }
  .events-vl-item h3{
    font-size: 20px;
  }
  .section-pod-event .event-more{
    bottom: 10px;
  }
  .events-vl .events-vl-item{
    padding: 0 0 27px 0;
    margin: 0 0 27px 0;
  }
}
@media only screen and (max-width: 767px){
  .section-pod-event .event-more{
    position: relative;
    bottom: 0;
  }
}

/* Directory testimonial section */
@media only screen and (min-width: 1400px){
  .section-dir-test .row{
    margin: 0 -27.5px;
  }
  .section-dir-test .row [class*='col-']{
    padding: 0 27.5px;
  }
}

/* Colored box */
.fx-color-box{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #eeeeee;
  color: #000000;
  padding: 30px 30px 25px 30px;
  margin: 15px 0 15px 0;
  height: calc(100% - 30px);
}
.fx-color-box a{
  text-decoration: none;
}
.fx-color-box h2{
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 22px 0;
}
.fx-color-box .fx-actions .btn-link{
  font-size: 10px;
  padding: 5px 15px;
  border-radius: 15px;
  text-decoration: none;
  letter-spacing: 1px;
  margin: 5px 5px 5px 0;
  border: 2px solid #8ba939;
  color: #8ba939;
}
.fx-color-box .fx-actions .btn-link:first-child{
  color: #fff;
  background: #8ba939;
}
.fx-slider{
  display: none;
  height: 100% !important;
}
.fx-slider.slick-initialized { display: block; }
.fx-slider .slick-list,
.fx-slider .slick-track {
    height: 100% !important;
}
.fx-slider .slick-dots {
    position: absolute;
    bottom: 16px;
    right: 16px;
    padding: 3px 20px 3px 20px;
    margin: 0;
    list-style-type: none;
}
.fx-slider .slick-dots li {
  float: left;
  margin: 0 0.2rem;
}
.fx-slider .slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: white;
  text-indent: -9999px;
}
.fx-slider .slick-dots li.slick-active button:focus{
  outline: none;
}
@media only screen and (min-width: 1400px){
  .fx-color-box h2{
    font-size: 16px;
  }
  .fx-color-box .fx-actions .btn-link{
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px){
  .fx-color-box{
    padding: 20px 20px 15px 20px;
  }
}

/* Directory colored box */
.dir-box{
  background-color: #d5ed95;
}

.dir-box .dir-img-box{
  overflow: hidden;
  display: block;
  clear: both;
  margin: 0 0 19px 0;
}
.dir-box .dir-img-box img{
  max-height: 70px;
  display: inline-block;
  background-color: #ffffff;
}
.dir-box .dir-img-box .dir-img-body{
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.dir-box .dir-img-box .dir-img-body h3{
  color: #4e5a30;
  font-size: 14px;
  margin: 0 0 5px;
}
.dir-box .dir-img-box .dir-img-body p{
  margin: 0;
  color: #8baa39;
  font-size: 14px;
  font-weight: bold;
}
.dir-box .dir-info{
  padding: 0 0 9px 0;
  margin: 0 0 25px 0;
  border-bottom: 4px solid;
}
.dir-box .dir-info h4{
  margin: 0 0 12px 0;
  font-size: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.dir-box .dir-info .dir-featured{
  color: #83a230;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 500;
  margin: 0;
}
.dir-slider.fx-slider .slick-dots li.slick-active button{
  background-color: #8ba939;
}

@media only screen and (min-width: 1400px){
  .dir-box .dir-img-box .dir-img-body h3{
    font-size: 15px;
  }
  .dir-box .dir-img-box .dir-img-body p{
    font-size: 15px;
  }
  .dir-box .dir-info h4{
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px){
  .dir-box .dir-img-box img{
    display: block;
    margin: 0;
    max-height: 100px;
  }
  .dir-box .dir-img-box .dir-img-body{
    display: block;
    margin: 15px 0 0 0;
  }
}

/* Testimonials colored box */
.quote-box{
  background-color: #87ebc0;
  padding: 30px 60px;
}
.quote-box h2{
  margin: 0 0 30px;
}
.quote-box .quote-text{
  position: relative;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.quote-box .quote-text:before,
.quote-box .quote-text:after{
  content: '"';
  position: absolute;
  color: #7ad6ae;
  z-index: -1;
  font-size: 180px;
  line-height: 180px;
  font-weight: 500;
  top: -25px;
  left: -15px;
  -webkit-transform: skew(-20deg) rotate(0deg);
      -ms-transform: skew(-20deg) rotate(0deg);
          transform: skew(-20deg) rotate(0deg);
}
.quote-box .quote-text:after{
  left: auto;
  right: 15px;
  bottom: -115px;
  top: auto;
  margin-left: -35px;
}
.quote-box .quote-by{
  color: #176b58;
  font-size: 16px;
  font-weight: bold;
}
.quote-box .quote-by:before{
  float: left;
  text-align: center;
  content: "-";
  color: #176b58;
  margin-right: 10px;
}
.quote-box .quote-by span{
  font-weight: 400;
}
.quote-box .fx-actions{
  margin-top: 30px;
}
.quote-box .fx-actions .btn-link:first-child{
  background: #3f9379;
  border-color: #3f9379;
}

@media only screen and (min-width: 1400px){
  .quote-box .quote-text{
    font-size: 20px;
  }
  .quote-box .quote-by{
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px){
  .quote-box{
    padding: 20px 20px 15px 20px;
  }
}

/* Subscription page */
.section-subs{
  position: relative;
  display: block;
  color: #000000;
  padding: 66px 0 90px 0;
}
.section-subs p{
  color: #646464;
}
/*.sub-plans{
  margin: 50px -15px 40px -15px;
}
.sub-plans .col-plan{
  margin: 0 0 30px 0;
}
*/.sub-plans .woocommerce,
.sub-plans .single-product{
  height: 100% !important;
  width: 100%;
}
.sub-plans .product{
  padding: 30px;
  height: 100%;
  background: #f5f5f5;
  border-radius: 10px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.sub-plans .product:hover{
  background: #ffffff;
  -webkit-box-shadow: 0 10px 30px -10px rgba(160, 140, 140, .5);
  box-shadow: 0 10px 30px -10px rgba(160, 140, 140, .5);
}
.sub-plans .woocommerce div.product form.cart{
  text-align: center;
}
.sub-plans .product-title{
  font-size: 33px;
  margin: 0 0 5px 0;
  color: #000000;
}
.sub-plans .text-tooltip{
  position: absolute;
  margin-left: 5px;
  font-size: 18px;
}
.sub-plans .product-content{
  position: relative;
  display: block;
  margin: 0 0 30px 0;
}
.sub-plans .product-content ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.sub-plans .product-content ul li{
  position: relative;
  padding: 8px 0 8px 25px;
  border-bottom: 1px solid #c4c4c4;
}
.sub-plans .product-content ul li:before {  
  font-family: 'Font Awesome 5 Pro';
  content: "\f00c";
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 12px;
  line-height: 12px;
}
.sub-plans .product-content .text-tooltip{
  position: absolute;
  color: #000000;
  margin-left: 5px;
}
.sub-plans .product-content .text-tooltip:hover,
.sub-plans .product-content .text-tooltip:focus{
  color: #000000;
}
.sub-plans .product-type-subscription .product-footer{
  margin: auto 0 0 0;
}
.sub-plans .product-footer .amount{
  font-weight: bold;
}
.sub-plans .product-type-subscription .amount{
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin: 0 auto 10px auto;
  text-align: center;
}
.sub-plans .product-type-subscription del .amount{
  font-size: 20px;
  margin: 0;
  color: #000000 !important;
}
.sub-plans .product-type-subscription ins{
  text-decoration: none;
}
/*.sub-plans .product form .btn{
  background: #000 !important;
  color: #ffffff;
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 18px 15px;
  border-radius: 0;
  margin: 0 auto;
  float: none !important;
  border: 0;
}
.sub-plans .product form .btn:hover,
.sub-plans .product form .btn:focus{
  opacity: .9;
  outline: none;
}*/
.sub-plans .product .first-payment-date{
  margin: 0;
}

.sub-plans .product-green .product-title,
.sub-plans .product-green.product .amount{
  color: #097B9A !important;
}
/*



*/
.sub-plans .product-blue .product-title,
.sub-plans .product-blue.product .amount{
  color: #0096d9 !important;
}
/*.sub-plans .product-blue.product form .btn{
  background-color: #0096d9 !important;
}*/

.sub-plans .product-grey .product-title,
.sub-plans .product-grey.product .amount{
  color: #254BB3 !important;
}
/*.sub-plans .product-grey.product form .btn{
  background-color: #656565 !important;
}*/

.sub-plans .product-orange .product-title,
.sub-plans .product-orange.product .amount{
  color: #E02500 !important;
}
/*.sub-plans .product-orange.product form .btn{
  background-color: #f27e17 !important;
}*/

.sub-plans .product-sky .product-title,
.sub-plans .product-sky.product .amount{
  color: #42ccce !important;
}
/*.sub-plans .product-sky.product form .btn{
  background-color: #42ccce !important;
}
*/
.sub-plans .product-dark-green .product-title,
.sub-plans .product-dark-green.product .amount{
  color: #609c82 !important;
}
/*.sub-plans .product-dark-green.product form .btn{
  background-color: #609c82 !important;
}
*/
@media only screen and (min-width: 1400px){
  .section-subs p{
    font-size: 19px;
  }
  /*.sub-plans{
    margin: 50px -26px 11px -26px;
  }*/
  .sub-plans .col-plan{
    padding: 0 10px;
    margin: 0 0 20px 0;
  }
  .sub-plans .product-content ul li{
    font-size: 16px;
  }
  /*.section-subs .subs-inner{
    margin: 0 70px;
  }*/
}

/* Product type subscription */
.sub-plans .product-vg{
  padding: 30px 30px  30px;
}
.sub-plans .product-vg .product-title{
  margin: 0 0 10px 0;
  font-size: 30px;
}
.sub-plans .product-vg .selection>div{
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #c4c4c4;
      text-align: left;
}
.sub-plans .product-vg .selection>div>label .amount{
  font-weight: bold;
  color: #000000 !important;
}
.sub-plans .product-vg .buy-button-container {
  padding: 0 30px 30px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
}
.sub-plans .product-vg .loc-job-text{
    font-weight: bold;
    cursor: pointer;
}

/* Ad content */
.section-ad-content .section-title{
  margin: 0 0 30px;
}
.section-ad-content ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-ad-content ul li {
  position: relative;
  padding: 2px 0 2px 25px;
}
.section-ad-content ul li:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

.section-ad-content.ad-content-1{
  padding: 0 0 80px 0;
}

.section-ad-content.ad-content-2{
  padding: 72px 0 24px 0;
}
.section-ad-content.ad-content-2 .section-title{
  margin: 0 0 30px;
}
.section-ad-content.ad-content-2 p{
  margin-bottom: 30px;
}
.section-ad-content.ad-content-2 .section-title{
  margin: 0 0 25px;
}

.section-ad-content.ad-content-3{
  padding: 51px 0 44px 0;
}
.section-ad-content.ad-content-3 p{
  margin-bottom: 28px;
}
.section-ad-content.ad-content-3 .section-title{
  font-size: 24px;
}
.section-ad-content.ad-content-3 .section-title{
  margin: 0 0 25px;
}
.section-ad-content .ad-content-ad{
  margin: 0 auto 48px auto;
  text-align: center;
}
.section-ad-content .ad-content-ad img{
  display: block;
  margin: 0 auto;
}
.section-ad-content.ad-content-3 .row .col-md-6:after{
  content: "";
  position: absolute;
  top: 10%;
  bottom: 10%;
  right: 0;
  width: 2px;
  background-color: #b4f1f0;
}
.section-ad-content.ad-content-3 .row .col-md-6:nth-child(2n+1) {
    padding: 0 60px 0 15px;
}
.section-ad-content.ad-content-3 .row .col-md-6:nth-child(2n+2) {
    padding: 0 15px 0 60px;
}
.section-ad-content.ad-content-3 .row .col-md-6:last-child:after{
  content: none;
}

@media only screen and (min-width: 1400px){
  .section-ad-content .ad-content-inner{
    margin: 0 70px;
  }
}

@media only screen and (max-width: 768px){
  .section-ad-content.ad-content-3 .row .col-md-6:after{
    content: none;
  }
  .section-ad-content.ad-content-3 .row .col-md-6:nth-child(2n+1) {
      padding: 0 15px 0 15px;
  }
  .section-ad-content.ad-content-3 .row .col-md-6:nth-child(2n+2) {
      padding: 0 15px 0 15px;
  }
}


.comparison-strip {
    padding: 20px;
    text-align: center;
    margin: 64px 0 20px 0;
    width: 100%;
}
.comparison-strip img{
  max-width: 72px;
}


/* Comparision table */
.comparison-table{
  width: 100%;
  margin: 0 0 64px 0;
  text-transform: capitalize;
  font-size: 17px;
}
.comparison-table table{
  border-spacing: 0px;
  border-collapse: collapse;
}
.comparison-table table td, 
.comparison-table table th{
  padding: .65rem;
}
.comparison-table table th{
  border-top: 5px solid #dee2e6;
  color: #4d4d4d;
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover{
  background-color: #f1fbff;
}
.comparison-table .ct-plan-head {
  background-color: #ffffff;
  background-image: none;
  color: #656565;
  font-weight: bold;
  text-align: center;
  width: 150px;
}
.comparison-table .ct-plan-starter {
  color: #097B9A ;
  border-top-color: #097B9A ;
}
.comparison-table .ct-plan-growth {
  color: #0096d9;
  border-top-color: #0096d9;
}
.comparison-table .ct-plan-pro {
  color: #254BB3;
  border-top-color: #254BB3;
}
.comparison-table .ct-plan-enterprise {
  color: #E02500 ;
  border-top-color: #E02500 ;
}

@media only screen and (max-width: 575px){
  .comparison-table{
    font-size: 14px;
  }
}

/* Strip Box */
.subs-box{
  color: #000000;
  background-color: #bdeff8;
  background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
  background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
  padding: 20px 17px;
  margin: 0 -15px;
}
.subs-box .subs-box-col{
  background-color: #ffffff;
  padding: 46px 70px;
}
.subs-box .subs-box-col:after{
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 40px;
  width: 1px;
  background-color: #b4f1f0;
}
.subs-box .subs-box-col:last-child:after{
  content: none !important;
}
.subs-box img{
  max-width: 72px;
  margin: 0 0 20px 0;
}
.subs-box .subs-box-title{
  margin: 0 0 15px 0;
  color: #515151;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.subs-box .subs-box-content{
  margin: 0 0 30px 0;
  font-size: 19px;
  line-height: 29px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0px;
}
.subs-box .btn{
  min-width: 195px;
}

@media only screen and (min-width: 1400px){
  .subs-box{
    padding: 25px 22px;
  }
  .subs-box .subs-box-col{
    padding: 40px 80px;
  }
  .subs-box .subs-box-content{
    font-size: 22px;
  }
  .subs-box .btn{
    min-width: 235px;
  }
}

@media only screen and (max-width: 991px){
  .subs-box{
    padding: 15px;
  }
  .subs-box .subs-box-col:after{
    top: auto;
    right: 70px;
    left: 70px;
    bottom: 0;
    height: 1px;
    width: auto;
  }
}
@media only screen and (max-width: 575px){
  .subs-box{
    margin: 0;
  }
  .subs-box .subs-box-col{
    padding: 40px 20px;
  }
  .subs-box .subs-box-col:after{
    right: 20px;
    left: 20px;
  }
}

/* Advisory page & banner */

.page-template-advisory .section-title{
  font-size: 44px;
}
.page-template-advisory .section-title.title-sm{
  font-size: 16px;
}
.page-template-advisory .section-hero .hero-image{
  background-position: 65% center;
}
.page-template-advisory .section-hero .hero-title{
  font-size: 44px;
  margin: 0 0 35px 0;
}
.page-template-advisory .btn-schedule{
/*   width: 300px; */
  max-width: 100%;
}

@media only screen and (min-width: 1400px){
  .page-template-advisory .section-title{
    font-size: 49px;
  }
  .page-template-advisory .section-hero .hero-title{
    font-size: 49px;
  }
  .page-template-advisory .btn-schedule{
    font-size: 22px;
/*     width: 384px; */
  }
}
@media only screen and (max-width: 991px) {
  .page-template-advisory .section-title{
    font-size: 36px;
  }
  .page-template-advisory .section-hero .hero-title{
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px){
  .page-template-advisory .section-hero{
    padding: 100px 0 40px 0;
  }
}

/* Advisory feature box */
/*.section-feature-box{
  padding: 55px 0 56px 0;
}
.section-feature-box .section-title{
  margin: 0 0 37px;
}*/
.fbox-main{
  border-radius: 5px;
  padding: 20px;
  background: #f5f5f7;
}
.fbox-main .fbox-image{
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
  background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
}
.fbox-main .fbox-image img{
  max-width: 40px;
}
.fbox-main .fbox-title{
  font-size: 20px;
  margin: 15px 0 10px;
  color: #282828;
}
.fbox-main .fbox-contnet{
  margin: 0 0 3px;
}
.fbox-main .btn-link{
  text-transform: capitalize;
  font-size: 16px;
  color: #2ea1b3;
  font-weight: bold;
}

/* Advisory about */
.page-template-advisory .section-about-advisory{
  font-size: 18px;
  padding: 80px 0 50px 0;
  border-top: 9px solid #beeff8;
}
.page-template-advisory .section-about-advisory p {
  margin: 27px;
}
.page-template-advisory .section-about-advisory:before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url('assets/images/about-pattern.png');
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-mask-image: url('assets/images/about-pattern.png');
          mask-image: url('assets/images/about-pattern.png');
  -webkit-mask-clip: padding-box;
          mask-clip: padding-box;
}
@media only screen and (min-width: 1400px){
  .page-template-advisory .section-about-advisory{
    font-size: 20px;
  }
}

/* Advisory testimonials */
.section-testimonial{
  padding: 80px 0 60px 0;
}
.testimonial-box{
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
.testimonial-box .testimonial-image{
  overflow: hidden;
  width: 118px;
  height: 118px;
  border-radius: 59px;
  background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
  background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
}
.testimonial-box .testimonial-info{
  font-size: 20px;
  line-height: 1.2;
  color: #282828;
  font-weight: 700;
  font-style: italic;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.testimonial-box .testimonial-footer{
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f5f5f5;
}
.testimonial-box .testimonial-footer img{
  max-width: 100px;
}
.testimonial-box .testimonial-footer h4{
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.4;
  text-transform: uppercase;
}
.testimonial-box .testimonial-footer h4 span{
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #575757;
  font-weight: 400;
}

@media only screen and (min-width: 1400px){
  .testimonial-box{
    padding: 45px 20px 20px 20px;
  }
  .testimonial-box .testimonial-body .col-auto{
    margin: 0 11px;
  }
  .testimonial-box .testimonial-info{
    font-size: 24px;
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
}
@media only screen and (max-width: 768px){
  .testimonial-box{
    padding: 15px;
    margin: 0 15px;
  }
  .testimonial-box .testimonial-image{
    width: 80px;
    height: 80px;
  }
  .testimonial-box .testimonial-info{
    font-size: 16px;
    min-height: auto;
  }
}

/* Testimonial slider */
.testimonial-slider{
  display: none;
}
.testimonial-slider.slick-initialized { 
  display: block; 
}
.testimonial-slider .slick-slide {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: .4;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.testimonial-slider .slick-slide.slick-current {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.testimonial-slider .slick-dots {
  display: block;
  padding: 0;
  margin: 30px auto 0 auto;
  list-style-type: none;
  text-align: center;
} 
.testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 0 0.2rem;
}
.testimonial-slider .slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #dcdcde;
  text-indent: -9999px;
}
.testimonial-slider .slick-dots li.slick-active button {
  background-color: #0094d6;
}
.testimonial-slider .slick-dots li.slick-active button:focus{
  outline: none;
}


/* Login page & My Accout page header */
.woocommerce-account .section-header{
  min-height: 200px;
  padding: 49px 0 26px 0;
}
.woocommerce-account .header-title{
  padding: 0 0 11px 0;
  margin: 0 0 15px 0;
}
.woocommerce-account .header-title:after{
  content: "";
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 0;
  height: 2px;
  background-color: rgba(255,255,255,.22);
}
.woocommerce-account .header-lead a{
  font-weight: bold;
}

@media only screen and (min-width: 1400px){
  .woocommerce-account .header-lead{
    font-size: 22px;
  }
}

/* Wocommerce MyAccount */
.woocommerce-account .woocommerce-MyAccount-navigation{
  padding: 44px 22px;
  background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
  background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
}
.woocommerce-MyAccount-userinfo{
  padding: 0 0 52px;
  margin: 0 0 45px;
  border-bottom: 2px solid rgba(255,255,255,.33);
}
.woocommerce-MyAccount-userinfo .ui-image{
  position: relative;
  margin: 0 auto 23px auto;
  text-align: center;
  width: 100px;
  padding: 5px;
  border-radius: 150px;
  background-color: #90dbf5;
  overflow: hidden;
}
.woocommerce-MyAccount-userinfo .ui-image img{
  border-radius: 150px;
}
.woocommerce-MyAccount-userinfo .ui-title{
  font-size: 24px;
  margin: 0 0 2px 0;
  text-align: center;
}
.woocommerce-MyAccount-userinfo .ui-bio{
  margin: 0 0 6px 0;
  font-size: 14px;
  color: #535353;
  font-style: italic;
  text-align: center;
}
.woocommerce-MyAccount-userinfo .social-icons{
  text-align: center;
  margin-bottom: -10px;
}
.woocommerce-MyAccount-userinfo .social-icons li{
  margin: 0 4px 4px 4px;
}
.woocommerce-MyAccount-userinfo .social-icons .social-links{
  width: 28px;
  height: 28px;
  line-height: 29px;
  font-size: 12px;
  color: #c1f2f6;
  background: #405355;
}
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation-list{
  list-style: none;
  padding: 0;
  max-width: 285px;
  margin: 0 auto;
}
.woocommerce-MyAccount-navigation-link{
  margin: 0 0 6px 0;
}
/*.woocommerce-MyAccount-navigation-link a{
  position: relative;
  display: block;
  color: #3c4b4e;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 12px 12px 64px;
  background: transparent;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: .1s all;
  -o-transition: .1s all;
  transition: .1s all;
}*/
.woocommerce-MyAccount-navigation-link a:hover{
  background: rgba(255,255,255,.3);
}
.woocommerce-MyAccount-navigation-link.is-active a{
  background: #def8f9;
}
.woocommerce-MyAccount-navigation-link a:before{
  content: "";
  position: absolute;
  left: 32px;
  top: 0;
  bottom: 0;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/images/edit.png);
  width: 24px;
  height: auto;
}
.woocommerce-MyAccount-navigation-link--dashboard a:before{
  background-image: url(assets/images/dashboard.png);
}
.woocommerce-MyAccount-navigation-link--orders a:before{
  background-image: url(assets/images/orders.png);
}
.woocommerce-MyAccount-navigation-link--subscriptions a:before{
  background-image: url(assets/images/subscriptions.png);
}
.woocommerce-MyAccount-navigation-link--downloads a:before{
  background-image: url(assets/images/downloads.png);
}
.woocommerce-MyAccount-navigation-link--edit-address a:before{
  background-image: url(assets/images/address.png);
}
.woocommerce-MyAccount-navigation-link--payment-methods a:before{
  background-image: url(assets/images/payment-methods.png);
}
.woocommerce-MyAccount-navigation-link--edit-account a:before{
  background-image: url(assets/images/account-details.png);
}
.woocommerce-MyAccount-navigation-link--customer-logout a:before{
  background-image: url(assets/images/logout.png);
}
.woocommerce-MyAccount-navigation-link--videos a:before{
  background-image: url(assets/images/videos.png);
}
.woocommerce-MyAccount-navigation-link--d-submission a:before{
  background-image: url(assets/images/directory-listing.png);
}
.woocommerce-MyAccount-navigation-link--df-submission a:before{
  background-image: url(assets/images/directory-listing-f.png);
}
.woocommerce-MyAccount-navigation-link--pr-submission a:before{
  background-image: url(assets/images/press-release.png);
}
.woocommerce-MyAccount-navigation-link--teams a:before{
  background-image: url(assets/images/teams.png);
}
.woocommerce-MyAccount-navigation-link--back-to-teams a:before{
  background-image: url(assets/images/dashboard-back.png);
}
.woocommerce-MyAccount-navigation-link--members a:before{
  background-image: url(assets/images/list.png);
}
.woocommerce-MyAccount-navigation-link--add-member a:before{
  background-image: url(assets/images/add.png);
}
.woocommerce-MyAccount-navigation-link--settings a:before{
  background-image: url(assets/images/settings.png);
}
.woocommerce-MyAccount-ad{
  margin: 0 auto 30px auto;
  text-align: center;
}
.woocommerce-MyAccount-ad img {
    display: block;
    margin: 0 auto;
}
.woocommerce-MyAccount-content-wrap{
  background-color: #ececec;
  color: #3c3c3c;
  padding: 44px;
}

@media only screen and (min-width: 1400px){
  .woocommerce-account .woocommerce-MyAccount-navigation{
    width: 378px;
  }
  .woocommerce-account .woocommerce-MyAccount-content{
    width: 902px;
  }
  .woocommerce-MyAccount-userinfo .ui-bio{
    font-size: 16px;
  }
  .woocommerce-MyAccount-content-wrap{
    padding: 84px;
  }
  .woocommerce-MyAccount-ad{
    margin: 0 auto 48px auto;
  }
}


/* Woocommerce table, content */
.woocommerce-account .site-content{
  padding: 76px 0 85px 0;
}
.woocommerce table.shop_table{
  border-radius: 0;
  background-color: #f4f4f4;
  border-spacing: 0;
}
.woocommerce table.shop_table th{
  color: #000000;
}
.woocommerce table.my_account_orders{
  font-size: .95em;
}
.woocommerce table.my_account_orders td, 
.woocommerce table.my_account_orders th{
  padding: 8px 10px;
}
.woocommerce .woocommerce-customer-details address{
  border-radius: 0;
}
.woocommerce-input-wrapper{
  width: 100%;
}
.select2-container.select2-container--default .select2-selection--single{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #495057;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container.select2-container--default .select2-results__option--highlighted[data-selected]{
  background: #57c9e9;
  color: #fff;
}
.select2-container.select2-container--default .select2-results__option {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    padding: 15px;
    color: #54667a;
    text-transform: capitalize;
}
#add_payment_method #payment ul.payment_methods .stripe-card-group, 
.wc-stripe-elements-field, .wc-stripe-iban-element-field, 
.woocommerce-checkout #payment ul.payment_methods .stripe-card-group{
  width: 100%;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
  width: 100%;
}

/* Slator team */
/* .slator-team .elementor-image-box-img{
  border-radius: 50%;
  display: block;
  overflow: hidden;
  width: 200px !important;
  height: 200px !important;
  max-width: 100% !important;
  margin-bottom: 15px !important;
}
.slator-team .elementor-image-box-title{
  color: #000000 !important;
  font-size: 20px;
  font-weight: bold !important;
  margin: 0 0 5px 0;
}
 */
/* Event List */
.dirs-tools {
    background: #f2f2f2;
    padding: 40px;
    margin: 0 auto 40px auto;
    width: 100%;
}
.dirs-tools .search .searc-wrap {
    position: relative;
}
.dirs-tools .filters-container .item{
  padding: 0 15px !important;
}
.dirs-tools .search input,
.dirs-tools .filters-container .item input{
  font-family: 'Urbanist', sans-serif;
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #aeaeae;
  background: transparent;
  height: 50px;
  width: 100%;
  padding: 0 45px 0 0;
  color: #757575;
}
.dirs-tools .filters-container .item input{
  padding: 0;
}
.dirs-tools .filters-container .item input,
.dirs-tools .search input:focus{
  outline: none;
}
.dirs-tools .searc-wrap .search-wrap__btn{
  color: #fff;
  border: none;
  background: #7cc89a;
  height: 45px;
  position: absolute;
  width: 45px;
  right: 0;
  top: 0;
  line-height: 40px;
}
.dirs-tools .searc-wrap .search-wrap__btn:focus{
  outline: none;
}
.dirs-tools .filters-container .title{
  font-family: 'Urbanist', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #242424;
  line-height: 50px;
  margin: 0;
  padding: 0 15px;
}
.dirs-tools .filters-container .btn{
  display: block;
  width: 144px;
  max-width: 100%;
  background: #7cc89a;
  font-family: 'Urbanist', sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  height: 50px;
  padding: .6rem 1.5rem;
  text-align: center;
}

@media only screen and (max-width: 991px){
  .dirs-tools .filters-container .btn{
    margin: 15px 0 0 0;
  }
}
@media only screen and (max-width: 575px){
  .dirs-tools{
    padding: 20px 5px;
  }
}

/* Event single */
.remote-badge{
  font-family: "Lato", sans-serif;
  font-size: 19px;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  top: -50px;
  left: auto;
  margin-left: -42px;
  background: #7cc89a;
  padding: 5px;
}
.events-single .header-title {
    padding: 0 0 11px 0;
    margin: 0 0 15px 0;
}
/*.events-single .header-title:after {
    content: "";
    position: absolute;
    left: 18%;
    right: 18%;
    bottom: 0;
    height: 2px;
    background-color: rgba(255,255,255,.22);
}*/
.header-events-info {
  font-weight: 700;
  padding: 15px;
  background: rgba(255, 255, 255, .8);
  color: #000;
  border-radius: 100px;
}
.header-events-info a{
  color: #000000;
}
.header-events-info img{
  max-height: 55px;
  margin: 5px auto;
  /*filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(-1px -1px 0px #fff);
  */
}
.header-events-info .header-events-hosted{
  /*border-left: 1px solid #ffffff;*/
}

@media only screen and (min-width: 1400px) {
  .remote-badge{
    margin-left: -50px;
  }
}

@media only screen and (max-width: 991px) {
  .remote-badge{
    font-size: 14px;
    top: -35px;
    margin-left: -30px;
  }
}

/* Author listing page */
.author .section-header{
  padding: 60px 0 50px 0;
}

/* Pod & Videos Category page */
.category-podcasts-videos .section-header{
  padding: 48px 0 30px 0;
}
.header-pod-links{
  margin: -15px 0 0 0;
}
.header-pod-links img{
  max-height: 40px;
}
.header-pod-links .header-pod-title{
    color: var(--Steel-Grey, #637483);
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.2px;
      margin-top: 40px !important;
}
.section-featured-pod.section-ngbi .ngbi-box.ngbi-big{
  padding: 16px;
  height: 100%;
  background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
  background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
}
.section-featured-pod.section-ngbi .ngbi-big .ngbi-box-img{
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  margin-bottom: 30px;
}
.section-featured-pod .ng-badge{
  margin: 0 10px 15px 0;
}
.section-featured-pod.section-ngbi .ngbi-big .ng-meta{
  color: #989898;
}
.section-featured-pod.section-ngbi .ngbi-big .ng-meta a,
.section-featured-pod.section-ngbi .ngbi-big .ng-meta a:hover,
.section-featured-pod.section-ngbi .ngbi-big .ng-meta a:focus{
  color: #0096d9;
}
.section-featured-pod.section-ngbi .ngbi-big .ng-title, 
.section-featured-pod.section-ngbi .ngbi-big .ng-title a, 
.section-featured-pod.section-ngbi .ngbi-big .ng-title a:hover,
.section-featured-pod.section-ngbi .ngbi-big .ng-title a:focus{
  color: initial;
}

.section-featured-pod.section-ngbi .ng-box .ng-content{
  color: #646464;
}

/* Vimeo gallery */
.vimeo-gallery .vg-col{
  margin: 15px 0;
}
.vimeo-gallery .vg-item{
  display: block;
  background-color: #bdeff8;
  background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
  background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
  padding: 15px;
  margin: 0 auto;
  height: 100%;
}
.vimeo-gallery .vg-inner{
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
          box-shadow: rgb(0 0 0 / 10%) 0px 0px 5px 0px, rgb(0 0 0 / 10%) 0px 0px 1px 0px;
}
.vimeo-gallery a{
  text-decoration: none;
}
.vimeo-gallery .vg-thumb{
  width: 100%;
  height: 180px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.vimeo-gallery .vg-info{
  padding: 15px;
}
.vimeo-gallery .vg-info h3{
  color: #000000;
  font-size: 17px;
  font-weight: bold;
  margin: 0;
}
.vimeo-gallery .vg-infinite{
  position: relative;
  display: block;
  margin: 45px auto 0 auto;
  text-align: center;
  padding: 0;
}
.vimeo-gallery .vg-infinite a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #0096d9;
    font-weight: 700;
    padding: 15px 20px;
    border: 2px solid #0096d9;
    width: 550px;
    max-width: 100%;
}
.vimeo-gallery .vg-infinite a:hover {
    color: #000;
    border-color: #000000;
}

@media only screen and (min-width: 1400px){
  .vimeo-gallery .vg-thumb{
    height: 225px;
  }
}
@media only screen and (max-width: 1200px){
  .vimeo-gallery .vg-thumb{
    height: 145px;
  }
}
@media only screen and (max-width: 991px){
  .vimeo-gallery .vg-thumb {
      height: 170px;
  }
}
@media only screen and (max-width: 767px){
  .vimeo-gallery .vg-item{
    max-width: 350px;
  }
  .vimeo-gallery .vg-thumb {
      height: 180px;
  }
}

/* Vimeo modal */
.vimeo-modal .modal-dialog {
  max-width: 900px;
  margin: 30px auto 0 auto;
}
.vimeo-modal .modal-body {
  position:relative;
  background-color: #bdeff8;
  background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
  background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
  padding: 15px;
}
.vimeo-modal iframe,
.vimeo-modal video{
  background-color: #000000;
}
.vimeo-modal .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 26px;
  line-height: 25px;
  font-weight: normal;
  color: #000;
  text-shadow: none;
  opacity: 1 !important;
  background: #a7f3e4;
  width: 35px;
  height: 35px;
  border-radius: 30px;
}
.vimeo-modal .close:focus{
  outline: none;
}

/* Tribe events fix */
.single-tribe_events #tribe-events-content{
  margin: 0;
}

/* Infinite handle */
.infinite-handle{
  position: relative;
  display: block;
  margin: 25px auto 0 auto;
  /*text-align: center;*/
  padding: 20px;
}
.infinite-handle a{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 22px;
  color: #0096d9;
  font-weight: 700;
  padding: 15px 20px;
  border: 2px solid #0096d9; 
  /*width: 550px;*/
  max-width: 100%;
}
.infinite-handle a:hover{
  color: #000000;
  border-color: #000000;
}

/* Text tooltip */
.tooltip{
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.tooltip .tooltip-inner {
  width: 280px;
  max-width: 100% !important;
  padding: 10px;
  color: #fff;
  text-align: left;
  font-weight: 300;
  background-color: #000;
  border-radius: 8px;
  -webkit-box-shadow: 0 7px 15px rgb(0 0 0 / 15%);
          box-shadow: 0 7px 15px rgb(0 0 0 / 15%);
}

/* Ninja popup css */
.snp-slatortheme1 .snp-newsletter-content h2{
  font-weight: 700;
}
.snp-slatortheme1 form div input{
  background: #fff;
  padding: 10px 15px;
  border: 0;
}
.snp-slatortheme1 form input[type=submit]{
  padding: 10px 15px;
  background-color: #0097d5 !important;
}
.snp-slatortheme1 form input[type=submit]:hover{
  background-color: #000000 !important;
}

/* Older event pages */
.event-nav-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 1rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.event-nav-bar>.tab, .event-nav-bar>span {
    color: #289a8a;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    margin-bottom: 1rem;
    width: 49%;
    text-align: center;
    background-color: #f2f2f2;
    font-size: .75rem;
    line-height: 1.3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: Montserrat,sans-serif!important;
}
.event-nav-bar>.tab:hover, 
.event-nav-bar>span:hover{
  background-color: #dcdbdb;
}
.event-nav-bar>.tab.active, .event-nav-bar>span.active {
    background-color: #2dc1e6;
    color: #fff;
    -webkit-box-shadow: 2px 3px 4px rgb(0 0 0 / 12%);
    box-shadow: 2px 3px 4px rgb(0 0 0 / 12%);
}
.event-nav-bar>.tab.active:hover, 
.event-nav-bar>span.active:hover{
  background-color: #51bcda;
}

@media only screen and (min-width: 992px){
  .event-nav-bar {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 3rem;
  }
  .event-nav-bar>.tab, .event-nav-bar>span {
      width: auto;
      margin-left: 1rem;
      position: relative;
      left: -0.5rem;
  }
}

/* Teams styles woocommerce */
.sub-plans .product-footer .team-fields{
  display: none !important;
}
.my-team-section.add-member #registration-link_field,
.my-team-section.add-member #add-member-form .form-row{
  margin: 0 0 15px 0; 
}
.my-team-section.add-member #registration-link_field .button:before{
  float: left;
}
.my-team-section.add-member #add-member-form .form-row-first,
.my-team-section.add-member #add-member-form .form-row-last{
  width: 50%;
}
.my-team-section.settings #team-name_field,
.my-team-section.settings #submit-seats-form,
.my-team-section.settings #team-seats-field{
  margin: 0 0 15px 0;
}
.my-team-section .my_team_details .update_seats,
.my-team-section #team-seat-update-form{
  display: none !important;
}

.woocommerce-account-join-team .u-columns{
    margin: 0 -15px;
    display: inline-block;
}
.woocommerce-account-join-team .col2-set#customer_login .col-1 {
    width: 55%;
    max-width: 100%;
}
.woocommerce-account-join-team .col2-set#customer_login .col-2{
    width: 45%;
    max-width: 100%;
}
.woocommerce-account-join-team .mailchimp-newsletter .input-checkbox{
  margin: -8px 8px 0 0 !important;
}
.woocommerce-account-join-team form.login, 
.woocommerce-account-join-team form.register{
  border: 0;
  background: #f5f5f5;
  margin: 1em 0;
}
.woocommerce-account-join-team form.login{
  max-width: 575px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce-account-join-team form.login .form-row{
  display: block;
  width: 100%;
  float: none;
}
.woocommerce-account-join-team form.login .btn{
  border-radius: 0;
  background: #000;
  color: #fff;
  margin: 0 5px 0 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.woocommerce-account-join-team form.login .btn:hover{
  outline: none;
  background-color: #4d4d4d;
  color: #fff;
  border-radius: 0;
}
.slator-member-message{
  background: #ffffff;
  padding: 10px 15px;
  border-left: 5px solid #f27e17;
}
/* Scroll to top */
.scroll-to-top {
  position: fixed;
  bottom: 90px;
  right: 30px;
  background: #c4c4c4;
  width: 50px;
  height: 50px;
  z-index: 100;
  display: none;
  text-decoration: none;
  border-radius: 35px;
}
.scroll-to-top i {
  color: #282828;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 18px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (max-width: 1200px){
  .scroll-to-top{
    bottom: 80px;
    right: 15px;
  }
}


/* Global responsive */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1070px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  body {
    font-size: 17px;
  }
  .container {
    max-width: 1200px;
	padding: 0;
  }
}
.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -o-linear-gradient(top, white, black);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: linear-gradient(to bottom, white, black);
}
.sub-plans .product-content ul li {
	padding-right: 27px;
}
.sub-plans .product-content .text-tooltip {
	display: inline-block;
}
.wp-block-image .aligncenter {
    text-align: center;
}
h3.ng-title strong {
    font-weight: 700;
}

.home a.btn.btn-orange.ngav-cta {
    position: relative;
}

body.page-id-59817 img{
	max-width:100%;
}

@media(max-width:768px){
	

body.page-id-59817 section.elementor-element-67a3dc5b .event-nav-bar a.tab{
	width:100%;
	margin-bottom:1.5rem;
}
	
	}
/*body .nf-form-cont .nf-form-layout .nf-form-content .nf-field .nf-field-element select {
    width: 100%;
    height: 57px;
    border-radius: 0!important;
    font-weight: 500;
    font-size: 18px;
    padding: 0 15px;
    font-family: montserrat,sans-serif;
    border: none;
    background: #f3f4f6;
}*/
body:not(.postid-85964) .slator-widget-event .slator-widget-event--url {
    display: none;
}
body:not(.postid-85964) .slator-widget-event .slator-widget-event--body a {
    /*display: block;
    font-family: Montserrat,sans-serif!important;
    font-size: 24px;
    margin: -10px 0 0 0;*/
    font-weight: bold;
    color: #0a8e7e;
}
span.header-date.text-center {
    font-size: 35px;display: block;
}
div#annoucement_bar a.close_this {
    height: 100%;
    width: 50px;
    top: 0;
    bottom: 0;
    line-height: 2;
}
div#annoucement_bar {
    padding-right: 55px;
}
body:not(.postid-85964).single-tribe_events .slator-widget-event .slator-widget-event--body a,
.slator-widget-event .slator-widget-event--body .subscribe_btn, .button.orange_btn {
    font-weight: 700;
    display: block;
    font-family: Montserrat,sans-serif!important;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    background-color: #f27e17;
    color: #fff !important;
    font-size: 16px;
    line-height: 16px;
    padding: 15px;
    border-radius: 50px;
    width: auto;
    margin-top: 15px;
    text-align: center;
    display: inline-block;
}
#softr-a93066d6-506a-42b0-8158-c5d1b3b98f72{
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.footer-callout .form-group label:first-child input[type="checkbox"] {
    margin-left: 0;
}

.footer-callout .form-group input[type="checkbox"] {
    height: 12px;
    margin-left: 30px;
}
.single-tribe_events #tribe-events-pg-template{
    max-width: 100%;
    padding: 0;
}
.row.justify-content-center.sub-plans.question_btn {
    margin-top: 0;
    margin-bottom: 33px;
}
p#billing_state_field {
    width: 100%;
}
div#countdown {
    width: auto;
    display: inline-block;
    padding-right: 5%;
}
div#annoucement_bar p {
    width: fit-content;
    padding-right: 25px;
    font-size: 20px;
    top: 5px;
    position: relative;
}
div#annoucement_bar {
    text-align: center;
}
div#annoucement_bar p {
        margin: auto;
        display: contents;
}

/* 
@media(max-width: 1024px){
	.featured-slider .slick-arrow {
    bottom: 23px !important;
}
} */

.team_member_images .elementor-container.elementor-column-gap-default {
    gap: 60px;
    margin-bottom: 32px;
}
.slator-team .elementor-image-box-content h3.elementor-image-box-title {
    color: var(--Brand-Slator-Navy, #07004D);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}
.site-header .navbar{
  background-color: #ffffff;
  padding: 24px 0;
}


.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  margin-bottom: 0;
  background-color: #ffffff;
  padding: 0;
  z-index: 1040;
}
li#menu-item-114627> a.has_submenu {
    display: none;
}
@media (max-width: 767px) {
    .featured-slider-1 .slide-box .feature-zone-content .feature-zone-text {
        width: 100% !important;
    }
}
.site-content {
  padding: 64px 0;
}

@media (max-width: 991px) {
  span.author-name a {
      font-size: 12px;
      line-height: normal;
  }
  .author-info img {
      height: 20px;
      width: 20px;
  }
  .author-info.d-flex.align-items-center {
      gap: 10px;
  }
}


 .entry-meta .entry-badge,
  .entry-footer .tags-links a{
    font-size: 11px;
    line-height: 11px;
  }
  .entry-footer .tags-links a{
  display: inline-block;
  padding: 6px 12px;
  align-items: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid var(--Light-Grey, #E5E8EB);
  background: var(--Cloud-Grey, #F7F8F9);
  color: var(--Steel-Grey, #637483);
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
.entry-footer .social-share label{
  color: var(--Steel-Grey, #637483);
  /* Label/Input field */
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.2px;
  margin:0 16px;
}


.woocommerce-loop .product{
  display: table;
  width: 100%;
  table-layout: auto;
  position: relative;
  background-color: #bdeff8;
  background-image: -o-linear-gradient(137deg, #a1f3de 0%, #bdeff8 100%);
  background-image: linear-gradient(-47deg, #a1f3de 0%, #bdeff8 100%);
  padding: 15px;
  margin: 60px 0;
  z-index: 1;
}
.woocommerce-loop .product-inner{
  padding: 30px 10% 30px 35%;
  background-color: #fff;
  display: block;
  height: 250px;
  display: table-cell;
  vertical-align: middle;
}
.woocommerce-loop .woocommerce-loop-product__image{
  position: absolute;
  top: 50%;
  left: 10%;
  width: 200px;
  -webkit-transform: translateY(-50%) rotate(-6deg);
      -ms-transform: translateY(-50%) rotate(-6deg);
          transform: translateY(-50%) rotate(-6deg);
  -webkit-filter: drop-shadow(0px 28px 9px rgba(0,0,0,0.27));
          filter: drop-shadow(0px 28px 9px rgba(0,0,0,0.27));
}
.woocommerce-loop .woocommerce-loop-product__image img{
  position: relative;
  width: 100%;
  max-width: 100%;
}
.woocommerce-loop .woocommerce-loop-product__title{
    font-size: 26px;
    margin: 0 0 15px 0
}
.woocommerce-loop .woocommerce-loop-product__content{
  margin: 0 0 15px 0;
}

.woocommerce-loop .woocommerce-loop-product__info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: left;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.woocommerce-loop .price{
  order: 3;
  font-weight: normal;
  margin-right: 15px;
}
.woocommerce-loop .price .price-prefix{
  display: block;
}
.woocommerce-loop .price .amount{
  font-weight: bold;
  color: #000;
}
.woocommerce-loop .slator-woo-btn-cart{
  order: 3;
  margin-right: 15px;
}
.woocommerce-loop .btn-included{
    order: 1;
    position: absolute;
    right: 35px;
    font-size: 12px;
    line-height: 16px;
    padding: 8px 15px;
    border-radius: 50px;
}

@media only screen and (max-width: 991px) {
    .woocommerce-loop .product-inner {
        padding: 30px 5%;
    }
}
@media only screen and (max-width: 991px) {
    .woocommerce-loop .product-inner {
        padding: 30px 5% 30px 26px;
    }
}
@media only screen and (max-width: 991px) {
    .woocommerce-loop .woocommerce-loop-product__image {
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        transform: translateY(0px) rotate(-6deg);
        margin: 0px auto 50px;
    }
}
.woocommerce-loop .woocommerce-loop-product__info {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: left;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .woocommerce-loop .btn-included {
        order: 3;
        position: relative;
        left: 0px;
        margin: 10px 0px 0px;
    }
}