body,
html,
button,
input,
select,
textarea {
    font-family: 'Lato', sans-serif;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}


body {
    min-width: 320px;
    min-height: 573px;
    font-size: 16px;
    height: auto;
    overflow-x: hidden;
}

body.menu_open {
    touch-action: none;
    overflow-y: hidden;
}

.header {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1rem;
    min-height: 68px;
    height: 75px;
    display: flex;
    align-items: center;
    background-color: white;
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 5;
    line-height: normal;
    font-family: 'Lato', sans-serif;
}

.header .container {
    position: relative;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.header svg {
    position: relative;
    top: 2px;
}

.header.header-case {
    background: rgba(255, 255, 255, 1);
    padding: 0.25rem 1rem;
    z-index: 99;
}

.header.header-case .line {
    stroke: #000;
}

.header.dark,
.header.dark .main-menu ul {
    background: #000;
}

.header.fixed {
    position: fixed;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 -5px 15px #212121;
    animation: headerTop ease-out .25s forwards;
}

@keyframes headerTop {
    from {
        top: -75px;
    }

    to {
        top: 0;
    }
}

.header.fixed .line {
    stroke: #000;
}

.header.fixed .st112 {
    fill: #212121 !important;
}

.header.fixed .main-menu ul li a {
    color: #212121;
}

@media (min-width: 768px) {
    .main-menu .menu>.menu-item:not(.single-line-menu)>.sub-menu>li {
        width: 50%;
    }

    .main-menu .menu>.menu-item>.sub-menu>li>a {
        display: flex;
        align-items: center;
        padding: 12px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #07223A;
        border-radius: 8px;
        background-color: transparent;
        transition-duration: .25s;
        transition-property: background-color, color;
    }

    .main-menu .menu>.menu-item>.sub-menu>li:hover>a {
        background-color: #E7EDF2;
        color: #0F4C81;
    }
}

.header.fixed .main-menu ul li a {
    color: #212121;
}

.header.fixed .main-menu .menu>li>a:after {
    background-color: rgba(33, 33, 33, 1);
}

.header.fixed .logo #logo_text {
    fill: #212121;
}

.header.fixed .main-menu ul {
    background: #fff;
}

.header.fix {
    position: fixed;
    background: #ffffff;
    z-index: 999;
}

.header.fix .st112 {
    fill: #212121 !important;
}

.header.fix .line {
    stroke: #212121;
}

.main-menu .menu .menu-item-has-children:hover {
    z-index: 6;
}

.header.fix .main-menu ul li.btn a {
    color: #fff;
}

.header.fix .main-menu .menu>li>a:after {
    background-color: rgba(33, 33, 33, 1);
}

.header.fix .logo #logo_text {
    fill: #212121;
}

.header.fix .main-menu ul {
    background-color: #fff;
}

.header.fixed .main-menu ul li.rouse_btn2 a,
.main-menu ul li.rouse_btn2 a {
    line-height: 2.4;
    color: #fff;
}

.header.fixed .main-menu ul li.contact_btn a,
.main-menu ul li.contact_btn a {
    line-height: 2.4;
    color: #fff;
}

@media (min-width: 768px) {

    .header.fixed .main-menu ul li.rouse_btn2,
    .main-menu ul li.rouse_btn2 {
        display: none;
    }

    .header.fixed .main-menu ul li.contact_btn,
    .main-menu ul li.contact_btn {
        display: none;
    }
}

.header.dark.fixed .main-menu ul.sub-menu.hover {
    background: #fff;
}

.header.dark.fixed,
.header.dark.fixed .main-menu ul {
    background-color: #000;
}

.header.dark.fixed .line {
    stroke: #fff;
}

.header.dark.fixed .main-menu ul li a {
    color: #ffffff;
}

@media (min-width: 768px) {
    .header.dark .main-menu .sub-menu {
        background-color: #fff;
    }
}

.header.dark.fixed .main-menu ul li a:after {
    background-color: #fff;
}

.header.dark.fixed .menu .menu-item-has-children:hover a {
    color: #212121;
}

.header.dark.fixed .menu .menu-item-has-children:hover>a:after {
    background-color: #212121;
}

.logo {
    display: flex;
    align-items: flex-start;
}

.logo a {
    width: 150px;
}

.logo .logo-light {
    display: none;
}

@media (min-width: 768px) and (max-width: 872px) {
    .logo a {
        width: 120px;
    }
}

