html {
 position: relative;
 min-height: 100%;
}
.container {
 display:inline-flex;
 flex-wrap:wrap;
 margin-top: 70px;
 /*margin-bottom: 125px;*/
}
.flex-direction {
 flex-direction:row;
}
.div1 {
 width: 50%;
 padding-right: 50px;
 padding-left: 50px;
}
.div1 h1 {
 margin: 0 !important;
 font-size: 27px;
 font-weight: 600;
 color: #4a5361;
}
.div1 ul li {
 font-size: 18px !important;
 margin-bottom: 15px;
}
.div2 {
 width:44%;
 height: 100%;
 margin-left: 50px;
}
.buttons {
 animation-delay: 0.5s;
 animation: slideRight 0.5s;
}





@keyframes slideRight {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/*.div2 img {
 border-radius: 5px;
 box-shadow: rgb(0 0 0 / 50%) 0px 6px 24px 0px, rgb(0 0 0 / 50%) 0px 0px 0px 1px;
}*/
@media screen and (max-width: 1000px) {
 .flex-direction {
   flex-direction:column;
 }
 .container {
   margin-top: 35px;
   margin-bottom: 35px;
 }
 .div1 {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  }
 .div1 h1 {
  font-size: 27px;
 }
 .div2 {
  width: 100%;
  margin-left: 0px;
 }
 .button {
  width: 145px !important;
 }
 .wrapper {
  max-width: 95% !important;
 }
 .info30 {
  height: auto !important;
  width: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
  margin: 25px 0px 25px 0px !important;
}
 .info50 {
  height: auto !important;
  width: 100% !important;
  max-width: unset !important;
  max-height: unset !important;
  margin: 25px 0px 25px 0px !important;
 }

 .infoheader{
  /*text-align: center !important;*/
 }
} 

* {
  box-sizing: border-box;
  /*font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;*/
  font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
  font-size: 16px;
  scroll-behavior: smooth;
  line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
  /*font-size: calc(14px + 9 * ((100vw - 300px) / (1600 - 300)));*/
}
.msg.error{
 border: 2px solid red;
 background-color: #e1e0e0;
}
.msg.success{
 border: 2px solid #00c700;
 background-color: #a6ffa6;
}
body {
  background-color: #f3f4f7;
  margin: 0;
}

.contact textarea {
    background-color: #fff;
    color: #4a5361;
    border: 1px solid #efe6e6;
    border-radius: 4px;
    display: inline-block;
    padding: 0.5rem 0.75rem;
    width: 410px;
    height: 200px;
    font-family: inherit;
    font-size: 1rem;
    margin-bottom: 15px;
}

.alt {
	color: #4a79b4;
	font-size: 23px;
}
.button {
    background-image: linear-gradient(to right, #033273 0%, #7b57e3 100%);
    margin: 10px;
    text-decoration: none;
    font-size: 16px;
    padding: 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 175px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
}

.gradient {
background-image: linear-gradient(to right, #033273 0%, #7b57e3 100%);

}
.button:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    /*margin: 5px 10px 12px;*/
    }

.border {
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.center-login {
 text-align: center;
}

.center h2 {
font-size: 27px;
 color: #4a5361;
}

.content .center h2 {
 font-size: 27px;
 color: #4a5361;
}

.content-header .filters .list button:hover {
  background: #4672a9;
}

.content-block {
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 300px;
  padding: 50px;
  /*box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.03);*/
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  overflow: hidden;
  border-radius: 15px;
}

.content-block .block-header {
  position: relative;
  border-bottom: 1px solid #f0f1f2;
  margin-bottom: 20px;
  padding: 0 15px 15px 15px;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 14px;
  font-weight: 500;
}

.content-block .block-header i {
  display: inline-flex;
  height: 25px;
  width: 25px;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #d5e7fa;
  color: #6e94ba;
  margin-right: 10px;
}

.content-block-wrapper {
  display: flex;
  width: 100%;
  padding-top: 25px;
}

.content-block-wrapper .content-block {
  width: 100%;
  margin: 0 10px;
}

.content-block-wrapper .content-block:first-child {
  margin-left: 0;
}

.content-block-wrapper .content-block:last-child {
  margin-right: 0;
}

.content-title {
  /*border-bottom: 1px solid #dbdddf;*/
  display: flex;
}

.content-title h2 {
  margin: 0 !important;
  font-size: 20px;
  font-weight: 600;
  color: #4a5361;
}

.content-title .btn {
  height: 36px;
}

.content-title .title {
  flex: 1;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 30px;
}

.content-title .title i {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #489c80;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  margin-right: 12px;
  font-size: 18px;
}

.content-title .title i.alt {
  background-color: #7c8394;
}

.content-title .title h2 {
  padding: 0 0 3px 0;
}

.content-title .title p {
  margin: 0;
  font-size: 14px;
  color: #99999a;
  font-weight: 500;
}
.half {
	display: inline-block;
      	width: 49%;
	vertical-align: middle;
}
.center {
 text-align: center;
 }
.half h1 {
 font-size: 45px;
 color: #2A3F54;
}

.info30 {
 margin: 25px;
 display: inline-block;
 border-radius: 15px;
 background-color: #fff;
 height: 50vw;
 max-height: 415px;
 width: 27%;
 max-width: 400px;
 vertical-align: top;
/*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
 box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
 /*animation: slideIn 0.5s, fadeIn 0.5s;
 animation-delay: calc(var(--animation-order) * 200ms);
 transition-timing-function: ease-out;*/
}
.info50 {
 margin: 25px;
 display: inline-block;
 border-radius: 5px;
 background-color: unset;
 height: 25vw;
 max-height: 330px;
 width: 47%;
 max-width: 450px;
 vertical-align: top;
/*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
/* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
}
.info50.nomargin {
    margin: unset;
    max-width: unset;
}
.infoheader {
 font-size:20px;
 padding: 25px;
 /*text-align: left;*/
}
.featureheader {
 font-size:20px;
 text-align: left;
}
.info50 i {
 color: #2160b9;
 height: 75px;
 width: 75px;
 border-radius: 50%;
 padding-top: 36px;
 box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.img {
 max-width:100%;
 max-height:100%;
 height:auto;
 object-fit: scale-down;
 vertical-align:middle;
 border-radius: 5px;
}

.login, .register, .contact {
  width: 450px;
  background-color: #ffffff;
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  margin: 100px auto;
  border-radius: 15px;
  animation: slideIn 0.5s, fadeIn 0.5s;
  transition-timing-function: ease-out;
}

.login h1, .register h1, .contact h1 {
  text-align: center;
  color: #5b6574;
  font-size: 24px;
  padding: 20px 0 20px 0;
}

.login .links, .register .links, .contact .links {
  display: flex;
  padding: 0 15px;
}

.login .links a, .register .links a, .contact .links a {
  color: #9da3ac;
  text-decoration: none;
  display: inline-flex;
  padding: 0 10px 10px 10px;
  font-weight: 500;
}

.login .links a:hover, .register .links a:hover, .contact .links a:hover {
  color: #9da3ac;
}

.login .links a.active, .register .links a.active, .contact .links a.active {
  border-bottom: 3px solid #3274d6;
  color: #3274d6;
}

.login form, .register form, .contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.login form label, .register form label, .contact form label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 50px;
  background-color: #3274d6;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.login form input[type="password"], .login form input[type="text"], .login form input[type="email"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"], .contact form input[type="password"], .contact form input[type="text"], .contact form input[type="email"] {
  width: 80%;
  height: 50px;
  border: 1px solid #dee0e4;
  border-left: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  outline: 0;
  color: #4a5361;
}

.login form input[type="password"]::placeholder, .login form input[type="text"]::placeholder, .login form input[type="email"]::placeholder, .register form input[type="password"]::placeholder, .register form input[type="text"]::placeholder, .register form input[type="email"]::placeholder, .contact form input[type="password"]::placeholder, .contact form input[type="text"]::placeholder, .contact form input[type="email"]::placeholder {
  color: #8e97a3;
}

.login form input[type="password"]:focus, .login form input[type="text"]:focus, .login form input[type="email"]:focus, .register form input[type="password"]:focus, .register form input[type="text"]:focus, .register form input[type="email"]:focus, .contact form input[type="password"]:focus, .contact form input[type="text"]:focus, .contact form input[type="email"]:focus {
  border: 1px solid #c2c6cd;
  border-left: 0;
}

.login form input[type="submit"], .register form input[type="submit"], .contact form input[type="submit"] {
  width: 90%;
  padding: 15px;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: 500;
  color: #ffffff;
  transition: background-color 0.2s;
  border-radius: 4px;
  appearance: none;
}

.login form input[type="submit"]:hover, .register form input[type="submit"]:hover, .contact form input[type="submit"]:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}

.login form #rememberme, .register form #rememberme {
  width: 100%;
  height: auto;
  padding: 5px 20px;
  background-color: transparent;
  color: #5b6574;
  justify-content: flex-start;
}

.login form #rememberme input, .register form #rememberme input {
  transform: scale(1.3);
  margin-right: 7px;
}

