/* Minification failed. Returning unminified contents.
(77,118): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.title-lead {
    font-size: 3em;
    color: #404040;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

    .title-lead span {
        color: #fa7920;
        font-size: 1em;
    }

.text-sub {
    color: #666666;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 60px;
}

.light-text {
    color: #fff !important;
}

/* Hero
=================================*/
#heg-bg-color-yellow {
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,221,110,1) 0%, rgba(255,153,0,1) 99%, rgba(255,153,0,1) 100%);
    background: radial-gradient(41% 280%, #FFDE6D -25%, #ff964b 110%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdd6e', endColorstr='#ff9900', GradientType=1 );
}

#heg-bg-color-blue {
    background: radial-gradient(41% 280%,#2196F3 -25%,#00BCD4 110%);
    background: -webkit-radial-gradient(center,ellipse cover,#2196F3 0%,#7dc5ff 99%,#00BCD4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2196F3', endColorstr='#7dc5ff', GradientType=1 );
}

#heg-bg-color-purple {
    background: linear-gradient(-27deg, rgb(194, 48, 17), rgb(90, 20, 77));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65e34', endColorstr='#e65e34', GradientType=1 );
    height: calc(80vh);
    display: table;
    width: 100%;
    position: relative;
}

.overlay-pink-blue {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-radial-gradient(center, ellipse cover, rgba(103, 58, 183, 0.52) 0%, #9C27B0 99%, #9C27B0 100%);
    background: radial-gradient(70% 200%,rgba(103, 58, 183, 0.52) -25%,#9C27B0 110%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#673AB7', endColorstr='#9C27B0', GradientType=1 );
    opacity: 0.7;
}

.overlay-light-purple {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(-27deg, rgb(230, 93, 52), rgb(5, 22, 86));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF5722', endColorstr='#9C27B0', GradientType=1 );
    opacity: 0.5;
}

.overlay-orange {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: -webkit-radial-gradient(center,ellipse cover,rgba(255, 87, 34, 0.49) -25%,rgba(255, 7, 7, 0.23) 110%));
    background: radial-gradient(#e91e63 0%,#ff9800 99%,#ffeb3b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E91E63', endColorstr='#FF9800', GradientType=1 );
    opacity: 0.72;
}

#video-background {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -100;
    background-size: cover;
}

#mobile-bg {
    background: url('/Content/img/media/2016/image19.jpg');
    background-size: cover !important;
    background-position: center center !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.animated {
    -webkit-animation-duration: 9000 ms;
    animation-duration: 9000 ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#owl-demo .item {
    left: 0px;
    top: 0px;
    display: table;
    width: 100%;
    height: 80vh;
    min-height: 700px;
}

    #owl-demo .item #crown {
        position: absolute;
        bottom: 0em;
        width: 100% !important;
        height: auto !important;
    }

    #owl-demo .item #handphone {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    #owl-demo .item #megaphone {
        position: absolute;
        bottom: 10em;
        width: 45% !important;
        height: auto !important;
    }

    #owl-demo .item #cloud {
        position: absolute;
        max-width: 100%;
        top: -14em;
    }

    #owl-demo .item #world {
        position: absolute;
        bottom: 4em;
        width: 69% !important;
        height: auto !important;
        left: 47%;
    }

.owl-text-wrap {
    height: 80vh;
    min-height: 700px;
    display: table;
    z-index: 10;
    position: relative;
}

.owl-text {
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
    position: relative;
}

