
body {
   background: url(../images/companybg.png);
}
.login_main {
  padding-top: 134px;
  min-height: 100vh;
  background: url(../images/login_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}  
 
.login_dv {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 18px 2px rgba(34, 0, 51, .04), 0 6px 22px 4px rgba(7, 48, 114, .12), 0 6px 10px -4px rgba(14, 13, 26, .12);
  margin: 0 auto;
  padding: 60px;
  position: relative;
  /*! min-height: 670px; */
  box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
  overflow-y: auto;
  scrollbar-width: thin;
  overflow-x: hidden;
}

.login_dv::-webkit-scrollbar {
  width: 6px;
}

.login_dv::-webkit-scrollbar-track {
  background: #f7f7f7;
}

.login_dv::-webkit-scrollbar-thumb {
  background-color: #aaa;
  border-radius: 0px;
}


.login_dv:before {
  position: absolute;
  content: '';
  right: 0;
  width: 48.6%;
  height: 100%;
  background: #f2f2f2;
  top: 0;
  opacity: 0;
  display: none;
}
.img_opacity{opacity: 0.85; width: 64px;}
/* login-form */
.pt20{padding-top:20px !important;}

.popover__inner p {
  font-size: 13px;
  color: #9f9f9f;
} 

.login_dv h4 {
  font-size: 1.75rem;
  margin: 0 0 28px 0;
  color: var(--black);
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
}
 
.login_dv .form-floating>.form-control,
.login_dv .form-floating>.form-select {
  padding: 12px 0 0 14px;
  font-size: 14px;
  /*! border-radius: 0; */
  border: none;
  margin: 0 0 20px 0; 
  background: #fff;
  height: 48px;
  overflow: hidden;
  border: 1px solid #ddd;
  color: var(--main);
  font-weight: 500;
  background-repeat: no-repeat;
} 
  
.login_dv .form-floating>label {
  padding: 9px 15px;
  /*! font-size: 16px; */
  color: #666;
  font-weight: 500; left:auto;
}  

.login_dv .form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .95;
  transform: scale(.80) translateY(-.5rem) translateX(.15rem);
}

.form__submit {
  padding: 16px 10px; 
  display: inline-block;
  width: 100%;
  background: var(--main);
  color: var(--white) !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
  border-radius: 6px;
  text-align: center;
}

.creat_acc_main {
  padding: 16px 0 0 0;
}

.terms_txt p {
  /*! font-size: 14px; */
  /*! line-height: 23px; */
}

.terms_txt p a {
  font-weight: 600;
  color: var(--main);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.btn.auth_btn {
  border-radius: 3px;
  height: 50px;
  margin: 0 0 16px 0;
  width: 100%;
  background: #fff;
  color: var(--black);
  font-weight: 600;
  font-size: 18px;
  display: flex;
  align-items: center;
  border: 2px solid var(--black);
}

.btn.auth_btn:hover {
  background: rgba(70, 64, 222, 0.08);
  color: var(--black);
}



.creat_acc_main p {
  margin: 0 0 9px 0;
  line-height: normal;
}

.creat_acc_main p a {
  margin: 0;
  font-weight: 600;
  margin: 0 0 0 6px;
  color: var(--main);
  text-decoration: underline;
}

.login_dv .form-group h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #979798;
  margin: 15px 0 14px 0;
}

