 /*!
Theme Name: cde
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: cde
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.

cde 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;font-family: "Titillium Web", serif;
}

/**
 * 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;font-family: "Titillium Web", serif;
}

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%;background: #000000;
}

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

.main-navigation ul ul {
	box-shadow:none;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;background: #0D2662;padding: 15px 15px 15px 25px;display: flex;
    flex-wrap: wrap;
    width: 785px; 
    background: #0D2662;
    
}



.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 li {
    flex: 1 1 calc(33.33% - 10px); 
    margin: 5px; 
}

.main-navigation ul ul a {
	width:auto;font-size: 16px;color: #fff;padding: 5px 5px;text-transform: capitalize;font-weight: 400;
}






.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;color: #fff;padding: 14px 5px;font-size: 18px;font-weight: 600;text-transform: uppercase;
}


.main-navigation a:hover{color: #FFCF3B;}
.main-navigation ul .current-menu-item > a {color: #FFCF3B;}

.main-navigation ul .menu-item-has-children > a:after{
   font-family: "Font Awesome 6 Free";
   content: "\f107";
   display: inline-block;
   padding-left: 7px;
   vertical-align: middle;
   font-weight: 900;margin-top: -2px;
}



/* 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;justify-content: space-between;
	}
}

.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;
}



p:empty{display: none;}




/*************************custom css************************************************************/

:root {
	--primary-font: "Titillium Web", serif;
	--secondary-font:  "Teko", serif;
	--primary-color: #000000;
	--background-color:#0D2662;
	--background-secondary-color:#131212;
	--secondary-color: #ffffff;
	--accent-color: #FFCF3B;
	--text-color-1: #002C42;
}


.container{max-width: 1600px;width: 90%;}

