

@media(max-width: 991px){
	
	.site-header{
		position: relative;
		height: 100px;
	}
	.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;
		animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
		transition: 0.3s;
	}
	.top-bar{
		display: none;
	}
	.menu-wrapper .main-menu ul li a.menu-button{
		display: none;
	}
	.menu-wrapper .menu-toggle{
		display: block;
		color: #1BA8F1;
		font-size: 24px;
		padding: 31px 0;
		cursor: pointer;
	}
	.menu-wrapper {
		position: relative;
	}
	.menu-wrapper .main-menu{
		position: fixed;
		top: 0;
		left: -100%;
		height: 100vh;
		width: 80%;
		background: #fff;
		transition: 0.5s;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		z-index: 99;
		overflow: scroll;
		padding: 30px 30px 30px 30px;
	}
	.menu-wrapper .main-menu.active{
		left: 0;
	}
	.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{
		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::after {
		right: 10px;
	}
	.menu-wrapper .main-menu ul li.menu-item-has-children a:hover::after {
		transform: rotateX(0deg);
	}
	.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: 'Font Awesome\ 5 Free';
		content: '\f0c9';
		font-weight: 900;
	}
	.menu-wrapper .menu-toggle.active::before{
		font-family: 'Font Awesome\ 5 Free';
		content: '\f00d';
		font-weight: 900;
	}
	.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;
	}

	/* Hero Slider */
	.banner-carousel .active .slide-item .slide-content{
		width: 80%;
		padding: 0 15px;
	}

	/* 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 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: 30px;
	}

	/* 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;
	}

	/* Hero Slider */
	.banner-carousel .active .slide-item .slide-content {
		width: 100%;
		left: 0;
		padding: 0 15px;
	}
	.banner-carousel .active .slide-item .slide-content h1 {
		font-size: 48px;
	}

	/* 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 .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;
	}

	#testimonial .testimonial-wrapper .quote {
		width: 100%;
	}

	/* Footer */
	#footer .copyright {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#footer .copyright-menu {
		margin-bottom: 20px;
	}

	/* 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;
	}

}

@media(max-width: 1199px){
	.banner-carousel .active .slide-item .slide-content{
		width: min(62%, 620px);
	}
}

@media(max-width: 991px){
	.menu-bar{
		background: rgba(255,255,255,0.96);
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
		box-shadow: 0 12px 34px rgba(7, 27, 51, 0.08);
	}
	.menu-wrapper{
		min-height: 88px;
	}
	.menu-wrapper .menu-toggle{
		padding: 0;
		width: 48px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 14px;
		background: rgba(15,109,197,0.08);
	}
	.menu-wrapper .main-menu{
		width: min(84%, 360px);
		padding: 24px 20px 36px 20px;
		background: linear-gradient(180deg, #ffffff 0%, #f7fbfe 100%);
	}
	.menu-wrapper .main-menu .menu-ul li{
		margin: 8px 0;
	}
	.menu-wrapper .main-menu .menu-ul li a{
		padding: 12px 14px;
		border-bottom: none;
		border-radius: 14px;
		background: rgba(15,109,197,0.04);
	}
	.menu-wrapper .main-menu .menu-ul li .sub-menu{
		padding: 6px 0 0 14px;
	}
	.menu-wrapper .main-menu .menu-ul li .sub-menu li a{
		background: transparent;
		padding: 10px 12px;
	}
	.banner-carousel .slide-item{
		min-height: 740px;
	}
	.banner-carousel .active .slide-item .slide-content{
		width: calc(100% - 30px);
		max-width: 680px;
		padding: 34px 28px 30px;
		border-radius: 26px;
	}
	.section-title h2{
		font-size: clamp(30px, 4vw, 42px);
	}
	.about-section,
	#service-section,
	#choose-us{
		padding-top: 96px;
		padding-bottom: 90px;
	}
	#footer{
		padding-top: 90px;
	}
}

@media(max-width: 767px){
	body{
		background:
			radial-gradient(circle at top left, rgba(15,109,197,0.08), transparent 30%),
			linear-gradient(180deg, #f8fbfe 0%, #eff6fb 100%);
	}
	.banner-carousel .slide-item{
		min-height: 690px;
	}
	.banner-carousel .active .slide-item .slide-content{
		padding: 28px 22px 24px;
	}
	.banner-carousel .active .slide-item .slide-content h1{
		font-size: 40px;
	}
	.banner-carousel .active .slide-item .slide-content p{
		font-size: 15px;
	}
	.banner-carousel .slide-item .slide-content .slide-button a{
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	.about-section .bullet-point-text ul li{
		align-items: flex-start;
	}
	#service-section .service-box{
		padding: 78px 24px 30px;
	}
	#service-section .service-box .service-content p{
		min-height: 0;
	}
	#choose-us .icon-box{
		padding: 14px 0 18px;
	}
	#choose-us .icon-box .content{
		padding-left: 96px;
	}
	#call-to-action .main-area{
		padding: 88px 0 72px;
	}
	#call-to-action .counter-area .counter-wrapper{
		margin-bottom: 18px;
	}
	#breadcrumb{
		height: 280px;
		border-bottom-left-radius: 24px;
		border-bottom-right-radius: 24px;
	}
	.contact-info{
		margin: 86px 0 56px;
	}
	.contact-info .contact-box{
		margin-bottom: 22px;
	}
	#footer .about,
	#footer .quick-link,
	#footer .address,
	#footer .contact{
		padding: 24px 20px;
		border-radius: 22px;
	}
	.yb_conct{
		bottom: 18px;
		transform: scale(0.9);
		transform-origin: right bottom;
	}
}

@media(max-width: 575px){
	.menu-wrapper{
		min-height: 78px;
	}
	.banner-carousel .slide-item{
		min-height: 640px;
	}
	.banner-carousel .active .slide-item .slide-content h1{
		font-size: 34px;
	}
	.section-title h2{
		font-size: 28px;
	}
	#call-to-action .counter-area span{
		font-size: 36px;
	}
}

/* Unified mobile polish for public pages */
@media(max-width: 991px){
	.menu-wrapper{
		gap: 12px;
	}
	.menu-wrapper .logo{
		min-width: 0;
		flex: 1 1 auto;
	}
	.menu-wrapper .logo img{
		max-width: min(220px, 48vw);
	}
	.menu-wrapper .menu-option{
		flex: 0 0 auto;
	}
	.menu-wrapper .menu-option .menu-btn{
		margin-left: 0;
	}
	.menu-wrapper .menu-option .menu-btn a{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 82px;
		height: 38px;
		padding: 0 12px;
		border-radius: 12px;
		border: 1px solid rgba(15,109,197,0.18);
		background: rgba(15,109,197,0.08);
		color: #0f5fa8;
		box-shadow: none;
		white-space: nowrap;
		line-height: 1;
		font-size: 13px;
	}
}

