.hiddenbtn {
  display: none !important;
}
.cta-video {
  font-family: "Oswald";
  font-size: 35px;
  font-weight: 400;
  text-shadow: 2px 2px rgb(0, 95, 13);
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  padding: 10px 10px;
  margin: 35px 0 20px;
  cursor: pointer;
  max-width: 500px;
  color: white;
  background: #000000;
  box-shadow: 0 0 0 0 #10b600;
  background-color: #10b600;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.cta-video:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(232, 76, 61, 0);
  }
}

li {
  list-style: none;
  margin: 0.5em 0;
}
li:before {
  content: "\2713";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 15px;
  height: 5px;
  margin-right: 8px;
  padding: 2px;
  font-size: 22px;
  font-weight: bolder;
  line-height: 14px;
  color: #000000;
  border-radius: 30%;
  text-align: center;
}

.ft {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 8%;
  height: 8%;
}

h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  font-family: "Readex Pro", sans-serif;
}

.btn {
  font-size: 200%;
  font-family: "Oswald", sans-serif;
  white-space: normal;
}

.hide {
  display: none;
}

.blt {
  width: 85%;
  height: 85%;
}

.crt {
  width: 95%;
  height: 95%;
}
.stitched {
  max-width: 800px;
  padding: 20px;
  margin: 10px;
  background: #3b3f0b;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
  border: 2px dashed rgb(255, 217, 0);
  border-radius: 10px;
  box-shadow: 0 0 0 4px #3b3f0b, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
  text-shadow: -1px -1px #aa3030;
}
.atent {
  font-family: "Readex Pro";
  font-size: 35px;
  color: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(
    255,
    255,
    255
  ); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 0.01px;
  -webkit-text-stroke-color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}

.atent2 {
  font-family: "Readex Pro";
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-weight: 200;
}
header {
  background: rgb(0, 0, 0);
}

@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed");

.wrapper {
  padding: 20px;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
  }
}

.example-1 {
  float: left;
  margin: 40px;
  width: 130px;
  height: 130px;
  font: 13px/130px "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: rgba(30, 144, 255, 0.6);
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
}

.example-2 {
  float: left;
  margin: 75px 40px 0 40px;
  width: 130px;
  height: 60px;
  font: 13px/60px "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: rgba(3, 3, 3, 0.6);
  border-radius: 3px;
  animation: shadow-pulse 1s 3;
}

.example-3 {
  float: left;
  margin: 40px 0 0 40px;
  width: 130px;
  height: 130px;
  font: 13px/130px "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: rgba(30, 144, 255, 0.6);
  border-radius: 50%;
  animation: shadow-pulse-big 1s 1;
}

@media (max-width: 768px) {
  .video-player {
    width: 100%;
    background: 0 0;
  }
  .cax {
    text-align: justify;
    font-size: 13px;
  }
  .video-player iframe {
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
  }

  #frame {
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
  }

  .ft {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 25%;
    height: 25%;
  }
}

.pulse-button:hover {
  -webkit-animaion: none;
}

/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-224d8f6f */
.fb-comments {
  background-color: white !important;
  border: 1px solid #e9ebee !important;
}
table th {
  padding: 2px !important;
}
td,
table tbody tr {
  background-color: #fff !important;
}
@media (max-width: 768px) {
  .video-player {
    width: 100%;
    background: 0 0;
  }
  .video-player iframe {
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
  }
  #frame {
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
  }
}

* {
  font-family: helvetica, arial, sans-serif;
}

body {
  font-size: 16px;
}
.mark-comments {
  color: #365899;
}
.fb-comments {
  border: 1px solid #e9ebee !important;
  border-radius: 18px;
  padding: 12px;
  margin: auto;
  position: relative;
  color: #4267b2;
}

.fb-comments-header {
  padding: 0;
  border-bottom: 1px solid #e9ebee !important;
}

.fb-comments-header span {
  color: #000;
  font-weight: 700;
  font-size: 0.9em;
}

