/*==================================================
=            Bootstrap 5 Media Queries             =
==================================================*/
@media (min-width: 1200px) and (max-width: 1600px) {
	.hero-cont h1 {
		font-size: 72px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header-btn a {
		padding: 15px 13px;
	}
	/*Hero section*/
	.hero-section-overlay{
		padding: 100px 0;
	    width: 50%;
	}
	.hero-cont h1 {
		font-size: 72px;
	}
	/*Service section*/
	.service-title h2{
		color: #fff;
	}
	/*Experience section*/
	.experience-notice-title h2 {
		color: #fff;
		font-size: 42px;
	}
	.experience-notice-number h3 {
		right: 20px;
	}
	/*Testimonial section*/
	.testimonial-title{
		margin-top: 50px;
	}
	.testimonial-text{
		margin: 0;
	}
	/*Service page*/
	.service-overview-overlay {
		padding: 0;
	}
	.featured-service-title {
		padding-right: 0;
		text-align: left;
		margin-bottom: 50px;
	}
	.service-detl-subset ul li:nth-child(2) {
		padding-left: 20px;
	}
	.sidebar-download ul li a {
		padding: 15px;
		font-size: 15px;
	}
	.sidebar-download ul li a i {
		margin-right: 10px;
		font-size: 20px;
	}
	.sidebar-download, .sidebar-notice{
		padding: 20px;
	}
	.sidebar-notice ul li {
		font-size: 16px;
	}
	.sidebar-notice ul li i {
		font-size: 22px;
		margin-right: 20px;
	}

}

/* Medium Device - 768px to 991px */
@media (min-width: 768px) and (max-width: 991px) {
	.header-social{
		display: none;
	}
	.ace-responsive-menu > li > a {
		padding: 10px 10px;
		font-size: 14px;
	}
	.header-logo{
		margin-top: 10px;
	}
	.header-main-menu.sticky-menu .header-logo{
		margin-top: 5px;
	}
	/*Hero section*/
	.hero-section-overlay{
		padding: 100px 0;
	    width: 50%;
	}
	.hero-cont h1 {
		font-size: 60px;
	}
	.hero-cont h1 span{
		display: inherit;
	}
	.hero-cont h5{
		max-width: 300px;
	}
	/*Service section*/
	.service-title h2{
		color: #fff;
	}
	/*Experience section*/
	.experience-notice-title h2{
		font-size: 32px;
	}
	.experience-notice-number h3 {
		top: -18px;
		right: 20px;
		position: absolute;
		font-size: 400px;
		color: #fff;
		line-height: 0.6;
	}
	/*Work section*/
	.work-title {
		text-align: right;
	}
	.work-btn a{
		font-size: 16px;
	}
	/*Testimonial section*/
	.testimonial-title{
		margin: 0 0 70px 0;
		text-align: center;
	}
	.testimonial-text {
		margin-top: 0;
	}
	/*Service page*/
	.service-overview-overlay {
		padding: 0;
	}
	.featured-service-title {
		padding-right: 0;
		text-align: left;
		margin-bottom: 50px;
	}
	/*Service details section*/
	.service-details{
		margin-bottom: 150px;
	}
	.service-sidebar{
		width: 450px;
		margin: auto;
	}
	/*Blog page*/
	.blog-sidebar{
		margin-top: 150px;
	}
	.blog-sidebar{
		width: 400px;
		margin: auto;
	}
	.blog-lists {
		padding-right: 0;
	}
	/*Login & Register page*/
	#login-register-section .container{
		width: 600px;
		margin: auto;
	}
	/*Contact page*/
	.contact-form-cmn{
		width: 50%;
	}
	.contact-form-right {
		padding: 50px;
	}
}
/* Mobile device 320px to 767px
------------------------------------------ */
@media (max-width: 767px) {
	/*Header section*/
	.header-top{
		display: none;
	}
	.header-menu {
		float: inherit;
	}
	#respMenu{
		margin-bottom: 30px;
	}
	.menu-toggle {
		background: transparent;
	}
	.header-main-menu {
		padding: 0;
	}
	.menu-toggle #menu-btn {
		float: right;
		background: transparent;
		border: none;
		padding: 10px;
		cursor: pointer;
		margin: 10px;
	}
	.menu-toggle .icon-bar {
		width: 25px;
		height: 1px;
		background-color: #000 !important;
		border-radius: 0;
		margin: 7px;
	}
	.section-title h2 {
		font-size: 26px;
	}
	.header-btn {
		display: none;
	}
    /*mobile logo*/
	.mobile-logo {
		position: absolute;
		top: 20px;
		left: 25px;
	}
    .mobile-logo img{
        width: 130px;
    }
	.ace-responsive-menu {
		background: rgba(255,255,255,.9);
	}
	.ace-responsive-menu > li > ul.sub-menu {
		padding-left: 20px;
	}
	/*hero section*/
	.hero-section-overlay {
		background: url(images/hero/main-bg-shape.png);
		background-repeat: no-repeat;
		padding: 100px 0;
	}
	.hero-cont h1 {
		font-size: 48px;
		color: #fff;
	}
	/*Service section*/
	#service-section {
		background: transparent;
	}
	.service-title{
		margin-top: 0;
	}
	.service-item-one{
		margin-top: 50px;
	}
	.service-item-two{
		margin: 50px 0;
	}
	/*Experience section*/
	#experience-notice-section{
		text-align: center;
	}
	.experience-notice-title, .experience-notice-number{
		max-width: 500px;
		margin: 0 auto;
	}
	.experience-notice-number h3{
		position: inherit;
		font-size: 200px;
	}
	/*Work section*/
	.work-title {
		text-align: center;
		margin-top: 0;
	}
	.work-item-title {
		margin-top: 50px;
	}
	.work-item-title h3{
		font-size: 62px;
		text-align: center;
	}
	/*Testimonial section*/
	.testimonial-title{
		margin: 0 0 50px 0;
	}
	/*Newsletter section*/
	#newsletter-section .newsletter {
		background: #e9f0f6;
		padding: 30px 20px 40px;
	}
	.newsletter-text{
		margin-bottom: 30px;
	}
	.newsletter-form button {
		width: 60px;
	}
	/*Footer section*/
	.footer-cmn{
		margin: 25px 0;
	}
	/*About page*/
	.hero-one-btn {
		margin-bottom: 50px;
	}
	.about-detl-right ul li:nth-child(2) {
		padding-left: 30px;
	}
	.about-detl-left {
		text-align: left;
	}
	/*Career page*/
	.career h2 {
		font-size: 36px;
	}
	/*History page*/
	.history-text {
		padding-left: 0;
		margin-top: 50px;
	}
	.history-detl-img{
		margin-top: 50px;
	}
	/*Service page*/
	.service-overview-overlay {
		padding: 0;
	}
	#all-service-section{
		margin-top: 100px;
	}
	.featured-service-title {
		padding-right: 0;
		text-align: left;
		margin-bottom: 50px;
	}
	/*Service details*/
	.service-details-title {
		padding: 0;
	}
	.service-details-title::before, .service-details-title::after {
		display: none;
	}
	.service-details h2 {
		padding: 0;
		margin-bottom: 50px;
	}
	.service-detl-desc {
		padding: 0;
	}
	.service-details{
		margin-bottom: 150px;
	}
	/*Blog page*/
	.blog-lists {
		padding-right: 0;
	}
	.blog-sidebar{
		margin-top: 150px;
	}
	/*Faq page*/
	.faq-promo-overlay {
		padding: 50px;
	}
	.faq-promo h1 {
		font-size: 52px;
	}
	.faq-btn-one a{
		font-size: 16px;
	}
	/*Login & Register page*/
	.login-form {
		padding: 50px 30px;
	}
	/*Error page*/
	.error h2 {
		font-size: 140px;
	}
	/*Contact page*/
	.contact-form-cmn{
		float: inherit;
		width: 100%;
	}
	.contact-form-right {
		padding: 30px;
	}
	.hero-section-overlay{
	    background: rgba(0,0,0,.8);
	    padding: 50px 20px 70px;
	    width: 100%;
	}
		
}