.logo .hiring-btn {
    width: auto;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    background-color: #005c9e;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: 600;
    white-space: nowrap;
}

.hiring-btn:hover {
    transition-duration: .25s;
    background-color: #003665;
}

.main-menu {
    -webkit-box-flex: 0;
    flex-grow: 0;
}

@media (min-width: 768px) {
    .main-menu {
        height: 100%;
        -webkit-box-flex: 1;
        flex-grow: 1;
    }
}

@media (max-width: 767px) {
    .main-menu ul {
        width: 100vw;
    }
}

@media (max-width: 767px) {
    #menu-custom_menu {
        overflow-y: auto;
        padding-bottom: 24px;
    }
}

.main-menu ul {
    position: fixed;
    height: calc(100vh - 72px);
    margin: 0;
    top: 55px;
    bottom: 0;
    left: 0;
    padding: 2rem 0 0 0;
    list-style-type: none;
    transition: -webkit-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: rgba(0, 0, 0, .8);
    text-align: center;
    z-index: 555;
}

@media (max-width: 767px) {
    .header-case .main-menu ul {
        height: calc(100vh - 58px);
        top: 58px;
        background: #fff;
    }

    .main-menu .menu-item ul.sub-menu ul.sub-menu li a {
        line-height: 1.7;
    }
}

.menu-custom_menu-container {
    height: 100%;
}

@media (min-width: 768px) {
    .main-menu ul {
        position: static;
        display: -webkit-box;
        display: flex;
        -webkit-transform: none;
        transform: none;
        justify-content: flex-end;
        height: 100%;
        background: transparent;
        padding: 0;
        margin: 0;
    }
}

@media (min-width: 1280px) {
    .main-menu ul {
        -webkit-box-pack: end;
        justify-content: flex-end;
    }
}

@media (min-width: 768px) {
    .main-menu ul li {
        position: relative;
        padding: 0 2rem 0 0;
        margin: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .main-menu ul li {
        padding-left: 2.875rem;
    }
}

.main-menu ul li a {
    color: #212121;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2;
    display: inline-block;
    position: relative;
    width: 100%;
}

.header-case .main-menu ul li a {
    color: #000;
}

.header-case .main-menu ul li.btn a {
    color: #fff;
}

.main-menu ul li .sub-menu a {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .main-menu .menu>li>a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -.3rem;
        width: 0;
        height: 0.125rem;
        background-color: #FFFFFF;
        -webkit-transition: width .4s;
        transition: width .4s;
    }
}

.main-menu .menu>li:hover>a:after {
    width: 100%;
}

.main-menu .menu>.menu-item.menu-item-has-children>a:before {
    position: absolute;
    content: "";
    top: 1rem;
    right: 16px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background-image: url('/wp-content/themes/SPDLoad/img/menu-chidpren-arrow.svg');
    width: 7px;
    height: 5px;
    z-index: 5;
    opacity: .5;
    transition: opacity .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

@media (min-width: 768px) {
    .main-menu .menu>.menu-item.menu-item-has-children>a:before {
        right: -14px;
    }
}

.main-menu .menu>.menu-item.menu-item-has-children.open>a:before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    opacity: 1;
}

@media (min-width: 768px) {
    .main-menu .menu>.menu-item.menu-item-has-children>a:before {
        top: 50%;
    }

    .main-menu .menu>.menu-item.menu-item-has-children:hover>a:before {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg);
        opacity: 1;
    }
}

@media (min-width: 873px) {
    .main-menu .menu>.menu-item.menu-item-has-children>a:before {
        top: 50%;
    }
}



.main-menu .menu>.menu-item.menu-item-has-children:hover>a:after {
    width: 100%;
    background-color: #212121;
}


@media (min-width: 768px) {
    .main-menu ul li a {
        font-size: 0.625rem;
        line-height: inherit;
    }
}

@media (min-width: 950px) {
    .main-menu ul li a {
        font-size: 0.875rem;
        line-height: inherit;
    }
}


.main-menu ul li.current-menu-item a:after {
    width: 100%;
}


.main-menu ul li ul.sub-menu {
    display: none;
    position: relative;
    left: 0;
    top: 100%;
    right: 0;
    height: auto;
    padding: 32px;
    text-align: center;
    z-index: 5;
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
    min-width: 13rem;
    width: 100%;
}

