@charset "utf-8";

/* font-family: 'Inter', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
/* font-family: 'Playfair Display', serif; */




/* CSS Document */
body {
    padding: 0px;
    margin: 0px;
    background-color: var(--bg-white);
    font-size: 16px;
    color: #303030;
    line-height: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
main,
nav,
section,
audio,
video,
source {
    display: block;
    margin: 0;
    padding: 0;
}

a,
img {
    border: medium none;
}

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

div {
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    margin: 0px;
    color: #350B20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

a {
    color: #303030;
    outline: none;
}

ul,
li {
    list-style: none;
}

a:focus,
:focus {
    outline: none;
}

ul,
ol {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
    line-height: 1px;
    padding: 0px;
    height: 0px;
    font-size: 1px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.anim {
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.anim2 {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.row {
    width: 1290px;
    margin: auto;
    padding: 0px;
}

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

header {
    float: left;
    width: 100%;
    background: #fff;
    padding: 18px 0;
    z-index: 99999;
    position: relative;
}

.main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    column-gap: 0;
    float: left;
}

.logo {
    float: left;
    width: auto;
}

.logo img {}

.menu {
    width: 100%;
    float: right;
    text-align: right;
}
 

section.banner {
    float: left;
    width: 100%;
    position: relative;
}

section.banner img {
    float: left;
    width: 100%;
}

.ban-cnt {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
}

.ban-cnt h1 {
    font-family: Inter;
    font-size: 56px;
    font-weight: 300;
    line-height: 73px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    /* text-decoration: underline; */
}
.ban-cnt h1 span{ font-family: Inter;
    font-size: 56px;
    font-weight: 600;
    line-height: 73px;
    letter-spacing: 0em;
    text-align: left;}
.ban-cnt h2 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin: 20px 0 10px 0;
}

.ban-cnt p {
    font-family: Inter;
    font-size: 23px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    margin: 30px 0;
    color: #fff;
    /* text-decoration: underline; */
}
  

/* mobile menu css */
.mobile-menu {
    position: fixed;
    top: 51px;
    width: 100%;
    z-index: 9999;
    background: #240014;
    height: 100vh;
    overflow: auto;
    padding: 20px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.m-menu img {
    width: 20px;
}

.mobile-menu .mob-main {
    float: left;
    width: 100%;
    padding-top: 40px;
    text-align: center;
}

.mobile-menu .logo {
    float: left;
    padding: 20px;
    width: 100%;
}

.mobile-menu .logo img {
    float: left;
    background: none;
    background: #ffffff;
}

.mobile-menu.slow {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .nav {
    width: 100%;
    background: #fff;
    float: left;
    padding: 0 0 75px 0;
    height: 100%;
}

.m-menu {
    float: right;
    z-index: 999999;
    position: absolute;
    right: 10px;
    display: none;
    width: 30px;
    height: 15px;
    top: 30px;
    margin: 0px 0 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.m-menu a {
    display: block;
    float: left;
    min-height: 27px;
    min-width: 30px;
}

.m-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ad1b22;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.m-menu:hover span {
    background: #000;
}

.wht-logo-hdr .m-menu span {
    background: #ffffff;
}

.wht-logo-hdr .m-menu:hover span {
    background: #ffffff;
}

/* Icon 4 */
.m-menu span:nth-child(1) {
    width: 24px;
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.m-menu span:nth-child(2) {
    width: 24px;
    left: auto;
    top: 7px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.m-menu span:nth-child(3) {
    width: 24px;
    top: 15px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.m-menu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 4px;
    background: #000;
}

.m-menu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.m-menu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 17px;
    left: 4px;
    background: #000;
}

ul.nav-menu li {
    text-align: center;
    /* margin-bottom: 20px; */
}

.mo-ba {
    display: none;
}

.ann br {
    display: none;
}

ul.accordion_example1.smk_accordion.acc_with_icon li {
    flex: 0 1 100%;
}


.timeer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #FAC200;
    padding: 15px;
    z-index: 99999;
}

.time-lft {
    float: left;
    width: 50%;
}

.time-lft h3 {
    font-family: Inter;
    font-size: 46px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Inter;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
}

.time-lft h3 span {
    font-weight: 700;
    /* display: block; */
}

.time-rgt {
    float: left;
    width: 50%;
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    column-gap: 28px;
    justify-content: center;
}

.timer li {
    position: relative;
}

.timer li::after {
    position: absolute;
    /* content: ":"; */
    right: -23px;
    top: 0px;
    color: #C04289;
    font-size: 50px;
    line-height: 52px;
}

.timer li:last-child:after {
    content: "";
}

.timer li .time-value {
    /* display: block; */
    width: 50px;
    font-size: 50px;
    line-height: 30px;
    color: #000000;
    font-family: Inter;
    font-size: 42px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: 0em;
    text-align: left;
}

.timer li .timer-label {
    /* display: block; */
    margin-top: 12px;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-sec.scrolling_down {-webkit-transform: translateY(-260px);transform: translateY(-260px);}
.menu-sec.scrolling_up {-webkit-transform: translateY(0);transform: translateY(0); background: #240014;}
.menu-sec {
    float: left;
    width: 100%;
    position: fixed;
    transition: all .3s ease;background: #240014;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease; padding: 18px 0;
}

section.banner {}

img.b-m {}

.ban-cnt {}

.ban-cnt h1 {}

.ban-cnt p {}

.ban-cnt a {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #fff;
    /* text-decoration: underline; */
    background: #AD1B22;
    padding: 14px 20px;
    margin-top: 40px;
    display: inline-block;
}

section.abt-us {
    float: left;
    width: 100%;
    padding: 120px 0 0;
    text-align: center;
    background: url(../images/bg-1.png) no-repeat right top;
}

h3 {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
}

h3 span {
    background: url(../images/shape.svg) no-repeat;
    width: 22px;
    height: 13px;
    display: inline-block;
}

h2 {
    font-family: Inter;
    font-size: 46px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 30px;
}

h2 span {
    font-weight: 600;
    color: #AD1B22;
}

section.abt-us p.cnt {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 65px;
}

section.abt-us img {
    float: left;
    width: 100%;
}

.who-lft {
    float: left;
    width: 50%;
    text-align: center;
}

.w-cnt {
    background: rgba(173, 27, 34, 0.8);
    padding: 60px;
    width: 80%;
    position: relative;
    margin: 0 auto;
    top: -140px;
}

.w-cnt p {
    color: #fff;
    text-align: left;
}

.who-rgt {
    float: left;
    width: 50%;
    padding-top: 65px;
}

.who-rgt p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
}

section.wht {
    float: left;
    width: 100%;
    background: #F9F9F9;
    padding: 120px 0;
}

section.wht ul.w1 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    width: 100%;
    border-bottom: 1px solid #C8C8C8;
    row-gap: 25px;
    padding-bottom: 30px;
}

section.wht ul.w1 li {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
    flex: 0 1 23.5%;
    text-align: left;
    padding-left: 30px;
    background: url(../images/li.svg) no-repeat left top 5px;
}

ul.w2 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 20px;
    margin-top: 60px;
}

ul.w2 li {
    flex: 0 1 32%;
    background: #fff;
    padding: 40px;
}

ul.w2 li .w1-cnt {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom: 20px;
}

ul.w2 li .w1-cnt img {
    float: left;
}

ul.w2 li .w1-cnt h4 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: left;
}

ul.w2 li p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    text-align: left;
}

ul.w2 li ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

ul.w2 li ul li {
    padding: 0;
    flex: 0 1 100%;
    padding-left: 30px;
    background: url(../images/li.svg) no-repeat left top 5px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

section.insight {
    float: left;
    width: 100%;
    padding: 120px 0;
}

.insight-lft {
    float: left;
    width: 43%;
    text-align: left;
}

.insight-lft p {}

.insight-rgt {
    float: left;
    width: 56%;
    padding-left: 70px;
}

.insight-rgt ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.insight-rgt ul li {
    border-bottom: 1px solid #C8C8C8;
}

.insight-rgt ul li h4 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: left;
    color: #AD1B22;
}

.insight-rgt ul li h5 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    margin: 10px 0 20px 0;
}

.insight-rgt ul li p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 25px;
}

section.career {
    float: left;
    width: 100%;
    background: #FFF7F8 url(../images/bg-2.png) no-repeat bottom left;
    padding: 120px 0;
}

.care-lft {}

.care-lft p {}

.care-rgt {}

.insight-rgt.cn ul {
    column-gap: 3%;
    row-gap: 20px;
}

.insight-rgt.cn ul li {
    flex: 0 1 48.5%;
    border: none;
}

.insight-rgt.cn ul li label {
    float: left;
    width: 100%;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.insight-rgt.cn ul li input[type="text"], .insight-rgt.cn ul li input[type="email"] {
    border: 1px solid #C8C8C8;
    float: left;
    width: 100%;
    padding: 15px 10px;
    margin-top: 8px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

.insight-rgt.cn ul li input[type="submit"] {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-align: left;
    background: #000;
    color: #fff;
    padding: 14px 25px;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    border: none;
}

section.pro-journey {
    float: left;
    width: 100%;
    padding: 120px 0 0;
    background: url(../images/red-bg.png) no-repeat top left;
    background-size: contain;
    /* background-attachment: fixed; */
}

section.pro-journey ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0;
    background: #F9F9F9;
    padding: 60px 0;
}

section.pro-journey ul li {
    flex: 0 1 33.33%;
    padding: 0px 60px 0px 60px;
    border-right: 1px solid #0000004D;
}

section.pro-journey ul li h4 {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0px;
    text-align: left;
    color: #AD1B22;
    margin-bottom: 10px;
}

section.pro-journey ul li p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: left;
    color: #1B2125;
    margin-bottom: 25px;
}

section.pro-journey ul li a {
    color: #AD1B22;
    background: url(../images/arrow.svg) no-repeat right center;
    padding-right: 20px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-align: left;
}

section.career.contact {
    background: #fff url(../images/bg-2.png) no-repeat bottom left;
}

.insight-rgt.cn ul li.f-w {
    flex: 0 1 100%;
}

.insight-rgt.cn ul li textarea {
    border: 1px solid #C8C8C8;
    float: left;
    width: 100%;
    padding: 15px 10px;
    margin-top: 8px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}

footer {
    background: #F9F9F9;
    float: left;
    width: 100%;
    padding-top: 60px;
}

footer ul {
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 5%; */
    justify-content: center;
    row-gap: 20px;
}

footer ul li {
    flex: 0 1 100%;
    text-align: center;
}

footer ul li h4 {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
}

footer ul li ul {
    column-gap: 5%;
}

footer ul li ul li, footer ul li ul li:last-child {
    flex: 0 1 45%;
}

footer ul li ul li p {
    color: #fff;
    font-weight: 500;
}

footer ul li ul li p span {
    font-weight: 700;
}

.copy {
    background: #000000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
    margin-top: 60px;
}

.copy p {
    color: #fff;
    font-size: 14px;
}

.menu-nav{
    display: flex;
    justify-content: space-between;
}

.w-cnt p span{
    font-weight: 600;
}

.w1-cnt{}

.insight-lft h2{
    text-align: left;
}
.insight-lft h3{
    text-align: left;
}
.insight-lft p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 36px;
}
.insight-lft img{
    float: left;
    width: 100%;
}

.insight-rgt ul li:last-child{border-bottom: none;}

section.pro-journey h3 {
    color: #fff;
}

section.pro-journey h2 {
    color: #fff;
}

section.pro-journey h3 span {
    background: url(../images/shape-w.svg) no-repeat;
}

section.pro-journey h2 span {
    color: #fff;
}

section.pro-journey ul li:last-child{border: none;}
footer ul li:last-child{flex: 0 1 40%;}
.copy p a{
    color: #fff;
}

.fpad-3 ul {
    display: flex;
    column-gap: 20px;
    justify-content: left;
}

.fpad-3 ul li{flex: 0 1 auto;}

.insight-rgt.cn ul li input[type="submit"]:hover{background: #AD1B22;}
.ban-cnt a:hover{background: #000;}


select.wpcf7-form-control {
    width: 100%;
    border: 1px solid #C8C8C8;
    float: left;
    width: 100%;
    padding: 15px 30px 15px 10px;
    margin-top: 8px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;background: #fff;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
}
.copy p a{text-decoration: underline; font-weight: 600;}
footer ul li a:hover{color: #AD1B22;}