/*!
Theme Name: Pro Dosa
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: pro-dosa
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.

Pro Dosa 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=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

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

@font-face {
	font-family: "Arial";
	src: url("assets/fonts/arial.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Arial bold";
	src: url("assets/fonts/ARIALBD.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Futura Book";
	src: url("assets/fonts/FuturaLT-Book.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	font-family: "Futura Book";
}

body{
	margin: 0 !important;
	font-optical-sizing: auto;
  	font-style: normal;
}

.title{
	font-family: "Futura Book";
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6{
	font-family: "Arial";
	margin: 0;
	color: #DA1010;
	padding-bottom: 20px;
}
.title .top_heading{
	font-family: "Arial";
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #DA1010;
	margin: 0;
}
.title .gen_heading1{
	font-family: "Arial bold";
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	padding-bottom: 10px;
}
.title .gen_heading{
	font-family: "Arial bold";
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
	padding-bottom: 10px;
	color: #DA1010;
}
.title p{
	font-family: "Futura Book";
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color:#000000;
	margin: 0px;
	padding-bottom: 1rem;
}
.title p:last-child{
	padding-bottom: 0 !important;
}
.title ul{
	/* padding: 0; */
	margin: 0;
	list-style: disc;
}
.title ul li{
	font-family: "Futura Book";
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
    color:#000000;
	margin: 0;
	padding-bottom: 6px;
	position: relative;
}
.title ul li:last-child{
	padding-bottom: 1rem;
}
.title a{
	font-family: "Futura Book";
	color: inherit;
	text-decoration: none;
	outline: none;
	transition: all ease 0.5s;
	letter-spacing: inherit;
}
.title a:visited{
	color: inherit;
	text-decoration: none;
	outline: none;
}
.title a:hover{
	color: #DA1010;
}
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
	display:none;
}
.uni_btn{
	position: relative;
	font-family: "Arial";
    font-size: 18px;
	line-height: 18px;
    font-weight: 400;
    border-radius: 0px;
    background: #DA1010;
	border: 1px solid #DA1010;
    color: #ffffff;
	height: 47px;
	min-width: 250px;
    padding: 4px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	gap: 12px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
	margin: 30px auto 0;
 }
.blog_box .content_cont .uni_btn{
	font-size: 15px;
	    max-width: 100%;
    min-width: auto;
}
 .uni_btn:hover{
	color: #000;
	border: 1px solid #000;
 }
 .uni_btn::before{
	content: "";
	position: absolute;
	background: #ffffff;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	transition: all ease 0.5s;
	z-index: -1;
 }
.uni_btn:hover:before{
	height: 100%;
 }
 .uni_btn svg{
	width: 30px;
	height: 30px;
	fill: #FFF;
	transition: all ease 0.5S;
 }	
 .uni_btn:hover svg{
	fill: #000;
 }
 .btn_cont{
	display: inline-flex;
	justify-content: center;
 }
 .img_cont{
	width: 100%;
	height: auto;
	overflow: hidden;
 }
 .img_cont img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.5s;
 }
 .img_cont img:hover{
	transform: scale(1.1);
 }
 .inner_cont{
	max-width: 945px;
	margin: 0 auto;
 }
 .inner_cont1{
	max-width: 822px;
	margin: 0 auto;
 }
 .gen_pad{
	padding: 40px 0px;
 }
 #uni_banner{
	background-image: url('/wp-content/uploads/2025/02/b0568f_bd24be8af4694f4e9c2ab3370b28e48cmv2.avif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
 }
 #uni_banner .uni_shade{
	background: rgba(0, 0, 0, 0.5);
 }
 #uni_banner .solve {
	padding: 90px 0px;
	text-align: center;
	max-width: 850px;
	margin: 0 auto;
 }
 #uni_banner .solve .inner_heading{
	color: #FFF;
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	font-family: "Arial bold";
	padding: 0;
	
 }
 #uni_banner .solve strong{
	color: #FFF;
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	padding: 0;
	font-family: "Arial bold";
	padding: 0;
 }

.error-404.not-found{
	padding: 70px 0px 10px;
}
.error-404.not-found .page-header h1{
	font-size: 36px;
	line-height: 45px;
	color: #DA1010;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Arial";
	text-align: center;
}
.error-404.not-found .uni_btn{
	width: 220px;
	margin-top: 0;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}


/* ----------------------Landing Page------------------- */

.landing_head{
	background: #DA1010;
	padding: 8px 0px;
	font-family: "Arial";
}
.landing_head .orignal{
	text-align:  center;
}
#landing_banner{
	padding: 60px 0px;