.owl-text-transparent:before, .owl-text-transparent:after {
    content: '';
    right: 15px;
    position: absolute;
    width: 14px;
    height: 14px;
    background: -o-linear-gradient(45deg,transparent 0%,transparent 50%,#5bd9b3 51%,#5bd9b3 100%);
    background: linear-gradient(45deg,transparent 0%,transparent 99%,#3f3e3c 51%,#3f3e3c 100%);
    z-index: 200;
}

.owl-text-transparent:after {
    content: '';
    right: -53.9%;
    position: absolute;
    background-color: rgba(255,255,255,.15);
    z-index: 9999;
    bottom: 0;
    top: 150px;
    pointer-events: none;
    width: 77.8%;
    height: 72vh;
}

.owl-text-wrap .owl-text .lead {
    font-size: 4em;
    font-family: ProximaNova-Regular;
    line-height: 80px;
    padding: 0;
    font-weight: bold;
    letter-spacing: -2px;
}

.owl-text-wrap .owl-text p {
    font-size: 18px;
    font-family: ProximaNova-Regular;
    line-height: 30px;
    margin-bottom: 30px;
    width: 100%;
}

    .owl-text-wrap .owl-text p.sub-lead {
        width: 75%;
    }

.owl-text-wrap .owl-text h4 a {
    color: #fff;
    font-size: 14px;
    font-family: ProximaNova-Regular;
    line-height: 2em;
    text-decoration: none;
}

.owl-buttons {
    font-size: 3em;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    opacity: 0.5;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: 0px;
    padding: 0px 20px;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 0px;
    padding: 0px 20px;
}

.btn-primary {
    padding: 14px 60px;
    border-radius: 60px;
    font-size: 14px;
    font-family: ProximaNova-Regular;
    background-color: #3F3E3C;
    color: #fff;
    border: none;
    margin-bottom: 30px;
    text-transform: uppercase;
}

    .btn-primary:hover {
        background: #fff;
        color: #ff964b;
        transition: all .65s;
        border: transparent;
    }

    .btn-primary:active:focus {
        background: none;
    }

.btn-white {
    background: #fff;
    color: #3f3e3c;
    border: 2px solid #fff;
    padding: 10px 60px;
}

    .btn-white:hover {
        background: #3f3e3c;
        transition: all .65s;
        color: #fff;
        border: 2px solid #3f3e3c;
    }

/* About
=================================*/
#about {
    margin-top: -3em;
    margin-bottom: 5em;
}

.about-card {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.about-content {
    position: relative;
}

.about-light {
    height: 15em;
    background-color: #f2f2f2;
    padding: 5% 10%;
}

    .about-light h3 {
        font-size: 2.7em;
        color: #404040;
        font-weight: 700;
    }

    .about-light span {
        color: #666666;
        font-size: 18px;
    }

.about-dark {
    background-color: #404040;
    margin-top: -3em;
    z-index: 999;
    padding: 5% 10%;
}

    .about-dark h3 {
        font-size: 1.5em;
        letter-spacing: 0px;
        line-height: 2em;
        font-weight: bold;
        color: #fff;
    }

    .about-dark p {
        color: #ECECEC;
        line-height: 1.5em;
        font-size: 1em;
        margin-bottom: 1em;
    }

    .about-dark a {
        color: #fa7920;
        font-weight: bold;
        font-size: 14px;
    }

    .about-dark::before {
        content: "";
        background: url(../../Content/img/book.svg) no-repeat 14px 19px;
        bottom: 16px;
        left: -6%;
        right: 0;
        top: 8em;
        width: 74px;
        height: 74px;
        position: absolute;
        border-radius: 37px;
        background-color: #fff;
    }

/* Awards
=================================*/
#awards {
    margin-bottom: 0em;
}

.section-heading {
    margin-bottom: 9em;
}

.award {
    width: 100%;
    height: 550px;
    position: relative;
    bottom: 30px !important;
    margin-bottom: 30px !important;
    text-align: center;
    color: #fff;
}

    .award > a {
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
    }

    .award h3 {
        padding-top: 2em;
        font-size: 30px;
    }

.award-first::after {
    content: "";
    position: absolute;
    background: url(../../Content/img/awards/award-first.jpg) no-repeat 46% 1%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.award-first h4, .award-university h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    line-height: 2.5em;
}

    .award-first h4::after,
    .award-university h4::after {
        content: "\f195";
        font-family: FontAwesome;
        padding: 10px;
        -webkit-text-stroke: 2px #1b191a;
        font-size: 0.9em;
    }

.award-university::after {
    content: "";
    position: absolute;
    background: url(../../Content/img/awards/award-university.png) no-repeat 46% 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.award-university h4, .award-second h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    line-height: 2.5em;
}

    .award-university h4::after,
    .award-second h4::after {
        content: "\f195";
        font-family: FontAwesome;
        padding: 10px;
        -webkit-text-stroke: 2px #1b191a;
        font-size: 0.9em;
    }

.award-second::after {
    content: "";
    position: absolute;
    background: url(../../Content/img/awards/award-second.jpg) no-repeat 46% 100%;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.award-second h4, .award-third h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    line-height: 2.5em;
}

    .award-second h4::after,
    .award-third h4::after {
        content: "\f195";
        font-family: FontAwesome;
        padding: 10px;
        -webkit-text-stroke: 2px #1b191a;
        font-size: 0.9em;
    }

.award-third::after {
    content: "";
    position: absolute;
    background: url(../../Content/img/awards/award-third.jpg) no-repeat 61% 89%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

.award-entrepreneur::after {
    content: "";
    position: absolute;
    background: url(../../Content/img/awards/girisim.jpg) no-repeat 61% 89%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    pointer-events: none;
    z-index: -1;
}

.award-entrepreneur h3 {
    padding-top: 6em;
    font-size: 40px;
}

@media only screen and (max-width:991px) {
    .award-entrepreneur h3 {
        padding-top: 3em;
        font-size: 30px;
    }
}

@media only screen and (max-width:991px) {
    .award {
        height: 300px;
    }

    .award-first {
        box-shadow: none;
        margin-top: 15px;
    }

        .award-first h3 {
            padding-top: 2em;
            margin-bottom: 30px;
        }

        .award-first::after {
            background: url(../../Content/img/awards/award-first.jpg) no-repeat 46% 0%;
        }

    .award-third::after {
        content: "";
        background: url(../../Content/img/awards/award-third.jpg) no-repeat 46% 89%;
    }
}

/* Project Book
=================================*/
#project-book {
    background: #f5f5f5;
    width: 100%;
    height: 550px;
    position: relative;
    margin-bottom: 6em;
    margin-top: 8em;
    text-align: center;
}

.project-book-heading h2 {
    color: #404040;
    font-size: 2.7em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 60px;
}

.project-book-heading p {
    color: #404040;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 50px;
}

#project-book a {
    color: #fff;
    border: 2px solid #ff7347;
    padding: 12px 60px;
    border-radius: 50px;
    text-decoration: none;
    background: #ff7347;
}

    #project-book a:hover {
        background: #fe9a40;
        color: #ffffff;
        transition: all .5s;
        border: 2px solid #fe9a40;
    }

