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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

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

body,
button,
input,
select,
optgroup,
textarea {
	font-family: "Poppins", sans-serif;
}
body{
	margin: 0 !important;
	font-optical-sizing: auto;
  	font-style: normal;
}
.body_cont{
	overflow: hidden;
}
.title{
	font-family: "Poppins", sans-serif;
}
.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6{
	font-family: "Jost", sans-serif;
	margin: 0;
	text-transform: capitalize;
	padding-bottom: 20px;
	font-weight: 500;
	color: #151515;
}
.title .top_heading{
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 2px;
	text-transform: capitalize;
	color: #C01C22;
	margin: 0;
}
.title h1.norm_heading,
.title h2.norm_heading,
.title h3.norm_heading,
.title h4.norm_heading,
.title h5.norm_heading,
.title h6.norm_heading,
.title h2,
.title h3,
.title .norm_heading{
	font-family: "Jost", sans-serif;
	font-size: 47px;
	line-height: 56px;
	font-weight: 500;
}
.title .content_wrep h1{
	font-family: "Jost", sans-serif;
	font-size: 47px;
	line-height: 56px;
	font-weight: 500;
}
.title h4{
	font-family: "Jost", sans-serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: 500;
}
.title h5{
	font-family: "Jost", sans-serif;
	font-size: 22px;
	line-height: 27px;
	font-weight: 500;
}
.title p.jost_font{
	font-family: "Jost", sans-serif;
}
.title p{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #151515;
	margin: 0px;
	padding-bottom: 1rem;
	transition: all ease 0.5s;
}
.title p:last-child{
	padding-bottom: 0 !important;
}
.title ul{
	/* padding: 0; */
	margin: 0;
	list-style: disc;
}
.title ul li{
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #151515;
	margin: 0px;
	padding-bottom: 6px;
	position: relative;
	transition: all ease 0.5s;
}
.title ul li:last-child{
	padding-bottom: 1rem;
}
.title a{
	text-decoration: none;
	outline: none;
	transition: all ease 0.5s;
	letter-spacing: inherit;
}
.title a:visited{
	text-decoration: none;
	outline: none;
}
.black_bg{
	background: #151515;
	color: #FFF;
}
.title.black_bg h1,
.title.black_bg h2,
.title.black_bg h3,
.title.black_bg h4,
.title.black_bg h5,
.title.black_bg h6,
.title.black_bg .norm_heading{
	color: #FFF;
}
.title.black_bg p,
.title.black_bg ul li{
	color: #FFF;
}
.title .grey_para p{
	color: #999999;
}
.title.black_bg p.top_heading{
	color: #C01C22;
}
.title .uni_btn{
	position: relative;
	font-family: "Poppins", sans-serif;
    font-size: 14px;
	line-height: 14px;
    font-weight: 600;
    border-radius: 0px;
    background: #C01C22;
	border: 1px solid #C01C22;
    color: #FFF;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	gap: 25px;
	height: 50px;
    text-transform: capitalize;
    transition: all ease 0.5s;
    z-index: 1;
    overflow: hidden;
	margin-top: 35px;
	max-width: max-content;
 }
 .title .uni_btn:hover{
	border: 1px solid #000;
	background: transparent;
	color: #000;
 }
 .title .uni_btn img{
	transition: all ease 0.5s;
 } 
 .title .uni_btn:hover img{
	filter: invert(1);
	transform: translateX(5px);
 } 
 .title .uni_btn.uni_btn2:hover{
	border: 1px solid #FFF;
	background: transparent;
	color: #FFF;
 }
 .title .uni_btn.uni_btn2 img{
	transition: all ease 0.5s;
 } 
 .title .uni_btn.uni_btn2:hover img{
	filter: invert(0);
	transform: translateX(5px);
 } 
.img_cont{
	overflow: hidden;
	width: 100%;
}
  .inner_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.5s;
  }
  .inner_img:hover{
	transform: scale(1.1);
  }
 .error-404.not-found{
	padding: 80px 0px 0px;
}
.error-404.not-found .page-header h1{
	font-size: 36px;
	line-height: 41px;
	color: #C01C22;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
}
.error-404.not-found .uni_btn{
	margin-top: 0;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}
#uni_banner{
	background-image: url('/wp-content/uploads/2025/04/inner_banner.avif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	min-height: 328px;
	position: relative;
}
#uni_banner::before{
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 100%, rgba(0, 0, 0, 0.68) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.error404 #uni_banner,
.archive #uni_banner{
	background-image: url('/wp-content/uploads/2025/04/inner_banner.avif') !important;  
}
.sec_pad{
	padding: 75px 0px;
}
.sec_pad2{
	padding-top: 75px;
}
.content_wrep{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.content_wrep p a,
.content_wrep2 p a,
.black_bg p a
.inner_wrep p a{
	color: #C01C22;
}
.inner_wrep{
	max-width: 1255px;
	margin: 0 auto;
}
.content_wrep2 h2,
.content_wrep2 h3,
.content_wrep2 h4,
.content_wrep2 .norm_heading{
	font-size: 36px;
	line-height: 45px;
	padding-bottom: 10px;
}
.main_wrep{
	padding-top: 90px;
}
.center_text{
	text-align: center;
}

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

#masthead{
	padding: 25px 0px 25px;
	background: transparent;
	width: 100%;
	transition:  all ease 0.5s;
	z-index: 999;
	color: #FFF;
	position: absolute;
	/* top: 0; */
	left: 0;
}
#masthead+section{
	padding-top: 130PX;
}
#masthead.single_bg{
	background: #000;
}
#masthead .head_main{
	align-items: flex-end;
}
#masthead .head_right{
	display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    align-items: flex-end;
}
#masthead .top{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
#masthead .top .uni_btn{
	color: #FFF;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	gap:12px;
	padding: 12px 40px;
	border: 1px solid #FFF;
	background: transparent;
	text-decoration: none;
	transition: all ease 0.5s;
	margin: 0;
}
#masthead .top .uni_btn:hover{
	background: #C01C22;
}
#masthead .top .uni_btn:hover img{
	transform: translateX(0);
	filter: invert(0);
}
/* ------Sticky Header------- */
 
.scroll-down {
	transform: translate3d(0, -100%, 0);
  }
  .scroll-up {
	transform: none;
  }
  header#masthead.scroll-up {
	box-shadow: 0px 0px 10px 0px rgb(153 153 153 / 0.7%);
	background: rgba(0, 0, 0, 0.95);
	top: 0;
	z-index: 999;
	position: fixed;
	width: 100%;
	transition: all ease 0.5s;
	padding: 16px 0px 16px 0px;
	transition: all ease 0.5s;
  }

  /* header#masthead.scroll-up .top{
	display: none;
  } */

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

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	vertical-align: sub;
	font-size: 16px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	margin: 0 0 0 2px;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
	/* transition: all ease 0.3s; */
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
	transition: all ease 0.5s;
	position: relative;
	margin: 0px 0px 0px 36px;
	font-weight: 500 !important;
}
#mega-menu-wrap-menu-1 ul.mega-sub-menu{
	margin-top: 10px !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	transition: all ease 0.5s;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-no_visible{
	display: none;
}

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