.login form .msg, .register form .msg, .contact form .msg {
  padding: 15px 20px;
  width: 100%;
  margin: auto;
}

.login form .captcha, .register form .captcha {
  display: flex;
}

.login form .fb-btn, .login form .gl-btn, .register form .fb-btn, .register form .gl-btn, .contact form .fb-btn, .contact form .gl-btn {
  display: flex;
  text-decoration: none;
  position: relative;
  border-radius: 4px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  width: 92%;
  margin: 15px 0 5px 0;
  padding: 15px;
  transition: background-color 0.2s;
}

.login form .fb-btn i, .login form .gl-btn i, .register form .fb-btn i, .register form .gl-btn i, .contact form .fb-btn i, .contact form .gl-btn i {
  position: absolute;
  left: 15px;
}

.login form .fb-btn:hover, .login form .gl-btn:hover, .register form .fb-btn:hover, .register form .gl-btn:hover, .contact form .fb-btn:hover, .contact form .gl-btn:hover {
  color: #fff;
  transition: background-color 0.2s;
}

.login form .fb-btn, .register form .fb-btn, .contact form .fb-btn {
  background-color: #507CBF;
}

.login form .fb-btn:hover, .register form .fb-btn:hover, .contact form .fb-btn:hover {
  background-color: #426fb4;
}

