/*! 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; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/* 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; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    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; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
    font: inherit; /* 2 */
}

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

/**
* Set up a decent box model on the root element
*/
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 16px;
    color: #120303;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
}

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

/**
* Basic styles for links
*/
a {
    color: #d62128;
    text-decoration: none;
}

body {
    color: #120303;
}
body.menu-is-showing {
    overflow: hidden;
}

p {
    color: #120303;
    font-family: "Mulish", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
    body,
    html {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 600px) {
    html {
        font-size: 14px !important;
    }
}
/**
 * Basic typography style for copy text
 */
body {
    font-size: 16px;
    font-family: "Mulish", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.container-standard {
    padding-left: 50px;
    padding-right: 50px;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.default-padding + default-padding {
    padding-top: 0;
}

.blue-color {
    color: #d62128 !important;
}

.blued-color {
    color: #1158a6 !important;
}

.button-one {
    width: 150px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: red;
    border: none;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
    background: #e62222;
}

.button-one,
.button-one span {
    transition: 200ms;
}

.button-one .text {
    transform: translateX(35px);
    color: white;
    font-weight: bold;
}

.button-one .icon {
    position: absolute;
    border-left: 1px solid #c41b1b;
    transform: translateX(110px);
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-one svg {
    width: 15px;
    fill: #eee;
}

.button-one:hover {
    background: #ff3636;
}

.button-one:hover .text {
    color: transparent;
}

.button-one:hover .icon {
    width: 150px;
    border-left: none;
    transform: translateX(0);
}

.button-one:focus {
    outline: none;
}

.button-one:active .icon svg {
    transform: scale(0.8);
}

.button-default {
    padding: 6px 12px;
    background-color: #d62128;
    color: #fafafa;
    font-size: 13px;
    line-height: 1;
    border: 1px solid transparent;
    transition: all 0.25s ease-in-out;
    border-radius: 3px;
}
.button-default:hover {
    border: 1px solid #d62128;
    background-color: transparent;
    color: #d62128;
}
.button-default.pastelBG {
    background-color: #b5d4f8;
    color: #120303;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.pastelBG:hover {
    border: 2px solid #b5d4f8;
    background-color: transparent;
}
.button-default.pastelGreen {
    background-color: #b3d236;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.pastelGreen:hover {
    border: 2px solid #b3d236;
    background-color: #b3d236;
}
.button-default.greenBG {
    background-color: #b3d236;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.greenBG:hover {
    border: 2px solid #b3d236;
    background-color: #b3d236;
}
.button-default.yellowBG {
    background-color: #fecd07;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.yellowBG:hover {
    border: 2px solid #fecd07;
    background-color: #fecd07;
}
.button-default.greenBG {
    background-color: #b3d236;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.greenBG:hover {
    border: 2px solid #b3d236;
    background-color: #b3d236;
}
.button-default.blueBG {
    background-color: #1158a6;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
}
.button-default.blueBG:hover {
    border: 2px solid #1158a6;
    background-color: #1158a6;
}
.button-default.lined-button {
    background-color: #e62222;
    color: #fff;
}
.button-default.lined-button i {
    font-size: 9px;
}
.button-default.lined-button:hover {
    background-color: #c41b1b;
    border-color: #120303;
    color: #fff;
}

.button-main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #d62128;
    color: #fafafa;
    min-width: 200px;
    height: 45px;
    padding: 6px 16px;
    border: 0;
    font-size: 16px;
    border-radius: 0;
    letter-spacing: 0.5px;
    transition: 0.6s;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
    font-weight: 800;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.button-main img {
    display: inline-block;
    height: 32px;
    margin-right: 5px;
}
.button-main:focus {
    outline: 0;
}
.button-main:before {
    content: "";
    display: block;
    position: absolute;
    background: #ddf0f8;
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    filter: blur(30px);
    transform: translateX(-100px) skewX(-15deg);
}
.button-main:after {
    content: "";
    display: block;
    position: absolute;
    background: #ddf0f8;
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-100px) skewX(-15deg);
}
.button-main:hover {
    background: #d62128;
    cursor: pointer;
    color: #ddf0f8;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
        rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.button-main:hover:before {
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}
.button-main:hover:after {
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}
.button-main.colored {
    background-color: #d62128;
    color: #fafafa;
}

.product-wrapper .button-main {
    font-weight: 500;
    font-size: 13px;
}
#projects .product-content h3 {
    color: #1158a6;
    text-transform: uppercase;
}
#projects .product-content h3 .sub {
    font-weight: 400;
    color: #131313;
    text-transform: capitalize;
    font-size: 18px;
}
@media only screen and (max-width: 768px) {
    .button-main {
        min-width: 250px;
        margin: 5px 0;
    }
}
.header_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.navigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-family: "Mulish", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background-color: #fff;
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 48px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px;
}

.nav-logo > img {
    height: 75px;
    margin: 0 auto;
    padding: 0;
    float: left;
}

.nav-logo:focus > img {
    outline: initial;
}

.navigation-portrait .nav-logo > img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 15px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
    display: block;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait
    .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #343a40;
    font-size: 26px;
    cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
    float: none;
}

