/*!
Theme Name: Thunderlaser UK
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: thunderlaser-uk
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.

Thunderlaser UK 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.
 */

@font-face{
font-family: 'WixMadeforDisplay-Regular';
src: url(assets/fonts/WixMadeforDisplay-Regular.ttf);
} 
@font-face{
font-family: 'WixMadeforDisplay-Medium';
src: url(assets/fonts/WixMadeforDisplay-Medium.ttf);
} 
@font-face{
font-family: 'WixMadeforDisplay-SemiBold';
src: url(assets/fonts/WixMadeforDisplay-SemiBold.ttf);
}
@font-face{
font-family: 'WixMadeforDisplay-Bold';
src: url(assets/fonts/WixMadeforDisplay-Bold.ttf);
} 
@font-face{
font-family: 'WixMadeforDisplay-ExtraBold';
src: url(assets/fonts/WixMadeforDisplay-ExtraBold.ttf);
} 

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: #202020;
	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;
}
/* Header CSS start */
.col-1 {width: 8.33%;}
.col-2 {width: 20%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.container-fluid{
    width:100%;
    height:auto;
    position:relative;
}
.container{
    width: 100%;
    max-width: 1330px !important;
    padding: 0 15px !important;
    margin: 0 auto !important;
}
.vc_row[data-vc-full-width],.vc_section[data-vc-full-width]{
	margin-left:0 !important;
	margin-right:0 !important;
}
html {
  scroll-behavior: smooth;
}
a{
	transition:all 0.4s ease-in-out;
	text-decoration:none;
	color:#5A5A5A;
}
a:hover{
	color:#EDB744;
}
h1,h2,h3,h4,strong{
	font-weight:400;
}
.page .post-thumbnail{
	display:none;
}
.header-topbar{
	background: #022F46;
}
.header-topbar .row .col-12{
	display:flex;
	justify-content:end;
	align-items:center;
	gap:50px;
	color:#fff;
	padding:12px 0;
}
.header-topbar .list a{
	display:flex;
}
.header-topbar .row a{
	color:#fff;
}
.header-topbar .icon{
    margin-right: 5px;
    letter-spacing: 4px;
    color: #edb744;
}
.topbar-social-icon{
    display: flex;
    gap: 20px;
    margin-left: 50px;
}
.topbar-social-icon a{
	opacity:.7;
}
.topbar-social-icon a:hover{
	opacity:1;
}
.main-header{
	border-bottom:1px solid #edeff1;
	position: relative;
	z-index: 999;
	background:#fff;
}
.main-header-inner .row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 0;
}
.main-header-inner .header-logo{
	width:100%;
}
.main-header-inner .header-logo a{
	display:flex;
}
.main-header-inner .navbar ul#primary-menu{
	display:flex;
	justify-content:end;
	align-items:center;
	margin:0;
	padding:0;
	list-style:none;
}
.main-header-inner .navbar ul#primary-menu>li a{
	padding: 20px 18px;
    line-height: 22px;
    font-style: normal;
    font-size: 17px;
    color: #000;
	position:relative;
}
.main-header-inner .navbar ul#primary-menu>li:last-child a{
	padding-right:0;
}
.main-header-inner .navbar ul#primary-menu>li a:hover{
	color: #edb744;
}
.main-header-inner .navbar ul#primary-menu>li.current-menu-item>a{
	font-family: 'WixMadeforDisplay-Bold' !important;
	color: #edb744;
}

.main-header-inner .row ul>li{
	position:relative;
}
.main-header-inner .row ul>li.menu-item-has-children i{
	font-size: 16px;
    margin-left: -10px;
    margin-right: 10px;
}
.main-header-inner .sub-menu{
	position: absolute;
    top: 30px;
    background: #fff;
    z-index: 99;
/*     width: 360px !important; */
    left: 0px !important;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.15);
	text-align:left;
	margin: 0;
    padding: 0;
}
.main-header-inner .sub-menu li a{
    padding: 10px 18px 10px 18px !important;
    display: block;
    line-height: 1.7rem !important;
    color: #393939;
	border-bottom:1px solid #edeff1;
}