#project-book img {
    position: absolute;
    bottom: 20em;
    left: 23%;
    width: 50%;
}

.project-book-heading {
    z-index: 10;
    height: 500px;
    top: 0;
    left: 0;
    text-align: center;
    color: #FFF;
    padding-top: 8em;
}

/* Categories
=================================*/
.card {
    height: 280px;
    padding: 30px 20px;
    position: relative;
}

    .card::before {
        content: "";
        position: absolute;
        background-repeat: no-repeat;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        pointer-events: none;
    }

    .card > a {
        width: 100%;
        position: absolute;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        padding: 30px 20px;
    }

    .card h3 {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
        margin-top: 0;
        position: relative;
        max-width: 400px;
    }

    .card footer {
        position: absolute;
        font-size: 14px;
        line-height: 20px;
        margin-top: 15%;
        float: none;
        background: none;
        padding: 0;
        color: #fff;
        border: none;
    }

        .card footer em {
            color: #ffffff;
            font-size: 16px;
            line-height: 25px;
            font-style: normal;
        }

        .card footer p span {
            display: table;
        }

#categorys footer p {
    color: #fff;
    width: 100%;
}

.card-green {
    background: #7fb750;
}

    .card-green::before {
        content: "";
        background: url("/Content/img/categories/bucket.png") no-repeat 100% 100%;
    }

.card-red {
    background: #F05638;
}

    .card-red::before {
        content: "";
        background: url("/Content/img/categories/pencil.png") no-repeat 100% 100%;
    }

.card-blue {
    background: #51B9BC;
}

    .card-blue::before {
        content: "";
        background: url("/Content/img/categories/dollar.png") no-repeat 100% 100%;
    }

