.poppins_regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins_regular_italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins_extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins_extrabold_italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.inter_400 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.inter_500 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.inter_600 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.inter_700 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.inter_800 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.montserrat_400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat_600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.montserrat_700 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.montserrat_800 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.work_sans_700 {
    font-family: "Work Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.font_bebas_neue {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  

.txt_brand {
    color: #00EDF6;
}

.txt_brand_link {
    color: #5AC5ED;
}

.txt_grey {
    color: #bbbbbb;
}

.color_brand {
    color: #558b79;
}

.color_tiffanyDark {
    color: #1097A0;
}

.color_yellowLight {
    color: #fbcd71;
}

.color_second {
    color: #B3893F;
}

.color_third {
    color: #F1C282;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding: 0%
}

.cursorPointer {
    cursor: pointer
}

@media(max-width: 500px) {
    .m_txt_center {
        text-align: center
    }
}

#HeroSection {
    position: relative;
    overflow: hidden;
    background-repeat: repeat repeat !important;
    background-position: center bottom !important;
    background: url("../images/bg-Hero.jpg") #000;
    background-size: contain;
    z-index: 1;
}

#HeroSection .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

#HeroSection .container {
    position: relative;
    z-index: 2;
}

#HeroSection .underline {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0%);
}

#HeroSection .lineThree {
    position: absolute;
    top: -37px;
    left: -85px;
}

#HeroSection .promo {
    position: absolute;
    bottom: -90px;
    right: -70px;
}

[data-title*=Section] {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    position: relative
}

#CustomProgram {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    position: relative
}

#Misconception {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center top;
    background-image: url(../images/bg-Misconcept.jpg);
}

#LookingFor {
    position: relative;
}


#Customer {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center top;
    background-image: url(../images/Background-Customer.jpg);
    z-index: 0;
    padding: 0px 0px 40px;
}

#ProgramReview {
    position: relative;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center top;
    background: url(../images/drywall-14.png) white;
    z-index: 1;
}

.branchBenefit {
    display: flex;
    justify-content: space-evenly;
    width: 78%;
    margin: 25px auto 0px;
}

.branchBenefit .list {
    display: flex;
    align-content: center;
    align-items: center;
}

.branchBenefit .list img {
    width: 32px;
    height: auto;
    margin-right: 10px;
}

.branchBenefit .list .text {
    font-size: 26px;
    line-height: 1.3em;
    letter-spacing: -1px;
    font-weight: 500;
}

#LocationContact {
    background: #161616;
}

[data-title*=Upage] {
    padding-top: 0px !important;
    padding-bottom: 35px !important;
}

@media(min-width: 768px) {
    [data-title*=Upage] {
        padding-top: 0 !important;
        padding-bottom: 45px !important
    }
}

@media(min-width: 992px) {
    [data-title*=Upage] {
        padding-top: 45px !important;
        padding-bottom: 80px !important;
        background-size: cover !important;
    }

    [data-title*=Section] {
        padding-top: 80px !important;
        padding-bottom: 80px !important
    }

    #PTPragramme {
        padding-top: 140px !important;
        padding-bottom: 175px !important;
    }

    #CustomProgram {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    #Misconception {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    #LookingFor {
    }

    #TrainerProfile {
        padding: 150px 0px 0px;
    }

    #TrainerSpecialist {
        padding: 460px 0px 120px;
    }

    #Customer {
        padding: 120px 0px;
    }

    #Award {
        padding-top: 120px !important;
        padding-bottom: 0px !important;
    }

    #ProgramReview {
        padding-top: 120px !important;
        padding-bottom: 120px !important;
        margin-top: -107px;
    }

    #LocationContact {
        padding: 80px 0px;
    }
}

@media(min-width: 767px) and (max-width:991px) {
    [data-title*=Section] {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    #PTPragramme {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    #CustomProgram {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }

    #Misconception {
        padding-top: 65px !important;
        padding-bottom: 65px !important;
    }
}

[data-title*=cf-vimeo-video] .elVideo {
    border-radius: 15px;
    /* box-shadow: 0px 4px 41px 0px #FFFFFF85; */
}

[data-title*=cf-vimeo-video] .fluid-width-video-wrapper {
    padding-top: 56.25%;
    border-radius: 15px;
}

