html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #fff;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

/* #Primary
================================================== */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    background-color: #fff;
}

::selection {
    color: #fff;
    background-color: #1197bb;
}

::-moz-selection {
    color: #fff;
    background-color: #1197bb;
}


/* #header
================================================== */

.header_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
}

.header_section .navbar-brand img {
    height: 50px;
}

.header_section .custom_menu-btn {
    z-index: 9;
    position: absolute;
    right: 0px;
    top: 19px;
}

.header_section .custom_menu-btn button {
    height: 40px;
    width: 43px;
    margin-top: 7px;
    outline: none;
    border: none;
    background-color: #fff;
    border: solid 1px #dedede;
}

.header_section .custom_menu-btn span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #000;
    margin: 5px auto;
    transition: all 0.3s;
}

.header_section .custom_menu-btn span.s-2 {
    width: 26px;
}

.header_section .custom_menu-btn .custom_menu-btn .s-2 {
    transition: all 0.1s;
}

.header_section .menu_btn-style button span {
    margin: 8px -8px 8px 11px;
}

.header_section .menu_btn-style button {
    position: fixed;
    right: 60px;
    top: 30px;
}

.header_section .menu_btn-style button .s-1 {
    transform: rotate(45deg) translateY(13px);
    width: 26px;
}

.header_section .menu_btn-style button .s-2 {
    transform: translateX(100px);
    width: 26px;
}

.header_section .menu_btn-style button .s-3 {
    transform: rotate(-45deg) translateY(-14px);
    width: 26px;
}

.header_section .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header_section .overlay .closebtn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 60px;
}

.header_section .overlay .links a:hover {
    opacity: 1;
}

.header_section .overlay .links a {
    padding: 2px 0px;
    text-decoration: none;
    font-size: 32px;
    color: #23252b;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 700;
    opacity: 0.5;
    display: block;
    transition: 0.3s;
    padding-left: 30px;
}

.header_section .overlay .links a.nav-link.active {
    opacity: 1;
}

.header_section .overlay .links a.nav-link.active {
    border-left: 8px solid #ed433c;
}

.header_section .overlay-content {
    position: relative;
    top: 15%;
    width: 100%;
    margin-top: 30px;
}

.header_section .overlay .add-content .add-box {
    margin-bottom: 25px;
}

.header_section .overlay .add-content h4 {
    font-size: 32px;
    line-height: 1.5;
    color: #23252b;
    font-weight: 700;
    padding-bottom: 5px;
}

.header_section .overlay .add-content p {
    font-size: 15px;
    line-height: 2;
    color: #23252b;
    max-width: 300px;
}

.header_section .overlay .add-content ul {
    margin: 0px 0 15px;
    display: flex;
    align-items: center;
}

.header_section .overlay .add-content ul li a {
    margin-right: 15px;
}

