@import url(../fonts/fonts.css);
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.wrapper {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%
}

@media (min-width:1250px) {
    .wrapper {
        width: 1170px;
        padding: 0 0px;
    }
}

a {
    outline: none;
    border: none;
}

.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
}

.wrapper:after {
    clear: both;
}

body {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #080000;
    font-family: 'Helvetica';
    overflow-x: hidden;
    font-weight: 400;
}

.element {
    position: fixed;
    left: 0;
    /* top: 0; */
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
}

.element-item {
    position: fixed;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
}

.element-item {
    border: 2px solid #fff;
}

img {
    vertical-align: middle;
    max-width: 100%;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: line;
    height: auto;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400;
}

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

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

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

.font-weight-bold {
    font-weight: bold;
}

.w-100 {
    width: 100%
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

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

a {
    text-decoration: none;
}

.header {
    padding: 20px 0;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    background: transparent linear-gradient(180deg, #000 0, transparent) repeat scroll 0 0;
}

.mb-25 {
    margin-bottom: 25px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-sticky {
    position: sticky;
}

.right-navigation a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-right: 60px;
}

.btn.btn-border-white {
    line-height: 30px;
    display: inline-block;
    width: 176px;
    text-align: center;
    background-position: center center;
    background-size: cover;
    border: 1px solid #ffb000;
    color: #ffb000;
    transition: all 0.6s;
}

.btn.btn-border-white:hover {
    background: #ffb000;
    color: #121110;
}

.btn-left {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px;
}

.btn-container .btn {
    vertical-align: middle;
    height: 46px;
    position: relative;
}

.btn-container .btn::before {
    content: url(../images/bottom-top.png);
    position: absolute;
    left: 0;
    top: -19px;
}

.btn-container .btn::after {
    content: url(../images/btn-bottom.png);
    position: absolute;
    left: 0;
    bottom: -17px;
}

.box-div {
    padding: 30px 50px;
    position: relative;
    border: 1px solid #f1af00;
    transform: skew(-20deg);
    border-bottom-width: 3px;
    transition: 0.3s;
}

.box-div p {
    text-transform: uppercase;
    transform: skew(20deg);
}

.right-navigation a:last-child {
    margin-right: 0px;
}

.right-navigation a span {
    margin-right: 15px;
}

.banner-text {
    margin: auto;
    left: 0;
    right: 0;
    bottom: 50px;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 0;
}

.f-30 {
    font-size: 30px;
}

.f-20 {
    font-size: 20px;
}

.f-25 {
    font-size: 25px;
}

.justify-content-between {
    justify-content: space-between;
}

.box-div span {
    color: #edb41c;
}

.box-div p {
    text-transform: uppercase;
    font-style: italic;
}

.industry-demand {
    padding: 50px 0;
}

.industry-demand h3 {
    position: relative;
    margin-right: 55px;
}

.industry-demand h3::before {
    content: "";
    width: 100vw;
    position: absolute;
    height: 3px;
    background: #edb41c;
    /* position: absolute; */
    right: 100%;
    top: 50%;
    margin-top: -1.5px;
    margin-right: 20px;
}

.box-div+.box-div {
    margin-right: -40px;
}

.creative {
    padding: 100px 0;
    position: relative;
}

.creative .heading {
    margin-bottom: 30px;
}

.heading {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    position: relative;
    display: inline-block;
    line-height: 1;
}

.line-left::before {
    content: "";
    height: 1px;
    width: 100vw;
    background: #eba100;
    position: absolute;
    bottom: -8px;
    right: 0;
}

.line-left::after {
    content: "";
    background: #eba100;
    height: 3px;
    width: 280px;
    position: absolute;
    bottom: -9px;
    right: 0;
}

.heading span {
    font-weight: 400;
}

.text-uppercase {
    text-transform: uppercase;
}

.flex-column {
    flex-direction: column;
}

.line-right:after {
    right: inherit;
    left: 0;
}

.line-right:before {
    right: inherit;
    left: 0;
}

.company-list h3 {
    margin-bottom: 30px;
}

.align-items-end {
    align-items: flex-end;
}

.creative-logos {
    width: 260px;
    text-align: center;
    padding-top: 70px;
}

.creative-logo {
    padding-top: 40px;
}

.company-list li {
    list-style: none;
    font-size: 18px;
    line-height: 2;
    position: relative;
    color: #edb41c;
}

.company-list li svg {
    position: relative;
    top: -3px;
    width: 10px;
}

.creative::before {
    content: "";
    background: url(../images/dots.png);
    position: absolute;
    height: 140px;
    width: 40%;
    right: 0;
    top: 60px;
    background-repeat: repeat-x;
    background-position: left center;
}

.project-logo {
    margin: 20px 30px;
}

.project-on h2 {
    margin-bottom: 40px;
}

.program {
    padding: 130px 0 0;
    background-image: url(../images/program-bg.png);
    background-repeat: no-repeat;
    background-position: center 180px;
}

.full-width:after {
    width: 100%;
}

.creative::after {
    content: "";
    background: url(../images/dots.png);
    position: absolute;
    height: 140px;
    width: 40%;
    left: 0;
    bottom: 0;
    background-repeat: repeat-x;
    background-position: left center;
}

.dots {
    width: 303px;
    height: 140px;
    background-image: url(../images/dots.png);
    background-repeat: repeat-x;
    margin: 0 40px;
}

.small-heading {
    font-size: 30px;
}

.term {
    padding-top: 155px;
}

.term-day {
    text-align: center;
    font-size: 30px;
    position: relative;
}

.term-day span {
    display: block;
    font-size: 110px;
    line-height: 1;
    color: #e38f00;
    margin-top: -14px;
    font-weight: 700;
    margin-bottom: -12px;
}

.term .wrapper {
    max-width: 980px;
}

.term-column {
    padding: 0 25px;
}

.term-row {
    margin: 0 -25px;
}

.term-column {
    padding: 0 25px;
    width: 33.333%;
    transition: transform 0.6s ease-in-out;
    transform: translateY(0px);
}

.term-column:hover {
    transform: translateY(-50px);
}

.box-content p {
    min-height: 140px;
    margin-top: 30px;
}

.box-content h4 {
    margin-top: 30px;
}

.box-content {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    padding: 0 20px;
}

.btn-program .btn {
    margin-top: 50px;
}

.who-we-are {
    padding: 200px 0 80px;
}

.who-we-are h2 {
    margin: 0 0 30px;
}

.who-we-are p {
    max-width: 440px;
}

.degree-pathway {
    font-size: 16px;
    color: #ecae00;
    text-align: center;
    line-height: 62px;
    border: 2px solid #ecae00;
}

.flex-row {
    margin: 0 -20px;
}

.flex-column {
    padding: 0 20px;
}

.degree-path-way {
    padding-right: 85px;
    margin-top: 105px;
}

.degree-path-way .flex-column {
    position: relative;
}

.degree-path-way .flex-column+.flex-column::before {
    background: url(../images/path-way-arrow.png);
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    left: -5px;
    top: 50%;
    margin-top: -6px;
}

.unversity-row .flex-column:before {
    content: none !important;
}

.dots-erticle {
    margin: 90px 0 0;
}

.unversity-row {
    margin-top: 52px;
}

.interested {
    padding: 100px 0;
}

.interested h2 {
    margin-bottom: 20px;
}

.the-school .wrapper {
    width: 1300px;
}

.school-row {
    margin-top: 110px;
    margin-left: -5px;
    margin-right: -5px;
}

.school-row .width-33 {
    padding: 0 5px;
}

.plus-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: ease-in-out 0.3s;
    z-index: 1;
}

.school-image {
    position: relative;
}

.school-image:after {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

.about-school-text {
    position: absolute;
    left: 0;
    padding: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.6s;
    z-index: 1;
}

.about-school-text h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.about-school-text ul {
    margin-left: 15px;
    line-height: 24px;
}

.school-box:hover .plus-icon {
    opacity: 0;
    visibility: hidden
}

.school-box {
    cursor: pointer;
}

.school-box:hover .about-school-text {
    opacity: 1;
    visibility: visible;
}

.d-block {
    display: block;
}

h2.d-block {
    margin-top: 10px;
}

.student-testimonial {
    padding: 190px 0 0;
}

.color-text {
    color: #ecab00;
}

.testimonial-item {
    padding: 50px 0px 80px 50px;
}

.user-image {
    margin-right: 55px;
}

.user-text {
    width: 580px;
}

.user-image {
    width: 282px;
    position: relative;
}

.testimonial-slide .slick-arrow {
    position: absolute;
    width: 12px;
    height: 22px;
    border: none;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0px;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-slide .slick-next {
    background-image: url(../images/right-arrow.png);
}

.testimonial-slide .slick-prev {
    background-image: url(../images/left-arrow.png);
}

.testimonial-slide .slick-dots {
    text-align: center;
    padding: 0;
    margin: 20px 0 0;
}

.testimonial-slide .slick-dots li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.testimonial-slide .slick-dots li button {
    border: none;
    outline: none;
    font-size: 0;
    border: 1px solid #e28b00;
    height: 12px;
    width: 12px;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 5px;
    display: block;
}

.testimonial-slide .slick-dots li.slick-active button {
    background-color: #e28b00;
}

.viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.scroll-container {
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.gs_reveal {
    opacity: 0;
    visibility: hidden;
    transition: transform 0s;
}

.mentor-portfoli-slider .slick-slide img {
    width: 100%;
}

.cv-carousel .cv-nav {
    position: absolute;
    right: -60px;
    bottom: 0;
    transform: none;
    top: inherit;
    margin: 0;
}

.cv-carousel .cv-nav .cv-prev,
.cv-carousel .cv-nav .cv-next {
    margin: 0;
    background-color: #ecab00;
    font-size: 0;
    width: 60px;
    height: 45px;
    border-radius: 0px;
    padding: 0px;
    outline: none;
    background-repeat: no-repeat;
    background-position: center center;
}

.cv-carousel .cv-nav .cv-prev {
    margin-bottom: 60px;
    background-image: url(../images/scroll-btn.png);
    ;
}

.cv-carousel .cv-nav .cv-next {
    background-image: url(../images/scroll-btn-bottom.png);
}

.student-image img {
    max-height: 240px;
    width: auto;
}

.student-image {
    display: flex;
    width: auto;
    flex-wrap: wrap;
    align-items: flex-start;
    align-self: flex-start;
    width: 5315px;
}

.horizontal-scroll {
    overflow-y: auto;
    padding-left: 55px;
    margin-top: 90px;
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 80px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #eba100 !important;
    opacity: 1 !important;
}

.element-item.swipericon::before {
    font-family: Font Awesome\ 5 Pro;
    content: "\f07e";
    position: absolute;
    font-size: 10px;
    left: 50%;
    color: #fff;
    top: 50%;
    width: 10px;
    height: 10px;
    font-weight: 100;
    line-height: 10px;
    margin: -5px 0 0 -5px;
    background: none;
}

.term-box-inner {
    width: 100%;
    height: 687px;
    transform: skewY(16deg);
    border: 2px solid #ffb000;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.term-box-inner>* {
    transform: skewY(-16deg);
}

.term-box-inner:hover .box-hover {
    opacity: 1;
}

.box {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.box-hover {
    opacity: 0;
    transition: ease-in-out 0.6s;
}

.box-header {
    position: relative;
    width: 100%;
    height: 240px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-mask: linear-gradient(rgba(0, 0, 0, 1) 0% 80%, rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(rgba(0, 0, 0, 1) 0% 80%, rgba(0, 0, 0, 0) 100%);
}

.box-hover-image-first {
    position: relative;
    width: 100%;
    height: 314px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-hover-image-second {
    position: absolute;
    width: 100%;
    height: 314px;
    top: 229px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.box-hover-image-third {
    position: absolute;
    width: 100%;
    height: 313px;
    top: 458px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#box-1-header {
    background-image: url(../images/qg1.png);
}

#box-2-header {
    background-image: url(../images/file.png);
}

#box-3-header {
    background-image: url(../images/file.png);
}

#box-1-hover-image-1 {
    background-image: url(../images/file.png);
}

#box-1-hover-image-2 {
    background-image: url(../images/file.png);
}

#box-1-hover-image-3 {
    background-image: url(../images/file.png);
}

#box-2-hover-image-1 {
    background-image: url(../images/file.png);
}

#box-2-hover-image-2 {
    background-image: url(../images/file.png);
}

#box-2-hover-image-3 {
    background-image: url(../images/file.png);
}

