@media screen and (min-width: 992px){
	.section-head{
		padding-right: 40px;
	}
	.primary-menu > li > a{
		position: relative;
	}
	.primary-menu > li > a:before{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0px;
		background-color: var(--dark-color);
		width: 0;
		height: 2px;
		transition: all 0.3s linear;
	}
	.primary-menu > li > a:hover:before{
		width: 20px;
	}
	.sub-menu li + li{
		border-top: 1px solid #cccccc80;
	}
	.sub-menu .current-menu-item > a,
	.sub-menu a:hover{
		background-color: var(--gray-bg);
	}
	.sub-menu li:first-child > a{
		border-radius: 5px 5px 0 0 ;
	}
	.sub-menu li:last-child > a{
		border-radius:0 0 5px 5px;
	}
	:is(.main-banner-section,.innerbanner-section) .section-head{
		margin-top: 40px;
		margin-bottom: 100px;
	}
	.innerbanner-section + .innerbanner-section .section-head{
		margin-bottom: 0;
	}
	.innerbanner-section .banner .section-head{
		margin-top: 0;
	}
	.innerbanner-section .banner{
		margin-top: 40px;
	}
	.innerbanner-section + .innerbanner-section .banner{
		margin-top: 0;
	}
}

@media screen and (max-width: 1400px){
	.get-in-touch{
		padding: 30px 60px;
	}
	.ul-column-2 .grid-item{
		width: calc(50% - 15px);
	}
}
@media screen and (max-width: 1200px){
	.get-in-touch h2.title{
		font-size: 54px;
	}
}
@media screen and (max-width: 991px){
	body{
		--section-gaps: 60px;
	}
	.site-footer{
		padding: 60px 0;
	}
	.section-head{
		margin-bottom: 50px;
	}
	:is(.main-banner-section,.innerbanner-section) .section-head{
		margin-top: 30px;
		margin-bottom: 80px;
	}
	.innerbanner-section .main-title h3{
		margin-top: 40px;
	}
	.get-in-touch{
		padding: 30px;
	}
	.appraisal-box .detail{
		padding: 0 30px;
	}
	.main-title h3.sub-title{
		font-size: 18px;
	}
	.main-banner-section .section-head .main-title{
		max-width: 100%;
	}
	.nav-menu{
		display: flex;
		justify-content: flex-end;
	}
	.nav-list{
		position: fixed;
		right: -100%;
		transition: all 0.3s linear;
		top: 0;
		height: 100%;
		background-color: var(--gray-bg);
		width: 350px;
		padding-top: var(--extra-gap);
		z-index: -1;
	}
	.hamburger-menu{
		--hamburger-width: 30px;
		width: var(--hamburger-width);
		height: var(--hamburger-width);
		display: grid;
		place-content: center;
	}
	.hamburger-menu .line{
		width: var(--hamburger-width);
		height: 2px;
		background-color: var(--dark-color);
		position: relative;
		transition: all 0.3s linear;
	}
	.hamburger-menu .line:before{
		content: '';
		width: var(--hamburger-width);
		height: 2px;
		background-color: var(--dark-color);
		position: absolute;
		top: 8px;
		transition: all 0.3s linear;
	}
	.hamburger-menu .line:after{
		content: '';
		width: var(--hamburger-width);
		height: 2px;
		background-color: var(--dark-color);
		position: absolute;
		bottom: 8px;
		transition: all 0.3s linear;
	}
	.hamburger-menu.active .line{
		background-color: transparent;
	}
	.hamburger-menu.active .line:before{
		top: 0;
		transform: rotate(-135deg);
	}
	.hamburger-menu.active .line:after{
		transform: rotate(135deg);
		bottom: 0;
	}
	.sub-menu > li:first-child:before {
		display: none;
	}
	.nav-menu.nav-active .nav-list{
		right: 0;
	}
	.primary-menu{
		display: block;
		height: 100%;
		overflow-y: auto;
	}
	.primary-menu > li{
		padding: 0;
	}
	.primary-menu a{
		display: inline-block;
		width: 100%;
		padding: 10px 15px;
/* 		border-top: 1px solid var(--dark-color); */
		font-size: 20px;
	}
	.primary-menu a:hover{
		text-decoration: none;
	}
	.primary-menu a .dropdown-btn i{
		transition: all 0.3s linear;
	}
	.primary-menu .open > a .dropdown-btn i{
		transform: rotateX(180deg);
	}
/* 	.primary-menu > li:last-child > a{
		border-bottom: 1px solid var(--dark-color);
	} */
	li.menu-item-has-children a{
		display: flex;
		justify-content: space-between;
	}
	body:before{
		content: '';
		position: fixed;
		background-color: #00000080;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: -1;
		opacity: 0;
		transition: opacity 0.3s linear;
	}
	body.hamburger-active:before{
		z-index: 1;
		opacity: 1;
	}
	.menu-item-has-children:hover > .sub-menu,
	.sub-menu{
		display: none;
		position: static;
		opacity: 1;
		visibility: visible;
		width: 100%;
		box-shadow: none;
		background-color: #f9f9f9;
	}
	.sub-menu a{
		font-size: 18px;
		padding-left: 25px;
	}
	.primary-menu :is(.current-menu-ancestor, .current-menu-item) > a{
		font-weight: 500;
		background-color: #cccccc;
	}
}