.foot_top{
	padding: 80px 0px 40px;
}
.foot_top .offer{
	max-width: 390px;
}
.foot_top .offer .foot_logo{
	padding-bottom: 30px;
}
.foot_top .offer .below_logo p{
	color: #999999;
}
.foot_top .foot_contact .contact_info{
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	padding-bottom: 20px;
}
.foot_top .foot_contact .contact_info .contact_icon{
	height: fit-content;
	margin-top: 3px;

}
.foot_top .foot_contact .touch_head{
	font-weight: 500;
	color: #999999;
	line-height: 16px;
	padding-bottom: 6px;
}
.foot_top .foot_contact .touch_text
{
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #FFF;
	transition: all ease 0.5s;
}
.foot_top .foot_contact .touch_text:hover{
	color: #C01C22;
}
.foot_top .foot_address{
	max-width: 240px;
}
.foot_top .foot_address p.touch_text{
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
	color: #FFF;
}
.foot_top .foot_address p{
	color: #999999;
	transition: all ease 0.5s;
}
.foot_top .foot_address a p:hover{
	color: #C01C22;
}
.foot_top .social_nav{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 85px;
}
.social_nav .social_cont{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.social_nav .social_cont .icon{
	height: 33px;
	width: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid #999999;
	transition: all ease 0.5s;
}
.social_nav .social_cont .icon:hover{
	background: #C01C22;
	border: 1px solid #C01C22;
}
.foot_top .foot_menu ul{
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	list-style: none;
}
.foot_top .foot_menu ul li,
.foot_top .foot_menu ul li a{
	color: #999999;
	padding: 0;
	transition: all ease 0.5s;
}
.foot_top .foot_menu ul li a:hover{
	color: #C01C22;
}
.foot_bottom {
	background: #000;
	padding: 19px 0px;
}
.foot_bottom .copyright{
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
	justify-content: space-between;
}
.foot_bottom .copyright p{
	color: #FFF;
	padding: 0;
	font-size: 12px;
}

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

.banner{
	background-image: url('/wp-content/uploads/2025/04/banner_bg.avif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	color: #FFF;
}
.banner::before{
	content: "";
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.68) 20%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.banner_wrep{
	position: relative;
	z-index: 1;
	padding: 55px 0px 60px;
}
.banner .banner_content{
	max-width: 585px;
}
.banner .banner_content .main_heading{
	color: #FFF;
	font-size: 65px;
	line-height: 77px;
	padding-bottom: 11px;
}
.banner .banner_content .banner_para{
	color: #FFF;
	font-size: 20px;
}
.banner .banner_content .uni_btn{
	margin-top: 44px;
}
.banner .form_wrep{
	background: rgba(21, 21, 21, 0.65);
	padding: 27px 36px;
	color: #FFF;
}
.banner .form_wrep .request{
	font-family: "Jost", sans-serif;
	color: #FFF;
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 5px;
}
.banner .form_wrep p{
	color: #FFF;
	padding: 0;
}
div.wpforms-container-full .wpforms-field-large{
	background: #FFFFFF !important;
	border: 1px solid #FFF !important;
	border-radius: 0px !important;
	outline: none !important;
	padding: 14px 24px 14px 24px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #676767 !important;
	height: 50px !important;
	display: flex !important;
	align-items: center !important;
  }
div.wpforms-container-full .wpforms-field-large:focus{
	box-shadow: none !important;
}

div.wpforms-container-full .wpforms-field-large::placeholder{
	font-size: 14px !important;
	font-weight: 400 !important;
	text-transform: capitalize;
	color: #676767 !important;
	opacity: 1 !important;
  }

div.wpforms-container-full textarea.wpforms-field-large{
	height: 92px !important;
}

.banner .wpforms-container .wpforms-field {
    padding: 6px 0 !important;
}

.wpforms-submit {
    margin: 0 !important;
	width: 100% !important;
    font-size: 14px !important;
	text-align: center;
    font-weight: 600 !important;
    color: #FFF !important;
    text-transform: capitalize !important;
    height: 50px !important;
    padding: 12px 45px 12px 45px !important;
    border-radius:0px !important;
    background: #C01C22 !important;
	position:relative;
	transition: all ease 0.7s;
}
.wpforms-submit:hover{
	background: transparent !important;
	color: #FFF !important;
	border: 1px solid #FFF;
}
.abt_sec.sec_pad{
	padding: 100px 0px;
}
.abt_sec .abt_img{
	height: 466px;
}
#about_slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 2px;
    background: #696969;
}
#about_slider .owl-dots .owl-dot.active span,
#about_slider .owl-dots .owl-dot:hover span {
    background: #C01C22;
}
.abt_sec .about_us{
	padding-left: 50px;
}
.abt_sec .about_us h2,
.abt_sec .about_us h3,
.abt_sec .about_us .norm_heading{
	max-width: 472px;
}
.abt_sec .about_us .grey_para{
	max-width: 670px;
}
.about_us .year_wrep{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 65px;
	margin-top: 33px;
}
.about_us .year_wrep .experience_box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.about_us .year_wrep .experience_box p{
	max-width: 93px;
}
.about_us .year_wrep .experience_box .year_count{
	font-size: 62px;
	line-height: 62px;
	font-weight: 500;
	color: #FFF;
	padding: 0;
	max-width: unset;
}
.about_us .year_wrep .uni_btn{
	margin: 0;
}
.services_sec{
	overflow: hidden;
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}
.services_sec .install{
	max-width: 414px;
	padding-bottom: 40px;
}
.services_sec .set_stage{
	padding-left: 100px !important;
	padding-right: 0 !important;
 }
 #services_slider .owl-stage{ 
	left: -45px;
 } 
#services_slider .owl-nav {
	margin-top: 0px;
	position: absolute;
	right: 100px;
	top: -130px;
}
#services_slider .owl-nav button{
	width: 69px;
    height: 69px;
    background: transparent;
    border: 1px solid #222924;
    border-radius: 50%;
	transition: all ease 0.5s;
}

