*{
	margin: 0;
	padding: 0;
}

header{
	
}
body{
	font-family: 'Poppins', sans-serif;
}
.topbar-right input[type=text], input[type=password] {
	width: 100%;
	padding: 12px 20px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.topbar-right button {
	background: transparent;
	color: white;
	margin: 8px 0;
	border: none;
	cursor: pointer;
	width: 100%;
	padding-left: 25px;
}

.topbar-right button:hover {
	color: #0071bd;
}

.cancelbtn {
	width: auto;
	padding: 10px 18px;
	background-color: #f44336;
}

.imgcontainer {
	text-align: center;
	margin: 24px 0 12px 0;
	position: relative;
}

.imgcontainer img {
	height: 70px;
	width: 70px;
	object-fit: cover;
}

.logformcon {
	padding: 16px;
}
.logformcon label{
	color: black;
}
.logformcon button{
	color: white;
	background: #0071bd;
	padding: 10px;
}
.logformcon button:hover{
	color: white;
	background: #0b4b75;
}
.canform button{
	background: #c32525;
	width: 140px;
	border-radius: 5px;
}
.canform button:hover{
	color: white !important;
	background: #421414;
}
.logformcon span a{
	color: red !important;
}
.logformcon span.psw {
	float: right;
	padding-top: 16px;
	color: black;
}

.modal {
	display: none; 
	position: fixed; 
	z-index: 1; 
	left:0;
	top: 0;
	width: 100%; 
	height: 100%; 
	background-color: rgb(0,0,0); 
	background-color: #00000099;
	-webkit-background-color:rgba(0, 0, 0, 0.6);
	padding-top: 60px;
}

.modal-content {
	background-color: #fefefe;
	margin: 5% auto 15% auto; 
	border: 1px solid #888;
	width: 35%;
}

.close {
	position: absolute;
	right: 25px;
	top: 0;
	color: #000;
	font-size: 35px;
	font-weight: bold;
}

.close:hover,.close:focus {
	color: red;
	cursor: pointer;
}

.animate {
	-webkit-animation: animatezoom 0.6s;
	animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
	from {-webkit-transform: scale(0)} 
	to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
	from {transform: scale(0)} 
	to {transform: scale(1)}
}

@media screen and (max-width: 300px) {
	span.psw {
		display: block;
		float: none;
	}
	.cancelbtn {
		width: 100%;
	}
}
.topbar-right .fas{
	font-size: 14px;
}

.topnav{
	list-style: none;
	color: white;
}
.job-topbar-inner{
	background-color: #1c2329;
}
.job-topbar-inner ul{
	margin: 0;
}
.topnav li{
	display: inline-block;
	padding: 10px 0;
	font-size: 12px;
	font-weight: 600;
}
.topbar-left li{
	margin-right: 40px;
}
.topbar-left a{
	color: white !important;
}
.topbar-left a:hover{
	color: #0071bd !important;
	text-decoration: none;
}
.topbar-left .icon{
	padding-right: 8px;
	font-size: 14px;
}
.topbar-right{
	float: right;
}
.topbar-right a{
	color: white !important;
	margin: 0 25px;
}
.topbar-right a:hover{
	color: #0071bd !important;
	text-decoration: none;
}
.main-logo img{
	width: 300px;
}
.main-logo{
	margin: -40px;
}
.main-logo a:hover{
	text-decoration: none;
	color: #002300 !important;
}
.main-logo .far{
	font-size: 40px;
	padding-right: 10px;
}

.job-menubar{
	position: fixed;
	width: 100%;
	z-index: 990;
	transition: .5s;
}

.bg-light {
	background-color: transparent !important;
	padding: 30px 0;
}
.navbar-light .navbar-nav .nav-link{
	padding: 4px 25px 4px;
	color: white !important;
	font-size: 15px;
}
.navbar-light .navbar-nav .active .nav-link:hover {
	color: white !important;
	background: #0071bd !important;
	border-radius: 5px;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: white!important;
	background: #0071bd !important;
	border-radius: 5px;
}
.navbar-light .navbar-nav .active>.nav-link{
	color: white;
}
.navbar-light .navbar-nav .show>.nav-link {
	color: #0071bd;
}
/*CSS FOR MAIN BACKGROUND*/
.main-background{
	position: relative;
	background: #03122d;
}
.main-background img{
	background-size: auto;
	width: 100%;
	height: 95vh;
	object-fit: cover;
	opacity: 0.4;
	filter: blur(1px); 
}
.main-background-inner{
	position: absolute;
	top: 13em;
	left: 180px;
}

.background-text h1{
	color: white;
	padding: 0 10px;
	font-size: 48px;
}
.background-text p{
	color: white;
	padding: 25px 15px;
}
.background-search{
	display: flex;
}
.seach-location{
	border-left: 1px solid grey;
}

i.fas.fa-search{
	font-size: 28px;
	line-height: 1;
	color: #35333345;
	position: absolute;
	top: 28%;
	left: 24px;
}
i.fas.fa-map-marker-alt{
	font-size: 25px;
	line-height: 1;
	color: #35333345;
	position: absolute;
	top: 31%;
	left: 527px;
}
.seach-title-inner input{
	padding: 17px 40px;
	background: white;
	border: 2px solid white;
	width: 500px;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
}
.seach-location-inner input{
	padding: 17px 40px;
	background: white;
	border: 2px solid white;
	width: 350px;
}

.find-job-btn{
	padding: 17px 40px;
	border: 2px solid #0071bd;
	background: #0071bd;
	color: white;
	border-top-right-radius:7px;
	border-bottom-right-radius:7px;
}

/*CSS FOR POPULAR JOBS*/

.titlepad{
	padding-top: 50px;
}

.main-pop-jobs-inner h2{
	text-align: center;
	padding-bottom: 30px; 
}
.main-pop-jobs-inner span{
	color: #0071bd;
	font-weight: 700;
}
.pop-jobs-content{
	text-align: center;
	padding: 30px 0;
	border: 1px solid transparent;
	background: #eaeaea;
	-moz-background: #eaeaea;
	-webkit-background: #eaeaea;
	-o-background: #eaeaea;
	-ms-background: #eaeaea;
	margin: 15px 5px;
	border-radius: 5px;
}
.pop-jobs-content:hover{
	cursor: pointer;
	background: #579ac7;
	-ms-background:#579ac7;
	-webkit-background:#579ac7;
}

.pop-jobs-content img{
	height: 70px;
}
.pop-jobs-content p{
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	padding: 10px 0;
}
.pop-jobs-content a{
	color: black;
}
.pop-jobs-content a:hover{
	text-decoration: none;
	
}
.pop-jobs-content span{
	color: black !important;
}
.pop-job-view{
	text-align: center;
	padding: 40px 0;
}
.pop-job-view a{
	border: 2px solid #0071bd;
	padding: 10px;
	color: #0071bd;
	border-radius: 10px;
}
.pop-job-view a:hover{
	color: white;
	background: #0071bd;
	text-decoration: none;
	border: 2px solid #0071bd
}
/*CSS FOR FEATURED JOBS*/

.main-featured-jobs-inner{
	padding: 70px 0;
	background-color: #eee;
}
.main-featured-jobs-inner h2{
	text-align: center;
	padding-bottom: 30px;
}
.main-featured-jobs-inner span{
	color: #0071bd;
	font-weight: 700;
}
.featured-job-content img{
	height: 100px;
	width: 100%;
	padding: 10px;
	object-fit: contain;
}
.featured-job-content h3{
	font-size: 19px;
	text-align: center;
	color: #707c88;
	padding-top: 5px;
}
.featured-job-content h4{
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	padding: 15px;
	color: black !important;
}
.featured-job-content h4:hover{
	color: #0071bd !important;
}
.featured-job-content a:hover{
	text-decoration: none;
}
.featured-job-content p{
	font-size: 13px;
	font-weight: 600;
	color: #0071bd;
	padding: 0 0 15px 15px;
}
.featured-job-content span{
	font-size: 13px;
	padding-left: 35px;
	color: #c70000;
	font-weight: 400;
}
.featured-job-content{
	border-radius: 5px; 	
	box-shadow: 0 0 20px 0 rgba(62,28,131,0.1);
	background: white;
}
.featured-job-content:hover{
	cursor: pointer;
	box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.73);
}
.job-tag{
	top: 20px;
	left: 10px;
	z-index: 2;
	color: #fff;
	font-size: 7px;
	font-weight: 500;
	line-height: 10px;
	position: absolute;
	background: #ff526c;
	padding: 5px 3px 3px 4px;
	text-transform: uppercase;
}