.main-header-inner .sub-menu li a:hover{
/* 	background: #f5f4f2; */
}
.main-header-inner li.menu-item-has-children .sub-menu{
/* 	display:none; */
	list-style:none;
}
.main-header-inner li.menu-item-has-children:hover .sub-menu{
	display:block;
}
/* new Dropdown Style */
.main-header-inner #primary-menu>li.menu-item-has-children>.sub-menu{
	position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    min-width: 190px;
    width: max-content;
    left: -14px;
    opacity: 0;
    z-index: -1;
    border: 0;
    box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    transform: scaleY(0);
    transform-origin: top center;
    transition: all 0.4s ease 0s;
}
.main-header-inner #primary-menu>li.menu-item-has-children:hover>.sub-menu{
	visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    z-index: 9;
}
.main-header-inner .sub-menu>li>.sub-menu {
    position: absolute;
    right: -300px;
    left: unset !important;
}
.main-header-inner .sub-menu>li.menu-item-has-children>.sub-menu{
	display:none;
/* 	width:300px !important; */
}
.main-header-inner .sub-menu>li.menu-item-has-children:hover>.sub-menu {
    display: block !important;
    animation: fadeSlideIn 0.6s ease forwards;
    top: -1px !important;
}
.main-header-inner .sub-menu>li.menu-item-has-children:hover>.sub-menu li a:hover,.main-header-inner #primary-menu>li.menu-item-has-children>.sub-menu li a:hover{
	background: #F9FAFD;
}
@keyframes fadeSlideIn{
	0% {
		opacity: 0;
		transform: translateY(10px);
	}
}
/* new Dropdown Style */
.main-header-inner .apply-now-btn {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
}
.main-header-inner .apply-now-btn.btn-style a{
	font-family: 'Montserrat-SemiBold' !important;
	background:#fff !important;
	color:#E1005C !important;
	border:2px solid #E1005C !important;
}
.main-header-inner .apply-now-btn.btn-style a:hover,.main-header-inner .apply-now-btn.btn-style a:focus{
	border-color:#E1005C !important;
	color:#fff !important;
}
.main-header-inner .apply-now-btn.btn-style a:before{
	background:#E1005C !important;
}
.btn-style a,.btn-style button{
    font-size: 18px !important;
    letter-spacing: 1px;
    display: inline-block !important;
    text-align: center !important;
    padding: 13px 50px !important;
    border-radius: 50px !important;
    position: relative !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    z-index: 1 !important;
    overflow: hidden !important;
    font-family: 'WixMadeforDisplay-Medium';
    background: #0255a1 !important;
	border: none !important;
}
.btn-style a:hover,.btn-style button:hover {
    background: #022f46 !important;
}
.btn-style2 a,.btn-style2 button{
    font-size: 18px !important;
    letter-spacing: 1px;
    display: inline-block !important;
    text-align: center !important;
    padding: 13px 50px !important;
    border-radius: 50px !important;
    position: relative !important;
    color: #022f46 !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    z-index: 1 !important;
    overflow: hidden !important;
    font-family: 'WixMadeforDisplay-Medium';
    background: #E4E7E8 !important;
	border: none !important;
}
.btn-style2 a:hover,.btn-style2 button:hover {
    background: #0255a1 !important;
	color:#fff !important;
}
.btn-style3 a,.btn-style3 button{
	font-size: 16px !important;
    letter-spacing: 1px;
    display: inline-block !important;
    text-align: center !important;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    position: relative !important;
    color: #022F46 !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    z-index: 1 !important;
    overflow: hidden !important;
    font-family: 'WixMadeforDisplay-Medium';
    background: transparent !important;
    border: 1px solid #0255a1 !important;
	margin-right:15px;
}
.btn-style3 a:hover,.btn-style3 button:hover {
    background: #022F46 !important;
	color: #fff !important;
	border: 1px solid transparent !important;
}
.btn-style3.active button  {
	background: #022F46 !important;
	color: #fff !important;
	border: 1px solid transparent !important;
}
.big-button button,.big-button a{
	font-family: 'WixMadeforDisplay-ExtraBold';
    padding: 22px 30px !important;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 2px solid #0255a1 !important;
}
.big-button button:hover,.big-button a:hover{
	border-color: #0255a1 !important;
}
.mobile-header{
	display:none;
}
#responsive_menu{
	display:none;
}
.mobile-header .site-logo img{
    width:230px;
}
.mobile-header .row{
    display:flex;
    justify-content:space-between;
    align-items:center;
	padding:15px 20px;
}
.mobile-header .toggle-menu{
    position:relative;
}
.mobile-header .responsive_menu_button{
    cursor: pointer;
    width: 23px;
    height: 18px;
    position: absolute;
    top: 50% !important;
    right: 8px;
    margin: 0;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
}
.mobile-header .responsive_menu_button span{
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px !important;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.mobile-header .responsive_menu_button span:first-child{
    top:0px;
}
.mobile-header .responsive_menu_button span:nth-child(2){
    top:7px;
}
.mobile-header .responsive_menu_button span:last-child{
    top:14px;
}
.mobile-header .responsive_menu_button.open span:first-child{
	top: 8px;
    transform: rotate(135deg);
    transition: top 0.3s 0s, transform 0.3s 0.3s;
}
.mobile-header .responsive_menu_button.open span:nth-child(2) {
    opacity: 0;
}
.mobile-header .responsive_menu_button.open span:last-child {
    top: 8px;
    transform: rotate(-135deg);
    transition: top 0.3s 0s, transform 0.3s 0.3s;
}
.mobile-header .header-right{
    display:flex;
    align-items:center;
}
.mobile-header .header-right .toggle-menu{
	width: 40px;
    height: 40px;
    background: #0255a1;
    color: #fff;
    border-radius: 50%;
}
.mobile-header .header-right .mobile-search .serach-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-header .header-right .mobile-search .serach-icon a{
    display: flex;
}
.mobile-header .site-logo a,.site-header .header-logo1 a,.site-header .header-logo2 a{
    display:flex;
}
/* #responsive_menu{
    display:none;
} */
#responsive_menu {
    max-height: 0;
    overflow: hidden;
    transform: scaleY(0);
    position: absolute;
    z-index: 9997;
    transform-origin: top;
    transition: max-height 0.3s ease, transform 0.3s ease;
    display: block;
    top: 132px;
    height: auto;
    width: 100%;
    left: 0;
	background:#fff;
	box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.09);
	border-top: 1px solid #000;
}
#responsive_menu .row{
	padding:0;
}
#responsive_menu.toggle-open {
    max-height: 1000px; /* Set enough height to reveal content */
    transform: scaleY(1);
}
#responsive_menu .row{
	display:block;
}
#responsive_menu .row .burger-logo-area{
    display:flex;
    justify-content:space-between;
    align-items:center;
/*     padding:0px 0px 25px 0px; */
}
#responsive_menu .row .burger-logo-area img{
    width:120px;
}
#responsive_menu .row .burger-logo-area .site-logo a{
    display:flex;
}
#responsive_menu .row .burger-logo-area .cross-btn{
/* 	background-image: linear-gradient(135deg, #EC9A19, #EC9A19); */
    padding: 0px 8px;
    color: #000;
	font-size:25px;
}
#responsive_menu .row nav ul{
    margin:0;
    padding:0;
    list-style:none;
}
#responsive_menu .row nav ul li a{
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    font-size: 16px;
    font-family: 'WixMadeforDisplay-Medium';
	background:#F9FAFD;
}

#responsive_menu .row nav li .sub-menu li a{
	font-size:15px;
	position:relative;
	padding-left:30px;
	background:#fff;
}
#responsive_menu .row nav li .sub-menu li a:before{
/* 	content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 25px;
    color: #535353;
    font-size: 18px; */
}
#responsive_menu .row nav li .sub-menu li.current-menu-item a:before{
	color:#022F46;
}
#responsive_menu .row nav ul li.current_page_item  a{
    font-family: 'WixMadeforDisplay-Bold' !important;
    color: #edb744;
}
#responsive_menu .row nav ul li.current_page_item  a:hover{
	color: #78b82a;
}

