@charset "UTF-8";
/*
  Theme Name: eStartup
  Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background-color: #fff;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #000;
  font-weight: 600;
}

h4 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h5 {
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

a {
  letter-spacing: 2px;
  text-decoration: none;
}

ul {
  letter-spacing: 1px;
}

li {
  color: #626262;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  text-transform: capitalize;
}

p {
  color: #505050;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 2;
  margin-bottom: 20px;
}

p_small {	
  color: #505050;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1;
}

span {
  letter-spacing: 1px;
}

.pointer {cursor: pointer;}

.img-fluid {
  height: 100px;
  margin-bottom: 20px;
  width: 100px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  font-size: 13px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #40e0d0;
  /*background: #71c55d;*/
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #40e0d0;
  /*background: #71c55d;*/
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #55b03f;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 48px;
  z-index: 3;
  transition: all 0.5s ease;
}

#header #logo {
  padding: 6px 0 0 0;
}

#header #logo h1 {
  color: #505050;
  font-family: "Philosopher", sans-serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  /*color: #71c55d;*/
  color: #40e0d0;
}

#header #logo h1 a .dot_red {
  /*color: #71c55d;*/
  color: lightcoral;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

.scroll-header {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 40px);
  background: url(../img/hero-bg.png) center bottom no-repeat;
  background-size: 100%;
  position: relative;
  margin-top: 40px;
}

@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  font-family: "Philosopher", sans-serif;
  color: #40e0d0;
  /*color: #71c55d;*/
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #777;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero img {
  max-width: 95%;
  margin-bottom: 30px;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 36px;
  border-radius: 50px;
  transition: 0.5s;
  margin-bottom: 30px;
  border: 2px solid #40e0d0;	
  /*border: 2px solid #71c55d;*/
  background: #fff;
  color: #40e0d0;
  /*color: #71c55d;*/
  text-decoration: none;
}

#hero .btn-get-started:hover {
  /*background: #71c55d;*/
  background: #40e0d0;
  color: #fff;
}

#hero .btns a {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 4px 20px;
  text-decoration: none;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #hero .btns a {
    margin: 4px 8px;
  }
}

#hero .btns a:hover {
  color: #40e0d0;
  /*color: #71c55d;*/
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.nav-menu li {
  position: relative;
  white-space: nowrap;
}
.nav-menu > li {
  float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}
.nav-menu ul ul {
  top: 0;
  left: 100%;
}
.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0 0 0 0;
}
@media (max-width: 1024px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  /*color: #71c55d;*/
  color: #40e0d0;	
}
.nav-menu > li {
  margin-left: 10px;
}
.nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}
.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}
.nav-menu ul li:hover > a {
  /*color: #71c55d;*/
  color: #40e0d0;
}
.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 4px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}
#mobile-nav-toggle i {
  color: #555;
  font-size: 24px;
}
@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mobile-nav ul li {
  position: relative;
}
#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 6px 22px 6px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}
#mobile-nav ul li a:hover {
  color: #fff;
}
#mobile-nav ul li li {
  padding-left: 30px;
}
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #40e0d0;
  /*color: #71c55d;*/
}
#mobile-nav ul .menu-item-active {
  color: #40e0d0;
  /*color: #71c55d;*/
}
#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}
body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.padd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}
@media (max-width: 992px) {
  .padd-section {
    /*padding-top: 40px;*/
    padding-top: 80px;	  
    padding-bottom: 40px;
  }
}
.section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .section-title {
    /*margin-bottom: 40px;*/
    margin-bottom: 20px;
  }
}
.section-title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.section-title .separator {
  margin: 0;
}
.separator {
  color: #626262;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/* Get Started Section
--------------------------------*/
#get-started {
  display: inline-block;
  height: 100%;
  width: 100%;
}
#get-started .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}
@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 30px;
  }
}
#get-started .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}
#get-started .feature-block h4 {
  margin-bottom: 20px;
}
#get-started .feature-block p {
  margin-bottom: 20px;
}
#get-started .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}
#get-started .feature-block a:hover {
  color: #40e0d0;
  /*color: #71c55d;*/
}

/* About Us Section
--------------------------------*/
#about-us img {
  max-width: 100%;
}
#about-us .about-content {
  padding-top: 60px;
}
#about-us .about-content h2 {
  color: #252525;
  font-family: "roboto";
  font-size: 39px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#about-us .about-content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
}
#about-us .about-content ul li {
  line-height: 36px;
}
#about-us .about-content ul li .fa {
  padding-right: 20px;
}

/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  /*height: calc(100vh - 40px);*/
  /*height: 100%;*/
  width: 100%;
}
#features .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}
#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}
#features .feature-block h4 {
  margin-bottom: 20px;
}
#features .feature-block p {
  margin-bottom: 0;
}
#features .feature-title {
  margin-bottom: 30px;
}
#features .id_card {
	background-color: #40e0d0;
	color: #fff;
}
#features .event_btn {
	background-color: #40e0d0;
	border: none;
	color: #fff;
	padding: 10px 24px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
}
#features .eventKeyMenu { 
	display: flex;
	border: 0px solid black;
	border-collapse: collapse;	
}
#features .countDown {
	font-size: 300px;
	line-height: normal;
}
#features .timer {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:20px;
	padding-bottom:2px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
}