.feacat{
	border: 2px solid #bfbfbf21;
	padding: 10px;
	background: white;
}

.feacat h5{
	border-bottom: 1px solid #bfbfbf99;
	padding-bottom: 2px;
}
.feacat li{
	font-size: 13px;
	font-weight: 500;
	padding: 5px;
}
.feacat a{
	color: #c70000;
}
.feacat a:hover{
	color: #0071bd;
	text-decoration: none;
}
.featured-job-cat-city {
	margin-top: 30px;   
}


/*CSS FOR HOT JOBS*/
.main-hot-jobs-inner{
	padding-bottom: 10px;
	border-bottom: 1px solid #b1b1b166;
}
.latest-job-inner {
	height: 36em;
	overflow: auto;
}
.latest-job-inner-content{
	display: flex;
	border: 1px solid #f1f1f1;
	height: 65px;
	margin-bottom: 5px;
	align-items: center;
}
.latest-job-inner-content:hover{
	border: 1px solid #d4d2d2;
	box-shadow: 2px 4px 8px 0px #545252;
	cursor: pointer;
}
.latest-job h5{
	padding-bottom: 15px;
}
.latest-job span{
	color: #0071bd;
}
.latest-job .fas{
	padding-right: 5px;
}
.hot-job h5{
	padding-bottom: 15px;
}
.hot-job  span{
	color: #0071bd;
}
.hot-job .fab{
	padding-right: 5px;
}
.lat-job-img img{
	width: 80px;
}
.lat-job-text h6{
	font-size: 11px;
	margin: 0;
	padding: 5px 20px;
	font-weight: 600;
}

