@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,
html {
    font-size: 16px;
    height: 100%
}
body {
    font-family: 'Open Sans', sans-serif;    
}
body.page,
body.post {
    margin: 0
}
body.about-us .intro-section {
    min-height: 1px !important;
    padding: 0 !important
}
.mb0 {
    margin-bottom: 0 !important
}
.wow {
    visibility: hidden
}
.normal-scroll {
    max-height: 100vh;
    overflow: auto;
    -ms-scrollbar-base-color: #121212;
    scrollbar-color: rgba(18, 18, 18, 0.5) #1a1a1a;
    scrollbar-width: thin
}
.normal-scroll::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #1a1a1a;
    width: 0
}
.normal-scroll::-webkit-scrollbar {
    width: 0;
    background-color: #1a1a1a
}
.normal-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(18, 18, 18, 0)
}
.fullpage-simple {
    -ms-scrollbar-base-color: rgba(0, 0, 0, 0);
    scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
    scrollbar-width: thin
}
.fullpage-simple::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 0
}
.fullpage-simple::-webkit-scrollbar {
    width: 0;
    background-color: rgba(0, 0, 0, 0)
}
.fullpage-simple::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0)
}
.fullpage-simple #fp-nav.fp-right {
    right: 60px
}
.fullpage-simple #fp-nav ul li {
    height: 14px !important;
    width: 14px !important;
    margin: 5px 0 !important
}
.fullpage-simple #fp-nav ul li:nth-child(3) {
    height: 14px !important
}
.fullpage-simple #fp-nav ul li:nth-child(3)~li {
    display: block
}
.fullpage-simple #fp-nav ul li:last-child {
    display: none !important
}
.fullpage-simple #fp-nav ul li:hover a span {
    background-color: #fff;
    width: 10px !important;
    height: 10px !important;
    margin: -5px 0px 0px -5px !important
}
.fullpage-simple #fp-nav ul li a {
    max-height: inherit;
    min-width: inherit
}
.fullpage-simple #fp-nav ul li a span {
    border-radius: 100% !important;
    width: 4px !important;
    height: 4px !important;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff
}
.fullpage-simple #fp-nav ul li a.active span {
    background-color: #fff;
    height: 12px !important;
    width: 12px !important;
    margin: -6px 0 0 -6px !important
}
@media screen and (min-width: 768px) {
    .fullpage-simple .main-header:not(.fixed-header) {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9999
    }
}
.overflow-hidden {
    overflow-y: hidden !important;
    overflow-x: visible !important
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px
    }
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 17px;
    padding-right: 17px
}

.position-absolute {
    position: relative
}
section {
    padding: 0
}
.section:not(.fp-section):not(.recentnews) {
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0
}
.text-red {
    color: #eb2127 !important
}
#fullpage {
    overflow: hidden
}
.animate-text {
    visibility: hidden
}
.section1 {
    padding: 8em 0
}
.more-link {
    font-size: 18px;
    display: inline-block;
    
    font-weight: 700;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.more-link .k-ico {
    fill: currentColor;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-left: 15px;
    -webkit-transition: .3s ease transform;
    transition: .3s ease transform
}
.more-link:hover .k-ico {
    -webkit-transform: translateX(7px);
    transform: translateX(7px)
}
.nopm {
    padding: 0;
    margin: 0
}
small {
    font-weight: 700
}
#hero {
    display: block !important
}
#hero .fp-tableCell {
    display: block !important
}
.dark-black-bg {
    background-color: #262626 !important
}
.main-banner-nav {
    left: 17.5vw;
    position: absolute;
    z-index: 1000;
    bottom: 40px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 1
}
.main-banner-nav ul {
    margin: 0;
    padding: 0
}
.main-banner-nav ul li {
    display: block;
    margin: 8px 0;
    position: relative
}
.main-banner-nav ul li:nth-child(3) a {
    height: 90px
}
.main-banner-nav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    height: 30px;
    width: 4px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.main-banner-nav ul li a.active span {
    background: #eb2127
}
.main-banner-nav ul li a span {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 0;
    background: #EFEFEF;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
.Kobe-main-wrap {
    height: 100vh;
    background: #000;
    overflow: hidden;
    width: 100%;
    position: relative
}
.Kobe-main-wrap .slide1 {
    background-image: url(../images/home-img.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1a1a1a;
    position: absolute;
    overflow: hidden;
    padding: 0;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 1 !important
}
.Kobe-main-wrap .caption {
    position: absolute;
    min-height: 100%;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 10
}
.Kobe-main-wrap .caption h3 {
    font-size: 61px;
    letter-spacing: -1.53px;
    width: 80%;
    color: #fff;
    padding-top: 67px;
    line-height: 1
}
.Kobe-main-wrap .caption small {
    font-size: 0.3em
}
.Kobe-main-wrap .caption-slide-1 {
    -webkit-transform: matrix3d(1, 0.00017, 0, 0, -0.00017, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0.01, 1);
    transform: matrix3d(1, 0.00017, 0, 0, -0.00017, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0.01, 1)
}
.Kobe-main-wrap .caption-slide-2 {
    visibility: hidden
}
.Kobe-main-wrap .slide2 {
    position: absolute;
    min-height: 100%;
    width: 100%;
    top: 0;
    z-index: 2 !important;
    opacity: 0
}
.Kobe-main-wrap .slide2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 85%;
    max-width: 90%
}
.scrollmagic-pin-spacer .Kobe-main-wrap .caption-slide-2 {
    visibility: visible
}
#bubbles {
    position: absolute;
    min-height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 3
}
.Kobe-main-wrap .side-bar {
    font-size: 30px;
    cursor: pointer;
    color: #fff
}
.has-relative {
    z-index: 9999;
    position: relative
}
.mt-7 {
    margin-top: 20px;
    margin-bottom: 110px
}
.Kobe-main-wrap h3 {
    color: #fff;
    
}
.social-media {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 1.2em;
    z-index: 99
}
.social-media a {
    color: #fff;
    display: block;
    padding: .2em 1em
}
svg.lines {
    -webkit-filter: drop-shadow(0px 0px 30px red);
    filter: drop-shadow(0px 0px 30px red)
}
.navbar {
    display: none;
    background-color: #1a1a1b
}
.hireUsBtn {
    background-color: #f1f1f1;
    color: #1a1a1b;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important
}
.hire_us {
    color: #fff;
    font-size: 13px;
    
}
.setbg>img {
    display: none
}
.intro-se {
    background: #eb2127;
    padding: 7.87vw 0
}
.intro-se.fp-section {
    padding: 0
}
.intro-se p {
    font-size: 3.125rem;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.015em;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 768px) {
    .intro-se p{
        font-size: 28px;
    }
}
.intro-se .intro-tag {
    color: #fff;
    text-transform: uppercase;
    
    font-weight: 700;
    margin-bottom: 17px;
    font-size: 17px
}
.client-engagement {
    z-index: 11;
    color: #fff;
    background-color: #000;
    background-size: cover;
    background-repeat: no-repeat !important;
    background-position: left center !important
}
.client-engagement h2 {
    font-size: 2em;
    
}
.client-engagement p {
    font-size: 17px;
    ;
    font-weight: 400;
    margin-top: 1.4rem !important
}
.ideas-se {
    background-color: #2b2c2c !important;
    color: #fff;
    font-size: 18px;
    position: relative
}
.ideas-se h3 {
    font-size: 3.125rem;
    font-family: 'Montserrat', sans-serif;
}
.ideas-se h3 small {
    font-size: 1.0625rem;
    display: block;
    
    font-weight: 700;
    margin-bottom: 2.8125rem
}
.ideas-se.base-font h3 {
    
}
.ideas-se a {
    font-size: 18px;
    margin-top: 1em;
    color: #fff;
    display: inline-block;
    
}
.ideas-se a .k-ico {
    fill: currentColor;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-left: 15px
}
.ideas-se p {
    margin-top: 1.0625rem;
    font-size: 17px
}
.ideas-se *:not(.container-xl) {
    max-width: 820px
}
.video-yellow {
    background: #f79520
}
.video-yellow .right .black-arrow {
    border-color: transparent transparent transparent #000
}
.design-and-development-se {
    background: #46b371
}
.ideas-se.design-and-development-se h3 {
    color: #46b371
}
.design-and-development-se .left .arrow {
    border-color: transparent transparent transparent #46b371
}
.design-and-development-se .right .arrow {
    border-color: transparent #46b371 transparent transparent
}
.design-and-development-se .right .black-arrow {
    border-color: transparent transparent transparent #1A1A1B
}
.performance-marketing-se {
    background: #52aadd
}
.performance-marketing-se .services-description {
    background: #52aadd
}
.ideas-se.performance-marketing-se {
    background: #1A1A1B !important
}
.ideas-se.performance-marketing-se h3 {
    color: #52aadd;
    font-size: 3.125rem;
    margin-bottom: 0.9em
}
.ideas-se.performance-marketing-se p {
    font-size: 17px
}
.performance-marketing-se .left .arrow {
    border-color: transparent transparent transparent #52aadd;
    border-width: 30px 0 30px 30px
}
.performance-marketing-se .right .arrow {
    border-color: transparent #52aadd transparent transparent;
    border-width: 30px 30px 30px 0;
    left: -30px
}
.black-arrow .left .arrow {
    border-color: transparent transparent transparent #1A1A1B
}
.black-arrow .right .arrow {
    border-color: transparent transparent transparent #1A1A1B;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -30px;
    z-index: 999999
}
.blue-arrow .left .arrow {
    border-color: transparent transparent transparent #51AADE
}
.blue-arrow .right .arrow {
    border-color: transparent transparent transparent #51AADE;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -30px;
    z-index: 999999
}
.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.last-footer {
    color: #979797;
    font-size: 12px
}
.chart-main-img {
    width: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
    position: relative
}
.cust-text-box {
    background: transparent;
    border: 0px;
    border-bottom: 2px solid #fff
}
.kobe-media-bx .cust-text-box {
    background: transparent;
    border: 2px solid #fff;
    padding: 20px;
    color: #fff !important
}
.cust-text-box {
    background: transparent;
    border: 0px;
    border-bottom: 2px solid #fff;
    border-radius: 0
}
.subscribe {
    background: #fff;
    border: 0px;
    border-radius: 0px
}
.sendbtm {
    background: none;
    border: 1px solid #fff;
    border-radius: 0px
}
.input-group-append .btn:hover {
    color: #fff !important
}
.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.text-light {
    color: #f8f9fa !important;
    font-size: 1em;
    
}
.recentnews {
    overflow: hidden;
    padding: 0
}
@media screen and (min-width: 768px) {
    .recentnews .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}
.setbg {
    background-size: cover;
    background-position: center center
}
.sp {
    padding: 5.938em 0
}
.state_of_marketing {
    height: 44em;
    position: relative;
    width: 100%;
    margin: 0 0 30px
}
.article-btn {
    background: #eb2127;
    color: #fff;
    padding: 16px 46px;
    font-size: 12px;
    border-radius: 0;
    margin: 45px 0;
    border: 2px solid #eb2127
}
@media screen and (min-width: 768px) {
    .article-btn {
        margin: 45px auto
    }
}
@media screen and (max-width: 767px) {
    .article-btn {
        margin-top: 10px;
        padding: 9px 20px
    }
}
.article-btn:hover {
    border: 2px solid #eb2127;
    background-color: #fff;
    color: #eb2127
}
.recentnews-hero .recentnews-box .recentnews-details h2 {
    font-size: 3.000em;
    
}
.recentnews-hero .recentnews-image {
    height: 100%;
    width: 100%;
    border-bottom: 5px solid #E92629
}
.recentnews-hero .recentnews-box h3 {
    background: #eb2127;
    text-align: center;
    padding: 3.750em;
    color: #fff;
    font-size: 2.500em;
    margin-bottom: 0px
}
.recentnews-hero .recentnews-box .recentnews-details {
    padding: 4.500em 2.563em;
    bottom: 0;
    left: 0;
    right: 0
}
.recentnews-hero .recentnews-box .recentnews-details .title {
    ;
    font-size: 0.750em
}
.recentnews-hero .recentnews-box .recentnews-details h4 {
    padding-top: 0.625em;
    font-size: 3.000em;
    
}
.recentnews-hero .recentnews-box .recentnews-details p {
    ;
    font-size: 1.000em;
    font-weight: normal
}
.recentnews-testimonial {
    text-align: center;
    padding: 3em 0;
    font-size: 0.813em;
    ;
    font-weight: 400;
    color: #606060
}
.recentnews-testimonial blockquote {
    margin: 0 3em;
    font-size: 1.750em;
    font-family: "Times";
    margin-bottom: 1em
}
.recentnews-testimonial blockquote:before {
    content: "“";
    display: block;
    font-size: 2em;
    line-height: normal
}
.recentnews-tags .title {
    font-size: 0.813em;    
    border-bottom: 1px solid #808080;
    padding-bottom: 1em
}
.recentnews-tags a {    
    font-size: 0.813em;
    margin-right: 0.913em;
    color: #808080
}
.image-caption {
    position: relative
}
.image-caption img {
    width: 100%
}
.image-caption .caption {
    background-color: #1A1A1B;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;    
    font-size: 0.813em;
    color: #fff;
    padding: 0.6em 1.2em
}
.recentnews-comments .title {
    font-size: 0.813em;    
    border-top: 1px solid #808080;
    padding-top: 1em;
    padding-bottom: 1em
}
.recentnews-comments .comment-box {    
    padding: 1em 1.4em;
    background: #F2F2F2;
    margin-bottom: 1em
}
.recentnews-comments .comment-box .by {
    font-size: 0.875em;
    display: inline-block;
    vertical-align: middle
}
.recentnews-comments .comment-box .time {
    font-size: 0.625em;
    display: inline-block;
    vertical-align: middle
}
.recentnews-comments .comment-box .time:before {
    content: "-";
    display: inline-block;
    margin-right: 0.5em
}
.recentnews-comments .comment-box .comment {
    font-size: 0.750em;
    color: #808080
}
.blog-silder img {
    height: 470px
}
#klogo {
    position: absolute;
    top: 5%;
    bottom: 0;
    height: 90%;
    width: 100%;
    z-index: 9
}
.r11 {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.r11:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 100%
}
.r169 {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.r169:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.3%
}
.r169>.rcontainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin: 0
}
.cs-container {
    max-width: 1270px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
a {
    color: #000000;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    -ms-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    text-decoration: none;
    font-weight: 500
}
a:hover,
a:focus {
    color: #e41e26;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    -ms-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    text-decoration: none
}
:focus {
    outline: -webkit-focus-ring-color auto 0px
}
.animsition {
    overflow: hidden
}
.red-bg {
    background: #E92629;
    color: #FFFFFF
}
.black-bg {
    background: #1A1A1B;
    color: #FFFFFF;
    z-index: 0
}
.gray-bg {
    background: #333333 !important;
    color: #FFFFFF
}
.blue-bg {
    background: #51AADE;
    color: #FFFFFF
}
.green-bg {
    background: #47B372;
    color: #FFFFFF;
    z-index: 0
}
.yellow-bg {
    background: #f79520;
    color: #FFFFFF
}
.dark-graybg {
    background: #414141;
    color: #ffff
}
.text-green {
    color: #46b472 !important
}
.text-blue {
    color: #51aade !important;
    font-size: 12px
}
.text-orange {
    color: #f79520
}
.text-white {
    color: #FFFFFF
}
.text-yellow {
    color: #f89521 !important
}
.parallax-mirror {
    z-index: 1 !important
}
.btn-danger {
    background: #eb2127;
    padding: 14px 1em;
    font-size: 19px;
    
}
.btn-danger:hover {
    color: #000 !important;
    background-color: #fff;
    border-color: transparent
}
.text-big {
    font-size: 1em !important
}
a.animation-arrow {
    margin: 0
}
a:hover.animation-arrow {
    margin-left: 0px
}
a.animation-arrow-right {
    margin: 0
}
a:hover.animation-arrow-right {
    margin-right: 10px
}
.black-bg .white-bg-caption {
    background: #1A1A1B;
    z-index: 10
}
.cta-bar {
    margin: 0
}
.cta-bar.font-caslon h2 {
    font-size: 2.750em;
    font-family: 'Big Caslon'
}
p.cta-title {
    font-size: 0.813em;
    ;
    font-weight: bold;
    margin-bottom: 2.2em
}
.cta-bar-revers h2 {
    font-size: 2.375em;
    ;
    margin-bottom: 1em;
    font-weight: 600
}
.cta-bar-revers p {
    font-size: 1em;
    ;
    font-weight: normal;
    margin-bottom: 1em
}
.border-bottom {
    border-bottom: 2px solid #dee2e6 !important
}
.box.white {
    color: #000000
}
.box.white .card {
    background: transparent;
    border-radius: 0;
    border: 2px solid #000000;
    margin-bottom: 1em
}
.card-footer span {
    min-width: 209px;
    display: inline-block
}
.border-bottom {
    border-bottom: 2px solid #dee2e6 !important
}
.box.white {
    color: #000000
}
.box.white .card {
    background: transparent;
    border-radius: 0;
    border: 2px solid #000000;
    margin-bottom: 1em
}
.arrow-box-white.red-bg {
    background: #e82629;
    color: #FFFFFF;
    border: 2px solid #e82629
}
.arrow-box-white.red-bg:before {
    content: url(../Image/arrow-red.png)
}
.arrow-box-white:hover {
    background: #e82629;
    color: #FFFFFF
}
.arrow-box-white:hover:before {
    background: #e82629;
    border: 2px solid #e82629
}
.arrow-box-white:hover:after {
    border: 2px solid #e82629
}
.arrow-box-white {
    position: relative;
    color: #000;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
    cursor: pointer;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s
}
.arrow-box-white:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 2px solid #000000;
    content: '';
    position: absolute;
    height: 50px;
    width: 50px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -25px;
    top: 50%;
    margin-top: -25px
}
.arrow-box-white:before {
    border: 2px solid #000000;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%
}
.arrow-box-white .card {
    border-radius: 0;
    border: 0;
    height: 100%;
    background: transparent
}
.arrow-box-white .card .card-body {
    padding: 2.5em 4em 0 2.5em
}
.arrow-box-white .card .card-body h6 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.34px;
    margin-bottom: 2em;
    
}
.arrow-box-white .card .card-body h5.card-title {
    font-size: 2.5rem;
    letter-spacing: -0.92px;
    
    font-weight: 700;
    margin-bottom: 1em
}
.arrow-box-white .card-footer {
    padding: 0 2em 2.5em;
    background: transparent;
    border: 0;
    font-size: 22px;
    
}
.cta-bottom-image {
    background-size: cover;
    background-position: center center
}
.white-bg-caption {
    background-color: #FFFFFF;
    margin-top: -3em;
    padding: 3em 3em 0
}
.white-bg-caption h2 {
    font-size: 2.500em;
    margin-bottom: 0.7em;
    
}
.white-bg-caption p {
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    ;
    margin-bottom: 0
}
.white-bg-caption a {
    color: #FFFFFF;
    font-size: 20px;
    
}
.white-bg-caption a:hover {
    color: #e82629
}
.parallax-career,
.parallax-about-people,
.parallax-about-career {
    min-height: 500px;
    background: transparent
}
.figure-kd {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer
}
.figure-kd .figure-img {
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s
}
.figure-kd:hover .figure-img {
    -webkit-transform: translate3d(0, -.05%, 0) scale3d(1.1, 1.1, 1) !important;
    transform: translate3d(0, -.05%, 0) scale3d(1.1, 1.1, 1) !important
}
.figure-kd .figure-caption {
    position: absolute;
    bottom: 20px;
    left: 20px
}
.figure-kd:hover .figure-caption {
    display: none
}
.figure-kd h2 {
    font-size: 1.800em;
    ;
    color: #FFFFFF
}
.figure-kd h4 {
    font-size: 0.800em;
    ;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 2.5em
}
.figure-kd p {
    font-size: 0.9em;
    ;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 2.5em
}
.figure-kd a {
    color: #FFFFFF
}
.figure-kd .base-caption {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -26em;
    background: #e82629;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    -ms-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s
}
.figure-kd .base-caption:after {
    position: absolute;
    content: '';
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -1.250em;
    border-color: transparent;
    border-bottom-color: #e82629;
    border-style: solid;
    border-width: 0 0 2.625em 2.625em;
    height: 0;
    width: 0
}
.figure-kd .left-caption {
    width: 24em;
    padding: 1.8em;
    opacity: 0
}
.figure-kd .left-caption:after {
    content: '';
    top: 50%;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}
.figure-kd:hover .left-caption {
    left: 0;
    opacity: 1
}
.figure-kd .left-caption .content-cp {
    position: absolute;
    bottom: 5%;
    width: 20em
}
.figure-kd .bottom-caption {
    width: 100%;
    height: 8em;
    position: absolute;
    bottom: -10em;
    top: inherit;
    left: 0;
    right: 0;
    padding: 1em;
    opacity: 0
}
.figure-kd:hover .bottom-caption {
    bottom: 0;
    opacity: 1
}
.figure-kd .bottom-caption:after {
    content: '';
    top: -1.250em;
    -webkit-transform: rotate(226deg);
    transform: rotate(226deg);
    right: 0;
    left: 3em
}
.figure-kd .full-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    top: inherit;
    left: 0;
    right: 0;
    padding: 3em;
    opacity: 0
}
.figure-kd:hover .full-caption {
    bottom: 0;
    opacity: 1
}
.figure-kd .full-caption:after {
    content: '';
    display: none
}
.hm-navigation {
    background: #1a1a1b;
    width: 100%;
    color: #FFFFFF;
    padding: 0;
    overflow-x: hidden;
    position: fixed;
    height: 100%;
    z-index: 9999;
    top: 0;
    display: inline-block;
    right: 0;
    transition: ease-in-out all 0.3s;
    -webkit-transition: ease-in-out all 0.3s;
    -ms-transition: ease-in-out all 0.3s;
    -o-transition: ease-in-out all 0.3s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition: -webkit-transform 700ms cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition: transform 700ms cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition: transform 700ms cubic-bezier(0.86, 0.01, 0.77, 0.78), -webkit-transform 700ms cubic-bezier(0.86, 0.01, 0.77, 0.78);
    will-change: transform
}
.hm-navigation>div {
    min-height: 100%
}
.hm-navigation a {
    color: #FFFFFF
}
.hm-navigation .container-fluid>.row {
    margin-right: -30px;
    margin-left: -30px
}
.hm-navigation .leftpart {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #121212;
    width: 16em;
    height: auto !important
}
ul.nav-social-icon {
    margin: 3em 2em 0px;
    padding: 0
}
ul.nav-social-icon li {
    display: inline-block;
    list-style-type: none
}
ul.nav-social-icon li a {
    color: #ffffff;
    padding: 1em 0.5em
}
ul.nav-social-icon li a:hover {
    color: #e82629
}
ul.nav-social-icon-banner {
    margin: 0 1em 0 0
}
ul.nav-social-icon-banner li {
    display: block;
    list-style-type: none;
    padding: 5px 0
}
ul.nav-social-icon-banner li a {
    color: #ffffff;
    padding: 1em 0.5em
}
ul.nav-social-icon-banner li a:hover {
    color: #e82629
}
.hm-navigation .nav-pills {
    padding: 0 0em;
    margin: 0 25px;
    width: 100%
}
.hm-navigation .nav-pills .nav-item {
    padding: 0.4em 0
}
.hm-navigation .nav-pills .nav-item a {
    font-weight: normal;
    
}
.hm-navigation .nav-pills .nav-link {
    background: transparent;
    border: 0;
    border-radius: 0;
    font-weight: normal;
    ;
    font-size: 1.1em
}
.hm-navigation .nav-pills .nav-link span {
    width: 5em;
    display: inline-block
}
.hm-navigation .nav-pills .nav-link.active,
.hm-navigation .nav-pills .show>.nav-link {
    color: #ec2227;
    background: transparent
}
.hm-navigation .tab-content {
    padding: 0em 3em 0em
}
.hm-navigation .tab-content hr {
    background: #FFFFFF;
    margin-top: 0.5em;
    margin-bottom: 0.5em
}
.hm-navigation .tab-content h3 {
    font-size: 1.4em
}
.hm-navigation .tab-content h4 {
    font-size: 1.2em
}
.hm-navigation .tab-content p {
    font-size: 0.9em;
    margin-bottom: 0.3em
}
.hm-navigation .tab-content .insights a {
    font-size: 0.9em
}
.hm-navigation .tab-content .about-nav a {
    font-size: 0.9em
}
.hm-navigation .tab-content .about-nav h3.caslon {
    font-family: 'Big Caslon';
    font-size: 1.2em
}
#pills-services .nav-pills {
    text-align: left;
    padding: 0
}
#pills-services .nav-pills .nav-item .nav-link {
    padding-left: 0
}
#pills-services .nav-pills .nav-item .nav-link i {
    float: right;
    margin-right: 1em
}
#pills-services .tab-content {
    padding: 0
}
#pills-services .tab-content .red-button {
    border-radius: 0;
    border: 2px solid #ec2227;
    color: #FFFFFF;
    padding: 0;
    line-height: 1
}
#pills-services .tab-content .red-button b {
    padding-top: 0.8em;
    display: inline-block;
    font-weight: normal;
    font-size: 1.2em
}
#pills-services .tab-content .red-button .btn-label {
    background: #ec2227;
    height: 100%;
    color: #1a1a1b;
    right: 0;
    float: right;
    padding: 0.3em 0.4em
}
#pills-services .tab-content .red-button .btn-label i {
    -webkit-transform: rotate(320deg);
    transform: rotate(320deg);
    font-size: 2.4em
}
#pills-services .image-caption .caption {
    bottom: 30px;
    background: transparent
}
#pills-services .image-caption .caption h3 {
    color: #FFFFFF
}
.hm-navigation header {
    padding: 30px 15px !important
}
.hm-navigation header .navbar-brand {
    z-index: 999999;
    padding-left: 30px
}
.bar-btn {
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 9999999
}
.bar-btn .toggle-btn {
    position: relative;
    right: auto
}
.nav-bar-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 100px;
    position: relative;
    width: 100%
}
@media screen and (max-width: 1024px) {
    .nav-bar-flex {
        padding-left: 70px
    }
}
@media screen and (max-width: 767px) {
    .nav-bar-flex {
        padding-left: 60px
    }
}
.nav-bar-flex .header-contact-us-btn {
    margin-left: auto;
    white-space: nowrap;
    margin-bottom: 5px
}
@media screen and (max-width: 767px) {
    .nav-bar-flex .header-contact-us-btn {
        margin-right: 0
    }
}
.toggle-btn {
    font-size: 9px;
    line-height: 1.2em;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 27px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 10px;
    z-index: 99;
    -webkit-transition: background 0.6s ease, color 0.6s ease;
    transition: background 0.6s ease, color 0.6s ease;
    display: block
}
@media screen and (max-width: 767px) {
    .toggle-btn.open {
        margin-top: -9px
    }
}
.toggle-btn.open span:nth-child(1),
.toggle-btn.open span:nth-child(4) {
    opacity: 0
}
.toggle-btn span:nth-child(1) {
    top: 2px
}
@media screen and (min-width: 1025px) {
    .toggle-btn:hover span {
        background-color: #eb2127
    }
}
.toggle-btn.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px
}
.toggle-btn.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.toggle-btn span {
    display: block;
    height: 3px;
    width: 37px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: background-color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, opacity .3s ease, transform .3s ease;
    transition: background-color .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}