.card-purple {
    background: #8D76BE;
}

    .card-purple::before {
        content: "";
        background: url("/Content/img/categories/grammophone.png") no-repeat 100% 100%;
    }

.card-dark-blue {
    background: #3A539B;
}

    .card-dark-blue::before {
        content: "";
        background: url("/Content/img/categories/eyedropper.png") no-repeat 100% 100%;
    }

.card-light-blue {
    background: #90d6ef;
}

    .card-light-blue::before {
        content: "";
        background: url("/Content/img/categories/veri-yonetisimi.") no-repeat 100% 100%;
    }

.card-yellow {
    background: #FAA61A;
}

    .card-yellow::before {
        content: "";
        background: url(/Content/img/categories/hand.png) no-repeat 100% 100%;
    }

.card-tech {
    background: #9b1717;
}

    .card-tech::before {
        content: "";
        background: url(/Content/img/categories/technology.png) no-repeat 90% 80%;
    }

.card-sport {
    background: #a2aeb0;
}

    .card-sport::before {
        content: "";
        background: url(/Content/img/categories/dumbel.png) no-repeat 90% 80%;
    }

.card-financial-technology {
    background: #ccc5c7;
}

    .card-financial-technology::before {
        content: "";
        background: url(/Content/img/categories/finansal-teknoloji.png) no-repeat 100% 80%;
    }

.card-environment-and-energy {
    background: #afd23e;
}

    .card-environment-and-energy::before {
        content: "";
        background: url(/Content/img/categories/cevre-ve-enerji.png) no-repeat 100% 80%;
    }

.card-data-governance {
    background: #3A539B;
}

    .card-data-governance::before {
        content: "";
        background: url(/Content/img/categories/veri-yonetisimi.png) no-repeat 100% 80%;
    }
.card-cyber-security {
    background: #FFC80A;
}

    .card-cyber-security::before {
        content: "";
        background: url(/Content/img/categories/icon_siber_guvenlik.png) no-repeat 100% 80%;
    }



/* Student Comments
  =================================*/
#student-comments {
    background-color: #FFC80A;
    width: 100%;
    position: relative;
    padding: 4em 0;
    margin-top: 5em;
}

    #student-comments::before {
        content: "";
        background: url(../../Content/img/comment.png) no-repeat 50% 10%;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
}

.carousel-indicators {
    position: absolute;
    top: 3em;
    bottom: 0px;
    left: 100%;
    z-index: 15;
    width: 0%;
    padding-left: 0;
    margin-left: -10%;
    text-align: center;
    list-style: none;
}

#student-carousel {
    height: 500px;
    color: #fff;
}

    #student-carousel .carousel-control {
        background: none;
        color: #cacaca;
        font-size: 2.3em;
        text-shadow: none;
        margin-top: 30px;
    }

    #student-carousel blockquote {
        padding: 10px 20px;
        margin: 0;
        font-size: 16px;
        border: none;
    }

    #student-carousel .carousel-control.left {
        left: -60px;
    }

    #student-carousel .carousel-control.right {
        right: -60px;
    }

    #student-carousel .carousel-indicators li {
        width: 60px;
        height: 60px;
        margin: 7px 10px 10px;
        display: block;
        cursor: pointer;
        border: 4px solid #CCC;
        border-radius: 50px;
        opacity: 0.4;
        overflow: hidden;
        transition: all 0.4s;
    }

    #student-carousel .carousel-indicators .active {
        background: #333333;
        width: 80px;
        height: 80px;
        border-radius: 100px;
        border-color: #fff;
        opacity: 1;
        overflow: hidden;
        margin: 0px 15px 20px 0px;
    }

    #student-carousel .carousel-indicators li:hover {
        opacity: 0.8;
    }

.carousel-inner .item img {
    width: 100%;
    top: 6em;
    position: absolute;
}

#student-carousel .carousel-inner .item h3 {
    font-size: 4em;
    font-style: italic;
    text-align: left;
    line-height: 1.2em;
    font-weight: bolder;
    margin-top: 60px;
}

    #student-carousel .carousel-inner .item h3 > span {
        display: block;
    }

