/********** Template CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
}

body{color: #000;
    font-family: "Signika", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:
    "GRAD" 0;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
.fw-bold {
    font-weight: 900 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.fw-medium {
    font-weight: 400 !important;
}

.fw-low {
    font-weight: 200 !important;
}

h1.big{font-size: 60px;}
h1.biger{font-size: 70px;}
h1.italic{font-style: italic;}

.bg-light{background: #fff !important}
/*.bg-gray{background: #fff !important}*/
.rounded{border-radius: 5px !important}
.text-right{text-align: right;}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.btn-sm{width: 20% !important;}

/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 45px 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 30px 0;
    /*color: var(--dark);*/
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    /*color: var(--primary);*/
    color: #fff;
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #9233fff2;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: #fff;
        /*background: var(--primary);*/
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


.navbar-brand img{height: 55px;}

/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

video {
  position: relative;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index:-100;
  width: 100%;
}

.video-logo, .video-cont{position: absolute; left: 50%; top: 40%; transform: translate(-50%, -50%); z-index:-99;}
.video-logo img{width: 100%; height: 150px;}
.video-hight video{position: relative; top: -100px; left: 0;}
.video-cont h1{font-size: 80px;}
.video-cont h2{font-size: 50px;}
.video-cont .right{float: right;}
.btn-purple {background: #7b12cf; color: #ffffff; width: 60%;}

.section-title {}
.middleBorder {height: 1px; width: 100%; margin-bottom: 10px; background: #000;}
.leftBorder {border-left: solid 1px black;}
.leftBorder.white{border-left: solid 1px #ffffff;}
.bottomBorder{width: 50%; border-bottom: solid 1px #bfbfbf; padding-bottom: 5px;}
.blueBg {background: #0000FF; color: #fff; width: 100%;}

.section-title h1,.section-title h5,.section-title span{ line-height: 1; margin: 0;}
.section-title h5{}
.section-title span{}
.right{text-align: right;}

/*Facts*/
.facts {position: relative; margin-top: -220px; z-index: 1; background: #5E24E9;}
.facts .bg-light{margin: 20px; min-height: 230px; border-radius: 5px; position: relative; left: 0; top:0;}
.facts .bg-light img{float: left; margin-right: 20px; height:60px; border-radius: 5px;}
.facts h4{font-size:20px; margin-bottom:20px;}
.facts h5,.facts p {margin: 0; font-size: 14px; color:#000;}
.facts h5{color:#6B6A75; padding-top:10px;}
/*Facts*/

/*About section*/
.auto_slider_container{
  max-width: 1000px;
  display: flex;
  margin: auto;
  overflow: hidden;
}
.auto_slider{
    width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  /*justify-content: center;
  align-items: center;*/
  animation: rotation 60s linear infinite;
}

.auto_slider:hover {
    animation-play-state: paused;
}
.auto_slider li{
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  min-width: 380px;
  width: 100%;
  margin: 0px 5px;
  box-sixing: border-box;
}
@keyframes rotation {
 0% {
  transform:translateX(0)
 }
 100% {
  transform:translateX(-100%)
 }
}

.auto_slider img{height: 280px; width: 100%; border-radius: 5px;}
.auto_slider.img-big img{height:auto; width: 100%;}

/*About section*/

/*Blog section*/
.blog{background: #00FF66;}
.blog-item{ padding: 20px;border-radius: 5px; margin:0 50px;}
.blog-img img{border-radius: 5px;}
.blog-cont{color: #000;}
.blog-cont .blueBg{width: 60%;}
.blog-cont h4{font-size: 40px; margin: 0; line-height: 1;}
.blog-cont p{line-height: 1.3;}
.blog-cont small{display: inline;}
/*Blog section*/

/*Vendor section*/
.vendor{}
.vendor img{margin:0 20px 30px; height:30px;}
.aseenborder {position: relative; font-size: 24px; line-height: 20px; text-transform: uppercase;display: inline-block;}
.aseenborder:before, .aseenborder:after {content: ""; position: absolute; width: 300px; height: 1px; top: 50%; transform: translateY(-50%);}
.aseenborder:before {right: 0;background: linear-gradient(to right , #e7e7e7 60%, #fff 100%);}
.aseenborder:after {left: 0;background: linear-gradient(to left, #e7e7e7 60%, #fff 100%);}
.vendor-small{width: 60%; margin: 0 auto; text-align: center;}
.vendor-small img{margin:0 20px 30px; height:30px; display: inline-flex;}

/*Vendor section*/

/*assesment*/
.assesment  {background: #00FFC6;}
.assesment p{font-size: 11px; color: #000;}
.assesment ul{list-style: none; width: 100%;}
.assesment li{margin: 20px; display: inline-flex;}
.assesment img{height: 192px;}
.assesment .form-control{background: transparent; border: solid 1px #0000004d; color: #008f6f; border-radius: 5px; font-size: 14px; text-align: center;}

/*Stories section*/
.story_of_trans {display: grid;align-content: center; overflow: hidden; background-image: url(../img/story_of_bg.jpg); background-size: cover; background-position: center center;}
.btn-green{background: #00FFC6; border: solid 1px #00FFC6; color: #000; width: 100%; font-weight: bold; text-transform: uppercase; border-radius: 4px;}

.content{display: flex; justify-content: center; align-items: center; height: 500px; width: 100%; position: relative; overflow: hidden;}
.swiper{
  height: 100%; width: 25%;
  position: absolute!important;
  &.swiper1{left: 0; top: 0;}
  &.swiper2{left: calc(25% + 5px) ;top: 0;}
  &.swiper3{left: calc(50% + 10px); top: 0;}
  &.swiper4{left: calc(75% + 15px); top: 0;}
}

.swiper-wrapper {transition-timing-function: linear;}
.swiper-slide{}
.swiper-slide img{height: 110px; width: 90%; border-radius: 4px; /*margin-left: -25%; max-width: none; object-fit: cover; transform: skew(10deg);*/}
/*Stories section*/

/*marquee*/
.marquee {--gap: 0rem; position: relative; display: flex; overflow: hidden; user-select: none; gap: var(--gap); width: 100%;}
.marquee__content {flex-shrink: 0; display: flex; justify-content: space-around; gap: var(--gap); min-width: fit-content;}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.enable-animation .marquee__content {animation: scroll 20s linear infinite;}
.marquee--fit-content {max-width: fit-content;}
.marquee--pos-absolute .marquee__content:last-child {position: absolute; top: 0; left: 0;}
.enable-animation .marquee--pos-absolute .marquee__content:last-child {animation-name: scroll-abs;}

@keyframes scroll-abs {
  from {transform: translateX(calc(100% + var(--gap)));}
  to {transform: translateX(0);}
}
.marquee__content > * {flex: 0 0 auto; font-size: 60px; font-style: italic; color:#000; margin: 0; padding: 1rem 6rem 1rem 1rem; text-align: center;}
/*marquee*/

.footer{background: #0000FF;}
.footer-links{text-align: center; display: table; width: 40%; margin: 10px auto 0; font-size: 12px;}
.footer-links a{}

.footer-white{background: #fff; font-size:12px;}
.footer-white a {color: #000; font-weight:bold; margin-left: 10px;}
.footer-white a i{font-size: 15px;}

.heroSummit {background: rgb(164, 0, 255); background: linear-gradient(0deg, rgba(164, 0, 255, 1) 20%, rgba(198, 0, 255, 1) 80%); padding: 100px 65px 35px;}
.margin-big{margin-top: 30px;}
.heroSummit img{min-height: 600px; width: 100%;}

.about_bg{background: url(../img/about_bg.jpg);}
.friendshipSection {background-image: url(https://lifeplugin.com/wp-content/themes/uncode-child/images/pmj-images/sec-2-bg.png); padding: 111px 0; background-size: cover; background-position: center center; position: relative;}
.friendshipSection h1 {font-size: 70px;}

.sneakSection, .sneakMobile {background: rgb(29, 180, 129); background: linear-gradient(0deg, rgba(29, 180, 129, 1) 0%, rgba(130, 247, 181, 1) 100%); padding:0;}
.sneakSection h1{font-weight: 100;}
.sneakSection h2{font-weight: bold; font-size: 40px;}

.programme-item .programme-img{border-radius: 10px; height: 100%; width: 95%;}
.programme-item .programme-img img  {transition: .5s;}
.programme-item:hover .programme-img img {transform: scale(1.15); overflow: hidden;}
.programme h4 span{font-style: italic;}

.experienceSection {padding: 120px 0 40px; background: rgb(0, 0, 255); background: linear-gradient(0deg, rgba(0, 0, 255, 1) 0%, rgba(94, 36, 233, 1) 65%);}
.exp-box{ padding: 20px; border-radius: 5px;}
.exp-img img{border-radius: 5px;}
.exp-box h2{line-height: 1; font-style: italic; display: table; width: 100%;}
.exp-box span{font-size: 130px; float: left; margin:-20px 10px 0 0;}
.exp-box h3{line-height: 1; font-style: italic; display: table; width: 100%;}
.exp-box h3 span{font-size: 75px; float: left; margin:-10px 10px 0 0;}
.no-mar{line-height: 20px; margin: 0; }

.speakers-item{border: solid 1px #bbb; border-radius: 5px; margin: 10px;}
.speakers-item .speakers-img img  {transition: .5s;  height: auto; width: 100%;}
.speakers-item:hover .speakers-img img {transform: scale(1.15);}
.speakers h5{padding: 20px 20px 0 20px; font-size: 18px; margin: 10px 0 0 0; font-weight: bold;}
.speakers h5 span{display: block; font-size: 14px; font-weight: 200;}

.goaLocation{background-image: url(../img/goa_new_img.jpg); background-size: cover; background-position: center center; min-height: 800px; width: 100%; position: relative; left: 0; top: 0;}
.margin-50{position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%); width: 100%;}

.essentialSection {background: #ECECEC; padding: 80px 0 70px;}
.essential-box{margin:0 20px;}
.essential-box h4{ display: block; width: 100%;}
.essential-box h4 span{float:left; width: 28px; height: 28px; border-radius: 50px; font-weight: 200; font-size: 20px; line-height: 25px; background: #000; color: #fff; text-align: center; margin-right:10px;}
.essential-box img{height: 80px; margin: 0 auto 50px; text-align: center; display: block;}

.essentialSection-dark{background:#e6e6e6; padding: 80px 0 70px;}
.essential-box h4.small{}
.essential-box h4.small span {border: solid 2px #8500b4; color: #8500b4; background: transparent; font-weight: bold;}
.essential-box img.full{height: 200px; margin: 0 auto 20px;}

.secretSection { padding: 45px 0; background: rgb(185, 4, 248); background: linear-gradient(0deg, rgba(185, 4, 248, 1) 0%, rgba(150, 5, 248, 1) 100%); overflow: hidden;}
.secret-carousel .owl-dot.active {width: 30px; background: var(--primary);}
.secret-carousel .owl-item.center {position: relative; z-index: 1;}
.secret-carousel .owl-item .secret-item {transition: .5s;}
.secret-carousel .owl-item.center .secret-item {background: #FFFFFF !important;}
.secret-item { margin: 20px; border-radius: 8px;}
.secret-item img{max-height: 94px; max-width: 94px; object-fit: cover; border-radius: 50px;}

.pricing{display: flex;}
.pricing-box{border: 1px solid #000; border-radius: 8px; text-align: center; width: 28%; margin-right: 60px; min-height: 200px;background:#ffffff url(../img/Price-box-bg.png) no-repeat; background-size: cover; background-position: center;}
.pricing-box h5{background-color: #0120b6; border-radius: 7px 7px 0px 0px; padding: 10px 10px;}

.pricing-box-left{width: 100%; display: inline-flex; text-align: left; border-radius: 8px; min-height: 200px; background: #5e24ea;}
.pricing-box-head{background:#ffffff url(../img/Price-box-bg.png) no-repeat; background-size: cover; background-position: center; color: #000; width: 30%; text-align: center; border: 1px solid #000; border-right:0; border-radius:8px 0 0 8px;}
.pricing-box-cont{ padding: 20px 40px; color: #fff; border: 1px solid #5e24ea; border-left:0; border-radius:0 8px 8px 0;}

.guranteebox{background: #f2e9fd; padding: 30px; border: 1px solid #e5e5e5; border-radius: 5px; width: 45%; margin: 0 auto; position: relative; left: 0; top:150px; margin-bottom: 100px;}
.guranteebox img{position: absolute; left: 30%; top: -110px; max-width: 220px; max-height: 220px; border-radius:50%; object-fit: cover;}
.guranteebox h4{margin-top: 70px;}

.guranteebox.full{width: 30%; position: unset; top:0; margin: 0 auto; display: flex;}
.guranteebox.full img{position: unset; top: 0; height: 150px;}
.guranteebox.full p{margin:20px 0 0 50px; padding-left: 30px; font-weight: 300; border-left:solid 1px #ddd; line-height: 1;}

.accordion-item{border:none; border-top: solid 1px #ddd; border-bottom: solid 1px #ddd;}
.accordion-button{padding: 15px; font-size:25px; font-weight: 500;}
.accordion-button:not(.collapsed){background: transparent; color: #000;}
.accordion-button:focus{box-shadow: none;}
.accordion p{margin: 0; font-size:18px;}
.accordion span{ font-size:25px; font-weight: 700; display: block;}
.accordion-body{margin-bottom:20px; font-weight: 300;}

.joinUsSection { padding: 120px 0 65%; background: url(https://lifeplugin.com/wp-content/themes/uncode-child/images/pmj-images/join-bg.jpg?v1.1) no-repeat; background-size: cover; background-position: bottom; min-height:1500px;}

.contact{}
.contact .white-bg a{color: #000;}

.startBtn{background: #000; color: #fff !important; border-radius: 5px; padding:0; line-height: 28px; padding-left: 10px; text-align: left; width: 27%; position: relative; left: 0; top:0;}
.startBtn span {position: absolute; top:-1px; right:-2px; background: #00FF66; display: inline-block; color: #000; font-size: 25px; width: 25px; height: 30px;  text-align: center; margin-left: 12px; border-radius: 0 5px 5px 0;}

.contact small{font-size: 11px;}
.contact .white-bg img{height: 20px; margin-right: 5px;}
.contact .big-img{height: 600px; width: 100%; object-fit: cover;}

.manifesto_Sec {background: #5E24E9; padding: 50px 0;}
.manifesto_Sec img{height: 240px; width: 100%;}

.mission{}
.mission ul{list-style: none; width: 100%; display: table; margin: 0; padding:0;}
.mission li{display: inline-block; width: 25%;}
.mission img{height: 200px; width: 100%;}
.mission li:nth-child(1) img{border-radius: 10px 0 0 0;}
.mission li:nth-child(4) img{border-radius: 0 10px 0 0;}
.mission li:nth-child(5) img{border-radius: 0 0 0 10px;}
.mission li:nth-child(8) img{border-radius: 0 0 10px 0;}

.bg-gray { background: #f1f1f1c4; padding: 35px; border: 1px solid #b7b7b7bf; border-radius: 5px; text-align: center;}
.bg-gray h5{font-size: 1.15rem;}

.news-img{margin: 0; padding: 0;}
.news-img img{margin: 0 10px 20px; height: 70px; display: inline-block; width: 27%;}
.yellowBtn {background: #ffe000; color: #000; width: 200px;}

.epicTrans_sec{background: url(../img/about_bg.jpg); background-repeat: no-repeat; padding: 111px 0; background-size: cover; background-position: center center; position: relative;  margin-top: -200px;}
.epicTrans_sec img{height:auto; width: 100%; border-radius:5px;}
.video-box {position: relative; left: 0; top:0; background: #fff; margin: 20px; box-shadow: rgb(0 0 0 / 25%) 0px 1px 15px; border-radius: 6px; border: 1px solid #bababa; min-height: 241px; overflow: hidden;}
.video-box iframe{height: 230px;width:100%; margin: -15px 0;}
.video-box .bottom-box{background: #5fffae; padding:10px;}
.video-box h4{line-height: 1;}
.video-box h5,.video-box p {margin: 0; font-size: 14px; color:#000;}


.grow-carousel{}
.grow-cont{position: relative; left:0; top: 0; width: 100%; z-index: 1;}
.grow-contBox{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; width: 50%; height: auto; margin: 0 auto;}
.grow-contBox p{line-height: 20px; font-weight: 300;}

.immersion {background: url(../img/BG.png) no-repeat; background-size: cover; background-position: center;}
.Immersion h1 {font-size: 70px;}

.grow{background: #ECECEC;}
.grow iframe {border-radius: 8px; height: 200px; width: 100%; margin-top: 20px;}

.pillars{}
.pillars-text{position: relative; left: 0; top:0; margin:20px 10px;}
.pillars img{width: 100%; height: 240px; border-radius: 8px;}
.pillars h3{position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%); width: 100%; color: #fff;}

.hosts{margin: 0 100px;}
.hosts-img{ position: relative; left: 0; top:0; margin-right: 20px;}
.hosts-img img{height: 230px; max-width: 100%; border-radius: 8px; object-fit: cover;}
.hosts-img h5{position: absolute; left: 0; bottom:0; background: #5E24E9; width: 100%; margin: 0; text-align: center; color: #fff; font-size: 16px; padding: 5px; border-radius:0 0 8px 8px;}

.attend_bg{background-image: url(../img/attend_bg.jpg); background-size: cover; background-position: center center; min-height: 800px; width: 100%; position: relative; left: 0; top: 0;}
.margin-50{position: absolute; left: 50%; top: 55%; transform: translate(-50%, -50%); width: 100%;}

.tribe_banner {background: url(../img/tribe_banner.jpg); background-size: cover; background-position: center; position: relative; height: 810px; width: 100%; left: 0; top: 0;}
.stories-bg { background: #f1f1f1c4;}
.stories {background-color: #fff; min-height: 740px; /*display: flex; flex-direction: column;*/position: relative; left: 0; top:0;}
.stories img{height: 280px; width: 100%; object-fit: cover;}
.stories h5{line-height: 22px;}
.stories p{line-height: 18px; font-weight: 300;}
.stories-img{}
.storiesCont{display: none; position: relative;left: 0; top: 0;}
.stories-bottom {position: absolute; left:0; bottom:0; height: 90px; padding:15px;}
.read-more{display: inline-block; height: 100px; text-transform: uppercase; font-weight: bold;}

.heroSection {background: rgb(125, 37, 230); background: linear-gradient(90deg, rgba(125, 37, 230, 1) 0%, rgba(94, 28, 178, 1) 100%);}
.heroSection-cont{position: relative; left: 0; top:0; width: 100%; min-height: 600px; padding-top: 130px;}
.heroSection-cont img{position: absolute; height:500px; left: 50%; top: 55%; transform: translate(-50%, -50%); margin-top:270px; z-index: 9999;}

.section_02 { background: rgb(225, 225, 225); background: linear-gradient(0deg, rgba(225, 225, 225, 1) 25%, rgba(255, 255, 255, 1) 80%); box-shadow: rgb(17 17 26 / 15%) 0px 1px 0px, rgb(17 17 26 / 15%) 0px 8px 24px, rgb(17 17 26 / 15%) 0px 16px 48px; height: 400px; position: relative; left: 0; top:0;}

.training{list-style: none; position: absolute; left: 0; bottom:30px; right:0; width:40%; text-align: center; margin: 0 auto; display: flex;}
.training li{width: 30%; border-right: solid 1px #000; line-height: 10px;}
.training li:last-child{border-right: none;}
.training h2{font-size: 35px; line-height: 50px; font-weight: bold; border-bottom: solid 2px #000;}
.training p{font-size: 30px; line-height: 30px; font-weight: 300;}

.section_04 {padding: 110px 0; background: rgb(96, 28, 177); background: linear-gradient(0deg, rgba(96, 28, 177, 1) 0%, rgba(119, 33, 165, 1) 100%);}
.section_05 {padding: 115px 0; background: rgb(225, 225, 225); background: linear-gradient(0deg, rgba(255, 255, 255, 1) 43%, rgba(225, 225, 225, 1) 93%);}

.mt-150{margin-top:150px;}
.bordered{border: solid 1px #bababa;}

.section_07 {padding: 100px 0; background: #f92571 url(../img/section_07.jpg) no-repeat top right; background-size: cover; background-position-x: center;}
.section_08 {padding: 100px 0; background: rgb(44, 49, 167); background: linear-gradient(0deg, rgba(44, 49, 167, 1) 24%, rgba(85, 48, 187, 1) 100%);}
.section_09 {padding: 150px 0 180px; background: #000 url(../img/sec9-desktop.jpg) no-repeat; background-size: contain; background-position: center right; margin-bottom: 60px;}
.section_11 {padding: 0 0 120px; background-position: center top; margin-top: 70px; background: rgb(11, 38, 229); background: linear-gradient(0deg, rgba(11, 38, 229, 1) 10%, rgba(14, 49, 160, 1) 100%);}
.systemCont{position: relative; left: 0; top:0; min-height: 400px;}
.systemImg{position: absolute; top:-160px; left:0; right:0; text-align: center;}
.systemImg img{ height:500px;}

.section_11 .infoBox-bg{width: 50%; margin: 0 auto;}
.infoBox{display: flex; width: 100%;}
.infoBox .icon{display: inline-flex; width: 16%; padding-right: 20px; padding-top:25px;}
.infoBox .icon img{height:42px; margin: 0 auto; text-align: center;}
.infoBox .cont{ width: 84%; border-top: solid 1px #bfbfbf; padding:20px 0;}
.infoBox .cont h5{line-height: 20px; font-weight: bold;}
.infoBox .cont p{margin: 0; line-height: 20px; font-weight: 300;}

.join_program_main{width: 20%; margin: 0 auto;}
.join_program{}
.join_program h2{background: #ffe000; padding:10px 0;}
.payImg{text-align: left;}
.payImg img{height: 50px;}
.lock-icon{display: flex;}
.lock-icon img{height: 30px; margin-right:10px;}
.lock-icon p{line-height: 1;}

.section_13 {background: rgb(225, 225, 225); background: linear-gradient(0deg, rgba(255, 255, 255, 1) 43%, #f3f3f3 70%); padding: 110px 0 50px;}