@media (max-width: 767px) {
    .main-menu ul li ul.sub-menu {
        flex-direction: column;
    }

    .main-menu ul li ul.sub-menu .sub-menu {
        padding: 24px 0 24px;
    }

    .main-menu ul li ul.sub-menu .sub-menu a {
        line-height: 1.7;
    }
}

@media (min-width: 768px) {
    .main-menu ul li ul.sub-menu {
        justify-content: space-around;
        border-top: 1px solid #ededed;
        box-shadow: 0 6px 5px rgba(0, 0, 0, .2);
    }
}

.main-menu ul li ul.sub-menu ul.sub-menu {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    text-align: left;
    border-top: none;
    box-shadow: none;
}

.main-menu ul li ul.sub-menu ul.sub-menu a {
    pointer-events: visible;
    font-weight: 400;
    transition-duration: .25s;
    transition-property: color;
}

@media (min-width: 768px) {
    .main-menu ul li.single-line-menu ul.sub-menu {
        width: 420px;
    }

    .main-menu ul li ul.sub-menu {
        position: absolute;
        left: 0;
        width: 680px;
        height: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        border-radius: 0 0 4px 4px;
        background-color: #fff;
        padding-right: 24px;
        overflow: hidden;
        flex-direction: column;
    }

    .main-menu ul li ul li {
        height: auto;
        justify-content: flex-start;
    }
}


.main-menu ul .menu-item-has-children.open>.sub-menu {
    display: flex;
}

@media (min-width: 768px) {
    .main-menu ul li ul.sub-menu ul.sub-menu {
        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 100%;
        padding: 28px 18px 30px 10px;
        background-color: #F9FAFB;
        overflow-y: auto;
    }

    .main-menu ul li ul li {
        position: static;
    }

    .main-menu .menu>li>ul.sub-menu>li:not(:last-child) {
        margin-bottom: 16px;
    }

    .main-menu ul li ul.sub-menu ul.sub-menu li:not(:last-child) {
        border-bottom: 1px solid #E7EDF2;
    }

    .main-menu ul.sub-menu li ul.sub-menu li a {
        padding: 20px 16px;
    }

    .main-menu ul li ul.sub-menu .menu-item-has-children:hover ul.sub-menu {
        display: block;
    }
}

@media (min-width: 768px) {
    .main-menu .sub-menu .sub-menu {
        padding: 0;
    }

    .main-menu .sub-menu a:before {
        display: none;
    }

    .main-menu .sub-menu li {
        margin: 0;
        padding: 0;
    }

    .main-menu .sub-menu a {
        font-size: 0.875rem;
        line-height: 1.3;
        text-decoration: none;
        font-weight: 400;
        padding-bottom: 1rem;
        text-transform: none;
        color: #212121;
    }

    .main-menu .sub-menu a:hover {
        color: #FF2C55;
    }
}

@media (min-width: 1280px) {
    .menu>.menu-item-has-children:hover>.sub-menu {
        display: block;
    }
}

.main-menu .menu-item .sub-menu>li>a {
    font-size: 20px;
    line-height: 130%;
    text-transform: uppercase;
    text-align: left;
    color: #0E4474;
    font-weight: bold;
}

.menu>.menu-item>.sub-menu>li>a {
    display: flex;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
}

@media (max-width: 767px) {
    .menu>.menu-item>.sub-menu>li>a:active {
        color: red;
    }
}

.menu>.menu-item>.sub-menu>li>a:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.menu>.menu-item.single-line-menu>.sub-menu>li>a:before {
    display: none;
}

.header .menu-development>a:before {
    background-image: url("/wp-content/themes/SPDLoad/img/menu_icon_dev.svg");
}

.header .team-extension>a:before {
    background-image: url("/wp-content/themes/SPDLoad/img/menu_icon_ext.svg");
}

.header .menu-design>a:before {
    background-image: url("/wp-content/themes/SPDLoad/img/menu_icon_uxui.svg");
}

.header .menu-strategy>a:before {
    background-image: url("/wp-content/themes/SPDLoad/img/menu_icon_strat.svg");
}

.header .menu-development:hover>a:before {
    background-image: url("/wp-content/themes/SPDLoad/img/menu_icon_dev1.svg");
}

.header .team-extension:hover>a:before {
    background-image: url("/wp-content/themes/SPDLoad/img/menu_icon_ext1.svg");
}

