*{
	/*color:#540409;*/
  font-family: times, serif;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background: #3a3737;
  background-attachment: fixed;
  background-size: cover;
}
.webinar-parent {
    width: 90%;
    margin: auto;
    background: #cc9f33;
    margin-bottom: 20px;
}
button.btn-join {
    border-radius: 12px;
    padding: 5px;
    width: 50px;
    background: #855c02;
    color: white;
}
button.btn-join:disabled {
    background: #b99340;
}
label.max-user {
    font-size: 12px;
    width: 150px;
}
.txt-center{
    text-align:center;
}
.flex-content img{
    width: 250px;
    margin-right: auto;
}
.webinar-parent table {
    width: 100%;
}
.webinar-parent table td:nth-child(3) {
    width: 350px;
    padding-right: 20px;
}
.webinar-parent table th {
    background: #855c02;
    padding: 7px;
}
.webinar-parent table td {
    padding: 15px;
}
.slogan img {
    width: 100%;
    height: 675px;
}
.announcement {
    width: 100%;
    text-align: center;
    background: #cc9f33;
    overflow: hidden;
    position: relative;
    height: 35px;
    color: #333;
    border: 1px solid #4a4a4a;
}

.announcement p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    top: -7px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.container.policies.flex > div img {
    width: 300px;
    height: 300px;
    margin-bottom: 30px;
}
.flex-footer a {
    color: #cc9f33;
}
.container.policies.flex h1 {
    text-align: center;
    margin-top: 20px;
}
.container.policies.flex hr {
    margin-bottom: 45px !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 2px;
    background: white;
    height: 1px;
    width: 100%;
    color: white;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.container.policies.flex > div {
    width: 30%;
    margin: auto;
    text-align: center;
}
.container.policies.flex {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.container.policies h3 {
    color: #cc9f33;
}
.policy-list li {
    font-size: 17px;
    color: #cc9f33;
}
.container h2{
    color: #cc9f33;
}
.container.policies img {
    width: 100%;
}
.container.policies {
    max-width: 80%;
    margin-bottom: 20px;
}
.container.policies a {
    color: red;
}
.container.policies p {
    font-size: 17px;
    margin-bottom: 20px;
    color: #cc9f33;
}
.container.policies h2 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #cc9f33;
}
.container.policies h1 {
    font-size: 3.0rem;
    color: #cc9f33;
    font-weight: 600;
    margin-bottom: 20px;
}
.col-lg-2.col-md-4.col-6.video.glow {
    margin-bottom: 15px;
}
label.level {
    position: absolute;
    left: 25px;
    bottom: -120px;
}
span.circl_1 {
    position: absolute;
    left: 0px;
    bottom: -110px;
    color: black;
    background-color: #46da46;
    padding-left: 6px;
    height: 18px;
    width: 18px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
}
span.circl_2 {
    position: absolute;
    left: 0px;
    bottom: -110px;
    color: black;
    background-color: #46da46;
    padding-left: 6px;
    height: 18px;
    width: 18px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
}
span.circl_3 {
    position: absolute;
    left: 0px;
    bottom: -110px;
    color: black;
    background-color: #ff1f1f;
    padding-left: 6px;
    height: 18px;
    width: 18px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
}
span.circl_4 {
    position: absolute;
    left: 0px;
    bottom: -110px;
    color: black;
    background-color: #ff1f1f;
    padding-left: 6px;
    height: 18px;
    width: 18px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
}
span.circl_5 {
    position: absolute;
    left: 0px;
    bottom: -110px;
    color: black;
    background-color: #656e77;
    padding-left: 6px;
    height: 18px;
    width: 18px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
}
span.circl_6 {
    position: absolute;
    left: 0px;
    bottom: -110px;
    color: black;
    background-color: #656e77;
    padding-left: 6px;
    height: 18px;
    width: 18px;
    font-weight: bold;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
}
#avatar {
    display: none;
}
.slick-dots li button:before{
  font-size:  15px !important;
}
.slick-prev:before{
    display: none;
}
.slick-next:before{
    display: none;
}
.slick-dotted.slick-slider {
    width: 90%;
}
.slick-dots{
  bottom:  10px !important;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: 700px;
}
.promo-flex button {
    width: 30%;
    margin: auto;
}

