@import url(font-awesome.min.css);
@import url(et-line.css);


@font-face {
    font-family: gothambold;
    src: url(../fonts/gothambold-webfont.woff2) format("woff2"), url(../fonts/gothambold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: gothammedium;
    src: url(../fonts/gothammedium-webfont.woff2) format("woff2"), url(../fonts/gothammedium-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}


.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.relative {
    position: relative;
}

.hidden {
    display: none;
}

.overflow {
    overflow: visible !important;
}

.inline-block {
    display: inline-block;
}

.white {
    color: #fff !important;
    opacity: 1 !important;
}

.black {
    color: #111 !important;
}

.color {
    color: #f63c3c !important;
}

.glass {
    opacity: 0.5;
}

.spacer {
    width: 20px;
    display: inline-block;
}

.help-block {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
}

.font14 {
    font-size: 14px;
}

.image-fullwidth img {
    width: 100%;
}

.stick-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
}

.round {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

::-moz-selection {
    color: #fff;
    background: #000;
}

::-webkit-selection {
    color: #fff;
    background: #000;
}

::selection {
    color: #fff;
    background: #000;
}

.animate,
.animate * {
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.no-animate,
.no-animate * {
    -webkit-transition: 0 none !important;
    -moz-transition: 0 none !important;
    -ms-transition: 0 none !important;
    -o-transition: 0 none !important;
    transition: 0 none !important;
}

.shadow {
    -webkit-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 50px rgba(0, 0, 0, 0.15);
}

.white-shadow {
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0 0 200px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.2);
}

.clearlist,
.clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: 0 0;
}

.full-wrapper {
    margin: 0 3%;
}

.container1 {
    margin-right: 5rem;
    margin-left: 5rem;
}

.container-fluid {
    /* max-width: 121rem;*/
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid1 {
    height: 386px;
}

.container-1400 {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    font-size: 62.5%; /* 10px */
}

body,
html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
}

.page {
    overflow: hidden;
    margin-top: -3px;
}

.body-masked {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff url(../images/loader.gif) no-repeat center center;
    z-index: 100000;
}

.mask-delay {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.mask-speed {
    -webkit-animation-duration: 0.25s !important;
    -moz-animation-duration: 0.25s !important;
    animation-duration: 0.25s !important;
}

iframe {
    border: none;
}

a,
b,
div,
li,
ul {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

    a:active,
    a:focus {
        -moz-outline: none;
        outline: 0;
    }

embed,
img:not([draggable]),
object,
video {
    max-width: 100%;
    height: auto;
}

.page-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #131313;
    z-index: 100000;
}

.loader {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    z-index: 100001;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

    .sk-cube-grid .sk-cube {
        width: 33%;
        height: 33%;
        background-color: #b52324;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 100%, 70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 100%, 70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5;
    font-size: 62.5%; /* 10px */
}

body {
    color: #111;
    font-size: 1.6rem; /* 16px */
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji' line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #111;
    text-decoration: none;
}

    a:hover {
        color: #888;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.3em;
    line-height: 1.4;
    font-weight: 400;
}

h1 {
    font-size: 2.4rem; /* 24px */
}

h2 {
    font-size: 28px;
}

h6 {
    font-weight: 700;
}

p {
    margin: 0 0 2em 0;
}

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

blockquote {
    margin: 3em 0 3em 0;
    padding: 0;
    border: none;
    background: 0 0;
    font-style: normal;
    line-height: 1.7;
    color: #777;
}

    blockquote p {
        margin-bottom: 1em;
        font-size: 24px;
        font-weight: 300;
        font-style: normal;
        line-height: 1.6;
    }

    blockquote footer {
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

dl dt {
    margin-bottom: 5px;
}

dl dd {
    margin-bottom: 15px;
}

pre {
    background-color: #f9f9f9;
    border-color: #ddd;
}

hr {
    background-color: rgba(255, 255, 255, 0.08);
}

    hr.white {
        border-color: rgba(255, 255, 255, 0.35);
        background: rgba(255, 255, 255, 0.35);
    }

    hr.black {
        border-color: rgba(0, 0, 0, 0.85);
        background: rgba(0, 0, 0, 0.85);
    }

.uppercase {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.font-alt-bold {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'
}

.f-medium {
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'
}

.strong {
    font-weight: 700 !important;
}

.lead {
    margin: 1em 0 2em 0;
    font-size: 140%;
    line-height: 1.6;
}

.text {
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.8;
}

    .text h1,
    .text h2,
    .text h3,
    .text h4,
    .text h5,
    .text h6 {
        color: #111;
    }

.dropcap {
    float: left;
    font-size: 3em;
    line-height: 1;
    padding: 2px 8px 2px 0;
}

.big-icon {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    border: 3px solid #fff;
    text-align: center;
    line-height: 88px;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.97);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .big-icon .fa-play {
        position: relative;
        left: 4px;
    }

    .big-icon.big-icon-rs {
        border: none;
        width: auto;
        height: auto;
        font-size: 96px;
    }

.big-icon-link {
    display: inline-block;
    text-decoration: none;
}

    .big-icon-link:hover {
        border-color: transparent !important;
    }

        .big-icon-link:hover .big-icon {
            border-color: #fff;
            color: #fff;
            -webkit-transition: 0 none !important;
            -moz-transition: 0 none !important;
            -ms-transition: 0 none !important;
            -o-transition: 0 none !important;
            transition: 0 none !important;
        }

    .big-icon-link:active .big-icon {
        -webkit-transform: scale(0.99);
        -moz-transform: scale(0.99);
        -o-transform: scale(0.99);
        -ms-transform: scale(0.99);
        transform: scale(0.99);
    }

.wide-heading {
    display: block;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.9;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.big-icon-link:hover,
.big-icon-link:hover .wide-heading {
    color: #fff;
    text-decoration: none;
}

.sub-heading {
    font-size: 16px;
    font-style: italic;
    text-align: center;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.75);
}

.big-icon.black {
    color: #000;
    border-color: rgba(0, 0, 0, 0.75);
}

.big-icon-link:hover .big-icon.black {
    color: #000;
    border-color: #000;
}

.wide-heading.black {
    color: rgba(0, 0, 0, 0.87);
}

.big-icon-link.black:hover,
.big-icon-link:hover .wide-heading.black {
    color: #000;
    text-decoration: none;
}

.sub-heading.black {
    color: rgba(0, 0, 0, 0.75);
}

.btn-mod,
a.btn-mod {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 13px;
    color: #fff;
    background: rgba(34, 34, 34, 0.9);
    border: none;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

    .btn-mod:focus,
    .btn-mod:hover,
    a.btn-mod:focus,
    a.btn-mod:hover {
        font-weight: 400;
        transition: all 0.3s linear color rgba(255, 255, 255, 0.85);
        background: rgba(0, 0, 0, 0.7);
        text-decoration: none;
        outline: 0;
        border-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-mod:active {
        cursor: pointer !important;
        outline: 0 !important;
    }

    .btn-mod.btn-small {
        height: auto;
        padding: 15px 30px;
        font-size: 17px;
        letter-spacing: 0.1px;
    }

    .btn-mod.btn-small-alt {
        height: auto;
        padding: 15px 25px;
        font-size: 14px;
        letter-spacing: 0.1px;
    }

    .btn-mod.btn-medium {
        height: auto;
        padding: 14px 30px;
        font-size: 17px;
        letter-spacing: 0;
    }

    .btn-mod.btn-large {
        height: auto;
        padding: 12px 80px;
        font-size: 13px;
    }

    .btn-mod.btn-glass {
        color: rgba(255, 255, 255, 0.75);
        background: rgba(0, 0, 0, 0.4);
    }

        .btn-mod.btn-glass:focus,
        .btn-mod.btn-glass:hover {
            color: #fff;
            background: #000;
        }

    .btn-mod.btn-border {
        color: #151515;
        border: 2px solid #151515;
        background: 0 0;
    }

        .btn-mod.btn-border:focus,
        .btn-mod.btn-border:hover {
            color: #fff;
            border-color: transparent;
            background: #000;
        }

    .btn-mod.btn-border-c {
        color: #0a5a94;
        border: 2px solid #0a5a94;
        background: 0 0;
    }

        .btn-mod.btn-border-c:focus,
        .btn-mod.btn-border-c:hover {
            color: #fff;
            border-color: transparent;
            background: #0a5a94;
        }

    .btn-mod.btn-border-w {
        color: #fff;
        border: 2px solid rgba(255, 255, 255, 0.75);
        background: 0 0;
        border-radius: 2rem;
    }

        .btn-mod.btn-border-w:focus,
        .btn-mod.btn-border-w:hover {
            color: #fff;
            border-color: #e42326;
            background: #e42326;
        }

    .btn-mod.btn-w {
        color: #111;
        background: rgba(255, 255, 255, 0.8);
    }

        .btn-mod.btn-w:focus,
        .btn-mod.btn-w:hover {
            color: #111;
            background: #fff;
        }

    .btn-mod.btn-w-color {
        color: #e41919;
        background: #fff;
    }

        .btn-mod.btn-w-color:focus,
        .btn-mod.btn-w-color:hover {
            color: #151515;
            background: #fff;
        }

    .btn-mod.btn-gray {
        color: #777;
        background: #e5e5e5;
    }

        .btn-mod.btn-gray:focus,
        .btn-mod.btn-gray:hover {
            color: #444;
            background: #d5d5d5;
        }

    .btn-mod.btn-color {
        color: #fff;
        background: #e42326;
        background: -webkit-linear-gradient(to left, #b52324, #e42326);
        background: linear-gradient(to left, #b52324, #e42326);
    }

        .btn-mod.btn-color:focus,
        .btn-mod.btn-color:hover {
            color: #fff;
            background: #e42326;
            background: -webkit-linear-gradient(to right, #b52324, #e42326);
            background: linear-gradient(to right, #b52324, #e42326);
            transition: all 0.3s linear;
            opacity: 0.85;
        }

    .btn-mod.btn-circle {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }

    .btn-mod.btn-round {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.btn-icon {
    position: relative;
    border: none;
    overflow: hidden;
}

    .btn-icon.btn-small {
        overflow: hidden;
    }

    .btn-icon > span {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        position: absolute;
        top: 50%;
        left: 0;
        color: #777;
        font-size: 48px;
        opacity: 0.2;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    }

    .btn-icon:hover > span {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }

    .btn-icon > span.white {
        color: #fff;
    }

    .btn-icon > span.black {
        color: #000;
    }

.btn-full {
    width: 100%;
}

.form label {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 600;
}

.form input[type="color"],
.form input[type="date"],
.form input[type="email"],
.form input[type="number"],
.form input[type="password"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="text"],
.form input[type="url"],
.form select {
    display: inline-block;
    height: 27px;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
    background-color: #343434;
    border: none;
    padding-left: 7px;
    padding-right: 7px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
}

.form select {
    font-size: 12px;
}

    .form select[multiple] {
        height: auto;
    }

    .form input[type="color"]:hover,
    .form input[type="date"]:hover,
    .form input[type="email"]:hover,
    .form input[type="number"]:hover,
    .form input[type="password"]:hover,
    .form input[type="search"]:hover,
    .form input[type="tel"]:hover,
    .form input[type="text"]:hover,
    .form input[type="url"]:hover,
    .form select:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }

    .form input[type="color"]:focus,
    .form input[type="date"]:focus,
    .form input[type="email"]:focus,
    .form input[type="number"]:focus,
    .form input[type="password"]:focus,
    .form input[type="search"]:focus,
    .form input[type="tel"]:focus,
    .form input[type="text"]:focus,
    .form input[type="url"]:focus,
    .form select:focus {
        color: #fff;
        border-color: rgba(255, 255, 255, 0.7);
        -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
        -moz-box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 3px rgba(255, 255, 255, 0.7);
        outline: 0;
    }

    .form input[type="color"].input-lg,
    .form input[type="date"].input-lg,
    .form input[type="email"].input-lg,
    .form input[type="number"].input-lg,
    .form input[type="password"].input-lg,
    .form input[type="search"].input-lg,
    .form input[type="tel"].input-lg,
    .form input[type="text"].input-lg,
    .form input[type="url"].input-lg,
    .form select.input-lg {
        height: 46px;
        padding-left: 0;
        padding-right: 0;
        font-size: 13px;
    }

    .form input[type="color"].input-md,
    .form input[type="date"].input-md,
    .form input[type="email"].input-md,
    .form input[type="number"].input-md,
    .form input[type="password"].input-md,
    .form input[type="search"].input-md,
    .form input[type="tel"].input-md,
    .form input[type="text"].input-md,
    .form input[type="url"].input-md,
    .form select.input-md {
        height: 45px;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 15px;
        color: #fff;
    }

    .form input[type="color"].input-sm,
    .form input[type="date"].input-sm,
    .form input[type="email"].input-sm,
    .form input[type="number"].input-sm,
    .form input[type="password"].input-sm,
    .form input[type="search"].input-sm,
    .form input[type="tel"].input-sm,
    .form input[type="text"].input-sm,
    .form input[type="url"].input-sm,
    .form select.input-sm {
        height: 31px;
        padding-left: 10px;
        padding-right: 10px;
    }

.form textarea {
    font-size: 15px;
    font-weight: 400;
    text-transform: none !important;
    letter-spacing: 0;
    color: #fff;
    border: none;
    background-color: #343434;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .form textarea:hover {
        border-color: rgba(0, 0, 0, 0.2);
    }

    .form textarea:focus {
        color: #111;
        border-color: rgba(0, 0, 0, 0.7);
        -webkit-box-shadow: 0 0 3px rgba(21, 21, 21, 0.3);
        -moz-box-shadow: 0 0 3px rgba(21, 21, 21, 0.3);
        box-shadow: 0 0 3px rgba(21, 21, 21, 0.3);
    }

.form .form-group {
    margin-bottom: 20px;
}

.form input.error {
    border-color: #e41919;
}

.form div.error {
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(228, 25, 25, 0.75);
    color: #fff;
}

.form div.success {
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(50, 178, 95, 0.75);
    color: #fff;
}

.form-tip {
    font-size: 11px;
    color: #aaa;
}

    .form-tip .fa {
        font-size: 12px;
    }

.home-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.home-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: left;
}

.home-content {
    position: relative;
}

.home-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

@-webkit-keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }

    50% {
        bottom: 7px;
    }

    100% {
        bottom: 2px;
    }
}

@-moz-keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }

    50% {
        bottom: 7px;
    }

    100% {
        bottom: 2px;
    }
}

@-o-keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }

    50% {
        bottom: 7px;
    }

    100% {
        bottom: 2px;
    }
}

@keyframes scroll-down-anim {
    0% {
        bottom: 2px;
    }

    50% {
        bottom: 7px;
    }

    100% {
        bottom: 2px;
    }
}

.scroll-down {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

    .scroll-down:before {
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        margin: 0 0 0 -10px;
        position: absolute;
        bottom: 0;
        left: 50%;
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 1;
    }

    .scroll-down:hover:before {
        opacity: 0.6;
    }

.scroll-down-icon {
    display: block;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    color: #111;
    font-size: 15px;
    -webkit-animation: scroll-down-anim 1s infinite;
    -moz-animation: scroll-down-anim 1s infinite;
    -o-animation: scroll-down-anim 1s infinite;
    animation: scroll-down-anim 1s infinite;
    z-index: 2;
}

.bg-video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.bg-video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-video-wrapper video {
    max-width: inherit;
    height: inherit;
    z-index: 0;
}

a.bg-video-button-muted {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 28px;
    color: #fff;
    opacity: 0.75;
    z-index: 1000;
}

.hs-wrap {
    max-width: 570px;
    margin: 0 auto;
    padding: 47px 30px 53px;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.hs-wrap-1 {
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hs-line-1 {
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.hs-line-2 {
    margin-top: 0;
    position: relative;
    text-transform: none;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff;
}

.hs-line-3 {
    margin-top: 0;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.hs-line-4 {
    margin-top: 0;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    color: #fff;
}

.hs-line-5 {
    margin-top: 0;
    position: relative;
    font-size: 62px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.32em;
    opacity: 0.85;
}

.hs-line-6 {
    margin-top: 0;
    position: relative;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.2;
    opacity: 0.35;
}

    .hs-line-6.no-transp {
        opacity: 1;
    }

.hs-line-7 {
    margin-top: 0;
    position: relative;
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.hs-line-8 {
    margin-top: 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.2;
    opacity: 0.75;
}

    .hs-line-8.no-transp {
        opacity: 1;
    }

.hs-line-9 {
    margin-top: 0;
    position: relative;
    font-size: 96px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.hs-line-10 {
    margin-top: 0;
    display: inline-block;
    position: relative;
    padding: 15px 24px;
    background: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.85);
}

    .hs-line-10 > span {
        margin: 0 10px;
    }

    .hs-line-10.highlight {
        background: #e41919;
        opacity: 0.65;
    }

    .hs-line-10.transparent {
        background: 0 0;
        color: #aaa;
        padding: 0;
    }

.hs-line-11 {
    margin-top: 0;
    position: relative;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    line-height: 1.8;
    opacity: 0.9;
}

.hs-line-12 {
    margin-top: 0;
    position: relative;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

.hs-line-13 {
    margin-top: 0;
    position: relative;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.hs-line-14 {
    margin-top: 0;
    position: relative;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.7em;
}

.hs-line-15 {
    margin-top: 0;
    position: relative;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.3;
}

.no-transp {
    opacity: 1 !important;
}

.fullwidth-galley-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 25;
}

.top-bar {
    min-height: 40px;
    background: #fbfbfb;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 11px;
    letter-spacing: 1px;
}

.top-links {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

    .top-links li {
        float: left;
        border-left: 1px solid rgba(0, 0, 0, 0.05);
    }

        .top-links li:last-child {
            border-right: 1px solid rgba(0, 0, 0, 0.05);
        }

        .top-links li .fa {
            font-size: 14px;
            position: relative;
            top: 1px;
        }

        .top-links li .tooltip {
            text-transform: none;
            letter-spacing: normal;
            z-index: 2003;
        }

        .top-links li a {
            display: block;
            min-width: 40px;
            height: 40px;
            line-height: 40px;
            padding: 0 10px;
            text-decoration: none;
            text-align: center;
            color: #999;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
            -moz-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
            -ms-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
            transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
        }

            .top-links li a:hover {
                color: #555;
                background-color: rgba(0, 0, 0, 0.02);
            }

.top-bar.dark {
    background-color: #333;
    border-bottom: none;
}

    .top-bar.dark .top-links li,
    .top-bar.dark .top-links li:last-child {
        border-color: rgba(255, 255, 255, 0.07);
    }

        .top-bar.dark .top-links li a {
            color: #aaa;
        }

            .top-bar.dark .top-links li a:hover {
                color: #ccc;
                background-color: rgba(255, 255, 255, 0.05);
            }
/* Navbar styles */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
    transition: all 0.3s ease;
    margin-top: -10px;
}

.stick-fixed {
    background-color: black;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.nav-logo-wrap {
    float: left;
    margin-right: 20px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: white;
}
/* Center navigation */
.navbar-collapse {
    justify-content: center;
}

.navbar-nav {
    margin: 0;
    padding: 0;
}

.nav-link {
    position: relative;
    font-size: 19px;
    font-weight: 500;
    transition: 0.3s;
    color: white;
    padding: 1.5rem 1.8rem !important;
}

    .nav-link::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: #fff;
        transition: width 0.3s ease;
    }

    .nav-link:hover::after,
    .nav-link.active::after {
        width: 100%;
    }

/* Contact Us button */
.btn-light {
    border-radius: 20px;
    padding: 0.375rem 1.5rem;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

    .btn-light:hover {
        background-color: #f8f9fa;
        transform: translateY(-1px);
    }
/* Keep your existing desktop navbar and mega menu styles */

/* Mobile Menu Styles */
#mobile-nav-container {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    height: 100vh;
    background-color: #0c0c0c;
    z-index: 1050;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
}

    #mobile-nav-container.open {
        right: 0;
    }

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.mobile-submenu {
    display: none;
    padding: 15px 0;
}

    .mobile-submenu.active {
        display: block;
    }

.mobile-submenu-header {
    display: flex;
    align-items: center;
    padding: 0 15px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}

    .mobile-submenu-header h3 {
        color: #fff;
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        margin-left: 15px;
    }

.mobile-back-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
}

    .mobile-back-btn i {
        margin-right: 5px;
    }

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .mobile-menu-list li {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

        .mobile-menu-list li a,
        .mobile-menu-link {
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: rgba(255, 255, 255, 0.8);
            padding: 12px 15px;
            text-decoration: none;
            font-size: 16px;
            transition: all 0.2s ease;
        }

            .mobile-menu-list li a:hover,
            .mobile-menu-link:hover {
                color: #fff;
                background-color: rgba(255, 255, 255, 0.05);
            }

.mobile-menu-arrow {
    margin-left: 10px;
    font-size: 12px;
    transition: transform 0.2s ease;
}

.mobile-menu-link:hover .mobile-menu-arrow {
    transform: translateX(3px);
}

.mobile-submenu-section {
    padding: 0 15px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

    .mobile-submenu-section:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .mobile-submenu-section h4 {
        color: #ff0002;
        font-size: 16px;
        margin: 15px 0;
        font-weight: 600;
    }

/* Only show navbar toggler on mobile */
@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }

    #mobile-nav-container {
        display: none;
    }
}

@media (max-width: 991px) {
    /* Hide desktop mega menus */
    .mega-menu {
        display: none !important;
    }

    /* Always show navbar on mobile */
    .navbar {
        padding: 10px 0;
    }

    /* Full width mobile nav */
    #mobile-nav-container {
        max-width: 100%;
    }

    /* Prevent scrolling when mobile menu is open */
    body.mobile-menu-open {
        overflow: hidden;
    }
}

.mega-menu {
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    display: none; /* Add this line to ensure it's hidden by default */
}

    .mega-menu.show {
        opacity: 1;
        visibility: visible;
        display: block; /* Add this line to show it when the 'show' class is applied */
    }

    .mega-menu h5 {
        color: #333;
        margin-bottom: 1.5rem;
        font-weight: 700;
        font-size: 16px;
        position: relative;
        padding-left: 15px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .mega-menu h4 {
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 12px;
    }

.mega-menu-title {
    color: #000;
    font-size: 30px !important;
    font-style: normal;
    line-height: normal;
}

.mega-menu h5::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #ff0002;
}

.mega-list {
    margin: 0;
    padding: 0;
}

    .mega-list li {
        margin-bottom: 12px;
        color: inherit;
        font-size: 14px;
        cursor: pointer;
        transition: color 0.2s ease;
        line-height: 1.4;
    }

        .mega-list li :hover {
            color: #ff0002;
        }

.fm-logo-wrap {
    position: absolute;
    top: 30px;
    left: 30px;
    height: 54px;
    z-index: 1030;
}

    .fm-logo-wrap .logo {
        display: block;
        max-width: 200px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

.fm-button {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 54px;
    height: 54px;
    background: #111;
    opacity: 0.85;
    text-indent: -12345px;
    z-index: 1030;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .fm-button:hover {
        opacity: 1;
    }

    .fm-button span {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -11px;
        -webkit-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
    }

        .fm-button span:after,
        .fm-button span:before {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background: #fff;
            position: absolute;
            top: -6px;
            left: 0;
            -webkit-transition: top 70ms cubic-bezier(0, 0, 0.58, 1), bottom 70ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 70ms;
            -moz-transition: top 70ms cubic-bezier(0, 0, 0.58, 1), bottom 70ms cubic-bezier(0, 0, 0.58, 1), -moz-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 70ms;
            -o-transition: top 70ms cubic-bezier(0, 0, 0.58, 1), bottom 70ms cubic-bezier(0, 0, 0.58, 1), -o-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 70ms;
            -ms-transition: top 70ms cubic-bezier(0, 0, 0.58, 1), bottom 70ms cubic-bezier(0, 0, 0.58, 1), -ms-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 70ms;
            transition: top 70ms cubic-bezier(0, 0, 0.58, 1), bottom 70ms cubic-bezier(0, 0, 0.58, 1), transform 0.2s cubic-bezier(0, 0, 0.58, 1) 70ms;
        }

        .fm-button span:after {
            top: auto;
            bottom: -6px;
        }

    .fm-button.active {
        background: #222;
        z-index: 2001;
    }

        .fm-button.active span {
            background: 0 0;
        }

            .fm-button.active span:before {
                top: 0;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .fm-button.active span:after {
                bottom: 0;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

.fm-wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 50px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(10, 10, 10, 0.97);
    z-index: 2000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fm-wrapper-sub {
    display: table;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.1s cubic-bezier(0, 0, 0.58, 1);
}

    .fm-wrapper-sub.js-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.fm-wrapper-sub-sub {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.fm-menu-links,
.fm-menu-links ul {
    margin: 0;
    padding: 10px 0;
    line-height: 1.3;
    text-align: center;
}

    .fm-menu-links ul.fm-sub {
        padding: 0;
    }

    .fm-menu-links a {
        display: block;
        position: relative;
        margin: 0;
        padding: 15px 20px;
        color: #999;
        font-size: 17px;
        letter-spacing: 2px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        z-index: 11;
    }

        .fm-menu-links a:active,
        .fm-menu-links li.js-opened > a,
        .no-touch .fm-menu-links a:hover {
            color: #d5d5d5;
            text-decoration: none;
        }

    .fm-menu-links li {
        margin: 0;
        padding: 0;
        position: relative;
    }

        .fm-menu-links li a.active,
        .fm-menu-links li.active > a,
        .fm-menu-links li > a:active {
            color: #f5f5f5;
        }

        .fm-menu-links li.js-opened:before {
            display: none;
        }

        .fm-menu-links li.js-opened > a:active,
        .no-touch .fm-menu-links li.js-opened > a:hover {
            color: #fff;
        }

.fm-has-sub .fa {
    font-size: 14px;
}

.js-opened > .fm-has-sub > .fa {
    color: #fff;
}

.fm-sub {
    display: none;
    opacity: 0;
    position: relative;
}

    .fm-sub > li > a {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 13px;
        font-weight: 400;
    }

.fm-menu-links li.js-opened .fm-sub {
    opacity: 1;
}

.fm-search {
    width: 320px;
}

    .fm-search input.search-field {
        background: 0 0;
        color: #555;
        text-align: center;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .fm-search input.search-field:hover {
            border: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        }

        .fm-search input.search-field:focus {
            color: #999;
            border-color: rgba(255, 255, 255, 0.7);
        }

    .fm-search .search-button:hover {
        color: #fff;
    }

.fm-social-links {
    padding: 10px;
    font-size: 14px;
    text-align: center;
}

    .fm-social-links > a {
        display: inline-block;
        margin: 0 2px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        text-align: center;
        text-decoration: none;
        color: #555;
        -webkir-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

        .fm-social-links > a:hover {
            border-color: rgba(255, 255, 255, 0.3);
            color: #999;
        }

.page-section,
.small-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 140px 0;
    background-color: #000;
}

.small-section {
    padding: 60px 0;
}

.bg-position {
    background-position: top center !important;
}

.bg-position1 {
    background-position: bottom center !important;
}

.page-section.header-space {
    min-height: 450px;
    padding: 200px 0;
    margin-top: 60px;
}

.page-section.career-header-space {
    min-height: 450px;
    padding: 175px 0;
    margin-top: 60px;
}

.page-section.contact-header-space {
    min-height: 450px;
    padding: 172px 0;
    margin-top: 60px;
}

.small-title {
    padding: 0;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
}

.section-icon {
    margin-bottom: 7px;
    text-align: center;
    font-size: 32px;
}

.small-title .serif {
    text-transform: none;
    font-weight: 400;
}

.small-title.white {
    color: #fff;
}

.bg-scroll {
    background-attachment: scroll !important;
}

.bg-pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bg-pattern-over .YTPOverlay:after,
.bg-pattern-over:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: repeat;
    background-size: auto;
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746946077/pattern-bg-2.png");
}

.bg-gray {
    background-color: #242424;
}

.bg-gray-lighter {
    background-color: #fcfcfc;
}

.bg-color,
.bg-color-alfa,
.bg-color-alfa-30,
.bg-color-alfa-50,
.bg-color-alfa-70,
.bg-color-alfa-90,
.bg-color-lighter,
.bg-dark,
.bg-dark-alfa,
.bg-dark-alfa-30,
.bg-dark-alfa-50,
.bg-dark-alfa-70,
.bg-dark-alfa-90,
.bg-dark-lighter {
    color: #fff;
}

    .bg-color a,
    .bg-color-alfa a,
    .bg-color-alfa-30 a,
    .bg-color-alfa-50 a,
    .bg-color-alfa-70 a,
    .bg-color-alfa-90 a,
    .bg-colorlighter a,
    .bg-dark a,
    .bg-dark-alfa a,
    .bg-dark-alfa-30 a,
    .bg-dark-alfa-50 a,
    .bg-dark-alfa-70 a,
    .bg-dark-alfa-90 a,
    .bg-dark-lighter a {
        color: rgba(255, 255, 255, 0.8);
        padding-bottom: 3px;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

        .bg-color a:hover,
        .bg-color-alfa a:hover,
        .bg-color-alfa-30 a:hover,
        .bg-color-alfa-50 a:hover,
        .bg-color-alfa-70 a:hover,
        .bg-color-alfa-90 a:hover,
        .bg-color-lighter a:hover,
        .bg-dark a:hover,
        .bg-dark-alfa a:hover,
        .bg-dark-alfa-30 a:hover,
        .bg-dark-alfa-50 a:hover,
        .bg-dark-alfa-70 a:hover,
        .bg-dark-alfa-90 a:hover,
        .bg-dark-lighter a:hover {
            color: #fff;
            text-decoration: none;
        }

    .bg-color .section-text,
    .bg-color .text,
    .bg-color-alfa .section-text,
    .bg-color-alfa .text,
    .bg-color-alfa-30 .section-text,
    .bg-color-alfa-30 .text,
    .bg-color-alfa-50 .section-text,
    .bg-color-alfa-50 .text,
    .bg-color-alfa-70 .section-text,
    .bg-color-alfa-70 .text,
    .bg-color-alfa-90 .section-text,
    .bg-color-alfa-90 .text,
    .bg-color-lighter .section-text,
    .bg-color-lighter .text {
        color: rgba(255, 255, 255, 0.75);
    }

    .bg-color .white,
    .bg-color-alfa .white,
    .bg-color-alfa-30 .white,
    .bg-color-alfa-50 .white,
    .bg-color-alfa-70 .white,
    .bg-color-alfa-90 .white,
    .bg-color-lighter .whitet {
        color: #fff;
    }

.bg-black {
    background-color: #131313;
}

.bg-gradient {
    background: #131313;
    background: -webkit-linear-gradient(to top, #131313, #b52324);
    background: linear-gradient(to top, #131313, #b52324);
}

.bg-black-lighter {
    background-color: #232323;
}

.bg-dark-alfa .YTPOverlay:before,
.bg-dark-alfa:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(17, 17, 17, 0.97);
}

.bg-dark-alfa-30 .YTPOverlay:before,
.bg-dark-alfa-30:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.3);
}

.bg-dark-alfa-50 .YTPOverlay:before,
.bg-dark-alfa-50:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.6);
}

.bg-dark-alfa-70 .YTPOverlay:before,
.bg-dark-alfa-70:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(17, 17, 17, 0.7);
}

.bg-dark-alfa-90 .YTPOverlay:before,
.bg-dark-alfa-90:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(3, 3, 3, 0.9);
}

.bg-light-alfa:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, 0.97);
}

.bg-light-alfa-30 .YTPOverlay:before,
.bg-light-alfa-30:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, 0.3);
}

.bg-light-alfa-50 .YTPOverlay:before,
.bg-light-alfa-50:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, 0.5);
}

.bg-light-alfa-70 .YTPOverlay:before,
.bg-light-alfa-70:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, 0.7);
}