.nav-menu > li {
    display: inline-block;
    float: left;
    text-align: left;
}

.navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
    border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
    border-top: none;
}

.nav-menu > li > a {
    padding: 20px 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    font-family: "Josefin Sans", sans-serif;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
}

.nav-menu > li > .active {
    color: #d62128;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
    color: #d62128;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social > li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
    width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 3px;
    float: right;
    transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #70798b #70798b transparent;
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #d62128;
}

.nav-search > form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
    margin-top: 15px;
}

.nav-dropdown {
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    left: 100%;
}

.nav-menu > li > .nav-dropdown {
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown > li > a {
    width: 100%;
    padding: 16px 20px;
    display: inline-block;
    text-decoration: none;
    float: left;
    font-size: 14px;
    color: #343a40;
    background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
    color: #d62128;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
    text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
    padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
    padding-left: 90px;
}

.navigation-portrait
    .nav-dropdown
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > ul
    > li
    > a {
    padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait
    .nav-dropdown
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #d62128 #d62128 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape
    .nav-dropdown.nav-dropdown-left
    .submenu-indicator
    .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal > li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
    width: 100%;
}

.nav-dropdown-horizontal > li > a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    transform: rotate(0deg);
}

.navigation-portrait
    .nav-dropdown-horizontal
    .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    display: table;
    content: "";
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait
    .megamenu-panel-row:first-child
    [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.5833333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.1666666667%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.3333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.9166666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.0833333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.6666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.8333333333%;
}

.megamenu-panel-row .col-11 {
    width: 91.4166666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav > li > a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list > li > a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}

.megamenu-list > li > a:hover {
    background-color: #d62128;
    color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu > li > a {
    color: #343a40;
    text-transform: uppercase;
    font-weight: 700;
}

.nav-dropdown > li > a {
    color: #343a40;
    padding: 10px 20px;
    border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    color: #d62128;
}

.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .nav-dropdown > li > a,
    .megamenu-list > li > a {
        width: 65%;
    }
}
.top-buttons {
    margin-top: 8px;
    margin-bottom: 10px;
}

.nav-menu > li > .button-default {
    padding: 6px 20px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 5px;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .nav-logo > img {
        height: 45px;
    }
    .nav-menu > li > .button-default {
        font-size: 13px !important;
    }
    .nav-menu > li > .button-default {
        padding: 6px 10px;
    }
    .nav-menu > li > a {
        padding: 20px 8px;
    }
}
@media only screen and (max-width: 600px) {
    .nav-menu > li > .button-default {
        margin-left: 15px;
        width: 90% !important;
    }
}
#footer {
    background-color: #ddf0f8;
    padding-top: 0px;
    padding-bottom: 15px;
}
#footer .line {
    width: 100%;
    height: 1px;
    background-color: #120303;
    display: block;
    margin: 30px 0;
}
#footer .footer-center .foot-logo {
    margin-top: -60px;
}
#footer .footer-center .foot-logo img {
    display: block;
    margin: 0 auto;
}
#footer .footer-center .footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
#footer .footer-center .footer-social li a {
    color: #120303;
    font-size: 16px;
    margin: 0 14px;
}
#footer .footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 15px;
}
#footer .footer-social li a {
    color: #120303;
    font-size: 16px;
    margin: 0 14px;
    margin-left: 0;
}
#footer .footer-links {
    text-align: center;
    margin-top: 24px;
}
#footer .footer-links li p {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: "Josefin Sans", sans-serif;
}
#footer .footer-contact {
    position: relative;
}
#footer .footer-contact li {
    margin: 10px 0;
}
#footer .footer-contact li a {
    color: #120303;
    font-weight: 600;
    font-size: 14px;
}
#footer .info-footer-title {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 7px;
}
#footer .info-link a {
    margin-bottom: 7px;
    color: #000;
    line-height: 1.8;
}