#box-3-hover-image-1 {
    background-image: url(../images/file.png);
}

#box-3-hover-image-2 {
    background-image: url(../images/file.png);
}

#box-3-hover-image-3 {
    background-image: url(../images/file.png);
}

.box:hover .box-content {
    opacity: 0;
}

.horizontal-grid-wrap {
    overflow-x: hidden;
    top: 0;
    overflow-y: hidden;
}

div#btn-container {
    margin-top: 20px;
}

@media(min-width:1200px) {
    .testimonial-slide .slick-next {
        right: -60px;
    }
    .testimonial-slide .slick-prev {
        left: -60px;
    }
}

.user-image::after {
    content: "";
    background-image: url(../images/circle-dark-small.png);
    width: 324px;
    height: 325px;
    position: absolute;
    left: -20px;
    top: -20px;
}

.user-image::before {
    content: "";
    background-image: url(../images/circle-dark.png);
    width: 378px;
    height: 380px;
    position: absolute;
    left: -45px;
    top: -45px;
}

.quote-image,
.color-text {
    margin-bottom: 15px;
}

.bottom-heading {
    padding: 0 10px;
    line-height: 70px;
    background: #e49300;
}

.testimonial-bg {
    background-image: url(../images/testimonial-bg.png);
    background-position: 140px center;
    background-repeat: repeat-y;
}

