

.all-games h2 , .recent-winners h2{margin-top:10px;}

.all-games ul.animation-ul ,.recent-winners ul.animation-ul{
  position:absolute;
  top:0%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  padding:0;
  display:flex;
}
.all-games ul.animation-ul
{
    top:15%!important;   /*7%*/
}
.all-games ul.animation-ul li , .recent-winners ul.animation-ul li{
  list-style:none;
  font-family:arial;
  font-size:52px;
  letter-spacing:normal;
  text-shadow:none;
  font-weight: 700;
  animation:animate 1s infinite linear;
}
all-games ul.animation-ul li.k
{
        padding-right: 10px;
}
all-games ul.animation-ul li.t
{
        padding-right: 10px;
}
@keyframes animate{
  0%{
    color:#fff;
    text-shadow:none;
  }
  18%{
    color:#fff;
    text-shadow:none;
  }
  20%{
    color:#fff900;
    text-shadow:0 0 7px #fff900,0 0 20px #ff6c00;
  }
  30%{
    color:#fff;
    text-shadow:none;
  }
  35%{
    color:#fff900;
    text-shadow:0 0 7px #fff900,0 0 20px #ff6c00;
  }
  70%{
    color:#fff;
    text-shadow:none;
  }
  85%{
    color:#fff900;
    text-shadow:0 0 7px #fff900,0 0 20px #ff6c00;
  }
  90%{
    color:#fff;
    text-shadow:none;
  }
  100%{
    color:#fff;
    text-shadow:none;
  }
}
.all-games ul.animation-ul li:nth-child(1) , .recent-winners ul.animation-ul li:nth-child(1){
  animation-delay:.2s;
}
.all-games ul.animation-ul li:nth-child(2) , .recent-winners ul.animation-ul li:nth-child(2){
  animation-delay:.4s;
}
.all-games ul.animation-ul li:nth-child(3) , .recent-winners ul.animation-ul li:nth-child(3){
  animation-delay:.6s;
}
.all-games ul.animation-ul li:nth-child(4) , .recent-winners ul.animation-ul li:nth-child(4){
  animation-delay:.8s;
}
.all-games ul.animation-ul li:nth-child(5) , .recent-winners ul.animation-ul li:nth-child(5){
  animation-delay:1s;
      padding-right: 0px;
}
.all-games ul.animation-ul li:nth-child(6) , .recent-winners ul.animation-ul li:nth-child(6){
  animation-delay:1.2s;
}
.all-games ul.animation-ul li:nth-child(7) , .recent-winners ul.animation-ul li:nth-child(7){
  animation-delay:1.4s;
}
.all-games ul.animation-ul li:nth-child(8) , .recent-winners ul.animation-ul li:nth-child(8){
  padding-right: 0px;
}
.all-games ul.animation-ul li.d{padding-right:10px;}

.recent-winners svg , .faq-section svg , .footer svg
{
    display: block;
    font: 30px 'Montserrat';
    width: auto;
    height: auto;
    margin: 0 auto;
}
.footer svg.about
{
    display: block;
    font: 90px 'Montserrat';
    width: auto;
    height: auto;
    margin: 0 auto 0px -130px;
}
.footer svg.account
{
    display: block;
    font: 90px 'Montserrat';
    width: auto;
    height: auto;
    margin: 0 auto 0px -60px;
}
.footer svg.help
{
    display: block;
    font: 90px 'Montserrat';
    width: auto;
    height: auto;
    margin: 0 auto 0px -60px;
}
.footer svg
{
    display: block;
    font: 90px 'Montserrat';
    width: auto;
    height: auto;
    margin: 0 auto 0px -75px;
}
.footer .footer-heading .text-copy
{
    stroke-width: 3.5px!important;
}

.recent-winners .text-copy , .faq-section .text-copy , .footer .text-copy
{
        stroke-width: 1px;
}
.recent-winners ul.animation-ul
{
        top: 30%!important;
}
.recent-winners p
{
        padding-top: 10%;
}
.recent-winners ul.animation-ul li.t{padding-right: 15px;}
/*faq*/

