/*!
Theme Name: familymallduhok
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>familymallduhok</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: familymallduhok
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.

familymallduhok 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/
*/
@font-face {
    font-family: 'TradeGothic LT Extended';
    src: url('./fonts/trade_gothic_lt_std_extended.eot');
    src: url('./fonts/trade_gothic_lt_std_extended.eot?#iefix') format('embedded-opentype'),
        url('./fonts/trade_gothic_lt_std_extended.woff2') format('woff2'),
        url('./fonts/trade_gothic_lt_std_extended.woff') format('woff'),
        url('./fonts/trade_gothic_lt_std_extended.ttf') format('truetype'),
        url('./fonts/trade_gothic_lt_std_extended.svg#trade_gothic_lt_stdextended') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
>>> 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.
 */
 *{
    letter-spacing: normal !important;
 }
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 3em 1.5em 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-right: 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-right: 0;
}

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

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

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

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

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    right: 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;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 0 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-right: auto;
    margin-left: 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;
    right: 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 {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.select-class {
    border: 0;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.bdt-pagepiling-slider .pp-tableCell {
    width: auto !important;
    margin: 0 auto !important;
}

.bdt-pagepiling-slider .bdt-prime-slider-content:before {
    content: "" !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.40) 49%, rgba(0, 0, 0, 1) 100%);
}

.home h1.entry-title {
    display: none;
}

header#masthead {
    position: absolute !important;
    width: 100%;
    top: 0;
}

.m-auto {
    margin: auto;
}

section {
    width: 100%;
    /*     overflow:hidden; */
}

.slider-div {
    width: 768px;
    margin: 50px auto 88px;
}

.slider-div div#brand-slider {
    overflow: visible;
}

.slider-div div#brand-slider .owl-stage-outer {
    overflow: visible;
}

.owl-item {
    /* transform: scale(0.5); */
}

.itemButton {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-family: 'TradeGothic LT Extended';
    font-size: 14px;
    color: #fff;
    width: 181px;
    height: 45px;
}

.itemButton a {
    color: #fff;
    display: flex;
    width: 181px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid #FFFFFF;
    backdrop-filter: blur(50px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 15px;
    text-transform: uppercase;
    margin: auto;
    font-family: 'TradeGothic LT Extended';
    transition: all 0.3s;
    text-decoration: none;
}

.itemButton a:hover {
    background-color: #fff;
    color: #000;
}

.owl-carousel .owl-item .itemButton a img {
    width: 18px;
    margin-right: 10px;
    transition: all 0.3s;
    object-fit: contain;
}

#brand-slider .itemButton a {
    width: 168px;
    height: 40px;
    line-height: 38px;
}

.itemText {
    font-weight: 700;
    font-size: 34px;
    line-height: 47px;
    position: absolute;
    display: inline-flex;
    position: absolute;
    right: 29px;
    bottom: 32px;
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    font-family: 'TradeGothic LT Extended';
}

.owl-carousel .owl-item .itemText img {
    width: 25px;
    margin-right: 13px;
}

.itemImage:after,
.slider-video:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 95.31%); */
    background: url(./images/sliderOverlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slider-div #brand-slider .owl-nav {
    position: absolute;
    bottom: 32px;
    margin: auto;
    height: 165px;
    width: 85px;
    right: 0;
    left: 0;
    transition: all 0.3s;
    display: flex;
    flex-direction: column-reverse;
}

.slider-div #brand-slider button {
    width: 60px;
    height: 60px;
    left: 684px;
    top: 1926px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s;
}

.slider-div #brand-slider button img {
    opacity: 0.5;
    transition: all 0.3s;
}

.slider-div #brand-slider button.owl-prev {
    transform: rotate(-180deg);
    /* border-color: #fff; */
}

.slider-div #brand-slider button:hover img {
    opacity: 1;
}

.slider-div #brand-slider button:hover {
    border-color: #fff;
}

#brand-slider.owl-carousel.owl-drag .owl-item {
    /* margin: 67px 0; */
    /* height: 181px; */
    position: relative;
    margin: auto;
    transform: scale(0.8);
}

#brand-slider.owl-carousel.owl-drag .owl-item.active {
    transform: scale(1);
}

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

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px !important;
        margin: auto;
    }
}

/* css for latest event */
.eventDiv {
    margin: 0 10px;
}

.eventDivImage img {
    width: 100%;
    transition: all 0.3s;
}

body {
    background: #f3f2f8 !important;
}

.eventContent {
    background: #fff;
    padding: 22px 24px 28px;
    font-family: 'TradeGothic LT Extended';
}

.eventDivDate {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #F37021;
    font-family: 'TradeGothic LT Extended';
}

.eventDivTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 10px 0 22px;
}

.eventDivContent {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #000000;
}

.eventDivLink a {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #000000;
    backdrop-filter: blur(50px);
    border-radius: 15px;
    padding: 13px 20px;
    text-decoration: none;
    transition: all 0.3s;
}

.eventDivLink a img {
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-left: 18px;
    transition: all 0.3s;
}