.header_section .overlay .add-content ul li a.fb {
    background: url(/images/social/fb.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .overlay .add-content ul li a.fb:hover {
    background: url(/images/social/f-hover.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .overlay .add-content ul li a.ig {
    background: url(/images/social/ig.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .overlay .add-content ul li a.ig:hover {
    background: url(/images/social/i-hover.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .overlay .add-content ul li a.tr {
    background: url(/images/social/tr.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .overlay .add-content ul li a.tr:hover {
    background: url(/images/social/t-hover.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .overlay .add-content ul li a.yt {
    background: url(/images/social/yt.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .overlay .add-content ul li a.yt:hover {
    background: url(/images/social/y-hover.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .overlay .add-content ul li a.in {
    background: url(/images/social/in.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .overlay .add-content ul li a.in:hover {
    background: url(/images/social/in-hr.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .menu_width {
    width: 60%;
}

.header_section .custom_nav-container {
    z-index: 99999;
    padding: 15px 0;
}

.user_option {
    margin-left: auto;
    margin-right: 240px;
}

.header_section .user_option a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #23252b;
    margin: 0 10px;
}

.header_section .user_option a:hover {
    opacity: 1;
}

.header_section .overlay .policy-link p {
    padding: 50px 0 0 50px;
}

.header_section .overlay .policy-link p a {
    font-size: 14px;
    color: #23252b;
    line-height: 1.5;
}


.header_section .s-set {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -152px;
}

.header_section .s-set .s-card {
    background: rgb(238, 54, 45);
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    overflow: hidden;
}

.header_section .s-set .s-card a {
    animation: color-change 5s infinite alternate;
}

@keyframes color-change {
    0% {
        color: #000;
    }

    /* Reddish-orange */
    25% {
        color: #fff;
    }

    /* Purple */
    50% {
        color: #000;
    }

    /* Green */
    75% {
        color: #fff;
    }

    /* Light Pink */
    100% {
        color: #000;
    }

    /* Back to start */
}

.header_section .social-btn {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -128px;
}

.header_section .social-btn ul {
    border: solid 1px #707070;
    background-color: #23252b;
    padding: 15px 10px 10px 15px;
}

.header_section .social-btn ul li a {
    display: block;
}

.header_section .social-btn ul li a.fb {
    background: url(/images/social/fb.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .social-btn ul li a.fb:hover {
    background: url(/images/social/f-hover.png)no-repeat;
    height: 45px;
    width: 45px;
    margin: 0 0 5px -2.5px;
}

.header_section .social-btn ul li a.ig {
    background: url(/images/social/ig.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .social-btn ul li a.ig:hover {
    background: url(/images/social/i-hover.png)no-repeat;
    height: 45px;
    width: 45px;
    margin: 0 0 5px -2.5px;
}

.header_section .social-btn ul li a.tr {
    background: url(/images/social/tr.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .social-btn ul li a.tr:hover {
    background: url(/images/social/t-hover.png)no-repeat;
    height: 45px;
    width: 45px;
    margin: 0 0 5px -2.5px;
}

.header_section .social-btn ul li a.yt {
    background: url(/images/social/yt.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .social-btn ul li a.yt:hover {
    background: url(/images/social/y-hover.png)no-repeat;
    height: 45px;
    width: 45px;
    margin: 0 0 5px -2.5px;
}

.header_section .social-btn ul li a.in {
    background: url(/images/social/in.png)no-repeat;
    height: 45px;
    width: 45px;
}

.header_section .social-btn ul li a.in:hover {
    background: url(/images/social/in-hr.png)no-repeat;
    height: 45px;
    width: 45px;
    margin: 0 0 5px -2.5px;
}

.header_section .s-set .s-card {
    background: rgb(238, 54, 45);
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    overflow: hidden;
}

.header_section .s-set .s-card a {
    animation: color-change 5s infinite alternate;
}

@keyframes color-change {
    0% {
        color: #000;
    }

    /* Reddish-orange */
    25% {
        color: #fff;
    }

    /* Purple */
    50% {
        color: #000;
    }

    /* Green */
    75% {
        color: #fff;
    }

    /* Light Pink */
    100% {
        color: #000;
    }

    /* Back to start */
}

header .dropdown-menu {
    right: 0;
    background-color: #000;
    border: none;
    border-radius: 0;
}

header .dropdown-menu a {
    color: #fff !important;
    margin: 0 !important;
    font-size: 18px !important;
}

header .dropdown-item:hover,
header .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #4d4f52;
}

header .user_option .button {
    background-color: transparent;
    border-bottom: 2px solid #23252b;
    font-size: 16px;
    font-weight: 600;
    color: #ed433c;
    padding: 0 8px 0 0;
}

header .user_option .button .button__text {
    font-size: 16px;
    color: #ed433c;
}

header .user_option .button__box--icon:after {
    content: url(/images/career/career-down.png);
}

.header_section .user_option .button a {
    margin: 0 4px;
}

.header_section .user_option .button {
    min-height: 36px;
}

.header_section .overlay .dropdown-menu {
    left: 31px;
}

/* #home-page
================================================== */


/*@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
}*/
/*@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1350px;
    }
}
@media (min-width: 1600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1550px;
    }
}
@media (min-width: 1800px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1750px;
    }
}
@media (min-width: 2000px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1950px;
    }
}
@media (min-width: 2200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 2150px;
    }
}
@media (min-width: 2400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 2350px;
    }
}
@media (min-width: 2600px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 2550px;
    }
}
@media (min-width: 2800px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 2750px;
    }
}@media (min-width: 3000px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 2950px;
    }
}
@media (min-width: 3200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 3150px;
    }
}*/


.hero-sec {
    position: relative;
    padding: 175px 0;
}

.hero-sec .txt-box h4 {
    font-size: 42px;
    line-height: 1.42;
    color: #23252b;
    font-weight: 300;
    margin-bottom: 10px;
}

.hero-sec .txt-box h1 {
    font-size: 42px;
    line-height: 1.42;
    color: #23252b;
    font-weight: 300;
    margin-bottom: 10px;
}

.hero-sec .txt-box p {
    font-size: 18px;
    line-height: 1.6;
    color: #414347;
    margin-bottom: 50px;
}

.hero-sec .txt-box span {
    font-weight: 700;
}

.hero-sec .img-box img {
    width: 100%;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: upAndDown-dea750ec;
    animation-timing-function: ease-in-out;
}

.hero-sec .txt-box .scroll-icon {
    position: absolute;
    bottom: -40%;
    left: 7%;
}

.hero-sec .scroll-icon img {
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: upAndDown-dea750ec;
    animation-timing-function: ease-in-out;
    color: #171a21;
}

@keyframes upAndDown-dea750ec {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translateY(30px)
    }
}

.imageTextHero__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

@media (min-width: 769px) {
    .imageTextHero--showBg .imageTextHero__wrapper:before {
        animation: puffLogosBg .8s cubic-bezier(.65, 0, .35, 1);
        transform: scaleX(0.68);
        transform-origin: 0% 0%;
    }
}

@media (min-width: 1281px) {
    .imageTextHero--showBg .imageTextHero__wrapper:before {
        animation: puffLogosBg .8s cubic-bezier(.65, 0, .35, 1);
        transform: scaleX(.68);
        transform-origin: 0 50%;
    }
}

.imageTextHero__wrapper:before {
    background-color: #f5f7f9;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 100% 0%;
    z-index: 0;
}

@keyframes homeHeaderShow {
    0% {
        transform: scaleX(0);
        transform-origin: 0 50%;
    }

    49% {
        transform: scale(1);
        transform-origin: 0 50%;
    }

    50% {
        transform: scale(1);
        transform-origin: 100% 50%;
    }

    100% {
        transform: scaleX(.68);
        transform-origin: 100% 50%;
    }
}

@keyframes homeHeaderShowTablet {
    0% {
        transform: scaleX(0);
        transform-origin: 0 50%;
    }

    49% {
        transform: scale(1);
        transform-origin: 0 50%;
    }

    50% {
        transform: scale(1);
        transform-origin: 100% 50%;
    }

    100% {
        transform: scaleX(.68);
        transform-origin: 100% 50%;
    }
}

.home .about-tech {
    position: relative;
    text-align: end;
}

.home .about-tech .container {
    position: relative;
}

.home .about-tech .scroll-icon {
    position: absolute;
    bottom: 20%;
    left: 4%;
}

.home .about-tech .scroll-icon img {
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: upAndDown-dea750ec;
    animation-timing-function: ease-in-out;
    color: #171a21;
}

.home .about-tech .title {
    text-align: left;
    margin-bottom: 70px;
}

/*.home .about-tech .title h4{font-size: 40px;line-height: 1.52;color: #171a21;}
.home .about-tech .title h4 span{font-weight: 700;}*/
.home .about-tech .title h2 {
    font-size: 18px;
    line-height: 1.67;
    color: #414347;
    max-width: 1050px;
}

.home .work-sec {
    margin-bottom: 80px;
}

.home .work-sec .txt h6 {
    font-size: 20px;
    line-height: 1.5;
    color: #171a21;
}

.home .work-sec .txt h6 span {
    font-weight: 700;
}

.home .work-sec .work-box {
    position: relative;
    padding: 0 15px;
    height: 360px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    text-align: center;
    z-index: 0;
}

.home .work-sec .work-box:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
    height: 400px;
}

.timer-clock {
    position: relative;
}

.timer-clock .timer {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    left: 50%;
    margin-left: -200px;
    font-size: 110px;
    font-weight: 600;
    color: #fff;
}

.timer-clock .black-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    background-color: #000;
    opacity: 0.3;
}

.home .work-sec .work-box.one:hover {
    background-color: #A6AA2E;
}

.home .work-sec .work-box.two:hover {
    background-color: #2A6D80;
}

.home .work-sec .work-box.three:hover {
    background-color: #1197BC;
}

.home .work-sec .work-box.four:hover {
    background-color: #038FA9;
}

.home .work-sec .work-box.five:hover {
    background-color: #00092E;
}

.home .work-sec .work-box.six:hover {
    background-color: #AC8461;
}

.home .work-sec .work-box img {
    padding-bottom: 20px;
}

.home .work-sec .work-box p {
    font-size: 13px;
    line-height: 1.73;
    color: #fff;
    opacity: 0;
}

.home .work-sec .work-box:hover p {
    opacity: 1;
}

.home .work-sec .owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.about-sec {
    position: relative;
    margin-bottom: 80px;
}

/*.about-sec .title h4{font-size: 40px;font-weight: 700;line-height: 1.5;color: #171a21;}*/
/*.about-sec .title h4 span{font-weight: 300;}*/
.about-sec .title p {
    line-height: 2;
    color: #171a21;
    padding: 30px 0;
    max-width: 440px;
}

.about-sec .about-box {
    display: flex;
    margin-bottom: 25px;
}

.about-sec .about-box .check-box {
    border: 1px solid #171a21;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin: 9px 10px 2px 0;
    position: relative;
    width: 16px;
}

.about-sec .about-box .check-box:before {
    background-color: #171a21;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: opacity .2s, transform .2s cubic-bezier(.33, 1, .68, 1);
    width: 100%;
}

.about-sec .about-box .check-box:hover:before {
    opacity: 1;
    transform: scale(1)
}

.about-sec .about-box .txt-box h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.46;
    opacity: 0.3;
    color: #171a21;
}

.about-sec .about-box:hover .txt-box h4 {
    opacity: 1;
}

.about-sec .about-box .txt-box p {
    font-size: 15px;
    line-height: 2;
    color: #414347;
    opacity: 0.3;
    max-width: 490px;
}

.about .about-sec .about-box .txt-box p {
    padding: 0;
}

.about .about-sec {
    padding: 80px 0 0px;
    background-color: #171a21;
    margin-bottom: 0;
}

.about .about-sec .title h4 {
    color: #fff;
}

.about .about-sec .title p {
    color: #fff;
}

.about .about-sec .pic {
    text-align: center;
}

.about .about-sec .about-box .txt-box h4 {
    color: #fff;
}

.about .about-sec .about-box .txt-box p {
    color: #fff;
    max-width: 400px;
}

.about .about-sec .about-box .check-box:before {
    background-color: #ed433c;
}

.about .about-sec .button:before {
    background-color: #fff;
    color: #000;
}

.about .about-sec .button:hover {
    color: #000;
    background-color: #fff;
}

.about .about-sec .button:before {
    background-color: #fff;
    color: #000;
}

.about-sec .about-box:hover .txt-box p {
    opacity: 1;
}

.about .about-sec .bottom-img {
    margin-top: -45px;
}

.scroll-icon.right {
    position: absolute;
    top: 5%;
    right: 3%;
}

.scroll-icon img {
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: upAndDown-dea750ec;
    animation-timing-function: ease-in-out;
    color: #171a21;
}

.home .product-sec {
    position: relative;
    width: 100%;
    padding: 170px 0;
}

.home .product-sec video.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
}

.product-sec .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #030203;
    opacity: 1;
}

.home .product-sec .product-detail {
    position: relative;
}

.home .product-sec .product-detail .txt-box h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 25px;
}

.home .product-sec .product-detail .txt-box h2 span {
    font-weight: 700;
}

.home .product-sec .product-detail .txt-box p {
    font-size: 15px;
    line-height: 2;
    color: #fff;
}

.home .product-sec .ofc-box.one {
    position: absolute;
    left: 16%;
    top: -40%;
}

.home .product-sec .ofc-box.two {
    position: absolute;
    right: 13%;
    top: -40%;
}

.home .product-sec .ofc-box.three {
    position: absolute;
    left: 16%;
    bottom: -15%;
}

.home .product-sec .ofc-box.four {
    position: absolute;
    right: 13%;
    bottom: -15%;
}

.home .product-sec .ofc-box .infoBox .box {
    background-color: #ed433c;
    padding: 25px;
}

.home .product-sec .ofc-box .infoBox .box h5 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 5px;
}

.home .product-sec .ofc-box .infoBox .box p {
    font-size: 15px;
    line-height: 2;
    color: #fff;
}

.home .product-sec .ofc-box button.pin-btn {
    height: 45px;
    width: 45px;
    background-color: #fff;
    position: relative;
}

.home .product-sec .pin-btn:before {
    color: inherit;
    content: "+" !important;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    left: 50%;
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home .product-sec button.pin-btn:hover {
    background-color: #fff;
}

.home .product-sec button.pin-btn:hover:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.home .product-sec .ofc-box button {
    border: none;
}

.home .product-sec .ofc-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
}

.home .product-sec .ofc-box .pro-detail {
    height: 196px;
    left: -343px;
    display: none;
    position: absolute;
    top: -208px;
    transition: opacity .3s;
    width: 355px;
}

.home .product-sec .ofc-box .pro-detail.one {
    left: 135px;
    top: -2px;
}

.home .product-sec .ofc-box .pro-detail.two {
    left: -352px;
    top: -2px;
}

.home .product-sec .ofc-box .pro-detail.three {
    left: 135px;
    top: -315px;
}

.home .product-sec .ofc-box .pro-detail.four {
    left: -352px;
    top: -315px;
}

.home .product-sec .ofc-box .icon-box:hover .pro-detail {
    display: block;
}

input[type=checkbox] {
    border: solid 1px #171a21;
}

input[type='checkbox'] {
    accent-color: red;
}

.dark-back {
    background-color: #f5f7f9;
    height: 625px;
}

.tell-sec .txt-box h4 {
    font-size: 40px;
    line-height: 1.5;
    color: #171a21;
    padding-bottom: 50px;
}

.tell-sec .txt-box h4 span {
    font-weight: 700;
}

.tell-sec .txt-box p {
    font-size: 18px;
    line-height: 1.5;
    color: #414347;
    padding-bottom: 50px;
}

.tell-sec .txt-box .button {
    background-color: transparent;
    border-bottom: 2px solid #23252b;
    font-size: 20px;
    font-weight: 600;
    color: #23252b;
    padding: 0 8px 0 0;
}

.tell-sec .txt-box .button__box--icon:after {
    content: url(/images/career/career-down.png);
}

.tell-sec .txt-box .button:before {
    background-color: transparent;
}

.tell-sec .txt-box .button__text {
    font-size: 16px;
    font-weight: 600;
    color: #23252b;
}

@media (min-width: 769px) {
    .tell-sec .txt-box .button {
        min-height: 20px;
    }
}



.tell-sec .back-box .img-box {
    text-align: center;
}

.tell-sec .back-box .img-box .face-img {
    height: 450px;
    vertical-align: bottom;
}

.about .txt-box p {
    font-size: 18px;
    line-height: 1.67;
    color: #414347;
    padding: 10px 0 40px;
}

.about .txt-box .box {
    text-align: center;
    padding: 30px;
    border: solid 1px #23252b;
    background-color: #fff;
}

.about .txt-box .box h6 {
    font-size: 15px;
    line-height: 1;
    color: #414347;
    padding-bottom: 5px;
}

.about .txt-box .box h2 {
    font-size: 30px;
    line-height: 1;
    color: #23252b;
    font-weight: 700;
}

.about .hero-sec {
    padding: 230px 0 100px;
}

.about .imageTextHero--showBg .img-box {
    text-align: end;
}

.about .team-sec {
    margin-bottom: 80px;
}

.title {
    padding-bottom: 30px;
}

.title h4 {
    font-size: 40px;
    line-height: 1.5;
    color: #23252b;
    font-weight: 300;
}

.title h4 span {
    font-weight: 700;
}

.title p {
    font-size: 18px;
    line-height: 1.5;
    color: #414347;
}

.about .team-sec .row .col-md-4 {
    padding-left: 0;
}

.about .team-sec .name-box h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: #171a21;
}

.about .team-sec .name-box p {
    font-size: 14px;
    line-height: 1;
    color: #414347;
}

.about .hero-sec .txt-box h4 {
    margin-bottom: 5px;
}


/* #career
================================================== */

.career .hero-sec {
    padding: 150px 0 0px;
}

.career .hero-sec .txt-box h4 {
    padding-bottom: 70px;
}

.career .process-tech {
    position: relative;
    margin-bottom: 40px;
}

.career .process-tech .number-box {
    position: relative;
    height: 380px;
    padding: 40px 80px 40px 40px;
}

.career .process-tech .number-box .dummy-box {
    position: absolute;
    bottom: 0px;
    right: -75px;
}

.career .process-tech .number-box .dummy-box.add {
    right: -50px;
}

.career .process-tech .number-box h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: #23252b;
    padding-bottom: 15px;
}

.career .process-tech .number-box p {
    font-size: 18px;
    line-height: 1.67;
    color: #23252b;
}

.career .process-tech .prev-slide {
    background: url(/images/career/left.png)no-repeat;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 75px;
    right: 140px;
}

.career .process-tech .next-slide {
    background: url(/images/career/right.png)no-repeat;
    width: 40px;
    height: 32px;
    position: absolute;
    top: 75px;
    right: 75px;
}

.career .process-tech .owl-carousel .owl-item.active {
    box-shadow: none;
}

.career .process-tech .owl-carousel .owl-item.active p {
    display: none;
}

.career .process-tech .owl-carousel .owl-item.active .dummy-box img {
    display: none;
}

.career .process-tech .owl-carousel .owl-item.active.center {
    box-shadow: 10px 40px 40px rgba(23, 26, 33, .1);
    margin-bottom: 60px;
}

.career .process-tech .owl-carousel .owl-item.active.center p {
    display: block;
}

.career .process-tech .owl-carousel .owl-item.active.center .dummy-box img {
    transition: transform 2.6s ease-in-out;
    display: block;
}

.career .process-tech .owl-carousel,
.career .process-tech .owl-carousel .owl-item {
    position: unset;
}

.firstActiveItem {
    box-shadow: 30px 30px 80px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    margin-bottom: 60px;
}

.career .looking-sec {
    background: url(/images/career/looking-back.png)no-repeat;
    padding: 100px 0;
    background-size: cover;
    position: relative;
    margin-bottom: 100px;
}

.career .looking-sec .title h4 {
    color: #fff;
}

.career .looking-sec .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.career .looking-sec .job-carousel .job-box {
    padding: 50px;
    background-color: #fff;
}

.career .looking-sec .job-carousel.owl-carousel {
    width: 104%;
}

.career .looking-sec .owl-stage {
    left: -64px;
}

.career .looking-sec .job-carousel .job-box h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 2;
    color: #23252b;
}

.career .looking-sec .job-carousel .job-box p {
    font-size: 18px;
    line-height: 1.33;
    color: #23252b;
    padding-bottom: 10px;
}

.career .looking-sec .job-carousel .job-box h6 {
    font-size: 16px;
    line-height: 1.33;
    color: #23252b;
    padding-bottom: 25px;
}

.career .looking-sec .job-carousel .job-box a {
    display: flex;
    background-color: #f5f7f9;
    padding: 5px;
    margin-bottom: 15px;
    max-width: fit-content;
    font-size: 15px;
    line-height: 1;
    color: #414347;
}

.career .looking-sec .bottom-img {
    position: absolute;
    bottom: 0;
}

.career .looking-sec .ofc-box button.pin-btn {
    height: 45px;
    width: 45px;
    background-color: #ed433c;
    position: relative;
    z-index: 121212;
}

.career .looking-sec .pin-btn:before {
    color: #fff;
    content: "+" !important;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    left: 50%;
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: 50%;
    transform: translate(-50%, -50%);
}

.career .looking-sec button.pin-btn:hover {
    background-color: #ed433c;
}

.career .looking-sec button.pin-btn:hover:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.career .looking-sec .ofc-box button {
    border: none;
}

.career .looking-sec .ofc-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
}

.career .looking-sec .ofc-box .pro-detail {
    height: 344px;
    left: -404px;
    display: none;
    position: absolute;
    top: -319px;
    transition: opacity .3s;
    width: 425px;
    background-color: #000;
    padding: 30px;
}

.career .looking-sec .ofc-box .pro-detail h5 {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    padding-bottom: 5px;
    font-weight: 700;
}

.career .looking-sec .ofc-box .pro-detail p {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
}

.career .looking-sec .ofc-box .icon-box:hover .pro-detail {
    display: block;
}

.career .looking-sec .job-carousel .job-box .btn-sec {
    display: flex;
    justify-content: space-between;
    margin-right: 40px;
}

.career .looking-sec .job-carousel .job-box .btn-sec a {
    background-color: transparent;
    margin-bottom: 0;
}

.career .looking-sec .job-carousel .job-box .apply-sec {
    display: flex;
}

.career .looking-sec .job-carousel .button {
    background-color: transparent;
    border-bottom: 2px solid #23252b;
    font-size: 20px;
    font-weight: 600;
    color: #23252b;
    padding: 0 8px 0 0;
}

.career .looking-sec .job-carousel .button__box--icon:after {
    content: url(/images/career/career-down.png);
}

.career .looking-sec .job-carousel .button:before {
    background-color: transparent;
}

.career .looking-sec .job-carousel .button:hover:before {
    background-color: transparent;
}

.career .msg-sec {
    margin-bottom: 100px;
}

.career .msg-sec .title {
    padding-bottom: 60px;
}

.career .msg-sec .title h4 {
    padding-bottom: 10px;
}

.career .msg-sec .form-sec input {
    border-bottom: solid 1px #dedede;
    border-right: none;
    border-left: none;
    border-top: none;
    margin: 0 10px 15px;
    text-align: center;
}

.career .msg-sec .form-sec input::placeholder {
    font-weight: 400 ! important;
}

.career .msg-sec .form-sec .form-text {
    font-size: 15px;
    font-weight: 600;
    color: #23252b;
    display: inline;
}

.career .msg-sec .form-sec input:focus {
    outline: none;
    border-bottom: solid 1px #dedede;
    border-right: none;
    border-left: none;
    border-top: none;
}

.career .msg-sec .form-sec span {
    font-size: 24px;
    line-height: 1.25;
    color: #23252b;
}

.career .msg-sec .form-sec button {
    display: block;
    margin-top: 50px;
}

.career .msg-sec .form-sec button span.button__text {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.career .msg-sec .form-sec .button:before {
    background-color: #000;
}

@media (min-width: 769px) {
    .career .msg-sec .form-sec .button {
        min-height: 55px;
    }

    .career .looking-sec .job-carousel .button {
        min-height: 40px;
    }
}

/* #blog
================================================== */

.blog .hero-sec {
    padding: 130px 0 30px;
    margin-bottom: 60px;
}

.blog .title {
    padding-bottom: 90px;
}

.blog .title h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.52;
    color: #23252b;
    z-index: 1;
    position: relative;
}

.blog .blog-box {
    padding-bottom: 100px;
}

.blog .blog-box h6 {
    font-size: 14px;
    line-height: 2.14;
    color: #ed433c;
    padding-bottom: 10px;
}

.blog .blog-box h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #23252b;
    padding-bottom: 12px;
}

.blog .blog-box p {
    font-size: 15px;
    line-height: 1.67;
    color: #414347;
    padding-bottom: 50px;
    max-width: 350px;
}

.blog .blog-box .button {
    background-color: transparent;
    border-bottom: 2px solid #23252b;
    font-size: 20px;
    font-weight: 600;
    color: #23252b;
    padding: 0 8px 0 0;
}

.blog .blog-box .button__box--icon:after {
    content: url(/images/career/career-down.png);
}

.blog .blog-box .button:before {
    background-color: transparent;
}

.blog .blog-box .button__text {
    font-size: 16px;
    font-weight: 600;
    color: #23252b;
}

.blog .blog-social-box {
    position: relative;
    background-color: #23252b;
    padding: 30px;
}

.blog .blog-social-box h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 2.5;
    color: #fff;
    padding-bottom: 10px;
}

.blog .blog-social-box .social-icon {
    margin-bottom: 25px;
}

.blog .blog-social-box .social-icon a {
    margin-right: 15px;
}

.blog .blog-social-box ul li {
    background: url(/images/blog/down.png) 0px 3px no-repeat;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 15px;
    padding-left: 25px;
}

.blog .img-box {
    position: absolute;
    left: 58px;
    top: -99px;
}

.blog .blog-sec {
    margin-bottom: 50px;
}

.blog-detail .blog-txt {
    margin-top: -735px;
    margin-bottom: 80px;
}

.blog-detail .title {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.blog-detail .title h1 {
    font-size: 25px;
    width: 55%;
    font-weight: 500;
    line-height: 1.40;
    color: #23252b;
}

.blog-detail .blog-view img {
    padding-bottom: 50px;
}

.blog-detail .blog-view p {
    font-size: 18px;
    line-height: 1.67;
    color: #414347;
    padding-bottom: 20px;
    max-width: 690px;
}

.blog-detail .recent-box {
    position: relative;
    border: solid 1px #23252b;
    background-color: #fff;
    padding: 40px 25px 20px;
}

.blog-detail .recent-box h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.46;
    color: #23252b;
    padding-bottom: 20px;
}

.blog-detail .recent-box .post-box {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.blog-detail .recent-box .post-box .txt {
    margin-left: 20px;
}

.blog-detail .recent-box .post-box .txt p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #ed433c;
    padding-bottom: 5px;
}

.blog-detail .recent-box .post-box .txt h6 {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.56;
    color: #23252b;
}

.blog-detail .img-box {
    position: absolute;
    top: -99px;
    left: 70px;
}

.blog-detail .button {
    background-color: transparent;
    border-bottom: 2px solid #23252b;
    font-size: 20px;
    font-weight: 600;
    color: #23252b;
    padding: 0 8px 0 0;
    margin-bottom: 50px;
}

.blog-detail .button__box--icon:after {
    content: url(/images/career/career-down.png);
}

.blog-detail .button:before {
    background-color: transparent;
}

.blog-detail .button__text {
    font-size: 20px;
    font-weight: 600;
    color: #23252b;
}

.blog-detail .button {
    min-height: 20px;
}

@media (min-width: 769px) {
    .blog .blog-box .button {
        min-height: 20px;
    }
}

/* #service
================================================== */
.service .hero-sec .txt-box h4 {
    font-size: 42px;
    line-height: 1.42;
    color: #23252b;
    font-weight: 300;
    margin-bottom: 5px;
}

.service .hero-sec {
    padding: 100px 0 0 0;
}

.service .hero-sec .txt-box p {
    font-size: 18px;
    line-height: 1.67;
    color: #414347;
    padding: 10px 0;
}

.service .hero-sec .txt-box h5 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
    color: #fff;
    padding-bottom: 15px;
}

.service .hero-sec .txt-box h5 span {
    font-weight: 700;
}

.service .hero-sec .img-box {
    position: relative;
}

.service .hero-sec .img-box .txt-box {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
}

.service .hero-sec .img-box .back-layer {
    position: absolute;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 160px;
    bottom: 3px;
    left: 0px;
    opacity: 0.5;
}

.lineButton {
    align-items: center;
    color: currentColor;
    display: inline-flex;
    overflow: hidden;
    padding: 6px 0 6px 6vw;
    position: relative;
    border: none;
    background-color: transparent;
}

.lineButton--block {
    display: flex;
}

.lineButton__text {
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 -12px;
    padding: 0 12px;
    position: relative;
    transform: translateX(0);
    transition: transform .2s cubic-bezier(.33, 1, .68, 1);
}

.lineButton:hover .lineButton__text {
    transform: translateX(-6vw);
}

.lineButton__text:after,
.lineButton__text:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transform: translateZ(0);
    width: 6vw;
}

.lineButton__text:before {
    right: 100%
}

.lineButton__text:after {
    left: 100%
}

.service .service-menu {
    height: 88%;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 100px;
    right: 0;
    background-color: #23252b;
}

.service .menu-width {
    width: 70%;
}

.service .accordion {
    height: 100%;
    display: flex;
}

.service .accordion .point {
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}

.service .accordion .point.one {
    background-color: #171a21;
}

.service .accordion .point.two {
    background-color: #222631;
}

.service .accordion .point.three {
    background-color: #2d3241;
}

.service .accordion .point.four {
    background-color: #373c4d;
}

.service .accordion .point.five {
    background-color: #42475a;
}

.service .accordion .header {
    writing-mode: vertical-lr;
    display: block;
}

.service .accordion .header a.title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.46;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    align-items: end;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
    transform: rotate(-180deg);
}

.service .accordion .point {
    background: url(/images/service/service-back.png)no-repeat;
}

.service .service-menu .txt-box {
    padding: 0 35px;
}

.service .service-menu .txt-box .heading {
    margin-bottom: 30px;
}

.service .service-menu .txt-box .heading h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
}

.service .service-menu .txt-box .heading p {
    font-size: 18px;
    line-height: 1.6;
    color: #f5f7f9;
}

.service .service-menu .txt-box h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #f5f7f9;
    margin-bottom: 10px;
}

.service .service-menu .txt-box ul li {
    background: url(/images/service/check.png) no-repeat;
    font-size: 16px;
    line-height: 1.88;
    color: #f5f7f9;
    padding-left: 35px;
    margin-bottom: 5px;
}

.service .service-menu .back-btn {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: -119px;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    background-color: #ed433c;
    padding: 30px 22px;
    border: none;
    display: flex;
    align-items: center;
}

.service .service-menu.menu-width .back-btn {
    opacity: 1;
}

.service .back-btn img {
    padding-right: 5px;
}

.service .services-sec {
    margin-bottom: 60px;
}

.service .services-sec .service-type h4 {
    font-size: 20px;
    line-height: 1.5;
    color: #23252b;
    font-weight: 700;
    padding-bottom: 20px;
}

.service .services-sec .service-type ul li a {
    cursor: pointer;
    display: block;
    font-size: 18px;
    line-height: 1.5;
    color: #414347;
    margin-bottom: 10px;
    padding-left: 15px;
}

.service .services-sec .service-type ul li a.active {
    border-left: 3px solid #ed433c;
    color: #ed433c;
    font-weight: 600;
}

.service .services-sec .service-box {
    display: none;
}

.service .services-sec .service-box.active {
    display: initial;
}

.service .services-sec .service-type ul li:before {
    border-left: 2px solid #ed433c;
}

.service .services-sec .service-box .sub-box {
    padding-bottom: 80px;
}

.service .services-sec .service-box .sub-box h2 {
    font-size: 40px;
    line-height: 1.52;
    color: #23252b;
    padding-bottom: 25px;
}

.service .services-sec .service-box .sub-box span {
    font-weight: 700;
}

.service .services-sec .service-box .sub-box p {
    font-size: 18px;
    line-height: 1.67;
    color: #414347;
    padding-bottom: 15px;
}

.service .services-sec .service-box .sub-box ul li {
    background: url(/images/service/right.png) 0px no-repeat;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.22;
    color: #171a21;
    padding-left: 37px;
}

.service .team-work {
    padding: 80px 0;
    background-color: #23252b;
    margin-bottom: 80px;
}

.service .team-work .title {
    padding-bottom: 70px;
}

.service .team-work .title h4 {
    color: #fff;
}

.service .team-work .title p {
    color: #fff;
}

@media (min-width: 768px) {
    .service .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 73%;
        max-width: 73%;
    }
}



.service .tab-container {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    display: none;
    height: 100%;
    padding: 0 .3rem;
    position: fixed;
    right: -1px;
    top: 0;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    z-index: 5;
    flex-direction: row-reverse;
}

.service .tab {
    display: flex;
    padding: 15px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.28px;
    color: #a7a8aa;
    cursor: pointer;
}

.service .tab-container a.tab {
    color: #a7a8aa;
}

.service .tab-container a.tab:hover {
    color: #23252b;
    font-weight: 600;
}

.service .tab-container a.tab.active {
    color: #23252b;
    font-weight: 600;
}

.service .services-sec .tab-view {
    padding-bottom: 110px;
}

.service .services-sec .tab-view .title p {
    line-height: 2.22;
    color: #23252b;
}

.service .services-sec .tab-view .client h6 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.46;
    color: #171a21;
    padding-bottom: 25px;
}

.service .services-sec .tab-view .box {
    background-color: #f5f7f9;
    text-align: center;
    padding: 80px 0;
    margin-bottom: 20px;
}

.service .services-sec .tab-view .client .img-box {
    text-align: center;
    padding: 10px;
}

.service .services-sec .tab-view .client .img-box img {
    width: 90%;
    margin: 0 auto;
}

.service .services-sec .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

/*.service .services-sec .owl-carousel .owl-item img{max-width: 200px;width: 100%;}*/



.service .services-sec .sub-box {
    padding-bottom: 80px;
}

.service .services-sec .sub-box h2 {
    font-size: 40px;
    line-height: 1.52;
    color: #23252b;
    padding-bottom: 25px;
}

.service .services-sec .sub-box span {
    font-weight: 700;
}

.service .services-sec .sub-box p {
    font-size: 18px;
    line-height: 1.67;
    color: #414347;
    padding-bottom: 25px;
    max-width: 850px;
}

.service .services-sec .sub-box ul li {
    background: url(/images/service/right.png) 0px no-repeat;
    font-size: 18px;
    font-weight: 500;
    line-height: 2.22;
    color: #171a21;
    padding-left: 37px;
    margin-bottom: 15px;
}

.service .services-sec .ofc-box {
    position: absolute;
    right: 0;
    bottom: 2%;
    right: 11.5%;
    margin-right: 22px;
}

.service .services-sec .ofc-box button.pin-btn {
    height: 45px;
    width: 45px;
    background-color: #000;
    position: relative;
    z-index: 1;
}

.service .services-sec .pin-btn:before {
    color: #fff;
    content: "+" !important;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    left: 50%;
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: 50%;
    transform: translate(-50%, -50%);
}

.service .services-sec button.pin-btn:hover {
    background-color: #000;
}

.service .services-sec button.pin-btn:hover:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.service .services-sec .ofc-box button {
    border: none;
}

.service .services-sec .ofc-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
}

.service .services-sec .ofc-box .pro-detail {
    height: 196px;
    left: -328px;
    display: none;
    position: absolute;
    top: -225px;
    transition: opacity .3s;
    width: 355px;
}

.service .services-sec .ofc-box .icon-box:hover .pro-detail {
    display: block;
}

.service .services-sec .ofc-box .pro-detail img {
    height: 250px;
    width: 350px;
}



.blog-detail .blog-txt .title h2 {
    color: #3e403e;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}


.blog-detail .blog-view .dynamic-content h1 {
    color: #3e403e;
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-detail .blog-view .dynamic-content h2 {
    color: #3e403e;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-detail .blog-view .dynamic-content h3 {
    color: #3e403e;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-detail .blog-view .dynamic-content img {
    margin-bottom: 25px;
}

.blog-detail .blog-view .dynamic-content p strong {
    color: #4b4b4b;
    font-weight: 700;
}

.blog-detail .blog-view .dynamic-content p {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
}

.blog-detail .blog-view .dynamic-content a {
    color: #b17f53;
}

.blog-detail .blog-view .dynamic-content p a {
    color: #b17f53;
}

.blog-detail .blog-view .dynamic-content ul {
    margin-bottom: 10px;
    margin-left: 20px;
}

.blog-detail .blog-view .dynamic-content ul li strong {
    font-weight: bold;
}

.blog-detail .blog-view .dynamic-content ol li strong {
    font-weight: bold;
}

.blog-detail .blog-view .dynamic-content ul li:before {
    content: "\2022";
    color: #000;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}

.blog-detail .blog-view .dynamic-content ul li {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.blog-detail .blog-view .dynamic-content ol {
    margin-bottom: 10px;
}

.blog-detail .blog-view .dynamic-content ol li {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.blog-detail .blog-view .dynamic-content table,
th,
td {
    border-collapse: collapse;
}

.blog-detail .blog-view .dynamic-content table tr th {
    color: #3e403e;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    padding: 15 15px;
    background: #748f3a4f;
}

.blog-detail .blog-view .dynamic-content table tr:nth-child(odd) {
    background: #aba89826;
}

.blog-detail .blog-view .dynamic-content table tr td {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}


@media (min-width: 769px) {
    .tab-container {
        align-items: center;
        display: flex;
        justify-content: center;
    }
}

/* #product
================================================== */
.product .imageTextHero__wrapper {
    margin-bottom: 0;
}

.product .hero-sec {
    padding: 200px 0 150px;
    margin-bottom: 0;
}

.product .hero-sec .txt-box h4 {
    margin-bottom: 10px;
}

.product .hero-sec .txt-box p {
    font-size: 18px;
    line-height: 1.6;
    color: #414347;
}

.product .hero-sec .img-box {
    text-align: center;
}

.product .product-box {
    background-color: #016d77;
    padding: 100px 0 0 0;
}

.product .product-box h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 25px;
}

.product .product-box .txt-box h2 span {
    font-weight: 600;
}

.product .product-box .txt-box a {
    font-size: 15px;
    line-height: 2.4;
    color: #fff;
    background-color: #248c95;
    padding: 2px 10px;
    margin-right: 7px;
}

.product .product-box .txt-box p {
    font-size: 15px;
    line-height: 2;
    color: #fff;
    max-width: 325px;
    padding: 20px 0 40px;
}

.product .product-box .txt-box p {
    max-width: 460px;
}

.product .product-box .txt-box p.space {
    padding: 20px 0;
}

.product .product-box .txt-box .app-icon a {
    background-color: transparent !important;
    padding: 0px 0px;
    margin-right: 0px;
}

.product .product-box .owl-carousel .owl-item .video-box img {
    width: auto;
}

.product .product-box .video-box {
    justify-content: center;
    display: flex;
}

.product .product-box .video-box video {
    width: 48%;
    top: 15px;
    left: 154px;
    position: absolute;
    border-radius: 24px;
}

.product .product-box .video-box .video-img img {
    width: 48%;
    top: 12px;
    left: 152px;
    position: absolute;
    border-radius: 24px;
}

.product .product-box .txt-box h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.product .product-box .txt-box ul li {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
    line-height: 1.5;
    display: flex;
}

.product .product-box .txt-box ul li::before {
    content: "\2022";
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: 0em;
}

.product .product-box .txt-box .app-icon {
    display: flex;
}

.product .product-box .owl-carousel .owl-item .app-icon img {
    width: auto;
    margin-right: 15px;
}

.product .product-box .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 50px;
}

.product .product-box .owl-theme .owl-dots .owl-dot button {
    background-color: #016d77;
    border: 1px solid #fff;
    margin: 5px 50px 0 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    height: 10px;
    width: 10px;
    padding: 0;
}

.product .product-box .owl-theme .owl-dots .owl-dot p {
    font-size: 12px;
    line-height: 1.17;
    color: #fff;
    opacity: 0.5;
    margin-top: -40px;
}

.product .product-box .owl-theme .owl-dots .owl-dot.active button p {
    opacity: 1;
}

.product .product-box .owl-theme .owl-dots .owl-dot.active button {
    background-color: #ed433c;
}

.product .product-box .owl-theme .owl-dots button {
    background-color: transparent;
    border: none;
}

.product .product-box .owl-theme .owl-dots .owl-dot:before {
    position: absolute;
    bottom: 5px;
    left: -51px;
    width: 100%;
    height: 1px;
    content: '';
    padding: 0 10px;
    background-color: #fff;
    opacity: 0.1;
    transition: all 200ms linear;
}

.product .product-box .menu-box {
    display: flex;
}

.product .product-box .menu-box .menu {
    margin-top: -100px;
}

.product .product-box .menu-box .menu p {
    font-size: 12px;
    line-height: 1.17;
    color: #fff;
}

.product .product-box.hrms {
    background-color: #0C92B5;
}

.product .product-box.hrms .txt-box a {
    background-color: #44a7c1;
}

.product .product-box.hrms .owl-theme .owl-dots .owl-dot button {
    background-color: #0C92B5;
}

.product .product-box.hrms .owl-theme .owl-dots .owl-dot.active button {
    background-color: #ed433c;
}

.product .product-box.society {
    background-color: #1177CC;
}

.product .product-box.society .txt-box a {
    background-color: #3e94db;
}

.product .product-box.society .owl-theme .owl-dots .owl-dot button {
    background-color: #1177CC;
}

.product .product-box.society .owl-theme .owl-dots .owl-dot.active button {
    background-color: #ed433c;
}

.product .product-box.nexcard {
    background: linear-gradient(90deg, #871455 -11.04%, #A55E25 112.13%);
}

.product .product-box.society .txt-box a {
    background-color: #3e94db;
}

.product .product-box.society .owl-theme .owl-dots .owl-dot button {
    background-color: #1177CC;
}

.product .product-box.society .owl-theme .owl-dots .owl-dot.active button {
    background-color: #ed433c;
}

.product .product-box.ai {
    background-color: #1d3742;
}

.product .product-box.ai .txt-box a {
    background-color: #35515c;
}

.product .product-box.ai .owl-theme .owl-dots .owl-dot button {
    background-color: #1d3742;
}

.product .product-box.ai .owl-theme .owl-dots .owl-dot.active button {
    background-color: #ed433c;
}

.product .product-box.odoo {
    background-color: #6b4661;
    margin-bottom: 100px;
}

.product .product-box.odoo .txt-box a {
    background-color: #7b5c73;
}

.product .product-box.odoo .owl-theme .owl-dots .owl-dot button {
    background-color: #6b4661;
}

.product .product-box.odoo .owl-theme .owl-dots .owl-dot.active button {
    background-color: #ed433c;
}

.product .product-box.odoo .video-box {
    border: solid 2px #fff;
    border-radius: 34px;
    padding: 24px;
    margin-bottom: 140px;
}

.product .product-box.odoo .video-box iframe {
    border-radius: 34px;
}

@media (max-width: 991px) {
    .product .hero-sec .img-box img {
        width: 100%;
    }
}

/* #new-product
================================================== */
.products.product-hrms .main-hero {
    background: url(/images/product/new/hrms/back.png)no-repeat;
    background-size: cover;
    padding: 150px 0 0 0;
    margin-bottom: 80px;
}

.products .main-hero .title-box {
    text-align: center;
}

.products .main-hero .title-box h2 {
    color: #23252B;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 14px;
}

.products .main-hero .title-box h2 span {
    font-weight: 700;
}

.products .main-hero .title-box p {
    color: #414347;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 24px;
}

.products .main-hero .title-box a {
    border-radius: 12px;
    background: #23252B;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding: 8px 40px;
    margin: 0 5px;
}

.products .main-hero .title-box a.demo {
    background: #ED433C;
}

.products .client-sec {
    margin-bottom: 80px;
}

.products .client-sec .title-txt h6 {
    color: #414347;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 30px;
}

.products .client-sec .title-txt p h6 {
    font-weight: 400;
}

.products .client-sec .owl-stage {
    display: flex;
    align-items: center;
}
.products .client-sec .owl-carousel .owl-item img{
    /*width: auto !important;*/
}

.product-hrms .features-sec {
    margin-bottom: 50px;
}

.products .title-txt p {
    color: #414347;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    border-radius: 999px;
    border: 1px solid #E3E3E3;
    background: #FFF;
    padding: 4px 24px;
    width: max-content;
    margin-bottom: 8px;
}

.products .title-txt h2 {
    color: #23252B;
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
}

.products .title-txt h2 span {
    font-weight: 700;
}

.product-hrms .features-sec .features-box {
    padding: 51px 62px 0 52px;
    margin-bottom: 32px;
    border-radius: 16px;
}

.product-hrms .features-sec .features-box.leave {
    background-color: #F3FFF6;
}

.product-hrms .features-sec .features-box.punch {
    background-color: #FFFEEE;
}

.product-hrms .features-sec .features-box.slip {
    background-color: #FFF3F5;
}

.product-hrms .features-sec .features-box.birth {
    background-color: #F3FFFD;
}

.product-hrms .features-sec .features-box .txt-box h4 {
    color: #23252B;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 12px;
}

.product-hrms .features-sec .features-box .txt-box p {
    color: #414347;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.products .testimonials-sec {
    background: #F5F7F9;
    padding: 80px 0;
    /*margin-bottom: 80px;*/
}

.products .testimonials-sec .title-txt h6 {
    color: #414347;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 800px;
    margin: 0 auto;
}

.products .testimonials-sec .r-box {
    border-radius: 20px;
    background: #FFF;
    padding: 39px 32px;
    height: 687px;
    position: relative;
}

.products .testimonials-sec .r-box h6 {
    color: #23252B;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
}

.products .testimonials-sec .r-box span {
    color: #707070;
    font-size: 13px;
    line-height: 18px;
}

.products .testimonials-sec .r-box h3 {
    color: #23252B;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding: 24px 0;
}

.products .testimonials-sec .r-box p {
    color: #414347;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    padding-bottom: 217px;
}

.products .testimonials-sec .r-box .rate-img {
    position: absolute;
    bottom: 33px;
}

.products .testimonials-sec .img-box img {
    height: 332px;
    object-fit: cover;
    border-radius: 20px;
}

.products .testimonials-sec .c-box {
    border-radius: 20px;
    background: #FFF;
    padding: 32px;
    height: 332px;
}

.products .testimonials-sec .c-box img {
    padding-bottom: 154px;
}

.products .testimonials-sec .c-box h2 {
    color: #23252B;
    font-size: 40px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 6px;
}

.products .testimonials-sec .c-box p {
    color: #414347;
    font-size: 18px;
    line-height: 28px;
}

.products .testimonials-sec .review-box {
    background: url(/images/product/new/hrms/r-back.png)no-repeat;
    border-radius: 20px;
    padding: 32px;
    background-color: #FFF;
    height: 332px;
    background-size: cover;
}

.products .testimonials-sec .review-box .f-img {
    padding-bottom: 188px;
}

.products .testimonials-sec .d-review {
    border-radius: 20px;
    background: #23252B;
    padding: 32px;
    height: 332px;
}

.products .testimonials-sec .d-review h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 111px;
}

.products .testimonials-sec .d-review h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.products .testimonials-sec .d-review h6 span {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.products .pricing-sec {
    margin-bottom: 80px;
}

.products .pricing-sec .title-txt h6 {
    color: #414347;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.products .pricing-sec .box {
    border-radius: 16px;
    background: #23252B;
    padding: 40px 40px;
    position: relative;
    margin-bottom: 24px;
}

.products .pricing-sec .box .item p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.products .pricing-sec .box .item h6 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

@media (min-width: 768px) {
    .products .pricing-sec .box .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 22%;
    }
}

.products .pricing-sec .sec-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    background: #ED433C;
    padding: 4px 16px;
    width: max-content;
}

.products .pricing-sec .sec-title h6 {
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
}

.products .pricing-sec .back-title {
    padding: 2px 2px 2px 2px;
    border-radius: 20px;
}

.products .pricing-sec .back-title.standard-plan {
    background: #E0FFE9;
}

.products .pricing-sec .back-title.standard-plan h4 {
    color: #068428;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
}

.products .pricing-sec .back-title.pro-plan {
    background: #FFEEE9;
}

.products .pricing-sec .back-title.pro-plan h4 {
    color: #CF3708;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
}

.products .pricing-sec .back-title.enter-plan {
    background: #FFE9E8;
}

.products .pricing-sec .back-title.enter-plan h4 {
    color: #9C130D;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
}

.products .pricing-sec .back-title.unlimited-plan {
    background: #FFF8E5;
}

.products .pricing-sec .back-title.unlimited-plan h4 {
    color: #845806;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0;
}

.products .pricing-sec .price-box {
    border-radius: 16px;
    background: #FFF;
    padding: 20px;
}

.products .pricing-sec .price-box .header p {
    display: flex;
    align-items: center;
    color: #23252B;
    font-size: 20px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.products .pricing-sec .price-box .header h2 {
    color: #23252B;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}

.products .pricing-sec .price-box .header h6 {
    color: #414347;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 8px;
}

.products .pricing-sec .price-box .header h5 {
    color: #888;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 8px;
}

.products .pricing-sec .price-box .header .button {
    border-radius: 12px;
    background: #ED433C;
    padding: 4px 16px;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
}

.products .pricing-sec .price-box .header .button a {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.products .pricing-sec .price-box ul li {
    background: url(/images/product/new/hrms/check.png)no-repeat;
    color: #707070;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding-left: 24px;
    padding-bottom: 12px;
}

.products .pricing-sec .price-box h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.22;
    color: #232323;
    padding-bottom: 15px;
}

.products .pricing-sec .price-box ul li.red {
    background: url(/images/product/new/hrms/d-check.png)no-repeat;
}

.products .faqs-sec {
    background: #F5F7F9;
    padding: 80px 0;
    margin-bottom: 80px;
}

.products .faqs-sec .title-txt h6 {
    color: #414347;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.products .faqs-sec .accordion .point {
    border-radius: 20px;
    background: #F3F3F3;
    padding: 8px;
    margin-bottom: 16px;
}

.products .faqs-sec .accordion .point .back-color {
    border-radius: 16px;
    background: #FFF;
    padding: 24px;
}

.products .faqs-sec .accordion .point a.title {
    color: #23252B;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    cursor: pointer;
}

.products .faqs-sec .accordion .point p {
    color: #23252B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 8px;
}

.products .faqs-sec .accordion .header.collapsed:after {
    margin: 2px 10px 0 0;
    content: url(/images/product/+.png);
}

.products .faqs-sec .accordion .header:after {
    margin: 2px 10px 0 0;
    content: url(/images/product/-.png);
    float: right;
}

/* #product-crm
================================================== */

.products.product-crm .main-hero {
    background: url(/images/product/new/crm/back.png)no-repeat;
    background-size: cover;
    padding: 150px 0 0 0;
    margin-bottom: 80px;
}

.product-crm .about-sec .title-txt h6 {
    color: #707070;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 850px;
    margin: 0 auto;
}

.product-crm .about-sec .tag-data {
    margin-bottom: 40px;
}

.product-crm .about-sec .tag-data p {
    border-radius: 999px;
    background: #F3EFE7;
    padding: 12px 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 12px 16px 0;
    display: flex;
    align-items: center;
}

.product-crm .features-sec {
    margin-bottom: 80px;
}

.product-crm .features-sec .features-data .box {
    border-radius: 20px;
    border: 1px solid #DEDEDE;
    background: #FFF;
    padding: 46px 50px;
    text-align: center;
    margin-bottom: 22px;
}

.product-crm .features-sec .features-data .box h5 {
    color: #23252B;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 10px;
}

.product-crm .features-sec .features-data .box p {
    color: #707070;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.products.product-crm .testimonials-sec {
    background: #FFFCF6;
}

.products.product-crm .testimonials-sec .d-review {
    background: #FFF;
}

.products.product-crm .testimonials-sec .d-review h4 {
    color: #23252B;
    padding-bottom: 90px;
}

.products.product-crm .testimonials-sec .d-review h6 {
    color: #23252B;
}

.products.product-crm .testimonials-sec .d-review h6 span {
    color: #23252B;
}

.products.product-crm .testimonials-sec .d-review.dark {
    background: #016D77;
}

.products.product-crm .testimonials-sec .d-review.dark h4 {
    color: #fff;
    padding-bottom: 111px;
}

.products.product-crm .testimonials-sec .d-review.dark h6 {
    color: #fff;
}

.products.product-crm .testimonials-sec .d-review.dark h6 span {
    color: #fff;
}

/* #product-society
================================================== */

.products.product-society .main-hero {
    background: url(/images/product/new/society/back.png)no-repeat;
    background-size: cover;
    padding: 150px 0 0 0;
    margin-bottom: 80px;
}

.products.product-society .features-sec {
    margin-bottom: 80px;
}

.products.product-society .features-sec .title-txt h6 {
    color: #707070;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.products.product-society .features-sec .features-box {
    margin-bottom: 42px;
}

.products.product-society .features-sec .features-box .txt-box h2 {
    color: #23252B;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    padding-bottom: 10px;
}

.products.product-society .features-sec .features-box .txt-box h2 span {
    font-weight: 700;
}

.products.product-society .features-sec .features-box .txt-box p {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

@media (min-width: 768px) {
    .products.product-society .features-sec .features-box .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 46.666667%;
        max-width: 46.666667%;
    }
}


.products.product-society .review-sec {
    background-color: #1177CC;
    padding: 100px 0;
    /*margin-bottom: 80px;*/
}

.products.product-society .review-sec .title-txt p {
    border-radius: 999px;
    border: 1px solid #FFF;
    background: #17C;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}

.products.product-society .review-sec .title-txt h2 {
    color: #fff;
}

.products.product-society .review-sec .title-txt h6 {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.products.product-society .review-sec .back-box {
    border-radius: 20px;
    background: #FFF;
    padding: 40px 40px 10px;
}

.products.product-society .review-sec .review-box p {
    color: #23252B;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 80px;
}

.products.product-society .review-sec .review-box h6 {
    color: #23252B;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.products.product-society .review-sec .review-box h6 span {
    color: #23252B;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
}

.products.product-society .review-sec .prev-slide {
    background: url(/images/product/new/society/left.png)no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 46%;
    margin-top: -24px;
    left: -18%;
}

.products.product-society .review-sec .next-slide {
    background: url(/images/product/new/society/right.png)no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 46%;
    margin-top: -24px;
    right: -18%;
}


/* #product-ai
================================================== */

.products.product-ai .main-hero {
    background: transparent;
    background-size: cover;
    padding: 150px 0 0 0;
    margin-bottom: 20px;
}

.products.product-ai .main-hero a {
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.products.product-ai .features-sec {
    margin-bottom: 80px;
}

.products.product-ai .features-sec .title-txt h6 {
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.products.product-ai .features-sec .features-data .box {
    border-radius: 20px;
    background: #F3F3F3;
    padding: 32px;
    margin-bottom: 20px;
}

.products.product-ai .features-sec .features-data .box img {
    padding-bottom: 62px;
}

.products.product-ai .features-sec .features-data .box h5 {
    color: #23252B;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 6px;
}

.products.product-ai .features-sec .features-data .box p {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}








/* #contact
================================================== */
.contact .imageTextHero__wrapper {
    margin-bottom: 0;
}

.contact .contact-form {
    margin-top: -670px;
}

.contact .contact-form .title h4 {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.contact .contact-form .title h4 span img {
    margin: 0 10px;
}

.contact .hero-sec {
    padding: 150px 0 0;
    overflow: hidden;
    margin-bottom: 0;
}

.contact .hero-sec .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.contact .hero-sec .auto-container .title h2 span {
    font-weight: 700;
}

.contact .hero-sec .auto-container .pic {
    position: relative;
}

.contact .hero-sec .auto-container .pic img {
    vertical-align: bottom;
}

.contact .contact-detail {
    overflow: hidden;
}

.contact .contact-detail .auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.contact .contact-detail .contact-box {
    background-color: #23252b;
    padding: 80px 0;
}

.contact .contact-detail .contact-box .row .col-md-4 {
    border-right: 1px solid #53555a;
}

.contact .contact-detail .contact-box .row .col-md-4:last-child {
    border-right: none;
}

.contact .contact-detail .contact-box .box h4 {
    font-size: 24px;
    line-height: 1.25;
    color: #fff;
    padding: 20px 0 10px;
    font-weight: 700;
}

.contact .contact-detail .contact-box .box p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

.contact .contact-detail .contact-box .box p span {
    font-weight: 600;
    line-height: 2.5;
}

.contact .contact-form {
    margin-bottom: 80px;
}

.contact .contact-form .title {
    text-align: center;
}

.contact .contact-form .form-box .form-group {
    margin-bottom: 30px;
}

.contact .contact-form .form-box .form-group label {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #23252b;
}

.contact .contact-form .form-box .form-group label span {
    color: #ed433c;
}

.contact .contact-form .form-box .form-group input {
    height: 60px;
    border: solid 1px #dedede;
    background-color: #fff;
}

.contact .contact-form .form-box .form-group .form-control {
    padding: 14px 20px;
}

.contact .contact-form .form-box .button {
    display: flex;
    text-align: center;
}

.contact .contact-form .form-box .button:before {
    background-color: #23252b;
}

.contact .contact-form .form-box .button:hover {
    color: #fff;
}

.contact .map-sec {
    position: relative;
    margin-bottom: 100px;
}

.contact .map-sec .pic .ofc-box {
    position: absolute;
    right: 0;
    bottom: 35%;
    right: 50%;
    margin-right: 22px;
}

.contact .map-sec .ofc-box button.pin-btn {
    height: 45px;
    width: 45px;
    background-color: #ed433c;
    position: relative;
    z-index: 1;
}

.contact .map-sec .pin-btn:before {
    color: #fff;
    content: "+" !important;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    left: 50%;
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact .map-sec button.pin-btn:hover {
    background-color: #ed433c;
}

.contact .map-sec button.pin-btn:hover:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.contact .map-sec .ofc-box button {
    border: none;
}

.contact .map-sec .ofc-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
}

.contact .map-sec .ofc-box .pro-detail {
    height: 196px;
    left: -328px;
    display: none;
    position: absolute;
    top: -225px;
    transition: opacity .3s;
    width: 355px;
}

.contact .map-sec .ofc-box .icon-box:hover .pro-detail {
    display: block;
}

.contact .map-sec .ofc-box .pro-detail img {
    height: 250px;
    width: 350px;
}


/* #policy
================================================== */
.policy .our-policy-detail.one {
    margin-top: -780px;
}

.policy .our-policy-detail {
    padding-bottom: 80px;
}

.policy .our-policy-detail .policy-detail h4 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
    color: #23252b;
    padding-bottom: 15px;
}

.policy .our-policy-detail .policy-detail p {
    font-size: 18px;
    line-height: 1.67;
    color: #414347;
    padding-bottom: 20px;
}



/* #product
================================================== */


.pricing .pricing-sec {
    margin-top: -800px;
}

.pricing .pricing-sec .detail-box .time {
    background-color: #0a0c10;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    width: fit-content;
    padding: 10px 20px;
}

.pricing .pricing-sec .detail-box .box {
    border: solid 1px #23252b;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    height: 110px;
}

.pricing .pricing-sec .detail-box .box.bottom {
    height: 135px;
}

.pricing .pricing-sec .detail-box .box p {
    font-size: 15px;
    line-height: 2;
    color: #414347;
}

.pricing .pricing-sec .detail-box .box h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #23252b;
}

.pricing .imageTextHero__wrapper:before {
    z-index: -1;
}

.pricing .tab-container {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: #dedede solid 1px;
}

.pricing .tab-container .tab {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    padding: 20px 20px 15px;
}

.pricing .tab-container .tab.active {
    font-weight: 600;
    color: #ed433c;
}

.pricing .tab-container .tab.active span {
    position: absolute;
    width: 30%;
    height: 2px;
    background-color: #ed433c;
    bottom: 0px;
    left: 50%;
    margin-left: -15%;
}

.pricing .tab-data {
    display: none;
}

.pricing .tab-data.active {
    display: block;
}

.pricing .product-plan {
    margin-bottom: 60px;
}

.pricing .product-plan .box {
    border: 1px solid #dedede;
    padding: 25px;
    background-color: #fff;
    margin-bottom: 20px;
}

.pricing .product-plan .crm.box {
    position: relative;
    padding: 30px 20px 15px;
}

.pricing .product-plan .crm.box .line {
    position: absolute;
    border: 2px solid #ee362d;
    left: 0px;
    height: 20px;
    top: 29px;
}

.pricing .product-plan .crm.box.back {
    background-color: #fffde6;
}

.pricing .product-plan .crm.box .header {
    text-align: left;
}

.pricing .product-plan .crm.box .header p {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.23;
    color: #232323;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.pricing .product-plan .crm.box .header .row p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    color: #232323;
    padding: 4px 15px;
    margin-bottom: 0px;
}

.pricing .product-plan .crm.box .header h6 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.27;
    color: #ed433c;
    margin-bottom: 8px;
}

.pricing .product-plan .crm.box .header h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #232323;
}

.pricing .product-plan .crm.box .header h5 {
    font-size: 11px;
    line-height: 1.27;
    color: #9c9c9c;
}

.pricing .product-plan .crm.box .header h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    color: #9c9c9c;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.pricing .product-plan .crm.box .dotted {
    border-bottom: 1px dashed #9c9c9c;
    margin-bottom: 30px;
}

.pricing .product-plan .crm.box ul {
    margin-bottom: 0px;
}

.pricing .product-plan .crm.box ul h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.22;
    color: #232323;
    padding-bottom: 15px;
}

.pricing .product-plan .crm.box ul h4.center {
    text-align: center;
}

.pricing .product-plan .crm.box ul li {
    background: url("../images/pricing/right.png")0px 6px no-repeat;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #707070;
    line-height: 1.45;
}

.pricing .product-plan .crm.box ul li.red {
    color: #ee362d;
}

.pricing .product-plan .box ul li.wrong {
    background: url("../images/pricing/wrong.png")3px 6px no-repeat;
}

.pricing .product-plan .crm.box .button {
    min-height: 41px;
    width: 100%;
    padding: 0;
    border: 1px solid #ed433c;
    border-radius: 8px;
    margin: 0px 0 30px;
    background-color: #ed433c;
}

.pricing .product-plan .crm.box .button a {
    width: 100%;
}

.pricing .product-plan .crm.box .button p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 10px 0 10px;
    margin-bottom: 0px;
}

.pricing .product-plan .crm.box .most {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-left: 0px solid #1b7c02;
    border-top: 11px solid #1b7c02;
    border-right: 10px solid transparent;
    border-bottom: 11px solid #1b7c02;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 0;
    padding: 0 42px 0 10px;
}


.pricing .product-plan .box {
    border: 1px solid #dedede;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.pricing .product-plan .box .header {
    text-align: center;
}

.pricing .product-plan .box .header p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    color: #232323;
    margin-bottom: 20px;
}

.pricing .product-plan .box .header h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    color: #ee362d;
    margin-bottom: 5px;
}

.pricing .product-plan .box .header h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #232323;
    margin-bottom: 5px;
}

.pricing .product-plan .box .header h5 {
    font-size: 13px;
    line-height: 1.23;
    color: #9c9c9c;
    margin-bottom: 30px;
}

.pricing .product-plan .box .header h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.27;
    color: #9c9c9c;
    text-decoration: line-through;
    margin-bottom: 5px;
}

.pricing .product-plan .box .dotted {
    border-bottom: 1px dashed #9c9c9c;
    margin-bottom: 30px;
}

.pricing .product-plan .box ul {
    margin-bottom: 40px;
}

.pricing .product-plan .box ul h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.22;
    color: #232323;
    padding-bottom: 15px;
}

.pricing .product-plan .box ul li {
    background: url("../images/pricing/right.png")0px 6px no-repeat;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #707070;
    line-height: 1.45;
}

.pricing .product-plan .box ul li.wrong {
    background: url("../images/pricing/wrong.png")3px 6px no-repeat;
}

.pricing .product-plan .box .button {
    border: 1px solid #ee362d;
    border-radius: 8px;
    margin: 30px 0;
    background-color: transparent;
    width: 100%;
    text-align: center;
}

.pricing .product-plan .box .button a {
    width: 100%;
}

.pricing .product-plan .box .button p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.57;
    color: #ee362d;
    cursor: pointer;
    text-align: center;
    padding: 10px 0 10px;
}

