/*!
Theme Name: Redata Pvt. Ltd.
Theme URI: http://underscores.me/
Author: DirgaRaj Lama
Author URI: http://lamadirga.com.np
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: redata
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Redata Pvt. Ltd. is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
.fonts {
	font-family: "Raleway", sans-serif;
	font-family: "Oswald", sans-serif;
}
@media (min-width: 1400px) { .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container { max-width: 1440px; } }

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
 
body {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
}
a {
	text-decoration: none;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
.yellow-text {
	color: #e2cc14;
}
 
.deaf_cta {
	text-align: center;
	margin-top: 30px;
}
.deaf_cta a {
	background: #ffef03;
	background: linear-gradient(70deg,rgba(246, 220, 19, 1) 0%, rgba(251, 228, 25, 1) 100%);
	color: #000;
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 16px;
	text-transform: uppercase;
	border:1px solid #000;
}
.deaf_cta a:hover {
	background: #000;
	color: #fff;
	border:1px solid #ffef03;
}
.header {
	margin-bottom: 20px;
}
.header .container-fluid {
	max-width: 90%;
}
.logo_div {
	display: table;
	width: 100%;
	height: 100%;
}
.logo {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.logo img {
	max-width: 250px;
	height: auto;
}
.markchem_logo {
	position: relative;
}
.markchem_logo img {
	position: absolute;
	top: 3px;
	left: -13px;
	z-index: 1;
	max-width: 165px;
	height: auto;
}
.htop_slogan {
	text-align: center;
	padding: 10px 0;
	font-style: italic;
}
.main_menu {
	background: #000 url(assets/images/header_bg.webp) top center;
	background-size: cover;
	border-radius: 10px;
	padding: 10px 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.main_menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-family: "Raleway", sans-serif;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 25px;
 
}

.quote_cta {
	text-align: center;
	margin-top: 8px;
}
.quote_cta a {
	background: #ffef03;
	background: linear-gradient(70deg,rgba(246, 220, 19, 1) 0%, rgba(251, 228, 25, 1) 100%);
	color: #000;
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 16px;
	text-transform: uppercase;
	border:1px solid #ffef03;
}
.quote_cta a:hover {
	background: #000;
	color: #fff;
	border:1px solid #ffef03;
}
.contact_banner {
	background: url(assets/images/contact_banner.webp) top center;
	background-size: cover;
	min-height: 100px;
    padding: 30px 0;
}
.cb_content {
	text-align: right;
	color: #fff;
}
.cb_content h2,
.cb_content h3 {
	margin: 0px;
	padding: 0px;
}
.cb_content h2 {
	font-size: 35px;
	margin-bottom: 15px;
}
.cb_number {
	background: #e8e8e8;
	padding: 10px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	margin-top: -100px;
	position: relative;
	z-index: 99;
	align-items: center;
}
.cb_icon {
	font-size: 70px;
	margin-right: 15px;
}
.cb_details p {
	margin: 0px;
	padding: 0px;
}
.cb_details .ph_number {
	font-family: "Oswald", sans-serif;
	font-size: 31px;
	font-weight: bold;
}

.get_estimate_cta {
	background: #ffef03;
	background: linear-gradient(70deg,rgba(246, 220, 19, 1) 0%, rgba(251, 228, 25, 1) 100%);
	color: #000;
	padding: 8px 20px;
	border-radius: 8px;
	text-transform: uppercase;
	border:2px solid #ffef03;
	text-align: center;
	font-size: 24px;
	margin-top: 15px;
}
.get_estimate_cta:hover {
	background: #e8e8e8;
	border:2px solid #000;
}
.main_section {
	padding: 30px 0;
}
 
.about_content {
	text-align: center;
}
.title_sec {
	text-align: center;
}
.title_sec span {
	font-size: 24px;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
}
.product_section {
	margin-top: 15px;
	width: 100%;
	height: 400px;
	background:
		url('assets/images/half_bg_img.webp') left top no-repeat,
		linear-gradient(to right, transparent 34%, #f3f3f3 34%);
	background-size: 34% 100%, 100% 100%;
	background-position: left top, left top;
}
.product_section .container-fluid {
	max-width: 97%;
}

.produc_de_info {
	text-align: right;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 15px;
	margin-top: 9%;
}
.produc_de_info .title_sec {
	text-align: right;
	width: 100%;
}
.produc_de_info .p_info {
	width: 100%;
}
.produc_de_info .deaf_cta {
	text-align: right;
}
.products_sec {
	margin-left: 30px;
}
.product_list {
	height: 315px;
	background: #000;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.project_list {
	height: 315px;
	position: relative;
	overflow: hidden;
}
.project_list img {
	width: 100%;
	height: auto;
	transition: transform 0.5s ease;
}

.project_list:hover img {
	transform: scale(1.1); /* Zoom effect */
} 

