/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets-learn-cyber/css/fonts.css ***!
  \****************************************************************************************************************/
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit/Kanit-Regular.ttf') format('truetype');
}

/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets-learn-cyber/css/variables.css ***!
  \********************************************************************************************************************/
:root{
    --primary-color:#EB503B;
    --secondary-color:#FFB038;
    --color3:#1A1A1A;
    --color4: #C8C8C8;

    --textColor1:--color3;
    --textColor2:#595959;

    --heading-font: Kanit;
    --body-font: Roboto;
}


/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets-learn-cyber/css/utils.css ***!
  \****************************************************************************************************************/
ul.check {
  padding-left: 0px;
}
ul.check li {
  position: relative;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 10px;
}
ul.check li::before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(../images/check-light.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 2px;
}
ul.check.dark li::before {
  background-image: url(../images/check-dark.png);
}
ul.check.orange li::before {
  background-image: url(../images/check-orange.png);
}

@media(max-width:767px) {
  ul.check li {
    padding-left: 25px;
    margin-bottom: 10px;
  }
  ul.check li::before {
    height: 15px;
    width: 15px;
    left: 0;
    top: 5px;
  }
}

/*custom-owl*/
.custom-owl .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -81px;
}
.custom-owl .owl-nav button {
  display: inline-block !important;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd !important;
  color: transparent !important;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.custom-owl .owl-nav button.owl-prev {
  border-radius: 50px 0px 0px 50px;
  border-right: 0px !important;
  background-image: url(../images/arrow-left.png);
}
.custom-owl .owl-nav button.owl-next {
  border-radius: 0px 50px 50px 0px;
  background-image: url(../images/arrow-right.png);
}

@media (max-width: 767px) {
  .custom-owl .owl-nav {
    margin-top: -62px;
  }
  .custom-owl .owl-nav button {
    width: 30px;
    height: 30px;
    background-size: 5px !important;
  }
 
}
/*custom modal*/
.custom-modal ,.custom-modal .modal-body{
  padding: 0;
  border-radius: 0;
}

.custom-modal-content {
  border: none;
  border-radius: 0;
}
.custom-modal .modal-content {
  border-radius: 0px;
  box-shadow: none;
  border:0px;
  background: transparent;
}
.custom-modal .modal-header{
  padding: 0px;
  border:0px
}
.custom-modal .modal-title{
  display: none;
}
.custom-modal button.btn-close {
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 5;
  opacity: 1;
  background-color: #ffffffbd;
  background-size: 10px;
  right: 0;
  border-radius: 0px;
  width: 10px;
  height: 10px;
}
/*helper*/
@media (max-width: 767px) {
  .align-mobile-left {
    justify-content: flex-start !important;
  }
}
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets-learn-cyber/css/theme.css ***!
  \****************************************************************************************************************/
/***********typography***********/
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--heading-font);
  margin-bottom: 0.5em;
}
body {
  font-size: 20px;
  font-family: var(--body-font);
}
.section-heading-top {
  text-transform: uppercase;
  font-size: 1rem;
}
.section-heading.sm {
  font-size: 2rem;
}
.section-heading {
  font-size: 3.5rem;
  letter-spacing: -2px;
  line-height: 1em;
}
.section-heading.lg {
  font-size: 4rem;
  letter-spacing: -2px;
}
.section {
  padding: 4em 0em;
}
.section.small {
  padding: 2.5em 0em;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .section-heading-top {
    font-size: 0.8rem;
    margin-bottom: 0px;
  }
  .section-heading.sm {
    font-size: 1.5rem;
  }
  .section-heading {
    font-size: 2rem;
    letter-spacing: 0px;
    line-height: 1em;
  }
  .section-heading.lg {
    font-size: 2.5rem;
    letter-spacing: -2px;
  }
  .section {
    padding: 2em 0.8em;
  }
  .section.small {
    padding: 1.5em 0em;
  }
}

/***********color theme***********/
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark ul li,
.dark p {
  color: #fff;
}
.dark .section-heading-top {
  color: #ddd;
}

section .btn {
  background-color: orange;
  border:1px solid orange;
  border-radius: 0px;
  color: #000;
  font-size: 16px;
  padding: 1em 2em;
  opacity: 0.9;
}
section .btn:hover {
  background-color: orange;
  border:1px solid orange;
  border-radius: 0px;
  color: #000;
  opacity: 1;
}

section .btn.black {
  background-color: rgb(0, 0, 0);
  border:1px solid rgb(0, 0, 0);
  color: #ffffff;
}
section .btn.black:hover {
  background-color: rgb(0, 0, 0);
  border:1px solid rgb(0, 0, 0);
  color: #ffffff;
  opacity: 1;
}
.textOpacity{
  opacity: 0.8;
}
/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets-learn-cyber/css/video.css ***!
  \****************************************************************************************************************/
.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}
/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./assets-learn-cyber/css/base.css ***!
  \***************************************************************************************************************/


/*!*******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./assets-webinar/scss/webinar.scss ***!
  \*******************************************************************************************************************************************************/
footer {
  border-top: 1px solid #ddd;
  padding: 3em 0em;
}

footer .logo img {
  width: 200px;
}