#new-footers {
    background-color: #ddf0f8;
}
#new-footers #connect-social {
    margin-bottom: 0;
    width: 100%;
}
#new-footers #connect-social .connect-footer {
    margin-bottom: 68px;
}
#new-footers #footer {
    padding-top: 0;
    width: 95%;
    margin: 20px 0;
}
#new-footers .foot-bottom {
    width: 100%;
    align-self: flex-end;
    background-color: #fff;
    padding-left: 2%;
    padding-right: 2%;
}
#new-footers .is-flexed-vertically {
    align-items: flex-end;
    justify-content: flex-end;
}

.foot-bottom {
    padding: 7px 0;
}
.foot-bottom p {
    margin: 0;
}

.connect-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    gap: 45px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 75px;
    z-index: 99;
    position: relative;
    width: 65%;
}
.connect-footer .connect-title {
    font-size: 18px;
    font-weight: 900;
}
.connect-footer .connect-social {
    display: flex;
    gap: 25px;
}
.connect-footer .connect-social li a {
    font-size: 20px;
}

.inner-page-footer {
    padding-top: 60px !important;
}
.inner-page-footer .connect-footer {
    margin-bottom: 10px;
    margin-top: 30px;
}

.connect-social li a .fa-facebook-f {
    color: #1877f2 !important;
}
.connect-social li a .fa-instagram {
    color: #fd1d1d !important;
}
.connect-social li a .fa-twitter {
    color: #1da1f2 !important;
}
.connect-social li a .fa-youtube {
    color: #ff0000 !important;
}
.connect-social li a .fa-whatsapp {
    color: #075e54 !important;
}
.connect-social li a .fa-linkedin-in {
    color: #0072b1 !important;
}

@media only screen and (min-width: 1100px) and (max-width: 1400px) {
    .connect-footer {
        margin-bottom: 10px;
    }
    #new-footers #footer {
        margin-top: 0;
    }
}
@media only screen and (max-width: 992px) {
    #footer {
        padding-top: 120px;
    }
    #footer .foot-logo {
        margin-bottom: 45px;
    }
    .connect-footer {
        padding: 40px 35px;
        width: 85%;
    }
}
@media only screen and (max-width: 768px) {
    #footer .footer-center .foot-logo {
        margin-top: 0;
    }
    #footer .line {
        display: none;
    }
    #footer .footer-links {
        margin-top: 0;
    }
    #footer .footer-contact {
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 700px) {
    #footer {
        text-align: center;
        padding-bottom: 20px;
    }
    #footer .info-footer-link {
        margin-bottom: 30px;
    }
    .connect-footer {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    #new-footers #footer {
        width: 100%;
        padding-bottom: 15px;
    }
    #new-footers #footer .foot-logo {
        margin-bottom: 15px;
    }
    #new-footers #connect-social .connect-footer {
        margin-bottom: 55px;
        margin-top: -75px;
    }
}
#projects {
    padding: 75px 0;
}
#projects .project-item {
    margin-bottom: 65px;
}
#projects .project-item .project-content {
    margin-right: auto;
    margin-left: auto;
    padding: 15px 30px;
    width: 80%;
}
#projects .project-item .project-content .button-main {
    transform: scale(0.85);
    transform-origin: left;
    margin-bottom: 0;
}
#projects .project-item .project-image {
    height: auto;
}
#projects .project-inner-slider .slick-slide {
    margin: 0 15px;
}
#projects .project-inner-slider .product-wrapper {
    padding: 0;
}
#projects .project-inner-slider .product-wrapper .product-image {
    width: 100%;
    height: 100%;
}
#projects .project-inner-slider .product-wrapper .product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
#projects .project-inner-slider .product-wrapper .product-content {
    padding: 25px;
}

#project-single {
    padding: 75px 0;
}
#project-single .project-single-detail {
    padding: 0 30px;
}
#project-single .project-single-detail .project-single-title {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 35px;
    line-height: 1.3;
}
#project-single
    .project-single-detail
    .project-single-title
    .extra-padding-left {
    padding-left: 15px;
}
#project-single .project-single-detail .project-single-desc {
    position: relative;
    padding-left: 40px;
    margin-left: 30px;
    margin-bottom: 35px;
}
#project-single .project-single-detail .project-single-desc::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #d62128;
}
#project-single .project-single-detail .project-type {
    font-size: 22px;
    font-weight: 600;
    color: #d62128;
}
#project-single .project-single-detail .project-date {
    font-size: 18px;
    font-weight: 600;
}
#project-single .gallery-project {
    margin-top: 85px;
}
#project-single .gallery-project .project-image {
    margin-bottom: 25px;
}

