/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 992px) and (max-width: 1200px) { 
	main {
	    padding-top: 80px;
	}

	.featured-services,
	.audience-section {
	    width: 100%;
	    max-width: 1140px;
	    margin-right: auto;
	    margin-left: auto;
	}

	.featured-services > .container,
	.audience-section > .container {
	    width: 100%;
	    max-width: none;
	    padding-right: 0;
	    padding-left: 0;
	}

	.audience-grid {
	    grid-template-columns: 1fr;
	    gap: 24px;
	}

	.audience-item:nth-child(even),
	.audience-item:nth-child(odd) {
	    margin: 0;
	}

	.hero-text h1 {
	    font-size: 50px;
	}

	.hero-btns {
	    width: 100% !important;
	}

	a.video-play-btn {
		right: 51%;
	}
	.hero-area div.hero-form {
		bottom: -20%;
	}

	.cart-buttons a:first-child {
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.contact-form form p input[type=email] {
	    margin-left: 8px;
	}
	.contact-form-box h4 i {
	    left: -20%;
	}
	.comment-template form p input[type=email] {
	    margin-left: 8px;
	}
	ul.main-menu li a {
	    padding: 15px 13px;
	}
	span.close-btn {
	    right: 0;
	}
	ul.sub-menu li a {
	    padding: 7px 10px;
	}

}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
	main {
	    padding-top: 80px;
	}

	.sticky-wrapper,
	.sticky-wrapper.is-sticky {
	    position: fixed !important;
	    top: 0 !important;
	    width: 100%;
	}

	.sticky-wrapper .top-header-area,
	.sticky-wrapper.is-sticky .top-header-area {
	    position: relative !important;
	    top: auto !important;
	    padding: 15px 0;
	    background-color: #fff;
	}

	.hero-area {
	    height: calc(100vh - 110px);
	    margin-top: 110px;
	}

	.hero-text h1 {
	    font-size: 44px;
	}

	.hero-btns {
	    width: 100% !important;
	}

	.hero-text-tablecell {
	    padding: 0 !important;
	}

	.tab-section {
	    width: calc(100% - 48px);
	    max-width: none;
	    margin-right: 24px;
	    margin-left: 24px;
	}

	.featured-services,
	.audience-section {
	    width: calc(100% - 48px);
	    margin-right: auto;
	    margin-left: auto;
	}

	.featured-services > .container,
	.audience-section > .container {
	    width: 100%;
	    max-width: none;
	    padding-right: 0;
	    padding-left: 0;
	}

	.footer-box {
	    margin-bottom: 40px;
	}
	.copyright p {
	    text-align: center;
	}
	.copyright .social-icons {
	    text-align: center;
	}
	.feature-bg:after {
		display: none;
	}

	.audience-grid {
	    grid-template-columns: 1fr;
	    gap: 24px;
	}

	.audience-item:nth-child(even),
	.audience-item:nth-child(odd) {
	    margin: 0;
	}

	.single-team-item {
	    margin-bottom: 30px;
	}
	table.cart-table {
	    margin-bottom: 50px;
	}
	.order-details-wrap {
	    margin-top: 50px;
	}
	.contact-form form p input[type=text], 
	.contact-form form p input[type=tel], 
	.contact-form form p input[type=email] {
	    width: 100%;
	}

	.contact-form form p input[type=email] {
	    margin-left: 0;
	    margin-top: 15px;
	}
	.contact-form form p input[type=tel] {
		margin-bottom: 15px;
	}

	.hero-area div.hero-form {
		width: 325px;
		top: 30%;
	}

	.comment-template form p input[type=text], 
	.comment-template form p input[type=email] {
	    width: 100%;
	}

	.comment-template form p input[type=email] {
	    margin-top: 15px;
	    margin-left: 0;
	}
	.sidebar-section {
	    margin-left: 0;
	    margin-top: 50px;
	}
	.single-product-img {
	    margin-bottom: 30px;
	}
	.single-product-img img {
	    width: 100%;
	}
	.single-project-img img {
	    width: 100%;
	}
	.site-logo a img {
	    max-width: 150px;
	}
	.site-logo {
	    text-align: center;
	    position: absolute;
	    z-index: 999;
	}
	.mean-container .mean-bar {
		z-index: 2;
	}
	.responsive-menu-wrap {
	    display: block;
	}
	.header-icons {
	    text-align: center;
	}
	.top-header-area {
	    padding: 15px 0;
	}

	.responsive-menu-wrap {
	    position: absolute;
	    top: 0;
	}

	.featured-section {
	    padding: 0;
	}

	.responsive-menu-wrap {
	    left: 50%;
	    margin-top: 10px;
	    margin-left: -57.5px;
	}
	.hero-text-tablecell {
	    padding: 0px 70px;
	}
	.hero-form .hero-text h1 {
	    font-size: 30px;
	}

	.hero-form .hero-text p.subtitle {
	    font-size: 13px;
	}

	.hero-form .hero-btns a.bordered-btn {
	    margin-left: 0;
	    margin-top: 20px;
	}

	.sticky-wrapper.is-sticky .top-header-area {
	    position: absolute!important;
	    background-color: transparent;
	}
	.featured-box {
	    padding: 30px;
	}

	.featured-section {
	    padding: 100px 0;
	}
	nav.main-menu {
	    display: none;
	}
	table.order-details {
	    width: 100%;
	}
	.contact-form-box h4 i {
	    left: -7%;
	}
	.single-product-content h3 {
	    font-size: 20px;
	    font-weight: 500;
	    line-height: 1.6;
	}

	.single-product-content {
	    margin-left: 15px;
	}
	a.mobile-hide.search-bar-icon {
	    display: none!important;
	}
	.mobile-show {
		display: block!important;
	}
	a.mobile-show.search-bar-icon {
	    position: absolute;
	    right: 60px;
	    top: 22px;
	    z-index: 999;
	    color: #fff;
	}

}