.project_list .hoverly {
	position: absolute;
	background: rgba(0, 0, 0, 0.60);
	width: 100%;
	height: 100%;
	z-index: 2;
	border: 5px solid #d7c83a;

	/* Start hidden with zero opacity */
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none; /* Prevent interaction when hidden */
}

.project_info {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
	bottom: 45px;
	z-index: 5;
	padding: 0 30px;
	color: #fff;
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none; /* Prevent interaction when hidden */
}
.project_list:hover .project_info,
.project_list:hover .hoverly {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}


.project_info h3 {
	margin-bottom: 5px;
}


.testi_list {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 30px;
	overflow: hidden;
}
.testi_top_row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	align-items: center;
}
.testi_img {
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: #000;
	overflow: hidden;
	text-align: center;
	color: #efc430;
	margin-right: 30px;
	font-size: 61px;
}
.testi_img img {
	max-width: 100%;
	height: auto;
}
 
.testi_title_name h4 {
	margin-bottom: 0px;
}
.testi_title_name p {
	font-size: 18px;
	font-family: "Raleway", sans-serif;
}
.rating {
	text-align: right;
    color: #efc430;
     margin-left: auto;
}
#our_products .owl-nav.disabled,
#client_testimonials .owl-nav.disabled {
 display: block;
}
#our_products  .owl-nav .owl-next,
 #our_products .owl-nav .owl-prev, 
#client_testimonials  .owl-nav .owl-next,
 #client_testimonials .owl-nav .owl-prev {
 position: absolute;
 top: 45%;
 font-size: 24px;
}
#our_products .owl-nav .owl-prev,
#client_testimonials .owl-nav .owl-prev {
	left: -30px;
}
#our_products  .owl-nav .owl-next,
#client_testimonials  .owl-nav .owl-next {
	right: -30px;
}
#our_products .owl-nav .owl-prev  {
	left: -15px;
}
#our_products  .owl-nav .owl-next  {
	right: -15px;
}


.client_list {
	border-radius: 5px;
	border: 1px solid #ddd;
	margin: 5px 10px;
	overflow: hidden;
}
.client_list img {
	max-width: 100%;
	height: auto;
}
#why_us .owl-dots.disabled, 
#our_clints .owl-dots.disabled {
	display: block;
}
#why_us .owl-dots, 
#client_testimonials .owl-dots,
#our_clints .owl-dots {
	text-align: center;
}
#why_us .owl-dot,
#client_testimonials .owl-dot,
#our_clints .owl-dot {
	width: 14px;
	height: 14px;
	background: #6d6d6d;
	border-radius: 50%;
	margin-right: 5px;
}
#why_us .owl-dot.active,
#client_testimonials .owl-dot.active,
#our_clints .owl-dot.active {
	width: 35px;
	height: 14px;
	background: #000;
	border-radius: 12px;
}

#our_products .owl-dots {
	display: none;
	
}
#our_projects .owl-nav {
	display: none;
}
#our_projects .owl-dots,
#our_projects .owl-dots.disabled {
	display: block;
	text-align: center;
}
#our_projects .owl-dot  {
	width: 14px;
	height: 14px;
	background: #6d6d6d;
	border-radius: 50%;
	margin-right: 5px;
}
#our_projects .owl-dot.active  {
	width: 35px;
	height: 14px;
	background: #000;
	border-radius: 12px;
}