.fluid-width-video-wrapper iframe {
    border-radius: 0px
}

@media(max-width: 500px) {
    [data-title*=Upage] {
        background-size: cover !important;
    }
    
    [data-title*=cf-vimeo-video] .elVideo {
        border-radius: 0px;
    }

    [data-title*=cf-vimeo-video] .fluid-width-video-wrapper {
        border: none;
        background-color: transparent;
        padding-top: 56.25%;
        border-radius: 0px;
    }

    .fluid-width-video-wrapper iframe {
        border-radius: 0px;
    }
}

.txt_uppercase {
    text-transform: uppercase
}

.txt_capitalize {
    text-transform: capitalize
}

.txt_white {
    color: #fff;
}

.txt_black {
    color: black;
}

@media(max-width: 500px) {
    .m_txt_uppercase {
        text-transform: uppercase
    }

    .m_txt_capitalize {
        text-transform: capitalize
    }

    .m-txt_white {
        color: #fff
    }
}

.elButton span {
    pointer-events: none
}

.elButton i {
    margin-right: 10px
}

@media(max-width: 500px) {
    .elButton {
        font-weight: 400
    }

    .elButtonMain {
        font-weight: 600;
        letter-spacing: 1px
    }

    .elButton i {
        margin-right: 5px
    }
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

.elBulletList {
    padding: 0;
    list-style-type: none
}

.elBulletListNew li {
    position: relative;
    padding-bottom: 6px;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 1.6em
}

.elBulletListNew li i {
    position: absolute;
    top: 0;
    left: 0
}

.elBulletList li:before {
    left: 10px !important;
    position: absolute
}

.elBulletListNew li img {
    position: absolute;
    top: 4px;
    left: 2px;
    width: 20px;
    height: 20px
}

@media(max-width: 500px) {
    .elBulletList {
        padding-left: 0;
        margin-bottom: 0
    }

    .elBulletListNew li {
        margin-bottom: 0;
        padding-left: 33px;
        padding-bottom: 10px;
        font-size: 16px !important;
        line-height: 24px
    }

    .elBulletListNew li i {
        margin-left: -20px
    }

    .elBulletList li:before {
        left: 10px !important
    }

    .elBulletListNew li img {
        top: 1px
    }
}

.iframeBlocker,
.iframeUnmute {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2
}

.video-sound-overlay {
    width: 100%;
    height: 100%;
    background-image: url(../images/big-play-button.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: 10%;
    background-position: center
}

@media(max-width: 500px) {
    .video-sound-overlay {
        background-size: 14%
    }
}

.video-sound-overlay img {
    margin-top: 5px;
    margin-left: 10px;
    animation: pulse 2s infinite;
    animation-timing-function: ease-out
}

.video-sound-overlay img {
    width: 18%;
    padding: 10px;
    position: absolute
}

.video-sound-overlay .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px
}

@media(min-width: 700px) {
    .fluid-width-video-wrapper {
        box-shadow: 0 0 20px 0 rgb(233 233 233/8%) !important;
        overflow: hidden
    }

    .ultv-video__play-icon {
        width: 65px;
    }

    .ultv-video__play-icon.subtract {
        width: 65px;
    }
}

.ultv-aspect-ratio-16_9 .ultv-video__outer-wrap {
    padding-bottom: 56.25%;
    border-radius: 0
}

.ultv-video__outer-wrap:before {
    opacity: .1;
}

.heroFilter {
    display: flex;
    justify-content: space-between;
    z-index: -1;
    background: url("../images/Tile.png");
    opacity: 0.50;
    mix-blend-mode: multiply;
}

.heroFilter .list {
    position: absolute;mix-blend-mode: multiply;}

.heroFilter .list:nth-child(1) {
    width: 18%;
    bottom: 185px;
    left: 10px;
}

.heroFilter .list:nth-child(2) {
    bottom: 265px;
    left: 260px;
}

.heroFilter .list:nth-child(3) {
    bottom: 265px;
    right: 260px;
}

.heroFilter .list:nth-child(4) {
    width: 18%;
    bottom: 185px;
    right: 10px;
}

.heroFilter .list img {
    display: block;
    width: 100%;
    opacity: 0.5;
    mix-blend-mode: color-dodge;
}

@media(min-width:501px){
    .EllipseShape {
        background: #11bcc88a;
        width: 170px;
        height: 170px;
        position: absolute;
        border-radius: 50%;
        mix-blend-mode: multiply;
        filter: blur(80px);
    }
    
    .EllipseShape.One {
        bottom: 232px;
        left: 110px;
    }
    
    .EllipseShape.Two {
        bottom: 250px;
        right: 119px;
    }
}

.whatsAppButton {
    border-radius: 50px;
    box-shadow: 0px 4px 21.5px 0px #000000;
    padding: 13px 40px 13px 35px;
    display: inline-flex;
    color: #121516 !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    justify-content: center;
    align-items: center;
    position: relative;
    background: linear-gradient(92.29deg, #05858E 7.71%, #12A9B4 21.77%, #16C5D1 38.91%, #22B6C0 58.51%, #1097A0 80.56%, #067A82 96.54%);
    background: linear-gradient(90deg, #DF9108 0%, #FFB433 47.51%, #DF9108 100%);
}

.whatsAppButton.blackShadow {
    box-shadow: 0px 4px 23px 0px #00000040;
}

.whatsAppButton.whiteShadow {
    box-shadow: 0px 4px 19px 0px rgb(239 239 239 / 33%);
}

.whatsAppButton i {
    font-size: 46px;
    line-height: 58px;
    margin-right: 15px;
    pointer-events: none;
}

.whatsAppButton .text {
    display: inline-flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.whatsAppButton .text .maintitle {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: center;
}

.whatsAppButton .text .subtitle {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: center;
}

#JapanOffer {
    overflow: hidden;
    position: relative;
    padding: 55px 0px 60px;
    background: radial-gradient(68.2% 68.2% at 50% 39.08%, #10D5E2 6.96%, #027881 100%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

#JapanOffer .cover {
    position: absolute;
    width: 100%;
    top: 13%;
}

#JapanOffer .cover img {
    opacity: 0.70;
    mix-blend-mode: multiply;
    /* width: 100%; */
    /* display: block; */
}

#JapanOffer .container {
    position: relative;
}

.JapanborderTop {
    background: linear-gradient(90deg, #494949 0%, #636363 14.43%, #EAEAEA 50.85%, #646464 85.99%, #535353 100%);
    height: 16px;
}

.offerDeal {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 55px auto 0px;
}

.offerDeal .list {
    width: 50%;
}

.offerDeal .list .image {
    border-radius: 0px 30px 0px;
    background: linear-gradient(90deg, #494949 0%, #636363 14.43%, #EAEAEA 50.85%, #646464 85.99%, #535353 100%);
    overflow: hidden;
    /* border: 5px solid transparent; */
}

.offerDeal .list .image img {
    display: block;
    width: 100%;
    border: 6px solid transparent;
    border-radius: 0px 30px 0px;
}

.offerDeal .list .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px 0px;
}

.offerDeal .list .detail .icon {
    margin-right: 15px;
}

.offerDeal .list .detail .text {
    font-family: Inter;
    font-size: 27px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
}

#CustomProgram {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center bottom;
    background-image: url(../images/bg-Lack-Knowledge.jpg);
    z-index: 1;
}

#CustomProgram .container {
    position: relative;
}

.GuaranteedQuality {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    column-gap: 25px;
    width: 90%;
    margin: 50px auto;
}

.GuaranteedQuality .list {
    border: 1px solid #FFFFFF30;
    background: #000000B8;
    border-radius: 8px;
}

.GuaranteedQuality .list .inner {
    padding: 20px 30px 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.GuaranteedQuality .list .inner .number {
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: center;
    color: #e7e7e7;
}

.GuaranteedQuality .list .inner .detail {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 0px;
}

.GuaranteedQuality .list .inner .detail .icon {
    margin-right: 20px;
}

.GuaranteedQuality .list .inner .detail .icon img {
    display: inline-block;
    height: 36px;
}

.GuaranteedQuality .list .inner .detail .text {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #e7e7e7;
}

.bgWorthOne {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(60%, -78%);
    z-index: -1;
    opacity: 0.8;
    background-blend-mode: color-dodge;
    background-blend-mode: color-dodge;
    mix-blend-mode: color-dodge;
    mix-blend-mode: color-dodge;
    background-blend-mode: color-dodge;
    mix-blend-mode: color-dodge;
}

.bgWorthTwo {
    position: absolute;
    top: 50%;
    right: -20%;
    transform: translate(100%, -74%);
    z-index: -1;
    opacity: 0.8;
    mix-blend-mode: color-dodge;
}

.ProfessInstaller {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(87%,-57%);
    z-index: 0;
}

/* TopNotchQuality */
#TopNotchQuality {
    padding: 90px 0px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center bottom;
    z-index: 1;
    background: url('../images/bg-Top-Notch.jpg');
}

#TopNotchQuality .floatLeft {
    position: absolute;
    top: 9%;
    left: 0px;
}

