
@media(max-width: 1646px){
	.menu-wrapper .menu-option .menu-btn{
		display: none !important;
	}
}

@media(max-width: 1641px){
	.banner-carousel .slide-item .slide-content h1{
		color: #fff;
		font-size: 64px;
		font-weight: 800;
		margin: 0 0 30px 0;
	}
}

@media(max-width: 1399px){
	.menu-wrapper .logo img {
		max-height: 48px;
		width: auto;
	}
	.menu-wrapper .main-menu,
	.menu-wrapper .main-menu ul {
		flex-wrap: nowrap;
	}
}

@media(max-width: 1199px){
	.menu-wrapper .menu-option .search-icon {
		margin-left: 0;
	}
}

@media(max-width: 1178px){
	
	.site-header{
		position: relative;
		height: auto;
	}
	.sticky-menu{
		background-color: #fff;
	}
	.sticky-menu .menu-wrapper .main-menu ul li a {
		color: #222;
	}
	.menu-bar{
		position: fixed;
		background: #fff;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 2;
		overflow: visible;
		animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
		transition: 0.3s;
	}
	.menu-bar .container-lg {
		max-width: 100%;
		padding-left: 12px;
		padding-right: 12px;
	}
	.top-bar{
		display: none;
	}
	.menu-wrapper .main-menu ul li a.menu-button{
		display: none;
	}
	.menu-wrapper {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 8px;
		min-height: 56px;
		padding-right: 40px;
		overflow: hidden;
	}
	.menu-wrapper .logo {
		flex: 1 1 auto;
		min-width: 0;
		max-width: none;
		overflow: hidden;
	}
	.menu-wrapper .logo img {
		max-height: 34px !important;
		max-width: 100% !important;
		width: auto !important;
		height: auto !important;
		display: block;
		object-fit: contain;
		object-position: left center;
	}
	.menu-wrapper .menu-option {
		flex: 0 0 auto;
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-right: 4px;
		height: 32px;
	}
	.menu-wrapper .menu-option .search-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 0;
		width: 32px;
		height: 32px;
		font-size: 20px;
		line-height: 1;
	}
	.menu-wrapper .menu-option .menu-btn{
		display: none !important;
	}
	.menu-wrapper .menu-toggle{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		display: flex !important;
		align-items: center;
		justify-content: center;
		color: #1BA8F1;
		font-size: 26px;
		line-height: 1;
		width: 32px;
		height: 32px;
		padding: 0;
		margin: 0;
		cursor: pointer;
		z-index: 5;
	}
	.menu-wrapper .menu-toggle::before{
		font-family: bootstrap-icons;
		content: '\F479';
		font-weight: normal;
	}
	.menu-wrapper .menu-toggle.active::before{
		font-family: bootstrap-icons;
		content: '\F659';
		font-weight: normal;
	}
	.menu-wrapper .main-menu{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100vh;
		width: 80%;
		max-width: 320px;
		background: #fff;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		z-index: 99;
		overflow: auto;
		padding: 30px;
		flex: none;
	}
	.menu-wrapper .main-menu.active{
		display: block;
	}
	.menu-wrapper .main-menu ul{
		display: block;
	}
	.menu-wrapper .main-menu .menu-ul{
		width: 100%;
	}
	.menu-wrapper .main-menu .menu-ul li {
		margin: 7px;
	}
	.menu-wrapper .main-menu .menu-ul li a{
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}
	.menu-wrapper .main-menu .menu-ul li:last-child{
		border: 0;
	}
	.menu-wrapper .main-menu ul li .sub-menu{
		display: none;
		position: static;
		float: none;
		top: 0;
		width: 100%;
		padding: 0 0 0 20px;
    	transform: inherit;
    	transition: inherit;
    	opacity: 1;
    	box-shadow: none;
	}
	.menu-wrapper .main-menu ul li .sub-menu li:hover a{
		padding: 5px 10px 5px 10px;
	}
	.menu-wrapper .main-menu ul li.menu-item-has-children::before{
		top: 0;
		right: 0;
	}
	.menu-wrapper .main-menu ul li.menu-item-has-children > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.menu-wrapper .main-menu ul li.menu-item-has-children a::after {
		position: static;
		top: auto;
		right: auto;
		margin: 0 0 0 8px;
		transform: none;
		line-height: 1;
	}
	.menu-wrapper .main-menu ul li.menu-item-has-children a:hover::after {
		transform: none;
	}
	.menu-wrapper .main-menu ul li.menu-item-has-children.open > a::after {
		transform: rotate(180deg);
	}
	.menu-wrapper .main-menu ul li a{
		padding: 5px 10px 5px 10px;
	}
	.menu-wrapper .main-menu ul li a:hover{
		color: #1BA8F1;
	}
	.menu-wrapper .main-menu ul li a:before{
		display: none;
	}
	.menu-wrapper .menu-toggle::before{
		font-family: bootstrap-icons;
		content: '\F479';
		font-weight: normal;
	}
	.menu-wrapper .menu-toggle.active::before{
		font-family: bootstrap-icons;
		content: '\F659';
		font-weight: normal;
	}
	.menu-wrapper .menu-option .menu-btn{
		display: none;
	}
	.menu-wrapper .main-menu .menu-option{
		display: none;
	}







	/* Menu */

	.menu-wrapper .main-menu ul li a {
		font-size: 15px;
	}
	.menu-wrapper .main-menu ul li:last-child {
		padding-left: 0px;
	}
	.menu-wrapper .main-menu ul li a.menu-button {
		padding: 6px 8px;
		font-size: 12px;
	}
	.menu-wrapper .main-menu ul li.sub-menu {
		margin-right: 15px;
	}

}