@media only screen and (min-width: 768px) and (max-width: 937px) {
	.staff-grid {
	    grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.mean-container .mean-bar {
	    position: absolute;
	    top: 0;
	    right: auto;
	    left: 50%;
	    width: 100vw;
	    padding: 0;
	    background-color: #fff;
	    transform: translateX(-50%);
	}

	.mean-container a.meanmenu-reveal {
	    top: 18px;
	    right: max(0px, calc((100vw - 699px) / 2)) !important;
	    width: 28px;
	    height: 28px;
	    padding: 8px;
	    border-radius: 50%;
	    background-color: #75C7CD;
	}

	.mean-container a.meanmenu-reveal span {
	    background-color: #fff;
	    width: 20px;
	    text-indent: 0;
	}

	.mean-container .mean-nav {
	    width: 100%;
	    margin-top: 95px;
	    background-color: #fff;
	}

	.mean-container .mean-nav ul li a {
	    color: #051922;
	    border-top-color: rgba(117, 199, 205, 0.35);
	}

	.mean-container .mean-nav ul li a:hover {
	    background-color: rgba(117, 199, 205, 0.12);
	}

	.mean-container .mean-nav .navbar-btn {
	    display: block;
	    float: none !important;
	    height: 40px !important;
	    min-height: 0 !important;
	    width: calc(100% - 30px);
	    margin: 10px 15px;
	    padding: 10px 15px !important;
	    box-sizing: border-box;
	    line-height: 20px !important;
	    text-align: center;
	}

	.mean-container .mean-nav li:has(.navbar-btn) {
	    float: none;
	    display: block !important;
	    height: auto !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.featured-services,
	.audience-section {
	    width: 100%;
	    max-width: 960px;
	}
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	.sticky-wrapper,
	.sticky-wrapper.is-sticky {
	    position: fixed !important;
	    top: 0 !important;
	    width: 100%;
	}

	.sticky-wrapper .top-header-area,
	.sticky-wrapper.is-sticky .top-header-area {
	    position: relative !important;
	    top: auto !important;
	    padding: 15px 0;
	    background-color: #fff;
	}

	.mean-container .mean-bar {
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 100%;
	    padding: 0;
	    background-color: #fff;
	}

	.mean-container a.meanmenu-reveal {
	    top: 18px;
	    right: 0 !important;
	    width: 28px;
	    height: 28px;
	    padding: 8px;
	    border-radius: 50%;
	    background-color: #75C7CD;
	}

	.mean-container a.meanmenu-reveal span {
	    background-color: #fff;
	    width: 20px;
	    text-indent: 0;
	}

	.mean-container a.meanmenu-reveal.meanclose,
	.mean-container a.meanmenu-reveal.meanclose:hover {
	    color: #fff !important;
	}

	.mean-container .mean-nav {
	    width: 100%;
	    margin-top: 95px;
	    background-color: #fff;
	}

	.mean-container .mean-nav li:has(.navbar-btn) {
	    display: block !important;
	    float: none;
	    height: auto !important;
	}

	.mean-container .mean-nav .navbar-btn {
	    display: block !important;
	    float: none !important;
	    height: 40px !important;
	    min-height: 0 !important;
	    width: calc(100% - 30px);
	    margin: 10px 15px;
	    padding: 10px 15px !important;
	    box-sizing: border-box;
	    line-height: 20px !important;
	    text-align: center;
	}
	html {
	    scroll-padding-top: 110px;
	}

	main {
	    padding: 150px 0;
	}

	.featured-services {
	    padding: 0;
	}

	.service-image-wrapper {
	    height: 380px;
	}

	.service-details {
	    padding: 28px;
	}

	.featured-service-main {
	    display: grid;
	    grid-template-columns: 1fr;
	    row-gap: 24px;
	}

	.service-media-column {
	    display: contents;
	}

	.service-image-wrapper {
	    order: 1;
	}

	.service-details h2 {
	    font-size: 26px;
	}

	.service-details {
	    order: 2;
	}

	.services-sidebar {
	    display: grid;
	    grid-template-columns: 1fr;
	    gap: 28px;
	    padding: 24px 0 0;
	}

	.services-audience {
	    margin-top: 36px;
	}

	.services-audience > h3 {
	    font-size: 24px;
	}

	.service-item {
	    flex-direction: column;
	    gap: 12px;
	    margin-bottom: 0;
	}

	.service-item .service-info {
	    order: 0;
	}

	.service-item .service-icon-wrapper {
	    order: 1;
	}

	.specialties-grid {
	    margin-top: 30px;
	}

	.specialty-image {
	    height: 180px;
	}

	.audience-grid {
	    grid-template-columns: repeat(1, minmax(0, 1fr));
	    gap: 24px;
	}

	.audience-section {
	    padding: 0;
	}

	.audience-layout {
	    grid-template-columns: 1fr;
	    gap: 24px;
	}

	.audience-intro .section-title {
	    padding: 28px;
	    text-align: left;
	}

	.audience-item {
	    padding: 28px;
	}

	.audience-item:nth-child(even) {
	    margin: 0;
	}

	.audience-item:nth-child(odd) {
	    margin: 0;
	}

	.custom-tabs .nav-link {
	    padding: 9px 16px;
	    font-size: 1rem;
	}

	.tab-section .tab-content {
	    min-height: 0;
	    padding: 0;
	}

	.staff-grid {
	    grid-template-columns: 1fr;
	    gap: 24px;
	}

	.staff-card {
	    padding: 20px;
	}

	.staff-card h4 {
	    font-size: 18px;
	}

	.shop-banner .container {
	    flex-direction: column;
	    align-items: flex-start;
	    gap: 24px;
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.hero-area {
	    height: calc(100vh - 110px);
	    margin-top: 110px;
	}

	.site-logo img {
	    max-width: 150px;
	}

	.responsive-menu-wrap {
	    top: -35px;
	}

	span.close-btn {
		right: 35px;
	}
	.header-icons {
	    text-align: center;
	}
	.hero-text h1 {
	    font-size: 24px;
	}

	.hero-text p.subtitle {
	    font-size: 16px;
	}

	.hero-btns {
	    width: 100%;
	}
	.section-title p {
	    width: 100%;
	    max-width: 100%;
	}

	.section-title h3 {
	    font-size: 25px;
	}

	.tab-section {
	    width: calc(100% - 30px);
	    max-width: 540px;
	    margin-right: auto;
	    margin-left: auto;
	    padding: 20px;
	    border-radius: 32px;
	}

	.featured-services,
	.audience-section {
	    width: calc(100% - 30px);
	    max-width: 540px;
	    margin-right: auto;
	    margin-left: auto;
	}

	.tab-section #myTab {
	    display: none;
	}

	.mobile-location-label {
	    display: block;
	    margin-bottom: 8px;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 600;
	    text-align: left;
	}

	.mobile-location-select {
	    display: block;
	    width: 100%;
	    min-height: 46px;
	    padding: 8px 12px;
	    border: 0;
	    border-radius: 6px;
	    color: #051922;
	    background-color: #fff;
	    font: inherit;
	}

	p.testimonial-body {
	    font-size: 15px;
	}
	.responsive-menu {
	    left: auto;
	    right: 0;
	}

	.featured-section {
	    padding: 0;
	}

	a.video-play-btn {
	    right: auto;
	    left: 50%;
	    margin-left: -45px;
	}

	.shop-banner h3 {
		font-size: 34px;
	}

	.footer-box {
	    margin-bottom: 50px;
	    text-align: center;
	}

	.footer-box h2.widget-title:after {
	    left: 50%;
	    transform: translateX(-50%);
	}

	.footer-box.pages ul li {
	    padding-left: 0;
	}

	.footer-box.pages ul li:before {
	    display: none;
	}

	.footer-box.footer-logo img {
	    margin-right: auto;
	    margin-left: auto;
	}

	.copyright p {
	    text-align: center;
	}

	.social-icons {
	    text-align: center;
	}

	.footer-area {
		padding: 50px 0;
	}

	.footer-area .row {
		margin-right: -15px;
		margin-left: -15px;
	}

	.footer-area .row > [class*="col-"] {
		padding-right: 15px;
		padding-left: 15px;
	}

	.hero-text {
	    text-align: center;
	}

	.responsive-menu-wrap {
	    position: relative;
	}

	.breadcrumb-text h1 {
	    font-size: 30px;
	}

	.feature-bg:after {
	    display: none;
	}
	
	.text-block {
	    margin-bottom: 50px;
	}

	.single-team-item {
	    margin-bottom: 50px;
	}

	.team-bg {
	    height: 450px;
	}

	.total-section {
	    margin-top: 30px;
	}

	.order-details-wrap {
	    margin-top: 50px;
	}

	.contact-form form p input[type=text], 
	.contact-form form p input[type=tel], 
	.contact-form form p input[type=email] {
	    width: 100%;
	}
	.contact-form form p input[type=tel] {
		margin-bottom: 15px;
	}

	.contact-form form p input[type=email] {
	    margin-left: 0;
	    margin-top: 15px;
	}

	.find-location p {
	    font-size: 20px;
	}

	.comment-template form p input[type=email] {
	    margin-left: 0;
	    margin-top: 15px;
	}

	.comment-template form p input[type=text], 
	.comment-template form p input[type=email] {
	    width: 100%;
	}

	.sidebar-section {
	    margin-left: 0;
	    margin-top: 50px;
	}

	.single-product-content {
	    margin-left: 0;
	    margin-top: 15px;
	}

	.single-product-content h3 {
	    font-size: 20px;
	    line-height: 1.5;
	}

	.product-image {
	    padding: 60px;
	    padding-bottom: 0;
	}

	.header-icons {
	    text-align: right;
	    margin-top: 15px;
	}

	.feature-bg {
	    margin: 100px 0;
	}

	.margin-top-150p {
	    margin-top: 650px;
	}

	.display-hidden {
	    display: none;
	}

	.hero-area div.hero-form {
		right: 0;
	}

	.hero-btns a.boxed-btn {
	    display: block;
	    margin: 0 auto;
	}

	.hero-btns {
	    text-align: center;
	}

	.hero-btns a.bordered-btn {
	    margin-left: 0;
	    margin-top: 15px;
	    display: block;
	}
	.hero-area div.hero-form {
		width: auto;
	}
	.section-title p {
		max-width: 285px;
	}

	p.testimonial-body {
		max-width: 285px;
	}
	.hero-area div.hero-form {
		top: 0;
	}
	.single-media-wrap h4 {
	    font-size: 15px;
	}

	.sticky-wrapper.is-sticky .top-header-area {
	    position: absolute!important;
	    background-color: transparent;
	    padding: 25px 0;
	}
	.featured-box {
	    padding: 0 45px;
	    margin-bottom: 10px;
	}

	.featured-section {
	    padding: 100px 0;
	}
	.search-bar-tablecell input {
	    font-size: 20px;
	}
	.header-icons {
		margin-top: 0;
	}
	.site-logo {
    position: absolute;
	    z-index: 99;
	}

	.mean-container .mean-bar {
	    z-index: 2;
	}
	.section-title {
	    margin-bottom: 50px;
	}
	.service-text h3 {
	    font-size: 18px;
	}
	.featured-box h2 {
	    font-size: 23px;
	}

	.featured-box h3 {
	    font-size: 18px;
	}

	.cta-text h3 {
	    line-height: 1.6;
	}

	.news-text-box h3 {
	    font-size: 20px;
	    line-height: 1.5;
	}

	.copyright p {
	    padding-bottom: 0;
	}
	.single-service-box {
	    padding: 30px;
	}

	.service-icon-table {
	    height: 80px;
	}

	.service-icon-tablecell i {
	    font-size: 30px;
	}

	.main-menu {
	    display: none;
	}
	.error-text h1 {
	    font-size: 25px;
	}
	h2.widget-title {
	    font-size: 20px;
	}
	.cart-table-wrap {
	    width: 100%;
	    overflow-x: scroll;
	}
	table.cart-table {
		width: 690px;
	}
	.cart-buttons a:first-child {
	    margin-bottom: 15px;
	}
	.form-title h2 {
	    font-size: 20px;
	}

	.contact-form-box h4 i {
	    left: -20%;
	}
	.featured-text p {
	    line-height: 1.8;
	}
	.single-artcile-bg {
	    height: 300px;
	}

	.single-article-text h2 {
	    font-size: 20px;
	}

	.comments-list-wrap h3, .comment-template h4 {
	    font-size: 20px;
	}

	.comment-user-avater img {
	    max-width: 45px;
	}

	.comment-text-body {
	    padding-left: 60px;
	}

	.comment-text-body h4 a {
	    display: block;
	    border: none;
	    margin-left: 0;
	    margin-top: 10px;
	}

	.comment-text-body h4 {
	    font-size: 18px;
	}

	.comment-text-body p {
	    line-height: 1.8;
	}

	.single-comment-body.child {
	    margin-left: 0;
	}
	.single-product-content h3 {
	    font-size: 20px;
	    line-height: 1.5;
	}
	a.mobile-hide.search-bar-icon {
	    display: none!important;
	}
	.mobile-show {
		display: block!important;
	}
	a.mobile-show.search-bar-icon {
	    position: absolute;
	    right: 60px;
	    top: 22px;
	    z-index: 999;
	    color: #fff;
	}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 
	.hero-area div.hero-form {
	    margin: 0 auto;
	    right: auto;
	    width: 380px;
	    left: 50%;
	    margin-left: -190px;
	}

	.hero-btns {
	    text-align: center;
	}

	.hero-btns a.bordered-btn {
	    margin-left: 0;
	    margin-top: 15px;
	    display: block;
	}
}