@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* GENERAL */
html, body {
  font-family: "OP Chevin Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #323232;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

#topheader {
  background: #F0F0F0;
}
@media (max-width: 991px) {
  #topheader {
    display: none;
  }
}
#topheader .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#topheader .left ul {
  padding: 0;
  margin: 0;
}
#topheader .left ul li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 12px 20px;
  position: relative;
}
@media (max-width: 1199px) {
  #topheader .left ul li {
    padding: 10px 15px;
    font-size: 13px;
  }
}
#topheader .left ul li:after {
  content: "";
  background: #FF6A10;
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  display: none;
}
#topheader .left ul li.active {
  background: #FFF;
}
#topheader .left ul li.active:after {
  display: block;
}
#topheader .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#topheader .right ul {
  padding: 0;
  margin: 0;
}
#topheader .right ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  padding: 12px 15px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  #topheader .right ul li {
    padding: 10px 12px;
    font-size: 13px;
  }
}
#topheader .right ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 25px;
  background: #e0e0e0;
}
#topheader .right ul li:last-child:after {
  display: none;
}
#topheader .right ul li img {
  width: 22px;
  vertical-align: bottom;
}
#topheader .right .btns button {
  background: #FFF;
  color: #484848;
  text-align: center;
  text-transform: uppercase;
  height: 31px;
  border: 1px solid #bebebe;
  min-width: 120px;
}
#topheader .right .btns button:hover {
  background: #f5f5f5;
}
#topheader .right .btns button img {
  width: 22px;
  margin-right: 5px;
  vertical-align: bottom;
}

#mainmenu {
  padding: 20px 0;
  border-bottom: 2px solid #CBCBCB;
}
#mainmenu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  #mainmenu .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#mainmenu .menulist {
  margin-left: 30px;
}
@media (max-width: 991px) {
  #mainmenu .menulist {
    display: none;
  }
}
#mainmenu .menulist ul {
  padding: 0;
  margin: 0;
}
#mainmenu .menulist ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 17px;
}
#mainmenu .menulist ul li:last-child {
  margin-right: 0;
}
#mainmenu .menulist ul li img {
  width: 20px;
}
#mainmenu .images {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  #mainmenu .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#mainmenu .images div {
  margin-right: 20px;
}
#mainmenu .images div:last-child {
  margin-right: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #BFBFBF;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainmenu .images img {
  width: 22px;
}

#slider {
  padding: 15px 0;
}
#slider .slide {
  background: url(../imgs/op/img.jpg) center center no-repeat;
  height: 440px;
  background-size: cover;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#slider .slide .content {
  width: 45%;
}
#slider .slide .content h3 {
  color: #FFF;
  font-weight: 300;
  font-size: 36px;
  text-shadow: 0px 0px 5px #707070;
}
#slider .slide .content p {
  color: #FFF;
  font-size: 16px;
  text-shadow: 0px 0px 5px #707070;
}
#slider .slide .content button {
  background: #FFF;
  border-radius: 30px;
  padding: 0 15px;
  font-weight: 300;
  font-size: 15px;
  border: 1px solid #000;
  height: 40px;
}

#loginarea {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(255, 255, 255, 0.6);
  left: 0;
  top: 0;
}
#loginarea .inner {
  background: #fff;
  -webkit-box-shadow: 0 0 2px #c9c9c9;
          box-shadow: 0 0 2px #c9c9c9;
  position: fixed;
  right: 0;
  top: 0;
  width: 720px;
  max-width: 90%;
  height: 100%;
  padding: 50px;
  padding-top: 80px;
  overflow-x: auto;
}
#loginarea .inner .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  border: 1px solid #BFBFBF;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#loginarea .inner form legend {
  font-size: 50px;
  font-weight: 200;
  color: #323232;
  margin-bottom: 50px;
}
#loginarea .inner form legend span {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
#loginarea .inner form .keytitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loginarea .inner form .keytitle .img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #8f8f8f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#loginarea .inner form .keytitle p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  margin-left: 15px;
}
#loginarea .inner form p {
  font-size: 17px;
  font-weight: 500;
}
#loginarea .inner form .has-error input {
  background-color: #fbeded;
  border-color: #cd212e;
  -webkit-box-shadow: 0 0 0.4rem rgba(205, 33, 46, 0.5765) !important;
          box-shadow: 0 0 0.4rem rgba(205, 33, 46, 0.5765) !important;
}
#loginarea .inner form .has-error input:hover {
  background: #FFF;
}
#loginarea .inner form .has-error .errmsg {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-top: 7px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#loginarea .inner form .has-error .errmsg img {
  width: 18px;
}
#loginarea .inner form .errmsg {
  display: none;
}
#loginarea .inner form label {
  font-size: 18px;
  text-align: right;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 991px) {
  #loginarea .inner form label {
    text-align: left;
    margin-bottom: 4px;
    margin-top: 0;
  }
}
#loginarea .inner form input {
  background-color: #fff;
  border: 1px solid #8f8f8f;
  height: 47px;
  font-size: 18px;
  border-radius: 0;
}
#loginarea .inner form input:hover {
  border-color: #ee5a00;
}
#loginarea .inner form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px solid #ee5a00;
}
#loginarea .inner form input::-webkit-input-placeholder {
  color: #bebebe;
}
#loginarea .inner form input::-moz-placeholder {
  color: #bebebe;
}
#loginarea .inner form input:-ms-input-placeholder {
  color: #bebebe;
}
#loginarea .inner form input::-ms-input-placeholder {
  color: #bebebe;
}
#loginarea .inner form input::placeholder {
  color: #bebebe;
}
#loginarea .inner form .forget {
  font-weight: 500;
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid #EE5A00;
  cursor: pointer;
}
#loginarea .inner form .btns {
  text-align: right;
}
#loginarea .inner form .btns button {
  height: 47px;
  background: #EE5A00;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  min-width: 160px;
  border-radius: 30px;
}
#loginarea .inner form .btns button:hover {
  background: #e05500;
}