.toggle-btn span:nth-child(4) {
    top: 25px
}
.toggle-btn span:nth-child(2) {
    top: 10px
}
.toggle-btn span:nth-child(3) {
    top: 18px
}
@media screen and (max-width: 767px) {
    .toggle-btn span {
        height: 1px
    }
}
.toggle-btn.open span:nth-child(1),
.toggle-btn.open span:nth-child(4) {
    opacity: 0
}
.toggle-btn span:nth-child(4) {
    top: 25px
}
button:focus {
    outline: none;
    border-radius: 0
}
.nav-o-open {
    position: sticky;
    margin-right: 25px;
    z-index: 999999
}
.new-font-space h3 small {
    font-size: 12px;
    display: block;
    
    font-weight: 700;
    margin-bottom: 2.500em
}
.new-font-space h4 {
    
    font-weight: 700;
    font-size: 3.250em;
    line-height: 1.2;
    margin-bottom: 0
}
.new-font-space h5 {
    ;
    line-height: 1;
    font-size: 1.750em;
    font-weight: 500;
    margin-top: 1em
}
.new-font-space h3 {
    
    font-weight: 700;
    font-size: 2.300em;
    line-height: 1.2;
    margin-bottom: 0
}
.new-font-space p {
    margin-top: 2.5em;
    margin-bottom: 1.3em;
    ;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.4
}
.new-font-space p+p {
    margin-top: 0
}
.new-font-space a {
    
    font-weight: 700;
    font-size: 20px
}
.new-font-space a:hover {
    color: #e82629
}
.full-banner header {
    background: transparent
}
.btn-white {
    background: #FFFFFF
}
.discription-wrap {
    padding: 2em
}
.discription-wrap h2 {
    
    font-weight: 700;
    font-size: 27px;
    letter-spacing: -0.54px
}
.allidea svg {
    font-size: 0.9em
}
.desktop {
    display: block
}
.mobile {
    display: none
}
.bannertitel {
    position: relative;
    z-index: 9
}
.darkbanner:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.68);
    opacity: 0.9
}
.lefting-wrap figure {
    color: #46b472;
    font-weight: bold;
    font-size: 20px
}
.timeline-space h3 {
    ;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 0
}
.timeline-space p {
    font-size: 12px
}
.kobe-design figure {
    color: #f89521;
    font-weight: bold;
    font-size: 20px
}
.kobe-media figure {
    color: #51AADE;
    font-weight: bold;
    font-size: 20px
}
.services .form-control {
    padding: 0px
}
.awarness {
    margin-bottom: 2em
}
.awarnessbx h4 {
    font-size: 36px;
    
    font-weight: 700;
    margin-bottom: .6rem
}
.awarnessbx hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #fff
}
.awarnessbx .shapblue {
    border-right: 75px solid rgba(0, 0, 0, 0);
    border-top: 75px solid #41c1cc;
    display: block;
    width: 0px
}
.awarnessbx .magenta {
    border-right: 75px solid rgba(0, 0, 0, 0);
    border-top: 75px solid #4c52a0;
    display: block;
    width: 0px
}
.awarnessbx .yellow {
    border-right: 75px solid rgba(0, 0, 0, 0);
    border-top: 75px solid #f4e400;
    display: block;
    width: 0px
}
.awarnessbx .green {
    border-right: 75px solid rgba(0, 0, 0, 0);
    border-top: 75px solid #8cbb3f;
    display: block;
    width: 0px
}
.a-dark {
    background: #414141;
    color: #fff;
    padding: 1.8em;
    border-left: 1px solid #fff;
    margin-top: 2em
}
.a-dark h4 {
    font-size: 24px;
    font-weight: bold;
    
}
.a-dark ul {
    padding: 0em 1em
}
.a-dark ul li {
    line-height: 2;
    font-size: 1.094em
}
.shapblue-text {
    color: #41c1cc
}
.magenta-text {
    color: #4c52a0
}
.yellow-text {
    color: #F4E400
}
.green-text {
    color: #8cbb3f
}
.horizontalline {
    border-top: 1px solid #fff;
    position: relative
}
.horizontalline:before {
    content: "|";
    position: absolute;
    left: -2px;
    bottom: -11px
}
.stages h5 {
    font-size: 1.500em;
    font-weight: bold;
    
}
@media only screen and (min-width: 1920px) {
    .arrow-box-white:before {
        right: 0px
    }
    .services .services-description .content {
        padding: 0em 10em
    }
    #timeline .timeline-badge {
        margin-left: -5px
    }
}
@media only screen and (max-width: 1280px) {
    .setbg {
        background-size: cover;
        background-position: center center !important
    }
}
@media only screen and (max-width: 1024px) {
    .recentnews h3 {
        padding: 0;
        font-size: 32px
    }
    .hm-navigation .leftpart {
        width: 14em
    }
    .blue-arrow .right .arrow {
        left: -25px
    }
    .services .left .arrow {
        right: -25px
    }
    .services .setbg {
        width: 100%;
        position: relative;
        min-height: auto
    }
    html,
    body {
        font-size: 14px
    }
    .inner-page-hero.setbg,
    .inner-page-image.setbg {
        background-position: center center
    }
    .white-bg-caption p {
        font-size: 1em;
        font-weight: 500
    }
    .testimonials-big p {
        font-size: 1em;
        font-weight: 500
    }
    .testimonials-big p+p {
        font-size: 1em;
        font-weight: 500
    }
    .benefits-big p,
    .benefits-big .box .card-body p {
        font-size: 1em;
        font-weight: 500
    }
    .state_of_marketing p {
        font-size: 1em;
        font-weight: 500
    }
    .recentnews .recentnews-box .recentnews-details p,
    .recentnews .recentnews-box .recentnews-details .title {
        font-size: 1em;
        font-weight: 500
    }
    .recentnews-comments .comment-box .comment p,
    .recentnews-comments .comment-box .by,
    .recentnews-comments .comment-box .time {
        font-size: 1em;
        font-weight: 500
    }
    .recentnews-comments .title {
        font-size: 1em;
        font-weight: 500
    }
    .recentnews-hero .recentnews-box .recentnews-details .title,
    .box .card-body p {
        font-size: 1em;
        font-weight: 500
    }
    .services .services-description .content {
        padding: 2em
    }
    .ideas-se,
    .intro {
        padding: 6em !important
    }
    .logo-box .card.card-one-bg,
    .logo-box .card.card-two-bg,
    .logo-box .card.card-three-bg {
        min-height: auto
    }
    .benefits-big .box .card-body {
        min-height: auto
    }
    .arrow-box-white {
        margin-bottom: 1.3em
    }
    .discription-wrap {
        padding: 3em
    }
    .recentnews h4 {
        font-size: 3.5em;
        font-weight: 300
    }
    .client-engagement .container-xl {
        padding: 0
    }
    .client-engagement .discription-wrap {
        padding: 10em;
        background: #000;
        color: #fff
    }
    .client-engagement h2 {
        font-size: 23px
    }
    .circlebx {
        padding: 0 0 6em
    }
}
@media only screen and (max-width: 920px) {
    .services .setbg {
        width: 100%;
        position: relative;
        min-height: auto
    }
}
@media only screen and (max-width: 991px) {
    .client-engagement {
        background: #000 !important
    }
    .client-engagement .discription-wrap {
        background: #000;
        color: #fff;
        padding: 10em
    }
    .recentnews h4 {
        font-size: 1.5em
    }
    .state_of_marketing p {
        font-size: 0.9em
    }
}
@media only screen and (max-width: 600px) {
    .client-engagement .discription-wrap {
        padding: 8em
    }
}
@media only screen and (max-width: 768px) {
    .hm-navigation .leftpart {
        width: 14em
    }
    .nav-link {
        display: block;
        padding: .5rem 0rem;
        width: 100%
    }
    body {
        font-size: 10px
    }
    .intro {
        padding: 6em !important
    }
    .arrow-box-white {
        margin-bottom: 1.3em
    }
    .recentnews h3 {
        padding: 20px 0;
        font-size: 21px
    }
    .arrow-box-white .card .card-body h5.card-title {
        font-size: 1.5em
    }
    .arrow-box-white .card .card-body {
        padding: 1em
    }
    .arrow-box-white .card-footer {
        padding: 1em
    }
    .benefits-big .box h5.card-title {
        font-size: 1.5em
    }
    .recentnews-images img {
        width: auto;
        margin-right: 0.5em;
        height: 400px
    }
    .logo-box .card .card-body {
        padding: 4.5em 3em 0
    }
    .logo-box .card-footer {
        padding: 0 3em 4.5em 3em
    }
    .logo-box .card.card-one-bg {
        min-height: auto
    }
    .logo-box .card.card-two-bg {
        min-height: auto
    }
    .logo-box .card.card-three-bg {
        min-height: auto
    }
    .benefits-big .box .card-body {
        min-height: auto
    }
    .new-font-space h3 {
        font-size: 1.3em
    }
    .services .services-description .content {
        padding: 1em 2em
    }
    .new-font-space p {
        line-height: 1.3
    }
    .ideas-se h3 {
        font-size: 1em !important
    }
    .ideas-se p {
        font-size: 14px;
        line-height: 19px
    }
    .ideas-se a {
        font-size: 0.8em
    }
    .ideas-se .container,
    .intro .container,
    .client-engagement .container {
        padding-bottom: 2.5em;
        padding-top: 2.5em
    }
    .services .services-description .content {
        padding: 2em
    }
    #pills-services .tab-content .red-button b {
        font-size: 0.813em
    }
    .service-tab {
        min-height: 10px
    }
    .recentnews h4 {
        font-size: 2.5em
    }
    .services .setbg {
        width: 100%;
        position: relative;
        min-height: auto
    }
}
@media only screen and (max-width: 767px) {
    .Kobe-main-wrap .caption h3 {
        font-size: 2em
    }
    .hm-navigation .nav-pills {
        margin: 0 0px 0 0;
        text-align: center
    }
    ul.nav-social-icon {
        margin: 0em 2.2em 24px;
        padding: 0;
        text-align: center
    }
    .circle-tab-content {
        display: none;
        max-width: 400px;
        margin: 0 auto;
        text-align: left
    }
    .circle-tab-content ul {
        text-align: left
    }
    .recentnews .recentnews-box,
    .state_of_marketing {
        margin: 0px 0px 15px
    }
    .circle-tab {
        text-align: center
    }
    .figure-kd .bottom-caption {
        height: auto
    }
    .card-footer span {
        min-width: 80%;
        display: inline-block
    }
    .parallax-career,
    .parallax-about-people,
    .parallax-about-career {
        min-height: 300px
    }
    .recentnews h3 {
        padding: 0 0;
        font-size: 21px
    }
    html,
    body {
        font-size: 12px
    }
    .recentnews .recentnews-box .recentnews-details {
        position: relative;
        margin-bottom: 15px
    }
    .recentnews .recentnews-box .recentnews-details h4 {
        font-size: 2em
    }
    .hm-navigation .leftpart {
        display: none
    }
    .recentnews-content .download {
        font-size: 1.2em
    }
    .recentnews-content .time {
        font-size: 1.2em
    }
    .blog-silder img {
        height: auto
    }
    header .navbar-nav {
        padding-left: 0;
        text-align: center
    }
    header .btn {
        font-size: 1em;
        width: 100%
    }
    .navbar-toggler {
        background-color: #ffffff
    }
    .nav-link {
        padding: 1.2rem 1rem
    }
    header {
        padding: 15px 0
    }
    header .navbar-expand-md .navbar-nav .nav-link {
        font-size: 1.2em
    }
    .logo-box .card.card-one-bg {
        min-height: auto
    }
    .logo-box .card.card-two-bg {
        min-height: auto
    }
    .logo-box .card.card-three-bg {
        min-height: auto
    }
    .benefits-big .box .card-body {
        min-height: auto
    }
    .recentnews-content .social li a {
        color: #000;
        display: inline-block;
        float: left;
        padding: 0em 0.938em 0em 0;
        font-size: 1.5em
    }
    .recentnews-hero .recentnews-box .recentnews-details {
        padding: 4.500em 0.563em
    }
    .white-bg-caption {
        width: 85%;
        margin: -6em auto 0
    }
    .testimonials-big h4 {
        margin-top: 1em
    }
    .testimonials blockquote {
        margin-top: 0
    }
    .white-bg-caption p,
    .testimonials-big p+p,
    .testimonials-big p,
    .benefits-big p,
    .benefits-big .box .card-body p,
    .state_of_marketing p,
    .recentnews .recentnews-box .recentnews-details p,
    .recentnews .recentnews-box .recentnews-details .title,
    .recentnews-comments .comment-box .comment p,
    .recentnews-comments .comment-box .by,
    .recentnews-comments .comment-box .time,
    .recentnews-comments .title,
    .recentnews-hero .recentnews-box .recentnews-details .title,
    .logo-box .card p {
        font-size: 1.4em
    }
    .ideas-se h3,
    .ideas-se.performance-marketing-se h3 {
        font-size: 2em
    }
    .ideas-se,
    .intro {
        padding: 2em 0.8em !important
    }
    .intro p {
        font-size: 2em !important
    }
    .recentnews h3 {
        padding: 40px 0
    }
    .client-engagement .container {
        padding: 0px
    }
    .recentnews .recentnews-box,
    .state_of_marketing {
        height: auto
    }
    .inner-page-hero-revers {
        min-height: 500px
    }
    .navbar-sm-kb {
        margin-left: 40px
    }
    .hm-navigation header {
        padding: 15px !important
    }
    .mobile {
        display: block
    }
    .desktop {
        display: none
    }
}
@media only screen and (max-width: 640px) {
    body {
        font-size: 12px
    }
    .Kobe-main-wrap .caption {
        top: 50px
    }
    .service-tab {
        min-height: 10px
    }
    .client-engagement .discription-wrap {
        padding: 3em 20px !important
    }
}
@media only screen and (max-width: 500px) {
    .client-engagement .discription-wrap {
        padding: 5em
    }
}
@media only screen and (max-width: 480px) {
    .mbtext {
        text-align: center
    }
}
@media only screen and (max-width: 380px) {
    .client-engagement h2 {
        font-size: 18px
    }
    .client-engagement .discription-wrap {
        padding: 3.2em
    }
    .client-engagement .fp-tableCell {
        display: block
    }
}
@media only screen and (max-width: 320px) {
    .inner-page-hero-revers h2 {
        font-size: 1.75em
    }
}
.type-page[class*='post'] {
    padding-right: 17px;
    padding-left: 17px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px
}
.type-page[class*='post'] h1,
.type-page[class*='post'] h2,
.type-page[class*='post'] h3,
.type-page[class*='post'] h4,
.type-page[class*='post'] h5,
.type-page[class*='post'] h6 {
    
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.2em
}
.type-page[class*='post'] h4 {
    font-size: 2.5rem;
    margin-bottom: 1.2em
}
.type-page[class*='post'] h5 {
    font-size: 1.375rem;
    margin-bottom: 1em;
    color: #313132
}
.type-page[class*='post'] b,
.type-page[class*='post'] strong {
    
    font-weight: 700;
    font-weight: normal
}
.type-page[class*='post'] a {
    color: #eb2127 !important;
    text-decoration: underline
}
.type-page[class*='post'] a:hover {
    text-decoration: none
}
.type-page[class*='post'] .head-alt,
.type-page[class*='post'] blockquote,
.type-page[class*='post'] .wp-block-quote {
    font-family: 'Montserrat', sans-serif;;
    font-size: 2.75rem;
    letter-spacing: -.35px;
    color: #464547;
    font-weight: 600;
    margin-bottom: .8em
}
.type-page[class*='post'] .head-alt p,
.type-page[class*='post'] blockquote p,
.type-page[class*='post'] .wp-block-quote p {
    font-size: inherit;
    color: inherit;
    line-height: inherit
}
.type-page[class*='post'] p {
    color: #313132;
    line-height: 1.3;
    font-size: 14px
}
.type-page[class*='post'] p:first-of-type {
    margin-top: 0
}
.type-page[class*='post'] p:empty {
    display: none
}
.type-page[class*='post'] p:empty+h3,
.type-page[class*='post'] p:empty+h4,
.type-page[class*='post'] p:empty+h5,
.type-page[class*='post'] p:empty+h6 {
    margin-top: 0
}
.type-page[class*='post'] p+h3,
.type-page[class*='post'] p+h4,
.type-page[class*='post'] p+h5,
.type-page[class*='post'] p+h6 {
    margin-top: 25px
}
.type-page[class*='post'] p+p>img {
    margin-top: 25px
}
.type-page[class*='post'] .has-small-font-size {
    font-size: 13px
}
@media screen and (max-width: 767px) {
    .type-page[class*='post'] .has-small-font-size {
        font-size: 11px
    }
}
.type-page[class*='post'] .has-normal-font-size {
    font-size: 16px
}
@media screen and (max-width: 767px) {
    .type-page[class*='post'] .has-normal-font-size {
        font-size: 14px
    }
}
.type-page[class*='post'] .has-medium-font-size {
    font-size: 20px
}
@media screen and (max-width: 767px) {
    .type-page[class*='post'] .has-medium-font-size {
        font-size: 18px
    }
}
.type-page[class*='post'] .has-large-font-size {
    font-size: 36px
}
@media screen and (max-width: 767px) {
    .type-page[class*='post'] .has-large-font-size {
        font-size: 28px
    }
}
.type-page[class*='post'] .has-huge-font-size {
    font-size: 42px
}
@media screen and (max-width: 767px) {
    .type-page[class*='post'] .has-huge-font-size {
        font-size: 33px
    }
}
.type-page[class*='post'] hr {
    border-top-color: #8f98a1;
    margin-top: 2rem;
    margin-bottom: 2rem
}
.type-page[class*='post'] .wp-block-separator {
    max-width: 100px;
    border: none;
    border-bottom: 2px solid #8f98a1 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem
}
.type-page[class*='post'] .wp-block-separator.is-style-wide {
    border-bottom-width: 1px !important;
    max-width: 100%
}
.type-page[class*='post'] .wp-block-separator.is-style-dots {
    border: 0 !important
}
.type-page[class*='post'] .wp-block-separator.is-style-dots:before {
    padding-left: 0;
    color: #8f98a1
}
.type-page[class*='post'] table {
    border-collapse: collapse
}
.type-page[class*='post'] table th,
.type-page[class*='post'] table td {
    padding: 7px 10px;
    border: 1px solid #1a1a1a
}
.type-page[class*='post'] ul {
    margin-left: 0
}
.type-page[class*='post'] .glance-list {
    padding: 30px 50px;
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    background-color: #f2f2f2;
    margin-top: 5rem;
    margin-bottom: 2rem
}
.type-page[class*='post'] .glance-list ul {
    list-style-position: inside;
    padding: 0;
    margin: 0
}
.type-page[class*='post'] .glance-list ul li {
    font-size: 12px;
    line-height: 1.4
}
.type-page[class*='post'] .glance-list ul li:not(:last-child) {
    margin-bottom: 1.75rem
}
.type-page[class*='post'] .social {
    padding-top: 23px
}
.type-page[class*='post'] .social ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.type-page[class*='post'] .social li {
    margin: 0;
    padding: 0;
    list-style: none
}
.type-page[class*='post'] .social li a {
    color: #000 !important;
    display: inline-block;
    padding-bottom: 8px
}
.type-page[class*='post'] .social li a:hover {
    color: #eb2127 !important
}
.page .type-page[class*='post'] {
    max-width: 1080px
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }
}
.preloader-main {
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
@media screen and (min-width: 768px) {
    .preloader-main {
        display: none !important
    }
}
.preloader-main.is-hide {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    pointer-events: none;
    opacity: 0;
    visibility: hidden
}
.preloader-main .k-ico {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -60px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    -webkit-filter: drop-shadow(0px 0px 18px rgba(255, 0, 0, 0.7));
    filter: drop-shadow(0px 0px 18px rgba(255, 0, 0, 0.7))
}
@media screen and (max-width: 767px) {
    [data-preload="true"] {
        pointer-events: none;
        overflow: hidden !important
    }
    [data-preload="true"] body {
        pointer-events: none;
        overflow: hidden !important
    }
    [data-preload="true"] .main-banner,
    [data-preload="true"] .main-wrap {
        display: none
    }
}
.menu-opened #fp-nav {
    display: none !important
}
body.no-scroll {
    -ms-scrollbar-base-color: rgba(0, 0, 0, 0);
    scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
    scrollbar-width: thin
}
body.no-scroll::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 0
}
body.no-scroll::-webkit-scrollbar {
    width: 0;
    background-color: rgba(0, 0, 0, 0)
}
body.no-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0)
}
.no-scroll #fp-nav.fp-left{
    right: 55px !important;
    left: auto !important;
}
.no-scroll #fp-nav ul li a span, .no-scroll .fp-slidesNav ul li a span{
    background-color: #fff;
}


body.home {
    -ms-scrollbar-base-color: rgba(0, 0, 0, 0);
    scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
    scrollbar-width: thin
}
body.home::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 0
}
body.home::-webkit-scrollbar {
    width: 0;
    background-color: rgba(0, 0, 0, 0)
}
body.home::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0)
}
body.home .preloader-main {
    display: block
}
body.home #fp-nav.fp-left {
    left: 4vw;
    top: auto;
    bottom: 2vw;
    -webkit-transform: none;
    transform: none;
    margin-left: 3px
}
/*
.home.fp-viewing-1 .main-header .navbar-brand, .home.fp-viewing-2 .main-header .navbar-brand{
    width: 120px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 145px;
}
.home.fp-viewing-1 .main-header .btn, .home.fp-viewing-2 .main-header .btn{
    background-color: #0000 !important;
    position: absolute;
    right: 0;
    top: 145px;
    padding: 0;
    border: 0;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    -webkit-transition: .3s ease color;
    transition: .3s ease color;
}
*/

@media screen and (max-height: 900px) {
    body.home #fp-nav.fp-left {
        bottom: 60px
    }
}
@media screen and (max-width: 767px) {
    body.home #fp-nav.fp-left {
        left: 17px !important;
        top: auto;
        bottom: 10px
    }
}
.hero-unpin body.home #fp-nav.fp-left {
    right: 60px;
    left: auto !important;
    top: 50%;
    bottom: auto;
    margin-left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media screen and (max-width: 767px) {
    .hero-unpin body.home #fp-nav.fp-left {
        right: 10px
    }
}
.hero-unpin body.home #fp-nav ul li {
    height: 14px !important;
    width: 14px !important;
    margin: 5px 0 !important
}
.hero-unpin body.home #fp-nav ul li:nth-child(3) {
    height: 14px !important
}
.hero-unpin body.home #fp-nav ul li:nth-child(3)~li {
    display: block
}
.hero-unpin body.home #fp-nav ul li:last-child {
    display: none !important
}
.hero-unpin body.home #fp-nav ul li:hover a span {
    background-color: #fff;
    width: 10px !important;
    height: 10px !important;
    margin: -5px 0px 0px -5px !important
}
.hero-unpin body.home #fp-nav ul li a {
    max-height: inherit;
    min-width: inherit
}
.hero-unpin body.home #fp-nav ul li a span {
    border-radius: 100% !important;
    width: 4px !important;
    height: 4px !important;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff
}
.hero-unpin body.home #fp-nav ul li a.active span {
    background-color: #fff;
    height: 12px !important;
    width: 12px !important;
    margin: -6px 0 0 -6px !important
}
body.home #fp-nav ul li {
    display: block;
    margin: 8px 0 !important;
    position: relative;
    height: 30px !important;
    width: 4px !important
}
body.home #fp-nav ul li:nth-child(3) {
    height: 90px !important
}
body.home #fp-nav ul li:nth-child(3)~li {
    display: none
}
body.home #fp-nav ul li:hover a span {
    background-color: #eb2127
}
body.home #fp-nav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    height: inherit;
    width: inherit;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
body.home #fp-nav ul li a.active span {
    background-color: #eb2127
}
body.home #fp-nav ul li a span {
    position: absolute;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    border-radius: 0 !important;
    border: 0;
    background-color: #EFEFEF;
    margin: 0 !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