.eventDivLink {
    margin-top: 27px;
}

.eventDivLink a:hover {
    background: #000;
    color: #fff;
}

.eventDivLink a:hover img {
    filter: none;
    transform: translateX(-10px);
}

/* css for Discover more */
.discoverOne,
.discoverTwo {
    position: relative;
    margin: 0;
    z-index: 1;
}

.discoverContent {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.discover-div {
    display: inline-flex;
    margin: 50px 0 88px;
    /* padding: 56px 0; */
    background: #fff;
    align-items: center;
    position: relative;
    width: 100%;
}

.discover-div>div:first-child {
    margin-left: 0;
}

.discover-div>div:last-child {
    margin-right: 0;
}

.discoverTwo {
    /* margin: -106px 20px; */
    flex: 0 0 481px;
    position: relative;
    z-index: 1;
    width: 481px;
}

.discoverTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    font-family: 'TradeGothic LT Extended';
}

.discoverText {
    font-style: normal;
    /* font-weight: 700; */
    font-size: 13px;
    line-height: 21px;
    /* or 200% */
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'TradeGothic LT Extended';
    margin-top: 16px;
}

.discoverLink a {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid #FFFFFF;
    backdrop-filter: blur(50px);
    border-radius: 15px;
    display: inline-block;
    font-family: 'TradeGothic LT Extended';
    padding: 9px 47px;
    margin-top: 42px;
    transition: all 0.3s;
}

.owl-carousel .owl-item .discoverLink a img {
    margin-right: 10px;
    transition: all 0.3s;
    width: auto;
    display: inherit;
}

.discoverTwo .discoverTitle {
    padding-bottom: 28px;
}

.discoverOne {
    width: auto;
    flex: 0 0 509px;
    /* height: 637px; */
    width: 509px;
}

.discoverTwo .discoverImage {
    /* margin: -193px 0; */
}

.discover-div:before {
    content: "";
    position: absolute;
    left: 0;
    height: 46px;
    width: 100%;
    background: #f3f2f8;
    top: 0;
}

.discover-div:after {
    content: "";
    position: absolute;
    left: 0;
    height: 46px;
    width: 100%;
    background: #f3f2f8;
    bottom: 0;
    z-index: 0;
}

.discoverLink a:hover {
    background: #fff;
    color: #000;
}

.discoverLink a:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
    transform: translateX(-10px);
}

.owl-stage,
.owl-carousel.owl-drag .owl-item.active,
.owl-carousel.owl-drag .owl-item .item,
.itemImage {
    height: 100%;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* About section Image */
.sectionHeading {
    font-style: normal;
    font-weight: 700;
    font-size: 62px;
    line-height: 60px;
    align-items: center;
    text-transform: uppercase;
    color: #141414;
    font-family: 'TradeGothic LT Extended';
    padding-bottom: 41px;
}

.sectionSecondHeading {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    width: 371px;
    margin: 0 auto;
}

.aboutText {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    /* or 222% */
    display: flex;
    align-items: center;
    color: #292D32;
    padding-top: 44px;
    padding-right: 0;
    width: 620px;
}

.aboutLink a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid rgba(0, 0, 0, 0.5);
    /* backdrop-filter: blur(50px); */
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 15px;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.3);
    width: 210px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-top: 41px;
    transition: all 0.3s;
}

.aboutLink a img {
    margin-left: 10px;
    opacity: 0.3;
    -webkit-filter: invert(1);
    filter: invert(1);
    transition: all 0.3s;
}

.aboutSection {
    display: inline-flex;
    margin-bottom: 100px;
}

.aboutContent {
    background: #fff;
    padding: 80px 78px 0;
    margin: 70px -98px 0 0;
    flex: 0 0 calc(58% + 98px);
    padding-right: 118px;
}

.aboutImage {
    flex: 0 0 44%;
    margin: 0 0 73px;
    height: 881px;
    overflow: hidden;
}

.aboutImage img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.aboutLink a:hover {
    background: #000;
    color: #fff;
}

.aboutLink a:hover img {
    filter: none;
    opacity: 1;
    transform: translateX(-6px);
}

div#header-slider {
    height: 100vh;
}

/* div#header-slider .owl-stage .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(./images/sliderOverlay.png);
    z-index: 1;
} */



.homeSliderContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 11111111;
}

.homeSliderText {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 61px;
    line-height: 101px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.homeSliderButton {
    margin-top: 49px;
    position: relative;
}

.header-border .elementor-container.elementor-column-gap-default {
    border-bottom: solid 2px #fff;
}

#header-slider .owl-nav {
    position: absolute;
    bottom: 33px;
    width: 100%;
    direction: ltr;
}

#header-slider .owl-nav button {
    width: 60px;
    height: 60px;
    left: 684px;
    top: 1926px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s;
    margin: 13px 15px;
}

#header-slider .owl-nav button img {
    opacity: 0.5;
    transition: all 0.3s;
}

#header-slider .owl-nav button.owl-prev {
    transform: rotate(180deg);
}

#header-slider .owl-nav button:hover {
    border-color: #fff;
}