.fb-comments-comment {
  border: none !important;
  padding: 0;
  margin: 10px 0;
  width: 100%;
}

.fb-comments-reply-wrapper {
  margin-left: 60px;
  border-left: 1px dotted #e9ebee !important;
  padding-left: 5px;
}

tr,
td {
  border: none !important;
  margin: 0;
}

td {
  padding: 2.5px;
}

tr {
  padding: 2.5px 0;
}

.fb-comments-comment-img {
  vertical-align: top;
  width: 48px;
  padding-right: 5px;
}

.fb-comments-comment-img img {
  max-width: 48px;
  border-radius: 25px;
}

.fb-comments-comment-name {
  font-size: 0.85em;
}

.fb-comments-comment-name name {
  color: #365899;
  text-decoration: none !important;
  font-weight: 700;
  cursor: pointer;
  cursor: hand;
}

.fb-comments-comment-name name:hover {
  text-decoration: underline !important;
}

.fb-comments-comment-name occupation {
  color: #90949c !important;
}

.fb-comments-comment-text {
  font-size: 0.9em;
  color: #000;
  border-radius: 21px;
  background-color: #eaebef !important;
  padding-left: 12px;
}
.fb-comments-comment-actions {
  padding: 0 2px !important;
}
.fb-comments-comment-actions like,
.fb-comments-comment-actions reply {
  font-size: 0.75em;
  color: #4267b2;
  text-decoration: none !important;
  cursor: pointer;
  cursor: hand;
}

.fb-comments-comment-actions like.liked {
  color: #90949c;
}

.fb-comments-comment-actions like:hover,
.fb-comments-comment-actions reply:hover {
  text-decoration: underline;
}

.fb-comments-comment-actions likes {
  font-size: 13px;
  background: url(imgs/likes.png);
  background-repeat: no-repeat;
  padding-left: 43px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 2px;
  margin-top: -10px;
  float: right;
  background-color: #fff !important;
  border: solid #eaebef;
  border-radius: 19px;
}

.fb-comments-comment-actions date {
  font-size: 0.75em;
  color: #90949c;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

.fb-comments-comment-actions date:hover {
  text-decoration: underline;
}

.fb-comments-loadmore {
  background: #4080ff !important;
  border: 1px solid #4080ff !important;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  padding: 0.875em;
  text-shadow: none;
  width: 100%;
  font-weight: 700;
  cursor: hand;
  cursor: pointer;
}

.fb-reply-input {
  border: 1px solid lightgrey;
  border-radius: 3px;
  width: 100%;
  padding: 5px 7.5px;
  font-size: 0.75em;
  color: #000;
  outline: none;
}

.fb-reply-input:hover,
.fb-reply-button:hover {
  outline: none;
}

.fb-reply-button {
  background: #4080ff !important;
  border: 1px solid #4080ff !important;
  border-radius: 3px;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.75em;
  padding: 5px 7.5px;
  text-shadow: none;
  width: 100%;
  font-weight: 700;
  cursor: hand;
  cursor: pointer;
  outline: none;
}

* {
  font-family: helvetica, arial, sans-serif;
}

body {
  font-size: 16px;
}

#navbar {
  text-align: center;
  color: #fff;
  background-color: #000000;
  font-size: 13px;
  text-align: center;
  padding: 10px;
  position: static;
  z-index: 99999;
  width: 100%;
}

.bbtn {
  width: 100%;
  max-width: 449px;
}

@media (max-width: 768px) {
  .video-player {
    margin-top: 0 !important;
  }
  .cta-video {
    font-family: "Oswald";
    font-size: 23px;
    font-weight: 400;
    text-shadow: 2px 2px rgb(0, 95, 13);
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 35px 0 20px;
    cursor: pointer;
    max-width: 500px;
    color: white;
    background: #000000;
    box-shadow: 0 0 0 0 #000000;
    background-color: #000000;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
}