.header .menu-design:hover>a:before {
    background-image: url("/wp-content/themes/SPDLoad/img/menu_icon_uxui1.svg");
}

.header .menu-strategy:hover>a:before {
    background-image: url("/wp-content/themes/SPDLoad/img/menu_icon_strat1.svg");
}


.header .web-dev>a:before {
    background-image: url("/wp-content/themes/SPDLoad/img/emoji/web.png");
}

.header .mobile-dev>a:before {
    background-image: url("/wp-content/themes/SPDLoad/img/emoji/mobile.png");
}

@media (min-width: 768px) {
    .main-menu .menu>.menu-item>.sub-menu>li>a {
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        text-transform: none;
    }

    .main-menu .menu>.menu-item:not(.single-line-menu)>.sub-menu>li>a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 18px;
        width: 7px;
        height: 14px;
        transform: translateY(-50%);
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url("/wp-content/themes/SPDLoad/img/arrow-sub-menu.svg");
        opacity: .6;
        transition-duration: .25s;
        transition-property: opacity;
    }

    .main-menu .menu>.menu-item>.sub-menu>li:hover>a:after {
        opacity: 1;
    }
}

.main-menu .menu-item .sub-menu .sub-menu li a {
    font-size: 16px;
    line-height: 130%;
    color: #1F2937;
    text-transform: none;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .main-menu .menu-item .sub-menu>li>a {
        font-size: 18px;
    }

    .main-menu .menu-item .sub-menu .sub-menu li a {
        font-size: 14px;
    }
}

.btn_mobile {
    display: block;
    padding: 0;
    line-height: 1;
    border: none;
    background-color: transparent;
    width: 45px;
    height: 45px;
    outline: 0;
}

@media (min-width: 768px) {
    .btn_mobile {
        display: none;
    }
}