#responsive_menu .row nav ul li{
	position:relative;
}
#responsive_menu .row nav ul li.menu-item-has-children:after{
/* 	content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 14px;
    line-height: 25px;
    color: #535353;
    font-size: 18px; */
}
#responsive_menu .row nav ul li.menu-item-has-children .toggle-icon{
    position: absolute;
    right: 12px;
    top: 16px;
    font-size: 13px;
}
#responsive_menu .row nav ul li.menu-item-has-children .sub-menu{
	display:none;
}
.mobile-topbar{
	background: #022F46;
    padding: 12px 0px;
}
.mobile-topbar .container{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0;
}
.mobile-topbar .list a{
	display:flex;
	font-size: 13px;
	gap: 10px;
}
.mobile-topbar .list .icon{
    color: #edb744;
}
.mobile-topbar a{
	color:#fff;
}
.mobile-topbar a:hover{
	color:#fff;
}
.mobile-topbar .topbar-social-icon{
	text-align:right;
}
.mobile-topbar .topbar-social-icon a{
	margin-left:12px;
}
.mobile-topbar .book-btn{
	text-align: right;
    display: flex;
    justify-content: end;
}
.login-btn{
	padding-left:10px;
}
.login-btn>div,
.login-btn>div>a{
	display: flex;
    align-items: center;
    padding: 8px 0px 10px 0px;
    font-size: 16px;
	color:#fff;
	font-size:24px;
	gap:10px;
}
.login-btn .topbar-social-icon {
	margin-top:5px;
	gap:30px;
}
.login-btn .topbar-social-icon a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
/*     background: #50B849; */
    display: flex;
    justify-content: space-between;
    color: #fff;
	font-size:30px;
    border-radius: 50%;
}
.login-btn .apply-now-btn{
	justify-content:center;
	margin-top:30px;
	margin-right:10px;
}
.login-btn .apply-now-btn a{
	border:3px solid #fff !important;
	background-color:transparent !important;
}
.login-btn .apply-now-btn a:hover,.login-btn .apply-now-btn a:focus{
	background-color:#E1005C !important;
	color:#fff !important;
	border:3px solid #E1005C !important;
}
.login-btn .apply-now-btn a:before{
	background-color:#E1005C !important;
}
.goTop {
    height: 9px;
    opacity: 0;
    position: fixed;
    right: -60px;
	width: 35px;
    z-index: 999;
    display: block;
    top: 85%;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-color: #0255a1;
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 1;
    border-radius: 2px;
    padding: 18px 0 18px;
    transition: all .2s ease-out;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap:5px;
	cursor:pointer;
	border-radius:0%;
}
.goTop:hover{
	opacity:1;
	background:#edb744;
}
.goTop i{
	font-size:12px;
}
.go-top-show{
	right: 20px;
	opacity: 1;
}
/* Header CSS End */

/* Pages CSS Start */
strong{
	font-family: 'WixMadeforDisplay-Bold';
	font-weight:400;
}
.italic-heading{
	text-transform:uppercase;
	font-style:italic;
}
.heading-uppercase{
	text-transform:uppercase;
}
.home-sec-1{
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.31);
    padding: 20px 40px !important;
    display: flex;
    flex-wrap: nowrap !important;
    border-radius: 20px;
    margin-top: -80px !important;
    z-index: 2;
    position: relative;
    background: #fff;
}
.home-sec-1 h2{
	font-family:'WixMadeforDisplay-ExtraBold' !important;
}
.home-sec-2 .row-2{
	display:flex;
	flex-wrap:nowrap !important;
}
.home-sec-2 .row-2:before,.home-sec-2 .row-2:after{
	display:none;
}
.home-sec-2 .row-2 .vc_column_container>.vc_column-inner{
	padding:0 !important;
}
.home-sec-2 .row-2 .vc_column_container:nth-child(2){
	border-right:1px solid #EBEAEB;
	border-left:1px solid #EBEAEB;
}
.home-sec-2 .row-2 .vc_column_container:last-child{
	border-left:1px solid #EBEAEB;
}
.home-sec-2 .row-2 img{
	max-width:250px;
}
.img-radius img{
	border-radius:30px;
}
.home-sec-3 .row-1,.home-sec-3 .row-2{
	display:flex;
	flex-wrap:nowrap !important;
	gap: 70px;
}
.home-sec-3{
	padding:70px 0;
}
.home-sec-3 .container:before,.home-sec-3 .container:after{
	display:none;
}
.home-sec-4 .btn-style a,.home-sec-4 .btn-style button{
	border: 3px solid #0255a1 !important;
    padding: 23px 70px !important;
}
.home-sec-4 h2{
	font-family: 'WixMadeforDisplay-ExtraBold';
}
.product-page{
	padding:70px 0 100px;
}
.product-page .product-grid{
	display:flex;
	flex-wrap:nowrap !important;
	max-width:1300px !important;
	padding:0 !important;
	gap:50px;
	border-radius:40px;
}
.product-page .product-grid .img>.vc_column-inner{
	border-radius:40px;
}
.product-page .product-grid:before,.product-page .product-grid:after{
	display:none;
}
.product-page .product-grid img{
	width:100%;
	max-width: 425px;
}
.product-page .product-grid .content{
	padding-right:40px !important;
	padding-top:30px !important;
	padding-bottom:30px !important;
}
.product-page .product-grid h3{
	font-family: 'WixMadeforDisplay-Bold';
}
.product-page .product-grid .btn-style a,.product-page .product-grid .btn-style button{
	padding:20px 50px !important;
	margin-right:20px;
	font-family: 'WixMadeforDisplay-Bold';
}
.product-page .product-grid .btn-style2 a,.product-page .product-grid .btn-style2 button{
	padding:20px 50px !important;
	margin-right:20px;
	font-family: 'WixMadeforDisplay-Bold';
}
.single-room-thumbnail-slider #thumbnail-slider li img{
	display:block !important;
}
.single-room-thumbnail-slider .splide__track--nav>.splide__list>.splide__slide {
    border: 1px solid #eaeaea !important;
}
.single-room-thumbnail-slider .splide--nav {
    margin-top: 10px;
}
.single-room-thumbnail-slider .splide__arrow{
	background:transparent !important;
	border:none !important;
	opacity:1 !important;
	font-size: 25px;
}
.single-room-thumbnail-slider .splide__arrow--prev{
	left:0 !important;
}
.single-room-thumbnail-slider .splide__arrow--next{
	right:0 !important;
}
.single-room-thumbnail-slider .splide__arrow svg{
	fill:#ededede6 !important;
}
.single-product-page .row-1{
	display:flex;
	flex-wrap:nowrap !important;
	gap:40px;
}
.single-product-page .row-1:before,.single-product-page .row-1:after{
	display:none;
}
.single-product-page .row-1 table{
	border-collapse: collapse;
	width: 100%;
}
.single-product-page .row-1 table th,.single-product-page .row-1 table td{
	text-align: left;
	padding: 7px 10px;
}
.position-sticky{
	position:sicky;
	top:0;
}
.single-product-page .breadcrumb{
	text-transform:uppercase;
	font-size:15px;
	color:#B2B2B2;
	font-family: 'WixMadeforDisplay-Bold';
}
.single-product-page .breadcrumb a{
	color:#B2B2B2;
}
.single-product-page .breadcrumb span{
	color:#02549E;
}
.bold-font{
	font-family: 'WixMadeforDisplay-ExtraBold';
}
.img-box-slider{
	margin-top:20px;
}
.img-box-slider .splide__slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
    border-right: 1px solid #d7d7d7;
    padding-right: 15px;
    font-size: 14px;
}
.img-box-slider .image img{
	width: 50px;
}
.img-box-slider .dsc{
	font-family: 'WixMadeforDisplay-Bold';
}
.single-product-list ul{
	list-style:none;
	margin:0;
	padding:0;
}
.single-product-list ul li{
	margin-bottom:5px;
	font-family: 'WixMadeforDisplay-Medium';
	display:flex;
}
.single-product-list ul li:before{
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
    color: #48B02C;
    font-size: 18px;
}
.single-product-page .btn-style a,.single-product-page .btn-style button{
	font-family: 'WixMadeforDisplay-ExtraBold';
    padding: 15px 40px !important;
    background: #022F46 !important;
}
.single-product-page .btn-style a:hover,.single-product-page .btn-style button:hover{
	background: #0255a1 !important;
}
.single-product-page .btn-style2 a, .single-product-page .btn-style2 button{
	font-family: 'WixMadeforDisplay-ExtraBold';
    padding: 15px 40px !important;
    background: transparent !important;
	border:2px solid #022F46 !important;
	color:#022F46 !important;
	text-transform:uppercase;
}
.single-product-page .btn-style2 a i, .single-product-page .btn-style2 button i{
	transform: translate(-4px, 4px) !important;
}
.single-product-page .btn-style2 a:hover, .single-product-page .btn-style2 button:hover{
	background: #0255a1 !important;
	border-color:#0255a1 !important;
	color:#fff !important;
}
.single-product-page .row-1 .vc_col-sm-6:first-child{
	width:45% !important
}
.single-product-page .row-1 .vc_col-sm-6:last-child{
	width:55% !important
}
.single-product-page{
	overflow:unset !important;
}
.make-left-sticky>.vc_column-inner {
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 155px; /* Adjust this value if you have a sticky header */
  z-index: 10;
  align-self: flex-start; /* Helps with flexbox alignment */
}
.single-product-page table tr:nth-child(even) {
    background-color: #fff;
}
.single-product-page table tr:nth-child(odd) {
   background-color: #f2f2f2;
}
.single-product-sec-2.home-sec-2 .row-2 img{
	max-width:100%;
}
.single-product-sec-2.home-sec-2 .row-2>div>.vc_column-inner{
	background:#fff;
}
.single-room-thumbnail-slider .splide--nav{
	margin-top:10px;
}
.single-room-thumbnail-slider .splide__track--nav>.splide__list>.splide__slide{
/* 	border:none !important; */
}
.single-room-thumbnail-slider .splide--nav .splide__slide{
	cursor: pointer;
/*     opacity: .6; */
}
.single-room-thumbnail-slider .splide--nav .splide__slide.is-active {
    opacity: 1;
}
.single-room-thumbnail-slider #main-slider .splide__slide {
    display: flex;
    justify-content: center;
    background: #fff; /* Grey background */
