

@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: #c71735;
		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: #c71735;
	}
	.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;
	}

}