#testimonial-inner {
    padding: 75px 0;
}
#testimonial-inner .testimonial-wrapper {
    margin-bottom: 45px;
}
#testimonial-inner .user-desc {
    padding: 10px 20px;
}
#testimonial-inner .user-desc .user-name {
    font-size: 20px;
    font-weight: 900;
}
#testimonial-inner .user-desc .user-post {
    font-size: 16px;
    color: #d62128;
    line-height: 1;
}

#blog {
    padding: 75px 0;
}
#blog p {
    margin-bottom: 0;
}
#blog .news-card__content {
    display: flex;
    align-items: flex-start;
    padding-top: 29px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
}
#blog .news-card__title .news-card__title {
    padding-top: 0;
    margin-top: -8px;
}
#blog .news-card__title a {
    font-size: 20px;
    line-height: 36px;
    color: #000000;
    transition: color 0.3s ease;
}
#blog .news-card__date {
    max-width: 75px;
    margin-right: 30px;
}
#blog .news-card__date .num {
    line-height: 1;
    font-size: 40px;
}
#blog .news-card__date .month,
#blog .news-card__date .year {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #666666;
}
#blog .news-card {
    margin-bottom: 55px;
}

#blog-single {
    padding: 85px 0;
}
#blog-single .blog-single-image {
    margin-bottom: 55px;
}
#blog-single .blog-single-detail .blog-single-title h1{
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 15px;
}
#blog-single .blog-single-detail .small-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 7px;
}
#blog-single .blog-single-detail .blog-date {
    font-weight: 800;
    color: #d62128;
}
#blog-single .share-section {
    padding: 20px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
#blog-single .share-section .first-section {
    font-size: 18px;
    font-weight: 700;
}
#blog-single .share-section .share-option {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-right: 20px;
}
#blog-single .share-section .share-option a {
    font-size: 18px;
}

#gallery {
    padding: 75px 4%;
}
#gallery .sidebar-type {
    position: sticky;
    top: 120px;
    margin-right: 30px;
    padding-right: 7px;
}
#gallery .sidebar-type .icon-box {
    display: block;
}
#gallery .sidebar-type .icon-box .small-title {
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #f3f4f5;
}
#gallery .sidebar-type .icon-box .icon-content {
    width: 100%;
}
#gallery .sidebar-type .icon-box .checkbox-list {
    margin-bottom: 7px;
}
#gallery .showroom-list .showrrom-boxes {
    margin-bottom: 35px;
    padding: 25px;
    border-left: 3px solid #d62128;
}
#gallery .showroom-list .showrrom-boxes .showroom-heading {
    margin-bottom: 20px;
}
#gallery .showroom-list .showrrom-boxes p {
    margin-bottom: 7px;
}
#gallery .showroom-list .showrrom-boxes p.text-4 {
    font-size: 18px;
    margin-bottom: 2px;
}
#gallery .type-boxes {
    position: relative;
    border: 2px solid #f3f4f5;
    border-radius: 6px;
    margin-right: 10px;
    width: 100% !important;
    margin-bottom: 7px;
}
#gallery .type-boxes .icon-box {
    padding: 20px;
    align-items: center;
    position: relative;
}
#gallery .type-boxes .icon-box.active-box {
    background-color: #ddf0f8;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
        rgb(196, 211, 233) 0px 0px 0px 1px inset;
    color: #000;
}
#gallery .type-boxes .icon-box h4 {
    margin-bottom: 0;
}
#gallery .type-boxes .icon-box .icon-wrapper {
    width: 55px;
    height: 55px;
    padding: 8px;
    margin-right: 15px;
}
#gallery .design-list .icon-box {
    height: auto;
    margin-bottom: 20px;
    align-items: center;
    padding: 10px 25px;
    position: relative;
}
#gallery .design-list .icon-box .icon-wrapper {
    padding: 0;
}

#clientele {
    padding: 75px 4%;
}
#clientele .sidebar-type {
    position: sticky;
    top: 120px;
    margin-right: 30px;
    padding-right: 7px;
}
#clientele .sidebar-type .icon-box {
    display: block;
}
#clientele .sidebar-type .icon-box .small-title {
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #f3f4f5;
}
#clientele .sidebar-type .icon-box .icon-content {
    width: 100%;
}
#clientele .sidebar-type .icon-box .checkbox-list {
    margin-bottom: 7px;
}
#clientele .client-item {
    margin-bottom: 20px;
}
#clientele .logo-details {
    font-size: 20px;
    font-family: "Josefin Sans", sans-serif;
    margin-top: 10px;
}

#awards {
    padding: 85px 0;
}
#awards .award-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 25px 15px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    transition: all ease-in-out 0.35s;
}
#awards .award-card .award-name {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    min-height: 45px;
}
#awards .award-card:hover img {
    transform: scale(1.05);
    transition: all ease-in-out 0.35s;
}
#awards .award-card .award-image img {
    transition: all ease-in-out 0.35s;
}