.tesimonial {
    margin-top: 120px;
}

.tesimonial {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

.student-gallery {
    padding: 130px 0 0;
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.scroll-btn {
    width: 50px;
    background: #fda400;
    border-radius: 50%;
    line-height: 50px;
    display: inline-block;
    margin: 0 5px;
    height: 50px;
}

#portfolio_horizontal_container .portfolio_item img {
    float: left;
    width: auto;
    position: relative;
    z-index: 1;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.grid-item-holder {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

#gallery-mages {
    margin-top: 80px;
}

.box-media-zoom.popup-image {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fda400;
    z-index: 1;
    width: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #8d5700;
    font-size: 20px;
    opacity: 0;
    transition: ease-in-out 0.6s;
}

.grid-item-holder:hover .box-media-zoom.popup-image {
    opacity: 1;
}

.full-height {
    height: 80vh;
}

#wrapper {
    width: 100%;
    position: relative;
    float: left;
    padding-top: 90px;
    left: 0;
    z-index: 5;
    height: 100vh;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
    height: 90vh;
}

#portfolio_horizontal_container {
    height: 100%;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

#portfolio_horizontal_container .portfolio_item .grid-item-holder {
    width: auto;
    height: 100%;
}

#portfolio_horizontal_container .portfolio_item {
    width: auto;
    height: 100%;
    float: left;
    padding: 3px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#portfolio_horizontal_container.two-ver-columns .portfolio_item {
    height: 50%;
}

