.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:10%;
}
.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;

}
.logged-user{

}
.logged-user .fa-circle-user{
  color: #4d3951;
  font-size: 1.5rem;
  vertical-align: middle;
}
.logged-user label{
  color: #4d3951;
  font-weight: bold;
  line-height: 1;
}
.logged-user .fa-sort-desc{
  color: #4d3951;
}
.top-user-menu{
  flex-flow: column wrap;
  align-content: flex-end;
}
.candidate-panel-breadcrumb{
  padding: 2em 1em 0 0;
}
.section-breadcrumb-beta h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #4d3951;
  margin-bottom: 10px;
  text-shadow: none;
}
.section-breadcrumb-beta ul {
  text-align: center;
  padding: 0px;
  margin: 0;
}
.section-breadcrumb-beta ul li a {
  text-decoration: none;
  color: #4d3951;
  cursor: pointer;
  font-size: 14px;
}
.section-breadcrumb-beta ul li {
  list-style: none;
  display: inline-block;
  color: #4d3951;
  font-size: 11px;
}

.section-breadcrumb-beta {
  position: relative;
  overflow: hidden;
  margin: 0;
  background-color: #f3f3f3;
}

.section-account-alpha-profile form label {
  margin-bottom: 10px;
  font-weight: 600;
  color: #666;
}

