:root{

}
.slick-slider.slick-track{
   opacity:0;
}.slick-slider.slick-initialized .slick-track{
   opacity:1;
} .slick-slide img {
    margin: 0 auto;
}.slick-slide span {
    font-size: 0.6em;
    text-align: left;
    color: white;
    line-height: 1.5;
}.intro-box blockquote p img {
    border-radius: 100%;
    width: 69px;
}.slick-slide span.quote-by {
    font-size: 0.7rem;
    color: orange;
    margin-top: 8px;
    font-weight: bold;
    display: block;
}.buy-me-coffee a {
    font-size: 15px;
    margin-bottom:10px;
    display:inline-block;
    background: #313131;
    padding: 2px 9px;
    border-radius: 5px;
}.intro-box{
  /* background: #222222ab; */
  border:1px solid #ffa502; 
  border-radius:12px;
  padding:8px 39px !important;
  margin-bottom:40px;
}.intro-box blockquote{
    border-left: 0;
}.intro-box blockquote p {
    color: #ff8600;
    font-size: 21px;
    line-height: 1.2;
    display: flex !important;
    align-items: center;
}#quote-slider button.slick-prev.slick-arrow {
    left: -11px;
}#quote-slider button.slick-next.slick-arrow {
    right: -11px;
}#quote-slider .slick-prev:before, 
#quote-slider .slick-next:before{
    color:#ff8600 !important;
}#quote-slider  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffa502;
}#quote-slider .slick-dots li button:before {
    opacity:0.75;
    color: #555555;
}.slick-dotted.slick-slider {
    margin-bottom: 20px;
}#quote-slider  .slick-dots{
    width:100%;
    left:0;
    bottom:-7px;
}.intro-box p strong {
    font-weight: initial;
}.intro-box p{
   margin:0 0 14px 0;
  font-size:15px;
}#loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: #0e0e0e;
    z-index: 9999999999999;
    top: 0;
    left: 0;
}#loader span {
    color: #ffffff;
    left: 0;
    top: 36%;
    width: 80%;
    position: absolute;
    -webkit-transform: translateY(-36%);
        -ms-transform: translateY(-36%);
            transform: translateY(-36%);
    font-family: 'Khand';
    font-size: 30px;
    line-height: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}.loader3{
	position: absolute;
	width: 150px;
	height: 20px;
	top: 60%;
	-webkit-transform:translateY(-60%);
	    -ms-transform:translateY(-60%);
	        transform:translateY(-60%);
 	left: 25%;
	left: calc(50% - 75px);
}.loader3:after{
	content: "LOADING ...";
	color: #fff;
	font-family:  Play,"Helvetica Neue" ;
	font-weight: 200;
	font-size: 16px;
	position: absolute;
	width: 100%;
	height: 20px;
	line-height: 20px;
	left: 0;
	top: 0;
	background-color: orange;
	z-index: 1;
}.loader3:before{
	content: "";
	position: absolute;
	background-color: #fff;
	top: -5px;
	left: 0px;
	height: 30px;
	width: 0px;
	z-index: 0;
	opacity: 1;
	-webkit-transform-origin:  100% 0%;
			-ms-transform-origin:  100% 0% ;
	    transform-origin:  100% 0% ;
	-webkit-animation: loader3 8s ease-in-out 1;
			animation: loader3 8s ease-in-out 1;
}@-webkit-keyframes loader3{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}@keyframes loader3{
    0%{width: 0px;}
    70%{width: 100%; opacity: 1;}
    90%{opacity: 0; width: 100%;}
    100%{opacity: 0;width: 0px;}
}.fade-in {
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}@keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}@-moz-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}@-o-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}@-ms-keyframes fadeIn {
  0% {opacity:0;}
  100% {opacity:1;}
}