/* 	background: #E01B22; */
}
#landing_banner .inner{
	max-width: 1255px;
	margin: 0 auto;
}
#landing_banner .landing_left{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
#landing_banner .top_heading{
	color: #E01B22;
	font-size: 17px;
	line-height: 21px;
	padding-bottom: 4px;
}
#landing_banner .landing_main_heading{
	font-family: "Arial bold";
	color: #E01B22;
	font-size: 71px;
	line-height: 78px;
	font-weight: 700;
	font-style: italic;
	padding-bottom: 0px;
}
#landing_banner .sub_head{
	font-family: "Arial";
	color: #E01B22;
	font-size: 27px;
	font-weight: 400;
	font-style: italic;
}
.languages{
	font-family: "Arial";
	padding: 45px 0px;
}
.languages .upper_content{
	padding-bottom: 16px;
	margin: 0 auto;
	text-align: center;
}
.languages .lang_main{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: flex-start;
	justify-content: center;
	text-align: center;
}
.lang_main a{
	text-decoration: none;
}
.lang_main .sites_box{
	transition: all ease 0.5s;
	margin-bottom: 15px;
}
.lang_main .sites_box .flag_cont{
	overflow: hidden;
	width: 246px;
	height: 178px;
	margin-bottom: 21px;
	position: relative;
}
.lang_main .sites_box .flag_cont img{
	width: 100%;
	height: 100%;
}
.lang_main .sites_box .flag_cont::before{
	content: "";
	background: rgba(255, 229, 0, 0.82);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: all ease 0.5s;
	opacity: 0;
}
.lang_main .sites_box:hover .flag_cont::before{
	opacity: 1;
}
.lang_main .sites_box .flag_cont::after{
	content: url('/wp-content/uploads/2025/03/arrow_go.png');
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	transition: all ease 0.5s;
	opacity: 0;
}
.lang_main .sites_box:hover .flag_cont::after{
	opacity: 1;
}
.lang_main .sites_box .lang_name{
	color: #000000;
	font-size: 25px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
	padding-bottom: 30px;
	transition: all ease 0.5s;
}
.lang_main .sites_box:hover .lang_name{
	color: #DA1010;
}
.lang_main .sites_box .site_btn{
	margin: 0 auto;
	padding: 10px 56px;
	background: #DA1010;
	border: 1px solid #DA1010;
	letter-spacing: 1px;
	font-size: 18px;
	color: #FFF;
	font-weight: 700;
	line-height: 22px;
	text-transform: capitalize;
	transition: all ease 0.5s;
}
.lang_main .sites_box:hover .site_btn{
	background: transparent;
	color: #DA1010;
}
.landing_foot{
	padding: 20px;
	background: #000;
	color: #FFF;
}
.landing_foot .trade{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
}
.landing_foot .trade p{
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	margin: 0;	
}
.landing_foot .landing_social{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}
.landing_foot .landing_social img{
	width: 24px;
}

@media only screen and (max-width: 991px){
	#landing_banner .landing_main_heading {
		font-size: 40px;
		line-height: 48px; 
	}
	#landing_banner .sub_head {
		color: #FFF;
		font-size: 17px; 
	}
	.lang_main .sites_box .flag_cont {
    	margin-bottom: 15px; 
	}
	.lang_main .sites_box .lang_name {
		font-size: 24px;
		line-height: 28px; 
	}
}

@media only screen and (max-width: 767px){
	#landing_banner {
    	padding: 40px 0px 25px; 
	}
	.landing_head {
    	padding: 4px 0px; 
	}
	.landing_head .orignal {
    	max-width: 80%;
    	margin: 0 auto;
	}
	#landing_banner .landing_right {
    	width: 80%;
    	margin: 0 auto;
	}
	#landing_banner .top_heading {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 0px;
	}
	#landing_banner .landing_main_heading {
        font-size: 36px;
        line-height: 42px;
    }
	#landing_banner .landing_left{
		padding-bottom: 20px;
		text-align: center;
	}
	.languages {
    	padding: 40px 0px;
	}
	.lang_main .sites_box .lang_name {
        font-size: 20px;
        line-height: 25px;
        padding-bottom: 20px;
    }
	.lang_main .sites_box .site_btn {
		padding: 10px 35px;
		font-size: 16px;
		font-weight: 500; 
	}
	.lang_main .sites_box .flag_cont {
        margin-bottom: 10px;
    }
	.lang_main .sites_box {
    	margin-bottom: 40px;
	}
	.landing_foot .trade{
    	justify-content: center;
	}
}

/* -------------------Header------------------ */

#masthead{
	padding: 22px 0px 50px 0px;
	background: #DA1010;
	width: 100%;
	transition:  all ease 0.5s;
	z-index: 9999999;
	position: fixed;
	top: 0;
	left: 0;
}
#masthead .head_main{
	align-items: center;
}
#masthead .site_logo{
	width: 77%;
}
.head_menu{
	width: 100%;
}
#yellow-bar{
	background: RGB(255, 229, 0,1);
	height: 188px;
}