#student-carousel .carousel-inner .item h4 {
    text-align: left;
    padding-left: 4.4em;
    font-weight: bold;
    font-size: 16px;
    color: #83670a;
}

#student-carousel .carousel-inner .item p {
    text-align: justify;
    font-family: Proximanova-Regular;
    width: 75%;
    padding-left: 4em;
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

@media only screen and (max-width :1200px) {
    /*Hero*/
    .owl-text-transparent:after {
        width: calc(78.3%);
        right: -54.7%;
    }
}

@media only screen and (max-width :992px) {
    /*Hero*/
    .owl-text-transparent:after {
        display: none;
    }

    .owl-text {
        text-align: center;
    }

    .owl-text-wrap .owl-text p {
        width: auto;
        padding: 0 10px;
    }

        .owl-text-wrap .owl-text p.sub-lead {
            width: 100%;
        }

    #owl-demo .item #crown {
        bottom: 0em;
    }

    #owl-demo .item #megaphone {
        bottom: 25em;
    }

    #owl-demo .item #handphone {
        opacity: 0.4;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        padding: 0;
    }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        padding: 0;
    }

    /*About*/
    .about-dark {
        padding: 5% 20%;
    }

        .about-dark p {
            font-size: 14px;
        }
    /*Awards*/

    .section-heading {
        margin-bottom: 5em;
    }
    /*Project Book*/

    .project-book-heading h2 {
        font-size: 2.3em;
    }

    .project-book-heading p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    #project-book img {
        position: absolute;
        bottom: 23em;
        left: 10%;
    }
    /*categories*/
    .card h3 {
        width: 60%;
    }

    .card footer {
        margin-top: 15%;
    }
    /*Student Comments*/
    #student-carousel .carousel-inner .item h3 {
        margin-top: 0px;
    }

    #student-carousel .carousel-inner .item p {
        width: auto;
    }

    .carousel-inner .item img {
        top: 15em;
        width: auto;
    }

    .carousel-indicators {
        position: absolute;
        width: 100%;
        z-index: 15;
        padding-left: 0;
        margin-left: 0;
        text-align: center;
        top: auto;
        left: 0;
        bottom: -60px;
        list-style: none;
    }

    #student-carousel .carousel-indicators li {
        display: inline-block;
    }
}

@media only screen and (max-width :768px) {
    /*Hero*/
    #owl-demo .item {
        height: calc(100vh);
    }

    .owl-buttons {
        font-size: 2em;
    }

    .owl-text-wrap {
        padding: 0;
        height: calc(100vh);
    }

    #owl-demo .item #cloud {
        max-width: 70%;
        top: -11em;
    }

    video {
        display: none;
    }

    /*About*/
    .about-dark::before {
        display: none;
    }

    .about-dark {
        padding: 5% 10%;
    }
    /*Project Book*/
    #project-book img {
        left: 20%;
    }

    /*categories*/
    .card h3 {
        font-size: 20px;
    }

    /*Student Comments*/
    .carousel-indicators {
        display: block;
        width: 100%;
        margin: auto 0;
        left: 0;
    }

    .carousel-inner .item img {
        display: none;
    }

    #student-carousel .carousel-indicators li {
        display: inline-block;
    }

    #student-carousel .carousel-inner .item h3 {
        font-size: 3em;
        line-height: 1em;
    }

    #student-carousel .carousel-inner .item p {
        font-size: 16px;
    }

    .card footer {
        margin-top: 10%;
    }

    #mobile-bg {
        display: block !important;
    }
}