/*     height: 440px !important; /* Adjust height as needed */ */
}

.single-room-thumbnail-slider #main-slider .splide__slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Ensures full image is visible */
}
.video-inner{
	padding: 80px 0;
}
.video-inner .container{
	display:flex;
	flex-wrap:nowrap !important;
	gap:30px;
}
.video-inner .container:before,.video-inner .container:after{
	display:none;
}
.video-inner .container .vc_column-inner{
	padding:0 !important;
}
.video-inner .container .video-col{
	box-shadow:0px 0px 10px 0px rgba(136, 136, 136, 0.38);
	border-radius: 30px;
}
.tab-style .vc_tta-tab.vc_active>a {
    padding: 12px 40px !important;
    border-radius: 30px !important;
    background: #0054A3 !important;
    color: #fff !important;
    font-family: 'WixMadeforDisplay-Bold' !important;
    border: 2px solid #0054A3 !important;
}
.tab-style .vc_tta-tab a {
    padding: 10px 25px !important;
    border-radius: 30px !important;
    background: 0 0 !important;
    color: #0054A3 !important;
    font-family: 'WixMadeforDisplay-Bold' !important;
    border: 2px solid #0054A3 !important;
}
.tab-style .vc_tta-panels {
    border-radius: 38px !important;
    padding: 10px 5px 20px;
    background-color: #F5F5F5 !important;
}
.style-seperator .vc_sep_line{
	position:relative;
}
.style-seperator .vc_sep_line:before{
    content: '';
    width: 250px;
    height: 5px;
    background-color: #0054A3;
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
}
.download-page p{
	margin:0;
}
.download-page .software-col{
	display:flex;
	align-items:center;
}
.parts-page .container{
	display:flex;
	flex-wrap:nowrap !important;
	gap:30px;
}
.parts-page .container:before,.parts-page .container:after{
	display:none;
}
.Privacy-policy-page ul{
	margin:0;
}
.Privacy-policy-page a{
	color:#EDB744;
}
.bolt-series-header{
	position: sticky !important;
    top: 0;
    z-index: 99;
    box-shadow: 0px -2px 10px 0px rgba(132.6, 132.6, 132.6, 0.29);
    margin: 0 !important;
}
.bolt-series-header-row{
	display:flex;
	align-items:center;
}
.bolt-series-header-left>.vc_column-inner>.wpb_wrapper{
	display:flex;
	align-items: center;
	gap: 30px;
}
.bolt-series-header-left>.vc_column-inner>.wpb_wrapper img{
	width:70px;
}
.bolt-series-header-left>.vc_column-inner>.wpb_wrapper p{
	margin:0;
}
.bolt-series-header-right ul{
	display:flex;
	margin:0;
	padding:0;
	list-style:none;
	justify-content:end;
}
.bolt-series-header-right ul li a{
    color: #022F46;
    font-family: 'WixMadeforDisplay-Bold';
    padding: 12px 26px;
    border-radius: 65px;
}
.bolt-series-header-right ul li.current-menu-item a{
	background:#EBF1F5;
}
.bolt-series-header-right .vc_wp_custommenu,.bolt-series-header-right .widget_nav_menu{
	margin:0;
}
.single-product-price a{
    background: #F6B319;
    color: #000;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 16px;
    margin-left: 10px;
}
.paymeny-method-slider .image{
	display:flex;
	justify-content:center;
}
.paymeny-method-slider img{
	width:64.7px;
}
.single-product-sec-2 .row-1{
	display:flex;
	flex-wrap:nowrap !important;
	gap:15px;
}
.single-product-sec-2 .row-1:before,.single-product-sec-2 .row-1:after{
	display:none;
}
.single-product-sec-2 .row-1>.vc_col-sm-4:first-child>.vc_column-inner{
	padding: 20px 30px !important;
}
.single-product-sec-2 .row-1>.vc_col-sm-4:first-child .btn-style button,.single-product-sec-2 .row-1>.vc_col-sm-4:first-child .btn-style a{
	font-family: 'WixMadeforDisplay-ExtraBold';
    padding: 22px 20px !important;
    text-transform: uppercase;
    letter-spacing: 0;
	border:2px solid #0255a1 !important;
}
.single-product-sec-2 .row-1>.vc_col-sm-4:first-child .btn-style button:hover,.single-product-sec-2 .row-1>.vc_col-sm-4:first-child .btn-style a:hover{
	border-color:#0255a1 !important;
}
.single-product-sec-2 .row-1 .vc_column-inner{
	padding:0 !important;
}
.product-table-row{
	background:#fff;
	display:flex;
	flex-wrap:nowrap !important;
	padding:0 !important;
}
.product-table-row>.vc_column_container{
	border: 1px solid #eee;	
}
.product-table-row>.vc_column_container>.vc_column-inner{
	padding:20px !important;
}
.product-table-row p{
	margin:0;
}
.product-table-row:before,.product-table-row:after{
	display:none;
}
.product-table-row-1{
	background:#fff;
	display:flex;
	flex-wrap:nowrap !important;
	padding:0 !important;
}
.product-table-row-1 h2{
	font-family: 'WixMadeforDisplay-ExtraBold';
}
.product-table-row-1>.vc_column_container>.vc_column-inner{
	padding: 35px 15px 0 !important;
}
.page-faq .vc_toggle_title{
	padding: 20px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, .15);
    font-size: 24px;
    color: #000;
	transition:.3s ease;
	background:#fff;
}
.page-faq .vc_toggle_title i.vc_toggle_icon{
	left:unset !important;
	right:20px !important;
	color:#262626;
	border-color:#262626 !important;
	background:#262626 !important;
}
.page-faq .vc_toggle_title i.vc_toggle_icon:before,.page-faq .vc_toggle_title i.vc_toggle_icon:after{
	color:#262626;
	border-color:#262626 !important;
	background:#262626 !important;
}
.page-faq .vc_toggle_content{
	background: rgb(236, 236, 236);
    margin: 0px;
    padding: 30px 20px;
}
.page-faq .vc_toggle_active i.vc_toggle_icon:before,.page-faq .vc_toggle_active i.vc_toggle_icon:after,.page-faq .vc_toggle_active i.vc_toggle_icon{
	color:#EDB744;
	border-color:#EDB744 !important;
	background:#EDB744 !important;
}
.page-faq .vc_toggle_active .vc_toggle_title{
	color: #EDB744;
}
.page-faq a{
	color:#EDB744;
}
.home-tabs .vc_tta-panel-body{
	padding:0 !important;
}
/* Pages CSS End */