@media(max-width: 991px){

	/* Hero Slider */
	.banner-carousel .slide-item {
		height: 480px;
	}
	.banner-carousel .slide-item .slide-content{
		width: 80%;
		padding: 0 15px;
	}
	.banner-section .owl-nav {
		display: none !important;
	}

	/* Service Section*/
	#service-section {
		padding: 40px 0 60px;
	}

	/* Hero Section */
	#hero-section .feature-slider{
		margin-top: 50px;
	}
	#hero-section .feature-box{
		margin: 10px 0;
	}

	/* About Section */
	.about-section {
		padding: 85px 0 100px 0;
	}
	.about-section .all-img {
		margin-top: 50px;
	}
	.about-section .all-img .bg1 {
		height: auto;
		width: 74%;
	}
	.about-section .all-img .bg2 {
		height: auto;
		width: 55%;
	}
	.about-section .all-img .bg3 {
		height: auto;
		width: 45%;
	}
	.about-section .all-img .shape {
		height: 65%;
		width: 30%;
	}
	.about-section .all-img-single .bg1 {
		height: auto;
		width: 100%;
	}

	/* About Style 2 */
	.about-section.style2{
		padding: 100px 0 100px 0;
	}
	.about-section.style2 .single-img {
		margin-right: 0;
		margin-bottom: 35px;
	}

	/* Service Section*/
	#service-section .service-box {
		margin-bottom: 30px;
	}

	/* Choose Us */
	#choose-us {
		padding: 100px 0 50px;
	}
	#choose-us .image-area{
		margin-bottom: 30px;
	}
	#choose-us .icon-box{
		margin-bottom: 30px;
	}
	
	/* Team Section */
	#team-section {
		padding: 85px 0 70px;
	}
	#team-section .single-team {
		margin-bottom: 0;
	}
	#team-section .row > [class*="col-"] {
		display: flex;
	}

	/* Call To Action */
	#call-to-action .counter-area .counter-wrapper{
		margin-bottom: 30px;
	}
	#call-to-action .form-area form{
		margin-top: 30px;
	}

	/* Pricing */
	.pricing {
		padding: 85px 0 70px;
	}
	.pricing .pricing-box{
		margin-bottom: 30px;
	}

	/* Blog */
	#blog{
		padding: 85px 0 18px 0;
	}

	/* Portfolio Details Page*/
	#portfolio-details .portfolio-header .details-box ul li{
		font-size: 15px;
	}

}

