@font-face {
	font-family: "nunito-bold";
    src: url("../font/Nunito-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "nunito-black";
    src: url("../font/Nunito-Black.ttf") format("truetype");
}
@font-face {
	font-family: "nunito-light";
    src: url("../font/Nunito-Light.ttf") format("truetype");
}
@font-face {
	font-family: "poppins";
    src: url("../font/Poppins.ttf") format("truetype");
}
@font-face {
	font-family: "poppins-bold";
    src: url("../font/Poppins-Bold.ttf") format("truetype");
}
body{
	font-family: poppins, nunito-black, arial;
	font-size: 1rem;
	padding: 0;
	margin: 0;
	line-height: 1.5;
	font-weight: 400;
	color: #1b1f22;
}
.container-fluid{
  width: 90% !important;
}
a:hover{
  text-decoration: none;
}
.btn:hover{
  opacity: .8;
  transition: all .3s ease;
}
.bg-primary{
	background-color: #263246 !important;
}
.bg-white{
	background-color: #FFFFFF;
}
.bg-gray{
	background-color: #f8f9fa;
}
.btn-primary {
  background-color: #c03030;
  color: #fff;
  font-size: 16px;
  padding: 11px 42px;
  border-radius: 100px;
  border: 0;
  transition: all .3s ease;
  display: inline-block;
}
.btn-primary:hover{
  background-color: #c03030;
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
}
.btn-secondary {
  background: #e5e9f2;
  color: #34364a;
  font-size: 16px;
  padding: 11px 42px;
  border-radius: 100px;
  border: 0;
  font-weight: 500;
  transition: all .4s;
  display: inline-block;
}
.text-center{
  text-align: center;
}
.full-width{
	width: 100%;
	height: auto;
}
.form-control{
  /* padding: 1rem .75rem !important; */
}
.form-group{
    margin-bottom: 1rem !important;
}
label{
  font-weight: 500;
  margin-bottom: 5px;;
}
section.navbar-menu {
    padding: 10px 0;
    background: transparent;
    border-bottom: 1px solid #e2e2e2;
}
.btn-login-app{
	font-size: .95rem !important;
	letter-spacing: .09375rem;
	line-height: 1.8125rem;
	padding: 4px 10px;
	    padding-right: 10px;
	    padding-left: 10px;
	border-radius: 4px;
	margin-left: 9px;
	border: 1px solid #e4e4e4;
	box-shadow: 0 -2px 19px -4px rgb(0 0 0 / 13%);
}
.navbar-menu .navbar {
  padding-left: 0;
  padding-right: 0;
}
.featured-box img {
  width: 200px;
  min-height: 200px;
  border-radius: 100px;
}
.featured-box .title {
  font-size: 1.2rem;
}
section.featured{
	padding: 20px 0 100px 0;
}
.company-card {
  transition: all .3s ease;
  border-radius: 15px;
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
}
.company-card:hover{
	cursor: pointer;
  box-shadow: 2px 4px 8px 0 rgb(46 61 73 / 20%);
}
.company-card .desc-card {
  padding: 20px 15px 10px 15px;
}
.company-card .title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.company-card .desc-content {
    margin-bottom: 10px;
}
.company_name i {
    font-size: .8rem;
}
.company_name {
    display: block;
    margin-bottom: 5px;
    font-size: .95rem;
    color: #867f7f;
}
.company-card .location {
  margin-bottom: 5px;
  display: block;
  color: #867f7f;
}
section.companies{
	padding: 15px 0;
}
.slick-arrow:hover{
	cursor: pointer;
  background: #FFFFFF;

}
.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  background: #FFFFFF;
  transition: all .3s ease;
  box-shadow: 0 -2px 19px -4px rgb(0 0 0 / 13%);
  border-radius: 100px;
  padding: 10px 15px;
  z-index: 999;
}
.next-arrow {
  right: 50px;
}
.prev-arrow {
  left: 50px;
}
.search-box input {
    border-radius: 100px;
    padding: 10px 20px;
}
.search-box button {
  border: none;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
}
.search-box {
  position: relative;
}
.search--title {
  text-align: center;
  margin-bottom: 30px;
  font-family: poppins-bold;
  font-size: 2rem;
}
.card-box {
  border-radius: 16px;
  padding: 30px;
  box-shadow: 5px 5px 25px 0 rgb(46 61 73 / 20%);
  margin-bottom: 30px;
  transition: all .3s ease;
}

.card-box .icon {
  margin-bottom: 13px;
  width: 150px;
  height: 150px;
  border-radius: 100px;
}
.card-box .title {
  font-size: 1.2rem;
}
.card-box .desc {
  color: #867f7f;
  margin-bottom: 0;
}
section.footer{
	padding: 20px 0;
	background-color: #f4f4f4;
}
section.footer .footer-title {
    font-family: poppins-bold;
    font-size: 1.2rem;
}
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu li{
	margin-right: 40px;
  float: left;
}
.footer-menu li a {
    color: #1b1f22;
}
.footer-menu li a:hover{
	color: #7E61A9;
	text-decoration: none;
	transition: all .4s;
}
.bg-main-header{
	height: 650px;
	position: relative;
}
.bg-main-header .section-overlay {
    background-color: rgba(35, 37, 47, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.header-text {
  text-align: center;
  color: #FFFFFF;
  padding: 160px 0;
}
.header-text h1 {
	font-weight: bold;
	font-family: poppins-bold;
	font-size: 3.5rem;
}
.header-text p {
 	font-size: 1.3rem;
}
.featured-box {
  	text-align: center;
}
.featured-box h4 {
	font-family: 'lato-bold';
	margin-top: 15px;
}
.featured-box p {
 	font-size: 1rem;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu p{
  color: #d8dade;
}
.footer-menu ul li {
  float: left;
  margin: 0 4px;
}
.footer-menu .footer-title {
  color: #FFFFFF;
  font-size: 1.5rem;
}
.footer-menu ul li .fa {
  font-size: 1.1rem;
  background: #fff;
  border-radius: 100%;
  padding: 5px 9px;
  color: #000;
}
.alert ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-field-input {
  border-radius: 100px;
  background: #f4f4f4;
  border: 0;
  height: 45px;
  padding: 0 25px;
}
.error{
  color:#d83a3a;
}
span.required-label {
  color: #f81616;
}
.alert li {
  list-style: none;
}
.dropdown-menu .dropdown-item:hover{
  cursor: pointer;
  background-color: #f8f9fa;
}
.ck-editor__editable {
  min-height: 300px;
}
.custom-input-field {
  height: 35px;
  padding: 0 10px;
  font-size: .9rem;
}
.msg-null-data {
  font-size: 1rem;
}
.custom-msg {
  font-size: 1rem;
  display: block;
  text-align: center;
  padding: 10px 0;
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767px) {
  .btn-login-app{
    margin-left: 0px;
    text-align: center;
    padding: 4px 10px !important;
  }
	.bg-main-header{
		height: 400px;
	}
	.bg-main-header .header-text h1 {
        font-size: 1.95rem;
    }
    .bg-main-header .header-text p {
        font-size: 1rem;
    }
    .bg-main-header .header-text {
      text-align: center;
      color: #FFFFFF;
      padding: 85px 0;
    }
}