.btn_mobile.active+.menu-custom_menu-container ul {
    transition-duration: .4s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: -webkit-transform 400ms;
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ham .top {
    stroke-dasharray: 40 160;
}

.ham .middle {
    stroke-dasharray: 40 142;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: -webkit-transform 400ms;
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
}

.ham .bottom {
    stroke-dasharray: 40 85;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
    -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
    transition: transform 400ms, stroke-dashoffset 400ms;
    transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
}

.hamRotate.active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamRotate180.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.line {
    fill: none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #FFFFFF;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham.active .top {
    stroke-dashoffset: -64px;
}

.ham.active .middle {
    /*stroke-dashoffset: -20px;*/
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ham.active .bottom {
    stroke-dashoffset: -64px;
}


.btn {
    background-color: #FF2C55;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 3px;
    font-size: 0.875rem;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .btn {
        width: auto;
    }
}

@media (min-width: 1300px) {
    .btn {
        margin: 0;
    }
}

.btn_md {
    min-height: 45px;
    padding: 0 1rem;
}

.btn_lg {
    min-height: 60px;
    padding: 0 1rem;
}

@media (min-width: 992px) {
    .btn_md {
        min-height: 45px;
        padding: 0 2rem;
    }

    .btn_lg {
        min-height: 60px;
        padding: 0 2rem;
    }
}

.d-mobile-none {
    display: none !important;
}

@media (min-width: 768px) {
    .d-mobile-none {
        display: flex !important;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
}

.banner {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 0 1rem;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.banner {
    background-image: url('/wp-content/uploads/2019/08/banner_bg.png');
}

.services .banner,
.services_foll .banner {
    padding-top: 0;
}

@media (min-width: 768px) {
    .banner {
        height: 0;
        padding-top: 56.25%;
        background-image: url('/wp-content/uploads/2019/08/banner_bg.png');
    }
}

.banner h1 {
    font-size: 46px;
    margin-bottom: 16px;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
}

@media (min-height: 640px) {
    .banner h1 {
        font-size: 56px;
    }
}

h1 {
    font-size: 56px;
    margin-bottom: 16px;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
}

p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 16px;
}

.banner h1 {
    z-index: 3;
}

.banner p {
    font-size: 22px;
    color: #fff;
    margin: 0;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .banner p {
        font-size: 32px;
    }
}

.banner h1 span {
    color: #FF2C55;
}

.video-banner-bg {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    padding-top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    transform: translateX(-50%);
    z-index: 0;

}

.video-banner-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}

.video-banner-bg iframe,
.video-banner-bg video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.video-banner-bg iframe:after,
.video-banner-bg video:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

@media (min-width: 1080px) {

    .video-banner-bg iframe,
    .video-banner-bg video {
        width: 100%;
    }
}

.banner-centered {
    padding-top: 90px;
    padding-bottom: 50px;
    width: 100%;
    max-width: 1680px;
    z-index: 3;
}

@media (min-width: 768px) {
    .banner-centered {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.home .header.header-top.fix {
    background-color: rgba(255, 255, 255, 1);
    transition-duration: .25s;
}

.header.header-top.fix {
    flex-wrap: nowrap;
}

.header.header-top.fix.fixed {
    box-shadow: 0 -5px 15px #212121;

}

@media (max-width: 900px) {
    .header.header-top.fix.fixed {
        height: 55px;
        min-height: auto;

    }

    .header.header-top.fix.fixed .btn {
        min-height: 35px;
    }
}

.header.header-top.fix .btn {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .home .header.header-top.fix {
        background-color: #fff;
    }

    .home .header.header-top.fix .logo-dark {
        display: block;
    }

    .home .header.header-top.fix .logo-light {
        display: none;
    }

    .home .header.header-top.fix .main-menu .menu>li>a {
        color: #212121;
    }

    .home .header.header-top.fix .main-menu ul li a {
        color: #212121;
    }

    .home .header.header-top.fix .main-menu ul li.menu-item-has-children:hover a,
    .home .header.header-top.fix .main-menu ul li a {
        color: #212121;
    }

    .header.header-top.fix .main-menu ul.sub-menu .sub-menu li:hover>a {
        color: #FF2C55;
    }
}

.home .header.header-top.fix .main-menu ul.sub-menu {
    background-color: #fff;
}

.home .header.header-top.fix .main-menu ul.sub-menu .sub-menu {
    background-color: #F9FAFB;
}


.home .header.header-top.fix .main-menu ul.sub-menu::-webkit-scrollbar {
    width: 4px;
}

.home .header.header-top.fix .main-menu ul.sub-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.home .header.header-top.fix .main-menu ul.sub-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(195, 210, 224, 1);
    -webkit-box-shadow: inset 0 0 0 rgba(255, 255, 255, 0);
}

.home .header.header-top.fix .main-menu ul.sub-menu::-webkit-scrollbar-thumb:window-inactive {
    background-color: rgba(255, 255, 255, 0);
}

.home .header.fix .line {
    stroke: #212121;
}

.home .logo-dark {
    display: none;
}

.home .header.header-top.fix .logo-dark {
    display: block;
}

.home .header.header-top.fix .logo-light {
    display: none;
}

iframe#drift-widget,
.drift-frame-controller-align-right {
    right: auto !important;
    left: 20px !important;
}

@media (max-width: 767px) {
    .home .header.header-top.fix:after {
        content: '';
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #fff;
        z-index: -1;
        transform: translateX(-100%);
        transition-duration: .4s;
    }

    .home.menu_open .header.header-top.fix:after {
        transform: translateX(0);
    }

    .home.menu_open .logo-dark {
        display: block;
    }

    .home.menu_open .logo-light {
        display: none;
    }

    .home.menu_open .header.fix .line {
        stroke: #212121;
    }
}

.top-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: -75px;
    padding: 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 130%;
    background: linear-gradient(270deg, #0F4C81 0%, #AAD7FF 190.53%);
}

.top-banner-content p,
.top-banner-content p>a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
}

.top-banner-content img {
    margin-right: 10px;
}

.btn:not(.btn-white),
.contact_btn {
    position: relative;
} 

.btn:not(.btn-white):before,
.contact_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;   
    z-index: 0;  
    pointer-events: none;
	box-shadow: 0px 1px 6px 1px #F35170;
    /* animation: 2s ease-in-out 1s infinite alternate cta_shadow_scale; */
    animation: shadow-pulse 1.5s infinite;
    border-radius: 3px;
}

@keyframes cta_shadow_scale {
    0% { 
    	box-shadow: 0px 1px 6px 1px #F35170;
    } 
    100% {  
        box-shadow: 0px 1px 20px 1px #F35170;
    }
}


@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(243, 81, 112, 0.4);
  }
  100% {
    box-shadow: 0 0 7px 20px rgba(243, 81, 112, 0);
  }
}