#header2 {
  border-bottom: 2px solid #CBCBCB;
  padding: 20px 0;
}
#header2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header2 p {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 32px;
  margin-left: 20px;
}

#main .details {
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}
#main .details .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .details .links a {
  text-decoration: none;
  background: #EE5A00;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  min-width: 160px;
  border-radius: 30px;
  padding: 10px 0;
  margin-right: 15px;
}
#main .details .links a:last-child {
  margin-right: 0;
}
#main .details .links a.success {
  background: #2ecc71;
}
#main .details .links a.success:hover {
  background: #27ae60;
}
#main .details .links a:hover {
  background: #e05500;
}
#main .details .success {
  text-align: center;
}
#main .details .success h3 {
  font-weight: 600;
  font-size: 24px;
  color: #EE5A00;
  margin-bottom: 10px;
  margin-top: 10px;
}
#main .details .success p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
#main .details .content1 h3 {
  font-weight: 600;
  font-size: 24px;
}
#main .details .content1 p {
  font-size: 17px;
  font-weight: 500;
}
#main .details form legend {
  font-weight: 600;
  color: #EE5A00;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
#main .details form .has-error input {
  background-color: #fbeded;
  border-color: #cd212e;
  -webkit-box-shadow: 0 0 0.4rem rgba(205, 33, 46, 0.5765) !important;
          box-shadow: 0 0 0.4rem rgba(205, 33, 46, 0.5765) !important;
}
#main .details form .has-error input:hover {
  background: #FFF;
}
#main .details form .has-error .errmsg {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin-top: 7px;
}
#main .details form .has-error .errmsg img {
  width: 18px;
}
#main .details form label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
#main .details form input {
  background-color: #fff;
  border: 1px solid #8f8f8f;
  height: 47px;
  font-size: 18px;
  border-radius: 0;
}
#main .details form input:hover {
  border-color: #ee5a00;
}
#main .details form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px solid #ee5a00;
}
#main .details form input::-webkit-input-placeholder {
  color: #bebebe;
}
#main .details form input::-moz-placeholder {
  color: #bebebe;
}
#main .details form input:-ms-input-placeholder {
  color: #bebebe;
}
#main .details form input::-ms-input-placeholder {
  color: #bebebe;
}
#main .details form input::placeholder {
  color: #bebebe;
}
#main .details form .btns {
  text-align: right;
}
#main .details form .btns button {
  height: 47px;
  background: #EE5A00;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFF;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  min-width: 160px;
  border-radius: 30px;
}
#main .details form .btns button:hover {
  background: #e05500;
}
#main .details .content2 h3 {
  font-weight: 600;
  font-size: 24px;
}
#main .details .content2 p {
  font-size: 17px;
  font-weight: 500;
}

.loader {
  text-align: center;
  padding: 100px 0;
}
.loader p {
  font-size: 18px;
}
.loader p:first-child {
  margin-bottom: 45px;
}
.loader p:last-child {
  margin-bottom: 0;
  margin-top: 45px;
}

.spinner {
  width: 11.2px;
  height: 11.2px;
  margin: 0 auto;
  border-radius: 11.2px;
  -webkit-box-shadow: 28px 0px 0 0 rgba(238, 90, 0, 0.2), 22.7px 16.5px 0 0 rgba(238, 90, 0, 0.4), 8.68px 26.6px 0 0 rgba(238, 90, 0, 0.6), -8.68px 26.6px 0 0 rgba(238, 90, 0, 0.8), -22.7px 16.5px 0 0 #ee5a00;
          box-shadow: 28px 0px 0 0 rgba(238, 90, 0, 0.2), 22.7px 16.5px 0 0 rgba(238, 90, 0, 0.4), 8.68px 26.6px 0 0 rgba(238, 90, 0, 0.6), -8.68px 26.6px 0 0 rgba(238, 90, 0, 0.8), -22.7px 16.5px 0 0 #ee5a00;
  -webkit-animation: spinner-b87k6z 1s infinite linear;
          animation: spinner-b87k6z 1s infinite linear;
}

@-webkit-keyframes spinner-b87k6z {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-b87k6z {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.upload-area {
  margin: 20px auto;
}
.upload-area label {
  background: #efefef;
  padding: 40px;
  width: 100%;
  cursor: pointer;
  text-align: center !important;
}
.upload-area label.has-error {
  border-color: red !important;
  background: rgba(255, 0, 0, 0.1);
}
.upload-area label svg {
  font-size: 36px;
}
.upload-area label p {
  text-align: center;
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 400;
}
.upload-area label .click-here {
  font-size: 24px;
  background: #dedede;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  color: #505050;
}
.upload-area label #progressBar {
  margin-top: 0;
  width: 0%;
  height: auto;
  background-color: #3498db;
  border-radius: 10px;
  color: #FFF;
  font-size: 16px;
}
.upload-area label #progressBar div {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 300;
}
.upload-area label #progressBar div b {
  font-weight: 700;
}