body {
  font-family: "Play", sans-serif;
  background: #02101e;
}h1 {
  font-size: 3em;
  font-family: "Khand", sans-serif;
  color: #c1c1c1;
  margin: 30px 0;
}h2 {
  font-size: 2em;
  font-family: "Khand", sans-serif;
  color: #feb301;
  margin: 10px 0;
}h3 {
    font-size: 1.4em;
    font-family: "Khand", sans-serif;
    color: #ffe4a5;
    margin: 10px 0;
}p {
    font-family: "Play", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #c1c1c1;
}ul {
  font-family: "Play", sans-serif;
  font-size: 17px;
  line-height: 1.9;
  color:#c1c1c1;
}ul li {
    font-size: 17px;
    color: #c1c1c1;
    margin-top:5px;
}strong {
    color: #fff;
}a {
    color: orange;
}a:hover, 
a:focus {
    color: orange;
    opacity: 0.8;
}.row {
  max-width: 97em;
}.column.large-centered, 
.columns.large-centered {
  float: none !important;
}.row.full-width {
  max-width: 100%;
}.row.single-post {
    max-width: 88em;
}.padding-top {
  padding-top: 60px;
}.padding-bottom {
  padding-bottom: 60px;
}.vertical-padding-small {
  padding-top: 40px;
  padding-bottom: 30px;
}.vertical-padding-medium {
  padding-top: 70px;
  padding-bottom: 70px;
}.vertical-padding-large {
  padding-top: 150px;
  padding-bottom: 150px;
}.padded{
  padding:5.5%
}.animate-scroll {
  opacity: 0;
  -webkit-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  transition: all 1200ms ease;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}.animate-scroll.done {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-left.animate-scroll {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-right.animate-scroll {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.from-bottom.animate-scroll {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-left.animate-scroll.done {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.animate-scroll.done {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-bottom.animate-scroll.done {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.hide {
    display: none !important;
}header.header-wrapper {
}.main-title-section h1 {
    font-size: 4em;
    margin: 0px 0px 10px;
    text-transform: uppercase;
    font-weight: lighter;
    font-family: 'Khand';
    letter-spacing: 20px;
    line-height: 1;
    color:#ffa502;
}p.tagline {
    font-size: 20px;
}nav.top-bar {
  display: inline-block;
  background: none;
}.top-bar .top-bar-section ul li {
    background: none;
    display: block;
    float: none;
    text-align: center;
}.top-bar-section li:not(.has-form) a:not(.button), 
.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: none;
    color: #ffffff;
    font-family:'Arimo', sans-serif;
    font-size: 1.3em;
    letter-spacing: 16px;
  /*  margin: 50px 0px; */
    text-align: center;
    text-transform: uppercase;
}.top-bar-section li.active:not(.has-form) a:not(.button):hover, 
.top-bar-section li:not(.has-form) a:not(.button):hover,
 .top-bar-section li.active:not(.has-form) a:not(.button){
  background:none;
  color: orange;
}.top-bar .title-area {
    display: none;
  }.fullscreen-menu-active {
    overflow: hidden;
  }#hamburger-menu {
    position: absolute;
    right: 0;
  }#hamburger-menu .top-bar {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  }#hamburger-menu .top-bar.is-active {
    padding: 0;
  }.hamburger-wrapper {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    float:right;
    margin-right: 29px;
  }.hamburger-wrapper.is-active {
    z-index: 999999;
    position: relative;
    opacity: 1;
  }.hamburger-wrapper.is-active:hover,.hamburger:hover {
    opacity: .7
  }.hamburger-wrapper .hamburger-inner {
    top: 5px
  }.hamburger-wrapper .hamburger-inner:before {
    top: 10px;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: .15s;
         -o-transition-duration: .15s;
            transition-duration: .15s;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: transform,opacity;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform
  }.hamburger-wrapper .hamburger-inner:after {
    top: 20px
  }.hamburger-wrapper.is-active .hamburger-inner {
    -webkit-transform: translate3d(0,10px,0) rotate(45deg);
            transform: translate3d(0,10px,0) rotate(45deg)
  }.hamburger-wrapper.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
            transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
    opacity: 0
  }.hamburger-wrapper.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0,-20px,0) rotate(-90deg);
            transform: translate3d(0,-20px,0) rotate(-90deg)
  }.hamburger-box {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 24px;
  }.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
  }.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    position: absolute;
    width: 45px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #ffffff;
  }.hamburger-wrapper.is-active .hamburger-inner, 
  .hamburger-wrapper.is-active .hamburger-inner:after, 
  .hamburger-wrapper.is-active .hamburger-inner:before {
    background-color:#ffffff;
  }.hamburger-inner:after,.hamburger-inner:before {
    display: block;
    content: ""
  }.hamburger-inner:before {
    top: -10px
  }.hamburger-inner:after {
    bottom: -10px
  }#hamburger-menu {
    display: none;
    position:fixed;
    width:100%;
    height:100% !important;
    background-size:cover;
    background-color: #4e4e4e;
    left: 0;
    top:0;
    z-index: 99999;
    background: url(/wp-content/uploads/2021/08/menu-background.jpg) -9px center/ cover;
    margin: 0;
    border: 0;
  }#hamburger-menu .top-bar.is-active .top-bar-section {
    top:50%;
    -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);
    text-align:center;
    margin:0 auto;
  }#hamburger-menu .top-bar.is-active .top-bar-section .menu {
    max-width: 39vw;
    margin: 0 auto;
    width: 100%;
  }#hamburger-menu .top-bar.is-active .top-bar-section ul li {
    float: inherit;
    display: block;
  }#hamburger-menu .top-bar.is-active .top-bar-section ul li a{
    margin:0;
    color:#ffffff;
    background:none;
    padding-right:15px !important;
    padding-top: 15px;
    padding-bottom: 15px;
    letter-spacing:10px;
  }#default-tab {
    padding: 13vw 0;
}#default-tab h2 {
    color: #979797;
    position: relative;
    font-size: 20px;
}#default-tab h2::before {
    content: "\f176";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    font-family: 'FontAwesome';
}.border-bottom:after {
    content: "";
    width: 29%;
    height: 1px;
    background: #8b8b8b;
    position: relative;
    margin: 0 auto;
    display: block;
}.observable-tabs {
    margin-top: 30px;
}.observable-tabs .tabs{
    margin:0 auto;
    left:0;
    right:0;
    position:relative;
    display:block;
    text-align: center;
}.observable-tabs .tabs::after {
    content: "";
    height: 1px;
    width: 19%;
    margin: 0 auto;
    background: #727272;
    top: 52px;
    position: relative;
}.observable-tabs .tabs .tab-title {
    width: 15.95%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin: 0 2%;
    border-radius:5px;
    background: #ffa502;
}.observable-tabs .tabs .tab-title a {
    font-size: 1em;
    font-family: 'Khand';
    text-transform: uppercase;
    background: none;
    font-weight:bold;
    color: #000000;
    letter-spacing: 2px;
    padding: 0.4rem 2rem;
    -webkit-transition: 100ms all ease-in-out;
    -o-transition: 100ms all ease-in-out;
    transition: 100ms all ease-in-out;
    border-radius:5px;
}.observable-tabs .tabs dd.active a, 
.tabs .tab-title.active a {
    background: #ffffff;
    color: #000000;
}.observable-tabs .tabs-content {
    padding: 40px 96px;
    min-height:700px;
}