.faq-section h2{margin-top:10px;}
.faq-section p{margin-top:12%;}
.faq-section .card-body p{margin-top:0%!important;}
.faq-section ul.animation-ul{
  position:absolute;
  top:45%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  padding:0;
  display:flex;
  padding-bottom: 30px;
}
.faq-section ul.animation-ul li{
  list-style:none;
  font-family:arial;
  font-size:52px;
  letter-spacing:normal;
  font-weight:700;
  text-shadow:none;
  animation:animate 1s infinite linear;
}
.faq-section ul.animation-ul li.a
{
        padding-right: 10px;
}
.faq-section ul.animation-ul li.y
{
        padding-right: 10px;
}
@keyframes animate{
  0%{
    color:#fff;
    text-shadow:none;
  }
  18%{
    color:#fff;
    text-shadow:none;
  }
  20%{
    color:#fff900;
    text-shadow:0 0 7px #fff900,0 0 20px #ff6c00;
  }
  30%{
    color:#fff;
    text-shadow:none;
  }
  35%{
    color:#fff900;
    text-shadow:0 0 7px #fff900,0 0 20px #ff6c00;
  }
  70%{
    color:#fff;
    text-shadow:none;
  }
  85%{
    color:#fff900;
    text-shadow:0 0 7px #fff900,0 0 20px #ff6c00;
  }
  90%{
    color:#fff;
    text-shadow:none;
  }
  100%{
    color:#fff;
    text-shadow:none;
  }
}
.faq-section ul.animation-ul li.e , .faq-section ul.animation-ul li.t
{
        padding-right: 15px;
}
.faq-section ul.animation-ul li:nth-child(1) {
  animation-delay:.2s;
}
.faq-section ul.animation-ul li:nth-child(2) {
  animation-delay:.4s;
}
.faq-section ul.animation-ul li:nth-child(3) {
  animation-delay:.6s;
}
.faq-section ul.animation-ul li:nth-child(4) {
  animation-delay:.8s;
}
.faq-section ul.animation-ul li:nth-child(5) {
  animation-delay:1s
}
.faq-section ul.animation-ul li:nth-child(6) {
  animation-delay:1.2s;
}
.faq-section ul.animation-ul li:nth-child(7) {
  animation-delay:1.4s;
}

/*footer*/

.footer ul.animation-ul{
  position:absolute;
  top:225%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  padding:0;
  display:flex;
  padding-bottom: 30px;
}
.footer ul.animation-ul li{
  list-style:none;
  font-family:arial;
  font-size:52px;
  letter-spacing:normal;
  font-weight:700;
  text-shadow:none;
  animation:animate 1s infinite linear;
}
.footer ul.animation-ul li.a
{
        padding-right: 10px;
}
.footer ul.animation-ul li.y
{
        padding-right: 10px;
}
@keyframes animate{
  0%{
    color:#fff;
    text-shadow:none;
  }
  18%{
    color:#fff;
    text-shadow:none;
  }
  20%{
    color:#fff900;
    text-shadow:0 0 7px #fff900,0 0 20px #ff6c00;
  }
  30%{
    color:#fff;
    text-shadow:none;
  }
  35%{
    color:#fff900;
    text-shadow:0 0 7px #fff900,0 0 20px #ff6c00;
  }
  70%{
    color:#fff;
    text-shadow:none;
  }
  85%{
    color:#fff900;
    text-shadow:0 0 7px #fff900,0 0 20px #ff6c00;
  }
  90%{
    color:#fff;
    text-shadow:none;
  }
  100%{
    color:#fff;
    text-shadow:none;
  }
}
.footer ul.animation-ul li.o
{
        padding-right: 15px;
}
.footer ul.animation-ul li.e , .footer ul.animation-ul li.b
{
        padding-left: 15px;
}
.footer ul.animation-ul li:nth-child(1) {
  animation-delay:.2s;
}
.footer ul.animation-ul li:nth-child(2) {
  animation-delay:.4s;
}
.footer ul.animation-ul li:nth-child(3) {
  animation-delay:.6s;
}
.footer ul.animation-ul li:nth-child(4) {
  animation-delay:.8s;
}
.footer ul.animation-ul li:nth-child(5) {
  animation-delay:1s
}
.footer ul.animation-ul li:nth-child(6) {
  animation-delay:1.2s;
}
.footer ul.animation-ul li:nth-child(7) {
  animation-delay:1.4s;
}

