*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-family (stack):mulish;
}
html {
  scroll-behavior: smooth;
}
#mynav {
	box-shadow: 0px 0px 25px -6px silver;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 52px;
    border-radius: 8px;
    box-shadow: 0px 3px 10px -2px silver;
}
#bnr{
//	background:#eaeaf6;
	padding-bottom:100px;
	min-height:100vh;
}
#btnn{
	display:flex;
	justify-content:space-between;
}
.bttn{
	width:45%;
	background:#2196f3;
	color:white;
	font-weight:600;
	font-size: 20px;
    box-shadow: 0px 0px 10px 3px silver;
}
.bttn:hover{
	color:#fff;
}
.icn1{
    display: flex;
    justify-content: center;
}
.icn1 img,.icn2 img{
	width:70px;
	height:70px;
}
.icn2{
    display: flex;
    justify-content: center;
	align-items:end;
}
.text-primary{
	color:#2196f3 !important;
}
.bg-primary{
	background:#2196f3 !important;
}
.btn-primary{
	background:#2196f3 !important;
}
.btn-outline-primary{
	border:1px solid #2196f3 !important;
	color:#2196f3 !important;
}
.btn-outline-primary:hover{
	border:1px solid #2196f3 !important;
	color:#2196f3 !important;
	background:white;
}
#search{
	margin-top:-100px;
	padding:0 30px 0 30px;
	margin-bottom:100px;
}
.srch{
	box-shadow: 0px 0px 20px 2px #a5b2f79e;
	background:#fff;
	border-radius: 14px;
}
.very{
	background:#eaeeff;
	border-radius:14px;
}
.more{
	height:190px;
    margin-top:-20px;
	box-shadow: 0px 0px 20px 2px #a5b2f79e;
	border-radius: 14px;
}
.more_btn{
	color: #FFF;
    border: 1px solid #2196f3;
    background: #2196f3;
	font-size: 18px;
    border-radius: 20px;
    font-weight: 500;
}

/* testimonial */

.testimonial-container {
  background-color:#2196f3;
  color: #fff;
  border-radius: 15px;
  margin: 20px auto;
  padding: 50px 80px;
  max-width: 768px;
  position: relative;
}

.fa-quote {
  color: rgba(255, 255, 255, 0.3);
  font-size: 28px;
  position: absolute;
  top: 70px;
}

.fa-quote-right {
  left: 40px;
}

.fa-quote-left {
  right: 40px;
}

.testimonial {
  line-height: 28px;
  text-align: justify;
}

.user {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user .user-image {
  border-radius: 50%;
  height: 75px;
  width: 75px;
  object-fit: cover;
}

.user .user-details {
  margin-left: 10px;
}

.user .username {
  margin: 0;
}

.user .role {
  font-weight: normal;
  margin: 10px 0;
}

.progress-bar {
  background-color: #fff;
  height: 4px;
  width: 100%;
  animation: grow 10s linear infinite;
  transform-origin: left;
}

@keyframes grow {
  0% {
    transform: scaleX(0);
  }
}


/* Contact us*/

#cnt{
	background:url('../images/contact-us-bg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	
}
.icn{
	display:flex;
	justify-content:center;
	align-items:center;
}
.icn i{
	font-size:30px;
}


/* register */
#reg{
	border-radius: 15px;
    box-shadow: 0px 10px 15px -4px silver;
}
#reg form input{
	padding:20px;
}
#regbtn{
	padding:10px 30px !important;
}
#catftr{
	color:#ffd831 !important;
}
.table td a{
	color:white;
}
.table td{
	padding:2px;
}

/* home */
.brdr{
    border-radius: 10px;
    box-shadow: 2px 4px 14px -7px silver;
}
#sharebtn{
	/* position:relative; */
	position: relative;
    margin-top: -100px;
    z-index: 100 !important;
    /* background: red; */
    margin-left: 100px;
}
.cursur{
	cursor:pointer;
}



/*   filter      */
.mb-45 {
    margin-bottom: 45px;
}
.small-section-tittle2 h4 {
    color: #1e2147;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}
.job-category-listing {
    border: 1px solid #ededed;
    padding: 30px 19px 30px 30px;
}
.selectcat option{
	font-size:14px !important;
}
.containerj input[type='checkbox']{
	width:20px;
	height:20px;
	margin-right:10px;
	margin-left:10px;
}
.skil>span{
	background: #cac3fd85;
    padding:4px 20px;
    border-radius:12px;
    margin-left: 20px;
	font-size:12px;
}

/*  post a job   */

#post-bnr{
	/* background:url('../images/form-bg.jpg'); */
	background:#f0efff;
	/* background-size:cover; */
	/* background-repeat:no-repeat; */
}
.postjobfrom{
	background:#fafdffe6;
	border-radius:10px;
    box-shadow:2px 5px 16px silver;
}

#jobDescription,
#jobTiming {
	height: 100px; /* Adjust the height as needed */
	resize: vertical;
}

.form-row {
	margin-bottom: 15px;
}

.form-group {
	margin-bottom: 20px;
}

label {
	font-weight: bold;
	color: #333;
}

input[type="text"],
input[type="email"],	
input[type="tel"],
input[type="number"],
select,
textarea {
	width: 100%;
	padding: 5px;
    margin-bottom: 3px;
	border: 1px solid #ced4da;
	border-radius: 4px;
	box-sizing: border-box;
}

select {
	height: 40px;
}
.posted_job{
	color:black;
}
.posted_job:hover{
	text-decoration:none;
	color:black;
}
.table{
	padding:10px 20px;
	background:#2196f37d;
}
.table td{
	padding:6px 10px;
}
.font-siz{
	font-size:18px !important;
}
.sdo{
	box-shadow: 0px 3px 6px #bee2ff9c;
    border-radius: 8px;
}
.help{
	padding:0 50px;
	border-radius:1px;
}
.help{
	//border-radius:15px;
	background:#2196f3;
	color:white;
}
.pro_de{
	box-shadow:0px 6px 12px -4px silver;
}

/*   database   */

.langspan span{
	margin-right:20px;
}



@media (max-width: 768px) {
  .testimonial-container {
    padding: 20px 30px;
  }

  .fa-quote {
    display: none;
  }
  
  .containerj{
		margin-top: 20px;
	}
	#jobdet div{
		text-align:left !important;
	}
	
}


@media (min-width: 960px){
	.very{
		max-height:150px !important;
	}
}
