@media (max-width: 375.98px) {
	.main-navigation{
		display: none;
	}

	.navbar-collapse {
		display: block;
		margin-top: 0rem;
	}

	.mobile-navigation .navbar {
		background-color: #279355;
		padding: 0.5rem 0.5rem;
	}

	.mobile-navigation .navbar-nav{
		border: 1px solid #fff;
		display: block;
	}

	.mobile-navigation .navbar-nav .nav-item{
		display: block;
		border-bottom: 1px solid #ffffff17;
	}

	.mobile-navigation .navbar-nav .nav-item:last-child{
		border-bottom: 0px;
	}

	.full-banner {
		min-height: 128px;
	}
	.banner-text {
		width: 100%;
	}

	.banner-text h1 {
		font-size: 24px;
	}

	.banner-text h3 {
		font-size: 12px;
		margin-bottom: 0px;
	}

	.opening-jobs > h2{
		font-size: 20px;
	}

	.no-active-jobs{
		font-size: 20px;
	}


	.opening-jobs .card-header {
		padding: 0 0 0 50px;
	}

	.job-number {
		left: 9px;
		width: 45px;
		font-size: 18px;
		border-radius: 3px 0px 0px 3px;
	}

	.opening-jobs .card-header p button .collapse-job-title {
		font-size: 13px;
		line-height: 1.2;
	}

	.opening-jobs .card-header p button .job-vacancy {
		font-size: 12px;
		margin-top: 5px;
	}

	.opening-jobs .card-header p button .job-vacancy i{
		font-size: 12px;
	}

	.opening-jobs .card-header p button .job-deadline {
		font-size: 12px;
		margin-top: 5px;
	}

	.opening-jobs .card-header p button .job-deadline i{
		font-size: 12px;
	}

	.site__logo {
		width: 270px;
		margin: auto;
	}
	.connect__to{
		text-align: center;
	}
	.footer .connect__to--social h4 {
		margin: 15px 0px 10px 0px;
	}


	.footer__block--title {
		margin-bottom: .5rem;
		margin-top: 32px;
		padding-bottom: 3px;
		text-align: center;
	}

	.footer__block ul li a {
		margin-bottom: 0px;
		text-align: center;
	}

	.footer__block{
		text-align: center;
	}

	.footer__block address {
		text-align: center;
	}
	/*==================================*/
	/*login*/
	/*==================================*/


	.auth {
		padding: 10px!important;
	}

	.auth-form-light{
		padding: 30px!important;
	}

	.auth .brand-logo {
		margin-bottom: 1rem;
	}

	.auth .brand-logo img {
		width: 25%;
	}

	/*==================================*/
	/*hero section*/
	/*==================================*/
	.ng-breadcrumbs .breadcrumbs-inner .page-title {
		font-size: 30px;
		line-height: 1;
	}

	.ng-breadcrumbs .breadcrumbs-inner {
		padding: 35px 0 35px;
	}


	/*==================================*/
	/*Body*/
	/*==================================*/
	.main_content {
		padding: 10px;
	}


	/*==================================*/
	/*user-info*/
	/*==================================*/
	.user-info{
		display: block !important;
	}
	.user-info img{
		width: 115px!important;
		height: 115px!important;
		margin-bottom: 10px!important;
	}

	/*==================================*/
	/*footer*/
	/*==================================*/

	.copyrightby{
		text-align: center!important;
	}

	.developedby{
		text-align: center!important;
		margin-top: 10px;
	}
}

