/* Minification failed. Returning unminified contents.
(1746,40): run-time error CSS1046: Expect comma, found '0'
(1746,44): run-time error CSS1046: Expect comma, found '/'
(1788,16): run-time error CSS1038: Expected hex color, found '#fff0'
(1817,36): run-time error CSS1046: Expect comma, found '0'
(1817,40): run-time error CSS1046: Expect comma, found '/'
(2229,46): run-time error CSS1046: Expect comma, found '32'
(2229,51): run-time error CSS1046: Expect comma, found ')'
(2229,63): run-time error CSS1046: Expect comma, found '32'
(2229,68): run-time error CSS1046: Expect comma, found ')'
(2229,81): run-time error CSS1046: Expect comma, found '32'
(2229,87): run-time error CSS1046: Expect comma, found '/'
 */
/*! 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 */
  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;
}
.banner {
    /* border: 1px solid; */
    background: linear-gradient(78.86deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 100%);
    /* height: 694px; */
    margin-top: 60px;
    overflow: hidden;
}

    .banner.md {
        /* height: 394px; */
    }

        .banner.md .img-col {
            text-align: right;
        }

        .banner.md .btn {
            /* padding: 0px; */
            height: 54px;
            padding-top: 13px;
        }

    .banner.home {
        /* height: 650px; */
    }

        .banner.home .img-fluid {
            /* height: 650px !important; */
            /* margin-left: -250px !important; */
        }

    .banner.platform {
        /* height: 650px; */
        background: #e2ad41;
        color: #fff;
    }

        .banner.platform .tagline {
            /* color:  #000; */
        }

        .banner.platform .body {
        }


    .banner.error {
        /* height: 650px; */
        background: #ffffff;
        /* color: #fff; */
    }

        .banner.error .tagline {
            /* color:  #000; */
            font-size: 52px;
        }

        .banner.error .body {
            line-height: 31px !important;
        }


    .banner .container {
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
    }

        .banner .container .intro {
        }

            .banner .container .intro .intro-content {
                padding-bottom: 22px;
            }

                .banner .container .intro .intro-content .tagline {
                    max-width: 590px;
                    /* font-size: 84px; */
                    /* line-height: 82px; */
                    padding: 0;
                    margin: 0;
                    margin-top: 80px;
                    margin-bottom: 32px;
                    /* font-weight: 600; */
                }

                .banner .container .intro .intro-content .body {
                    font-size: 24px;
                    line-height: 30px;
                    max-width: 457px;
                    margin-bottom: 30px;
                }

                .banner .container .intro .intro-content .btn {
                }

        .banner .container .img-fluid {
            height: 556px;
            width: unset !important;
            max-width: unset;
            margin-left: -126px;
        }

    .banner.md .container .img-fluid {
        height: 394px;
        width: unset !important;
        max-width: unset;
    }

.bg-yellow {
    background: #F3A868;
    color: #fff;
}

/*    .banner .img-bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
    }
*/

.banner.customer .img-col {
    order: 1;
}

    .banner.customer .img-col img {
        margin-left: -47px;
    }


.banner.customer .text-col {
    order: 2;
    z-index: 1;
}

.banner.customer .tagline {
    padding: 44px 60px !important;
    font-size: 46px;
    line-height: 1.2em;
    background-color: #062234;
    color: white;
    display: block;
}