/* -------------- Num Memo -------------- */
#features .numMemo {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:20px;
	padding-bottom:2px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
}
#features .numMemoSub {
	width: 100%;
}
#features .numMemoTable { 
	width: 80%;  
	margin: auto;
	border: 0px solid black;
	border-collapse: collapse;
}
#features .numMemoTable > tbody {
	border: 0px solid black;
    padding: 8px 1px 8px 1px;
	border-width: 0;
}
#features .numMemoTable > tbody > tr {
	border: 0px solid black;
    padding: 8px 1px 8px 1px;
	border-width: 0;
}
#features .numMemoTable > tbody > tr > td {
	border: 0px solid black;
    padding: 8px 1px 8px 1px;
	border-width: 0;
}
#features .numMemoTable > tbody > tr > td.num_line {
	border-right-color: black;
	border-right-width: 1px;
}
#features .numMemoTable > tbody > tr > td.num_highlight {
	background-color: PaleTurquoise;
}
/* -------------- Cards Memo -------------- */
#features .cardMemo {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:20px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
	padding-bottom: 50px;
}
#features .card_reading {
	content: "";
	display: table;
	clear: both;
	justify-content: left;
	align-items: left;
	text-align: left;
	height: 350px
}
#features .large_card {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto
}
#features .card_deck_memo {
	content: "";
	display: table;
	clear: both;
	justify-content: left;
	text-align: left;
	height: 100px;
}
#features .card_bottom_deck {	
	/* Entire deck at the bottom */
	position: absolute;
}
#features .card_bottom {	
	/* Each cards at the bottom */
	position: absolute;
}
/* -------------- Cards Recall -------------- */
#features .cardRecall {
	font-family: 'Convergence', sans-serif;
	padding-bottom:2px;
	justify-content: left;
	align-items: center;
	text-align: center;
	color: #000000;	
}
#features .card_top_deck_recall {	
	/* Entire deck at the top */
	transform-origin: center 750%;
	position: absolute;
}
#features .card_bottom_deck_recall {	
	/* Entire deck at the bottom */
	position: absolute;
}
#features .card_deck_upper {
	display: flex;
	content: "";
	clear: both;
	justify-content: left;
	text-align: left;
	height: 180px;
}
#features .card_deck_lower {
	display: flex;
	content: "";
	clear: both;
	justify-content: left;
	text-align: left;
	padding-top: 50px;
	height: 180px;
}
#features .card_group {
	text-align: left;
	float: left;
}
/* --------------- Flight memo --------------- */
#features .flightMemo {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:18px;
	padding-bottom:2px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
}
#features .flightMemoSub {
	width: 100%;
}
#features .flightMemoTable { 
	width: 80%; 
	margin: auto;
	border: 0px solid black;
	border-collapse: collapse;
}
#features .flightMemoTable > tbody {
	border: 0px solid black;
    padding: 4px 1px 4px 1px;
	border-width: 0;
}
#features .flightMemoTable > tbody > tr {
	border: 0px solid black;
    padding: 3px 1px 3px 1px;
	border-width: 0;
}
#features .flightMemoTable > tbody > tr > td {
	border: 3px solid black;
    padding: 20px 0px 20px 0px;
	border-width: 0;
}
#features .flightMemoTable > tbody > tr > td.recall {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
}
#features .flightMemoTable .Selected {
	background-color: turquoise;
}
#features .flightMemoTable input.num {
	width: 120px;
}
#features .flightMemoTable input.city {
	width: 90px;
}
#features .flightMemoTable input.time {
	width: 60px;
}
#features .flightMemoTable > tbody > tr > td.Correct {
	border: 0px solid black;
    padding: 20px 0px 20px 0px;
	border-width: 0;
	background-color: lightgreen;
}
#features .flightMemoTable > tbody > tr > td.Wrong {
	border: 0px solid black;
    padding: 20px 0px 20px 0px;
	border-width: 0;
	background-color: lightcoral
}
#features .flightMemoTable > tbody > tr > td.Blank {
	border: 0px solid black;
    padding: 20px 0px 20px 0px;
	border-width: 0;
	background-color: lightgrey;
}