#services_slider .owl-nav button:hover{
	background: #C01C22;
	border: 1px solid #C01C22;
}
#services_slider .owl-nav button img{
	transition: all ease 0.5s;
}
#services_slider .owl-nav button:hover img{
	filter: invert(1);
}
.services_box{
	text-align: center;
}
.services_box .build_red{
	background-image: url('/wp-content/uploads/2025/04/800.avif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 495px;
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-bottom: 32px;
	padding: 12px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	transition: all ease 0.5s;
  }
  .services_box .build_red .build_info_cont{
	padding: 55px 50px;
	background: rgba(192, 28, 34, 0.76);
	color: #FFF;
	transition: all ease 0.5s;
	opacity: 0;
  }
  .services_box:hover .build_red .build_info_cont{
	opacity: 1;
  }
  .services_box .build_red .build_info_cont .for_build p{
	color: #FFF;
	font-size: 14px;
  }
  .services_box .build_red .build_info_cont .uni_btn{
	min-width: 200px;
	background: transparent;
	border: 1px solid #FFF;
	margin-top: 30px;
  }
  .services_box .build_red .build_info_cont .uni_btn:hover{
	color: #FFF;
  }
  .services_box .build_red .build_info_cont .uni_btn img{
	max-width: 35px;
  }
  .services_box .build_red .build_info_cont .uni_btn:hover img{
	filter: invert(0);
  }
  .services_box .for_title_cont .design_twenty{
	padding: 0;
	font-size: 24px;
	line-height: normal;
	color: #151515;
	transition: all ease 0.5s;
  }
  .services_box:hover .for_title_cont .design_twenty{
	color: #C01C22;
  }
  .choose_sec{
	padding: 55px 0px;
	position: relative;
  }
  .choose_sec .best{
	max-width: 530px;
  }
  .choose_sec .best .norm_heading{
	padding-bottom: 45px;
  }
  .choose_sec .choose_box{
	margin: 38px 0px 38px 80px ;
	padding-bottom: 38px;
	border-bottom: 1px solid #666666;
  }
  .choose_sec .choose_box:last-child{
	margin: 0px 0px 0px 80px;
	padding-bottom: 0px;
	border-bottom: 0px;
  }
  .choose_sec .choose_box svg path{
	transition: all ease 0.5s;
  }
  .choose_sec .choose_box:hover svg path{
	fill: #C01C22;
  }
   .choose_sec .choose_box .choose_heading{
		font-size: 24px;
		line-height: normal;
		padding: 26px 0px 10px;
   }
   .choose_sec .line{
		background: #666666;
		width: 100%;
		height: 1px;
		margin: 38px 0px;
   }
   .choose_sec .choose_img{
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 50%;
   }
 	.our_range{
		text-align: center;
		max-width: 870px;
		margin: 0 auto;
		padding-bottom: 58px;
   }
   .our_range .norm_heading{
	padding-bottom: 10px;
   }
   .prod_box{
		background: #FFF;
		transition: all ease 0.5s;
		box-shadow: 0 0 20px 3px rgba(57, 57, 57, 0.1);
		margin: 10px;
   }
   .prod_box .img_cont{
		height: 222px;
   }
   .prod_box .product_info{
	padding: 28px 20px 30px;
	text-align: center;
   }
   .prod_box .product_info .design_twenty{
		padding-bottom: 8px;
		font-size: 24px;
		line-height: normal;
		color: #151515;
		transition: all ease 0.5s;
  }
  .prod_box:hover .product_info .design_twenty{
		color: #C01C22;
  }
  .prod_box .product_info .find p,
  .prod_box .product_info .find ul li{
	color: #6E6E6E;
	transition: all ease 0.5s;
	max-width: 256px;
	margin: 0 auto;
}
.prodct_main .prod_box.for_main .product_info .find p,
.prodct_main .prod_box.for_main .product_info .find ul li{
	padding: 0;
}
.prod_box .product_info .uni_btn{
	background: transparent;
	border: 1px solid #000;
	color: #000;
	min-width: 216px;
}
.prod_box .product_info .uni_btn img{
	filter: invert(1);
	max-width: 39px;
}
.prod_box:hover .product_info .uni_btn{
	background: #C01C22;
	border: 1px solid #C01C22;
	color: #FFF;
	min-width: 216px;
}
.prod_box:hover .product_info .uni_btn img{
	filter: invert(0);
}
#product_slider .owl-nav {
	margin-top: 20px;
}
#product_slider .owl-nav button{
	width: 69px;
    height: 69px;
    background: transparent;
    border: 1px solid #222924;
    border-radius: 50%;
	transition: all ease 0.5s;
}

#product_slider .owl-nav button:hover{
	background: #C01C22;
	border: 1px solid #C01C22;
}
#product_slider .owl-nav button img{
	transition: all ease 0.5s;
}
#product_slider .owl-nav button:hover img{
	filter: invert(1);
}
.blogs_sec.sec_pad{
	padding-bottom: 10px;
}
.blogs_sec .our_range{
	padding-bottom: 158px;
}
.blog_box{
	transition: all ease 0.5s;
}
.blog_box .img_cont{
	margin-bottom: 30px;
	height: 215px;
}
.date_box p span{
	color: #C01C22;
	font-weight: 500;
	text-transform: capitalize;
}
.blog_box .design_twenty{
	color: #151515;
	font-size: 18px;
	line-height: normal;
	font-weight: 600;
	padding: 9px 0px;
	max-width: 394px;
}
.blog_box .blog_info p{
	color: #6E6E6E;
	max-width: 394px;
}
.blog_box .blog_btn{
	padding: 5px 0px;
	background: transparent;
	outline: none;
	border: 0;
	display: flex;
	gap: 4px;
	margin-top: 28px;
	transition: all ease 0.5s;
}
.blog_box:hover .blog_btn{
	color: #C01C22;
}
svg path{
	transition: all ease 0.5s;
}
.blog_box:hover .blog_btn svg path{
	fill: #C01C22;
}
.blog_box:hover .inner_img{
	transform: scale(1.1);
}
.blogs_sec .blog_rows > .col-lg-4:nth-child(2) .blog_box {
	transform: translateY(-115px);
}
.blogs_sec .blog_rows > .col-lg-4:nth-child(2) .blog_box .img_cont{
	height: 278px;
}
.portfolio.sec_pad.black_bg{
	padding: 125px 0px 55px;
	background: #363636;
}
.portfolio.sec_pad.black_bg .top_heading{
	color: #fff;
}
.portfolio .provide{
	max-width: 690px;
}
.portfolio .provide .norm_heading{
	padding-bottom: 0;
}
.portfolio .access{
	text-align: end;
}
.portfolio .access .uni_btn{
	gap: 60px;
	background: transparent;
	border: 1px solid #FFF;
	color: #FFF;
}
.portfolio .access .uni_btn:hover{
	background: #C01C22;
	border: 1px solid #C01C22;
}
  .sliding_wrep{
	padding-top: 70px;
  }
  #portfolio_slider{
	overflow: hidden;
  }
  #portfolio_slider .owl-item .item .img_boxxx{
	height: 314px;
	margin-top: 170px;
  }
  #portfolio_slider .owl-item.active .item .img_boxxx{
	height: 485px;
	margin-top: 0;
  }
  #portfolio_slider .owl-item .item .img_boxxx img{
	height: 100%;
	object-fit: cover;
  }
#portfolio_slider .owl-stage {
    transition: all 0.3s ease;
}
 #portfolio_slider .disabled+.owl-dots {
    margin-top: 40px;
	text-align: left;
}
#portfolio_slider .owl-dots .owl-dot span{
	margin: 0;
	background: #636363;
	border-radius: 0%; 
	width:75px;
	height:2px;
}
#portfolio_slider .owl-dots .owl-dot.active span{
	background: #C01C22;
}
.slider-info {
    text-align: left;
    margin-top: 10px;
}
.counter {
    font-size: 22px;
    font-weight: 400;
}

#portfolio_slider .owl-stage-outer {
    overflow: hidden;
    margin-left: -200px;   
    /* padding-left: 200px;   */
}





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