@media(max-width: 767px){
	.container{
		width: 100%;
		padding-left: 14px;
		padding-right: 14px;
	}
	.site-header{
		height: 88px;
	}
	.menu-bar{
		min-height: 88px;
	}
	.menu-wrapper{
		min-height: 88px;
	}
	#breadcrumb{
		height: 252px;
		margin-top: 0;
	}
	#breadcrumb .breadcrumb-wrapper h1{
		font-size: 32px;
		line-height: 1.2;
	}
	#breadcrumb ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	#service-details{
		padding: 56px 0;
	}
	#service-details .service-list{
		margin-bottom: 22px;
	}
	#service-details .service-description{
		padding: 0;
	}
	#service-details .service-description h3{
		font-size: 24px;
		line-height: 1.35;
	}
	#service-details .service-description img{
		width: 100%;
		height: auto;
		border-radius: 14px;
	}
	#service-details .service-description ul{
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		padding-left: 0;
	}
	#service-details .service-description ul li{
		width: 100%;
		margin: 0;
	}
	.yb_conct{
		display: none;
	}
}

@media(max-width: 575px){
	.site-header{
		height: 78px;
	}
	.menu-bar,
	.menu-wrapper{
		min-height: 78px;
	}
	.menu-wrapper .logo img{
		max-width: min(190px, 46vw);
		height: 46px;
	}
	.menu-wrapper .menu-option .menu-btn a{
		min-width: 72px;
		height: 36px;
		padding: 0 9px;
		border-radius: 11px;
		font-size: 12px;
	}
	.menu-wrapper .menu-toggle{
		width: 44px;
		height: 44px;
		border-radius: 13px;
		font-size: 22px;
	}
	#breadcrumb{
		height: 224px;
	}
	#breadcrumb .breadcrumb-wrapper h1{
		font-size: 30px;
	}
}