/*footer*/
/*faq*/
svg {
    display: block;
    font: 70px 'Montserrat';
    width: auto;
    height: auto;
    margin: 0 auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 10%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.text-copy:nth-child(1){
	stroke: #fff; /*#4D163D*/
	animation-delay: -1;
}

.text-copy:nth-child(2){
	stroke: #840037;
	animation-delay: -2s;
}

.text-copy:nth-child(3){
	stroke: #fff; /*#BD0034*/
	animation-delay: -3s;
}

.text-copy:nth-child(4){
	stroke: #fff; /*#BD0034*/
	animation-delay: -4s;
}

.text-copy:nth-child(5){
	stroke: #FDB731;
	animation-delay: -5s;
}

@keyframes stroke-offset{
	100% {stroke-dashoffset: -35%;}
}

.all-games svg {
    display: block;
    font: 30px 'Montserrat';
    width: auto;
    height: auto;
    margin: 0 auto;
}

.all-games .text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 10%;
    stroke-width: 1px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

.all-games .text-copy:nth-child(1){
	stroke: #fff; /*#4D163D*/
	animation-delay: -1;
}

.all-games .text-copy:nth-child(2){
	stroke: #840037;
	animation-delay: -2s;
}

.all-games .text-copy:nth-child(3){
	stroke: #fff; /*#BD0034*/
	animation-delay: -3s;
}

.all-games .text-copy:nth-child(4){
	stroke: #fff; /*#BD0034*/
	animation-delay: -4s;
}

.all-games .text-copy:nth-child(5){
	stroke: #FDB731;
	animation-delay: -5s;
}

@keyframes stroke-offset{
	100% {stroke-dashoffset: -35%;}
}

@media only screen and (min-width: 600px) {
  .navbar-brand img {
    width: 30%;
    display: inline;
  }
  .hero-area {
    position: relative;
    padding: 210px 0px 250px !important;
    position: relative;
    background: #070b28;
    overflow: hidden;
  }
  .hero-area .left-content .content .title {
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 13px;
    letter-spacing: -1px;
  }
  .hero-area .left-content .content .text {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 40px;
  }
  .recent-winners {
    background: #070b28;
    padding: 112px 0px 45px;
  }
  .play-games
    .gaming-activities
    .gaming-activities-inner
    .single-activities
    .top-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 9px;
    padding-bottom: 10px;
  }
  .play-games .all-games {
    padding: 60px 0px 120px;
  }
  .section-heading .title {
    font-size: 52px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
  }
}

.txtshadow {
  --interval: 1s;
  display: block;
  text-shadow: 0 0 10px #25c5f4, 0 0 20px #3cb3d6, 0 0 40px #67cbe8,
    0 0 80px #82d5ec;
  will-change: filter, color;
  filter: saturate(60%);
  animation: flicker steps(100) 1s 1s infinite;
  color: #17b9e6;
}

@keyframes flicker {
  50% {
    color: white;
    filter: saturate(200%) hue-rotate(20deg);
  }
}

 .single-activities, .single-winer {
    box-shadow: 0 0 2px #58d6fb, 0 0 5px #59d6fb, 0 0 5px #252f5a, 0 0 5px #c7d7dc, 0 0 10px #00a7f3, 0 0 9px #f1e4e8;
    -webkit-animation: blink 2s infinite alternate ease-in-out;
     transition: all 0.4s ease-in;
     cursor:pointer;
  
  
}

 .single-activities:hover {
   
    /*-webkit-transform: translateY(-10px);*/
    /*-ms-transform: translateY(-10px);*/
    transform: translateY(-10px);
    background-color:blue;
  
}

@-webkit-keyframes blink {
  100% {
    box-shadow: 0 0 3px #58d6fb, 0 0 5px #fb3b78, 0 0 5px #f1e4e8,
      0 0 5px #58d6fb, 0 0 10px #58d6fb, 0 0 20px #252f5a;
  }
}
@-webkit-keyframes blinktxt {
  100% {
    text-shadow: 0 0 1px #fff, 0 0 5px #fff, 0 0 2px #fff, 0 0 2px #252f5a,
      0 0 2px #252f5a, 0 0 2px violet;
  }
}

.shadow-box {
  margin-bottom: 40px;
}

