* {
    margin: 0;
    padding: 0
}

body {
    font-family: 'Jost-Regular';
    font-size: 14px;
    color: #333;
    position: relative
}
:root {
    font-size: 16px;
}
a {
    outline: none;
    color: #263039;
    text-decoration: none
}

p {
    line-height: 20px;
    font-size: 14px;
    color: #263039;
    word-wrap: break-word
}

img {
    max-width: 100%;
    height: auto
}

iframe {
    width: 100%;
    border: none
}
ul{
    margin: 0;
}
ul li{
    list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Jost-SemiBold'; 
    position: relative;
    padding-bottom: 10px;
}
@font-face {
    font-family: 'Jost-Regular';
    src: url('../fonts/Jost-Regular.eot');
    src: url('../fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Jost-Regular.svg#Jost-Regular') format('svg'),
         url('../fonts/Jost-Regular.ttf') format('truetype'),
         url('../fonts/Jost-Regular.woff') format('woff'),
         url('../fonts/Jost-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'Jost-Medium';
    src: url('../fonts/Jost-Medium.eot');
    src: url('../fonts/Jost-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Jost-Medium.svg#Jost-Medium') format('svg'),
         url('../fonts/Jost-Medium.ttf') format('truetype'),
         url('../fonts/Jost-Medium.woff') format('woff'),
         url('../fonts/Jost-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
  
  @font-face {
    font-family: 'Jost-Light';
    src: url('Jost-Light.eot');
    src: url('../fonts/Jost-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Jost-Light.svg#Jost-Light') format('svg'),
        url('../fonts/Jost-Light.ttf') format('truetype'),
        url('../fonts/Jost-Light.woff') format('woff'),
        url('../fonts/Jost-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Jost-SemiBold';
    src: url('../fonts/Jost-SemiBold.eot');
    src: url('../fonts/Jost-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Jost-SemiBold.svg#Jost-SemiBold') format('svg'),
         url('../fonts/Jost-SemiBold.ttf') format('truetype'),
         url('../fonts/Jost-SemiBold.woff') format('woff'),
         url('../fonts/Jost-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
.blue{
    color: #0a5ea9;
}
.white{
    color: #fff;
}
.bg-yellow{
    background:#ffbe00
}
.com-pad{
    padding:70px 0px;
    overflow: hidden;
}
.header{
    background: #fff;
    padding: 0;
    width: 100%;
    position: fixed;
    /* padding: 0.625rem 0; */
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    box-shadow: 0 0.188rem 0.375rem rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 0.188rem 0.375rem rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 0.188rem 0.375rem rgb(0 0 0 / 16%);
}
.header .menu ul li a{
    color: #575354;
    font: normal normal 500 1.05rem 'Jost-Regular';
    font-family: 'Jost-Medium';
    padding: 30px 18px 25px;
    border-bottom: 6px solid #fff;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    font-size: 18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.header .menu ul li:after{
    position: absolute;
    content: '';
    height: 13px;
    width: 1px;
    top:44%;
    background: #575354;
}
.header .menu ul li:last-child:after{
    display: none;
}
.header .menu ul li a:hover{
    border-bottom: 6px solid #0a5ea9
}
.banner{
    background-image: url('../img/banner.png');
    width: 100%;
    background-size: cover;
    height: 700px;
    margin-top: 87px;
}

.banner .banner_content{
    width: 80%;
    padding-top: 5rem;
}
.banner .banner_content h1{
    position: relative;
}
.banner .banner_content .mast_Date{
    display: inline-block;
    padding: 10px 25px;
    border-radius: 30px;
}
.comBorderBottom:after{
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    bottom: 0;
    background:#ffbe00;
    left: 50%;
    transform: translate(-50%);
}
.outcome_circle .circleTitle.comBorderBottom:after{
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    bottom: 0;
    background:#fff;
    left: 50%;
    transform: translate(-50%);
}
.banner .banner_content p{
    font-size: 18px;
}
.feature-boxes{
    padding: 0 3rem;
}
.feature_slider{
    margin:auto
}
.feature_slider .item{
    background:#ffbe00;
    padding: 15px;
    overflow: hidden;
}

.feature_slider .item img{
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.feature_slider .item .cm-box{
    min-height: 10rem;
}
.feature_slider .item .ft-img-area {
    min-height: 28rem;
}
/* .feature_slider .item .ft-box1 img{
    max-width: 80%;
    right: -30px;
    top:-15px;
} */
.feature_slider .item .ft-box1:hover img,
.feature_slider .item .ft-box2:hover img{
    transform: translate(0px, -15px);
}
.feature_slider .item .ft-box2 .ft-img-area{
    text-align: center;
}
.feature_slider .item .ft-box2 .ft-img-area img{
    width: 60%;
    top:25px
}
.feature_slider .item .ft-box3 .ft-img-area img{
    right:-50px
}
.feature_slider .item .ft-box3:hover img{
    right: -25px;
}

.feature_slider .item .ft-box4 .ft-img-area img{
    width: 70%;
    right:-25px
}
.feature_slider .item .ft-box4:hover img{
    transform: translate(0px, 15px);
}
.feature_content{
    margin-top: -45px;
}
.feature_content h3{
    color: #fff;
    line-height: 32px;
    font-size: 2rem;
    letter-spacing: 1px;
}
.feature_content p{
    color: #0a5ea9;
    font-size: 24px;
    line-height: 24px;
}
.hp-quote .lead{
    width: 60%;
    margin:auto
}
.hp-quote{
    background:#f5f6f7;
    position: relative;
    overflow: hidden;
}
.hp-quote:before{
    position: absolute;
    content: '';
    background: url('../img/Quotes-BG-R.png') no-repeat;
    right:0;
    width: 135px;
    height: 204px;
    top:0;
    background-size: 80%;
    background-position: top right;
}
.hp-quote:after{
    position: absolute;
    content: '';
    background: url('../img/Quotes-BG-L.png') no-repeat;
    width: 135px;
    height: 204px;
    bottom:0;
    left:0;
    background-size: 80%;
    background-position: bottom left;
}
.hp-quote .quote_txt p{
    font-size: 24px;
    line-height: 36px;
    position: relative;
    display: inline;
}
.hp-quote .quote_txt p:before{
    position: absolute;
    content: '';
    background: url('../img/Quotes-1.png') no-repeat;
    width: 38px;
    height: 30px;
    top:-15px;
    left: -45px;
}
.hp-quote .quote_txt p:after{
    position: absolute;
    content: '';
    background: url('../img/Quotes-2.png') no-repeat;
    width: 38px;
    height: 30px;
    bottom:0px;
    right: -45px;
}

.outcomes{
    position: relative;
    background: url('../img/Ipad-BG.png') no-repeat;
    width: 100%;
    background-size: cover;
}
.outcome_circle{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background: #f8be01;
    border-radius: 50%;
    height: 34rem;
    overflow: hidden;
}
.outcome_circle p{
    font-weight: 900;
    font-size: 1.6rem;
    line-height: 32px;
    padding: 0px 70px;
    font-family: 'Jost-SemiBold';
}
.hp-quote.quote2:before,
.hp-quote.quote2:after{
    display: none;
}
.framework .pedagogy img{
    width: 40%;
}
.framework .framework_desc{
    width: 82%;
    font-size: 21px;
    line-height: 24px;
    margin:auto
}
.framework .fw_box,
.ylBoxes .fw_box{
    min-height: 500px;
    box-shadow: 0px 4px 7px 3px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 4px 7px 3px rgb(0 0 0 / 20%);
    transition: all 0.4s ease 0s;
}

.framework .fw_box h3{
    position: relative;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.framework .fw_box h3:after{
    position: absolute;
    content: '';
    right:0;
    border-style: solid;
    width: 0;
    height: 0;
    top:6px;
    right:-25px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #0a5ea9;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.framework .fw_box:hover h3:after{
    right:-35px
}

.ylBoxes{
    min-height: 49rem;
    padding-bottom: 0!important;
}
.ylBoxes .fw_box{
    background: #f8be01;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.ylBoxes .fw_box:hover{
    background: #fff;
}
.ylBoxes .fw_box p{
    font-size: 16px;
    line-height: normal;
    padding: 0px 15px;
    text-align: left;
    padding-top: 10%;
    min-height: 13rem;
    color: #575354;
    display: none;
}

.ylBoxes .fw_box:hover {
    transform: translate(-0px, -35px);
}
.ylBoxes .fw_box:hover p{
    display: block;
}
.ylBoxes .fw_box{
    padding-bottom: 15px;
}
.hover-switch{
    min-height: 320px;
}
.hover-switch > img{
    position: absolute;
    right: 0;
    width: 90%;
    transform: translate(-50%);
    left: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.hover-switch > img:last-of-type {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
  }

.ylBoxes .fw_box:hover >.hover-switch img:last-of-type {
    opacity: 0;
}
.faculty-slider .item{
    min-height: 30rem;
    margin:0px 5px;
    text-align: center;
    background: #fff;
    margin-top: 30px;
    box-shadow: 0px 0px 6px 1px rgb(0 0 0 / 16%);
    transition: all 0.4s ease 0s;
}
.faculty-slider .faculty_img{
    width: 75%;
    margin:auto;
    padding-top: 3rem;
    margin-bottom: 2rem;
    filter: grayscale(100%);
}
.faculty_name{
    font-size: 16px;
    font-style: italic;
}
.faculty-slider .item:hover{
    transform: scale(1.1);
}
.faculty-slider .item:hover img{
    filter: grayscale(0%);
}
.about p{
    font-size: 24px;
    line-height: 40px;
}

.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}
.info-blocks__list {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    /* padding: 0 4%; */
    transition: ease-in-out .3s;
}
.info-blocks__list-item {
    padding: 0 20px;
    width: 33.333%;
    transition: ease-in-out .3s;
}

.info-blocks__block {
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    height: 420px;
    position: relative;
    transition: ease-in-out .3s;
    background: #fff;
    box-shadow: 0 1px 8px rgb(0 0 0 / 10%);
}
.info-blocks__block-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: ease-in-out .3s;
}
.info-blocks__block-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 328px;
}
.info-blocks__block-content {
    width: 100%;
    z-index: 2;
    padding: 30px;
    position: relative;
    transition: ease-in-out .3s;
}
.info-blocks__block h3 {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out .3s;
}
.info-blocks__block h3:after {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-color: #0a5da9 transparent transparent transparent;
    border-style: solid;
    border-width: 15px 10px 0;
    transform: rotate(-90deg);
    transition: .3s ease-in-out;
    content: '';
}
.info-blocks__block-panel {
    opacity: 0;
    width: 0;
    overflow: auto;
    max-height: 319px;
    transition: ease-in-out .3s;
}

.info-blocks__list.is-open .info-blocks__list-item.is-active {
    width: calc(100% - 240px);
}
.info-blocks__list.is-open .info-blocks__list-item.is-active .info-blocks__block-img {
    width: 349px;
}
/* media me dalna h isko */
.info-blocks__list.is-open .info-blocks__list-item.is-active .info-blocks__block-content {
    padding-left: 300px;
}
/*  */

.info-blocks__list.is-open .info-blocks__list-item.is-active .info-blocks__block-content h3:after {
    border-color: #FFBE02 transparent transparent transparent;
    transform: none;
}

.info-blocks__list.is-open .info-blocks__list-item.is-active .info-blocks__block-panel {
    width: 100%;
    opacity: 1;
}

.info-blocks__list.is-open .info-blocks__list-item:not(.is-active) {
    width: 140px;
}

.info-blocks__list.is-open .info-blocks__list-item:not(.is-active) .info-blocks__block h3 {
    position: absolute;
    top: 110px;
    left: -5px;
    transform: rotate(-90deg);
    justify-content: center;
    height: 90px;
}


.touchBtn{
    background: #ffbe00;
    border: none;
    position: fixed;
    right: 22px;
    top: 30%;
    transform: rotate(-90deg);
    transform-origin: right;
    padding: 18px 40px;
    border-radius: 45px 45px 0px 0px;
    font-family: 'Jost-Medium';
    z-index: 99;
}

.touchBtn:hover,
.touchBtn:focus{
    background: #0a5ea9;
    color: #fff;
    outline: none;
}
.modal-content {
    background-color: #efefef;
    padding: 20px;
}
.modal-header {
    border-bottom: 5px solid #0a5ea9;
    padding: 0.8rem 1.5rem;
}
.getinTouchForm .modal-body {
    padding: 0;
}
.getinTouchForm .hubspot-form{
    width: 100%;
    height: 600px;
}
.close{
    opacity: 1;
    outline: none;
}
.close:focus{
    outline: none;
}
.ipadImg{
    width: 85%;
}
/* scroll animation css */
.slick-dots li{
    width: auto!important;
    height: auto!important;
}
.slick-slider .slick-dots li{
    margin: 0 4px!important;
}
/* .outcomeSlider .slick-dots li,
.feature_slider .slick-dots li,
.faculty-slider .slick-dots li{
    margin:0;
    transition: .3s ease-in-out;
    width: 10px;
    height: 10px;
    margin:0px 7px
} */

.slick-slider .slick-dots li button{
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border: 0;
    border-radius: 10px;
    background: #0080af;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.outcomeSlider.slick-slider .slick-dots li button{
    background: #fff;
}

.slick-slider .slick-dots li.slick-active button {
    width: 30px;
    background: #0a5ea9;
}
/* .outcomeSlider .slick-dots li button{
    
} */
/* .outcomeSlider .slick-dots li.slick-active button,
.feature_slider .slick-dots li.slick-active button,
.faculty-slider .slick-dots li.slick-active button{
    background: #0a5ea9;
    border-radius: 10px;
    width: 20px;
    transition: .3s ease-in-out;
} */
.cohort-date{
    position: fixed;
    top:85px;
    left: 0;
    right:0;
    z-index: 99;
    display: none;
}
.cohort-date p{
    font-size: 16px;
    font-weight: 600;
}
.header .menu ul{
    align-items: center;
}
.header .menu ul li a.contactBtn{
    background: #0a5da9;
    color: #fff;
    border-radius: 30px;
    border:none;
    text-decoration: none;
    outline: none;
    padding: 7px 25px;
    margin-left: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;

}
.header .menu ul li a.contactBtn:focus{
    text-decoration: none;
    outline: none;
}
.header .menu ul li a.contactBtn:hover{
    background: #ffbe00;
}
.header .menu ul li:last-child a:hover{
    border:none
}
/* .header.header-scrolled .menu ul li a{
    padding: 12px 18px 11px;
} */