/* --------------- Flash addition --------------- */
#features .add_flash input {
	font-size: 300px;
	line-height: normal;
	width: 80%;
	text-align: center; 
}
#features .add_flash_Table {
	font-size: 300px;
	line-height: normal;
	width: 80%;
	margin: auto;
}
#features .add_flash_Table > tbody > tr > td.Correct {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
	background-color: lightgreen;
}
#features .add_flash_Table > tbody > tr > td.Wrong {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
	background-color: lightcoral
}
#features .add_flash_Table > tbody > tr > td.Blank {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
	background-color: lightgrey;
}
/* ----------- Names & Faces memo ----------- */
#features .nfMemo {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:18px;
	padding-bottom:2px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
}
#features .nfMemoSub {
	width: 100%;
}
#features .nfMemoTable { 
	width: 80%;  
	margin: auto;
	border: 0px solid black;
	border-collapse: collapse;
}
#features .nfMemoTable > tbody {
	border: 0px solid black;
    padding: 4px 1px 4px 1px;
	border-width: 0;
}
#features .nfMemoTable > tbody > tr {
	border: 0px solid black;
    padding: 3px 1px 3px 1px;
	border-width: 0;
}
#features .nfMemoTable > tbody > tr > td {
	border: 0px solid black;
    padding: 10px 10px 10px 10px;
	border-width: 0;
}
#features .nfMemoTable > tbody > tr > td.recall {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
}
#features .nfMemoTable > tbody > tr > td.name {
	font-size: 12px; 
}
#features .nfMemoTable .Selected {
	background-color: turquoise;
}
#features .nfMemoTable input {
	width: 140px;
}
#features .nfMemoTable > tbody > tr > td.Correct {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
	background-color: lightgreen;
}
#features .nfMemoTable > tbody > tr > td.Wrong {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
	background-color: lightcoral
}
#features .nfMemoTable > tbody > tr > td.Blank {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
	background-color: lightgrey;
}
/* --------------- Images memo --------------- */
#features .imgMemo {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:18px;
	padding-bottom:2px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
}
#features .imgMemoSub {
	width: 100%;
}
#features .imgMemoTable { 
	width: 80%;  
	margin: auto;
	border: 0px solid black;
	border-collapse: collapse;
}
#features .imgMemoTable > tbody {
	border: 0px solid black;
    padding: 4px 1px 4px 1px;
	border-width: 0;
}
#features .imgMemoTable > tbody > tr {
	border: 0px solid black;
    padding: 3px 1px 3px 1px;
	border-width: 0;
}
#features .imgMemoTable > tbody > tr > td {
	border: 0px solid black;
    padding: 25px 10px 25px 10px;
	border-width: 0;
}
#features .imgMemoTable > tbody > tr > td > img.abstract {
	filter: grayscale(100%);
}
#features .imgMemoTable > tbody > tr > td.row_num {
	border: 0px solid black;
    padding: 3px 1px 0px 10px;
	border-width: 0;
}
#features .imgMemoTable > tbody > tr > td.recall {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
}
#features .imgMemoTable .Selected {
	background-color: turquoise;
}
#features .imgMemoTable input {
	width: 30px;
}
#features .imgMemoTable > tbody > tr > td.Correct {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
	background-color: lightgreen;
}
#features .imgMemoTable > tbody > tr > td.Wrong {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
	background-color: lightcoral
}
#features .imgMemoTable > tbody > tr > td.Blank {
	border: 0px solid black;
    padding: 0 0 0 0;
	border-width: 0;
	background-color: lightgrey;
}
/* --------------- Dates memo --------------- */
#features .datesMemo {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:18px;
	padding-bottom:2px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
}
#features .datesMemoSub {
	width: 100%;
}
#features .datesMemoTable { 
	width: 80%;  
	margin: auto;
	border: 0px solid black;
	border-collapse: collapse;
}
#features .datesMemoTable > tbody {
	border: 0px solid black;
    padding: 4px 1px 4px 1px;
	border-width: 0;
}
#features .datesMemoTable > tbody > tr {
	border: 0px solid black;
    padding: 3px 1px 3px 1px;
	border-width: 0;
}
#features .datesMemoTable > tbody > tr > td {
	border: 0px solid black;
    padding: 3px 1px 3px 1px;
	border-width: 0;
}
#features .datesMemoTable > tbody > tr.dates_highlight {
	background-color: PaleTurquoise;
}
#features .datesMemoTable > tbody > tr > td.dates_highlight {
	background-color: PaleTurquoise;
}
#features .datesMemoTable > tbody > tr > td.content, #features .datesMemoTable > thead > tr > th.content {
	text-align: left;
}
#features .datesMemoTable > tbody > tr > td.Correct {
	background-color: lightgreen;
}
#features .datesMemoTable > tbody > tr > td.Wrong {
	background-color: lightcoral
}
#features .datesMemoTable > tbody > tr > td.Blank {
	background-color: lightgrey;
}
/* --------------- Dates Recall --------------- */
#features .datesRecall {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:16px;
	padding-bottom:2px;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#features .datesRecallSub { 
	margin: auto;
	width: 90%;  
}	
#features .datesRecallTable > tbody > tr > td {  	 
	border: 0px solid black;
    padding: 3px 1px 3px 1px;
	position: relative;
	border-width: 0;
}
#features .datesRecallTable .datesRecallCell {
	text-align: center;
	height: 25px !important;
	width: 100%;
	border-color: darkgray;
	border-width: 1px;
	overflow: hidden;
}
#features .datesRecallTable .Selected {
	background-color: turquoise;
}
#features .datesRecallTable .Group {
	background-color: lightgrey;
}
#features .datesRecallTable > tbody > tr > td.content, #features .datesRecallTable > thead > tr > th.content {
	text-align: left;
}
/* --------------- Page Menu --------------- */
#features .numPage  {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:15px;
	justify-content: left;
	text-align: center;
	padding-left: 110px;
	padding-bottom: 30px;
}
#features .wordPage  {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:15px;
	justify-content: left;
	text-align: center;
	padding-left: 30px;
	padding-bottom: 30px;
}
#features .numPageRecall  {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:15px;
	padding-bottom:2px;
	justify-content: left;
	text-align: center;
	padding-left: 55px;
}
#features .numPagetable { 
}
#features .numPagetable > tbody > tr > td {
    padding: 8px 1px 8px 1px;
	border: 1px solid white;
	border-width: 0;
}
#features .numPagetable > tbody > tr > td.Current {
	padding: 8px 1px 8px 1px;
	border-width: 1px;
	background-color: turquoise;
	position: relative;
}
#features .numPagetable > tbody > tr > td.Blank {
	padding: 8px 1px 8px 1px;
	border-width: 1px;
	background-color: lightgrey;
	position: relative;
}
/* --------------- Setting Menu --------------- */
#features .setting {
	font-family: "Roboto", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
	position:relative;	
	width: 600px;
	height: 450px;
	/*border: 2px solid #c5c5c5;*/
	background-color: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	padding: 20px;
	justify-content: center;
	align-items: center;
	z-index: 10;
	margin-top: -350px;
	margin-left: auto;
	margin-right: auto;
}
#features .setting_ex_lang {
	font-family: "Roboto", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
	position:absolute;	
	width: 600px;
	height: 400px;
	/*border: 2px solid #c5c5c5;*/
	background-color: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	padding: 20px;
	justify-content: center;
	align-items: center;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -300px;
}
#features .setting_result {
	font-family: "Roboto", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
	position:relative;	
	width: 600px;
	height: 200px;
	/*border: 2px solid #c5c5c5;*/
	background-color: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	padding: 20px;
	justify-content: center;
	align-items: center;
	z-index: 10;
	margin-top: -100px;
	margin-left: auto;
	margin-right: auto;
}
/* --------------- Numbers Recall --------------- */
#features .numRecall {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:14px;
	padding-bottom:2px;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#features .numRecallTable { 
	margin: auto;
	width: 90%;  
}
/*#features .numRecallTable > tbody { 
    padding: 5px 1px 5px 1px;
	position: relative;
	border-width: 0;
}*/	
#features .numRecallTable > tbody > tr > td {  	 
	border: 0px solid black;
    padding: 5px 1px 5px 1px;
	position: relative;
	border-width: 0;
}
#features .numRecallTable > tbody > tr > td.num_line {
	border-right-color: black;
	border-right-width: 1px;
}
#features .numRecall .numbersRecall {
	text-align: center;
	height: 25px !important;
	width: 100%;
	border-color: darkgray;
	border-width: 1px;
	overflow: hidden;
}
#features .numRecall input {
	padding: 0px;
}
#features .numRecall .Selected {
	background-color: turquoise;
}
#features .numRecall .RowNum{
	font-size:15px;
  	width: 8%;
}
#features .numRecall .Group {
	background-color: lightgrey;
}
#features .numResultDisp {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:15px;
	padding-bottom:2px;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#features .numResultDispTable { 
	width: 90%; 
	margin: auto;
}
#features .numResultDispTable> tbody > tr > td {
    padding: 8px 1px 8px 1px;
	border: 1px solid white;
	border-width: 0;
}
#features .numResultDispTable> tbody > tr > td.num_line {
	border-right-color: black;
	border-right-width: 1px;
}
#features .numResultDispTable > tbody > tr > td.Correct {
	padding: 8px 1px 8px 1px;
	border-width: 1px;
	background-color: lightgreen;
	position: relative;
}
#features .numResultDispTable > tbody > tr > td.Wrong {
	padding: 8px 1px 8px 1px;
	border-width: 1px;
	background-color: lightcoral;
	position: relative;
}
#features .numResultDispTable > tbody > tr > td.Blank {
	padding: 8px 1px 8px 1px;
	border-width: 1px;
	background-color: lightgrey;
	position: relative;
}
/* -------------- Random Words -------------- */
#features .wordMemo {
	font-family: 'Convergence', sans-serif;
	font-size: 16px;
	padding-bottom:2px;
	color: #000000;	
}
#features .wordMemoTable { 
	width: 95%;  
	border: 1px solid darkgray;
	border-collapse: collapse;
	margin: auto;
}
#features .wordMemoTable > tbody > tr > td {
	border: 1px solid darkgray;
    padding: 3px;
	text-align: left;
}
#features .wordMemoTable > tbody > tr > td.word_highlight {
	background-color: PaleTurquoise;
}
/* -------------- Random Words Recall -------------- */
#features .wordRecall {
	font-family: 'Convergence', sans-serif;
	font-size: 15px;
	padding-bottom:2px;
	color: #000000;	
}
#features .wordRecallTable { 
	width: 95%;  
	border: 1px solid white;
	border-collapse: collapse;
	margin: auto;
}
#features .wordRecallTable > tbody > tr > td {
	border: 1px solid white;
    padding: 3px;
	text-align: left;
}
#features .wordRecallTable .wordsRecall {
	text-align: left;
	height: 25px !important;
	width: 100%;
	border-color: darkgray;
	border-width: 1px;
	overflow: hidden;
}
#features .wordRecallTable .selected {
	background-color: paleturquoise;
}
#features .wordRecallTable .group {
	background-color: lightgrey;
}
/* -------------- Random Words Result -------------- */
#features .wordResult {
	font-family: 'Convergence', sans-serif;
	font-size: 15px;
	padding-bottom:2px;
	color: #000000;	
}
#features .wordResultTable { 
	width: 95%;  
	border: 1px solid darkgray;
	border-collapse: collapse;
	margin: auto;
}
#features .wordResultTable > tbody > tr > td {
	border: 1px solid white;
    padding: 3px;
	text-align: left;
}
#features .wordResultTable > tbody > tr > td.Correct {
	border: 1px solid white;
	background-color: lightgreen;
	text-align: left;
}
#features .wordResultTable > tbody > tr > td.Wrong {
	border: 1px solid white;
	background-color: lightcoral;
	text-align: left;
}
#features .wordResultTable > tbody > tr > td.Blank {
	border: 1px solid white;
	background-color: lightgrey;
	text-align: left;
}
@media (max-width: 768px) {
  #features .divider {
    visibility: hidden;
  }
}
@media (max-width: 768px) {
  #features .setting {
	font-family: "Roboto", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
	position:relative;	
	width: 300px;
	height: 400px;
	/*border: 2px solid #c5c5c5;*/
	background-color: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	padding: 20px;
	justify-content: center;
	align-items: center;
	z-index: 10;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
  }
}
#features .setting > h3 {
	font-family: "Roboto", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