.footer {
	background: url(assets/images/footer_bg.webp) top center;
	background-size: cover;
	min-height: 200px;
	padding-top: 30px;
}
.ft_top {
border-bottom: 1px solid #424242;
	padding-bottom: 30px;
}
.foot_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #424242;
	padding-bottom: 30px;
}
.ft_text {
	font-size: 34px;
	color: #fff;
	font-family: "Oswald", sans-serif;
}
.ft_text span {
	color: #f7df14;
}
.foot_top .deaf_cta {
	text-align: center;
	margin-top: 15px;
}

.ft_middle {
	border-top: 1px solid #000000;
	padding-top: 30px;
}
.ft_block {
	color: #fff;
}
.ft_block h3 {
	color: #fff;
}
.f_logo span {
	color: #fff;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
	font-size: 22px;
}
.f_logo img {
	margin-bottom: 15px;
	max-width: 98%;
	height: auto;
}
.ad_coninfo div {
 margin-bottom: 15px;
}
.ft_block ul {
	margin: 0px;
	padding: 0px;
}
.ft_block ul li {
	padding-left: 18px;
	position: relative;
	list-style: none;
	margin-bottom: 5px;
}
.ft_block ul li::before {
	content: '\f0da';
	position:absolute;
	color: #fcee0f;
	top: 0px;
	left: 0px;
	font-family: fontawesome;
}
.ft_block ul li a {
	color: #fff;
}

.ft_bottom {
	border-top: 1px solid #000000;
	padding: 30px 0;
}
.copyright {
	color: #fff;
}
.designed_by {
	text-align: right;
	color: #fff;
}
/*............................ common page...........................*/
.innerpage_banner {
	background: url(assets/images/footer_bg.webp) top center;
	background-size: cover;
	padding: 30px 0;
}
.breadcrumb_content {
	text-align: center;
	color: #fff;
}
.breadcrumb_content p {
	margin: 0px;
	padding: 0px;
	
}
.pt_title {
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	text-transform: uppercase;
}
.pt_crumb {
	font-size: 15px;
}
/*............................ common page...........................*/
/*............................ about us...........................*/
.abt_content {
	margin-left: 15px;
}
.abt_content .title_sec {
	text-align: left;
}
.thumb_img {
	margin-bottom: 30px;
	border-radius: 7px;
	overflow: hidden;
}
.thumb_img img {
	max-width: 100%;
	height: auto;
}
.abt_sidebar .cb_number {
 margin-top: 0px;
 margin-bottom: 30px;
}
.abt_sidebar .get_estimate_cta {
background:#fff;
border: 2px solid #000;
}
.abt_sidebar .get_estimate_cta:hover {
	background: #ffef03;
	background: linear-gradient(70deg,rgba(246, 220, 19, 1) 0%, rgba(251, 228, 25, 1) 100%);
	text-transform: uppercase;
	border: 2px solid #000;
}
.whu_us_sec {
	background: #f3f3f3;
}
.wh_list {
	text-align: center;
	font-size: 16px;
	padding: 0 10px;
}
.whu_us_sec,
.abt_testimonials_section {
	padding-bottom: 45px;
}
.whu_us_sec .owl-nav {
 display: none;
}
/*............................ about us...........................*/
/*............................ Products...........................*/
.product_categories .nav-link {
	text-align: left;
	font-size: 24px;
	color: #000;
	font-family: "Raleway", sans-serif;
	border: 1px solid #373737;
	margin-bottom: 18px;
	padding-left: 30px;
	padding-right: 30px;
}
.product_categories .nav-link.active {
	color: #000;
	background:url(assets/images/cat_nab_active_bg.webp) center center;
	background-size: cover;
}
.pro_list h3 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: normal;
}
.product_tab_section .pro_list {
	background: #fff;
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 10px #f7f7f7;
}
.product_tab_section .pro_list:hover {
	border: 1px solid #efd20d;
}
.single_pro_img {
	text-align: center;
	border-radius: 10px;
	max-height: 350px;
	overflow: hidden;
}
.single_pro_img img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}
.single_product_info .deaf_cta {
	text-align: left;
}
.single_product_info .deaf_cta a {
	display: inline-block;
	margin-right: 15px;
}
.single_product_info .deaf_cta a i {
	margin-left: 15px;
}
.quote_form .textarea {
	height: 120px;
}
.quote_form label {
	font-size: 15px;
	margin-bottom: 10px;
}
/*............................ Products...........................*/
/*...................... our team.........................*/
.team_list {
	margin-bottom: 30px;
	text-align: center;
}
.team_list h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.team_list h3 {
	font-size: 20px;
	font-weight:300;
}
.team_img {
	width: 250px;
	height: 250px;
	background: #000;
	border-radius: 10px;
	margin: 0 auto;
	margin-bottom: 15px;
	overflow: hidden;
}
.team_img img {
	max-width: 100%;
	height: auto;
}
/*...................... our team.........................*/
/*............................ projects...........................*/
.project_page_sec {
	padding: 45px 0;
}
 