.gen_sec1 #gen1_img{
	width: 100%;
	min-height: 490px;
}
.gen_sec1 .design{
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
#repeating_sec .brand{
	padding-right: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
#repeating_sec.sec_reverse .brand{
	padding-right: 0;
	padding-left: 55px;
}
#repeating_sec .row_reverse{
	flex-direction: row-reverse;
}
#repeating_sec .brand .partnr_logo{
	width: max-content;
	margin-bottom: 17px;
	max-width: 45%;
}
.abt_bottom{
	background: linear-gradient(to right, #363636 50%, #EAEAEA 50%);
}
.abt_bottom .sustain{
	max-width: 468px;
}
.abt_bottom .logo_cont{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
	justify-content: center;
	height: 100%;
	padding-left: 80px;
}
.abt_bottom .logo_cont img{
	max-width: max-content;
}

/*----------------Contact Us--------------*/

.contact_sec.sec_pad{
	padding-top: 95px;
}

.contact_sec .inner_cont{
	max-width: 960px;
	margin: 0 auto;
}
.contact_sec .call_us{
	max-width: 260px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
.call_us .jost_font{
	padding: 24px 0px 15px;
	font-size: 22px;
	font-weight: 600;
}
.call_us a p{
	display: inline-block;
	word-break: normal;
}
.call_us a p:hover{
	color: #C01C22;
}
.call_us .equal{
	height: 64px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.call_us .equal img{
	width: max-content;
	margin: 0 auto;
}
.form_sec {
	background: #363636;
}
.form_sec .touch{
	max-width: 982px;
	margin: 0 auto;
	text-align: center;
}
.form_sec .touch .norm_heading{
    font-family: "Poppins", sans-serif;
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	padding: 0;
	color: #FFF;
}
.map_iframe{
	height: 500px;
	width: 100%;
}
.map_iframe iframe{
	width: 100%;
	height: 100%;
}
.form_sec div.wpforms-container-full .wpforms-field-large{
	background: transparent !important;
	height: 60px !important;
	border: 1px solid #FFF !important;
	color: #FFF !important;
}
.form_sec div.wpforms-container-full .wpforms-field-large::placeholder{
	color: #FFF !important;
}
.form_sec div.wpforms-container-full textarea.wpforms-field-large {
    height: 140px !important;
}
.form_sec .wpforms-submit {
	max-width: 185px !important;
	transition: all ease 0.5s;
}
.form_sec .wpforms-submit:hover{
	border: 1px solid #FFF !important;
}
.form_sec div.wpforms-container-full .wpforms-field-large:focus{
	border: 1px solid #C01C22 !important;
}

/*---------------Blogs Pages------------------*/

.blog_main .blog_top {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.blog_main .date_box{
	padding-bottom: 25px;
}
.blog_main .gen1_img{
	height: 448px;
}
.blog_main .blog_box{
	margin-bottom: 50px;
}
.blog_bottom .design{
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.btn.loadMoreBtn {
	margin: 10px auto 0 !important;
	max-width: 180px !important;
    font-size: 14px !important;
	text-align: center;
    font-weight: 600 !important;
    color: #FFF !important;
    text-transform: capitalize !important;
    height: 50px !important;
    padding: 12px 45px 12px 45px !important;
    border-radius:0px !important;
    background: #C01C22 !important;
	position:relative;
	transition: all ease 0.7s;
	display: flex;
	justify-content: center;
}
.btn.loadMoreBtn:hover{
	background: transparent !important;
	color: #C01C22 !important;
	border: 1px solid #C01C22;
}

/*-------------------Handy Tips---------------*/

.handy_sec2 .handy_left .img_cont{
	height: 505px;
	margin-top: 40px;
}
.handy_sec2 .handy_right .img_cont{
	height: 600px;
	margin-bottom: 40px;
}
.handy_sec2 .handy_left{
	padding-right: 12px;
}
.handy_sec2 .handy_right{
	padding-left: 12px;
}
.handy_sec3.black_bg{
	position: relative;
	background: #363636;
}
.handy_sec3 .condense{
	max-width: 468px;
}
.handy_sec3 .whole_wrep{
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.handy_sec3 .video_wrep{
	position: relative;
	width: 100%;
	height: 100%;
}
.handy_sec3 .video_wrep iframe{
	width: 100%;
	height: 100%;
}

/* -----------------------Products Inner Pages-------------------- */
/*-----------------Brochures pages----------------*/

.state{
	text-align: center;
	margin: 0 auto;
	max-width: 1100px;
	padding-bottom: 30px;
}
.brochures_box{
	background: #FFF;
    transition: all ease 0.5s;
    box-shadow: 0 0 20px 3px rgba(57, 57, 57, 0.1);
    margin-bottom: 30px;
	text-align: center;
	min-height: 610px;
}
.brochures_box .image_cont{
	position: relative;
	width: 100%;
	height: 417px;
	overflow: hidden;
}
.brochures_box .image_cont .innr_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.brochures_box .image_cont .zoom_icon{
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: all ease 0.5s;
}
.brochures_box:hover .image_cont .zoom_icon{
	opacity: 1;
}
.brochures_box .brochure_info{
	padding: 28px 30px 30px;
    text-align: center;
}
.brochures_box .design_twenty{
	padding-bottom: 8px;
    font-size: 24px;
    line-height: normal;
    color: #151515;
    transition: all ease 0.5s;
}
.brochures_box:hover .design_twenty{
	color: #C01C22;
}
.brochures_box .brochure_para p{
    padding: 0;
	color: #6E6E6E;
	margin: 0 auto;
	max-width: 324px;
}
.modal {
    z-index: 999999999;
	background: rgba(0, 0, 0, 0.94);
}
.modal-body {
	position: relative;
}
.modal.show .modal-dialog {
    margin-top: 30px; 
}
.product_modal .custom-close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 1055;
	filter: invert(1);
	color: #FFF;
	border: 1px solid #000;
	border-radius: 50%;
	border-radius: 50%;
	padding: 8px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	opacity: 1;
}
.product_modal .carousel-inner img{
	width: 100%;
	height: 90vh;
	object-fit: contain;
}
.product_modal .modal-content{
	border: none;
	background-color: transparent;
}
.carousel-control-prev-icon {
    background-image: url('/wp-content/uploads/2025/04/slide_left.avif') !important;
}
.carousel-control-next-icon {
    background-image: url('/wp-content/uploads/2025/04/slide_right.avif') !important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
	width: unset !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	background: #FFF;
	border-radius: 50%;
	width: 65px !important;
	height: 65px !important;
	background-size: 30% !important;
	opacity: 1;
	transition: all ease 0.5s;
}
.carousel-control-next-icon:hover, .carousel-control-prev-icon:hover{
	background: #C01C22;
	background-repeat: no-repeat;
	background-position: 50%;
}
.carousel-control-prev {
    left: 41% !important;
	bottom: 5% !important;
	top: unset !important;
}
.carousel-control-next {
    right: 41% !important;
	bottom: 5% !important;
	top: unset !important;
}
/*-------------------*/

.custom_accord{
	display: flex;
	flex-wrap: wrap;
	max-height: 125px;
    overflow: hidden;
    transition: max-height 0.5s ease;
    position: relative;
	padding-bottom: 25px;
}
.accord_wrep{
	border-bottom: 1px solid #CDCDCD;
	padding: 38px 0px;
	position: relative;
    z-index: 1;
}
.custom_accord .accord_col1{
	width: 35%;
}
.title_contt{
	cursor: pointer;
	padding-bottom: 25px;
	padding-right: 30px;
}
.accord_col1 .itm_numbr {
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 10px;
	color: #C2C2C2;
}
.accord_col1 .content_wrep2 h2,
.accord_col1 .content_wrep2 h3,
.accord_col1 .content_wrep2 h4 {
	color: #C2C2C2;
	transition: all ease 0.5s;
}
.accord_col1 .slider_wrap{
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
}
.accord_col1 .accord_slide_box{
	border: 1px solid #CDCDCD;
	padding: 27px;
	width: 278px;
	height: 237px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accord_col1 .accord_slide_box .item img{
	width: max-content;
	object-fit: cover;
	margin: 0 auto;
	height: 190px;
}
#accord_slider .owl-nav {
    margin-top: 0px;
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translate(-50%,-50%);
}
#accord_slider .owl-nav button {
    width: 34px;
    height: 34px;
    background: transparent;
    border: 1px solid #222924;
    border-radius: 50%;
	margin: 0px 5px;
    transition: all ease 0.5s;
}
#accord_slider .owl-nav button:hover{
	background: #C01C22;
	border: 1px solid #C01C22;
}
#accord_slider .owl-nav button img {
    transition: all ease 0.5s;
	width: 14px;
}
#accord_slider .owl-nav button:hover img {
    filter: invert(1);
}
.custom_accord .accord_col2{
	width: 65%;
	display: flex;
	justify-content: flex-end;
	gap: 50px;
	cursor: pointer;
}
.accord_col2 .body_info{
	overflow: hidden;
	max-width: 685px;
}
.accord_col2 .body_info .body_img{
	width: 100%;
	object-fit: cover;
	margin-bottom: 35px;
}
.accord_col2 .arrow_cont{
	width: 65px;
	height: 65px;
	background: transparent;
	border: 1px solid #C2C2C2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
	transition: background-color 0.3s ease;
}
.accord_col2 .arrow_cont:hover{
	background: #C01C22;
	border: 1px solid #C01C22;
}
.custom_accord .arrow_cont:hover img{
	filter: brightness(0) invert(1);
}
.custom_accord.expanded {
    max-height: 2000px; /* Enough to show all content */
}
.custom_accord .arrow_cont img{
	transition: all ease 0.3s;
}
.custom_accord.expanded .arrow_cont,
.custom_accord.active .arrow_cont {
    background-color: #C01C22;
	border: 1px solid #C01C22;
}
.custom_accord.expanded .arrow_cont img,
.custom_accord.active .arrow_cont img{
	transform: rotate(90deg);
	filter: brightness(0) invert(1);
}
.custom_accord.expanded .accord_col1 .itm_numbr,
.custom_accord.expanded .accord_col1 .content_wrep2 h2,
.custom_accord.expanded .accord_col1 .content_wrep2 h3,
.custom_accord.expanded .accord_col1 .content_wrep2 h4{
	color: #151515;
}
.custom_accord .accord_col2 .body_info .content_wrep2  img{
	height: 90px;
    width: auto;
}
.prod_box.for_main{
	margin-bottom: 30px;
}
.prod_box.for_main .product_info{
	text-align: center;
}
.prod_box.for_main .product_info .find p{
	max-width: unset;
}
.component_sec .prod_box.for_main .product_info .find{
	min-height: 220px;
}
.component_sec.component_glass .prod_box.for_main .product_info .find{
	min-height: 338px;
}
.component_sec .our_range{
	padding-bottom: 20px;
}
.gen_grey_sec.black_bg{
	background: #363636;
}
.gen_grey_sec .recent{
	padding-left: 35px;
}
.handy_sec3.black_bg.handy_custm {
    background: #151515;
}
.handy_sec3 .video_wrep img {
    width: 100%;
    height: 100%;
	object-fit: cover;
}
.accord_sec1.for_entrance .accord_col1{
    width: 25%;
}
.accord_sec1.for_entrance .accord_col2{
    width: 75%;
}
.accord_sec1.for_entrance .accord_col2 .body_info .content_wrep2 {
    max-width: 500px;
	padding-right: 15px;
}
.accord_sec1.for_entrance .door_img{
	object-fit: contain;
	max-width: 305px;
}
.accord_sec1.for_entrance .door_img img{
	width: 305px;
	object-fit: cover;
}
.accord_sec1.for_entrance .custom_accord.collapsed .content_wrep2.entrance_wrep{
	display: none;
}
.bottom_grid .condense{
	max-width: 635px;
}  
.bottom_grid .whole_wrep{
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}
.accord_sec1.for_colours {
	padding-bottom: 0;
}
.accord_sec1.for_colours .accord_col1{
    width: 25%;
}
.accord_sec1.for_colours .accord_col2{
    width: 75%;
}
.accord_sec1.for_colours .accord_col2 .body_info {
    max-width: 785px;
}
.accord_sec1.for_colours .accord_col2 .body_info .color_rows{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-start;
	padding-bottom: 18px;
}
.accord_sec1.for_colours .body_info .color_rows .color_box .color_cont{
	width: 144px;
	height: 88px;
	margin-bottom: 4px;
}
.accord_sec1.for_colours .body_info .color_rows .color_box .color_name{
	font-size: 12px;
	color: #151515;
	max-width: 140px;
}
.portfolio.glass_gallry .access {
    text-align: left;
	padding-left: 50px;
}
.accord_sec1.glass_accord{
	padding-top: 0;
}
.accord_sec1.glass_accord .our_range{
	max-width: 795px;
	padding-bottom: 10px;
}
.accord_sec1.glass_accord .body_info .color_rows {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
	align-items: center;
    padding-top: 18px;
}
.accord_sec1.glass_accord .body_info .color_rows .color_box{
	position: relative;
}
.accord_sec1.glass_accord .body_info .color_rows .color_box .color_cont {
    width: 90px;
    height: 39px;
    margin-bottom: 0px;
	transform: skew(-30deg);
}
.accord_sec1.glass_accord .body_info .color_rows .color_box:nth-last-child(2)::before{
	content: '';
    position: absolute;
    right: -7px;
    top: -5%;
    height: 44px;
    width: 8px;
    margin: 0;
    background-color: #b09260;
	transform: skew(-30deg);
}
.accord_sec1.glass_accord .body_info .percentage_cont{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: 22px;
}
.accord_sec1.glass_accord .body_info .percentage_cont .color_name{
	font-size: 26px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: #91662C;
}
.accord_sec1.glass_accord .body_info {
    width: 100%;
    display: flex;
    justify-content: center;
	display: none ;
}
.accord_sec1.glass_accord .custom_accord {
	max-height: 103px;
	cursor: pointer;
}
.bottom_service{
	padding-top: 38px;
}
.single_left{
	max-width: 445px;
}
.single_right{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.single_right .system{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 44px;
	padding-bottom: 22px;
}
.single_right .system p,
.single_right .system p strong{
	font-size: 22px;
	font-weight: 500;
	color: #151515;
}
.single_right .system:nth-child(1) p span,
.single_right .system:nth-child(1) p strong{
	color: #B09160;
}
.single_right .system:nth-child(2) p span,
.single_right .system:nth-child(2) p strong{
	color: #91662C;
}
.single_right .system .system_box{
	width: 100px;
    height: 39px;
    margin-bottom: 0px;
    transform: skew(-30deg);
}
.download_sec .our_range {
	padding-bottom: 40px;
}
.download_sec .btn_conts{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 22px;
	max-width: 1060px;
	margin: 0 auto;
}
.download_sec .uni_btn{
	margin: 0;
	background: transparent;
	border: 1px solid #000;
	color: #000;
}
.download_sec .uni_btn img{
	filter: invert(1);
}
.download_sec .uni_btn:hover{
	margin: 0;
	background: #C01C22;
	border: 1px solid #C01C22;
	color: #FFF;
}
.download_sec .uni_btn:hover img{
	filter: invert(0);
}

/* -----------------Gallery Page-------------- */

#gallery_sec .our_range{
	padding-bottom: 25px;
	max-width: 640px;
}
.tabs_cont .nav-pills{
	list-style: none;
	margin-bottom: 60px !important;
	justify-content: center;
	gap: 25px;
}
.tabs_cont .nav-pills .nav-item{
	padding-bottom: 0;
    border-width: 1px;
    border-color: #000;
    border-radius: 0px;
    background-color: #FFF;
}
.tabs_cont .nav-pills .nav-link{
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
	color: #000;
	border-radius: 0;
	padding: 13px 30px;
	border: 1px solid #000;
	min-width: 80px;
	transition: all ease 0.5s;
}
.tabs_cont .nav-pills .nav-link:hover{
	 color: #FFF;
    background-color: #C01C22;
	border: 1px solid #C01C22;
	border-color: #C01C22;
}
.tabs_cont .nav-pills .nav-link.active {
    color: #FFF;
    background-color: #C01C22;
	border: 1px solid #C01C22;
	border-color: #C01C22;
}
#gallery_sec .gallery_img{
	width: 100%;
	height: 499px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
}
#gallery_sec .gallery_img .gllry_inner{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#gallery_sec .gallery_img .zoom_imgg{
	width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all ease 0.5s;
}
#gallery_sec .gallery_img:hover .zoom_imgg{
	opacity: 1;
}