/* --------------- Exam Status --------------- */
/*#features .examStatus {
	display: flex;
	font-family: 'Convergence', sans-serif;
	font-size:20px;
	padding-bottom:2px;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000000;
}*/
#features .examStatus > tbody > tr > td.online {
	background-color: PaleGreen;
}
#features .examStatus > tbody > tr > td.offline {
	background-color: Silver;
}
#features .examStatus > tbody > tr > td.event_main {
	background-color: MediumSpringGreen;
}
#features .examStatus > tbody > tr > td.event_current {
	background-color: PaleTurquoise;
}
#features .examStatus > tbody > tr > td.event_other {
	background-color: Turquoise;
}
#features .examStatus > tbody > tr > td.disc_setting {
	background-color: PaleTurquoise;
}
#features .examStatus > tbody > tr > td.disc_countdown {
	background-color: LightSkyBlue;
}
#features .examStatus > tbody > tr > td.disc_memo {
	background-color: PowderBlue;
}
#features .examStatus > tbody > tr > td.disc_recall {
	background-color: SkyBlue;
}
#features .examStatus > tbody > tr > td.disc_result {
	background-color: LightCyan;
}
#features .examStatus > tbody > tr > td.score_pending {
	background-color: PowderBlue;
}
#features .examStatus > tbody > tr > td.score_approved {
	background-color: LightGreen;
}
#features .examStatus > tbody > tr > td.score_declined {
	background-color: LightCoral;
}
/* --------------- Select Option --------------- */
#features .cus_sel {
	display: inline-block;
}
#features .cus_sel select {
  background-color: #40e0d0;
  color: white;
  padding: 5px;
  width: 100%;
  border: none;
  font-size: 15px;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}
