@font-face {
    font-family: 'sitfont';
    src: url('../font/Los Andes  Lota Grotesque Alt 1 Regular.otf') format('opentype');
}
@font-face {
    font-family: 'sitfont-thin';
    src: url('../font/Los Andes  Lota Grotesque Alt 1 Thin.otf') format('opentype');
}
@font-face {
    font-family: 'sitfont-Extra-Light';
    src: url('../font/Los Andes  Lota Grotesque Alt 1 Extra Light.otf') format('opentype');
}
@font-face {
    font-family: 'sitfont-Grotesque-Light';
    src: url('../font/Los Andes  Lota Grotesque Light.otf') format('opentype');
}
body{
    margin: 0;
    font-family:'sitfont';
    letter-spacing: 0.7px;
}
#header{
    background-color: #ffffff;
    color: #0160BE;
    line-height: 60px;
    font-weight: bold;
    position: fixed;
    top: 0;
    width: 100%;
    transition: 0.2s;
    font-size: 0.8rem !important;
    z-index: 1
}
.logo img{
    height: 35px;
}
.navbar {
    --bs-navbar-padding-x: 2rem;
    --bs-navbar-padding-y: 0rem;
}
.navbar-expand-xl .navbar-nav .nav-link {
    color: #0160BE;
    margin: 0px 10px;
}
.btn-warning{
    background-color: #F56D0E;
}
.btn-warning:hover{
    background-color: #F56D0E;
}
.btn-warning span{
    color: #ffffff;
}
#header > ul.navbar-nav{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.navbar-collapse ul {
    padding-top: 10px;
}
div.show .navbar-nav{
    background-color: #ffffff;
    padding-bottom: 20px;

}
.sm-image{
    display: none;
}
.bg-image .logo-2{
    margin-left: 20px !important;
}
.head-slide{
    background: url(../image/head-slide.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.bx-center{
    margin: auto;
    width: 50%;
    padding-top: 5%;
}
.line0{
    text-align: center;
}
.line0 img{
    width: 320px;
}
.line1{
    color: #ffffff;
    text-align: center;
    font-size:40px;
    margin-top: 80px;
}
.line2{
    text-align: center;
    font-size: 57px;
    font-weight: bolder;
    margin: 10px;
}
.line2 span{
    color: #ffffff;
    background-color: #F56D0E;
}
.line3{
    color: #ffffff;
    text-align: center;
    margin-top: 20PX;
}
.line4{
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
    margin-top: 60px;
    padding: 5px;
    letter-spacing: 0px;
}
.line4 a{
    margin: auto;
    background-color: #F56D0E;
    padding: 5px;
    width: 160px;
    border-radius: 20px;
}
.trusted{
    margin: 10px;
    text-align: center;
}
.trusted div{
    line-height: 70px;
    font-weight: bold;
}
.trusted div.img img{
 padding: 0px 20px;
}
.trusted div img{
    max-height: 70px;
}
.box-3{
    background-color: #F0F8FF;
}
.topic_box{
    text-align: center;
    padding: 40px 0px;
}
.topic-text{
    position: relative;
    display: inline-block; 
    color: #0160BE;
    font-weight: bold;
    font-size: 1.5rem;
}
.topic-text:before{
    position: absolute;
    height: 5px;
    width: 45%;
    right: 0;
    bottom: -5px;
    background: #F56D0E;
    display: block;
    content: "";
}
.box-3-text{
    background: url(../image/pexels-singkham-1108572-1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 10%;
    padding-bottom: 20%;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
}
.box-3-ontop{
    margin-top: -150px;
}
.box-3-ontop .row .col-sm-4{
    text-align: center;
}
.box-3-ontop .row .col-sm-4 .inside-col{
    margin: 0px 10%;
    border: 2px solid #0160BE;
    background-color:#ffffff;
    border-radius: 20px;
    padding: 20px 10px;
}
div.inside-col{
    height: 312px;
}
.inside-col img{
    width: 30%;
}
.inside-col span{
    color: #0160BE;
    font-weight: bold;
    position: relative;
    display: inline-block; 
    margin-top: 15px;
}
.inside-col span::before{
    position: absolute;
    height: 5px;
    width: 100%;
    right: 0;
    bottom: -5px;
    background: #F56D0E;
    display: block;
    content: "";
}
.inside-col p{
    margin-top: 20px;
    font-family: 'sitfont-Extra-Light';
}
#program{
    padding-top: 50px;
}
.sub-head-program{
    font-size: 0.8rem;
    padding-top: 20px;
    font-family: 'sitfont-Extra-Light';
    text-align: left;
    margin-top: 50px;
    font-weight: 600;
}
.program-detail{
    margin-top: 20px;
}
.program-detail div{
    text-align: left;
    font-size: 0.8rem;
    font-family: 'sitfont-Extra-Light';
}
.program-detail .program-detail-head{
    font-size: 2rem;
    color: #0160BE;
    font-weight: bold;
    font-family: 'sitfont';
}
.program-detail .program-detail-head span{
    text-transform: uppercase;
}
.program-detail .program-detail-text{
    font-family: 'sitfont-Extra-Light';
    color:#000000;
    line-height: 1.8;
}
.program-box{ 
    padding-left: 50px;
}
.box-border{
    border-bottom: 10px solid #F56D0E;
    width: 96%;
    margin-left: 2%;
}
.program-box .col-sm-6 .program-box-boder{
    margin-top: 15px;
    border: 2px solid #0160BE;
    background-color: #ffffff;
    height: 115px;
}
.program-box-boder .big-text-1{
    font-size: 6rem;
    color: #F56D0E;
    font-weight: bold;
    float: left;
    padding: 0px 20px;
    line-height: 115px;
}
.small-text{
    height: 115px;
    margin: 10px;
    display: flex;
}
.small-text span {
    align-self: flex-end;
    padding-bottom: 32px;
    margin-left: -15px;
    font-family: 'sitfont-Grotesque-Light';
}
.program-box-boder .big-text-2{
    font-size: 3rem;
    color: #F56D0E;
    font-weight: bold;
    padding: 0px 20px;
    font-family: 'sitfont-Grotesque-Light';
    margin-top: 20px;
}
.program-box-boder .big-text-4{
    font-size: 1.5rem;
    color: #F56D0E;
    font-weight: bold;
    padding: 0px 20px;
    font-family: 'sitfont-Grotesque-Light';
    line-height: 1;
    margin-top: 22px;
}
.small-text-2{
    margin-top: -20px;
    text-align: right !important;
    padding-right: 20px;

}
.small-text-4{
    text-align: right !important;
    padding-right: 20px;

}
.small-text-2 span {
    font-family: 'sitfont-Grotesque-Light';
}
.start-here .start-hear-top .sh-r{
    padding-left: 10%;
    font-size: 1.3rem;
}
.start-here{
    margin-top: 20px;
}
.start-here .start-hear-top .sh-l{
    margin: auto;
    width: 300px;
    padding: 10px;
    background-color: #F56D0E;
    text-align:center;
    color:#fff;
}
.start-here .start-hear-top .sht-r{
    text-align: center;
    line-height: 200px;
    margin-top: 30px;
    padding-left: 5%;
}
.start-here .start-hear-top .sht-r div.sht-r-l{
    color:#0160BE;
    background-color: #ffffff;
    line-height:30px;
    width:200px;
    height: 200px;
    border-radius: 50%;
    border: 2px solid #0160BE;
    font-size: 1.5rem;
    font-family: 'sitfont-Grotesque-Light';
    padding-top: 30px;
    float: left;
    z-index: 1;
    position: relative;
}
.start-here .start-hear-top .sht-r div.sht-r-r{
    width:50px;
    float: left;
    padding-top: 25px;
}
.start-here .start-hear-top .sht-r div.sht-r-r .dot{
    margin-left: -10px;
}
/* Start Line Arrow */
.dot {
    --c:#0160BE;  /* color */
    --r:20px; /* circle size */
    --s:10px; /* space bettwen circles */
    width:100px;
    height:3px;
    display:inline-block;
    margin:20px;
    position:relative;
    --g:radial-gradient(circle closest-side, var(--c) 1%,transparent);
    background:
      var(--g) 0 calc(var(--s)/-2)/var(--r) calc(var(--r) + var(--s)) repeat-x;
    transform:scaleY(1);--c:#0160BE;width:280px;--r:5px;
  }
  
  .dot::after {
    content:"";
    position:absolute;
    top:calc(var(--r)/2);
    left:100%;
    width:10px;
    height:10px;
    transform:translateY(-50%);
    background:var(--c);
    clip-path:polygon(0 0, 100% 50%,0 100%);
  }
/* end Line Arrow */
.start-here .start-hear-top .sht-l {
    text-align: center;
    height: 200px;
    margin-top: 30px;
}
.sht-l .row div.col-4 div, .sht-l .row div.col-6 div{
    border: 1px solid #0160BE;
    background-color: #ffffff;
    border-radius:20px;
    margin: 10px 20px;
    color:#0160BE;
    padding: 5px;
}
.b{
    display: none;
  }
  .a{
    display: block;
  }
  .your-journey{
    margin-top: 30px;
}
.your-journey .yj-head{
    margin:auto;
    text-align: center;
    background-color: #F56D0E;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    line-height: 53px;
    color: #fff;
    width:200px
}
.your-journey .yj-body{
    background-color:#ffffff;
    border: 2px solid #0160BE;
    border-radius: 20px;
    padding-bottom: 50px;
}
.yj-body .row .yj-body-head{
    color:#0160BE;
    text-align: center;
    padding: 50px 0px;
}
.body-journey{
    padding: 0px 5%;
}
.journey{
    color: #0160BE;
    font-weight: bold;
    padding-top: 30px;
}
.journey hr{
    background-color: #0160BE;
    height:1px;
    opacity: 1 !important;
}
.semester-head{
    color: #0160BE;
    font-weight: bold;
    padding-top: 10px;
}
.semester-body{
    padding-top: 10px;
}
.coachs-mentors{
    margin-top: 20px;
    margin-bottom: 50px;
}
span.topic-text{
    position: relative;
    display: inline-block; 
    color: #0160BE;
    font-weight: bold;
    font-size: 1.5rem;
}
span.topic-text:before{
    position: absolute;
    height: 5px;
    width: 60%;
    right: 0;
    bottom: -5px;
    background: #F56D0E;
    display: block;
    content: "";
}
.coach .col-sm-3{
    margin-top: 50px;
}
.coach-img{
    border-bottom: 10px solid #F56D0E;
}
.coach-img img{
    width: 100%;
}
.coach-detail{
    margin-top:30px;
    text-align: center;
    font-size:1rem;
}
.apply{
    margin-top: 50px;
    background-color:#0160BE;
    border: 1px solid #0160BE;
    border-radius: 20px;
    padding: 50px 30px;
}
.apply .row .col-sm-6 form{
    background-color:#ffffff;
    padding: 30px;
    border-radius: 20px;
}
.apply .row .col-sm-6 form label{
    color: #BBBBBB;
}
.form-btn{
    text-align: center;
    margin-top:30px;
}
.form-btn .btn-primary{
    background-color: #F56D0E !important;
    border: 1px solid #F56D0E;
    padding: 10px 100px;
    border-radius: 30px;
}
.apply .row .how-to-apply{
    color: #ffffff !important;
    padding-left: 50px;
    padding-right: 50px;
}
.apply .row .col-sm-6 h2{
    text-align: center;
    font-weight: bold;
}
.apply .row .how-to-apply div.doc{
    margin-top:30px;
    margin-left: 30px;
}
.apply .row .how-to-apply p.time-card{
    margin-top:30px;
}
.title3{
    font-size: 1rem;
}

/* box time line */
  
  /* Timeline Container */
  .timeline {
    margin: 20px auto;
    padding: 20px;
  }
  
  /* Outer Layer with the timeline border */
  .outer {
    border-left: 5px solid #ffffff;
  }
  
  /* Card container */
  .card {
    position: relative;
    margin: 0 0 20px 20px;
    background: #0160BE;
    color: #ffffff;
    border: 0px;

  }
  
  /* Information about the timeline */
  .info {
    display: flex;
    flex-direction: column;

  }
  
  /* Title of the card */
  .title {
    color: #ffffff;
    position: relative;
  }
  
  /* Timeline dot  */
  .title::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    /* background: orangered; */
    background-image: linear-gradient(to bottom, #F56D0E, #F56D0E), linear-gradient(to bottom, #0160BE, #0160BE);
    background-clip: content-box, padding-box;
    border-radius: 0px;
    left: -39px;
    border: 3px solid #ffffff;
    margin-top: -3px;
    padding: 3px;
  }
  .title2::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #0160BE;
    border-radius: 0px;
    left: -39px;
    border: 3px solid #ffffff;
    margin-top: -3px;
  }
  .title3::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #0160BE;
    border-radius: 0px;
    left: -39px;
    border: 3px solid #ffffff;
    margin-top: 5px;
  }
