body {
  margin: 0;

  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #8296a5;

  text-align: left;

  background-color: #000;
}

*,
::before,
::after {
  box-sizing: border-box;
}

a {
  color: #fff;

  text-decoration: none;

  background-color: transparent;
}

a:hover {
  color: #007bff;
  text-decoration:none;
  
}

/* 
Grid
*/

.grid-layout,
.grid-layout-feature {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, 144px);
  grid-template-rows: repeat(auto-fit, 144px);
  grid-auto-flow: dense;
  justify-content: center;
}

.grid-item,
.grid-item-feature {
  border-radius: 5px;
    box-shadow: -1px -1px 5px 0 #ffd84480, 0 5px 6px 0 rgb(0 0 0 / 22%);
  box-sizing: border-box;
}

.span-2 {
  grid-column-end: span 2;

  grid-row-end: span 2;
}

.span-3 {
  grid-column-end: span 3;

  grid-row-end: span 3;
}

/*End Grid*/

.site-content {
  background: linear-gradient(to bottom, #db7411, #f5b445);
}
.page-text{ 
	min-height:100vh
}
.site-container {
  max-width: 1440px;
  min-height: calc(100vh - 32px);
}

.top-nav {
  font-weight: bold;

  /* background-color: #184170; */
background: linear-gradient(to bottom, #ff7d37, #fcdb57);
  padding: 0;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.fixed-top {
  position: fixed;

  top: 0;

  right: 0;

  left: 0;

  z-index: 1030;
}

.navbar-expand-lg {
  flex-flow: row nowrap;

  justify-content: flex-start;
}

.navbar {
  position: relative;

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  padding: 0;
}

.navbar-brand {
  display: inline-block;

  padding-top: 0.3125rem;

  padding-bottom: 0.3125rem;

  margin-right: 1rem;

  font-size: 1.25rem;

  line-height: inherit;

  white-space: nowrap;
}

a.nav-link {
  color: #d1dbe3 ;
}
.navbar-dark .navbar-nav .nav-link{
	color:#fff;
}
li.nav-item:hover,li.nav-item.current_link {
  background-color: #0c404d;

  border-radius: 10px;
}

li.nav-item:hover a{
	color:#fff !important;
}
.transition-positon:hover{
	    transition-duration: 0.3s;
	transform: scale(1.01) translate(0px, -4px);
}

.loading {
  background: url(../images/comments/icon_loader.gif) 0 0/100% auto no-repeat;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: none;
  clear: both;
  z-index: 1000;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.load-page {
  background: #ccc;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  opacity: 0.65;
  display: none;
}

.text-white {
  color: #fff !important;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.copyright {
  background-color: #120e31;
}

.text-center {
  text-align: center !important;
}

.footer {
  padding-top: 1.2rem;

  padding-bottom: 1.2rem;

  background-color: #164e63;
}

img.small-thumb {
  border-radius: 10px;
  height: 150px;
  width: 150px;
}
img.xsmall-thumb {
  max-height: 100%;
  max-width: 100%;
  border-radius: 10px; 
  object-fit: cover;
  object-position: center;
}
img.big-thumb {
  border-radius: 10px;
}
img.icons {
  width: 30px;
  height: 30px;
}
a:hover .list-game {
  z-index: 10;
}
.list-tile a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  transition: background ease 0.3s, border linear 0.3s;
  box-sizing: border-box;
}
.list-thumbnail {
  position: relative;
}
.list-tile a:hover .game-title {
  opacity: 1;
}
.list-content {
  padding: 0px;
}

.list-game {
  border-radius: 5px;
}

.grid-layout .list-title {
  overflow: hidden;

  margin: 0.35714em;

  color: #fff;

  text-overflow: ellipsis;

  white-space: nowrap;

  text-align: center;

  position: relative;

  bottom: 65px;

  margin-bottom: -53px;

  opacity: 0;

  font-weight: bold;
}

.grid-layout .list-game:hover > .list-title {
  opacity: 1;

  transition: all 0.5s ease;
}
/*
.list-thumbnail:hover {

    opacity: 0.5;

    transition: all 0.5s ease;

}*/
.grid-item a:hover .list-game,
.grid-item-feature a:hover .list-game {
  z-index: 10;
  transform: scale(1.2);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 50px #000;
}
.grid-item a:hover .game-title,
.grid-item-feature a:hover .game-title {
  opacity: 1;
}
.game-title {
  overflow: hidden;
  margin: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  opacity: 0;
  font-weight: 700;
  position: absolute;
  width: 100%;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 70%) 0,
    rgba(255, 255, 255, 0) 85%
  );
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 25px 10px 12px;
  box-sizing: border-box;
  text-transform: capitalize;
  font-size: 14px;
}
.grid-item a,
.grid-item-feature a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  transition: background ease 0.3s, border linear 0.3s;
  box-sizing: border-box;
}
.list-game {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.grid-item img,
.grid-item-feature img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.span-2 img {
  width: 310px;
  height: 310px;
}

.grid-wrapper {
  margin-bottom: 30px;
}

.game-container {
	min-height:100vh;
}

.list-category {
  position: absolute;

  bottom: 5px;
}

h1.single-title {
  font-size: 1.75rem;
}

.single-title { 
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.single-info-container {  
	margin-bottom: 20px;
    background: linear-gradient(to top, #00a9dd, #0280a8);
    padding: 3px; 
}
.single-description .avartar img{
	width:100px;
	height:100px;
	object-fit:cover;
}
.game-list{
	/* background: linear-gradient(to top, #141b18, #0c404d 20%); */
    padding: 12px;
    margin-bottom: 24px;
}
.single-icon {
  background-color: #29254f;

  margin-right: 10px;

  padding: 8px 16px;

  border-radius: 15px;

  display: inline-block;

  margin-bottom: 10px;
}

.social-share.button {
  display:flex;
  justify-content:flex-end;
  align-items:center;
  margin-left:auto; 
}
.social-share li{
	margin-left:12px;
}

.social-icon {
  width: 38px;

  height: 38px;
}

.sidebar {
  display: block;
}
.widget .main-comnent {
  min-height: 360px;
  max-height: 350px;
  margin-top: 16px;
  margin-bottom: 16px;
  overflow-y: auto;
}
.widget .main-comnent::-webkit-scrollbar {
  width: 6px;
  border-radius: 30px;
}
.widget .main-comnent::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
  background-color: rgba(75, 128, 201, 1);
  opacity: 0.9;
}

.sidebar .list-tile {
  padding-left: 3px;

  padding-right: 3px;
}

.sidebar .list-game {
  margin-bottom: 8px;
}

.page-title {
  font-weight: bold;

  margin-top: 20px;
}

h1.singlepage-title {
  font-size: 1.75rem;
}

.singlepage-title {
  padding-bottom: 10px;

  font-weight: bold;
}

.page-content,
.game-content {
  margin-bottom: 30px;
}

.site-logo {
  padding: 5px;
  height: auto;
  width: 200px;
  object-fit: cover;
}

.nav-categories {
  /* background-color: #111827; */

  white-space: nowrap;
}

h3.item-title {
  font-weight: bold;

  font-size: 1.3rem;

  margin: 20px 0;

  display: inline-block;

  background-color: #164e63;

  color: #fff;

  padding: 10px 20px;

  border-radius: 10px;
}

.item-title i,
.single-icon i,
h4 i {
  margin-right: 9px;
}

ul.list-categories {
  list-style-type: none;

  margin: 0;

  padding: 0;

  overflow: hidden;
}
ul.list-categories li:before{
	 content: '';
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 0;
    background: linear-gradient(to top, #141b18, #0c404d 50%);
    transform: skew(-20deg);
	-webkit-transform:skew(-20deg);
	-moz-transform:skew(-20deg);
	margin:0 8px;
}
ul.list-categories li{
	    margin: 6px 0;  
	/* clip-path: polygon(13% 0, 100% 0%, 88% 100%, 0% 100%); */
	position:relative;
    padding:8px 18px; 
}
ul.list-categories li a{
	position:relative;
	z-index:1;
}
ul.list-categories li:hover a{
	color:#fff; 
}
ul.list-categories li:hover:before{
	 background: #022a7d;
}
.list-categories li {
  float: left;

  display: block;

  text-align: center;

  padding: 8px 16px;

  text-decoration: none;
}

 

nav.greedy {
  position: relative;

  display: flex;

  align-items: center;
}

button:focus {
  border: unset;
}

nav.greedy button {
  padding: 6px 16px;

  text-decoration: none;

  border: 2px solid #022a7d;

  background-color: #f5a43d;

  color: #fff;
}

nav.greedy button.hidden {
  transition: none;

  border-right: 0.5rem solid #b6b6b6;

  width: 0;

  padding: 0;

  overflow: hidden;

  display: none;
}

nav.greedy button::after {
  content: attr(count);

  display: inline-flex;

  width: 30px;

  height: 30px;

  align-items: center;

  justify-content: center;

  background: #fc0;

  color: #111827;

  border-radius: 50%;

  font-size: 14px;

  line-height: 14px;

  margin-left: 1rem;

  margin-right: calc(-1rem + -8px);
}

ul.links {
  display: flex;

  flex: 1;

  overflow: hidden;
}

ul.links li {
  flex: none;
      /* background: linear-gradient(to top, #141b18, #0c404d 50%); */
	  /* clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%); */
}

ul.hidden-links {
  position: absolute;

  background: #111827;

  right: 0;

  top: 100%;

  z-index: 1;

  text-align: left;

  list-style: none; 

  background-clip: padding-box;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 0.25rem;

  padding-left: 0;

  box-shadow: 0 4px 12px 0 rgba(43, 43, 43, 0.1);
}

ul.hidden-links li {
  padding-right: 2rem;
} 
.list-categories li a:hover{ 
    color: #111827;
}
.current-menu-item:before{
	background: #007bff !important;
   
}
.current-menu-item a{
	 color: #fff;
}
ul.hidden-links a {
  color: #fff;
}
ul.hidden-links img{
  width:30px;
  height:30px;
  object-fit:cover;
}
ul.hidden-links a:hover {
  color: #ffffff;
}

ul.hidden-links.hidden {
  display: none;
}

ul.hidden-links li {
  padding: 1rem;

  min-width: 220px;
}

ul.hidden-links li:hover {
  background: linear-gradient(to top, #00a5d9, #00bdf8);
  color: #fff;
}

ul.cat-list {
  margin-top: 12px; 
  list-style:none;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  margin-bottom:12px;
	margin-block-start : 0;
	margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
	flex-flow : row wrap;
}
ul.cat-list li{
	margin:12px 0;
}
.single-description .cat-link {
  padding: 8px 16px;

  background-color: #007bff;

  margin-right: 10px;

  border-radius: 15px;
  color:#ffffff;
}

h4.widget-title {
  font-weight: bold;

  height: auto;
  padding-bottom: 10px;

  font-size: 26px;

  border-bottom: 1px solid #000;

  margin-bottom: 20px;

  font-size: 1.3rem;

  color: #000;
}

.single-description{
	background:linear-gradient(to bottom, #11221b, #0c404d 65%);
	padding:12px; 
	color:#fff; 
}
.single-description .avartar{
	float:left;
	margin-right:12px;
}
.single-description h2,.single-description h3,.single-description a{
	color:#00BAF4;
} 
.single-description p{
	font-size:17px;
	line-height:1.7;
	
}
.sidebar .row {
  margin-right: 0;

  margin-left: 0;
}

.sidebar .widget {
  /* padding-top: 18px; */
}

.bottom-container {
  margin: 30px 0;
}

.banner-ads {
  text-align: center;
}

img {
  max-width: 100%;
}

.content-wrapper {
  margin-top: 10px;
}

.pagination-wrapper {
  margin-bottom: 30px;
}

.page-link {
  color: #fff;

  background-color: #164e63;

  border: 1px solid #656097;
}

.page-link:hover {
  color: #fff;

  background-color: #007bff;

  border-color: #656097;
}

.page-item.disabled .page-link {
  color: #fff;

  background-color:#007bff !important;

  border-color: #8985aa;
}

.game-iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* height: 645px; */
  border:2px solid #111827;
  margin-bottom: -8px;
}
.form-control.error{
	border:2px solid #FF7B00 !important;
}

.game-iframe {
    
  width: 100%; 
  background-color: #000;
}

.nav-item {
  margin: 0 5px;
}

.search-bar {
  margin-left: 10px;
}

@media (max-width: 992px) {
  #navb {
    margin: 15px 0;
  }

  .nav-item {
    margin: 0 10px;
  }

  li.nav-item:hover {
    background-color: #007bff;

    border-radius: 0px;

    padding-left: 10px;
  }
}

@media (max-width: 1440px) {
  .site-container {
    padding: 0;
  }
}

input.search {
  background-color:#fff;

  border-color:#164e63;
}
input.search::placeholder{
	color:#164e63;
}
.form-control.search:focus{
	background-color:#fff;
	color:#164e63;
	border-color: transparent;
}

.btn-search {
  background:linear-gradient(to top, #00a5d9, #00bdf8);
  color:#fff;
  
}
.btn-search:hover{
	color:#fff;
}

.stats-vote {
	margin: 4px 0 8px 0
}

.stats-vote i {
  font-size: 30px;

  padding: 6px;
}

.stats-vote i:hover {
  color: #1abc9c;

  cursor: pointer;
}

.header-left {
	margin-left:12px;
	margin-bottom:42px;
}

.header-right {
  display: inline-block;

  float: right;

  margin-left: 30px;
}

.vote-status {
  font-size: 18px;

  font-weight: bold;
}

/* Post list */

.post-item {
  margin-bottom: 3rem !important;
}

.post-media {
  display: flex;

  align-items: flex-start;
}

.post-thumb {
  display: flex;

  margin-right: 1rem;
}

.post-thumb img {
  max-width: none;
}

.post-title {
  margin-bottom: 0.25rem;

  font-weight: bold;

  font-size: 1.5rem;
}

.post-meta .date {
  color: #8f8f8f;

  font-size: 0.8125rem;
}

.post-meta {
  color: #8f8f8f;
}

.blog-list {
  margin-top: 30px;
}

@media (max-width: 576px) {
  .blog-list .post-thumb {
    display: none;
  }
}

.copyrightGame {
  background-color: #060513;
}
li.li3 {
  list-style-type: none;
  float: left;
  margin-top: 7px;
  margin-left: 5px;
}
.wide-ad {
  height: 350px;
  margin-bottom: 20px;
}
.top-nav {
  background-image: url(../images/header-bg.png?v=1.1.1);
}
element.style {
  padding-top: 78.125%;
}
/* .game-iframe-container { */
  /* top: 20px; */
/* } */
div#nav_bar1 {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: relative;
  background: #111827;
  box-sizing: content-box;
  user-select: none;
}
.navbar1 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
}
.navbar1 ul li img {
  width: 36px;
}
.navbar1 ul li {
  list-style-type: none;
}
.navbar1 li a i{
	font-size:24px;
}
.navbar1 ul .li1 {
  float: left;
  list-style-type: none;
}
.navbar1 ul .li2 {
  float: right;
  list-style-type: none;
  height: 30px;
  width: 30px;
  justify-content: flex-end;
  margin-top: 4px;
  margin-right: 12px;
}
.navbar1 ul .li2 i#downvote {
  margin-top: -5px;
}
.navbar1 ul .li2 i#upvote {
  margin-top: -5px;
}
.navbar1 ul li a {
  color: #fff;
}
#button1 { 
  background-color: #007bff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button1::after {
  content: "\f077";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em; 
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  color: #fff;
}
#button1:hover {
  cursor: pointer; 
  color: #111827;
}
#button1:active { 
}
#button1.show {
  opacity: 1;
  visibility: visible;
}
.login-logo.text-center img {
  height: 79px;
  width: 93px;
}
.login-body {
  background-color: #120e31;
}
.site-logo:hover {
  transform: scale(1.1);
  transition: all ease 500ms;
}
.ads-top-txt {
  text-align: center;
  margin: 0;
  height: 30px;
}
.ads-top-txt span {
  font-size: 14px;
  color: #fff;
}
@media screen and (min-width: 1281px) {
  .ads-class {
    height: 120px;
  }
  .ads-class-home {
    height: 120px;
  }
  .ads-kare {
    height: 280px;
    margin-bottom: 20px;
  }
  .navbar {
    height: 120px;
  }
  .long-ads {
    min-height: 700px;
  }
  .buttom-ads {
    min-height: 200px;
  }
  .bottom-container {
    height: 270px;
  }
  .nav-categories {
    /* height: 46px; */
	background: repeating-linear-gradient(-45deg,#a0e372,#a0e372 6px,#e9ffad 0,#e9ffad 12px);
    border-bottom: 5px solid #245418;
  }
  .action-btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .ads-class-home {
    height: 270px;
  }
  .ads-class {
    height: 270px;
  }
  .ads-kare {
    height: 270px;
  }
  li.li3 {
    visibility: hidden;
    display: none;
  }
}
img[alt~="rating"] {
  height: 16px;
  width: 105px;
}
.footer-2 {
  font-size: small;
}
.fa-facebook {
  background: #3b5998;
  color: #fff;
  padding: 20px;
}
.fa-twitter {
  background: #55acee;
  color: #fff;
  padding: 20px;
}
.more_game {
  text-align: center;
}
#load-more {
  background-color: #211e3f;
  color: #73a4c9;
}
#load-more:hover {
  background-color: #90c0e5;
  color: #fff;
}
ul.links li img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}
h3.h3game {
  font-size: 1.2rem;
  color: #fff;
}
#comment_button {
  background-color: #211e3f;
  color: #73a4c9;
}
#comment_button:hover {
  background-color: #90c0e5;
  color: #fff;
}
body.login-body {
  background-color: #120e31;
}