#features .cus_sel::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
#features .cus_sel:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}
#features .cus_sel select option {
  padding: 30px;
}

/* Screenshots Section
--------------------------------*/
.owl-dot.active > span {
  height: 10px !important;
  width: 10px !important;
}
.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
}
.owl-item img {
  cursor: pointer;
}
.owl-stage-outer {
  margin-bottom: 30px;
}
.owl-theme .owl-nav {
  display: none;
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #40e0d0;
  /*background: #71c55d;*/
}
.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

/* Video Section
--------------------------------*/
#video {
  background: url(../img/video-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}
#video .overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}
#video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#40e0d0 50%, rgba(113, 197, 93, 0.15) 52%);
  /*background: radial-gradient(#71c55d 50%, rgba(113, 197, 93, 0.15) 52%);*/
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}
#video .overlay .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#video .overlay .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#video .overlay .play-btn:hover::after {
  /*border-left: 15px solid #71c55d;*/
  border-left: 15px solid #40e0d0;
  -webkit-transform: scale(20);
  transform: scale(20);
}
#video .overlay .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
/* Team Section
--------------------------------*/
#team .team-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  height: 254px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  #team .team-block {
    margin-bottom: 30px;
  }
}
#team .team-block img {
  width: 100%;
}
#team .team-block .team-content {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  /*bottom: -147px;*/
  padding: 20px 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}
#team .team-block .team-content ul {
  display: block;
  width: 100%;
}
#team .team-block .team-content ul li {
  display: inline-block;
}
#team .team-block .team-content ul li a {
  color: #626262;
}
#team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}
#team .team-block .team-content ul li a .fa:hover {
  /*color: #71c55d;*/
  color: #40e0d0;
}
#team .team-block .team-content ul > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#team .team-block:hover .team-content {
  bottom: 0px;
  transition: all 0.5s ease-in-out 0s;
}

/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}
#testimonials .testimonials-content::before {
  color: #40e0d0;
  /*color: #71c55d;*/
  content: "";
  display: inline-block;
  font: 70px/1 FontAwesome;
  position: absolute;
  right: 43px;
  text-align: left;
  top: -29px;
}
#testimonials .top-top > h2 {
  font-family: "Roboto" sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#testimonials .top-top > h4 {
  font: 700 12px Lato, sans-serif;
}
#testimonials .top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}
#testimonials .btm-btm ul li {
  float: left;
  margin-left: 13px;
  border-radius: 50%;
  margin-right: 13px;
  background: #ddd none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
}
#testimonials .btm-btm .active {
  background: #40e0d0;
  /*background: #71c55d;*/
}
.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}
.carousel-indicators li {
  margin: 0;
}