@media (min-width: 376px) and (max-width: 575.98px) {
	.main-navigation{
		display: none;
	}

	.navbar-collapse {
		display: block;
		margin-top: 0rem;
	}

	.mobile-navigation .navbar {
		background-color: #279355;
		padding: 0.5rem 0.5rem;
	}

	.mobile-navigation .navbar-nav{
		border: 1px solid #fff;
		display: block;
	}

	.mobile-navigation .navbar-nav .nav-item{
		display: block;
		border-bottom: 1px solid #ffffff17;
	}

	.mobile-navigation .navbar-nav .nav-item:last-child{
		border-bottom: 0px;
	}

	.full-banner {
		min-height: 170px;
	}
	.banner-text {
		width: 100%;
	}

	.banner-text h1 {
		font-size: 32px;
	}

	.banner-text h3 {
		font-size: 12px;
		margin-bottom: 0px;
	}

	.opening-jobs > h2{
		font-size: 20px;
	}

	.no-active-jobs{
		font-size: 20px;
	}


	.opening-jobs .card-header {
		padding: 0 0 0 50px;
	}

	.job-number {
		left: 9px;
		width: 45px;
		font-size: 18px;
		border-radius: 3px 0px 0px 3px;
	}

	.opening-jobs .card-header p button .collapse-job-title {
		font-size: 13px;
		line-height: 1.2;
	}

	.opening-jobs .card-header p button .job-vacancy {
		font-size: 12px;
		margin-top: 5px;
	}

	.opening-jobs .card-header p button .job-vacancy i{
		font-size: 12px;
	}

	.opening-jobs .card-header p button .job-deadline {
		font-size: 12px;
		margin-top: 5px;
	}

	.opening-jobs .card-header p button .job-deadline i{
		font-size: 12px;
	}
	.site__logo {
		width: 270px;
		margin: auto;
	}
	.connect__to{
		text-align: center;
	}
	.footer .connect__to--social h4 {
		margin: 15px 0px 10px 0px;
	}


	.footer__block--title {
		margin-bottom: .5rem;
		margin-top: 32px;
		padding-bottom: 3px;
		text-align: center;
	}

	.footer__block ul li a {
		margin-bottom: 0px;
		text-align: center;
	}

	.footer__block{
		text-align: center;
	}

	.footer__block address {
		text-align: center;
	}
	/*==================================*/
	/*login*/
	/*==================================*/


	.auth {
		padding: 10px!important;
	}

	.auth-form-light{
		padding: 30px!important;
	}

	.auth .brand-logo {
		margin-bottom: 1rem;
	}

	/*==================================*/
	/*hero section*/
	/*==================================*/
	.ng-breadcrumbs .breadcrumbs-inner .page-title {
		font-size: 30px;
		line-height: 1;
	}

	.ng-breadcrumbs .breadcrumbs-inner {
		padding: 35px 0 35px;
	}


	/*==================================*/
	/*Body*/
	/*==================================*/
	.main_content {
		padding: 10px;
	}


	/*==================================*/
	/*user-info*/
	/*==================================*/
	.user-info{
		display: block !important;
	}
	.user-info img{
		width: 115px!important;
		height: 115px!important;
		margin-bottom: 10px!important;
	}

	/*==================================*/
	/*footer*/
	/*==================================*/

	.copyrightby{
		text-align: center!important;
	}

	.developedby{
		text-align: center!important;
		margin-top: 10px;
	}

}