#TopNotchQuality .floatRight {
    position: absolute;
    bottom: 4%;
    right: 0px;
}

#TopNotchQuality .yellowLine {
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.notchWorkmanship {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}

.notchWorkmanship .list {
    grid-column: span 1;
    grid-row: span 1;
}

.notchWorkmanship .list:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
}

.notchWorkmanship .list:nth-child(8) {
    grid-column: span 2;
    grid-row: span 1;
}

.notchWorkmanship .list img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

#Introducing {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center bottom;
    background-image: url(../images/bg-Carbon.jpeg);
    z-index: 1;
    padding: 90px 0px 80px;
    /* margin-bottom: -190px; */
}

#Introducing .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: radial-gradient(62.66% 62.66% at 50% 50%, rgba(5, 29, 39, 0.9215) 26.14%, rgba(20, 20, 20, 0.97) 100%);
}

.HybridPoint {
    display: none;
}

.Porsche {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -77%);
    z-index: 25;
}

.tifiniBG {
    position: relative;
    z-index: 5;
    padding: 97px 0px 90px;
    background: linear-gradient(179.97deg, #10ADB8 46.26%, #03565C 91.52%);
    clip-path: ellipse(78% 74% at 50% 75%);
    overflow: hidden;
}

.Mercedes {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -60%);
    z-index: 25;
}