.project_page_sec .project_list {
	border-radius: 5px;
}

.project_galleries .gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.project_galleries .gallery-item {
    overflow: hidden;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.project_galleries .gallery-item:hover {
    transform: scale(1.03);
}

.project_galleries .gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.3s ease;
}

.project_galleries .gallery-item:hover img {
    opacity: 0.9;
}



/*............................ projects...........................*/



/*............................ contact us...........................*/
.contact_form_sec {
	padding: 45px 0;
}
.contactform {
	border: 2px solid #f8d254;
	padding: 45px;
	border-radius: 10px;
	position: relative;
	margin-top: 11px;
}
.contactform h2 {
	background: #fff;
	position: absolute;
	top: -19px;
	padding: 0 15px;
}

.contactform .form-group label {
	font-size: 16px;
	margin-bottom: 10px;
}
.contactform .textarea {
 height: 150px;
}
.subbtn   {
	background: #ffef03;
	background: linear-gradient(70deg,rgba(246, 220, 19, 1) 0%, rgba(251, 228, 25, 1) 100%);
	color: #000;
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #ffef03;
}
.subbtn:hover {
	background: #fff;
}
.google_map {
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
}
.google_map iframe {
	width: 100%;
}

/*............................ contact us...........................*/
@media (min-width: 240px) and (max-width: 375px) { 

}


@media (min-width: 240px) and (max-width: 640px) { 
.header .container-fluid {max-width: 95%;}
.logo_div {margin-top: 10px; margin-bottom: 10px;}
.logo {text-align: center;vertical-align: middle;}
.logo img {max-width: 200px;}
.cb_content h2 {font-size: 25px;text-align: center;}
.cb_number {margin-top: 15px;z-index: 0;}
.cb_content h2, .cb_content h3 {
	text-align: center;
}
.cb_content h3 {font-size: 20px;}
.cb_icon {
	font-size: 40px;
}
.cb_details p {font-size: 14px;}
.cb_details .ph_number {font-size: 24px}
.product_section {
	margin-top: 15px;
	width: 100%;
	height: auto;
	background: url('assets/images/half_bg_img.webp') left top no-repeat;
	background-size:cover;
}
.produc_de_info .title_sec, .produc_de_info,.produc_de_info .deaf_cta {
	text-align: center;
}
.produc_de_info {
	padding-bottom: 30px;
}
#our_products .owl-nav .owl-prev,
#our_products .owl-nav .owl-next {
	color: #fff;
}
#client_testimonials .owl-nav,
#client_testimonials .owl-nav.disabled {
	display: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-dots {
	display: block;
}
.f_logo,
.foot_top {display: none;}
.ft_middle {border-top: 0px; padding-top: 0px;}
.copyright,.designed_by {
	text-align: center;
}
.markchem_logo img {
	z-index: -1;left: 26%;
}
.innerpage_banner {opacity: 0.9;}

}