.lat-job-text li{
	font-size: 10px;
	color: #ff7e00;
	padding: 0 22px 5px;
	font-weight: 500;
	list-style: none;
}
.hot-job-inner {
	border: 1px solid #dedede;
	-webkit-border:1px solid #dedede;
	-ms-border: 1px solid #dedede;
	-moz-border: 1px solid #dedede;

	border-radius: 3px;
	padding: 3px 15px;
	height: 80px;
	margin-bottom: 20px;
}
.hot-job-inner:hover{
	cursor: pointer;
	box-shadow: 2px 3px 6px 0px #aba8a8;
}
.hot-job-content{
	display: flex;
}

.hot-job-img {
	padding: 10px 0 0 0;
}
.hot-job-img img{
	height: 40px;
	width: 40px;
	border: 1px solid #a9a9a921;
	object-fit: contain;
}
.hot-job-text {
	padding: 0 0 10px 0;
}
.hot-job-text h6 {
	font-size: 12px;
	padding: 10px 10px 0;
	font-weight: 700;
	color: #0b3c5d;
}
.hot-job-text li {
	font-size: 11px;
	padding: 0 0 0 10px;
	list-style: none;
}
.hot-job-text a{
	color: #c70000 !important;
}

/*CSS FOR WORK*/

.main-how-work-inner {
	padding: 30px 0 50px;
}
.main-how-work-inner h2{
	text-align: center;
	padding-bottom: 50px;
	color: black;
}
.main-how-work-inner span{
	color: #0071bd;
	font-weight: 700;
}
.how-process{
	text-align: center;
}

.how-process-image{
	text-align: center;
	display: inline-block;
	position: relative;
}
.how-process-image img{
	height: 70px;
	padding: 6px;
}
.how-process-image span {
	position: absolute;
	background: white;
	border-radius: 50%;
	left: 65px;
	top: -10px;
	height: 20px;
	width: 20px;
	line-height: 17px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	box-shadow: 0 3px 7px 0 rgba(0,0,0,0.35);
}
.how-process h6 {
	font-size: 20px;
	padding-top: 10px;
	margin: 0;
	color: #0071bd;
}
.how-process p {
	color: black;
	margin: 0;
	padding-top: 12px;
	font-size: 13px;
}
/*CSS FOR MOBILE AD*/
.main-mobile-ad{
	position: relative;
	padding-top: 80px;
}
.main-mobile-ad-inner {
	background: black;
	overflow: hidden;
	border-bottom:  1px solid black;
}
.main-mobile-ad-inner img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	opacity: 0.4;
	filter: blur(1px);
}
.mobile-ad-text{
	position: absolute;
	top: 170px;
	left: 170px;
}
.mobile-ad-text h4{
	color: white;
	font-size: 45px;
	font-weight: 600;
}
.mobile-ad-text p{
	color: white;
	font-size: 17px;
	font-weight: 200;
}
.mobile-ad-text img{
	height: 18px;
	width: 21px;
	filter: none;
	opacity: 1;
	border: none;
	margin-right: 5px;
}
.mobile-ad-text button{
	padding:15px;
	background:#232323;
	color: white;
	border: none;
	border-radius: 5px;
	margin: 0 10px;
}
.mobile-ad-text button:hover{
	background: #0071bd;
	color: black;
	cursor: pointer;
}
.main-mobile-photo img{
	position: absolute;
	height: 300px;
	right: 300px;
	bottom: 0;
}
/*CSS FOR TESTIMONIALS*/