.sticky #masthead {
    padding: 12px 0px;
}

/* -------------------Mega Menu-------------------- */

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	vertical-align: sub;
	font-size: 14px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin: 0 0 0 2px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	/* transition: all ease 0.3s; */
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	transition: all ease 0.5s;
	position: relative;
	margin: 0px 10px 0px 10px;
	font-family: "Oswald", serif;
	font-weight: 500 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
	font-family: "Oswald", serif;
}
#mega-menu-wrap-menu-1 ul.mega-sub-menu{
	margin-top: 10px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	transition: all ease 0.5s;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-no_visible{
	display: none;
}

/* ----------------Footer-------------------- */

#foot_sec{
	background-color: #000000;
	padding: 30px 0px 16px;
}
#foot_sec .foot_colms .foot_heading{
	font-family: "Arial bold";
	font-size: 22px;
	line-height: 26px;
	color: #FFF;
	font-weight: 700;
	padding-bottom: 22px;
	letter-spacing: 5.5px;
}
#foot_sec .foot_colms .foot_gen{
	max-width: 325px;
}
#foot_sec .foot_colms .foot_gen p{
	font-family: "Futura Book";
	font-size: 20px;
	line-height: 26px;
	color: #FFF;
	font-weight: 400;
	text-align: justify;
	transition: all ease 0.5s;
}
#foot_sec .foot_colms .ryan{
	padding-bottom: 24px !important;
}
#foot_sec .foot_colms .loc_cont{
	transition: all ease 0.5s;
    border-radius: 7px;
    background: #EFEFF3;
	width: 45px;
	height: 45px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}
#foot_sec .foot_colms .loc_cont svg{
	width: 26px;
	height: 26px;
}
#foot_sec .foot_colms .loc_cont svg path{
	fill: #DA1010;
	transition: all ease 0.5s;
}
#foot_sec .foot_colms .loc_cont:hover svg path{
	fill: #FFE500;
}
#foot_sec .foot_colms .loc_cont:hover {
	background: #DA1010;
}
#foot_sec .foot_colms a p:hover{
	color: #DA1010;
}
#foot_sec .foot_bottom{
	padding-top: 80px;
	text-align: center;
}
#foot_sec .foot_bottom .social{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding-bottom: 11px;
}
#foot_sec .foot_bottom .social img{
	width: 22px;
	max-height: 22px;
}
#foot_sec .foot_bottom p{
	font-family: "Futura Book";
	font-size: 14px;
	line-height: 18px;
	color: #FFF;
	font-weight: 400;
	letter-spacing: 0.8px;
}

/* ----------------------Home Page------------------ */