/* ----------------------Services Pages------------------ */

.services_main  .our_range{
	padding-bottom: 20px;
}
.services_main .services_box{
	margin-bottom: 40px;
}
.for_equal {
  display: flex;
}
.red_box{
	padding: 40px 42px 40px 33px;
	background: #E8E8E8;
	color: #151515;
	margin-bottom: 28px;
	width: 100%;
	transition: all ease 0.5s;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.red_box h2,
.red_box h3,
.red_box h4,
.red_box h5,
.red_box h6{
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	padding-bottom: 9px;
	transition: all ease 0.5s;
}
.red_box p,
.red_box ul li{
	font-size: 14px;
	transition: all ease 0.5s;
}
.red_box:hover{
	background: #C01C22;
}
.red_box:hover h2,
.red_box:hover h3,
.red_box:hover h4,
.red_box:hover h5,
.red_box:hover h6,
.red_box:hover p,
.red_box:hover ul li{
	color: #FFF;
}
.serv_gen .design{
	padding-right: 45px;
}
.content_sec.sec_pad{
	padding-bottom: 0px;
}
.content_sec .serv_middle,
.content_sec .serv_upper,
.content_sec .serv_bottom{
	padding-bottom: 75px;
}
.content_sec .top_left_contnt{
	padding-right: 20px;
}
.content_sec .bottom_left_contnt{
	padding-left: 20px;
}
.content_sec .range_left .img_cont{
	margin-bottom: 30px;
}
.content_sec .range_right .img_cont{
	margin-top: 40px;
}
.gen_grey_sec.gen_bottom_grey.black_bg {
    background: transparent;
	background-image: url('/wp-content/uploads/2025/05/bottom_bg.avif');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.gen_grey_sec.gen_bottom_grey .shade{
	background: rgba(21, 21, 21, 0.8);
}
.grid_benefits{
	position: relative;
}
.grid_benefits .energy_img{
	width: 33%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.grid_benefits .energy_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.grid_benefits .aluminium{
	padding-bottom: 30px;
}

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

@media screen and (max-width: 1399px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		margin: 0px 0px 0px 20px; 
	}
	.custom_accord .accord_col1 {
    	width: 25%;
	}
	.custom_accord .accord_col2 {
    	width: 75%; 
	}
	.content_wrep2 h2, .content_wrep2 h3, .content_wrep2 h4, .content_wrep2 .norm_heading {
    	font-size: 22px;
    	line-height: 27px;
    	padding-bottom: 10px;
	}
	.accord_col1 .itm_numbr {
    	font-size: 18px; 
	}
	.accord_col1 .accord_slide_box {
		padding: 12px;
		width: 250px;
		height: 200px;
	}
	.accord_col1 .accord_slide_box .item img {
    	height: 144px;
	}
	.accord_sec1.for_entrance .accord_col2 .body_info .content_wrep2 {
    	max-width: 360px;
    	padding-right: 10px;
	}
	.accord_sec1.for_colours .accord_col2 .body_info {
    	max-width: 635px;
	}
}

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

@media screen and (max-width: 1299px) {
	#masthead .top .uni_btn {
		font-size: 13px;
		line-height: 13px;
		height: 40px;
		padding: 8px 33px;
	}
	#services_slider .owl-nav button {
		width: 60px;
		height: 60px; 
	}
	.gen_sec1 .design {
    	padding-left: 0px; 
	}
	.gen_grey_sec .recent {
    	padding-left: 0px;
	}
	.handy_sec3 .whole_wrep {
		position: unset;
		width: 100%;
	}
	.portfolio.sec_pad.black_bg {
    	padding: 55px 0px;
	}
	.title h1.norm_heading, .title h2.norm_heading, .title h3.norm_heading, .title h4.norm_heading, .title h5.norm_heading, .title h6.norm_heading, .title h2, .title h3, .title .norm_heading {
        overflow-wrap: break-word;
	}
	.handy_sec2 .handy_left {
    	padding-right: 0px;
	}
	.handy_sec2 .handy_right {
    	padding-left: 0px;
	}
}

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

