.bg
{
  background:#f5f5f5;
}
.para
{
	width:100%;
	height: 50px;
	margin: auto;
	background:rgb(77, 57, 81);
	
}
.para p
{
	color: #fff;
	text-align: center;
  font-size: 17px;
}
.h-logo
{
	width:40%;
	margin-left: 5%;
}
.company
{
	width:100%;
	height:auto;
	margin-top: 80px;
}
.text-center
{
	font-size: 20px;
	color:#4d3951;
	font-weight:600;
}

/*======== login css =========*/
.login-area
{
	width:100%;
	height:auto;
	background:#fff;
	margin-top:5%;
}
.content
{
	font-size: 27px;
	text-align: center;
	color:#4d3951;
	font-weight: 700;
}


.ab
{
	font-size:16px;
	margin-top: 6%;
}
.ab span
{
	color: #515fa8;
	text-decoration: underline;
}
.ab b{
	    background: #0074ff;
    padding: 3px;
    border-radius: 10px;
    color: #fff;
}

/*===== candidate-login page css ===========*/
.c-logo
{
	width: 40%;
	margin-top: 13%;
    margin-left: 10%;
}
.zx
{
	    font-size: 2.2rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 600;
    margin-left: 11%;
    margin-top: 6%;
}
.xy
{
	font-weight: 500;
    font-size: 16px;
    color: #fff;
    margin-left: 11%;
    margin-top: 13px;
}
.zz
{
        color: #fff;
    margin-left: 10%;
    font-size: 16px;
}

.sss{
    margin-top:50%;
    margin-left: 8%;
}

.check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size:14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top:4%;
  margin-left: 8%;
}

/* Hide the browser's default checkbox */
.check 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 */
.check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check .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);
}
/*==== work from home page css===========*/
.heading
{
  margin: 0px 0px 1.45rem;
    padding: 0px;
    color: inherit;
    font-weight: bold;
    text-rendering: optimizelegibility;
    font-size: 1.62671rem;
    line-height: 1.1;
}
.wf
{
  
    font-size: 18px;
}
li
{
  line-height:2;
}
/*===== faq css here==================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:wght@400;500;600;700&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap");

:root {
  --font-family: "Open Sans", sans-serif;
  --border-color: #ddd;
  --light-blue-color: #659dbd;
  --dark-color: #000;
  --light-color: #f1f1f1;
}



main {
  margin-inline: 15px;
}

.faq {
  max-width: 900px;
  margin:10% auto;
  background:#fff;
  box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;

}

.faq h2 {
  text-align: center;
  padding: 0.525rem;
  font-size: 2.5rem;
  border-bottom: 1px solid var(--border-color);
  font-weight: 900;
}

.faq .accordion .accordion-header {
  padding: 0.828rem;
  border-bottom: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 20px;
    font-weight: 500;
}

.faq .accordion .accordion-header span {
  font-size: 1.5rem;
  font-weight: 600;
}

.faq .accordion .accordion-body {
  padding: 0 0.828rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 0.5s;
}

.faq .accordion .accordion-body p {
  border-bottom: none;
  margin: 0.828rem 0;
  font-size:17px;
  font-weight:500;
}

.faq .accordion.active .accordion-body {
  border-bottom: 1px solid var(--border-color);
}

.close span {
  transition: ease 0.5s;
  display: inline-block;
  height: 12px;
  width: 2px;
  background-color: var(--dark-color);
}

.close span:nth-child(even) {
  transform: rotate(90deg) translateY(6.7px);
}

.active .close span:nth-child(odd) {
  opacity: 0;
  visibility: hidden;
}
/*================ banner area css here =================*/
.banner-form-area
{
  width:100%;
  height:200px;
  background:#4d3951;
}
.banner-form-area h2{
      font-size: 60px;
    font-weight: 900;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    margin-top: 10%;
}
@media only screen and (max-width: 600px) {
 .banner-form-area {
    display: none;
  }
}
/*================ Client review  area css here =================*/

.testimonial {
  border-right: 4px solid #2a3d7d;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 30px 130px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #29d18b;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 80px;
/*  height: 80px;*/
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 20px;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 25px;
  margin-bottom: 15px;
}
.testimonial .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #29d18b;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 17px;
  color: #29d18b;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page span {
  border: 2px solid #2a3d7d;
  background: #fff !important;
  border-radius: 0 !important;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #29d18b !important;
  border-color: #29d18b;
}
@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 20px;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}
.kkkhgg
{
      font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: rgb(77, 57, 81);
    text-align:center;
}

/*============= footer css ===============*/

.footer{
  color:#fff;
  background-color:#4d3951;
}

.list-style{
  list-style-type:none!important;
  cursor:pointer;
  font-size:.75rem;
  opacity:.8;
}
.copy-right{
  font-size:.75rem;
  opacity:.8;
}
.Analyst {
  width: 87.7px;
  height: 23.7px;
  margin: 10.7px 0 5.2px 10.2px;
  color: #fff;
}
.pb-3
{
      padding-bottom: 0px !important;

}
.login-tabs a{
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  background: #c1c1c1;
  color: #777373;
  padding: 10px;  
}
.login-tabs {
 display: table-cell;
 width: auto;
}
.login-tab-screen {  
  text-align: center; 
}

.login-emp-screen{
  border: 1px solid #ccc;
  margin-top: 20%;  
}
.login-tab-row{
  text-align: center;
  padding: 7px 0;
  background: #eaeaea;
  margin-bottom: 30px;
}
.login-tabs a.active{
  color: #fff;
  background: rgb(77, 57, 81);
  padding: 10px;
}

.login-forms input[type="email"], .login-forms input[type="password"], .login-forms input[type="text"]{
  margin-bottom: 10px;
  border: 1px solid;
  padding: 10px;
  width: 100%;
  background: white;
}

.login-forms select{
  margin-bottom: 10px;
  border: 1px solid;
  padding: 13px;
  width: 100%;
  background: white;
}

.rememberme-check input{
 
}

.login-forms .btn-primary{
  margin-top: 28px;
  width: 100%;
  padding: 9px !important;
  background-color: #2bb793 !important;
  border-color: #2bb793 !important;
  font-weight:800 !important;
  font-size:18px !important;
}

.login-forms{
  padding: 20px
}
.register-tabs {
  display: flex;
  width: 50%;
  float: left;
}
.register-tabs a.active{
  color: #fff;
  background: rgb(49, 68, 90);
  padding: 10px;
}
.register-tabs a{
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  background: #c1c1c1;
  color: #777373;
  padding: 10px;
  border-left: 1px solid #a2a2a2;
  width: 100%;
}

.register-tab-row {
  text-align: center;
  padding: 0;
  margin-bottom: 30px;
}
.login-otp-screen{
  border: 1px solid #ccc;
}