.title-top{
	display:flex;
	justify-content:center;
	align-items:center; 
	margin-bottom:12px;
}
.link-games:hover{
	text-decoration:none;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.nav-footer-items{
	list-style: none;
	display:flex;
	justify-content: center;
	align-items:center;
	margin-right:-12px;
	margin-right:px;
	padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.nav-footer-item{
	margin-right:12px;
}
.nav-footer-item a:hover{
	text-decoration:none;
}

.vote-block-info {
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  margin-bottom: 18px;
}
.vote-block-info ol.rating {
  position: relative;
  padding: 0 !important;
  margin: 3px 0 0 0 !important;
}
.vote-block-info .rating {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  height: 14px;
  float: left;
  vertical-align: middle;
  background: none !important;
}
.vote-block-info ol.rating li {
  cursor: default;
  z-index: 2;
  position: relative;
}
.vote-block-info .rating li {
  display: block;
  width: 15px;
  height: 14px;
  float: right;
  text-indent: -9999px;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.vote-block-info.disabled .rating li.current {
  display: block;
  z-index: 10;
}
.vote-block-info ol.rating li.current {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 1;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-image: url(../images/rating-info.png);
}
.vote-block-info ol.show-current li.current span {
  display: block;
  height: 14px;
  width: 0;
  background: inherit;
  background-position: 0 -28px;
}
.sidebar .box-comment{
	background:linear-gradient(to top, #141b18, #0c404d 20%);
	color:#fff;
	border-radius: unset;
}
textarea,input ::placeholder{
	color:#fff;
}
.more-game{
	margin: 12px auto;
    background: #007bff;
    box-shadow: 0 5px 6px 0 rgb(0 0 0 / 22%);
    padding: 8px 16px;
    max-width: 300px;
    width: 100%;
    border-radius: 8px;
    text-align: center;
    display: block;
	transition-duration: .3s;
}
.more-game:hover{
	transform:scale(1.1);
	color:#fff;
}
.sidebar .form-default .form-control{
	background:#6b7280;
	color:#fff;
}
.sidebar .form-default input.form-control::placeholder ,.sidebar .form-default textarea.form-control::placeholder{
	color:#fff;
}
.sidebar .confir_res .text{
	color:#fff;
}
.sidebar .confir_res .checkmark{
	background: #ffffff;
}
.sidebar .confir_res .checkmark:after{ 
	border: solid #111827;
	border-width: 0 2px 2px 0;
}.sidebar span.disabled{ 
	background:#111827 !important;
}
.sidebar .box-comment .header-comment .sort .list{
	background:#111827;
}
/* End all.css */
.animated.delay-4s{
	    animation-delay: 4s; 
} 
.animated {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-duration: 1s;
    animation-fill-mode: both;
	
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
} 
.page-title-section h1,.page-title-section,.title-nav{
	color:#fff;
}