body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
b,
i,
ul,
ol,
li,
span,
strong,
label {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

.main-head {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
	justify-content: space-between;
}

.logo {
	max-width: 170px;
	padding: 7px 0px;
}

.logo a {
	display: block;
}

.menu-menus,
.menu-menus ul {
	display: flex;
	align-items: center;
}

.menu-menus ul li {
	display: block;
	margin-left: 25px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu-menus ul li a {
	color: #0093d8;
	font-size: 16px;
}

.menu-menus ul li.active a {
	color: #000;
}

.menu-menus ul li a:hover {
	text-decoration: none;
}

.myBtn a {
	padding: 10px 20px;
	border-radius: 8px;
	border: 2px solid #0093d8;
}

.myBtn:last-child a {
	color: #fff;
	background: #0093d8;
}

.myBtn a:hover {
	color: #000;
	background: #ececec;
}

.mobile-menu {
	width: 7px;
	display: none;
	cursor: pointer;
	user-select: none;
}

.mobile-menu span {
	width: 3px;
    height: 3px;
    display: block;
    background: #656565;
    border-radius: 50%;
    margin-bottom: 3px;
    transition: all ease 0.5s;
}

.mobile-menu span:last-child {
	margin-bottom: 0px;
}

/*.rotate-menu {
	width: 30px;
}

.rotate-menu span:first-child {
	width: 20px;
	transform: rotate(-46deg) translate(-5px, 0px);
}

.rotate-menu span:last-child {
	width: 20px;
	transform: rotate(46deg) translate(-5px, 0px);
}*/

.search-bg {
	color: #fff;
	padding: 10px 0px;
	background: #0093d8;
}

.search-main input[type=search] {
	border-radius: 0px;
	border: 1px solid #fff;
}

.search-main input[type=search]::placeholder {
	color: #0093d8;
}

.btn-search {
	color: #fff;
	padding: 0px 20px;
	margin-left: 15px;
	border-radius: 0px;
	background: #0093d8;
	border: 1px solid #fff;
}

.btn-search:hover {
	color: #0093d8;
	background: #fff;
}

.btn-search .fa-search {
	display: none;
}

.page-title {
	color: #333133;
	font-size: 28px;
	padding: 15px 0px;
	letter-spacing: 2px;
}

.hot-links ul {
	width: 100%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.hot-links ul li {
	display: block;
	margin: 0px 8px 15px 8px;
}

.hot-links ul li a {
	display: block;
	padding: 4px 12px 4px 45px;
	position: relative;
	border-radius: 6px;
	border: 2px solid #0093d8;
}

.hot-links ul li a:before {
	content: "";
	width: 33px;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #0093d8 url(../images/search-icon.png) no-repeat;
	background-position: center;
	background-size: 76%;
}

.hot-links ul li a:hover {
	color: #000;
	background: #f1f1f1;
	text-decoration: none;
}

.hot-links ul li a:active {
	color: #fff;
	background: #0093d8;
}

.main-title {
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0px;
}

.job-single {
	display: flex;
	padding: 20px;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	position: relative;
	margin-bottom: 35px;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
}

.date-info {
	color: #0596d8;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 6px;
	justify-content: space-between;
}

.date-info p {
	margin-bottom: 0px;
}

.company-logo img {
	width: 78px;
	height: 78px;
	padding: 10px;
	text-align: center;
	margin-right: 30px;
	object-fit: contain;
	background: #fff;
	border: 1px solid #c1c1c1;
}

.job-details {
	flex: 1;
	color: #333133;
}

.job-details h5 a {
	min-height: 45px;
	color: #333133;
	font-size: 17px;
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.job-details h6 {
	min-height: 22px;
}

.job-details hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.job-details p {
	color: #999898;
	font-size: 15px;
}

.job-description {
	width: 100%;
}

.featured {
	padding-right: 50px;
}

.featured:after {
	content: "Featured";
	background: #676767;
	color: #fff;
	font-size: 0.6666em;
	text-transform: uppercase;
	font-weight: 400;
	position: absolute;
	top: 75px;
	right: -10px;
	padding: 3px 10px;
	width: 150px;
	text-align: center;
	-webkit-transform-origin: bottom right;
	-moz-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-apply {
	color: #fff;
	margin: auto;
	display: table;
	padding: 4px 22px;
	background: #0596d8;
	text-transform: uppercase;
}

.foot-sec {
	width: 100%;
	color: #fff;
	padding: 40px 0px 15px 0px;
	background: #0093d8;
}

.foot-s ul {
	margin: auto;
	display: flex;
	margin-bottom: 15px;
	justify-content: center;
}

.foot-s ul li {
	display: block;
	font-size: 18px;
	margin: 0px 15px;
}

.foot-s ul li a {
	color: #fff;
	display: block;
}

.foot-s p {
	margin-bottom: 0px;
}

#myBtn {
	width: 80px;
	height: 80px;
	color: #fff;
	position: fixed;
	bottom: 18px;
	right: 30px;
	border: none;
	outline: none;
	padding: 15px;
	cursor: pointer;
	font-size: 47px;
	border-radius: 50%;
	background: #0093d8;
	z-index: 99;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

#myBtn i,
#myBtn img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.congrats-bar {
	color: #fff;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #0093d8;
	justify-content: space-between;
}

.student-slider {
	width: 60%;
}

.congrats-gif {
	width: 38%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.single-student {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.single-student-photo img {
	width: 150px !important;
	height: 150px !important;
	object-fit: cover;
	object-position: top;
	margin-right: 30px;
	border-radius: 50%;
	border: 3px solid #fff;
}

.single-student-description {
	flex: 1;
}

.single-student-description h4 {
	margin-bottom: 7px;
}

.slider {
	width: 100%;
}

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}

.slick-active {
	opacity: .5;
}

.slick-current {
	opacity: 1;
}

.slick-prev,
.slick-next {
	display: none !important;
}

.pagination {
	justify-content: center;
	margin-bottom: 30px;
}

.pagination li a {
	display: block;
	padding: 6px 12px;
	background: #fdfdfd;
	border: 1px solid #ddd;
	border-right: none;
}

.pagination li:first-child a {
	border-radius: 6px 0px 0px 6px;
}

.pagination li:last-child a {
	border-radius: 0px 6px 6px 0px;
	border-right: 1px solid #ddd;
}

.pagination li.active a {
	color: #fff;
	background: #337ab7;
}

/*-- 09-03-2020 --*/
#wrapper {
	min-width: 40%;
	max-width: 72%;
	margin: 25px auto;
}

#ticker_container {
	color: #000;
	overflow: auto;
	font-size: 16px;
	padding: 10px 15px;
	border: 1px solid #0093d8;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #fff;
}

#controls {
	display: none;
}

#news {
	margin: auto;
	position: relative;
	text-align: center;
}

#news:before {
	content: "\f03d";
	color: #0093d8;
	margin-right: 12px;
	font-family: "Fontawesome";
}