#header-slider .owl-nav button:hover img {
    opacity: 1;
}

.sliderSocial {
    position: absolute;
    left: 97px;
    bottom: 43px;
    z-index: 1;
    display: flex;
    flex-flow: column;
}

.headerSlider {
    position: relative;
    margin-bottom: 88px;
}

.owl-stage-outer {
    height: 100%;
}

.sliderSocial a {
    text-decoration: none;
    display: inline-block;
    margin: 13px 0;
    transition: all 0.3s;
}

.sliderSocial a:hover {
    transform: scale(1.5);
}

.latestevent {
    margin: 50px 0 88px;
}

.mapImeg {
    background: transparent;
    margin: 50px 0 80px;
    padding-bottom: 57px;
    text-align: center;
}

.mapImeg img {
    width: 90%;
    margin: 0 auto;
}

.aboutSection .sectionSecondHeading {
    text-align: left;
    margin: 0;
}

.instagramSection {
    background: #fff;
    padding-top: 43px;
    padding-bottom: 60px;
    margin-bottom: 80px;
}

.images {
    margin-top: 0;
}

.oneBig {
    text-align: right;
}

.oneBig img {
    width: 605px;
    box-shadow: 33px 29px 100px rgb(0 0 0 / 10%);
}

.imagesdd {
    width: 258.79px;
    height: 325px;
    flex: 0 245.79px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    opacity: 1;
    overflow: hidden;
}

.forSmall {
    flex-wrap: wrap;
    gap: 18px;
}

.imagesdd:hover .imagehover {
    opacity: 0;
}

.imagehover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(21, 21, 21, 0.5);
    opacity: 1;
    transition: all 0.3s;
}

.imagesdd:hover img {
    transform: scale(1.2);
}

.imagesdd img {
    transition: all 0.3s;
}

.owl-carousel .owl-item .itemButton a:hover img {
    transform: translateX(-6px);
    -webkit-filter: invert(1);
    filter: invert(1);
}

.discover-div .item>div:hover .discoverImage {
    transform: scale(1.2);
}

.discover-div .item>div {
    overflow: hidden;
}

.discoverImage {
    transition: all 0.3s;
}

#brand-slider .itemImage {
    height: 540px;
    width: 100%;
}

#brand-slider .itemImage img {
    height: 100%;
    object-fit: cover;
}

#discovermore.owl-carousel .owl-stage {
    display: inline-flex;
    align-items: center;
}

#discovermore.owl-carousel .caption {
    text-align: center;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.4, 1.4);
    }

    100% {
        transform: scale(1, 1);
    }
}

.eventDiv .eventDivImage {
    overflow: hidden;
}

.eventDiv:hover .eventDivImage img {
    transform: scale(1.2);
}

.owl-carousel .owl-item .homeSliderButton img {
    width: 80px;
}

span.menu-image-title-before.menu-image-title {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
}

.custom-mega-menu ul#menu-mega-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.entry-header {
    display: none;
}




.megaMenu {
    background: #9b9b9b;
    padding: 40px;
    /* height: 500px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgb(172 172 172) 0%, #000000 95.31%);
}

.primerymanu {
    margin: 0 0 0 27px;
}

.primerymanu ul,
.submenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primerymanu ul li a {
    display: inline-block;
    text-decoration: none;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 8px 15px;
    transition: all 0.3s;
    display: inline-block;
    width: 100%;
}

.submenuTitle {
    text-decoration: none;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #cbcbcb;
    margin-bottom: 14px;
    /* border-bottom: solid 1px #5a5a5a; */
    padding-bottom: 11px;
    padding-top: 7px;
}

.submenu ul li a {
    display: inline-block;
    text-decoration: none;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    padding: 9px 14px;
    width: 100%;
}

.col-lg-8 .submenu ul li {
    width: 50%;
    flex: 0 0 50%;
}

.col-lg-8 .submenu ul {
    display: flex;
    flex-wrap: wrap;
}

.submenuDiv.about {
    display: none;
}

.submenuDiv.services {
    display: none;
}

.submenuDiv.contact {
    display: none;
}

.primerymanu ul li.active a,
.primerymanu ul li a:hover {
    background: #fff;
    display: inline-block;
    width: 100%;
    color: #000;
}

.submenu ul li a:hover {
    background: gray;
}

.submenuDiv {
    display: none;
}

.submenuDiv.menuOPen {
    display: block;
}

.menutext {
    font-size: 17px;
    color: #fff;
}

.togglemenu {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 25px;
    margin-left: 23px;
    cursor: pointer;
}

.togglemenu img {
    float: right;
    margin-left: 8px;
}

.megaMenuSection {
    position: fixed;
    top: 123px;
    left: 0;
    z-index: 9999999999;
    width: 100%;

    display: none;
    max-width: 1280px;
    margin: 0 auto;
    right: 0;
}

.megaMenuSection.openiur {
    display: block;
}

.togglemenu.openbar:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0;
    cursor: default;
}

.hideover {
    overflow: hidden !important;
}

.paratth p {
    margin: 0;
}