.bg-light-alfa-90 .YTPOverlay:before,
.bg-light-alfa-90:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(252, 252, 252, 0.9);
}

.bg-color {
    background-color: #e41919;
}

.bg-color-alfa .YTPOverlay:before,
.bg-color-alfa:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e41919;
    opacity: 0.97;
}

.bg-color-alfa-30 .YTPOverlay:before,
.bg-color-alfa-30:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e41919;
    opacity: 0.3;
}

.bg-color-alfa-50 .YTPOverlay:before,
.bg-color-alfa-50:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e41919;
    opacity: 0.5;
}

.bg-color-alfa-70 .YTPOverlay:before,
.bg-color-alfa-70:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e41919;
    opacity: 0.7;
}

.bg-color-alfa-90 .YTPOverlay:before,
.bg-color-alfa-90:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e41919;
    opacity: 0.9;
}

.bg-orange {
    background-color: #f47631 !important;
}

.bg-yellow {
    background-color: #ffce02 !important;
}

.bg-cyan {
    background-color: #27c5c3 !important;
}

.bg-green {
    background-color: #58bf44 !important;
}

.bg-blue {
    background-color: #43a5de !important;
}

.bg-purple {
    background-color: #375acc !important;
}

.bg-red {
    background-color: #e13939 !important;
}

.section-title {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 600;
    text-transform: none;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.4;
    color: #fff;
}

.section-more {
    margin-top: 7px;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .section-more:hover {
        text-decoration: none;
        color: #000;
    }

    .section-more .fa {
        font-size: 12px;
    }

.section-heading {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.5em;
    line-height: 1.3;
}

.section-line {
    width: 55px;
    height: 1px;
    margin: 30px auto;
    background: #111;
}

.section-text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fafafa;
    opacity: 0.6;
    text-align: left;
    line-height: 1.8;
}

    .section-text blockquote {
        margin-top: -5px;
    }