#news a {
	color: #0093d8;
}

#newscontent {
	float: none !important;
}

.hot-links {
	margin-bottom: 5px;
}



/*-------------------------------------------------------*/
/*--------------------- Media Query ---------------------*/
/*-------------------------------------------------------*/

.clients {
	padding: 20px 0;
}

.client-logo {
	border: 1px solid #ccc;
	padding: 10px;
	background: #d4d4d4cc;
}

.client-logo img {
	width: 200px;
	height: 100px;
	object-fit: contain;
}

#banner_slider .owl-nav {
	display: block !important;
}

#banner_slider .owl-prev {
	position: absolute;
	top: 0px;
	left: 0;
	outline: 0;
}

#banner_slider .owl-next {
	position: absolute;
	top: 0px;
	right: 0;
	outline: 0;
}

#banner_slider .owl-prev span,
#banner_slider .owl-next span {
	font-size: 80px
}

@media(max-width:992px) {
	.logo {
		margin: auto;
	}
	
	.menu-menus {
		margin: 20px 0px;
	}
	
	.menu-menus ul li {
		margin-left: 20px;
	}
	
	.student-slider, .congrats-gif {
		width: 100%;
	}
	
	.congrats-gif img {
		margin-top: 20px;
	}
}

@media(max-width:767px) {
	.logo {
		margin: inherit;
	}
	
	.main-menu {
		position: absolute;
		top: 63px;
		left: 0;
		right: 0;
		z-index: 99999;
	}
	
	.main-menu ul {
		display: none;
		padding-bottom: 12px;
		flex-direction: column;
		background: #f1f1f1;
	}
	
	.menu-menus ul li {
		margin: 0;
		text-align: center;
	}
	
	.menu-menus ul li a {
		display: block;
		padding: 8px 0px;
	}
	
	.menu-menus ul li:last-child {
		margin-top: 10px;
	}
	
	.mobile-menu {
		display: block;
		order: 2;
		margin-left: 25px;
	}
	
	.myBtn a {
		width: 150px;
		margin: auto;
		font-size: 14px;
		padding: 8px 16px;
	}
	
	.hot-links ul li {
		margin: 0px 3px 8px 3px;
	}
	
	.hot-links ul li a {
		font-size: 12px;
		padding: 5px 6px 5px 30px;
	}
	
	.hot-links ul li a:before {
		width: 25px;
		background-size: 85%;
	}
	
	.btn-search .fa-search {
		display: block;
	}
	
	.btn-search > span {
		display: none;
	}
}

@media(max-width:575px) {
	.single-student-photo, .single-student-description {
		width: 100%;
		text-align: center;
	}
	
	.slick-slide img {
		margin: auto;
		margin-bottom: 14px;
	}
	
	.logo {
    	max-width: 100px;
	}
	
	.main-head-sec {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		color: #fff;
		z-index: 9999;
		background: #0093d8;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	}
	
	.search-bg {
		width: 95%;
		margin-top: 1px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	
	.adj-top-sec {
		margin-top: 65px;
	}
	
	.logo {
		display: none;
	}
	
	.main-head {
		justify-content: flex-end;
	}
	
	.mobile-menu span {
		background: #fff;
	}
	
	.search-main input[type=search] {
		height: 32px;
		font-size: 14px;
	}
}

@media(max-width:480px) {
	.job-details h5 a {
		min-height: 38px;
		font-size: 15px;
	}
	
	.date-info, .date-info p {
		font-size: 12px !important;
	}
}