.contentdefault {
    position: relative;
    z-index: 1;
}

.asww .elementor-background-overlay {
    background-size: 100% 100% !important;
}

.contentdefault:before {
    position: absolute;
    content: "";
    left: -50px;
    top: 0;
    width: 50px;
    height: 100%;
    background: #242424;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-6d3a29a.stBground.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    background-color: #121212;
    background-size: contain;
}

.pabbh:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 26px;
    width: 1px;
    background: #878787;
    left: auto;
    z-index: 9;
}

.rtl_column .elementor-widget-wrap.elementor-element-populated {
    border-right: solid 1px !important;
    border-left: 0 !important;
}

.rtl_column .elementor-heading-title.elementor-size-default {
    text-align: right;
    padding: 0 13px 0 0;
}

.rtl_column .elementor-widget-container {
    margin: 0 !important;
}

input.form-control,
textarea.form-control {
    border: 2px solid #3C3C3B !important;
    border-radius: 15px !important;
    /* height: 47px; */
    width: 100%;
    background: transparent;
    padding: 7px 15px;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    /* or 214% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

span.wpcf7-form-control-wrap {
    margin-bottom: 19px !important;
    display: inline-block;
    width: 100%;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    /* or 214% */
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: transparent;
    padding: 7px 59px;
    margin-top: 27px;
    float: right;
    display: inline-block;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 140px;
}

.add-title {
    margin: 0 0 11px !important;
}

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

.format-list ul li {
    padding-bottom: 18px;
}

.page-template-template-home section.brandsSection,
.abrOuterSection,
.instagramSection {
    overflow: hidden;
    width: 100%;
}

.slider-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.homepageBlog {
    padding-bottom: 85px;
}

.itemImage {
    width: 100%;
}