@media screen and (max-width: 1199px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
		margin: 0px 0px 0px 15px; 
	}
	.abt_sec .about_us {
		padding-left: 0px;
	}
	.abt_sec .abt_img {
		height: 325px;
	}
	.choose_sec .choose_box {
		margin: 18px 0px 30px 0px; 
	}
	.choose_sec .choose_box:last-child {
		margin: 0px; 
	}
	.choose_sec .choose_img {
		position: unset;
		height: auto;
		width: 100%;
	}
	.portfolio.sec_pad {
		padding: 70px 0px 55px;
	}
	#portfolio_slider .owl-stage {
		left: 0;
	}
	#portfolio_slider .owl-item.active .item .img_boxxx {
		height: 350px;
		margin-top: 0;
	}
	#portfolio_slider .owl-item .item .img_boxxx {
		height: 350px;
		margin-top: 0;
	}
	.foot_top .offer {
		max-width: 365px;
	}
	.foot_top .foot_contact .touch_text {
		font-size: 16px;
		line-height: 24px; 
	}
	.title h1.norm_heading, .title h2.norm_heading, .title h3.norm_heading, .title h4.norm_heading, .title h5.norm_heading, .title h6.norm_heading, .title h2, .title h3, .title .norm_heading {
    	font-size: 40px;
    	line-height: 48px; 
	}
	#portfolio_slider .owl-dots .owl-dot span {
		margin: 0px 2px;
		border-radius: 50%;
		width: 12px;
		height: 12px;
	}
	.blogs_sec .blog_rows > .col-lg-4:nth-child(2) .blog_box {
    	transform: translateY(0);
	}
	.blogs_sec .blog_rows > .col-lg-4:nth-child(2) .blog_box .img_cont{
    	height: 215px;
	}
	.blogs_sec .our_range {
    	padding-bottom: 30px;
	}
	.blogs_sec.sec_pad {
    	padding-bottom: 55px;
	}
	.title .content_wrep h1 {
		font-size: 40px;
		line-height: 48px; 
	}
	#uni_banner {
    	min-height: 260px; 
	}
	.sec_pad {
    	padding: 55px 0px;
	}
	.prod_box {
    	margin: 0px;
	}
	.main_wrep {
    	padding-top: 58px;
	}
	.brochures_box .image_cont {
    	height: 260px; 
	}
	.brochures_box {
    	min-height: unset;
	}
	.services_box .build_red {
   		height: 300px; 
		padding: 0;
		margin-bottom: 18px;
	}
	.services_box .build_red .build_info_cont {
		padding: 30px 20px;
	}
	.services_box .for_title_cont .design_twenty {
    	font-size: 22px; 
	}
	.red_box h2, .red_box h3, .red_box h4, .red_box h5, .red_box h6 {
		font-size: 22px;
		line-height: 26px; 
	}
	.red_box {
    	padding: 30px 20px; 
	}
	.title_contt {
		padding-bottom: 22px;
		padding-right: 10px;
	}
	.content_wrep2 h2, .content_wrep2 h3, .content_wrep2 h4, .content_wrep2 .norm_heading {
        font-size: 22px;
        line-height: 27px;
        padding-bottom: 10px;
    }
	.accord_col2 .body_info {
   		max-width : 550px;
	}
	.accord_col2 .arrow_cont {
		width: 50px;
		height: 50px; 
	}
	.accord_col1 .accord_slide_box {
        width: 220px;
        height: 200px;
    }
	    .accord_sec1.for_entrance .accord_col2 .body_info .content_wrep2 {
        max-width: 245px;
        padding-right: 0px;
    }
	    .accord_sec1.for_colours .accord_col2 .body_info {
        max-width: 511px;
    }
	.prod_box .img_cont {
    	height: 210px;
	}
	.single_right .system {
    gap: 12px;
    padding-bottom: 32px;
	}
	#gallery_sec .gallery_img {
    height: 320px; 
	}
	.map_iframe {
    	height: 300px;
	}
	.blog_main .date_box {
    	padding-bottom: 8px;
	}
}
  