.login_dv .form-group h5::before {
  content: "";
  height: 1px;
  background: linear-gradient(to right, #9012fe 0%, #002663 100%);
  width: 30%;
  position: relative;
  top: -7px;
  right: 5px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  opacity: 0.2;
}

.login_dv .form-group h5::after {
  content: "";
  height: 1px;
  background: linear-gradient(to right, #002663 0%, #9012fe 100%);
  width: 30%;
  position: relative;
  top: -7px;
  left: 5px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  opacity: 0.2;
}

.creat_account_div_main {
  padding: 0;
}

/* login-form */

.card_main {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 12px 18px 2px rgba(34, 0, 51, .04), 0 6px 22px 4px rgba(7, 48, 114, .12), 0 6px 10px -4px rgba(14, 13, 26, .12);
  margin: 0 auto;
  padding: 60px;
  position: relative;
  min-height: 670px;
  box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}

.Join_main {
  padding-top: 134px;
  min-height: 100vh;
  background: url(../images/login_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 60px;
  background-attachment: fixed;
}

.login_dv h6 { 
  /*! font-size: 18px; */
  margin: 0 0 10px 0 !important;
  color: var(--black);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.15rem;
}

.select_role_main {
  padding: 0;
}

.select_role_main li {
  list-style: none;
  display: inline-block;
  margin: 0 6px 10px 0;
}

.select_role_main li .btn.btn-outline-primary {
  /*! font-size: 13px; */
  font-weight: 500; 
  border-radius: 7px;
  padding-left: 24px;
  border-color: rgba(0,0,0,.4);
  color: rgba(0,0,0,.6);
  background-image: url(../images/plus.png);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: 10px 13px;
}

.select_role_main li .btn-outline-primary:hover {
  color: var(--main) !important;
  background-color:rgba(31, 127, 199, 0.15);
  border-color: #9ac6e6 !important;
}
 
.select_role_main li .btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary:active {
  color: var(--main) !important;
  background-color: #ddecf7 !important;
  border-color: #9ac6e6 !important;
  background-image: url(../images/close_arrow.png) !important;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 9px 11px;
}
 
.btn.save_btn {
  background: var(--main);
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.selected_role_box {
  padding: 15px;
  background: var(--light-bg);
  border-radius: 5px;
  border: 1px solid #e6f0fd;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}

.selected_role_box h6 {
  margin: 0 0 5px 0;
}

.S_items span {
  display: inline-block;
  color: var(--main);
  font-size: 13px;
  font-weight: 600;
  padding: 3px 13px;
  background: #eff2f8;
  margin: 0 0 4px 0;
  border-radius: 40px;
}

.add_btn {
  display: inline-block;
  margin: 5px 0 13px 0;
  padding: 5px 14px;
  border: 1px solid var(--main);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
}


/* login */

.img_sec {
  position: relative;
  background: #f2f2f2;
  padding: 0 0 0 26px;
}

.img_sec .logoImg {
  width: 150px;
  margin: 0 auto;
  display: inline-block;
  margin: 0 0 15px 0;
}

.s_gogle img {
  height: 20px;
  margin: 0 10px 0 0;
}

.img_sec {
  text-align: center;
}

.login_div_main .form-check-label {
  font-size: 14px;
}

.creat_account_div_main .form-check-label {
  /*! font-size: 14px; */
}

.lost_password_div {
  max-width: 490px;
  width: 100%;
}

.toggle-password {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 50px;
  line-height: 50px;
  width: 45px;
  z-index: 999;
  cursor: pointer;
  color: var(--main);
}

.pr44 {
  padding-right: 44px;
}

.form-select {
  background-color: #f0eff9;
  background-size: 16px 12px;
  border: 2px solid #afacef;
  font-size: 14px;
  color: var(--main);
  font-weight: 600;
}

.course_selectbtn {
  margin: 0;
  border-radius: 5px;
  padding: 5px 20px;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: var(--main);
  border-color: var(--main);
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, 0.034);
}

.nav_course ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav_course ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav_course ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: var(--main);
  border: 1px solid #ebeafc;
  border-radius: 6px;
  background: #edecfc;
  margin: 0 0 0 7px;
}


.metadata ul li i {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  font-size: 11px;
  color: var(--main);
  background: #f7f5f5;
  margin: 0 9px 0 0;
  line-height: 20px;
}

.header_job p.label {
  margin: 0;
}

 
.content_register {
  display: flex;
  flex-flow: column nowrap;
  flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
}

.content_register>div {
  width: 100%;
}
 
.Page_left {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: row;
  flex-direction: row;
  align-items: top;
  justify-content: space-between;
  flex: 6;
  /*! background-color: #fff; */
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
}
 
.Page_left>div:nth-child(1) {
  display: flex;
  flex-flow: column nowrap;
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 3;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
}


.Page_left>div:nth-child(2) {
  display: flex;
  flex-flow: column nowrap;
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex: 3;
  height: auto;
  background: #014292;
  color: #000;
  overflow-y: auto;
  overflow-x: hidden;
}

.dd_none {
  display: none;
}

.img_v {
  background: #fff !important;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  -moz-box-pack: start;
  justify-content: flex-start;
  padding: calc(2.5em);
  /*! -webkit-box-shadow: -5px 0px 10px -5px rgba(0, 0, 0, 0.35); */
  -moz-box-shadow: -5px 0px 10px -5px rgba(0, 0, 0, 0.35);
  /*! box-shadow: -5px 0px 10px -5px rgba(0, 0, 0, 0.35); */
  z-index: 2;
  /*! background-size: auto; */
  background-size: contain;
  background-size: 70% !important;
  border-left: 1px solid #e0e2e8;
}

.Page__image-tag {
  /*! display: flex; */
  flex-flow: column nowrap;
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /*! color: #fff; */
  width: 100%;
}

.Page__image-tag h1 {
  margin: 0px 0 0px 0;
  /*! color: var(--main); */
  text-transform: capitalize;
}

h1 span {
  font-weight: 300;
}

.Page__image-tag h3 span {
  font-weight: 300;
}

.Page__image-tag h4 {
  font-size: 1.30rem
}

.Page__image-tag h6 {
  color: #081351;
  margin-bottom: 0px;
}

.Page__image-tag img {
  /*! width: 48px; */
  margin-bottom: 4px;
  /*! opacity: 0.8; */
  margin-right: 12px;
  max-width: 540px;
  /*! box-shadow: .2rem .2rem 1rem 0 rgba(0,0,0,0.12); */
}

.Page__image-tag p {
  color: #5a5a5a;
  font-weight: 400;
}

.Page__image-tag hr {
  width: 100%;
}

.bg_bg {
  background: url(../images/login_bg.jpg);
  background-repeat: repeat;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.Page__image-tag--left {
  /*! align-items: flex-start; */
}

.Page__image-tag>span {
  font-size: 2.0945rem;
  line-height: 1;
  margin: .0625em 0;
  padding: .125em .25em;
  font-weight: 800;
  text-transform: uppercase;
  background-color: #014292;
}

.creat_account_div_main {
  padding: 0;
  max-width: 540px;
}

.SignupCloseButton {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: #0094d3;
  font-size: .7375rem;
  font-weight: 600;
  line-height: 1.5;
  padding: 1em 2em 0;
  text-align: end;
  width: 100%;
  position: absolute;
  top: 5px;
}

.SignupCloseButton__wrapper {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  display: none;
} 

.SignupCloseButton__wrapper--highlight {
  padding-right: .5em;
  visibility: hidden;
}

.SignupCloseButton__wrapper:hover .SignupCloseButton__wrapper--highlight {
  visibility: visible;
}

.SignupCloseButton__wrapper .fa {
  font-size: 20px;
}

.Page_left .Join_main {
  padding-top: 0;
  min-height: auto;
  background: #fff;
  width: 100%;
  padding-bottom: 0px;
  background-attachment: unset;
}

.Page_left .Join_main p {
  /*! font-size: 14px; */
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: inherit;
  /*! line-height: 20px; */
}

.Join_main .fa-circle {
  font-size: 16px;

}

.Page_left .Join_main a {
  /*! font-size: 14px; */
  font-weight: 400;
  margin-bottom: 10px;
  letter-spacing: inherit;
  /*! line-height: 20px; */
}

.form__submit {
  width: auto;
}

.btn-block {
  width: 100%
}

.form-floating .list-unstyled li {
  font-size: 14px;
  color: #666
}

.progress {
  height: 3px !important;
  margin-bottom: 10px;
}

.progress-bar-danger {
  background-color: #e90f10;
}

.progress-bar-warning {
  background-color: #ffad00;
}

.progress-bar-success {
  background-color: #02b502;
}

.show-pass {
  position: absolute;
  top: 6%;
  right: 0;
  transform: translateY(-6%);
  height: 50px;
  line-height: 50px;
  width: 35px;
  z-index: 999;
  cursor: pointer;
  color: var(--main);

}

.ex-account p a {
  color: #f6086e;
  text-decoration: underline;
}

.fa-circle {
  font-size: 6px;
}

.fa-check {
  color: #02b502;
}

.section_title h2 {
  font-weight: 600;
  color: var(--black);
  letter-spacing: -1px;
  font-size: 1.75rem;
}  
 
.alert {
  /*! font-size:14px; */
  /*! line-height:20px; */
} 

.section_title hr {
  width: 8%;
  height: 3px;
  margin-bottom: 20px;
  background: #999;
  opacity: 1;
  margin-top: 0px;
}

.col-gry {
  color: #ccc;
  font-size: 13px !important;
}

.login_dv .form-floating>textarea.form-control {
  height: 90px;
  padding-top: 20px;
}
 
.login_dv .personal .form-floating>textarea.form-control {
  height: 180px !important;
}

.font-bold {
  font-weight: 600 !important;
}

.login_dv {
  padding: 40px 60px;
}

@media only screen and (min-width:320px) and (max-width:926px) {
  .uploader div {
    margin: 0 0 5px 0;
    font-size: 14px;
  }

  .form-check label {
    font-size: 14px;
  }

  .btn.auth_btn {
    height: 40px;
    font-size: 14px;
    border: 1px solid var(--black);
  }

  .login_dv h4 {
    font-size: 22px;
  }

  .login_dv {
    padding: 4px;
  }

  p {
    font-size: 14px;
    line-height: 20px;
  }

  .Page_left>div:nth-child(2) {
    display: none
  }

  .login_dv .form-floating>label {
    padding: 10px 10px 10px 15px;
    font-size: 14px;
  }

  .login_dv .form-floating>.form-control,
  .login_dv .form-floating>.form-select {
    padding: 12px 0 0 14px;
    font-size: 14px;
    margin: 0 0 20px 0;
    height: 44px;
  }

  .show-pass {
    top: 0%;
    transform: translateY(-0%);
    height: 44px;
    line-height: 42px;
  }

  .section_title h2 {  
    margin: 0px;
  }

  .section_title hr {
    width: 30%;
  }

  .login_dv h6 {
    margin: 0 0 5px 0;
    font-size: 16px;
  }

  .select_role_main li .btn.btn-outline-primary {
    font-size: 12px;
    padding-left: 22px;
    background-size: 6px;
  }

  .nav-pills .nav-link {
    font-size: 12px;
    font-weight: 500;
    padding: .25rem 0.15rem;
  }
}

@media only screen and (max-width :1440px) {
  .login_dv .login_dv {
    padding: 0px;
    box-shadow: none;
  }
  .login_dv {
    padding:30px 20px;
  }
}

.avatar-upload {
  position: relative;
  max-width: 100%;
  margin: 50px auto;
  text-align: center;
}
 
.avatar-upload .avatar-edit {
  margin-top: 15px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  background: #FFFFFF;
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  background: #fff;
  color: var(--black);
  font-weight: 600;
  align-items: center;
  border: 1px solid var(--black);
  text-align: center;
  padding: 12px;
}

.dropdown-menu::before,
.dropdown-toggle::after {
  display: none
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.backgroundcolor {
  background: #fff !important;
}

article {
  margin-bottom: 30px;
  color: #000;
}

.img-responsive {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  box-shadow: .2rem .2rem 1rem 0 rgba(0, 0, 0, 0.00) !important;
}

figcaption {
  margin-top: 8px;
}

article h3 {
  font-size: 1.3rem
}

article p {
  color: #000 !important
}

article>h4 {
  font-size: 1.2rem !important
}

dt,
dd {
  margin-bottom: 5px;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999;
  font-weight: 500;
}

.dl-horizontal dd {
  margin-left: 180px;
  font-weight: 400;
}

dl p {
  margin: 0px !important;
}

figcaption p {
  margin: 0px;
}

.panel {
  /*! border:1px solid #eee; */
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(53, 72, 91, .07), 0 2px 2px rgba(0, 0, 0, .01), 0 4px 4px rgba(0, 0, 0, .02), 0 10px 8px rgba(0, 0, 0, .03), 0 15px 15px rgba(0, 0, 0, .03), 0 30px 30px rgba(0, 0, 0, .04), 0 70px 65px rgba(0, 0, 0, .05);
}

.w__50 {
  width: 40px;
}
.h_50 {
  height: 40px;
}
.w__80 {
  width: 80px;
}

.w__160 {
  width: 160px;
}

.w__220 {
  width: 220px;
}

.w__120 {
  width: 120px;
}

.w__100P {
  width: 100%!important;
}
.w__75p{width:75%}
.w__45p{width:45%}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.text-line {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}

.text-line {
  height: 16px;
  display: inline-block;
  margin: 0px 2px;
} 
 .btn-lg {font-size: 115%; font-weight:600}   
 .bg_saddow{background-color: #fff;
  border-radius:8px;
  -webkit-box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);
  box-shadow: 0 5px 10px 2px rgba(195,192,192,.2);max-width: 540px;
  margin-top: 40px;
  padding: 2rem !important;
  height: auto !important;}
@media only screen and (max-width :1440px) {
  .login_dv .login_dv {padding: 0px; box-shadow: none; }
  .login_dv {padding:40px 20px; }
h2 {font-size: calc(1.325rem + .45vw); }
  .login_dv h4 {font-size: calc(1.325rem + .45vw);margin: 0 0 15px 0;}
    
  
}
@media only screen and (max-width :1176px) {
  body{font-size:92%;}  .uploader::after, .uploader::before{display:none}
  .uploader {width: 100%; margin: 10px 0%;}
  .build {  width: 100%; margin: 10px 0%;}
  .login_dv { padding:24px 0px;} .d_area_block .devider{display: block;clear: both;}
  .bg_saddow {
   
    -webkit-box-shadow: 0 5px 10px 2px rgba(195,192,192,.0);
    box-shadow: 0 5px 10px 2px rgba(195,192,192,.0);
    margin-top: 0px;
    padding:30px 0rem !important;}

}  

form p b{color:#333}
.devider h2 { 
  width: 100%;
  text-align: center;
  border-bottom: 1px solid rgba(128, 128, 128, 0.3);
  line-height: 0.1em;
  margin:20px 0 25px;
  color:var(--black);
}
a{cursor: pointer;}
.addmore{ color:var(--main);position:relative;text-align:left;cursor:pointer;font-weight:600!important;}
.devider h2 span {background-color:#FFF; padding:0 10px; font-size:24px;}
label span{color:red}.provide_card b{color:#111}
.provide_card{ margin-bottom:20px; width:100%;border:1px solid #d4dbe1; background-color:#fff; border-radius:6px; padding:0.75rem 1.05rem; color:#5a5a5a;}
.provide_card label { font-weight:400;}
.red{color:red;}
#profile-description {position:relative;}
#profile-description .show-more { color:var(--main);position:relative;text-align:left;cursor:pointer;font-weight:600;}
#profile-description .show-more-height {max-height:186px;overflow:hidden;}