.banner{
	background: #DA1010;
	padding: 30px 0px;
	/* background-image: url('/wp-content/uploads/2025/02/banner-bg.avif');
	background-repeat: no-repeat;
	background-size: 60% 100%;
	background-position: 0 center; */
	position: relative;
	margin-bottom: 7px;
}
/* .banner .banner_inner{
	position: relative;
	z-index: 2;
} */
.banner .bnner_bg {
	position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    width: 65%;
}
.banner .race{
	padding: 110px 0px 150px 120px;
	position: relative; 
	z-index: 2;
}
.banner .race .top_heading{
	color: #FFE500;
}
.banner .race .main_heading h6,
.banner .race .main_heading h1{
	font-size: 80px;
	line-height: 85px;
	color: #FFF;
	font-weight: 700;
	padding-bottom: 5px;
	font-family: "Arial bold";
	font-style: italic;
}
.banner .race .main_heading h6 span,
.banner .race .main_heading h1 span,
.banner .race .main_heading h6 em,
.banner .race .main_heading h1 em{
	color: #DA1010;
}
.banner .race .sub_head{
	font-size: 31px;
	line-height: 35px;
	color: #FFF;
	font-weight: 400;
	font-family: "Arial";
	font-style: italic;
	padding: 0;
}
.banner .perform img{
	position: absolute;
    z-index: 3;
    width: 550px;
    left:  63%;
}
.yellow_banner{
	padding: 5px 0px 6px 0px;
	background: #FFE500;
}
.yellow_banner .recover{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 140px;
}
.yellow_banner .recover .in_bar{
	font-size: 32px;
	line-height: normal;
	color: #110F0F;
	font-weight: 700;
	font-family: "Oswald", serif;
	padding: 0;	
}
.red_banner{
	background: #DA1010;
	height: 40px;
}
.home_sec1{
	padding: 60px 0px 100px;
}
.home_sec1 .content_wrep p{
	text-align: justify;
}
.home_sec1 .content_wrep p.red_para{
	text-transform: uppercase;
	color: #DA1010;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	font-family: "Arial bold";
	text-align: center;
	max-width: 688px;
	margin: 0 auto;
	padding-top: 10px;
}
.botom_full{
	padding-top: 24px;
}
.home_sec2{
	padding: 40px 0px;
}
.home_sec2 .black_cont{
	border-radius: 10px 10px 0px 0px;
	border-bottom: 12px solid #DA1010;
	background: #000000;
	padding: 40px 34px 14px;
	position: relative;
}
.home_sec2 .black_cont .gen_heading1{
	color: #FFF;
	font-weight: 400;
	font-family: "Arial";
	padding-bottom: 8px;
}
.home_sec2 .black_cont .video_subheading{
	color: #FFF;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	font-family: "Arial";
	padding-bottom: 22px;
}
.home_sec2 .black_cont .video_cont{
	width: 100%;
	height: 270px;
	overflow: hidden;
	position: relative;
}
.home_sec2 .black_cont .video_cont video{
	width: 100%;
	height: 100%;
}
.home_sec2 .black_cont .video_cont svg{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%,-50%);
	z-index: 1;
	pointer-events: none;
}
.video-player{
	position: relative;
}
.home_sec2 .black_cont .image_overly img{
	position: absolute;
	left: -10px;
    top: -22px;
    width: 290px;
}
.home_sec2 .sec2_btm_contnt{
	padding-top: 55px;
}
.home_sec3{
	padding: 30px 0px 60px;
}
.home_sec3 .most{
	text-align: center;
}
.home_sec3 .most .gen_heading{
	padding-bottom: 30px;
}
.home_sec3 .most .slide_box{
	max-width: 918px;
	height: 630px;
	overflow: hidden;
	margin: 0 auto;
}
.home_sec3 .most .slide_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}
#home_slider1 .owl-nav{
	margin: 0;
}
#home_slider1 .owl-nav button.owl-prev{
	position: absolute;
	transform: translate(-50%,-50%);
	left: 35px;
	top: 45%;
	background: #000000;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home_slider1 .owl-nav button.owl-next{
	position: absolute;
	transform: translate(-50%,-50%);
	right: 5px;
	top: 45%;
	background: #000000;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#home_slider1 .owl-nav button span{
	font-size: 30px;
	color: #FFF;
	margin-bottom: 4px;
}
.home_sec4{
	padding: 40px 0px;
}
.home_sec4 .nitrients_box{
	text-align: center;
}
.home_sec4 .gen_heading{
	max-width: 355px;
	margin: 0 auto;
}
.home_sec4 .nitrients_box .img_cont{
	height: 450px;
}
.home_sec4 .nitrients_box .img_cont img{
	object-fit: contain;
}
.health{
	text-align: center;
}
.health .twenty{
	color: #DA1010;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: "Arial";
	padding-bottom: 33px;
}
.interview .gen_black{
	border-bottom: 7px solid #DA1010;
	border-radius: 10px 10px 0px 0px;
	height: 100%;
}
.interview .gen_heading{
	color: #FFF;
	padding-bottom: 5px;
}
.title .gen_black{
	width: 100%;
	min-height: 355px;
	padding: 30px 20px;
	background: #000000;
	color: #FFF;
}
.title .vdeo_heading{
	color: #DA1010;
	font-size: 23px;
	line-height: 27px;
	font-weight: 700;
	font-family: "Arial bold";
	padding-bottom: 5px;
}
.title .vdeo_subheading{
	color: #FFF;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	font-family: "Arial";
	padding-bottom: 10px;
}
.title .gen_video_cont{
	width: 100%;
	height: 230px;
	overflow: hidden;
	position: relative;
}
.title .gen_video_cont video{
	width: 100%;
	height: 100%;
}
.title .gen_video_cont svg{
	width: 45px;
	height: 45px;
	position: absolute;
	transform: translate(-50%,-50%);
	top: 46%;
	left: 50%;
	pointer-events: none;
	visibility: hidden;
}
.interview2{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.talking{
	padding-bottom: 30px;
}
.talking .gen_heading{
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	font-family: "Arial";
	padding-bottom: 26px;
	text-align: center;
}
.custm_all h1,
.custm_all h2,
.custm_all h3,
.custm_all h4,
.custm_all h5,
.custm_all h6{
	color: #000000;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	font-family: "Arial";
	padding-bottom: 22px;
}
.custm_all p{
	text-align: justify;
}
.home_sec6 .whole_wrap{
	padding: 30px 0px;
	    max-width: 945px;
    margin: 0 auto;
}
.home_sec6 .left_info {
	padding-bottom: 18px;
}
.home_sec6 .gen_black {
	margin-bottom: 18px;
}
.color_bar{
	background: #FFE500;
	height: 62px;
}
.color_bar1{
	background: #DA1010;
	height: 40px;
}

/*-----------------About Page---------------*/

.home_sec1.abt_sec1{
	padding-bottom: 40px;
}
.home_sec1.abt_sec1 .content_wrep.content_7{
	padding-right: 20px;
}
.abt_sec2.title .gen_black{
	width: 100%;
    height: 398px;
    padding: 20px 20px;
    background: #000000;
    color: #FFF;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 8px solid #DA1010;
	text-align: center;
}
.abt_sec2.title .gen_video_cont {
    height: 272px;
}
.abt_sec2.title .gen_heading {
    font-size: 25px;
    line-height: 30px; 
	color: #FFF;
}
.abt_sec2 .left_wrep{
	display: flex;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}
.abt_sec2 .abt2_botom{
	padding-top: 60px;
	text-align: center;
}
.abt_sec2 .abt2_botom .img_cont{
	text-align:left;
}
.abt_sec3 .produce .content_wrep p{
	text-align: justify;
}
.abt_sec3 .produce .gen_heading {
    font-size: 32px;
    line-height: 39px;
    font-weight: 400;
    font-family: "Arial";
    padding-bottom: 26px;
	padding-top: 0;
    text-align: center;
}
.abt_sec3 .produce h1,
.abt_sec3 .produce h2,
.abt_sec3 .produce h3,
.abt_sec3 .produce h4,
.abt_sec3 .produce h5,
.abt_sec3 .produce h6{
	color: #DA1010;
	text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Arial";
    padding-bottom: 16px;
	padding-top: 12px;
}

/* -------------------Quality Page------------- */

.abt_sec2.quality_test .abt2_botom{
	padding: 0px 0px 60px;
	max-width: 730px;
	margin: 0 auto;
}
.abt_sec2.title.quality_test .gen_black {
	text-align: left;
	height: 355px;
}
.abt_sec2.title.quality_test .gen_heading {
    font-size: 22px;
    line-height: 26px;
}
.abt_sec2.title.quality_test .gen_video_cont {
    height: 235px;
}
.abt_sec2.title.quality_test .horse_image{
	max-width: 210px;
	margin: 35px auto 0;
}
.home_sec1.title.test_sec .date{
	font-size: 20px;
	font-weight: 400;
	color: #000000;
}
.home_sec1.title.test_sec .test_wreo{
	max-width: 455px;
}
.for_centre{
	text-align: center;
}

/* ----------------------Testimonials Page---------------------- */

.testi_sec1{
	padding-top: 60px;
}
.testi_gen .wrapp_1{
	padding-left: 15px;
}
.testi_gen .wrapp_2{
	padding-right: 15px;
}
.testi_gen .content_wrep{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.testi_gen .upper{
	text-align: center;
	padding-bottom: 15px;
}
.inner_testi{
	padding-top: 44px;
}
.inner_testi .img_cont_testi img{
	height: 360px;
}
.inner_testi .gen_video_cont{
	background: #000;
	padding: 0;
	overflow: hidden;
	height: 360px;
	width: 100%;
}
.testi_bg{
	background: #FAFAFA;
	padding: 60px 0px;
}
.testi_gen .wrapp_3{
	padding-top: 26px;
}
.testi_section2 .white_box{
	background: #FFF;
	padding: 30px 40px;
	border: 1px solid #DADADA;
	border-radius: 12px;
	min-height: 365px;
	margin-bottom: 28px;
}
.testi_section2 .white_box h2,
.testi_section2 .white_box h6,
.testi_section2 .white_box h3,
.testi_section2 .white_box h4,
.testi_section2 .white_box h5{
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 18px;
}
.testi_section2 .white_box a{
	text-decoration: underline;
}
.testi_section2 .white_box.box_full{
	min-height: unset;
}
.testi_gen .white_box.inner_cont{
	background: #FFF;
	padding: 30px 40px;
	border: 1px solid #DADADA;
	border-radius: 12px;
	min-height: 365px;
	margin-bottom: 28px;
	max-width: 1025px;
}
.testi_gen{
	background: #FAFAFA;
}
.testi_gen.gen_pad{
	padding: 10px 0px;
}
.testi_sec1.testi_gen.gen_pad{
	padding-top: 60px;
}
.inner_cont.energy{
	max-width: 1025px;
}

/* -------------------Other Info---------------- */

.reading_labels{
	padding: 60px 0px 0px;
}
.reading_labels .upper{
	text-align: center;
	padding-bottom: 15px;
}
.blog_box{
	border: 1px solid #bfbfbf;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 28px;
}
.blog_box .img_cont{
	height: 135px;
}
.blog_box .content_cont{
	padding: 18px 15px;
} 
.blog_box .content_cont .blog_title{
	color: #000;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	min-height: 120px;
	padding-bottom: 0;
}
.blog_box .content_cont .uni_btn{
	width: 100%;
	height: 39px;
}
.blog_box .content_cont .uni_btn2{
	margin: 10px auto 0;
	background: #FFE500;
	border: 1px solid #FFE500;
	color: #000;
}
.video_box{
	margin: 30px 0px;
	width: 100%;
}
.video_box .top_head{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding-bottom: 3px;
}
.video_box .twenty{
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	padding-bottom: 10px;
	min-height: 65px;
}
.video_box .hills{
	font-size: 15px;
	line-height: 19px;
	font-weight: 700;
	padding-bottom: 0px;
	min-height: 37px;
	color: #000;
}
.video_box .gen_video_cont{
	width: 100%;
	height: 360px;
	overflow: hidden;
	margin-top: 18px;
}
.video_box .gen_video_cont video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.labels_below{
	padding: 30px 0px;
}
.labels_below .row{
	justify-content: center;
}


/* ----------------------Single Page---------------- */

.blogs_inner{
	padding: 60px 0px;
}

.blogs_inner .read h1{
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	font-family: "Arial bold";
}
.blogs_inner .read h2{
	font-size: 26px;
	line-height: 30px;
	font-family: "Arial bold";
}
.blogs_inner .read h3{
	font-size: 23px;
	line-height: 27px;
	font-family: "Arial bold";
}
.blogs_inner .read h4,
.blogs_inner .read h5,
.blogs_inner .read h6{
	font-size: 20px;
	line-height: 24px;
	font-family: "Arial bold";
}

/* -----------------------Regions----------------- */

.stores {
	padding: 60px 0px;
}
.stores .grey_box{
	background: #FAFAFA;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 50px 25px;
	position: relative;
}
.stores .logo_wrep{
	padding: 10px;
	overflow: hidden;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 205px;
	height: 205px;
}
.stores .logo_wrep img{
	width: 100%;
	object-fit: contain;
}
.stores .company_info{
	padding-left: 10px;
}
.stores .company_info .store_name{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #DA1010;
}
.stores .company_info .uni_btn{
	width: 160px;
	height: 42px;
}
.stores .country_info{
	display: flex;
	gap: 8px;
	position: absolute;
	top: 20px;
    right: 37px;
}
.stores .country_info .country_name{
	font-weight: 700;
	padding-top: 5px;
	text-transform: capitalize;
}
.stores .country_info .flag_img{
	width: 120px;
	height: 80px;
	overflow: hidden;
}
.stores .country_info .flag_img svg,
.stores .country_info .flag_img img{
	width: 120px;
	height: 80px;
}
.btn.loadMoreBtn {
	position: relative;
	font-family: "Arial";
    font-size: 18px;
	line-height: 18px;
    font-weight: 400;
    border-radius: 0px;
    background: #DA1010;
	border: 1px solid #DA1010;
    color: #ffffff;
	height: 47px;
	width: 220px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 12px;
    text-transform: uppercase;
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
	margin: 30px auto 0;
}
.btn.loadMoreBtn:hover{
	color: #000;
	border: 1px solid #000;
 }
 .btn.loadMoreBtn::before{
	content: "";
	position: absolute;
	background: #ffffff;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	transition: all ease 0.5s;
	z-index: -1;
 }
 .btn.loadMoreBtn:hover:before{
	height: 100%;
 }

 /* -----------------------------Responsiveness------------------------ */

 @media only screen and (max-width: 1399px){
	.banner {
		overflow: hidden;
	}	 
 }

 @media only screen and (max-width: 1299px){
	.banner .perform img {
		position: unset;
	}	 
 }
 /* -------------------------- */
 @media only screen and (max-width: 1199px){
	#yellow-bar {
		height: 135px;
	}
	.banner .race {
		padding: 80px 0px 46px 0px;
	}
	.banner .race .main_heading h6, .banner .race .main_heading h1 {
		font-size: 60px;
		line-height: 65px; 
	}
	.yellow_banner .recover {
		gap: 30px;
	}
	.testi_gen .wrapp_1 {
		padding-left: 0px;
	}
	.testi_gen .wrapp_2 {
		padding-right: 0px;
	}
 }
 /* -------------------------- */
 @media only screen and (max-width: 991px){
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		margin: 0px 0px 12px 0px;
		font-weight: 400 !important;
	}
	#masthead {
		padding: 12px 0px; 
		position: unset;
	}
	#yellow-bar {
        height: 14px;
    }
	.banner .race {
        padding: 55px 0px 110px 0px;
    }
	.banner .perform img {
        width: 100%;
    }
	.banner .bnner_bg {
		height: 34%;
		width: 100%;
		object-fit: cover;
	}	
	 .home_sec1.abt_sec1 .content_wrep.content_7{
		padding-right: 0px;
	}
	.yellow_banner .recover .in_bar {
		font-size: 18px; 
		font-weight: 500;
	}
	.yellow_banner .recover {
        gap: 20px;
    }
	.red_banner {
		display: none;
	}
	.banner {
		margin-bottom: 0px;
	}
	.home_sec1 {
		padding: 50px 0px 0px;
	}
	.home_sec1 .content_wrep{
		margin-bottom: 25px;
	}
	.home_sec1 .content_wrep.botom_full{
		margin-bottom: 0;
	}
	.home_sec2 .black_cont .image_overly img {
		left: -2px;
		top: unset;
		width: 70px;
		bottom: -3px;
	}
	.home_sec2 .sec2_btm_contnt {
		padding-top: 30px;
	}
	.home_sec3 {
		padding: 15px 0px 15px;
	}
	.home_sec3 .most .slide_box {
		height: 350px; 
	}
	.home_sec4 .nitrients_box {
		margin-bottom: 30px; 
	}
	.home_sec4 {
		padding: 40px 0px 0px;
	}
	.gen_pad {
		padding: 22px 0px;
	}
	.interview2 .img_cont{
		margin-top: 25px;
	 }
	 .home_sec6 .whole_wrap {
		padding: 15px 0px;
	}
	.custm_all h1, .custm_all h2, .custm_all h3, .custm_all h4, .custm_all h5, .custm_all h6 {
		padding-bottom: 16px;
	}
	.foot_colms {
		padding-top: 30px;
	}
	#foot_sec .foot_colms .foot_gen {
		max-width: unset;
	}
	.color_bar {
		height: 10px;
	}
	.color_bar1 {
		height: 30px;
	}
	#uni_banner .solve .inner_heading {
		font-size: 28px;
		line-height: 33px; 
	}
	#uni_banner .solve {
		padding: 70px 0px; 
	}
	.abt_sec2  .left_wrep .img_cont{
		margin-top: 25px;
	}
	.abt_sec2.title.quality_test .gen_black {
		margin-bottom: 25px;
	}
	.home_sec1.title.test_sec .test_wreo {
		max-width: unset;
	}
	.title .gen_heading1 {
		font-size: 22px;
		line-height: 26px; 
	}
	.title .top_heading {
		font-size: 18px;
		line-height: 22px; 
	}
	.blog_box .content_cont .blog_title {
		min-height: unset;
	}
	.testi_gen  .img_cont{
		margin-bottom: 25px;
	}
	.testi_gen .upper {
		text-align: left; 
	}
	.testi_gen .wrapp_2 {
        padding-bottom: 25px;
    }
	.testi_section2 .white_box h2, .testi_section2 .white_box h6, .testi_section2 .white_box h3, .testi_section2 .white_box h4, .testi_section2 .white_box h5 {
		text-align: left; 
	}
	.testi_section2 .white_box {
		padding: 30px 15px;
		min-height: unset;
	}
	.video_box {
		margin: 0px 0px 40px; 
	}
	.video_box .hills {
		min-height: unset;
		font-weight: 500; 
	}
	.stores {
		padding: 50px 0px;
	}
	.stores .logo_wrep {
		margin-bottom: 30px; 
	}
	.stores .company_info .store_name {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 10px; 
	}

	}