.login form .gl-btn, .register form .gl-btn, .contact form .gl-btn {
  background-color: #d6523e;
}

.login form .gl-btn:hover, .register form .gl-btn:hover, .contact form .gl-btn:hover {
  background-color: #cf412c;
}

.login form > a, .register form > a, .contact form > a {
  text-decoration: none;
  color: #5b6574;
  width: 100%;
  padding: 5px 20px;
  padding-top: 25px;
  text-align: center;
}

.login form > a:hover, .register form > a:hover, .contact form > a:hover {
  color: #394049;
}

.header {
  /*background-color: #2f3947;*/
  background-color: #0a1f3d;
  height: 60px;
  width: 100%;
}
.header i {
  color: rgb(74, 121, 180);
}
.header i.fa-solid.fa-robot {
  font-size: 22pt;
  padding-right: 10px;
  padding-bottom: 5px;
}
.footer {
 background-color: #0a1f3d;
 /*height: 60px;*/
 width: 100%;
 margin-top: 75px;
 padding-top: 25px;
 padding-bottom: 55px;
 color: #fff;
 position: absolute;
 left: 0;
 bottom: 0;
}
.footer a {
 font-weight: 500;
 font-size: 16px;
 text-decoration: none;
 color: #fff;
 padding: 0 25px;
}

.footer a i {
font-size: 14px;
padding: 2px 8px 0 0;
color: rgb(74, 121, 180);
}
.footer a:hover {
 color: #eaebed;
}
.space {
 padding-bottom: 125px;
}
.space-around{
 display: flex;
 justify-content: center;
 margin-bottom: 45px;
}

.wrapper {
 margin: 0 auto;
 max-width: 1400px;
 height: 100%;
}

.header .wrapper {
  display: flex;
  position: relative;
  margin: 0 auto;
  /*width: 1400px;*/
  height: 100%;
}

.header .wrapper h1, .header .wrapper a, .header .wrapper label {
  display: inline-flex;
  align-items: center;
}

.header .wrapper h1 {
  flex: 1;
  font-size: 30px;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: normal;
}

.header .wrapper label, .header .wrapper input[type="checkbox"] {
  display: none;
}

.header .wrapper label {
  justify-content: center;
  width: 60px;
  border-left: 1px solid #272f3b;
  cursor: pointer;
}

.header .wrapper label i {
  color: #fff;
}

.header .wrapper label:hover i, .header .wrapper label:active i {
  color: #eaebed;
}


.header .wrapper a {
  padding: 0 15px;
  text-decoration: none;
  color: #c1c4c8;
  font-weight: 500;
  font-size: 16px;
}