section.page-banner {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.itemImage img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

section.brandsDesction {
    background: #121212;
    padding: 200px 0 90px;
}

.brand-detail-top {
    display: flex;
    align-items: end;
    margin: 140px -15px 0;
    width: 100%;
}

.brandImages {
    flex: 0 0 calc(50% - 30px);
    padding: 0 15px;
    position: relative;
    text-align: right;
}

.brand-content {
    flex: 0 0 calc(50% - 30px);
    padding: 0 15px;
}

.brandImages {}

img.firImage {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin-right: 0;
}

img.secImage {
    position: absolute;
    left: 15px;
    top: -157px;
}

.brand-title {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 53px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.brand-text {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    /* or 214% */
    display: flex;
    align-items: center;
    text-align: justify;
    text-transform: lowercase;
    color: #FFFFFF;
    padding-top: 81px;
}

.brand-link a {
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid #FFFFFF;
    backdrop-filter: blur(25px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 15px;
    display: inline-block;
    width: 210px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    /* line-height: 18px; */
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s;
}

.brand-link a:hover {
    background-color: #fff;
    color: #000;
}

.brand-link a:hover img {
    transform: translateX(-6px);
    -webkit-filter: invert(1);
    filter: invert(1);
}

.brand-link {
    text-align: right;
    padding-top: 108px;
}

.brand-info {
    background: #242424;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.brand-info-title {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.brand-detail-bottom {
    position: relative;
    padding: 62px 93px;
    background: #242424;
    margin-top: 79px;
}

.brand-info-content {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 11px 0 0;
}

.brand-detail {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
}

section.blogClass {
    background: #121212;
}

.blogconttitle {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    /* or 157% */
    display: flex;
    align-items: center;
    text-align: right;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 575px;
    margin-left: auto;
    margin-bottom: 38px;
    width: auto;
    display: block;
}

.blogconttextone {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    /* or 200% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
    flex: 0 0 33.33%;
    padding-right: 20px;
    margin-top: auto;
    margin-bottom: 18px;
}

.blogconttextone {}

.blogconttexttwo {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    /* or 200% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
    flex: 0 0 33.33%;
    padding-left: 20px;
    margin-bottom: auto;
    margin-top: 18px;
}

.blogcontent {
    display: flex;
    justify-content: space-between;
}

.blogcontimage {
    flex: 0 0 28%;
}

.blogcont {
    background-image: url(images/blg-bg.png), url(images/blg-bg.png);
    background-position: right bottom, left top;
    background-repeat: no-repeat, no-repeat;
    margin: 100px 0;
    display: inline-block;
    width: 100%;
}

.blogcont:nth-child(even) .blogconttitle {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

a.readMore {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s;
}

.readMore span.saicon {
    height: 61px;
    width: 61px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    border-radius: 50%;
    margin-left: 44px;
    transition: all 0.3s;
}

.blogLinks {
    display: flex;
    align-items: center;
    margin-top: 54px;
}

.readMore span.saicon img {
    position: relative;
    margin: 19px 0 19px -29px;
    transition: all 0.3s;
}

a.onlyIcon {
    height: 61px;
    width: 61px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
    border: 1px solid #FFFFFF;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    transition: 0.3s all;
}

span.onlsaicon {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.readMore:hover span {
    margin-left: 15px;
    background: #fff;
    margin-right: 29px;
}

.readMore:hover span.saicon img {
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-left: 7px;
    width: 42px;
    top: 5px;
}

a.onlyIcon:hover {
    background: #fff;
}

a.onlyIcon:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

section.blog-detail {
    background: #121212;
    padding-top: 188px;
    padding-bottom: 60px;
}

.auth-detail {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #878787;
}

.auth-detail span:first-child:before {
    content: "";
    width: 24.87px;
    height: 2px;
    left: 0;
    top: 0;
    border: 0px solid #878787;
    position: absolute;
    background: #878787;
    bottom: 0;
    margin: auto;
}

.auth-detail span:first-child {
    position: relative;
    padding-left: 33px;
}

.detail-title {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
    /* or 141% */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 150px 18px 150px 31px;
}

.detail-top {
    padding-left: 62px;
}

.detail-top-content {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 36px;
    /* or 254% */
    display: flex;
    align-items: center;
    text-align: justify;
    text-transform: lowercase;
    color: #FFFFFF;
}

.belowtext {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* or 204% */
    display: flex;
    align-items: center;
    text-transform: lowercase;
    color: #878787;
    margin-top: 23px;
}

.detail-social {
    display: flex;
    flex-direction: column;
    justify-items: right;
    align-items: end;
    padding: 34px 0;
    padding-right: 40px;
    border-right: solid 2px #878787;
}

.detail-social-title {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    /* identical to box height, or 178% */
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.detail-social-icon img {
    width: 30px;
}

.detail-social-icon a {
    text-decoration: none;
    display: inline-block;
    margin-left: 23px;
}

.mdlcheck {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.services {
    background: #242424;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
    margin: 40px 0;
    padding: 46px;
}

.serImage {
    width: 100%;
    float: right;
    margin: 0;
    position: absolute;
    height: 100%;
    overflow: hidden;
    top: -41px;
    left: 40px;
}

.serImageOuter {
    /* position: absolute; */
    width: 94%;
    top: -44px;
    left: 0;
}

.serContent-title {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 58px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 37px;
    width: 90%;
}

.serContent-text {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    /* or 182% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.serContent {
    padding: 0 0 0 25px;
}

.serContent-text ul li {
    list-style: none;
}

.serContent-text ul {
    margin: 0;
    padding: 0;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 61px;
    /* or 305% */
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.serTime {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 27px 0 0;
}

.get_text {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 0 0 55px;
}

span.get_text_one {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #878787;
}

span.get_text_two {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-top: 5px;
    white-space: nowrap;
}

.get_text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 45px;
    height: 3px;
    background: #878787;
}

.event_image_holder {
    display: flex;
}

.event_image_holder.one .get_text {
    margin-top: 67px;
    margin-left: 35px;
}

.event_image_holder.two .get_text {
    margin: 0 0 46px 27px;
    margin-top: auto;
}

.event_image_holder.three .get_text {
    margin: 0 0 0 33px;
    margin-top: auto;
}

.event_image_holder.two {
    flex-flow: nowrap;
}

.event_image_holder.one .get_image {
    width: 266px;
}

.event_image_holder.two .get_image {
    flex: 0 0 371px;
}

.position-relative.pokk {
    display: flex;
    flex-direction: column;
}

.get_text {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 53px;
}

span.get_text_one {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #878787;
}

.get_text:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    background: #878787;
    left: 0;
    top: 5px;
}

span.get_text_two {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
}

.event_image_holder {
    display: flex;
}

.event_image_holder.one .get_text {
    margin: 62px 0 0 35px;
}

.event_image_holder.two .get_text {
    margin: auto 0 64px 36px;
}

.event_image_holder.three .get_text {
    margin: auto 0 0 27px;
}

.event_image_holder.one .get_image {
    flex: 0 0 256px;
}

.event_image_holder.two .get_image {
    flex: 0 0 370px;
}

.event_image_holder.two {
    margin: -177px 0 0 255px;
}

.event_image_holder.three {
    margin: -112px 0 0 65px;
}

.event_image_holder.three .get_image {
    flex: 0 0 189px;
}

.toptexttitle {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 68px;
    /* or 161% */
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.toptexttitle.position-one {
    padding: 150px 0 0 53px;
}

.event_image_holder.four {
    flex-direction: column;
}

.event_image_holder.four .get_image {
    margin-left: auto;
    width: 70%;
}

.event_image_holder.four .get_text {
    margin-left: auto;
    margin-top: 29px;
}

.toptexttitle.position-two {
    position: absolute;
    width: 673px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding-bottom: 78px;
}

.ontr {
    position: relative;
    margin-top: 100px;
}

.event_image_holder.five .get_text {
    margin: auto 0 11% 43px;
}

.toptexttitle.position-three {
    margin: 83px 0 80px;
    width: 80%;
}

.event_image_holder.five {
    margin-top: 100px;
}

.pauseSliderButton {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    z-index: 999;
    display: none;
}

.slider-video .homeSliderButton {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    display: none;
    width: 183px;
    height: 46px;
}

.hfe-page-title h5.elementor-heading-title.elementor-size-default {
    text-transform: uppercase;
}

.hfe-flyout-wrapper a.hfe-menu-item {
    text-transform: uppercase;
}

.blogcont:nth-child(odd) .blogconttitle {
    text-align: right;
    /* float: right; */
}

.blogconttitle a {
    text-decoration: none;
    color: #fff;
}

.serImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    padding: 0 0;
}

.menuouter {
    position: absolute;
    left: 0;
    background: #121212;
    width: 100%;
    padding: 60px 75px;
    display: none;
    top: -20px;
    height: auto;
    overflow: auto;
    z-index: 11;
}

li.name {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 42px;
    text-transform: uppercase;
    color: #171719;
}

.menuouter .menus ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 275px;
}

.menuouter .menus ul li a {
    display: inline-block;
    width: 100%;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: initial;
    /* or 300% */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #878787;
    padding: 14px 0;
}

.menuouter .menus {
    position: relative;
}

.menuouter .menus .subMenu {
    display: none;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    height: 100%;
    padding: 0 72px;
    width: calc(100% - 275px);
    height: 436px;
    z-index: 1;
    background: #121212;
}

.menuouter .menus ul li:hover .subMenu {
    display: block;
}

.imageTitle {
    position: relative;
}

.pageTitledd {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: normal;
    /* or 150% */
    align-items: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 46px;
}

.menuouter .menus ul li .imageTitle a {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid #FFFFFF;
    backdrop-filter: blur(25px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 15px;
    position: absolute;
    right: 23px;
    bottom: 20px;
    left: auto;
    width: auto;
    width: 179px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    transition: all 0.3s;
}

.menuouter .menus ul li .imageTitle a img {
    margin-right: 9px;
    margin-left: 0;
}

.paheII {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    color: #171719;
    text-align: center;
    border-top: solid 1px #171719;
    border-bottom: solid 1px #171719;
    padding: 19px 0;
    margin: 30px 0 0;
    bottom: 0;
    display: none;
    width: 100%;
}

.blogImage {
    position: relative;
}

.blogs {
    margin: 15px -12px 0;
}

.blogs .eventDiv {
    margin: 0;
}

.blogs .eventDiv .eventDivImage {
    position: relative;
    padding-top: 100%;
}

.blogs .eventDiv .eventDivImage a {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs .eventDiv .eventDivImage a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menuouter .menus ul li a.blogReadmore {
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid #fff;
    backdrop-filter: blur(25px);
    border-radius: 15px;
    display: inline-block;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    width: 179px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.menuouter .menus ul li a.blogReadmore img {
    /* filter: invert(1); */
    margin-right: 8px;
}

.submenuTitle {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: normal;
    /* or 300% */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #878787;
}

.brandsOuter {
    display: flex;
    align-items: center;
}

.brandImage {
    position: relative;
}

.subMenuOne {
    padding: 0 28px 0 0;
}

.brandImage {
    flex: 0 0 445px;
    width: 368px;
    height: 274px;
    margin-top: 56px;
}

.brandImage>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imageTitle {
    margin-top: 56px;
    height: 332px;
}

.imageTitle>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menuouter .menus ul li .brandImage a.blogReadmore {
    bottom: -79px;
}

.menu-brand-menu-container {
    max-height: 274px;
    overflow-x: hidden;
    overflow-y: auto;
}

.menuToggle {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 23px;
    cursor: pointer;
}

.menuouter.menu-open {
    display: block;
}

/* body.noScroll {
    overflow: hidden;
} */
section.overVisabl {
    overflow: visible !important;
}

.menuouter .menus ul li a:hover {
    color: #fff;
}

.menuouter .menus .active .subMenu {
    display: block;
    z-index: 0;
}

.menuouter .menus ul li.active>a {
    color: #000;
    font-weight: 800;
}

section#map_section {
    background: #121212;
    padding-top: 66px;
}

section#map_section .sectionHeading {
    color: #fff;
}

section#map_section .sectionSecondHeading {
    color: #ffff;
}

.search aside#secondary {
    display: none;
}

.search main#primary {
    background: #121212;
    padding: 219px 0 62px;
}

.search h1.page-title {
    color: #FFFFFF;
    font-family: 'TradeGothic LT Extended';
    font-size: 31px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 42px;
}

.search .page-content {
    color: #fff;
}

.search header.entry-header {
    display: block;
}

.search h2.entry-title a {
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 56px;
    color: #FFFFFF;
    margin-left: auto;
    width: auto;
    display: block;
    text-decoration: none;
}

.search article a {
    color: #fff;
}

.search article {
    color: #fff;
    margin: 0;
    border-bottom: solid 1px #424242;
    padding: 34px 0;
}

.search .entry-meta {
    font-size: 15px;
    color: #898989 !important;
    margin-bottom: 17px;
}

.search article footer.entry-footer {
    font-size: 15px;
    color: #898989 !important;
    margin-bottom: 17px;
    margin-top: 27px;
}

.search article footer.entry-footer span {
    margin-right: 37px;
}

.search .entry-meta {
    font-size: 15px;
    color: #898989 !important;
    margin-bottom: 17px;
}

.search article footer.entry-footer {
    font-size: 15px;
    color: #898989 !important;
    margin-bottom: 17px;
    margin-top: 27px;
}

.search article footer.entry-footer span {
    margin-right: 37px;
}

footer .mc4wp-form-fields {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .mc4wp-form-fields input[type="email"] {
    flex: 1;
    font-size: 12px;
    padding: 0 10px;
    border: 0;
    box-shadow: none;
}

footer .mc4wp-form-fields input[type="submit"] {
    font-size: 14px;
    padding: 13px 16px;
    background: #121212;
    color: #fff;
}

.menuouter .menus ul li .imageTitle a:hover {
    color: #000;
    background: #fff;
}

.menuouter .menus ul li .imageTitle a:hover img {
    filter: invert(1);
}

footer .mc4wp-form-fields input[type="email"]:focus-visible {
    border: 0;
    box-shadow: none;
    outline: none;
}

.mc4wp-response p {
    margin: 13px 0 0;
    color: #fff;
    font-size: 12px;
}

.serContent-title a {
    color: #fff;
    text-decoration: none;
}

.mapplic-fullscreen {
    background: #121212 !important;
}

.mapplic-legend {
    display: none !important;
}

.mapplic-tooltip-content {
    display: none;
}

h4.mapplic-tooltip-title {
    width: 100%;
    margin: 0 !important;
}

a.mapplic-popup-link {
    margin: 11px auto 4px !important;
    float: none;
}

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
    width: auto;
    background: transparent;
    border: 0;
    margin-left: 16px;
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle {
    padding: 4px 0;
    border: 0;
    text-decoration: none !important;
    background: transparent;
    color: #fff;

    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none !important;
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:after {
    display: none;
    border: 0;
    background: transparent !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
    background: transparent !important;
    color: #fff;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    padding: 2px 0;
    padding-left: 0;
    padding-right: 0;
    font-family: 'TradeGothic LT Extended';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    background: transparent;
    border: 0;
}

ul.wpml-ls-sub-menu {
    border-top: 0 !important;
}

.she-header {
    background: #121212;
}

.she-header .elementor-element.elementor-element-c15d94c.elementor-widget-divider--view-line.elementor-widget.elementor-widget-divider {
    margin: 0 0 7px;
}

.hfe-input-focus i.fas.fa-search {
    color: #000000 !important;
}

section.blog-detail.brands_page {
    padding-top: 122px;
}

section.blog-detail.brands_page .services {
    padding: 11px;
}

section.blog-detail.brands_page .services .serImageOuter {
    display: none;
}

section.blog-detail.brands_page .services .serImage {
    position: relative;
    border-radius: 13px;
    padding-top: 67%;
    left: 0;
    top: 0;
}

section.blog-detail.brands_page .services .serImage img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.blog-detail.brands_page .services .serContent {
    padding: 0;
}

section.blog-detail.brands_page .services .serContent .serContent-title {
    margin: 0;
    padding: 7px 0 8px;
    font-size: 17px;
    line-height: normal;
    text-align: center;
    width: 100%;
    display: inline-block;
}

section.blog-detail.brands_page .services .serContent-text {
    display: none;
}

.homeSliderButton a {
    color: #fff;
    display: flex;
    width: 181px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1.5px solid #FFFFFF;
    backdrop-filter: blur(50px);
    border-radius: 15px;
    text-transform: uppercase;
    margin: auto;
    transition: all 0.3s;
    text-decoration: none;
    font-family: 'TradeGothic LT Extended';
}

.homeSliderButton a:hover {
    background: #fff;
    color: #000;
}

.have-video {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.aase:before {
    content: "";
    position: absolute;
    right: -51px;
    top: 36px;
    width: 100%;
    height: 100%;
    border: solid 3px #fff;
}

.contact-info h3.elementor-icon-box-title {
    text-align: right;
}

.contact-info p.elementor-icon-box-description {
    text-align: right;
}

span.wpml-ls-native {
    font-family: 'TradeGothic LT Extended';
}

.footer_logo .elementor-widget-container {
    text-align: right;
}

.wpcf7-form>p {
    display: inline-block;
    width: 100%;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: rtl;
}
.brand_detail .detail-title {
    display: inline-block;
    width: 100%;
    padding: 63px 18px 51px;
}
.brand_detail .detail-top-content {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.brand_detail .detail-image {
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand_detail .detail-image img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
img.mapplic-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* responsive css */
@media (max-width: 1024px) {
    .homeSliderText {
        font-size: 42px;
    }

    div#header-slider {
        height: 554px;
    }

    .sliderSocial {
        left: 10px;
        bottom: 10px;
    }

    .headerSlider {
        margin-bottom: 50px;
    }

    .sectionHeading {
        font-size: 30px;
        line-height: 33px;
        padding-bottom: 20px;
    }

    .slider-div,
    .latestevent,
    .discover-div,
    .mapImeg {
        margin: 33px auto 55px;
    }

    .aboutSection,
    .instagramSection,
    .homepageBlog {
        margin-bottom: 55px;
    }

    .instagramSection {
        padding-top: 22px;
        padding-bottom: 43px;
    }

    .eventDiv {
        margin: 14px 0;
    }

    .eventContent {
        padding: 17px;
    }

    .eventDivTitle {
        font-size: 15px;
        line-height: 22px;
        padding: 10px 0 15px;
    }

    .eventDivContent {
        font-size: 13px;
        line-height: 20px;
        ;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .eventDivLink a {
        font-size: 12px;
        line-height: 16px;
        border-radius: 13px;
        padding: 9px 12px;
    }

    .eventDivLink a img {
        margin-left: 6px;
    }

    .aboutContent {
        padding: 43px 43px 30px;
        flex: 0 0 63%;
        padding-right: 57px;
        margin: 48px 0 0;
    }

    .aboutImage {
        flex: 0 0 37%;
        height: auto;
    }

    .aboutText {
        font-size: 15px;
        line-height: 30px;
        padding-top: 24px;
        padding-right: 0;
        width: auto;
    }

    .imagesdd {
        width: 45%;
        height: auto;
        flex: 0 0 46%;
    }

    .oneBig {
        padding: 0 0 0 44px;
    }

    #header-slider .owl-nav button {
        width: 38px;
        height: 38px;
        margin: 0 10px;
    }

    .slider-div {
        width: 80%;
        max-width: 768px;
    }

    .slider-div #brand-slider button {
        width: 38px;
        height: 38px;
    }

    .homepageBlog {
        padding-bottom: 0;
    }

    .discoverTitle {
        font-size: 31px;
        line-height: 34px;
    }

    .discoverOne {
        width: auto;
    }

    .discoverTwo {
        width: auto;
    }

    #discovermore .item {
        padding-top: 71%;
        position: relative;
    }

    #discovermore .item>div {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    #discovermore .item>div .discoverImage {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .discoverTitle {
        font-size: 18px;
        line-height: normal;
    }

    .discoverText {
        font-size: 10px;
        line-height: normal;
    }

    #discovermore .item>div a {
        font-size: 11px;
        padding: 8px 18px;
        margin: 11px 0 0;
    }

    section.blog-detail {
        padding-top: 103px;
        padding-bottom: 30px;
    }

    .services {
        margin: 41px 0;
        padding: 30px;
    }

    .serImage {
        top: -29px;
        left: 29px;
    }

    .serContent-title {
        font-size: 33px;
        line-height: 33px;
        padding-bottom: 18px;
    }

    .serContent-text {
        font-size: 16px;
        line-height: 26px;
    }

    .detail-title {
        font-size: 29px;
        line-height: normal;
        padding: 82px 18px 82px 31px;
    }

    .detail-top {
        padding-left: 10px;
    }
}

@media (max-width: 992px) {
    .serContent-title {
        font-size: 26px;
        line-height: 29px;
    }

    .services {
        margin: 22px 0;
        padding: 19px;
    }

    .serImage {
        top: -19px;
        left: 20px;
    }

    .blog-compart {
        margin-top: 63px;
    }

    .detail-title {
        font-size: 24px;
        padding: 28px 0;
    }
}

@media (max-width: 767px) {
    .auth-detail {
        margin-top: 14px;
    }

    .detail-top-content {
        font-size: 13px;
        line-height: 28px;
    }

    .detail-title {
        font-size: 20px;
        padding: 28px 0;
    }

    .menu_text {
        display: none;
    }

    .aboutImage {
        flex: 100%;
    }

    .aboutContent {
        padding: 43px 6% 30px;
        flex: 100%;
        padding-right: 6%;
        margin: 48px 0 0;
    }

    .aboutLink a {
        font-size: 12px;
        line-height: 18px;
        width: 149px;
        height: 39px;
        margin-top: 27px;
    }

    .aboutSection {
        flex-wrap: wrap;
    }

    .forSmall.d-flex {
        padding: 0 17px;
        justify-content: space-between;
    }

    .imagesdd {
        flex: 0 0 calc(50% - 9px);
    }

    .homeSliderText {
        font-size: 24px;
        line-height: normal;
        padding: 15px;
    }

    div#header-slider {
        height: 366px;
    }

    #brand-slider .itemImage img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    #brand-slider .itemImage {
        height: 0;
        padding-top: 100%;
    }

    #brand-slider.owl-carousel.owl-drag .owl-item.active {
        transform: scale(0.8);
    }

    #brand-slider.owl-carousel.owl-drag .owl-item.active.center {
        transform: scale(1);
    }

    .itemText {
        font-size: 12px;
    }

    .itemText img {
        width: 12px;
    }

    .menuouter {
        padding: 29px 30px;
    }

    section.blog-detail {
        padding-top: 139px;
    }

    .serImageOuter {
        display: none;
    }

    .serImage {
        position: static;
    }

    .serTime {
        padding: 9px 0 0 0;
    }

    .serContent {
        padding: 19px 0 0 0;
    }
}