.link-game a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: ;
}

.play-games .gaming-activities .gaming-activities-inner .single-activities {
  padding: 15px 15px;
  border-radius: 8px;
}

.play-games .gaming-activities .gaming-activities-inner .single-activities img {
  margin: auto;
  max-width: 55%;
}

.hero-area {
  background-image: url("../../mabo-zi-yaqo-mon/poker-articulosdepoker-briefcase-poker-cards-poker.jpg");
  background-size: cover;
  background-repeat: no-repeat;
   background-blend-mode: normal!important;
  position: relative;
}
.ag-girl {
  height: 44em;
  width: 21.0625em;
  background-image: none; /*url("../../mabo-zi-yaqo-mon/girl.png")*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  position: absolute;
  right: 125px;
  bottom: -15px;
}
.ag-girl_ball {
  height: 6.875em;
  width: 5.6875em;
  background-image: none; /*url("../../mabo-zi-yaqo-mon/sprite-ball-back.png")*/
  background-repeat: no-repeat;
  background-size: 100% 1100%;

  cursor: pointer;

  position: absolute;

  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.ag-girl_ball__left {
  top: 20.8125em;
  left: 0;
  display:none;
}
.ag-girl_ball__right {
  top: 21.25em;
  right: 0;
  display:none;
}
.ag-girl_ball:before,
.ag-girl_ball:after {
  content: "";
  background-repeat: no-repeat;

  position: absolute;

  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.ag-girl_ball:before {
  height: 1.875em;
  width: 1em;
  background-image: url("../../mabo-zi-yaqo-mon/coin.png");
  background-size: 100% 100%;

  visibility: hidden;

  opacity: 0;

  top: 2.25em;
  left: 2.25em;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);

  will-change: opacity, visibility, box-shadow;
}
.ag-girl_ball:after {
  height: 100%;
  width: 100%;
  background-image: url("../../mabo-zi-yaqo-mon/sprite-ball-front.png");
  background-size: 100% 1100%;

  top: 0;
  left: 0;
}
.js-ag-girl_ball__open {
  -webkit-animation: an-open-ball 0.5s steps(10) forwards;
  -moz-animation: an-open-ball 0.5s steps(10) forwards;
  -o-animation: an-open-ball 0.5s steps(10) forwards;
  animation: an-open-ball 0.5s steps(10) forwards;
}
.js-ag-girl_ball__open:after {
  -webkit-animation: an-open-ball 0.5s steps(10) forwards;
  -moz-animation: an-open-ball 0.5s steps(10) forwards;
  -o-animation: an-open-ball 0.5s steps(10) forwards;
  animation: an-open-ball 0.5s steps(10) forwards;
}
.ag-girl_ball__winner:before {
  visibility: visible;

  opacity: 1;

  -webkit-animation: an-coin-flash 1s, an-coin-shine 1s 1s infinite;
  -moz-animation: an-coin-flash 1s, an-coin-shine 1s 1s infinite;
  -o-animation: an-coin-flash 1s, an-coin-shine 1s 1s infinite;
  animation: an-coin-flash 1s, an-coin-shine 1s 1s infinite;
}
.ag-girl_hand {
  height: 4.125em;
  width: 5.25em;
  background-image: none; /*url("../../mabo-zi-yaqo-mon/hands.png")*/
  background-repeat: no-repeat;
  background-size: 200% 100%;

  position: absolute;

  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.ag-girl_hand__left {
  background-position: 0 0;

  top: 25.25em;
  left: 0;
}
.ag-girl_hand__right {
  background-position: 100% 0;

  top: 25.625em;
  right: 0.125em;
}

@-webkit-keyframes an-open-ball {
  100% {
    background-position: 0 100%;
  }
}
@-moz-keyframes an-open-ball {
  100% {
    background-position: 0 100%;
  }
}
@-o-keyframes an-open-ball {
  100% {
    background-position: 0 100%;
  }
}
@keyframes an-open-ball {
  100% {
    background-position: 0 100%;
  }
}

@-webkit-keyframes an-coin-flash {
  50% {
    -webkit-box-shadow: inset 0 0 0.625em 0.3125em #fff,
      0 0 1.25em 0.9375em #fff;
    box-shadow: inset 0 0 0.625em 0.3125em #fff, 0 0 1.25em 0.9375em #fff;
  }
}
@-moz-keyframes an-coin-flash {
  50% {
    -moz-box-shadow: inset 0 0 0.625em 0.3125em #fff, 0 0 1.25em 0.9375em #fff;
    box-shadow: inset 0 0 0.625em 0.3125em #fff, 0 0 1.25em 0.9375em #fff;
  }
}
@-o-keyframes an-coin-flash {
  50% {
    -o-box-shadow: inset 0 0 0.625em 0.3125em #fff, 0 0 1.25em 0.9375em #fff;
    box-shadow: inset 0 0 0.625em 0.3125em #fff, 0 0 1.25em 0.9375em #fff;
  }
}
@keyframes an-coin-flash {
  50% {
    -webkit-box-shadow: inset 0 0 0.625em 0.3125em #fff,
      0 0 1.25em 0.9375em #fff;
    -moz-box-shadow: inset 0 0 0.625em 0.3125em #fff, 0 0 1.25em 0.9375em #fff;
    -o-box-shadow: inset 0 0 0.625em 0.3125em #fff, 0 0 1.25em 0.9375em #fff;
    box-shadow: inset 0 0 0.625em 0.3125em #fff, 0 0 1.25em 0.9375em #fff;
  }
}

@-webkit-keyframes an-coin-shine {
  0% {
    -webkit-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
  }
  50% {
    -webkit-box-shadow: inset 0 0 0.5625em 0.25em rgba(255, 255, 255, 0.8),
      0 0 1.125em 0.625em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.5625em 0.25em rgba(255, 255, 255, 0.8),
      0 0 1.125em 0.625em rgba(255, 255, 255, 0.8);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
  }
}
@-moz-keyframes an-coin-shine {
  0% {
    -moz-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
  }
  50% {
    -moz-box-shadow: inset 0 0 0.5625em 0.25em rgba(255, 255, 255, 0.8),
      0 0 1.125em 0.625em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.5625em 0.25em rgba(255, 255, 255, 0.8),
      0 0 1.125em 0.625em rgba(255, 255, 255, 0.8);
  }
  100% {
    -moz-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
  }
}
@-o-keyframes an-coin-shine {
  0% {
    -o-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
  }
  50% {
    -o-box-shadow: inset 0 0 0.5625em 0.25em rgba(255, 255, 255, 0.8),
      0 0 1.125em 0.625em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.5625em 0.25em rgba(255, 255, 255, 0.8),
      0 0 1.125em 0.625em rgba(255, 255, 255, 0.8);
  }
  100% {
    -o-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
  }
}
@keyframes an-coin-shine {
  0% {
    -webkit-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    -o-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
  }
  50% {
    -webkit-box-shadow: inset 0 0 0.5625em 0.25em rgba(255, 255, 255, 0.8),
      0 0 1.125em 0.625em rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0.5625em 0.25em rgba(255, 255, 255, 0.8),
      0 0 1.125em 0.625em rgba(255, 255, 255, 0.8);
    -o-box-shadow: inset 0 0 0.5625em 0.25em rgba(255, 255, 255, 0.8),
      0 0 1.125em 0.625em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.5625em 0.25em rgba(255, 255, 255, 0.8),
      0 0 1.125em 0.625em rgba(255, 255, 255, 0.8);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    -o-box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0.3125em 0 rgba(255, 255, 255, 0.8),
      0 0 0.625em 0.3125em rgba(255, 255, 255, 0.8);
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }
}

@media only screen and (max-width: 639px) {
}

@media only screen and (max-width: 479px) {
}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }
}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }
}

.header .mainmenu-area .navbar::before {
  position: absolute;
  content: "";
  width: 1800px;
  height: 100%;
  top: 0;
  right: 100%;
  background: transparent;
}
.header .mainmenu-area .navbar::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 0px;
  bottom: 0px;
  border-bottom: transparent;
  border-right: 35px solid transparent;
}
.top-header {
  height: 20px;
  background-color: transparent;
}
.header .top-header {
  background: transparent;
  display:none;
}
.hero-area .left-content {
  position: inherit;
  z-index: 9;
  margin-top: -70px;
}

.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding: 28px 20px;
    text-transform: uppercase;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