/* Pricing Table Section
--------------------------------*/
#pricing .block-pricing {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  #pricing .block-pricing {
    margin-bottom: 30px;
  }
}
#pricing .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 15px;
  max-width: 100%;
  width: 100%;
}
#pricing .block-pricing .table h4 {
  padding-bottom: 30px;
}
#pricing .block-pricing h2 {
  margin-bottom: 30px;
}
#pricing .block-pricing ul {
  list-style: outside none none;
  margin: 10px auto;
  max-width: 240px;
  padding: 0;
}
#pricing .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
}
#pricing .block-pricing ul li b {
  color: #3c4857;
}
#pricing .block-pricing .table .table_btn a {
  background: #40e0d0;
  /*background: #71c55d;*/
  color: #fff;
  margin: 0;
  display: inline-block;
}
#pricing .block-pricing .table .table_btn a:hover {
  background: #55b03f;
}
#pricing .block-pricing .table .table_btn a .fa {
  font-size: 13px;
  margin-right: 5px;
}

/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
  #blog .block-blog {
    margin-bottom: 30px;
  }
}
#blog .block-blog img {
  width: 100%;
}
#blog .block-blog .content-blog {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
}
#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}
#blog .block-blog .content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}
#blog .block-blog .content-blog h4 a:hover {
  color: #40e0d0;
  /*color: #71c55d;*/
}
#blog .block-blog .content-blog > span {
  float: left;
  font-size: 12px;
}
#blog .block-blog .content-blog a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}
#blog .block-blog .content-blog a.readmore:hover {
  color: #40e0d0;
  /*color: #71c55d;*/
}

/* Newsletter Section
--------------------------------*/
#newsletter {
  background: transparent url(../img/newsletter-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}
#newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}
#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}
@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}
#newsletter .form-control:focus {
  border-color: #40e0d0;
  /*border-color: #71c55d;*/
  box-shadow: none;
  outline: 0 none;
}
#newsletter .btn {
  background: #40e0d0;
  /*background: #71c55d;*/
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}
@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}
#newsletter .btn:hover {
  background: #55b03f;
}
#newsletter .btn .fa {
  padding-right: 10px;
}
#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}
#newsletter ul li {
  /*background: #71c55d;*/
  background: #40e0d0;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
}
#newsletter ul li:hover {
  background: #55b03f;
}
#newsletter ul li .fa {
  color: #fff;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
}
#contact .info {
  color: #222;
}
#contact .info i {
  font-size: 32px;
  /*color: #71c55d;*/
  color: #40e0d0;
  float: left;
}
#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}
#contact .info .email p {
  padding-top: 5px;
}
#contact .social-links {
  padding-bottom: 20px;
}
#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #40e0d0;
  /*background: #71c55d;*/
  color: #fff;
  line-height: 1;
  padding: 6px 0 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#contact .social-links a:hover {
  background: #55b03f;
  color: #fff;
}
#contact .form #sendmessage {
  /*color: #71c55d;
  border: 1px solid #71c55d;*/
  color: #40e0d0;
  border: 1px solid #40e0d0;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 1;
}
#contact .form button[type="submit"] {
  background: #40e0d0;
  /*background: #71c55d;*/
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}
#contact .form button[type="submit"]:hover {
  background: #92d283;
}
#contact .setting {
	font-family: "Roboto", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
	position:relative;	
	width: 600px;
	height: 400px;
	/*border: 2px solid #c5c5c5;*/
	background-color: #fff;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
	padding: 20px;
	justify-content: center;
	align-items: center;
	z-index: 10;
	margin-top: -350px;
	margin-left: auto;
	margin-right: auto;
}
#contact .setting > h3 {
	font-family: "Roboto", sans-serif;
    font-weight: 100;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/* Log-in / Register Section
--------------------------------*/
#login, #signup, #forgot, #reset {
  background: #fff; 
  width: 100%;
  height: calc(100vh - 40px);
  background-size: 100%;
  position: relative;
  margin-top: 40px;
}
@media (min-width: 1025px) {
  #login, #signup, #forgot, #reset {
    background-attachment: fixed;
  }
}
#login .login-container, #signup .signup-container, #forgot .signup-container, #reset .signup-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#login .info, #signup .info, #forgot .info, #reset .info {
  color: #222;
}
#login .info i, #signup .info i, #forgot .info i, #reset .info i {
  font-size: 32px;
  /*color: #71c55d;*/
  color: #40e0d0;
  float: left;
}
#login .info p, #signup .info p, #forgot .info p, #reset .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}
#login .info .email p, #signup .info .email p, #forgot .info .email p, #reset .info .email p {
  padding-top: 5px;
}
#login .social-links {
  padding-bottom: 20px;
}
#login .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #40e0d0;
  /*background: #71c55d;*/
  color: #fff;
  line-height: 1;
  padding: 6px 0 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#login .social-links a:hover {
  background: #55b03f;
  color: #fff;
}
#login .form #sendmessage, #signup .form #sendmessage, #forgot .form #sendmessage, #reset .form #sendmessage  {
  /*color: #71c55d;
  border: 1px solid #71c55d;*/
  color: #40e0d0;
  border: 1px solid #40e0d0;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#login .form #errormessage, #signup .form #errormessage, #forgot .form #errormessage, #reset .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#login .form #loginagainmsg, #signup .form #loginagainmsg, #forgot .form #loginagainmsg, #reset .form #loginagainmsg {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#login .form #sendmessage.show, #login .form #errormessage.show, #login .form #loginagainmsg.show, #login .form .show, #signup .form #sendmessage.show, #signup .form #errormessage.show, #signup .form .show, #forgot .form #sendmessage.show, #forgot .form #errormessage.show, #forgot .form .show, #reset .form #sendmessage.show, #reset .form #errormessage.show, #reset .form .show  {
  display: block!important;
}