/*
Very common low res
*/
@media (min-width: 320px) and (max-width: 575px) {
	#service-section .container, #work-section .container, #about-section .container, #testimonial-section .container,
	#about-details-section .container, #team-section .container, #footer-section .container, #service-overview-section .container,
	#all-service-section .container, #featured-service-section .container, #service-details-section .container, 
	#blog-section .container, #career-section .container, #job-list-section .container{
		width: 320px;
		margin: auto;
	}
	.forgot-pass-link span{
		float: left;
		margin-top: 10px;
	}
	.recruiter-process::before {
		display: none;
	}
	/*Blog page*/
	.blog-item-info span {
		margin-right: 8px;
		font-size: 10px;
	}
}
@media (min-width: 400px) and (max-width: 767px) {
	#service-section .container, #work-section .container, #about-section .container, #testimonial-section .container,
	#about-details-section .container, #team-section .container, #all-team-section .container, #service-overview-section .container,
	#featured-service-section .container, #service-details-section .container, #blog-section .container{
		width: 400px;
		margin: auto;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.recruiter-process::before {
		top: 30%;
		width: 75%;
	}
	/*Login & Register page*/
	.login-form {
		padding: 50px;
	}
	#login-register-section .container{
		width: 550px;
		margin: auto;
	}

}