#accreditations {
    padding: 85px 0;
}
#accreditations .award-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 25px 15px;
    padding-bottom: 15px;
    margin-bottom: 35px;
    transition: all ease-in-out 0.35s;
}
#accreditations .award-card .award-name {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    min-height: 45px;
    text-align: justify;
}
#accreditations .award-card:hover img {
    transform: scale(1.05);
    transition: all ease-in-out 0.35s;
}
#accreditations .award-card .award-image img {
    transition: all ease-in-out 0.35s;
}

#showroom-page {
    padding: 85px 0;
}

#fixed-switch {
    position: fixed;
    bottom: 70px;
    right: auto;
    left: 0;
    z-index: 999999;
    width: 170px;
}
#fixed-switch .switch-door {
    display: flex;
    gap: 10px;
    background-color: #d62128;
    color: #fff;
    align-items: center;
    padding: 10px 20px;
    padding-left: 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#fixed-switch .switch-door img {
    width: 40px;
}
#fixed-switch .switch-door span {
    line-height: 1;
}

@media only screen and (max-width: 1150px) {
    #projects .project-item .project-content {
        width: 90%;
    }
}
@media only screen and (max-width: 992px) {
    #project-single .project-single-image {
        margin-bottom: 65px;
    }
}
@media only screen and (max-width: 650px) {
    #projects .project-item {
        margin-bottom: 0;
    }
    .project-item .project-content {
        align-items: flex-start;
    }
    #testimonial-inner {
        padding-top: 25px;
    }
}
.is-flexed-vertically {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-titles {
    font-size: 36px;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 24px;
    font-weight: 900;
}
.main-titles small {
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    font-size: 60%;
}

.text-justify {
    text-align: justify;
}

.text-last-center {
    -moz-text-align-last: center;
    text-align-last: center;
}

.has-custom-delay {
    animation-delay: 400ms;
}

.title-button .main-titles {
    margin-bottom: 0;
}

.delay-0 img {
    transition-delay: 1.5s !important;
}

.delay-1 img {
    transition-delay: 2.5s !important;
}

.delay-2 img {
    transition-delay: 3.5s !important;
}

.delay-3 img {
    transition-delay: 4.5s !important;
}

.delay-4 img {
    transition-delay: 5.5s !important;
}

.delay-5 img {
    transition-delay: 6.5s !important;
}

.delay-6 img {
    transition-delay: 7.5s !important;
}

.delay-7 img {
    transition-delay: 8.5s !important;
}

.delay-8 img {
    transition-delay: 9.5s !important;
}

#fixed-social {
    position: fixed;
    bottom: 130px;
    right: 0;
    z-index: 999999;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#fixed-social a:hover > span {
    visibility: visible;
    right: 41px;
    opacity: 1;
}

#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 200px;
    visibility: hidden;
    border-radius: 4px;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}

.fixed-call {
    background-color: #b3d236;
}

.fixed-email {
    background-color: #1158a6;
}

.fixed-whatsapp {
    background: #25d366;
}

.fixed-call span {
    background-color: #b3d236;
}

.fixed-email span {
    background-color: #1158a6;
}

.fixed-whatsapp span {
    background: #25d366;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .main-titles {
        font-size: 28px;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 600px) {
    .main-titles {
        font-size: 24px;
    }
    #landing {
        padding-bottom: 30px;
    }
    #advantages-uPVC {
        padding-top: 40px;
    }
}
.halfHeightSection {
    height: 55vh;
    margin-top: 70px;
    position: relative;
}
.halfHeightSection .container {
    position: relative;
    z-index: 3;
}

.inner-footer {
    padding-top: 55px;
    padding-bottom: 30px;
}

#fullpage #landing {
    background-color: #fafafa;
}

@media only screen and (max-width: 1150px) {
    .halfHeightSection {
        height: 20vh;
    }
}
@media only screen and (max-width: 991.8px) {
    .halfHeightSection {
        height: 50vh;
        margin-top: 45px;
    }
}
@media only screen and (max-width: 800px) {
    .halfHeightSection {
        height: 25vh;
    }
}
@media only screen and (max-width: 600px) {
    .halfHeightSection {
        height: auto;
        margin-top: 0;
    }
    .halfHeightSection .banner-image {
        margin-bottom: 0;
    }
    #landing {
        padding-top: 69px;
    }
    #fullpage #landing {
        background-color: #e9e9e9;
        padding-bottom: 0;
    }
}
.red-color {
    color: #d62128 !important;
}