/* -------------------------- */
@media only screen and (max-width: 767px){
	.container {
    padding-right: var(--bs-gutter-x, 1.6rem) !important;
    padding-left: var(--bs-gutter-x, 1.6rem) !important; 
	}
	.banner .race .top_heading {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 0;
	}
	.banner .race .main_heading h6, .banner .race .main_heading h1 {
        font-size: 34px;
        line-height: 40px;
    }
	.banner .race .sub_head {
		font-size: 22px;
		line-height: 26px; 
	}
	.banner .race {
        padding: 35px 0px 70px 0px;
    }
	.banner .perform img {
        width: 80%;
    }
	.banner .bnner_bg {
        height: 40%; 
	}
	.yellow_banner .recover {
        gap: 16px;
    }
	.yellow_banner .recover .in_bar {
        font-size: 17px;
    }
	.home_sec1 {
        padding: 40px 0px 0px;
    }
	.yellow_banner {
		padding: 12px 0px; 
	}
	.home_sec2 .black_cont {
		padding: 30px 15px 14px; 
	}
	.home_sec2 .black_cont .image_overly img {
        left: -2px;
        top: unset;
        width: 34px;
        bottom: 0px;
        z-index: 1;
    }
	.home_sec2 {
		padding: 40px 0px 10px;
	}
	.home_sec3 .most .gen_heading {
		padding-bottom: 18px;
		font-size: 24px;
		text-align: left;
		line-height: 28px;
	}
	.home_sec3 .most .slide_box {
        height: auto;
    }
	#home_slider1 .owl-nav button.owl-prev {
		left: 16px;
		top: 50%; 
	}
	#home_slider1 .owl-nav button.owl-next {
		right: -14px;
		top: 50%; 
	}
	.home_sec4 .nitrients_box .img_cont {
		height: auto;
	}
	.home_sec4 .gen_heading {
		font-size: 24px;
		line-height: 28px;
	}
	.health .twenty {
		font-size: 24px;
		line-height: 28px;
		text-align: left;
		padding-bottom: 20px;
	}
	.title .gen_black {
		text-align: center; 
		padding: 20px 14px; 
	}
	.title .gen_heading {
		font-size: 20px;
		line-height: 24px; 
	}
	.talking .gen_heading {
		font-size: 24px;
		line-height: 28px;
		text-align: left;
	}
	.whole_wrap .row{
		padding: 0px 12px;
	}
	#foot_sec .foot_colms .foot_heading {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 10px; 
	}
	#foot_sec .foot_colms .foot_gen p {
		font-size: 18px;
		line-height: 26px; 
	}
	.foot_colms {
        padding-top: 35px;
    }
	#foot_sec .foot_bottom {
		padding-top: 45px;
		text-align: left;
	}
	#foot_sec .foot_bottom .social {
		justify-content: flex-start; 
	}
	#uni_banner .solve .inner_heading {
        font-size: 23px;
        line-height: 28px;
        font-weight: 500;
    }
	.home_sec1.abt_sec1 {
		padding-bottom: 15px;
	}
	.home_sec1 .content_wrep p.red_para {
		text-align: left;
		font-weight: 400;
	}
	.abt_sec2.title .gen_heading {
		font-size: 20px;
		line-height: 24px; 
	}
	.abt_sec2.title .gen_black {
		width: 100%;
		min-height: 398px; 
		height: unset;
	}
	.abt_sec3 .produce .gen_heading {
		font-size: 28px;
		line-height: 34px;
		text-align: left; 
	}
	.abt_sec3 .produce h1, .abt_sec3 .produce h2, .abt_sec3 .produce h3, .abt_sec3 .produce h4, .abt_sec3 .produce h5, .abt_sec3 .produce h6 {
		text-align: left;
	}
	.abt_sec2.title.quality_test .gen_black {
        margin-bottom: 25px;
        text-align: center;
		min-height: 380px;
    }
	.abt_sec2.title.quality_test .gen_heading {
		font-size: 19px;
		line-height: 22px;
	}
	.stores .logo_wrep {
        margin-bottom: 140px;
        width: 260px;
        height: 260px;
    }
	.stores .country_info {
		flex-direction: column;
		gap: 4px;
		top: 290px;
		right: unset;
	}
	.stores .country_info .country_name {
		padding-top: 0px;
		padding-bottom: 0px; 
	}
	.stores .company_info {
		padding-left: 0px;
	}
	.stores .grey_box {
		padding: 30px 20px; 
	}
	.testi_gen .white_box.inner_cont {
		padding: 30px 15px;
	}
}