.header .wrapper a i {
  font-size: 14px;
  padding: 2px 8px 0 0;
}

.header .wrapper a:hover {
  color: #eaebed;
}

.header .wrapper {
  display: flex;
  align-items: center;
}

.header .wrapper .menu a {
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.header .wrapper .menu a i {
  font-size: 14px;
  padding: 2px 8px 0 0;
}

.header .wrapper .menu a:hover {
  color: #eaebed;
}

body.loggedin {
  background-color: #f3f4f7;
}

.content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5px 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.content h2 {
  margin: 0;
  padding: 25px 0;
  font-size: 20px;
  color: #4a536e;
}

.content .block {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 55px 0;
  padding: 15px;
  background-color: #fff;
}

.content .block p {
  padding: 5px;
  margin: 0 0 10px 0;
}

.content.profile form label {
  display: block;
  padding: 15px 0 10px 0;
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
}

.content.profile form input[type="text"], .content.profile form input[type="password"], .content.profile form input[type="email"] {
  padding: 10px;
  width: 250px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.content.profile .profile-detail {
  padding: 5px;
}

.content.profile .profile-detail strong {
  display: inline-block;
  color: #777;
  min-width: 120px;
  font-size: 16px;
}

.content.profile .profile-detail i {
  width: 28px;
  color: #aaabad;
}

.content.profile .profile-btn {
  display: inline-block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  background-color: #3274d6;
  margin: 20px 5px 0 0;
  padding: 10px 15px;
  border-radius: 4px;
  appearance: none;
  font-size: 14px;
  font-weight: 500;
}

.content.profile .profile-btn:hover {
  background-color: #2868c7;
}

@media screen and (max-width: 420px) {
  body {
   margin: 0 0 300px !important;
  }
  .alt {
   font-size:20px;
  }
  .content .center h2 {
   font-size: 22px;
  }
  .content-block {
   padding: 15px;
  }
  .content-title h2 {
   font-size: 17px !important;
  }
  .contact textarea {
   height: 150px;
   width: 92%;
  }
  .div1 h1 {
   font-size: 22px;
  }
  .login, .register, .contact {
    width: 95% !important;
    margin: auto;
  }
  .footer a {
    padding: 0 10px;
  }
  .footer a i {
   padding: 2px 5px 0 0;
  }
  .faq-heading {
   padding: 20px 0 !important;
   }
  .faq-page {
    padding: 30px 0px !important;
    width: 100% !important; 
  }
  .faq-body { 
    padding: 0 15px !important;
    width: 100% !important;
   }
   .hr-line {
    width: 100% !important;
   }
   .space {
    /*padding-bottom: unset !important;*/
   }
}

@media screen and (max-width: 1000px) {
  .footer a {
    padding: 0 10px;
   }
      
  .header .wrapper {
    width: 100%;
  }
  .header .wrapper h1 {
    font-size: 30px;
    padding: 10px;
  }
  .header .wrapper label {
    display: inline-flex;
  }
  .header .wrapper .menu {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    flex-flow: column;
    background-color: #0b1523;
    justify-items: flex-start;
    align-items: flex-start;
  }
  .header .wrapper input[type="checkbox"]:checked ~ .menu {
    display: flex;
  }
  .header .wrapper input[type="checkbox"]:checked ~ .menu a {
    width: 100%;
    padding: 15px 17px;
    border-bottom: 1px solid #0a1f3d;
  }
  .content {
    padding: 5px 10px;
    width: 100%;
  }
  .content form input[type="text"], .content form input[type="password"], .content form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }
  .profile-detail strong {
    width: 100%;
  }
  .space {
   padding-bottom: unset !important;
  }
}
/* ----- FAQ Styling ----- */
.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
    color: #4a5361;
    font-weight: bold;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;

}
.hr-line{
  width: 60%;
  margin: auto;
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #4a5361;
    cursor: pointer;
    padding: 30px 20px;
    width: 60%;
    border: none;
    outline: none;
    transition: 0.4s ease;
    margin: auto;
    font-weight: normal;

}
.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 50%; 
   padding: auto;
   
}


/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-faq,
.faq-page:hover {
    background-color: #F9F9F9;
}

.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
    animation: fadeIn 0.8s;
    transition-timing-function: ease-out;
}

.faq-page:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /*content: '\2b';*/
    content: '\f078';
    color: #777;
    float: right;
    margin-left: 5px;
}