.packageList {
    display: flex;
    justify-content: center;
    margin: 50px 0px 0px;
}

.packageList .list {
    position: relative;
    width: 31%;
}

.packageList .list:not(:last-child) {
    margin-right: 3.5%;
}

.packageList .list img {
    display: block;
    width: 100%;
}

.packageList .list .triangle {
    position: absolute;
    top: -15px;
    right: -15px;
    color: white;
    border-top: 0px solid transparent;
    border-right: 145px solid #343434;
    border-bottom: 100px solid transparent;
}

.packageList .list .triangle .from {
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    position: absolute;
    top: 15px;
    right: -155px;
    display: inline-block;
    width: 102px;
    transform: rotate(36deg);
}

.packageList .list .redCircle {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 18%);
    width: 205px;
    height: 205px;
    border: 10px solid #FF1818;
    border-radius: 50%;
}

#PromoPackage {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center bottom;
    background-image: url(../images/bg-Carbon.jpeg);
    z-index: 1;
    padding: 90px 0px 380px;
    margin-bottom: -190px;
}

#PromoPackage .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: radial-gradient(62.66% 62.66% at 50% 50%, rgba(5, 29, 39, 0.9215) 26.14%, rgba(20, 20, 20, 0.97) 100%);
}

#PromoPackage .underline {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.HybridCoating {
    display: flex;
    align-content: center;
    justify-content: center;
    margin: 50px 0px 10px;
}

.HybridCoating .list {
    color: white;
}