.observable-tabs .tabs .tab-title.active {
    background: white;
}.observable-tabs .tabs .tab-title a:hover {
    background: white;
     -webkit-transition:300ms all ease-in-out;
     -o-transition:300ms all ease-in-out;
     transition:300ms all ease-in-out;
    color:#000000;
}.observable-tabs .tabs .tab-title a:before {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#797979));
    background: -o-linear-gradient(#ffffff, #797979);
    background: linear-gradient(#ffffff, #797979);
    width: 32px;
    height: 10px;
    border: 4px solid #292929;
    right: 0;
    left: 0;
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    top: 0;
    z-index:-1;
    border-radius: 100%;
    opacity: 0;
    -webkit-transition:300ms all ease-in-out;
    -o-transition:300ms all ease-in-out;
    transition:300ms all ease-in-out;
}.observable-tabs .tabs .tab-title a:hover:before{
    top: -35px;
    height: 15px;
    opacity: 1;
    border: 2px solid #a5a5a5;
}


.observable-tabs .tabs .tab-title a.positive-lift:hover:before {
    -webkit-animation-name: positivelift;
            animation-name: positivelift;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}
.observable-tabs .tabs .tab-title a.instantaneous-acceleration:before {
    -webkit-animation-name: none;
            animation-name: none;
}
.observable-tabs .tabs .tab-title a.instantaneous-acceleration:hover:before {
    -webkit-animation-name: instaacceleration;
            animation-name: instaacceleration;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}.observable-tabs .tabs .tab-title a.hypersonic:hover:before {
    -webkit-animation-name: hypersonic;
            animation-name: hypersonic;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}.observable-tabs .tabs .tab-title a.hypersonic:hover:after{
   content:"";
   width:70px;
   height:2px;
   background:#ffffff47;
   -webkit-box-shadow:90px 10px 0px #ffffff6e;
           box-shadow:90px 10px 0px #ffffff6e;
   display:block;
   position:absolute;
   top:-30px;
  -webkit-animation: wind 0.35s ease-in-out infinite;
  animation: wind 0.35s ease-in-out infinite;
 }.observable-tabs .tabs .tab-title a.low-observability:hover:before {
    -webkit-animation-name: cloaking;
            animation-name: cloaking;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}.observable-tabs .tabs .tab-title a.transmedium:hover:before {
    -webkit-animation-name: transmedium;
            animation-name: transmedium;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}.observable-tabs .tabs .tab-title a.transmedium:after{
    content:"";
    opacity:0;
    -webkit-transition:all 700ms ease-in-out;
    -o-transition:all 700ms ease-in-out;
    transition:all 700ms ease-in-out;
    top: -9px;
}.observable-tabs .tabs .tab-title a.transmedium:hover:after{
    content:"";
    height: 29px;
    width:50%;
    position:absolute;
    left:0;
    right:0;
    margin:0 auto;
    top: -19px;
    opacity:1;
    z-index:-1;
    background-repeat:repeat;
    -webkit-transition:all 700ms ease-in-out;
    -o-transition:all 700ms ease-in-out;
    transition:all 700ms ease-in-out;
    background: -o-linear-gradient(272deg, transparent 0%, #2163ff -2% , transparent 30%, transparent 10%);
    background: linear-gradient(178deg, transparent 0%, #2163ff -2% , transparent 30%, transparent 10%);
}@-webkit-keyframes positivelift {
    from { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    65%  { -webkit-transform: translate(0, -20px); transform: translate(0, -20px); }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }    
}@keyframes positivelift {
    from { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    65%  { -webkit-transform: translate(0, -20px); transform: translate(0, -20px); }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }    
}@-webkit-keyframes instaacceleration {
    from { -webkit-transform: translate(0px,  0px); transform: translate(0px,  0px); }
    10%  { -webkit-transform: translate(100px, 0px); transform: translate(100px, 0px); opacity:0;}
    25%  { -webkit-transform: translate(0, 30px); transform: translate(0, 30px);  }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px);}    
}@keyframes instaacceleration {
    from { -webkit-transform: translate(0px,  0px); transform: translate(0px,  0px); }
    10%  { -webkit-transform: translate(100px, 0px); transform: translate(100px, 0px); opacity:0;}
    25%  { -webkit-transform: translate(0, 30px); transform: translate(0, 30px);  }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px);}    
}@-webkit-keyframes hypersonic {
    from { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    65%  { -webkit-transform: translate(0, 3px); transform: translate(0, 3px); }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }   
}@keyframes hypersonic {
    from { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    65%  { -webkit-transform: translate(0, 3px); transform: translate(0, 3px); }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }   
}@keyframes wind {
  0% {
    left: 50%;
    opacity:0.4;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}@-webkit-keyframes wind {
  0% {
    left: 50%;
   opacity:0.4;
  }
  100% {
    left: -50%;
    opacity: 0;
  }
}@-webkit-keyframes cloaking {
    from { opacity:1; }
    65%  { opacity:0; background: white; }
    to   { opacity:1;  }    
}@keyframes cloaking {
    from { opacity:1; }
    65%  { opacity:0; background: white; }
    to   { opacity:1;  }    
}@-webkit-keyframes transmedium {
    from { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    65%  { -webkit-transform: translate(0, 15px); transform: translate(0, 15px); }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }    
}@keyframes transmedium {
    from { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    65%  { -webkit-transform: translate(0, 15px); transform: translate(0, 15px); }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }    
}span.share-btn {
    display: block;
    font-size: 12px;
    color: white;
    padding: 10px 0 0 0;
}span.share-btn a {
    display: inline-block;
}

.post-list-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
} .post-list{
   background:none !important;
}.post-list a {
    color: #000000;
}.row.single-post h1 {
     border-bottom: 2px solid #303030;
    display: table;
    margin: 0 auto;
}.post-list .view-article, .post-list .play-video {
    background: #000000;
    color: white;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 45% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: left;
    margin: 1% 2.5%;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}.post-list .view-article:hover, .post-list .play-video:hover {
    background: #868686;
}.post-list .nyvo-post-list-wrapper {
    background: white !important;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 20px 10px black;
            box-shadow: 0px 3px 20px 10px black;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}.post-list .nyvo-post-list-wrapper:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
}.nyvo-post-list-wrapper {
    padding-bottom: 0px !important;
 /*   padding-top: 20px; */
    border:none;
}.post-list .post-content h2 {
    text-align: center;
    margin-bottom: 8px;
    font-size:28px;
    -o-text-overflow: initial;
       text-overflow: initial;
    overflow: visible;
    white-space: initial;
    font-family:'Play';
}.post-list .category p {
    display: inline-block;
    text-align: center;
}.post-list .category p span {
    display: inline-block;
    color:#000000;
    font-size: 12px;
    border-radius: 4px;
    background: #ffb300;
    padding: 0px 8px;
    margin: 0 0 2px 2px;
}span.obs-cats {
    width: 100%;
    font-size: 13px !important;
    background: none !important;
    margin: 0 !important;
}.post-list .category {
    margin: 0 auto;
    display: inline-block;
    float: none;
    background: none;
    border-radius: 4px;
}.add-details{
    background:#262626;
    padding:20px 30px;
    border-radius:20px;
}span.obs-tag {
    margin: 0;
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 0;
}span.obs-tag.new {
    background: #bf0000;
}.single-post .content{
    padding:0;
}hr {
    margin: 4px 0;
}.single-post hr {
    margin: 1.95rem 0 1.9875rem;
    border: 1px solid #262626;
}.overview {
    padding: 9px 0;
}.overview p {
    margin: 0;
    line-height: 1.4;
    font-size: 0.7em;
    color: #000000;
 }.wpcf7 label {
    color: #ffffff;
}.wpcf7 input, 
.wpcf7 textarea {
    background: #656565;
    border: 0;
    border-radius: 5px;
    color: #ffffff;
}.wpcf7 input:focus, 
.wpcf7 textarea:focus {
    color: #000;
}.wpcf7 input[type="submit"] {
    background: #ffa502;
    padding: 30px 60px;
    color: #000000;
    cursor: pointer;
}.contactform .button {
  background: #000000;
}.contactform .button.btn:hover {
  background: #909090;
  color: #000000;
}ul.contactform {
  margin: 0;
  list-style-type: none;
}.contactform label {
  display:none;
}.contact-page .contactform input,
.contact-page .contactform textarea {
  border-radius: 5px;
  border: 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
   background:whitesmoke;
}.footer-wrapper p {
    font-size: 10px;
}.single-post .main-title-section h1 {
    margin-bottom: 5px;
    margin-top:33px;
}.single-post iframe {
    display: block;  
    max-width:100% !important;
    border-radius:20px;
    margin-bottom: 30px;
    max-height: 370px !important;
}.single-post .category {
    float: none;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    border: 0;
    background: none;
    text-align: center;
}.single-post .category [rel="category tag"] {
    background: orange;
    padding: 4px 10px;
    font-size: 11px;
    color: #000000;
    border-radius: 4px;
    margin: 0 3px;
}.single-post .category p{
   padding-bottom:40px;
}.add-details span {
    color: white;
    display:block;
}.add-details p {
    font-weight: bold;
}.sources-wrapper ul {
    list-style: none;
    margin: 0;
}.sources-wrapper .fa {
     float:left;
     margin-right:9px;
     margin-top:5px;
     vertical-align: middle;
}.wpcf7 label {
    color: #ffffff;
}.wpcf7 input, .wpcf7 textarea {
    background: #656565;
    border: 0;
    border-radius: 5px;
}
@media screen and (min-width:1025px){
   .intro-box blockquote{
        overflow: hidden;
        padding: 10px 33px 0px 33px;
        max-width: 37em;
        margin: 0 auto;
        border-bottom: 1px dashed #ffffff63;
        border-top: 1px dashed #ffffff63;
        margin-bottom: 20px;
   }#quote-slider button.slick-prev.slick-arrow {
    left: 0;
   }#quote-slider button.slick-next.slick-arrow {
    right: 0;
   }
}
@media screen and (min-width:1366px){
   .main-title-section h1{
    font-size:4.5em;
   }
}
@media screen and (max-width:1366px){
  .row.single-post{
     max-width:79em;
  }.about .vertical-padding-large,   .contact .vertical-padding-large {
    padding: 10px;
   }.post-list .post-content h2 {
     font-size:24px;
   }.post-list .category p span{
    font-size: 11px;
    padding:0px 4px;
   }
}
@media screen and (max-width:1024px){
   header.header-wrapper {
    background: #1d1d1d;
   }.main-title-section h1 {
    font-size: 38px;
   }.observable-tabs .tabs .tab-title a {
    font-size: 11px;
    font-weight: bolder;
    letter-spacing: 0;
    padding:0.2em 16px;
   }.add-details{
     border-radius:0;
    }.intro-box blockquote{
    max-height: 230px;
    overflow: hidden;
   padding:0;
    }.intro-box{
    border: none;
    border-radius: 0;
    padding: 23px 8px !important;
    margin-bottom: 30px;
    background: #000000a3;
    }#loader span {
    font-size: 26px;
    top: 45%;
    line-height: 1.3;
   }.loader3{
     top: 70%;
   }span.share-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: black;
    margin: 0;
    left: 0;
    padding: 20px 0;
  }footer.footer-wrapper {
    padding-bottom: 60px;
  }
}@media screen and (max-width:768px){
  .post-list .view-article, .post-list .play-video {
    width: 48% !important;
    margin: 2px 1%;
  }.observable-tabs .tabs-content {
    padding: 60px 10px;
  }
}
@media screen and (max-width:767px){
    .intro-box blockquote{
        max-height: 160px;
    }.intro-box blockquote p {
    font-size: 16px;
   /*  display:block !Important; */
 }.intro-box{
     margin-bottom:0;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }.intro-box p{
     font-size:14px;
  }.slick-slide span.quote-by{
    font-size: 0.6rem;
  }h2 {
    font-size: 1.4em;
  }p {
    font-size: 15px;
  }ul li{
    font-size:15px;
  }p.tagline {
    font-size: 16px;
    line-height: 1.32;
   }.vertical-padding-small {
    padding-top: 20px;
    padding-bottom:0;
  }.main-title-section h1 {
    font-size: 1.95em;
    letter-spacing: 5px;
    margin-top: 0px;
    margin-bottom: 10px;
  }.hamburger-wrapper {
    margin: 0;
  }.single-post .main-title-section h1{
    margin-top:0;
 }.row.single-post h1{
    font-size: 2em;
    line-height: 1;
 }.observable-tabs{
   margin-top:18px;
  }.observable-tabs .tabs-content{
    padding-left:0.49em;
    padding-right:0.49em;
   padding-top:3px;
  }.post-list .view-article, 
  .post-list .play-video{
    width: 48% !important;
    font-size: 11px;
    padding: 8px 5px;
    margin: 5px 1%;
  }.observable-tabs .tabs .tab-title {
    width: 130px;
    float: none;
    margin: 38px 0 0 10px;
  }.observable-tabs .tabs {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }.observable-tabs .tabs .tab-title a {
    font-size: 13px;
    white-space: normal;
    background: #ffa502;
    outline:none;
    line-height:1.5;
  }.observable-tabs .tabs .tab-title a:before {
    height: 10px !important;
    width: 21px !important;
    top:-14px !important;
    z-index:1;
    opacity:1;
}.observable-tabs .tabs .tab-title a.instantaneous-acceleration:before {
      -webkit-animation-name: none;
              animation-name: none;
}@-webkit-keyframes positivelift {
    from { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    65%  { -webkit-transform: translate(0, -10px); transform: translate(0, -10px); }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }    
}@keyframes positivelift {
    from { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    65%  { -webkit-transform: translate(0, -10px); transform: translate(0, -10px); }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }    
}@-webkit-keyframes instaacceleration {
    from { -webkit-transform: translate(0px,  -10px); transform: translate(0px,  -10px); }
    10%  { -webkit-transform: translate(100px, -10px); transform: translate(100px, -10px); opacity:0;}
    25%  { -webkit-transform: translate(0, 0px); transform: translate(0, 0px);  }
    to   { -webkit-transform: translate(0, -10px); transform: translate(0, -10px);}    
}@keyframes instaacceleration {
    from { -webkit-transform: translate(0px,  -10px); transform: translate(0px,  -10px); }
    10%  { -webkit-transform: translate(100px, -10px); transform: translate(100px, -10px); opacity:0;}
    25%  { -webkit-transform: translate(0, 0px); transform: translate(0, 0px);  }
    to   { -webkit-transform: translate(0, -10px); transform: translate(0, -10px);}    
}@-webkit-keyframes hypersonic {
    from { -webkit-transform: translate(0,  -12px); transform: translate(0,  -12px); }
    65%  { -webkit-transform: translate(0, -8px); transform: translate(0, -8px); }
    to   { -webkit-transform: translate(0, -12px); transform: translate(0, -12px); }   
}@keyframes hypersonic {
    from { -webkit-transform: translate(0,  -12px); transform: translate(0,  -12px); }
    65%  { -webkit-transform: translate(0, -8px); transform: translate(0, -8px); }
    to   { -webkit-transform: translate(0, -12px); transform: translate(0, -12px); }   
}@keyframes wind {
  0% {
    left: 50%;
    opacity:0.4;
    top:-25px
  }
  100% {
    left: -50%;
    opacity: 0;
    top:-25px;
  }
}@-webkit-keyframes wind {
  0% {
    left: 50%;
   opacity:0.4;
    top:-25px
  }
  100% {
    left: -50%;
    opacity: 0;
    top:-25px;
  }
}@-webkit-keyframes cloaking {
    from { opacity:1; -webkit-transform:translateY(-10px); transform:translateY(-10px)}
    65%  { opacity:0; background: white; -webkit-transform:translateY(-10px); transform:translateY(-10px)}
    to   { opacity:1; -webkit-transform:translateY(-10px); transform:translateY(-10px)}    
}@keyframes cloaking {
    from { opacity:1; -webkit-transform:translateY(-10px); transform:translateY(-10px)}
    65%  { opacity:0; background: white; -webkit-transform:translateY(-10px); transform:translateY(-10px)}
    to   { opacity:1; -webkit-transform:translateY(-10px); transform:translateY(-10px)}    
}@-webkit-keyframes transmedium {
    from { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    65%  { -webkit-transform: translate(0, -10px); transform: translate(0, -10px); }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }    
}@keyframes transmedium {
    from { -webkit-transform: translate(0,  0px); transform: translate(0,  0px); }
    65%  { -webkit-transform: translate(0, -10px); transform: translate(0, -10px); }
    to   { -webkit-transform: translate(0, 0px); transform: translate(0, 0px); }    
}.single-post iframe{
    height: 190px !important;
}

}

.wpcf7-response-output{ color:#fff}