@media (min-width: 641px) and (max-width: 767px) {

.header .container-fluid {max-width: 90%;}
.logo_div {margin-top: 10px; margin-bottom: 10px;}
.logo {text-align: center;vertical-align: middle;}
.logo img {max-width: 250px;}
.cb_content h2 {font-size: 25px;text-align: center;}
.cb_number {margin-top: 15px;z-index: 0;}
.cb_content h2, .cb_content h3 {
	text-align: center;
}
.cb_content h3 {font-size: 20px;}
.cb_icon {
	font-size: 40px;
}
.cb_details p {font-size: 14px;}
.cb_details .ph_number {font-size: 24px}
.product_section {
	margin-top: 15px;
	width: 100%;
	height: auto;
	background: url('assets/images/half_bg_img.webp') left top no-repeat;
	background-size:cover;
}
.produc_de_info .title_sec, .produc_de_info,.produc_de_info .deaf_cta {
	text-align: center;
}
.produc_de_info {
	padding-bottom: 30px;
}
#our_products .owl-nav .owl-prev,
#our_products .owl-nav .owl-next {
	color: #fff;
}
#client_testimonials .owl-nav,
#client_testimonials .owl-nav.disabled {
	display: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-dots {
	display: block;
}

.copyright,.designed_by {
	text-align: center;
}

}
@media (min-width: 768px) and (max-width: 860px) {

.header .container-fluid {max-width: 90%;}
.logo_div {margin-top: 10px; margin-bottom: 10px;}
.logo {text-align: center;vertical-align: middle;}
.logo img {max-width: 250px;}
.cb_content h2 {font-size: 25px;text-align: center;}
.cb_number {margin-top: 15px;z-index: 0;}
.cb_content h2, .cb_content h3 {
	text-align: center;
}
.cb_content h3 {font-size: 20px;}
.cb_icon {
	font-size: 40px;
}
.cb_details p {font-size: 14px;}
.cb_details .ph_number {font-size: 24px}
.product_section {
	margin-top: 15px;
	width: 100%;
	height: auto;
	background: url('assets/images/half_bg_img.webp') left top no-repeat;
	background-size:cover;
}
.produc_de_info .title_sec, .produc_de_info,.produc_de_info .deaf_cta {
	text-align: center;
}
.produc_de_info {
	padding-bottom: 30px;
}
#our_products .owl-nav .owl-prev,
#our_products .owl-nav .owl-next {
	color: #fff;
}
#client_testimonials .owl-nav,
#client_testimonials .owl-nav.disabled {
	display: none;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-dots {
	display: block;
}

.copyright,.designed_by {
	text-align: center;
}

}





@media (min-width: 992px) and (max-width: 1024px) { 
.header .container-fluid {max-width: 98%;}
h1 {font-size: 36px;}
.quote_cta {display: none;}
.markchem_logo img {max-width: 155px; height: auto;}
.htop_slogan {font-size: 15px;}
.main_menu {padding: 10px 15px;}
.main_menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-family: "Raleway", sans-serif;
	font-size: 15px;
	padding: 0 10px;
}
.main_menu ul li:nth-child(5) {display: none !important;}

.cb_number {margin-top: -60px;}
.cb_content h2 {font-size: 30px;}
.cb_content h3 {
	font-size: 20px;
	font-weight: 300;
}
.cb_icon {font-size: 44px;margin-right: 10px;}
.cb_details p {
	font-size: 12px;
}
.cb_details .ph_number {
	font-family: "Oswald", sans-serif;font-size: 20px;font-weight: bold;}
.get_estimate_cta {font-size: 20px}

.testimonials_section,
.clients_section {padding-top: 10px;}
#client_testimonials .owl-nav.disabled {
	display: none;
}
#client_testimonials .owl-dots.disabled {
	display: block; margin-top: 15px;}