.gallery-slider {
    margin-top: 140px;
    padding: 0 2% 0 2%;
    position: relative;
}

.left-gallery-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-thumbnail {
    position: absolute;
    width: 25%;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    padding-right: 60px;
    min-height: 100%;
}

.large-image {
    position: relative;
    height: auto;
    left: 0;
    width: 75%;
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
    background-position: center center;
    background-size: 100% auto;
}

.youtube-video {
    padding: 70px 0 0;
}

.youtube-video .wrapper {
    max-width: 800px;
}

.student-gallery .slick-arrow {
    position: absolute;
    right: -75px;
    width: 75px;
    background-color: #eba100;
    border: none;
    font-size: 0;
    height: 45px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}

.student-gallery .slick-next {
    background-image: url(../images/scroll-btn-bottom.png);
    bottom: 0;
}

.student-gallery .slick-prev {
    background-image: url(../images/scroll-btn.png);
    bottom: 150px;
}

.large-image img {
    width: 100%;
}

.thumbImg img {
    width: 100%;
}

.slick-vertical .slick-slide {
    border: none;
    padding: 0;
}

.thumbImg {
    width: 50%;
    padding: 0 2.5px;
    float: left;
    margin: 5px 0 0px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.thumbImg::before {
    content: "+";
    position: absolute;
    border: 1px solid #ecab00;
    z-index: 1;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 30px;
    opacity: 0;
    transition: all 0.6s;
}

.thumbImg::after {
    content: "";
    background-image: url(../images/gallery-hover.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background-repeat: repeat-x;
    z-index: 1;
    opacity: 0;
    transition: all 0.6s;
    top: 0;
}

.thumbImg.active::after {
    opacity: 1;
}

.thumbImg.active::before {
    opacity: 1;
}

.thumbImg:hover:after {
    opacity: 1;
}

.thumbImg:hover:before {
    opacity: 1;
}

.student-gallery .slick-next::before {
    content: "Scroll";
    position: absolute;
    font-size: 16px;
    left: 15px;
    color: #fff;
    top: -60px;
    transform: rotate(-90deg);
    cursor: none;
}

.gallery-text {
    position: absolute;
    left: calc((100% - 1200px) / 2);
    bottom: 40px;
}

.slick-vertical .slick-slide {
    outline: none;
}

.large-dots {
    display: inline-block;
    width: 670px;
    margin-top: 40px;
}

.bottom-heading a {
    text-decoration: none;
    color: #fff;
    display: block
}

section.copy-right {
    padding: 40px 0;
    border-top: 1px solid #ffb900;
}

p.copy-right {
    font-size: 12px;
    margin-top: 20px;
}

.btn-border {
    display: inline-block;
    font-size: 16px;
    color: #f0f0f0;
    background: #121110;
    padding: 10px 20px;
    color: #ffb000;
    text-transform: uppercase;
    font-size: 20px;
    border: 1px solid #ffb000;
    width: 260px;
    text-align: center;
    height: 44px;
    letter-spacing: 0.12em;
    transition: all 0.6s;
}

.btn-border:hover {
    background-color: #ffb000;
    color: #121110;
}

.interested .btn-border {
    margin-top: 50px;
}

.middle-address {
    padding: 0 70px;
    border-left: 2px solid #f1af00;
    border-right: 2px solid #f1af00;
    height: 100%;
}

.address-certification {
    padding-left: 70px;
}

.address {
    padding: 80px 0;
}

.address p {
    font-size: 20px;
    line-height: 1.5;
}

.footer-logo {
    margin: 80px 0;
}

.software-icon {
    margin: 0 20px;
}

.footer-bottom h3 {
    font-size: 20px;
    line-height: 1.75;
    color: #f1af00;
    font-weight: 500;
    margin: 0 0 40px;
    padding: 0 40px;
}

.footer-bottom h3 strong {
    font-weight: bold;
}

.footer-bottom h3+p {
    font-size: 14px;
    line-height: 30px;
}

.mobile-display {
    display: none;
}

.desktop-display {
    display: block;
}

.mentor-slider .slick-dots {
    text-align: right;
    padding-right: 200px;
    margin-top: 25px;
    position: relative;
    z-index: 12;
}

.mentor-slider .slick-dots li {
    display: inline-block;
}

.mentor-slider .slick-dots button {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: #3e3b3b;
    font-size: 0;
    cursor: pointer;
    margin: 6px 6px;
    position: relative;
    transition: all 0.6s ease-in-out;
    outline: none;
}

.mentor-slider .slick-dots button:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    border: 2px solid transparent;
    top: -4px;
    left: -4px;
    transition: all 0.6s ease-in-out;
}

.mentor-slider .slick-dots li.slick-active button:before {
    border-color: #fff;
}

.mentor-slider .slick-dots li.slick-active button {
    background: transparent;
}

.mentor-slider .slick-dots {
    text-align: right;
    padding-right: 200px;
    margin-top: 25px;
    position: relative;
    z-index: 12;
}

section.project-on {
    padding: 0 0 100px;
}

.mentor-names {
    border-top: 1px solid #eba100;
    border-bottom: 1px solid #eba100;
}

.mentor-name {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    cursor: pointer;
    transition: background 0.6s ease-in-out;
    outline: none;
    border: none;
}

.mentor-name h4 {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.mentor-text {
    max-width: 60%;
    padding-left: 30px;
}

.about-mentor {
    margin-top: -150px;
    position: relative;
}

.mentor-image {
    position: relative;
}

.mentor-portfoli-slider .mentor-image:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 30%;
    background: linear-gradient(0deg, #000, transparent);
}

.mentor-image:before {
    content: "";
    /*background-image: url(../images/mentor-before.png);*/
    position: absolute;
    bottom: 100%;
    left: 0;
    height: 100%;
    right: 0;
    background-position: bottom center;
    background-repeat: repeat-x;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(235, 161, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(235, 161, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(235, 161, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eba100', GradientType=0);
}

.mentor-text h4 {
    font-size: 25px;
    margin: 25px 0;
    text-transform: uppercase;
}

.mentor-text p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.name-slider .owl-item.active.current .mentor-name {
    background: #eba100;
}

.white-popup {
    position: relative;
    background: #080000;
    padding: 25px;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

#contact-form form input[type="text"],
#contact-form form textarea,
#contact-form form select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    font-size: 14px;
    color: #fff !important;
    padding: 12px 0;
    font-family: 'Helvetica' !important;
}

#contact-form form label._form-label {
    font-size: 14px;
    font-weight: normal !important;
}

#contact-form form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/select-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-color: #080000;
}

div#contact-form form {
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

div#contact-form ._form-content {
    display: flex;
    flex-wrap: wrap;
}


/*div#contact-form ._form-content ._form_element {
	width: 50%;
	padding: 0 40px;
}*/

#contact-form ._html-code p {
    font-size: 12px;
}

div#contact-form ._submit {
    background: transparent !important;
    width: 200px;
    position: static;
    right: 40px;
    bottom: 40px;
    border: 2px solid #e19004 !important;
    border-radius: 0px !important;
    font-size: 14px !important;
    color: #ff8102 !important;
    text-transform: uppercase;
    margin-top: 10px;
}