.pricing .product-plan .box .button:hover {
    background: #ee362d;
}

.pricing .product-plan .box .button p:hover {
    color: #fff;
}

.testimonial-sec .txt {
    text-align: left;
}

.testimonial-sec .txt p {
    font-size: 15px;
    line-height: 1.73;
    color: #171a21;
    padding-bottom: 20px;
    max-width: 300px;
}

.testimonial-sec .txt h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.73;
    color: #171a21;
}

.testimonial-sec .pic-box {
    position: absolute;
    right: 80px;
    bottom: 40px;
}

@keyframes arrowPrev-9c5b16f2 {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(-50%)
    }

    50% {
        opacity: 0;
        transform: translateX(50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes arrowNext-9c5b16f2 {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(50%)
    }

    50% {
        opacity: 0;
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.about .aboutCulture[data-v-9c5b16f2] {
    position: relative;
    min-height: 100vh;
}

.about .aboutCulture .container {
    position: relative;
}

.about .aboutCulture__inner[data-v-9c5b16f2] {
    align-items: center;
    display: flex;
    height: 50vh;
    pointer-events: none;
    position: sticky;
    top: 0;
    z-index: 1;
}

.about .aboutCulture__content--dim[data-v-9c5b16f2] {
    opacity: .24;
}

.about .aboutCulture__content[data-v-9c5b16f2] {
    margin: 8vw auto;
    max-width: 90rem;
    pointer-events: all;
    transition: opacity .2s;
}

.about .aboutCulture__images[data-v-9c5b16f2] {
    display: flex;
    margin-bottom: 25vh;
    margin-top: -5vh;
    min-height: 135vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.about .aboutCulture__image[data-v-9c5b16f2] {
    min-width: 150px;
    position: absolute;
}

.about .aboutCulture__image[data-v-9c5b16f2]:first-child {
    left: 26%;
    max-width: 23vw;
    top: 0vh;
}

.about .aboutCulture__image[data-v-9c5b16f2]:nth-child(2) {
    left: -4vw;
    max-width: 21vw;
    top: 0vh;
}

.about .aboutCulture__image[data-v-9c5b16f2]:nth-child(3) {
    left: 59vw;
    max-width: 33vw;
    top: 0vh;
}

.about .aboutCulture__image[data-v-9c5b16f2]:nth-child(4) {
    left: 0vw;
    max-width: 32vw;
    top: 105vh;
}

.about .aboutCulture__image[data-v-9c5b16f2]:nth-child(5) {
    left: 40vw;
    max-width: 34vw;
    top: 120vh;
}

.about .aboutCulture__image[data-v-9c5b16f2]:nth-child(6) {
    max-width: 25vw;
    top: 115vh;
    right: -6vw;
}

.about .aboutCulture__image[data-v-9c5b16f2]:nth-child(7) {
    left: 65vw;
    max-width: 23vw;
    top: 120vh;
}

.about .aboutCulture__image[data-v-9c5b16f2]:nth-child(8) {
    max-width: 15vw;
    right: 3vw;
    top: 45vh;
}

.about .aboutCulture__image:hover .aboutCulture__img--hover[data-v-9c5b16f2] {
    opacity: 1
}

.about .aboutCulture__img[data-v-9c5b16f2] {
    max-width: 100%;
    transition: opacity .2s;
}

.about .aboutCulture__img--hover[data-v-9c5b16f2] {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.about .aboutCulture h2 {
    font-size: 40px;
    line-height: 1.5;
    color: #23252b;
    font-weight: 300;
    padding-bottom: 10px;
}

.about .aboutCulture .basicText {
    text-align: center;
}

.about .aboutCulture h2 span.basicText__inner {
    font-weight: 700;
}

.about .aboutCulture p {
    font-size: 18px;
    line-height: 1.67;
    color: #414347;
    max-width: 500px;
}

@media (min-width:769px) {
    .about .aboutCulture__inner[data-v-9c5b16f2] {
        height: 80vh;
    }

    .about .aboutCulture__images[data-v-9c5b16f2] {
        margin-bottom: 0vh;
        margin-top: 0;
    }
}

@media (min-width:601px) {
    .about .aboutCulture__content[data-v-9c5b16f2] {
        margin-top: auto;
    }

    .about .aboutCulture__image[data-v-9c5b16f2]:nth-child(8) {
        right: 0;
        top: 25vh;
    }
}

@media (min-width:1281px) {
    .about .aboutCulture__images[data-v-9c5b16f2] {
        margin-bottom: 25vh;
    }
}

@media (max-width:768px) {
    .about .aboutCulture__image[data-v-9c5b16f2]:first-child {
        display: none;
    }

    .about .aboutCulture__image[data-v-9c5b16f2]:nth-child(2) {
        display: block;
    }

    .about .aboutCulture__image[data-v-9c5b16f2]:nth-child(3) {
        left: 32vw;
        max-width: 33vw;
        top: 73vh;
    }

    .about .aboutCulture__image[data-v-9c5b16f2]:nth-child(4) {
        display: none;
    }

    .about .aboutCulture__image[data-v-9c5b16f2]:nth-child(5) {
        display: none;
    }

    .about .aboutCulture__image[data-v-9c5b16f2]:nth-child(7) {
        left: auto;
        right: 0;
    }
}

.homeHeader__buttonMask {
    display: block;
    font-size: 0;
    margin-top: 0vw;
    overflow: hidden;
}

@media (max-width: 1280px) {
    .homeHeader__buttonMask {
        margin-top: 0vw;
    }
}

@media (max-width: 600px) {
    .homeHeader__buttonMask {
        margin-top: 0vw
    }
}

.homeHeader__button {
    display: block;
    transform: translateY(101%);
    transition: transform .2s cubic-bezier(.33, 1, .68, 1) 1.2s
}

@media (max-width: 600px) {
    .homeHeader__button--toggleMobile {
        display: none
    }
}



.homeHeader--showBg .homeHeader__button {
    transform: translateY(0);
}

.homeHeader__accordion {
    display: block;
    height: 100%;
    left: 0;
    position: relative;
    transition: width 1.6s, flex-shrink .2s .6s, left .8s;
    width: 27vw
}

@media (max-width: 1280px) {
    .homeHeader__accordion {
        flex-shrink: 1;
        width: 36%
    }
}

@media (max-width: 1024px) {
    .homeHeader__accordion {
        display: none
    }
}

.homeHeader__accordion--opened {
    flex-shrink: 0;
    left: -34%;
    transition: all .4s cubic-bezier(.65, 0, .35, 1);
    width: 70%
}

@media (min-width: 1281px) {
    .homeHeader__accordion--opened {
        left: -43%
    }

    .product .product-box .video-box .frame {
        display: none;
    }

    .product .product-box .video-box video {
        position: relative;
    }

    .product .product-box .video-box {
        display: block;
    }
}

.homeHeader__accordion:before {
    content: "";
    display: block;
    height: 0;
    padding-top: 66.66%;
    visibility: hidden;
    width: 100%
}

@media (min-width: 769px) {
    .homeHeader__accordion:before {
        display: none
    }
}

@keyframes arrowPrev-dea750ec {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(-50%)
    }

    50% {
        opacity: 0;
        transform: translateX(50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes arrowNext-dea750ec {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(50%)
    }

    50% {
        opacity: 0;
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}


.user_option {
    display: none;
}

.about .imageTextHero--showBg .img-box img {
    width: 100%;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-name: upAndDown-dea750ec;
    animation-timing-function: ease-in-out;
    color: #171a21;
}

.about-sec .pic img {
    animation: 1.4s infinite ease-in-out slidein;
    width: 95%;
}

@keyframes slidein {

    0%,
    to {
        transform: translate(0)
    }

    50% {
        transform: translateX(30px)
    }
}

.testimonial-sec .pic-box img {
    animation: 1.4s infinite ease-in-out slidein;
}

.service .hero-sec .img-box img {
    animation: none;
}

.blog .hero-sec .img-box img {
    animation: 1.4s infinite ease-in-out slidein;
}

/* #button-css
================================================== */
.button {
    align-items: center;
    background-color: #ed433c;
    border: none;
    color: #fff;
    display: inline-flex;
    overflow: hidden;
    padding: 4vw;
    position: relative;
    transition: color .3s cubic-bezier(.65, 0, .35, 1);
    z-index: 0
}

.button:before {
    background-color: #171a21;
    border-radius: 50%;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    padding-top: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: var(--x) var(--y);
    transition: transform .3s cubic-bezier(.65, 0, .35, 1);
    width: 0;
    z-index: 0;
}

.button:hover {
    background-color: #171a21;
    color: #fff;
}

.button:hover:before {
    background-color: #171a21;
    transform: translate(-50%, -50%) scale(1);
}

.button__box {
    display: block;
    position: relative;
    z-index: 1;
}

.button__box--icon {
    padding-right: 24px;
}

.button__box--icon:after,
.button__box--icon:before {
    display: block;
    font-size: 12px;
    font-weight: 400;
    height: 12px;
    line-height: 12px;
    margin-top: -6px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: transform .2s, opacity .2s;
    width: 12px;
}

.button__box--icon:before {
    color: #32c0ca;
    content: url(/images/arrow-hover-down.png);
    left: -5px;
    opacity: 0;
    transform: translate(-12px, -12px);
    margin-top: -9px;
}

.button__box--icon:after {
    content: url(/images/arrow-down.png);
    opacity: .6;
    right: 0;
    transform: translate(0);
    margin-top: -9px;
}

.button__text {
    display: block;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    position: relative;
    transform: translateX(0);
    transition: transform .2s;
}

.button:hover .button__box--icon:before {
    opacity: 1;
    transform: translate(0);
}

.button:hover .button__box--icon:after {
    opacity: 0;
    transform: translate(12px, 12px);
}

.button:hover .button__box--icon .button__text {
    transform: translateX(24px);
}

@media (min-width: 769px) {
    .button__text {
        font-size: 18px;
    }

    .button {
        min-height: 60px;
    }
}

@media (min-width: 601px) {
    .button {
        min-height: 50px;
        padding: 4px 2vw
    }
}

@keyframes arrowPrev-1e8c1290 {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(-50%)
    }

    50% {
        opacity: 0;
        transform: translateX(50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes arrowNext-1e8c1290 {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(50%)
    }

    50% {
        opacity: 0;
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

/* #testimonial-sec
================================================== */
.testimonial-sec {
    margin-top: -556px;
    margin-bottom: 80px;
}

/*.testimonial-sec .title{padding-bottom: 80px;}*/
/*.testimonial-sec .title h4{font-size: 40px;line-height: 1.52;color: #171a21;}*/
/*.testimonial-sec .title h4 span{font-weight: 700;}*/
.testimonial-sec .txt-box P {
    font-size: 15px;
    line-height: 2;
    color: #171a21;
}

.testimonial-sec .carousel-caption {
    z-index: 1;
}

.testimonial-sec .txt {
    text-align: left;
}

.testimonial-sec .txt p {
    font-size: 15px;
    line-height: 1.73;
    color: #171a21;
    padding-bottom: 20px;
    max-width: 300px;
}

.testimonial-sec .txt h6 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.73;
    color: #171a21;
}

.testimonial-sec .pic-box {
    position: absolute;
    right: 80px;
    bottom: 40px;
}

@keyframes arrowPrev-9c5b16f2 {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(-50%)
    }

    50% {
        opacity: 0;
        transform: translateX(50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes arrowNext-9c5b16f2 {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(50%)
    }

    50% {
        opacity: 0;
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.vertical .carousel-item {
    min-height: 456px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vertical .carousel-item-next.carousel-item-left,
.vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vertical .carousel-item-next,
.vertical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vertical .carousel-item-prev,
.vertical .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: auto;
    left: auto;
    display: block;
    margin-right: 0;
    margin-left: 0;
    z-index: 0;
}

.carousel-indicators>li {
    display: block;
    border-radius: 0px;
    width: 12px;
    height: 12px;
    border: solid 1px #171a21;
    margin-bottom: 10px;
}

.carousel-indicators>li:hover {
    opacity: 1;
    background: #23252b;
}

.carousel-indicators li.active {
    background: #23252b;
}

.carousel.vertical .carousel-control-prev,
.carousel.vertical .carousel-control-next {
    left: auto;
    right: 13.5px;
    width: 50px;
}

.carousel.vertical .carousel-control-prev.up {
    top: 0;
    bottom: 50%;
}

.carousel.vertical .carousel-control-next.down {
    top: 50%;
    bottom: 0;
}

.carousel.vertical .carousel-control-prev.up i,
.carousel.vertical .carousel-control-next.down i {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 2em;
}

.carousel.vertical .carousel-control-prev.up i {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}

.carousel.vertical .carousel-control-next.down i {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px;
}

.carousel-caption {
    max-width: 100%;
    width: 100%;
    left: 0;
}


/* #footer
================================================== */

.footerButtons,
.footer-items {
    display: block;
}

.footer-item {
    display: block;
}

.footer-item:not(:last-of-type) {
    border-bottom: 1px solid #23252b;
}

.footer-link {
    align-items: center;
    background-color: #171a21;
    color: #fff;
    display: flex;
    height: 100%;
    overflow: hidden;
    padding: 6vw 10vw 6vw 6vw;
    position: relative;
}

.footer-link:hover {
    background-color: #23252b;
    color: #fff;
}

.footer-link:before {
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: url(/images/grey-down-1.png);
    display: block;
    font-size: 3.3vw;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -1.5vw;
    position: absolute;
    right: 6vw;
    text-align: center;
    text-transform: none;
    top: 50%;
    transform: translate(0);
    transition: opacity .3s, transform .3s;
}

.footer-link:hover:before {
    content: url("/images/white-down.png");
    opacity: 1;
    transform: translate(120%, 120%);
}

.footer-box {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
    line-height: 1.33333;
    transition: transform .3s cubic-bezier(.33, 1, .68, 1);
}

.footer-link:hover .footer-box {
    transform: translateY(-2.66667em);
}

.footer-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.33333;
    white-space: pre-line;
}

.footer-subtitle,
.footer-text {
    font-weight: 500;
    white-space: pre-line;
}

.footer-subtitle {
    font-size: 18px;
    line-height: 1.33333;
    margin-bottom: .4em;
    margin-right: -1vw;
    opacity: 1;
    transition: opacity .3s;
}

.footer-link:hover .footer-subtitle {
    opacity: 0;
}

.footer-text {
    height: 2.66667em;
    margin-bottom: -3.06667em;
    margin-right: -4vw;
    margin-top: .4em;
    opacity: 0;
    transition: opacity .3s;
    font-size: 18px;
    line-height: 1.5;
}

.footer-link:hover .footer-text {
    opacity: 1;
}

@media (min-width: 601px) {
    .footer-items {
        display: flex;
        justify-content: stretch;
    }

    .footer-item {
        border-bottom: initial;
        flex-grow: 1;
        flex-shrink: 0;
        width: 33.33%;
    }
}

@keyframes arrowPrev {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(-50%)
    }

    50% {
        opacity: 0;
        transform: translateX(50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes arrowNext {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(50%)
    }

    50% {
        opacity: 0;
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}



@media (min-width: 769px) {
    .user_option {
        display: flex;
        margin-right: 6vw;
        opacity: 1;
        visibility: visible;
        align-items: center;
    }

    .about .imageTextHero--showBg .img-box img {
        width: auto;
    }

    .home .about-sec .pic img {
        width: auto;
    }

    .hero-sec .img-box img {
        width: auto;
    }

    .imageTextHero__wrapper {
        height: 860px;
    }

    .about-sec .pic img {
        width: auto;
    }
}

@media (min-width: 1300px) and (max-width:1600px) {
    .imageTextHero__wrapper {
        height: 940px;
    }
}

@media (min-width: 1600px) and (max-width:1800px) {
    .imageTextHero__wrapper {
        height: 1050px;
    }
}

@media (min-width: 1800px) and (max-width:2500px) {
    .imageTextHero__wrapper {
        height: 1180px;
    }
}

.about .technology-sec .title {
    padding-bottom: 100px;
}

.about .technology-sec .title h4 {
    padding-bottom: 15px;
}

.about .technology-sec .box {
    text-align: center;
    position: relative;
    height: 356px;
}

.about .technology-sec .box p {
    font-size: 14px;
    font-weight: 600;
    color: #414347;
    line-height: 1;
}

.about .technology-sec .box .img-box.up {
    position: absolute;
    top: -9px;
}

.about .technology-sec .box .img-box img {
    padding-bottom: 6px;
}

.about .technology-sec .box .img-box.down {
    position: absolute;
    bottom: 12px;
}

@media (max-width: 769px) {
    .header_section .social-btn {
        display: none;
    }

    .header_section .menu_width {
        width: 100%;
    }

    .vertical .carousel-item {
        min-height: 890px;
    }

    .testimonial-sec .pic-box {
        bottom: -50px;
    }

    .carousel-indicators {
        bottom: 85px;
    }

    .menu_width {
        width: 100%;
    }

    .career .looking-sec .job-carousel .job-box {
        padding: 40px 25px;
    }

    .career .looking-sec .job-carousel .job-box h4 {
        font-size: 19px;
        line-height: 1.5;
    }

    .career .looking-sec .job-carousel .job-box .ofc-box {
        display: none;
    }

    .career .process-tech .prev-slide {
        top: 316px;
    }

    .career .process-tech .next-slide {
        top: 316px;
    }

    .about .about-sec .bottom-img {
        margin-top: 0;
    }

    .about .technology-sec .box .img-box.up {
        position: relative;
    }

    .about .technology-sec .box .img-box.down {
        position: relative;
    }

    .about .technology-sec .box {
        height: auto;
    }

    .aboutCulture[data-v-9c5b16f2] {
        display: none;
    }

    .service .hero-sec .img-box {
        display: none;
    }

    .testimonial-sec .carousel-item .img-box img {
        width: 100%;
    }

    .vertical .carousel-item {
        min-height: 995px;
    }

    .blog-detail .blog-txt {
        margin-top: -300px;
    }

    .policy .our-policy-detail.one {
        margin-top: -300px;
    }

    .home .product-sec .ofc-box {
        display: none;
    }

    .home video {
        width: 100%;
    }

    .testimonial-sec .vertical .carousel-item {
        height: 95.car0px;
    }

    .tell-sec .back-box .img-box .face-img {
        height: 350px;
    }

    .timer-clock .timer {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -30px;
        font-size: 60px;
        margin-left: -110px;
        font-weight: 600;
        color: #fff;
    }

    .product .product-box {
        padding: 100px 0;
    }

    .product .product-box .video-box video {
        width: 70%;
        top: 17px;
        left: 59px;
        position: absolute;
        border-radius: 24px;
    }

    .product .product-box .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: auto;
    }

    .product .product-box .video-box .video-img img {
        left: 44px;
    }

    .product .product-box .owl-carousel .owl-item .video-box img {
        width: fit-content;
    }

    .pricing .pricing-sec .img-box img {
        width: 100%;
    }

    .contact .contact-form {
        margin-top: -41px;
    }

    .contact .map-sec .ofc-box button.pin-btn {
        height: 30px;
        width: 30px;
    }

    .contact .map-sec .pin-btn:before {
        font-size: 16px;
    }

    .contact .map-sec .ofc-box .pro-detail img {
        height: 100px;
        width: 200px;
    }

    .contact .map-sec .ofc-box .pro-detail {
        height: 100px;
        left: -83px;
        display: none;
        position: absolute;
        top: -104px;
        transition: opacity .3s;
        width: 200px;
    }

    .career .msg-sec .form-sec span {
        font-size: 20px;
    }

    .career .msg-sec .form-sec .form-text {
        font-size: 12px;
    }

    .title h4 {
        font-size: 30px;
    }

    .hero-sec .txt-box h4 {
        font-size: 32px;
    }

    .tell-sec .txt-box h4 {
        font-size: 30px;
    }

    .title p {
        font-size: 14px;
    }

    .home .product-sec .product-detail .txt-box h2 {
        font-size: 30px;
    }

    .footer-subtitle {
        font-size: 12px;
    }

    .footer-title {
        font-size: 28px;
    }

    .footer-text {
        font-size: 14px;
    }

    .product .product-box h2 {
        font-size: 32px;
    }

    .pricing .tab-container .tab {
        font-size: 10px;
        padding: 20px 10px 15px;
    }

    .pricing .pricing-sec {
        margin-top: 0;
        padding-top: 40px;
    }

    .header_section .overlay .links a {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .header_section .overlay .add-content h4 {
        font-size: 24px;
    }

    .header_section .overlay .add-content p {
        font-size: 12px;
    }

    .header_section .overlay .policy-link p {
        padding: 25px 0 25px 25px;
    }

    .button {
        padding: 2vw;
    }

    .button__text {
        font-size: 14px;
    }

    .products .main-hero .title-box h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .products .title-txt h2 {
        font-size: 34px;
        line-height: 48px;
    }

    .products .testimonials-sec .r-box {
        height: auto;
    }

    .products .testimonials-sec .d-review {
        height: auto;
    }

    .products.product-society .features-sec .features-box .txt-box {
        text-align: left !important;
    }

    .header_section .overlay .dropdown-menu {
        right: 100px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .menu_width {
        width: 80%;
    }

    .vertical .carousel-item {
        min-height: 320px;
    }

    .footer-title {
        font-size: 24px;
    }

}

@media (min-width: 769px) and (max-width: 1030px) {
    .header_section .user_option a {
        font-size: 14px;
    }
}

@media (min-width: 769px) {
    .blog .imageTextHero__wrapper {
        height: 1000px;
    }
}

@media (min-width: 768px) {
    .about .technology-sec .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 13.966667%;
        padding-right: 0;
        padding-left: 0;
    }
}

.contact .hero-sec .auto-container .pic .ofc-box {
    position: absolute;
    right: 0;
    right: 124px;
    bottom: 256px;
}

.contact .hero-sec .ofc-box button.pin-btn {
    height: 45px;
    width: 45px;
    background-color: #ed433c;
    position: relative;
    z-index: 1;
}

.contact .hero-sec .pin-btn:before {
    color: #fff;
    content: "+" !important;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    left: 50%;
    line-height: 1;
    position: absolute;
    text-transform: none;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact .hero-sec button.pin-btn:hover {
    background-color: #ed433c;
}

.contact .hero-sec button.pin-btn:hover:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.contact .hero-sec .ofc-box button {
    border: none;
}

.contact .hero-sec .ofc-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
}

.contact .hero-sec .ofc-box .pro-detail {
    height: 196px;
    left: -382px;
    display: none;
    position: absolute;
    top: -243px;
    transition: opacity .3s;
    width: 355px;
}

.contact .hero-sec .ofc-box .icon-box:hover .pro-detail {
    display: block;
}

.work-sec {
    position: relative;
}

.work-sec:before {
    background-color: #f5f7f9;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    z-index: -1;
}



@keyframes puffLogosBg {
    0% {
        transform: scaleX(0);
        transform-origin: 100% 50%;
    }

    49% {
        transform: scale(1);
        transform-origin: 100% 50%;
    }

    50% {
        transform: scale(1);
        transform-origin: 0 50%;
    }

    100% {
        transform: scaleX(.24);
        transform-origin: 0 50%;
    }
}

@media (min-width: 769px) {
    .work-showbg:before {
        animation: puffLogosBg .8s cubic-bezier(.65, 0, .35, 1);
        transform: scaleX(.20);
        transform-origin: 0 50%;
    }
}

@media (min-width: 1281px) {
    .work-showbg:before {
        animation: puffLogosBg .8s cubic-bezier(.65, 0, .35, 1);
        transform: scaleX(.20);
        transform-origin: 0 50%;
    }
}


.puffLogos__items {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}

.puffLogos__item {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.6rem 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 0;
    height: 350px;
}

.puffLogos__item.one:before {
    background-color: #A6AA2E;
}

.puffLogos__item.two:before {
    background-color: #2A6D80;
}

.puffLogos__item.three:before {
    background-color: #1197BC;
}

.puffLogos__item.four:before {
    background-color: #038FA9;
}

.puffLogos__item.five:before {
    background-color: #00092E;
}

.puffLogos__item.six:before {
    background-color: #AC8461;
}

.puffLogos__item.seven:before {
    background-color: currentColor;
}

.puffLogos__item:before {
    background-color: currentColor;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: transform .2s, opacity .2s;
    width: 100%;
    z-index: 0
}

.puffLogos__item:hover {
    z-index: 1;
}

.puffLogos__item:hover:before {
    opacity: 1;
    transform: scaleY(1.2)
}

.puffLogos__content {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem;
    transform: translateY(50%);
    transition: transform .2s;
    visibility: hidden;
    z-index: 1
}

.puffLogos__item:hover .puffLogos__content {
    transform: translateY(0)
}

.puffLogos__logo {
    display: block;
    position: relative;
    transform: translateY(-50%);
    transition: transform .2s;
    visibility: visible;
    width: 80%;
}

.puffLogos__item:hover .puffLogos__logo {
    transform: translateY(0);
}

.puffLogos__image {
    left: 0;
    top: 0;
    transition: opacity .2s;
}

.puffLogos__image--default {
    opacity: 1;
    position: relative;
}

.puffLogos__item:hover .puffLogos__image--default {
    opacity: 0;
}

.puffLogos__image--hover {
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.puffLogos__item:hover .puffLogos__image--hover {
    opacity: 1;
}

.puffLogos__text {
    display: none;
    font-size: 13px;
    line-height: 1.73;
    color: #fff;
    opacity: 0;
    padding-top: 1.5rem;
    transition: opacity .2s, visibility .2s;
    visibility: hidden;
}

.puffLogos__item:hover .puffLogos__text {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1025px) {
    .puffLogos__item {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .puffLogos__text {
        display: block;
        font-size: 13px;
    }
}

@media (min-width: 1281px) {
    .puffLogos__text {
        font-size: 13px;
    }
}

@keyframes arrowPrev {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(-50%)
    }

    50% {
        opacity: 0;
        transform: translateX(50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes arrowNext {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    49% {
        opacity: 0;
        transform: translateX(50%)
    }

    50% {
        opacity: 0;
        transform: translateX(-50%)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.event .title h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.52;
    color: #23252b;
    z-index: 1;
    position: relative;
}

.event .title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.52;
    color: #23252b;
    z-index: 1;
    position: relative;
}

.event .box {
    margin-bottom: 20px;
}

.event .box .data {
    background-color: #fff;
    padding: 18px 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: solid 1px #e9e9e9;
    height: 100%;
}

.event .box .data h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #262626;
}

.event .box .data span {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    padding: 7px 0px 0px 15px;
    text-transform: uppercase;
    color: #262626;
}

.event .box .data span:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: rgb(238, 54, 45);
    position: absolute;
    border-radius: 5px;
    margin-top: 3px;
    margin-left: -12px;
}

.event .event-detail img {
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}

.event .event-detail {
    margin-top: -735px;
    margin-bottom: 80px;
}

.event .event-data {
    margin-top: -735px;
    margin-bottom: 80px;
}

@media (max-width: 769px) {
    .event .event-detail {
        margin-top: -300px;
    }

    .event .event-data {
        margin-top: -300px;
    }
}

.calendly-badge-widget {
    left: 15px;
}

.calendly-badge-widget {
    display: inline-table !important;
}

.ig-reel-sec .video-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* Important to clip the video if it's larger than the container */
}

.ig-reel-sec .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Keeps the video within the container */
}

.ig-reel-sec .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Keeps the image within the container */
    z-index: 8;
    /* Ensure image is on top */
    cursor: pointer;
    /* Indicate clickability */
    transition: opacity 0.3s ease;
    /* Smooth fade-out effect */
}

.ig-reel-sec .video-cover:hover {
    opacity: 0;
    /* Make the image slightly transparent on hover */
}