/*------------------------------*/

@media screen and (max-width: 991px) {
	#masthead {
		padding: 14px 0px; 
	}
	#masthead .top {
		display: none;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
        font-size: 17px;
        margin: 0px;
    }
	#masthead+section {
		padding-top: 75PX;
	}
	.banner_wrep {
		padding: 50px 0px 60px;
	}
	.banner .banner_content {
		padding-bottom: 30px;
	}
	.banner .banner_content .main_heading {
		font-size: 45px;
		line-height: 60px; 
	}
	.banner .banner_content .uni_btn {
		margin-top: 33px;
	}
	.banner .form_wrep {
		padding: 27px 15px; 
	}
	.abt_sec.sec_pad {
		padding: 50px 0px;
	}
	.abt_sec .about_us {
        padding-top: 30px;
    }
	.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 10px;
		text-align: right;
		position: absolute;
		bottom: 6px;
		right: 10px;
	}
	.title h1.norm_heading, .title h2.norm_heading, .title h3.norm_heading, .title h4.norm_heading, .title h5.norm_heading, .title h6.norm_heading, .title h2, .title h3, .title .norm_heading {
		font-size: 30px;
		line-height: 36px; 
	}
	.about_us .year_wrep {
		gap: 30px;
	}
	.about_us .year_wrep .experience_box .year_count {
		font-size: 45px;
		line-height: 52px; 
	}
	.sec_pad {
		padding: 50px 0px;
	}
	#services_slider .owl-nav {
		margin-top: 18px;
		position: unset; 
	}
	.services_sec .install {
		padding-bottom: 30px;
	}
	.services_sec .set_stage {
		padding-left: 0px !important;
		padding-right: 0 !important;
	}
	#services_slider .owl-stage{
		left: 0;
	}
	#services_slider .owl-nav button {
        width: 54px;
        height: 54px;
    }
	.services_box .build_red {
		height: 350px; 
		margin-bottom: 20px;
	}
	.choose_sec .best .norm_heading {
		padding-bottom: 30px;
	}
	.choose_sec .choose_box .choose_heading {
		font-size: 22px;
		padding: 18px 0px 10px;
	}
	.choose_sec .best {
		max-width: unset;
		padding-bottom: 30px;
	}
	.our_range {
		text-align: left;
		padding-bottom: 25px;
	}
	#product_slider .owl-nav button {
		width: 55px;
		height: 55px; 
	}
	.portfolio .access {
		text-align: left;
	}
	.sliding_wrep {
		padding-top: 40px;
	}
	.slider-info {
		margin-top: 18px;
	}
	#portfolio_slider .disabled+.owl-dots {
		display: none;
	}
	.blogs_sec .our_range {
		padding-bottom: 26px;
	}
	.blog_box .img_cont {
		margin-bottom: 22px;
		height: 225px;
	}
	.blog_box {
		margin-bottom: 36px;
	}
	.blogs_sec .blog_rows > .col-lg-4:nth-child(2) .blog_box {
		transform: translateY(0px);
	}
	.blog_box .blog_btn {
		margin-top: 18px; 
	}
	.blogs_sec .blog_rows > .col-lg-4:nth-child(2) .blog_box .img_cont {
		height: 225px;
	}
	.blog_box .design_twenty {
		max-width: unset;
	}
	.blog_box .blog_info p {
		max-width: unset;
	}
	.foot_top {
		padding: 50px 0px 40px;
	}
	.foot_top .offer {
        max-width: unset;
		padding-bottom: 35px;
    }
	.foot_top .offer .foot_logo {
		padding-bottom: 24px;
	}
	.foot_top .foot_address p.touch_text {
		font-size: 16px;
		line-height: 24px; 
	}
	.foot_top .social_nav {
		padding-top: 45px;
		gap: 10px;
		flex-wrap: wrap;
	}
	.foot_top .foot_menu ul {
		justify-content: flex-start;
		gap: 15px;
		flex-wrap: wrap;
	}
	#portfolio_slider .owl-stage-outer {
    	margin-left: 0px;   
	}
	    #uni_banner {
        min-height: 220px;
    }
	.gen_sec1 .row{
		flex-direction: column-reverse;
	}
	    .title .content_wrep h1 {
        font-size: 30px;
        line-height: 36px;
    }
	    .gen_sec1 .design {
        padding-bottom: 35px;
    }
	.state {
    padding-bottom: 14px;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px !important;
    height: 50px !important; 
	}
	.carousel-control-next {
    right: 40% !important; 
	}
	.carousel-control-prev {
    left: 39% !important; 
	}
	.accord_sec1.sec_pad {
        padding-top: 20px;
    }
	.custom_accord .accord_col1 {
        width: 100%;
    }
	.custom_accord .accord_col2 {
        width: 100%;
    }
	    .content_wrep2 h2, .content_wrep2 h3, .content_wrep2 h4, .content_wrep2 .norm_heading {
        font-size: 20px;
        line-height: 26px;
        padding-bottom: 10px;
    }
	.accord_wrep {
    padding: 16px 0px; 
	position: relative;
	}
	.accord_col1 .itm_numbr {
        font-size: 16px;
        padding-bottom: 0px;
    }
	.custom_accord {
    	max-height: 50px; 
	}
	.accord_col2 .arrow_cont {
        position: absolute;
        margin-top: 0;
        top: 6px;
		right: 0;
        width: 38px;
        height: 38px;
    }
	.custom_accord .arrow_cont img {
    width: 15px;
	}
	.accord_col2 .body_info {
        max-width: 100%;
    }
	.handy_sec3 .condense {
    	max-width: 100%;
		padding-bottom: 35px;
	}
	    .handy_sec3 .whole_wrep {
			height: 392px;
		}
	.component_sec .our_range {
    	padding-bottom: 14px;
	}
	.component_sec .prod_box.for_main .product_info .find {
    	min-height: unset;
	}
	.counter {
    font-size: 18px;
	}
	.accord_col1 .slider_wrap {
		margin-top: 10px;
		margin-bottom: 68px;
		justify-content: flex-start;
	}
	.accord_sec1.for_entrance .accord_col1 {
    width: 100%;
}
.accord_sec1.for_entrance .accord_col2 {
    width: 100%;
	flex-direction: column;
}
    .accord_sec1.for_entrance .accord_col2 .body_info .content_wrep2 {
        max-width: 100%;
    }
	 .accord_sec1.for_entrance .accord_col2 .body_info p{
		font-size: 14px;
	 }
	 .accord_sec1.for_entrance .door_img {
    max-width: 100%;
    height: auto;
	}
	.accord_sec1.for_colours .accord_col2 {
    	width: 100%;
	}
	.accord_sec1.for_colours .accord_col1 {
    	width: 100%;
	}
	    .accord_sec1.for_colours .accord_col2 .body_info {
        max-width: 100%;
    }
	.bottom_grid .condense {
    	max-width: unset;
		padding-bottom: 35px;
	}
	.component_sec.component_glass .prod_box.for_main .product_info .find {
    	min-height: unset;
	}
	.prod_box .product_info .find p, .prod_box .product_info .find ul li {
    max-width: unset;
    margin: 0 auto;
	}
	.portfolio.glass_gallry .access {
    	padding-left: 0px;
		padding-top: 16px;
	}
	.download_sec .btn_conts {
    justify-content: flex-start;
    gap: 16px; 
	}
	.download_sec .our_range {
    	padding-bottom: 32px;
	}
	    .red_box h2, .red_box h3, .red_box h4, .red_box h5, .red_box h6 {
        font-size: 22px;
        line-height: 26px;
    }
	.content_sec .top_left_contnt {
    	padding-right: 0px;
		padding-bottom: 35px;
	}
	.content_sec .content_wrep2{
		padding-bottom: 20px;
	}
	.content_sec .bottom_left_contnt {
    	padding-left: 0px;
		padding-top: 30px;
	}
	.content_sec .serv_middle, .content_sec .serv_upper, .content_sec .serv_bottom {
    	padding-bottom: 50px;
	}
	.serv_gen .design {
    	padding-right: 0px;
		padding-bottom: 35px;
	}
	.grid_benefits .energy_img {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
    position: unset; 
	}
	#gallery_sec .our_range {
    	padding-bottom: 5px;
    	max-width: unset;
	}
	.tabs_cont .nav-pills {
    margin-bottom: 40px !important;
    justify-content: flex-start;
    gap: 16px;
	}
	    .handy_sec2 .handy_right {
        padding-left: 0px;
		padding-top: 40px;
		display: flex;
		flex-direction: column-reverse;
    }
		    .handy_sec2 .handy_right .content_wrep2{
				padding-bottom: 35px;
			}
	.handy_sec2 .handy_right .img_cont {
		height: auto;
		margin-bottom: 0px;
	}
	.handy_sec2 .handy_left .img_cont {
		height: auto;
		margin-top: 30px;
	}
	#repeating_sec .brand {
    padding-right: 0px;
	padding-bottom: 35px;
	}
	#repeating_sec.sec_reverse .brand {
    	padding-right: 0;
    	padding-left: 0px;
	}
	.abt_bottom {
    	background: linear-gradient(to bottom, #363636 42%, #EAEAEA 42%);
	}
	.abt_bottom .sustain {
    	max-width: unset;
	}
	.abt_bottom .logo_cont {
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: 15px;
		justify-content: flex-start;
		height: 100%;
		padding-left: 0px;
		padding-top: 35px;
	}
	.contact_sec .call_us {
		max-width: unset;
		padding-bottom: 50px; 
	}
	.call_us .jost_font {
    	padding: 22px 0px 8px; 
	}
	.contact_sec.sec_pad {
    	padding-top: 55px;
		padding-bottom: 10px;
	}
	.form_sec .touch .norm_heading {
		font-size: 30px;
		line-height: 36px; 
	}
	.blog_bottom .design {
    	padding-right: 0px; 
		padding-bottom: 33px;
	}

}

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