/* Footer CSS Start */
.main-footer .row{
    display: flex;
    padding: 70px 0 50px;
	gap: 40px;
}
.main-footer .third{
	width:30%;
}
.main-footer h4{
	color: #022F46;
    font-size: 22px;
	margin-top: 10px;
}
.main-footer ul{
	list-style:none;
	margin:0;
	padding:0;
}
.main-footer ul li{
	margin-bottom:15px;
}
.main-footer .list a,.main-footer .list{
	display:flex;
	gap:10px;
}
.main-footer .list{
	margin-bottom:15px;
}
.main-footer a{
    color: #202020;
}
.main-footer a:hover{
	color:#EDB744;
}
.main-footer .list img{
	max-width:24px;
}
.footer-credit .container{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #022f46a1;
    max-width: 1300px !important;
    padding: 30px 0 50px !important;
}
.footer-credit p{
	margin:0;
	color:#54595F;
}
.footer-credit p a{
	color: #edb744;
    font-family: 'WixMadeforDisplay-Medium';
}
.footer-social-icon{
	display:flex;
	gap:30px;
	color:#000;
}
.footer-social-icon a{
	font-size: 18px;
    color: #022F46;
}
.footer-social-icon a:hover{
	color:#edb744;
}
.newsletter-form{
    display: flex;
    gap: 1px;
}
.newsletter-form input{
	padding: 15px;
    outline: none;
    border-radius: 0;
}
.newsletter-form #mc-submit{
	border-radius: 0;
    cursor: pointer;
    background: #0054A3;
    color: #fff;
}
/* Footer CSS End */

/* Contact form CSS start */
.thunderlaser-contact-us-form .form-group input,.thunderlaser-contact-us-form textarea{
    width: 100%;
    border: 2px solid #f0f0f0 !important;
    height: 50px;
    border-radius: 0;
    padding: 15px 20px;
    outline: 0;
    transition: .3s ease;
    background: #F7F7F7;
	box-sizing:border-box;
}
.thunderlaser-contact-us-form .form-group input:focus,.thunderlaser-contact-us-form textarea:focus{
	 background: transparent;
}
.thunderlaser-contact-us-form textarea{
	height:150px;
}
.thunderlaser-contact-us-form label{
    font-family: 'WixMadeforDisplay-ExtraBold';
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
}
.thunderlaser-contact-us-form label span{
	color: #e80000;
}
.thunderlaser-contact-us-form .submit-btn input{
	font-size: 18px !important;
    letter-spacing: 1px;
    display: inline-block !important;
    text-align: center !important;
    padding: 18px 50px !important;
    border-radius: 50px !important;
    position: relative !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: 0.3s ease all !important;
    z-index: 1 !important;
    overflow: hidden !important;
    font-family: 'WixMadeforDisplay-Medium';
    background: #0255a1 !important;
    border: none !important;
	cursor:pointer;
}
.thunderlaser-contact-us-form .submit-btn input:hover{
	background: #022f46 !important;
}
.contact-info {
    padding-left: 0px;
	margin:0;
	list-style:none;
}
.contact-info li {
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
}
.contact-info .icon-container {
    display: inline-block;
    background: #0054a3;
    color: #ffffff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 16px;
}
.contact-info address {
    display: inline-block;
	font-style: normal;
    line-height: 1.42857143;
	margin:0;
}
.thunderlaser-popup-form .form-group{
	display:flex;
	gap:40px;
}
.thunderlaser-popup-form textarea{
	height:100px;
}
.thunderlaser-popup-form p{
	margin-bottom:5px;
}
.sg-popup-content h2{
    margin-top: 0;
    font-family: 'WixMadeforDisplay-ExtraBold';
    font-size: 35px;
}
.sgpb-main-html-content-wrapper>p{
	margin:0 !important;
}
/* Contact form CSS End */