.section-account-alpha-profile {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.section-account-alpha-container {
  background: #fbfbfb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-account-alpha-navigation ul {
  padding: 0px;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  color: #5b6371;
}
.section-account-alpha-navigation li {
  list-style: none;
  border-bottom: 1px solid #ddd;
}

.section-account-alpha-navigation li a {
  color: #5b6371;
  display: block;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}

.section-account-alpha-navigation li a.active, .section-account-alpha-navigation li a:hover {
  background: #4b3051;
  color: #fff;
  padding: 10px 0px 10px 20px;  
}
.section-footer-alpha{
  padding: 30px 0;
}

.btn-general {
  background-color: #fff;
  color: #4d3951;
  border: 1px solid #4d3951;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
/*.section-account-alpha-profile .btn {
  width: 40%;
}*/
.section-footer-alpha .footer-head a{ 
  color: #fff;
}

.btn-general:hover {
  background-color: #4d3951;
  color: white;
}

.section-incremental-form-alpha {
  position: relative;
  margin-bottom: 15px;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.section-incremental-form-alpha .box-open-close {
  position: absolute;
  float: right;
  right: 20px;
  font-size: 20px;
  margin-top: -5px !important;
}

.section-incremental-form-alpha .box-open-close i {
  font-size: 14px;
  color: #4b3051;
  text-align: center;
  padding: 4px 4px 4px 5px;
  margin: 0px 0px 0px 0px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.section-incremental-form-alpha h5 {
  display: inline-block;
  padding: 0px 0px 0px 20px !important;
  margin: 0px !important;
  color: #434a54;
  font-size: 16px;
}

.section-incremental-form-alpha form label {
  margin-bottom: 10px;
  font-weight: 500;
  color: #6c757d;
}
.home-top-menu{
  font-size: 16px;
  color: rgb(25, 10, 40);
  font-weight: 600;
  line-height: 28px;
  margin-left: 30px;
}

.section-sidebar-beta.jobs-list-page{
  background: white;
}

.jobs-list-page .section-sidebar-beta-container {
  margin: 20px -20px 20px 0px;
}

.section-sidebar-beta-container {
  background: #F5F5F5;
  padding: 12px;
  border: 1px solid #e7e7e7;
  border-radius: 4px;  
}

.section-sidebar-beta-item-heading h3 {
  color: #434a54;
  font-size: 18px;
  font-weight: 600;
}
.section-sidebar-beta-item-content ul {
  padding: 0px !important;
  margin: 0px !important;
  list-style: none;
}
.section-sidebar-beta-item-content{
  color: #434a54;
}

.section-sidebar-beta-item-heading .fa-icon {
  float: right;
  margin: 4px 0px 0px 0px;
  color: #9f7869;
}
.section-sidebar-beta-item-content input[type="text"] {
  width: 100%;
  padding: 6px 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  border: 1px solid #e7e7e7;
  color: #60697b;
}

.section-sidebar-beta input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #f1c5b5;
  margin: 0;
  font: inherit;
  color: #9f7869;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #9f7869;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  float: right;
  cursor: pointer;
}

.section-controls-alpha p {
  width: 100%;
  padding: 7px 6px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  border-bottom: 4px solid #e7e7e7;
  margin: 4px 0px 0px 0px;
  background: #f5f5f5;
  color: #9f7869;
  text-align: center;
  font-size: 14px;
}

.section-controls-alpha-btn-group {
  border-radius: 4px !important;
  border: 1px solid #e7e7e7;
}

.section-controls-alpha-btn-group {
  background: #f5f5f5;
  margin: 4px 0px;
}

.section-controls-alpha-btn-group .btn-left {
  font-size: 14px;
  color: #9f7869;
}

.section-controls-alpha-btn-group .btn-right {
  font-size: 14px;
  color: #9f7869;
}

.section-controls-alpha-btn-group .active {
  background: #fbfbfb;
  border: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
  border-bottom: 0px;
}

.section-controls-alpha select {
  width: 100%;
  padding: 5px 6px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  border-bottom: 4px solid #e7e7e7;
  color: #9f7869;
  margin: 4px 0px 0px 0px;
  background: #f5f5f5;
}

.section-jobs-alpha-item {
  border: 1px solid #e7e7e7;
  padding: 10px;
  border-radius: 4px;
  min-height: 135px;
  margin: 5px 0px 10px 0px;
  background: #fff;
}

.section-jobs-alpha-item-left-image img {
  width: 120%;
  padding: 15px;
}

.section-jobs-alpha-item-right-heading h2 {
  font-size: 18px;
  font-weight: 600;
  color: #434a54;
}

.section-jobs-alpha-item-right {
  border-left: 1px solid #e7e7e7;
  padding: 5px 0px 5px 20px;
  min-height: 102px;
  position: relative;
}

.section-jobs-alpha-item-right-content span {
  margin-right: 10px;
}

.section-jobs-alpha-item-right-content {
  color: #60697b;
  font-size: 14px;
}

.section-jobs-alpha-item-right-content i {
  color: #9f7869;
  cursor: pointer;
}

.section-jobs-alpha-item-right-bottom-att {
  font-size: 12px;
  padding: 3px 8px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 4px;
  background: #f1c5b5 !important;
  color: #9f7869 !important;
  margin-right: 0px;
  border: 1px solid #e7e7e7;
}
.section-jobs-alpha-item-right-bottom {
  margin-top: 10px;
}
.section-jobs-alpha-item-right-controls {
  position: absolute;
  right: 10px;
  color: #9f7869;
  font-size: 16px;
  top: 5px;
}
.jobs-list-page .section-jobs-alpha {
  padding: 0px;
  margin-bottom: 20px;
}

.section-controls-alpha {
  margin-top: 10px;
  padding: 6px 0px;
}

.section-job-detail-alpha-breadcrumb {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  padding: 2em;
  margin: 0px;
  background-color: #f3f3f3;
  background-image: var(--breadcrumb-image);
}

.section-job-detail-alpha-breadcrumb h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  color: #4d3951;
  margin-bottom: 10px;
  text-shadow: none;
}

.candidate-panel-breadcrumb {
  padding: 2em 1em 0 0;
}
.section-job-detail-alpha-breadcrumb-btns{

  margin-top: 30%;
}

.section-job-detail-alpha-breadcrumb ul li {
  list-style: none;
  display: inline-block;
  color: #4d3951;
  font-size: 11px;
}

.section-job-detail-alpha-breadcrumb ul li a {
  text-decoration: none;
  color: #4d3951;
  cursor: pointer;
  font-size: 14px;
}

.section-job-detail-alpha-breadcrumb ul {
  text-align: left;
  padding: 0px;
  margin: 0;
}

.section-job-detail-alpha-breadcrumb-att {
  font-size: 14px;
  padding: 6px 14px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 3px;
  background: #f1c5b5 !important;
  color: #9f7869 !important;
  margin-right: 10px;
}

.section-job-detail-alpha-filters-container {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  margin: 20px 0px;
}

.section-job-detail-alpha-job-description p {
  font-size: 14px;
  color: #60697b;
}

.section-job-detail-alpha-apply-container .btn {
  width: 100%;
  background: #f1c5b5;
  color: #9f7869;
  border: 1px solid 1px solid #f0f0f0;
}
.section-job-detail-alpha-content{
  background: #fff;
}

.section-job-detail-alpha-apply-container {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
  color: #60697b;
}

.section-job-detail-alpha-company-detail {
  background: #f5f5f5;
  margin-top: 20px;
  min-height: 1100px;
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  margin-bottom: 20px;
}

.section-heading-style-zeta {
  text-align: center;
  padding: 10px;
}

.section-heading-style-zeta .section-heading h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  color: #434a54;
}

.section-job-detail-alpha-company-detail-image {
  text-align: center;
}

.section-job-detail-alpha-company-detail-image img {
  width: 150px;
}

.section-job-detail-alpha-company-detail-item {
  padding: 10px 10px 10px 10px;
  color: #60697b;
  margin: 0px 10px;
  font-size: 14px;
  border-top: 1px solid #f1c5b5;
  border-left: 1px solid #f1c5b5;
  border-right: 1px solid #f1c5b5;
  word-wrap: break-word;
}

.section-job-detail-alpha-company-detail-item i {
  color: #9f7869;
  float: right;
  margin-top: 3px;
  font-size: 14px;
}

.section-job-detail-alpha-company-detail-item:last-child {
  border-bottom: 1px solid #f1c5b5;
}

.section-job-detail-alpha-breadcrumb-btns .btn {
  background: #f1c5b5;
  color: #9f7869;
  width: 80%;
  cursor: pointer;
  padding: 6px 0px;
  margin: 0px 0px 2px 0px;
  font-size: 14px;
  border: 1px solid #f0f0f0;
}

.section-job-detail-alpha-breadcrumb-btns .btn:hover {
  background: #9f7869;
  color: #FFFFFF;
}

.job-search-page{
  padding: 100px;
}
.banner-normal-search-input {
  position: relative;
}
.banner-normal-search-select {
  position: relative;
}

.banner-normal-search {
  margin: 10px 0px 0px 0px;
  width: 100%;
  border-radius: 4px;
  background: white;
  border: 1px solid #ced4da;
  padding: 8px 0px 8px 0px;
  box-shadow: 0 .1rem 0.5rem rgba(0,0,0,.10) !important;
}

.banner-normal-search .fa-icon {
  position: absolute;
  top: 12px;
  left: 20px;
  color: #8d8d8d;
}

.banner-normal-search input {
  border: 0px;
  font-size: 18px;
  border-radius: 20px;
  padding-left: 28px;
  margin-left: 10px;
}

.banner-normal-search select {
  border: 0px;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 0px;
  color: #88777d;
  font-size: 18px;
  border-left: 1px solid #ced4da;
  border-radius: 0px;
  padding: 6px 0px 6px 28px;
}

.banner-normal-search select {
  border: none;
  font-size: 18px;
  margin-left: 10px;
}

.banner-normal-search .fa-icon-tag {
  position: absolute;
  top: 12px;
  left: 22px;
  color: #8d8d8d;
}

.banner-normal-search .form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}