/* Start - Responsive Styles */
@media (max-width: 1399px) {
	.top-hero-content h1 {
	    font-size: 4.5rem;
	}
	.design-process-section::after{
		bottom: 29%;
	}
	.main-menu .navigation>li{
        margin-right: 20px;
	}
	.blog-link-d {
        margin-left: 20px;
    }
    .tp-hero-title {
	    font-size: 100px;
	    line-height: 120px;
	}
	.tp-hero-subtitle{
		left: -23%;
	}
	.de-process-box {
	    width: 285px;
	    height: 285px;
	}
	.de-process-main::before,
	.de-process-main::after{
		width: 125px;
		height: 110px;
	}
    .single-project-item {
	    height: 430px;
	}
	.branding-page-portfolio .single-project-item {
        height: auto;
    }
    .branding-page-portfolio .single-project-item .project-body {
        display: none;
    }
}

@media (max-width: 1199px) {
	.container{
		max-width: 100%;
	}
	.about-img-card .company-label {
	    bottom: -80px;
	    left: 30px;
	}
	.main-header .nav-outer .main-menu {
	    display: none !important;
	}
	.mobile-nav-toggler {
	    display: block;
	}
	.main-header .other-links {
	    display: flex;
	    align-items: center;
	    gap: 50px;
	}
	.side-menu__content .other-links .btn.btn-primary{
		width: 190px;
		background: #25d366;
		padding: 8px 25px 8px 25px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		font-weight: 600;
		letter-spacing: 1.5px;
		position: relative;
	}
	.side-menu__content .other-links .btn.btn-primary i {
		font-size: 25px;
		position: relative;
		top: 2px;
	}
	.side-menu__content .other-links .btn.btn-primary::before {
		display: block;
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 65px;
		border-radius: 45px;
		background: #25d366;
		opacity: 0;
		content: '';
		animation: pulse 1s infinite;
		left: 0;
	}
	@keyframes pulse {
		from {
			transform: scale(1);
			opacity: .4;
		}
		to {
			transform: scale(1.3);
			opacity: 0;
		}
	}
	.top-hero-container{
		padding: 0 1.5em;
	}
	.weoffer-section .weoffer-left-column .weoffer-card:nth-child(2),
	.weoffer-section .weoffer-right-column .weoffer-card:nth-child(2) {
	    transform: none;
	}
	.weoffer-card{
		margin-bottom: 50px;
		padding: 30px 25px 30px 100px;
	}
	.weoffer-icon{
		left: 20px;
	}
	.design-process-section::after{
		display: none;
	}
	.design-process-section .row:last-child{
		gap: 80px 0;
	}
	.process-point span{
		margin-top: 0;
	}
	.process-item p {
	    padding: 0 65px;
	}
	.testimonial-area-wrapper {
	    margin-left: 0;
	    padding-left: 30px;
	}
	.blog-link-d{
        display: none;
	}
	.blog-link-m {
        padding: 0 25px;
        margin-top: 10px;
    }
    .blog-link-m a{
        font-weight: 600;
        font-size: 15px;
        line-height: 24px;
        color: var(--secondary);
        padding: 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        position: relative;
    }
    .blog-link-m a:hover {
        color: var(--primary);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .tp-hero-title {
        font-size: 80px;
        line-height: 100px;
    }
    .tp-hero-title-img img {
	    width: 60px;
	}
	.tp-hero-subtitle {
        left: -130px;
    }
    .de-process-main{
		flex-wrap: wrap;
		gap: 90px;
		justify-content: center;
    }
    .de-process-main::before, .de-process-main::after{
    	display: none;
    }
    .de-client-testimonials-slider .slick-dots li{
    	width: 7px;
    	height: 7px;
		margin: 0 10px;
    }
    .de-client-testimonials-slider .slick-dots li button{
    	width: 100%;
    	height: 100%;
    	border-radius: 50%;
    	background: var(--gray);
    }
    .de-client-testimonials-slider .slick-dots li.slick-active button{
    	background: var(--primary);
    }
    .de-client-testimonials-slider .slick-dots li button:before{
    	display: none;
    }
    .de-client-testimonials-slider .slick-dots{
		bottom: 30px;
    }
    .branding-agency-page .top-hero-container{
		margin: -14em 0 0 0;
    }
    .contactus-page-section .col-lg-4.col-md-6 {
	    width: 40%;
	}
	.home-rotate-label .company-label{
        bottom: auto;
        left: auto;
	}
}

@media (max-width: 1024px) {
	.hero-banner-card {
	    width: 240px;
	}
	.top-hero-item-in{
		gap: 55px;
	}
	.top-hero-banner {
	    padding-top: 60px;
	}
	.top-hero-container {
	    padding: 0 15px;
	    margin: -15em 0 0 0;
	}
	.hero-container-card{
		padding: 3em 0;
	}
	.hero-container-card h2 {
	    font-size: 3rem;
	    margin-bottom: 5px;
	}
	.hero-container-card p {
	    font-size: 1.3rem;
	}
	.hero-container-client li {
	    width: 55px;
	    height: 55px;
	}
	.hero-container-client li:last-child {
	    font-size: 20px;
	    line-height: 49px;
	}
	.heropattern4{
		top: 30px;
	}
	.heropattern3{
		left: 13%;
	}
	.heropattern1{
		width: 100px;
		height: 100px;
	}
	.about-img-item {
	    width: 280px;
	}
	.weoffer-image{
		width: 100%;
	}
	.process-item p {
	    padding: 0 40px;
	}
	.footer-widget .footer-nav {
	    gap: 9px 22px;
	    flex-wrap: wrap;
	}
	.about-content-card h5{
		font-size: 17px;
		line-height: 26px;
	}
	.blog-body {
        padding: 20px;
    }
    .blog-image-container {
        width: 200px;
        height: 220px;
    }
    .blog-title-container a{
        font-size: 1.4rem;
    }
    .single-blog-content h1 {
        font-size: 4rem;
    }    
    .de-whychoose-item {
	    padding: 0 10px;
	}
	.talent-team-img {
	    height: 310px;
	}
	.branding-agency-page .top-hero-container {
        margin: -20em 0 0 0;
    }
    .single-project-item {
	    height: 380px;
	}
	.single-project-item .project-body{
		padding: 20px;
	}
	.home-rotate-label .company-label{
        bottom: auto;
        left: auto;
	}
}

@media(max-width: 991px) {
	.cursor-outer,
	.cursor-inner{
		display: none;
	}
	.top-hero-section {
	    padding: 50px 0 0 0;
	}
	.top-hero-container {
	    margin: 50px 0 0 0;
	    display: flex;
	    flex-wrap: wrap;
	}
	.hero-container-card{
		width: 50%;
	}
	.hero-container-client {
	    width: 50%;
	    padding: 1.5em 0;
	}
	.hero-container-client .btn-primary{
		margin-top: 2em;
	}
	section {
	    padding-top: 100px;
	}
	.about-section-content {
	    padding-right: 0;
	}
	.about-img-card {
		 margin: 0 0 30px 0;
	}
	.weoffer-icon{
		top: 35px;
	}
	.weoffer-card {
	    margin-bottom: 30px;
	}
	.weoffer-section .row{
		justify-content: center;
	}
	.weoffer-image-column {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.weoffer-pattern-layer {
	    left: -50px;
	    bottom: -20px;
	}
	.weoffer-circle-layer-two {
	    right: -20px;
	    bottom: -20px;
	}
	.portfolio-section {
	    margin-top: 100px;
	    padding-bottom: 90px;
	}
	.design-process-section .row:last-child {
	    gap: 50px 0;
	}
	.testimonial-section {
	    margin-top: 100px;
	    padding: 100px 0 50px 0;
	}
	.testimonial-nav-btn {
	    margin-bottom: 0;
	    margin-top: 20px;
	}
	.testimonial-section .col-lg-6.col-md-12.d-flex.justify-content-end.align-items-end{
		justify-content: start !important;
	}
	.testimonial-carousel .slick-list .testimonial-item {
	    width: 550px !important;
	    padding: 30px;
	}
	.faq-tab {
	    margin-bottom: 40px;
	}
	.faq-tab .nav{
    	flex-direction: initial !important;
	}
	.form-image{
		margin-top: 40px;
	}
	.inquiry-img .color-layer {
	    left: -10px;
	    bottom: 0px;
	    width: 185px;
	    height: 185px;
	}
	.inquiry-img .author-box-two {
		width: 130px;
	    right: -50px;
	    bottom: -30px;
	}
	.inquiry-img .author-box-one {
	    left: 0px;
	    top: auto;
	    width: 100px;
    	bottom: 50px;
	}
	.inquiry-img{
		margin-bottom: 60px;
	}
	.main-footer {
	    padding-top: 90px;
	    margin-top: 100px;
	}
	.widget-info-content{
		text-align: center;
	}
	.footer-about {
	    text-align: center;
	}
	.footer-widget {
	    margin: 50px 0;
	}
	.footer-widget .footer-nav{
		margin-bottom: 20px;
	}
	.footer-bottom{
		margin-top: 50px;
		padding: 20px 0;
	}
	.footer-bottom-links{
		justify-content: center;
	}
	.copyright-text {
	    width: 100%;
	    text-align: center;
	    margin-top: 15px;
	}
	.single-banner-content h1 {
        font-size: 4rem;
        margin: 0 0 20px 0;
    }
    .single-blog-content h1 {
        font-size: 3rem;
    }
    .single-blog-content h3 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .single-blog-tags ul {
        gap: 10px 10px;
    }
    .single-blog-left {
        padding-right: 0;
    }
    .branding-card-section .col-lg-6.col-md-12.d-flex.justify-content-end.align-items-end {
        justify-content: start !important;
    }
    .branding-nav-btn {
        margin-bottom: 0;
        margin-top: 20px;
    }
    .branding-card-content {
        padding: 20px 15px;
        margin-top: -70px;
    }
    .branding-card-box {
        padding: 0 10px 15px 10px;
    }
    .tp-hero-subtitle {
        left: auto;
        position: relative;
        top: auto;
    }
    .tp-hero-shape-2 {
	    top: -80px;
	    right: 0;
	}
	.tp-gallery-slider-wrap .slick-slide {
	    width: 270px !important;
	    margin-right: 20px;
	}
	.de-about-img {
	    text-align: center;
	    padding-right: 0;
	    margin-bottom: 20px;
	}
	.de-about-content {
	    max-width: 100%;
	    text-align: center;
	}
	.de-service-item {
	    flex-wrap: wrap;
	    gap: 25px;
		justify-content: flex-start;
		padding: 30px 20px;
	}
	.de-service-name {
	    width: 100%;
	}
	.de-service-content {
	    width: 100%;
	}
	.de-whychoose-section .row {
	    justify-content: center;
	    gap: 30px 0;
	}
	.de-client-testimonials-content {
	    margin-bottom: 30px;
	}
	.mission-vision-card {
	    padding: 70px 15px;
	}
	.talent-team-card {
		grid-template-columns: 1fr 1fr 1fr;
		padding-top: 0;
		gap: 30px;
	}
	.talent-team-item:nth-child(2n) {
	    margin-top: 0;
	}
	.logo-design-page .top-hero-container {
	    margin: 50px 0 0 0;
	}
	.portfolio-item .col-md-2 {
        width: 50%;
    }
    .socialmedia-management-page .hero-container-card:nth-last-child(2),
    .branding-agency-page .hero-container-card:nth-last-child(2) {
	    border-bottom: 1px solid #fff;
	}
	.socialmedia-management-page .hero-container-client:last-child,
	.branding-agency-page .hero-container-client:last-child{
		width: 100%;
	}
	.socialmedia-management-page .hero-container-client .btn-primary,
	.branding-agency-page .hero-container-client .btn-primary {
        margin-top: 0;
    }
	.branding-card-content {
	    min-height: auto;
	}
	.branding-agency-page .top-hero-container {
        margin: 30px 0 0 0;
    }
    .project-details .project-meta {
	    padding: 50px 0 30px 0;
	    gap: 15px;
	}
	.project-details .project-meta li {
	    width: 100%;
	}
	.contactus-page-section .col-lg-4.col-md-6 {
        width: 100%;
    }
    .contact-info {
	    margin-bottom: 70px;
	}
	.portfolio-item .col-md-3{
		width: 33.33%;
	}
	.single-project-item {
        height: auto;
    }
    .socialmedia-management-page .top-hero-container,
    .branding-agency-page .top-hero-container,
    .logo-design-page .top-hero-container {
	    margin: 50px 0 0 0;
	}
	.home-rotate-label .company-label{
        bottom: auto;
        left: auto;
	}
}

@media(max-width: 767px) {
	.main-header .other-links .btn.btn-primary{
		display: none;
	}
	.mobile-nav__container li+li {
	    margin-top: 20px;
	}
	.mobile-nav__container li.dropdown ul li+li {
	    margin-top: 0px;
	}
	.side-menu__sep{
		margin-top: 15px;
	}
	.weoffer-image-inner-column{
		padding-left: 25px;
		padding-right: 25px;
	}
	.portfolio-item .row>* {
	    width: 33.33%;
	    max-width: 33.33%;
	}
	.testimonial-carousel .slick-list .testimonial-item {
	    width: 100% !important;
	}
	.testimonial-area-wrapper {
	    padding: 0 20px;
	}
	.inquiry-img {
        padding: 0 50px;
    }
    .inquiry-img .author-box-two {
        right: 0;
    }
	.inquiry-img .color-layer {
        left: 0;
    }
	.tp-hero-subtitle {
        width: 100%;
        display: inline-block;
        font-size: 18px;
        text-align: center;
    }
    .tp-hero-title {
        font-size: 45px;
        line-height: 60px;
    }
    .tp-hero-title-img{
    	display: none;
    }
    .tp-hero-shape-2 img {
	    width: 30px;
	}
	.tp-hero-shape-2 {
        top: 0;
        right: 0;
    }
    .tp-hero-area {
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
	.tp-hero-shape-1 {
	    top: 0px;
	}
	.tp-hero-title-wrap {
	    margin-bottom: 10px;
	}
	.tp-hero-content p {
	    font-size: 17px;
	    margin-bottom: 10px;
	}
	.tp-hero-content h6 {
	    padding: 0;
	    font-size: 16px;
	    line-height: 25px;
	    margin-bottom: 20px;
	}
	.tp-btn-black-2 {
	    height: 50px;
	    line-height: 45px;
	    font-size: 17px;
	}
	.tp-gallery-slider-wrap .slick-slide {
        width: 160px !important;
        margin-right: 10px;
    }
    .tp-gallery-shape-1 {
	    top: -4px;
	}
	.tp-gallery-shape-2 {
	    bottom: -4px;
	}
	.de-about-img img {
	    width: 170px;
	}
	.clients-logo-slider {
	    margin-top: 60px;
	}
	.de-services-section {
	    margin-top: 70px;
	    padding-bottom: 80px;
	    padding-top: 80px;
	}
	.clients-logo-slider .slick-slide {
	    width: 140px;
	}
	.de-service-name h3 {
	    font-size: 20px;
	    line-height: 30px;
	    margin-bottom: 10px;
	}
	.de-service-item {
        gap: 15px;
        padding: 25px 15px;
		position: relative;
		top: auto;
		margin-bottom: 30px;
    }
    .de-service-item:nth-child(2),
    .de-service-item:nth-child(3) {
	    top: auto;
	}
	.de-process-main {
        gap: 70px;
    }
    .de-client-testimonials-item {
	    padding: 30px 20px 70px 20px;
	}
	.de-client-testimonials-item>p {
	    margin: 5px 0px 15px 0px;
	    font-size: 18px;
	    line-height: 28px;
	    height: auto;
	}
	.de-client-info h6 {
	    font-size: 18px;
	}
	.de-reviews-card {
	    margin-top: 20px;
	}
	.de-client-testimonials {
	    margin-top: 80px;
	}
	.mission-vision-card .row {
	    gap: 40px 0;
	}
	.branding-agency-page .about-section-content {
	    padding-right: 0;
	}
	.single-project-item {
        height: auto;
    }
    .branding-card-content p + p {
	    margin-top: 8px;
	}
	.mxw-70 {
	    max-width: 100%;
	}
	.clients-logo-item{
	   height: 80px;
	}
	.home-rotate-label .company-label{
        bottom: auto;
        left: auto;
	}
	.about-section-content {
        padding-top: 60px;
	}
}

@media(max-width: 575px) {
	.side-menu__block-inner {
    	max-width: 480px;
  	}
  	.logo img {
	    width: 150px;
	}
	.main-header{
		padding: 12px 0;
	}
	.main-header.sticky-header .logo img {
	    width: 120px;
	}
	.top-hero-content h1 {
	    font-size: 3rem;
	}
	.top-hero-content p{
	    padding-top: 20px;
	    margin-top: 20px;
	}
	.top-hero-section {
    	padding: 40px 0 0 0;
	}
	.top-hero-item {
	    width: 100%;
	    padding: 0 20px;
	}
	.top-hero-item-in {
	    gap: 17px;
	    padding: 30px 0;
	}
	.hero-banner-card {
	    width: 50%;
	    transform: rotate(10deg);
	}
	.hero-banner-card img{
		border-radius: 15px;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	}
	.top-hero-banner {
	    padding-top: 30px;
	}
	.heropattern1 {
	    width: 50px;
	    height: 50px;
	    background-size: 10px;
	    bottom: 0px;
	    left: 30px;
	    overflow: inherit;
	}
	.heropattern2{
		width: auto;
		height: auto;
		font-size: 30px;
		line-height: 30px;
		bottom: 15px;
		right: 0;
	}
	.heropattern3{
		width: auto;
		height: auto;
		font-size: 25px;
		line-height: 25px;
		left: 5px;
		top: 19%;
	}
	.heropattern4{
		width: auto;
		height: auto;
		font-size: 17px;
		line-height: 17px;
		left: 50px;
		top: 25px;
	}
	.top-hero-container {
	    margin: 40px 0 0 0;
	}
	.whatsapp-chat {
	    width: 50px;
	    height: 50px;
	    bottom: 10px;
	    left: 10px;
		font-size: 22px;
		line-height: 50px;
	}
	.progress-wrap {
	    position: fixed;
	    right: 15px;
	    bottom: 15px;
	    height: 45px;
	    width: 45px;
	}
	.progress-wrap::after{
		height: 45px;
		width: 45px;
		line-height: 45px;
		font-size: 27px;
	}
	.hero-container-card h2 {
	    font-size: 35px;
	    margin-bottom: 5px;
	    line-height: 38px;
	}
	.hero-container-card p {
	    font-size: 1rem;
	}
	.hero-container-card {
		width: 50%;
		padding: 2em 1em;
	}
	.hero-container-card:nth-child(3){
		width: 100%;
	}
	.hero-container-client {
	    width: 100%;
	    padding: 0 0 2em 0;
	}
	.hero-container-client li {
	    width: 50px;
	    height: 50px;
	    border: 3px solid #fff;
	}
	.hero-container-client li:last-child {
	    font-size: 19px;
	    line-height: 46px;
	}
	.btn{
		padding: 15px 30px;
	}
	section {
	    padding-top: 80px;
	}
	.heading-title{
		margin-bottom: 20px;
	}
	.heading-title h6{
		margin-bottom: 20px;
	}
	.heading-title h3{
		font-size: 2.2rem;
	}
	.about-content-card h5 {
	    font-size: 16px;
	    line-height: 25px;
		padding-left: 10px;
		border-left: 4px solid var(--primary);
	}
	.about-icon-box-wrapper{
		margin-top: 25px;
		align-items: normal;
	}
	.about-icon-box {
	    width: 45px;
	    margin-right: 15px;
	    margin-top: 5px;
	}
	.about-icon-content h4 {
		font-size: 1.1rem;
		margin-bottom: 5px;
	}
	body{
		font-size: 1.03rem;
	}
	.about-section .row {
	    display: flex;
	    flex-direction: column-reverse;
	}
	.about-img-card {
	    max-width: 100%;
	    margin: 0 0 20px 0;
	}
	.about-img-card .heropattern1 {
	    left: -9px;
	}
	.about-img-item {
	    width: 210px;
	    border-radius: 15px;
	}
	.about-img-item.about-item-last{
		top: 40px;
		border: 5px solid #fff;
	}
	.about-img-card .company-label .company-icon {
	    width: 100px;
	    height: 100px;
	}
	.about-img-card .company-label .company-icon img {
	    width: 35px;
	}
	.circle-rotate-wrapper .circle-rotate-inner {
	    width: 90px;
	    height: 90px;
	}
	.about-img-card .company-label {
	    bottom: -50px;
	    left: 20px;
	}
	.weoffer-card {
	    margin-bottom: 20px;
	    padding: 20px 15px;
	    text-align: center;
	}
	.weoffer-card h4 {
	    font-size: 19px;
	}
	.weoffer-icon {
	    top: auto;
	    position: relative;
	    left: auto;
	    margin-bottom: 15px;
	}
	.weoffer-icon img {
	    width: 55px;
	}
	.weoffer-icon:before{
		width: 40px;
		height: 20px;
	}
	.weoffer-circle-layer{
		display: none;
	}
	.weoffer-image-inner-column {
	    padding: 0 20px;
	}
	.weoffer-image-column {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.weoffer-image{
		border-radius: 15px;
	}
	.weoffer-circle-layer-two {
	    right: 0;
	    bottom: -10px;
	    width: 120px;
	    height: 120px;
	}
	.weoffer-pattern-layer {
	    left: 0;
	    bottom: -10px;
	    width: 170px;
	    height: 150px;
	    background-size: 100% 100%;
	}
	.portfolio-section {
	    margin-top: 80px;
	    padding-bottom: 65px;
	}
	.portfolio-item{
		padding: 0;
	}
	.portfolio-item .row>* {
		width: 50%;
		max-width: 100%;
		padding: 0 5px;
	}
	.portfolio-item .row {
	    margin: 0;
	}
	.portfolio-card {
	    margin-bottom: 10px;
	    box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
	}
	.portfolio-card img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.process-icon{
		margin-bottom: 20px;
	}
	.process-point span {
	    margin-top: 0;
	    padding: 0;
	    font-size: 50px;
	    line-height: 50px;
	    margin-bottom: 10px;
	}
	.process-item h4 {
	    margin: 0 0 10px 0;
	    font-size: 19px;
	    min-height: auto;
	}
	.process-item p {
	    padding: 0;
	}
	.design-process-section .row:last-child {
	    gap: 40px 0;
	}
	.process-item h4 br{
		display: none;
	}
	.testimonial-section {
	    margin-top: 80px;
	    padding: 80px 0 50px 0;
	}
	.testimonial-nav-btn a {
		width: 55px;
		height: 55px;
		font-size: 18px;
	}
	.testimonial-carousel .slick-list {
	    margin: 0 -15px;
	    padding: 0;
	}
	.testimonial-area-wrapper{
		margin-top: 0;
		overflow: initial;
	}
	.testimonial-carousel .slick-list .testimonial-item{
		padding: 20px 18px;
		-webkit-box-shadow: 0px 5px 30px 0px rgba(2, 24, 93, 0.06);
		box-shadow: 0px 5px 30px 0px rgba(2, 24, 93, 0.06);
		margin: 30px 0;
	}
	.testimonial-top{
		margin-bottom: 10px;
	}
	.testimonial-text p {
	    height: auto;
		font-size: 18px;
		line-height: 28px;
	}
	.testimonial-text {
	    margin-bottom: 20px;
	}
	.testimonial-image{
		width: 50px;
		height: 50px;
	}
	.testimonial-user h2{
		font-size: 17px;
		line-height: 24px;
	}
	.testimonial-user p {
	    font-size: 15px;
	}
	.testimonial-user{
		gap: 0;
	}
	.testimonial-info {
	    gap: 15px;
	}
	.testimonial-icon {
	    font-size: 40px;
	    line-height: 40px;
	}
	.faq-tab {
	    margin-bottom: 20px;
	}
	.faq-tab .nav-link i {
	    font-size: 20px;
	    margin-bottom: -3px;
	}
	.faq-tab .nav-link{
		font-size: 14px;
		padding: 10px 30px;
		gap: 15px;
		width: 100%;
		max-width: 100%;
		justify-content: center;
	}
	.faq-tab .nav {
	    gap: 8px;
	}
	.faq-content .accordion-item .accordion-button{
		font-size: 17px;
		line-height: 22px;
		padding: 13px 50px 11px 15px;
	}
	.faq-content .accordion-item .accordion-button::after{
		right: 15px;
	}
	.faq-content .accordion-body {
	    padding: 15px 15px 0 15px;
	}
	.inquiry-img {
	    margin-bottom: 45px;
	    padding: 0 15px;
	}
	.form-image {
	    margin-top: 20px;
	    border-radius: 15px;
	}
	.inquiry-img .inquiry-icon{
		width: 100px;
		height: 100px;
		line-height: 105px;
		font-size: 38px;
		right: 40px;
	}
	.inquiry-img .color-layer{
		border-radius: 15px;
		transform: rotate(10deg);
		left: 0;
		bottom: 0px;
		width: 165px;
		height: 165px;
	}
	.inquiry-img .author-box-two {
	    width: 105px;
	    right: -5px;
	    bottom: -25px;
	}
	.expertise_card {
		height: 40px;
		padding: 0 15px;
		font-size: 15px;
	}
	.main-footer {
	    padding-top: 70px;
	    margin-top: 80px;
	}
	.footer-about img {
	    width: 140px;
	}
	.footer-widget {
	    margin: 40px 0;
	}
	.footer-bottom {
	    margin-top: 40px;
	    padding: 20px 0 40px 0;
	}
	.copyright-text{
		padding: 0 20px;
	}
	.seo-tag-section .container,
	.seo-tag-section .row .col-lg-12 {
	    padding: 0;
	}
	.seo-tag-section .row {
	    margin: 0;
	}
	.single-banner-content h1 {
        font-size: 3rem;
        margin: 0 0 15px 0;
    }
    .single-banner-content p {
        margin: 0 0 20px 0;
    }
    .breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
        font-size: 1rem;
    }
    .single-page-banner{
        padding: 40px 0;
    }
    .blog-card {
        display: inline-block;
        border-radius: 10px;
        margin-bottom: 15px;
    }
    .blog-image-container {
        width: 100%;
        height: auto;
    }
    .blog-metadata span {
        margin-bottom: 10px;
        font-size: 0.9rem;
    }
    .blog-title-container a {
        font-size: 1.2rem;
        line-height: 1.2em;
    }
    .blog-title-container {
        padding: 0px 0px 15px 0px;
    }
    .blog-readmore-btn {
        font-size: 1rem;
    }
    .single-blog-main {
        padding-top: 40px;
    }
    .single-blog-content h1 {
        font-size: 2rem;
        line-height: 1.3em;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .single-blog-content img {
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .single-blog-content h3 {
        font-size: 1.5rem;
    }
    .single-blog-content h6 {
        font-size: 1.2rem;
    }
    .single-blog-tags {
        margin-top: 30px;
    }
    .single-blog-tags p {
        font-size: 1.1rem;
    }
    .single-blog-tags ul li {
        font-size: 0.9rem;
        padding: 4px 10px;
    }
    .branding-details-main {
        padding-top: 50px;
    }
    .branding-image {
        margin-bottom: 30px;
    }
    .branding-content h3 {
        font-size: 1.2rem;
    }
    .branding-content p {
        margin-bottom: 20px;
    }
    .blog-pagination .page-link {
        width: 38px;
        height: 38px;
        line-height: 39px;
        font-size: 15px;
    }
    .single-blog-view{
        margin-bottom: 20px;
    }
    .single-blog-view h6,
    .blog-social-share h5{
        font-size: 0.9rem;
    }
    .blog-social-share {
        gap: 10px;
    }
    .blog-social-share ul a {
        font-size: 0.9rem;
    }
    .blog-social-share ul {
        gap: 12px;
    }
    .blog-sidebar-item>h5{
        font-size: 1.2rem;
    }
    .blog-sidebar-item {
        margin-bottom: 30px;
    }
    .branding-nav-btn a {
        width: 55px;
        height: 55px;
        font-size: 18px;
    }
    .branding-card-section .heading-title {
        padding-left: 0;
    }
    .branding-card-slider {
        margin-top: 25px;
    }
    .branding-card-box {
        padding: 0 1px 15px 1px;
    }
    .branding-card-section {
        padding: 70px 0 0 0;
    }
    .page-title h2 {
	    margin-top: 0;
	    font-size: 34px;
	}
	.page-title li {
	    font-size: 16px;
	}
	.page-title-bg {
	    padding: 50px 0 30px 0;
	    background-position: center center;
	}
	.de-about-section {
	    padding-top: 0;
	}
	.mission-vision-card {
        padding: 50px 15px;
    }
    .talent-team-card {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .talent-team-img {
        height: auto;
		margin-bottom: 10px;
    }
    .talent-team-item h4 {
	    font-size: 18px;
	}
	.tp-gallery-area{
		margin-bottom: 60px;
	}
	.logo-design-page .top-hero-content p {
        max-width: 100%;
    }
    .socialmedia-management-page .hero-container-card,
    .branding-agency-page .hero-container-card{
    	width: 100%;
    }
    .branding-card-content h3 i {
	    width: 45px;
	    flex: none;
	}
	.branding-card-content h3 {
	    font-size: 18px;
	    margin-bottom: 10px;
	    gap: 10px;
	}
	.socialmedia-management-page .top-hero-content p,
	.branding-agency-page .top-hero-content p {
        max-width: 100%;
        padding-top: 15px;
        margin-top: 15px;
    }
    .socialmedia-management-page .hero-container-client .btn-primary,
	.branding-agency-page .hero-container-client .btn-primary {
        margin-top: 30px;
    }
    .project-nav .project_filter {
	    gap: 12px 0px;
	    justify-content: center;
	}
	.project-nav {
	    margin-bottom: 20px;
	}
	.portfolio-page-section {
	    padding-top: 40px;
	}
	.project-nav li {
	    font-size: 15px;
	    flex: 50%;
	    padding: 0 10px;
	}
	.project-body-title h3 {
	    font-size: 1.5rem;
	}
	.portfolio-single-section {
	    padding-top: 40px;
	}
	.project-details-content h3 {
	    font-size: 22px;
	}
	.contactus-page-section .heading-title {
	    margin-bottom: 30px;
	}
	.single-contact-info {
	    gap: 20px;
	    margin-bottom: 25px;
	}
	.single-contact-info .media-body h4 {
	    font-size: 18px;
	    margin-bottom: 8px;
	}
	.single-contact-info .image img {
	    width: 40px;
	}
	.home-rotate-label .company-label{
        bottom: auto;
        left: auto;
	}
	.home-rotate-label.about-img-card .company-label .company-icon {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 480px) {
	.side-menu__block-inner {
		max-width: 400px;
	}
	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.side-menu__sep {
	    width: calc(100% - 50px);
	}
}

@media (max-width: 375px) {
	.side-menu__block-inner {
		max-width: 300px;
	}
}

@media (max-width: 320px) {
	.tp-hero-shape-2 {
        top: -40px;
        right: -40px;
    }
    .de-process-box{
    	outline-offset: 5px;
    }
	.de-process-main {
        gap: 30px;
    }
    .de-howwework-section .heading-title {
	    margin-bottom: 30px;
	}
}