.main-testimonials-inner{
	text-align: center;
}
.main-testimonials-inner  h2{
	padding: 0 0 30px;	
}
.main-testimonials-inner span{
	color: #0071bd;
	font-weight: 700;
}
.test-inner{
	text-align: center;
	padding-top: 50px;
	display: inline-block;
}
.test-inner img{
	height: 100px;
	width: 100px;
	object-fit: cover;
	border-radius: 50%;
	background: white;
}
.test-text {
	position: relative;
	box-shadow: 0px 3px 10px 1px #3e49d00a;
	padding: 10px;
	margin-top: -60px;
}
.test-user-photo {
	padding-left: 13px;
}
.test-text img {
	height: 30px;
	position: absolute;
	border: none;
	width: 30px;
	top: 26px;
	z-index: 1;
	padding: 7px;
	left: 88px;
}
.test-text h6{
	color: #0071bd;
	text-align: initial;
	padding-left: 10px;
}
.test-text p{
	padding: 55px 10px 0;
	text-align: justify;
	font-size: 14px;
	color: grey;
}
.test-text span{
	color: grey !important;
	font-size: 12px;
	font-weight: 400;
}

.main-testimonials .slick-dots {
	position: absolute;
	bottom: -50px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.main-testimonials .slick-dots li button::before {
	font-size: 0;
}

.main-testimonials li.slick-active button {
	background: #0071bd !important;
	
}

.main-testimonials .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 6px;
	padding: 3px;
	cursor: pointer;
	color: #0080000d;
	border: 1px solid;
	border-radius: 8px;
	outline: none;
	background:#ececec;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

/*CSS FOR PERSON*/
.main-person{
	position: relative;
}
.main-person img{
	height: 60vh;
	width: 100%;
	object-fit: cover;	
	filter: blur(1px);
}
.main-person h4{
	position: absolute;
	color: white;
	font-size: 35px;
	top: 150px;
	left: 200px;
	text-align: center;
}
.main-person p{
	position: absolute;
	top: 250px;
	left: 250px;
	color: white;
}
.main-person a {
	position: absolute;
	top: 300px;
	left: 320px;
	color: white;
	border: 1px solid #0071bd;	
	padding: 8px;
	border-radius: 10px;
	background: #0071bd;
}

.cand{
	margin-left: 150px;
}

.main-person a:hover{
	background: white;
	color: #0071bd;
	text-decoration: none;
}

/*CSS FOR COUNTER*/
.main-counter{
	padding-bottom: 50px;
}
.footer-numbers{
	padding: 11px 0;
}

.foot-num{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 8px 0;
}
.foot-num li{
	display: inline-block;
	color: #0071bd;
	font-size: 17px;
	padding: 0px 70px;
	position: relative;
}

.foot-num .icon{
	color: #0071bd;
	font-size: 18px;
	padding: 10px;
}
.foot-num span{
	font-size: 35px !important;
	color: #0071bd!important;
	font-weight: 600;
}
/*CSS FOR FLOATING BUTTON*/

.float{
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 15px;
	left: 40px;
	background-color: #0071bd;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: -1px 0px 3px #000;
	z-index: 999;
}

.float:hover{
	color: black;
}
.my-float{
	margin-top:22px;
}

/*CSS FOR TO THE TOP*/
#myTopbtn {
	display: none;
	position: fixed;
	bottom: -5px;
	right: 30px;
	z-index: 99;
	font-size: 30px;
	border: none;
	outline: none;
	color: #0071bd;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	background: transparent;
}
/*CSS FOR FOOTER*/
.footer-info-inner{
	border-bottom: 1px solid #80808026;
}
.fotlog{
	border-right: 1px solid #80808026;
	padding: 26.5px 0;
}
.fotlog a:hover {
	color: white !important;
}
.footer-icons{
	list-style: none;
	text-align: center;
	padding: 15px 0;
}
.footer-social-icons{
	margin: 0;
	padding: 10px 0;
}
.footer-social-icons li{
	display: inline-block;
	color: white;
	font-weight: 500;
}
.footer-social-icons a{
	color: black !important;
	font-size: 11px;
	text-align: center;
}
.footer-social-icons .fab:hover{
	background-color: #0071bd;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 16px;
}
.footer-social-icons .fab{
	padding: 8px;
	font-size: 15px;
	color: white;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}

/*CSS FOR FOOTER MAIN*/
.footer-main-inner{
	background-color: #1c2329;
	padding-top: 50px;
	padding-bottom: 90px;
}
.footer-content h5{
	color: white;
}
.footer-content span{
	color: #0071bd;
	font-size: 25px;
	font-weight: 700;
}
.footer-content p{
	color: grey;
	text-align:inherit;
	font-size: 13px;
}
.footer-about{
	list-style: none;
}
.footer-about li{
	color: white;
	font-size: 12px;
	padding-top: 10px;
}
.footcon{
	padding-right: 10px;
}