@media screen and (max-width: 767px) {
	.container{
		padding: 0 1.25rem !important;
	}
	.banner_wrep {
        padding: 39px 0px 55px;
    }
	.banner .banner_content .main_heading {
        font-size: 35px;
        line-height: 50px;
    }
	.banner .banner_content .banner_para {
		font-size: 17px;
	}
	.services_sec .install {
        padding-bottom: 5px;
    }
	.services_box .build_red .build_info_cont {
		opacity: 1;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		height: auto;
	}
	.services_box .build_red .build_info_cont {
		padding: 33px 16px; 
	}
	.prod_box .product_info {
		padding: 28px 15px 30px;
	}
	.portfolio.sec_pad {
        padding: 50px 0px 55px;
    }
	.counter {
		font-size: 18px; 
	}
	.foot_top .foot_address {
		max-width: unset;
		padding-top: 14px;
	}
	.foot_bottom .copyright {
		gap: 8px;
		align-items: flex-start;
		flex-direction: column;
	}
	.foot_top .foot_menu ul {
        justify-content: flex-start;
        gap: 6px;
        flex-wrap: wrap;
        padding-top: 15px;
    }
	.foot_top .foot_menu ul li{
		margin-right: 10px;
	}
	.main_wrep {
        padding-top: 40px;
    }
	.product_modal .carousel-inner img {
    	height: 95vh;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
        width: 40px !important;
        height: 40px !important;
    }
	.carousel-control-prev {
        left: 37% !important;
    }
	.carousel-control-next {
        right: 38% !important;
    }
	.accord_sec1.glass_accord .body_info .color_rows .color_box .color_cont {
    width: 60px;
    height: 26px; 
	}
	.accord_sec1.glass_accord .body_info .color_rows .color_box:nth-last-child(2)::before {
    right: -5px;
    top: -6%;
    height: 31px;
    width: 6px; 
	}
	.single_right .system {
        gap: 12px;
        padding-bottom: 0px;
		padding-top: 22px;
    }
	.single_right .system p, .single_right .system p strong {
    font-size: 18px; 
	}
	.single_right .system .system_box {
    width: 60px;
    height: 26px; 
	}
	#gallery_sec .gallery_img {
        height: 210px;
    }
	.tabs_cont .nav-pills .nav-link {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px; 
	}
	.abt_bottom {
        background: linear-gradient(to bottom, #363636 0%, #EAEAEA 42%);
    }
	div.wpforms-container .wpforms-form .wpforms-field {
        width: 100%;
        margin: 0 auto;
    }
	.custom_accord .accord_col2 .body_info .content_wrep2 img {
    	height: auto;
    	width: auto;
	}
}

input::placeholder,
textarea::placeholder {
    font-family: "Poppins", sans-serif !important; 
}
.component_glass .prod_box.for_main .product_info{
	text-align: left;
}