.content-row {
    text-align: left;
    padding-bottom: 32px;
    padding-top: 25px;
    text-align: center;
}

    .content-row.content-lg {
        padding-bottom: 132px;
        padding-top: 125px;
        text-align: left;
    }

    .content-row .content {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .content-row.content-lg .content .tagline {
        font-size: 38px;
        line-height: 54px;
        padding: 0;
        margin-bottom: 58px;
    }

    .content-row .content .tagline {
        padding: 0;
        margin-bottom: 9px;
    }

    .content-row .content .body {
    }

    .content-row.content-red {
        background: linear-gradient(90deg, #F36D23 0%, #E42A4A 100%);
        color: #fff;
    }

        .content-row.content-red .btn {
            margin-bottom: 20px
        }

        .content-row.content-red .btn-solid {
            background: #FFFFFF;
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
            color: #EA4E28;
        }

        .content-row.content-red .btn-outline {
            border: 2px solid #fff;
            color: #fff;
            padding-top: 14px;
            padding-bottom: 16px;
        }

    .content-row.content-sm {
        text-align: center;
    }


        .content-row.content-sm .content {
            width: 80%;
            margin: auto;
        }

        .content-row.content-sm .tagline {
            font-size: 24px;
            line-height: 28px;
            font-weight: 600;
            margin-bottom: 40px;
        }

        .content-row.content-sm .body {
            font-size: 20px;
            line-height: 30px;
            margin-top: 30px;
        }

    .content-row.content-white {
        background-color: #fff;
    }

    .content-row.content-navy {
        background: linear-gradient(90deg, #193548 0%, #052133 100%);
        color: #fff;
    }

    .content-row.bg-navy {
        background: linear-gradient(90deg, #193548 0%, #052133 100%);
        color: #fff;
    }

.btn-more {
    margin-top: 20px;
    display: inline-block;
}

    .btn-more .text {
        width: 98px;
        height: 24px;
        font-size: 18px;
        line-height: 21px;
        color: #EA4E28;
        font-weight: 600;
    }

    .btn-more:hover {
        text-decoration: none;
    }

    .btn-more .left-arrow {
        margin-top: -3px;
        margin-left: 5px;
    }


/******************************/

.content-box {
    margin-top: -110px;
}

    .content-box .box {
        height: 220px;
        background: #FFFFFF;
        border: 1px solid #EA4E28;
        box-sizing: border-box;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        padding: 0px 40px;
        margin-bottom: 50px;
        background-image: url(/content/icons/onerov-box-icon-1.png);
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: bottom;
    }

        .content-box .box span.title {
            margin-top: 44px;
            display: block;
            height: 52px;
            font-size: 22px;
            line-height: 26px;
            color: #000000;
            width: 100%;
            overflow: hidden;
        }

        .content-box .box h2.title {
            margin-top: 38px;
            display: block;
            font-size: 22px;
            line-height: 26px;
            color: #000000;
            width: 100%;
            overflow: hidden;
        }

        .content-box .box .body {
            display: block;
            height: 52px;
            font-size: 16px;
            line-height: 26px;
            color: #000000;
            width: 100%;
            overflow: hidden;
        }


        .content-box .box .icon {
            float: right;
            margin-right: -25px;
            margin-top: 10px;
        }



        .content-box .box.hr-box {
            height: 240px;
        }


/**********************************************/
.content-wrapper {
    padding: 100px 0px;
}

    .content-wrapper .content-text {
    }

        .content-wrapper .content-text .tagline {
            margin-bottom: 38px;
            max-width: 518px;
            color: #214043;
            margin-top: 0px;
        }

        .content-wrapper .content-text .body {
            max-width: 620px;
            font-size: 22px;
            line-height: 30px;
            color: #214043;
        }

    .content-wrapper .content-image {
    }

        .content-wrapper .content-image .img {
            width: 100%;
        }
/**********************************************/

.bg-gray {
    background-color: #fafafa;
}

.bg-white {
    background-color: #fff;
}


.content-wrapper.features .content-text {
}

    .content-wrapper.features .content-text .tagline {
        margin-top: 0px;
    }

    .content-wrapper.features .content-text .body {
    }

        .content-wrapper.features .content-text .body .feature-content {
        }

            .content-wrapper.features .content-text .body .feature-content h6 {
                font-weight: 600;
                font-size: 18px;
                line-height: 30px;
                color: #214043;
            }

            .content-wrapper.features .content-text .body .feature-content p {
                font-size: 14px;
                line-height: 18px;
                color: #214043;
            }


.feature-item {
    margin-bottom: 121px;
    /* border: 1px solid; */
}

    .feature-item .img-fluid {
        width: 72px;
        display: inline-block;
        float: left;
        padding: 7px;
        padding-top: 0px;
    }

    .feature-item .title {
        display: inline-block;
        width: calc(100% - 79px);
        height: 89px;
        /* padding-top: 13px; */
        /* border: 1px solid; */
    }

    .feature-item .body {
        padding: 0px 20px;
        margin-top: -14px;
        float: left;
        padding-top: 11px;
    }

.content-tabs .brand-case .content-wrapper .content-image .img {
    height: 124px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.brand-case .carousel-inner {
    /* height: 850px !important; */
    background-color: #042033;
}



.content-row.error {
    /* height: 650px; */
    /* background: #ffffff; */
    /* color: #fff; */
    padding-top: 230px;
    padding-bottom: 140px;
}

    .content-row.error h4 {
        /* color:  #000; */
        font-size: 52px;
    }

    .content-row.error .body {
        line-height: 30px !important;
        font-size: 18px;
        margin-top: 30px;
    }

.content-wrapper.preview {
    margin-top: 0px;
    padding-top: 60px;
}

    .content-wrapper.preview .content-image {
        padding-right: 100px;
        padding-bottom: 30px;
    }

        .content-wrapper.preview .content-image img {
        }

    .content-wrapper.preview .tagline {
        margin-bottom: 30px;
        font-size: 34px;
    }

    .content-wrapper.preview .body {
    }


    .content-wrapper.preview .btn-more {
        padding-top: 30px;
    }

.post-title {
    margin-bottom: 0px;
}

.post-subtitle {
    margin-top: 0px;
}

.post-title,
.post-subtitle {
}

.post-body {
    font-size: 18px;
    margin: 50px 0px;
}

.post-media {
    /* text-align: center; */
    height: auto;
}

    .post-media .post-image {
        display: inline-block;
        /* min-height: 470px; */
        max-width: 80%;
    }

.card.customer {
    margin-bottom: 50px;
    border: none;
    border-radius: 0;
}

    .card.customer .card-body {
        background-color: #f5f5f5;
    }

        .card.customer .card-body .text-row {
            margin-bottom: 20px;
        }

        .card.customer .card-body .card-subtitle {
            width: 100%;
            color: #8e8e8e;
        }

        .card.customer .card-body .card-text {
            width: 100%;
            display: block;
            font-weight: 600;
        }

        .card.customer .card-body .card-link {
            width: 100%;
            display: block;
            font-weight: 600;
            border: 1px solid;
            padding: 7px;
            margin: 7px 0px;
            border: navajowhite;
            color: #5a5a5a;
        }

            .card.customer .card-body .card-link:hover {
                background-color: #ebebeb;
                color: #000000;
            }

        .card.customer .card-body .card-img-top {
            margin-bottom: 30px;
        }


.content-quote {
    background-color: whitesmoke;
    padding: 70px;
}

    .content-quote .blockquote-content {
        max-width: 820px;
        width: 100%;
        margin-left: 15%;
        padding: 20px 50px;
    }

        .content-quote .blockquote-content .blockquote {
            font-size: 36px;
            font-weight: 600;
            text-align: left;
            background: url(/assets/icons/icon-quote.svg);
            background-size: 27px;
            background-repeat: no-repeat;
            padding-left: 0px;
            padding-top: 26px;
            color: #464646;
        }


        .content-quote .blockquote-content .blockquote-footer {
            text-align: left;
            font-size: 100%;
            margin-top: 30px;
        }


            .content-quote .blockquote-content .blockquote-footer::before {
                content: ''
            }

            .content-quote .blockquote-content .blockquote-footer .blockquote-contact {
            }

            .content-quote .blockquote-content .blockquote-footer .blockquote-title {
                display: block;
            }


.customer-story-grid {
    margin-top: 100px;
    margin-bottom: 100px;
}

    .customer-story-grid .row {
    }

        .customer-story-grid .row .col {
            padding: 13px 13px;
        }

            .customer-story-grid .row .col .card {
                background-color: #f6f6f6;
                border: none;
                border-radius: 0;
                height: 260px;
                text-align: center;
                text-decoration: none;
            }

                .customer-story-grid .row .col .card:hover {
                    background-color: #d7d7d7;
                }

                .customer-story-grid .row .col .card:hover .text {
                    background-color: #d7d7d77d;
                }

                .customer-story-grid .row .col .card .image {
                    display: block;
                    z-index: 0;
                    width: 260px;
                    height: unset;
                    margin: auto;
                    position: absolute;
                    left: calc(50% - 130px);
                    bottom: 0;
                    margin-bottom: 28px;
                }

                .customer-story-grid .row .col .card .text {
                    font-size: 19px;
                    padding: 30px;
                    color: #000;
                    margin: auto;
                    width: 70%;
                    display: block;
                    padding-bottom: 0px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    z-index: 1;
                    background-color: #f6f6f66b;
                    padding-top: 0px;
                    margin-top: 40px;
                }

.banner-customer-story-index {
    margin-top: 60px;
    padding: 250px 0px;
    background-image: url(/content/images/brands/bestherm-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .banner-customer-story-index h4 {
        width: 100%;
        font-size: 40px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 655px;
        padding-top: 330px;
        color: #fff;
        background-color: #0622344d;
        padding-bottom: 296px;
    }

.contact-address {
    box-sizing: border-box;
    padding: 40px 50px;
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 50px;
    background: #FFFFFF;
    border: 1px solid #ea4e282e;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

    .contact-address .title {
        font-weight: 600;
        color: #214043;
        margin-bottom: 46px;
        padding: 0;
        margin-top: 49px;
    }

    .contact-address .address {
        width: 356px;
        /* height: 120px; */
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
        padding: 0;
    }


    .contact-address .phone {
        display: block;
        font-size: 18px;
        line-height: 24px;
    }

    .contact-address .map {
        width: 100%;
    }


.contact-form {
    padding-top: 50px;
    margin-bottom: 190px;
}

    .contact-form .title {
        margin-bottom: 30px;
    }

    .contact-form .form-group {
    }

        .contact-form .form-group .form-control {
            height: 50px;
            background: #FFFFFF;
            border: 1px solid #E0E0E0;
            box-sizing: border-box;
            border-radius: 0;
            padding: 15px;
            font-size: 18px;
            line-height: 21px;
            font-weight: 300;
        }

        .contact-form .form-group textarea.form-control {
            height: 114px;
        }

        .contact-form .form-group .custom-checkbox {
            background: #FFFFFF;
            border-radius: 0px;
        }

        .contact-form .form-group .label {
            font-size: 14px;
            line-height: 16px;
        }

.footer {
    padding-top: 71px;
}

    .footer .footer-logo {
        /* border: 1px solid; */
    }

        .footer .footer-logo img {
            height: 41px;
        }

    .footer .footer-social {
        /* border: 1px solid; */
        text-align: right;
    }

        .footer .footer-social a {
            /* border: 1px solid; */
            background-color: #E3E5E6;
            display: inline-block;
            padding: 10px;
            border-radius: 60%;
            height: 44px;
            width: 44px;
            text-align: center;
            margin-right: 10px;
        }

            .footer .footer-social a:hover {
                background-color: #EA4E28;
            }


        .footer .footer-social img {
            /* border: 1px solid; */
            display: inline-block;
            /* padding: 10px; */
        }


    .footer .row-links {
        margin-top: 63px;
        /* border: 1px solid; */
    }

    .footer .footer-widget {
        /*        border: 1px solid;*/
        display: inline-block;
        width: 100%;
        padding: 0px 14px;
        margin-bottom: 18px;
    }

        .footer .footer-widget .title-box {
            font-size: 14px;
            line-height: 28px;
            color: #214043;
            font-weight: 600;
        }

        .footer .footer-widget .links-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .footer .footer-widget .links-list li {
                font-size: 14px;
                line-height: 32px;
                padding: 0;
                margin: 0;
            }

                .footer .footer-widget .links-list li a {
                    text-decoration: none;
                    color: #214043;
                    white-space: nowrap;
                }

    .footer .footer-text {
        text-align: center;
        color: #999999;
        font-size: 12px;
        line-height: 28px;
        margin-top: 68px;
        /* margin-bottom: 180px; */
    }

        .footer .footer-text p {
            padding: 0px;
            margin: 0px;
            font-size: 12px;
            font-weight: 400;
            color: #111111;
        }

        .footer .footer-text a {
            color: #999999;
        }

    .footer .footer-padding {
        margin-bottom: 180px;
    }

html {
    scroll-behavior: smooth;
}

body {
    /*font-family: sans-serif;*/
    font-family: 'Gilroy', sans-serif;
    background: #ffffff;
    color: #214043;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 1920px; */
    /* width: 1920px; */
}

.content {
}


.btn {
    min-width: 222px;
    height: 54px;
    padding: 15px 37px;
    border-radius: 3px;
    font-size: 18px;
    line-height: 21px;
    text-decoration: none;
    margin-right: 17px;
    display: inline-block;
    text-align: center;
    background-color: #ea4e28;
    color: #fff;
}

    .btn:hover {
        color: #fff;
    }

    .btn.btn-lg {
        /* width: 222px; */
        height: 58px;
        font-size: 22px;
        line-height: 26px;
        padding-top: 14px;
    }

    .btn.btn-red {
        background: #EA4E28;
        color: #fff;
    }

    .btn.btn-navy {
        background: #193548;
        color: #fff;
    }

        .btn.btn-navy:hover {
            background: #042033;
        }

        .btn.btn-navy .left-arrow {
            margin-left: 20px;
            margin-top: -5px;
        }

    .btn.btn-outline {
        background-color: transparent;
        border: 1px solid #ea4e28;
        color: #ea4e28;
        font-weight: 600;
    }

        .btn.btn-outline:hover {
            background-color: #ea4e28;
            color: #fff;
        }

.mt-100 {
    margin-top: 100px;
}

#apps, #brands {
    scroll-margin-top: 7em;
}

.mt-reset {
    margin-top: -2px;
}



@media (min-width: 992px) {
    .container {
        max-width: 1700px;
        padding-right: 45px;
        padding-left: 45px;
    }
}

@media (max-width: 1200px) {
    .navbar .navbar-brand {
        margin-right: 10px !important;
    }

        .navbar .navbar-brand img {
            height: 36px !important;
            margin-top: 4px !important;
        }


    .navbar .container {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}
/*
@media (min-width: 992px) {
    .container {*/
/* max-width: 960px; */
/*}
}

@media (min-width: 768px) {
    .container {*/
/* max-width: 720px; */
/*}
}

@media (min-width: 576px) {
    .container {*/
/* max-width: 540px; */
/*}
}*/

h1 {
    font-size: 74px;
    line-height: 72px;
    font-weight: 700;
}

h2 {
    font-size: 64px;
    line-height: 82px;
    font-weight: 600;
}


h3 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 600;
}

h4 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
}


/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
    h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-top: 18px !important;
    }

    h2.tagline {
        font-size: 2.4rem;
        line-height: 2.4rem;
        margin-top: 18px !important;
    }

    h3 {
        font-size: 1.75rem;
        line-height: 1.75rem;
    }

    p.body {
        font-size: 18px !important;
    }

    .cookie-policy {
        padding: 8px !important;
        padding-bottom: 15px !important;
    }

        .cookie-policy .body {
            font-size: 14px !important;
        }

    .cookie-policy-wrapper .cookie-icon {
        display: none !important
    }

    .btn.btn-lg {
        font-size: 17px;
        min-width: 180px;
        width: 180px;
        height: 50px;
        padding-top: 10px;
    }

    .btn {
        min-width: 180px;
        height: 44px;
        padding: 10px 27px;
        font-size: 16px;
        line-height: 21px;
        max-width: 258px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .banner .img-fluid {
        height: 289px !important;
        margin-left: -48px !important;
        margin-bottom: 2px;
    }

    .content-wrapper .content-text .tagline {
        margin-top: 0px !important;
    }

    .content-wrapper {
        padding: 50px 0px !important;
    }


    .content-tabs.apps .content-wrapper {
        padding-top: 0px !important;
    }

    .content-wrapper .content-text {
        padding-top: 0px !important;
        margin-bottom: 20px;
    }


    .navbar-alt-wrapper.fixed .navbar-alt .nav {
        margin-left: 0px !important;
    }

    .content-tabs .nav .nav-item {
        font-size: 16px !important;
    }

    .navbar-alt .nav-link {
        padding: 10px 12px;
    }

    .navbar-alt .container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .content-tabs .nav {
        margin-bottom: 20px !important;
        margin-top: 20px !important;
        padding-bottom: 0px !important;
    }

    .brand-case .carousel-item .btn {
        max-width: 100%;
        width: 100%;
    }


    .brand-case .carousel-inner {
        height: 850px !important;
        padding-top: 73px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    p {
        font-size: 24px;
    }


    .navbar-alt-wrapper.fixed .navbar-alt .nav {
        margin-left: 0px !important;
    }

    .footer .logo {
        height: 30px !important;
    }

    .footer .footer-social a {
        padding: 3px !important;
        height: 32px !important;
        width: 32px !important;
    }

    .footer .footer-social img {
        width: 12px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    .content-wrapper.content-case-bg {
        background-image: none !important;
    }

    .content-tabs.brand-case .content-text {
        padding-bottom: 40px !important;
    }


    .banner {
        margin-top: 35px !important;
    }

    .navbar .navbar-nav {
        text-align: left !important;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .banner.home {
        height: 650px;
    }

        .banner.home .img-fluid {
            height: 650px !important;
            margin-left: -250px !important;
        }
}


/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}


.page-title {
    font-size: 52px;
    padding: 0;
    padding-left: 40px;
    margin-bottom: 0px;
    padding-top: 20px;
}

.cookie-policy {
    position: fixed;
    bottom: 0;
    z-index: 1060;
    background-color: #193548;
    color: #fff;
    padding: 38px;
    /* max-width: 440px; */
    /* font-size: 14px; */
    width: 100%;
    display: none;
    /* border-radius: 40px; */
}



    .cookie-policy .cookie-policy-wrapper {
        max-width: 1700px;
        margin-left: auto;
        margin-right: auto;
    }

    .cookie-policy .close {
        /* position: absolute; */
        margin-top: 19px;
        /* right: 16px; */
        opacity: 1;
        border: 1px solid #fff;
        font-weight: 300;
        font-size: 16px;
        padding: 11px;
        border-radius: 30px;
        width: 140px;
        text-align: center;
    }

        .cookie-policy .close span {
            margin-right: 10px;
        }

        .cookie-policy .close:hover span {
            color: #fff;
        }

        .cookie-policy .close img {
            -webkit-filter: grayscale(1) invert(1);
            filter: grayscale(1) invert(1);
        }

    .cookie-policy .title {
        font-size: 18px;
        font-weight: 600;
    }

    .cookie-policy .body {
        display: inline-block;
        width: calc(100% - 20px);
        margin: 0;
        /* text-align: justify; */
        font-size: 18px;
    }

        .cookie-policy .body .link {
            color: #ffba25;
        }


.header-warning {
    position: absolute;
    top: 0;
    z-index: 1120;
    background-color: #c22600;
    color: #fff;
    padding: 1px;
    font-size: 15px;
    width: 100%;
    text-align: center;
    display: none;
    left: 0;
}

    .header-warning .body {
        display: inline-block;
        width: 100%;
        margin: 0;
        text-align: center;
    }

        .header-warning .body .link {
            color: #ffba25;
        }

.global-area {
    position: absolute;
    background-color: white;
    margin-top: -33px;
    box-shadow: rgba(25, 53, 72, 0.06) -9px 14px 19px 0px;
    border: 1px solid #00000017;
    /* opacity: 0.5; */
    padding-top: 10px;
    transition: none;
}

    .global-area .icon {
        position: absolute;
        right: 5px;
        top: 16px;
        cursor: pointer;
        /* height: 18px; */
    }

    .global-area .lang-list {
        float: right;
        top: 0;
        width: 112px;
        padding: 0;
        margin: 0;
        list-style: none;
        margin-right: 20px;
        margin-top: 30px;
    }

        .global-area .lang-list .lang-item {
            cursor: pointer;
            border-radius: 3px;
        }

            .global-area .lang-list .lang-item:hover {
                background-color: #ea4e28;
                color: #fff;
            }

            .global-area .lang-list .lang-item .link {
                /* border: 1px solid; */
                padding: 5px 9px;
                width: 100%;
                display: block;
            }


.cookie-policy-wrapper .cookie-icon {
    margin-bottom: 10px;
}


.carousel-control-next, .carousel-control-prev {
    width: 8%;
}

/*@keyframes navbar-show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes navbar-hide {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}*/

.navbar-alt-wrapper {
}

    .navbar-alt-wrapper.fixed .navbar-alt {
        position: fixed;
        top: 0;
        width: 100%;
        font-size: 16px;
        line-height: 19px;
        background: #FFFFFF;
        box-shadow: 0px 0px 20px rgb(0 0 0 / 21%);
        /* z-index: 100; */
        height: 85px;
        z-index: 1090;
    }

        .navbar-alt-wrapper.fixed .navbar-alt .nav {
            margin-top: 19px;
            margin-bottom: unset;
            margin-left: 270px;
        }


    .navbar-alt-wrapper.fixed .nav-item {
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    .navbar-alt-wrapper .navbar-alt .nav {
        margin-left: 0px;
        transition: margin-left 400ms ease-out;
    }

    .navbar-alt-wrapper .navbar-alt .nav-title {
        font-weight: 800;
        font-size: 28px;
        float: left;
        margin-top: 14px;
        margin-left: 20px;
        width: 1px;
        text-decoration: none;
        color: #193548;
        display: none;
        line-height: 23px;
        text-transform: lowercase;
    }

    .navbar-alt-wrapper.fixed .navbar-alt .nav-title {
        display: inline-block;
        /* border: 1px solid; */
        /* width: 196px; */
        white-space: nowrap;
        color: #fff0;
        background: url(/content/images/onerov-logo-header.svg);
        background-size: cover;
        width: 140px;
        background-position: center;
        /* border: 1px solid red; */
        display: block;
        height: 30px;
    }


    .navbar-alt-wrapper.fixed .tab-content {
        padding-top: 110px;
    }

/* header menü gizlenmesi için */
body.navbar-hide .navbar {
    opacity: 0;
    /* z-index: -1; */
}

.navbar {
    /* border: 1px solid; */
    min-height: 35px;
    font-size: 16px;
    line-height: 19px;
    /***/
    /* height: 88px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 21%);
    opacity: 1;
    transition: opacity 400ms linear;
}

    .navbar.expand {
        position: fixed;
        bottom: 0;
    }

        .navbar.expand .navbar-sm {
            position: absolute;
            top: 8px;
        }

            .navbar.expand .navbar-sm .navbar-nav {
                margin-left: -15px;
            }


    /****************************************/
    .navbar.navbar-sticky {
    }

    .navbar .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

.navbar-alt .container {
    /* padding-left: 0px; */
    /* padding-right: 0px; */
}

.navbar .navbar-brand {
    /* border: 1px solid; */
    height: 41px;
    padding: 0px;
    display: inline-block;
    margin-top: 0px;
    margin-right: 80px;
}

    .navbar .navbar-brand img {
        height: 46px;
        margin-top: -1px;
    }

.navbar .navbar-nav {
    text-align: left;
    width: calc(100% - 120px);
    /* border: 1px solid; */
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    margin-top: 4px;
}

    .navbar .navbar-nav .nav-item {
        list-style: none;
        margin: 0px;
        display: inline-block;
        height: 41px;
        padding: 9px 21px;
        padding-top: 2px;
    }

        .navbar .navbar-nav .nav-item .nav-link {
            text-decoration: none;
            color: #000;
        }

    .navbar .navbar-nav .bordered {
        font-weight: 500;
        background: #FFFFFF;
        border: 1px solid #DBDBDB;
        box-sizing: border-box;
        border-radius: 34px;
    }

    .navbar .navbar-nav .solid {
        background: #ea4e28;
    }

        .navbar .navbar-nav .solid .nav-link {
            color: #fff !important;
        }


    .navbar .navbar-nav .nav-item.lang {
        float: right;
        /* display:none; */
    }

        .navbar .navbar-nav .nav-item.lang a {
            margin-top: 8px;
        }

        .navbar .navbar-nav .nav-item.lang .icon {
            width: 32px;
            display: inline-block;
            margin-top: -2px;
            margin-right: 13px;
            -webkit-filter: grayscale(1) invert(1);
            filter: grayscale(1) invert(1);
        }


        .navbar .navbar-nav .nav-item.lang .btn {
            border: 1px solid;
            padding: 5px;
            display: inline-block;
            margin-top: -9px;
            padding: 5px 15px;
            border: 2px solid #ffffff;
            background-color: #fff;
            color: #000;
            max-width: unset;
            min-width: unset;
            height: unset;
            width: 65px;
            text-align: right;
            padding-left: 7px;
            margin-right: 0;
            font-size: 15px;
            border-color: transparent;
            box-shadow: none;
            outline: 0 none;
        }

        .navbar .navbar-nav .nav-item.lang .dropdown-menu {
            border-radius: 2px;
            margin-top: 0px;
            /* width: 50px; */
            padding: 0;
        }

            .navbar .navbar-nav .nav-item.lang .dropdown-menu .dropdown-item {
                border-radius: 2px;
                margin-top: 0px;
                border-radius: 0;
                padding: 10px 11px;
                cursor: pointer;
            }

                .navbar .navbar-nav .nav-item.lang .dropdown-menu .dropdown-item.active,
                .navbar .navbar-nav .nav-item.lang .dropdown-menu .dropdown-item:active {
                    color: #fff;
                    text-decoration: none;
                    background-color: #c22600;
                }

.navbar .navbar-sm {
    padding-top: unset;
    padding-bottom: unset;
}


    .navbar .navbar-sm .navbar-brand {
    }


        .navbar .navbar-sm .navbar-brand img {
            height: 44px;
            padding-top: 4px;
        }


.navbar .navbar-toggler .navbar-toggler-icon-show,
.navbar .navbar-toggler .navbar-toggler-icon-close {
    margin-top: 11px;
    height: 20px;
    width: unset;
}

.navbar .navbar-toggler .navbar-toggler-icon-show {
    display: none;
}

.navbar .navbar-toggler .navbar-toggler-icon-close {
    display: inline-block;
}

.navbar .navbar-toggler.collapsed .navbar-toggler-icon-show {
    display: inline-block;
}

.navbar .navbar-toggler.collapsed .navbar-toggler-icon-close {
    display: none;
}


.navbar .navbar-sm .collapse:not(.show) {
    display: none !important;
}

.navbar .navbar-sm .navbar-nav {
    display: flex;
    width: 100%;
}

.navbar .navbar-nav .nav-seperator {
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 10px;
    margin-top: 8px;
    width: calc(100% - 10px);
}



.navbar .navbar-sm .bordered {
    border: none;
}

.navbar .navbar-nav .nav-item {
    /* padding-left: 3px; */
}

.navbar .navbar-sm .navbar-nav .lang .icon {
    display: none !important;
}

.navbar .navbar-sm .navbar-nav .lang .text {
    margin-left: -8px;
}


.navbar-hide .sticky-actions {
    display: block;
}

.sticky-actions {
    position: fixed;
    bottom: 360px;
    right: 0;
    color: #fff;
    z-index: 10;
    display: none;
}

    .sticky-actions .action {
        color: #fff;
        padding: 6px 10px;
        display: block;
        border-top-left-radius: 3px;
        background-color: #193548;
        margin-bottom: 3px;
        border-bottom-left-radius: 3px;
        padding-left: 12px;
        padding-right: 0;
        text-decoration: none;
    }

        .sticky-actions .action img {
            height: 32px;
            margin-right: 10px;
            display: inline-block;
            margin-top: -2px;
        }

    .sticky-actions:hover .action span {
        display: inline-block;
    }


    .sticky-actions .action span {
        display: none;
        margin-right: 10px;
    }

.content-tabs {
    margin-top: 20px;
}

    .content-tabs .nav {
        margin-bottom: 50px;
        margin-top: 50px;
        padding-bottom: 29px;
    }

        .content-tabs .nav .nav-item {
            height: 60px;
            font-weight: 600;
            font-size: 18px;
            line-height: 30px;
            white-space: nowrap;
        }

            .content-tabs .nav .nav-item .nav-link {
                color: #7a8c8e;
            }

                .content-tabs .nav .nav-item .nav-link:hover .line {
                    width: 100%;
                    animation-name: line-expand;
                    animation-duration: .4s;
                }


@keyframes line-expand {
    from {
        width: 0px;
    }

    to {
        width: 100%;
    }
}

.content-tabs .nav .nav-item .nav-link .line {
    background: #EA4E28;
    display: block;
    margin-top: 8px;
    width: 0px;
    height: 3px;
}

.content-tabs .nav .nav-item .nav-link.active {
    color: #000
}

    .content-tabs .nav .nav-item .nav-link.active .line {
        width: 100%;
    }

.content-tabs .nav.img-tabs {
    display: block;
    width: 100%;
}

    .content-tabs .nav.img-tabs .nav-item {
        display: inline-block;
        width: 16%;
    }

        .content-tabs .nav.img-tabs .nav-item .nav-link img {
            display: block;
            width: 100%;
        }


.content-tabs .tab-content {
}


    .content-tabs .tab-content .tab-pane .content-wrapper:first-child {
        padding-top: 0px;
    }

.content-tabs .brand-case {
}

.content-tabs .nav.img-tabs .nav-item .nav-link .line {
    /* width: 90px; */
    height: 5px;
    background: #EA4E28;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
}


.content-tabs.brand-case .content-wrapper {
    /*     background: url(https://www.mhi.com/sites/g/files/jwhtju111/files/2020-10/index_en01.jpg);
        margin: 73px 0px;
        padding-bottom: 0px !important;
        background-size: cover;
    background-image: url(https://media-exp1.licdn.com/dms/image/C4E1BAQFdxdA_VIQDNg/company-background_10000/0?e=2159024400&v=beta&t=NEY7oNJd3kitXB8uTvvmfrtXsVizrhz_O2BO0WBnBHo);
    */
}

.content-tabs.brand-case .col-md-5 {
    /*        background: rgb(255,255,255);
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(255,255,255,0.5690651260504201) 70%, rgba(255,255,255,0) 100%);
        padding-bottom: 110px;*/
}

.content-tabs.brand-case .content-text {
    padding-left: 40px;
    border: 1px solid transparent;
    padding-bottom: 130px;
    background-color: #042033;
    padding-right: 40px;
    padding-top: 100px;
}

    .content-tabs.brand-case .content-text .tagline,
    .content-tabs.brand-case .content-text .body {
        color: #fff;
    }

.content-tabs.brand-case .content-image {
    /* display: none; */
    background-color: white;
    margin-bottom: 30px;
}


.content-case-bg {
    /* margin: 73px 0px; */
    padding-bottom: 0px !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-color: #042033;
    margin-top: 0;
    margin-bottom: 73px;
}

.content-case-fade {
    background: linear-gradient(90deg, rgb(4 32 51) 0%, rgb(4 32 51) 38%, rgb(4 32 51 / 0%) 38%, rgba(255,255,255,0) 100%);
    padding-bottom: 0px;
}