.promo-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.details_tutor p {
    font-size: 20px;
}
.details_tutor h1{
  color: black;
}
.details_tutor {
    border: 3px solid black;
    background: #e8e8e8;
    padding: 60px;
}
.promo_plan > div button {
    width: 40%;
    margin-top: 60px;
    color: black;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 -1px 0px rgb(255 255 255 / 10%) inset;
    -moz-box-shadow: 0 -1px 0px rgba(255,255,255,0.1) inset;
    box-shadow: 0 -1px 0px rgb(255 255 255 / 10%) inset;
    background: #cc9f33;
    padding: 5px 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.btn_plan {
    margin-bottom: 20px;
    position: relative;
    height: 100px;
}
.header_plan {
    margin-top: 20px;
}
.body_plan {
    height: 250px;
}
.body_plan ul li {
    list-style: none;
    font-size: 17px;
}
.promo_plan > div {
    border: 1px solid #cc9f33;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
ul.body_price li span.right {
    float: right;
    padding-right: 45px;
}
.promo_plan_body h2 {
    width: 80%;
    padding-left: 25px;
    margin-bottom: 55px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.promo_plan_body {
    padding-bottom: 30px;
    padding-top: 30px;
    color: #cc9f33;
}
.promo_plan {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    align-content: center;
    margin: auto;
}
ul.body_price li {
    clear: both;
}
ul.body_price li span.left {
    float: left;
}
ul.body_price li span.right {
    float: right;
}
.header_plan {
    text-align: center;
}
.fa-sort-amount-up-alt:before {
    content: "\f885";
    font-size: 50px;
}
.container.video{
  background-color: #cc9f33;
}
#updateForm .form-group label {
    color: #cc9f33;
    padding-left: 0;
}
#updateForm .form-group .col-sm-12 {
    padding-left: 0;
}
.form-group {
    text-align: left;
}
.form-group label {
    text-align: left;
    color: black;
}
#registerModal {
    background: black;
    border: 1px solid black;
    color: #cc9f33;
}
.navbody {
    width: 90%;
    display: flex;
    margin: auto;
    position: relative;
}
.videos-content {
    width: 90%;
    margin: auto;
}
.videos-content hr {
    width: 30%;
    /* margin: auto; */
}
.videos-content h1 {
    margin: auto;
    background: #f9b115;
    width: 50%;
    color: #3a3737;
}
.hr{
  /*border-top: 3px double #8c8b8b;*/
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
h1 {
  bottom: 1%;
  left:5%;
  width: 94%;
  font-size: 36px;
  letter-spacing: 3px;
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: left;
}
.flex-footer {
    display: flex;
    justify-content: space-around;
    margin-bottom: 25px;
}
.flex-footer ul {
    list-style: none;
    padding-left: 0;
}
.flex-footer ul li {
    font-size: 17px;
}
.flex-footer h4{
  font-weight: bold;
  font-size: 25px;
}
.bg-city{
  background-image:url("/image/footer.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.nav-row{
	background-color: #3a3737;
  display: flex;
  flex-wrap: wrap;
}
a.yellow{
  color: #cc9f33;
  text-decoration: none;
  background-color: transparent;
}
a.glow:hover{
	color: red;

}
.plyr {
  border-radius: 4px;
  margin-bottom: 15px;
}

.modal-video-body {
    /* position: relative; */
    flex: 1 1 auto;
    padding: 1rem;
    /* height: 50px; */
    height: 100%;
}

.modal-video {
    background-color: #fefefe;
    margin: auto;
    /* padding: 20px; */
    border: 1px solid #888;
    width: 50%;
    height: 70%;
    margin-top: 110px;
}
.modal-content{
	height: auto;
}
/*.glow:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}*/
.border-vid:hover .img-play{display:block}
.img-play{
	position : absolute;
    display:none; 
	
}
.border-vid:hover{
	box-shadow: 0 0 20px rgba(33,33,33,.2); 
}
.form-group .col-sm-12 {
    text-align: left;
}
small.error{
	color:red;
  font-size: 15px;
}
.modal-title {
    color: black;
}
.border-vid{
  margin-top: -5%;
	border-radius: 10px;
  border: 1px solid;
  margin-bottom: 5%;
}
.col-lg-4.col-md-4.col-6.video {
    margin-bottom: 15px;
}
label{
	color:black;
	font-size: 15px;
	font-family:Verdana !important;
}
ul.nav{
	font-family:Verdana !important;
	font-size: 18px;
	margin:10px;
  align-items: center;
}

ul.nav li{
	margin:15px;
}
ul.nav a{
	color:#cc9f33;
	font-size: 25px;
}
ul.nav a:hover{
	color:red;
	
	.box:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
}
.right{
	float:right;
}
.fleft{
	float:left;
}
.desc{
	text-align:left;
    display:table-cell;
    vertical-align:top;
    position: absolute;
    left:0;
}
.bg-white{
	background-color: white;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
    padding: 15px;
}
#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

img.img-play {
    height: 50px;
    width: 50px;
    position: absolute;
    top: -165px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v50/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.modal-confirm {		
		color: #434e65;
		width: 525px;
	}
	.modal-confirm .modal-content {
		padding: 20px;
		font-size: 16px;
		border-radius: 5px;
		border: none;
	}
	.modal-confirm .modal-header {
		background: #47c9a2;
		border-bottom: none;   
        position: relative;
		text-align: center;
		margin: -20px -20px 0;
		border-radius: 5px 5px 0 0;
		padding: 35px;
	}
	.modal-confirm h4 {
		text-align: center;
		font-size: 36px;
		margin: 10px 0;
	}
	.modal-confirm .form-control, .modal-confirm .btn {
		min-height: 40px;
		border-radius: 3px; 
	}
	.modal-confirm .close {
        position: absolute;
		top: 15px;
		right: 15px;
		color: #fff;
		text-shadow: none;
		opacity: 0.5;
	}
	.modal-confirm .close:hover {
		opacity: 0.8;
	}
	.modal-confirm .icon-box {
		color: #fff;		
		width: 95px;
		height: 95px;
		display: inline-block;
		border-radius: 50%;
		z-index: 9;
		border: 5px solid #fff;
		padding: 15px;
		text-align: center;
	}
	.modal-confirm .icon-box i {
		font-size: 64px;
		margin: -4px 0 0 -4px;
	}
	.modal-confirm.modal-dialog {
		margin-top: 80px;
	}
    .modal-confirm .btn {
        color: #fff;
        border-radius: 4px;
		background: #eeb711;
		text-decoration: none;
		transition: all 0.4s;
        line-height: normal;
		border-radius: 30px;
		margin-top: 10px;
		padding: 6px 20px;
        border: none;
    }
	.modal-confirm .btn:hover, .modal-confirm .btn:focus {
		background: #eda645;
		outline: none;
	}
	.modal-confirm .btn span {
		margin: 1px 3px 0;
		float: left;
	}
	.modal-confirm .btn i {
		margin-left: 1px;
		font-size: 20px;
		float: right;
	}
	.trigger-btn {
		display: inline-block;
		margin: 100px auto;
	}

	/** Social media icon **/
	/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}



/*  footer  */
footer{
	padding-top: 2%;
	color:gray;
}

.gray-border{
	border: solid 1px gray;
	border-radius: 2px;
}
.fa-camera:before {
    color: #cc9f33;
}
#updateForm .panel-title {
    font-size: 27px;
}
.element {
    height: 50px;
    width: 50px;
    position: absolute;
        top: -315px;
    left: 70px;
    bottom: 0;
    right: 0px;
    margin: auto;
}
i.fa-camera {
  margin: 10px;
  cursor: pointer;
  font-size: 30px;
}
i:hover {
  opacity: 0.6;
}
/*input {
  display: none;
}*/
.header-top{
  margin-top: 50px;
  margin-bottom: 50px;
}
button.btn.btn-block.btn-primary.login-button {
    margin-bottom: 15px;
}
.flex-btn {
    display: flex;
    justify-content: space-around;
}
.panel-body.text-center{
  border-radius: 5px;
  padding: 20px;
  margin: 20px;
}

.col-label{
  color:#cc9f33;
}
.panel-title{
  color:#cc9f33;
}
.footer-forgot {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.banner {
    width: 90%;
    margin: auto;
}
.content-div{
  position:relative;
  height: 650px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin: auto;
}
.info-content{
 display: flex;
}
.videos {
    background-color: #3a3737;
    height: auto;
}
ul.nav.right {
    position: absolute;
    top: 30px;
    right: 0;
}
.m-v{
  position: absolute;
  bottom:0;
  color:#cc9f33;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}
h1.content-header{
  color:#cc9f33;
  font-size: 60px;
}
h3.mv-header{
  font-size: 30px;
}
p.p-content {
  color:#cc9f33;
  font-size: 30px;
}
.col-lg-4.reg-content {
    position: absolute;
    bottom: 50%;
    left: 5%;
    top: 35%;
}
.slicknav_menu {
    display:none;
    background: black;
}
.menu{
  display:none;
}
.slicknav_brand {
    padding: 7px 12px !important;
    height: auto !important; 
}
.slicknav_btn{
  margin: 20px 5px 6px !important;
}
@media only screen and (max-width: 1000px) {
  .col-6.mx-auto.form-width {
      max-width: 100%;
      flex: auto;
  }
  .container.policies.flex > div {
    width: 50%;
    margin: auto;
    text-align: center;
}
}

@media only screen and (max-width: 750px) {
    /* #menu is the original menu */
    .slicknav_menu {
        display:block; 
    }
    .container.policies.flex > div {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .row.nav-row{
      display: none;
    }
    .nav-row{
      display: none;
    }
    .col-lg-2.col-md-4.col-6.video.glow {
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 15px;
    }
}
/* media query */
@media only screen and (max-width: 1400px) {
  .promo_plan > div{
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .promo_plan > div{
    width: 70%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .promo_plan > div{
    width: 100%;
  }
  .slick-slide img {
      height: 400px !important;
  }
  .promo-flex button {
      width: 100%;
  }
}
@media only screen and (max-width: 500px) {
    .body_plan ul li {
        list-style: none;
        font-size: 14px;
    }
}