.select2-container .select-decor.select2-selection {
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 0 5px !important;
    border-bottom: 2px solid #fff !important;
    height: auto;
    min-height: 35px
}
.select2-container .select-decor .select2-search--inline {
    display: none
}
.select2-container .select-decor .select2-selection__rendered {
    padding: 0 !important;
    color: #fff !important;
    background: none;
    border: 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.31px;
    margin: 0
}
@media screen and (max-width: 980px) {
    .select2-container .select-decor .select2-selection__rendered {
        font-size: 16px
    }
}
.select2-container .select-decor .select2-selection__arrow {
    display: none
}
.select2-container .select-decor.select2-selection--multiple {
    min-height: 41px
}
.select2-container .select-decor.select2-selection--multiple .select2-selection__choice {
    background-color: #eb2127 !important;
    letter-spacing: 0.23px;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 8px 12px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 40%
}
.select2-container .select-decor.select2-selection--multiple .select2-selection__choice:first-child {
    margin-left: 0
}
.select2-container .select-decor.select2-selection--multiple .select2-selection__choice:last-child {
    margin-right: 0
}
.select2-container .select-decor.select2-selection--multiple .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.select2-container .select-decor.select2-selection--multiple .select2-selection__choice__remove {
    border: 0 !important;
    color: #fff !important;
    position: absolute;
    font-size: 11px;
    right: 2px;
    top: -2px;
    background: none !important;
    font-weight: normal;
    
}
.select2-container .select-decor.select2-dropdown {
    border-radius: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important
}
.select2-container .select-decor .select2-search--dropdown {
    display: none
}
.select2-container .select-decor .select2-results__option {
    background-color: #eb2127 !important;
    color: #fff !important;
    padding: 7px 10px !important;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.31px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.select2-container .select-decor .select2-results__option:hover,
.select2-container .select-decor .select2-results__option--selected {
    background-color: #5c0b0e !important;
    border-color: #1a1a1a
}
.select2-container .select-decor .select2-results {
    max-width: 250px;
    min-width: 230px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 19px !important
}
.select2-container .select-decor .select2-results:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 15px 13px;
    border-color: transparent transparent #eb2127 transparent;
    position: absolute;
    top: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.select2-container .select-decor [aria-multiselectable='true'] .select2-results__option:before {
    content: '+ '
}
.select2-container .select-custom.select2-selection {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    height: 40px
}
.select2-container .select-custom .select2-selection__rendered {
    line-height: 40px;
    padding-right: 40px
}
.select2-container .select-custom .select2-selection__arrow {
    height: 100%;
    width: 37px
}
.select2-container .select-custom .select2-selection__arrow b {
    width: 12px;
    height: 12px;
    border: 0 !important;
    border-top: 2px solid #eb2127 !important;
    border-right: 2px solid #eb2127 !important;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0;
    top: 11px;
    left: 11px
}
.select2-container .select-custom.select2-dropdown {
    border-color: #000;
    border-radius: 0
}
.select2-container .select-custom .select2-results__option {
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.select2-container .select-custom .select2-results__option--highlighted {
    background-color: #eb2127 !important;
    color: #fff
}
.select2-container .select-custom .select2-results__option--disabled {
    color: #999 !important;
    background-color: #fff !important
}
body>.select2-container--open {
    z-index: 999999999
}
.form-range .irs-from,
.form-range .irs-to,
.form-range .irs-min,
.form-range .irs-max {
    display: none
}
.form-range .irs-handle {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #929292;
    top: 20px
}
.form-range .irs-handle i {
    display: none;
    visibility: hidden
}
.form-range .irs-handle:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #eb2127;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.form-range .irs-line {
    height: 14px;
    background-color: #fff;
    border-radius: 7px
}
.form-range .irs-bar {
    height: 14px;
    background-color: #a5a5a5;
    border-radius: 7px 0 0 7px
}
.form-range .irs-single {
    background-color: #eb2127;
    color: #fff;
    border-radius: 0;
    min-width: 101px;
    padding: 7px 15px;
    letter-spacing: 0.25px;
    font-size: 10px;
    text-transform: uppercase;
    top: -23px;
    cursor: pointer
}
.form-range .irs-single:before {
    border: 11px solid transparent;
    border-top-color: #eb2127;
    bottom: -22px;
    margin-left: -10px
}
.form-range .irs-single[data-value]:after {
    content: attr(data-value);
    width: 100%;
    height: 100%;
    background-color: #eb2127;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.kobe-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 30px
}
.kobe-pagination .page-numbers {
    color: #000;
    margin: 0 20px
}
.kobe-pagination .next .page-numbers {
    color: #000;
    text-decoration: none
}
.kobe-pagination .pre .page-numbers {
    color: #000;
    text-decoration: none
}
.kobe-pagination a {
    text-decoration: underline
}
.kobe-pagination a:hover {
    text-decoration: none
}
.kobe-pagination .next,
.kobe-pagination .pre {
    text-decoration: none
}
.progress-bar-wrap {
    left: 0;
    top: 86px;
    z-index: 9;
    width: 100%
}
@media screen and (max-width: 1024px) {
    .progress-bar-wrap {
        top: 85px
    }
}
@media screen and (max-width: 767px) {
    .progress-bar-wrap {
        top: 73px
    }
}
.progress-bar-wrap.sticky-top {
    position: fixed;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}
.progress-bar-wrap.sticky-top.visible {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.admin-bar .progress-bar-wrap {
    top: 119px
}
.progress-bar-inner {
    vertical-align: top;
    width: 100%;
    height: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: red
}
.progress-bar-inner.sticky {
    position: fixed
}
progress::-webkit-progress-bar {
    background-color: transparent
}
progress::-webkit-progress-value {
    background-color: #eb2127
}
progress::-moz-progress-bar {
    background-color: #eb2127
}
.progress-container {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    height: .25em;
    display: block
}
.progress-bar {
    background-color: #eb2127;
    width: 50%;
    display: block;
    height: inherit
}
.main-header {
    background-color: #1A1A1B;
    padding: 23px 0;
    color: #fff;
    z-index: 99;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
@media screen and (max-width: 767px) {
    .main-header {
        padding: 17px 0
    }
}
.main-header.fixed-header {
    position: fixed;
    background-color: #1a1a1a;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: none;
    transition: none
}
.main-header.fixed-header.full-header {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.main-header .container {
    max-width: none
}
.main-header.normal-header {
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
    -webkit-transition: .3s ease !important;
    transition: .3s ease !important
}
.main-header.normal-header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}
.main-header.normal-header:hover {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}
.fp-viewing-0 .main-header.normal-header {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}
.fp-viewing-0 .main-header.normal-header:after {
    display: none
}
.menu-opened .main-header.normal-header {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}
.menu-opened .main-header.normal-header:after {
    display: none
}
.main-header ul li a {
    color: #fff
}
.main-header .navbar-expand-md .navbar-nav .nav-item {
    position: relative
}

@media screen and (min-width: 768px) {
    .main-header .navbar-expand-md .navbar-nav .nav-item.home-mobile {
        display: none
    }
}
@media screen and (min-width: 768px) {
    .main-header .navbar-expand-md .navbar-nav .nav-item:hover .sub-menu {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }
}
@media screen and (min-width: 768px) {
    .main-header .navbar-expand-md .navbar-nav .nav-item:hover .menu-icon {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px
    }
}
@media screen and (min-width: 768px) {
    .main-header .navbar-expand-md .navbar-nav .nav-item.menu-item-has-children:before {
        content: '';
        display: block;
        width: 100%;
        height: 55px;
        left: 0;
        top: calc(100% - 10px);
        position: absolute;
        z-index: 1
    }
}
.main-header .navbar-expand-md .navbar-nav .nav-item .menu-icon {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 12px;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px solid #eb2127;
    border-right: 2px solid #eb2127
}
@media screen and (min-width: 768px) {
    .main-header .navbar-expand-md .navbar-nav .nav-item .menu-icon {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .main-header .navbar-expand-md .navbar-nav .nav-item .menu-icon {
        right: -5px;
        top: 15px;
        width: 15px;
        height: 15px
    }
}
.main-header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 2rem;
    padding-left: .5rem;
    font-size: 0.750em;
    
}
.main-header .navbar-expand-md .navbar-nav .sub-menu {
    padding: 0;
    margin: 0;
    list-style: none
}
@media screen and (min-width: 768px) {
    .main-header .navbar-expand-md .navbar-nav .sub-menu {
        position: absolute;
        padding-top: 3px;
        width: 100%;
        min-width: 230px;
        top: calc(100% + 39px);
        left: -10px;
        background-color: #1a1a1a;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
        opacity: 0;
        visibility: hidden;
        z-index: 10;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }
}
@media screen and (max-width: 767px) {
    .main-header .navbar-expand-md .navbar-nav .sub-menu {
        display: none
    }
}
@media screen and (min-width: 768px) {
    .main-header .navbar-expand-md .navbar-nav .sub-menu:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14px 14px 14px;
        border-color: transparent transparent #1a1a1a transparent;
        left: 24px;
        top: -10px;
        position: absolute
    }
}
.main-header .navbar-expand-md .navbar-nav .sub-menu li {
    display: block
}
@media screen and (min-width: 768px) {
    .main-header .navbar-expand-md .navbar-nav .sub-menu li:not(:last-child) a {
        border-bottom: 1px solid #a0a0a0
    }
    .main-header .navbar-expand-md .navbar-nav .sub-menu li a {
        padding: 10px 15px
    }
}
.main-header .navbar-nav .nav-link:hover, .main-header .navbar-nav .active .nav-link , .main-header .navbar-nav .active {
    color: #eb2127
}
.main-header .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: 0
}
.main-header .navbar>.row {
    width: 100%
}
.main-header .btn {
    border-radius: 0;
    background: #fff;
    color: #000;
    border: 0;
    
    font-weight: 700;
    font-size: 0.750em;
    padding: .55rem .95rem
}
@media screen and (min-width: 1025px) {
    .main-header .btn {
        min-width: 132px
    }
}
@media screen and (max-width: 1024px) {
    .main-header .btn {
        padding: 7px 15px;
        width: auto
    }
}
@media screen and (max-width: 767px) {
    .main-header .btn {
        background: none !important;
        color: #fff !important;
        font-size: 11px;
        text-transform: uppercase
    }
    .main-header .btn:before {
        content: '+ ';
        vertical-align: text-bottom
    }
}
.main-header .btn:active {
    background-color: #fff
}
.main-header .btn:hover {
    background-color: #eb2127;
    color: #fff
}
.main-header .navbar-brand {
    /*padding: 0;*/
    width: 120px;
    /*height: 34px;*/
    min-width: 120px;
    /*margin-bottom: 5px*/
}
@media screen and (max-width: 767px) {
    .main-header .navbar-brand {
        min-width: 110px;
        max-width: 110px
    }
}
.main-header .navbar-brand .k-ico {
    fill: #eb2127;
    width: inherit;
    height: inherit;
    display: none;
    max-width: 100%
}
.main-header .navbar-brand .logo-main {
    display: block
}
@-webkit-keyframes move_header {
    from {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@keyframes move_header {
    from {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
.home-header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    background-color: #0000;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}
.home-header.fixed-header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media screen and (min-width: 768px) {
    .home-header .header-menu {
        display: none
    }
}
@media screen and (min-width: 1025px) {
    .home-header:not(.fixed-header):not(.menu-opened) .container {
        /*max-width: 95%*/
    }
    .home-header:not(.fixed-header):not(.menu-opened) .header-contact-us-btn {
        background-color: transparent !important;
        position: absolute;
        right: 0;
        top: 145px;
        padding: 0;
        border: 0;
        color: #fff !important;
        text-transform: uppercase;
        font-size: 11px;
        
        font-weight: 700;
        -webkit-transition: .3s ease color;
        transition: .3s ease color
    }
    .home-header:not(.fixed-header):not(.menu-opened) .header-contact-us-btn:before {
        content: '+ ';
        vertical-align: text-bottom
    }
    .home-header:not(.fixed-header):not(.menu-opened) .nav-bar-flex>.navbar-brand {
        width: 120px;
        height: 34px;
        position: absolute;
        left: 0;
        top: 145px
    }
    .home-header:not(.fixed-header):not(.menu-opened) .nav-bar-flex>.navbar-brand svg {
        width: inherit;
        height: inherit
    }


}
.home-header-menu {
    position: relative !important;
    background-color: transparent
}
.home-header-menu .navbar {
    background-color: transparent
}
.home-header-menu .bar-btn {
    z-index: 999
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #1a1a1a;
}
body.admin-bar .main-header {
    top: 32px
}
html.overflow-hidden .main-wrap,
html.overflow-hidden .main-banner {
    pointer-events: none;
    -ms-touch-action: none;
    touch-action: none
}
.mobile-menu {
    display: none !important
}
@media screen and (max-width: 767px) {
    .mobile-menu {
        position: fixed;
        left: 0;
        top: 73px;
        width: 100%;
        height: calc(100vh - 73px);
        background-color: #000;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 10vh 0 50px;
        overflow: auto;
        z-index: 9999999;
        -webkit-transition: .42s ease;
        transition: .42s ease
    }
    .mobile-menu:not(.opened) {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
    .admin-bar .mobile-menu {
        top: 120px;
        height: calc(100vh - 120px)
    }
}
@media screen and (max-width: 767px) {
    .mobile-menu .navbar-nav {
        padding: 0;
        margin: 0 !important
    }
    .mobile-menu .navbar-nav .nav-item {
        width: 100%
    }
    .mobile-menu .navbar-nav .nav-item:not(:last-child) {
        margin-bottom: 4vh
    }
    .mobile-menu .navbar-nav .nav-item.active>.nav-link,
    .mobile-menu .navbar-nav .nav-item.active>span>.nav-link {
        color: #eb2127 !important
    }
    .mobile-menu .navbar-nav .nav-item.active .menu-icon {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 25px
    }
    .mobile-menu .navbar-nav .nav-item.active .sub-menu {
        -webkit-animation: .2s linear forwards move_top;
        animation: .2s linear forwards move_top;
        display: block
    }
    .mobile-menu .navbar-nav .nav-item>span {
        position: relative;
        padding: 0 40px;
        display: inline-block;
        cursor: pointer
    }
    .mobile-menu .navbar-nav .nav-link {
        width: auto;
        margin: 0 auto;
        line-height: 1.2
    }
    .main-header .mobile-menu .navbar-nav .nav-link {
        font-size: 38px;
        padding: 0;
        letter-spacing: -0.32px
    }
    .main-header .mobile-menu .navbar-nav .nav-link:hover {
        color: #eb2127 !important
    }
    .main-header .mobile-menu .navbar-nav .nav-link:focus {
        color: #eb2127
    }
    .mobile-menu .navbar-nav .sub-menu {
        padding-top: 25px !important;
        padding-bottom: 10px !important
    }
    .mobile-menu .navbar-nav .sub-menu .nav-item:not(:last-child) {
        margin-bottom: 25px
    }
    .mobile-menu .navbar-nav .sub-menu .nav-link {
        font-size: 22px;
        letter-spacing: -0.09px
    }
}
.mobile-menu>div {
    width: 100%
}
@media screen and (min-width: 768px) {
    .mobile-social {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .mobile-social {
        padding-top: 30px;
        font-size: 18px;
        margin-top: auto
    }
    .mobile-social ul {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none
    }
    .mobile-social li {
        margin: 0 10px
    }
}
.megamenu {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    color: #fff;
    padding: 0;
    background-color: #1a1a1a;
    z-index: 9999999;
    -webkit-transition: .42s ease;
    transition: .42s ease
}
@media screen and (max-width: 1024px) {
    .megamenu {
        overflow: auto
    }
}
@media screen and (max-width: 767px) {
    .megamenu {
        display: none !important
    }
}
.megamenu.opened {
    height: 100%
}
.megamenu a {
    color: #fff
}
.megamenu a.active,
.megamenu a:hover {
    color: #eb2127
}
.megamenu:not(.opened) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}
.megamenu-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 15px;
    top: auto;
    background: none
}
@media screen and (min-width: 1025px) {
    .megamenu-head:before {
        content: '';
        display: block;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000
    }
}
@media screen and (max-width: 1279px) {
    .megamenu-head:before {
        width: calc(100% - 6.77vw)
    }
}
.megamenu-head .bar-btn {
    position: relative;
    left: -8px;
    top: -5px
}
@media screen and (max-width: 1024px) {
    .megamenu-head .bar-btn {
        left: -25px
    }
}
.megamenu-head .navbar-brand {
    margin: 0 0 0 10px
}
@media screen and (max-width: 1024px) {
    .megamenu-head .navbar-brand {
        margin-left: 0
    }
}
.megamenu-head .navbar-brand .k-ico {
    display: block !important;
    fill: #eb2127 !important
}
.megamenu-head .header-contact-us-btn {
    position: absolute;
    z-index: 1;
    top: 25px;
    background-color: #fff;
    color: #1a1a1a;
    display: inline-block !important;
    right: 6.77vw
}
@media screen and (min-width: 1280px) {
    .megamenu-head .header-contact-us-btn {
        right: 11.5vw
    }
}
.megamenu-head .header-contact-us-btn:hover {
    background-color: #eb2127 !important;
    color: #fff
}
.megamenu-head .toggle-btn.open {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}
.megamenu-head .toggle-btn span {
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}
.row-megamenu {
    height: 100%
}
@media screen and (min-width: 1025px) {
    .row-megamenu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.megamenu-side {
    padding: 30px 30px 30px
}
@media screen and (min-width: 1025px) {
    .megamenu-side {
        -ms-flex-preferred-size: 262px;
        flex-basis: 262px;
        max-width: 262px;
        background-color: #121212
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-side {
        padding: 25px 20px
    }
}
.megamenu-list {
    margin: 0;
    padding: 0;
    list-style: none
}
@media screen and (min-width: 1025px) {
    .megamenu-list {
        padding-top: 8.75rem;
        /*padding-left: 40px;*/
        /*padding-right: 34px*/
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-list {
        padding-top: 70px
    }
}
.megamenu-list .menu-item {
    margin-bottom: 25px
}
@media screen and (max-width: 1024px) {
    .megamenu-list .menu-item {
        margin-bottom: 0
    }
}
.megamenu-list .menu-item .nav-link {
    position: relative;
    font-size: 19px;
    padding-right: 25px;
    -webkit-transition: .3s color;
    transition: .3s color;
    outline: none
}
@media screen and (max-width: 1024px) {
    .megamenu-list .menu-item .nav-link {
        padding: 20px 15px;
        border-bottom: 1px solid #7b7a7a
    }
}
.megamenu-list .menu-item .nav-link:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 20px;
    -webkit-transition: .3s right;
    transition: .3s right
}
@media screen and (max-width: 1024px) {
    .megamenu-list .menu-item .nav-link:before {
        right: 15px;
        top: 27px
    }
}
.megamenu-list .menu-item .nav-link:hover {
    color: #eb2127 !important
}
@media screen and (min-width: 1025px) {
    .megamenu-list .menu-item .nav-link:hover:before {
        right: -3px
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-list .menu-item .nav-link:hover:not(.active) {
        color: #fff !important
    }
}
.megamenu-list .menu-item .nav-link.active {
    border-color: transparent
}
@media screen and (max-width: 1024px) {
    .megamenu-list .menu-item .nav-link.active:before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}
@media screen and (min-width: 1025px) {
    .megamenu__content {
        -ms-flex-preferred-size: calc(100% - 262px);
        flex-basis: calc(100% - 262px);
        padding: 10rem 8.125rem 3rem 5rem;
        max-height: 100vh;
        overflow: auto
    }
}
.megamenu-sub {
    -webkit-transition: .4s ease transform, .2s opacity;
    transition: .4s ease transform, .2s opacity;
    -ms-scrollbar-base-color: #121212;
    scrollbar-color: rgba(18, 18, 18, 0.5) #1a1a1a;
    scrollbar-width: thin
}
@media screen and (min-width: 1025px) {
    .megamenu-sub {
        position: absolute;
        left: 262px;
        top: 0;
        height: 100%;
        width: calc(100% - 262px);
        padding: 140px 6.77vw 0 4.48vw
    }
}
@media screen and (max-height: 900px) {
    .megamenu-sub {
        padding-top: 120px
    }
}
@-webkit-keyframes move_top {
    from {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes move_top {
    from {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.megamenu-sub::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #1a1a1a;
    width: 10px
}
.megamenu-sub::-webkit-scrollbar {
    width: 10px;
    background-color: #1a1a1a
}
.megamenu-sub::-webkit-scrollbar-thumb {
    background-color: rgba(18, 18, 18, 0.3)
}
@media screen and (max-width: 1024px) {
    .megamenu-sub {
        padding: 25px 35px;
        margin-left: -20px;
        margin-right: -20px;
        background-color: #121212;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
        -webkit-transition: none;
        transition: none
    }
}
@media screen and (min-width: 1025px) {
    .megamenu-sub:not(.opened) {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        visibility: hidden;
        opacity: 0
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-sub:not(.opened) {
        display: none
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-sub.opened {
        -webkit-animation: .2s linear forwards move_top;
        animation: .2s linear forwards move_top
    }
}
@media screen and (min-width: 1280px) {
    .megamenu-sub-in {
        max-width: calc(100% - 5vw)
    }
}
.megamenu-scroll {
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 2rem;
    padding-right: 15px;
    -ms-scrollbar-base-color: #121212;
    scrollbar-color: rgba(18, 18, 18, 0.5) #1a1a1a;
    scrollbar-width: thin
}
.megamenu-scroll::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #1a1a1a;
    width: 10px
}
.megamenu-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #1a1a1a
}
.megamenu-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(18, 18, 18, 0.2)
}
.megamenu-title {
    letter-spacing: -.13px;
    font-size: 24px;
    
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media screen and (max-height: 900px) {
    .megamenu-title {
        font-size: 20px;
        margin-bottom: 15px;
        padding-bottom: 12px
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-title {
        font-size: 18px;
        padding-bottom: 12px;
        margin-bottom: 15px
    }
}
.megamenu-title h1,
.megamenu-title h2,
.megamenu-title h3,
.megamenu-title h4,
.megamenu-title h5,
.megamenu-title h6 {
    font: inherit;
    margin: 0;
    display: inline-block
}
.megamenu-title .more-link {
    color: #fff;
    font-size: 18px;
    letter-spacing: normal;
    margin-left: auto
}
@media screen and (max-height: 900px) {
    .megamenu-title .more-link {
        font-size: 16px
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-title .more-link {
        font-size: 14px
    }
}
.megamenu-subtitle {
    font-size: 16px;
    
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}
@media screen and (max-width: 1024px) {
    .megamenu-subtitle {
        font-size: 14px;
        margin-bottom: 15px
    }
}
.megamenu-subtitle h1,
.megamenu-subtitle h2,
.megamenu-subtitle h3,
.megamenu-subtitle h4,
.megamenu-subtitle h5,
.megamenu-subtitle h6 {
    font: inherit;
    margin: 0;
    display: inline-block
}
.megamenu-subtitle .more-link {
    color: #fff;
    font-size: 22px;
    letter-spacing: normal;
    margin-left: auto;
    display: none
}
@media screen and (max-width: 1024px) {
    .megamenu-subtitle .more-link {
        font-size: 14px
    }
}
.megamenu-text {
    font-family: 'Montserrat', sans-serif;;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    color: #fff
}
@media screen and (max-height: 900px) {
    .megamenu-text {
        font-size: 20px
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-text {
        font-size: 20px
    }
}
.megamenu__cta2 {
    margin-bottom: 3rem
}
.megamenu__cta2 a {
    color: #fff;
    font-size: 14px
}
@media screen and (max-height: 900px) {
    .megamenu__cta2 {
        margin-bottom: 2rem
    }
}
@media screen and (min-width: 1025px) {
    .megamenu-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
    }
}
.megamenu-grid-item {
    margin-bottom: 27px
}
@media screen and (min-width: 1025px) {
    .megamenu-grid-item {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
        margin-right: 15px;
        margin-left: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0
    }
    .megamenu-grid-item:not(:nth-child(1)):not(:nth-child(2)) {
        margin-top: 2rem
    }
}
.megamenu-grid-item.type-1 {
    position: relative;
    text-align: left
}
.megamenu-grid-item.type-1 .megamenu-grid-title {
    ;
    font-size: 16px
}
.megamenu-grid-item.type-1 .megamenu-grid-img {
    margin-bottom: 0 !important;
    position: relative
}
.megamenu-grid-item.type-1 .megamenu-grid-img:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}
.megamenu-grid-item.type-1 .megamenu-grid-group {
    padding: 15px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left
}
.megamenu-grid-item.type-1 .megamenu-grid-btn {
    padding-top: 1px
}
.megamenu-grid-item.type-2 .megamenu-grid-title {
    margin-bottom: 10px !important
}
.megamenu-grid-item.type-2 .megamenu-grid-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.megamenu-grid-item.type-2 .megamenu-grid-img {
    -ms-flex-preferred-size: 60% !important;
    flex-basis: 60% !important;
    margin-bottom: 0 !important;
    padding-right: 10px
}
.megamenu-grid-item.type-2 .megamenu-grid-img a:before {
    padding-top: 53.83% !important
}
.megamenu-grid-item.type-2 .megamenu-grid-group {
    text-align: left;
    -ms-flex-preferred-size: 40% !important;
    flex-basis: 40% !important;
    padding-left: 10px !important
}
.megamenu-grid-item .main-btn {
    text-align: left;
    padding-top: 15px
}
.megamenu-grid-item .main-btn a {
    font-size: 14px
}
.megamenu-grid-content {
    position: relative
}
@media screen and (min-width: 1025px) {
    .megamenu-grid-img {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 267px
    }
}
@media screen and (min-width: 1280px) {
    .megamenu-grid-img {
        min-width: 185px
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-grid-img {
        margin-bottom: 20px
    }
}
.megamenu-grid-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}
.megamenu-grid-img a {
    background-color: #121212;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    overflow: hidden;
    position: relative;
    outline: none !important
}
.megamenu-grid-img a:before {
    content: '';
    display: block;
    padding-top: 60.42%
}
@media screen and (max-height: 900px) {
    .megamenu-grid-img a:before {
        padding-top: 55%
    }
}
@media screen and (min-width: 981px) {
    .megamenu-grid-img a:hover img {
        -webkit-transform: scale3d(1.05, 1.05, 1);
        transform: scale3d(1.05, 1.05, 1)
    }
}
@media screen and (min-width: 981px) {
    .megamenu-grid-group {
        padding-left: 2.3125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 250px
    }
}
.megamenu-grid-title {
    
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px
}
@media screen and (max-height: 900px) {
    .megamenu-grid-title {
        font-size: 15px;
        margin-bottom: 10px
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-grid-title {
        font-size: 16px
    }
}
.megamenu-grid-text {
    line-height: 1.6;
    font-size: 14px;
    color: #fff
}
@media screen and (min-width: 1025px) {
    .megamenu-grid-text {
        max-width: 320px
    }
}
.megamenu-grid-btn {
    padding-top: 9px;
    margin-top: auto;
    margin-bottom: -1px;
    line-height: normal
}
@media screen and (max-height: 900px) {
    .megamenu-grid-btn {
        padding-top: 5px
    }
}
.megamenu-grid-btn .more-link {
    font-size: 12px;
    ;
    color: #eb2127
}
.megamenu-grid-btn .more-link .k-ico {
    width: 14px;
    height: 11px;
    margin-left: 9px
}
.megamenu-grid.is-centered .megamenu-grid-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
    max-width: 100%
}
@media screen and (min-width: 1280px) {
    .megamenu-grid.is-centered .megamenu-grid-img {
        max-width: 418px
    }
}
@media screen and (max-height: 900px) {
    .megamenu-grid.is-centered .megamenu-grid-img {
        max-width: 310px
    }
}
.megamenu-grid.is-centered .megamenu-grid-img a:before {
    padding-top: 53.83%
}
@media screen and (max-height: 900px) {
    .megamenu-grid.is-centered .megamenu-grid-img a:before {
        padding-top: 48%
    }
}
.megamenu-grid.is-centered .megamenu-grid-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}
.megamenu-grid.is-centered .megamenu-grid-group {
    padding-left: 0;
    max-width: 100%
}
@media screen and (min-width: 1280px) {
    .megamenu-grid.is-centered .megamenu-grid-group {
        max-width: 418px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}
@media screen and (max-height: 900px) {
    .megamenu-grid.is-centered .megamenu-grid-group {
        max-width: 310px
    }
}
.megamenu-grid.is-centered .megamenu-grid-title {
    font-size: 14px;
    margin-bottom: 0
}
.megamenu-grid.is-columns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0
}
@media screen and (min-width: 1280px) {
    .megamenu-grid.is-columns {
        margin-left: auto
    }
}
.megamenu-grid.is-columns .megamenu-grid-img {
    max-width: 100%
}
.megamenu-grid.is-columns .megamenu-grid-img a:before {
    padding-top: 43.725%
}
.megamenu-grid.is-columns .megamenu-grid-group {
    max-width: 100%
}
.megamenu-grid.is-columns .megamenu-tabs-btn {
    width: 100%
}
@media screen and (min-width: 1025px) {
    .megamenu-grid.is-columns .megamenu-tabs-btn {
        max-width: 462px;
        margin-left: auto
    }
}
.megamenu-grid.is-columns .megamenu-grid-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}
@media screen and (min-width: 1025px) {
    .megamenu-grid.is-columns .megamenu-grid-item {
        max-width: 462px;
        margin-left: auto;
        margin-bottom: 0
    }
    .megamenu-grid.is-columns .megamenu-grid-item:not(:nth-child(1)) {
        margin-top: 30px
    }
}
@media screen and (min-width: 1025px) {
    .megamenu-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
@media screen and (min-width: 1025px) {
    .megamenu-tabs-list {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        padding-right: 30px
    }
}
.megamenu-tabs-list ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.megamenu-tabs-list li {
    margin-bottom: 30px
}
.megamenu-tabs-list li a {
    color: #fff;
    position: relative;
    font-size: 19px;
    display: block;
    padding-right: 23px;
    max-width: 325px;
    outline: none
}
@media screen and (max-width: 1024px) {
    .megamenu-tabs-list li a {
        font-size: 16px
    }
}
.megamenu-tabs-list li a:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 12px;
    -webkit-transition: .3s right;
    transition: .3s right
}
@media screen and (max-width: 1024px) {
    .megamenu-tabs-list li a:before {
        top: 8px
    }
}
@media screen and (max-width: 1024px) {
    .megamenu-tabs-list li a:hover:not(.active) {
        color: #fff !important
    }
}
@media screen and (min-width: 1025px) {
    .megamenu-tabs-list li a:hover:before {
        right: -3px
    }
}
@media screen and (min-width: 1025px) {
    .megamenu-tabs-content {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}
@-webkit-keyframes move_scale {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes move_scale {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.megamenu-tabs-content [data-mega-tab-content]:not(.opened) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: .7;
    display: none
}
.megamenu-tabs-content [data-mega-tab-content].opened {
    -webkit-animation: .4s linear forwards move_scale;
    animation: .4s linear forwards move_scale
}
.megamenu-tabs-btn {
    padding-bottom: 5px;
    padding-top: 10px
}
.megamenu-tabs-btn a {
    font-size: 19px;
    color: #fff;
    display: block;
    padding: 15px 90px 15px 30px;
    position: relative;
    border: 1px solid #eb2127;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
@media screen and (max-width: 1600px) {
    .megamenu-tabs-btn a {
        font-size: 15px;
        padding: 12px 70px 12px 20px
    }
}
.megamenu-tabs-btn a:hover {
    background-color: #eb2127;
    color: #fff
}
.megamenu-tabs-btn a:after {
    content: '';
    display: block;
    width: 62px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #eb2127
}
@media screen and (max-width: 1600px) {
    .megamenu-tabs-btn a:after {
        width: 42px
    }
}
.megamenu-tabs-btn a svg {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    fill: #1a1a1a;
    z-index: 1
}
@media screen and (max-width: 1600px) {
    .megamenu-tabs-btn a svg {
        width: 18px;
        height: 18px;
        right: 12px;
        stroke: #1a1a1a
    }
}
.megamenu .h-social {
    padding-top: 5.3125rem
}
.megamenu .h-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.megamenu .h-social ul li {
    margin: 0 10px
}
.megamenu .h-social a:hover {
    color: #eb2127
}
html.menu-opened,
body.menu-opened {
    height: 100% !important
}
.main-footer {
    background-color: #1a1a1a;
    padding: 5.05rem 0 1.7rem;
    font-size: 16px;
    width: 100%;
    border-top: 1px solid #fff
}
@media screen and (max-width: 767px) {
    .main-footer {
        padding: 30px 0 30px;
        font-size: 14px
    }
}
@media screen and (max-width: 767px) {
    .main-footer .container {
        max-width: 100%;
        padding: 0
    }
}
.main-footer-wrap {
    width: 100%;
    min-height: 1px !important;
    height: auto !important;
    padding: 0 !important
}
.main-footer-wrap .fp-tableCell {
    width: 100%
}
@media screen and (max-width: 767px) {
    .main-footer .f-brand {
        max-width: 170px
    }
}
.main-footer .f-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media screen and (max-width: 1280px) {
    .main-footer .f-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
@media screen and (max-width: 767px) {
    .main-footer .f-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}
.main-footer .footer-col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px
}
@media screen and (min-width: 768px) {
    .main-footer .footer-col {
        padding-top: 3px;
        border-left: 1px solid #979797;
        padding-right: 20px;
        padding-left: 24px;
        -ms-flex-preferred-size: 19.25%;
        flex-basis: 19.25%
    }
}
@media screen and (max-width: 767px) {
    .main-footer .footer-col {
        border-bottom: 1px solid #3e3e3e;
        padding-bottom: 18px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px
    }
    .main-footer .footer-col.active [class*='menu-footer'] {
        -webkit-animation: .2s linear forwards move_top;
        animation: .2s linear forwards move_top;
        display: block
    }
    .main-footer .footer-col.active .footer-title i:after {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@media screen and (min-width: 768px) {
    .main-footer .footer-col:first-child {
        -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
        padding-right: 30px;
        padding-left: 0;
        border: 0
    }
}
@media screen and (max-width: 1280px) {
    .main-footer .footer-col:first-child {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px
    }
}
@media screen and (max-width: 767px) {
    .main-footer .footer-col:first-child {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .main-footer .footer-col-in {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
    .main-footer .footer-col-in:nth-child(2) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}
@media screen and (min-width: 768px) {
    .main-footer .footer-col:last-child {
        padding-right: 0
    }
}
@media screen and (max-width: 767px) {
    .main-footer .footer-col:last-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 32px
    }
    .main-footer .footer-col:last-child .footer-social,
    .main-footer .footer-col:last-child .footer-title {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .main-footer .footer-col:nth-last-child(2) {
        border: 0
    }
}
.main-footer .footer-title {
    margin: 0 0 12px;
    text-transform: uppercase;
    color: #979797;
    font-size: 10px;
    
    font-weight: 700;
    letter-spacing: .15px
}
@media screen and (max-width: 1200px) {
    .main-footer .footer-title {
        font-size: 12px
    }
}
@media screen and (max-width: 767px) {
    .main-footer .footer-title {
        font-size: 14px;
        margin-bottom: 10px;
        cursor: pointer;
        padding-right: 20px;
        position: relative;
        color: #fff
    }
    .main-footer .footer-title i {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 0;
        right: 20px;
    }
    .main-footer .footer-title i:before,
    .main-footer .footer-title i:after {
        content: '';
        display: block;
        width: 14px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        right: 1px;
        top: 7px;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }
    .main-footer .footer-title i:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}
.main-footer .f-brand {
    max-width: 190px
}
.main-footer .f-brand svg {
    width: 190px;
    height: 52px
}
.main-footer .f-brand .k-ico {
    display: none
}
.main-footer .f-brand .logo-main {
    fill: #eb2127;
    display: block
}
.main-footer .footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px
}
@media screen and (max-width: 767px) {
    .main-footer .footer-links {
        font-size: 13px
    }
}
.main-footer .footer-links li:not(:last-child) {
    margin-bottom: 10px
}
.main-footer .footer-links a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.main-footer .footer-links a:hover {
    color: #eb2127
}
.main-footer .f-address {
    color: #fff;
    line-height: 2.1;
    margin-bottom: 20px;
    font-size: 14px
}
@media screen and (max-width: 767px) {
    .main-footer .f-address {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 13px;
        line-height: 1.7
    }
    .main-footer .f-address:before {
        content: '';
        display: block;
        min-width: 30px;
        height: 30px;
        background-image: url(../images/i-map.svg);
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 5px;
        margin-top: 1px
    }
}
.main-footer .f-phone {
    font-size: 14px
}
@media screen and (max-width: 767px) {
    .main-footer .f-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 13px;
        line-height: 1.7
    }
    .main-footer .f-phone:before {
        content: '';
        display: block;
        min-width: 30px;
        height: 30px;        
        background-image: url(../images/i-phone.svg);
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 5px;
        margin-top: 1px
    }
}
.main-footer .f-phone a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.main-footer .f-phone a:hover {
    color: #eb2127
}
.main-footer .footer-social {
    padding-top: 37px;
    font-size: 18px
}
.main-footer .footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.main-footer .footer-social ul li:not(:last-child) {
    margin-right: 16px
}
.main-footer .footer-social ul li a {
    color: #fff
}
.main-footer .footer-social ul li a:hover {
    color: #eb2127
}
@media screen and (min-width: 768px) {
    .main-footer .footer-social-mobile {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .main-footer .footer-social-mobile {
        padding-top: 0
    }
    .main-footer .footer-social-mobile ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
@media screen and (max-width: 767px) {
    .main-footer [class*='menu-footer'] {
        padding-top: 7px;
        padding-bottom: 10px;
        display: none
    }
}
.footer-hire-us {
    width: 100%;
    padding-top: 15px
}
@media screen and (max-width: 767px) {
    .footer-hire-us {
        padding: 0
    }
}
.footer-hire-us a {
    color: #fff;
    font-size: 15px
}
.footer-hire-us a:hover {
    color: #eb2127
}
.footer-hire-us .k-ico {
    width: 15px;
    height: 12px;
    margin-left: 7px
}
.footer-copyright {
    padding: 25px 0;
    font-size: 10px;
    letter-spacing: .15px;
    background-color: #000;
    color: #979797;
    width: 100%
}
@media screen and (max-width: 767px) {
    .footer-copyright {
        padding: 15px;
    }
    .footer-copyright .container {
        max-width: 100%;
        padding: 0
    }
}
.footer-copyright a {
    color: #979797
}
.footer-copyright a:hover {
    color: #eb2127
}
.footer-copyright .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media screen and (max-width: 767px) {
    .footer-copyright .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.footer-links-alt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media screen and (max-width: 767px) {
    .footer-links-alt {
        padding-top: 15px
    }
}
.footer-links-alt span {
    margin-left: 4px;
    margin-right: 4px
}
.footer-links-alt span:first-child {
    margin-left: 0
}
.footer-links-alt span:last-child {
    margin-right: 0
}
.main-banner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}
.hero-unpin .main-banner {
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}
.main-banner+#fullpage .section:nth-child(4) {
    position: relative;
    z-index: 2
}
.main-banner-mark {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.main-banner-bg {
    background-image: url("../images/home-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 2;
    background-color: #1a1a1a;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: .5
}
.main-banner-lines {
    position: absolute;
    pointer-events: none;
    top: 35%;
    bottom: 0;
    /*height: 100%;*/
    width: 100%;
    z-index: 3;
    -webkit-filter: drop-shadow(0px 0px 30px red);
    filter: drop-shadow(0px 0px 30px red)
    margin: 0 auto;
    text-align: center; 
}
.fp-viewing-0 .main-banner-lines img{opacity: 0.5;}
.fp-viewing-2 .main-banner-lines img{opacity: 0.5;}
.main-banner-lines img{     
    width: 300px;
    object-fit: contain;
}
.main-banner-img {
    position: absolute;
    min-height: 100%;
    width: 100%;
    top: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none
}
.main-banner-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 85%;
    max-width: 90%
}
@media screen and (min-width: 768px) {
    .main-banner-img img {
        margin-left: 11vw;
        margin-top: 40px
    }
}
.main-banner-caption {
    position: absolute;
    min-height: 100%;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 10;
    -webkit-transform: matrix3d(1, 0.00017, 0, 0, -0.00017, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0.01, 1);
    transform: matrix3d(1, 0.00017, 0, 0, -0.00017, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0.01, 1)
}
@media screen and (min-width: 1025px) {
    .main-banner-caption {
        padding-left: 100px
    }
}
.main-banner-caption[style*='opacity: 1'] {
    z-index: 11
}
.main-banner-caption.caption-2 {
    visibility: hidden
}
.animate-init .main-banner-caption.caption-2 {
    visibility: visible
}
.main-banner-caption h3 {
    font-size: 3.8125rem;
    letter-spacing: -1.53px;
    width: 80%;
    color: #fff;
    padding-top: 67px;
    line-height: 1;
    
}
@media screen and (max-width: 767px) {
    .main-banner-caption h3 {
        font-size: 2.3rem;
        line-height: 1.3;
        width: 100%;
        padding-top: 18px;
    }
}
.main-banner-caption small {
    font-size: 0.3em;
    margin-bottom: 10px;
    margin-top: 12px;
    display: block
}
.main-banner__cta {
    padding-top: 25px
}
.main-banner__cta a {
    color: #fff;
    pointer-events: all
}
@media screen and (max-width: 767px) {
    .main-banner__cta {
        padding-top: 0px;
    }
}
.hero-unpin .main-banner__cta a {
    pointer-events: none
}
.main-banner .social-media {
    pointer-events: all
}
#hero-container {
    position: relative;
    z-index: 3
}
#hero-container .section {
    width: 100%;
    height: 100vh
}
.hero-simple {
    min-height: 100vh;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    padding: 0 !important
}
@media screen and (max-width: 767px) {
    .hero-simple {
        height: 100vh !important;
        min-height: 1px !important
    }
}
@media screen and (min-width: 768px) {
    .header-alt .hero-simple:not(.fp-section) {
        max-height: 100vh;
        min-height: 100vh !important
    }
}
.hero-simple .fp-tableCell {
    vertical-align: top
}
.hero-simple-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none
}
.hero-simple-video:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    z-index: 1
}
.hero-simple-video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}
.hero-simple-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.hero-simple-bg:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6
}
.hero-simple-content {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 7.5rem
}
.fp-tableCell .hero-simple-content {
    padding-top: 12vw
}
@media screen and (max-width: 767px) {
    .hero-simple-content {
        max-width: 80%;
        padding-top: 5.5rem
    }
}
.hero-simple__tag {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: .34px;
    
    font-weight: 700;
    margin-bottom: 25px
}
.hero-simple-title {
    font-size: 3.125rem;
    line-height: .95;
    
    font-weight: 700;
    letter-spacing: -0.121875rem;
    color: #fff
}
@media screen and (max-width: 767px) {
    .hero-simple-title {
        font-size: 2.3rem;
        line-height: 1.3;
        letter-spacing: -1.53px
    }
}
@media screen and (max-width: 767px) {
    .hero-simple-title br {
        display: none
    }
}
.hero-simple.alt-title .hero-simple-title {
    font-family: 'Montserrat', sans-serif;;
    letter-spacing: normal;
    line-height: 1.2
}
.hero-simple .navbar-brand {
    display: none
}
.hero-simple .header-contact-us-btn {
    display: none
}
.hero-inner {
    position: relative;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.hero-inner:not(.fp-section) {
    max-height: calc(100vh - 86px);
    min-height: calc(100vh - 86px) !important
}
@media screen and (max-width: 767px) {
    .hero-inner:not(.fp-section) {
        max-height: calc(100vh - 75px);
        min-height: calc(100vh - 75px) !important
    }
}
.header-alt .hero-inner:not(.fp-section) {
    max-height: 100vh;
    min-height: 100vh !important
}
.hero-inner__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.hero-inner__content {
    padding: 3rem 0;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 9rem
}
.hero-inner__title {
    color: #fff;
    font-size: 3.8125rem;
    letter-spacing: -.96px;
    
    font-weight: 700;
    margin-bottom: 23px;
    max-width: 975px;
    line-height: 1
}
.hero-inner__title h1,
.hero-inner__title h2,
.hero-inner__title h3,
.hero-inner__title h4,
.hero-inner__title h5,
.hero-inner__title h6 {
    font: inherit;
    margin: 0
}
.hero-inner__cta .more-link {
    font-size: 17px;
    color: #fff
}
.hero-inner__cta .more-link:hover {
    color: #eb2127
}
.hero-type {
    position: relative;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.hero-type:not(.fp-section) {
    max-height: calc(100vh - 86px);
    min-height: calc(100vh - 86px) !important
}
@media screen and (max-width: 767px) {
    .hero-type:not(.fp-section) {
        max-height: calc(100vh - 75px);
        min-height: calc(100vh - 75px) !important
    }
}
.header-alt .hero-type:not(.fp-section) {
    max-height: 100vh;
    min-height: 100vh !important
}
.hero-type-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.hero-type-img:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .5
}
.hero-type-content {
    color: #fff;
    padding: 3rem 0;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 9rem
}
.hero-type-title {
    font-size: 3.125rem;
    font-family: 'Montserrat', sans-serif;;
    margin-bottom: 23px;
    line-height: 1.2
}
.hero-type-title h1,
.hero-type-title h2,
.hero-type-title h3,
.hero-type-title h4,
.hero-type-title h5,
.hero-type-title h6 {
    font: inherit;
    margin: 0
}
.hero-type-text {
    font-size: 17px;
    line-height: 1.5;
    max-width: 810px
}
.hero-blog {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    background-color: #1a1a1a;
    position: relative
}
.hero-blog:before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 4px;
    background-color: #eb2127
}
@media screen and (max-width: 767px) {
    .hero-blog:before {
        width: 100%
    }
}
@media screen and (min-width: 768px) {
    .hero-blog__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        min-height: 39.0625rem
    }
}
.hero-blog__content {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1
}
@media screen and (min-width: 768px) {
    .hero-blog__content {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding: 2rem 6.5vw 2rem 0
    }
}
@media screen and (max-width: 767px) {
    .hero-blog__content {
        padding: 33px 0
    }
}
.hero-blog__img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 250px
}
@media screen and (min-width: 768px) {
    .hero-blog__img {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0;
        right: 0
    }
}
.hero-blog__img:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5
}
.hero-blog__date {
    font-size: 12px;
    margin-bottom: 1.3125rem;
    
}
.hero-blog__title {
    font-size: 2.5rem;
    margin-bottom: 1.4375rem;
    line-height: 1.3;
    
}
.hero-blog__title h1,
.hero-blog__title h2,
.hero-blog__title h3,
.hero-blog__title h4,
.hero-blog__title h5,
.hero-blog__title h6 {
    font: inherit;
    margin: 0
}
.hero-blog__author {
    font-size: 16px;
    margin-bottom: 3.4375rem
}
.hero-blog__text {
    font-size: 14px;
    line-height: 1.2
}
.hero-blog.is-full .hero-blog__img {
    width: 100%
}
.hero-blog.is-full .hero-blog__img:before {
    opacity: .7
}
@-webkit-keyframes arrow-down-animation {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }
}
@keyframes arrow-down-animation {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px)
    }
}
.arrow-down-animation {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 24px;
    bottom: 30px;
    margin: -12px 0 0 -12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
    border-right: 2px #fff solid;
    border-bottom: 2px #fff solid;
    z-index: 10;
    pointer-events: none
}
@media screen and (max-width: 767px) {
    .arrow-down-animation {
        bottom: 20px;
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px
    }
}
.arrow-down-animation:before {
    position: absolute;
    left: 50%;
    content: '';
    width: 20px;
    height: 20px;
    top: 50%;
    margin: -10px 0 0 -10px;
    border-left: none;
    border-top: none;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: arrow-down-animation;
    animation-name: arrow-down-animation
}
@media screen and (min-width: 768px) {
    .header-alt .arrow-down-animation {
        bottom: 30px
    }
}
.services {
    font-size: 18px;
    color: #fff;
    padding: 0 !important
}
@media screen and (max-width: 767px) {
    .services {
        min-height: 1px !important
    }
}
.services.black-bg {
    background-color: #181717
}
.services.black-bg .services-description {
    background-color: #1a1a1a
}
@media screen and (min-width: 768px) {
    .services.black-bg .left .arrow {
        border-color: transparent #1a1a1a transparent
    }
}
@media screen and (min-width: 768px) {
    .services.black-bg .right .arrow {
        border-color: transparent #1a1a1a transparent transparent
    }
}
@media screen and (max-width: 767px) {
    .services.black-bg .arrow {
        border-color: transparent transparent #1a1a1a transparent
    }
}
.services.black-bg .services-description a:hover {
    color: #eb2127
}
.services.green-bg {
    background: #46b473
}
.services.green-bg .services-description {
    background: #46b473
}
@media screen and (min-width: 768px) {
    .services.green-bg .left .arrow {
        border-color: transparent transparent transparent #46b473
    }
}
@media screen and (min-width: 768px) {
    .services.green-bg .right .arrow {
        border-color: transparent #46b473 transparent #46b473
    }
}
@media screen and (max-width: 767px) {
    .services.green-bg .arrow {
        border-color: transparent transparent #46b473 transparent
    }
}
.services.orange-bg {
    background: #f7941f
}
.services.orange-bg .services-description {
    background: #f7941f
}
@media screen and (min-width: 768px) {
    .services.orange-bg .left .arrow {
        border-color: transparent transparent transparent #f7941f
    }
}
@media screen and (min-width: 768px) {
    .services.orange-bg .right .arrow {
        border-color: transparent #f7941f transparent transparent
    }
}
@media screen and (max-width: 767px) {
    .services.orange-bg .arrow {
        border-color: transparent transparent #f7941f transparent
    }
}
.services.blue-bg {
    background: #52aadd
}
.services.blue-bg .services-description {
    background: #52aadd
}
@media screen and (min-width: 768px) {
    .services.blue-bg .left .arrow {
        border-color: transparent transparent transparent #52aadd
    }
}
@media screen and (min-width: 768px) {
    .services.blue-bg .right .arrow {
        border-color: transparent #52aadd transparent #52aadd
    }
}
@media screen and (max-width: 767px) {
    .services.blue-bg .arrow {
        border-color: transparent transparent #52aadd transparent
    }
}
.services h3 {
    font-size: 2.5rem;
    
    font-weight: 700;
    margin-bottom: 21px;
    letter-spacing: -0.96px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .services h3 {
        font-size: 1.4em;
        margin-bottom: 15px
    }
    .services h3 br {
        display: none
    }
}
.services h3 small {
    font-size: 1.0625rem;
    display: block;
    margin-bottom: 20px;
    letter-spacing: .045em;
    font-weight: normal;
    
}
@media screen and (max-width: 767px) {
    .services h3 small {
        margin-bottom: 12px;
        font-size: 12px
    }
}
.services h4 {
    font-size: 1.8em;
    ;
    padding: 0 0 0.5em 0
}
.services a {
    font-size: 18px;
    margin-top: .375rem;
    color: #fff;
    display: inline-block;
    
}
@media screen and (max-width: 767px) {
    .services a {
        font-size: 16px;
        margin-top: 10px
    }
}
.services a i {
    font-size: 0;
    vertical-align: middle
}
.services a .k-ico {
    fill: currentColor;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-left: 15px
}
.services p {
    margin-top: 1em;
    font-size: 1.0625rem;
    ;
    line-height: 24px
}
@media screen and (max-width: 767px) {
    .services p {
        font-size: 14px;
        line-height: 19px
    }
}
.services p+h3 {
    margin-top: 7.3vw
}
@media screen and (max-width: 767px) {
    .services p br {
        display: none
    }
}
.services .set-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 100vh;
    background-color: #fff
}
@media screen and (max-width: 767px) {
    .services .set-bg {
        width: 100%;
        position: relative;
        min-height: auto
    }
}
.services .set-bg:after {
    display: block;
    content: '';
    width: 100%;
    padding-top: 100%
}
@media screen and (max-width: 767px) {
    .services .set-bg:after {
        padding-top: 77%
    }
}
.services .services-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #1a1a1a
}
.services .services-description .content {
    padding: 3em 5em
}
@media screen and (max-width: 767px) {
    .services .services-description .content {
        padding: 1.5em
    }
}
.services .services-description a:hover {
    color: #1a1a1a
}
.services .services-image.wow {
    position: relative;
    z-index: -1
}
.services .services-image[style*='visible'] {
    z-index: 0
}
.services .arrow {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media screen and (max-width: 767px) {
    .services .arrow {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-width: 0 25px 25px 25px;
        left: 50%;
        top: -25px
    }
}
.services .right .arrow {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 9
}
@media screen and (min-width: 768px) {
    .services .right .arrow {
        border-width: 30px 30px 30px 0;
        border-color: transparent transparent transparent #fff;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        top: 50%;
        left: -30px
    }
}
.services .left .arrow {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 9
}
@media screen and (min-width: 768px) {
    .services .left .arrow {
        top: 50%;
        right: -30px;
        border-width: 30px 0 30px 30px
    }
}
.services .down .arrow {
    content: '';
    position: absolute;
    left: 49%;
    top: -16px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    z-index: 9;
    -webkit-transform: rotate(89deg);
    transform: rotate(89deg);
    border-color: transparent transparent transparent #fff
}
.ideas-se.video-production-se h3 {
    color: #f7941f
}
.services-marketing {
    padding: 5rem 0;
    background-color: #1a1a1a;
    text-align: center;
    position: relative
}
.services-marketing.graphics {
    padding: 0
}
.sm-img {
    max-width: 1000px;
    margin: 0 auto
}
.sm-img+.sm-text {
    padding-top: 3vw
}
@media screen and (max-width: 767px) {
    .sm-img+.sm-text {
        padding-top: 30px
    }
}
.sm-img img {
    max-height: 500px;
    -o-object-fit: contain;
    object-fit: contain
}
@media screen and (max-width: 767px) {
    .sm-img--desktop {
        display: none
    }
}
@media screen and (min-width: 768px) {
    .sm-img--mobile {
        display: none
    }
}
.sm-title {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    
    font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    min-width: 200px
}
.sm-title h1,
.sm-title h2,
.sm-title h3,
.sm-title h4,
.sm-title h5,
.sm-title h6 {
    font: inherit;
    margin: 0
}
.sm-title+.sm-img {
    padding-top: 0
}
.sm-text {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    text-align: left
}
@media screen and (max-width: 767px) {
    .sm-text {
        font-size: 14px;
        line-height: 19px
    }
}
.sm-text+.sm-img {
    padding-top: 1.5vw
}
@media screen and (max-width: 767px) {
    .sm-text+.sm-img {
        padding-top: 20px
    }
}
.sm-text+.sm-title {
    padding-top: 1.5vw
}
@media screen and (max-width: 767px) {
    .sm-text+.sm-title {
        padding-top: 20px
    }
}
.recentnews .recentnews-box {
    height: 44em;
    position: relative;
    width: 100%;
    margin: 0 0 30px
}
@media screen and (max-width: 767px) {
    .recentnews .recentnews-box {
        height: 37em
    }
}
.recentnews .recentnews-box.has-state {
    height: auto
}
.home .recentnews .recentnews-box {
    margin-bottom: 0
}
.recentnews .recentnews-box .recentnews-image {
    height: 29em;
    width: 100%;
    background-size: cover;
    background-position: center center
}
@media screen and (max-width: 767px) {
    .recentnews .recentnews-box .recentnews-image {
        height: 24em
    }
}
.recentnews .recentnews-box a:hover h4 {
    color: #eb2127
}
.recentnews.top-gap {
    padding-top: 2.8645833333333335vw
}
@media screen and (max-width: 767px) {
    .recentnews .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}
.home .recentnews__in {
    padding-top: 70px
}
.recentnews h3 {
    background: #eb2127;
    text-align: center;
    padding: 60px 0;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
    
}
@media screen and (max-width: 767px) {
    .recentnews h3 {
        font-size: 27px;
        padding: 17px 0
    }
}
.recentnews h4 {
    font-size: 2.5rem;
    
    font-weight: 700;
    letter-spacing: -.96px
}
@media screen and (max-width: 767px) {
    .recentnews h4 {
        font-size: 23px
    }
}
.recentnews .recentnews-details h4 a {
    color: #fff
}
.recentnews .recentnews-details h4 a:hover {
    color: #eb2127
}
.recentnews .recentnews-box h3 {
    background: #eb2127;
    text-align: center;
    padding: 3.750em;
    color: #fff;
    font-size: 2.500em;
    margin-bottom: 0
}
.recentnews .recentnews-box .recentnews-details {
    background: #1a1a1b;
    color: #fff;
    position: absolute;
    padding: 3.10rem 3.10rem 3.10rem 5.208333333333333vw;
    bottom: 0;
    left: 0;
    right: 0
}
@media screen and (max-width: 767px) {
    .recentnews .recentnews-box .recentnews-details {
        padding: 15px
    }
}
.recentnews .recentnews-box .recentnews-details .title {
    
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 0
}
.recentnews .recentnews-box .recentnews-details h4 {
    padding-top: 0.625em;
    font-size: 2.5rem;
    letter-spacing: -.8px;
    
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
@media screen and (max-width: 767px) {
    .recentnews .recentnews-box .recentnews-details h4 {
        font-size: 16px
    }
}
.recentnews .recentnews-box.news-box-half .recentnews-details {
    padding-left: 3.125rem
}
@media screen and (max-width: 767px) {
    .recentnews .recentnews-box.news-box-half .recentnews-details {
        padding: 15px
    }
}
.recentnews .recentnews-box.news-box-half .recentnews-details .title {
    font-size: 12px
}
.recentnews .recentnews-box.news-box-half .recentnews-details h4 {
    padding-top: 0.625em;
    font-size: 1.6875rem;
    letter-spacing: -.54px
}
@media screen and (max-width: 767px) {
    .recentnews .recentnews-box.news-box-half .recentnews-details h4 {
        font-size: 16px
    }
}
.recentnews .recentnews-box .recentnews-details p {
    ;
    font-size: 17px;
    font-weight: normal
}
@media screen and (max-width: 767px) {
    .recentnews .recentnews-box .recentnews-details p {
        font-size: 14px
    }
}
.recentnews .heading {
    font-size: 1.375rem;
    
    font-weight: 700;
    background: none;
    color: #212529
}
@media screen and (max-width: 767px) {
    .recentnews-slider .recentnews-title {
        margin-bottom: 15px
    }
}
@media screen and (max-width: 767px) {
    .recentnews-slider .recentnews-title h3 {
        background: none;
        color: #000
    }
}
@media screen and (max-width: 767px) {
    .recentnews-slider .container-fluid:not(.recentnews-title) {
        /*display: none !important*/
    }
}
@media screen and (max-width: 767px) {
    .recentnews-slider .has-state {
        height: calc(100% - 15px)
    }
}
.recentnews-slider .owl-carousel {
    padding-left: 30px;
    padding-right: 30px
}
@media screen and (max-width: 767px) {
    .recentnews-slider .owl-carousel [class*='col'] {
        padding-left: 10px;
        padding-right: 10px
    }
}
@media screen and (min-width: 768px) {
    .recentnews-slider .owl-carousel {
        display: none
    }
}
.recentnews-slider .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.recentnews-slider .owl-dots {
    display: none
}
.recentnews-slider .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #eb2127 !important
}
.recentnews-slider .owl-nav button.owl-prev {
    left: 10px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}
.recentnews-slider .owl-nav button.owl-next {
    right: 10px
}
.recentnews-slider .owl-nav button span {
    font-size: 0
}
.recentnews-slider .owl-nav button:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.recentnews-slider .owl-nav button.disabled {
    opacity: 0
}
.recentnews-content h1,
.recentnews-content h2,
.recentnews-content h3,
.recentnews-content h4,
.recentnews-content h5,
.recentnews-content h6 {
    
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.2em
}
.recentnews-content h4 {
    font-size: 2.5rem;
    margin-bottom: 1.2em
}
.recentnews-content h5 {
    font-size: 1.375rem;
    margin-bottom: 1em;
    color: #313132
}
.recentnews-content b,
.recentnews-content strong {
    
    font-weight: 700;
    font-weight: normal
}
.recentnews-content a {
    color: #eb2127 !important;
    text-decoration: underline
}
.recentnews-content a:hover {
    text-decoration: none
}
.recentnews-content .head-alt,
.recentnews-content blockquote,
.recentnews-content .wp-block-quote {
    font-family: 'Montserrat', sans-serif;;
    font-size: 2.75rem;
    letter-spacing: -.35px;
    color: #464547;
    font-weight: 600;
    margin-bottom: .8em
}
.recentnews-content .head-alt p,
.recentnews-content blockquote p,
.recentnews-content .wp-block-quote p {
    font-size: inherit;
    color: inherit;
    line-height: inherit
}
.recentnews-content p {
    color: #313132;
    line-height: 1.3;
    font-size: 14px
}
.recentnews-content p:first-of-type {
    margin-top: 0
}
.recentnews-content p:empty {
    display: none
}
.recentnews-content p:empty+h3,
.recentnews-content p:empty+h4,
.recentnews-content p:empty+h5,
.recentnews-content p:empty+h6 {
    margin-top: 0
}
.recentnews-content p+h3,
.recentnews-content p+h4,
.recentnews-content p+h5,
.recentnews-content p+h6 {
    margin-top: 25px
}
.recentnews-content p+p>img {
    margin-top: 25px
}
.recentnews-content .has-small-font-size {
    font-size: 13px
}
@media screen and (max-width: 767px) {
    .recentnews-content .has-small-font-size {
        font-size: 11px
    }
}
.recentnews-content .has-normal-font-size {
    font-size: 16px
}
@media screen and (max-width: 767px) {
    .recentnews-content .has-normal-font-size {
        font-size: 14px
    }
}
.recentnews-content .has-medium-font-size {
    font-size: 20px
}
@media screen and (max-width: 767px) {
    .recentnews-content .has-medium-font-size {
        font-size: 18px
    }
}
.recentnews-content .has-large-font-size {
    font-size: 36px
}
@media screen and (max-width: 767px) {
    .recentnews-content .has-large-font-size {
        font-size: 28px
    }
}
.recentnews-content .has-huge-font-size {
    font-size: 42px
}
@media screen and (max-width: 767px) {
    .recentnews-content .has-huge-font-size {
        font-size: 33px
    }
}
.recentnews-content hr {
    border-top-color: #8f98a1;
    margin-top: 2rem;
    margin-bottom: 2rem
}
.recentnews-content .wp-block-separator {
    max-width: 100px;
    border: none;
    border-bottom: 2px solid #8f98a1 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem
}
.recentnews-content .wp-block-separator.is-style-wide {
    border-bottom-width: 1px !important;
    max-width: 100%
}
.recentnews-content .wp-block-separator.is-style-dots {
    border: 0 !important
}
.recentnews-content .wp-block-separator.is-style-dots:before {
    padding-left: 0;
    color: #8f98a1
}
.recentnews-content table {
    border-collapse: collapse
}
.recentnews-content table th,
.recentnews-content table td {
    padding: 7px 10px;
    border: 1px solid #1a1a1a
}
.recentnews-content .glance-list {
    padding: 30px 50px;
    border-top: 4px solid #1a1a1a;
    border-bottom: 4px solid #1a1a1a;
    background-color: #f2f2f2;
    margin-top: 5rem;
    margin-bottom: 2rem
}
.recentnews-content .glance-list ul {
    list-style-position: inside;
    padding: 0;
    margin: 0
}
.recentnews-content .glance-list ul li {
    font-size: 12px;
    line-height: 1.4
}
.recentnews-content .glance-list ul li:not(:last-child) {
    margin-bottom: 1.75rem
}
.recentnews-content .social {
    padding-top: 23px
}
.recentnews-content .social ul {
    margin: 0;
    padding: 0;
    list-style: none
}
@media screen and (max-width: 767px) {
    .recentnews-content .social ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.recentnews-content .social li {
    margin: 0;
    padding: 0;
    list-style: none
}
.recentnews-content .social li a {
    color: #000 !important;
    display: inline-block;
    padding-bottom: 8px
}
.recentnews-content .social li a:hover {
    color: #eb2127 !important
}
.recentnews-content .download {
    
    font-weight: 700;
    font-size: 12px;
    color: #1a1a1a;
    display: inline-block
}
.recentnews-content .download:hover {
    color: #eb2127
}
.recentnews-content .time {
    ;
    font-size: 11px;
    margin-bottom: 10px
}
.recentnews-author {
    border-top: 1px solid #979797;
    padding-top: 2rem !important;
    margin: 0 auto;
    max-width: 823px
}
@media screen and (max-width: 767px) {
    .recentnews-author {
        max-width: calc(100% - 40px)
    }
}
.recentnews-author .rna-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.recentnews-author .rna-col:first-child {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding-right: 10px
}
.recentnews-author .rna-col:last-child {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding-left: 10px
}
.recentnews-author .title {
    font-size: 1em;
    
}
.recentnews-author p {
    font-size: 14px
}
.state-of-marketing {
    background: #eb2127;
    color: #fff;
    padding: 2.500em 1.563em;
    height: 100%
}
@media screen and (max-width: 767px) {
    .state-of-marketing {
        padding-left: 0;
        padding-right: 0
    }
}
.state-of-marketing h3 {
    padding: 0;
    color: #fff;
    font-size: 3.250em;
    font-weight: 300;
    margin-bottom: 0;
    
}
.state-of-marketing p {
    font-size: 17px;
    padding: 0
}
@media screen and (max-width: 767px) {
    .state-of-marketing p {
        font-size: 15px;
        max-height: 291px;
        overflow: hidden
    }
}
.state-of-marketing .report-btn {
    color: #fff;
    border: 1px solid;
    padding: 0.500em 1.875em;
    font-size: 0.750em;
    display: inline-block;
    
}
.state-of-marketing .report-btn:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a
}
.feature-cols {
    background-color: #1a1a1a;
    padding: 50px 0 9.375rem !important
}
@media screen and (min-width: 768px) {
    .feature-cols-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -17px;
        margin-right: -17px
    }
}
.feature-cols-col {
    border: 2px solid #fff;
    padding: 28px 34px;
    margin-bottom: 20px
}
@media screen and (min-width: 768px) {
    .feature-cols-col {
        -ms-flex-preferred-size: calc(33.333% - 37px);
        flex-basis: calc(33.333% - 37px);
        margin-left: 17px;
        margin-right: 17px;
        margin-bottom: 0
    }
}
.feature-cols-title {
    color: #fff;
    font-size: 34px;
    
    font-weight: 700;
    letter-spacing: -.68px;
    margin-bottom: 23px
}
@media screen and (min-width: 768px) {
    .feature-cols-title {
        min-height: 80px
    }
}
@media screen and (max-width: 767px) {
    .feature-cols-title {
        font-size: 27px
    }
}
.feature-cols-title h3,
.feature-cols-title h4 {
    font-size: inherit;
    font-family: inherit;
    margin: 0
}
.feature-cols-text {
    color: #fff;
    font-size: 17px
}
.feature-cols-text p {
    font-size: inherit;
    color: inherit
}
.feature-cols-text p:not(:last-child) {
    margin-bottom: 26px
}
.feature-cols-footer {
    padding: 50px 40px 0
}
.feature-cols-footer .fcf-text {
    font-size: 17px;
    color: #fff
}
.feature-cols-footer .fcf-text.green-bg {
    color: #46b473
}
.feature-cols-footer .fcf-text.orange-bg {
    color: #f7941f
}
.feature-cols-footer .fcf-text.blue-bg {
    color: #52aadd
}
.feature-cols-footer .fcf-cta {
    padding-top: 40px
}
.feature-cols-footer .fcf-cta a {
    color: #fff
}
.feature-cols-footer .fcf-cta a:hover {
    color: #eb2127
}
.feature-cols-footer .fcf-cta.green-bg a:hover {
    color: #46b473
}
.feature-cols-footer .fcf-cta.orange-bg a:hover {
    color: #f7941f
}
.feature-cols-footer .fcf-cta.blue-bg a:hover {
    color: #52aadd
}
.feature-types {
    padding: 0 !important
}
.feature-types-row {
    height: 100%;
    min-height: inherit;
    width: 100%
}
@media screen and (min-width: 768px) {
    .feature-types-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.feature-types-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5rem 9.8rem;
    background-color: #1a1a1a
}
@media screen and (min-width: 768px) {
    .feature-types-col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}
@media screen and (max-width: 767px) {
    .feature-types-col {
        padding: 49px 33px
    }
}
.feature-types-col:first-child {
    background-color: #404040
}
.feature-types-col:last-child {
    background-color: #808080
}
.feature-types-col.main-logo-design .feature-types-cta a {
    color: #46b473
}
.feature-types-col.main-logo-design .feature-types-cta a:hover {
    color: #fff
}
.feature-types-col.main-logo-media .feature-types-cta a {
    color: #52aadd
}
.feature-types-col.main-logo-media .feature-types-cta a:hover {
    color: #fff
}
.feature-types-col.main-logo-studios {
    background-color: #808080
}
.feature-types-col.main-logo-studios .feature-types-logo .k-ico {
    fill: #f7941f
}
.feature-types-col.main-logo-studios .feature-types-cta a {
    color: #f7941f
}
.feature-types-col.main-logo-studios .feature-types-cta a:hover {
    color: #fff
}
.feature-types-logo {
    margin-bottom: 2.8125rem
}
.feature-types-logo img {
    width: 187px;
    height: 51px
}
.feature-types-title {
    color: #fff;
    font-size: 34px;
    
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 400px
}
@media screen and (max-width: 767px) {
    .feature-types-title {
        font-size: 27px
    }
}
.feature-types-title h3,
.feature-types-title h4 {
    font-size: inherit;
    font-family: inherit;
    margin: 0
}
.feature-types-text {
    color: #fff;
    font-size: 17px;
    max-width: 500px
}
.feature-types-text p {
    font-size: inherit;
    color: inherit
}
.feature-types-text p:not(:last-child) {
    margin-bottom: 26px
}
.feature-types-cta {
    padding-top: 20px
}
.feature-types-cta a:hover {
    color: #fff
}
.feature-steps {
    padding: 0 !important
}
@media screen and (max-width: 767px) {
    .feature-steps {
        min-height: auto !important;
        height: auto !important
    }
}
.feature-steps__wrap {
    padding: 3.25rem 0 6.25rem
}
@media screen and (max-width: 767px) {
    .feature-steps__wrap {
        padding: 3.3rem 0
    }
}
.feature-steps.kobe-design {
    background-color: #1a1a1a;
    color: #fff
}
.feature-steps.kobe-design .feature-steps__item:before {
    color: #46b473
}
.feature-steps__list {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    max-width: 900px;
    position: relative
}
@media screen and (max-width: 767px) {
    .feature-steps__list {
        min-height: 130px !important;
        padding: 0 40px
    }
}
@media screen and (min-width: 768px) {
    .feature-steps__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
@media screen and (min-width: 768px) {
    .feature-steps__list:before {
        content: '';
        display: block;
        width: 1px;
        min-height: inherit;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
.feature-steps__item {
    counter-increment: item;
    position: relative
}
@media screen and (min-width: 768px) {
    .feature-steps__item {
        max-width: 50%;
        width: 50%
    }
}
@media screen and (max-width: 767px) {
    .feature-steps__item {
        padding: 1rem 0 1rem 30px;
        overflow: hidden
    }
}
@media screen and (min-width: 768px) {
    .feature-steps__item:first-child {
        padding-top: 25px
    }
}
@media screen and (min-width: 768px) {
    .feature-steps__item:nth-child(odd) {
        padding-right: 55px
    }
}
@media screen and (min-width: 768px) {
    .feature-steps__item:nth-child(odd):before {
        right: 35px;
        top: -7px
    }
}
.feature-steps__item:nth-child(odd):after {
    right: -3px;
    top: 0
}
@media screen and (min-width: 768px) {
    .feature-steps__item:nth-child(even) {
        margin-left: auto;
        padding-left: 70px
    }
}
@media screen and (min-width: 768px) {
    .feature-steps__item:nth-child(even):before {
        left: 40px;
        top: -14px
    }
}
.feature-steps__item:nth-child(even):after {
    left: -3px;
    top: -7px
}
.feature-steps__item:before {
    counter-increment: li;
    content: counter(item, decimal-leading-zero);
    font-size: 20px;
    
    font-weight: 700;
    position: absolute
}
@media screen and (max-width: 767px) {
    .feature-steps__item:before {
        font-size: 15px;
        left: 0;
        right: auto;
        top: 11px;
        display: none
    }
}
@media screen and (min-width: 768px) {
    .feature-steps__item:after {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        background-color: #fff
    }
}
.feature-steps__title {
    display: block;
    margin-bottom: 15px;
    font-size: 2.3rem;
    line-height: 1.2;
    letter-spacing: -.84px;
    
}
@media screen and (max-width: 767px) {
    .feature-steps__title {
        font-size: 23px
    }
}
.feature-steps__title h3,
.feature-steps__title h4 {
    font-size: inherit;
    font-family: inherit
}
.feature-steps__text {
    font-size: 17px;
    line-height: 24px
}
@media screen and (max-width: 767px) {
    .feature-steps__text {
        font-size: 14px;
        line-height: 19px
    }
}
.feature-steps .owl-stage {
    counter-increment: item 1
}
.feature-steps .owl-item {
    counter-increment: item 0
}
@media screen and (max-width: 767px) {
    .feature-steps .owl-item:before {
        content: counter(item, decimal-leading-zero);
        
        font-weight: 700;
        position: absolute;
        font-size: 15px;
        left: 1px;
        right: auto;
        top: 11px
    }
}
.feature-steps .owl-dots {
    display: none
}
.feature-steps .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #eb2127 !important
}
.feature-steps .owl-nav button.owl-prev {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}
.feature-steps .owl-nav button.owl-next {
    right: 0
}
.feature-steps .owl-nav button span {
    font-size: 0
}
.feature-steps .owl-nav button:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.feature-steps .owl-nav button.disabled {
    opacity: 0
}
.schedule-module {
    min-height: 1px !important;
    padding: 0 !important
}
.schedule-module.kobe-design {
    background-color: #46b473
}
.schedule-module.kobe-design .schedule-btn:hover i {
    background-color: #46b473
}
.schedule-module__wrap {
    padding: 50px 0 45px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.schedule-module__wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 12px;
    background-color: #fff
}
.schedule-module__wrap:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 22.5px 0 22.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.schedule-module__content {
    max-width: 605px;
    margin-left: auto;
    margin-right: auto
}
.schedule-module__title {
    color: #fff;
    font-size: 2.5rem;
    
    font-weight: 700;
    margin-bottom: 17px;
    letter-spacing: -.8px
}
.schedule-module__title h1,
.schedule-module__title h2,
.schedule-module__title h3,
.schedule-module__title h4,
.schedule-module__title h5,
.schedule-module__title h6 {
    font: inherit;
    margin: 0
}
.schedule-module__text {
    color: #fff;
    font-size: 17px;
    line-height: 24px
}
@media screen and (max-width: 767px) {
    .schedule-module__text {
        font-size: 14px;
        line-height: 19px
    }
}
.schedule-module__cta {
    text-align: center;
    padding-top: 25px
}
.schedule-module .schedule-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 37px;
    height: 37px;
    background-color: #fff;
    text-transform: uppercase;
    color: #231f20;
    letter-spacing: 0.35px;
    font-size: 14px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    white-space: nowrap;
    
}
.schedule-module .schedule-btn i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 37px;
    height: 100%;
    border: 1px solid #fff;
    text-align: center;
    margin-left: 37px;
    background-color: #1a1a1a;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.schedule-module .schedule-btn .k-ico {
    fill: #fff;
    display: inline-block;
    width: 18px;
    height: 15px
}
.schedule-widget {
    position: relative;
    color: #fff;
    padding: 0 !important
}
@media screen and (min-width: 981px) {
    .schedule-widget:before,
    .schedule-widget:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%
    }
}
@media screen and (max-width: 980px) {
    .schedule-widget:before,
    .schedule-widget:after {
        width: 100%
    }
}
.schedule-widget:before {
    left: 0;
    background-color: #333
}
.schedule-widget:after {
    right: 0;
    background-color: #414141
}
@media screen and (max-width: 980px) {
    .schedule-widget .container {
        max-width: 100%;
        padding: 0
    }
}
.schedule-widget__title {
    font-size: 3rem;
    line-height: 1.2;
    
    font-weight: 700;
    margin-bottom: 17px;
    letter-spacing: -.8px
}
.schedule-widget__title h1,
.schedule-widget__title h2,
.schedule-widget__title h3,
.schedule-widget__title h4,
.schedule-widget__title h5,
.schedule-widget__title h6 {
    font: inherit;
    margin: 0
}
.schedule-widget__title .k-ico {
    fill: #eb2127;
    display: inline-block;
    width: 20px;
    height: 17px;
    margin-left: 20px
}
.schedule-widget__title span {
    white-space: nowrap
}
.schedule-widget__text {
    font-size: 17px
}
.schedule-widget__wrap {
    position: relative;
    z-index: 1
}
@media screen and (min-width: 981px) {
    .schedule-widget__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
.schedule-widget__form .swf-row {
    margin-bottom: 15px
}
.schedule-widget__form input[type='text'],
.schedule-widget__form input[type='email'],
.schedule-widget__form input[type='number'] {
    width: 100%;
    border: 1px solid #fff;
    padding: 0 10px;
    height: 40px;
    background: transparent;
    color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.schedule-widget__form input[type='text']::-webkit-input-placeholder,
.schedule-widget__form input[type='email']::-webkit-input-placeholder,
.schedule-widget__form input[type='number']::-webkit-input-placeholder {
    color: #b7b3b3 !important;
    text-transform: uppercase
}
.schedule-widget__form input[type='text']:-moz-placeholder,
.schedule-widget__form input[type='email']:-moz-placeholder,
.schedule-widget__form input[type='number']:-moz-placeholder {
    color: #b7b3b3 !important;
    text-transform: uppercase
}
.schedule-widget__form input[type='text']::-moz-placeholder,
.schedule-widget__form input[type='email']::-moz-placeholder,
.schedule-widget__form input[type='number']::-moz-placeholder {
    color: #b7b3b3 !important;
    text-transform: uppercase
}
.schedule-widget__form input[type='text']:-ms-input-placeholder,
.schedule-widget__form input[type='email']:-ms-input-placeholder,
.schedule-widget__form input[type='number']:-ms-input-placeholder {
    color: #b7b3b3 !important;
    text-transform: uppercase
}
@-webkit-keyframes autofill {
    0%,
    100% {
        color: #fff;
        background: transparent
    }
}
.schedule-widget__form input[type='text']:-webkit-autofill,
.schedule-widget__form input[type='text']:-webkit-autofill:hover,
.schedule-widget__form input[type='text']:-webkit-autofill:focus,
.schedule-widget__form input[type='text']:-webkit-autofill:active,
.schedule-widget__form input[type='email']:-webkit-autofill,
.schedule-widget__form input[type='email']:-webkit-autofill:hover,
.schedule-widget__form input[type='email']:-webkit-autofill:focus,
.schedule-widget__form input[type='email']:-webkit-autofill:active,
.schedule-widget__form input[type='number']:-webkit-autofill,
.schedule-widget__form input[type='number']:-webkit-autofill:hover,
.schedule-widget__form input[type='number']:-webkit-autofill:focus,
.schedule-widget__form input[type='number']:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #1a1a1a inset !important
}
.schedule-widget__form input[type='text']:-webkit-autofill,
.schedule-widget__form input[type='email']:-webkit-autofill,
.schedule-widget__form input[type='number']:-webkit-autofill {
    -webkit-text-fill-color: #fff !important
}
.schedule-widget__form input[type='text']:focus,
.schedule-widget__form input[type='email']:focus,
.schedule-widget__form input[type='number']:focus {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4)
}
.schedule-widget__form .schedule-btn {
    position: relative;
    display: inline-block
}
@media screen and (max-width: 980px) {
    .schedule-widget__form .schedule-btn {
        width: 100%
    }
}
.schedule-widget__form .schedule-btn input,
.schedule-widget__form .schedule-btn .submit {
    background: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    padding: 15px 80px 15px 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    color: #fff;
    
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .05em;
    border-radius: 0;
    width: 100%
}
.schedule-widget__form .schedule-btn:hover input,
.schedule-widget__form .schedule-btn:hover .submit {
    background: #eb2127
}
.schedule-widget__form .schedule-btn i {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
    border: 1px solid #fff;
    background-color: #eb2127;
    text-align: center
}
.schedule-widget__form .schedule-btn .k-ico {
    display: inline-block;
    width: 18px;
    height: 15px;
    fill: #fff
}
.schedule-widget__col {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    position: relative
}
@media screen and (max-width: 980px) {
    .schedule-widget__col {
        padding: 100px 40px
    }
}
@media screen and (min-width: 981px) {
    .schedule-widget__col:first-child {
        padding: 5.2vw 8vw 5.2vw 0
    }
}
@media screen and (max-width: 980px) {
    .schedule-widget__col:first-child {
        background-color: #333
    }
}
.schedule-widget__col:first-child:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 30px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media screen and (max-width: 980px) {
    .schedule-widget__col:first-child:before {
        -webkit-transform: rotate(90deg) translateX(-50%);
        transform: rotate(90deg) translateX(-50%);
        top: auto;
        bottom: -60px;
        left: 50%;
        z-index: 2
    }
}
@media screen and (min-width: 981px) {
    .schedule-widget__col:last-child {
        padding: 5.2vw 0 5.2vw 8vw
    }
}
@media screen and (max-width: 980px) {
    .schedule-widget__col:last-child {
        background-color: #414141
    }
}
.schedule-widget.--type2 {
    background-color: #414141;
    text-align: center
}
.schedule-widget.--type2:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 12px;
    background-color: #fff
}
.schedule-widget.--type2:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 22.5px 0 22.5px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.schedule-widget.--type2 .container {
    padding-left: 17px;
    padding-right: 17px
}
.schedule-widget.--type2 .schedule-widget__text {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}
.schedule-widget.--type2 .schedule-widget__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.schedule-widget.--type2 .schedule-widget__form {
    padding-top: 4vw;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}
@media screen and (min-width: 981px) {
    .schedule-widget.--type2 .schedule-widget__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}
.schedule-widget.--type2 .schedule-widget__form input[type='text'],
.schedule-widget.--type2 .schedule-widget__form input[type='email'],
.schedule-widget.--type2 .schedule-widget__form input[type='number'] {
    border: 0;
    border-bottom: 2px solid #fff;
    padding-left: 0;
    padding-right: 0
}
.schedule-widget.--type2 .schedule-widget__form .schedule-btn {
    width: 100%
}
.schedule-widget.--type2 .schedule-widget__form .schedule-btn input,
.schedule-widget.--type2 .schedule-widget__form .schedule-btn .submit {
    padding: 12px 80px 12px 30px
}
.schedule-widget.--type2 .swf-row {
    margin-bottom: 20px
}
@media screen and (min-width: 981px) {
    .schedule-widget.--type2 .swf-row {
        margin-left: 2vw;
        margin-right: 2vw;
        -ms-flex-preferred-size: calc(33.333% - 4vw);
        flex-basis: calc(33.333% - 4vw);
        margin-bottom: 2vw
    }
}
.intro-section {
    position: relative
}
.intro-section.green-bg {
    background-color: #46b473
}
.intro-section.blue-bg {
    background-color: #52aadd
}
.intro-section.orange-bg {
    background-color: #f7941f
}
.intro-section.red-bg {
    background-color: #eb2127
}
.intro-section-content {
    padding: 7.87vw 0
}
.intro-section-title {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: -.96px;
    
    font-weight: 700;
    margin-bottom: 17px
}
.intro p {
    font-size: 3.125rem;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.015em;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Big Caslon",sans-serif;
}
.intro-section-title h1,
.intro-section-title h2,
.intro-section-title h3,
.intro-section-title h4,
.intro-section-title h5,
.intro-section-title h6 {
    font: inherit;
    margin: 0
}
.intro-section-text {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    max-width: 915px
}
@media screen and (max-width: 767px) {
    .intro-section-text {
        font-size: 14px;
        line-height: 19px
    }
}
.intro-section-text p {
    font-size: inherit;
    line-height: inherit
}
.intro-section-text p:not(:last-child) {
    margin-bottom: 28px
}
.intro-section+.logo-box .logo-box-content {
    padding-top: 0
}
.testimonials.black-bg {
    background-color: #1a1a1a;
    color: #fff
}
.testimonials.right-image .testimonials__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
.testimonials.right-image .testimonials__img {
    margin: 0 0 0 -34px
}
.testimonials__left {
    position: relative
}
.testimonials__img {
    margin: 0 -34px 0 0
}
.testimonials__img img {
    width: 100%
}
.testimonials__tag {
    font-size: 17px;
    
    font-weight: 700;
    margin-bottom: 6.5rem;
    text-transform: uppercase;
    letter-spacing: .34px
}
.testimonials__content {
    padding: 3rem 0
}
.testimonials__text {
    padding-left: 6.6rem
}
.testimonials__name {
    padding-left: 10.9rem;
    position: relative;
    z-index: 1
}
.testimonials__name .t-name {
    font-size: 1.6875rem;
    ;
    letter-spacing: .54px
}
.testimonials__name .t-name:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 2px;
    background-color: #eb2127;
    margin-right: 5px
}
.testimonials__name .t-name h1,
.testimonials__name .t-name h2,
.testimonials__name .t-name h3,
.testimonials__name .t-name h4,
.testimonials__name .t-name h5,
.testimonials__name .t-name h6 {
    font: inherit;
    margin: 0;
    display: inline-block
}
.testimonials__name .t-deg {
    font-size: 12px;
    letter-spacing: .24px;
    text-transform: uppercase;
    padding-left: 50px;
    margin: 0;
    
}
.testimonials__quotes {
    max-width: 650px;
    padding-left: 18px;
    position: relative;
    padding-bottom: 3.4rem
}
.testimonials__quotes blockquote {
    font-size: 2.5rem;
    line-height: 1.25;
    font-family: 'Montserrat', sans-serif;;
    position: relative;
    z-index: 1
}
.testimonials__quotes .k-ico {
    position: absolute;
    right: 10.625rem;
    top: -3.125rem;
    fill: #000;
    width: 22.625rem;
    height: 16.5rem
}
.testimonials.space-xl-bot .testimonials__content {
    padding-bottom: 33rem
}
.testimonials-big blockquote {
    font-size: 1.750em;
    font-family: 'Montserrat', sans-serif;;
    margin-top: 1.4em
}
.testimonials-big h4 {
    font-size: 2em;
    ;
    margin-top: 0
}
.testimonials-big p {
    font-size: 1em;
    
}
.testimonials-big p+p {
    font-size: 1em;
    ;
    font-weight: normal
}
.benefits.black-bg,
.benefits.black-bg {
    background-color: #1a1a1a;
    color: #fff
}
.benefits.black-bg h2,
.benefits.black-bg h2 {
    color: #fff
}
.benefits.black-bg h2+p,
.benefits.black-bg h2+p {
    color: #fff
}
.benefits__title {
    font-size: 3.125rem;
    margin-bottom: 20px;
    
    font-weight: 700;
    letter-spacing: -0.25px
}
.benefits__title h1,
.benefits__title h2,
.benefits__title h3,
.benefits__title h4,
.benefits__title h5,
.benefits__title h6 {
    font: inherit;
    margin: 0
}
.benefits .row {
    margin-left: -8px;
    margin-right: -8px
}
.benefits [class*="col"] {
    padding-left: 8px;
    padding-right: 8px
}
.benefits h2 {
    font-size: 2.5rem;
    
    font-weight: 700;
    letter-spacing: -0.12px;
    margin-bottom: 30px;
    color: #1a1a1a
}
.benefits h2+p {
    color: #1a1a1a
}
.benefits p {
    font-size: 17px;
    line-height: 1.7
}
.benefits-big {
    padding: 5rem 0 !important
}
.benefits-big [class*="col"] {
    margin-bottom: 20px
}
.box {
    height: 100%
}
.box .card {
    background: transparent;
    border-radius: 0;
    border: 2px solid #FFFFFF;
    margin-bottom: 1em;
    height: 100%
}
.box .card.card-balance .card-title {
    margin-bottom: auto
}
.box .card-body {
    padding: 2.9em 1.3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.box .card-body p {
    font-size: 17px;
    margin: 0
}
.box .card-title {
    
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 0.7em;
    letter-spacing: -0.7px
}
.benefits-big .box .card-body {
    padding: 2em 1em
}
.benefits-big .box .card-footer {
    padding: 0 1.2em;
    border: 0;
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0.5em
}
.benefits-big .box .card-footer a {
    margin: 0;
    font-size: 20px
}
.benefits-big .box .card-footer a:hover {
    color: #e82629 !important
}
.benefits-big .box h6 {
    font-size: 0.8em;
    margin-bottom: 1.2em;
    font-weight: 400
}
.benefits-big .box h5.card-title {
    font-size: 2.125em;
    margin-bottom: 1.2em
}
.benefits-big .box .card-body p {
    font-weight: normal;
    font-size: 17px;
    margin: 0
}
.benefits-big .box .card-body {
    padding: 2em 1em
}
.benefits-big .box .card-footer {
    padding: 0 1.2em;
    border: 0;
    background: transparent;
    font-size: 20px;
    ;
    font-weight: 500;
    margin-bottom: 0.5em
}
.benefits-big .box .card-footer a {
    margin: 0;
    font-size: 18px
}
.benefits-big .box .card-footer a:hover {
    color: #e82629 !important
}
.benefits-big .box h6 {
    font-size: 0.8em;
    ;
    margin-bottom: 1.2em;
    font-weight: 400
}
.benefits-big .box h5.card-title {
    font-size: 32px;
    letter-spacing: -0.7px;
    
    font-weight: 700;
    margin-bottom: 30px
}
.benefits-big .box .card-body p {
    ;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.7
}
.look-for {
    position: relative
}
.look-for:before {
    content: '';
    display: block;
    width: 100%;
    height: 17.5rem;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1a1a1a
}
.look-for-content {
    padding-bottom: 4rem;
    position: relative;
    z-index: 1
}
@media screen and (min-width: 768px) {
    .look-for__content .arrow-dow-animation {
        bottom: 40px
    }
}
.look-for-img {
    text-align: center
}
.look-for-img img {
    max-height: 500px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.look-for-caption {
    background-color: #fff;
    margin-top: -3em;
    padding: 3.7em 3em 40px;
    color: #1a1a1a
}
@media screen and (max-width: 767px) {
    .look-for-caption {
        padding: 25px 20px
    }
}
.look-for-title {
    font-size: 2.5rem;
    
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 22px
}
.look-for-title h1,
.look-for-title h2,
.look-for-title h3,
.look-for-title h4,
.look-for-title h5,
.look-for-title h6 {
    font: inherit;
    margin: 0
}
@media screen and (max-width: 767px) {
    .look-for-title {
        font-size: 23px
    }
}
.look-for-text {
    font-size: 17px;
    line-height: 24px
}
@media screen and (max-width: 767px) {
    .look-for-text {
        font-size: 14px;
        line-height: 19px
    }
}
.look-for__cta {
    padding-top: 40px
}
.look-for.black-bg {
    background-color: #1a1a1a
}
.look-for.black-bg .look-for-content {
    padding-top: 4rem
}
.look-for.black-bg .look-for-caption {
    background-color: #1a1a1a;
    color: #fff
}
.look-for.black-bg .look-for-text {
    font-size: 17px
}
@media screen and (max-width: 767px) {
    .look-for.black-bg .look-for-text {
        font-size: 15px
    }
}
.look-for.black-bg .look-for__cta a {
    color: #fff
}
.logo-box {
    padding: 0;
    overflow: hidden
}
.logo-box+.black-bg {
    margin-top: -1px
}
.logo-box-content {
    padding-top: 5rem
}
.logo-box .row {
    margin-right: -30px;
    margin-left: -30px
}
.logo-box .card {
    border-radius: 0;
    border: 0
}
.logo-box .card .card-body {
    padding: 4.5em 4.5em 0
}
.logo-box .card .card-body img{
    width: 200px ;
}
.logo-box .card p {
    color: #ffffff;
    padding: 30px 0;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 300
}
.logo-box .card p.normal {
    color: #fff;
    padding: 0 0 2em;
    font-size: 0.890em;
    font-weight: normal
}
.logo-box .card-footer {
    background: transparent;
    border: 0;
    color: #FFFFFF;
    padding: 0 0 4.5em 3.9em;
    font-size: 1.125em
}
.logo-box .card-footer .top-link {
    margin-bottom: 10px
}
.logo-box .card-footer a {
    margin: 0;
    font-size: 20px
}
.logo-box .card-footer a:hover {
    margin-left: 0;
    color: #e82629 !important
}
.logo-box .card {
    height: 100%
}
.logo-box .card.card-one-bg {
    background: #262626;
    min-height: 250px
}
.logo-box .card.card-two-bg {
    background: #333333;
    min-height: 250px
}
.logo-box .card.card-three-bg {
    background: #404040;
    min-height: 250px
}
.logo-box.big-text .card .card-body p.card-text {
    padding: 1.5em 0 0.8em;
    line-height: normal;
    font-size: 2.3em
}
.persons-section {
    padding: 5rem 0 !important;
    background-color: #1a1a1a
}
.persons-section-img img{
    width: 100%;
}
.persons-section-content {
    color: #fff;
    padding-top: 12px
}
.persons-section-content h4 {
    
    font-weight: 700;
    letter-spacing: -0.64px;
    font-size: 32px;
    margin: 0 0 15px
}
.persons-section-content .ps-tag {
    
    font-weight: 700;
    letter-spacing: 0.34px;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 0 15px
}
.persons-section-content .ps-text {
    font-size: 17px;
    margin: 0
}
@media screen and (max-width: 767px) {
    .persons-section [class*='col'] {
        margin-bottom: 30px
    }
}
.contact-us-modal {
    position: fixed;
    background-color: #1a1a1a;
    text-align: center;
    color: #fff;
    padding: 3.1rem 3rem 3rem;
    min-width: 370px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-height: 100vh;
    overflow: auto;
    z-index: 99999999;
    -webkit-transition: .42s ease;
    transition: .42s ease;
    -ms-scrollbar-base-color: #121212;
    scrollbar-color: rgba(18, 18, 18, 0.5) #1a1a1a;
    scrollbar-width: thin
}
@media screen and (max-width: 767px) {
    .contact-us-modal {
        padding: 4rem 20px 3rem;
        min-width: 1px
    }
}
.contact-us-modal::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #1a1a1a;
    width: 10px
}
.contact-us-modal::-webkit-scrollbar {
    width: 10px;
    background-color: #1a1a1a
}
.contact-us-modal::-webkit-scrollbar-thumb {
    background-color: rgba(18, 18, 18, 0.3)
}
.contact-us-modal:not(.opened) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}
.contact-us-modal div.response-output {
    border-color: #fff;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em 2em
}
.contact-us-modal span.wpcf7-not-valid-tip {
    padding-top: 5px;
    font-size: 12px;
    width: 100%
}
@media screen and (min-width: 981px) {
    .contact-us-modal span.wpcf7-not-valid-tip {
        position: absolute;
        top: calc(100% + 10px);
        left: 0
    }
}
.contact-us-modal div.wpcf7 .ajax-loader {
    background: none;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #eb2127;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    -webkit-filter: drop-shadow(0px 0px 5px red);
    filter: drop-shadow(0px 0px 5px red);
    margin-left: 8px
}
.contact-us-close {
    width: 30px;
    height: 30px;
    top: 37px;
    left: 37px;
    position: fixed;
    cursor: pointer;
    z-index: 5
}
@media screen and (max-width: 767px) {
    .contact-us-close {
        top: 20px;
        left: 20px
    }
}
.contact-us-close:before,
.contact-us-close:after {
    content: '';
    display: block;
    width: 38px;
    height: 1px;
    position: absolute;
    left: -4px;
    top: 14px;
    background-color: #fff;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.contact-us-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.contact-us-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
@media screen and (min-width: 1025px) {
    .contact-us-close:hover:before,
    .contact-us-close:hover:after {
        background-color: #eb2127
    }
}
.form-se-title {
    
    font-weight: 700;
    letter-spacing: -2.66px;
    font-size: 3rem;
    margin-bottom: 20px
}
@media screen and (max-width: 980px) {
    .form-se-title {
        font-size: 2.8rem
    }
}
.form-se-form {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto
}
.form-se-form input[type='text'],
.form-se-form input[type='email'],
.form-se-form input[type='tel'],
.form-se-form textarea {
    width: 100%;
    text-align: center;
    color: #fff;
    border: 0;
    background: none;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    padding: 0 5px 5px
}
.comment-btn button{
    border-radius: 0;
    background: #fff;
    color: #000;
    border: 0;
    font-weight: 700;
    font-size: 0.750em;
    padding: 0.55rem 0.95rem;
}

@media screen and (max-width: 980px) {
    .form-se-form input[type='text'],
    .form-se-form input[type='email'],
    .form-se-form input[type='tel'] {
        font-size: 16px
    }
}
.form-se-form input[type='text']::-webkit-input-placeholder,
.form-se-form input[type='email']::-webkit-input-placeholder,
.form-se-form input[type='tel']::-webkit-input-placeholder {
    color: #b7b3b3 !important;
    font-size: 19px
}
@media screen and (max-width: 980px) {
    .form-se-form input[type='text']::-webkit-input-placeholder,
    .form-se-form input[type='email']::-webkit-input-placeholder,
    .form-se-form input[type='tel']::-webkit-input-placeholder {
        font-size: 16px
    }
}
.form-se-form input[type='text']:-moz-placeholder,
.form-se-form input[type='email']:-moz-placeholder,
.form-se-form input[type='tel']:-moz-placeholder {
    color: #b7b3b3 !important;
    font-size: 19px
}
@media screen and (max-width: 980px) {
    .form-se-form input[type='text']:-moz-placeholder,
    .form-se-form input[type='email']:-moz-placeholder,
    .form-se-form input[type='tel']:-moz-placeholder {
        font-size: 16px
    }
}
.form-se-form input[type='text']::-moz-placeholder,
.form-se-form input[type='email']::-moz-placeholder,
.form-se-form input[type='tel']::-moz-placeholder {
    color: #b7b3b3 !important;
    font-size: 19px
}
@media screen and (max-width: 980px) {
    .form-se-form input[type='text']::-moz-placeholder,
    .form-se-form input[type='email']::-moz-placeholder,
    .form-se-form input[type='tel']::-moz-placeholder {
        font-size: 16px
    }
}
.form-se-form input[type='text']:-ms-input-placeholder,
.form-se-form input[type='email']:-ms-input-placeholder,
.form-se-form input[type='tel']:-ms-input-placeholder {
    color: #b7b3b3 !important;
    font-size: 19px
}
@media screen and (max-width: 980px) {
    .form-se-form input[type='text']:-ms-input-placeholder,
    .form-se-form input[type='email']:-ms-input-placeholder,
    .form-se-form input[type='tel']:-ms-input-placeholder {
        font-size: 16px
    }
}
@-webkit-keyframes autofill {
    0%,
    100% {
        color: #b7b3b3;
        background: transparent
    }
}
.form-se-form input[type='text']:-webkit-autofill,
.form-se-form input[type='text']:-webkit-autofill:hover,
.form-se-form input[type='text']:-webkit-autofill:focus,
.form-se-form input[type='text']:-webkit-autofill:active,
.form-se-form input[type='email']:-webkit-autofill,
.form-se-form input[type='email']:-webkit-autofill:hover,
.form-se-form input[type='email']:-webkit-autofill:focus,
.form-se-form input[type='email']:-webkit-autofill:active,
.form-se-form input[type='tel']:-webkit-autofill,
.form-se-form input[type='tel']:-webkit-autofill:hover,
.form-se-form input[type='tel']:-webkit-autofill:focus,
.form-se-form input[type='tel']:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #1a1a1a inset !important
}
.form-se-form input[type='text']:-webkit-autofill,
.form-se-form input[type='email']:-webkit-autofill,
.form-se-form input[type='tel']:-webkit-autofill {
    -webkit-text-fill-color: #fff !important
}
.form-se-form select {
    
    font-weight: 700;
    background: none;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 19px
}
.form-se-form select.select-decor {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}
.form-se-row {
    margin-bottom: 26px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.form-se-row.is-hide {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}
@media screen and (min-width: 981px) {
    .form-se-fieldset {
        /*display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center*/
        display: inline-block;
    }
}
.form-se-fieldset+.form-se-fieldset {
    margin-top: 30px
}
.form-se-field {
    padding: 0 20px;
    position: relative;
    min-width: 200px;
    display: inline-block;
    margin-bottom: 15px;
}
@media screen and (min-width: 981px) {
    .form-se-field {
        max-width: 360px
    }
}
@media screen and (min-width: 1280px) {
    .form-se-field {
        min-width: 358px
    }
}
@media screen and (max-width: 980px) {
    .form-se-field {
        margin-bottom: 30px
    }
}
.form-se-field.form-se-multiple {
    min-width: 300px
}
@media screen and (min-width: 1280px) {
    .form-se-field.form-se-multiple {
        min-width: 515px
    }
}
@media screen and (max-width: 980px) {
    .form-se-field.form-se-multiple {
        min-width: 200px
    }
}
@media screen and (min-width: 981px) {
    .form-se-field.form-se-col {
        max-width: 300px
    }
}
@media screen and (min-width: 1280px) {
    .form-se-field.form-se-col {
        min-width: 293px
    }
}
@media screen and (min-width: 1280px) {
    .form-se-field.form-se-m {
        min-width: 268px
    }
}
.form-se-field .select2-container {
    top: calc(100% + 10px) !important
}
.form-se-range {
    width: 100%;
    max-width: 488px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto
}
.form-se-label {    
    font-weight: 700;
    letter-spacing: -0.46px;
    font-size: 20px;
    /*margin-right: 5px;*/
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
    /*display: inline-block;*/
}
@media screen and (max-width: 980px) {
    .form-se-label {
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 20px;
        font-size: 18px
    }
}
.form-se-sub-title {
    
    font-weight: 700;
    letter-spacing: -0.46px;
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 17px;
    color: #fff
}
@media screen and (max-width: 980px) {
    .form-se-sub-title {
        font-size: 18px
    }
}
.form-se-cta {
    padding-top: 22px
}
@media screen and (max-width: 980px) {
    .form-se-cta {
        padding-top: 40px
    }
}
@media screen and (max-width: 767px) {
    .form-se-cta {
        padding-top: 10px
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.form-se-submit,
.form-se-submit[type='submit'] {
    
    font-weight: 700;
    background-color: #eb2127;
    border-radius: 0;
    border: 0;
    padding: 10px 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    min-width: 155px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.form-se-submit:hover,
.form-se-submit[type='submit']:hover {
    background-color: #fff;
    color: #1a1a1a
}
.white-paper {
    background-color: #1a1a1a;
    position: relative;
    overflow: hidden
}
@media screen and (max-width: 767px) {
    .white-paper {
        min-height: 1px !important;
        height: auto !important
    }
}
.white-paper__wrap {
    padding: 1rem 0
}
.white-paper__bg {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .3
}
.white-paper__row {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    padding-top: 3vw;
    margin-left: auto;
    margin-right: auto
}
@media screen and (min-width: 768px) {
    .white-paper__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
@media screen and (min-width: 768px) {
    .white-paper__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
@media screen and (min-width: 768px) {
    .white-paper__col:first-child {
        padding-right: 2.6041666666666665vw;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
}
@media screen and (min-width: 768px) {
    .white-paper__col:last-child {
        padding-left: 2.6041666666666665vw;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%
    }
}
@media screen and (max-width: 767px) {
    .white-paper__col {
        margin-bottom: 40px
    }
}
.white-paper__media {
    position: relative;
    width: 100%
}
.white-paper__video {
    overflow: hidden;
    background-image: url(../images/Ipad-pro-white.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 500px;
    position: relative;
    background-color: #000;
    border-radius: 43px
}
.white-paper__video:before {
    content: '';
    display: block;
    padding-top: 138%;
    min-height: 200px;
    max-height: 900px
}
.white-paper__video+img {
    display: none
}
.white-paper__video figure {
    margin: 0
}
.white-paper__video video {
    position: absolute;
    left: 50%;
    top: 3.4%;
    width: 91%;
    height: 93%;
    -o-object-position: center;
    object-position: center;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.white-paper__form {
    width: 100%
}
.white-paper__form input[type='text'],
.white-paper__form input[type='email'],
.white-paper__form input[type='tel'] {
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
    background: #000;
    color: #999;
    height: 40px;
    font-size: 12px;
    padding: 0 5px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.white-paper__form input[type='text']::-webkit-input-placeholder,
.white-paper__form input[type='email']::-webkit-input-placeholder,
.white-paper__form input[type='tel']::-webkit-input-placeholder {
    color: #999 !important;
    font-size: 12px;
    text-transform: uppercase
}
.white-paper__form input[type='text']:-moz-placeholder,
.white-paper__form input[type='email']:-moz-placeholder,
.white-paper__form input[type='tel']:-moz-placeholder {
    color: #999 !important;
    font-size: 12px;
    text-transform: uppercase
}
.white-paper__form input[type='text']::-moz-placeholder,
.white-paper__form input[type='email']::-moz-placeholder,
.white-paper__form input[type='tel']::-moz-placeholder {
    color: #999 !important;
    font-size: 12px;
    text-transform: uppercase
}
.white-paper__form input[type='text']:-ms-input-placeholder,
.white-paper__form input[type='email']:-ms-input-placeholder,
.white-paper__form input[type='tel']:-ms-input-placeholder {
    color: #999 !important;
    font-size: 12px;
    text-transform: uppercase
}
.white-paper__form input[type='text']:focus,
.white-paper__form input[type='email']:focus,
.white-paper__form input[type='tel']:focus {
    -webkit-box-shadow: 0 0 20px rgba(235, 33, 39, 0.3);
    box-shadow: 0 0 20px rgba(235, 33, 39, 0.3)
}
.white-paper__form input[type='text']:-webkit-autofill,
.white-paper__form input[type='text']:-webkit-autofill:hover,
.white-paper__form input[type='text']:-webkit-autofill:focus,
.white-paper__form input[type='text']:-webkit-autofill:active,
.white-paper__form input[type='email']:-webkit-autofill,
.white-paper__form input[type='email']:-webkit-autofill:hover,
.white-paper__form input[type='email']:-webkit-autofill:focus,
.white-paper__form input[type='email']:-webkit-autofill:active,
.white-paper__form input[type='tel']:-webkit-autofill,
.white-paper__form input[type='tel']:-webkit-autofill:hover,
.white-paper__form input[type='tel']:-webkit-autofill:focus,
.white-paper__form input[type='tel']:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #000 inset !important
}
.white-paper__form input[type='text']:-webkit-autofill,
.white-paper__form input[type='email']:-webkit-autofill,
.white-paper__form input[type='tel']:-webkit-autofill {
    -webkit-text-fill-color: #999 !important
}
.footer-title {
    letter-spacing: -0.8px;
    color: #fff;
    
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 2.9375rem
}
@media screen and (max-width: 767px) {
    .footer-title {
        margin-bottom: 1.5rem
    }
}
.footer-title h1,
.footer-title h2,
.footer-title h3,
.footer-title h4,
.footer-title h5,
.footer-title h6 {
    font: inherit;
    margin: 0
}
.wpf-inner {
    border: 2px solid #fff;
    background-color: #000;
    padding: 18px 50px 38px;
    text-align: center
}
.wpf-sub-title {
    
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 32px
}
.wpf-row {
    margin-bottom: 18px
}
.wpf-action {
    margin-bottom: 18px
}
.wpf-action input,
.wpf-action a,
.wpf-action .wpf-cta {
    border: 0;
    border-radius: 0;
    background-color: #eb2127;
    color: #fff;
    
    font-weight: 700;
    font-size: 12px;
    padding: 14px 20px;
    min-width: 214px;
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
@media screen and (max-width: 767px) {
    .wpf-action input,
    .wpf-action a,
    .wpf-action .wpf-cta {
        width: 100%;
        min-width: 1px
    }
}
.wpf-action input:hover,
.wpf-action a:hover,
.wpf-action .wpf-cta:hover {
    background-color: #fff;
    color: #1a1a1a
}
.wpf-description {
    color: #999;
    font-size: 14px
}
.wpf-description a {
    color: #999;
    text-decoration: underline
}
.wpf-description a:hover {
    text-decoration: none
}
@media screen and (min-width: 768px) {
    .post-template-template-whitepaper-post .main-header {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0
    }
}
.case-study-page #fullpage {
    overflow: visible;
}
.cases-details-se .nav-pills .nav-link {
    letter-spacing: -0.44px;
    color: #000;
    
    font-weight: 700;
    font-size: 22px;
    padding: 0;
    padding-right: 22px;
    background: #0000;
}
.cases-details-se .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #eb2127;
    background-color: #0000;
}
.cases-details-se {
    padding: 0 0 2.9rem;
    width: 100%;
    max-width: 1218px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}
.cases-details-filters {
    padding-top: 67px;
    padding-bottom: 22px;
    margin-bottom: 34px;
    position: sticky;
    top: 87px;
    z-index: 1;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.cases-details-filters:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    top: 45px;
    left: 0;
    position: absolute
}
@media screen and (max-width: 1024px) {
    .cases-details-filters {
        top: 85px
    }
}
@media screen and (max-width: 767px) {
    .cases-details-filters {
        margin-bottom: 10px;
        top: 74px
    }
}
.admin-bar .cases-details-filters {
    top: 119px
}
@media screen and (max-width: 1024px) {
    .admin-bar .cases-details-filters {
        top: 117px
    }
}
@media screen and (max-width: 767px) {
    .admin-bar .cases-details-filters {
        top: 106px
    }
}
.cases-details-filters__refine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.cases-details-filters__refine .refine-label {
    font-size: 17px;
    color: #1a1a1a;
    margin-right: 25px
}
@media screen and (max-width: 1024px) {
    .cases-details-filters__refine .refine-label {
        display: none
    }
}
.cases-details-filters__refine .refine-btn {
    text-decoration: none;
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 12px;
    background: transparent;
    color: #1a1a1a;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    
    font-weight: 700;
    min-width: 125px;
    text-align: center
}
@media screen and (max-width: 1024px) {
    .cases-details-filters__refine .refine-btn {
        min-width: 1px;
        padding: 10px 15px
    }
}
.cases-details-filters__refine .refine-btn:hover {
    background-color: #1a1a1a;
    color: #fff
}
.cases-details-filters__modal {
    background-color: #fff;
    padding: 4.4vw 5.3vw;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    max-width: 1180px;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    max-height: 100vh;
    overflow: auto
}
.cases-details-filters__modal:not(.opened) {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden
}
.cases-details-filters>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}
.cases-details-filters>ul>li {
    padding-right: 35px
}
@media screen and (max-width: 767px) {
    .cases-details-filters>ul>li {
        padding-right: 15px
    }
}
.cases-details-filters>ul>li a {
    letter-spacing: -0.44px;
    color: #000;
    
    font-weight: 700;
    font-size: 22px
}
@media screen and (max-width: 767px) {
    .cases-details-filters>ul>li a {
        font-size: 15px
    }
}
.cases-details-filters>ul>li a.active {
    color: #eb2127
}
.wcsfm-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3.8vw
}
.wcsfm-head .reset-btn {
    
    font-weight: 700;
    color: #eb2127;
    text-transform: uppercase;
    letter-spacing: 0.34px;
    font-size: 17px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.wcsfm-head .reset-btn:hover {
    color: #1a1a1a
}
.wcsfm-head .close-btn {
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 0
}
.wcsfm-head .close-btn:before,
.wcsfm-head .close-btn:after {
    content: '';
    display: block;
    width: 54px;
    height: 1px;
    position: absolute;
    left: -8px;
    top: 19px;
    background-color: #1a1a1a;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.wcsfm-head .close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.wcsfm-head .close-btn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.wcsfm-head .close-btn:hover:before,
.wcsfm-head .close-btn:hover:after {
    background-color: #eb2127
}
.wcsfm-title {
    font-family: 'Montserrat', sans-serif;;
    color: #1a1a1a;
    font-size: 40px;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 11px;
    margin-bottom: 42px
}
.wcsfm-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}
@media screen and (max-width: 1024px) {
    .wcsfm-content {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        padding: 0 10px
    }
}
.wcsfm-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}
.wcsfm-content ul.one-col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}
.wcsfm-content ul li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative
}
.wcsfm-content ul li label {
    cursor: pointer;
    color: #1a1a1a;
    font-size: 17px;
    letter-spacing: -0.34px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.wcsfm-content ul li label:hover {
    color: #eb2127
}
@-webkit-keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #eb2127;
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg)
    }
    33% {
        width: .25em;
        height: 0;
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg)
    }
    100% {
        width: .25em;
        height: .5em;
        border-color: #eb2127;
        -webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
        transform: translate3d(0, -0.5em, 0) rotate(45deg)
    }
}
@keyframes checkbox-check {
    0% {
        width: 0;
        height: 0;
        border-color: #eb2127;
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg)
    }
    33% {
        width: .25em;
        height: 0;
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg)
    }
    100% {
        width: .25em;
        height: .5em;
        border-color: #eb2127;
        -webkit-transform: translate3d(0, -0.5em, 0) rotate(45deg);
        transform: translate3d(0, -0.5em, 0) rotate(45deg)
    }
}
.wcsfm-content ul li input[type='checkbox'] {
    display: none
}
.wcsfm-content ul li input[type='checkbox']:checked+span {
    color: #eb2127
}
.wcsfm-content ul li input[type='checkbox']:checked+span:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 4px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
    animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.wcsfm-content ul li a {
    color: #1a1a1a;
    font-size: 17px;
    letter-spacing: -0.34px
}
.wcsfm-content ul li a:hover {
    color: #eb2127
}
.wcsfm-content ul li a.active:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #eb2127;
    position: absolute;
    left: 8px;
    top: 0
}
.wcsfm-col {
    display: inline-block;
    width: 100%;
    margin-bottom: 3vw
}
.wcsfm-heading {
    margin-bottom: 7px;
    
    font-weight: 700;
    letter-spacing: -0.54px;
    font-size: 27px
}
.wcsfm-cta {
    text-align: center;
    padding-top: 28px;
    padding-bottom: 24px
}
.wcsfm-cta .apply-btn {
    text-decoration: none;
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 12px;
    background: transparent;
    color: #1a1a1a;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    
    font-weight: 700;
    min-width: 125px;
    text-align: center;
    display: inline-block
}
.wcsfm-cta .apply-btn:hover {
    background-color: #1a1a1a;
    color: #fff
}
.loading .cases-details-se:after {
    content: '';
    background: none;
    border: 5px solid #d0caca;
    border-top: 5px solid #eb2127;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    display: block
}
.cases-details-grid {
    position: relative;
    min-height: 500px;
    overflow: hidden
}
@media screen and (min-width: 768px) {
    .cases-details-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
.cases-details-grid .loader {
    background: none;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #eb2127;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 150px;
    margin-left: -30px
}
@-webkit-keyframes move_height_up {
    from {
        height: 0
    }
    to {
        height: 100%
    }
}
@keyframes move_height_up {
    from {
        height: 0
    }
    to {
        height: 100%
    }
}
@-webkit-keyframes move_height_down {
    from {
        height: 100%
    }
    to {
        height: 0
    }
}
@keyframes move_height_down {
    from {
        height: 100%
    }
    to {
        height: 0
    }
}
@-webkit-keyframes scale_down {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }
}
@keyframes scale_down {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    to {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }
}
@-webkit-keyframes scale_up {
    from {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes scale_up {
    from {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.cases-details-grid-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 6.6vw;
    background-color: #1a1a1a
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item {
        -ms-flex-preferred-size: calc(50% - 6.8vw);
        flex-basis: calc(50% - 6.8vw)
    }
}
.cases-details-grid-item:hover .cases-details-grid-content>.cases-details-grid-title {
    display: none
}
.cases-details-grid-item:hover .cases-details-grid-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.cases-details-grid-item:hover .cases-details-grid-group {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.cases-details-grid-item:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 126.3%
}
.cases-details-grid-item.is-full {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item.is-full:before {
        padding-top: 56.8%
    }
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item.is-full .cases-details-grid-content {
        max-width: 33.6%
    }
}
.cases-details-grid-item.is-full .cases-details-grid-content:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 23px 24px;
    border-color: transparent transparent #eb2127 transparent;
    position: absolute;
    right: -35px;
    top: 50%;
    margin-top: 10px;
    pointer-events: none;
    -webkit-transform: rotate(90deg) translate(-50%, 30px);
    transform: rotate(90deg) translate(-50%, 30px);
    opacity: 0
}
.cases-details-grid-item.is-full .cases-details-grid-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item.is-full .cases-details-grid-group {
        padding-bottom: 6vw
    }
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item.is-full .cases-details-grid-cta {
        padding-top: 50px
    }
}
.cases-details-grid-item.is-full:hover .cases-details-grid-group {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}
.cases-details-grid-item.is-full:hover .cases-details-grid-content:before {
    -webkit-transform: rotate(90deg) translate(-50%, 0);
    transform: rotate(90deg) translate(-50%, 0);
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item.is-half-big {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}
.cases-details-grid-item.is-half-big:before {
    padding-top: 139.8%
}
.cases-details-grid-item.is-half-big:hover .cases-details-grid-group {
    position: static
}
.cases-details-grid-item.is-half-big .cases-details-grid-content:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 24px 23px 24px;
    border-color: transparent transparent #eb2127 transparent;
    position: absolute;
    left: 50%;
    top: -23px;
    pointer-events: none;
    -webkit-transform: translate(-50%, 30px);
    transform: translate(-50%, 30px);
    opacity: 0
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item.is-half-big .cases-details-grid-cta {
        padding-top: 0
    }
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item.is-half-big .cases-details-grid-col {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: 20px
    }
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item.is-half-big .cases-details-grid-left {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item.is-half-big .cases-details-grid-content {
        height: auto
    }
}
@media screen and (max-width: 767px) {
    .cases-details-grid-item.is-half-big .cases-details-grid-content {
        max-height: 60%
    }
}
@media screen and (min-width: 768px) {
    .cases-details-grid-item.is-half-big .cases-details-grid-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 3.6vw 37px 30px;
        min-height: 200px
    }
}
@media screen and (max-width: 767px) {
    .cases-details-grid-item.is-half-big .cases-details-grid-group {
        padding-bottom: 30px
    }
}
.cases-details-grid-item.is-half-big:hover .cases-details-grid-content:before {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}
.cases-details-grid-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: .4s ease;
    transition: .4s ease
}
.cases-details-grid-img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}
.cases-details-grid-img:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#000));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000 100%);
    opacity: .3
}
.cases-details-grid-group {
    padding: 30px 37px 7.5vw;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    background-color: #eb2127;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateY(101%);
    transform: translateY(101%);
    overflow: hidden
}
@media screen and (max-width: 767px) {
    .cases-details-grid-group {
        padding: 30px 20px
    }
}
.cases-details-grid-group .cases-details-grid-title {
    padding: 0;
    margin-bottom: 27px
}
@media screen and (max-width: 767px) {
    .cases-details-grid-group .cases-details-grid-title {
        margin-bottom: 10px
    }
}
.cases-details-grid-content {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%
}
.cases-details-grid-title {
    font-size: 30px;
    
    font-weight: 700;
    letter-spacing: -.6px;
    padding: 25px 25px 17px;
    line-height: 1.2
}
@media screen and (max-width: 767px) {
    .cases-details-grid-title {
        font-size: 23px
    }
}
.cases-details-grid-title h1,
.cases-details-grid-title h2,
.cases-details-grid-title h3,
.cases-details-grid-title h4,
.cases-details-grid-title h5,
.cases-details-grid-title h6 {
    font: inherit;
    margin: 0
}
.cases-details-grid-title a {
    color: #fff
}
.cases-details-grid-title a:hover {
    color: #000 !important
}
.cases-details-grid-title .subtitle-tagline {
    padding-top: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: normal
}
.cases-details-grid-text {
    font-size: 17px;
    line-height: 1.3;
    max-height: 242px;
    overflow: hidden
}
@media screen and (min-width: 768px) {
    .cases-details-grid-text {
        max-width: 320px
    }
}
@media screen and (max-width: 767px) {
    .cases-details-grid-text {
        font-size: 15px;
        max-height: 245px
    }
}
.cases-details-grid-cta {
    padding-top: 20px
}
.cases-details-grid-cta .more-link {
    color: #fff
}
@media screen and (max-width: 767px) {
    .cases-details-grid-cta .more-link {
        font-size: 14px
    }
}
.cases-details-grid-cta .more-link:hover {
    color: #1a1a1a
}
@media screen and (min-width: 768px) {
    .cases-details-grid-cta.mobile {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .cases-details-grid-cta.desktop {
        display: none
    }
}
.filters-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .7;
    z-index: 9999999
}
.filters-opened {
    pointer-events: none
}
.filters-opened .cases-details-filters__modal,
.filters-opened .filters-overlay {
    pointer-events: all
}
.circle-add-box-se+.circle-add-box-se+.section {
    z-index: 11
}
@media screen and (max-width: 767px) {
    .circlebx {
        padding-bottom: 20px
    }
}
@media screen and (max-width: 600px) {
    .circlebx {
        text-align: center
    }
}
.circle-se {
    position: relative
}
.circle-se.stopped #circleContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0
}
.circle-se.animated .circlebox,
.circle-se.animated .circle-title,
.circle-se.animated .circle-tab {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}
.circle-se .scrollmagic-pin-spacer {
    width: 100%
}
@-webkit-keyframes move_down_2 {
    from {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: .1
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
@keyframes move_down_2 {
    from {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: .1
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}
.circle-se.pm-active .circlebox svg {
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important
}
.circle-se.pm-active .pm-title {
    display: block !important;
    -webkit-animation: .5s linear forwards move_down_2;
    animation: .5s linear forwards move_down_2
}
.circle-se.pm-active .dd-title {
    display: none !important
}
.circle-se.pm-active .vp-title {
    display: none !important
}
.circle-se.pm-active .circle-tab-content[data-id="pm"] {
    display: block !important;
    -webkit-animation: .5s linear forwards move_down_2;
    animation: .5s linear forwards move_down_2
}
.circle-se.pm-active .circle-tab-content[data-id="vp"] {
    display: none !important
}
.circle-se.pm-active .circle-tab-content[data-id="dd"] {
    display: none !important
}
.circle-se.pm-active path.vp {
    stroke-width: 7px !important
}
.circle-se.pm-active path.pm {
    stroke-width: 40px !important
}
.circle-se.pm-active path.dd {
    stroke-width: 7px !important
}
.circle-se.pm-active .circle-tab-content a:hover {
    color: #52aadd
}
.circle-se.dd-active .circlebox svg {
    -webkit-transform: rotate(124deg) !important;
    transform: rotate(124deg) !important
}
.circle-se.dd-active .dd-title {
    display: block !important;
    -webkit-animation: .5s linear forwards move_down_2;
    animation: .5s linear forwards move_down_2
}
.circle-se.dd-active .pm-title {
    display: none !important
}
.circle-se.dd-active .vp-title {
    display: none !important
}
.circle-se.dd-active .circle-tab-content[data-id="vp"] {
    display: none !important
}
.circle-se.dd-active .circle-tab-content[data-id="pm"] {
    display: none !important
}
.circle-se.dd-active .circle-tab-content[data-id="dd"] {
    display: block !important;
    -webkit-animation: .5s linear forwards move_down_2;
    animation: .5s linear forwards move_down_2
}
.circle-se.dd-active path.vp {
    stroke-width: 7px !important
}
.circle-se.dd-active path.pm {
    stroke-width: 7px !important
}
.circle-se.dd-active path.dd {
    stroke-width: 40px !important
}
.circle-se.dd-active .circle-tab-content a:hover {
    color: #46b473
}
.circle-se.vp-active .circlebox svg {
    -webkit-transform: rotate(239deg) !important;
    transform: rotate(239deg) !important
}
.circle-se.vp-active .vp-title {
    display: block !important;
    -webkit-animation: .5s linear forwards move_down_2;
    animation: .5s linear forwards move_down_2
}
.circle-se.vp-active .dd-title {
    display: none !important
}
.circle-se.vp-active .pm-title {
    display: none !important
}
.circle-se.vp-active .circle-tab-content[data-id="dd"] {
    display: none !important
}
.circle-se.vp-active .circle-tab-content[data-id="pm"] {
    display: none !important
}
.circle-se.vp-active .circle-tab-content[data-id="vp"] {
    display: block !important;
    -webkit-animation: .5s linear forwards move_down_2;
    animation: .5s linear forwards move_down_2
}
.circle-se.vp-active path.pm {
    stroke-width: 7px !important
}
.circle-se.vp-active path.dd {
    stroke-width: 7px !important
}
.circle-se.vp-active path.vp {
    stroke-width: 40px !important
}
.circle-se.vp-active .circle-tab-content a:hover {
    color: #f7941f
}
.circle-se.start-animated .circlebox svg {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.circle-se.start-animated .circlebox svg path {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}
#circleContainer {
    padding-top: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media screen and (max-width: 767px) {
    #circleContainer {
        padding-top: 100px
    }
}
.circlebox {
    position: relative;
    z-index: 1;
    -webkit-transition: .8s ease;
    transition: .8s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
    opacity: 0
}
@media screen and (max-width: 600px) {
    .circlebox {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto
    }
}
.circlebox svg {
    -webkit-transform: rotate(239deg) !important;
    transform: rotate(239deg) !important;
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    pointer-events: none
}
.circlebox svg path {
    -webkit-transition: .6s ease;
    transition: .6s ease;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}
.circlebox .logo {
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 238px;
    margin-top: -15px;
    width: 100%;
    text-align: center
}
@media screen and (max-width: 767px) {
    .circlebox .logo {
        max-width: 133px;
        margin-top: 0
    }
}
@media screen and (max-width: 600px) {
    .circlebox .logo {
        max-width: 100px
    }
}
.circle-title {
    padding-top: 75px;
    font-size: 1.6875rem;
    
    font-weight: 700;
    color: #000;
    letter-spacing: -.54px;
    -webkit-transition: .8s ease;
    transition: .8s ease;
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
    opacity: 0
}
@media screen and (min-width: 1201px) {
    .circle-title {
        white-space: nowrap
    }
}
@media screen and (max-width: 767px) {
    .circle-title {
        text-align: center;
        margin-bottom: 15px;
        padding-top: 0;
        font-size: 16px
    }
}
.circle-title h4 {
    font-size: inherit;
    font-family: inherit;
    margin: 0
}
.circle-tab {
    padding-top: 75px;
    padding-left: 3px;
    -webkit-transition: .8s ease;
    transition: .8s ease;
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: translateY(90%);
    transform: translateY(90%);
    opacity: 0
}
@media screen and (max-width: 767px) {
    .circle-tab {
        padding-top: 0;
        padding-left: 0
    }
}
@media screen and (max-width: 600px) {
    .circle-tab {
        display: inline-block;
        text-align: left
    }
}
.circle-tab-content {
    display: none
}
.circle-tab-content h4 {
    font-size: 1.6875rem;
    
    font-weight: 700;
    margin: 0 0 25px
}
@media screen and (max-width: 767px) {
    .circle-tab-content h4 {
        font-size: 16px;
        margin-bottom: 10px
    }
}
.circle-tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.circle-tab-content ul li {
    font-size: 17px;
    margin-bottom: 11px;
    position: relative;
    padding-left: 25px
}
@media screen and (max-width: 767px) {
    .circle-tab-content ul li {
        font-size: 14px;
        margin-bottom: 5px
    }
}
.circle-tab-content ul li:before {
    content: '';
    font-weight: bold;
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 11px
}
@media screen and (max-width: 767px) {
    .circle-tab-content ul li:before {
        top: 9px
    }
}
.circle-tab-content a {
    
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-top: 25px;
    color: #000
}
.circle-tab-content a:hover {
    color: #eb2127
}
.circle-tab-content a .k-ico {
    fill: currentColor;
    display: inline-block;
    width: 18px;
    height: 15px;
    margin-left: 15px
}
.circle-tab-content[data-id="vp"] ul li::before {
    background-color: #f7941f
}
.circle-tab-content[data-id="dd"] ul li::before {
    background-color: #46b371
}
.circle-tab-content[data-id="pm"] ul li::before {
    background-color: #52aadd
}
.service-tab {
    min-height: 225px;
    list-style: none;
    margin: 0;
    padding: 0
}
.service-tab li {
    list-style: none;
    margin: 0;
    padding: 0.5em 0
}
a[data-link='vp'] {
    ;
    line-height: normal
}
a[data-link='dd'] {
    ;
    line-height: normal
}
a[data-link='pm'] {
    ;
    line-height: normal
}
a[data-link='vp'].active {
    font-size: 1.5em;
    color: #f7941f
}
a[data-link='dd'].active {
    font-size: 1.5em;
    color: #46b371
}
a[data-link='pm'].active {
    font-size: 1.5em;
    color: #52aadd
}
.linecolor-shadow.anim {
    stroke-width: 7;
    opacity: 1;
    -webkit-animation-direction: normal;
    animation-direction: normal
}
.linecolor-shadow {
    stroke-width: 7
}
@-webkit-keyframes draw {
    0% {
        stroke-width: 12
    }
    40% {
        stroke-width: 30
    }
    100% {
        stroke-width: 40
    }
}
@keyframes draw {
    0% {
        stroke-width: 12
    }
    40% {
        stroke-width: 30
    }
    100% {
        stroke-width: 40
    }
}
.our-values h2 {
    font-size: 2.5rem;
    
    font-weight: 700;
    letter-spacing: -0.12px;
    margin-bottom: 30px
}
.our-values p {
    font-size: 17px;
    line-height: 1.7
}
.our-values .row {
    margin-left: -12px;
    margin-right: -12px
}
.our-values [class*="col"] {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 40px
}
.our-values .box .card-body {
    padding: 25px 35px
}
.our-values .box h5.card-title {
    
    font-weight: 700;
    letter-spacing: -0.7px;
    font-size: 32px;
    margin-bottom: 30px
}
.our-values .box p.card-text {
    font-size: 17px;
    line-height: 1.7
}
.lever-module {
    padding: 0 0 5vw;
    overflow: hidden
}
.lever-module__filters {
    padding-bottom: 40px;
    margin-bottom: 42px;
    background: #f1f1f1;
    padding-top: 40px;
    position: relative
}
.lever-module__filters:before {
    content: '';
    display: block;
    width: 101vw;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.lever-module__filters .search {
    width: 100%;
    border: 1px solid #1a1a1a;
    height: 50px;
    font-size: 18px;
    padding: 1px 12px;
    color: #444;
    min-width: 263px;
    letter-spacing: .1px;
    position: relative;
    z-index: 1
}
.lever-module__filters .search::-webkit-input-placeholder {
    color: #444 !important;
    font-size: 18px
}
.lever-module__filters .search:-moz-placeholder {
    color: #444 !important;
    font-size: 18px
}
.lever-module__filters .search::-moz-placeholder {
    color: #444 !important;
    font-size: 18px
}
.lever-module__filters .search:-ms-input-placeholder {
    color: #444 !important;
    font-size: 18px
}
.lever-module__filters .clear-btn {
    text-decoration: none !important;
    border: 1px solid #eb2127;
    padding: 10px 20px;
    font-size: 12px;
    background: transparent;
    color: #eb2127;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    
    font-weight: 700;
    min-width: 125px;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    display: block
}
@media screen and (max-width: 767px) {
    .lever-module__filters .clear-btn {
        margin: 0
    }
}
.lever-module__filters .clear-btn:hover {
    color: #fff;
    background-color: #eb2127
}
.lever-module__title {
    letter-spacing: -0.8px;
    
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.1;
    margin-bottom: 2.9375rem
}
@media screen and (max-width: 767px) {
    .lever-module__title {
        margin-bottom: 1.5rem
    }
}
.lever-module__title h1,
.lever-module__title h2,
.lever-module__title h3,
.lever-module__title h4,
.lever-module__title h5,
.lever-module__title h6 {
    font: inherit;
    margin: 0
}
.lever-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 17px
}
.lever-module ul li {
    margin-bottom: 20px
}
.lever-module .lever-team {
    margin: 0
}
.lever-module .lever-team ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.lever-module .lever-team a {
    letter-spacing: -0.34px
}
.lever-module a {
    color: #eb2127
}
.lever-module a:hover {
    text-decoration: underline
}
.lever-module .lever-team-title {
    
    font-weight: 700;
    letter-spacing: -0.54px;
    font-size: 27px;
    margin: 0 0 15px;
    display: none
}
.lever-module .lever-jobs-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    
    font-weight: 700;
    margin-bottom: 25px
}
@media screen and (max-width: 767px) {
    .lever-module .lever-jobs-head {
        font-size: 16px
    }
}
.lever-module .ljh-title {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    padding-right: 15px
}
.lever-module .lever-job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}
@media screen and (max-width: 767px) {
    .lever-module .lever-job {
        font-size: 14px
    }
}
.lever-module .lever-job:before {
    content: attr(data-team);
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    padding-right: 15px
}
.lever-module .lever-job-title {
    padding-right: 15px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}
.lever-module .lever-job-tag {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    color: #808080
}
.lever-module .no-results {
    font-size: 28px;
    
    font-weight: 700;
    color: #eb2127
}
.lever-module__detail {
    padding: 5vw 0
}
.lever-module__detail .social {
    margin-bottom: 20px
}
.lever-module__detail .social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0
}
.lever-module__detail .social li {
    margin-right: 10px
}
.lever-module__detail .social a:visited {
    color: #000
}
.lmd-name {
    font-size: 40px;
    
    font-weight: 700;
    margin-bottom: 10px
}
@media screen and (max-width: 767px) {
    .lmd-name {
        font-size: 28px
    }
}
.lmd-head {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: 16px;
    color: #808080;
    letter-spacing: 1.2px
}
.lmd-head>div {
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.lmd-head>div:after {
    content: '';
    display: block;
    height: 15px;
    width: 1px;
    background-color: #ccc;
    margin-left: 15px
}
.lmd-head>div:last-child {
    padding-right: 0
}
.lmd-head>div:last-child:after {
    display: none
}
.lmd-desc {
    font-size: 16px
}
.lmd-desc b {
    
}
.lmd-apply {
    padding-top: 40px;
    text-align: center
}
.lmd-apply a {
    font-size: 16px
}
.lmd-apply a:not(:hover) {
    color: #fff
}
.lmd-back {
    margin-bottom: 40px
}
.lmd-back .k-ico {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-left: 0;
    margin-right: 10px
}
.lmd-back a {
    color: #eb2127
}
.lmd-back a:hover .k-ico {
    -webkit-transform: translateX(-10px) scaleX(-1);
    transform: translateX(-10px) scaleX(-1)
}
.lmf-drops {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    padding-top: 30px;
    margin-left: -10px;
    margin-right: -10px
}
@media screen and (max-width: 767px) {
    .lmf-drops {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
}
.lmf-drop {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px
}
@media screen and (max-width: 767px) {
    .lmf-drop {
        margin: 0 0 10px
    }
}
.lmf-drop select {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding-left: 8px;
    color: #444;
    font-size: 16px
}
.brands-block .brands {
    list-style: none;
    padding: 0
}
.info-block-with-lines {
    padding: 50px 0
}
.info-block-with-lines h2 {
    font-size: 1.5rem;
    
    font-weight: 700;
    letter-spacing: -0.12px;
    margin-bottom: 30px;
    color: #1a1a1a
}
.info-block-with-lines--wrap {
    margin: 0 auto;
    padding: 20px 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}
.info-block-with-lines--wrap::before,
.info-block-with-lines--wrap::after {
    content: "";
    position: absolute;
    top: 0;
    width: 10%;
    height: 5px;
    background: #1a1a1a
}
.info-block-with-lines--wrap::before {
    left: 0
}
.info-block-with-lines--wrap::after {
    right: 0
}
.single-case_study {
    -ms-scrollbar-base-color: rgba(0, 0, 0, 0);
    scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
    scrollbar-width: thin
}
.single-case_study::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    width: 0
}
.single-case_study::-webkit-scrollbar {
    width: 0;
    background-color: rgba(0, 0, 0, 0)
}
.single-case_study::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0)
}
.single-case_study .main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}
.single-case_study #fp-nav.fp-right {
    right: 60px
}
@media screen and (max-width: 767px) {
    .single-case_study #fp-nav.fp-right {
        right: 10px
    }
}
.single-case_study #fp-nav ul li {
    height: 14px !important;
    width: 14px !important;
    margin: 5px 0 !important
}
.single-case_study #fp-nav ul li:nth-child(3) {
    height: 14px !important
}
.single-case_study #fp-nav ul li:nth-child(3)~li {
    display: block
}
.single-case_study #fp-nav ul li:last-child {
    display: none !important
}
.single-case_study #fp-nav ul li:hover a span {
    background-color: #eb2127;
    width: 10px !important;
    height: 10px !important;
    margin: -5px 0px 0px -5px !important
}
.single-case_study #fp-nav ul li a {
    max-height: inherit;
    min-width: inherit
}
.single-case_study #fp-nav ul li a span {
    border-radius: 100% !important;
    width: 4px !important;
    height: 4px !important;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #eb2127
}
.single-case_study #fp-nav ul li a.active span {
    background-color: #eb2127;
    height: 12px !important;
    width: 12px !important;
    margin: -6px 0 0 -6px !important
}
.cs-section {
    min-height: 100vh;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden
}
@media screen and (max-width: 767px) {
    .cs-section {
        min-height: auto !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media screen and (max-width: 767px) {
    .cs-section.has-controls .cs-section__video {
        position: absolute;
        padding-top: 0;
        max-height: 100%;
        margin: 0
    }
    .cs-section.has-controls .cs-section__video .cs-video {
        height: 100%
    }
}
.cs-section.has-controls .cs-section__content {
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
    padding: 0 !important
}
@media screen and (max-width: 767px) {
    .cs-section.has-controls .cs-section__content {
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%
    }
    .cs-section.has-controls .cs-section__content .cs-section__title {
        color: #fff
    }
}
.cs-section.has-controls .cs-section__title:after {
    display: none
}
.cs-section.has-controls:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: .33s ease;
    transition: .33s ease;
    background-color: #000;
    opacity: .7
}
.cs-section .video-placeholder {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.cs-section .video-control {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
@media screen and (max-width: 767px) {
    .cs-section .video-control {
        width: 70px;
        height: 70px;
        border-width: 3px
    }
}
.cs-section .video-control:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 25px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-left: 4px
}
.cs-section .video-control .k-ico {
    fill: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 50px;
    height: 50px;
    position: absolute;
    right: 23px;
    top: 29px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
@media screen and (max-width: 767px) {
    .cs-section .video-control .k-ico {
        width: 30px;
        height: 30px;
        top: 18px;
        left: 20px
    }
}
.cs-section .video-control:hover {
    border-color: #eb2127
}
.cs-section .video-control:hover .k-ico {
    fill: #eb2127
}
.cs-section .video-control.is-pause {
    opacity: 0;
    pointer-events: none
}
.cs-section__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.cs-section__bg:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .1
}
.cs-section__video {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 50%
}
@media screen and (max-width: 767px) {
    .cs-section__video {
        position: static;
        max-width: 100%;
        max-height: calc(50vh - 30px);
        margin-bottom: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}
.cs-section__video .cs-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-position: right;
    object-position: right
}
@media screen and (max-width: 767px) {
    .cs-section__video .cs-video {
        position: static;
        -o-object-position: center;
        object-position: center;
        height: auto;
        max-height: inherit
    }
}
@media screen and (min-height: 1200px) {
    .cs-section__video .cs-video {
        -o-object-fit: cover;
        object-fit: cover
    }
}
.cs-section__video figure {
    margin: 0;
    width: 100%
}
.cs-section__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 50%;
    padding-right: 20px
}
@media screen and (max-width: 767px) {
    .cs-section__content {
        max-width: 100%;
        padding-right: 0
    }
}
.cs-section__tag {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    line-height: normal;
    margin-bottom: 20px;
    
    font-weight: 700;
    letter-spacing: -0.31px
}
@media screen and (max-width: 767px) {
    .cs-section__tag {
        font-size: 12px;
        margin-bottom: 10px
    }
}
.cs-section__title {
    font-size: 3.7rem;
    line-height: .95;
    margin-bottom: 20px;
    
    font-weight: 700;
    color: #000;
    letter-spacing: -0.121875rem
}
@media screen and (max-width: 767px) {
    .cs-section__title {
        font-size: 23px;
        letter-spacing: -.2px;
        margin-bottom: 10px
    }
    .cs-section__title br {
        display: none
    }
}
.cs-section__title h1,
.cs-section__title h2 {
    margin: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit
}
.cs-section__text {
    font-size: 1.6rem;
    line-height: 1.3;
    max-width: 670px
}
@media screen and (max-width: 767px) {
    .cs-section__text {
        font-size: 14px
    }
    .cs-section__text br {
        display: none
    }
}
.cs-section__form {
    padding-top: 4.375rem
}
.cs-section__form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.cs-section__form input[type='text'],
.cs-section__form input[type='email'] {
    border: 1px solid #1a1a1a;
    height: 40px;
    font-size: 14px;
    padding: 1px 12px;
    color: #8b8b8b;
    min-width: 263px;
    letter-spacing: .1px;
    font-weight: 600
}
@media screen and (max-width: 767px) {
    .cs-section__form input[type='text'],
    .cs-section__form input[type='email'] {
        min-width: 1px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}
.cs-section__form input[type='text']::-webkit-input-placeholder,
.cs-section__form input[type='email']::-webkit-input-placeholder {
    color: #8b8b8b !important;
    opacity: 1
}
.cs-section__form input[type='text']::-moz-placeholder,
.cs-section__form input[type='email']::-moz-placeholder {
    color: #8b8b8b !important;
    opacity: 1
}
.cs-section__form input[type='text']:-ms-input-placeholder,
.cs-section__form input[type='email']:-ms-input-placeholder {
    color: #8b8b8b !important;
    opacity: 1
}
.cs-section__form input[type='text']::-ms-input-placeholder,
.cs-section__form input[type='email']::-ms-input-placeholder {
    color: #8b8b8b !important;
    opacity: 1
}
.cs-section__form input[type='text']::placeholder,
.cs-section__form input[type='email']::placeholder {
    color: #8b8b8b !important;
    opacity: 1
}
.cs-section__form input[type='text']:focus,
.cs-section__form input[type='email']:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 10px rgba(235, 33, 39, 0.5);
    box-shadow: 0 0 10px rgba(235, 33, 39, 0.5)
}
.cs-section__form .form-action {
    margin-left: -1px;
    border: 1px solid #1a1a1a;
    position: relative;
    border-left: 0;
    cursor: pointer
}
.cs-section__form .form-action .k-ico {
    width: 51px;
    height: 22px;
    fill: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.cs-section__form .form-action:hover .form-cta {
    background-color: #1a1a1a
}
.cs-section__form input[type='submit'],
.cs-section__form .form-cta {
    background-color: #eb2127;
    padding: 10px 15px;
    font-size: 0;
    border-radius: 0;
    width: 74px;
    position: relative;
    display: block;
    height: 100%;
    border: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
@media screen and (min-width: 1025px) {
    .cs-section__cta {
        position: absolute;
        bottom: 6.3vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
@media screen and (max-width: 1024px) {
    .cs-section__cta {
        padding-top: 30px
    }
}
.cs-section__cta a {
    color: #eb2127
}
.cs-section .container {
    max-width: 1243px !important
}
.cs-section__row {
    margin-top: 25px
}
@media screen and (min-width: 768px) {
    .cs-section__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto
    }
}
@media screen and (max-width: 767px) {
    .cs-section__row:not(.owl-builded) .cs-section__col:first-child~.cs-section__col {
        display: none
    }
}
@media screen and (min-width: 1601px) {
    .cs-section__row {
        margin: 40px -9vw 0
    }
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .cs-section__row {
        margin: 40px -3vw 0
    }
}
@media screen and (min-width: 768px) {
    .cs-section__row.-cols-3 .cs-section__col {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%
    }
}
.cs-section__row .-bg-block {
    position: relative;
    padding: 0 12px;
    margin: 0;
    visibility: hidden;
    height: 62vh
}
@media screen and (max-width: 767px) {
    .cs-section__row .-bg-block {
        padding: 0
    }
}
.cs-section__row .-bg-block:before {
    content: '';
    display: block;
    background-image: inherit;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    visibility: visible;
    max-width: 360px;
    margin: 0 auto
}
.cs-section__row .owl-dots {
    display: none
}
@media screen and (min-width: 768px) {
    .cs-section__row .owl-nav {
        display: none
    }
}
.cs-section__row .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #eb2127 !important
}
.cs-section__row .owl-nav button.owl-prev {
    left: 15px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}
.cs-section__row .owl-nav button.owl-next {
    right: 15px
}
.cs-section__row .owl-nav button span {
    font-size: 0
}
.cs-section__row .owl-nav button:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.cs-section__row .owl-nav button.disabled {
    opacity: 0
}
.cs-section.corner-decor .cs-section__content {
    padding-left: 42px;
    padding-top: 34px;
    margin-left: 25px
}
@media screen and (max-width: 767px) {
    .cs-section.corner-decor .cs-section__content {
        margin-left: 0;
        padding-left: 20px;
        padding-top: 20px
    }
}
.cs-section.corner-decor .cs-section__content:before {
    content: '';
    width: 55px;
    height: 68px;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 7px solid #eb2127;
    border-top: 7px solid #eb2127
}
@media screen and (max-width: 767px) {
    .cs-section.corner-decor .cs-section__content:before {
        border-width: 3px;
        padding-left: 32px;
        padding-top: 24px;
        width: 45px;
        height: 45px
    }
}
.cs-section.straight-decor .cs-section__content {
    padding-left: 42px
}
@media screen and (max-width: 767px) {
    .cs-section.straight-decor .cs-section__content {
        padding-left: 20px
    }
}
.cs-section.straight-decor .cs-section__title {
    position: relative
}
.cs-section.straight-decor .cs-section__title:before {
    content: '';
    width: 7px;
    height: calc(100% - 12px);
    position: absolute;
    left: -42px;
    top: 8px;
    background-color: #eb2127
}
@media screen and (max-width: 767px) {
    .cs-section.straight-decor .cs-section__title:before {
        width: 3px;
        left: -17px;
        height: 100%;
        top: 0
    }
}
.cs-section.oblique-decor .cs-section__content {
    padding-left: 42px
}
@media screen and (max-width: 767px) {
    .cs-section.oblique-decor .cs-section__content {
        padding-left: 32px
    }
}
.cs-section.oblique-decor .cs-section__title {
    position: relative
}
.cs-section.oblique-decor .cs-section__title:before {
    content: '';
    width: 7px;
    height: 7.3125rem;
    position: absolute;
    left: -2.5rem;
    top: -3.1875rem;
    background-color: #eb2127;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
@media screen and (max-width: 767px) {
    .cs-section.oblique-decor .cs-section__title:before {
        width: 3px;
        height: 40px;
        left: -17px;
        top: -18px
    }
}
.video-play:before {
    opacity: 0 !important
}
.video-play .cs-section__content {
    opacity: 0;
    pointer-events: none
}
.video-play .video-placeholder {
    opacity: 0;
    pointer-events: none
}
.cs-section--full {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.cs-section--full .cs-section__content {
    max-width: 100%;
    padding-right: 0
}
.cs-section--full .cs-section__text {
    margin-left: auto;
    margin-right: auto
}
.cs-section--full.full-bottom-width .cs-section__video {
    max-height: 90%
}
.cs-section--full.full-bottom-width .cs-video {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}
.cs-section--full.start-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
.cs-section--full.start-top .fp-tableCell {
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
@media screen and (max-width: 767px) {
    .cs-section--full.start-top .fp-tableCell {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.cs-section--full.start-top .cs-section__content {
    padding-top: 5vw
}
@media screen and (max-width: 767px) {
    .cs-section--full.start-top .cs-section__content {
        padding-top: 0
    }
}
.cs-section--full.start-top .cs-section__title:after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background-color: #eb2127;
    margin: 20px auto
}
@media screen and (max-width: 767px) {
    .cs-section--full.start-top .cs-section__title:after {
        height: 3px
    }
}
.cs-section--full .cs-section__content {
    padding-bottom: 50px
}
@media screen and (min-height: 1200px) {
    .cs-section--full .cs-section__content {
        padding-bottom: 81px
    }
}
@media screen and (max-width: 767px) {
    .cs-section--full .cs-section__content {
        padding-bottom: 10px
    }
}
.cs-section--full .cs-section__video {
    position: static;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: auto auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    max-height: 530px
}
@media screen and (min-height: 1200px) {
    .cs-section--full .cs-section__video {
        max-width: 90%;
        max-height: 100%
    }
}
.cs-section--full .cs-section__video figure {
    margin-left: auto;
    margin-right: auto
}
@media screen and (max-width: 767px) {
    .cs-section--full .cs-section__video {
        max-height: calc(50vh - 30px);
        margin-bottom: 30px;
        margin-top: 0;
        display: block;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}
.cs-section--full .cs-video {
    -o-object-position: bottom center;
    object-position: bottom center;
    position: static;
    -o-object-fit: contain;
    object-fit: contain
}
@media screen and (min-height: 1200px) {
    .cs-section--full .cs-video {
        -o-object-position: bottom center;
        object-position: bottom center
    }
}
@media screen and (max-width: 767px) {
    .cs-section--full .cs-video {
        -o-object-position: center;
        object-position: center
    }
}
.cs-section--fit .cs-section__video {
    max-width: 100%
}
.cs-section--fit .cs-video {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}
.white-text .cs-section__content,
.white-text .cs-section__tag,
.white-text .cs-section__title {
    color: #fff;
    position: relative;
    z-index: 2
}
@media screen and (max-width: 767px) {
    .white-text .cs-section__content,
    .white-text .cs-section__tag,
    .white-text .cs-section__title {
        color: #1a1a1a
    }
}
.white-text:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1a;
    opacity: .3;
    z-index: 1
}
@media screen and (max-width: 767px) {
    .white-text:before {
        display: none
    }
}
@media screen and (max-width: 767px) {
    .white-text.cs-section__head .cs-section__content,
    .white-text.cs-section__head .cs-section__tag,
    .white-text.cs-section__head .cs-section__title {
        color: #fff
    }
}
@media screen and (max-width: 767px) {
    .white-text.cs-section__head:before {
        display: block
    }
}
.right-text .cs-section__video {
    right: auto;
    left: 0
}
.right-text .cs-section__content {
    max-width: 40%;
    margin-left: auto;
    padding-right: 0
}
@media screen and (max-width: 767px) {
    .right-text .cs-section__content {
        padding-right: 0;
        max-width: 100%
    }
}
.center-text {
    text-align: center
}
.center-text .cs-section__title:before {
    display: none
}
.center-text .cs-section__title:after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background-color: #eb2127;
    margin: 20px auto
}
.center-text .cs-section__content {
    max-width: 100%;
    padding-right: 0
}
.center-text .cs-section__text {
    margin-left: auto;
    margin-right: auto
}
.center-top-text {
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.center-top-text .fp-tableCell {
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.center-top-text .cs-section__content {
    padding-top: 8vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100%
}
@media screen and (max-width: 767px) {
    .center-top-text .cs-section__content {
        padding-top: 70px !important
    }
}
.center-top-text .cs-section__content:before {
    display: none
}
.center-top-text .cs-section__title:before {
    display: none
}
.center-top-text .cs-section__title:after {
    content: '';
    display: block;
    width: 120px;
    height: 6px;
    background-color: #eb2127;
    margin: 20px auto
}
.center-top-text .cs-section__text {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}
.with-cols .fp-tableCell {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.with-cols .cs-section__content {
    padding-top: 0 !important
}
.error404 .not-found {
    min-height: 44.2vh;
    height: 100%;
    padding: 5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}
.error404 .not-found a {
    color: #eb2127
}
.error404 .page-title {
    
    font-weight: 700;
    font-size: 3rem
}
.error404 .page-content {
    color: #1a1a1a;
    font-size: 17px
}
.blog-sidebar {
    -webkit-transition: .3s ease;
    transition: .3s ease;
    left: 20px
}
.blog-sidebar.sticky {
    position: fixed;
    top: 40%
}
.blog-sidebar.stopped {
    position: static !important;
    top: auto !important;
    -ms-flex-item-align: end;
    align-self: flex-end
}
@media screen and (max-width: 767px) {
    .blog-sidebar {
        position: static !important
    }
}
.recentnews-content .col-md-2 {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.single-post .main-wrap {
    position: relative
}
.press-box {
    padding: 4.5vw 0
}
.press-box .cases-details-filters {
    padding-top: 5px
}
@media screen and (min-width: 768px) {
    .press-box .cases-details-filters {
        margin-bottom: 52px
    }
}
@media screen and (min-width: 768px) {
    .press-box .cases-details-filters>ul>li {
        font-size: 27px
    }
}
.press-box__grid {
    padding-top: 30px
}
@media screen and (min-width: 768px) {
    .press-box__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -27px;
        margin-right: -27px
    }
}
.press-box__item {
    margin-bottom: 25px
}
@media screen and (min-width: 768px) {
    .press-box__item {
        -ms-flex-preferred-size: calc(50% - 54px);
        flex-basis: calc(50% - 54px);
        margin-left: 27px;
        margin-right: 27px;
        margin-bottom: 54px
    }
}
@media screen and (min-width: 768px) {
    .press-box__item:hover .press-box__img:before {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
}
.press-box__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}
.press-box__img:before {
    content: '';
    display: block;
    padding-top: 35%;
    background: inherit;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.press-box__img a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.press-box__content {
    background-color: #1a1a1a;
    color: #fff;
    padding: 15px 24px
}
.press-box__date {
    font-size: 17px;
    
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0.34px
}
@media screen and (max-width: 767px) {
    .press-box__date {
        font-size: 14px
    }
}
.press-box__title {
    font-size: 34px;
    max-width: 85%;
    color: #fff;
    
    font-weight: 700;
    letter-spacing: -0.68px;
    line-height: 1.3
}
@media screen and (max-width: 767px) {
    .press-box__title {
        font-size: 25px
    }
}
.press-box__title a {
    max-height: 95px;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}
@media screen and (max-width: 767px) {
    .press-box__title a {
        max-height: 66px
    }
}
.press-box__title a:hover {
    color: #eb2127
}
.press-box__title h1,
.press-box__title h2,
.press-box__title h3,
.press-box__title h4,
.press-box__title h5,
.press-box__title h6 {
    font: inherit;
    margin: 0
}
.location-page {
    background: #1a1a1a;
    color: #f3f4f4;
    padding: 100px 0 40px
}
.location-page .location-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media screen and (max-width: 980px) {
    .location-page .location-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}
.location-page .location-banner .content {
    padding: 0 30px 0 0
}
.location-page .location-banner .main-title {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px
}
@media screen and (max-width: 1200px) {
    .location-page .location-banner .main-title {
        font-size: 40px
    }
}
@media screen and (max-width: 600px) {
    .location-page .location-banner .main-title {
        font-size: 32px
    }
}
.location-page .location-banner .map {
    width: 100%;
    max-width: 60%;
    position: relative
}
@media screen and (max-width: 980px) {
    .location-page .location-banner .map {
        display: none
    }
}
.location-page .location-banner .map svg path.st3 {
    cursor: pointer
}
.location-page .item-location-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: currentColor;
    margin-bottom: 25px
}
.location-page .item-location-address {
    padding: 0 0 0 40px;
    max-width: 60%
}
@media screen and (max-width: 1366px) {
    .location-page .item-location-address {
        max-width: 70%
    }
}
@media screen and (max-width: 1201px) {
    .location-page .item-location-address {
        max-width: 80%
    }
}
@media screen and (max-width: 980px) {
    .location-page .item-location-address {
        max-width: 100%
    }
}
.location-page .item-location-address a {
    color: #fff !important;
    text-decoration: none !important
}
.location-page .item-location-address a:hover {
    color: #fff !important
}
.location-page .item-location-address p {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 18px
}
@media screen and (max-width: 980px) {
    .location-page .item-location-address p {
        font-size: 16px
    }
}
.location-page .item-location-address p:last-child {
    margin-top: 15px
}
.location-page .item-location_title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0
}
@media screen and (max-width: 980px) {
    .location-page .item-location_title {
        font-size: 24px
    }
}
.location-page .clock {
    border-radius: 100%;
    background: #fff;
    border: 1px solid #fff;
    display: table;
    margin: 0 10px 0 0
}
.location-page .clock .wrap {
    overflow: hidden;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 100%
}
.location-page .clock .minute {
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: -12px;
    background: #1a1a1a;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    z-index: 1;
    position: absolute;
    height: 12px;
    width: 1px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.location-page .clock .hour {
    position: absolute;
    height: 10px;
    width: 2px;
    margin: auto;
    top: -39%;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1a1a1a;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 1
}
.location-page .clock .second {
    position: absolute;
    height: 28px;
    width: 2px;
    margin: auto;
    top: -46%;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    background: #ff4b3e;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    display: none
}
.location-page .clock .dot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 1px;
    border-radius: 100px;
    background: #1a1a1a;
    border: 2px solid #1a1a1a;
    margin: auto;
    z-index: 1
}
.location-page .list-countries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 120px
}
@media screen and (max-width: 980px) {
    .location-page .list-countries {
        margin-top: 60px
    }
}
.location-page .list-countries .countries-name {
    width: 100%;
    max-width: calc(100% / 4);
    font-size: 80px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 20px 0 0
}
@media screen and (max-width: 980px) {
    .location-page .list-countries .countries-name {
        max-width: 100%;
        margin-bottom: 30px;
        font-size: 60px
    }
}
@media screen and (max-width: 600px) {
    .location-page .list-countries .countries-name {
        font-size: 50px
    }
}
.location-page .list-countries .list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.location-page .list-countries .list .item-location {
    width: 100%;
    max-width: calc(100% / 3);
    margin-bottom: 60px
}
@media screen and (max-width: 1024px) {
    .location-page .list-countries .list .item-location {
        max-width: calc(100% / 2)
    }
}
@media screen and (max-width: 600px) {
    .location-page .list-countries .list .item-location {
        max-width: 100%
    }
}
.popup-wrap {
    position: absolute;
    bottom: 18px;
    display: none
}
.popup-wrap:before {
    content: '';
    position: absolute;
    top: -21px;
    right: -73px;
    width: 90px;
    height: 22px;
    border-bottom: 1px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: skew(-50deg, 0deg);
    transform: skew(-50deg, 0deg)
}
.popup-wrap .popup-content {
    color: #fff;
    overflow-y: auto;
    width: 230px;
    max-height: 300px;
    border: 1px solid #fff;
    background: #1a1a1a;
    -ms-scrollbar-base-color: #fff;
    scrollbar-color: rgba(255, 255, 255, 0.5) #1a1a1a;
    scrollbar-width: thin
}
.popup-wrap .popup-content::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #1a1a1a;
    width: 17px
}
.popup-wrap .popup-content::-webkit-scrollbar {
    width: 17px;
    background-color: #1a1a1a
}
.popup-wrap .popup-content::-webkit-scrollbar-thumb {
    background-color: #fff
}
.popup-wrap .list {
    padding: 20px;
    margin: 0;
    list-style: none
}
.popup-wrap .list-item {
    margin-bottom: 30px
}
.popup-wrap .list-item:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #fff;
    margin: 30px 0 0 0
}
.popup-wrap .list-item_header {
    font-size: 21px;
    text-transform: uppercase;
    color: currentColor;
    font-weight: 600;
    margin-bottom: 15px
}
.popup-wrap .list-item-content p {
    padding: 0;
    margin: 0;
    color: currentColor
}
.popup-wrap .list-item-content p:last-child {
    margin-top: 10px
}
.splw-main-wrapper {
    max-width: 100% !important
}
.splw-main-wrapper .splw-lite-wrapper {
    background: transparent !important
}
.splw-main-wrapper .splw-lite-wrapper .splw-cur-temp {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.splw-main-wrapper .splw-lite-wrapper .weather-icon {
    width: 50px;
    height: 50px;
    position: relative;
    display: none
}
.splw-main-wrapper .splw-lite-wrapper .weather-icon.active {
    display: inline
}
.splw-main-wrapper .splw-lite-wrapper .cur-temp {
    font-size: 65px !important;
    line-height: 92px !important;
    margin-left: 20px !important
}
@media screen and (max-width: 600px) {
    .splw-main-wrapper .splw-lite-wrapper .cur-temp {
        font-size: 50px !important
    }
}
.splw-main-wrapper .splw-lite-header {
    display: none !important
}
@media screen and (min-width: 1025px) {
    body.header-alt .hero-simple .container {
        max-width: 100%;
        padding-left: 34px;
        padding-right: 34px
    }
}
@media screen and (min-width: 768px) {
    body.header-alt .main-header:not(.fixed-header) {
        position: absolute;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
        background-color: transparent
    }
}
body.header-alt .main-header .container {
    max-width: 100%
}
@media screen and (min-width: 768px) {
    body.header-alt .main-header .header-menu {
        display: none
    }
}
@media screen and (min-width: 1025px) {
    body.header-alt .main-header .navbar-brand {
        display: none
    }
}
@media screen and (min-width: 1025px) {
    body.header-alt .main-header .header-contact-us-btn {
        display: none
    }
}
body.header-alt .main-header.fixed-header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media screen and (min-width: 1025px) {
    body.header-alt .main-header.fixed-header .navbar-brand {
        display: block
    }
}
@media screen and (min-width: 1025px) {
    body.header-alt .main-header.fixed-header .header-contact-us-btn {
        display: block
    }
}
body.header-alt .megamenu-head .navbar-brand {
    display: block
}
@media screen and (min-width: 1025px) {
    body.header-alt .header-alt-elements {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 10.5rem
    }
}
@media screen and (min-width: 1025px) {
    body.header-alt .header-alt-elements .hero-simple-content {
        padding-top: 0;
        padding-left: 9.375rem
    }
}
.navbar-brand img{
    width:100%;
}
.f-brand img{
    width: 250px;   
}
.logo img{
    width: 100%;    
}
body.header-alt .header-alt-elements .navbar-brand {
    display: inline-block;
    padding: 0;
    width: 120px;
    min-width: 120px;
    height: 34px;
    position: relative;
    margin-top: 7px
}
@media screen and (max-width: 1024px) {
    body.header-alt .header-alt-elements .navbar-brand {
        display: none
    }
}
body.header-alt .header-alt-elements .navbar-brand svg {
    width: inherit;
    height: inherit
}
body.header-alt .header-alt-elements .navbar-brand .k-ico {
    display: none
}
body.header-alt .header-alt-elements .navbar-brand .logo-main {
    fill: #eb2127;
    display: block
}
body.header-alt .header-alt-elements .header-contact-us-btn {
    display: inline-block;
    margin-top: 7px;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    border: 0;
    font-size: 11px;
    position: relative;
    
    font-weight: 700;
    margin-left: auto
}
@media screen and (max-width: 1024px) {
    body.header-alt .header-alt-elements .header-contact-us-btn {
        display: none
    }
}
body.red-bg a:hover {
    color: #eb2127
}
body.red-bg .nav-bar-flex>.bar-btn .toggle-btn:hover span {
    background-color: #eb2127
}
body.red-bg .services.black-bg .services-description a:hover {
    color: #eb2127
}
body.red-bg .main-header .nav-item .menu-icon {
    border-top-color: #eb2127;
    border-right-color: #eb2127
}
@media screen and (min-width: 768px) {
    body.red-bg .main-header .nav-item:hover>.nav-link {
        color: #eb2127
    }
}
@media screen and (min-width: 768px) {
    body.red-bg .main-header .nav-item:hover>span .nav-link {
        color: #eb2127
    }
}
body.red-bg .main-header .nav-link:hover {
    color: #eb2127
}
body.red-bg .main-header .navbar-nav .nav-link:hover {
    color: #eb2127
}
body.red-bg .main-header .navbar-brand .k-ico {
    display: none
}
body.red-bg .main-header .navbar-brand .logo-main {
    fill: #eb2127;
    display: block
}
body.red-bg .main-header .btn {
    background-color: #fff;
    color: #000
}
body.red-bg .main-header .btn:hover {
    background-color: #eb2127;
    color: #fff
}
body.red-bg .social-media a:hover {
    color: #eb2127
}
body.red-bg .megamenu a.active,
body.red-bg .megamenu a:hover {
    color: #eb2127
}
body.red-bg .megamenu-head .header-contact-us-btn:hover {
    background-color: #eb2127;
    color: #fff
}
body.red-bg .megamenu-grid-btn .more-link {
    color: #eb2127
}
body.red-bg .megamenu-tabs-btn a {
    border-color: #eb2127;
    color: #fff
}
body.red-bg .megamenu-tabs-btn a svg {
    position: absolute;
    right: 25px;
    z-index: 10;
    top: 18px;
}
body.red-bg .megamenu-tabs-btn a:after {
    background-color: #eb2127
}
body.red-bg .megamenu-tabs-btn a:hover {
    background-color: #eb2127;
    color: #fff
}
body.red-bg .header-alt-elements .navbar-brand .k-ico {
    display: none
}
body.red-bg .header-alt-elements .navbar-brand .logo-main {
    fill: #eb2127;
    display: block
}
body.red-bg .header-alt-elements .header-contact-us-btn:hover {
    color: #eb2127
}
body.green-bg .hero-inner__cta .more-link:hover {
    color: #46b473
}
body.green-bg .services.black-bg .services-description a:hover {
    color: #46b473
}
body.green-bg .nav-bar-flex>.bar-btn .toggle-btn:hover span {
    background-color: #46b473
}
body.green-bg .main-header .navbar-nav .nav-item .menu-icon {
    border-top-color: #46b473;
    border-right-color: #46b473
}
@media screen and (min-width: 768px) {
    body.green-bg .main-header .navbar-nav .nav-item:hover>.nav-link {
        color: #46b473
    }
}
@media screen and (min-width: 768px) {
    body.green-bg .main-header .navbar-nav .nav-item:hover>span .nav-link {
        color: #46b473
    }
}
body.green-bg .main-header .navbar-nav .nav-link:hover {
    color: #46b473
}
body.green-bg .main-header .navbar-brand .k-ico {
    display: none
}
body.green-bg .main-header .navbar-brand .logo-design {
    fill: #46b473;
    display: block
}
body.green-bg .main-header .btn {
    background-color: #fff;
    color: #000
}
body.green-bg .main-header .btn:hover {
    background-color: #46b473;
    color: #fff
}
body.green-bg .hero-simple .social-media a:hover {
    color: #46b473
}
body.green-bg .header-alt-elements .navbar-brand .k-ico {
    display: none
}
body.green-bg .header-alt-elements .navbar-brand .logo-design {
    fill: #46b473;
    display: block
}
body.green-bg .header-alt-elements .header-contact-us-btn:hover {
    color: #46b473
}
body.green-bg .feature-steps.kobe-design .feature-steps__item:before {
    color: #46b473
}
body.green-bg .schedule-module.kobe-design {
    background-color: #46b473
}
body.green-bg .schedule-module.kobe-design .schedule-btn:hover i {
    background-color: #46b473
}
body.green-bg .feature-steps .owl-nav button {
    color: #46b473 !important
}
body.green-bg .feature-steps .owl-item:before {
    color: #46b473
}
body.orange-bg .hero-inner__cta .more-link:hover {
    color: #f7941f
}
body.orange-bg .services.black-bg .services-description a:hover {
    color: #f7941f
}
body.orange-bg .nav-bar-flex>.bar-btn .toggle-btn:hover span {
    background-color: #f7941f
}
body.orange-bg .main-header .nav-item .menu-icon {
    border-top-color: #f7941f;
    border-right-color: #f7941f
}
@media screen and (min-width: 768px) {
    body.orange-bg .main-header .nav-item:hover>.nav-link {
        color: #f7941f
    }
}
@media screen and (min-width: 768px) {
    body.orange-bg .main-header .nav-item:hover>span .nav-link {
        color: #f7941f
    }
}
body.orange-bg .main-header .nav-link:hover {
    color: #f7941f
}
body.orange-bg .main-header .navbar-nav .nav-link:hover {
    color: #f7941f
}
body.orange-bg .main-header .navbar-brand .k-ico {
    display: none
}
body.orange-bg .main-header .navbar-brand .logo-studios {
    fill: #f7941f;
    display: block
}
body.orange-bg .main-header .btn {
    background-color: #fff;
    color: #000
}
body.orange-bg .main-header .btn:hover {
    background-color: #f7941f;
    color: #fff
}
body.orange-bg .hero-simple .social-media a:hover {
    color: #f7941f
}
body.orange-bg .header-alt-elements .navbar-brand .k-ico {
    display: none
}
body.orange-bg .header-alt-elements .navbar-brand .logo-studios {
    fill: #f7941f;
    display: block
}
body.orange-bg .header-alt-elements .header-contact-us-btn:hover {
    color: #f7941f
}
body.orange-bg .feature-steps.kobe-design .feature-steps__item:before {
    color: #f7941f
}
body.orange-bg .schedule-module.kobe-design {
    background-color: #f7941f
}
body.orange-bg .schedule-module.kobe-design .schedule-btn:hover i {
    background-color: #f7941f
}
body.orange-bg .feature-steps .owl-nav button {
    color: #f7941f !important
}
body.orange-bg .feature-steps .owl-item:before {
    color: #f7941f
}
body.blue-bg .hero-inner__cta .more-link:hover {
    color: #52aadd
}
body.blue-bg .services.black-bg .services-description a:hover {
    color: #52aadd
}
body.blue-bg .nav-bar-flex>.bar-btn .toggle-btn:hover span {
    background-color: #52aadd
}
body.blue-bg .main-header .nav-item .menu-icon {
    border-top-color: #52aadd;
    border-right-color: #52aadd
}
@media screen and (min-width: 768px) {
    body.blue-bg .main-header .nav-item:hover>.nav-link {
        color: #52aadd
    }
}
@media screen and (min-width: 768px) {
    body.blue-bg .main-header .nav-item:hover>span .nav-link {
        color: #52aadd
    }
}
body.blue-bg .main-header .nav-link:hover {
    color: #52aadd
}
body.blue-bg .main-header .navbar-nav .nav-link:hover {
    color: #52aadd
}
body.blue-bg .main-header .navbar-brand .k-ico {
    display: none
}
body.blue-bg .main-header .navbar-brand .logo-media {
    fill: #52aadd;
    display: block
}
body.blue-bg .main-header .btn {
    background-color: #fff;
    color: #000
}
body.blue-bg .main-header .btn:hover {
    background-color: #52aadd;
    color: #fff
}
body.blue-bg .hero-simple .social-media a:hover {
    color: #52aadd
}
body.blue-bg .header-alt-elements .navbar-brand .k-ico {
    display: none
}
body.blue-bg .header-alt-elements .navbar-brand .logo-media {
    fill: #52aadd;
    display: block
}
body.blue-bg .header-alt-elements .header-contact-us-btn:hover {
    color: #52aadd
}
body.blue-bg .feature-steps.kobe-design .feature-steps__item:before {
    color: #52aadd
}
body.blue-bg .schedule-module.kobe-design {
    background-color: #52aadd
}
body.blue-bg .schedule-module.kobe-design .schedule-btn:hover i {
    background-color: #52aadd
}
body.blue-bg .feature-steps .owl-nav button {
    color: #52aadd !important
}
body.blue-bg .feature-steps .owl-item:before {
    color: #52aadd
}
/*# sourceMappingURL=style.css.map */



@media screen and (max-width: 767px) {
    .cases-details-se .nav-pills .nav-link{
        letter-spacing: 0px;
        font-size: 16px;
        padding-right: 0px;
    }
    .no-scroll #fp-nav.fp-left {
        right: 10px !important;
    }
    .feature-cols-footer{
        padding: 0px;
    }
}



.recent-news {
    overflow: hidden;
    padding: 0;
}
.recent-news .heading {
    font-size: 1.375rem;    
    background: none;
    color: #212529;
}
.recent-news h3 {
    background: #eb2127;
    text-align: center;
    padding: 60px 0;
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;    
}
.recent-news .recent-news-box {
    height: 44em;
    position: relative;
    width: 100%;
    margin: 0 0 30px;
}
.recent-news .recent-news-box .recent-news-image {
    height: 29em;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.acsb-sr-only {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    margin: -1px 0 0 -1px !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    outline: 0 !important;
    cursor: text !important;
    text-transform: capitalize !important;
    color: #000 !important;
    background: #fff !important;
}
.recent-news .recent-news-box .recent-news-details {
    background: #1a1a1b;
    color: #fff;
    position: absolute;
    padding: 3.1rem 3.1rem 3.1rem 5.208333333333333vw;
    bottom: 0;
    left: 0;
    right: 0;
}
.recent-news .recent-news-box.news-box-half .recent-news-details {
    padding-left: 3.125rem;
}
.recent-news .recent-news-box .recent-news-details .title {    
    font-size: 17px;
    margin-bottom: 0;
}
.recent-news .recent-news-box.news-box-half .recent-news-details .title {
    font-size: 12px;
}
.recent-news .recent-news-box .recent-news-details h4 {
    padding-top: 0.625em;
    font-size: 2.5rem;
    letter-spacing: -.8px;    
    margin-bottom: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}
.recent-news .recent-news-box .recent-news-details p {    
    font-size: 17px;
    font-weight: normal;
}
.recent-news .recent-news-box.news-box-half .recent-news-details h4 {
    padding-top: 0.625em;
    font-size: 1.6875rem;
    letter-spacing: -.54px;
}