footer .logo p {
  margin: 0px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1em;
  letter-spacing: 0.6px;
}

footer .social {
  margin-top: 2em;
}

footer .social a {
  background-color: var(--color3);
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  line-height: 2em;
}

footer ul {
  padding-left: 0px;
}

footer ul li {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 1em;
  color: #5a5a5a;
  font-size: 0.9em;
}

footer ul li a {
  text-decoration: none;
  color: var(--color3);
}

@media (min-width: 768px) {
  footer .row div:not(:first-child) {
    width: 20%;
  }
  footer .row div:first-child {
    width: 40%;
  }
}
h1 {
  font-size: 2.375rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 2rem;
}

.article-title {
  line-height: 1;
}

p, li {
  font-size: 1.125rem;
  line-height: 1.4444444444;
}

.navbar-brand img {
  max-width: 160px;
}

.nav-link {
  font-size: 1rem;
}

.nav-right .btn {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 0;
  color: #000;
  font-size: 1rem;
  padding: 0.5em 2em;
  opacity: 0.9;
}

.custom_nav .navbar-nav > li > .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.navbar-nav > li > .dropdown-menu li {
  border: none;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.2392156863);
}
.dropdown-item {
  color: white;
  font-size: 1rem;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.banner {
  max-height: 675px;
  background-image: url("../assets/images/Train-OT-IT.png");
  background-size: cover;
  background-position: 76%;
  color: white;
}
.titleTop {
  color: #EB503B;
  font-size: 1rem;
}

.count-down-item {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}

.offerBox, .countdown_timer {
  max-width: 330px;
}

.time-render {
  width: 70px;
  height: 70px;
  background-color: white;
  color: #595959;
  font-size: 35px;
  text-align: center;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}

.time-unit {
  color: var(--secondary-color);
  font-size: 1.125rem;
}

section li {
  list-style: none;
  display: flex;
  padding: 0.5rem 0;
  align-items: center;
}

.bi-check-circle-fill {
  font-size: 20px;
}

.col-inner {
  max-width: 600px;
}

#register-form .ml-form-embedWrapper {
  max-width: 560px !important;
}
#register-form .ml-form-embedBody {
  padding: 40px 40px 0 40px !important;
}
#register-form .ml-form-embedContent h4 + p {
  display: none;
}
#register-form .ml-form-embedSubmit {
  margin-bottom: 40px;
}
#register-form .ml-form-embedSubmit button {
  position: relative;
}
#register-form .ml-form-embedSubmit button::after {
  content: "";
  background-image: url("../../assets-webinar/assets/images/arrow-right.svg");
  width: 45px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
#register-form #mlb2-5948259.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input, #register-form #mlb2-5948259.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
  height: 56px !important;
  border-radius: 0 !important;
}

#speaker .card {
  display: flex;
  flex-direction: row;
  color: #595959;
}
#speaker .card img {
  width: 80px;
  float: left;
}
#speaker .headshot {
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.card-title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: #000;
}

.role, .card-text {
  font-size: 1rem;
  line-height: 1.5;
}

.about-webinar li {
  list-style: none;
  font-size: 1rem;
  line-height: 2rem;
}

.agendaCard {
  border: 1px solid #ccc;
  width: 100%;
  min-height: 242px;
  display: flex;
  align-items: flex-start;
}
.agendaCard .time {
  color: var(--primary-color);
}

.owl-dots {
  display: none;
}

.custom-owl .owl-nav button.owl-prev {
  background-image: url("/assets-webinar/assets/images/arrow-left.png");
}
.custom-owl .owl-nav button.owl-next {
  background-image: url("/assets-webinar/assets/images/arrow-right.png");
}

/* The icon */
.help-tip {
  position: absolute;
  bottom: 30px;
  right: -30px;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 0.9;
  cursor: default;
}
.help-tip-text {
  font-size: 1rem;
}

.help-tip:before {
  content: "i";
  font-family: sans-serif;
  font-weight: bold;
  color: var(--primary-color);
}

.help-tip:hover p {
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease;
  animation: fadeIn 0.3s ease;
}

/* The tooltip */
.help-tip p {
  display: none;
  font-family: sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  background-color: #FFFFFF;
  padding: 12px 16px;
  width: 178px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 20%);
  border-radius: 3px;
  /* 	border: 1px solid #E0E0E0; */
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
  color: #37393D;
  font-size: 16px;
  line-height: 18px;
  z-index: 99;
}

.help-tip p a {
  color: #067df7;
  text-decoration: none;
}

.help-tip p a:hover {
  text-decoration: underline;
}

/* The pointer of the tooltip */
.help-tip p:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #FFFFFF;
  top: -9px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Prevents the tooltip from being hidden */
.help-tip p:after {
  width: 10px;
  height: 40px;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
}

/* CSS animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@media (max-width: 425px) {
  .about-webinar li {
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .help-tip {
    bottom: 10px;
  }
  .navbar-collapse {
    background: rgba(0, 0, 0, 0.7);
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4.5rem;
    line-height: 1;
  }
  h3 {
    font-size: 2.5rem;
  }
  .agendaCard {
    min-height: 220px;
  }
  .bi-check-circle-fill {
    font-size: 24px;
  }
}