#login .form .validation, #signup .form .validation, #forgot .form .validation, #reset .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#login .form input, #login .form textarea, #signup .form input, #signup .form textarea, #forgot .form input, #forgot .form textarea, #reset .form input, #reset .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 1;
}

#login .form button[type="submit"], #signup .form button[type="submit"], #forgot .form button[type="submit"], #reset .form button[type="submit"] {
  background: #40e0d0;
  /*background: #71c55d;*/
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#login .form button[type="submit"]:hover, #signup .form button[type="submit"]:hover, #forgot .form button[type="submit"]:hover, #reset .form button[type="submit"]:hover {
  background: #33b3a6;
}


/*--------------------------------------------------------------
# Alert
--------------------------------------------------------------*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/* Loader */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
      animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   { 
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(-100%);  /* IE 9 */
            transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
            transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(100%);  /* IE 9 */
            transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;  
            transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateY(-100%);  /* IE 9 */
            transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;  
            transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  /*background: #2a2c30;*/
  padding-top: 50px;
}
.footer .footer-logo .navbar-brand {
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "Philosopher", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  padding-left: 0;
  padding-top: 0;
}
.footer .footer-logo p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
.footer .list-menu > h4 {
  color: #fff;
  padding-bottom: 20px;
}
.footer .list-menu ul li a {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}
.footer .copyrights {
  background: #fff;
  margin-top: 50px;
  text-align: center;
  padding: 25px;
}
.footer .copyrights p, .footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
}
.footer .copyrights p a, .footer .copyrights .credits a {
  letter-spacing: 0;
  color: #40e0d0;
  /*color: #71c55d;*/
}