@media(max-width: 767px){

	/* Section Title */
	.section-title.center {
		width: 100%;
	}
	.section-title h2 {
		font-size: 34px;
	}
	.section-title.style-two {
		display: block;
	}
	.section-title.style-two .text-wrapper {
		width: 100%;
	}
	.section-title.style-two .button {
		margin-top: 30px;
	}

	.about-section.ser-philosophy {
		padding: 36px 0 56px;
	}
	.ser-philosophy-visual {
		margin-bottom: 28px;
	}
	.ser-card {
		padding: 28px 22px 24px;
	}

	/* Hero Slider */
	.banner-carousel .slide-item {
		height: 420px;
	}
	.banner-carousel .slide-item .slide-content {
		width: 100%;
		left: 0;
		padding: 0 15px;
	}
	.banner-carousel .slide-item .slide-content h1 {
		font-size: 36px;
		margin: 0 0 16px 0;
	}
	.banner-carousel .slide-item .slide-content p {
		font-size: 16px;
		padding: 8px 16px;
	}
	.menu-wrapper .logo img {
		max-height: 32px !important;
	}
	.banner-section .owl-dots {
		bottom: 16px;
	}

	/* Service Section */
	#service-section {
		padding: 28px 0 20px;
	}
	#service-section .section-title {
		margin-bottom: 20px;
	}
	#team-section {
		padding: 36px 0 50px;
	}
	#team-section .section-title {
		margin-bottom: 20px;
	}
	#team-section .single-team {
		margin-bottom: 0;
	}
	#team-section .row {
		margin-left: -6px;
		margin-right: -6px;
		row-gap: 16px;
	}
	#team-section .row > [class*="col-"] {
		padding-left: 6px;
		padding-right: 6px;
		display: flex;
	}
	#team-section .team-content {
		padding: 10px 6px 12px;
	}
	#team-section .team-content h4 {
		font-size: 15px;
	}
	#team-section .team-content p {
		font-size: 12px;
		height: 34px;
		line-height: 17px;
	}
	#call-to-action .main-area {
		padding: 40px 0 24px;
	}
	#call-to-action .counter-area .counter-wrapper {
		margin-bottom: 16px;
		text-align: center;
	}

	/* Hero Section */
	#hero-section{
		padding: 100px 0 100px 0;
	}
	#hero-section .text-wrapper h1 {
		font-size: 50px;
	}
	#hero-section .text-wrapper {
		margin-right: 0;
	}

	/* About Section */
	.about-section {
		padding: 85px 0 100px 0;
	}
	.about-section .author {
		display: block;
	}
	.about-section .author .sign {
		padding-left: 0;
	}
	.about-section .all-img .bg1 {
		display: none;
	}
	.about-section .all-img .shape {
		display: none;
	}
	.about-section .all-img .bg2 {
		display: none;
	}
	.about-section .all-img .bg3 {
		width: 100%;
	}
	.about-section .all-img-single .bg1 {
		display: block;
		width: 100%;
		height: auto;
	}

	.about-section .bullet-point-text ul li i {
		padding-right: 15px;
	}
	.about-section .all-img {
		margin-top: 50px;
	}
	.about-section .author {
		flex-direction: column;
	}
	.about-section .author .name {
		padding-right: 0;
		text-align: left;
		margin: 15px 0;
	}
	.about-section .author .name::before {
		height: 0%;
	}
	.about-section .author .name p{
		margin: 0;
	}

	/* Style Two */
	.about-tabs .tabs{
		display: block;
	}
	.about-tabs .tabs .tab{
		margin-right: 0;
		margin-bottom: 10px;
	}

	/* Choose Us */
	#choose-us2 {
		padding: 76px 0 81px;
	}
	#choose-us2::before{
		display: none;
	}
	#choose-us2 .content {
		padding: 0;
		box-shadow: none;
	}
	#choose-us2 .content ul{
		display: block;
	}
	#choose-us2 .content ul li{
		width: 100%;
	}

	/* Call To Action */
	#call-to-action .form-area {
		text-align: center;
	}
	#call-to-action .form-area form input {
		width: 100%;
		margin-bottom: 10px;
	}
	#call-to-action .form-area form .message-field {
		width: 100%;
	}
	#call-to-action .form-area form button {
		width: 100%;
		display: block;
		position: relative;
		left: 0;
		right: 0;
		margin: auto;
	}

	.call-to-action.style2 .content p {
		width: 100%;
	}

	#case-studies .item.one,
	#case-studies .item.two {
		margin-bottom: 1.5rem;
	}
	#case-studies .item .action {
		height: auto;
		width: auto;
		max-width: 58%;
		padding: 8px 12px;
	}
	#case-studies .item .action span {
		font-size: 12px;
		line-height: 16px;
	}
	#case-studies .item .action h4 {
		font-size: 15px;
		padding-top: 2px;
		margin: 0;
		line-height: 1.3;
	}
	#case-studies .item .action a {
		display: none;
	}

	#testimonial .testimonial-wrapper .quote {
		width: 100%;
	}

	/* Footer */
	#footer .about img {
		max-width: 220px;
		height: auto;
		display: block;
	}
	#footer .copyright {
		flex-wrap: wrap;
		flex-direction: column-reverse;
		padding-right: 64px;
		align-items: flex-start;
	}
	#footer .copyright-menu {
		margin-bottom: 20px;
	}
	#footer .lang-switch-popup {
		right: auto;
		left: 0;
		bottom: auto;
		top: calc(100% + 10px);
	}
	/* 页脚列上的内联 margin 是为桌面宽列布局手动调的，
	   在移动端会把内容撑出屏幕右侧，导致整页出现横向滚动。 */
	#footer .row > [class*="col-"] {
		margin: 0 !important;
	}
	#footer .quick-link ul {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 18px;
	}
	#footer .quick-link ul li {
		padding-left: 0;
		margin-bottom: 0;
	}
	#footer .quick-link ul li::before {
		display: none;
	}
	#footer .quick-link ul li a {
		font-size: 15px;
	}
	#footer .quick-link ul li a:hover {
		padding-left: 0;
	}
	.side-float {
		right: 12px;
		bottom: 20px;
		gap: 10px;
	}
	.side-float-btn {
		width: 42px;
		height: 42px;
		font-size: 16px;
	}
	.side-float-qr {
		width: 148px;
	}

	/* Contact Page */
	.contact-form form{
		margin-bottom: 50px;
	}

	/* Service Details Page */
	#portfolio-details .portfolio-header .details-box {
		margin: 0;
	}
	#service-details .service-description ul li {
		width: 100%;
	}

	/* Blog Details */
	#blog-details .comment-area ol li .comment-body .reply {
		position: static;
	}

}