.filter-container {
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
	padding-bottom: 30px;
}
.filter-group {
    display: flex;
    flex-direction: column;
}
.filter-label {
	font-family: "Arial bold";
    font-size: 16px;
    font-weight: 700;
    color: RGB(218, 16, 16);
    margin-bottom: 6px;
}
.filter-dropdown {
    width: 300px;
    padding: 8px 10px;
	text-transform: capitalize;
    border: 1px solid #000000;
    border-radius: 5px;
    appearance: none;
    background: #FFF;
    cursor: pointer;
}
.filter-dropdown option{
   text-transform: uppercase;
   box-shadow: none;
	font-size: 14px;
}
.select_wrapper select{
	 appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select_wrapper{
	position: relative;
}
.select_wrapper:before{
	content: url('/wp-content/uploads/2025/03/down-arrow-1.png');
	position: absolute;
    right: 6px;
    top: 8px;
}
#yellow-bar.only_mobile{
	display: none;
}
.quality_test .lettr_content{
	text-align: justify;
	max-width: 661px;
    margin: 0 auto;
}
.float_btn {
    display: flex;
    align-items: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: fixed;
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    right: -51px;
    z-index: 99;
}
.float_btn .float_text {
    background: #DA1010;
    height: 42px;
    min-width: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    color: #FFF;
	border: 2px solid #FFE500;
}

@media only screen and (max-width: 767px){
	.filter-dropdown option{
		text-transform: capitalize;
	 }
	#yellow-bar.only_mobile{
		display: block;
	}
	.float_btn{
		right: -48px;
	}
	.float_btn .float_text{
		height: 38px;
		min-width: 135px;
		font-size: 13px;
		line-height: 13px;
		border: 1px solid #FFE500;
	}
}