@media (min-width: 576px) and (max-width: 767.98px) {
	.main-navigation{
		display: none;
	}

	.navbar-collapse {
		display: block;
		margin-top: 0rem;
	}

	.mobile-navigation .navbar {
		background-color: #279355;
		padding: 0.5rem 0.5rem;
	}

	.mobile-navigation .navbar-nav{
		border: 1px solid #fff;
		display: block;
	}

	.mobile-navigation .navbar-nav .nav-item{
		display: block;
		border-bottom: 1px solid #ffffff17;
	}

	.mobile-navigation .navbar-nav .nav-item:last-child{
		border-bottom: 0px;
	}

	.full-banner {
		min-height: 215px;
	}
	.banner-text {
		width: 100%;
	}

	.banner-text h1 {
		font-size: 36px;
	}

	.banner-text h3 {
		font-size: 12px;
		margin-bottom: 0px;
	}

	.opening-jobs > h2{
		font-size: 20px;
	}

	.no-active-jobs{
		font-size: 20px;
	}


	.opening-jobs .card-header {
		padding: 0 0 0 50px;
	}

	.job-number {
		left: 9px;
		width: 45px;
		font-size: 18px;
		border-radius: 3px 0px 0px 3px;
	}

	.opening-jobs .card-header p button .collapse-job-title {
		font-size: 13px;
		line-height: 1.2;
	}

	.opening-jobs .card-header p button .job-vacancy {
		font-size: 12px;
		margin-top: 5px;
	}

	.opening-jobs .card-header p button .job-vacancy i{
		font-size: 12px;
	}

	.opening-jobs .card-header p button .job-deadline {
		font-size: 12px;
		margin-top: 5px;
	}

	.opening-jobs .card-header p button .job-deadline i{
		font-size: 12px;
	}

	.site__logo {
		width: 270px;
		margin: auto;
	}
	.connect__to{
		text-align: center;
	}
	.footer .connect__to--social h4 {
		margin: 15px 0px 10px 0px;
	}


	.footer__block--title {
		margin-bottom: .5rem;
		margin-top: 32px;
		padding-bottom: 3px;
		text-align: center;
	}

	.footer__block ul li a {
		margin-bottom: 0px;
		text-align: center;
	}

	.footer__block{
		text-align: center;
	}

	.footer__block address {
		text-align: center;
	}
	/*==================================*/
	/*login*/
	/*==================================*/


	.auth {
		padding: 10px!important;
	}

	.auth-form-light{
		padding: 30px!important;
	}

	.auth .brand-logo {
		margin-bottom: 1rem;
	}

	/*==================================*/
	/*hero section*/
	/*==================================*/
	.ng-breadcrumbs .breadcrumbs-inner .page-title {
		font-size: 30px;
		line-height: 1;
	}

	.ng-breadcrumbs .breadcrumbs-inner {
		padding: 35px 0 35px;
	}


	/*==================================*/
	/*Body*/
	/*==================================*/
	.main_content {
		padding: 10px;
	}


	/*==================================*/
	/*user-info*/
	/*==================================*/
	.user-info{
		display: block !important;
	}
	.user-info img{
		width: 115px!important;
		height: 115px!important;
		margin-bottom: 10px!important;
	}

	/*==================================*/
	/*footer*/
	/*==================================*/

	.copyrightby{
		text-align: center!important;
	}

	.developedby{
		text-align: center!important;
		margin-top: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.main-navigation{
		display: none;
	}

	.navbar-collapse {
		display: block;
		margin-top: 0rem;
	}

	.mobile-navigation .navbar {
		background-color: #279355;
		padding: 0.5rem 0.5rem;
	}

	.mobile-navigation .navbar-nav{
		border: 1px solid #fff;
		display: block;
	}

	.mobile-navigation .navbar-nav .nav-item{
		display: block;
		border-bottom: 1px solid #ffffff17;
	}

	.mobile-navigation .navbar-nav .nav-item:last-child{
		border-bottom: 0px;
	}

	.full-banner {
		min-height: 250px;
	}
	.banner-text {
		width: 100%;
	}

	.banner-text h1 {
		font-size: 44px;
	}

	.banner-text h3 {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.opening-jobs > h2{
		font-size: 20px;
	}

	.no-active-jobs{
		font-size: 20px;
	}


	.opening-jobs .card-header {
		padding: 0 0 0 50px;
	}

	.job-number {
		left: 9px;
		width: 45px;
		font-size: 18px;
		border-radius: 3px 0px 0px 3px;
	}

	.opening-jobs .card-header p button .collapse-job-title {
		font-size: 13px;
		line-height: 1.2;
	}

	.opening-jobs .card-header p button .job-vacancy {
		font-size: 12px;
		margin-top: 5px;
	}

	.opening-jobs .card-header p button .job-vacancy i{
		font-size: 12px;
	}

	.opening-jobs .card-header p button .job-deadline {
		font-size: 12px;
		margin-top: 5px;
	}

	.opening-jobs .card-header p button .job-deadline i{
		font-size: 12px;
	}

	/*==================================*/
	/*footer*/
	/*==================================*/

	.site__logo {
		width: 270px;
		margin: inherit;
		margin-top: 32px;
	}
	.footer .connect__to--social h4 {
		margin: 15px 0px 10px 0px;
	}


	.footer__block--title {
		margin-bottom: .5rem;
		margin-top: 32px;
		padding-bottom: 3px;
	}

	.footer__block ul li a {
		margin-bottom: 0px;
	}

	.footer__block{
	}

	.footer__block address {
	}

	.footer__block--title{
		text-align: left!important;
	}

	.pay-with {
		width: 180px;
		margin: inherit;
	}

	.copyrightby{
		text-align: left!important;
	}

	.developedby{
		text-align: right!important;
		margin-top: 0px;
	}
	/*==================================*/
	/*login*/
	/*==================================*/


	.auth {
		padding: 10px!important;
	}

	.auth-form-light{
		padding: 30px!important;
	}

	.auth .brand-logo {
		margin-bottom: 1rem;
	}

	/*==================================*/
	/*hero section*/
	/*==================================*/
	.ng-breadcrumbs .breadcrumbs-inner .page-title {
		font-size: 30px;
		line-height: 1;
	}

	.ng-breadcrumbs .breadcrumbs-inner {
		padding: 35px 0 35px;
	}


	/*==================================*/
	/*Body*/
	/*==================================*/
	.main_content {
		padding: 10px;
	}


	/*==================================*/
	/*user-info*/
	/*==================================*/
	.user-info{
		display: block !important;
	}
	.user-info img{
		width: 115px!important;
		height: 115px!important;
		margin-bottom: 10px!important;
	}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.mobile-navigation{
		display: none;
	}

	.navbar-collapse {
		display: block;
		margin-top: 0rem;
	}

	.mobile-navigation .navbar {
		background-color: #279355;
		padding: 0.5rem 0.5rem;
	}

	.mobile-navigation .navbar-nav{
		border: 1px solid #fff;
		display: block;
	}

	.mobile-navigation .navbar-nav .nav-item{
		display: block;
		border-bottom: 1px solid #ffffff17;
	}

	.mobile-navigation .navbar-nav .nav-item:last-child{
		border-bottom: 0px;
	}

	.full-banner {
		min-height: 250px;
	}
	.banner-text {
		width: 100%;
	}

	.banner-text h1 {
		font-size: 44px;
	}

	.banner-text h3 {
		font-size: 16px;
		margin-bottom: 0px;
	}

	.opening-jobs > h2{
		font-size: 20px;
	}

	.no-active-jobs{
		font-size: 20px;
	}


	.opening-jobs .card-header {
		padding: 0 0 0 50px;
	}

	.job-number {
		left: 9px;
		width: 45px;
		font-size: 18px;
		border-radius: 3px 0px 0px 3px;
	}

	.opening-jobs .card-header p button .collapse-job-title {
		font-size: 13px;
		line-height: 1.2;
	}

	.opening-jobs .card-header p button .job-vacancy {
		font-size: 12px;
		margin-top: 5px;
	}

	.opening-jobs .card-header p button .job-vacancy i{
		font-size: 12px;
	}

	.opening-jobs .card-header p button .job-deadline {
		font-size: 12px;
		margin-top: 5px;
	}

	.opening-jobs .card-header p button .job-deadline i{
		font-size: 12px;
	}

	/*==================================*/
	/*footer*/
	/*==================================*/

	.site__logo {
		width: 218px;
		margin: auto;
	}
	.footer .connect__to--social h4 {
		margin: 15px 0px 10px 0px;
	}


	.footer__block--title {
		margin-bottom: .5rem;
		margin-top: 0px;
		padding-bottom: 3px;
	}

	.footer__block ul li a {
		margin-bottom: 0px;
	}

	.footer__block{
	}

	.footer__block address {
	}

	.footer__block--title{
		text-align: left!important;
	}

	.pay-with {
		width: 180px;
		margin: inherit;
	}

	.copyrightby{
		text-align: left!important;
	}

	.developedby{
		text-align: right!important;
		margin-top: 0px;
	}
	/*==================================*/
	/*login*/
	/*==================================*/


	.auth {
		padding: 10px!important;
	}

	.auth-form-light{
		padding: 30px!important;
	}

	.auth .brand-logo {
		margin-bottom: 1rem;
	}

	.auth .brand-logo img {
		width: 25%;
	}

	/*==================================*/
	/*hero section*/
	/*==================================*/
	.ng-breadcrumbs .breadcrumbs-inner .page-title {
		font-size: 30px;
		line-height: 1;
	}

	.ng-breadcrumbs .breadcrumbs-inner {
		padding: 35px 0 35px;
	}


	/*==================================*/
	/*Body*/
	/*==================================*/
	.main_content {
		padding: 10px;
	}


	/*==================================*/
	/*user-info*/
	/*==================================*/
	.user-info{
		display: block !important;
	}
	.user-info img{
		width: 115px!important;
		height: 115px!important;
		margin-bottom: 10px!important;
	}
}

@media (min-width: 1200px) {
	.mobile-navigation{
		display: none;
	}

	.auth .brand-logo img {
		width: 20%;
	}
}