.active-faq:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    /*content: '\f068';*/
    content: '\f077';
}

@media (prefers-color-scheme: dark) {
.active-faq, .faq-page:hover {
    background-color: #2f343e;
}
body {
    background-color: #000000 !important;
    color: #d9d9d9;
}
.border {
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.button {
    border: 1px solid #7290cc;
    background: #324761;
    color: #d9d9d9;
}
.button:hover {
    background: #4672a9;
    color: #fff;
}
.center {
    color: #d9d9d9;
}
.center h2 {
    color: #7290cc;
}
.contact {
    background-color: #1e2127;
}
.contact form input[type="password"], .contact form input[type="text"], .contact form input[type="email"] {
    color: unset;
    background-color: unset;
    border: 0;
    border-bottom: 1px solid #7290cc;
    border-top: 1px solid #7290cc;
    border-right: 1px solid #7290cc;
}
.login form input[type="password"]:focus, .login form input[type="text"]:focus, .login form input[type="email"]:focus, .register form input[type="password"]:focus, .register form input[type="text"]:focus, .register form input[type="email"]:focus, .contact form input[type="password"]:focus, .contact form input[type="text"]:focus, .contact form input[type="email"]:focus {
    border-bottom: 1px solid #7290cc;
    border-top: 1px solid #7290cc;
    border-right: 1px solid #7290cc;
}
.contact form label {
    border: 1px solid #7290cc;
    background: #324761;
    color: #d9d9d9;
}
.contact textarea {
    background-color: unset;
    color: unset;
    border: 1px solid #7290cc;
}
.contact form input[type="submit"] {
    border: 1px solid #7290cc;
    background: #324761;
    color: #d9d9d9;
}
.contact form input[type="submit"]:hover {
    background: #4672a9;
    color: #fff;
}
.content {
    background-color: #1e2127;
}
.content-block {
    background-color: #1e2127;
}
.content-title h2 {
    color: #7290cc;
}
.content .center h2 {
    color: #7290cc;
}
.div1 h1 {
    color: #7290cc;
}
.faq-page {
    color: unset;
}
.faq-body {
    background-color: unset;
}
.faq-heading {
     color: #7290cc;
}
.footer {
    background-color: #2f343e;
}
.footer a {
    color: #d9d9d9;
}
.footer a i {
    color: #7290cc;
}
h1, h2, h3, h4, h5 {
    color: #7290cc;
}
.header {
    background-color: #2f343e;
}
.header .wrapper h1 {
    color: #d9d9d9;
}
.header .wrapper .menu a {
    color: #d9d9d9;
}
.header .wrapper .menu a i {
    color: #7290cc;
}
.hr-line {
    height: 2px;
    border: 0;
    background-color: #7290cc !important;
    padding: 0;
}
i {
    color: #7290cc;
}
.info50.nomargin {
    margin: unset;
}
.info50 i {
    border: 1px solid #4a79b4;
    box-shadow: rgb(0 0 0 / 50%) 0px 6px 24px 0px, rgb(0 0 0 / 50%) 0px 0px 0px 1px;
}
input#email {
    color: unset;
    background-color: unset;
    border: 0;
    border-bottom: 1px solid #7290cc;
    border-top: 1px solid #7290cc;
    border-right: 1px solid #7290cc;
}
input#password {
    color: unset;
    background-color: unset;
    border: 0;
    border-bottom: 1px solid #7290cc;
    border-top: 1px solid #7290cc;
    border-right: 1px solid #7290cc;
}
.login {
    background-color: #1e2127;

}
.login form > a, .register form > a, .contact form > a {
    color: #d9d9d9;
}
.login form > a:hover {
    color: #eaebed;
}
.login form label, .register form label, .contact form label {
    border: 1px solid #7290cc;
    background: #324761;
    color: #d9d9d9;
}
.login form #rememberme, .register form #rememberme {
    border: 0;
}
.login form input[type="submit"], .register form input[type="submit"], .contact form input[type="submit"] {
    border: 1px solid #7290cc;
    background: #324761;
    color: #d9d9d9;
}
.login form input[type="submit"]:hover {
    background: #4672a9;
    color: #fff;
}
.login h1, .register h1, .contact h1 {
    color: #7290cc;
}
.msg.error {
    background-color: #873939;
}
.stripe {
    filter: invert(.875);
}






}