@media screen and (max-width: 900px){
	
	
}
@media screen and (max-width: 768px){
	.main-title h1.title{
		font-size: 45px;
	}
	.main-title h2.title{
		font-size: 36px;
	}
	.get-in-touch h2.title{
		font-size: 45px;
	}
	.main-title h2.title.small{
		font-size: 26px;
	}
	.appraisal-form h3{
		font-size: 20px;
	}
	.about-section .content{
		padding: 0;
	}
	.about-section .content .text-box p{
		font-size: 24px;
	}
	.img-gallery-section .img-holder img{
		height: auto;
	}
	
	.banner-img img{
		height: 400px;
	}
	.appraisal-form{
		padding: 0;
	}
	.appraisal-box .detail{
		padding: 0 0px;
	}
	.innerbanner-section .banner .banner-img.small img{
		height: 400px;
	}
	.company-profile-section .content{
		padding-right: 0;
	}
	.event-slider{
		max-width: 100%;
	}
	.achievement-list{
		padding: 0;
	}
	.career-form .form-wrapper{
		max-width: 90%;
	}
	.input-field textarea{
		height: 100px;
	}
	.get-in-touch-section img{
		min-height: 50vh;
	}
	.custom-row-gap{
		--bs-gutter-x: 35px;
	}
	.review-text{
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px){
	.appraisal-box .detail{
		padding: 0;
	}
	.main-banner-section .section-head .main-title{
		max-width: 100%;
	}
	.offer-item .offer-detail{
		max-width: 100%;
	}
}
@media screen and (max-width: 500px){
	.section-head .main-title{
		max-width: 100%;
	}
	.main-title h1.title{
		font-size: 32px;
	}
	.main-title h2.title{
		font-size: 32px;
	}
	.get-in-touch h2.title{
		font-size: 32px;
	}
	.get-in-touch .main-title h3.sub-title{
		font-size: 16px;
	}
	.main-title h4.title{
		font-size: 24px;
	}
	.main-title h2.title.small{
		font-size: 22px;
		line-height: 1.3;
	}
	.achievement-list .main-title{
		margin-bottom: 20px;
	}
/* 	.banner-img img{
		height: 200px;
	} */
	.about-section{
		padding: 80px 0;	
	}
	.about-section .content .text-box p{
		font-size: 20px;
	}
	.default-btn a{
		font-size: 13px;
	}
	.container{
		padding: 0 15px;
	}
	.default-btn{
		margin: 0;
	}
	.nav-list{
		width: 100%;
	}
	.company-profile-section .content{
		padding: 0;
	}
	.event-slider{
		max-width: 100%;
	}
	.achievement-list{
		padding: 0;
	}
	.innerbanner-section .main-title h3{
		font-size: 24px;
		margin-top: 30px;
	}
	.appraisal-box .detail .text-box{
		margin-top: 20px;
	}
	body{
		--section-gaps: 30px;
	}
	.offer-item .offer-detail{
		max-width: 100%;
	}
	.submit-field input[type="submit"]{
		width: 100%;
	}
	.wpcf7-spinner{
		position: absolute;
		right: 0%;
		top: 50%;
		transform: translate(0%, -50%);
	}
	.ul-column-2 .grid-item{
		width: 100%;
	}
	.achievement-list .ul-column-2 .grid-item:not(:is(:nth-last-child(1))){
		margin-bottom: 10px;
		border-bottom: 1px solid var(--dark-color);
		padding-bottom: 10px;
	}
	.submit-field{
		margin-top: 0px;
	}
	.appraisal-box{
		padding: 30px 20px;
	}
	.career-form .form-wrapper{
		padding: 30px 0;
	}
	.img-holder.long img{
		aspect-ratio: 1;
	}
	.section-head{
		margin-top: 10px !important;
		margin-bottom: 40px !important;
	}
	.enquire-modal .modal-body{
		padding: 60px 15px;
	}
	.enquire-form .submit-field{
		margin-top: 30px;
	}
	.contact-form .submit-field{
		margin-top: 0;
	}
	body:not(.page-id-109) .img-gallery-section .img-holder img{
		aspect-ratio: 1;
	}
	.item .direction-box{
		flex: 0 0 35%;
	}
	.testimonial-item .reviewer{
		margin-bottom: 24px;
	}
	.star{
		margin-bottom: 20px;
	}
	.review-text{
		padding-right: 0;
	}
	.review-name h3{
		font-size: 18px;
	}
	.reviewer-title{
		font-size: 16px;
	}
}