div#popup-form h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}

button.mfp-close {
    color: red !important;
    opacity: 1 !important;
    font-size: 50px;
}

#_form_601BD50227FAD_ input[type="text"]._has_error,
#_form_601BD50227FAD_ textarea._has_error {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.mentor-name .d-flex {
    height: 100%;
    width: 100%;
}

.slick-current.mentor-name {
    background-color: #eba100;
}

section {
    overflow-x: hidden;
}

@media(min-width:960px) {
    .width-60 {
        width: 60%;
    }
    .width-40 {
        width: 40%;
    }
    .width-50 {
        width: 50%;
    }
    .width-33 {
        width: 33.3333%;
    }
    .mentor-text {
        position: absolute;
        left: 247px;
        bottom: 0;
    }
}

@media(max-width:768px) {
    .d-flex {
        flex-wrap: wrap
    }
    .mobile-display {
        display: block;
    }
    .desktop-display {
        display: none;
    }
    .banner-logo img {
        max-width: 190px;
    }
    .btn-border {
        width: 210px;
    }
    .right-navigation a {
        margin-right: 0px;
    }
    .right-navigation .btn.btn-border-white {
        display: none
    }
    .right-navigation a {
        font-size: 0;
    }
    .industry-demand h3 {
        margin-right: 0px;
        margin-left: 70px;
    }
    .mobile-first {
        margin-top: 20px;
    }
    .box-div p {
        font-size: 16px;
    }
    .mobile-first,
    .mobile-second {
        padding: 20px;
        padding-left: 43px;
        margin-left: -40px;
        padding-right: 25px;
        margin-bottom: 30px;
    }
    .mobile-second {
        margin-right: -100px !important;
        margin-left: 60px;
        padding-right: 60px;
    }
    .btn-container .btn::before {
        content: "";
        position: absolute;
        left: 0;
        top: -11px;
        width: 100%;
        background: url(../images/bottom-top.png);
        height: 10px;
        background-size: 100% auto;
    }
    .btn-container .btn::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -11px;
        width: 100%;
        background: url(../images/btn-bottom.png);
        height: 10px;
        background-size: 100% auto;
    }
    .btn-left {
        width: 80px;
    }
    .banner-text {
        padding: 20px 0;
    }
    .creative .heading {
        font-size: 40px;
    }
    .creative::before {
        background: url(../images/dots.png);
        height: 90px;
        width: 55%;
        right: 0;
        top: -46px;
        background-repeat: repeat-x;
        background-position: left center;
        background-size: auto 100%;
    }
    .f-25 {
        font-size: 16px;
    }
    .company-list {
        padding-left: 40px;
    }
    .creative-right .d-flex {
        flex-wrap: nowrap;
    }
    .creative-logos {
        width: 140px;
    }
    .creative-logo {
        padding-top: 30px;
    }
    .logo-mobile-margin {
        margin-left: -15px;
        margin-right: -15px;
    }
    section.project-on .heading {
        font-size: 37px;
    }
    h2.heading {
        font-size: 30px;
    }
    .term-column {
        width: 100%;
        margin-top: 90px;
    }
    .term-box-inner {
        height: 687px;
        max-width: 297px;
        margin: auto;
    }
    .term-box {
        position: relative
    }
    .term-day {
        position: absolute;
        bottom: -60px;
        right: 30px;
    }
    .box:before {
        transform: skewY(15deg)
    }
    .term {
        padding-top: 10px;
    }
    .term-row .term-column:last-child {
        margin-bottom: 100px;
    }
    .program {
        background-image: url(../images/program-bg-mobile.png);
    }
    .unversity-row {
        flex-wrap: nowrap;
    }
    .flex-column {
        padding: 0 5px;
    }
    .width-33 {
        width: 100%;
    }
    .flex-row {
        margin: 0 -5px;
    }
    .degree-path-way {
        padding-right: 0;
        margin-top: 0;
    }
    .degree-pathway {
        font-size: 13px;
        max-width: 162px;
        margin: 30px auto;
    }
    .school-box {
        margin: 10px 0;
    }
    .bottom-heading {
        font-size: 15px;
    }
    .middle-address {
        padding: 20px 0 30px;
        border: none;
        color: #ffba00
    }
    .address-certification {
        padding-left: 0px;
    }
    .copy-right p {
        font-size: 17px;
    }
    .address {
        padding: 40px 0;
        margin-top: 40px;
        position: relative;
    }
    .software-icon {
        margin: 0 5px;
        max-width: 85px
    }
    .address:before {
        content: "";
        height: 1px;
        width: 100vw;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #ffb900;
        left: -15px;
    }
    .about-mentor {
        margin-top: 20px;
    }
    .mentor-slider .slick-dots {
        margin-top: 10px;
        text-align: center;
        padding-right: 0px;
    }
    .about-mentor .mentor-image {
        display: none;
    }
    .mentor-text {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        width: 785px;
    }
    .mentor-text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .mentor-text h4 {
        font-style: 16px;
        margin: 15px 0;
    }
    .large-image {
        position: static;
    }
    .student-testimonial {
        padding: 40px 0 0;
    }
    .testimonial-bg {
        background-image: none;
    }
    .student-testimonial .wrapper {
        padding: 0px;
    }
    .user-image {
        width: 282px;
        position: relative;
        display: block;
        margin: auto;
    }
    .student-testimonial .heading {
        margin-right: 20px;
    }
    .user-text {
        margin-top: 70px;
        padding: 20px;
        background-image: url(../images/testimonial-bg.png);
        background-repeat: repeat-y;
    }
    .gallery-slider {
        margin-top: 50px;
        padding: 0px;
    }
    .gallery-thumbnail {
        position: static;
        width: 100%
    }
    .slick-slide {
        outline: none;
    }
    .testimonial-item {
        padding: 0;
    }
    .large-image {
        width: 100%;
    }
    .mentor-names {
        padding-left: 50px;
        padding-right: 50px;
    }
    .mentor-names .slick-arrow {
        position: absolute;
        font-size: 0;
        border: none;
        height: 18px;
        width: 17px;
        background-color: transparent;
        border: none;
        outline: none;
        top: 50%;
        transform: translateY(-50%);
    }
    .mentor-names .slick-next {
        background-image: url(../images/right-arrow-mentor.png);
        right: -30px;
    }
    .mentor-names .slick-prev {
        background-image: url(../images/left-arrow-mentor.png);
        left: -30px;
    }
    .degree-path-way .flex-column+.flex-column::before {
        top: 0;
        margin-top: -6px;
        transform: rotate(90deg);
        margin-left: -06px;
        left: 50%;
    }
    .dots-erticle {
        margin: 30px 0 0;
        height: 100px;
    }
    .youtube-background {
        display: none;
    }
    .thumb-image {
        display: flex
    }
    .horizontal-scroll {
        padding-left: 0px;
    }
    .full-height {
        height: 50vh;
    }
    #portfolio_horizontal_container .portfolio_item,
    #portfolio_horizontal_container .portfolio_item .grid-item-holder,
    #portfolio_horizontal_container .portfolio_item .grid-item-holder img {
        width: 100%;
        height: auto !important;
    }
    .horizontal-grid-wrap {
        overflow: auto !important;
    }
    section {
        overflow-x: hidden;
    }
    .student-gallery::before {
        content: none;
    }
    .student-gallery {
        height: auto;
    }
    .full-height {
        height: auto !important;
        display: inline-block;
    }
    #portfolio_horizontal_container.two-ver-columns .portfolio_item {
        position: static !important;
    }
    #btn-container {
        display: none;
    }
}