/*--------------------------------------------------------------
# AdminLTE Box
--------------------------------------------------------------*/
.box{
	position:relative;
	border-radius:3px;
	background:#ffffff;
	border-top:3px solid #d2d6de;
	margin-bottom:20px;
	width:100%;
	box-shadow:0 1px 1px rgba(0,0,0,0.1)
}
.box.box-primary{
	border-top-color:#3c8dbc
}
.box.box-info{
	border-top-color:#00c0ef
}
.box.box-danger{
	border-top-color:#dd4b39
}
.box.box-warning{
	border-top-color:#f39c12
}
.box.box-success{
	border-top-color:#00a65a
}
.box.box-default{
	border-top-color:#d2d6de
}
.box.collapsed-box .box-body,.box.collapsed-box .box-footer{
	display:none
}
.box .nav-stacked>li{
	border-bottom:1px solid #f4f4f4;
	margin:0
}
.box .nav-stacked>li:last-of-type{
	border-bottom:none
}
.box.height-control .box-body{
	max-height:300px;
	overflow:auto
}
.box .border-right{
	border-right:1px solid #f4f4f4
}
.box .border-left{
	border-left:1px solid #f4f4f4
}
.box.box-solid{
	border-top:0px
}
.box.box-solid>.box-header .btn2.btn2-default{
	background:transparent
}
.box.box-solid>.box-header .btn2:hover,.box.box-solid>.box-header a:hover{
	background:rgba(0,0,0,0.1) !important
}
.box.box-solid.box-default{
	border:1px solid #d2d6de
}
.box.box-solid.box-default>.box-header{
	color:#444;
	background:#d2d6de;
	background-color:#d2d6de
}
.box.box-solid.box-default>.box-header a,.box.box-solid.box-default>.box-header .btn2{
	color:#444
}
.box.box-solid.box-primary{
	border:1px solid #3c8dbc
}
.box.box-solid.box-primary>.box-header{
	color:#fff;
	background:#3c8dbc;
	background-color:#3c8dbc
}
.box.box-solid.box-primary>.box-header a,.box.box-solid.box-primary>.box-header .btn2{
	color:#fff
}
.box.box-solid.box-info{
	border:1px solid #00c0ef
}
.box.box-solid.box-info>.box-header{
	color:#fff;
	background:#00c0ef;
	background-color:#00c0ef
}
.box.box-solid.box-info>.box-header a,.box.box-solid.box-info>.box-header .btn2{
	color:#fff
}
.box.box-solid.box-danger{
	border:1px solid #dd4b39
}
.box.box-solid.box-danger>.box-header{
	color:#fff;
	background:#dd4b39;
	background-color:#dd4b39
}
.box.box-solid.box-danger>.box-header a,.box.box-solid.box-danger>.box-header .btn{
	color:#fff
}
.box.box-solid.box-warning{
	border:1px solid #f39c12
}
.box.box-solid.box-warning>.box-header{
	color:#fff;
	background:#f39c12;
	background-color:#f39c12
}
.box.box-solid.box-warning>.box-header a,.box.box-solid.box-warning>.box-header .btn2{
	color:#fff
}
.box.box-solid.box-success{
	border:1px solid #00a65a
}
.box.box-solid.box-success>.box-header{
	color:#fff;
	background:#00a65a;
	background-color:#00a65a
}
.box.box-solid.box-success>.box-header a,.box.box-solid.box-success>.box-header .btn2{
	color:#fff
}
.box.box-solid>.box-header>.box-tools .btn2{
	border:0;
	box-shadow:none
}
.box.box-solid[class*='bg']>.box-header{
	color:#fff
}
.box .box-group>.box{
	margin-bottom:5px
}
.box .knob-label{
	text-align:center;
	color:#333;
	font-weight:100;
	font-size:12px;
	margin-bottom:0.3em
}
.box>.overlay,.box>.loading-img{
	position:absolute;
	top:-3px;
	left:0;
	width:100%;
	height:100%
}
.box .overlay{
	z-index:1010;
	background:rgba(255,255,255,0.7);
	border-radius:3px
}
.box .overlay>.fa{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-15px;
	margin-top:-15px;
	color:#000;
	font-size:30px
}
.box .overlay.dark{
	background:rgba(0,0,0,0.5)
}
.box-header{
	color:#444;
	display:block;
	padding:10px;
	position:relative;	
	text-align:left;
}
.box-header:before,.box-header:after{
	content:" ";
	display:table
}
.box-header:after{
	clear:both
}
.box-header.with-border{
	border-bottom:1px solid #f4f4f4
}
.collapsed-box .box-header.with-border{
	border-bottom:none
}
.box-header>.fa,.box-header>.glyphicon,.box-header>.ion,.box-header .box-title{
	display:inline-block;
	font-size:18px;
	margin:0;
	line-height:1
}
.box-header>.fa,.box-header>.glyphicon,.box-header>.ion{
	margin-right:5px
}
.box-header>.box-tools{
	position:absolute;
	right:10px;
	top:5px
}
.box-header>.box-tools [data-toggle="tooltip"]{
	position:relative
}
.box-header>.box-tools.pull-right .dropdown-menu{
	right:0;
	left:auto
}
.btn2-box-tool{
	padding:5px;
	font-size:12px;
	background:transparent;
	box-shadow:none!important;
	color:#97a0b3
}
.open .btn2-box-tool,.btn2-box-tool:hover{
	color:#606c84
}
.btn2-box-tool:active{
	outline:none!important
}
.box-body{
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	padding:10px;
	text-align:left;
}
.no-header .box-body{
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}
.box-body>.table{
	margin-bottom:0
}
.box-body>.chart{
	position:relative;
	overflow:hidden;
	width:100%
}
.box-body>.chart svg,.box-body>.chart canvas{
	width:100%!important
}
.box-body .fc{
	margin-top:5px
}
.box-body .full-width-chart{
	margin:-19px
}
.box-body.no-padding .full-width-chart{
	margin:-9px
}
.box-body .box-pane{
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:3px
}
.box-body .box-pane-right{
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:0
}
.box-footer{
	border-top-left-radius:0;
	border-top-right-radius:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	border-top:1px solid #f4f4f4;
	padding:10px;
	background-color:#fff
}
.btn2{
	border-radius:3px;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:1px solid transparent
}
.btn2.uppercase{
	text-transform:uppercase
}
.btn2.btn2-flat{
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-width:1px
}
.btn2:active{
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
	-moz-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)
}
.btn2:focus{
	outline:none
}
.btn2.btn2-file{
	position:relative;
	overflow:hidden
}
.btn2.btn2-file>input[type='file']{
	position:absolute;
	top:0;
	right:0;
	min-width:100%;
	min-height:100%;
	font-size:100px;
	text-align:right;
	opacity:0;
	filter:alpha(opacity=0);
	outline:none;
	background:white;
	cursor:inherit;
	display:block
}
.btn2-default{
	background-color:#f4f4f4;
	color:#444;
	border-color:#ddd
}
.btn2-default:hover,.btn-default:active,.btn-default.hover{
	background-color:#e7e7e7 !important
}
.btn2-social.btn2-sm{
	padding-left:38px !important
}
.btn2-social.btn2-sm :first-child{
	line-height:28px;
	width:28px;
	font-size:1.4em
}
.btn2-primary{
	background-color:#3c8dbc;
	border-color:#367fa9
}
.btn2-primary:hover,.btn2-primary:active,.btn2-primary.hover{
	background-color:#367fa9
}
.btn2-success{
	background-color:#00a65a;
	border-color:#008d4c
}
.btn2-success:hover,.btn2-success:active,.btn2-success.hover{
	background-color:#008d4c
}
.btn2-info{
	background-color:#00c0ef;
	border-color:#00acd6
}
.btn2-info:hover,.btn2-info:active,.btn2-info.hover{
	background-color:#00acd6
}
.btn2-danger{
	background-color:#dd4b39;
	border-color:#d73925
}
.btn2-danger:hover,.btn2-danger:active,.btn2-danger.hover{
	background-color:#d73925
}
.btn2-warning{
	background-color:#f39c12;
	border-color:#e08e0b
}
.btn2-warning:hover,.btn2-warning:active,.btn2-warning.hover{
	background-color:#e08e0b
}

/* Customize radio button */
/* Customize the label (the container) */
.cus_cont {
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cus_cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.cus_cont:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cus_cont input:checked ~ .checkmark {
  background-color: #40e0d0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.cus_cont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.cus_cont .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