.footer-seek{
	list-style: none;
}
.footer-seek li{
	padding: 5px 0;
}
.footer-seek a{
	color: #a5a5a5;
	font-size: 12px;
}
.footer-seek a:hover{
	color: #0071bd;
	text-decoration: none;
}

/*CSS FOR FOOTER NAV*/
.footer-nav-inner{
	padding: 15px 0;	
}
.footer-copy p{
	color: white;
	margin: 0;
	font-size: 10px;
}
.footer-copy .far{
	font-size: 11px;
	padding-right: 5px;
}
.footer-copy span{
	color: #a5a5a5;
}
.footer-menu {
	text-align: center;
}
.footer-menu ul{
	list-style: none;
	margin: 0;
}
.footer-menu-inner li{
	display: inline-block;
}
.footer-menu-inner a{
	padding: 10px 20px;
	color: #a5a5a5;
	font-size: 14px;
}
.footer-menu-inner a:hover{
	color: #0071bd;
	text-decoration: none;
}

/****************************************/
/****************************************/
/****************************************/

/*CSS FOR POPULAR PACKAGES*/
.popular-packages-inner{
	background: black;
	overflow: hidden;
}
.popular-packages-inner img{
	height: 30vh;
	width: 100%;
	object-fit: cover;
	opacity: 0.4;
}
.popmain{
	margin-top: 50px;
}

.popular-search {
	padding: 0 10px;
}
.spad{
	padding-bottom: 20px;
}
.popular-results{
	position: relative;
}
.popular-results select{
	position: absolute;
	left: 70px;
	top: 0;
}	
input.skey{
	padding: 3px 10px;
	border: 1px solid #bfbfbf;
	margin: 5px 0;
}
input[type="radio"] {
	margin-right: 10px;
}
.search-filter {
	padding: 20px 0;
}
.search-filter a{
	padding: 10px 15px;
	background: #0071bd;
	color: white;
	border-radius: 5px;
	transition: 0.1s linear;
}
.search-filter a:hover{
	text-decoration: none;
	background: #025186;
}
.results-inner{
	display: flex;
	padding: 10px;
	border: 1px solid #21202026;
	box-shadow: 2px 2px 3px 0px #dadada;
	margin: 15px 0;
	position: relative;
}
.results-inner:hover{
	cursor: pointer;
	box-shadow: 3px 3px 8px 0px #adadad;
}
.results-inner img{
	height: 60px;
	width: 80px;
	border: 1px solid #21202026;
	margin: 20px 10px;
	padding: 5px;
	
}
.results-text {
	padding: 10px 0;
}
.results-text a{
	color: black;
}
.results-text h6{
	font-size: 12px;
	color: #0071bd;
	font-weight: 400;
}
.results-text strong{
	color: #b3432c;
}
.results-text .fas{
	font-size: 10px;
	padding-right: 5px;
	color: #0071bd;
}
.results-text p{
	color: gray;
	font-size: 12px;
	margin: 0;
}
.results-text span{
	padding-left: 20px;
}
.results-action .far{
	right: 60px;
	top: 10px;
	font-size: 20px;
	position: absolute;
	color: #757575ba;
}
.results-action a{
	font-size: 12px;
	right: 30px;
	bottom: 10px;
	position: absolute;
	padding: 10px;
	border: 1px solid #0071bd;
	color: #0071bd;
	border-radius: 5px;
	transition: 0.2s linear;
}
.results-action a:hover{
	background: #0071bd;
	color: white;
	text-decoration: none;
}

/****************************************/
/****************************************/
/****************************************/


/*CSS FOR JOB VIEW*/
.job-main-image{
	background: black;
	overflow: hidden;
	position: relative;
	z-index: -1;
}

.job-view-main img{
	height: 50vh;
	width: 100%;
	object-fit: cover;
	opacity: 0.4;
}
.jtext{
	background: white;
	z-index: 1;
	border-radius: 5px;
	box-shadow:2px 4px 2px 1px #0071bd73;
	padding-top: 16px;
}

.job-main-text{
	margin-top: -80px;
}

.jobview-photo {
	text-align: right;
}

.jobview-photo img {
	height: 115px;
	width: 100%;
	object-fit: contain;
	opacity: 1;
	border: 3px solid #b7b5b540;
	padding: 15px;
}
.jobview-title {
	padding: 10px 0 0 0;
}
.jobview-title h5{
	font-size: 30px;
}
.jobview-title p{
	font-size: 12px;
	color: gray;
	margin: 0;
	padding: 7px 0;
}
.jobview-title strong{
	font-size: 18px;
	color: #0071bd;
}
.jloc{
	color: grey !important;
	padding-right: 5px;
}
.jobview-title .fas{
	color: #bb8b11;
}
.jobview-title .far{
	color: #bb8b11;
}