.section-bot-image {
    margin: 140px 0 -140px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.image-fullwidth img {
    width: 100%;
}

.mod-breadcrumbs {
    margin-top: -5px;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .mod-breadcrumbs span {
        opacity: 0.65;
    }

    .mod-breadcrumbs a {
        text-decoration: none;
    }

        .mod-breadcrumbs a:hover {
            text-decoration: none;
        }

    .mod-breadcrumbs .fa {
        font-size: 12px;
    }

.mod-breadcrumbs-mini {
    text-align: left;
}

.home-bot-image {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.fixed-height-large,
.fixed-height-medium,
.fixed-height-small {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fixed-height-large {
    min-height: 600px;
    margin-top: 60px;
}

.fixed-height-medium {
    min-height: 700px;
}

.fixed-height-small {
    min-height: 600px;
}

.split-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.split-section-headings {
    width: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ssh-table {
    width: 100%;
    min-height: 500px;
    display: table;
}

.ssh-cell {
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.split-section-content {
    width: 50%;
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.split-section-wrapper {
    padding: 0 80px;
}

.alt-service-grid {
    margin-top: -60px;
}

.alt-services-image {
    text-align: center;
}

    .alt-services-image > img {
        display: block;
        width: 100%;
    }

.alt-service-item {
    margin: 20px 0 0 0;
    position: relative;
    padding-left: 85px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #3c3b3b;
    -webkit-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
}

.alt-service-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    color: #111;
    -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.alt-services-title {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.style-grid {
    margin-top: -60px;
}

.style-image {
    text-align: center;
}

    .style-image > img {
        display: block;
        width: 100%;
    }

.style-item {
    margin: 40px 0;
    position: relative;
    padding-left: 90px;
    padding-top: 0;
    font-size: 16px;
    font-weight: 400;
    color: #3c3b3b;
}

.style-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 55px;
    text-align: center;
    font-size: 28px;
    border-radius: 10px;
    color: #111;
    background: #005c9e;
    background: -webkit-linear-gradient(to top, #0b436b, #005c9e);
    background: linear-gradient(to top, #0b436b, #005c9e);
}

.style-title {
    margin-bottom: 15px;
    padding: 0;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 600;
    color: #16496c;
}

.alt-service-grid {
    margin-top: -60px;
}

.coverage-image {
    text-align: center;
}

    .coverage-image > img {
        display: block;
        width: 100%;
    }

.coverage-item {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #4c6776;
    min-height: 250px;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 18px 5px rgb(247 247 247);
    margin: 20px;
}

.coverage-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 18px;
    left: 20px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #111;
    -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.coverage-title {
    margin-bottom: 25px;
    padding-left: 45px;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 400;
    color: #4c6776;
    padding-top: 6px;
}

.benefits-grid {
    margin-top: 60px;
}

.benefits-image > img {
    display: block;
    width: 100%;
}

.benefits-item {
    background-color: #333;
    position: relative;
    padding: 25px;
    font-size: 14px;
    min-height: 200px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 0 18px 5px rgb(0 0 0);
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.benefits-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 22px;
    left: 25px;
    line-height: 43px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    border-radius: 8px;
    background: #181818;
    -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.benefits-item:hover .benefits-icon {
    background: #e42326;
    background: -webkit-linear-gradient(to left, #b52324, #e42326);
    background: linear-gradient(to left, #b52324, #e42326);
}

.benefits-title {
    margin: 0 0 30px 0;
    padding-left: 70px;
    padding-top: 5px;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.benefit-desc {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.team-grid {
    margin-top: 30px;
}

.team-item {
    margin: 0 15px;
}

.team-item-image {
    position: relative;
    overflow: hidden;
}

    .team-item-image img {
        width: 100%;
        border-radius: 8px;
    }

    .team-item-image:after {
        content: " ";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: 0 0;
        z-index: 1;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

.team-item-detail {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 20px 23px 55px;
    font-size: 14px;
    font-weight: 300;
    color: #777;
    text-align: center;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .team-item-detail h4 {
        color: #fff;
        font-size: 17px;
        margin-bottom: 8px;
    }

    .team-item-detail p {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }

.team-item-descr {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    display: block;
    right: 0;
    left: 0;
    padding: 10px 0;
    margin: 0 15px;
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.team-item-name {
    margin-top: 0;
    font-size: 17px;
    color: #fff;
    padding: 0 20px;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
}

.team-item-role {
    margin-top: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: #aaa;
}

.team-social-links {
    font-size: 14px;
    cursor: pointer;
}

    .team-social-links a {
        display: inline-block;
        padding: 3px 7px;
        color: rgba(0, 0, 0, 0.4);
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

.no-mobile .team-item:hover .team-item-image:after {
    background: rgba(0, 0, 0, 0.93);
}

.no-mobile .team-item:hover .team-item-detail {
    opacity: 1;
}

.no-mobile .team-item:hover .team-item-descr {
    color: #fff;
}

.no-mobile .team-social-links a:hover {
    color: #fff;
}

.team-item.js-active .team-item-image:after {
    background: rgba(0, 0, 0, 0.93);
}

.team-item.js-active .team-item-detail {
    opacity: 1;
}

.team-item.js-active .team-item-descr {
    color: #111;
}

.team-item.js-active .team-social-links a:hover {
    color: #fff;
}

.features-item {
    padding: 10px;
    width: 80px;
    margin: 0 auto;
    height: 80px;
    text-align: center;
    background-color: #1c1c1c;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 3px 12px 5px rgba(0, 0, 0, 0.08);
}

    .features-item.active {
        border: 2px solid #fff;
    }

.features-icon {
    font-size: 48px;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.9);
}

.features-title {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.features-descr {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
}

.features-icon.black {
    color: rgba(0, 0, 0, 0.9);
}

.features-title.black {
    color: rgba(0, 0, 0, 0.9);
}

.features-descr.black {
    color: rgba(0, 0, 0, 0.75);
}

.alt-features-grid {
    margin-top: -70px;
}

.alt-features-item {
    margin-top: 30px;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 10px;
}

    .alt-features-item:before {
        content: "";
        display: block;
        position: absolute;
        height: 0%;
        width: 100%;
        border-radius: 8px;
        bottom: 0;
        transition: height 0.5s ease-out;
        background: #e02325;
        background: -webkit-linear-gradient(to right, #bd2324, #e02325);
        background: linear-gradient(to right, #bd2324, #e02325);
    }

    .alt-features-item:hover:before {
        height: 100%;
    }

    .alt-features-item.p-l-r {
        padding: 60px 40px !important;
        margin: 30px 8px;
    }

    .alt-features-item:hover .alt-features-title {
        color: #fff !important;
    }

    .alt-features-item:hover .alt-features-descr {
        color: #fff !important;
    }

.alt-features-icon {
    padding-top: 0;
    font-size: 48px;
    margin: 0 auto;
    line-height: 1.3;
    color: #111;
    border-radius: 8px;
    border: 1px solid #bdbdbd;
}

    .alt-features-icon img {
        border-radius: 8px;
    }

.alt-features-title {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

    .alt-features-title.set-h {
        min-height: 70px;
    }

.alt-features-descr {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.menu-features-item {
    margin-top: 0;
    background: 0 0;
    padding: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .menu-features-item:hover {
        background: #015a91;
        border-radius: 10px;
        transition: all 0.3s linear;
    }

    .menu-features-item .analytics {
        background-image: url(../images/icons/analytics-50pxw.png);
        width: 50px;
        height: 50px;
        display: block;
    }

    .menu-features-item .listening-tool {
        background-image: url(../images/icons/listening-tool-50pxw.png);
        width: 50px;
        height: 50px;
        display: inline-block;
    }

    .menu-features-item .crm {
        background-image: url(../images/icons/crm-50pxw.png);
        width: 50px;
        height: 50px;
        display: inline-block;
    }

    .menu-features-item .publish {
        background-image: url(../images/icons/publish-50pxw.png);
        width: 50px;
        height: 50px;
        display: inline-block;
    }

.menu-features-title {
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
}

.menu-features-descr {
    color: #fff;
    opacity: 0.7;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}

.benefit-item {
    display: inline-block;
    width: 264px;
    margin: 0 0 40px 20px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    cursor: default;
}

.benefit-number {
    width: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    font-size: 120px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    color: rgba(0, 0, 0, 0.025);
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.benefit-icon {
    position: relative;
    margin-bottom: 6px;
    font-size: 32px;
}

.benefit-title {
    position: relative;
    margin: 0 0 17px 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.benefits-descr {
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: #777;
}

.benefit-item:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.015);
    opacity: 0;
    -webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.benefit-item:hover:after {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.benefit-item:hover .benefit-number {
    color: rgba(0, 0, 0, 0.035);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -o-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
}

.count-wrapper {
    padding: 40px 20px;
    border: 1px solid rgba(0, 0, 0, 0.09);
}

.count-number {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
}

.count-descr {
    color: #999;
    font-size: 11px;
    text-align: center;
}

    .count-descr .fa {
        font-size: 14px;
    }

.count-title {
    margin-top: -1px;
    font-size: 13px;
}

.count-separator {
    height: 30px;
    clear: both;
    float: none;
    overflow: hidden;
}

.works-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 45px 0;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.4em;
    color: #555;
    cursor: default;
}

    .works-filter a {
        display: inline-block;
        margin: 0 27px;
        color: #999;
        text-decoration: none;
        -webkit-transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        cursor: pointer;
    }

        .works-filter a:hover {
            color: #111;
            text-decoration: none;
        }

        .works-filter a.active {
            color: #111;
            cursor: default;
        }

            .works-filter a.active:hover {
                color: #111;
            }

.works-grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.work-item {
    width: 25%;
    float: left;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.work-grid-2 .work-item {
    width: 50%;
}

.work-grid-3 .work-item {
    width: 33.333%;
}

.container .work-grid-3 .work-item {
    width: 33.2%;
}

.work-grid-5 .work-item {
    width: 20%;
}

.works-grid.work-grid-gut {
    margin: 0 0 0 -10px;
}

    .works-grid.work-grid-gut .work-item {
        padding: 0 0 10px 10px;
    }

.work-item > a {
    display: block;
    padding: 0 0 84px 0;
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}

.work-item a,
.work-item a:hover {
    color: #111;
    border: none;
}

.work-img {
    position: relative;
    overflow: hidden;
}

    .work-img img {
        width: 100%;
        display: block;
        overflow: hidden;
    }

.work-intro {
    width: 100%;
    height: 84px;
    padding: 20px 20px 0 20px;
    -webkit-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    overflow: hidden;
}

.work-title {
    margin: 0 0 8px 0;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.2;
}

.work-descr {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    color: #aaa;
    line-height: 1.2;
}

.works-grid.hide-titles .work-item > a {
    overflow: hidden;
    padding: 0;
}

.works-grid.hide-titles .work-item .work-intro {
    opacity: 0;
    bottom: -94px;
}

.works-grid.hide-titles .work-item:hover .work-intro {
    opacity: 1;
}

.work-intro {
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work-item:hover .work-intro {
    color: #fff;
    -webkit-transform: translateY(-99px);
    -moz-transform: translateY(-99px);
    transform: translateY(-99px);
    z-index: 3;
}

.work-item:hover .work-title {
    color: #ccc;
}

.work-item:hover .work-descr {
    color: #999;
}

.work-item .work-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(250, 250, 250, 0);
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work-item:hover .work-img:after {
    background: rgba(20, 20, 20, 0.85);
}

.works-grid.hover-color .work-item:hover .work-descr,
.works-grid.hover-color .work-item:hover .work-intro,
.works-grid.hover-color .work-item:hover .work-title {
    color: #fff;
}

.works-grid.hover-color .work-item:hover .work-img:after {
    background: #e41919;
    opacity: 0.73;
}

.works-grid.hover-white .work-item:hover .work-descr,
.works-grid.hover-white .work-item:hover .work-intro,
.works-grid.hover-white .work-item:hover .work-title {
    color: #000;
}

.works-grid.hover-white .work-item:hover .work-img:after {
    background: rgba(250, 250, 250, 0.9);
}

.work-item .work-img > img {
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work-item:hover .work-img > img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.work-full {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
}

.work-full-load {
    padding-top: 60px;
}

.work-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10001;
}

    .work-loader:after {
        display: block;
        content: " ";
        width: 16px;
        height: 16px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8px 0 0 -8px;
        background: url(../images/loader.gif) no-repeat;
    }

.work-navigation {
    width: 100%;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 99;
}

    .work-navigation .fa {
        font-size: 12px;
        vertical-align: middle;
    }

    .work-navigation .fa-times {
        font-size: 16px;
        margin-top: -2px;
    }

    .work-navigation a {
        display: block;
        float: left;
        width: 33.33333%;
        overflow: hidden;
        vertical-align: middle;
        text-decoration: none;
        white-space: nowrap;
        cursor: default;
    }

        .work-navigation a,
        .work-navigation a:visited {
            color: #555;
        }

            .work-navigation a:hover {
                color: #111;
            }

            .work-navigation a span {
                display: inline-block;
                height: 60px;
                line-height: 59px;
                padding: 0 4%;
                background: #fff;
                cursor: pointer;
                -webkit-transition: all 0.3s ease-out;
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

    .work-navigation span:hover {
        background: #f7f7f7;
    }

.work-back-link {
    margin: 20px 0 0;
    display: block;
    background: #fff;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #151515;
}

.work-prev {
    text-align: left;
}

.work-all {
    text-align: center;
}

.work-next {
    text-align: right;
}

.work-container {
    padding: 50px 0;
}

.work-full-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
}

.work-full-media {
    margin-top: 30px;
}

    .work-full-media img {
        max-width: 100%;
        height: auto;
    }

.work-full-text {
    text-align: left;
    font-size: 13px;
    color: #777;
}

    .work-full-text h6 {
        margin-top: 5px;
    }

.work-detail {
    font-weight: 400;
}

    .work-detail p:last-child {
        margin-bottom: 0;
    }

.work-full-detail {
    font-size: 11px;
    color: #777;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .work-full-detail p {
        padding: 4px 0;
        margin: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.05);
    }

        .work-full-detail p:last-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .work-full-detail p strong {
            width: 100px;
            display: inline-block;
        }

.work-full-action {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    text-align: center;
}

.banner-section {
    overflow: visible;
    border-bottom: 1px solid transparent;
}

.banner-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.banner-decription {
    margin-bottom: 35px;
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7);
}

.banner-image {
    margin: -40px 0 0 0;
    text-align: right;
}

.testimonial {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: none;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0;
    opacity: 0.85;
}

    .testimonial p {
        font-size: 18px;
    }

.testi-footer-text {
    position: absolute;
    top: 85%;
    left: 52%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 100%;
    z-index: 2;
    color: white;
    padding: 11px 59px;
    font-weight: 600;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    font-size: 16px;
    height: 5rem;
    margin-top: auto;
    line-height: 22px;
}

.logo-item {
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

    .logo-item:hover {
        opacity: 1;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

.post-prev-img {
    position: relative;
}

    .post-prev-img a {
        -webkit-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
        -moz-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
        -o-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
        -ms-transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
        transition: all 0.2s cubic-bezier(0.3, 0.1, 0.58, 1);
    }

        .post-prev-img a:hover {
            opacity: 0.85;
        }

    .post-prev-img img {
        width: 100%;
    }

.post-prev-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
}

    .post-prev-title a {
        color: #000;
        text-decoration: none;
        -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    }

        .post-prev-title a:hover {
            color: #111;
        }

.post-prev-info,
.post-prev-info a {
    margin-bottom: 15px;
    font-size: 11px;
    text-decoration: none;
    color: #aaa;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

    .post-prev-info a:hover {
        color: #111;
    }

.post-prev-text {
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.post-readmore a {
    color: #0a5a94;
}

.newsletter-label {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.newsletter .form-control {
    background-color: #686868;
    border: none;
    color: #fff !important;
    font-size: 16px;
    text-transform: none;
}

.contact-item {
    position: relative;
    padding-left: 70px;
    padding-top: 18px;
    color: #444;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

    .contact-item a {
        color: #444;
        text-decoration: none;
    }

        .contact-item a:hover {
            color: #000;
            text-decoration: none;
        }

.ci-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 10px;
    left: 3px;
    color: #fff;
    text-align: center;
    line-height: 55px;
}

    .ci-icon:before {
        content: " ";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #2a2a2a;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
    }

    .ci-icon i,
    .ci-icon span {
        position: relative;
        font-size: 25px;
    }

.ci-title {
    margin-bottom: 1px;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.ci-text {
    font-size: 16px;
    font-weight: 400;
    color: #fafafa;
    opacity: 0.7;
}

.cf-left-col {
    width: 49.4%;
    float: left;
    margin-right: 1.2%;
}

.cf-right-col {
    width: 49.4%;
    float: left;
}

.contact-form .form-group {
    margin-bottom: 10px;
}

.google-map {
    position: relative;
    background: #111;
}

#map-canvas {
    height: 410px;
    position: relative;
    background-color: #111 !important;
    z-index: 1;
}

.gm-style-cc {
    display: none !important;
}

.gm-style-iw div {
    color: #777;
}

.map-section {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 !important;
    background: rgba(17, 17, 17, 0.93);
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

    .map-section:hover {
        background: rgba(17, 17, 17, 0.9);
    }

.map-toggle {
    width: 200px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -100px;
    color: #fff;
    text-align: center;
}

.mt-icon {
    width: 27px;
    height: 27px;
    line-height: 27px;
    margin: 6px auto 25px;
    position: relative;
    color: #111;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

    .mt-icon:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mt-icon i,
    .mt-icon span {
        position: relative;
    }

.mt-text {
    margin-left: 12px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: rgba(255, 255, 255, 0.75);
}

.mt-close {
    display: none;
}

.map-section.js-active {
    height: 50px;
    background: rgba(17, 17, 17, 0.75);
}

    .map-section.js-active:hover {
        background: rgba(17, 17, 17, 0.85);
    }

    .map-section.js-active .mt-icon {
        opacity: 0;
    }

    .map-section.js-active .mt-text {
        position: relative;
        top: -20px;
    }

.footer a {
    color: #fafafa;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

    .footer a:hover {
        color: #e42326;
        text-decoration: none;
    }

.footer-copy {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #f5f5f5;
    opacity: 0.6;
    text-transform: none;
    letter-spacing: 0;
}

.footer-dev {
    text-align: right;
    font-size: 14px;
    color: #f5f5f5;
    opacity: 0.6;
    text-transform: none;
    letter-spacing: 0;
}

    .footer-dev img {
        max-width: 50px;
    }

.footer-text {
    text-align: center;
}

    .footer-text a {
        font-size: 14px;
        color: #f5f5f5;
    }

.footer-social-links {
    font-size: 25px;
    display: flex;
    justify-content: end;
}

    .footer-social-links a {
        font-size: 21px;
        width: 25px;
        height: 25px;
        line-height: 25px !important;
        position: relative;
        margin: 0 6px;
        text-align: center;
        display: inline-block;
        color: #fff;
        -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    }

        .footer-social-links a i,
        .footer-social-links a span {
            position: relative;
            top: 0;
            left: 0;
        }

        .footer-social-links a:hover {
            color: #e42326;
        }

a.link-to-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.social-links {
    font-size: 14px;
}

    .social-links a {
        width: 30px;
        height: 30px;
        line-height: 30px !important;
        position: relative;
        margin-right: 20px;
        text-align: center;
        display: inline-block;
        color: #fff;
        -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    }

.blog-item {
    margin-bottom: 80px;
    position: relative;
}

.blog-item-date {
    width: 100px;
    padding: 10px;
    position: absolute;
    top: 0;
    left: -130px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    color: #999;
    border-right: 1px solid #eee;
}

.date-num {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 400;
    color: #555;
}

.blog-media {
    margin-bottom: 30px;
}

    .blog-media .video,
    .blog-media iframe,
    .blog-media img {
        width: 100%;
    }

.blog-item-title {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

    .blog-item-title a {
        color: #111;
        text-decoration: none;
    }

        .blog-item-title a:hover {
            color: #777;
            text-decoration: none;
        }

.blog-item-data {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #aaa;
}

.separator {
    margin: 0 5px;
}

.blog-item-data a {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .blog-item-data a:hover {
        color: #000;
        text-decoration: none;
    }

.blog-post-data {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #aaa;
}

.blog-item-body {
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
    line-height: 1.8;
}

    .blog-item-body h1,
    .blog-item-body h2,
    .blog-item-body h3,
    .blog-item-body h4,
    .blog-item-body h5,
    .blog-item-body h6 {
        margin: 1.3em 0 0.5em 0;
    }

.blog-item-more {
    border: 1px solid #eaeaea;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #777;
    letter-spacing: 1px;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .blog-item-more:hover {
        text-decoration: none;
        border-color: #111;
    }

a.blog-item-more {
    color: #777;
    text-decoration: none;
}

    a.blog-item-more:hover {
        color: #111;
    }

.blog-item-q {
    background: 0 0;
    border: none;
    padding: 0;
    margin: 1em 0;
}

    .blog-item-q p {
        position: relative;
        background: #f8f8f8;
        padding: 17px 20px;
        font-size: 18px;
        font-weight: 300;
        font-style: normal;
        letter-spacing: 0;
    }

        .blog-item-q p a {
            color: #555;
            text-decoration: none;
            -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        }

            .blog-item-q p a:hover,
            .blog-item-q:hover a {
                text-decoration: none;
                color: #777;
            }

        .blog-item-q p:after,
        .blog-item-q p:before {
            -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        }

        .blog-item-q p:before {
            content: '"';
            position: absolute;
            top: 10px;
            left: 10px;
        }

        .blog-item-q p:after {
            content: '"';
        }

        .blog-item-q p:hover:after,
        .blog-item-q p:hover:before {
            color: #777;
        }

.blog-page-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.pagination {
    font-size: 13px;
}

    .pagination a {
        display: inline-block;
        min-width: 30px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 7px 14px;
        border: 1px solid #eaeaea;
        color: #999;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

    .pagination .fa {
        margin-top: 1px;
        font-size: 16px;
    }

    .pagination a:hover {
        text-decoration: none;
        border-color: #bbb;
        color: #444;
    }

    .pagination a.active,
    .pagination a.active:hover {
        border-color: #bbb;
        color: #444;
        cursor: default;
    }

    .pagination a.no-active,
    .pagination a.no-active:hover {
        border-color: #efefef;
        color: #bbb;
        cursor: default;
    }

.comment-item {
    padding-top: 30px !important;
    border-top: 1px dotted #e9e9e9;
    font-size: 14px;
    overflow: hidden;
}

    .comment-item:first-child {
        padding-top: 0;
        border-top: none;
    }

.media-body {
    overflow: hidden;
}

.comment-avatar {
    width: 50px;
    margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.comment-item-data {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #777;
}

    .comment-item-data a {
        color: #777;
        text-decoration: none;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

        .comment-item-data a:hover {
            color: #000;
            text-decoration: none;
        }

.comment-author {
    display: inline-block;
    margin-right: 20px;
    font-size: 11px;
    font-weight: 700;
}

    .comment-author a {
        color: #999;
    }

.sidebar {
    margin-top: 10px;
}

.widget {
    margin-bottom: 60px;
}

    .widget .img-left {
        margin: 0 10px 10px 0;
    }

    .widget .img-right {
        margin: 0 0 10px 10px;
    }

.widget-title {
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
}

.widget-body {
    font-size: 13px;
    color: #777;
}

.widget-text {
    line-height: 1.7;
}

.footer-widgets {
    margin-bottom: 40px;
}

    .footer-widgets ul {
        padding: 0;
        margin: 0;
    }

        .footer-widgets ul li {
            list-style: none;
            padding: 4px 0;
        }

            .footer-widgets ul li a {
                color: #c3c3c3;
                font-weight: 500;
                font-size: 13px;
            }

.search-wrap {
    position: relative;
}

.search-field {
    width: 100% !important;
    height: 40px !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-button {
    width: 42px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    right: 1px;
    overflow: hidden;
    background: 0 0;
    border: none;
    outline: 0;
    color: #999;
    font-size: 14px;
}

    .search-button:hover {
        color: #111;
    }

        .search-button:hover + .search-field {
            border-color: #ccc;
        }

.widget-menu {
    font-size: 13px;
}

    .widget-menu li {
        padding: 5px 0;
    }

        .widget-menu li a {
            color: #555;
            text-decoration: none;
            padding-bottom: 2px;
            text-decoration: none;
            border-bottom: 1px solid transparent;
            -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
        }

            .widget-menu li a.active,
            .widget-menu li a:hover {
                color: #999;
            }

        .widget-menu li small {
            font-size: 11px;
            color: #aaa;
        }

.tags a {
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 5px 7px;
    border: 1px solid #e9e9e9;
    color: #777;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .tags a:hover {
        text-decoration: none;
        border-color: #333;
        color: #111;
    }

.widget-comments {
    color: #aaa;
}

    .widget-comments li {
        padding: 12px 0;
        border-bottom: 1px dotted #eaeaea;
    }

        .widget-comments li a {
            color: #555;
            text-decoration: none;
            -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
        }

            .widget-comments li a:hover {
                color: #999;
            }

.widget-posts {
    color: #aaa;
}

    .widget-posts li {
        font-size: 12px;
        padding: 12px 0;
        border-bottom: 1px dotted #eaeaea;
    }

        .widget-posts li a {
            font-size: 13px;
            display: block;
            color: #555;
            text-decoration: none;
            -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
            transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
        }

            .widget-posts li a:hover {
                color: #999;
            }

.widget-posts-img {
    float: left;
    margin: 0 7px 0 0;
}

.widget-posts-descr {
    overflow: hidden;
}

.shopping-cart-table a {
    text-decoration: none;
}

table.shopping-cart-table tr td,
table.shopping-cart-table tr th {
    vertical-align: middle;
}

.pricing-item {
    margin: 0 0 30px;
    position: relative;
    text-align: center;
}

.pricing-item-inner {
    border: 1px solid #eaeaea;
    vertical-align: middle;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .pricing-item-inner:hover {
        border-color: #aaa;
    }

.main .pricing-item-inner {
    border-color: #aaa;
}

.pricing-wrap {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    overflow: hidden;
}

.pricing-icon {
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 32px;
    z-index: 1;
}

.pricing-title {
    position: relative;
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.pr-list {
    margin: 0 -20px 30px;
    padding: 0;
    color: #777;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .pr-list li {
        padding: 12px 20px;
        list-style: none;
        border-bottom: 1px solid #f1f1f1;
    }

        .pr-list li:first-child {
            border-top: 1px solid #f1f1f1;
        }

.pricing-num {
    font-size: 40px;
    font-weight: 300;
    line-height: 1;
}

    .pricing-num sup {
        font-size: 18px;
        font-weight: 400;
        position: relative;
        top: -20px;
        left: -3px;
        margin-left: -7px;
    }

.pr-button {
    margin: 30px -20px 0;
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
}

.pr-per {
    color: #999;
    font-size: 12px;
}

.margin-block {
    margin-bottom: 30px;
}

.owl-carousel {
    overflow: visible;
}

.owl-buttons {
    position: static;
}

.owl-next,
.owl-prev {
    opacity: 1;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #393939;
    z-index: 6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.owl-prev {
    left: -50px;
}

.owl-next {
    right: -50px;
}

    .owl-next:before,
    .owl-prev:before {
        content: "";
        display: block;
        width: 66%;
        height: 66%;
        position: absolute;
        top: 17px;
        left: 0;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

    .owl-next:before {
        left: auto;
        right: 0;
    }

    .owl-next .fa,
    .owl-prev .fa {
        position: relative;
    }

    .owl-next:hover,
    .owl-prev:hover {
        -webkit-transition: 0 none !important;
        -moz-transition: 0 none !important;
        -ms-transition: 0 none !important;
        -o-transition: 0 none !important;
        transition: 0 none !important;
    }

        .owl-next:hover:before,
        .owl-prev:hover:before {
            opacity: 0.87;
        }

    .owl-next:active:before,
    .owl-prev:active:before {
        opacity: 0.6;
    }

.owl-carousel:hover .owl-prev {
    opacity: 1;
    left: -35px;
}

.owl-carousel:hover .owl-next {
    opacity: 1;
    right: -35px;
}

.owl-pagination {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.fullwidth-slider .owl-pagination {
    bottom: -60px;
}

.owl-page {
    display: inline-block;
    padding: 6px 8px;
    position: relative;
}

    .owl-page span {
        width: 20px;
        height: 11px;
        display: block;
        background: #fafafa;
        position: relative;
        z-index: 1000 !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

    .owl-page:hover span {
        background: #dd2326;
    }

    .owl-page.active span {
        background: #dd2326;
        -webkit-transform: scaleX(1.3333333);
        -moz-transform: scaleX(1.3333333);
        -o-transform: scaleX(1.3333333);
        -ms-transform: scaleX(1.3333333);
        transform: scaleX(1.3333333);
    }

.team-grid .owl-controls {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.team-grid .owl-buttons {
    text-align: center;
    position: relative;
}

.team-grid .owl-prev {
    margin-top: 40px;
}

.team-grid .owl-next {
    margin-top: 40px;
}

.item-carousel .owl-prev {
    left: -45px;
}

.item-carousel .owl-next {
    right: -45px;
}

section:hover .item-carousel.owl-carousel .owl-prev {
    opacity: 1;
    left: -45px;
}

section:hover .item-carousel.owl-carousel .owl-next {
    opacity: 1;
    right: -45px;
}

.item-carousel {
    margin-bottom: -50px;
    padding-bottom: 50px;
}

    .item-carousel .owl-pagination {
        bottom: 0;
    }

.customer-carousel .owl-prev {
    left: -80px;
}

.customer-carousel .owl-next {
    right: -80px;
}

section:hover .customer-carousel.owl-carousel .owl-prev {
    opacity: 1;
    left: -80px;
}

section:hover .customer-carousel.owl-carousel .owl-next {
    opacity: 1;
    right: -80px;
}

.customer-carousel {
    margin-bottom: -50px;
    padding-bottom: 50px;
}

    .customer-carousel .owl-pagination {
        bottom: 0;
    }

.coverage-carousel .owl-prev {
    left: -45px;
    background-color: transparent;
    margin-top: -20px;
}

.coverage-carousel .owl-next {
    right: -45px;
    background-color: transparent;
    margin-top: -20px;
}

section:hover .coverage-carousel.owl-carousel .owl-prev {
    opacity: 1;
    left: -45px;
}

section:hover .coverage-carousel.owl-carousel .owl-next {
    opacity: 1;
    right: -45px;
}

.coverage-carousel {
    margin-bottom: 0;
    padding-bottom: 0;
}

    .coverage-carousel .owl-pagination {
        bottom: -10px;
    }

.industries-carousel .owl-prev {
    left: -45px;
    background-color: transparent;
    margin-top: -20px;
}

.industries-carousel .owl-next {
    right: -45px;
    background-color: transparent;
    margin-top: -20px;
}

section:hover .industries-carousel.owl-carousel .owl-prev {
    opacity: 1;
    left: -45px;
}

section:hover .industries-carousel.owl-carousel .owl-next {
    opacity: 1;
    right: -45px;
}

.industries-carousel {
    margin-bottom: 0;
    padding-bottom: 0;
}

    .industries-carousel .owl-pagination {
        bottom: -10px;
    }

.content-slider .owl-pagination,
.work-full-slider .owl-pagination {
    bottom: -35px;
}

.single-carousel,
.small-item-carousel {
    margin-bottom: 35px;
}

    .single-carousel .owl-pagination,
    .small-item-carousel .owl-pagination {
        position: relative;
        left: 0;
        top: 35px;
        margin: 0;
    }

    .single-carousel.black .owl-page span,
    .small-item-carousel.black .owl-page span {
        background: rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .single-carousel.black .owl-page:hover span,
    .small-item-carousel.black .owl-page:hover span {
        background: rgba(0, 0, 0, 0.4);
    }

    .single-carousel.black .owl-page.active span,
    .small-item-carousel.black .owl-page.active span {
        background: rgba(0, 0, 0, 0.4);
    }

    .single-carousel.black .owl-next,
    .single-carousel.black .owl-prev,
    .small-item-carousel.black .owl-next,
    .small-item-carousel.black .owl-prev {
        color: rgba(0, 0, 0, 0.2);
        text-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .single-carousel.black .owl-next:hover,
        .single-carousel.black .owl-prev:hover,
        .small-item-carousel.black .owl-next:hover,
        .small-item-carousel.black .owl-prev:hover {
            color: rgba(0, 0, 0, 0.35);
        }

    .single-carousel .owl-prev,
    .small-item-carousel .owl-prev {
        left: -125px;
    }

    .single-carousel .owl-next,
    .small-item-carousel .owl-next {
        right: -125px;
    }

section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev {
    opacity: 1;
    left: -80px;
}

section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next {
    opacity: 1;
    right: -80px;
}

.black-arrows .owl-next,
.black-arrows .owl-prev {
    color: #fff;
}

    .black-arrows .owl-next:before,
    .black-arrows .owl-prev:before {
        background: #000;
    }

.tpl-tabs {
    border-color: #e5e5e5;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .tpl-tabs > li > a {
        text-decoration: none;
        color: #777;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .tpl-tabs > li > a:hover {
            background-color: #f5f5f5;
        }

    .tpl-tabs li.active a {
        color: #000;
    }

.tpl-tabs-cont {
    padding: 30px 0;
    color: #777;
    line-height: 1.8;
}

.tpl-minimal-tabs {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    border: none;
}

    .tpl-minimal-tabs > li {
        padding: 0 30px;
        background: 0 0 !important;
    }

        .tpl-minimal-tabs > li > a {
            padding: 6px 20px 5px;
            text-decoration: none;
            color: #000;
            background: 0 0;
            border: 1px solid transparent;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }

            .tpl-minimal-tabs > li > a:hover {
                background: 0 0;
                border-color: #e9e9e9;
                color: #777;
            }

    .tpl-minimal-tabs li.active a,
    .tpl-minimal-tabs li.active a:hover {
        border: 1px solid #222 !important;
        background: 0 0 !important;
        color: #000;
        cursor: default;
    }

.tpl-alt-tabs {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.4em;
    border: none;
}

    .tpl-alt-tabs > li {
        display: inline-block;
        float: left;
        padding: 0;
        background: 0 0 !important;
    }

        .tpl-alt-tabs > li > a {
            text-decoration: none;
            color: #a3a3a3;
            background: 0 0 !important;
            border: none !important;
            -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

            .tpl-alt-tabs > li > a:hover {
                background: 0 0;
                color: #111;
            }

    .tpl-alt-tabs li.active a,
    .tpl-alt-tabs li.active a:focus,
    .tpl-alt-tabs li.active a:hover {
        cursor: default;
        color: #111;
    }

.alt-tabs-icon {
    display: block;
    margin-bottom: 12px;
    font-size: 48px;
    letter-spacing: 0;
}

.alert {
    margin: 0 auto 20px;
    padding: 14px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: none;
    color: #232323;
    font-weight: 500;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.success {
    border-color: #a9e2c2;
    color: #36a367;
}

.info {
    border-color: #9ecdfc;
    color: #297ad3;
}

.notice {
    border-color: #f9ce75;
    color: #e9a00a;
}

.error {
    border-color: #fbb;
    color: #e33131;
}

.accordion > dt {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

    .accordion > dt > a {
        display: block;
        position: relative;
        color: #777;
        text-decoration: none;
        padding: 14px 20px;
        border: 1px solid #e5e5e5;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

        .accordion > dt > a:hover {
            text-decoration: none;
            border-color: #ddd;
            background-color: #fcfcfc;
            color: #444;
        }

        .accordion > dt > a.active {
            color: #000;
            border-color: #ddd;
            background-color: #fcfcfc;
            cursor: default;
        }

        .accordion > dt > a:after {
            content: "f107";
            width: 15px;
            height: 15px;
            margin-top: -8px;
            position: absolute;
            top: 50%;
            right: 10px;
            font-family: FontAwesome;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            font-size: 15px;
            line-height: 15px;
            text-align: center;
            color: #999;
            -webkit-font-smoothing: antialiased;
            -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        }

        .accordion > dt > a.active:after,
        .accordion > dt > a.active:hover:after {
            content: "f106";
            color: #111;
        }

        .accordion > dt > a:hover:after {
            color: #444;
        }

.accordion > dd {
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}

.toggle > dt {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

    .toggle > dt > a {
        display: block;
        position: relative;
        color: #777;
        text-decoration: none;
        padding: 14px 20px;
        border: 1px solid #e5e5e5;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

        .toggle > dt > a:hover {
            text-decoration: none;
            border-color: #ddd;
            background-color: #fcfcfc;
            color: #444;
        }

        .toggle > dt > a.active {
            color: #000;
            border-color: #ddd;
            background-color: #fcfcfc;
        }

        .toggle > dt > a:after {
            content: "f107";
            width: 15px;
            height: 15px;
            margin-top: -8px;
            position: absolute;
            top: 50%;
            right: 10px;
            font-family: FontAwesome;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            font-size: 15px;
            line-height: 15px;
            text-align: center;
            color: #999;
            -webkit-font-smoothing: antialiased;
            -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
            transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        }

        .toggle > dt > a.active:after,
        .toggle > dt > a.active:hover:after {
            content: "f106";
            color: #111;
        }

        .toggle > dt > a:hover:after {
            color: #444;
        }

.toggle > dd {
    margin-bottom: 10px;
    padding: 10px 20px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}

.tpl-progress {
    margin-top: 10px;
    margin-bottom: 50px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: visible;
    height: 2px;
    background: #f0f0f0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .tpl-progress .progress-bar {
        padding-top: 2px;
        position: relative;
        overflow: visible;
        background-color: #222;
        font-size: 11px;
        color: #000;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .tpl-progress .progress-bar > span {
            display: inline-block;
            min-width: 24px;
            height: 24px;
            padding: 0 3px;
            position: absolute;
            top: 0;
            right: -5px;
            text-align: center;
            line-height: 23px;
            letter-spacing: 0;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
        }

.progress-color .progress-bar {
    background-color: #e41919;
    color: #e41919;
}

    .progress-color .progress-bar > span {
        background-color: #e41919;
        color: #fff;
    }

.tpl-progress-alt {
    background: #f2f2f2;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .tpl-progress-alt .progress-bar {
        padding-left: 5px;
        padding-right: 5px;
        position: relative;
        overflow: visible;
        background-color: #222;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #fff;
        text-align: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

.highlight pre {
    border-color: #eaeaea;
    background: #fcfcfc;
    color: #555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.fa-examples {
    color: #555;
    margin-left: 1px;
}

    .fa-examples > div {
        padding: 0;
        border: 1px solid #e5e5e5;
        margin: -1px 0 0 -1px;
        font-size: 13px;
    }

        .fa-examples > div:hover {
            background: #f0f0f0;
            color: #000;
        }

        .fa-examples > div > i {
            display: inline-block;
            margin-right: 5px;
            min-width: 40px;
            min-height: 40px;
            border-right: 1px solid #f1f1f1;
            line-height: 40px;
            text-align: center;
            font-size: 14px;
        }

        .fa-examples > div > .muted {
            margin-left: 5px;
            color: #999;
            font-size: 12px;
        }

.fa-sm {
    width: 20px;
    font-size: 14px;
}

.et-examples {
    color: #555;
    margin-left: 1px;
    vertical-align: middle;
}

    .et-examples .box1 {
        display: block;
        width: 33%;
        float: left;
        padding: 0;
        border: 1px solid #e5e5e5;
        margin: -1px 0 0 -1px;
        font-size: 13px;
    }

@media only screen and (max-width: 1024px) {
    .et-examples .box1 {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .et-examples .box1 {
        width: 100%;
    }
}

.et-examples .box1:hover {
    background: #f8f8f8;
    color: #111;
}

.et-examples .box1 > span {
    display: inline-block;
    margin-right: 5px;
    min-width: 70px;
    min-height: 70px;
    border-right: 1px solid #f1f1f1;
    line-height: 70px;
    text-align: center;
    font-size: 32px;
}

.intro-image {
    width: 100%;
}

.intro-label {
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.label-new {
    background: #f32929;
    color: #fff;
    padding: 2px 3px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.label-for-button {
    position: absolute;
    top: -5px;
    right: -5px;
}

.intro-label-round {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -5px;
    right: -5px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    line-height: 50px;
    background: #f32929;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.magazine-logo-text {
    margin-top: 0;
    position: relative;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    line-height: 1.8;
}

.blog-posts-carousel-item {
    padding-bottom: 20px;
}

    .blog-posts-carousel-item .post-prev-info,
    .blog-posts-carousel-item .post-prev-title {
        padding: 0 10px;
    }

.blog-post-prev-small {
    color: #aaa;
    font-size: 12px;
    padding: 12px 0;
    border-top: 1px dotted #eaeaea;
}

    .blog-post-prev-small a {
        font-size: 13px;
        display: block;
        color: #555;
        text-decoration: none;
        -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    }

        .blog-post-prev-small a:hover {
            color: #999;
        }

.blog-posts-carousel-alt li img {
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.blog-posts-carousel-alt li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 5s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 5s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 5s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 5s cubic-bezier(0, 0, 0.58, 1);
    transition: all 5s cubic-bezier(0, 0, 0.58, 1);
}

.blog-slide-info {
    width: 100%;
    padding: 30px 30px 30px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient( linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)) );
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) );
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    background-color: rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0.65);
}

.blog-slide-title {
    margin-bottom: 6px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

    .blog-slide-title a {
        display: block;
        color: rgba(255, 255, 255, 0.85);
        text-decoration: none;
        -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
        transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    }

        .blog-slide-title a:hover {
            color: #fff;
        }

.blog-slide-data {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}

    .blog-slide-data a {
        color: rgba(255, 255, 255, 0.65);
        text-decoration: none;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

        .blog-slide-data a:hover {
            color: #fff;
            text-decoration: none;
        }

.play-video-link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #111;
}

    .play-video-link:focus,
    .play-video-link:hover {
        color: #777;
        text-decoration: none;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

    .play-video-link .fa {
        vertical-align: middle;
    }

.download-button {
    display: inline-block;
    position: relative;
    padding: 13px 20px 13px 55px;
    border: 2px solid #111;
    text-align: left;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .download-button:focus,
    .download-button:hover {
        text-decoration: none;
        color: #111;
        opacity: 0.6;
    }

.db-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
}

.db-title {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

.db-descr {
    display: block;
    font-size: 11px;
    color: #777;
    font-weight: 400;
}

.fullwidth-slideshow {
    cursor: grab;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.fullwidth-slideshow-pager-wrap {
    cursor: default;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 60px 0 20px 0;
    z-index: 25;
    background: -webkit-gradient( linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)) );
    background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65) );
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    background-color: rgba(0, 0, 0, 0);
}

    .fullwidth-slideshow-pager-wrap .owl-item {
        opacity: 0.7;
        -webkit-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
    }

        .fullwidth-slideshow-pager-wrap .owl-item:hover {
            opacity: 1;
        }

        .fullwidth-slideshow-pager-wrap .owl-item.synced {
            opacity: 1;
        }

.fsp-item {
    margin: 0 2px;
    cursor: pointer;
}

    .fsp-item:active {
        -webkit-transform: scale(0.98);
        -moz-transform: scale(0.98);
        -o-transform: scale(0.98);
        -ms-transform: scale(0.98);
        transform: scale(0.98);
    }

    .fsp-item img {
        width: 100%;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -border-radius: 2px;
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
    }

.side-panel-is-left {
    margin-left: 270px;
}

.sp-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(10, 10, 10, 0.85);
    cursor: crosshair;
    z-index: 1030;
}

.side-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    padding-bottom: 60px;
    overflow-y: auto;
    color: rgba(255, 255, 255, 0.65);
    background: #151515;
    text-align: center;
    z-index: 1031;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sp-close-button {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

    .sp-close-button:hover {
        opacity: 0.75;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sp-close-button:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #fff;
    }

    .sp-close-button:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 14px;
        margin: -7px 0 0 -1px;
        background: #fff;
    }

.sp-button {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 54px;
    height: 54px;
    background: #111;
    opacity: 0.85;
    text-indent: -12345px;
    z-index: 1030;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: opacity 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .sp-button:hover {
        opacity: 1;
    }

    .sp-button span {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 -11px;
        -webkit-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
        transition: all 70ms cubic-bezier(0, 0, 0.58, 1);
    }

        .sp-button span:after,
        .sp-button span:before {
            content: "";
            display: block;
            width: 100%;
            height: 2px;
            background: #fff;
            position: absolute;
            top: -6px;
            left: 0;
            -webkit-transition: top 70ms cubic-bezier(0, 0, 0.58, 1), bottom 70ms cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 70ms;
            -moz-transition: top 70ms cubic-bezier(0, 0, 0.58, 1), bottom 70ms cubic-bezier(0, 0, 0.58, 1), -moz-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 70ms;
            -o-transition: top 70ms cubic-bezier(0, 0, 0.58, 1), bottom 70ms cubic-bezier(0, 0, 0.58, 1), -o-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 70ms;
            -ms-transition: top 70ms cubic-bezier(0, 0, 0.58, 1), bottom 70ms cubic-bezier(0, 0, 0.58, 1), -ms-transform 0.2s cubic-bezier(0, 0, 0.58, 1) 70ms;
            transition: top 70ms cubic-bezier(0, 0, 0.58, 1), bottom 70ms cubic-bezier(0, 0, 0.58, 1), transform 0.2s cubic-bezier(0, 0, 0.58, 1) 70ms;
        }

        .sp-button span:after {
            top: auto;
            bottom: -6px;
        }

.sp-logo-wrap .logo {
    display: block;
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .sp-logo-wrap .logo img {
        max-width: 100%;
    }

.sp-menu-links,
.sp-menu-links ul {
    margin: 0;
    padding: 10px 0;
    line-height: 1.3;
    text-align: center;
}

    .sp-menu-links ul.sp-sub {
        padding: 0;
    }

    .sp-menu-links a {
        display: block;
        position: relative;
        margin: 0;
        padding: 15px 20px;
        color: #999;
        font-size: 14px;
        letter-spacing: 2px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        z-index: 11;
    }

        .no-touch .sp-menu-links a:hover,
        .sp-menu-links a:active,
        .sp-menu-links li.js-opened > a {
            color: #d5d5d5;
            text-decoration: none;
        }

.no-touch .sp-menu-links a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.sp-menu-links li {
    margin: 0;
    padding: 0;
    position: relative;
}

    .sp-menu-links li a.active,
    .sp-menu-links li > a:active {
        color: #f5f5f5;
    }

    .sp-menu-links li.js-opened:before {
        display: none;
    }

    .no-touch .sp-menu-links li.js-opened > a:hover,
    .sp-menu-links li.js-opened > a:active {
        color: #fff;
    }

.sp-has-sub .fa {
    font-size: 14px;
}

.js-opened > .sp-has-sub > .fa {
    color: #fff;
}

.sp-sub {
    display: none;
    opacity: 0;
    position: relative;
}

    .sp-sub > li > a {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 13px;
        font-weight: 400;
    }

.sp-menu-links li.js-opened .sp-sub {
    opacity: 1;
}

.sp-search {
    width: 100%;
}

    .sp-search input.search-field {
        background: 0 0;
        color: #555;
        text-align: center;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

        .sp-search input.search-field:hover {
            border: none;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        }

        .sp-search input.search-field:focus {
            color: #999;
            border-color: rgba(255, 255, 255, 0.7);
        }

    .sp-search .search-button:hover {
        color: #fff;
    }

.sp-social-links {
    position: fixed;
    bottom: 0;
    left: 0;
    width: inherit;
    padding: 10px 10px 30px 10px;
    font-size: 14px;
    text-align: center;
    background: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1032;
}

    .sp-social-links > a {
        display: inline-block;
        margin: 0 2px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        text-align: center;
        text-decoration: none;
        color: #555;
        -webkir-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    }

        .sp-social-links > a:hover {
            border-color: rgba(255, 255, 255, 0.3);
            color: #999;
        }

.side-panel.white {
    color: rgba(0, 0, 0, 0.65) !important;
    background: #fafafa;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

    .side-panel.white .sp-close-button {
        border: 1px solid rgba(0, 0, 0, 0.5);
    }

        .side-panel.white .sp-close-button:before {
            background: #000;
        }

        .side-panel.white .sp-close-button:after {
            background: #000;
        }

    .side-panel.white .sp-menu-links a {
        color: #777;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
    }

    .side-panel.white .sp-menu-links li {
        border-top: 1px solid rgba(0, 0, 0, 0.04);
    }

        .side-panel.white .sp-menu-links li:last-child {
            border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        }

        .no-touch .side-panel.white .sp-menu-links a:hover,
        .side-panel.white .sp-menu-links a:active,
        .side-panel.white .sp-menu-links li.js-opened > a {
            color: #111;
            text-decoration: none;
        }

.no-touch .side-panel.white .sp-menu-links a:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.side-panel.white .sp-menu-links li a.active,
.side-panel.white .sp-menu-links li > a:active {
    color: #111;
}

.no-touch .side-panel.white .sp-menu-links li.js-opened > a:hover,
.side-panel.white .sp-menu-links li.js-opened > a:active {
    color: #111;
}

.side-panel.white .js-opened > .sp-has-sub > .fa {
    color: #333;
}

.side-panel.white .sp-sub > li {
    border: none !important;
}

.side-panel.white .sp-social-links > a {
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.4);
}

    .side-panel.white .sp-social-links > a:hover {
        border-color: rgba(0, 0, 0, 0.3);
        color: rgba(0, 0, 0, 0.75);
    }

.tilt-wrap {
    width: 100%;
    position: relative;
}

.tilt {
    overflow: visible;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.tilt__back,
.tilt__front {
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tilt__back {
    position: relative;
}

.tilt__front {
    position: absolute;
    top: 0;
    left: 0;
}

.countdown {
    display: inline-block;
}

    .countdown > li {
        float: left;
        margin: 0 30px;
    }

.countdown-number {
    position: relative;
    display: block;
    width: 94px;
    height: 94px;
    color: #111;
    font-size: 36px;
    text-align: center;
    line-height: 84px;
}

    .countdown-number > span {
        position: relative;
        z-index: 2;
    }

    .countdown-number > b {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 20px;
        left: 0;
        font-size: 10px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
        line-height: 1;
        color: #999;
        z-index: 2;
    }

    .countdown-number:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.95);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }

.countdown.dark .countdown-number {
    color: #fff;
}

    .countdown.dark .countdown-number > b {
        color: #aaa;
    }

    .countdown.dark .countdown-number:before {
        background: rgba(0, 0, 0, 0.8);
    }

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: left;
}

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: left;
}

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: left;
}

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: left;
}

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: left;
}

@media (min-width: 768px) {
    .multi-columns-row .col-xs-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-xs-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-xs-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-xs-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-xs-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .multi-columns-row .col-sm-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-sm-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-sm-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-sm-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-sm-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .multi-columns-row .col-md-6:nth-child(2n + 3) {
        clear: none;
    }

    .multi-columns-row .col-md-4:nth-child(3n + 4) {
        clear: none;
    }

    .multi-columns-row .col-md-3:nth-child(4n + 5) {
        clear: none;
    }

    .multi-columns-row .col-md-2:nth-child(6n + 7) {
        clear: none;
    }

    .multi-columns-row .col-md-1:nth-child(12n + 13) {
        clear: none;
    }

    .multi-columns-row .col-lg-6:nth-child(2n + 3) {
        clear: left;
    }

    .multi-columns-row .col-lg-4:nth-child(3n + 4) {
        clear: left;
    }

    .multi-columns-row .col-lg-3:nth-child(4n + 5) {
        clear: left;
    }

    .multi-columns-row .col-lg-2:nth-child(6n + 7) {
        clear: left;
    }

    .multi-columns-row .col-lg-1:nth-child(12n + 13) {
        clear: left;
    }
}

.customer-review {
    background-color: #202020;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 0 18px 5px rgb(19 19 19);
    margin: 40px 0;
}

    .customer-review .box1 {
        position: relative;
    }

        .customer-review .box1 img {
            border-radius: 15px;
        }

        .customer-review .box1 .text {
            color: #fff;
            opacity: 0.8;
            font-size: 16px;
            line-height: 1.4;
            text-align: left;
            font-weight: 600;
        }

    .customer-review .box2 {
        padding: 25px;
        text-align: left;
    }

        .customer-review .box2 .title {
            font-size: 20px;
            margin-bottom: 20px;
        }

            .customer-review .box2 .title i {
                padding-right: 25px;
                color: #fff;
                font-size: 35px;
            }

        .customer-review .box2 .desc {
            font-size: 14px;
            line-height: 1.6;
            color: #fafafa;
            opacity: 0.7;
            font-weight: 400;
        }

.border-r {
    border-radius: 10px;
}

.overlap {
    margin-right: -15%;
    z-index: 99;
    position: relative;
}

.play-button {
    background-image: url(../images/icons/play-icon.png);
    width: 90px;
    height: 90px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.product-info {
    background-color: #fff;
    border: 2px solid rgb(228 243 255);
    box-sizing: border-box;
    min-height: 450px;
    padding: 80px 40px 80px 80px;
    box-shadow: 0 0 18px 5px rgb(247 247 247);
    border-radius: 6px;
}

    .product-info .product-descr {
        color: #000;
        text-align: left;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.86;
    }

    .product-info .product-title {
        margin-bottom: 10px;
        font-size: 18px;
        text-align: left;
        color: #000;
        font-weight: 600;
        text-transform: none;
        letter-spacing: 0;
    }

.whitepaper {
    background-color: #fff;
    border: 2px solid rgb(228 243 255);
    box-sizing: border-box;
    margin-bottom: 30px;
    box-shadow: 0 0 18px 5px rgb(247 247 247);
    border-radius: 6px;
}

.whitepaper-content {
    padding: 30px;
}

.spotlight > .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 0 auto;
}

.spotlight.odd .image {
    right: 0;
}

.spotlight .image {
    border-radius: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 45%;
}

.image[data-position] img {
    -moz-object-fit: contain;
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image[data-position="top right"] img {
    -moz-object-position: center center;
    -webkit-object-position: center center;
    -ms-object-position: center center;
    object-position: center center;
}

.image img {
    display: block;
    max-width: 100%;
}

.trial-form {
    background: linear-gradient(180deg, #fff 0, #e8f0f4 100%);
    border-radius: 12px;
    position: relative;
    padding: 50px 60px;
    z-index: 99;
    border: 1px solid rgba(5, 101, 155, 0.5);
    transition: all 0.3s linear;
}

    .trial-form .form .form-check label {
        margin-bottom: 0;
    }

    .trial-form .info {
        font-size: 12px;
        color: #000;
    }

.trial-form-bg {
    background-image: url(../images/form-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -50px;
    right: -60px;
    display: block;
    width: 140px;
    height: 122px;
}

.award-info {
    font-size: 15px;
    color: #fafafa;
    opacity: 0.6;
    text-align: center;
}

.logo-item img {
    /* filter: grayscale(100%) */
}

.logo-item.alternate img {
    filter: contrast(5%);
}

.logo-item .logo1 {
    background-image: url("../images/clients/client-10.png");
    background-repeat: no-repeat;
    width: 230px;
    height: 120px;
}

    .logo-item .logo1:hover {
        background-image: url("../images/clients/client-10-hover.png");
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

.logo-item .logo2 {
    background-image: url("../images/clients/client-11.png");
    background-repeat: no-repeat;
    width: 230px;
    height: 120px;
}

    .logo-item .logo2:hover {
        background-image: url("../images/clients/client-11-hover.png");
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

.logo-item .logo3 {
    background-image: url("../images/clients/client-12.png");
    background-repeat: no-repeat;
    width: 230px;
    height: 120px;
}

    .logo-item .logo3:hover {
        background-image: url("../images/clients/client-12-hover.png");
        background-repeat: no-repeat;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

.logo-item img:hover {
    /* filter: grayscale(0); */
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

/* .grayscale img {
	filter: grayscale(100%)
} */

.title-separator {
    width: 90px;
    height: 7px;
    background: #e42326;
    background: -webkit-linear-gradient(to left, #b52324, #e42326);
    background: linear-gradient(to left, #b52324, #e42326);
    border-radius: 10px;
    margin-bottom: 10px;
}

.service img {
    border-radius: 8px;
}

.section-list ul {
    padding: 0;
    margin: 0;
}

    .section-list ul li {
        list-style: none;
        padding: 15px 0 15px 40px;
        color: #a2a2a2;
    }

.bullet-icon {
    background-image: url(../images/bullet.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    left: 15px;
}

.whatwedo-item {
    background-color: #1f1f1f;
    position: relative;
    padding: 25px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    min-height: 211px;
    color: #fff;
    box-shadow: 0 0 18px 5px rgb(19 19 19);
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.whatwedo-title {
    margin: 0 0 15px 0;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.whatwedo-desc {
    color: #fafafa;
    opacity: 0.7;
    font-size: 13px;
    font-weight: 400;
}

.sheader {
    width: 100%;
    z-index: 999;
    position: fixed;
    margin-top: 0;
    -webkit-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
    transition: height 0.27s cubic-bezier(0, 0, 0.58, 1);
}

    .sheader .menu-item {
        padding: 10px 0;
    }

        .sheader .menu-item.active {
            border-bottom: 3px solid #e42326;
        }

            .sheader .menu-item.active a {
                color: #fff;
                font-weight: 600;
                opacity: 1;
            }

    .sheader .menu-links {
        text-align: center;
    }

        .sheader .menu-links a {
            color: #fafafa;
            opacity: 0.7;
            text-transform: uppercase;
            font-size: 11px;
        }

.expertise-icon-left {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -11px;
    left: 14px;
    line-height: 55px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    border-radius: 8px;
    background: #e42326;
    background: -webkit-linear-gradient(to top, #b52324, #e42326);
    background: linear-gradient(to top, #b52324, #e42326);
    -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.expertise-title-left {
    margin: 0 0 30px 0;
    padding-left: 80px;
    padding-top: 5px;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.expertise-icon-right {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -11px;
    right: 0;
    line-height: 55px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    border-radius: 8px;
    background: #e42326;
    background: -webkit-linear-gradient(to top, #b52324, #e42326);
    background: linear-gradient(to top, #b52324, #e42326);
    -webkit-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.17s cubic-bezier(0, 0, 0.58, 1);
}

.expertise-title-right {
    margin: 0 0 30px 0;
    padding-right: 75px;
    padding-top: 5px;
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

#custom-button {
    padding: 5px 15px;
    color: #fff;
    font-size: 13px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
}

    #custom-button:hover {
        background: #e42326;
        background: -webkit-linear-gradient(to left, #b52324, #e42326);
        background: linear-gradient(to left, #b52324, #e42326);
    }

#custom-text {
    margin-left: 10px;
    color: #aaa;
    font-size: 13px;
}

.contact-info {
    background-color: rgba(11, 11, 11, 0.5);
    padding: 25px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px;
    font-weight: 500;
}

    .contact-info p {
        margin-bottom: 0;
    }

    .contact-info a span {
        text-transform: none;
    }

    .contact-info a {
        color: #fff;
    }

/* Changes Made */

.title-separator-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.op-1 {
    opacity: 1;
}

.changed-img {
    background-image: url(../images/ai-consulting-development.webp);
}

.changed-img-1 {
    background-image: url(../images/machine-learing-development.webp);
    background-size: cover;
}

.icon-in-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.3rem;
}

@media screen and (min-width: 1024px) {
    .icon-in-middle {
        padding: 0.5rem;
    }
}

@media (max-width: 768px) {
    .container1 {
        margin: 0 2rem; /* top/bottom: 0, left/right: 2rem */
    }
}

.btn-padding {
    padding: 5% 10%;
}

.padding-adj {
    padding-left: 40px;
}

/* For making Background Dark Black */

.bg-black-dark {
    background: #000;
}

/* For Blog Post Images */

.blog-post img {
    border-radius: 8px;
    min-height: 200px;
    max-height: 200px;
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
    /* background: #fff; */
}

/* custom heading section */
.custom-heading {
    font-size: 3.88rem; /* 62px */
    font-weight: 700;
    line-height: 4.5rem; /* 72px */
    letter-spacing: 0.0775rem; /* 1.24px */
    /*text-transform: uppercase;*/
}
/* Responsive Font Sizes */
@media (min-width: 1201px) {
    .custom-heading {
        font-size: 3.88rem; /* 62px */
        line-height: 4.5rem; /* 72px */
    }
}

@media (max-width: 1200px) {
    .custom-heading {
        font-size: 3.5rem; /* 56px */
        line-height: 4.2rem; /* 67px */
    }
}

@media (max-width: 992px) {
    .custom-heading {
        font-size: 3rem; /* 48px */
        line-height: 3.8rem; /* 60px */
    }
}


@media (max-width: 576px) {
    .custom-heading {
        font-size: 2rem; /* 32px */
        line-height: 2.8rem; /* 45px */
    }
}

@media (max-width: 400px) {
    .custom-heading {
        margin-top: 15px;
        font-size: 1.35rem;
        line-height: 2.0rem;
    }
}

/* Layout Styling */
.experience-section {
    background-color: #000;
    margin-top: -33px;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Left Image */
.image-left {
    height: 278px !important;
    border-radius: 15px;
    width: 344px;
}

/* Middle Red Box */
.stats-box {
    width: 594px;
    height: 548px;
    background-color: #ff4545;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    /* justify-content: center;
	align-items: center; */
    color: white;
    padding: 30px;
}

.stats-item {
    text-align: center;
    margin-bottom: 20px;
}

.stats-number {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: -22px;
    text-transform: uppercase;
    display: flex;
    height: 30px;
    flex-direction: column;
}

.stats-text {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 58.333% */
}

/* Right Image */
.image-right {
    width: 320px;
    height: 546px !important;
    border-radius: 15px;
    flex-shrink: 0;
    object-fit: cover;
}

/* Description Text */
.description-text {
    width: 641px;
    color: white;
    font-size: 18px;
    margin-top: -269px;
    background-color: black;
    height: 292px;
    border-top-right-radius: 33px;
    padding-top: 8px;
    font-weight: 300;
    line-height: 36px;
    padding-right: 2rem;
    text-align: left;
}

.news-description {
    color: #FFF;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
}

@media (min-width: 992px) and (max-width: 1450px) {
    .contact-form {
        margin-left: 9rem;
    }
}

/* Responsive Styles */
@media (max-width: 1400px) {
    .stats-box {
        width: 100%;
        height: auto;
        padding: 40px;
    }

    .description-text {
        width: 641px;
        color: white;
        font-size: 1rem;
        margin-top: -269px;
        background-color: black;
        height: 292px;
        border-top-right-radius: 33px;
        padding-top: 8px;
        font-weight: 300;
        line-height: 30px;
        padding-right: 2rem;
        text-align: left;
    }

    .image-left,
    .image-right {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 992px) {
    .content-wrapper {
        flex-direction: column;
        align-items: center;
    }
}


/*  */



.middle-heading {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: 1 px;
    text-transform: capitalize;
}

/* marquee */

.marquee-body {
    background: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100vw;
}

.marquee-container {
    width: 100%;
    position: relative;
    background: transparent;
    padding: 10px 0;
}

.marquee {
    display: flex;
    gap: 30px;
    width: max-content;
}

.marquee-rtl {
    animation: marquee-right 16s linear infinite;
}

.marquee-ltr {
    animation: marquee-left 16s linear infinite;
    margin-bottom: 35px;
}

.marquee:hover {
    animation-play-state: paused;
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.left-heading {
    color: #fff;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 151.351% */
}

/* Card styling */
.sector-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease;
    width: auto;
    height: 432px;
}

@media (max-width: 400px) {
}




@media (min-width: 300px) and (max-width: 568px) {

    /* Mobile styles */

    .fixed-height-medium {
        min-height: 400px !important;
    }

    .hero-common {
        width: 100%;
        height: 250px !important;
        padding-left: 1px !important;
    }

    .sector-card {
        height: 100%;
    }

    .about1-description {
        font-size: 14px !important;
        font-style: normal;
        font-weight: 300;
        line-height: 25px !important;
    }

    .milestone-desc1 {
        font-size: 2rem !important;
        line-height: 25px !important;
    }

    .about-us-our-team-text {
        font-size: 35px !important;
        line-height: 1px !important;
    }

    .hero-subtitle-about-us {
        font-size: 15px !important;
    }

    .left-side-heading {
        margin-top: 23px !important;
      /*  margin-bottom: -30px !important;*/
    }

    .about-us-middle-text {
        line-height: 50px !important;
    }

    .owl-carousel {
        margin-top: 5rem;
    }

    .heroH1Sector {
        font-size: 28px !important;
        margin-top: -6rem !important;
    }

    .heroH2Sector {
        font-size: 14px !important;
        line-height: 19px !important;
    }

    .middle-red-h1 {
        font-size: 28px !important;
        margin-top: 1rem !important;
        line-height: 34px !important;
        padding-left: 20px;
        padding-right: 10px;
    }

    .sector-para {
        /*font-size: 1.5rem !important;*/
        padding-left: 20px;
        padding-right: 20px;
    }

    .expertise1-middle-heading {
        font-size: 34px !important;
        margin-top: 2rem;
    }

    .custom-heading {
        font-size: 2.5rem;
        line-height: 3.1rem;
        margin-top: 25px;
    }

    .image-left {
        height: 178px !important;
        border-radius: 15px;
    }

    .image-right {
        width: 100%;
        margin-top: 16px;
        height: 220px !important;
    }

    .description-text {
        width: 100%;
        color: white;
        font-size: 2rem;
        margin-top: auto;
        background-color: black;
        height: 300px;
        border-top-right-radius: 33px;
        padding-top: 8px;
        font-weight: 300;
        line-height: 28px;
        text-align: left;
        padding-right: 0rem;
    }

    .small-section {
        /*padding: 0px 0 !important;*/
    }

    .left-heading {
        font-size: 26px !important;
        margin-top: 25px !important;
    }

    .testimonial-card {
        margin-bottom: 15px;
        width: 320px;
    }

    .stats-box {
        margin-top: 1rem;
    }

    .social-icons {
        justify-content: center !important;
        margin-top: 20px;
    }

    .about-us-our-team-text {
        margin-top: 3rem !important;
    }

    .milestone-title1 {
        font-size: 33px !important; 
     margin-top: 1rem !important; 
    }

    .gradient-line2 {
        margin-top: 20px !important;
    }

    .feature-para {
        font-size: 14px !important;
        padding: 0 0% !important;
    }

    .img-para {
        font-size: 14px !important;
        margin-bottom: 15px !important;
    }

    .who-description {
        font-size: 14px !important;
        margin-right: 0rem !important;
    }

    .who-title {
        text-align: center;
        font-size: 25px !important;
    }

    .hero-awards {
        width: 101% !important;
        height: 193px !important;
        margin-top: 5rem !important;
    }

    .right-banner {
        font-size: 32px !important;
        margin-left: 0rem !important;
        margin-top: 6rem !important;
    }

    .image-container {
        margin-top: 2rem;
    }

    .award-heading1 {
        font-size: 20px;
        line-height: 15px;
    }

    .award-para {
        font-size: 16px !important;
        /* text-align: left; */
        margin-bottom: -53px !important;
    }

    .award-img2 {
        margin-top: 4rem;
    }

    .award-heading1 {
        font-size: 16px !important;
    }

    .sector-left-image {
        margin-bottom: 2rem !important;
    }

    .middle-text-sector {
        font-size: 25px !important;
        margin-top: 5px !important;
        line-height: 35px !important;
    }

    .case-study-hero {
        height: 26vh !important;
    }

    .case-study-title {
        margin-top: 2rem !important;
    }

    .cs-heading {
        font-size: 25px !important;
        margin-top: 7rem !important;
    }

    .cs-description {
        font-size: 15px !important;
    }

    .case-study-banner {
        height: 248px !important;
        width: 100%;
    }

    .expertise-hero img {
        width: 100%;
        height: 236px !important;
        margin-top: 5rem;
    }

    .expertise-hero {
        width: 100% !important;
        height: 314px !important;
    }

    .expertise-main-heading {
        margin-top: 1rem;
    }

    .title-text2 {
        font-size: 30px !important;
        margin-top: 2rem
    }

    .careerHeading {
        font-size: 22px !important;
    }

    .team-section-heading {
        margin-bottom: 30px !important;
        margin-top: 2rem;
    }

    .disclaimer-heading {
        margin-top: 6px !important;
    }
}

.space {
    margin-right: 3rem;
}

.expertise-hero img {
    margin-top: 4.9rem;
}

@media (min-width: 767px) and (max-width: 1024px) {
    /* Tablet styles */
    .case-study-hero {
        height: 30vh !important;
    }

    .expertise-main-heading {
        font-size: 27px !important;
    }

    .expertise-hero img {
        width: 100%;
        height: 371px !important;
        margin-top: 5rem;
    }

    .social-icons {
        justify-content: center !important;
        margin-top: 0px !important;
        margin-right: 3rem !important;
    }

    .expertise-hero {
        width: 100% !important;
        height: 450px !important;
    }

    .project-desc {
        font-size: 12px !important;
    }

    .project-title {
        font-size: 13px !important;
        line-height: 97% !important;
        margin-bottom: 0px !important;
        padding-right: 14px !important;
    }

    .box-description {
        font-size: 11px !important;
        line-height: 14px !important;
    }

    .box-heading {
        color: #000;
        text-align: center;
        font-size: 18px;
    }

    .case-study-banner {
        height: 460px !important;
        width: 100%;
    }

    .image-left {
        height: 200px !important;
        border-radius: 15px;
    }

    .image-right {
        width: 100%;
        height: 200px !important;
    }

    .stats-box {
        order: 1;
        margin-bottom: 5rem;
        height: 610px !important;
    }

    .image-left {
        order: 2;
    }

    .description-text {
        order: 3;
        width: 641px;
        color: white;
        font-size: 16px;
        margin-top: -489px;
        background-color: black;
        height: 292px;
        border-top-right-radius: 33px;
        padding-top: 8px;
        font-style: italic;
        font-weight: 300;
        line-height: 30px;
        padding-right: 0rem;
        text-align: left;
    }

    .stats-text {
        line-height: 27px !important;
    }

    .testimonial-card {
        margin: 25px !important;
        width: 23rem !important;
    }

    .timeline-line {
        top: 26rem !important;
    }

    .milestone-content {
        padding: 37px !important;
    }

    .milestone.right .year-box {
        left: calc(59% - 52px) !important;
    }
}

@media (min-width: 1025px) and (max-width: 1410px) {
    /* 12-inch laptop styles */
    .testimonial-card {
        margin: 25px !important;
        width: 23rem !important;
    }

    .expertise-hero img {
        width: 100%;
        height: 498px !important;
    }

    .expertise-hero {
        width: 100% !important;
        height: 575px !important
    }

    .btn-submit {
        width: 11.5rem !important;
    }

    .case-study-banner {
        height: 470px !important;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media (min-width: 1410px) {
    .heroH1Sector {
        font-size: 50px !important;
        line-height: 79px !important;
    }

    .case-study-banner {
        height: 470px !important;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .expertise-hero img {
        width: 100%;
        height: 573px !important;
    }
}



@media (min-width: 768px) {

    .sector-para {
        font-size: 15px !important;
    }

    .sector-left-image {
        margin-top: 1rem;
    }
}



@media (max-width: 768px) {
    .leadership-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 1200px) {
    .leadership-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .leadership-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}



@media (max-width: 576px) {
    .leadership-grid {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: 0 auto;
    }
}





.sector-card:hover {
    transform: translateY(-5px);
    border-right: 9px solid #ff4545;
    border-bottom: 9px solid #ff4545;
}

.sector-card h4 {
    font-weight: bold;
}

/* Underline effect */
.underline {
    width: 48.644px;
    height: 1.057px;
    background: black;
    margin-bottom: 15px;
    margin-top: 10px;
}

/* Arrow button */
.arrow-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #ff4545;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background 0.3s;
}

    .arrow-icon i {
        color: white !important;
        transform: rotate(-45deg);
        transition: transform 0.3s ease;
    }

    .arrow-icon:hover i {
        transform: rotate(-45deg) translateX(5px);
    }

.sector-title {
    color: #000;
    font-size: 22.207px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.437px; /* 119.048% */
    margin-bottom: 15px;
}

.section-paragraph {
    color: #000;
    text-align: left;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.317px;
}

/* Between 1000px and 1400px */
/* @media (min-width: 1000px) and (max-width: 1400px) {
  .section-paragraph {
    line-height: 170%;
  }
} */

/* Larger than 1400px */
@media (min-width: 1401px) {
    .section-paragraph {
        line-height: 200%;
    }
}

.circleSection {
    display: flex;
    justify-content: center;
}

#latestBlogContainer {
    margin-top: 90px;
}

.circle-container {
    position: relative;
    width: 250px;
    height: 250px;
}

.rotating-circle {
    width: 100%;
    height: 100%;
    border: 3px dotted white;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotate 11s linear infinite;
}

.main-image {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

    .main-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.date-circle {
    position: absolute;
    top: 0;
    left: 10px;
    background: white;
    color: black;
    font-weight: bold;
    padding: 10px;
    border-radius: 50%;
    text-align: center;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .date-circle span {
        display: block;
        margin: 1px; /* Removes margin */
        padding: 0; /* Ensures no extra padding */
        line-height: 1; /* Removes default line spacing */
    }

.blog-paragraph {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 25.2px */
    margin-top: 25px;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Equal height cards */
.testimonial-row {
    display: flex;
    flex-wrap: wrap;
}

.testimonial-slider {
    padding: 3em 0;
    overflow: hidden;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    height: 410px;
    margin: 28px;
    transition: transform 0.3s;
    max-width: 800px;
    display: flex;
    flex-direction: column;
}

/* .testimonial-card:hover {
	transform: translateY(-5px);
} */

.testimonial-content {
    padding: 20px;
    flex-grow: 1;
}

.stars {
    color: #000;
    font-size: 18px;
    margin-bottom: 12px;
}

.testimonial-text {
    font-size: 13px;
    color: #1e1e1e;
    height: 217px;
    font-weight: 500;
    line-height: 19px;
}

.testimonial-footer {
    background-color: #d32f2f;
    color: white;
    padding: 15px 20px;
    font-weight: 600;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    height: 270px;
    margin-top: auto;
}

.slider-navigation {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.slider-arrow {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

    /* .slider-arrow:hover {
	transform: scale(1.1);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
} */

    .slider-arrow i {
        color: #333;
        font-size: 16px;
    }

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.33%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }
}

@media (max-width: 767.98px) {
    .testimonial-card {
        margin-bottom: 15px;
        width: 320px;
    }
}

@media (max-width: 575px) {
    .testimonial-slider {
        padding: 2em 1em;
    }

    .testimonial-card {
        margin: 28px;
    }
}

.contact-form-body {
    min-height: 24rem;
    margin: 3rem;
}

.form-container {
    position: relative;
    padding: 40px;
    z-index: 1;
}

.world-map-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 2 / 1; /* Optional: maintain width/height ratio */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746946679/map-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.95;
    z-index: -1;
}

@media (max-width: 768px) {
    .world-map-bg {
        right: 0;
        background-size: cover;
        opacity: 0.6; /* Optional: reduce opacity on mobile */
    }
}

.form-label {
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; /* 163.636% */
}

.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    padding: 10px 0;
    color: white;
    transition: all 0.3s;
}

.input-container {
    width: 595px;
    padding: 10px 10px 47px 10px;
    align-items: center;
}

.form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #fff;
    color: white;
}

.btn-container {
    display: flex;
    margin-top: 1rem;
}

.btn-submit {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px 0px;
    background-color: #fff;
    color: black;
    border: 1px solid white;
    border-radius: 40px;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-text {
    margin-right: 8px;
    margin-left: 20px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    top: 6px;
    right: 5px;
}

.arrow-circle {
    /* position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: black;
    z-index: 2;
    transition: transform 0.3s ease, background-color 0.3s ease; */
}

.circle-background {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 170px;
    height: 150px;
    border-radius: 50%;
    background-color: black;
    transition: transform 0.3s ease;
    z-index: 1;
}

.btn-submit:hover .circle-background {
    transform: translateY(-50%) scale(2);
}

.btn-submit:hover .arrow-circle {
    background-color: transparent;
}

/* Change text color to white on hover */
.btn-submit:hover .btn-text {
    color: white;
}

.btn-submit:hover {
    border: 1px solid white;
}

textarea.form-control {
    height: 1;
}

.carousel-container {
    margin-left: 150px;
    margin-right: 150px;
}

/* footer */

.footer {
    background: #f2f2f2;
    padding: 20px 0;
}

.footer-text {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 210%;
    cursor: pointer;
}

.social-icons a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
    margin-left: 10px;
}

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

/* slider 1 product */

.product-image {
    width: 1440px;
    height: 503px;
    flex-shrink: 0;
    object-fit: cover;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero {
    width: 100%;
    height: 554px;
    flex-shrink: 0;
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746905908/Slider_1_jajbor.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
}

.hero4 {
    width: 100%;
    height: 554px;
    flex-shrink: 0;
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746906058/two-businessmen-having-together-with-theri-colleagues_d6kiuz.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
}

.hero-common {
    width: 100%;
    height: 554px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    margin-top: 4rem;
}

.hero-sector {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746723644/view-male-engineer-work-engineers-day-celebration_1.jpg");
}

.hero-sector2 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746725339/businessman-counting-earnings-money-financial-business-concept.jpg");
}

.hero-sector3 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746725619/control-room-safety-security-guard-with-radio-computer-screen-surveillance-man-woman-team-together-crime-investigation-cctv-monitor-communication-with-walkie-talkie.jpg");
}

.hero-sector4 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746725718/foreman-control-loading-containers-box-truck.jpg");
}

.hero-sector5 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746725812/vertical-shot-telecom-tower-field-breathtaking-sky-perfect-wallpaper.jpg");
}

.hero-sector6 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746725859/hand-medical-glove-pointing-virtual-screen-medical-technology.jpg");
}

.hero-sector7 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746726266/large-green-rice-field-with-green-rice-plants-rows.jpg");
}

.hero-sector8 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746725999/digital-training-webinar-concept-online-education-screen-laptop-internet-elearning.jpg");
}

.hero-sector9 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746726484/html-css-collage-concept-with-person_1.jpg");
}

.hero-sector10 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746726494/aerial-view-shanghai-overpass-night.jpg");
}

.hero-sector11 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746726393/conveyor-sorting-garbage-waste-by-people-garbage-processing.jpg");
}

.hero-sector12 {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746726580/modern-equipped-computer-lab.jpg");
}

.hero-allSectors {
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746815275/Rectangle_19544.jpg");
    background-size: cover; /* Only override this if different */
}
/* .hero-career {
  width: 100%;
  height: 730px;
  flex-shrink: 0;
  background-image: url("/images/Life at scs_/Group 1000002123 (2).png");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
  position: relative;
  overflow: hidden;
  margin-top: 5rem;
} */
.hero-career {
    width: 100%;
    height: 730px;
    flex-shrink: 0;
    background-image: url('../images/scsImages/Group_1000002123_2_1_ganhlt.png');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
}

@media (min-width: 1501px) and (max-width: 1800px) {
    .hero-career {
        margin-top: 4rem;
    }
}
/* From 1201px to 1400px */
@media (min-width: 1201px) and (max-width: 1500px) {
    .hero-career {
        height: 599px;
        padding-left: 40px;
    }

    .hero-lifeAtScs {
        height: 599px
    }
}


/* From 993px to 1200px */
@media (min-width: 993px) and (max-width: 1200px) {
    .hero-career {
        height: 512px;
        padding-left: 35px;
        margin-top: 4rem;
    }

    .hero-lifeAtScs {
        height: 499px !important;
    }
}

/* From 846px to 992px */
@media (min-width: 846px) and (max-width: 992px) {
    .hero-career {
        height: 414px;
        padding-left: 30px;
    }

    .hero-lifeAtScs {
        height: 414px !important;
    }
}

/* From 651px to 845px */
@media (min-width: 651px) and (max-width: 845px) {
    .hero-career {
        height: 370px;
        padding-left: 20px;
    }

    .hero-lifeAtScs {
        height: 300px !important;
    }
}

/* From 421px to 650px */
@media (min-width: 421px) and (max-width: 650px) {
    .hero-career {
        height: 196px;
        padding-left: 15px;
    }

    .hero-lifeAtScs {
        height: 240px !important;
    }
}

/* Up to 420px */
@media (max-width: 420px) {
    .hero-career {
        height: 188px;
        padding-left: 11px;
    }

    .hero-lifeAtScs {
        height: 188px !important;
        ;
    }
}


.hero-lifeAtScs {
    width: 100%;
    height: 730px;
    flex-shrink: 0;
    background-image: url("../images/scsImages/_ASV6102_1_fkmask.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    margin-top: 5rem;
}

.hero-awards {
    width: 100%;
    height: 430px;
    flex-shrink: 0;
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746552986/black-background-with-gold-glitter-star-it_1_pyhsce.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    /* margin-top: 5rem; */
}

.case-study-hero {
    width: 100%;
    height: 712px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 70px;
    overflow: hidden;
    margin-top: 4rem;
}

.case-study {
    background-color: black;
}

/* Video as Background */
.case-study-hero .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures it fills the section */
    z-index: -1;
}

/* Content on Top */
.case-study-hero .content {
    position: relative;
    color: white;
    z-index: 1;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    z-index: 1;
    margin-top: 9rem;
}

.heroH1 {
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}

.heroH2 {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* width: 877px; */
    /* height: 47px; */
    flex-shrink: 0;
}

.content-container {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    background-color: #000;
}

.left-text {
    width: 60%;
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    /* existing styles */
}

.right-quote {
    color: #ff7e7e;
    font-size: 30px;
    font-style: italic;
    font-weight: 700;
    line-height: 48px;
}

.content-container p {
    color: #fdfdfd;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 200% */
    letter-spacing: -0.2px;
    width: 50rem;
    text-transform: none;
}

.slider-p {
    color: #fdfdfd;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; /* 200% */
    letter-spacing: -0.2px;
    text-transform: none;
}
/* Media Queries for better responsiveness */
@media (max-width: 768px) {
    .left-text, .right-quote {
        font-size: 22px;
        text-align: center;
    }

    .slider-p {
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }
}
/* @media (min-width: 750px) and (max-width: 1199.98px) {
  .right-quote {
    margin-top: -216px !important;
  }
} */

/* @media (max-width: 1200px) {
  .right-quote {
    margin-top: 0 !important;
  }
} */

.feature-card {
    border: 1px solid;
    border-radius: 5px;
    padding: 20px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
    width: auto;
    height: 160px;
    flex-shrink: 0;
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1747049840/Slider_1_etldpy.png");
    margin-bottom: 34px;
    background-size: cover;
}

    .feature-card:hover {
        background-color: rgba(0, 0, 0, 0.8);
        transform: translateY(-5px);
    }

.feature-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
    text-decoration-line: underline;
}

.feature-description {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.5;
}

.feature-section {
    margin-left: 92px;
    margin-right: 60px;
}

.capacity-section {
    background-color: #000;
}

.heroH3 {
    color: #fff;
    text-align: center;
    font-size: 80px;
    font-style: normal;
    font-weight: 800;
    line-height: 89px; /* 111.25% */
    letter-spacing: 0.8px;
    text-transform: capitalize;
    margin-top: 5rem;
    margin-bottom: 1px;
}

    .heroH3 span {
        color: red;
    }

.heroH4 {
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 72px; /* 171.429% */
    text-transform: capitalize;
}

.custom-section {
    width: 100%;
    height: 119px;
    flex-shrink: 0;
    background: #fdaaaa;
    padding: 23px;
}

.custom-section-text {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px; /* 152% */
}

.case-study-title {
    color: white;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 126.316% */
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: pointer;
}

.case-study-description {
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 177.778% */
    text-align: left;
}

.case-study-image {
    width: 100%;
    height: auto;
    max-width: 746px;
    max-height: 401px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* Alternate layout for even items */
.case-study:nth-child(even) .row {
    flex-direction: row-reverse;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .case-study-title {
        font-size: 30px;
        line-height: 40px;
    }

    .case-study-description {
        font-size: 16px;
        line-height: 28px;
    }
}
/* Responsive Adjustments */
@media screen and (max-width: 1300px) {
    /* .case-study-hero {
    height: 60vh;
  } */

    .heroH3 {
        font-size: 2.5rem;
    }

    .heroH4 {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }

    .custom-section-text {
        font-size: 1.5rem;
        line-height: 25px;
    }

    .bg-video {
        height: 14rem;
    }
}

@media screen and (max-width: 704px) {
    .heroH3 {
        font-size: 2rem;
    }

    .sectors-section {
        margin-bottom: 1px !important;
        gap: 2rem !important;
    }

    .heroH4 {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }

    .custom-section-text {
        font-size: 1rem;
        line-height: 15px;
    }

    .bg-video {
        height: 14rem;
    }
    /* .page{
		margin-top: -21rem !important;
		overflow: visible !important;
	} */
}

.case-study-title:hover {
    text-decoration-line: underline; /* Underline on hover */
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > [class^="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

/* load btn */
.load-more-btn {
    display: flex;
    width: 211.215px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    /* Button base styles */
    background-color: black;
    color: white;
    border: 2px solid white;
    border-radius: 30px; /* Rounded edges */
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
    outline: none;
}

    .load-more-btn:hover {
        background-color: white;
        color: black;
        border-color: black;
    }

.buttonBg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    height: 9rem;
}

#loadMore {
    display: none;
}

.innovation-section {
    min-height: 312px;
    background-color: #000;
    margin-bottom: -30px;
}

.left-column {
    margin-top: 18px;
    color: #efefef;
    font-weight: 300;
}

.right-column {
    color: #ff7e7e;
    font-weight: 700;
    margin-top: 18px;
}

.column-content {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
    padding: 30px;
}

@media (max-width: 768px) {
    .column-content {
        font-size: 16px;
        line-height: 30px;
        padding: 32px;
    }
}

.vertical-separator {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sl4-middle-text {
    color: #eee;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: none;
    margin-top: 5px;
}

.logo-container {
    text-align: center;
    margin-bottom: 20px;
}

    .logo-container img {
        height: auto;
        margin-bottom: 10px;
    }

.logo-description {
    color: #d1d1d1;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
}

.lineStyle {
    width: 257px;
    height: 1px;
}

.circle-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 22px; /* Compensate for the negative margin of first items */
    margin-bottom: 25px;
}

.slider4-circle {
    width: 237.077px;
    height: 237.077px;
    flex-shrink: 0;
    background: #000;
    border: 0.948px solid #9c9c9c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 20px;
    margin-left: -22px; /* Create overlap between circles */
    position: relative; /* For proper z-index handling */
}

    .slider4-circle:hover {
        background: #fff;
        z-index: 1; /* Bring hovered circle to front */
    }

.circle-text {
    color: #eee;
    text-align: center;
    font-size: 19.902px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.3s ease;
    padding: 0 10px;
}

.slider4-circle:hover .circle-text {
    color: #000;
}

.section-title {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 181%; /* 57.92px */
}

.blog-card {
    background: transparent;
    margin-bottom: 30px;
}

.blog-image-container {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

    .blog-image-container.large {
        height: 302px;
    }

    .blog-image-container.small {
        height: 128.5px;
    }

.blog-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    position: relative;
}

.blog-date {
    color: #ff825e;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.547px; /* 123.649% */
}

.blog-title {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.966px; /* 173.108% */
}

.blog-arrow svg {
    width: 24px;
    height: 24px;
}

.small-blogs-container {
    display: flex;
    flex-direction: column;
    /* gap: 45px; */
}

.blog-card:hover .blog-image-container {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

/* Add new styles for horizontal layout */
.blog-card.horizontal {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

    .blog-card.horizontal .blog-image-container {
        flex: 0 0 128.5px;
        margin-bottom: 0;
    }

    .blog-card.horizontal .blog-content {
        flex: 1;
        padding-top: 4px;
    }

@media (max-width: 768px) {
    .blog-image-container.large {
        height: 250px;
    }

    .blog-image-container.small {
        height: 200px;
    }
}

/* Add these new styles */
.blog-card .row {
    margin: 0;
}

.blog-card .blog-content {
    padding: 0 0 0 16px;
}

.blog-image-container.small {
    height: 128.5px;
    width: 100%;
}

.blog-card {
    background: transparent;
    border-radius: 5px;
    overflow: hidden;
    text-align: left;
}

.blog-image-container {
    width: 100%;
    height: 240px;
    align-self: stretch;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}

.blog-content {
    padding: 0;
}

.blog-title-container {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.blog-arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 4px;
}

/* Pagination Styles */
.pagination-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    padding: 10px 0;
}

.pagination-numbers {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination-controls button {
    display: flex;
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: transparent;
    color: #efefef;
    border: 1px solid #333;
    cursor: pointer;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.3s ease;
}

.pagination-controls .nav-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #efefef;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 8px;
    margin: 1rem;
}

.pagination-controls button:hover {
    background-color: #333;
}

.pagination-controls button.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.pagination-controls button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-controls .arrow-icon {
    width: 24px;
    height: 24px;
}

@media (max-width: 992px) {
    .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .row {
        grid-template-columns: 1fr;
    }
}

.sl3-text1 {
    color: #fff;
    font-size: 37px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 129.73% */
    width: 440px;
    height: 146px;
}

.sl3-text2 {
    color: #fdfdfd;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px; /* 180% */
    width: 616px;
    height: 108px;
}

.cybersecurity-title {
    color: #000;
    font-size: 37px;
    font-style: normal;
    font-weight: 300;
    line-height: 56px; /* 151.351% */
}

.cybersecurity-subtitle {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 188.235% */
}

.cybersecurity-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    text-align: left;
}

.custom-btn {
    display: flex;
    width: 178px;
    height: 53.939px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

    .custom-btn:hover {
        color: #fff !important;
        background-color: #000 !important;
    }

.card-image-container-sl2 {
    display: flex;
    width: 107%;
    height: 100% !important;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    overflow: hidden;
}

/* .card-img-sl2 {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform 0.3s ease;
} */

.card:hover .card-img-sl2 {
    transform: scale(1.05);
}

.card-content-sl2 {
    padding-left: 22px !important;
}

.arrow-icon-sl2 {
    transition: transform 0.3s;
    margin-left: 8px;
}

.card:hover .arrow-icon-sl2 {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .card-image-container-sl2 {
        width: 100%;
    }
}

.wcu-container {
    width: 100%;
    height: 127px;
    flex-shrink: 0;
}

.wcu-title {
    color: #f00606;
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
    margin-top: 52px;
    margin-left: 35px;
}

.features-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.feature-box {
    padding: 24px;
    color: white;
    height: 245px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

    .feature-box h3 {
        color: #fff;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px; /* 172.727% */
        /* margin-left: 1.5rem; */
    }

.box-1 {
    background: #ff4545;
    min-width: 257px;
}

.box-2 {
    background: #f96a6a;
    min-width: 255px;
}

.box-3 {
    background: #f98383;
    min-width: 258px;
}

.box-4 {
    background: #fdaaaa;
    min-width: 257px;
}

@media (max-width: 1200px) {
    .wcu-container {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .wcu-title {
        font-size: 42px;
        line-height: 52px;
        text-align: center;
    }

    .features-container {
        flex-wrap: wrap;
    }

    .feature-box {
        width: 50% !important;
        min-width: unset;
        height: 200px;
    }

        .feature-box h3 {
            font-size: 16px;
        }

        .feature-box p {
            font-size: 14px;
        }
}

@media (max-width: 768px) {
    .wcu-title {
        font-size: 36px;
        line-height: 45px;
    }

    .feature-box {
        width: 100% !important;
        height: 180px;
    }

        .feature-box h3 {
            font-size: 15px;
        }

        .feature-box p {
            font-size: 13px;
        }
}

.left-box {
    background: #ffffff;
    padding: 40px;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gear-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 30px;
}

.red-text {
    color: #f96a6a;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
}

.title-text {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    width: 286px;
}
/* Mobile-specific styles */
@media screen and (max-width: 767px) {
    .title-text1 {
        font-size: 20px !important; /* You can keep or adjust this value for mobile */
    }

    .line-container1 {
        display: none;
    }
}

.description-text1 {
    color: #fdfdfd;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 32px; /* 194.444% */
    letter-spacing: -0.18px;
    margin-bottom: 0px !important;
}

.right-image {
    width: 100%;
    height: 300px;
    background-color: #d3d3d3;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .left-box {
        margin-bottom: 30px;
    }

    .red-text {
        font-size: 22px;
        line-height: 30px;
    }

    .title-text {
        font-size: 20px;
        line-height: 28px;
    }

    .description-text1 {
        font-size: 16px;
        line-height: 28px;
    }
}

.about1-description {
    color: #fff;
    text-align: justify-all;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px; /* 195.238% */
}

.about-us-middle-text {
    color: #f98383;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px; /* 82.5% */
}

.card-row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.custom-card {
    position: relative;
    padding: 40px 30px;
    min-height: 250px;
    height: 386px;
    overflow: hidden;
    background-color: #ff4545;
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746945851/Group.png");
    background-size: auto;
    background-repeat: no-repeat; /* Prevents image from repeating */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: -5px;
}

    .custom-card.white-bg {
        background: rgba(255, 255, 255, 0.95);
    }

.card-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 41.949px;
    /*margin-bottom: 161px;*/
    position: relative;
    z-index: 2;
}

.sl2-blog-title {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 152.941% */
}

.sl2-blog-date {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 173.333% */
}

.white-bg .card-title {
    color: #000;
}

.card-description-about1 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 159%; /* 20.67px */
}

.card-description-about2 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 159%; /* 22.26px */
}

@media(min-width > 1350px) {
    .card-description-about2 {
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 125%; /* 22.26px */
    }
}


.background-shape-about {
    position: absolute;
    top: 50%;
    right: -20%;
    width: 60%;
    height: 60%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M160 100c0 33.137-26.863 60-60 60s-60-26.863-60-60 26.863-60 60-60 60 26.863 60 60z" fill="rgba(255,255,255,0.1)"/></svg>');
    background-repeat: no-repeat;
    transform: translateY(-50%);
    opacity: 0.1;
    z-index: 1;
}

.milestone-section1 {
    padding: 0px 54px;
    position: relative;
}

.milestone-header1 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.milestone-title1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin: 0;
    
}

.milestone-line {
    width: 352px;
    height: 1px;
    background-color: #fff;
}

.milestone-desc1 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}

/* mildstone css */
.timeline-line {
    position: absolute;
    left: 50%;
    /*top: 22rem;*/
    width: 2px;
    height: 300rem;
    background-color: white;
    transform: translateX(-50%);
}

.milestone {
    display: flex;
    position: relative;
    margin: -7px;
    min-height: 120px;
    width: 100%;
    opacity: 0;
    transform: translateY(30px);
}

.timeline-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 60px 0; /* Ensures space between rows */
}

.milestone.right {
    justify-content: flex-start;
    padding-left: calc(58% + 50px);
}

.milestone.left {
    justify-content: flex-end;
    padding-right: calc(58% + 51px);
}

.milestone.visible {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.3s ease;
}

.milestone::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 60px;
    height: 2px;
    background-color: white;
}

.milestone.right::before {
    left: 50%;
}

.milestone.left::before {
    right: 50%;
}

.year-box {
    display: flex;
    width: 94px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: #f96a6a;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.milestone.right .year-box {
    left: calc(59% - 72px);
}

.milestone.left .year-box {
    right: calc(47% - -60px);
}

.milestone-content {
    max-width: 500px;
    padding: 20px;
}

.milestone.right .milestone-content {
    text-align: left;
}

.milestone.left .milestone-content {
    text-align: right;
}

.milestone-title {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 10px;
}

.milestone-desc {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    opacity: 0.8;
}

@media (max-width: 768px) {
    .timeline-line {
        left: 20px;
        top: 32rem;
    }

    .milestone {
        margin: 0px;
        padding: 0 !important;
        padding-left: 50px !important;
        justify-content: flex-start !important;
    }

        .milestone.right,
        .milestone.left {
            transform: translateX(30px);
        }

        .milestone.visible {
            transform: translateX(0);
        }

        .milestone::before {
            left: 20px !important;
            width: 30px !important;
            right: auto !important;
        }

        .milestone.right .year-box,
        .milestone.left .year-box {
            left: -10px !important;
            right: auto !important;
        }

    .milestone-content {
        text-align: left !important;
        max-width: 608px;
        padding: 22px;
        margin-left: 2rem;
    }

    .milestone-title {
        font-size: 24px;
        line-height: 30px;
    }

    .milestone-desc {
        font-size: 16px;
        line-height: 26px;
    }
}
/* mildstone css */

.leadership-section {
    padding: 80px 0;
}

.leadership-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.leadership-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.leader-card {
    background: #000000;
    border: none;
    transition: all 0.3s ease;
}

    .leader-card:hover {
        transform: translateY(-10px);
    }

.leader-image {
    width: 220px !important;
    height: 210px !important;
    align-self: stretch;
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .leader-image {
        width: 236px !important;
        height: 162px !important;
    }
}

.leader-info {
    padding: 20px 0;
}

.leader-name {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.475px;
    margin-bottom: 8px;
}

.leader-designation {
    color: #fdaaaa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.844px;
    margin: 0;
}

.about-us-our-team-text {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-left: 3rem;
}


/*  */
.hero-section-about-us {
    position: relative;
    height: 360px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background: url("../images/scsImages/about-us-3_ig10eo.jpg") center/cover no-repeat;
    margin: 0 auto;
}

    .hero-section-about-us::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

.hero-content-about-us {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 20px;
}

.hero-title-about-us {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
    letter-spacing: -0.32px;
    margin-bottom: 0px;
}

.hero-subtitle-about-us {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.hero-button-about-us {
    display: inline-block;
    padding: 15px 40px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
}

    .hero-button-about-us:hover {
        background-color: #fff;
        color: #000;
        transform: translateY(-2px);
    }

@media (max-width: 768px) {
    .hero-title-about-us {
        font-size: 36px;
    }

    .hero-subtitle-about-us {
        font-size: 18px;
    }

    .hero-button-about-us {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .hero-title-about-us {
        font-size: 20px;
    }

    .hero-button-about-us {
        padding: 10px 24px;
        font-size: 10px;
    }
}

.expertise1-middle-heading {
    color: #fff;
    text-align: center !important;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 117%; /* 46.8px */
    text-transform: capitalize;
    text-align: left;
}

.expertise-main-heading {
    color: #fff;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 117%; /* 46.8px */
    text-transform: capitalize;
    /* text-align: left; */
}

@media (min-width: 710px) and (max-width: 1200px) {
    .expertise1-middle-heading {
        font-size: 32px;
    }
}

/* @media (max-width: 709px) {
  .expertise1-middle-heading {
    font-size: 22px;
  }
} */

.expertise1-middle-para {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 198%; /* 35.64px */
    text-align: left;
    margin-top: 1rem;
    margin-bottom: -3px;
}

.accordion-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-left: 18rem;
    margin-right: 18rem;
}

.accordion-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 2px;
    border: 1px solid #8c8c8c;
    backdrop-filter: blur(4.6px);
    transition: all 0.3s ease;
    overflow: hidden;
}

    .accordion-item:nth-child(1) {
        background: #ffffff;
    }

    .accordion-item:nth-child(2) {
        background: #fdaaaa;
    }

    .accordion-item:nth-child(3) {
        background: #f98383;
    }

    .accordion-item:nth-child(4) {
        background: #f96a6a;
    }

    .accordion-item:nth-child(5) {
        background: #ff4545;
    }

    .accordion-item:nth-child(6) {
        background: #ff2a2a;
    }

.accordion-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 27px;
    border: none;
    background: transparent;
    color: #000;
}

.accordion-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.accordion-icon {
    transition: transform 0.3s ease;
}

.accordion-content {
    display: none;
    width: 100%;
    background: #000000;
}

    .accordion-content.active {
        display: block;
    }

.accordion-text {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    padding: 30px;
}

.accordion-item.active .accordion-icon {
    transform: rotate(180deg);
}

.accordion-item.active .accordion-content {
    border-top: 1px solid #8c8c8c;
}

.project-card {
    border-radius: 3.148px;
    background: #fff;
    padding: 30px;
    height: 177px;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .project-card:hover {
        transform: translateY(-5px);
    }

        .project-card:hover .arrow-circle {
            background-color: #000;
        }

.project-title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 136%;
    margin-bottom: 15px;
    padding-right: 60px;
}

.project-desc {
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    /*font-weight: 300;*/
    line-height: 160%;
    margin-bottom: 0;
}

.arrow-circle1 {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

    .arrow-circle1 svg {
        width: 24px;
        height: 24px;
        transform: rotate(-45deg);
    }

.project-image {
    width: 100%;
    height: 177px !important;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 3.148px;
}

.project-row {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .project-card {
        margin-bottom: 30px;
        height: auto;
        min-height: 177px;
    }

    .project-image {
        margin-bottom: 20px;
    }

    .project-title {
        font-size: 18px;
    }

    .project-desc {
        font-size: 2rem;
    }

    .arrow-circle {
        width: 32px;
        height: 32px;
    }

        .arrow-circle svg {
            width: 20px;
            height: 20px;
        }
}

.main-heading-products {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.full-width-image-products {
    width: 100%;
    max-width: 1278px;
    height: 444px !important;
    flex-shrink: 0;
    object-fit: cover;
    margin-bottom: 40px;
}

.highlight-text-products {
    color: #ff7e7e;
    text-align: left;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 20px;
}

.description-text-products {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 188%;
    margin-bottom: 40px;
}

.medium-image-products {
    width: 100%;
    max-width: 625px;
    height: 322px !important;
    flex-shrink: 0;
    object-fit: cover;
    margin-bottom: 40px;
}

.large-image-products {
    width: 100%;
    max-width: 1072px;
    height: 395px !important;
    flex-shrink: 0;
    object-fit: cover;
    margin-bottom: 40px;
}

.content-wrapper-products {
    max-width: 1278px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .main-heading-products {
        font-size: 32px;
        line-height: 44px;
    }

    .highlight-text-products {
        font-size: 18px;
        line-height: 32px;
    }

    .description-text-products {
        font-size: 16px;
        line-height: 170%;
    }

    .full-width-image-products,
    .medium-image-products,
    .large-image-products {
        height: auto;
        aspect-ratio: 16/9;
    }
}

.line-container1 {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    margin-top: 5px;
}

.gradient-line1 {
    background: linear-gradient( 90deg, rgba(153, 153, 153, 0.41) 24.09%, #fff 100% );
    width: 313px;
    height: 1px;
    order: 1;
}

.title-text1 {
    color: #fff;
    text-align: right;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: capitalize;
    order: 2;
    white-space: nowrap;
    margin: 0;
}

.title-layout {
    display: flex;
    justify-content: end;
    margin-right: 40px;
    margin-bottom: 50px;
}

.line-container2 {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
}

.gradient-line2 {
    background: linear-gradient( 270deg, rgba(153, 153, 153, 0.71) 24.09%, #fff 100% );
    width: 313px;
    height: 1px;
    order: 2;
}

.title-text2 {
    color: #fff;
    text-align: left;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-transform: capitalize;
    order: 1;
    white-space: nowrap;
    margin: 0;
    margin-left: 30px;
}

.slider-text1 {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.know-more-btn {
    display: flex;
    width: 211.215px;
    height: 60px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: black;
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.3s ease;
    outline: none;
    margin-left: 4rem;
    margin-top: -36px;
}

.slider1-btn-bg {
    background-color: black;
}

.know-more-btn:hover {
    background-color: white;
    color: black;
}

.slider-container1 {
    position: relative;
    width: 93rem !important;
    height: 464px;
    overflow: hidden;
    margin-left: 70px;
    margin-right: 70px;
    margin: 0 auto;
}

.slider-image1 {
    width: 100%;
    height: 464px !important;
    flex-shrink: 0;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.text-overlay1 {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 2;
    max-width: 600px;
}

.slider-heading1 {
    color: #fff;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    margin-top: -210px;
}

.overlay-gradient1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100% );
    z-index: 1;
}

@media (max-width: 768px) {
    .text-overlay1 {
        left: 40px;
        max-width: 80%;
    }

    .slider-heading1 {
        font-size: 28px;
        line-height: 34px;
    }
}

.btn-text-submit {
    margin-right: 16px;
    margin-left: 30px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
    font-size: 17.803px;
    font-style: normal;
    font-weight: 600;
}

    .btn-text-submit:hover {
        background-color: transparent; /* Prevent background change */
        color: white;
    }
/* contact us */
.contact-info-card {
    width: 447px;
    height: 505px;
    flex-shrink: 0;
    background: #ebdbdb;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    background-image: url("https://res.cloudinary.com/dyfpbxcip/image/upload/v1746945611/contact-us-bg.png");
}

.contact-card-title {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}

.contact-card-subtitle {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px;
}

.contact-item {
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

    .contact-item i {
        font-size: 20px;
        color: #1c1c1c;
        width: 24px;
        margin-right: 15px;
        margin-top: 4px;
    }

    .contact-item span {
        flex: 1;
    }

/* Decorative circles */
.contact-info-card::before {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 200px;
    height: 200px;
    background: rgba(255, 192, 203, 0.2);
    border-radius: 50%;
}

.contact-info-card::after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    background: rgba(255, 192, 203, 0.3);
    border-radius: 50%;
}

/* Contact Form Styles */
.contact-form {
    padding: 1px;
}

.form-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 0;
    color: #fff;
    padding: 12px 0;
    font-size: 16px;
    margin-bottom: 30px;
}

    .form-control:focus {
        background-color: transparent;
        border-color: #fff;
        color: #fff;
        box-shadow: none;
    }

    .form-control::placeholder {
        color: rgba(255, 255, 255, 0.8);
    }

textarea.form-control {
    min-height: 100px;
    resize: none;
}

.contact-section {
    background-color: black;
}

.offices-section {
    background-color: black;
    margin-top: -8rem;
}

.contact-details {
    margin-left: -64px;
}

.contact-us-heading2 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.location-text {
    color: #ff7e7e;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 215%; /* 53.75px */
}

.address-text {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 215%;
}
/* Responsive Styles */
@media (max-width: 991.98px) {
    .contact-info-card {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        min-height: 400px;
    }
}

@media (max-width: 767.98px) {
    .contact-section {
        padding: 40px 0;
        background-color: black;
    }

    .contact-info-card {
        padding: 30px;
        min-height: 350px;
    }
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sendPng {
    display: flex;
    justify-content: center;
    margin-top: -42px;
    margin-left: 2rem;
}

.heroH1Sector {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    margin: 0;
}

.heroH2Sector {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 128% */
}

.middle-red-h1 {
    color: #ff7e7e;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px; /* 148.276% */
    text-transform: capitalize;
}

.sector-para {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    /*font-weight: 300;*/
    line-height: 181%; /* 32.58px */
}

.left-heading-sector {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 136% */
}

.sector-img2 {
    width: 600px;
    height: 362px;
    border-radius: 5px;
    background: url("/images/engineer-working-nuclear-power-plant.png") lightgray 50% / cover no-repeat;
}

.sector-img3 {
    margin-top: 3px;
    width: 666px;
    height: 275px;
    border-radius: 5px;
    background: url("/images/banking-sector-2.png") lightgray 50% / cover no-repeat;
}

.gap {
    width: 2rem;
}

.middle-text-sector {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 137.143% */
    text-transform: capitalize;
    margin-top: -40px
}

.circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

    .circle img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }

.circle-title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    margin-top: 20px;
}

.paragraph {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 138%;
}

.arrow-circle1:hover svg {
    transform: rotate(-45deg) translateX(5px);
}

/* sectors */

.sectors-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.sectors-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
    gap: 17rem;
}

    .sectors-section.sectors-reverse {
        flex-direction: row-reverse;
    }

.sectors-content {
    flex: 1;
}

.sectors-paragraph {
    color: #fff;
    text-align: left;
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    margin-bottom: 30px;
}

.sectors-image-container {
    flex: 0 0 auto;
}

.sectors-service-image {
    width: 239.528px;
    height: 248.592px !important;
    flex-shrink: 0;
    border-radius: 0px 15px;
    border: 0.502px solid #656565;
    object-fit: cover;
}

.sectors-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: capitalize;
}

    .sectors-btn:hover {
        background-color: #fff;
        color: #000;
    }

.sectors-divider {
    height: 1px;
    background-color: #333;
    margin: 40px 0;
}

.sectors-title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #FF7E7E;
}

@media (max-width: 768px) {
    .sectors-section {
        flex-direction: column;
    }

        .sectors-section.sectors-reverse {
            flex-direction: column;
        }
}

.careerHeading {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* text-transform: capitalize; */
    margin: 0;
}

.slider-container-career {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    background-color:white;
    color:black
    /* border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea; */
}

.slides-career {
    display: flex;
    transition: transform 0.5s ease;
    width: 300%; /* Adjusted for 3 slides */
}

.slide-career {
    flex: 1 0 100%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 0;
}

.content-career {
    padding-right: 20px;
    margin-top: 3rem;
}

.image-career {
    display: flex;
    justify-content: start;
    align-items: center;
}

    .image-career img {
        width: 573px;
        height: 394px;
        flex-shrink: 0;
        object-fit: cover;
    }

h2.career-heading {
    color: #000;
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px;
}

.tagline-career {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}

p.career-text {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.nav-button-career {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.prev-career {
    left: 37px;
}

.next-career {
    right: 37px;
}

.container-career {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row-career {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -5px;
}

.col-career {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col-md-6-career {
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 768px) {
    .image-career img {
        width: 100%;
        height: auto;
    }

    .col-md-6-career {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.career-middle-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.team-section {
    padding: 60px 0;
    background-color: #000;
}

.team-section-heading {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.team-member {
    margin-bottom: 30px;
}

.team-member-video {
    width: 415px;
    height: 281px;
    flex-shrink: 0;
    margin-bottom: 15px;
    position: relative;
    background-repeat: repeat;
    cursor: pointer;
    overflow: hidden;
}

    .team-member-video iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    border: solid;
}

.play-button1 {
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

    .play-button1::after {
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 25px solid #000;
        margin-left: 5px;
    }

.video-overlay:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

    .video-overlay:hover .play-button {
        background-color: rgba(255, 255, 255, 1);
        transform: scale(1.1);
    }

.team-member-name {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.team-member-title {
    color: #fdaaaa;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.845px;
}

@media (max-width: 991px) {
    .team-member-video {
        width: 100%;
        height: 250px;
    }
}

.follow-section {
    background-color: #fff;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.follow-heading {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social-icon {
    width: 24px;
    height: 38.466px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 55px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-icon:hover {
        transform: scale(1.1);
        color: #333;
    }

    .social-icon i {
        font-size: 24px;
    }

/* Responsive adjustments */
@media (max-width: 767px) {
    .follow-section .row {
        flex-direction: column;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
        margin-top: 20px;
    }

    .social-icon:first-child {
        margin-left: 0;
    }
}

.disclaimer-heading {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: -55px;
}
/* product */
.product-title {
    margin: 0;
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px; /* 211.538% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: 24%; /* 6.24px */
    text-underline-position: from-font;
    text-transform: capitalize;
}

.product-description {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 15px;
}

.product-image-container {
    max-width: 100%;
    overflow: hidden;
}

.product-image {
    width: 100%;
    max-width: 1347px;
    height: auto;
    max-height: 497px;
    object-fit: cover;
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .product-title {
        line-height: 30px;
    }

    .product-description {
        font-size: 24px;
        line-height: 32px;
    }
}

.product-main-heading {
    color: #fff;
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    text-transform: capitalize;
    margin-bottom: 10px;
   

}

.product-section-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 40px;
}

.product-section-text {
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 30px 0;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .main-heading {
        font-size: 32px;
        line-height: 42px;
    }

    .product-section {
        padding: 40px 0;
    }
}

.vertical-separator1 {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 85%;
    position: absolute;
    right: 15px;
    top: 52%;
    transform: translateY(-50%);
}

.product-feature-card {
    margin-bottom: 30px;
}

.product-feature-image {
    width: 100%;
    height: 230px !important;
    flex-shrink: 0;
    object-fit: cover;
    margin-bottom: 15px;
}

.product-feature-title {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 23px;
    margin-bottom: 8px;
}

.product-feature-description {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .product-feature-image {
        height: 200px;
    }
}

.feature-item-ida {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.feature-icon-ida {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background-color: #333;
    border-radius: 50%;
    margin-right: 20px;
}

.feature-text-ida {
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px;
}

.job-container {
    border: 1px solid #333;
    border-radius: 5px;
    overflow: hidden;
}

.job-row {
    border-bottom: 1px solid #333;
    padding: 20px;
}

    .job-row:last-child {
        border-bottom: none;
    }

.job-title {
    color: #ff7e7e;
    font-size: 20px;
    font-weight: 600;
    line-height: 21.263px;
    margin-bottom: 10px;
}

.job-location,
.job-experience {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.263px;
    margin-bottom: 10px;
}

/* Modal styles */
.modal-content {
    background-color: #1a1a1a;
    color: #fff;
    border: 1px solid #333;
}

.modal-header {
    border-bottom: 1px solid #333;
}

.modal-footer {
    border-top: 1px solid #333;
}

.modal-title {
    color: #ff7e7e;
    font-weight: 600;
}

.more-details {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.263px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

    .more-details:hover {
        color: #ff7e7e;
    }
/* Responsive styles */
@media (max-width: 767.98px) {
    .mobile-mb-2 {
        margin-bottom: 10px;
    }

    .text-md-end {
        text-align: left !important;
    }

    .job-row {
        padding: 15px;
    }
}

.cs-heading {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
}

/* .cs-description {
  color: #fff;
  text-align: center;
   
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
} */
.left-side-heading {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 47.25px */
}

.cs-number {
    color: #fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 10px;
    margin-top: 2rem;
}

.cs-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 15px 0;
}

.cs-title {
    color: #ff7e7e;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 2px;
}

.cs-description {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    text-align: left;
    /* margin-left: 3rem; */
}

.challenge-item {
    margin-bottom: 30px;
}

.feature-heading1 {
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 47.25px */
}

.feature-description1 {
    color: #000;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
}

.feature-desc2 {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px; /* 126.667% */
}

.vertical-line {
    width: 1px;
    height: 82px;
    background-color: #000;
    margin: 0 auto;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 30px 0;
}

.feature-heading {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    margin-bottom: 5px;
    margin-top: 20px;
}

.feature-box h3 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 133.333% */
}

.feature-box1 {
    padding: 0px;
    color: white;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}

@media (max-width: 768px) {
    .vertical-line {
        display: none;
    }

    .horizontal-line {
        margin: 15px 0;
    }

    .feature-box1 {
        padding: 24px;
        color: white;
        height: 209px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }

    .vertical-line {
        width: 1px;
        height: 82px;
        background-color: #000;
        margin: 0 auto;
    }
}

.cs-wd-section-title {
    color: #fff;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
}

.work-box {
    background: #fff;
    height: 172px;
    padding: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-heading {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 6%;
    text-underline-offset: 13.5%;
    text-underline-position: from-font;
    margin-bottom: 10px;
    margin-top: 40px;
    text-decoration: underline;
}

.box-description {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.impact-point {
    color: #FF7E7E;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 125% */
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.impact-text {
    margin-left: 0px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 125% */
    letter-spacing: 0.2px;
}

.impact-box {
    background: #fff;
    height: 335px;
    padding: 55px;
}

.impact-list {
    list-style-type: none;
    padding-left: 0;
}

    .impact-list li {
        margin-bottom: 25px;
    }

.center-banner {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    /* background: linear-gradient(153deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0)); */
    /* backdrop-filter: blur(21px); */
    padding: 0px 12px;
    color: #0d6efd;
    font-weight: bold;
    font-size: 20px;
    /* border: 1px solid rgba(50, 50, 50, 0.77); */
    border-radius: 5px;
    text-align: center;
    z-index: 10;
    color: #1c1c1c;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.right-banner {
    color: #FFF;
    text-align: start;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-right: 6rem;
    margin-top: 2rem;
}

.story-title {
    color: #fff;
    text-align: center;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1px;
    font-size: 18px;
}

.img-heading {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.img-para {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    margin: 7px;
    /* text-align: left; */
}

.feature-para {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    padding: 0 6%;
}

.story-image {
    width: 100%;
    height: 160px !important;
    object-fit: cover;
    margin-bottom: 20px;
}

.who-title {
    color: #FF7E7E;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: -2rem;
}

.who-description {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-right: 2rem;
}

.image-container1 {
    position: relative;
    margin-left: 20px;
}

.main-image1 {
    width: 635px;
    height: 344px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    object-fit: cover;
}

.background-rectangle {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: #1c1c1c;
    position: absolute;
    top: -14px;
    left: 14px;
    z-index: 1;
}

.background-rectangle1 {
    width: 680px;
    height: 376px;
    flex-shrink: 0;
    background: #1c1c1c;
    position: absolute;
    top: 14px;
    left: -14px;
    z-index: 1;
}

.who-sub-description {
    color: #fff;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 136.364% */
    text-transform: capitalize;
}

@media (max-width: 1430px) {
    .main-image1,
    .background-rectangle {
        width: 100%;
        height: 100%;
        aspect-ratio: 635/344;
    }

    .who-description {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .who-title {
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .image-container1 {
        margin-left: 0;
        margin-top: 30px;
    }
}

.img-1 {
    object-fit: cover;
    height: revert-layer !important;
}

.rotation-sector {
    width: 100%;
    height: 45vh;
}

.product-description-1 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 31px; /* 155% */
}

.card-product2 {
    background-color: #ff4545;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    height: 80%;
}

.card-heading-product2 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 0px
}

.card-text-product2 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    line-height: 31px;
}

.card-number-product2 {
    color: #fff;
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .card-heading-product2 {
        font-size: 20px;
        line-height: 40px;
    }

    .card-text-product2 {
        font-size: 16px;
        line-height: 28px;
    }

    .card-number-product2 {
        font-size: 24px;
        line-height: 40px;
    }
}

.heading-product12 {
    color: #ff7e7e;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 10px;
}

.description-product12 {
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 20px;
}

.ai-image-product12 {
    max-width: 100%;
    height: 470px;
}

.feature-box-product12 {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .center-image-product12 {
        display: none;
    }
}

.right-text-h1 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px; /* 141.667% */
}

.right-text-p {
    color: #a1a1a1;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px; /* 168.182% */
}

.heading-product3 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 20px;
}

.paragraph-product3 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}

.section-product3 {
    padding: 40px 20px;
}

.dashboard-image-product3 {
    width: 100%;
    height: 300px !important;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .heading-product3 {
        font-size: 22px;
        line-height: 28px;
    }

    .paragraph-product3 {
        font-size: 16px;
        line-height: 30px;
    }

    .section-product3 {
        padding: 30px 15px;
    }
}

.product3-feature-number {
    color: #6d6d6d;
    font-size: 40px;
    font-weight: 700;
    line-height: 23px;
}

.product3-feature-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
}

.product3-feature-description {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
}

.product3-feature-divider {
    background: #525252;
    height: 1px;
    margin: 20px 0;
}

.product3-feature-item {
    margin-bottom: 20px;
}

.product3-map-container {
    background-color: #1a1a1a;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.product3-map-image {
    width: 100%;
    height: 552px !important;
    object-fit: cover;
}

.product3-main-container {
    padding: 40px 20px;
}

@media (max-width: 768px) {
    .product3-feature-number {
        font-size: 32px;
    }

    .product3-feature-heading {
        font-size: 16px;
    }

    .product3-map-container {
        margin-top: 30px;
    }
}

.product4-img-text {
    color: #fff;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px; /* 155% */
}

.product-4-feature-card {
    border: 1px solid #525252;
    border-radius: 8px;
    background-color: #000;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-bottom: 20px;
}

    
.product-4-feature-card:hover {
       /* transform: scale(1.05);
        box-shadow: 0 12px 24px rgba(0,0,0,0.5);*/
        cursor: pointer;
    }

.product-4-feature-title {
    color: #ff7e7e;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
}

.product-4-feature-description {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    flex-grow: 1;
}

.product-4-divider {
    background: #525252;
    height: 1px;
    width: 100%;
    margin: 10px 0;
}

.product-4-container {
    padding: 0 15px;
}

@media (max-width: 768px) {
    .product-4-feature-title {
        font-size: 20px;
    }

    .product-4-feature-description {
        font-size: 16px;
        line-height: 24px;
    }
}

.product-4-divider {
    background: #525252;
    height: 1px;
    width: 100%;
    margin: 0 0 15px 0;
}


/*  */

.offerings-section-1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.offerings-title-1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

.offering-row-1 {
    display: flex;
    align-items: center;
    padding: 23px 23px;
    transition: all 0.3s ease;
    border-radius: 4px;
}

    .offering-row-1:hover {
        background-color: #FF3838;
        cursor: pointer;
    }

.offering-number-1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 135%;
    width: 80px;
    flex-shrink: 0;
}

.offering-title-1 {
    color: #FF7E7E;
    font-size: 25px;
    /*font-weight: 700;*/
    line-height: 125%;
    width: 418px;
    padding: 0 20px;
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.offering-row-1:hover .offering-title-1 {
    color: #FFF;
}

.offering-description-1 {
    color: #FFF;
    text-align: left;
    font-size: 2rem;
    /*font-weight: 400;*/
    line-height: 27px;
}

@media (max-width: 992px) {
    .offering-row-1 {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    .offering-number-1, .offering-title-1 {
        margin-bottom: 10px;
        width: 100%;
        padding: 0;
    }
}

.career-text-10 {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    text-transform: lowercase;
}

.career-text-11 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
}

.product-carousel-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px 60px;
    overflow: hidden;
}

.product-carousel {
    position: relative;
    /* padding: 0 50px; */
}

.product-cards-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    /* gap: 20px; */
}

.product-card {
    background: #ff4d4d;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 25px -5px rgba(59, 130, 246, 0.3);
    margin: 10px;
    padding: 24px 20px;
    min-width: 250px;
    max-width: 350px;
    transition: box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
    
}
.product-card-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.product-card-text {
    font-size: 1rem;
}
@media (max-width: 576px) {
    .product-card {
        min-width: 90vw;
        max-width: 95vw;
        margin: 0 auto 16px auto;
        padding: 20px 10px;
        height: auto;
    
    }
}

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(50, 50, 50, 0.8);
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.carousel-control-prev {
    left: -60px;
}

.carousel-control-next {
    right: -60px;
}

.pagination-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    background-color: #555;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

    .pagination-dot.active {
        background-color: #fff;
    }
/* Responsive Styles */
/* Large tablets */
@media (max-width: 992px) {
    .product-card {
        flex: 0 0 33.333%;
        min-width: 33.333%;
    }

    .product-card-title {
        font-size: 16px;
    }

    .product-card-text {
        font-size: 13px;
    }
}

/* Small tablets */
@media (max-width: 768px) {
    .product-card {
        flex: 0 0 50%;
        min-width: 50%;
    }

    .product-carousel {
        padding: 0 40px;
    }
}

/* Mobile phones */
@media (max-width: 576px) {
    .product-card {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .product-carousel {
        padding: 0 30px;
    }

    .carousel-control {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }

    .product-card-body {
        padding: 15px;
    }

    .product-card-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

.sector-left-image {
    /* height: 274px !important;*/
    width: 100%;
    margin-bottom: 2rem !important;
}

.container-sector {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    height: 100% !important;
}

.section-sector {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    position: relative;
    background-color: #181818;
    transition: background-color 0.3s ease;
    z-index: 1;
}

    .section-sector:hover {
        background-color: #FF4545;
    }

/* Vertical divider lines */
.vertical-divider-sector {
    position: absolute;
    top: 0;
    width: 0.5px;
    height: 100%;
    background-color: #333;
    z-index: 2;
    transition: background-color 0.3s ease;
}

/* Horizontal divider lines */
.horizontal-divider-sector {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.5px;
    background-color: #333;
    z-index: 2;
    transition: background-color 0.3s ease;
}

/* Large screens - 4 sections per row */
@media (min-width: 1024px) {
    .container-sector {
        height: 281px;
    }

    .section-sector {
        flex-basis: 25%;
        box-sizing: border-box;
    }

    /* Position vertical dividers */
    .vertical-divider-sector:nth-child(6) {
        left: 25%;
    }

    .vertical-divider-sector:nth-child(7) {
        left: 50%;
    }

    .vertical-divider-sector:nth-child(8) {
        left: 75%;
    }

    /* Section hover effects for dividers */
    .section-sector:hover + .vertical-divider-sector,
    .section-sector:hover ~ .horizontal-divider-sector {
        background-color: #FF7E7E;
    }
}

/* Medium screens - 2 sections per row */
@media (max-width: 1023px) and (min-width: 641px) {
    .section-sector {
        flex-basis: 50%;
        box-sizing: border-box;
    }

    /* Position vertical dividers */
    .vertical-divider-sector:nth-child(6) {
        left: 50%;
    }

    /* Position horizontal divider */
    .horizontal-divider-sector:nth-child(9) {
        top: 50%;
    }
}

/* Small screens - 1 section per row */
@media (max-width: 640px) {
    .section-sector {
        flex-basis: 100%;
        box-sizing: border-box;
    }

    /* Position horizontal dividers */
    .horizontal-divider-sector:nth-child(9) {
        top: 25%;
    }

    .horizontal-divider-sector:nth-child(10) {
        top: 50%;
    }

    .horizontal-divider-sector:nth-child(11) {
        top: 75%;
    }
}

.section-sector h2 {
    color: #FF7E7E;
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 25px;
}

.section-sector p {
    color: #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}

.section-sector:hover h2 {
    color: #FFF;
}

/* Small screens - adjust font sizes */
@media (max-width: 640px) {
    .section-sector h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .section-sector p {
        font-size: 2rem;
    }
}

.horizontal-line-sector {
    width: 100%;
    height: 0.5px;
    background-color: #333;
    margin: 0;
    position: relative;
    z-index: 3;
    transition: background-color 0.3s ease;
}

.container-sector:hover ~ .horizontal-line-sector.bottom {
    background-color: #FF7E7E;
}

.horizontal-line-sector.bottom {
    margin-top: -0.5px;
}

.article-title1 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.main-news-title {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 43px; /* 143.333% */
    text-transform: uppercase;
}

.main-news-image {
    width: 100%;
    height: 490px;
    margin-bottom: 90px;
}

.article-section-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 75% */
    text-transform: uppercase;
}

.article-container {
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

    .article-container:last-child {
        border-bottom: none;
    }

.article-image {
    width: 100%;
    height: 180px !important;
    flex-shrink: 0;
    object-fit: cover;
}

.article-title {
    color: #FFF;
    text-align: left;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 152% */
    margin: 0;
}

.article-date {
    color: #FFF;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 172.727% */
}

.award-heading1 {
    color: #FFF;
    text-align: left;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 152% */
}

.award-para {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 41px; /* 186.364% */
}

.award-heading2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 120% */
    text-transform: uppercase;
    margin-top: 5rem
}

.award-img1 {
    width: 418px;
    height: 296px;
    flex-shrink: 0;
    aspect-ratio: 209/148;
    margin-bottom: 2rem;
}

.award-img2 {
    width: 237px;
    height: 348px;
    flex-shrink: 0;
    aspect-ratio: 79/116;
    margin-bottom: 2rem;
}

.who-sector {
    margin-top: 5rem;
}

.who-container2 {
    margin-top: 6rem;
}
/*  */

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    background: transparent;
    border: none;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.case-study-hero:hover .play-button {
    display: none;
}

.case-study-hero:not(:hover) .play-button {
    display: block;
}

.video-ended-message {
    height: 300px;
    background: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .video-ended-message button {
        padding: 10px 20px;
        background-color: #e51e1e;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

.success-stories-mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .success-stories-mobile-only-desktop-only {
        display: none;
    }

    .btn-text {
        margin-right: 8px;
        margin-left: 7px;
        position: relative;
        z-index: 2;
        transition: color 0.3s ease;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
    }

    .success-stories-mobile-only {
        display: block;
    }
}

/* Video Controls */
.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /* background: rgba(0, 0, 0, 0.7);*/
    padding: 10px;
    display: flex;
    align-items: center;
    z-index: 4;
    opacity: 0;
    transition: opacity 0.3s;
}

.hero-video-container:hover .video-controls {
    opacity: 1;
}

.video-controls button {
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
}

.progress-slider {
    flex-grow: 1;
    height: 0px;
    margin: 0 10px;
    -webkit-appearance: none;
    appearance: none;
    /*background: rgba(255, 255, 255, 0.2);*/
    outline: none;
    opacity: 0.1;
}

    .progress-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #ff5500;
        cursor: pointer;
    }

    .progress-slider::-moz-range-thumb {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #ff5500;
        cursor: pointer;
    }


/* Mobile Touch Overlay */
.mobile-touch-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}


/* Mobile-specific styles */
@media (min-width: 300px) and (max-width: 568px) {
    .hero-video-container {
        padding-bottom: 75%;
        position: relative;
        /* 16:9 Aspect Ratio */
        height: 26vh !important; /* Slightly smaller on mobile */
    }

    video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .video-controls {
        opacity: 1; /* Always show controls on mobile */
        padding: 8px;
    }

    .mobile-touch-overlay {
        display: block; /* Show touch overlay on mobile */
    }

    .video-controls button {
        min-width: 36px;
        font-size: 14px;
    }

    .progress-slider {
        height: 4px;
    }
}

/* Very small devices */
@media (max-width: 480px) {
    .hero-video-container {
        height: 30vh;
    }

    .hero-content {
        padding: 15px;
    }

    .cta-button {
        padding: 10px 20px;
    }
}
.title{
    font-size: 40px;
font-weight: 700;

}