/* end box time line */
.intakes-bottom{
    color: #F56D0E !important;
    font-size: 1rem;
}
.whrite-box{
    background-color: #ffffff;
    border: 1px solid #F56D0E;
    border-radius: 50px;
    line-height:50px;
    width: 229px;
    color: #000000;
    padding-left: 10px;
    float: left;
}
.or-box{
    position: absolute;
    width: 100px;
    float: right;
    background-color: #F56D0E;
    width: 163px;
    border: 1px solid #F56D0E;
    border-radius: 50px;
    line-height:50px;
    margin-left: 120px;
    text-align: center;
}
.fees-text{
    line-height:50px;
    font-weight: 300;
}
.footer{
    margin-top: 100px;
    background-color: #0160BE;
    color:#ffffff;
    font-family: 'sitfont-Grotesque-Light';
}
.footer .container .row .col-sm-5, .footer .container .row .col-sm-6,.footer .container .row .col-sm-1{
    margin-top: 50px;
    margin-bottom: 50px;
}
.f-us{
    text-align: center;
}
@media screen and (max-width: 1920px){
    .head-slide{
        height: 100vh;
    }
}
@media screen and (max-width: 1200px){
    .line0 img {
        width: 270px;
    }
    .line1{
        font-size:3.5rem;
    }
    .line2{
        font-size:2.5rem;
    }
    .line3{
        font-size:1.5rem;
    }
    .line4{
        font-size:1rem;
        margin-top: 20px;
    }
    .head-slide{
        height: 100%;
        padding-bottom: 7%;
    }
    .trusted div.text{
        text-align: right;
    }
    .trusted div img{
        max-height: 60px;
    }
    .trusted div.img img{
        padding: 0px 10px;
        max-width: 200px;
       }
    .dot {
        transform:scaleY(1);--c:#0160BE;width:160px;--r:5px;
      }
      .sht-l .row div.col-4 div, .sht-l .row div.col-6 div{
        margin: 10px 2px;
        color:#0160BE;
        padding: 5px;
        font-size: 0.8rem;
    }
    .fees-text{
        margin-left: 150px;
    }
}
@media screen and (max-width: 992px){
    .line1{
        font-size:3rem;
    }
    .line2{
        font-size:2rem;
    }
    .line3{
        font-size:1.2rem;
    }
    .line4{
        font-size:0.8rem;
    }
    .head-slide{
        height: 100%;
        padding-bottom: 5%;
    }
    .trusted div img{
        max-height: 70px;
        max-width: 200px;
    }
    .box-3-text{
        font-size: 1rem;
    }
    div.inside-col{
        height: 350px;
    }
    .box-3-ontop{
        margin-top: -100px;
    }
    .box-3-ontop .row .col-sm-4 .inside-col {
        margin: 0px;
    }
    .program-detail .program-detail-head{
        font-size: 1.5rem;
    }
    .program-box-boder .big-text-1{
        font-size: 4rem;
        color: #F56D0E;
        font-weight: bold;
        float: none;
        line-height:normal;
        text-align: center;
    }
    .small-text{
        text-align: right !important;
        height: 1rem;
        text-align: center !important;
        margin: 0px;
        display:block;
    }
    .small-text span {
        font-family: 'sitfont-Grotesque-Light';
    }
    .program-box-boder .big-text-2{
        font-size:2rem;
        color: #F56D0E;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        margin-top: 10px;
    }
    .small-text-2{
        text-align: right !important;
        height: 1rem;
        text-align: center !important;
        margin-top: 12px;
        display:block;
        padding-right: 0px;
    }
    .program-box-boder .big-text-4{
        font-size:1.2rem;
        color: #F56D0E;
        font-weight: bold;
        text-align: center;
        padding: 0px;
        margin-top: 20px;
    }
    .small-text-4{
        text-align: right !important;
        height: 1rem;
        text-align: center !important;
        margin-top: 20px;
        display:block;
        padding-right: 0px;
    }
    .start-here .start-hear-top .sht-r div.sht-r-l{
        
        line-height:25px;
        width:170px;
        height: 170px;
        border-radius: 50%;
        border: 2px solid #0160BE;
        font-size: 1rem;
        font-weight: bold;
    }
    .dot {
        transform:scaleY(1);--c:#0160BE;width:90px;--r:5px;
      }
      .sht-l .row .col-4 div, .sht-l .row div.col-6 div{
        margin: 5px 2px;
        color:#0160BE;
        padding: 5px;
        font-size: 0.7rem;
    }
    .sht-l .row .col-4,  .sht-l .row .col-6{
        padding-right: calc(var(--bs-gutter-x)* .0); 
        padding-left: calc(var(--bs-gutter-x)* .0); 
    }
    .col-sm-6 {
        width: 100% !important;
    }
    .apply .row .col-sm-6 h2 {
        margin-top: 30px;
    }
    .fees-text {
        margin-left: 0px;
    }
    .footer {
        margin-top: 30px;
    }
    
}
@media screen and (max-width: 768px){    
    .container, .container-sm {
        max-width: 100%;
    }
    .line1{
        font-size:2.5rem;
        margin-top:30px;
    }
    .line2{
        font-size:1.5rem;
    }
    .line3{
        font-size:1rem;
    }
    .line4{
        font-size:0.8rem;
    }
    .head-slide{
        height: 100%;
        padding-bottom: 5%;
    }
    .head-slide .bx-center{
        width: 70%;
    }
    .trusted div{
        font-size: 0.7rem;
    }
    .trusted div img{
        max-height: 50px;
        max-width: 150px;
    }
    .program-box-boder .big-text-1{
        font-size: 3.5rem;
    }
    .program-box-boder .big-text-2{
        font-size:2rem;
    }
    .program-box-boder .big-text-4{
        font-size:0.9rem;
    }
    .dot {
        transform:scaleY(1);--c:#0160BE;width:70px;--r:5px;
      }
    .line0 img {
        width: 150px;
    }
    
}
@media screen and (max-width: 660px){ 
    .line1{
        font-size:1.5rem;
    }
    .line2{
        font-size:1rem;
    }
    .line3{
        font-size:0.7rem;
    }
    .line4{
        font-size:0.6rem;
    }
    .head-slide{
        height: 100%;
        padding-bottom: 5%;
    }
    .trusted div.img img{
    max-width: 150px;
   } 
   .dot {
    display: none;
  }
  .a{
    display: none;
  }
  .b{
    display: block;
    margin-top: 50px !important;
  }
  .start-here .start-hear-top .sh-r {
    text-align: center;
}
.start-here .start-hear-top .sht-r {
    padding-left: 30%;
}
}
@media screen and (max-width: 576px){    
    .line0 img{
        width: 120px;
    }
    .line1{
        font-size:1.5rem;
    }
    .line2{
        font-size:1rem;
    }
    .line3{
        font-size:0.7rem;
    }
    .line4{
        font-size:0.6rem;
        margin-top: 30px;
    }
    .head-slide{
        height: 100%;
        padding-bottom: 5%;
    }
    .head-slide .bx-center{
        width: 70%;
    }
    .trusted div.text {
        line-height: 40px;
        width: 100%;
        text-align: center;
    }
    .trusted div.img {
        line-height: 40px;
        text-align: center;
    }
    .trusted div.img img{
        max-width: 37%;
    }
    .box-3-ontop{
        margin-top: 10px;
    }
    div.inside-col{
        height: 200px;
    }
    .inside-col img{
        width: 10%;
    }
    .box-3-ontop .row .col-sm-4 {
        margin-bottom: 10px;
    }
    .box-3-text {
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .program-box{ 
        padding-left: 0px;
    }
    .col-sm-6 {
        width: 100% !important;
    }
    .coach-img{
        text-align: center;
    }
    .coach-img img{
        width: 70%;
    }
    .footer .container .row .col-sm-6{
        margin-bottom: 10px;
    }
    .footer .container .row .col-sm-5{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footer .container .row .col-sm-1{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .f-us {
        text-align: left;
    }
}
@media screen and (max-width: 520px){ 
    .sm-image{
        display: block;
    }
    .bg-image{
        display: none;
    }
    .line4{
        font-size:0.6rem;
        margin-top: 20px;
    }
 }
@media screen and (max-width: 480px){  
    .trusted div.img img{
        width: 100;
    }  
    .line1{
        font-size:1.2rem;
        margin-top: 20px;
    }
    .line2{
        font-size:0.8rem;
    }
    .line3{
        font-size:0.7rem;
    }
    .line4{
        font-size:0.6rem;
        margin-top: 10px;
    }
    .head-slide{
        height: 100%;
        padding-bottom: 2%;
    }
    .head-slide .bx-center{
        width: 70%;
    }
    .sm-image{
        display: block;
    }
    .bg-image{
        display: none;
    }
    .trusted div.img img{
        max-width: 33%;
    }
    .topic-text{
        font-size: 0.7rem;
    }
    div.inside-col{
        height: 240px;
    }
    .box-3-text {
        padding-top: 10%;
        padding-bottom: 10%;
        font-size: 0.8rem;
    }
    .inside-col img{
        width: 15%;
    }
    .f-us{
        text-align: left;
    }
}
@media screen and (max-width: 480px){ 
    .trusted div.img img{
        width: 80;
    }  
    .line1{
        font-size:1rem;
        margin-top: 10px;
    }
    .line2{
        font-size:0.8rem;
    }
    .line3{
        font-size:0.7rem;
    }
    .line4{
        font-size:0.6rem;
        margin-top: 10px;
    }
    .yj-body .row .yj-body-head h2{
        font-size:1.2rem ;
    }
    .yj-body .row .yj-body-head{
        padding: 20px 0px;
    }
    span.topic-text {
        font-size: 1.2rem;
    }
    
}