/* Banner CSS start */
.banner_bide,.banner-404{
	background-size:cover !important;
	background-position:center !important;
	background-repeat:no-repeat !important;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	height:330px;
	box-shadow:inset 0 0 0 2000px rgba(0,0,0,.5)!important;
}
.banner_bide .container-fluid,.banner-404 .container-fluid{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
/* 	background: linear-gradient(177.2deg, rgba(0, 0, 0, 0) 2.33%, rgba(0, 0, 0, 0.8) 55.14%); */
}
.banner-404 .container-fluid{
/* 	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.45%, rgba(0, 0, 0, 0.6) 78.34%); */
}
.banner_bide .container-fluid>.row{
	width:100%;
}
.bide_banner_title{
	width:100%;
	text-align:left;
}
.bide_banner_one{
    width: 100%;
/*     height: 350px; */
/* 	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.45%, rgba(0, 0, 0, 0.6) 78.34%); */
/* 	display: flex; */
/*     align-items: center; */
}
.banner_bide h1{
    margin: 0;
    color: #fff;
    font-size: 51.66px;
    line-height: 61.99px;
    font-weight: 400;
    text-align: left;
    position: relative;
    display: inline-block;
	margin-bottom:50px;
/* 	text-shadow: 2px 1px 2px rgb(0 0 0); */
}
.error-404{
	text-align:center;
	padding:50px 0;
}
.banner-404{
	height:330px;
}
.error-404 h1{
	font-size: 240px;
    color: #000;
    margin: 0;
    line-height: 200px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.error-404 .entry-content p:first-child{
    font-size: 2.071em;
    line-height: 1em;
    margin: 20px 0 0;
    color: #000;
/*     font-family: 'Merriweather-Bold'; */
}
.error-404 .entry-content p:nth-child(2){
    font-size: 20px;
    margin: 20px 0;
/*     font-family: 'FFNort-Regular'; */
}
.contact-page-sec-1{
	padding-top:40px !important;
}
.contact-page-sec-2{
	padding:0 35px !important;
	margin-bottom:80px !important;
}
/* Banner CSS End */

/* Single Post CSS start */
.single-post-page{
	padding:90px 0;
	background: #F5F5F5;
}
.single-post-page .row{
	display:flex;
	gap:30px;
}
.single-post-content{
	background: #fff;
    padding: 60px 100px 0;
}
.single-post-content .post-thumbnail{
	background: #f0f0f0;
}
.single-post-page .row .col-3{
	width:30%;
}
.single-post-page .row .col-9{
	width:70%;
}
.category-post-aside{
	background:#000;
	padding:20px 20px 10px;;
	margin-bottom:30px;
}
.category-post-aside h3{
    color: #fff;
    margin: 0;
    padding: 0px 0 15px;
    font-size: 30px;
    line-height: 38px;
/*     font-family: 'FFNort-Regular'; */
    text-transform: capitalize;
    font-weight: 400;
    border-bottom: 1px solid var(--mainColor);
    margin-bottom: 20px;
}
.category-post-aside h3 a,.category-post-aside .post-item h4 a{
	color:#fff;
}
.category-post-aside .post-item{
	display:flex;
	gap:15px;
	margin-bottom:10px;
}
.category-post-aside .post-item h4{
	color: #fff;
    margin: 0;
    font-size: 19px;
    line-height: 21px;
/*     font-family: 'FFNort-Regular'; */
    text-transform: capitalize;
	font-weight:400;
	margin-bottom:5px;
}
.category-post-aside .post-item p{
	font-size: 10px;
    margin: 0;
    line-height: 14px;
    color: #fff;
    text-align: justify;
}
.category-post-aside .post-item .post-date{
	color:#8C8C8C;
	font-size:12px;
	margin-top:5px;
}
.category-post-aside .post-item .post-thumbnail{
	width:40%;
	overflow:hidden;
}
.category-post-aside .post-item .post-thumbnail img{
	aspect-ratio: 109 / 109;
    width: 109px;
    object-fit: cover;
	transition:all 0.2s ease;
}
.category-post-aside .post-item:hover .post-thumbnail img{
	transform:scale(1.1);
	filter:brightness(0.5);
}
.category-post-aside .post-item .post-info{
	width:60%;
}
.category-post-aside .post-item:hover .post-info h4 a{
	color:var(--mainColor);
}
.single-post-content .single-post-title{
	font-size:40px;
	line-height:41px;
	color:var(--secondaryColor);
	margin:0 0 20px;
}
.single-post-content .post-thumbnail{
	position:relative;
}
.single-post-content .post-thumbnail .post-category{
	position:absolute;
	top:0;
	left:0;
}
.single-post-content .post-thumbnail .post-category p{
	margin:0;
}
.single-post-content .post-thumbnail .post-category a{
	display: inline-block;
    padding: 10px 40px;
    background: #000;
    color: #fff;
}
.single-post-content .post-thumbnail .post-category a:hover{
	background:#EDB744;
}
.single-post-content .post-thumbnail img{
	width:100%;
	height:420px;
	object-fit:cover;
}
.single-post-page .col-3 .category-posts{
	margin-top:61px;
}
.single-post-page .single-share{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.single-post-page .single-share .post-time p{
	font-size:18px;
	line-height:20px;
	color:#9B9A9A;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:20px 0;
/* 	font-family:'Inter-Medium'; */
}
.single-post-page .single-share .social-share{
	display:flex;
	color:#9B9A9A;
	gap:10px;
}
.single-post-page .single-share .social-share a{
    width: 27.07px;
    height: 27.07px;
    line-height: 27.07px;
    text-align: center;
    border: 1px solid #EDB744;
    display: inline-block;
    border-radius: 50%;
    font-size: 13px;
    color: #EDB744;
}
.single-post-page .single-share .social-share a:hover{
	background:#EDB744;
	color:#fff;
}
.single-post-page .post-content p{
	margin:10px 0;
	text-align:justify;
}
.single-post-page .post-content img{
	margin:10px 0;
}
.single-post-page .post-content h2,.single-post-page .post-content h1,.single-post-page .post-content h3,.single-post-page .post-content h4,.single-post-page .post-content h5,.single-post-page .post-content h6{
	margin:20px 0 10px;
/* 	font-family: 'FFNort-Medium'; */
    font-weight: 400;
}
.single-post-page .post-content h2{
	font-size:32px;
}
.single-post-page .post-content h3{
	font-size:24px;
}
.single-post-page .post-content h4{
	font-size:20px;
}
.single-post-page .post-content h5{
	font-size:20px;
}
.single-post-page .post-navigation{
	display: flex;
    justify-content: space-between;
    margin-top: 40px !important;
}
.single-post-page .post-navigation a{
	padding: 10px 20px;
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
}
.single-post-page .post-navigation a:hover{
	background:#4b4b4b;
	color:#fff;
}
.archive-page article{
	display: flex;
    background: #FBFBFB;
    margin-bottom: 30px;
}
.archive-page article .post-thumbnail{
	width:40%;
	position:relative;
}
.archive-page article .post-thumbnail .post-time{
	position: absolute;
    bottom: 0;
    background: rgb(35 31 32);
    color: #fff;
    padding: 6px 25px;
    left: 0;
    letter-spacing: 1px;
}
.archive-page article .post-thumbnail img{
	width: 100%;
    height: 270px;
    object-fit: cover;
}
.archive-page article .post-thumbnail a{
	display:flex;
}
.archive-page article .post-content{
	width:60%;
	padding:30px;
}
.archive-page article .post-content h2{
	margin-top:0;
	font-size:25px;
}
.archive-page article .post-content h2 a{
	color:var(--secondaryColor);
}
.archive-page article .post-content h2 a:hover{
	color:var(--mainColor);
}
.archive-page .pagination{
	text-align:center;
}
.archive-page .pagination .nav-links span{
	width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background: var(--secondaryColor);
    color: #fff;
}
.archive-page .pagination .nav-links a{
	color:var(--secondaryColor);
	width: 30px;
    height: 30px;
    line-height: 30px;
	 display: inline-block;
}
.archive-page .pagination .nav-links a:hover{
	background:#FBFBFB;
}
/* Single Post CSS End */
/* 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;
}
@media screen and (max-width: 1350px) {
	.home-sec-1{
		max-width:95% !important;
		padding: 20px 20px !important;
	}
	
}
@media screen and (max-width: 1200px) {
	.home-sec-2 .row-2{
		flex-wrap:wrap !important;
	}
	.home-sec-2 .row-2>.vc_column_container{
		width:50% !important;
	}
	.home-sec-2 .row-2 .vc_column_container:nth-child(2){
		border-right: none;
	}
}
@media screen and (max-width: 991px) {
	.main-header{
		display:none;
	}
	#responsive_menu{
		display:block;
	}
	.mobile-header{
        display:block;
    }
    .mobile-header .site-logo img{
        width:150px;
    }
	.main-footer .row{
		flex-wrap:wrap;
		gap: 0;
	}
	.main-footer .row .col-3,.main-footer .row .col-4,.main-footer .row .col-2,.main-footer .row .third{
		width:100%;
	}
	.main-footer .row{
		padding:40px 0;
	}
	.footer-credit .container{
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 20px;
		padding: 20px 10px !important;
	}
	.home-sec-1 img{
		max-width: 40px !important;
	}
	.home-sec-1 h2{
		font-size: 16px !important;
	}
	.home-sec-3 .row-1{
		flex-wrap: wrap !important;
		gap:0;
	}
	.home-sec-3 .row-1 .vc_column_container{
		width:100% !important;
	}
	.home-sec-3 .row-2{
		flex-wrap: wrap !important;
		flex-direction:column-reverse;
		gap:0;
	}
	.home-sec-3 .row-2 .vc_column_container{
		width:100% !important;
	}
	.home-sec-4 .container{
		flex-direction:column-reverse;
	}
	.home-sec-4 .vc_column_container{
		width:100% !important
	}
	#sgpb-popup-dialog-main-div{ 
		width:95%!important; 
/* 		max-width:970px !important;
		margin: auto;  */
	}
	.single-product-page .row-1{
		flex-wrap:wrap !important;
	}
	.single-product-page .row-1 .vc_col-sm-6:first-child{
	width:100% !important
	}
	.single-product-page .row-1 .vc_col-sm-6:last-child{
		width:100% !important
	}
	.bolt-series-header-right ul li a{
		padding: 10px 18px;
		font-size: 14px;
	}
	.single-product-sec-2 .row-1{
		flex-wrap:wrap !important;
	}
	.single-product-sec-2 .row-1>.vc_column_container{
		width:100% !important;
	}
}
@media screen and (max-width: 768px) {
	.main-footer .row{
		flex-wrap:wrap;
		gap: 0;
	}
	.main-footer .row .col-3,.main-footer .row .col-4,.main-footer .row .col-2,.main-footer .row .third{
		width:100%;
	}
	.main-footer .row{
		padding:40px 0;
	}
	.footer-credit .container{
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 20px;
		padding: 20px 10px !important;
	}
	.home-sec-1{
		flex-wrap:wrap !important;
	}
	.home-sec-1>.vc_column_container{
		width:50%;
	}
	.home-sec-1 .wpb_single_image{
		text-align:center !important;
		margin-bottom:15px !important;
	}
	.home-sec-1 h2 {
        text-align:center !important;
    }
	.home-sec-1 .vc_column-inner{
		padding:0 !important;
	}
	.home-sec-2 .row-2>.vc_column_container{
		width: 100% !important;
        border: 1px solid #f0f0f0 !important;
		margin-bottom:20px !important;
	}
	.home-sec-2 .row-2 .vc_column_container:nth-child(2),.home-sec-2 .row-2 .vc_column_container:last-child{
		border: 1px solid #f0f0f0;
	}
	.home-sec-2 .row-1 h2{
		font-size: 35px !important;
		line-height: 40px !important;
	}
	.home-sec-2 .row-1{
		padding-bottom:20px !important;
	}
	.home-sec-2.vc_row {
		padding:50px 0 !important;
	}
	.home-sec-2 .row-2{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.home-sec-3 .vc_column-inner,.home-sec-4 .vc_column-inner{
		padding:0 !important;
	}
	.home-sec-3 h3,.home-sec-4 h2{
		font-size: 35px !important;
		line-height: 40px !important;
	}
	.home-sec-3 {
    	padding: 70px 0 20px;
	}
	.home-sec-4 .container {
        padding:70px 15px 40px !important;
    }
	.product-page .product-grid{
		flex-wrap:wrap !important;
		gap: 0;
	}
	.product-page .product-grid .vc_column_container{
		width:100% !important;
	}
	.product-page .row-1 .vc_column-inner{
		padding:0 !important;
	}
	.product-page .row-1.container{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.product-page{
		padding:50px 0;
	}
	.single-product-page .row-1{
		flex-wrap: wrap !important;
		gap: 20px;
		max-width: 93% !important;
	}
	.single-product-page .row-1 .vc_column_container{
		width:100% !important;
	}
	.single-product-page .row-1.container{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.single-product-video-sec .vc_column-inner,.inner-page .vc_column-inner,.contact-page .vc_column-inner{
		padding:0 !important;
	}
	.single-product-video-sec iframe{
		height:350px !important;
	}
	.single-product-page .row-1 .vc_column_container:last-child>.vc_column-inner{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.video-inner .container{
		flex-wrap:wrap !important;
	}
	.video-inner .container .vc_column_container{
		width:100% !important;
	}
	.video-inner .container{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.video-inner{
		padding: 50px 0;
	}
	.tab-style .vc_tta-panels {
   		border-radius: 10px !important;
		padding:20px 10px;
	}
	.tab-style .vc_tta-panel-title a{
		padding: 10px 25px !important;
		border-radius: 30px !important;
		background: 0 0 !important;
		color: #0054A3 !important;
		font-family: 'WixMadeforDisplay-Bold' !important;
		border: 2px solid #0054A3 !important;
	}
	.tab-style .vc_active .vc_tta-panel-title a{
		padding: 12px 40px !important;
		border-radius: 30px !important;
		background: #0054A3 !important;
		color: #fff !important;
		font-family: 'WixMadeforDisplay-Bold' !important;
		border: 2px solid #0054A3 !important;
	}
	.parts-page .container{
		flex-wrap:wrap !important;
	}
	.parts-page .container .vc_column_container{
		width:100% !important;
	}
	.archive-page article{
		flex-wrap:wrap;
	}
	.archive-page article .post-thumbnail,.archive-page article .post-content {
		width:100%;
	}
	.archive-page article .post-content{
		padding:30px 15px;
	}
	.single-post-content{
		padding: 30px 15px 0;
	}
	.single-post-content .post-thumbnail img,.archive-page article .post-thumbnail img{
		height:auto;
	}
	.single-post-page .single-share .social-share{
		gap: 8px;
	}
	.product-table-row{
		flex-wrap:wrap !important;
	}
	.product-table-row-1{
		display:none !important;
	}
	.product-table-row>.vc_column_container{
		width:100% !important;
	}
	.bolt-series-header-row>.vc_col-sm-5{
		display:none;
	}
	.bolt-series-header-right{
		width:100% !important;
	}
	.bolt-series-header{
		position:relative !important;
		box-shadow:none;
	}
	.bolt-series-header .widget_nav_menu{
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.bolt-series-header .widget_nav_menu ul{
		display: inline-flex;
		gap: 5px;
		margin: 10px 0 20px;
	}
	.bolt-series-header-right ul li a{
		padding: 10px 18px;
		font-size: 14px;
	}
	.bolt-series-header.vc_section{
		padding: 10px 0 !important;
	}
	.bolt-series-header .vc_column-inner{
		padding:0 !important;
	}
	.single-product-sec-2 .row-3{
		flex-wrap:wrap !important
	}
	.single-product-sec-2 .row-3>.vc_column_container{
		width:100% !important;
	}
	.single-product-sec-2 .row-3,.single-product-sec-2 .row-3 .vc_column-inner{
		padding:0 !important;
	}
}
@media screen and (max-width: 480px) {
	.single-post-page .single-share .post-time p{
		font-size: 14px;
	}
	.single-post-page{
		padding: 50px 0;
	}
	.single-post-content .single-post-title,.single-post-page .post-content h2{
		font-size: 24px;
	}
	.single-room-thumbnail-slider .splide__arrow--prev {
    	left: -15px !important;
	}
	.single-product-page.vc_row{
		padding-top:50px !important;
		padding-bottom:50px !important;
	}
	.single-room-thumbnail-slider .splide__arrow--next {
   		right: -15px !important;
	}
	.single-product-video-sec iframe{
		height:250px !important;
	}
	.home-sec-1 {
        max-width: 93% !important;
    }
	.home-sec-4 h2{
		font-size: 30px !important;
		line-height: 40px !important;
	}
	.banner_bide h1{
		font-size: 32.66px;
		line-height: 40.99px;
	}
	.banner_bide, .banner-404{
		height: 230px;
	}
	.product-page .row-1 h2{
		font-size: 32px !important;
		line-height: 40px !important;
	}
	.product-page .product-grid h3{
		font-size: 32px !important;
		line-height: 40px !important;
	}
	.contact-info li:first-child{
		align-items:center;
	}
	.contact-info li:first-child .icon-container{
		width: 58px;
	}
	.download-page .vc_column-inner{
		padding:0 !important;
	}
	.download-page.vc_row{
		padding-top:50px !important;
		padding-bottom:50px !important;
	}
	.download-page h2{
		font-size: 24px !important;
		line-height: 30px !important;
	}
	.download-page .container{
		padding-left:15px !important;
		padding-right:15px !important;
	}
	.parts-page .container{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.error-404 h1{
		font-size: 140px;
		line-height: 100px;
	}
	#sgpb-popup-dialog-main-div{ 
		width:90%!important; 
		max-width:360px !important;
		margin: auto;
		padding: 15px !important;
	}
	.sgpb-popup-dialog-main-div-theme-wrapper-5{ 
		left: 50% !important; 
		top: 50% !important; 
		transform: translate(-50%, -50%) !important; 
		width: 90%; 
	}
	.thunderlaser-popup-form .form-group{
		flex-wrap:wrap;
		gap:0;
	}
	.thunderlaser-popup-form .form-group .col-6{
		width:100%;
	}
	.single-product-sec-2 .row-1{
		padding: 0 !important;
	}
	.single-product-sec-2 .row-2 h2{
		font-size: 32px !important;
		line-height: 35px !important;
	}
	.single-product-page.vc_section{
		padding-bottom: 20px !important;
	}
	.single-product-page .row-1 .vc_col-sm-6:last-child .vc_row{
		padding: 30px 5px !important;
	}
	.img-box-slider .splide__slide{
		border-right:0;
	}
	.page-faq .vc_column-inner,.page-faq{
		padding:0 !important;
	}
	.page-faq h2{
		font-size:32px !important;
		line-height:35px !important;
	} 
	.page-faq .vc_toggle_title{
		font-size: 18px;
		padding-right: 36px !important;
	}
	.blog-page .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper{
		margin-right:0 !important;
	}
	.blog-page .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item{
		padding-right:0 !important;
	}
}