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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

/**
 * 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;
}

/** Fonts **/
@font-face {
    font-family: 'Suisse BP Int\'l';
    src: url('assets/fonts/SuisseBPIntl-Bold.eot');
    src: url('assets/fonts/SuisseBPIntl-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/SuisseBPIntl-Bold.woff2') format('woff2'),
        url('assets/fonts/SuisseBPIntl-Bold.woff') format('woff'),
        url('assets/fonts/SuisseBPIntl-Bold.ttf') format('truetype'),
        url('assets/fonts/SuisseBPIntl-Bold.svg#SuisseBPIntl-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Suisse Int\'l Semi';
    src: url('assets/fonts/SuisseIntl-SemiBold.eot');
    src: url('assets/fonts/SuisseIntl-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/SuisseIntl-SemiBold.woff2') format('woff2'),
        url('assets/fonts/SuisseIntl-SemiBold.woff') format('woff'),
        url('assets/fonts/SuisseIntl-SemiBold.ttf') format('truetype'),
        url('assets/fonts/SuisseIntl-SemiBold.svg#SuisseIntl-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Suisse BP Int\'l';
    src: url('assets/fonts/SuisseBPIntl-Medium.eot');
    src: url('assets/fonts/SuisseBPIntl-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/SuisseBPIntl-Medium.woff2') format('woff2'),
        url('assets/fonts/SuisseBPIntl-Medium.woff') format('woff'),
        url('assets/fonts/SuisseBPIntl-Medium.ttf') format('truetype'),
        url('assets/fonts/SuisseBPIntl-Medium.svg#SuisseBPIntl-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Suisse BP Int\'l';
    src: url('assets/fonts/SuisseBPIntl-Regular.eot');
    src: url('assets/fonts/SuisseBPIntl-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/SuisseBPIntl-Regular.woff2') format('woff2'),
        url('assets/fonts/SuisseBPIntl-Regular.woff') format('woff'),
        url('assets/fonts/SuisseBPIntl-Regular.ttf') format('truetype'),
        url('assets/fonts/SuisseBPIntl-Regular.svg#SuisseBPIntl-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MADE Outer Sans';
    src: url('assets/fonts/MADEOuterSans-Black.woff2') format('woff2'),
        url('assets/fonts/MADEOuterSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Common CSS start here */
.iwt-loadbar {
	position: fixed;
	z-index: 1000;
	width: 0%;
	height: 3px;
	background-color: #fff;
	top: 0;
	left: 0;
}
body{
	font-family: "Suisse BP Int'l";
}
h1 {
	font-family: "Suisse BP Int'l";
	font-weight: Bold;
	font-size: 139px;
	Color: #000000;
	line-height: 122px;
	letter-spacing: -1.11px;
	margin-bottom: 0px;
}
h2 {
	font-family: "Suisse BP Int'l";
	font-weight: 500;
	font-size: 78px;
	Color: #000000;
	line-height: 72px;
	margin-bottom: 0px;
}
h3 {
	font-family: "Suisse BP Int'l";
	font-weight: 500;
	font-size: 23px;
	Color: #000000;
	line-height: 26px;
	margin-bottom: 0px;
}
h4,h5,h6{
	font-family: "Suisse BP Int'l";
	font-weight: 500;
	font-size: 13px;
	Color: #000000;
	line-height: 15px;
	margin-bottom: 0px;
}
p {
	font-family: "Suisse BP Int'l";
	font-weight: normal;
	font-size: 14px;
	Color: #000000;
	line-height: 19px;
	margin: 0;
}
button,
a{
	display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
a:focus,a:active{
	border: none;
	outline: 0px;
}
.align-btn {
	font-family: 'Suisse Int\'l Semi';
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	letter-spacing: 0.48px;
	padding: 7px 25px 7px 14px;
	color: #000 !important;
	background-color: #fff;
	border-radius: 25px;
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
}
.align-btn:hover {
    outline: 0;
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
}
.align-btn::after {
	position: relative;
	content: "+";
	right: -10px;
	font-size: 16px;
}
.grid-container {
    max-width: 1324px;
	padding: 0 24px;
}
/* Common CSS end here */
/* Header CSS start here */
header.home-header h3 {
	color : #fff ;
}	 
header.home-header{
	background-color: #000;
}
.home-header-inner p {
	margin: 0;
}
.header-top {
	align-items: flex-start;
	padding-top: 32px;
	padding-bottom: 14px;
	justify-content: space-between;
	transform: none !important;
}
.header-top .header-top-svg{
	margin: 10px 0 27px;
}
.header-bottom .article-date {
	padding-top: 10px;
}
.header-top .cell:last-child{
	display: flex;
	justify-content: flex-end;
	margin-right: -192px;
}
 .align-humberg{
  	position: fixed;
	width: 85px;
	height: 85px;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	right: 95px;
}
/* .header-top,
.grid-x,
.home-header-inner {
  transform: none !important;
} */
.header-top .align-humberg .align-humberg-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
}
.align-res-menu{
  display: block ;
  background: #000;
  width: 762px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 2;
  transition: right 1s cubic-bezier(0.9, 0, 0.9, 1);
  padding-top: 150px;
  padding-bottom: 50px;
}
.align-res-menu.open{
	right: 0;
  transition: right 0.8s cubic-bezier(0, 0, 0, 1);
}
.res-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 0 114px 0 118px;
  height: 100%;
  overflow-y: auto;
}
.res-wrapper ul{
	list-style-type: none;
	margin: 0;
	-webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
}
.align-res-menu .res-wrapper ul li{
	overflow: hidden;
}
.res-wrapper ul li a{
	font-size: 33px;
	line-height: 33px;
	color: #ccc;
	font-weight: medium;
	border-bottom: 1px solid rgba(112, 112, 112, 0.5);
	padding: 14px 0 14px;
	display: block;
	transform: translateY(120px);
	transition-duration: 0.3s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.69, -0.01, 0.28, 0.99);
	transition-delay: calc(0.1s * var(--i));
}
.align-res-menu.open .res-wrapper ul li a{
	opacity: 1;
  transform: translateY(0);
  transition-duration: 1s;
  transition-delay: calc(0.1s * var(--i));
  position: relative;
}
.align-res-menu.open .res-wrapper ul li a::after{
  position: absolute;
  content: "";
  background: url("assets/images/plus.svg") no-repeat right center / cover;
  width: 25px;
  height: 25px;
  right: 0;
  top: 18px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.align-res-menu.open .res-wrapper ul li a:hover::after{
	opacity: 1;
}
.align-res-menu.open .res-wrapper ul li:nth-child(1) {
	transition: right 1.7s ease-in;
}
.align-res-menu.open .res-wrapper ul li:nth-child(2) {
	transition: right 1.5s ease-in;
}
.align-res-menu.open .res-wrapper ul li:nth-child(3) {
	transition: right 1.6s ease-in;
}
.header-top .align-humberg .align-humberg-btn.menu-is-open{
	rotate: 45deg;
}
.header-top .align-humberg .align-humberg-btn span{
	background-color: #fff;
}
.header-top .align-humberg .align-humberg-btn span.line-1{
	width: 50px;
	height: 5px;
}
.header-top .align-humberg .align-humberg-btn span.line-2{
  position: absolute;
  width: 5px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
/* Header CSS end here */
.iwt-top-banner,.nav-link {
	background-color: #000;
}
.iwt-top-banner {
	padding-top: 166px ;
}
.nav-link {
	padding:  0 0 89px;
}
.nav-link nav  {		
	padding: 200px 0px 95px;
}
.nav-link ul {
	margin: 0;
	list-style-type: none;
}
.nav-link ul li {
	padding-block: 30px;
	border-bottom: 1px solid rgba(112, 112, 112,0.5);	
}
.nav-link ul li a{
	color: #fff;
	position: relative;
	display: flex;
}
.nav-link ul li a::after{
	position: absolute;
	content: "";
	background: url("assets/images/plus.svg") no-repeat right center / cover;
	width: 50px;
	height: 50px;
	right: 0;
	top: 11px;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.nav-link ul li h2:hover a::after{
	opacity: 1;
}
.nav-link ul li span {
	margin-right: 80px;
}
.nav-link ul li:first-child span {
	margin-right: 95px;
}
.nav-link h3 , .nav-link h3 a {		
	color: #fff;
}
.extra-link{
	display: flex;
  justify-content: end;
}
.introduction{
	padding: 275px 0 272px;
}
.introduction h2{
	font-size: 79px;
	line-height: 92px;
}
.flexible-content {
    overflow: hidden;
}
.flexible-title {
	padding: 250px 0px ;
	background-color: #000;
}
.flexible-content-row{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 170px;
}
.flexible-content-row .flexible-count span{
  font-family: "Suisse BP Int'l";
  font-weight: 500;
  font-size: 139px;
  Color: #fff;
  line-height: 122px;
  letter-spacing: -1.11px;
  margin-bottom: 0px;
}
.flexible-content-row .flexible-content{
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.flexible-title h1 {
	color: #fff;
	margin: 0;
	font-weight: 500;
}

.flexible-title .copier-btn{
 font-size: 12px;
  line-height: 1;
  letter-spacing: 0.48px;
  padding: 10px 22px;
  border: 1px solid #fff;
  border-radius: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: #fff
}
/* .flexible-title span {
	font-size: 78px;
	font-weight: 500;
	line-height: 80px;
	margin-right: 80px;
	letter-spacing: -.62px;
	display: inline-block;
    vertical-align: top;
} */
.flexible-content .grid-container img {
	margin-bottom: 90px;
}
.flexible-col-wrapper {
	padding: 90px 0px 54px;
}
.flex-col-1 {
	justify-content: flex-start;
}
.flex-col-2 {
	justify-content: space-between;
}
.flexible-content .flex-col-2 {
	justify-content: flex-start;
	position: relative;
}
.flexible-content  .flexible-btn-wrapper{
	position: absolute;
	right: 0;
}
.flex-col-3 {
	justify-content: space-between;
}
.flexible-content .flex-col-3, .flexible-content .flex-col-4{
	justify-content: flex-start;
}
.flex-col-4 {
	justify-content: space-between;
}
/* .flexible-col-wrapper 
.flexible-col-wrapper 
.flexible-col-wrapper 
.flexible-col-wrapper  */
.flexible-btn-wrapper {
	text-align: right;
}
.flexible-btn {
	font-family: 'Suisse Int\'l Semi';
    font-size: 12px;
	line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
	color: #fff !important;
	background-color: #000;
	padding: 7px 30px 8px 22px;
	border-radius: 17px;
	position: relative;
	border: 1px solid transparent;
}
.flexible-btn:hover {
    outline: 0;
    background: transparent;
    color: #000 !important;
    border: 1px solid #000;
}
.flexible-btn::after {
	position: relative;
	content: "+";
	right: -10px;
	font-size: 16px;
}
.flexible-chapter-two {
	padding: 116px 0px 76px;
}
.color-boxes {
	display: flex;
	flex-direction: column;
	gap: 35px;
	padding-bottom: 120px;
}
.color-box {
	position: relative;
	height: 718px;
	padding: 20px;
	cursor: pointer;
}
.color-name {
	display: block;
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.color-name span{
	opacity: 0;
}
.color-name button {
    background: transparent;
    border: none;
    color: #FFFFFF;
    letter-spacing: -1.11px;
    font-family: "Suisse BP Int'l";
    font-weight: 500;
    font-size: 139px;
    line-height: 122px;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.color-box:hover .color-name{
	opacity: 1;
}
/* .color-box:first-child:hover {
    background: rgb(249 245 232 / 50%) !important;
}
.color-box:nth-child(2):hover {
    background: #2A150A !important;
}
.color-box:last-child:hover {
    background: #42472E !important;
} */
.color-content {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.color-box:not(:first-child) .color-content h4{
	color: #fff;
}
/* Footer CSS start here */
footer.site-footer {
	padding: 164px 0px 120px ;
	background-color: #000;
}
footer .footer-top {
	margin-bottom: 315px;
}
footer .footer-top h3,
footer .footer-top a {
	color :#fff ;
	margin: 0;
}
/* Footer CSS end here */
/* Privacy policy page CSS start here */
body.privacy-policy h1 {
    margin: 0px;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: bold;
}
body.privacy-policy h2 {
	font-weight: bold;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
body.privacy-policy p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
}
body.privacy-policy main {
    padding: 80px 0px;
}
/* Privacy policy page CSS start here */
/* 404 page CSS start here */
.not-found {
    padding-top: 100px;
    padding-bottom: 100px;
}
.not-found h1,
.not-found h3 {
	font-family: "Suisse BP Int'l";
    margin: 0px;
	color: #000;
	font-weight: bold;
}
.not-found p{
	color: #000;
}
.not-found .label {
	font-family: "Suisse BP Int'l";
    background-color: #000;
    text-decoration: none;
    cursor: pointer;
	color: #fff;
}
.home .header-top .cell:last-child{
	display: flex;
	justify-content: flex-start;
	margin: 0;
}
.home .align-humberg{
	position: unset;
	width: auto;
	height: auto;
}
.align-content-sec{
	padding-top: 87px;
}
.align-search-area{
	min-height: 114px;
	position: relative;
	border-bottom: 1px solid #98989880;
	margin-bottom: 70px;
}
.align-search-area input{
	background-color: transparent;
	border: 0;
	padding:0 0 11px 0;
	height: 100%;
	border-radius: 0;
	font-size: 80px;
	line-height: 68px;
	letter-spacing: -2.4px;
	font-family: 'MADE Outer Sans';
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	box-shadow: none;
	margin: 0;
	caret-color: #98989880;
}
.align-search-area input[type="text"]:focus{
	color: #fff;
	background-color: transparent;
	box-shadow: none;
	border: 0;
}
::-webkit-input-placeholder {
	color: rgba(255,255,255,0.1)
}
:-ms-input-placeholder {
	color: rgba(255,255,255,0.1)
}
/* Microsoft Edge (legacy) */
::-ms-input-placeholder {
	color: rgba(255,255,255,0.1)
}

/* Standard (most modern browsers) */
::placeholder {
	color: rgba(255,255,255,0.1);
}
::-moz-placeholder {
	color: rgba(255,255,255,0.1);
}
.align-search-area input::-webkit-input-placeholder{
	color: rgba(255,255,255,0.1);
}
.align-search-area #searchicon{
	position: absolute;
	right: 0;
	top: 52px;
	opacity: 0.5;
}
.align-content-item .align-content-title h3{
	padding: 115px 10px 0px;
	font-size: 23px;
	line-height: 26px;
	color: #fff;
}
.align-content-item .align-page-list{
	row-gap: 50px;
	margin-inline: -10px;
}
.align-content-item  .page-list-wrapper .align-page-img{
	border: 1px solid #98989880;
	aspect-ratio: 1/1;
	display: flex;
  	justify-content: center;
  	align-items: center;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.align-page-item.has-hover-img .page-list-wrapper .align-page-img .hover-img{
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.align-page-item.has-hover-img .page-list-wrapper .align-page-img:hover .hover-img{
	opacity: 1;
}
/* .align-content-item .page-list-wrapper .align-page-img .default-img{
	padding-inline: 81px;
} */
.align-content-item .align-page-item{
	padding: 0 10px;
}
.align-content-item .align-page-item a{
	width: 100%;
	height: 100%;
}
.align-content-item .align-page-item .page-title h3{
	color: #fff;
	border-top: 1px solid #98989880;
	padding-top: 16px;
	margin-top: 20px;
}
/* 404 page CSS end here */
/** Responsive Design start here **/
@media (max-width: 1680px){
	.header-top .cell:last-child{
		margin-right: -95px;
	}
}
@media (max-width: 1500px){
	.header-top .cell:last-child {
    	margin-right: 0;
  }
  .res-wrapper{
	padding-right: 80px;
  }
}
@media (max-width: 1140px){
	.flexible-title h1 {
		font-size: 120px ;
	}
}
@media (max-width: 1024px){
	/* Header CSS start here */
	.header-top .large-6 , .nav-link .large-6 {
		width: 50%;
	}
	.align-res-menu{
		width: 100%;
		padding-top: 118px;
	}
	.res-wrapper{
		padding-right: 154px;
		height: calc(100% - 100px);
  	}
	/* Header CSS end here */
	h2 {
		margin: 0;
	}
	.iwt-top-banner {
		padding-top: 84px;
	}
	.nav-link {
		padding: 0 0 0px;
	}
	.nav-link > .grid-container > .grid-x:nth-child(2) {
		padding: 0 0 68px;
		border-bottom: 1px solid rgba(112, 112, 112,0.5);
	}
	.nav-link nav {
		padding:120px 0px 75px;
	}
	.introduction {
  		padding: 120px 0 75px;
	}

	.nav-link ul li {
		padding: 15px 0px;
	}
	.flexible-content-row{
		column-gap: 50px;
	}
	.flexible-content-row .flexible-content{
		row-gap: 10px;
	}
	.flex-col-3 {
		justify-content: flex-start;
	}
	.flexible-title {
		padding: 100px 0px;
		margin-block: 40px;
	}
	.flexible-title h1, .flexible-content-row .flexible-count span {
		font-size: 90px ;
		line-height: 102px;
		letter-spacing: -0.72px;
	}
	/* .flexible-title span {
		font-size: 58px;
		line-height: 60px;
		margin-right: 45px;
		letter-spacing: -0.46px;
	} */
	.flexible-content .grid-container img {
		margin-bottom: 40px;
	}
	.flexible-col-wrapper > .large-3 , .flexible-chapter-two > .large-3 {
		width: calc(33% - 1.875rem);
	}
	.flexible-col-wrapper:not(.flex-col-2) > .large-3.flexible-btn-wrapper {
		width: 97%;
		margin-top: 50px;
	}
	.flexible-col-wrapper{
		padding-top: 40px;
	}
	.flexible-chapter-two {
		padding: 105px 0px 35px;
	}
	.color-boxes {
		gap: 35px;
		padding-bottom: 90px;
	}
	.color-box {
		height: 405px;
	}
	.color-name button {
		font-size: 90px;
		line-height: 90px;
	}
	/* Footer CSS start here */
	footer.site-footer {
		padding: 160px 0px 124px;
	}
	.align-search-area{
		margin-bottom: 25px;
	}
	.align-content-item .align-content-title h3{
		padding-top: 80px;
	}
	.flexible-content  .flex-col-3 .flexible-btn-wrapper, .flexible-content .flex-col-4 .flexible-btn-wrapper{
		position: unset;
	}
	 .align-humberg{
		right: 24px;
	 }
	/* Footer CSS end here */
}
@media (max-width: 767px){
	.res-wrapper{
		height: calc(100% - 50px);
	}
	.header-top {
		padding-bottom: 9px;
	}
	.align-humberg {
		width: 35px;
		height: 35px;
	}
	.header-top .align-humberg .align-humberg-btn span.line-1 {
		width: 25px;
		height: 3px;
	}
	.header-top .align-humberg .align-humberg-btn span.line-2{
		width: 3px;
  		height: 25px;
	}
	.header-bottom .article-date {
		padding-top: 10px;
	}
	.nav-link nav {
		padding:50px 0px 98px;
	}
	.align-btn {
		font-size: 9px;
		line-height: 12px;
		padding: 7px 24px 7px 13px;
	}
	h3 {
		font-size: 16px;
		line-height: 18px;
	}
	.iwt-top-banner {
		padding-top: 63px;
	}
	.nav-link > .grid-container > .grid-x:nth-child(2) {
		padding: 0 0 43px;
	}
	.nav-link ul li h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.nav-link ul li h2 a{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.nav-link ul li a span {
		margin-right: 75px;
	}
	.nav-link ul li:first-child span {
		margin-right: 75px;
	}
	.nav-link .large-6 {
		width: 100%;
		text-align: left;
	}
	.nav-link .extra-link {
		padding-top: 45px;
		justify-content: flex-start;
	}
	.flexible-title {
		padding: 60px 0px;
		margin-block: 25px;
	}
	.flexible-title h1, .flexible-content-row .flexible-count span {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: -0.32px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.flexible-title h1 span{
		font-size: 28px;
		line-height: 28px;
		letter-spacing: -0.22px;
	}
	.flexible-col-wrapper {
		padding: 25px 0px 30px;
		gap: 22px;
		margin-left: 0;
		margin-right: 0;
	}
	.align-res-menu {
    	width: 100%;
		padding-top: 88px;
  	}
	.res-wrapper{
		padding-inline: 21px;
	}
	.flexible-title .copier-btn{
		font-size: 9px;
		letter-spacing: 0.36px;
		padding: 7px 18px;
	}
	.flexible-content-row {
    column-gap: 64px;
  }
	.flexible-content .grid-container img {
    margin-bottom: 25px;
  }
	.flexible-col-wrapper > .cell{
		margin: 0px;
	}
	.flex-col-2 > .cell.small-6:first-child {
		margin: 0px;
		width: 50% !important;
	}
	.flexible-col-wrapper > .small-6,
	.flexible-chapter-two > .large-3 {
		width: calc(100% - 1.875rem);
	}
	.flexible-col-wrapper p , 
	.flexible-chapter-two p {
		font-size: 11px;
		line-height: 14px;
	}
	.flexible-btn {
		font-size: 9px;
		line-height: 12px;
		padding: 6px 24px 6px 13px;
	}
	.introduction h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.introduction {
    	padding: 50px 0 25px;
  	}
	.flexible-col-wrapper:not(.flex-col-2) > .large-3:not(:first-child),
	.flexible-col-wrapper > .large-3:not(:first-child), 
	.flexible-chapter-two > .large-3:not(:first-child){
		max-width: unset;
		padding-right: 0px;
		margin: 0;
		padding-left: 80px;
	}
	.flexible-col-wrapper > .large-3.small-12,
	.flexible-chapter-two > .large-3.small-12{
		width: 100%;;
	}
	.flexible-col-wrapper > .large-3:nth-child(2) p,
	.flexible-col-wrapper > .large-3:nth-child(3) p{
		margin-bottom: 8px
	}
	.flexible-col-wrapper > .large-3,
	.flexible-chapter-two > .large-3,
	.flexible-col-wrapper > .small-12,
	.flexible-chapter-two > .small-12 {
		width: 100% !important;
		padding: 0px;
	}
	.flexible-col-wrapper > .small-6,
	.flexible-chapter-two > .small-6 {
		width: calc(50% - 1.25rem) !important;
    	padding: 0 !important;
	}
	.flex-col-1 > .cell{
		width: 100% !important;
	}
	.flexible-col-wrapper > .small-5.flexible-btn-wrapper{
		width: calc(41.66667% - 1.25rem) !important;
		padding: 0 !important;
	}
	.flexible-chapter-two {
		padding: 55px 0px 30px;
		gap: 30px;
	}
	.color-boxes {
		gap: 15px;
		padding-bottom: 55px;
	}
	.color-box {
		height: 188px;
		padding: 10px;
	}
	.color-content {
		left: 10px;
		bottom: 10px ;
	}
	.color-box .color-content h4 {
		font-size: 12px;
		line-height: 13px;
	}
	.color-name{
		top: 40%;
	}
	.color-name button {
		font-size: 35px;
		line-height: 35px;
	}
	/* Footer CSS start here */
	footer.site-footer {
		padding: 46px 0px;
		margin-top: 25px;
	}
	.page-template-homepage footer.site-footer {
		margin-top: 0px;
	}
	footer .footer-top {
  		margin-bottom: 322px;
	}
	.align-search-area {
  		min-height: 70px;
		margin-bottom: 0;
	}
	.align-content-item .align-content-title h3{
		padding-top: 50px;
	}
	.align-content-item .align-page-list {
  		row-gap: 30px;
	}
	.align-search-area input{
		font-size: 45px;
		line-height: 55px;
	}
	.align-search-area #searchicon{
		top: 20px;
	}
	.align-content-sec {
  		padding-top: 50px;
	}
	/* Footer CSS end here */
}
/** Responsive Design end here **/