.jobview-actions ul li{
	list-style: none;
}
.jobview-actions li{
	padding: 10px 0;
	text-align: center;
}
.jobview-actions button{
	width: 90px;
	padding: 5px 0;
	border: none;
	color: white;
	border-radius: 5px;
}
.jobview-actions .jcon{
	padding-right: 5px;
}
.jobviewpad{
	padding-top: 30px;
}
.job-view-desc-third {
	padding-bottom: 30px;
}
.job-view-desc-first{
	padding-top: 70px;
}
.job-view-desc-first p {
	font-size: 15px;
	text-align: justify;
	letter-spacing: 0.3px;
	line-height: 1.9;
}
.job-view-info-table td{
	padding: 10px 50px;
	border-bottom: 1px dashed #00000024;
}
.job-view-spec-table td{
	padding: 10px 50px;
	border-bottom: 1px dashed #00000024;
}
.sec-tab-list{
	color: #0071bd;
}
/*.sec-tab-list:before{
	content: ":";
	position: absolute;
	color: #0000007d;
    font-size: 20px;
    right: 465px;
    margin: -4px 0;
    }*/
    .job-view-text li{
    	padding: 10px;
    }
    .job-view-apply p{
    	padding: 10px;
    }
    .job-view-apply a{
    	/*color: #ff6c04 !important;*/
    }
    .job-view-apply strong{
    	padding: 0 0 10px 10px;
    }
    .job-view-apply-btn{
    	padding: 30px 0;
    }
    .job-view-apply-btn button{
    	width: 90px;
    	padding: 5px 0;
    	border: none;
    	color: white;
    	border-radius: 5px;
    }

    .job-view-about-comp li{
    	padding: 10px;
    }
    .job-view-about-comp span{
    	padding: 0 10px;
    	color: #0071bd;
    }
    .job-view-advert img{
    	height: 100%;
    	width: 100%;
    	object-fit:contain;
    }

    .featjobview{
    	margin: 20px 0;
    	border: 1px solid #e4e0e0;
    }
    .featjobview img{
    	padding: 10px;
    }
    .featjobview h6{
    	font-size: 15px;
    	font-weight: 700;
    }
    .featjobview a{
    	font-size: 13px;
    }



    /****************************************/
    /****************************************/
    /****************************************/


    /*CSS FOR ABOUT US MAIN*/
    .about-us-main-banner{
    	position: relative;
    }
    .about-us-main-content{
    	padding: 80px 0 0 0;
    }
    .about-us-main-banner{
    	background: black;
    	overflow: hidden;
    	position: relative;
    	z-index: -1;
    }

    .about-us-main-banner img{
    	height: 30vh;
    	width: 100%;
    	object-fit: cover;
    	opacity: 0.4;
    }
    .about-us-photo {
    	padding: 40px 0;
    }
    .about-us-photo img{
    	height: 100%;
    	width: 100%;
    	object-fit: contain;
    }
    .about-us-desc span{
    	font-weight: 700;
    }
    .about-us-desc p{
    	text-align: justify;
    	padding-top: 15px;
    }

    .howabt{
    	padding: 80px 0;
    }
    .about-us-team-main{
    	padding: 50px 0 0 0;
    }
    .team-main-inner{
    	background-color: #f9f9f9d9;
    	text-align: center;
    	padding: 50px 0;
    }
    .team-main-inner span{
    	font-weight: 700;
    	color: #0071bd;
    }
    .team-main-inner h2{
    	padding: 20px 0;
    }
    .team-main-inner img{
    	height: 100%;
    	width: 100%;
    	object-fit: contain;
    	padding: 30px 0 20px;
    }
    .team-main-inner p{
    	text-align: justify;
    }
    .about-us-contact{
    	background-color: #0071bd;

    }
    .about-us-contact-inner{
    	padding: 60px 0;
    	position: relative;
    }
    .about-us-contact img{
    	height: 170px;
    	width: 100%;
    	object-fit: contain;
    	position: absolute;
    	left: 23px;
    	bottom: -28px;
    }
    .about-us-contact strong{
    	font-size: 25px;
    	color: white;
    	text-transform: uppercase;
    }
    .about-us-contact p{
    	color: white;
    	margin: 0;
    }
    .abt-con-text{
    	padding: 25px;
    }
    .abt-con-btn {
    	position: relative;
    	z-index: 1;
    	padding: 30px 0;
    }
    .abt-con-btn a{
    	color: white;
    	padding: 10px;
    	background: #ff6c04;
    	border-radius:5px;
    }
    .abt-con-btn a:hover{
    	text-decoration: none;
    	background: #ff6c04;
    }
    .abt-con-btn img{
    	position: absolute;
    	height: 80px;
    	z-index: -1;
    	left: -20px;
    	top: 52px;
    }

    /****************************************/
    /****************************************/
    /****************************************/

    /*CSS FOR CONTACT US*/
    .contact-us-main-banner {
    	background: black;
    	overflow: hidden;
    }
    .contact-us-main-banner img{
    	height: 23vh;
    	width: 100%;
    	object-fit: cover;
    	opacity: 0.4;
    }
    .contact-us-content{
    	padding: 40px 0;
    }
    .contact-us-form {
    	padding: 20px;
    	background: #efefefcf;
    	border-top-left-radius:8px;
    	border-bottom-left-radius:8px;
    }
    .contact-us-form h3{
    	padding-bottom: 10px;
    }
    .contact-us-form span{
    	color: #0071bd;
    }
    .contact-us-form input{
    	margin-bottom: 20px;
    }
    .namnum{
    	width: 280px;
    	padding: 7px;
    	border: 1px solid #b5a9a99c;
    	box-shadow: 1px 1px 4px #0071bd5e;
    }
    .mailsub{
    	width: 564px;
    	padding: 7px;
    	border: 1px solid #b5a9a99c;
    	box-shadow: 1px 1px 4px #0071bd5e;
    }

    .con-msg{
    	padding: 6px;
    	border: 1px solid #b5a9a99c;
    	box-shadow: 1px 1px 4px #0071bd5e;
    }
    .con-sub-btn{
    	margin-top: 10px;
    	background: #0071bd;
    	color: white;
    	border: none;
    	border-radius: 5px;
    	padding: 5px;
    }
    .contact-us-info{
    	background: #0071bd;
    	padding: 40px 20px 106px;
    	color: white;
    	margin-left: -30px;
    	border-top-right-radius:8px;
    	border-bottom-right-radius:8px;
    }
    .con-info-text li{
    	list-style: none;
    	padding: 10px;
    }
    .concon{
    	padding-right: 10px;
    }
    .con-info-icon {
    	padding-top: 20px;
    }
    .con-info-icon li{
    	list-style: none;
    	display: inline-block;
    	padding: 10px;
    }
    .con-info-icon a{
    	color: white;
    }
    .con-info-icon a:hover{
    	color: black;
    }
    .contact-us-map{
    	padding-top: 50px;
    }


    /****************************************/
    /****************************************/
    /****************************************/

    /*CSS FOR BLOG MAIN*/
    .blog-main-banner{
    	background: black;
    	overflow: hidden;
    }
    .blog-main-banner img{
    	height: 30vh;
    	width: 100%;
    	object-fit: cover;
    	opacity: 0.4;
    }
    .blog-main-content {
    	padding: 50px 0;
    }
    .blog-main-content-inner {
    	box-shadow: 1px 1px 5px 3px #d8d0d0d4;
    	text-align: center;
    	margin: 20px 10px;
    	border-radius:5px;
    	padding-bottom: 40px;
    }
    .blog-main-content-inner img{
    	height: 170px;
    	width: 100%;
    	object-fit: cover;
    	border-top-left-radius: 5px;
    	border-top-right-radius: 5px;
    }
    .blog-main-content-inner span{
    	color: grey;
    	padding: 10px 0;
    	font-size: 13px;
    }
    .blog-main-content-inner p{
    	font-size: 15px;
    	font-weight: 600;
    	padding: 10px 10px 20px;
    	margin: 0;
    }

    .blog-main-content-inner a{
    	color: black;
    }
    .blog-main-content-inner input{
    	background: #0071bd;
    	border: none;
    	padding: 5px;
    	color: white;
    	border-radius: 5px;
    	font-size: 12px;
    }
    .blog-main-search{
    	position: relative;
    	border:1px solid #e0dada4d;
    	padding: 15px;
    }
    .blog-main-search input{
    	padding: 5px;
    	width: 280px;	
    }

    .blog-main-search img{
    	position: absolute;
    	right: 54px;
    	height: 38px;
    	top: 15px;
    	background: #0071bd;
    	padding: 5px 10px;
    }
    .blog-main-lists{
    	margin: 20px 0;
    	border: 1px solid #e0dada4d;
    }
    .blog-main-lists li{
    	list-style: none;
    	padding: 5px 10px;
    	font-size: 15px;
    	border-bottom: 1px solid #cccccc;
    }
    .blog-main-lists a{
    	color: black;
    	font-size: 13px;
    	font-weight: 500;
    }
    .blog-main-lists h4{
    	padding-top: 10px;
    	text-align: center;
    	margin: 0;
    }
    .blog-new-list{
    	padding: 10px;
    }
    .blog-main-lists img{
    	height: 100%;
    	width: 100%;
    	object-fit: contain;
    }
    .blog-list-cat h4{
    	text-align: center;
    	padding: 10px 0;
    }
    .blog-list-cat li{
    	list-style: none;
    	padding: 3px 5px;
    	border-bottom: 1px solid #eaeaea;
    }
    .blog-list-cat img{
    	height: 100%;
    	width: 100%;
    	object-fit: contain;
    }
    .blog-list-cat a{
    	color: black;
    	font-size: 13px;
    	font-weight: 500;
    }
    span.errorForSearch {
    	background: white;
    	color: red;
    }
    .job-view-text.jobviewpad li:before {
    	content: "\f00c";
    	left: 21px;
    	font-family: 'Font Awesome\ 5 Free';
    	font-weight: 800;
    	padding-right: 12px;
    	color: #1a9d00;
    	font-size: 15px;
    	position: absolute;
    }
    .job-view-text.jobviewpad ul {
    	margin: 0 33px;
    }
    .job-view-text li {
    	padding: 0;
    	list-style: none;
    }
    .job-view-text.jobviewpad p {
    	text-align: justify;
    	line-height: 1.9;
    	letter-spacing: 0.3px;
    }
    .jobview-title h5 {
    	font-size: 30px;
    	text-transform: uppercase;
    	font-weight: 700;
    }

    .jobview-title p {
    	text-transform: capitalize;
    	letter-spacing: 0.6px;
    }
    a.btn.btn-primary.save {
    	background: red;
    	width: 85px;
    }
    .applyss {
    	width: 115px;
    }
    a.btn.btn-primary.save {
    	background: red;
    	width: 115px;
    	border: red;
    }
    .jobview-title .fas {
    	color: #ffffff;
    	font-size: 15px;
    	padding: 6px;
    	font-weight: 700;
    	background: #0071bd;
    	border-radius: 50px;
    	margin: 0 5px;
    }
    td.triu-fac {
    	font-weight: 500;
    	text-transform: capitalize;
    	letter-spacing: 0.4px;
    	padding: 8px;
    }
    .ineer h2 {
    	font-size: 24px;
    	border-left: 4px solid #0071bd;
    	padding: 0px 12px;
    	text-transform: uppercase;
    	font-weight: 700;
    }
    .sec-tab-list {
    	color: #0071bd;
    	font-weight: 600;
    	text-transform: capitalize;
    	letter-spacing: 0.4px;
    }

    /* 14th Jan 2020 */

    .button .dropbtn {
    	padding: 16px;
    	font-size: 16px;
    	border: none;
    }
    .dropdown {
    	position: relative;
    	display: inline-block;
    	transition: 0.5s linear;
    }
    .dropdown button.dropbtn {
    background: transparent;
    color: white;
    border: none;
    padding: 4px 25px 4px;
    }
    .dropdown button.dropbtn:hover{
        background:#0071bd;
        border-radius:5px;
    }
    .dropdown-content::before{
    	content: '';
    	position: absolute;
    	top: -10px;
    	left: 98px;
    	width: 0; 
    	height: 0; 
    	border-left: 15px solid transparent;
    	border-right: 15px solid transparent;
    	border-bottom: 15px solid #f1f1f1;
    }
    .dropdown-content {
    	display: none;
    	position: absolute;
    	background-color: #f1f1f1;
    	min-width: 330px;
    	box-shadow:0px 8px 16px 0px rgba(31, 31, 31, 0.72);
    	z-index: 1;
    	margin-top: 10px;
    	left: -65px;
    	border-radius: 8px;
    }
    
    .dropdown:hover .dropdown-content {
    	display: block;
    }
    .dropemp{
    	padding: 20px;
    	min-width: 250px !important;
    }
    .dropemp a{
    	font-size: 15px;
    	margin-top: 50px;
    	color: #0071bd;
    }
    .dropemp a:hover{
    	color: black !important;
    	text-decoration: none;
    	background: none;
    }
    .dropdown:hover .dropemp{
    	display: flex;
    }
    .drop-btn-jobseek{
    	position: relative;
    	margin-top: 50px;
    	border-right: 1px solid black;
    	padding-right: 10px;
    }
    .drop-btn-empo{
    	margin-top: 50px;
    	padding-left: 10px;	
    }
    .dropemp p{
    	position: absolute;
    	top: 20px;
    	left: 45px;
    	font-weight: 600;
    }
    .dropemp .fas, .far{
    	padding-right: 5px;
    }

    /*by mukesh in 1/14/2020*/