.ft_text {font-size: 30px;}
.f_logo span {font-size: 18px;}


}
@media (min-width: 1025px) and (max-width: 1199px) { 
.header .container-fluid {max-width: 98%;}
h1 {font-size: 36px;}
.markchem_logo img {max-width: 155px; height: auto;}
.quote_cta {display: none;}
.htop_slogan {font-size: 15px;}
.main_menu {padding: 10px 15px;}
.main_menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	padding: 0 10px;
}
.main_menu ul li:nth-child(5) {display: none !important;}
.cb_number {margin-top: -60px;}
.cb_content h2 {font-size: 30px;}
.cb_content h3 {
	font-size: 20px;
	font-weight: 300;
}
.cb_icon {font-size: 44px;margin-right: 10px;}
.cb_details p {
	font-size: 12px;
}
.cb_details .ph_number {
	font-family: "Oswald", sans-serif;font-size: 20px;font-weight: bold;}
.get_estimate_cta {font-size: 20px}
.testimonials_section,
.clients_section {padding-top: 10px;}
#client_testimonials .owl-nav.disabled {
	display: none;
}
#client_testimonials .owl-dots.disabled {
	display: block; margin-top: 15px;}
.ft_text {font-size: 30px;}
.f_logo span {font-size: 18px;}


}
@media (min-width: 1200px) and (max-width: 1366px) { 
.htop_slogan {font-size: 15px;}
.quote_cta {display: none;}
.main_menu {border-radius: 0px; z-index: 0;}
.markchem_logo img {max-width: 155px; height: auto; left: -60px; background: #fff;
    padding-left: 14px;
    padding-bottom: 10px;}
.cb_number {margin-top: -60px;}
.cb_content h2 {font-size: 30px;}
.cb_content h3 {
	font-size: 20px;
	font-weight: 300;
}
.cb_icon {font-size: 44px;margin-right: 10px;}
.cb_details p {
	font-size: 12px;
}
.cb_details .ph_number { font-size: 20px;font-weight: bold;}
.get_estimate_cta {font-size: 20px}
}
@media (min-width: 1200px) and (max-width: 1400px) { 
	.header .container-fluid {max-width: 98%;}
.main_menu {padding: 10px 15px;}

.main_menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-family: "Raleway", sans-serif;
	font-size: 16px;
	padding: 0 10px;
}
#client_testimonials .owl-nav .owl-prev {
	left: 0px;
}
#client_testimonials .owl-nav .owl-next {
	right: -30px;
}

}
@media (min-width: 1367px) and (max-width: 1400px) { 

 .quote_cta {display: none;}
.main_menu {border-radius: 0px; z-index: 0; }
.main_menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-family: "Raleway", sans-serif;
	font-size: 17px;
	padding: 0 15px;
}
.markchem_logo img {max-width: 170px; height: auto; left: -60px; background: #fff;
    padding-left: 14px;
    padding-bottom: 5px;}
	.cb_content h3 {
	font-size: 21px;
	font-weight: 300;
}
.cb_icon {font-size: 50px;margin-right: 10px;}
.cb_details p {
	font-size: 14px;
}
.cb_details .ph_number { font-size: 24px;font-weight: bold;}

}


@media (min-width: 1401px) and (max-width: 1500px) { 
.header .container-fluid {max-width: 99%;}
.markchem_logo img {max-width: 120px;top: 28px;}
.main_menu {padding: 15px;}
.main_menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	font-size: 16px;
	padding: 0 12px;
}
#client_testimonials .owl-nav .owl-prev {
	left: 0px;
}
#client_testimonials .owl-nav .owl-next {
	right: -30px;
}

}
@media (min-width: 1501px) and (max-width: 1600px) { 
.header .container-fluid {max-width: 95%;}
.markchem_logo img {max-width: 130px;top: 28px;}
.main_menu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	padding: 0 15px; font-size: 16px;
}
.main_menu {padding: 15px 23px;}
}