.home-banner{position: relative;}
.banner-content{position: absolute;top: 50%;transform: translateY(-50%);left: auto;color: #fff;max-width: 810px;}
.banner-content p{font-size: 22px;font-weight: 600;color: #fff;margin: 0px 0 10px;letter-spacing: 1px;}
.banner-content h3{line-height: 1; font-size: 55px;font-weight: 600;color: #fff;margin: 0px 0 20px;letter-spacing: 1.5px;font-family: "Teko", serif;text-transform: uppercase;}
.banner-content ul{list-style: none;margin: 0px 0 25px;padding: 0px;}
.banner-content ul li{font-size: 18px;font-weight: 600;margin-bottom: 10px;padding-left: 30px;color: #fff;}
.banner-content ul li:before{content: " ";background: url(images/star.png) no-repeat;background-size: contain;width: 22px;height: 22px;display: inline-block;margin-left: -30px;margin-right: 10px;vertical-align: middle;}

.banner-content a{outline: none; background: #050505;color: #fff;font-size: 17px;display: inline-block;padding: 10px 25px;border: 2px solid #FFCF3B;border-radius: 5px;text-decoration: none;position: relative;border-right: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;}
.banner-content a:after{outline: none; content: " ";background: url(images/arrow.png) no-repeat;background-size: contain;width: 44px;height: 50px;display: inline-block;position: absolute;top: -2px;left: 100%;}


.banner-content a:hover{color: #FFCF3B;}

.icon-destop-viee {
    background: #FFCF3B;
}

.strip-flx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
}


.strip-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 32.5%;
    margin: 7px 0;
}


.strip-block strong {
    font-size: 18px;
    color: #000;
    padding: 0 0 0 15px;
    font-weight: 600;
    
}


.trusted_section{margin-top: 65px;}

.trusted_section h3{font-size: 25px;font-weight: 700;color: #000;margin: 0 0 30px;}

.trusted_section .company{border: 1px solid #f2f2f2;padding: 10px;border-radius: 3px;}

.trusted_section .owl-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
#key-slider img{width: auto;}
.trusted_section .owl-carousel .owl-nav button.owl-prev span{color: #fff !important;width: 30px;height: 30px;background: #202020 !important;font-size: 25px;display: inline-block;line-height: 1;margin-left: -11px;}
.trusted_section .owl-carousel .owl-nav button.owl-next span{color: #fff !important;width: 30px;height: 30px;background: #202020 !important;font-size: 25px;display: inline-block;line-height: 1;}

button:focus{outline: none !important;}

.footer-section{background: #131212;color: #fff;padding: 70px 0 0px;margin-top: 80px;}

.page {margin: 0em;}
.category-wraper img {border-radius: 5px;object-fit: cover;height: 280px;width: 100%;}

.copy-right{border-top: 1px solid #3f3f3f;padding: 20px 0px;margin-top: 50px;}
.owter-wraper-footer{display: flex;justify-content: space-between;gap: 25px;}
.owter-wraper-footer p{margin: 0px;color: #fff;font-weight: 600;color: #fff;}
.owter-wraper-footer a{color: #FFCF3B}

.footer-section ul{list-style: none;margin: 0px;padding: 0px;column-count: 2;}
.footer-section ul li{margin-bottom: 10px;}
.footer-section ul li a{color: #fff;text-decoration: none;display: block;padding: 1px 0px;}

.footer-section ul li a:hover,.social-icon a:hover,.top-link-header a:hover{color: #FFCF3B}

.footer-section h3{font-size: 27px;font-weight: 600;color: #fff;margin: 0 0 20px;}

.footer-section .col-first p{width:68%;margin: 20px 0 0px;}


.footer-mail button[type="submit"]{width:auto;background: transparent;box-shadow: none;border: 0px;color: #9a9a9a;cursor: pointer;position: absolute;top: 10px;right: 10px;}




input:focus{outline: none !important;}

.social-icon{display: flex;gap: 25px;margin-top: 25px;}

.social-icon a{color: #fff;font-size: 20px;}

.top-header-section{background: #0D2662;padding: 8px 0px;}

.top-link-header{display: flex;justify-content: flex-end;gap: 30px;}
.top-link-header a{display: inline-block;color: #fff;text-decoration: none;padding: 0 15px;}
.top-link-header ul{list-style: none;margin: 0px;padding: 0px;display: flex;align-items: center;}

.site-branding{padding: 10px 0px;}
.site-branding .row{justify-content: space-between;align-items: center;}


.header-serach .footer-mail{border: 1px solid #7d7d7d;border-radius: 10px;height: 50px;width: 88%;color: #787878;position: relative;}
.header-serach .footer-mail input[type="search"]{width: 100%;background: transparent;box-shadow: none;border: 0px;height: 48px;line-height: 48px;color: #787878;padding-left: 15px;padding-right: 70px;}
.header-serach .footer-mail button[type="submit"]{width:auto;background: transparent;box-shadow: none;border: 0px;color: #000000;cursor: pointer;position: absolute;top: 5px;right: 5px;}


.footer-mail321 .is-form-style input.is-search-input{height: 48px;border-radius: 10px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;}

.footer-mail321 .is-form-style input.is-search-submit,.footer-mail321 .is-search-icon{background: #FFCF3B;border: 0px;height: 48px;line-height: 48px;}
.footer-mail321 .is-form-style button.is-search-submit{height: 48px;}



.rgt-header-admin{display: flex;gap: 25px;justify-content: flex-end;align-items: center;padding-right: 40px;}
.admin-related{display: flex;gap: 25px;justify-content: flex-end;align-items: center;}
.admin-related a{color: #000;font-size: 20px;white-space: nowrap;}
.admin-related label{margin: 0px;font-size: 16px;color: #000;padding-left: 10px;white-space: nowrap;}

.rquest-btn a{background: #050505;color: #fff;font-size: 16px;display: inline-block;padding: 10px 15px;border: 2px solid #FFCF3B;border-radius: 5px;text-decoration: none;position: relative;border-right: 0px;border-top-right-radius: 0px;border-bottom-right-radius: 0px;white-space: nowrap;}
.rquest-btn a:after{content: " ";background: url(images/arrow.png) no-repeat;background-size: contain;width: 44px;height: 48px;display: inline-block;position: absolute;top: -2px;left: 100%;}


.rquest-btn a:hover{color: #FFCF3B;}

.main-home-banner{display:block;width: 100%;}
.main-home-banner .home-banner img{width: 100% !important;display: block;}

.common-padding{padding: 80px 0px;}

h1.common-heading{font-size: 35px;font-weight: 700;color: #000;margin:0 0 30px;text-transform: uppercase;}

.our-category .row .our_cat_new{padding-bottom: 60px;}

.category-wraper{position: relative;}

.catgory-title{position: absolute;width: 85%;right: 0px;bottom: -30px;box-shadow: 0px 4px 4px 0px #0000001A;background: #fff;padding: 15px 5px 15px 15px;}
.catgory-title a{color: #002C42;text-decoration: none;font-size: 18px;font-weight: 700;margin: 0px;text-transform: capitalize;position: relative;padding-left: 20px;}
.catgory-title a:before{content: " ";width: 2px;height: 100%;background: #FFCF3B;display: inline-block;position: absolute;left: 10px;}

.category-wraper:hover .catgory-title a{color: #FFCF3B;}

.common-padding-bottom{padding-bottom: 80px;}
.contat-map-section{display: flex;margin-top: -25px;}
.lft-contact{width: 40%;background:#0D2662;padding:5% 3% 4% 4%;color: #fff;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.rgt-map{width: 60%;}
.rgt-map p{margin: 0px;height: 100%;}

.lft-contact ul{list-style: none;margin: 0px;padding: 0px;}
.lft-contact ul li{display: flex;margin-bottom: 45px;gap: 20px;}
.lft-contact ul li .lft-icon{min-width: 50px;max-width: 70px;}
.lft-contact ul li .lft-icon img{max-width: 100%;}
.lft-contact ul li h4{font-size: 26px;margin: 0px 0 10px;color: #fff;font-weight: 700;}
.lft-contact ul li p,.lft-contact ul li p a{font-size: 18px;margin: 0px;color: #fff;font-weight: 400;text-decoration: none;}

.lft-contact ul li p a:hover{color:#FFCF3B;}

.rgt-map iframe{border-top-right-radius: 10px;border-bottom-right-radius: 10px;}

.lft-contact h3{font-size: 35px;margin: 0px 0 30px;color: #fff;font-weight: 700;text-transform: uppercase;}

.lft-contact .rquest-btn a{text-transform: capitalize;}


.max_w {
    background: #FFCF3B;
    max-width: 1328px;
    margin: 0 auto;
    width: 85%;
    padding: 5% 5.8% 3%;
    border-radius: 10px;
}

.contact_form .heading_rpt h3{
    color: #fff;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 35px;
    line-height: 1.2;
    text-transform: uppercase;
}

.contact_form input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 15px 20px;
    box-shadow: none;
    font-size: 16px;
    line-height: normal;
    padding-left: 40px;
    color: #000;
    font-style: normal;
    padding-left: 45px;
    outline: none;
    background: #fff;
    font-family: "Nunito Sans", sans-serif;
   
}

.icon_inr img {
    position: absolute;
    left: 29px;
    top: 17px;
    z-index: 9;
}

.contact_form textarea {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 20px 20px;
    box-shadow: none;
    font-size: 16px;
    line-height: normal;
    font-style: normal;
    padding-left: 45px;
    height: 150px;
    outline: none;
    background: #fff;
    color: #000;
    padding-top: 15px;
    font-family: "Nunito Sans", sans-serif;
    
}

.max_w .wpcf7-submit {
    background:transparent;
    padding: 15px 27px;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    border:2px solid #000;
    border-radius: 0;
    cursor: pointer;
   font-family: "Titillium Web", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #000;
}

/*.modal .modal-dialog{max-width: 850px;background: #FFCF3B;min-height: auto;}*/
.modal .modal-content {
    background: #FFCF3B;
    border-radius: 10px;
    box-shadow: 0px 4px 34px 0px #0000000D;
}
.modal .max_w{width: 100%;padding: 0 0px;}
.modal-dialog {
    max-width: 1056px;
    width: 95%;
}
.modal .modal-header{border: 0px;align-items: center;padding: 0;}
.modal-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    line-height: 1;
    width: 100%;
    text-align: center;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    text-shadow: inherit;
}
.close:focus, .close:hover,.close{opacity: 1 !important;}



button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color:transparent;
}
.modal-content{
	position: relative;
    padding: 70px 95px 15px;
    border-radius: 10px;
}
.common-banner{position: relative;}
.common-banner img{width: 100%;}
.common-banner-content{position: absolute;left: auto;top: 50%;transform: translateY(-50%);}
.common-banner-content h1{margin: 0px;font-size: 50px;color: #fff;font-weight: 600;text-transform: uppercase;letter-spacing: 1.2px;font-family: "Teko", serif;}

.only-contact-page .rgt-map p{margin-bottom: 1.5rem;height: auto;}

.only-contact-page .max_w{width: 100%;border-top-left-radius: 0px;border-bottom-left-radius: 0px;height: 100%;}

.only-contact-page .contat-map-section{margin-top: 0px;}

.common-padding-top{padding-top: 80px;}

h3.common-heading{font-size: 35px;font-weight: 700;color: #000;margin:0 0 25px;text-transform: uppercase;}
.about-content-wraper h5{color: #FFCF3B;font-size: 18px;font-weight: 700;margin:0 0 10px;text-transform: uppercase;}
.about-content-wraper p{font-size: 17px;color: #666;margin: 0 0 25px;line-height: 1.8;}

.latest-news {
    margin-bottom: 50px;
}

.latest-news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li.news-content {
    margin-bottom: 30px;
}

.image img {
    width: 100%;
}

.newsdtl-wrapper {
    padding: 25px 30px 20px;
    margin-top: -48px;
    position: relative;
    z-index: 9;
    background: #fff;
   width: 92%;float: right;
   box-shadow: 0px 4px 4px 0px #0000001A;margin-bottom: 50px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;


}



h4#title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin: 15px 0 15px;
}
.auth-nm a {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    outline: none;
    margin: 15px 0 15px;
    display: block;
}

.blog-heading p {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}


form.search-form {
    position: relative;
}

.blog-righthdng label {
    width: 100%;
}

.blog-righthdng input.search-field {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    color: #575757;
    font-size: 16px;
    border: 1px solid #bebebe;
    border-radius: 0;
    outline: none;
}

.blog-righthdng input.search-submit {
    background-image: url(images/search-icon.jpg);
    width: 50px;font-size: 0px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 0px;
    opacity: 9;
    right: 0px;
    border-radius: 0;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0;
}

h2.widget-title {
    font-size: 25px;text-transform: uppercase;position: relative;border-bottom: 1px solid #0C3759;padding-bottom: 15px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;padding-top: 20px;
}

h2.widget-title:after{content: " ";background: #F9C80C;width: 100px;height: 3px;position: absolute;left: 0px;bottom: -2px;}

.blog-righthdng ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-righthdng ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
    margin: 7px 0;
    padding: 0;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
}

.blog-righthdng ul li a:hover{color: #F9C80C;}


.newsdtl-wrapper time{font-size: 18px;color: #002C42;font-weight: 700;position: relative;padding-left: 10px;}
.newsdtl-wrapper time:before{content: " ";position: absolute;left: 0px;height: 100%;width: 2px;background: #FFCF3B;}

.woocommerce .woocommerce-breadcrumb{padding-top: 30px;color: #0D2662 !important;font-size: 18px !important;font-weight: 600;padding-bottom: 10px;text-transform: uppercase;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color: #000 !important;font-size: 18px !important;}


.filter_list h3 {
    font-size: 25px;text-transform: uppercase;position: relative;border-bottom: 1px solid #0C3759;padding-bottom: 15px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
    padding-top: 0px;
}

.filter_list h3:after{content: " ";background: #F9C80C;width: 100px;height: 3px;position: absolute;left: 0px;bottom: -2px;}

ul.woof_list li{margin-bottom: 10px !important;}
.woof_list label{margin-bottom: 0px !important;color: #000;}

.woocommerce ul.products li.product a img{border: 1px solid #E2E2E2;border-radius: 4px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{text-align: center;}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    text-align: center;color: #F9C80C;
    margin: 5px auto 10px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3,.berocket_lgv_additional_data .lgv_link h3, .berocket_lgv_additional_data .lgv_link_hover h3{
	font-size: 20px;color: #002C42;font-weight: 600;text-transform: capitalize;
}


.berocket_lgv_additional_data p{color: #000;font-size: 16px;margin: 15px 0px;line-height: 1.5;}


.archive.woocommerce ul.products li.product .price,.berocket_lgv_additional_data .lgv_price{font-size: 22px;color: #000;font-weight: 700;}

.woocommerce ul.products li.product:hover .woocommerce-loop-category__title, .woocommerce ul.products li.product:hover .woocommerce-loop-product__title, .woocommerce ul.products li.product :hover h3{color: #F9C80C;}

.berocket_lgv_additional_data .lgv_meta{margin-bottom: 15px;}
.berocket_lgv_additional_data .lgv_meta a{color: #F9C80C;}

div.berocket_lgv_widget a.berocket_lgv_button.selected,div.berocket_lgv_widget a.berocket_lgv_button:hover,div.berocket_lgv_widget a.berocket_lgv_button{box-shadow: none !important;background: none !important;}



div.berocket_lgv_widget a.berocket_lgv_button.selected .fa,div.berocket_lgv_widget a.berocket_lgv_button:hover .fa{color: #0D2662;}

.woocommerce .woocommerce-ordering {
    margin: -41px 0 20px 0;display: flex;align-items: center;
}



.woocommerce .products ul, .woocommerce ul.products{border-top: 1px solid #e2e2e2;padding-top: 30px;}

.woocommerce .woocommerce-ordering select{height: 40px;line-height: 40px;padding: 0 10px;outline: none;}


.woocommerce .woocommerce-ordering>label{text-transform: capitalize;margin-bottom: 0px !important;}

.woof_reset_button_2{background: #0D2662;color: #fff;}

.woocommerce div.product div.summary{margin-top: 0px;}

.woocommerce div.product .product_title{color: #002C42;font-size: 35px;font-weight: 700;}
.woocommerce div.product .product_title:after{content: " ";width: 100px;height: 3px;background: #FFCF3B;display:block;margin-top: 12px;}

.woocommerce .star-rating{color: #F9C80C;}
.woocommerce-product-rating a{color: #000;text-decoration: none;}

.woocommerce div.product .woocommerce-product-rating,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    margin-bottom: 12px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color: #0D2662;font-size: 30px;font-weight: 700;}



.woocommerce-product-details__short-description p{color: #474747;line-height: 1.6;}
.woocommerce-product-details__short-description p strong{font-weight: 700;font-size: 20px;color: #000;}

.woocommerce-product-details__short-description ul{list-style: none;margin: -10px 0 0px 0px;padding: 0px;}
.woocommerce-product-details__short-description ul li{color: #000;font-size: 16px;font-weight: 600;padding-left: 30px;margin-bottom: 10px;}
.woocommerce-product-details__short-description ul li:before{content: " ";background: url(images/check.png) no-repeat;background-size: contain;margin-left: -30px;width: 16px;height: 16px;display: inline-block;}


.social-sharing {
    display: flex;
    align-items: center;
    gap: 25px;
}

.social-sharing h4{margin: 2px 0 0;color: #000;font-weight: 700;font-size: 18px;}


.woocommerce-tabs.wc-tabs-wrapper{padding: 80px 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display: none;}


.woocommerce div.product .woocommerce-tabs ul.tabs li{border: 0px;padding: 0px;margin: 0 5px;}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
border-top-left-radius: 5px;background: #0D2662;color: #fff;padding: 12px 30px;font-size: 18px;font-weight: 700;letter-spacing: 1.5px;text-transform: uppercase;
border-top-right-radius: 5px;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{background: #FFCF3B;color: #000;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0px;margin-left: -5px;border-bottom: 1px solid #eee;}
.woocommerce div.product .woocommerce-tabs .panel h2{color: #000;font-weight: 700;}
.woocommerce div.product .woocommerce-tabs .panel p{color: #474747;line-height: 1.7;font-size: 18px;margin: 0 0 20px;}

.woocommerce div.product .woocommerce-tabs .panel{margin: 0px;padding-bottom: 40px;border-bottom: 1px solid #eee;}

section.related.products h2{text-transform: uppercase;font-size: 35px;color: #000;font-weight: 700;text-align: center;border: 0px;}

.woocommerce section.related.products ul.products{border-top: 0px;}


.woocommerce ul.products li.product .price{font-size: 22px;color: #000;font-weight: 700;}

.woocommerce div.product form.cart div.quantity{display: none;}

.woocommerce div.product form.cart{margin-top: 2rem;}


.woocommerce div.product form.cart .button{background: #0D2662;color: #fff;font-size: 18px;text-transform: uppercase;padding: 15px 80px;border-radius: 5px;font-weight: 700;}
.woocommerce div.product form.cart .button:hover{background: #FFCF3B;}


.category-bg{padding: 100px 50px 80px;width: 100%;color: #fff;margin-bottom: 40px;position: relative;}

.category-bg h1{font-size: 55px;font-weight: 600;margin: 0 0 10px;color: #fff;font-family: "Teko", serif;text-transform: uppercase;letter-spacing: 1.5px;}

.category-bg p{font-size:18px;font-weight: 600;margin: 0 0 20px;color: #fff;letter-spacing: 1px;line-height: 1.6;}
.category-bg:before{content: " ";background: rgba(0, 0, 0, 0.70);position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.category-content-img{position: relative;z-index: 2;}

.catgory-img-wraper{border: 1px solid #e2e2e2;padding: 15px;}
.subcategory-item{text-align: center;color: #002C42;margin-bottom: 20px;}
.subcategory-item a{color: #002C42;text-decoration: none;}
.subcategory-item h3{font-size: 20px;font-weight: 600;color: #002C42;text-transform: capitalize;margin: 10px 0px;}

.subcategory-item:hover h3{color: #FFCF3B;}


 .category-item.active > label a {
        font-weight: bold;
        color: #FFCF3B;
    }

    .subcategory-item.active-sub > label a {
        font-weight: bold;
        color: #FFCF3B;
    }

    .toggle-subcategories {
        cursor: pointer;
        margin-left: 10px;float: right;margin-top: -38px;
        font-size: 14px;
    }

    .grid-list-toggle {
        display: flex;
        gap: 10px;
        margin-bottom: 10px;
    }

    .category-checkbox {
        margin-right: 8px;
        transform: scale(1.2);
        cursor: pointer;
    }

    .category-item label,
    .subcategory-item label {
        display: flex;
        align-items: center;
        cursor: pointer;color: #000;font-size: 18px;margin-bottom: 15px;
    }

 .category-item label a,.subcategory-item label a{color: #000;}


.filter_list ul {
    list-style: none;
    margin: 0px;
    height: 400px;
    overflow-y: scroll;
    padding: 0 2px;
}
.filter_list ul.subcategory-list{padding-left: 10px;}

.category-item label a:hover,.subcategory-item label a:hover{color: #FFCF3B;}

.hort_icon span.wishlist_products_counter_text {
    display: none;
}



form#mc4wp-form-1 input#email {
    width: 100%;
    background: transparent;
    height: 50px;
    border-radius: 50px;
    padding: 0 15px;
    border: 1px solid #ACACAC;
    color: #9A9A9A;
       font-family: "Titillium Web", serif;
    font-size: 16px;
}
form#mc4wp-form-1 input[type="submit"] {
    position: absolute;
    right: 15px;
    background: transparent;
   outline: none;
    height: 16px;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    border: 0;
    background-image: url(images/arrownews.svg);
    width: 21px;
    background-repeat: no-repeat;
    top: 34%;
}
form#mc4wp-form-1 {
    position: relative;
}

.full_content {
    margin-top: 40px;
}


.modal-content button {
    border: 1px solid #000;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    height: 35px;
    opacity: 1;
    font-size: 10px;
    background: transparent;
    outline: none;
}
.modal-dialog .modal-content button span {
    display: block;
    color: #000;
    font-size: 25px;
    font-weight: 300;
    width: 100%;
    height: 100%;
    line-height: 29px;
}


textarea#comment {
    height: 100px;
    padding: 15px;
    outline: none;
}
.comment-form-author label, .comment-form-email label {
    display: block;
}
.comment-form-author input, .comment-form-email input {
    height: 45px;
    outline: none;
    width: 100%;
    padding: 0 15px;
}

p.comment-form-cookies-consent {
    display: flex;
    gap: 10px;
    align-items: center;
}
.comment-form-cookies-consent label {
    margin: 0;
}
.form-submit input#submit {
    background: #000 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-decoration: none;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff !important;
    padding: 12px 25px;
    display: inline-block;
    outline: none;
    border-radius: 0px;
    cursor: pointer;
    border: 0;
}
span.post-date {
    font-size: 18px;
    color: #002C42;
    font-weight: 700;
    position: relative;
    padding-left: 0;
    margin: 10px 0 0;
    display: block;
}
p.comment-form-url{display: none;}
h1.post-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    outline: none;
    margin: 15px 0 15px;
    display: block;
}
.post-thumbnail img{width: 100%;}
.single .common-padding, .category .common-padding {padding-bottom: 0;}
.single .latest-news, .category .latest-news{margin-bottom: 0;}



.search-post-content .search-post-title a{
	    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    text-decoration: none;
    outline: none;
    margin: 15px 0 15px;
    display: block;
}
article.search-post {
    margin-bottom: 30px;
}
.post-category a{color: #000;font-weight: 600;}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 {
        width: 33.3%;
    }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 50%;
    padding: 30px 20px;
}
.mega-menu-wrap .lighting-wrap a.mega-menu-link {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    border-bottom: 1px solid #183886 !important;
    padding-bottom: 10px !important;
    margin: 0px 0 10px !important;
    padding-top: 10px !important;
}
.mega-menu-wrap .lighting-wrap a.mega-menu-link:after {
    content: "";
    background: #f9c80c;
    display: block;
    height: 3px;
    width: 100px;
    display: block !important;
    position: absolute;
    bottom: -2px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{
	display: block !important;
	content: "\f107";
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.conatct-map-section iframe {height: 500px;}
.submit-btn {display: flex; align-items: center; justify-content: space-between;background-color: #FECB2E; border: 2px solid black; border-radius: 8px; overflow: hidden;cursor: pointer;margin-top: 10px;}
.submit-btn span {background-color: #FFD640;padding: 12px 16px; font-size: 16px; font-weight: bold;color: black;}
.submit-btn .icon {background-color: black;padding: 12px;display: flex;align-items: center;justify-content: center;}

.submit-btn .icon svg {width: 16px;height: 16px;color: #FECB2E;}
.submit-btn:hover span {background-color: #FFC107;}
.mobile-class .widget {
    margin: 0;
}
span.toggle-subcategories.arrow-icon:after {
    display: block !important;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-weight: 800;
}
span.toggle-subcategories.arrow-icon.active{
	-ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform .3sease -out;
}
.toggle-subcategories{font-size: 0;}
.vendor-name strong {
    font-weight: 600;
}
p.vendor-name {
    margin: 0;
    color: #7D7D7D;
    text-transform: uppercase;
    font-weight: 400;
}
.loadMoreBtn {
    color: inherit;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    display: inline-block;
    outline: none;
    cursor: inherit;
    
}
span.loadMoreBtn-label {
    background: #050505;
    display: flex;
    max-width: 120px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    padding: 7px 0;
    color: #fff;
}
.btn.focus, .btn:focus{box-shadow: inherit !important;}
.tinv-wishlist-clear {
    display: inline-block;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    padding: 12px 15px;
    background: #0d2662;
    margin: 0 0 0 15px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
}
.product .wpgs-nav .slick-slide {
    border: 1px solid #E2E2E2;
}
.product .wpgs-nav .slick-current {
    border-color: #FFCF3B;
}
.woocommerce div.product .product_title{font-size: 28px;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{font-size: 28px;}
.woocommerce div.product .woocommerce-tabs .panel h2{display: none;}
.related.products ul li {width: 100% !important;}
section.related.products .owl-nav {
    display: block !important;
}
ul.products.columns-4 button.owl-prev {
    float: left;
    outline: none;
    top: 35%;
    position: absolute;
    left: -3%;
    transform: translateY(-50%);
}
ul.products.columns-4 .owl-nav button.owl-prev span {
    font-size: 0px;
}
ul.products.columns-4 .owl-nav button.owl-next span {
    font-size: 0px;
}
ul.products.columns-4 .owl-nav button.owl-next span:after {
    content: url(images/right_silder_arrow.svg);
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    display: inline-block;
    outline: none;
    font-size: 30px;
}
ul.products.columns-4 .owl-nav button.owl-prev span:after {
    content: url(images/left_silder_arrow.svg);
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    display: inline-block;
    outline: none;
    font-size: 30px;
}
ul.products.columns-4 .owl-nav button.owl-next {
    float: right;
    outline: none;
    top: 35%;
    position: absolute;
    right: -3%;
    transform: translateY(-50%);
}


.thank_page {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
    
}
.mx_thank {
    background: #FFCF3B;
    text-align: center;
    max-width: 670px;
    width: 100%;
    padding: 30px 28px;
    border-radius: 20px;
    margin: 0 auto;
}
.thank_page h1 {
    font-size: 85px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: center;
    margin: 0;
    color: #000;
}
.thank_page p {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    color: #000;
    margin: 0;
    font-weight: 400;
}
.page-template-coming-soon .footer-section{margin-top: 0;}



.tax-product_cat .filter_list {
    
    margin-bottom: 15px;
}


.max_w .wpcf7-submit {
    background-image: url(images/btn_main.svg);
    width: 165px;
    height: 51px;
    display: block;
    object-fit: cover;
    background-repeat: no-repeat;
    font-size: 0 !important;
    border: 0;
    background-size: 165px;
}
.rquest-btn p {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.wpcf7-spinner{position: absolute;}
h2.comments-title{font-size: 35px;color: #000;font-weight: 600;}
ol.comment-list {
    padding: 0 0 0 14px;
    margin-top: 15px;
}
.comment-metadata {
    margin: 8px 0 6px;
    color: #000;
}
.comment-metadata a{color: #000;outline: none;}
a.comment-reply-link {
    font-weight: 600;
    color: #000;
}
h3#reply-title{font-weight: 600;color: #000;font-size: 20px;}
h2.category-title {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.catgory-img-wraper img.subcategory-image {
    max-height: 350px;
    object-fit: cover;
}


.search_mb {display: none;}
span.cross{display: none;}
.mob-dis {display: none;}        



.woocommerce ul.products li.product.berocket_lgv_list, .woocommerce-page ul.products li.product.berocket_lgv_list,.berocket_lgv_additional_data{margin-bottom: 40px !important;}

/*.content-area{min-height: 700px;}*/

.archive .widget.widget_berocket_lgv_widget {
    margin-top: -22px;
}











/***************************************RESPONSIVE CSS***************************************************************************************/

@media (min-width:200px) and (max-width:767px){
	.search_mb{display: block;}
.top-header-section,.main-navigation,.logo-header,.header-serach,.site-branding .rquest-btn,.admin-related label{display: none;}
.container{width: 100%;}
#wprmenu_bar .bar_logo{width: 100px !important;height: auto !important;padding: 0px;margin: -20px 0 0;}
header#masthead {
    margin-top: 38px;
}

.cbp-spmenu-bottom.cbp-spmenu-open, .cbp-spmenu-top.cbp-spmenu-open {
    top: 95px !important;
}
html.wprmenu-body-fixed body {
    position: inherit !important;
}
#mg-wprm-wrap.cbp-spmenu-left{position: absolute;}
#mg-wprm-wrap ul li:last-child{border:0px;}
.admin-related{position: fixed;right: 15px;z-index: 999999;top: 31px;}
.banner-content{position: sticky;transform: none;background: #0B181C;padding-top: 40px;padding-bottom: 40px;}
.home-banner {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
#mg-wprm-wrap li.menu-item a{border-bottom: 1px solid #3D5181;}

.main-home-banner .home-banner img{height: 300px;object-fit: cover;}

.trusted_section h3{font-size: 20px;margin-bottom: 20px;}

.trusted_section .owl-carousel .owl-nav button.owl-prev span,.trusted_section .owl-carousel .owl-nav button.owl-next span{width: 24px;height: 24px;font-size: 22px;}

li.wprm_after_menu_content a{color: #fff;text-transform: uppercase;border-bottom: 1px solid #3D5181;}
.woocommerce .woocommerce-ordering{margin: -31px 0 20px;}

.main-home-banner{background: #0B181C;}
.banner-content h3{font-size: 30px;}
.banner-content p{font-size: 17px;}

.strip-block{width: 100%;}

.strip-block img{width: 35px !important;object-fit: contain;}

.owl-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{font-size: 33px;color: #000;}
.contat-map-section{flex-direction: column;}
.lft-contact{width: 100%;border-top-left-radius: 10px;border-bottom-left-radius: 0px;border-top-right-radius: 10px;padding: 40px 15px;}
.rgt-map{width: 100%;}
.rgt-map iframe {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;height: 350px;
}

.common-padding {
    padding: 40px 0px;
}

h1.common-heading{font-size: 28px;margin-bottom: 20px;}
.lft-contact h3,.contact_form .heading_rpt h3{font-size: 28px;}
.lft-contact ul li .lft-icon {
    min-width: 60px;
    max-width: 60px;
}


.lft-contact ul li h4{font-size: 22px;}
.lft-contact ul li p, .lft-contact ul li p a{font-size: 16px;}
.max_w{width: 100%;    padding-bottom: 25px;}
.common-padding-bottom {
    padding-bottom: 40px;
}

.trusted_section {
    margin-top: 40px;
}


.footer-section{margin-top: 45px;padding-top: 40px;}
.wpcf7-spinner{display: block;}
.footer-section .col-first p{width: 100%;}
.col-secound { padding: 40px 15px;}

.owter-wraper-footer{flex-direction:column;justify-content: center;gap: 20px;align-items: center;}
.cbp-spmenu{height: auto;}
/*.cbp-spmenu-open:after{content: " ";width: 100%;height: 100%;position:fixed;top:auto;background: rgba(0, 0, 0, 0.60);}*/
.category-wraper img{width: 100%;}

.lft-contact ul li{margin-bottom: 30px;}
.contact_form textarea{height: 100px;}
.lft-copyright {text-align: center;}
.max_w .wpcf7-submit{font-size: 15px;padding: 12px 15px;}
.banner-content a{font-size: 16px;}
.banner-content a:after{height: 48px;}
.banner-content h3 br{display: none;}
.trusted_section .owl-carousel .owl-nav button.owl-next span{margin-right: -11px;}


#wprmenu_bar .menu_title{left: 38%;transform: translate(-50%);font-size: 0;}
a.heart_icon{display: none;}

h3.common-heading{font-size: 28px;margin: 0 0 15px;}
.about-content-wraper p{font-size: 16px;}
.common-padding-top{padding-top: 40px;}
.common-banner img{height: 200px;object-fit: cover;}
.mb_upr_about {order: -1;margin-bottom: 15px;}
.common-banner-content h1{font-size: 32px;}

.full_content {margin-top: 0px;}
#wprmenu_menu_ul{padding: 0;}


.right-news-sectn {order: -1;}
.blog-righthdng ul li a{font-size: 16px;}
.auth-nm a{font-size: 20px;}
.newsdtl-wrapper{margin-top: -30px;}
.blog-heading p{font-size: 16px;}
.newsdtl-wrapper{padding-right: 20px;padding-left: 20px;}
.news-section.common-padding{padding-bottom: 0;}
.page-template-our-news .footer-section{margin-top: 0;}

.only-contact-page .max_w{border-top-left-radius: 0;border-bottom-left-radius: 10px;height: 100%;border-top-right-radius: 0;}
.conatct-map-section iframe {height: 320px;}


.subcategory-item{width: 50%;}
.subcategory-item h3{font-size: 18px;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .berocket_lgv_additional_data .lgv_link h3, .berocket_lgv_additional_data .lgv_link_hover h3{
	font-size: 18px;
}
.archive.woocommerce ul.products li.product .price, .berocket_lgv_additional_data .lgv_price{font-size: 18px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{margin-bottom: 1em !important;}
.category-item label, .subcategory-item label{font-size: 16px;}
.filter_list h3{font-size: 22px;}
.woocommerce .woocommerce-breadcrumb{font-size: 16px !important;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{font-size: 16px !important;}

.category-bg p{font-size: 16px;}
.category-bg{padding: 40px 25px 30px;}
.category-bg h1{font-size: 35px;}

.mob-dis {
        display: inline-block;
        padding: 10px 15px 5px 10px;
        margin: 0;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.06em;
        color: #000;
        background: #FFCF3B;
        text-transform: uppercase;
    }
.berocket_lgv_widget{display: none;}
.woocommerce .woocommerce-ordering>label{display: none;} 
.mobile-class .widget {margin: 0;}
.subcategory-item {width: 50%;}   
.mob-dis:before {content: url(images/filter.svg);margin-right: 5px;vertical-align: middle;}
.hid {position: fixed;top: 0;left: 0; background: #fff; z-index: 9999999; width: 90%;padding: 20px 30px 20px 30px;overflow: scroll;height: 100vh;display: none;}
span.cross { font-style: normal; font-weight: 500;font-size: 18px;line-height: 22px;letter-spacing: 0.06em;text-transform: uppercase;color: #000; margin-bottom: 25px;display: block;}
.woocommerce .woocommerce-ordering select{font-size: 14px;}
div.berocket_lgv_widget a.berocket_lgv_button{font-size: 28px;}


.woocommerce div.product .woocommerce-tabs .panel p{font-size: 16px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 16px;width: 100%;border-radius: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{width: 100%;margin-bottom: 15px;}
section.related.products h2{font-size: 28px;}

section.related.products .owl-nav { text-align: center;position: inherit;transform: inherit;}
ul.products.columns-4 button.owl-prev {position: inherit; transform: inherit;float: none;margin-right: 15px;left: auto;}
ul.products.columns-4 .owl-nav button.owl-next { position: inherit;transform: inherit;float: none;right: 0;}
.woocommerce-tabs.wc-tabs-wrapper{padding: 40px 0;}
.woocommerce div.product form.cart .button{font-size: 16px;}
.woocommerce ul.products li.product .price{font-size: 20px;}
p.vendor-name{font-size: 14px;}

.thank_page h1{font-size: 30px;}
.thank_page p{font-size: 18px;}
.thank_page{margin-top: 40px;}

.modal-content{padding: 40px 0 15px;}
.modal-content button{top: 0;right: 0;}
.modal-title{margin: 0;font-size: 24px;}


.search_mb {
    position: relative;
}

.search_section {
        position: fixed;
        top: 32px;
        z-index: 999999;
        left: 66px;
    }
    .search_mb {
    position: relative;
}

span.search-bar {
        margin-top: -6px;
        position: absolute;
        min-width: 250px;
        display: none;
        margin-left: 16px;
    }

a.search-icon{outline: none;color: #000;}

h1.post-title{font-size: 25px;}
h2.comments-title{font-size: 20px;color: #000;}
.newsdtl-wrapper time{font-size: 15px;}
h2.category-title{font-size: 26px;}



}

@media only screen and (max-width: 479px){

.subcategory-item h3{font-size: 16px;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .berocket_lgv_additional_data .lgv_link h3, .berocket_lgv_additional_data .lgv_link_hover h3{
	font-size: 16px;
}
.archive.woocommerce ul.products li.product .price, .berocket_lgv_additional_data .lgv_price{font-size: 16px;}
.footer-section h3{font-size: 24px;}


}



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



.container{width: 100%;}

.logo-header img {
    max-width: 55%;
}

.is-form-style input.is-search-input{font-size: 13px !important;}
.rgt-header-admin{flex-wrap: wrap;gap: 10px;}
.main-navigation a{font-size: 11px;padding: 14px 0;}
.main-home-banner .home-banner img{height: 455px;object-fit: cover;}

.banner-content{padding-right: 15px;}
.banner-content p{font-size: 16px;max-width: 80%;}
.banner-content h3{font-size: 32px;}
.banner-content ul li{font-size: 15px;}
.strip-block strong{font-size: 16px;}
h1.common-heading{font-size: 25px;}

.rgt-header-admin{padding-right: 60px;}

.trusted_section .owl-carousel .owl-nav button.owl-next span{    margin-right: -13px;}
.trusted_section {margin-top: 50px;}
.common-padding {padding: 50px 0px;}
.category-wraper img{height: 200px;}
.catgory-title a{font-size: 14px;}
.catgory-title{padding: 10px 5px 10px 10px;}

.lft-contact{width: 100%;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.rgt-map{width: 100%;}
.lft-contact ul li h4{font-size: 18px;}
.lft-contact ul li p, .lft-contact ul li p a{font-size: 14px;}
.lft-contact ul li .lft-icon img{max-width: 55px;}
.lft-contact ul li .lft-icon {min-width: 35px;max-width: 55px;}
.lft-contact ul li{gap: 15px;    margin-bottom: 30px;}
.rgt-map iframe{height: 100%;}
.common-padding-bottom {padding-bottom: 50px;}
.max_w .wpcf7-submit{padding: 12px 20px;font-size: 15px;}
.wpcf7-spinner{position: absolute;}
.footer-section h3{font-size: 24px;}
.footer-section ul li a{font-size: 13px;}
.footer-section .col-first p,.col-third p{font-size: 13px;width: 100%;}
form#mc4wp-form-1 input#email{font-size: 13px;}
.owter-wraper-footer p{font-size: 14px;}
.footer-section{padding: 50px 0 0px;margin-top: 60px;}
.lft-contact h3,.contact_form .heading_rpt h3{font-size: 20px;}


h3.common-heading{font-size: 25px;margin: 0 0 15px;}
.about-content-wraper p{font-size: 16px;}
.common-padding-top{padding-top: 50px;}
.mb_upr_about {order: -1;margin-bottom: 15px;}
.common-banner-content h1{font-size: 40px;}
.full_content{margin-top: 0;}



.blog-righthdng ul li a{font-size: 16px;}
.auth-nm a{font-size: 20px;}
.newsdtl-wrapper{margin-top: -30px;}
.blog-heading p{font-size: 16px;}
.newsdtl-wrapper{padding-right: 20px;padding-left: 20px;}
.news-section.common-padding{padding-bottom: 0;}
.page-template-our-news .footer-section{margin-top: 0;}
h2.widget-title{font-size: 22px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{font-size: 12px;padding: 0 5px !important;letter-spacing: -.5px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{width: 100%;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1{justify-content: center;}

.only-contact-page .max_w{border-top-left-radius: 0;border-bottom-left-radius: 10px;height: 100%;border-top-right-radius: 0;}
.conatct-map-section iframe {height: 320px;}
.lft-contact{border-top-left-radius: 10px;border-bottom-left-radius: 0px;border-top-right-radius: 10px;}

.subcategory-item{width: 50%;}
.subcategory-item h3{font-size: 16px;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .berocket_lgv_additional_data .lgv_link h3, .berocket_lgv_additional_data .lgv_link_hover h3{
	font-size: 18px;
}
.archive.woocommerce ul.products li.product .price, .berocket_lgv_additional_data .lgv_price{font-size: 18px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{margin-bottom: 1em !important;}
.category-item label, .subcategory-item label{font-size: 16px;}
.filter_list h3{font-size: 22px;}
.woocommerce .woocommerce-breadcrumb{font-size: 16px !important;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{font-size: 16px !important;}

.category-bg p{font-size: 14px;}
.category-bg{padding: 40px 25px 30px;}
.category-bg h1{font-size: 25px;}
.mobile-class .widget {margin: 0;}
.subcategory-item {width: 90%;}   
.filter_list h3{padding-top: 0;}
.woocommerce .woocommerce-ordering select{font-size: 14px;}
div.berocket_lgv_widget a.berocket_lgv_button{font-size: 28px !important;}
.category-item label, .subcategory-item label {font-size: 11px;}


.woocommerce div.product .woocommerce-tabs .panel p{font-size: 14px;}
section.related.products h2{font-size: 28px;}

section.related.products .owl-nav { text-align: center;position: inherit;transform: inherit;}
ul.products.columns-4 button.owl-prev {position: inherit; transform: inherit;float: none;margin-right: 15px;left: auto;}
ul.products.columns-4 .owl-nav button.owl-next { position: inherit;transform: inherit;float: none;right: 0;}
.woocommerce-tabs.wc-tabs-wrapper{padding: 40px 0;}
.woocommerce div.product form.cart .button{font-size: 14px;padding: 12px 50px;}
.woocommerce div.product .product_title{font-size: 25px;}
.woocommerce-product-details__short-description p{font-size: 14px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 14px;padding: 8px 20px;}
.woocommerce ul.products li.product .price{font-size: 18px;}
p.vendor-name{font-size: 14px;}

.thank_page h1{font-size: 40px;}
.thank_page p{font-size: 20px;}
.thank_page{margin-top: 50px;}

.banner-content a:after{height: 47px;}

h2.comments-title{font-size: 22px;}
h1.post-title{font-size: 25px;}
.newsdtl-wrapper time{font-size: 15px;}
h2.category-title{font-size: 28px;}

.rquest-btn a{font-size: 14px;}
.rquest-btn a:after{height: 45px;}
.banner-content a{font-size: 15px;}






}


@media (min-width: 992px) and (max-width: 1199px){

.rgt-header-admin{flex-wrap: wrap;gap: 10px;}
.main-navigation a{font-size: 13px;padding: 14px 0;}
.main-home-banner .home-banner img{height: 455px;object-fit: cover;}

.banner-content{padding-right: 15px;}
.banner-content p{font-size: 18px;}
.banner-content ul li{font-size: 16px;}
.strip-block strong{font-size: 16px;}
h1.common-heading{font-size: 30px;}

.trusted_section .owl-carousel .owl-nav button.owl-next span{    margin-right: -13px;}
.trusted_section {margin-top: 50px;}
.common-padding {padding: 50px 0px;}
.category-wraper img{height: 200px;}
.catgory-title a{font-size: 14px;}
.catgory-title{padding: 10px 5px 10px 10px;}
.lft-contact ul li h4{font-size: 19px;}
.lft-contact ul li p, .lft-contact ul li p a{font-size: 15px;}
.lft-contact ul li .lft-icon img{max-width: 38px;}
.lft-contact ul li .lft-icon {min-width: 35px;max-width: 55px;}
.lft-contact ul li{gap: 15px;    margin-bottom: 30px;}
.rgt-map iframe{height: 100%;}
.common-padding-bottom {padding-bottom: 50px;}
.max_w .wpcf7-submit{padding: 12px 20px;font-size: 15px;}
.wpcf7-spinner{position: absolute;}
.footer-section h3{font-size: 24px;}
.footer-section ul li a{font-size: 15px;}
.footer-section .col-first p{font-size: 15px;}
form#mc4wp-form-1 input#email{font-size: 15px;}
.owter-wraper-footer p{font-size: 15px;}
.footer-section{padding: 50px 0 0px;margin-top: 60px;}
.lft-contact h3,.contact_form .heading_rpt h3{font-size: 25px;}


h3.common-heading{font-size: 30px;margin: 0 0 15px;}
.about-content-wraper p{font-size: 16px;}
.common-padding-top{padding-top: 50px;}
.common-banner-content h1{font-size: 40px;}
.full_content{margin-top: 20px;}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {font-size: 13px;padding: 0px 5px 0px 5px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu{width: 100%;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1{}


.blog-righthdng ul li a{font-size: 16px;}
.auth-nm a{font-size: 24px;}
.newsdtl-wrapper{margin-top: -30px;}
.blog-heading p{font-size: 16px;}
.newsdtl-wrapper{padding-right: 20px;padding-left: 20px;}
.news-section.common-padding{padding-bottom: 0;}
.page-template-our-news .footer-section{margin-top: 0;}
h2.widget-title{font-size: 22px;}

.conatct-map-section iframe {height: 390px;}

.subcategory-item{width: 50%;}
.subcategory-item h3{font-size: 16px;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .berocket_lgv_additional_data .lgv_link h3, .berocket_lgv_additional_data .lgv_link_hover h3{
	font-size: 18px;
}
.archive.woocommerce ul.products li.product .price, .berocket_lgv_additional_data .lgv_price{font-size: 18px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{margin-bottom: 1em !important;}
.category-item label, .subcategory-item label{font-size: 16px;}
.filter_list h3{font-size: 22px;}
.woocommerce .woocommerce-breadcrumb{font-size: 16px !important;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{font-size: 16px !important;}

.category-bg p{font-size: 16px;}
.category-bg{padding: 40px 25px 30px;}
.category-bg h1{font-size: 35px;}
.mobile-class .widget {margin: 0;}
.subcategory-item {width: 90%;}   
.filter_list h3{padding-top: 0;}
.woocommerce .woocommerce-ordering select{font-size: 14px;}
div.berocket_lgv_widget a.berocket_lgv_button{font-size: 28px !important;}
.category-item label, .subcategory-item label {font-size: 14px;}


section.related.products .owl-nav { text-align: center;position: inherit;transform: inherit;}
ul.products.columns-4 button.owl-prev {position: inherit; transform: inherit;float: none;margin-right: 15px;left: auto;}
ul.products.columns-4 .owl-nav button.owl-next { position: inherit;transform: inherit;float: none;right: 0;}
.woocommerce-tabs.wc-tabs-wrapper{padding: 40px 0;}
.woocommerce div.product form.cart .button{font-size: 16px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 16px;}
.woocommerce ul.products li.product .price{font-size: 20px;}
p.vendor-name{font-size: 14px;}

.thank_page h1{font-size: 40px;}
.thank_page p{font-size: 20px;}
.thank_page{margin-top: 50px;}


.banner-content a:after{height: 49px;}

h2.comments-title{font-size: 25px;}
h1.post-title{font-size: 25px;}
.newsdtl-wrapper time{font-size: 15px;}


}




@media (min-width: 1200px) and (max-width: 1438px){
.main-navigation a{font-size: 15px;}
.admin-related,.rgt-header-admin{gap: 18px;}

.footer-mail321 {width: 80%;}
.main-navigation a{font-size: 15px;padding: 14px 0;}
.main-home-banner .home-banner img{height: 455px;object-fit: cover;}

.col-md-3.logo-header img {
    max-width: 40%;
}

.banner-content h3{font-size: 45px;}

.strip-block{margin: 0px;width: 29%;}

.rquest-btn a{font-size: 14px;}

.banner-content{padding-right: 15px;}
.banner-content p{font-size: 18px;}
.banner-content ul li{font-size: 16px;}
.strip-block strong{font-size: 16px;}
h1.common-heading{font-size: 30px;}

.trusted_section .owl-carousel .owl-nav button.owl-next span{    margin-right: -13px;}
.trusted_section {margin-top: 40px;}

.trusted_section h3{font-size: 22px;margin-bottom: 20px;}

.common-padding {padding: 50px 0px;}
.category-wraper img{height: 200px;}
.catgory-title a{font-size: 16px;}
.catgory-title{padding: 10px 5px 10px 10px;}
.lft-contact ul li h4{font-size: 22px;}
.lft-contact ul li p, .lft-contact ul li p a{font-size: 16px;}
.lft-contact ul li .lft-icon img{max-width: 55px;}
.lft-contact ul li .lft-icon {min-width: 35px;max-width: 55px;}
.lft-contact ul li{gap: 15px;    margin-bottom: 30px;}
.rgt-map iframe{height: 500px;}
.common-padding-bottom {padding-bottom: 50px;}
.max_w .wpcf7-submit{padding: 12px 20px;font-size: 15px;}
.wpcf7-spinner{position: absolute;}
.footer-section h3{font-size: 24px;}
.footer-section ul li a{font-size: 15px;}
.footer-section .col-first p{font-size: 15px;}
form#mc4wp-form-1 input#email{font-size: 15px;}
.owter-wraper-footer p{font-size: 15px;}
.footer-section{padding: 50px 0 0px;margin-top: 60px;}
.lft-contact h3{font-size: 30px;}


.full_content{margin-top: 20px;}
h3.common-heading{font-size: 30px;}
.about-content-wraper p{font-size: 16px;}
.common-padding-top{    padding-top: 60px;}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{font-size: 15px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1{justify-content: space-between;}

.blog-righthdng ul li a{font-size: 16px;}
.auth-nm a{font-size: 26px;}
.newsdtl-wrapper{margin-top: -30px;}
.blog-heading p{font-size: 16px;}
.newsdtl-wrapper{padding-right: 20px;padding-left: 20px;}
.news-section.common-padding{padding-bottom: 0;}
.page-template-our-news .footer-section{margin-top: 30px;}


.conatct-map-section iframe {height: 390px;}


.subcategory-item h3{font-size: 16px;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .berocket_lgv_additional_data .lgv_link h3, .berocket_lgv_additional_data .lgv_link_hover h3{
	font-size: 18px;
}
.archive.woocommerce ul.products li.product .price, .berocket_lgv_additional_data .lgv_price{font-size: 18px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{margin-bottom: 1em !important;}
.category-item label, .subcategory-item label{font-size: 16px;}
.filter_list h3{font-size: 22px;}
.woocommerce .woocommerce-breadcrumb{font-size: 16px !important;}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{font-size: 16px !important;}

.category-bg p{font-size: 16px;}
.category-bg{padding: 40px 25px 30px;}
.category-bg h1{font-size: 40px;}
.mobile-class .widget {margin: 0;}
.subcategory-item {width: 90%;}   
.filter_list h3{padding-top: 0;}
.woocommerce .woocommerce-ordering select{font-size: 16px;}
div.berocket_lgv_widget a.berocket_lgv_button{font-size: 28px !important;}
.category-item label, .subcategory-item label {font-size: 16px;}


.woocommerce div.product .product_title{font-size: 26px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 16px;}
.woocommerce-tabs.wc-tabs-wrapper {padding: 50px 0px;}
p.vendor-name{font-size: 15px;}
.woocommerce ul.products li.product .price{font-size: 20px;}
section.related.products h2{font-size: 32px;}
.woocommerce div.product form.cart .button{font-size: 16px;}

.thank_page h1{font-size: 50px;}
.thank_page p{font-size: 25px;}
.thank_page{margin-top: 50px;}

.banner-content a:after{height: 49px;}
h2.comments-title{font-size: 25px;}
h1.post-title{font-size: 25px;}
.auth-nm a{font-size: 26px;}

}


@media (min-width: 1439px) and (max-width: 1738px){

.main-navigation a{font-size: 16px;}
.admin-related,.rgt-header-admin{gap: 20px;}

.footer-mail321 {width: 80%;}
.main-navigation a{font-size: 15px;padding: 14px 0;}
.main-home-banner .home-banner img{height: 455px;object-fit: cover;}

.banner-content{padding-right: 15px;}
.banner-content p{font-size: 18px;}
.banner-content ul li{font-size: 16px;}
.strip-block strong{font-size: 16px;}
h1.common-heading{font-size: 35px;}

.trusted_section .owl-carousel .owl-nav button.owl-next span{    margin-right: -13px;}
.trusted_section {margin-top: 50px;}
.common-padding {padding: 50px 0px;}
.category-wraper img{height: 200px;}
.catgory-title a{font-size: 16px;}
.catgory-title{padding: 10px 5px 10px 10px;}
.lft-contact ul li h4{font-size: 22px;}
.lft-contact ul li p, .lft-contact ul li p a{font-size: 16px;}
.lft-contact ul li .lft-icon img{max-width: 55px;}
.lft-contact ul li .lft-icon {min-width: 35px;max-width: 55px;}
.lft-contact ul li{gap: 15px;    margin-bottom: 30px;}
.rgt-map iframe{height:100%;}
.common-padding-bottom {padding-bottom: 50px;}
.max_w .wpcf7-submit{padding: 12px 20px;font-size: 15px;}
.wpcf7-spinner{position: absolute;}
.footer-section h3{font-size: 24px;}
.footer-section ul li a{font-size: 15px;}
.footer-section .col-first p{font-size: 15px;}
form#mc4wp-form-1 input#email{font-size: 15px;}
.owter-wraper-footer p{font-size: 15px;}
.footer-section{padding: 50px 0 0px;margin-top: 60px;}
.lft-contact h3{font-size: 35px;}
.about-content-wraper p{font-size: 16px;}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{font-size: 16px;}

.conatct-map-section iframe {height: 420px;}


.category-item label, .subcategory-item label{font-size: 16px;}
.category-bg h1{font-size: 50px;}
.category-bg p{font-size: 16px;}
.subcategory-item h3{font-size: 18px;}

.woocommerce div.product .product_title{font-size: 26px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 16px;}
.woocommerce-tabs.wc-tabs-wrapper {padding: 50px 0px;}
p.vendor-name{font-size: 15px;}
.woocommerce ul.products li.product .price{font-size: 20px;}
section.related.products h2{font-size: 32px;}
.woocommerce div.product form.cart .button{font-size: 16px;}

.thank_page h1{font-size: 55px;}
.thank_page p{font-size: 25px;}
.thank_page{margin-top: 60px;}

.banner-content a:after{height: 49px;}
h2.comments-title{font-size: 25px;}
h1.post-title{font-size: 25px;}
.auth-nm a{font-size: 26px;}

}



@media only screen and (min-width: 768px){

#mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
 #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{max-height:600px;overflow-y: auto;}

}




.product-specifications-row{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.product-specification-item{
	display: grid;
	grid-template-columns: 220px 1fr;
	align-items: start;
	gap: 12px;
}

@media(max-width: 1200px) and (min-width: 768px) {
	.product-specification-item{		
		grid-template-columns: 170px 1fr;
	}
}
.specification-item-label{
	font-weight: 700;
	text-transform: uppercase;
	color: #002C42;
	line-height: 1.4;
}

.specification-item-value{
	color: #111111;
	line-height: 1.4;
	word-break: break-word;
}

@media(max-width: 767px){
	.product-specifications-row{
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.product-specification-item{
		grid-template-columns: 140px 1fr;
		gap: 10px;
	}

}


.experience-section{
   padding: 0px 0 80px;
}

.experience-tabs-nav{
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.experience-tabs-nav::-webkit-scrollbar{
    height: 0px;
}

.experience-tabs-nav::-webkit-scrollbar-thumb{
    background: #999;
}

.experience-tab-btn{
    flex: 0 0 auto;
}

.experience-tab-btn{
	background: transparent;
	border: 0;
	padding: 0 0 14px;
	cursor: pointer;
	position: relative;
	font-size: 16px;
	color: #777;
}

.experience-tab-btn.active{
	color: #111;
}

.experience-tab-btn.active:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: #111;
}

.experience-tab-content{
   display: none;
}

.experience-tab-content.active{
   display: block;
}

.experience-tab-grid{
	display: grid;
	grid-template-columns: 1fr 1fr;    
	align-items: center;
}

.experience-tab-text h3{
	text-transform: uppercase;
	font-size: 30px;
	color: #000;
	font-weight: 700;
	border: 0px;
}

.experience-tab-description {
	color: #474747;
	line-height: 1.7;
	font-size: 18px;
}

.experience-tab-description h1,
.experience-tab-description h2,
.experience-tab-description h3,
.experience-tab-description h4,
.experience-tab-description h5,
.experience-tab-description h6,
.experience-tab-description p,
.experience-tab-description ul,
.experience-tab-description ol {
	margin: 0 0 20px;
}

.experience-tab-text {
	padding-left: 40px;
}

.experience-tab-description p:last-child {
	margin-bottom: 0;
}

.experience-tab-image-inn {
	height: 0;
	position: relative;
	width: 100%;
	padding-bottom: 70%;
	display: block;
}

.experience-tab-image-inn img {
	position: absolute;
	height: 100%;
	width: 100%;
	inset: 0px;
	object-fit: contain;
	color: transparent;
}

.experience-section  h3.common-heading {
	margin-bottom: 30px;
}

}

@media(max-width: 991px) and (min-width: 768px) {
	.experience-tab-description {
		font-size: 14px;
	}
}
@media(max-width: 1438px){
	.experience-section h3.common-heading {
			margin-bottom: 20px;
		}
	}
	.experience-tab-text h3 {
		font-size: 24px;
	}
	.experience-tabs-nav {
		gap: 20px;
	}
}

@media(max-width: 991px){
	.experience-tab-grid{
	  grid-template-columns: 1fr;
	}
	.experience-tab-text {
		padding-left: 0;
		margin-top: 20px;
	}
	.experience-tab-btn {
		font-size: 14px;
	}
}

@media(max-width: 767px) {
	.experience-tab-description {
		font-size: 16px;
	}
}