@media only screen and (max-width :480px) {
    /*Hero*/
    #owl-demo .item {
        min-height: 100%;
        height: 400px;
    }

    .owl-text-wrap {
        min-height: 100%;
        height: 400px;
    }

        .owl-text-wrap .owl-text .lead {
            font-size: 1.5em;
            line-height: 1.5em;
            letter-spacing: 0px;
        }

        .owl-text-wrap .owl-text p {
            font-size: 14px;
            line-height: 20px;
        }

    .btn-primary {
        padding: 10px 40px;
        font-size: 12px;
    }

    #owl-demo .item #crown {
        bottom: 0em;
    }

    #owl-demo .item #handphone {
        width: 50%;
    }

    #owl-demo .item .pull-right {
        float: none !important;
    }

    #video-background {
        display: none;
    }

    video {
        display: none;
    }

    #mobile-bg {
        display: block !important;
    }

    /*About*/
    #about {
        margin-top: 0em;
    }

    .about-light h3 {
        font-size: 1.7em;
    }

    /*Project Book*/
    #project-book {
        margin-bottom: 3em;
        margin-top: 3em;
    }

        #project-book img {
            left: 20%;
            width: 60%;
            bottom: 26em;
        }

    .project-book-heading {
        padding-top: 6em;
    }

        .project-book-heading h2 {
            font-size: 1.7em;
        }

    /*categories*/
    .card h3 {
        line-height: 24px;
    }

    .card-green::before {
        background: url(../../Content/img/categories/bucket.png) no-repeat 100% 100%;
    }

    .card footer a {
        font-size: 12px;
        line-height: 18px;
    }

    .card footer {
        margin-top: 20%;
    }

    /*Student Comments*/
    #student-carousel {
        height: 400px;
    }

        #student-carousel .carousel-indicators li {
            width: 40px;
            height: 40px;
        }

        #student-carousel .carousel-indicators .active {
            width: 50px;
            height: 50px;
        }

        #student-carousel .carousel-inner .item p {
            font-size: 14px;
            padding-left: 0;
        }

        #student-carousel .carousel-inner .item h3 {
            font-size: 2em;
        }

            #student-carousel .carousel-inner .item h3 > span {
                display: initial;
            }

        #student-carousel .carousel-inner .item h4 {
            padding-left: 0;
        }
}

@media only screen and (max-width :414px) {
    #student-carousel .carousel-indicators li {
        width: 30px;
        height: 30px;
    }

    #student-carousel .carousel-indicators .active {
        width: 35px;
        height: 35px;
    }
}

@media only screen and (max-width :375px) {
    /*Hero*/
    #owl-demo .item #cloud {
        top: -5em;
    }
    /*Student Commments*/

    #student-carousel .carousel-indicators li {
        width: 30px;
        height: 30px;
    }
}

@media only screen and (max-width :320px) {
    /*Hero*/
    #owl-demo .item {
        min-height: 100%;
        height: 350px;
    }

    .owl-text-wrap {
        min-height: 100%;
        height: 350px;
    }

        .owl-text-wrap .owl-text .lead {
            font-size: 2em;
            line-height: 50px;
            letter-spacing: 0px;
            margin: 10px;
        }

    .owl-theme .owl-controls .owl-buttons .owl-prev {
        padding: 0px 0px;
    }

    .owl-text-wrap .owl-text h4 a {
        font-size: 12px;
        line-height: 0em;
    }

    .owl-text-wrap .owl-text .lead {
        font-size: 1em;
        line-height: 25px;
    }

    .owl-text-wrap .owl-text p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    #video-background {
        display: none;
    }
    /*Hero End*/

    .btn-primary {
        padding: 10px 30px;
        font-size: 10px;
        margin: 0;
    }

    #about {
        margin-bottom: 2em;
    }

    .section-heading {
        margin-bottom: 3em;
    }

    .title-lead {
        font-size: 2em;
    }

    .text-sub {
        font-size: 14px;
    }

    #project-book {
        height: 350px;
    }

    .project-book-heading h2 {
        font-size: 1em;
    }

    .project-book-heading p {
        font-size: 14px;
    }

    #project-book a {
        padding: 12px 40px;
        font-size: 12px;
    }
    /*Categories*/
    .card-green::before, .card-blue::before {
        display: none;
    }

    .card-red::before, .card-dark-blue::before {
        display: none;
    }

    .card-yellow::before, .card-purple::before {
        display: none;
    }

    .card h3 {
        font-size: 18px;
        width: 100%;
    }
    /*Student Comments*/
    #student-carousel .carousel-inner .item h3 {
        font-size: 2em;
    }

    #student-carousel .carousel-inner .item p {
        font-size: 12px;
        padding-left: 0em;
    }
}