.HybridCoating .list.left {
    border-radius: 30px 0px 30px 0px;
    background: linear-gradient(180deg, #1197A1 0%, #5FD7E0 50%, #11BCC8 100%);
    overflow: hidden;
    border: 3px solid transparent;
}

.HybridCoating .list.left .inner {
    padding: 18px 50px;
    border-radius: 30px 0px 30px 0px;
    box-sizing: border-box;
    background: linear-gradient(92.07deg, #28AEB8 1.16%, #048B95 99.28%);
}

.HybridCoating .list.right {
    border-radius: 0px 30px 0px;
    background: linear-gradient(180deg, #1197A1 0%, #5FD7E0 50%, #11BCC8 100%);
    overflow: hidden;
    border: 3px solid transparent;
}

.HybridCoating .list.right .inner {
    background: rgb(4 17 23);
    padding: 18px 50px;
    border-radius: 0px 30px 0px;
    box-sizing: border-box;
}

.HybridCoating .list .title {
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
}

.HybridCoating .list .desc {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    text-transform: uppercase;
}

.HybridCoating .plus {
    display: flex;
    width: 80px;
    justify-content: center;
    align-items: center;
}

.HybridCoating .plus img {
    width: 30px;
}

#ServedYears {
    padding: 90px 0px;
    position: relative;
    background-color: #fcfcfc;
    overflow: hidden;
}

.graphicLine {
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
}

.ServedOver {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
}

.ServedOver .list img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.CTA {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background: url(../images/bg-CTA.jpg);
    border-radius: 15px;
    box-sizing: border-box;
    margin: 75px auto 0px;
}

.CTA .cover {
    background: linear-gradient(83.96deg, rgba(9, 28, 36, 0.765) 13.51%, rgba(7, 26, 34, 0.81) 64.85%, rgba(24, 24, 24, 0.846) 94.42%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.CTA .inner {
    position: relative;
    display: flex;
    padding: 65px 60px;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.CTA .inner .left {
    width: 25%;
}

.CTA .inner .left img {
    display: block;
    width: 100%;
}

.CTA .inner .right {
    width: 73%;
}

.CTA .inner .right .title {
    font-family: Inter;
    font-size: 44px;
    font-style: italic;
    font-weight: 800;
    line-height: 53px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.CTA .inner .right img {
    margin: 20px auto 18px;
}

.CTA .inner .right .subtitle {
    font-family: Inter;
    font-size: 32px;
    font-weight: 400;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.ReviewTitle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ReviewTitle .number {
    font-family: Bebas Neue;
    font-size: 96px;
    font-weight: 400;
    line-height: 106px;
    text-align: center;
}

.ReviewTitle .middle {
    text-align: center;
    margin: 0px 20px;
}

.ReviewTitle .middle .stars img {
    display: block;
}

.ReviewTitle .middle .text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 48px;
    line-height: 56px;
}

.ReviewTitle .google img {
    display: block;
    width: 100%;
}

.swiper.swiper_Reviews {
    overflow: visible;
}

/* ReviewsFlexGroup */
.ReviewsFlexGroup {
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 30px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
}

.ReviewsFlexGroup .selfCard {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 25px;
    height: min-content;
    justify-content: flex-start;
    overflow: hidden;
    padding: 30px;
    position: relative;
    background-color: rgb(255, 255, 255);
    transition: background-color 0.5s ease;
    width: 100%;
    opacity: 1;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0.602187px 0.602187px -1.25px, rgba(0, 0, 0, 0.16) 0px 2.28853px 2.28853px -2.5px, rgba(0, 0, 0, 0.063) 0px 10px 10px -3.75px;
}

.ReviewsFlexGroup .selfCard:hover {
    background-color: #FAFAFA;
}

.ReviewsFlexGroup .selfCard .person {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.ReviewsFlexGroup .selfCard .person .img {
    width: 50px;
}

.ReviewsFlexGroup .selfCard .person .img img {
    display: block;
    width: 50px;
}

.ReviewsFlexGroup .selfCard .person .info {
    width: 67%;
}

.ReviewsFlexGroup .selfCard .person .info .name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.ReviewsFlexGroup .selfCard .person .info .stars {
    display: flex;
    gap: 4px;
}

.ReviewsFlexGroup .selfCard .person .info .stars i {
    font-size: 14px;
    line-height: 20px;
    color: #ffc54e;
}

.ReviewsFlexGroup .selfCard .person .logo {
    width: 13%;
}

.ReviewsFlexGroup .selfCard .person .logo img {
    display: block;
    width: 100%;
}

.ReviewsFlexGroup .selfCard .text {
    font-size: 17px;
    line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: auto !important;
    overflow-x: hidden !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

/* Misconception */
#Misconception .underTitleline {
    margin-left: 313px;
}

.misImage {
    border-radius: 10px;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.ConceptClick {
    background: linear-gradient(90deg, #11BCC8 0%, #085C62 103.81%);
    position: relative;
    border-radius: 5px 50px 0px 0px;
    margin: 0px auto;
    display: block;
}

.ConceptClick .group {
    padding: 30px 65px;
    text-align: center;
    color: white;
}

.ConceptClick .group .tag {
    font-family: Poppins;
    font-size: 66px;
    font-weight: 800;
    line-height: 68px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #11BCC8;
    margin-top: -63px;
}

.ConceptClick .group .tag img {
    margin: 0px 20px 0px 0px;
}

.ConceptClick .group .title {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    padding: 10px 0px 10px;
}

.ConceptClick .group .desc {
    width: 1020px;
    margin: 0px auto;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
}

.misconceptAnswer {
    padding: 50px 20px;
    background: #222222;
    width: 100%;
    margin: 0px auto;
    box-shadow: 0px 4px 34.5px 0px #00EDF699;
    border: 3px solid #11BCC8;
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(134.77deg, #EFEFEF 1.51%, #FFFFFF 45.6%, #F0F0F0 97.8%);
}

.accordion-button::after {
    position: absolute;
    display: inline;
    width: 5.25rem;
    height: 5.25rem;
    /* font-size: 3rem; */
    top: 45%;
    right: 0%;
    transform: translate(-18%, -100%);
    transition: all 0.5s;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    background-size: cover;
    filter: invert(1);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-size: cover;
    transform: translate(-18%, -100%);
}

.ReallyBorder {
    border-radius: 15px;
    border: 2px solid #1097A0;
    padding: 30px 30px 35px;
    background-color: white;
}

.coverImage {
    aspect-ratio: 7 / 4;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.withWrongTitle {
    height: 40px;
    margin-right: 10px;
    margin-top: -6px;
}

.withRightTitle {
    height: 40px;
    margin-right: 10px;
    margin-top: -10px;
}

.borderLine {
    width: 145px;
    border-top: 2px solid #11BCC8;
    margin: 0px auto;
}

.groupTeam {
    padding: 35px 0px 20px;
    margin: 50px 0px 0px;
}

.groupTeam .logo {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
}

.groupTeam .cloud {
    position: absolute;
    bottom: 0px;
}

.groupTeam .team {}

#ExpertEV {
    position: relative;
    padding: 100px 0px;
    background: radial-gradient(78.29% 56.64% at 53.3% 28.92%, #FFFFFF 1.16%, #FFFFFF 21.45%, #FFFFFF 68.24%, #E8E8E8 98.1%);
}

#ExpertEV .floatLeft {
    position: absolute;
    top: 9%;
    left: 0px;
}

#ExpertEV .floatRight {
    position: absolute;
    top: 44%;
    right: 0px;
}

#ExpertEV .floatEV {
    position: absolute;
    top: 1%;
    right: 0px;
}

span.ev_icon {
    margin-right: 20px;
    display: inline-block;
}

span.ev_icon img {
    display: inline-flex;
    width: 90px;
}

.EVlist {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 25px;
}

.EVlist .list {
    position: relative;
}

.EVlist .list img {
    display: block;
    width: 100%;
}

.EVlist .list span {
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background: url('../images/P10X-Logo-White.png');
    width: 82px;
    height: 24px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

#FirstAcademy {
    padding: 90px 0px;
    background: url('../images/bg_first_academy.png');
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: repeat repeat !important;
    background-position: center top;
    background-color: #21242c;
}

.swiper_Academy {
    padding: 0px 0px 50px !important;
}

.swiper-pagination-bullet {
    background-color: #DADADA !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #006066 !important;
}

.swiper_Academy .swiper-slide {}

.swiper_Academy .swiper-slide img {
    display: block;
    width: 100%;
}

#OurTeam {
    position: relative;
    padding: 80px 0px;
    background: radial-gradient(49.97% 72.09% at 50.03% 43.01%, #FFFFFF 1.66%, #FFFFFF 60.83%, #D7D7D7 98.1%);
}

#OurTeam .floatLeft {
    position: absolute;
    top: 10%;
    left: 0px;
}

#OurTeam .floatRight {
    position: absolute;
    top: 10%;
    right: 0px;
}

.TeamList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: 50px auto 0px;
    width: 100%;
}

.TeamList .list {
    width: 21%;
}

.TeamList .list.space {
    margin: 0px 0px 108px;
}

.TeamList .list .top {
    position: relative;
}

.TeamList .list .top .bg {
    background: radial-gradient(50% 50% at 50% 50%, #F7F7F7 0%, #0897A1 100%);
    height: 264px;
    border-radius: 100px 0px 50px 0px;
    width: 90%;
    margin: 0px auto;
}

.TeamList .list .top .image {
}

.TeamList .list .top .image img {
    display: block;
    width: auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.TeamList .list .bottom {
    font-family: Inter;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    margin: 10px 0px 0px;
}

.TeamList .list .bottom .name {}

#Youtube {
    position: relative;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-position: center top;
    background: url(../images/bg_youtube.jpg);
    z-index: 1;
    padding: 90px 0px;
}

#Youtube .cover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

span.youtube_icon {
    margin-right: 20px;
}

span.youtube_icon img {
    display: inline-flex;
    width: 58px;
}

.font_lightred {
    color: #FEEBEB;
}

.lessonTube {
    width: 60%;
    margin: 30px auto 0px;
    display: flex;
    justify-content: space-evenly;
}

.lessonTube .list {
    border-radius: 30px 0px 30px 0px;
    display: inline-flex;
    padding: 6px 38px;
    background: linear-gradient(90.35deg, #838383 0.2%, #FFFFFF 32.27%, #BFBFBF 49.85%, #FFFFFF 68.53%, #A8A8A8 97.8%);
    min-width: 190px;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.lessonTube .list:not(:last-child) {}

.lessonTube .list .text {
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

/* LocationContact */
@media(min-width:1400px) {
    #LocationContact .col-md-5 {
        padding: 0px 70px;
    }
}

#LocationContact .social {
    display: flex;
    justify-content: flex-end;
}

#LocationContact .social .icon:not(:last-child) {
    margin-right: 22px;
}

#LocationContact .social .icon img {
    display: block;
    width: 40px;
}

/* branchLocation */
.branchLocation {
    display: flex;
    justify-content: space-between;
    
}

.branchLocation .list {
    width: 23.5%;
    color: white;
    text-align: left;
}

.branchLocation .list:nth-child(1) {}
.branchLocation .list:nth-child(2) {}
.branchLocation .list:nth-child(3) {}
.branchLocation .list:nth-child(4) {}

.branchLocation .list:not(:last-child) {
    padding: 0px 0px 50px;
}

.branchLocation .list .locationImage {
    position: relative;
}

.branchLocation .list .locationImage img {
    display: block;
    width: 100%;
}

.branchLocation .list .locationImage .newBranch {
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    color: white;
    background-color: #d2100a;
    padding: 4px 10px;
    border-radius: 4px;
    top: 3px;
    left: -15px;
    transform: rotate(-15deg);
}

.branchLocation .list .mapLinks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    padding: 20px 0px 15px;
}

.branchLocation .list .mapLinks .google {
    margin-right: 10px;
}

.branchLocation .list .mapLinks .google a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.branchLocation .list .mapLinks .google a img {
    width: 35px;
}

.branchLocation .list .location {
    padding: 0px 0px 14px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
}

.branchLocation .list .address {
    padding: 0px 0px 22px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.branchLocation .list .opening {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
}

.branchLocation .list .weekend {
    padding: 10px 0px 0px;
}

.branchLocation .list .weekend .list {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    width: 80%;
    padding: 0px 0px 6px;
}

.branchLocation .list .weekend .list .day {
    width: 60%;
}

.branchLocation .list .weekend .list .time {
    width: 40%;
}

.TopThreeCoating {
    display: flex;
    width: 96%;
    margin: 90px auto 0px;
    gap: 4%;
}
.TopThreeCoating .list {
    position: relative;
}
.TopThreeCoating .list .top {
    position: absolute;
    width: 115px;
    top: -35px;
    left: -20px;
}
.TopThreeCoating .list .top img {
    display: block;
    width: 100%;
    border-radius: 50%;
}
.TopThreeCoating .list .bottom {
    border-radius: 30px 0px 30px 0px;
    background: linear-gradient(180deg, #1197A1 0%, #5FD7E0 50%, #11BCC8 100%);
    overflow: hidden;
    border: 4px solid transparent;
}
.TopThreeCoating .list .bottom img {
    display: block;
    width: 100%;
}