/*****COMMON CSS SECTION*****/
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family 'Roboto', sans-serif, arial;
	font-size: 15px;
}
.container {
	width: 1170px;
	margin: 0px auto;
}
.width-100 {
	width: 100%;
	float: left;
}
.width-66 {
	width: 66%;
	float: left;
}
.width-50 {
	float: left;
	width: 50%;
}
.width-75 {
	width: 75%;
	float: left;
}
.width-33 {
	width: 33%;
	float: left;
}
.width-25 {
	width: 25%;
	float: left;
	

}
/*****HEADER SECTION*****/
.header {
	padding-top: 20px;
	padding-bottom: 60px
}
.header-menu {
	list-style: none;
  margin-top: 0.7px;
  background: #bc4b4b; /* Add background color to navbar */
  border-radius: px;
  padding: 0;
  height: 50px;
  overflow: hidden;
  width: 500px;
  
}
/* ...existing code... */
.header-menu a:hover {
  color: #e34216;
  background: #fff;
  border-radius: 4px;
text-align: center;

}
/* ...existing code... */
.header-menu li {
	float: left;
	font-size: 15px;
}
.header-menu a {
	font-size: 20px;
	text-decoration: none;
	color: rgb(254, 254, 254);
	font-weight: 1000;
	padding: 10px;
}
.button-job-post {
	background-color: #e34216;
	color: white;
	border: none;
	border-radius: 2px;
	font-size: 14px;
	float: left;
	padding: 10px;
	text-decoration: none;
}
.button-resume {
	background-color: #17acda;
	color: white;
	border: none;
	border-radius: 2px;
	font-size: 14px;
	float: left;
	margin-left: 10px;
	padding: 10px;
	text-decoration: none;
}
/*****BANNER SECTION*****/
.banner-section {
	background-image: url("https://t4.ftcdn.net/jpg/09/02/53/81/360_F_902538150_JCEcejSQkRHHR7d5jE1nbmfhXHdcd9E3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	height: 350px;
	position: relative;
	width: 100%;
}
.banner-heading {
	font-size: 40px;
	color: white;
	padding-top: 70px
}
.banner-para {
	font-size: 15px;
	color: #fff;
	padding-top: 10px;
}

.search-sect {
	margin-top: 40px;
	width: 25%;
	float: left;
	position: relative;
}
.search-textbox {
	height: 40px;
	width: 100%;
	padding-left: 10px;
	border-top: none;
	border-bottom: none;
	border-color: #d9d9d9;
	border-right: none;
	border-width: 1px;
}
.search-button {
	width: 100%;
	height: 40px;
	background-color: #e34216;
	border: none;
	color: white;
}
.search-sect .icons {
	position: absolute;
	top: 12px;
	right: 10px
}
/*****SKILL SECTION SKILL SECTION SKILL SECTION*****/
.skill-section {
	background-color: #00000008;
	padding-top: 40px;
	padding-bottom: 40px;
}
.skill-list {
	background-color: rgb(239, 213, 213);
	width: 23%;
	float: left;
	margin-left: 15px;
	padding-top: 10px;
	border-radius: 5px;
	padding-left: 8px;
	padding-bottom: 10px;
}
.skill-list img {
	width: 70px;
	height: 70px;
	border-radius: 100px;
}
.skill-list h4 {
	font-size: 16px;
	color: #0b0b0b;
	font-weight: bold;
	padding-left: 8px;
	padding-top: 8px
}
.view-button {
	width: 45%;
	height: 20px;
	border-radius: 20px;
	border: none;
	background-color: #e34216;
	color: white;
	font-size: 11px;
	padding-left: 5px;
	margin-top: 15px;
}
/*****RECENT JOB SECTION RECENT JOB SECTION*****/
.recent-job {
	background-image: url("https://t4.ftcdn.net/jpg/09/02/53/81/360_F_902538150_JCEcejSQkRHHR7d5jE1nbmfhXHdcd9E3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	height: 1038px;
	position: relative;
	width: 100%;
}

.recent-job-heading {
	text-align: center;
	color: #fcfcfc;
}

.recent-job-sub-heading {
	text-align: center;
	margin-bottom: 30px;
	color: white;
}

.recent-job-list {
	float: left;
	background-color: rgb(250, 248, 248);
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.job-title {
	font-size: 20px;
}

.job-company {
	margin-top: 10px;
	margin-bottom: 20px;
}

.job-company i {
	color: orange;
	margin-left: 10px;
}

.job-skill {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
}

.job-apply-button {
	background: blue;
	padding: 10px;
	color: white;
	text-decoration: none;
	float: right;
}
/*****TOP COMPANY SECTION*****/
.top-company {
	padding-top: 50px;
	background-color: #c9e3fa;
	padding-bottom: 60px;
}

.top-company-heading {
	text-align: center;
	color: #343a40;
}

.top-company-sub-heading {

	text-align: center;
	margin-bottom: 30px;
}

.company-list {
	float: left;
	background-color: rgb(255, 255, 255);
	padding: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #fffdfd;
}

.company-image img {
	width: 100%;
	height: auto;
}

.company-name {
	color: #343a40;
	font-size: 16px;
}

.company-rating i {
	padding-left: 1px;
	color: #f4dc1f;
}

.company-address {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #686868;
}

.company-opening {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #686868;
}
/******FOOTER SECTION******/
:\Users\admin\Desktop\Arvinder kaur\css\style.css */
/******FOOTER SECTION******/
.main-footer {
  width: 100%;
  background: #000;
  color: #fff;
  margin-top: 0;
  padding-top: 40px;
  font-size: 15px;
  clear: both;
}
.footer-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
}
.footer-col {
  flex: 1 1 250px;
  margin: 0 20px;
}
.footer-col h4 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #fff;
  border-bottom: 1px solid #444;
  padding-bottom: 8px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 12px;
  color: #ccc;
}
.footer-col ul li i {
  margin-right: 8px;
  color: #17acda;
}
.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: #17acda;
}
.footer-social li i {
  color: #17acda;
}
.footer-bottom {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  border-top: 1px solid #222;
}
/******FOOTER SECTION******/
.footer-list {
	list-style: none;
	line-height: 35px;
	padding-top: 20px;
}

.footer-background {
	background-color: #222328;
	padding-top: 60px;
	padding-bottom: 80px;
	color: rgba(255, 255, 255, .86);
}

.get-in-touch {
	list-style: none;
	line-height: 15px;
	padding-top: 20px
}

.get-in-touch img {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	border-radius: 0px;
	float: left;
	padding-top: 20px
}

.get-in-touch i {
	float: left;
	color: #eb372a;
	font-size: 16px;
	line-height: 15px;
}

.get-in-touch p {
	padding-left: 30px;
	color: rgba(255, 255, 255, .86);
	margin-top: 20px
}

/******FOOTER SECTION******/