

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button[disabled="disabled"] {
    opacity: .5;
    pointer-events: none
}

.marg0 {
    margin: 0 !important
}

.pad0 {
    padding: 0 !important
}

.posr {
    position: relative
}

.mrg_b {
    margin-bottom: 2%
}

.hide {
    display: none
}

.wdh {
    width: 100%
}

.hgth {
    height: 100%
}

h1,
h2 {
    font-family: 'Raleway', sans-serif
}

h1 {
    font-size: 4vw
}

h2 {
    font-size: 3vw
}

p,
li,
a {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    letter-spacing: 1px
}

p {
    font-size: 1.1vw
}

* {
    box-sizing: border-box
}

html {
    overflow-y: scroll;
    overflow-x: hidden
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-item,
.grid-sizer {
    width: 100%;
    margin: 1.5% 0
}

.grid-item {
    float: left
}

.grid-item--width2 {
    width: 40%
}

.grid-item--height2 {
    height: 200px
}

.container {
    width: 100%;
    position: relative
}

.dv_cover {
    overflow: hidden
}

.drone-click {
    display: block
}

.dv {
    width: 110%;
    height: 450px;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-left: -5%;
    border-top-left-radius: 120%;
    border-top-right-radius: 120%
}

.dv::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    border-top-left-radius: 120%;
    border-top-right-radius: 120%;
    position: absolute;
    top: 70%;
    left: 0
}

.fg {
    width: 30%;
    height: 100%;
    margin: 0 1.5%;
    background: orange;
    display: inline-block
}

.black_box1 {
    width: 20%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    background: #e2e2e2
}

.black_box2 {
    width: 20%;
    height: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    background: #e2e2e2
}

.black_box3 {
    width: 60%;
    height: 30%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    background: #e2e2e2
}

.black_box4 {
    width: 100%;
    height: 30%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    background: #e2e2e2
}

.black_box5 {
    width: 60%;
    height: 30%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    background: #e2e2e2
}

.black_box6 {
    width: 20%;
    height: 50%;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e2e2e2
}

.lower-box-text .as {
    display: none
}

.hi {
    height: 72px;
    width: 50px;
    background-image: url(http://s.cdpn.io/79/sprite-steps.png);
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: none
}

.hi_animation {
    -webkit-animation: play .8s steps(10) infinite;
    -moz-animation: play .8s steps(10) infinite;
    -ms-animation: play .8s steps(10) infinite;
    -o-animation: play .8s steps(10) infinite;
    animation: play .8s steps(10) infinite
}

@-webkit-keyframes play {
    from {
        background-position: 0
    }

    to {
        background-position: -500px
    }
}

@-moz-keyframes play {
    from {
        background-position: 0
    }

    to {
        background-position: -500px
    }
}

@-ms-keyframes play {
    from {
        background-position: 0
    }

    to {
        background-position: -500px
    }
}

@-o-keyframes play {
    from {
        background-position: 0
    }

    to {
        background-position: -500px
    }
}

@keyframes play {
    from {
        background-position: 0
    }

    to {
        background-position: -500px
    }
}

.orbit-live-sprite-box {
    width: 100%;
    height: 100%;
    background: url(../images/home-page/orbit-live-sprite.png);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-size: cover;
    animation: orbit-live-sprite 1.5s steps(5) infinite;
    display: none
}

@keyframes orbit-live-sprite {
    from {
        background-position: 0 0
    }

    to {
        background-position: 125% 0
    }
}

.spiderwomen-sprite-box {
    width: 100%;
    height: 100%;
    background: url(../images/home-page/spiderwoman-sprite.png);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 2;
    background-size: cover
}

.spiderwomen-sprite-box[myAttr="1"] {
    animation: spiderwomen-sprite 1.8s steps(9) infinite
}

@keyframes spiderwomen-sprite {
    from {
        background-position: 0 0
    }

    to {
        background-position: 112.5% 0
    }
}

.guitarist-sprite-box {
    width: 108px;
    height: 130px;
    background: url(../images/home-page/guitar-player.png);
    position: absolute;
    margin: auto;
    left: 21%;
    bottom: 10%;
    z-index: 2;
    background-size: cover
}

@keyframes guitar-player {
    from {
        background-position: 0 0
    }

    to {
        background-position: 756px 0
    }
}

.music-notes-1,
.music-notes-2,
.music-notes-3 {
    width: 4%;
    position: absolute;
    top: 28%;
    right: 47%;
    opacity: 0;
    animation: music-notes 3.5s infinite
}

.music-notes-2 {
    animation-delay: 1s
}

.music-notes-3 {
    animation-delay: 2s
}

@keyframes music-notes {
    0% {
        width: 4%;
        top: 28%;
        right: 47%;
        opacity: 0
    }

    25% {
        opacity: 1
    }

    100% {
        width: 10%;
        top: -10%;
        right: -10%;
        opacity: 0
    }
}

.guitar-group-box {
    width: 323px;
    height: 260px;
    background: url(../images/home-page/guitar-group-2.png);
    position: absolute;
    margin: auto;
    left: 15%;
    bottom: -10%;
    z-index: 2;
    background-size: cover
}

.guitar-group-box[myAttr="1"] {
    animation: guitar-group 1.5s steps(3) infinite
}

@keyframes guitar-group {
    from {
        background-position: 0 0
    }

    to {
        background-position: 969px 0
    }
}

.buntings-sprite-box {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/home-page/buntings-sprite.png);
    background-size: cover;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 3;
    animation: buntings 2s steps(4) infinite
}

@keyframes buntings {
    from {
        background-position: 0 0
    }

    to {
        background-position: 120% 0
    }
}

.dance-sprite-box {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/home-page/dance-sprite.png);
    background-size: cover;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 3
}

.dance-sprite-box[myAttr="1"] {
    animation: dance-sprite 1.5s steps(15) infinite
}

@keyframes dance-sprite {
    from {
        background-position: 0 0
    }

    to {
        background-position: 107.15% 0
    }
}

.pottery-sprite-box {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/home-page/pottery-sprite.png);
    background-size: cover;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 3
}

.pottery-sprite-box[myAttr="1"] {
    animation: pottery-sprite 1.5s steps(8) infinite
}

@keyframes pottery-sprite {
    from {
        background-position: 0 0
    }

    to {
        background-position: 114.3% 0
    }
}

.setup-a-centre-img-box-1,
.setup-a-centre-img-box-2 {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 3
}

.setup-a-centre-img-box-2,
.setup-wheel-2 {
    opacity: 0
}

.setup-a-centre-img-box-2[myAttr="1"] {
    animation: placementcell-animation 2s infinite
}

.setup-wheel-2[myAttr="1"] {
    animation: placementcell-animation 2s infinite
}

@keyframes setup-a-centre-animation {
    0% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    27% {
        opacity: 0
    }

    29% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    42% {
        opacity: 0
    }

    44% {
        opacity: 1
    }

    95% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.placementcell-animation {
    opacity: 1
}

.placementcell-animation[myAttr="1"] {
    animation: placementcell-animation 2s infinite
}

@keyframes placementcell-animation {
    0% {
        opacity: 1
    }

    19% {
        opacity: 1
    }

    20% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    27% {
        opacity: 0
    }

    29% {
        opacity: 1
    }

    40% {
        opacity: 1
    }

    42% {
        opacity: 0
    }

    44% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

.setup-wheel-1[myAttr="1"] {
    animation: rotate-animation 5s infinite linear
}

@keyframes rotate-animation {
    0% {
        transform: rotateZ(0deg)
    }

    100% {
        transform: rotateZ(360deg)
    }
}

.admisision-building-form-box[myAttr="1"] {
    animation: glow-animation 4s infinite linear
}

@keyframes glow-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(77, 233, 251, 1);
        -moz-box-shadow: 0 0 0 0 rgba(77, 233, 251, 1);
        box-shadow: 0 0 0 0 rgba(77, 233, 251, 1)
    }

    50% {
        -webkit-box-shadow: 0 0 100px 10px rgba(77, 233, 251, 1);
        -moz-box-shadow: 0 0 100px 10px rgba(77, 233, 251, 1);
        box-shadow: 0 0 100px 10px rgba (77, 233, 251, 1)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(77, 233, 251, 1);
        -moz-box-shadow: 0 0 0 0 rgba(77, 233, 251, 1);
        box-shadow: 0 0 0 0 rgba(77, 233, 251, 1)
    }
}

.pacement-cell-text {
    animation: pacement-cell-animation 25s infinite linear
}

@keyframes pacement-cell-animation {
    0% {
        left: 25vw
    }

    100% {
        left: -212vw
    }
}

.pacement-cell-text-1 {
    animation: pacement-cell-animation-1 27s 2.5s infinite linear
}

@keyframes pacement-cell-animation-1 {
    0% {
        left: 42vw
    }

    100% {
        left: -212vw
    }
}

.hall-of-fame-glow {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5
}

.hall-of-fame-glow[myAttr="1"] {
    animation: hall-of-fame-glow-animation 5s infinite
}

@keyframes hall-of-fame-glow-animation {
    0% {
        opacity: .5
    }

    25% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    75% {
        opacity: 1
    }

    100% {
        opacity: .5
    }
}

.front,
.side {
    width: 79px;
    height: 140px;
    background: url(../images/home-page/counsellor-front-sprite.png);
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    display: none
}

.front_animation {
    animation: frontWalk 1.2s steps(9) infinite
}

@keyframes frontWalk {
    from {
        background-position: 0 0
    }

    to {
        background-position: 1264px 0
    }
}

.side {
    width: 73px;
    height: 130px;
    background: url(../images/home-page/counsellor-horizontal.png)
}

.side_animation {
    animation: sideWalk .7s steps(7) infinite
}

@keyframes sideWalk {
    from {
        background-position: 0 0
    }

    to {
        background-position: 468px 0
    }
}

.grafiti-guy {
    width: 9%;
    height: 9%;
    background: url(../images/home-page/graffiti-guy.png);
    position: absolute;
    margin: auto;
    left: 47%;
    bottom: 28%;
    z-index: 2;
    background-size: cover
}

.grafiti-guy[myAttr="1"] {
    animation: grafiti-guy 2s steps(7) infinite
}

@keyframes grafiti-guy {
    from {
        background-position: 0 0
    }

    to {
        background-position: 115.1% 0
    }
}

.gaming-ar-vr-sprite-box {
    width: 100%;
    height: 100%;
    background: url(../images/home-page/gaming-sprite.png);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-size: cover;
    background-position: 100% 0
}

.gaming-ar-vr-sprite-box[myAttr="1"] {
    animation: gaming-text 1.5s steps(6) 1
}

@keyframes gaming-text {
    from {
        background-position: 0 0
    }

    to {
        background-position: 120% 0
    }
}

.dragon-fire {
    width: 401px;
    height: 696px;
    background: url(../images/home-page/fire.png);
    position: absolute;
    margin: auto;
    top: 39%;
    left: 61%;
    right: 0;
    bottom: 0;
    z-index: 9;
    transform: rotateZ(115deg)
}

.dragon-fire[myAttr="1"] {
    animation: dragonFire 2s steps(16) 1
}

@keyframes dragonFire {
    from {
        background-position: 0 0
    }

    to {
        background-position: -6416px 0
    }
}

.fire-guy-sprite-box {
    width: 100%;
    height: 100%;
    background: url(../images/home-page/fire-player-2.png);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 9;
    background-size: cover
}

.fire-guy-sprite-box[myAttr="1"] {
    animation: fire-guy 2s steps(14) 1
}

@keyframes fire-guy {
    from {
        background-position: 0 0
    }

    to {
        background-position: 107.55% 0
    }
}

.footer-search-btn {
    color: #fff;
    background: #535353;
    padding: 5px 15px;
    border: 2px solid #fff;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 10
}

.footer-search-input {
    padding: 6px 15px;
    border: 1px solid #eee
}

.counsellor-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.landing-page-overlay {
    height: 100%
}

.landing-page-bg-box {
    width: 104%;
    height: 104%;
    position: absolute;
    left: -2%;
    top: -2%
}

.landing-page-bg-sub {
    width: 100%;
    height: 100%;
    background: url(../images/home-page/landing-page-bg-1.jpg) no-repeat;
    background-size: cover
}

.landing-page-panel-box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.landing-page-counsellor-box {
    width: 24%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 80%
}

.landing-page-desk-box {
    width: 104%;
    position: absolute;
    left: -2%;
    bottom: 39%
}

.landing-page-logo {
    width: 8%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 2%
}

.landing-page-plate {
    width: 18%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -1%;
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: .2s;
    transition: .2s
}

.landing-page-plate:hover {
    -webkit-transition: .2s;
    transition: .2s;
    opacity: .85;
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.outer_box1,
.outer_box2,
.outer_box3 {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0
}

.outer_box1 {
    z-index: 3;
    background: url(../images/home-page/road_sunlight_bg-21.jpg) no-repeat;
    background-size: cover;
    background-position-y: 90%;
    background-position-x: center
}

.outer_box2 {
    width: 200%;
    height: 100%;
    z-index: 2;
    background: url(../images/home-page/road_sunlight_bg-22.jpg) no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: 53%
}

.outer_box3 {
    z-index: 1;
    background: url(../images/home-page/road_sunlight_bg-23.jpg) no-repeat;
    background-size: cover;
    background-position-y: top;
    background-position-x: center
}

.box1,
.box3,
.box5 {
    width: 100%;
    height: 100vh;
    background: transparent
}

.box2,
.box4,
.box6 {
    width: 100%;
    height: 100vh;
    background: transparent
}

.box3 {
    width: 50%;
    height: 100%;
    float: left
}

.box4 {
    width: 50%;
    height: 100%;
    float: left
}

.gate {
    width: 100%;
    position: relative;
    z-index: 13
}

.mentor-building-box {
    width: 45%;
    position: absolute;
    top: 46%;
    right: 0;
    z-index: 13
}

.mentorship-acnhor {
    width: 75%;
    height: 77%;
    position: absolute;
    top: 0;
    left: 20%;
    z-index: 2
}

.our-story-box {
    width: 52%;
    position: absolute;
    top: 41%;
    left: 0;
    z-index: 14
}

.our-story-acnhor {
    width: 70%;
    height: 76%;
    position: absolute;
    top: 10%;
    left: 1%;
    z-index: 2
}

.courses-box {
    width: 35%;
    position: absolute;
    top: 4%;
    right: 1%;
    z-index: 14
}

.courses-acnhor {
    width: 60%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    top: 25%;
    left: 5%;
    z-index: 2
}

.broadcast-prime-acnhor {
    width: 60%;
    height: 40%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.vfx-box {
    width: 60%;
    position: absolute;
    top: 22%;
    left: 0;
    z-index: 16
}

.vfx-acnhor {
    width: 59%;
    height: 72%;
    position: absolute;
    top: 2%;
    left: 0;
    z-index: 2
}

.avg-box {
    width: 50%;
    position: absolute;
    top: 48%;
    right: -7%;
    z-index: 15
}

.avg-acnhor {
    width: 65%;
    height: 75%;
    position: absolute;
    top: 2%;
    left: 32%;
    z-index: 2;
    transform: rotateZ(47deg)
}

.animation-box {
    width: 70%;
    position: absolute;
    top: 35%;
    left: -4.7%;
    z-index: 2
}

.gaming-ar-vr-box {
    width: 40%;
    position: absolute;
    top: 41%;
    right: 0;
    z-index: 2
}

.locate-a-centre-box {
    width: 35%;
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 2
}

.web-and-graphics-box {
    width: 74%;
    position: absolute;
    top: 23%;
    right: -20%;
    z-index: 2
}

.ad-building-box {
    width: 62%;
    position: absolute;
    bottom: -52%;
    left: 0;
    z-index: 2
}

.alliances-box {
    width: 57%;
    position: absolute;
    bottom: -19%;
    right: -18%;
    z-index: 12
}

.bottom-left-plant {
    width: 21%;
    position: absolute;
    bottom: -5%;
    left: -8%;
    z-index: 1
}

.top-left-plant {
    width: 30%;
    position: absolute;
    top: 35%;
    left: -11%;
    z-index: 1
}

.top-right-plant {
    width: 18%;
    position: absolute;
    top: 28%;
    right: -5%;
    z-index: 10
}

.middle-left-plant {
    width: 30%;
    position: absolute;
    top: 96%;
    left: -12%;
    z-index: 1
}

.middle-right-plant {
    width: 18%;
    position: absolute;
    top: 18%;
    right: -3%;
    z-index: 1
}

.cafeteria-box {
    width: 78%;
    position: absolute;
    bottom: -40%;
    left: 30%;
    z-index: 2
}

.Kiosk-box {
    width: 18%;
    position: absolute;
    bottom: 0;
    left: 103%;
    z-index: 2
}

.hall-of-fame-box {
    width: 80%;
    position: absolute;
    top: -7%;
    left: 24%;
    z-index: 2
}

.events-box {
    width: 65%;
    position: absolute;
    top: 0;
    left: 2%;
    z-index: 2
}

.tree-cafeteria {
    width: 18%;
    position: absolute;
    bottom: -5%;
    left: 14%;
    z-index: 1
}

.tree-hall-of-fame {
    width: 33%;
    position: absolute;
    top: -19%;
    left: 0;
    z-index: 1
}

.plants-behind-hall-of-fame {
    width: 100%;
    position: absolute;
    top: -5%;
    left: 22%
}

.tree-events {
    width: 100%;
    position: absolute;
    top: -13%;
    left: -20%;
    z-index: 1
}

.orbit-live-box {
    width: 60%;
    position: absolute;
    top: -20%;
    right: -15%;
    z-index: 2
}

.kalakari-box {
    width: 30%;
    position: absolute;
    top: 2%;
    right: 0;
    z-index: 2
}

.creative-mind-box {
    width: 40%;
    position: absolute;
    top: 4%;
    left: 0;
    z-index: 2
}

.awards-box {
    width: 32%;
    position: absolute;
    top: 41%;
    right: 0;
    z-index: 2
}

.placement-cell-box {
    width: 39%;
    position: absolute;
    top: 52%;
    left: 0;
    z-index: 2
}

.admisision-building-box {
    width: 40%;
    position: absolute;
    top: 21%;
    right: 0;
    z-index: 2
}

.setup-a-campus-box {
    width: 44%;
    position: absolute;
    top: 55%;
    left: 0;
    z-index: 2
}

.ad-building-2-box {
    width: 37%;
    position: absolute;
    top: 25%;
    right: 0;
    z-index: 2
}

.trees-betwen-creative-mind-placement {
    width: 20%;
    position: absolute;
    top: -16%;
    left: 0;
    z-index: 1
}

.trees-bottom-left {
    width: 20%;
    position: absolute;
    bottom: -9%;
    left: -6%;
    z-index: 1
}

.behind-awards {
    width: 25%;
    position: absolute;
    bottom: -25%;
    right: -9%;
    z-index: 1
}

.between-PC-and-SAC {
    width: 35%;
    position: absolute;
    top: 26%;
    left: -16%;
    z-index: 1
}

.small-tree {
    width: 31%;
    position: absolute;
    bottom: -43%;
    right: -9%;
    z-index: 1
}

.buntings {
    width: 60%;
    position: fixed;
    margin: auto;
    top: 90%;
    left: 2.5%;
    right: 0;
    z-index: 3;
    pointer-events: none
}

.left-pot {
    width: 8%;
    position: absolute;
    top: 23%;
    left: 20%;
    z-index: 13
}

.right-pot {
    width: 8%;
    position: absolute;
    top: 23%;
    right: 20%;
    z-index: 13
}

.light {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/home-page/light.png) no-repeat;
    background-size: cover;
    background-position-y: 90%;
    background-position-x: center;
    opacity: .6
}

.admisision-building-form-box {
    width: 65%;
    height: 57.5%;
    padding: 2%;
    position: absolute;
    top: 6.5%;
    right: 0;
    z-index: 2;
    overflow: hidden;
    -webkit-box-shadow: 0 0 100px 5px rgba(77, 233, 251, 1);
    -moz-box-shadow: 0 0 100px 5px rgba(77, 233, 251, 1);
    box-shadow: 0 0 100px 5px rgba(77, 233, 251, 1)
}

.home-h1 {
    font-size: 2.2vw;
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0;
    text-shadow: 0 2px 2px rgba(150, 150, 150, 0.7)
}

.home-form-text {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5vw;
    color: #004048;
    text-align: justify;
    padding: 0;
    margin: 0;
    line-height: 2.2;
    letter-spacing: 0;
    text-shadow: 0 2px 2px rgba(150, 150, 150, 0.7)
}

.input-box {
    display: inline-block
}

.input-wdh-1 {
    width: 60%
}

.input-wdh-2 {
    width: 63%
}

.input-wdh-3 {
    width: 66%
}

.input-wdh-4 {
    width: 100%
}

.input-wdh-5 {
    width: 66%
}

.input-wdh-6 {
    width: 91.5%
}

.input-wdh-7 {
    width: 44%
}

.input-wdh-8 {
    width: 28%
}

.input-wdh-9 {
    width: 39%
}

.input-wdh-10 {
    width: 42%
}

.input-wdh-11 {
    width: 30%
}

.input-wdh-12 {
    width: 30%
}

.inpt {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3vw;
    color: #004048;
    text-align: center;
    width: 100%;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    background: transparent;
    border-bottom: 1.5px dashed #004048;
    box-sizing: border-box;
    outline: none
}

.inpt1 {
    font-size: 16px;
    color: #fff;
    text-align: left;
    width: 100%;
    border: none;
    letter-spacing: 1px;
    background: transparent;
    border-bottom: 1.5px dashed #fff;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    font-weight: 600
}

select.inpt1 {
    color: #fcfcfc;
    opacity: .6
}

select.inpt1 option {
    color: #333
}

.inpt1::-webkit-input-placeholder {
    color: #fff;
    text-transform: initial;
    font-size: 16px;
    opacity: .6;
    font-weight: 400
}

.inpt1::-moz-placeholder {
    color: #fff;
    text-transform: initial;
    font-size: 16px;
    opacity: .6;
    font-weight: 400
}

.inpt1:-ms-input-placeholder {
    color: #fff;
    text-transform: initial;
    font-size: 16px;
    opacity: .6;
    font-weight: 400
}

.inpt1:-moz-placeholder {
    color: #fff;
    text-transform: initial;
    font-size: 16px;
    opacity: .6;
    font-weight: 400
}

.submit {
    font-family: 'Raleway', sans-serif;
    font-size: 1.8vw;
    color: #fff;
    text-align: center;
    background: #000;
    outline: none;
    border: none;
    padding: 3% 5%;
    margin: 8% 0;
    cursor: pointer;
    transition: .2s;
    transition: .2s
}

.landing-box {
    width: 100%
}

.tools-box {
    width: 100%;
    display: inline-block
}

.career-box,
.career-box1 {
    width: 100%;
    height: 150vh;
    margin-top: -11%
}

.career-box svg {
    fill: #e6e6e6;
    bottom: -1%;
    z-index: 1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.students-work-box svg:nth-child(1) {
    fill: #e6e6e6;
    top: -1%;
    z-index: 1;
    -webkit-filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2))
}

.students-work-box svg:nth-child(2) {
    fill: #1c5376;
    bottom: -1%;
    z-index: 1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.similar-course-box svg {
    fill: #1c5376;
    top: -1%;
    z-index: 1;
    -webkit-filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2))
}

.career-box1 {
    padding: 2% 0;
    margin-top: 0;
    height: 120vh
}

.gsc-tabsArea {
    text-align: left
}

.career-box1 .center-box1 {
    bottom: 10%
}

.students-speak-box {
    padding-bottom: 5%
}

.students-speak-box .get-sub {
    display: block
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-2px)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-2px)
    }
}

.bounce:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

.course-landing-box-1 {
    width: 100%
}

.course-listing {
    background: url(../images/course-page/course-bg.png) no-repeat center top
}

.creosouls-box-1,
.onlinevarsity-box-1,
.contact-box-1,
.bp-campaign-box-1,
.setup-a-centre-box-1 {
    width: 100%
}

.vfx-demo-box {
    width: 100%;
    float: left
}

.benefits-you-get-box {
    width: 100%;
    margin-top: -12%
}

.landing-box::after,
.tools-box::after,
.yellow-blank-box::after,
.career-box::after,
.similar-course-box::after,
.arena-advantage::after,
.ourstory-wrap::after,
.benefits-you-get-box::after,
.vfx- demo-box::after,
.creosouls-box-1::after,
.onlinevarsity-box-1::after,
.why_awards::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/course-inner-page/background-pattern.png) repeat;
    background-attachment: fixed;
    opacity: .2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

.landing-image {
    width: 53%;
    position: absolute;
    top: -2%;
    left: -3%;
    z-index: 2
}

.landing-info-box {
    width: 60%;
    padding: 20% 0 27%;
    margin-left: 35%;
    z-index: 1
}

.landing-info-text {
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 1.2em
}

.landing-info-para {
    font-size: 1.1vw;
    color: #fff;
    text-align: left;
    margin: 0;
    padding: 0;
    line-height: 30px;
    letter-spacing: 1px
}

.parallax_div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1
}

.pattern-svg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0
}

svg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0
}

.pattern-svg-1 {
    width: 100%;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1
}

.pattern-svg-2 {
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1
}

.pattern-svg-4 {
    width: 100%;
    position: absolute;
    top: -37%;
    left: 0;
    z-index: 1
}

.pattern-svg-5 {
    width: 100%;
    position: absolute;
    top: 89%;
    left: 0;
    z-index: 1
}

.cls-1 {
    stroke: #000;
    stroke-width: 0;
    fill-rule: evenodd
}

.cls-2 {
    fill-rule: evenodd
}

.cls-4 {
    fill-rule: evenodd
}

.landing-box svg {
    fill: #e6e6e6;
    bottom: -3%;
    z-index: 1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.three-box svg {
    fill: #e6e6e6
}

.students-speak-box svg {
    fill: #1c5376
}

.course-highlights-info-box {
    z-index: 2;
    width: 50%;
    position: absolute;
    top: 10% !important;
    left: 0 !important
}

.course-highlights-text {
    font-size: 3.3vw;
    color: #333;
    text-align: left;
    margin: 0 0 2%;
    padding: 0;
    text-transform: uppercase
}

.highlights ul {
    width: 100%
}

.highlights-new ul {
    width: 45%;
    float: left
}

.course-learn-info-box .highlights-new ul:nth-child(1) {
    margin-right: 5%
}

.course-learn-info-box .highlights-new {
    min-height: 330px
}

.crs-pd-lft {
    padding-left: 0 !important
}

.course-landing-info-box p {
    text-align: left
}

.highlights li {
    font-size: 1.1vw;
    list-style: none;
    color: #000;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 2%;
    position: relative;
    margin-left: 20px
}

.highlights li i {
    color: #941540;
    font-weight: 700
}

.gsc-search-button svg {
    position: relative !important;
    width: auto !important
}

.highlights li::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #333;
    position: absolute;
    top: 5px;
    left: -17px;
    transform: rotateZ(-30deg)
}

.highlights li a {
    font-weight: 700;
    color: #941540
}

.anchor_text {
    font-size: .9vw;
    color: #fff;
    background: #535353;
    padding: 15px 30px;
    border: 2px solid #fff;
    text-decoration: none !important;
    float: left;
    margin-top: 1%;
    margin-left: 1%;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 10px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 10
}

.anchor_text::after {
    content: '';
    width: 20px;
    height: 11px;
    background: url(../images/submit-arrow.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: .2s;
    transition: .2s
}

.anchor_text:hover {
    -webkit-transition: .2s;
    transition: .2s;
    color: #000
}

.anchor_text:hover::after {
    -webkit-transition: .2s;
    transition: .2s;
    content: '';
    background: url(../images/submit-arrow-black.png) no-repeat;
    background-size: contain
}

.anchor_text i {
    display: none
}

.footer-anchor::after,
.terms_tab::after {
    content: '';
    display: none
}

.course-learn-tab-box .anchor_text:first-child {
    -webkit-transition: .2s;
    transition: .2s
}

.anchor-text-active {
    -webkit-transition: .2s;
    transition: .2s;
    background: #ffc80a;
    color: #000
}

.right-arrow-svg {
    width: 4%;
    position: relative;
    top: 6px;
    margin-left: 3%
}

.course-spaceship {
    width: 100%;
    margin-top: 10%
}

.course-learn-info-box {
    z-index: 2;
    margin-top: -10%;
    margin-bottom: 20%
}

.course-fog {
    width: 80%;
    float: left
}

.course-big-fog {
    width: 104%;
    position: absolute;
    bottom: -50%;
    left: 0;
    z-index: 2
}

.yellow-blank-box {
    width: 14.2%;
    height: 24%;
    position: absolute;
    top: -24%;
    left: -8%;
    background: #e6cf10;
    border-top-right-radius: 25px
}

.pd1 {
    top: 54%
}

.course-learn-text {
    font-size: 1.5vw;
    color: #333;
    font-weight: bolder;
    text-align: left;
    margin: 0 0 2%;
    padding: 0;
    text-transform: uppercase
}

.course-learn-tab-box {
    margin: -1% 0 2%
}

.nw_stl {
    margin: 0 2% 0 0;
    padding: 18px 20px
}

.software-box {
    margin-top: 20%;
    margin-bottom: 10%
}

.tools-text {
    font-size: 1.57vw;
    color: rgba(51, 51, 51, 0.33);
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s
}

.slick-center h2 {
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: bolder;
    transform: scale(1.5, 1.5);
    color: rgba(51, 51, 51, 1)
}

.tt {
    font-size: 3vw;
    text-align: center;
    position: relative;
    z-index: 9
}

.certification-box {
    width: 30%;
    top: 45% !important;
    left: 60% !important
}

.marg-up {
    margin-top: -23%
}

.certi-box {
    margin-top: -22%
}

.certi-text {
    font-size: 1.1vw;
    text-align: center;
    margin-bottom: 1%;
    color: #011c25
}

.bold {
    font-weight: 700
}

.get-in-touch-box {
    height: 120vh;
    margin-top: -13%;
    z-index: 1
}

.get-sub {
    height: 100vh;
    margin-top: 6%;
    display: table
}

.get-in-touch-form-box {
    display: table-cell;
    vertical-align: middle;
    width: 80%
}

.nw-rel-tp {
    top: 10.5%
}

.g-i-t {
    text-align: center;
    text-shadow: 0 2px 2px rgba(150, 150, 150, 0.7)
}

.get-in-touch-form-text {
    font-size: 1.5vw;
    color: #004048;
    text-align: center;
    padding: 0;
    letter-spacing: 0;
    margin: 0;
    line-height: 2.2;
    text-shadow: 0 2px 2px rgba(150, 150, 150, 0.7)
}

.get-in-touch-form-text span {
    position: relative
}

.get-in-touch-form-text span label {
    position: absolute;
    top: 34px;
    left: 0;
    font-size: 12px;
    color: red
}

.counsellor {
    margin-top: -3.5%
}

.preloader-box {
    width: 100%;
    height: 100%;
    background: #000;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

img.lazy {
    background-image: url(../images/ripple.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.career-sub {
    z-index: 9;
    height: 80%
}

.career-info-box {
    position: relative;
    width: 100%;
    height: 85%;
    z-index: 9
}

.career-info-sub {
    min-width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.careers {
    width: 25vw;
    margin: 15px 105px;
    float: left
}

.new-careers:nth-child(even) {
    margin-top: 120px
}

.new-ben-cr-box svg {
    fill: #00375a;
    position: absolute;
    bottom: -1px;
    z-index: 3;
    left: 0;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.career-h2 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 1% 0 0;
    color: #fff
}

.demo {
    width: 200px;
    height: 100px;
    position: absolute;
    left: 70%;
    background: gray;
    z-index: 99
}

.demo1 {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 99
}

.d {
    width: 50%;
    margin-top: 10%;
    float: left;
    height: 500px;
    background: red
}

.students-sub {
    padding: 5% 5% 0
}

.pic-circle-box {
    width: 10vw;
    height: 20vh;
    border-radius: 50%;
    background-position: center !important
}

.gsc-input-box table {
    margin-bottom: 0 !important
}

.students-name-text {
    font-size: 1.5vw;
    text-align: left;
    font-weight: 700;
    color: #fff
}

.students-text {
    font-size: 1.1vw;
    text-align: left;
    color: #fff
}

.center-box a {
    float: none
}

.similar-course-box {
    width: 100%;
    padding-top: 4%;
    height: auto;
    float: left
}

.similar-course-box .get-sub {
    height: auto;
    z-index: 9;
    margin-bottom: 12%
}

.similar-sub {
    margin: 3% 0
}

.similar-text {
    font-size: 1.4vw;
    text-align: center;
    color: #333
}

.three-box {
    padding: 4% 0 6%
}

.el-text {
    font-size: 2vw;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 1%
}

.el-text1 {
    font-size: 1.2vw;
    text-align: center;
    color: #333;
    margin-top: 3%;
    font-weight: 700;
    margin-bottom: 0
}

.el-img {
    width: 80%
}

.students-work-box {
    padding: 2% 0;
    background-attachment: fixed !important;
    overflow: hidden
}

.students-work-sub {
    margin: 25% 0
}

.students-work-text {
    font-size: 3.7vw;
    text-align: left;
    color: #fff;
    margin-bottom: 1%
}

.students-work-text1 {
    font-size: 1vw;
    text-align: left;
    color: #fff;
    margin-bottom: 2%
}

.reel-box-overlay {
    width: 60vw;
    position: absolute;
    top: 7%;
    right: -30%;
    z-index: 2;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.55);
    box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.55)
}

.reel-box {
    width: 100%;
    height: 100%
}

.reel-box-sub {
    width: 100%;
    height: 100%;
    -webkit-transition: 1s;
    transition: 1s
}

.drag-box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.reel {
    position: relative;
    z-index: 1;
    pointer-events: none
}

.reel-project-box {
    width: 20%;
    height: 16%;
    position: absolute;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s;
    transition: .3s
}

.reel-project-box:hover {
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.reel-project-box-active {
    filter: grayscale(0%)
}

.reel-active {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.rotate-click-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rotate-click-plus-1,
.rotate-click-plus-2,
.rotate-click-plus-3,
.rotate-click-plus-4 {
    width: 20%;
    height: 15%;
    position: absolute;
    margin: auto;
    z-index: 3
}

.rotate-click-plus-1 {
    top: 0;
    bottom: 42%;
    left: 11%;
    transform: rotateZ(35deg)
}

.rotate-click-plus-2 {
    top: 0;
    bottom: 70%;
    left: 28%;
    transform: rotateZ(71deg)
}

.rotate-click-plus-3 {
    top: 42%;
    bottom: 0;
    left: 11%;
    transform: rotateZ(325deg)
}

.rotate-click-plus-4 {
    top: 69%;
    bottom: 0;
    left: 28%;
    transform: rotateZ(290deg)
}

.rpb1 {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 4%
}

.rpb2 {
    margin: auto;
    top: 0;
    bottom: 43%;
    left: 11%;
    transform: rotateZ(35deg)
}

.rpb3 {
    margin: auto;
    top: 0;
    bottom: 69%;
    left: 29%;
    transform: rotateZ(71deg)
}

.rpb4 {
    margin: auto;
    top: 0;
    bottom: 68%;
    left: 52%;
    transform: rotateZ(109deg)
}

.rpb5 {
    margin: auto;
    top: 0;
    bottom: 42%;
    left: 70%;
    transform: rotateZ(144deg)
}

.rpb6 {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 76%;
    transform: rotateZ(180deg)
}

.rpb7 {
    margin: auto;
    top: 42%;
    bottom: 0;
    left: 70%;
    transform: rotateZ(215deg)
}

.rpb8 {
    margin: auto;
    top: 68%;
    bottom: 0;
    left: 52%;
    transform: rotateZ(252deg)
}

.rpb9 {
    margin: auto;
    top: 69%;
    bottom: 0;
    left: 28%;
    transform: rotateZ(290deg)
}

.rpb10 {
    margin: auto;
    top: 42%;
    bottom: 0;
    left: 11%;
    transform: rotateZ(325deg)
}

.center-box1 {
    position: absolute;
    bottom: 15%;
    left: 0;
    z-index: 10;
    width: 100%
}

.center-box1 a {
    float: none
}

.menu-overlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.menu-box {
    background: #2e3840
}

.callnow {
    display: inline-block
}

.call-popup-container {
    position: relative;
    text-align: right
}

.call-popup-container .callnow p {
    cursor: pointer;
    font-size: 12px;
    -webkit-transition: .3s;
    transition: .3s
}

.call-popup-container .callnow p:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffe615
}

.phone-vibrate {
    margin-right: 10px
}

.upper-box-text:hover .phone-vibrate {
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.call-now-popup {
    display: none;
    position: absolute;
    right: 0;
    top: 27px;
    color: #333;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #333;
    z-index: 9;
    width: 350px;
    text-align: center
}

.tollfree-box {
    padding: 1px 1px 1px 7px;
    border-radius: 8px;
    margin: 0 auto;
    background: #999;
    margin-bottom: 10px;
    max-width: 300px
}

.tollwrap {
    padding-right: 0;
    float: left;
    padding-top: 5px
}

.tollwrap i {
    font-size: 30px
}

.tollwrap span {
    font-size: 12px
}

.tollfreenumber {
    background: #fff;
    border-radius: 10px 8px 8px 10px;
    font-size: 22px;
    padding: 13px 12px;
    font-weight: 700;
    float: right
}

.call-txt {
    font-size: 12px
}

.call-txt1 {
    font-size: 12px;
    margin-bottom: 5px
}

.upper-box {
    background: #000;
    padding: 8px 0
}

.upper-box-text {
    font-size: .8vw;
    margin: 0;
    color: #fff;
    letter-spacing: 0
}

.upper-box a {
    color: #fff;
    font-size: .8vw;
    letter-spacing: 0
}

.upper-box-selectbox {
    width: 34%;
    border: none;
    background: #000;
    outline: none;
    color: #fff;
    margin-left: 1%
}

.lower-box {
    padding: 8px 0
}

.logo {
    width: 30%;
    float: left
}

.lower-box-text {
    font-family: 'Raleway', sans-serif;
    font-size: .8vw;
    color: #fff;
    margin: 0;
    letter-spacing: 2px;
    margin-bottom: 1%
}

.lower-box-acnhor {
    color: #ffe615;
    text-decoration: underline;
    font-weight: 700;
    font-size: .8vw;
    text-decoration: none
}

.lower-box-acnhor:hover {
    text-decoration: underline
}

.lower-box-ul {
    width: 100%;
    text-align: right
}

.lower-box-li {
    font-family: 'Raleway', sans-serif;
    font-size: .7vw;
    color: #fff;
    text-align: right;
    list-style: none;
    letter-spacing: 2px;
    font-weight: 700;
    display: inline-block;
    margin: 4.5% 0 0 6%;
    text-transform: uppercase
}

.lower-box-input {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: .7vw;
    width: 0;
    color: #fff;
    background: transparent;
    border: none;
    letter-spacing: 2px;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s
}

.lower-box-li i {
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-span-text {
    display: inline-block
}

.ll2 {
    width: 16%
}

.menu-icon {
    display: inline-block;
    margin-left: 3%;
    width: 25%;
    position: relative;
    top: 5px
}

.menu-icon-span {
    height: .21vh;
    background: #fff;
    margin-bottom: 3px;
    display: block;
    float: right;
    -webkit-transition: .3s;
    transition: .3s
}

.icon-span-1 {
    width: 100%
}

.icon-span-2 {
    width: 70%
}

.icon-span-3 {
    width: 40%
}

.lower-box-li:hover .lower-box-input::-webkit-input-placeholder {
    -webkit-transition: .3s;
    transition: .3s;
    color: #F7CA18
}

.lower-box-li:hover .lower-box-input::-moz-placeholder {
    -webkit-transition: .3s;
    transition: .3s;
    color: #F7CA18
}

.lower-box-li:hover .lower-box-input:-ms-input-placeholder {
    -webkit-transition: .3s;
    transition: .3s;
    color: #F7CA18
}

.lower-box-li:hover .lower-box-input:-moz-placeholder {
    -webkit-transition: .3s;
    transition: .3s;
    color: #F7CA18
}

.lower-box-li:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #F7CA18
}

.lower-box-li a {
    color: #fff
}

.lower-box-li:hover .lower-box-input-icon {
    -webkit-transition: .3s;
    transition: .3s;
    color: #F7CA18
}

.lower-box-li:hover .menu-icon-span {
    -webkit-transition: .3s;
    transition: .3s;
    background: #F7CA18
}

.lower-box-li:hover .icon-span-1 {
    -webkit-transition: .3s;
    transition: .3s;
    width: 40%
}

.lower-box-li:hover .icon-span-3 {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%
}

.main-menu-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #323c45
}

.menu-bg-animation-box {
    width: 100vw;
    height: 100vh;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/course-inner-page/Artboard.jpg) no-repeat;
    background-size: cover;
    border: none;
    -webkit-transition: .2s;
    transition: .2s
}

.menu-bg-animation-box-active {
    width: 70vw;
    height: 80vh;
    border: 80px solid #2e3841;
    transform: rotateZ(20deg);
    -webkit-transition: .5s;
    transition: .5s
}

.main-menu-info {
    width: 100%;
    height: 100%;
    background: rgba(46, 56, 65, 0.83);
    position: relative;
    z-index: 1
}

.main-info-sub {
    margin-top: 1.5%
}

.menu-logo {
    width: 8%;
    float: left
}

.menu-close {
    font-size: 1vw;
    color: #fff;
    text-decoration: none !important;
    float: right;
    margin-top: 1.5%;
    letter-spacing: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

.menu-close-img {
    margin-left: 2%;
    width: 30%;
    position: relative;
    top: -2px;
    transform: rotate(0deg);
    -webkit-transition: .3s;
    transition: .3s
}

.menu-close:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #F7CA18
}

.menu-close:hover .menu-close-img {
    -webkit-transition: .3s;
    transition: .3s;
    transform: rotate(180deg)
}

.main-menu-ul {
    width: 100%;
    text-align: left
}

.main-menu-li {
    margin: 2% 0 0;
    list-style: none;
    position: relative;
    top: -10px;
    opacity: 0
}

.main-menu-a,
.main-menu-a-sub {
    font-size: 1.3vw;
    color: #fff;
    text-align: left;
    margin: 0;
    letter-spacing: 2px;
    text-decoration: none !important;
    -webkit-transition: .2s;
    transition: .2s
}

.main-menu-a-sub {
    font-size: 1vw
}

.main-menu-li:hover .main-menu-a {
    -webkit-transition: .2s;
    transition: .2s;
    color: #ffc80a
}

.main-menu-ul-sub {
    width: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    display: none
}

.main-menu-li-sub {
    margin: 0 0 3%;
    list-style: none;
    position: relative;
    top: -10px;
    opacity: 0
}

.main-menu-li-sub:hover .main-menu-a-sub {
    -webkit-transition: .2s;
    transition: .2s;
    color: #ffc80a
}

.menu-yellow-blank {
    width: 0;
    height: 2px;
    background: #ffc80a;
    position: absolute;
    top: 12px;
    left: -30%
}

.footer-overlay {
    background: #2e3841;
    z-index: 99
}

.footer-overlay svg {
    fill: #2e3841;
    top: -150px;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.footer {
    padding: 2% 0
}

.footer-text1 {
    color: #fff;
    font-size: 1vw;
    margin-bottom: 1%;
    text-align: center;
    letter-spacing: 2px
}

.footer-anchor {
    font-size: .8vw;
    padding: 6px 15px;
    border: 1px solid #fff;
    float: none
}

.footer-center-box {
    margin-top: 2%
}

.looking-info-box {
    border-bottom: 1px solid #fff;
    margin-bottom: 2%;
    padding-bottom: 2%
}

.footer-links-text {
    font-size: .8vw;
    color: #fff;
    text-align: left;
    text-decoration: none !important;
    margin-bottom: 10px;
    float: left;
    letter-spacing: 1px;
    clear: both;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-links-text:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffe615
}

.footer-logo {
    width: 50%;
    margin: 9% auto
}

.footer-ul {
    width: 100%;
    text-align: center;
    margin: 0
}

.footer-li {
    display: inline-block;
    margin: 2% 1% 0;
    list-style: disc
}

.footer-links-text1 {
    font-size: .8vw;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s
}

.footer-links-text1:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffe615
}

.bottom-footer {
    padding: 1%;
    background: #000
}

.bottom-footer-text {
    font-size: .7vw;
    text-align: center;
    margin: 0;
    color: #fff
}

.course-landing-box-1 .red-dragon {
    width: 105%;
    position: absolute;
    top: -2%;
    left: -3%;
    z-index: 2;
    pointer-events: none
}

.course-landing-box-1 svg:nth-child(1) {
    fill: #a7f1ff;
    top: 10%;
    z-index: 2;
    -webkit-filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2))
}

.course-landing-box-1 svg:nth-child(2) {
    fill: #d1d1d1;
    bottom: -1%;
    transform: rotateY(180deg);
    z-index: 1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.course-landing-info-box {
    width: 60%;
    padding: 17% 0 15%;
    margin-left: 35%;
    z-index: 1;
    text-align: center
}

.course-landing-info-box h1,
.course-landing-info-box p {
    color: #000;
    background: transparent
}

.courses-sub {
    padding: 3% 0 12% !important
}

.course-title-box {
    width: 30%;
    display: inline-block;
    margin: 1.5%;
    vertical-align: top
}

.course-title-box img {
    width: 70%
}

.course-title-sub {
    clear: both;
    width: 50%
}

.course-title-sub .anchor_text {
    font-size: .7vw;
    padding: 10px 15px;
    border: 2px solid #fff
}

.benefits-you-get-sub {
    width: 100%;
    padding: 1% 0 15%;
    position: relative;
    z-index: 1
}

.course-career-new-height svg {
    fill: #00375a;
    z-index: 1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    top: -15%
}

.baloon {
    width: 100%;
    margin-top: 10%
}

.vfx-demo-sub {
    padding: 15% 0;
    position: relative;
    z-index: 1
}

.vfx-demo-text {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.2vw
}

.vfx-video-box {
    width: 70%;
    margin: 2% auto
}

.vfx-video-box iframe {
    width: 100%;
    height: 400px
}

.vfx-demo-box svg {
    top: -1px;
    fill: #00375a;
    z-index: 1;
    -webkit-filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2))
}

.guy-in-red {
    width: 40%;
    position: absolute;
    top: 0;
    left: -3%
}

.set-box-nw {
    width: 50%;
    padding: 20% 0;
    margin-left: 35%
}

.creo-box-nw {
    width: 55%;
    padding: 17% 0 15%;
    margin-left: 40%
}

.creosouls-box-1 svg {
    bottom: 0;
    fill: #043753;
    z-index: 1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.creosouls-box-2 h2,
.creosouls-box-2 li {
    color: #fff
}

.small-font {
    font-size: 1vw;
    text-transform: initial
}

.creo-text {
    font-size: 1.5vw;
    text-align: center;
    color: #fff
}

.hand-bulb {
    width: 55%;
    margin-top: -10%
}

.white-arrow li:before {
    content: '';
    border-bottom: 7px solid #fff !important
}

.white-arrow h2,
.white-arrow p,
.white-arrow li {
    color: #fff
}

.dis-box {
    padding: 0 0 12%
}

.dis-text {
    font-size: 20px;
    color: #575757;
    text-align: left;
    margin: 0;
    font-style: italic;
    letter-spacing: 1px
}

.dis-text + .dis-text {
    margin-top: 20px
}

.student-campaign-box-5 .dis-text {
    font-size: 14px;
    margin-top: 8px
}

.onlinevarsity-box-1 svg {
    bottom: 0;
    fill: #e6e6e6;
    z-index: 1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.bp-campaign-box-1 svg {
    bottom: 0;
    fill: #e6e6e6;
    z-index: 1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.finger-screen {
    width: 40%;
    position: absolute;
    top: 7%;
    left: -1%
}

.online-info-box {
    margin-bottom: 5%
}

.img-nw-hgt {
    height: 50%
}

.online-box-1 svg {
    bottom: 0;
    fill: #ffe615 !important;
    z-index: 1
}

.loan-box-1 {
    width: 100%
}

.loan-box-1 h1,
.loan-box-1 p {
    color: #fff
}

.loan-box-1 svg {
    bottom: 0;
    fill: #e8d21c;
    z-index: 1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.admission-box-sub {
    width: 60%;
    padding: 20% 0 21%;
    margin-left: 5%;
    z-index: 1
}

.admission-box-sub h1,
.admission-box-sub p {
    color: #333
}

.admission-building-inner-box {
    width: 40%;
    position: absolute;
    top: 7%;
    right: -1%
}

.disclaimer-box {
    padding: 10% 0;
    background: #e6e6e6
}

.disclaimer-sub {
    margin-bottom: 4%
}

.disclaimer-text {
    font-size: 1vw;
    color: #333;
    text-align: left;
    letter-spacing: 1px
}

.terms-anchor {
    font-size: 1vw;
    float: left;
    color: #2866d9;
    margin-bottom: 4%
}

.disclaimer-sub ul {
    width: 100%;
    text-align: left
}

.disclaimer-sub li {
    font-size: 1vw;
    list-style: none;
    color: #333;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 2%;
    position: relative
}

.disclaimer-sub li::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #333;
    position: absolute;
    top: 5px;
    left: -17px;
    transform: rotateZ(-30deg)
}

.bna {
    font-size: 10px;
    text-decoration: underline
}

.loan-lady {
    width: 85%;
    margin-top: 0;
    float: right
}

.white-clr {
    color: #fff
}

.menu-form-box {
    padding: 3% 0
}

.menu-form-text {
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 0;
    font-weight: 700;
    letter-spacing: 1px
}

.name-submit-text label {
    font-size: 1vw;
    font-style: initial;
    display: block;
    color: #ffe615
}

.menu-form-text1 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0;
    letter-spacing: 1px;
    line-height: 60px
}

.common_form span,
.header_form span {
    position: relative
}

.common_form span label,
.forminput label,
.header_form span {
    position: absolute;
    top: 45px;
    left: 0;
    color: red;
    font-size: 14px;
    line-height: 18px
}

#header_from.common_form span label {
    color: #ffe615;
    top: 42px
}

.forminput {
    position: relative
}

.common_from a {
    text-decoration: underline
}

.input-wdh-13 {
    width: 21.5%
}

.input-wdh-14 {
    width: 21.5%
}

.input-wdh-15 {
    width: 21.5%
}

.input-wdh-16 {
    width: 21.5%
}

.input-wdh-17 {
    width: 21.5%
}

.input-wdh-18 {
    width: 21.5%
}

.bn {
    font-size: 14px;
    color: #d9d9d9;
    text-align: center;
    margin: 0;
    font-style: italic;
    letter-spacing: 1px
}

.bna {
    font-size: 14px;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.bna:hover,
.bna:focus {
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffe615;
    text-decoration: none
}

.form-dropdown-arrow,
.form-up-arrow {
    cursor: pointer;
    padding: 0 5px;
    -webkit-transition: .3s;
    transition: .3s
}

.form-up-arrow {
    transform: rotate(180deg);
    margin-top: 3%;
    font-size: 20px !important
}

.form-dropdown-arrow:hover,
.form-up-arrow:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffe615
}

.subscribe-box {
    position: relative;
    margin-bottom: 20px
}

.subscribe {
    width: 100%;
    padding: 2%;
    font-size: 1vw;
    color: #333;
    outline: none;
    border: none;
    border-radius: 20px
}

.subscribe-box .error_message,
.subscribe-box #subscribe-error {
    position: absolute;
    bottom: -20px;
    left: 20px;
    color: #ffe615;
    text-align: left;
    display: block;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000
}

.subscribe-box .success_message {
    position: absolute;
    bottom: -25px;
    left: 20px;
    color: #fff;
    text-align: left;
    display: block;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000
}

.subscribe::-webkit-input-placeholder {
    color: #a2a2a2;
    text-transform: initial;
    font-size: 20px
}

.subscribe::-moz-placeholder {
    color: #a2a2a2;
    text-transform: initial;
    font-size: 18px
}

.subscribe:-ms-input-placeholder {
    color: #a2a2a2;
    text-transform: initial;
    font-size: 18px
}

.subscribe:-moz-placeholder {
    color: #a2a2a2;
    text-transform: initial;
    font-size: 18px
}

.subscribe-click,
.subscribe-click:focus,
.subscribe-click:active {
    font-size: 1vw;
    color: #333;
    text-transform: none !important;
    position: absolute;
    right: 3%;
    top: 57%;
    background: none;
    border: none;
    z-index: 1
}

.subscribe-click:hover {
    color: #ffe615
}

.footer-social-icon {
    width: 8%;
    margin: 3% 5%;
    filter: grayscale(0.8);
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotateY(0deg)
}

.footer-social-icon-anchor:hover .footer-social-icon {
    -webkit-transition: .5s;
    transition: .5s;
    filter: grayscale(0);
    -webkit-transform: rotateY(360deg)
}

.contact-box-1 svg {
    fill: #e7e7e7;
    bottom: -1%;
    z-index: 1
}

.tt1 {
    font-size: 1.8vw;
    text-align: center;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: initial
}

.contact-text {
    color: #333;
    font-size: 1.2vw;
    text-align: center;
    margin: 0
}

.ct-mrg {
    margin: 0 2%
}

.cbm {
    margin-top: 8%
}

.contact-sub {
    margin-top: 3%
}

.contact-sub h2 {
    font-size: 1.4vw
}

.hologram-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -5%;
    z-index: 2;
    pointer-events: none
}

.errorPageRap {
    text-align: center;
    margin: 0;
    width: 100%;
    height: 100%
}

.errorPageRap .holoContainer {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0
}

.errorPageRap .holoContainer > img {
    position: absolute;
    top: 0;
    left: 1.4rem;
    z-index: 999;
    width: 100%
}

.errorPageRap .holoContainer > img:nth-child(2),
.errorPageRap .holoContainer > img:nth-child(3) {
    left: 1.2rem;
    top: 0;
    animation: glitch-anim-2 3s infinite linear alternate-reverse;
    clip: rect(0, 0, 0, 0)
}

.errorPageRap .holoContainer > img:nth-child(2) {
    left: 1.7rem;
    animation: glitch-anim-1 2s infinite linear alternate-reverse;
    width: 100%
}

@keyframes glitch-anim-1 {
    0% {
        clip: rect(12.7rem, 2.5rem, 40rem, 0)
    }

    6% {
        clip: rect(1.5rem, 25.8rem, 40rem, 0)
    }

    13% {
        clip: rect(18.9rem, 25.8rem, 40rem, 0)
    }

    20% {
        clip: rect(2.1rem, 25.8rem, 40rem, 0)
    }

    26% {
        clip: rect(11rem, 25.8rem, 40rem, 0);
        opacity: .3
    }

    33% {
        clip: rect(17.5rem, 2220rem, -40rem, 0)
    }

    40% {
        clip: rect(14rem, 25.8rem, 40rem, 0)
    }

    46% {
        clip: rect(2.5rem, 25.8rem, 40rem, 0)
    }

    53% {
        clip: rect(213.9rem, 25.8rem, 40rem, 0)
    }

    60% {
        clip: rect(12.7rem, 25.8rem, 4rem, 0);
        opacity: .3
    }

    66% {
        clip: rect(25.6rem, 25.8rem, 40rem, 0)
    }

    73% {
        clip: rect(1.1rem, 25.8rem, 40rem, 0)
    }

    80% {
        clip: rect(13.4rem, 25.8rem, 40rem, 0)
    }

    86% {
        clip: rect(1.7rem, 25.8rem, 40rem, 0)
    }

    93% {
        clip: rect(17.5rem, 25.8rem, 40rem, 0);
        opacity: .3
    }

    100% {
        clip: rect(16.5rem, 25.8rem, 40rem, 0)
    }
}

@keyframes glitch-anim-2 {
    0% {
        clip: rect(12.7rem, 25.8rem, 40rem, 0)
    }

    6% {
        clip: rect(15.4rem, 25.8rem, 40rem, 0)
    }

    13% {
        clip: rect(1.8rem, 25.8rem, 40rem, 0)
    }

    20% {
        clip: rect(13.8rem, 25.8rem, 40rem, 0)
    }

    26% {
        clip: rect(1.1rem, 25.8rem, 28rem, 0)
    }

    33% {
        clip: rect(3rem, 25.8rem, 40rem, 0)
    }

    40% {
        clip: rect(1.1rem, 25.8rem, 40rem, 0)
    }

    46% {
        clip: rect(15.2rem, 25.8rem, 40rem, 0)
    }

    53% {
        clip: rect(13.9rem, 25.8rem, 30rem, 0)
    }

    60% {
        clip: rect(40rem, 25.8rem, 40rem, 0);
        opacity: .3
    }

    66% {
        clip: rect(15.6rem, 25.8rem, 40rem, 0)
    }

    73% {
        clip: rect(1.1rem, 25.8rem, 40rem, 0)
    }

    80% {
        clip: rect(1.3rem, 21.8rem, 35rem, 0)
    }

    86% {
        clip: rect(17.3rem, 25.8rem, 40rem, 0)
    }

    93% {
        clip: rect(17.5rem, 25.8rem, 40rem, 0);
        opacity: .3
    }

    100% {
        clip: rect(16.5rem, 25.8rem, 40rem, 0)
    }
}

.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px
}

.border {
    border: 2px solid #666
}

.talk-bubble {
    margin: 40px;
    display: inline-block;
    position: relative;
    width: 200px;
    height: auto;
    background-color: #ffffe0;
    position: absolute;
    left: -100px;
    bottom: 100px;
    z-index: 2;
    display: none
}

.tri-right.border.btm-left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 108px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 10px solid;
    border-color: #666 transparent transparent #666
}

.tri-right.btm-left-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 110px;
    right: auto;
    top: auto;
    bottom: -15px;
    border: 8px solid;
    border-color: #ffffe0 transparent transparent #ffffe0
}

.talktext {
    padding: 1em;
    text-align: left;
    line-height: 1.5em
}

.talktext p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0
}

.locate-a-centre-pins {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none
}

.locate-ripple-box {
    width: 46%;
    height: 51%;
    position: absolute;
    margin: auto;
    left: 6%;
    top: 18.5%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none
}

.circle-ripple {
    background-color: rgba(240, 182, 43, 0.9);
    width: 8em;
    height: 8em;
    border-radius: 50%;
    position: absolute;
    top: 46.5%;
    left: 7.5%
}

.circle-ripple[myAttr="1"] {
    animation: ripple .7s linear infinite
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(240, 182, 43, 0.4), 0 0 0 1em rgba(240, 182, 43, 0.5), 0 0 0 3em rgba(240, 182, 43, 0.5), 0 0 0 5em rgba(240, 182, 43, 0.5)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(240, 182, 43, 0.5), 0 0 0 3em rgba(240, 182, 43, 0.5), 0 0 0 5em rgba(240, 182, 43, 0.5), 0 0 0 8em rgba(240, 182, 43, 0)
    }
}

.circle-ripple-1 {
    background-color: rgba(255, 255, 255, 0.8);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    top: 16%;
    left: 50%
}

.circle-ripple-1[myAttr="1"] {
    animation: ripple-1 .7s linear infinite
}

@keyframes ripple-1 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.4), 0 0 0 3em rgba(255, 255, 255, 0.4), 0 0 0 5em rgba(255, 255, 255, 0.4)
    }

    100% {
        box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.4), 0 0 0 3em rgba(255, 255, 255, 0.4), 0 0 0 5em rgba(255, 255, 255, 0.4), 0 0 0 8em rgba(255, 255, 255, 0)
    }
}

.web-svg {
    width: 6%;
    position: absolute;
    left: 26%;
    top: 10%;
    z-index: 1
}

.group1 path {
    fill: #4599b1
}

.group2 path {
    fill: #fae5b1
}

.web-svg path {
    transition: d 1s
}

.web-svg:hover .svg-wdh1 {
    d: path(M95.058, 0.59V22.548l-8.544, 8.571V9.159Z)
}

.web-svg:hover .svg-wdh2 {
    d: path(M86.8, 39.118V264.807l-2.976, 2.984V42.1Z)
}

.web-svg:hover .svg-wdh3 {
    d: path(M49.555, 76.479v52.787l-6.24, 6.259V82.738Z)
}

.web-svg:hover .svg-wdh4 {
    d: path(M41.107, 84.953v83.761l-2.52, 2.528V87.481Z)
}

.web-svg:hover .svg-wdh5 {
    d: path(M36.991, 89.082V161.15l-2.52, 2.527V91.61Z)
}

.web-svg:hover .svg-wdh6 {
    d: path(M32.875, 93.211v83.76l-2.52, 2.528V95.738Z)
}

.web-svg:hover .svg-wdh7 {
    d: path(M28.939, 97.158v83.761l-2.52, 2.528V99.686Z)
}

.web-svg:hover .svg-wdh8 {
    d: path(M25, 101.106v83.761l-2.52, 2.528V103.634Z)
}

.web-svg:hover .svg-wdh9 {
    d: path(M21.067, 105.054v83.761l-2.52, 2.528V107.581Z)
}

.web-svg:hover .svg-wdh10 {
    d: path(M17.131, 109v83.761l-2.52, 2.528V111.53Z)
}

.events-img {
    position: absolute;
    top: 0;
    left: 0
}

.homeCaption {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 999;
    font-size: 24px;
    text-align: center;
    z-index: 99
}

.homeStage {
    height: 10vh;
    width: 100%;
    color: #000;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 1000000000;
    opacity: .3
}

.green {
    background: green
}

.orbit-live-people {
    width: 50%;
    position: absolute;
    top: 36%;
    left: -15%;
    z-index: 3
}

.guitar-group {
    width: 24%;
    position: absolute;
    bottom: -10%;
    left: 15%;
    z-index: 3
}

.contact-box-3 {
    padding: 10% 0 2% !important
}

.contact-box-3 svg {
    fill: #e6e6e6;
    top: -1%;
    z-index: 2
}

.fire-guy {
    width: 130%;
    position: absolute;
    top: 0;
    left: -57%
}

.fire-guy img {
    opacity: 0
}

.kalakari-people-1 {
    width: 65%;
    position: absolute;
    top: 6%;
    left: -58%
}

.kalakari-people-2 {
    width: 65%;
    position: absolute;
    top: 26%;
    left: -55%
}

.stage-elements {
    width: 30%;
    position: absolute;
    top: 28%;
    right: 61%
}

.dance-girl-box {
    width: 35%;
    position: absolute;
    top: 35.5%;
    right: 66%
}

.dance-girl-box img {
    opacity: 0
}

.pottery-guy-box {
    width: 43%;
    position: absolute;
    bottom: 24%;
    right: 53%
}

.pottery-guy-box img {
    opacity: 0
}

.creative-people-1 {
    width: 70%;
    position: absolute;
    top: 0;
    left: 42%
}

.creative-people-2 {
    width: 55%;
    position: absolute;
    top: 54%;
    left: 50%
}

.setup-wheel-1 {
    width: 17%;
    position: absolute;
    top: 7%;
    left: 25%;
    z-index: 3
}

.setup-wheel-2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.pacement-cell-text-animation-box-1,
.pacement-cell-text-animation-box-2 {
    width: 65%;
    position: absolute;
    left: 7%;
    bottom: 32%;
    z-index: 4;
    transform: skewX(44deg);
    background: #000;
    overflow: hidden
}

.pacement-cell-text-animation-box-2 {
    width: 108%;
    position: absolute;
    left: 20.5%;
    bottom: 64%;
    z-index: 4;
    transform: skewY(44deg) rotateZ(-90deg) rotateX(33deg);
    background: #000;
    overflow: hidden
}

.pacement-cell-text,
.pacement-cell-text-1 {
    width: 221vw;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5vw;
    color: #ff4e87;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .7vw;
    text-shadow: 1px 1px 15px rgba(255, 78, 135, 1);
    position: relative;
    left: 25vw
}

.pacement-cell-text-1 {
    left: 42vw
}

.guy-with-bike {
    width: 20%;
    position: absolute;
    bottom: 16%;
    left: 20%
}

.course-people {
    width: 25%;
    position: absolute;
    bottom: -5%;
    left: -16%
}

.vfx-guy {
    width: 10%;
    position: absolute;
    right: 32%;
    top: 37%
}

.avg-people {
    width: 18%;
    position: absolute;
    left: 6%;
    top: 59%
}

.animation-people {
    width: 26%;
    position: absolute;
    right: 28%;
    top: 3%
}

.animation-people-2 {
    width: 23%;
    position: absolute;
    right: 25%;
    top: 27%
}

.gaming-pepole {
    width: 30%;
    position: absolute;
    left: 0;
    top: 3%
}

.loan-people {
    width: 30%;
    position: absolute;
    right: 10%;
    top: 21%
}

.bp-h1-box-screen {
    margin: 13% 0 10%
}

.bp-h1 {
    font-size: 2.3vw;
    color: #fff;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.bp-form-box {
    background: #fff;
    margin-bottom: 15%;
    padding: 2% !important
}

.bp-form-h2 {
    font-size: 1.5vw;
    color: #043749;
    font-weight: 700;
    margin-bottom: 5%;
    line-height: 2vw
}

.bp-form-inpt {
    width: 100%;
    font-family: 'Nunito', sans-serif;
    font-size: 1vw;
    color: #333;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 2%;
    outline: none
}

.forminput + .forminput .bp-form-inpt {
    margin-top: 5%
}

.forminput label {
    top: auto;
    bottom: -18px;
    font-size: 12px;
    letter-spacing: 1.3px
}

.bp-form-inpt::-webkit-input-placeholder {
    color: #a3a7a9;
    text-transform: initial
}

.bp-form-inpt::-moz-placeholder {
    color: #a3a7a9;
    text-transform: initial
}

.bp-form-inpt:-ms-input-placeholder {
    color: #a3a7a9;
    text-transform: initial
}

.bp-form-inpt:-moz-placeholder {
    color: #a3a7a9;
    text-transform: initial
}

.bp-form-verify-text {
    font-size: 12px;
    color: #a3a7a9;
    text-align: center;
    margin-bottom: 2%;
    font-style: italic;
    margin-top: 6%
}

.bp-form-a-box {
    margin: 10% 0 5%
}

.bp-text {
    margin: 0;
    margin-bottom: 1%;
    color: #333
}

.bp-box-2 svg {
    fill: #e6e6e6 !important;
    top: 0;
    -webkit-filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2))
}

.bp-info-box {
    background: url(../images/bp-campaign/bp-bg-1.png) no-repeat;
    background-size: contain;
    padding: 6% 0 10%;
    position: relative;
    z-index: 1;
    margin-top: -10%
}

.bp-info-box-1 {
    background: url(../images/bp-campaign/bp-bg-3.png) no-repeat;
    background-size: contain;
    padding: 10% 0 16%;
    position: relative;
    z-index: 3;
    margin-top: -10%
}

.bp-info-box-2 {
    background: url(../images/bp-campaign/bp-bg-2.png) no-repeat;
    background-size: contain;
    padding: 6% 0 10%;
    margin-top: -4%;
    z-index: 1;
    position: relative
}

.bp-nw-font {
    font-size: 2vw
}

.bp-info-txt {
    font-size: 1.2vw;
    font-weight: 700;
    margin-bottom: 1%
}

.bp-mentor-1 {
    width: 60%;
    margin-top: -41%;
    margin-left: -8%;
    z-index: 1;
    position: relative;
    pointer-events: none
}

.bp-mentor-2 {
    width: 50%;
    margin-top: -49%;
    margin-left: 30%;
    z-index: 2;
    position: relative;
    pointer-events: none
}

.bp-mentor-3 {
    width: 50%;
    margin-top: -50%;
    margin-left: -10%;
    z-index: 4;
    position: relative;
    pointer-events: none
}

.pad-btm-0 {
    padding-bottom: 0 !important
}

.bp-logo {
    width: 10%;
    position: absolute;
    top: 1%;
    left: 5%
}

.setup-a-centre-box-1 svg {
    fill: #e6e6e6;
    bottom: -1%;
    z-index: 1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.setup-centre-nw-fnt {
    font-size: 2.5vw;
    margin: 0 0 5%
}

.setup-centre-info-box-1 {
    background: #e7e7e7;
    padding: 4% 0;
    margin-top: -4%;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 0 12px 4px rgba(161, 162, 164, 1);
    -moz-box-shadow: 0 0 12px 4px rgba(161, 162, 164, 1);
    box-shadow: 0 0 12px 4px rgba(161, 162, 164, 1)
}

.setup-centre-info-box-2 {
    background: #e7e7e7;
    padding: 4% 0;
    position: relative;
    z-index: 1;
    margin-top: -10%;
    -webkit-box-shadow: 0 0 12px 4px rgba(161, 162, 164, 1);
    -moz-box-shadow: 0 0 12px 4px rgba(161, 162, 164, 1);
    box-shadow: 0 0 12px 4px rgba(161, 162, 164, 1)
}

.setup-centre-info-box-3 {
    background: #e7e7e7;
    padding: 4% 0;
    position: relative;
    z-index: 3;
    margin-top: -10%;
    -webkit-box-shadow: 0 0 12px 4px rgba(161, 162, 164, 1);
    -moz-box-shadow: 0 0 12px 4px rgba(161, 162, 164, 1);
    box-shadow: 0 0 12px 4px rgba(161, 162, 164, 1)
}

.setup-mtr-2 {
    margin-top: -49%;
    margin-left: 42%
}

.setup-mtr-3 {
    margin-top: -45%
}

.setup-mrb-btm-li li {
    margin-bottom: 5%
}

.process-work-box {
    padding: 2% 0 4%
}

.setup-centre-box-2 svg {
    fill: #fff;
    bottom: -1%;
    z-index: 6;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.setup-centre-box-3 {
    padding: 7% 0 14%
}

.setup-centre-box-3 svg {
    fill: #fff;
    top: -1%;
    z-index: 2;
    -webkit-filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2))
}

.work-img {
    width: 60%;
    position: relative;
    z-index: 2
}

.work-span {
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
    font-size: 5.5vw;
    color: #e64a24;
    position: absolute;
    top: -10%;
    right: 33%;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.process-work-info-overlay {
    margin-top: 3%;
    overflow: hidden
}

.process-work-info-box {
    width: 275.88%;
    padding-top: 3%
}

#horizontal_control {
    position: relative;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
    margin-top: 0
}

.number-box {
    width: 100%;
    border-bottom: 5px solid #e74c23;
    padding-bottom: 1.5%
}

.number-span {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5vw;
    color: #000000;
    margin-right: 10.1%;
    float: left;
    position: relative
}

.number-span:nth-child(8) {
    margin: 0
}

.number-span::after {
    content: '';
    width: 2px;
    height: 50%;
    position: absolute;
    margin: auto;
    top: 85%;
    left: 0;
    right: 0;
    z-index: 2;
    background:#e74c23
}

#controller {
    width: 7%;
    margin-top: -1.9%;
    z-index: 3;
    cursor: pointer
}

.process-work-info-sub {
    margin-left: 2%;
    width: 10.73%;
    float: left
}

.process-work-info-sub:nth-child(3) {
    margin-top: 3.5%;
    margin-left: 0
}

.process-work-info-sub:nth-child(5) {
    margin-top: 3%
}

.process-work-info-sub:nth-child(7) {
    margin-top: 3.5%
}

.process-work-info-sub:nth-child(9) {
    margin-top: 3%
}

.low-opacity {
    opacity: .4;
    -webkit-transition: .3s;
    transition: .3s
}

.wave {
    position: absolute;
    top: 0;
    left: 0
}

.animation-acnhor {
    width: 59%;
    height: 66%;
    position: absolute;
    top: 11%;
    left: 0;
    z-index: 2
}

.gaming-acnhor {
    width: 82%;
    height: 71%;
    position: absolute;
    top: 7%;
    right: 0;
    z-index: 2
}

.locate-acnhor {
    width: 59%;
    height: 66%;
    position: absolute;
    top: 11%;
    left: 0;
    z-index: 3
}

.web-acnhor {
    width: 75%;
    height: 62%;
    position: absolute;
    top: 5%;
    right: 0;
    z-index: 2
}

.student-loan-acnhor {
    width: 51%;
    height: 89%;
    position: absolute;
    top: 4%;
    left: 0;
    z-index: 2
}

.alliances-acnhor {
    width: 100%;
    height: 89%;
    position: absolute;
    top: 4%;
    left: 0;
    z-index: 2
}

.fame-acnhor {
    width: 70%;
    height: 53%;
    position: absolute;
    top: 4%;
    left: 6%;
    z-index: 2
}

.events-acnhor {
    width: 70%;
    height: 53%;
    position: absolute;
    top: 4%;
    left: 6%;
    z-index: 2
}

.orbit-acnhor {
    width: 61%;
    height: 72%;
    position: absolute;
    top: 4%;
    right: 1%;
    z-index: 3;
    transform: rotateZ(60deg)
}

.creative-acnhor {
    width: 81%;
    height: 60%;
    position: absolute;
    top: 14%;
    left: 0;
    z-index: 10
}

.kalakari-acnhor {
    width: 100%;
    height: 53%;
    position: absolute;
    top: 26%;
    right: 0;
    z-index: 10
}

.awards-acnhor {
    width: 50%;
    height: 75%;
    position: absolute;
    top: 8%;
    left: 30%;
    z-index: 10;
    transform: rotateZ(50deg)
}

.placement-acnhor {
    width: 94%;
    height: 72%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 94%;
    height: 72%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.setup-anchor {
    width: 84%;
    height: 69%;
    position: absolute;
    top: 2%;
    left: 0;
    z-index: 10
}

.home-menu-box {
    width: 100px;
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 20;
    background: rgba(0, 0, 0, 0.73)
}

.road-alone {
    width: 300%;
    height: 140%;
    position: absolute;
    top: 2%;
    left: 0;
    z-index: 9;
    pointer-events: none
}

.dragon-fire {
    pointer-events: none
}

.student-campaign-box-1 {
    width: 100%
}

.student-campaign-box-1 svg {
    bottom: -1px;
    fill: #ffe817;
    z-index: 1
}

.student-campaign-box-2 svg {
    bottom: -1px;
    fill: #e6e6e6;
    z-index: 1
}

.student-campaign-box-3 svg {
    bottom: -1px;
    fill: #17435f
}

.student-campaign-box-4 svg {
    bottom: -1px;
    fill: #e6e6e6
}

.student-campaign-box-3 {
    padding: 3% 0 8%
}

.student-campaign-box-4 {
    padding-top: 3% !important
}

.student-campaign-box-5 {
    padding: 3% 10px 7%
}

.rahul-para {
    font-size: 1.1vw;
    list-style: none;
    color: #333;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 2% !important;
    position: relative;
    line-height: 2vw
}

.student-campaign-box-12 .course-highlights-text {
    line-height: 3.5vw
}

.student-campaign-course-text-box p {
    text-align: left
}

.n-f {
    font-size: 3.5vw
}

.student-c-img {
    width: 100%;
    margin-top: -10%;
    float: right
}

.mobile-tilt-overlay {
    display: none
}

.preloader-box {
    background: #c6fcf9
}

.preloader-lady {
    width: 25%;
    position: absolute;
    left: 10%;
    left: 32%;
    bottom: 0
}

.bubble-chat-svg-box {
    width: 30%;
    position: absolute;
    top: 8%;
    right: 15%
}

.bubble-chat-svg {
    width: 100%;
    position: relative;
    top: 0;
    right: 0
}

.student-campaign-course-box {
    margin-bottom: 7%
}

.student-campaign-course-text {
    color: #fff;
    background: rgba(0, 0, 0, 0.73);
    text-align: center;
    width: 100%;
    padding: 2%;
    position: relative;
    margin-top: -14%;
    z-index: 1;
    font-size: 1.2vw;
    margin-bottom: 0
}

.student-campaign-course-text-1 {
    color: #333;
    text-align: left;
    margin-bottom: 3%
}

.student-campaign-course-text-2 {
    font-size: .9vw;
    color: #333;
    text-align: left;
    font-weight: 700;
    display: table;
    margin-bottom: 2%
}

.student-campaign-course-text-box {
    background: #fff;
    padding: 4%;
    border-radius: 5px
}

.preloader-text {
    font-size: 1.7vw;
    color: #fff;
    text-align: left;
    padding: 11% 5%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.bubble-chat-svg-box-1 {
    width: 25%;
    position: absolute;
    top: 18%;
    right: 19%
}

.name-submit-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 8%;
    z-index: 2
}

.name-submit-text {
    font-size: 1.5vw;
    color: #fff;
    text-align: left
}

.name-inpt {
    width: 60%;
    color: #fff;
    font-size: 1.2vw;
    color: #fff;
    text-align: left;
    outline: none;
    border: none;
    font-style: italic;
    border-bottom: 1px solid #fff;
    background: transparent
}

.name-submit {
    font-size: 1.2vw;
    text-align: center;
    color: #020001;
    background: #dae3e8;
    padding: 2% 8%;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    float: left;
    outline: none;
    -webkit-transition: .3s;
    transition: .3s
}

.name-submit:hover {
    -webkit-transition: .3s;
    transition: .3s;
    background: #ffe615
}

.noform::-webkit-input-placeholder {
    color: #333
}

.noform::-moz-placeholder {
    color: #333
}

.noform:-ms-input-placeholder {
    color: #333
}

.noform:-moz-placeholder {
    color: #333
}

.noform {
    width: 100%;
    padding: 6%;
    border-radius: 10px;
    font-size: 11px;
    color: #333;
    outline: none;
    border: none;
    resize: none;
    display: block;
    font-family: Nunito, sans-serif
}

.help_error {
    font-size: 24px
}

.help_error p {
    color: #ffe615;
    font-size: 12px
}

.footer-search-input::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: 1
}

.footer-search-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3)
}

.footer-search-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3)
}

@-webkit-keyframes rotate90 {

    0%,
    40% {
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
        -o-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: .6
    }

    60%,
    100% {
        -webkit-transform: rotate(90deg) scale(1.2);
        -moz-transform: rotate(90deg) scale(1.2);
        -o-transform: rotate(90deg) scale(1.2);
        -ms-transform: rotate(90deg) scale(1.2);
        transform: rotate(90deg) scale(1.2);
        opacity: 1;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
    }
}

@-moz-keyframes rotate90 {

    0%,
    40% {
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
        -o-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: .6
    }

    60%,
    100% {
        -webkit-transform: rotate(90deg) scale(1.2);
        -moz-transform: rotate(90deg) scale(1.2);
        -o-transform: rotate(90deg) scale(1.2);
        -ms-transform: rotate(90deg) scale(1.2);
        transform: rotate(90deg) scale(1.2);
        opacity: 1;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
    }
}

@-o-keyframes rotate90 {

    0%,
    40% {
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
        -o-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: .6
    }

    60%,
    100% {
        -webkit-transform: rotate(90deg) scale(1.2);
        -moz-transform: rotate(90deg) scale(1.2);
        -o-transform: rotate(90deg) scale(1.2);
        -ms-transform: rotate(90deg) scale(1.2);
        transform: rotate(90deg) scale(1.2);
        opacity: 1;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
    }
}

@keyframes rotate90 {

    0%,
    40% {
        -webkit-transform: rotate(0deg) scale(1);
        -moz-transform: rotate(0deg) scale(1);
        -o-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: .6
    }

    60%,
    100% {
        -webkit-transform: rotate(90deg) scale(1.2);
        -moz-transform: rotate(90deg) scale(1.2);
        -o-transform: rotate(90deg) scale(1.2);
        -ms-transform: rotate(90deg) scale(1.2);
        transform: rotate(90deg) scale(1.2);
        opacity: 1;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
    }
}

@-webkit-keyframes rotateNeg90 {

    0%,
    40% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    60%,
    100% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@-moz-keyframes rotateNeg90 {

    0%,
    40% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    60%,
    100% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@-o-keyframes rotateNeg90 {

    0%,
    40% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    60%,
    100% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@keyframes rotateNeg90 {

    0%,
    40% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    60%,
    100% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.preloader-display {
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5%;
    right: 0
}

.preloader-display h2:first-child {
    font-size: 2em
}

section.pre-loader {
    display: flex;
    flex-flow: norow wrap
}

section.pre-loader .pre-box {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    transition: all .1s linear;
    border-radius: .5em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    width: 4em;
    height: 4em;
    margin: .5em;
    opacity: .6;
    -webkit-animation: rotate90 1s linear infinite;
    -moz-animation: rotate90 1s linear infinite;
    -o-animation: rotate90 1s linear infinite;
    -ms-animation: rotate90 1s linear infinite;
    animation: rotate90 1s linear infinite
}

section.pre-loader .pre-box:nth-of-type(odd) {
    background-color: #235789
}

section.pre-loader .pre-box:nth-of-type(even) {
    background-color: #d30820
}

section.pre-loader .pre-box:nth-of-type(1),
section.pre-loader .pre-box:nth-of-type(1) span {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    animation-delay: .5s
}

section.pre-loader .pre-box:nth-of-type(2),
section.pre-loader .pre-box:nth-of-type(2) span {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s;
    animation-delay: 1s
}

section.pre-loader .pre-box:nth-of-type(3),
section.pre-loader .pre-box:nth-of-type(3) span {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    animation-delay: 1.5s
}

section.pre-loader .pre-box:nth-of-type(4),
section.pre-loader .pre-box:nth-of-type(4) span {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s
}

section.pre-loader .pre-box:nth-of-type(5),
section.pre-loader .pre-box:nth-of-type(5) span {
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    animation-delay: 2.5s
}

section.pre-loader .pre-box:nth-of-type(6),
section.pre-loader .pre-box:nth-of-type(6) span {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s
}

section.pre-loader .pre-box:nth-of-type(7),
section.pre-loader .pre-box:nth-of-type(7) span {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
    -o-animation-delay: 3.5s;
    -ms-animation-delay: 3.5s;
    animation-delay: 3.5s
}

section.pre-loader .pre-box span {
    color: #fff;
    font-size: 3em;
    -webkit-animation: rotateNeg90 1s linear infinite;
    -moz-animation: rotateNeg90 1s linear infinite;
    -o-animation: rotateNeg90 1s linear infinite;
    -ms-animation: rotateNeg90 1s linear infinite;
    animation: rotateNeg90 1s linear infinite
}

@media (max-width:510px) {
    section.pre-loader .pre-box {
        width: 3em;
        height: 3em
    }

    section.pre-loader .pre-box span {
        font-size: 1.5em
    }
}

.get-in-touch-form-box .anchor-top-cls {
    margin-top: 3% !important
}

.c-nw-c {
    padding-top: 10%
}

.become-box p {
    font-size: 1vw;
    text-align: left
}

.become-box p:first-child {
    font-size: 1.2vw;
    font-weight: 700;
    margin-bottom: 1%
}

.become-box h2 {
    font-size: 1.2vw;
    font-weight: 700;
    margin-bottom: 1%;
    text-align: left
}

.bp-high h2:last-child {
    font-size: 1.2vw;
    font-weight: 700;
    margin-bottom: 1%;
    text-align: left
}

.become-box1 p {
    text-align: left;
    letter-spacing: 1px
}

.get-in-touch-form-box .get-in-touch-form-text {
    text-shadow: 0 2px 2px rgba(150, 150, 150, 0)
}

.get-in-touch-form-box .get-in-touch-form-text .inpt {
    font-weight: 700;
    text-align-last: center
}

.flying-lady {
    margin-top: -11%;
    position: relative;
    top: 140px
}

.tem {
    font-size: 1.8vw
}

.pagination-ui {
    margin-top: 5%;
    position: relative;
    z-index: 3
}

.pagination-ui a {
    font-weight: 700;
    font-size: 22px;
    margin: 1%;
    color: rgba(0, 0, 0, 0.2);
    line-height: 40px
}

.pagination-ui a[rel="prev"],
.pagination-ui a[rel="next"] {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block
}

.pagination-ui strong {
    margin: 1%;
    color: #333;
    font-size: 22px;
    text-decoration: none;
    font-weight: 700;
    line-height: 40px
}

.newsSmall {
    font-size: 2.8vw
}

.campusbanner li {
    margin-left: 5%
}

.campusbanner li img {
    width: 50%
}

.campusbanner li span {
    width: 40%
}

.subheading {
    padding-top: 2%
}

.madeArenaSmall {
    font-size: 2.3vw;
    margin-top: 3%
}

.madeArenaSmaller {
    font-size: 1.7vw;
    text-transform: uppercase
}

.setup-up {
    margin-top: -3%
}

.setup-pad-btm {
    padding-bottom: 14%
}

.creo-dragon {
    z-index: 9 !important
}

.rock {
    width: 20%;
    position: absolute;
    bottom: 2%;
    right: 0
}

.placement-hill {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 3.5%
}

.home-show-li {
    display: none
}

.searchbox {
    position: relative
}

.searchbox button {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0;
    margin: 0;
    outline: none
}

.searchbox label {
    position: absolute;
    top: 100%;
    left: 5%;
    font-size: .5vw;
    text-align: left;
    text-transform: capitalize
}

.setup-a-centre-man {
    width: 35%;
    position: absolute;
    bottom: 20%;
    right: -19%
}

.vfx-guy-1 {
    width: 17%;
    position: absolute;
    right: -10%;
    top: 35%
}

.web-guy {
    width: 19%;
    position: absolute;
    right: -27%;
    top: 66%
}

.stalker {
    width: 6.5%;
    position: absolute;
    left: -10%;
    top: 40%
}

.cafeteria-guys {
    width: 25%;
    position: absolute;
    right: 0;
    top: 0
}

.bicycles {
    width: 15%;
    position: absolute;
    left: -8%;
    top: 5%
}

.locate-bushes {
    width: 60%;
    position: absolute;
    left: 7%;
    bottom: -10%
}

.search-wrapper {
    width: 100%;
    padding: 12% 0 15%;
    margin: 0 auto
}

.search-wrapper .content {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%)
}

.footer-search-group {
    display: inline-block;
    position: relative
}

.footer-search-group label {
    width: 100%;
    text-align: left;
    color: #ffe615;
    position: absolute;
    left: 0;
    top: 100%
}

.mobile-instruction-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 999
}

.text2m {
    font-size: 1vw
}

.form-group .help_error {
    color: #ffe615
}

.home-social-icons-box {
    width: 21%;
    height: 49%;
    position: absolute;
    top: 13%;
    left: 17%
}

.home-social-icons {
    font-size: 1.6vw;
    color: #fff;
    margin: 5%;
    text-decoration: none !important;
    -webkit-transition: .2s;
    transition: .2s
}

.home-facebook-icon:hover {
    -webkit-transition: .2s;
    transition: .2s;
    color: #4e71ba
}

.home-instagram-icon:hover {
    -webkit-transition: .2s;
    transition: .2s;
    color: #fb3958
}

.home-twitter-icon:hover {
    -webkit-transition: .2s;
    transition: .2s;
    color: #1DA1F2
}

.home-whatsapp-icon:hover {
    -webkit-transition: .2s;
    transition: .2s;
    color: #25D366
}

.get-in-touch-form-box .inpt::-webkit-input-placeholder {
    color: #004048;
    opacity: .6
}

.get-in-touch-form-box .inpt::-moz-placeholder {
    color: #004048;
    opacity: .6
}

.get-in-touch-form-box .inpt:-ms-input-placeholder {
    color: #004048;
    opacity: .6
}

.get-in-touch-form-box .inpt:-moz-placeholder {
    color: #004048;
    opacity: .6
}

.otp-error-span {
    position: relative
}

.otp-error-span .otp-error {
    font-size: 1vw;
    line-height: 1vw;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    color: red
}

.faqtabs {
    position: relative
}

.slick-dots li button:before {
    font-size: 10px
}

.mobile-instruction-fade {
    display: none !important
}

.tv-effect {
    width: 110%;
    position: absolute;
    top: -5%;
    left: -5%;
    opacity: .8
}

.wheel-play {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .5
}

.wheel-play:hover {
    opacity: .8
}

.home-share-icons-box-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.73);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

..home-share-icons-box p {
    font-size: 14px
}

.home-share-icons-box {
    width: 300px;
    height: 200px;
    padding: 30px 0;
    background: #c7c7c7;
    border-radius: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.sif {
    font-size: 30px
}

.home-social-icons-close {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 1%;
    right: 3%;
    -webkit-transition: .3s;
    transition: .3s
}

.home-social-icons-close:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffe615
}

.drone-banner-box {
    width: 40%;
    position: fixed;
    top: 135%;
    right: -14%;
    z-index: 99;
    transform: rotateZ(90deg)
}

.drone-overlay {
    width: 10%;
    z-index: 16;
    position: absolute;
    top: 30%;
    left: 31%;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000px
}

.drone-box {
    width: 100%;
    transform: translateZ(0px);
    animation: drone-animation 7s infinite
}

@keyframes drone-animation {
    0% {
        transform: translateZ(0px)
    }

    25% {
        transform: translateZ(100px)
    }

    50% {
        transform: translateZ(50px)
    }

    75% {
        transform: translateZ(200px)
    }

    100% {
        transform: translateZ(0px)
    }
}

.home-drone-box-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.73);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10
}

.home-drone-box {
    width: 650px;
    height: 400px;
    background-size: cover;
    padding: 0px;
    border-radius: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.home-drone-box div {
    width: 650px;
    height: 400px;
}

.home-drone-close {
    font-size: 25px;
    color: #fff;
    position: absolute;
    top: 1%;
    right: 3%;
    -webkit-transition: .3s;
    transition: .3s
}

.home-drone-close:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffe615
}

.home-drone-text {
    text-decoration: none !important;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.home-drone-text:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: red
}

.home-banner-img {
    width: 60%;
    margin: 0 auto;
    display: block
}

.not-found-wrapper {
    background: #e1e1e1;
    padding: 7% 0 10%
}

.not-found-img {
    width: 50%
}

.not-found-pad {
    padding: 0 0 3% !important
}

.four-style {
    font-size: 1.5vw;
    margin: 0 .3%
}

.home-banner-text {
    font-size: 22px;
    color: #fff;
    text-align: left;
    margin-bottom: 5%;
    width: 64%
}

.home-drone-box .anchor_text {
    background: rgba(0, 0, 0, 0.73)
}

.all-main-box {
    position: relative;
    z-index: 3
}

.alliance-box-1 {
    background: #e6e6e6;
    margin-top: -10%;
    position: relative;
    z-index: 2
}

.alliance-box-1-sub {
    background: #f1fcff;
    padding: 12% 5% 17% !important
}

.all-box p {
    font-size: 16px;
    color: #151515;
    text-align: center;
    margin-bottom: 1.5%
}

.jam {
    padding-top: 4%
}

.alliances-logo {
    width: 35%;
    display: block;
    margin-bottom: 3%
}

.all-box-1 {
    margin-top: 7%
}

.all-box-1 p,
.all-box-2 p {
    font-size: 16px;
    color: #151515;
    text-align: left;
    margin-bottom: 3%
}

.alliances-student {
    width: 95%;
    margin-top: -15%
}

.alliance-box-2-sub {
    background: transparent;
    padding: 5%;
    margin: 7% 0
}

.all-box-2 {
    margin-top: 3%
}

.alliance-box-2 {
    margin-top: -11%;
    position: relative;
    z-index: 2
}

.all-mrg-tp {
    padding-top: 3.5%
}

.blue-box {
    width: 100%;
    float: left;
    margin-top: -10%
}

.blue-box-sub {
    margin-top: 14%;
    z-index: 2
}

.blue-box-text {
    font-size: 1.5vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0
}

.feedback-options {
    width: 20%;
    margin: 0 auto
}

.help-msg-count {
    text-align: right;
    display: block;
    font-size: 10px
}

#helpfullForm.common_form {
    position: relative
}

#helpfullForm.common_form #mobileNo-error.error {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 27px;
    left: 0;
    color: red
}

.width100 {
    max-width: 100%
}

.txtcenter {
    text-align: center
}

.boldtxt {
    font-weight: 700
}

.vdodiv {
    height: 450px;
    background: #032639;
    position: relative;
    z-index: 1
}

.breadcrumbs {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 10px 5%;
    z-index: 1
}

.highlights p {
    margin-bottom: 0
}

.breadcrumbs ul {
    margin-bottom: 0
}

.breadcrumbs li {
    display: inline-block;
    position: relative;
    color: #fff;
    padding-right: 30px;
    margin-left: 0;
    text-transform: capitalize
}

.breadcrumbs li a {
    color: #000;
    font-size: 13px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 700;
    letter-spacing: 1px
}

.breadcrumbs li a:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #ffe615
}

.breadcrumbs li:last-child {
    pointer-events: none
}

.breadcrumbs li:before {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 16px;
    color: #000;
    font-family: "FontAwesome";
    transform: translateY(-50%)
}

.breadcrumbs li:last-child::before {
    display: none
}

.story-vdo {
    z-index: 2;
    position: relative
}

.vdofront:before {
    content: "";
    position: absolute;
    top: -46px;
    background: url(../images/our-story/vdo-bg.png) no-repeat center;
    background-size: cover;
    height: 66px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: ease 2s;
    transform-style: preserve-3d;
    transform: rotateX(-60deg)
}

.monitor .vdofront {
    background: #e0e0e0;
    transform: translateZ(4em);
    z-index: 9;
    height: 500px;
    margin-top: -200px
}

.stage {
    width: 100%;
    position: relative;
    perspective: 1600px;
    perspective-origin: 50% 100px;
    background: linear-gradient(top, #131c2d, #131c2d 40%, #b1b5b8 40%, #eee9e6)
}

.positioning {
    position: relative;
    max-width: 1000px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotateX(-50deg);
    transition: 2s ease-in-out;
    top: -290px;
    margin-bottom: -380px
}

.positioning:hover {
    top: -250px;
    margin-bottom: -250px;
    transform: rotateX(0deg);
    transition: 2s ease-in-out
}

.vdofront:hover::before {
    top: -33px;
    transform: rotateX(-90deg);
    transition: ease 2s
}

.vdofront iframe {
    width: 100%;
    height: 100%
}

.ourstory-wrap {
    padding-top: 200px
}

.mainheading {
    font-size: 4vw;
    font-weight: 700;
    color: #333;
    text-transform: uppercase
}

.ourstory-wrap p span {
    font-weight: 700
}

.our-story-sec {
    margin-bottom: 50px
}

.numeric-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: auto
}

.arena-advantage {
    padding: 50px 0 150px;
    position: relative
}

.arena-advantage .course-learn-box {
    width: 95%;
    margin: 0 auto;
    height: auto;
    margin-top: 50px
}

.arena-advantage .course-learn-box .parallax_div {
    position: initial;
    width: 50%;
    float: left;
    height: auto;
    overflow: inherit;
    transform: translate3d(0px, 0px, 0px) !important
}

.arena-advantage .course-learn-box .parallax_div + .parallax_div {
    left: auto;
    right: 0
}

.arena-advantage .course-learn-info-box {
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    text-align: left;
    transform: none !important
}

.arena-advantage .course-learn-box .course-fog {
    left: 0 !important;
    top: -100% !important;
    width: 100%
}

.subheading {
    font-size: 3.2vw;
    color: #333;
    text-transform: uppercase
}

.arena-advantage .course-learn-info-box p span {
    font-weight: 700
}

.arena-advantage .course-learn-info-box p + p {
    margin-top: 20px;
    line-height: 37px;
    letter-spacing: 1px
}

.why_awards {
    margin-top: -11%;
    position: relative;
    background: #81002c
}

.why_awards svg {
    fill: #eed610;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.student_awards {
    position: relative;
    padding: 10px 0 200px;
    z-index: 1
}

.student_awards::after {
    content: '';
    position: absolute
}

.student_awards .careers {
    width: 24vw;
    margin: 5% 3.8%;
    text-align: center;
    display: inline-block;
    float: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4)
}

.student_awards .subheading {
    color: #fff;
    margin-bottom: 5px
}

.student_awards p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 20px
}

.student_awards_wrap {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    margin-top: 3%
}

.student_awards_wrap p {
    font-size: 1.5vw
}

.student-story-wrap {
    padding-top: 50px;
    z-index: 1
}

.arena-advantage svg {
    bottom: -1px;
    z-index: 1;
    fill: #eaeaea;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.student-story-wrap img {
    max-width: 100%;
    position: relative;
    bottom: 0;
    margin-top: -3%;
    margin-bottom: 5%
}

.student-story-sec {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 800px;
    width: 100%
}

.student-story-sec .anchor_text {
    background: #525252
}

.student-story-sec .anchor_text:hover {
    background: #ffc80a
}

.story-get-in-touch {
    z-index: 0;
    height: auto !important;
    padding-bottom: 180px
}

.story-get-in-touch .get-sub {
    margin-top: 15%;
    height: auto !important
}

.story-get-in-touch .get-in-touch-form-box {
    position: static;
    transform: translate3d(0px, 0px, 0px) !important
}

.course-landing-box-1.course-page-box svg {
    bottom: -1%;
    z-index: 9;
    top: auto;
    fill: #8e9090;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.course-landing-box-1.course-page-box .red-dragon {
    left: -18%;
    width: 130%;
    margin-top: 5%;
    z-index: 0
}

.course-landing-box-1.course-page-box .course-landing-info-box {
    width: 50%;
    margin-left: 45%
}

.courselist-wrap {
    text-align: center;
    padding: 100px 0
}

.courselist-wrap .anchor_text {
    float: none;
    display: inline-block;
    margin-top: 20px
}

.awardswrap {
    background-size: cover !important
}

.main-course {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%
}

.courselist-wrap h2 {
    text-transform: uppercase
}

.courselist-wrap img,
.courselist-wrap h2,
.courselist-wrap p {
    margin-top: 20px;
    transition: .2s
}

.courselist-wrap a,
.courselist-wrap a:hover,
.courselist-wrap a:focus {
    text-decoration: none;
    outline: none
}

.courselist-wrap h2 {
    font-size: 1.8vw;
    color: #333
}

.coursewrap p {
    max-width: 400px;
    margin: 0 auto
}

.other-course .coursewrap {
    margin-top: 50px;
    display: inline-block;
    width: 49%;
    padding: 0 5%;
    vertical-align: top
}

.other-course .coursewrap:hover img,
.main-course:hover img {
    -webkit-box-shadow: 0 0 100px 10px rgba(77, 233, 251, 1);
    -moz-box-shadow: 0 0 100px 10px rgba(77, 233, 251, 1);
    box-shadow: 0 0 100px 10px rgba(77, 233, 251, 1)
}

.glitch {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%)
}

.glitch:before,
.glitch:after {
    display: block;
    content: attr(data-glitch);
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8
}

.glitch:after {
    color: #f0f;
    z-index: -2
}

.glitch:before {
    color: #0ff;
    z-index: -1
}

@-webkit-keyframes glitch {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px)
    }

    40% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }

    60% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }

    80% {
        -webkit-transform: translate(5px, -5px);
        transform: translate(5px, -5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

@keyframes glitch {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    20% {
        -webkit-transform: translate(-5px, 5px);
        transform: translate(-5px, 5px)
    }

    40% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }

    60% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px)
    }

    80% {
        -webkit-transform: translate(5px, -5px);
        transform: translate(5px, -5px)
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0)
    }
}

.interested-course {
    background: #951440;
    padding: 100px 0;
    margin-top: 0;
    text-align: center
}

.interested-course svg {
    fill: #dcdede;
    top: 0;
    -webkit-filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(-5px 28px 13px rgba(0, 0, 0, 0.2))
}

.interested-course .grid-container {
    padding: 100px 0;
    color: #fff
}

.interested-course .grid-container .anchor_text {
    display: inline-block;
    float: none;
    margin-top: 30px
}

.interested-course .grid-container p {
    max-width: 1100px;
    margin: 50px auto 0
}

.course-landing-box-1.awardswrap .course-landing-info-box {
    padding: 18% 0 17%
}

.course-landing-box-1.awardswrap img {
    width: auto;
    z-index: 0;
    max-width: 400px;
    margin: 8% 0 0 10%
}

.course-landing-box-1.awardswrap svg {
    bottom: -1%;
    z-index: 9;
    top: auto;
    fill: #c8c8c8;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.category-contact {
    margin-bottom: -4%
}

.awardswrap p,
.awardswrap h1 {
    color: #fff
}

.awardswrap h1 {
    margin-bottom: 30px
}

.awardsec {
    padding: 50px 0 300px;
    z-index: 9;
    position: relative
}

.awardsec::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/course-inner-page/background-pattern.png) repeat;
    background-attachment: fixed;
    opacity: .2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

.get-in-touch-box.award-contact {
    z-index: 9;
    height: auto;
    margin-top: -15%
}

.get-in-touch-box.award-contact .get-in-touch-form-box {
    top: 40%
}

.awardsec {
    text-align: center
}

#awards {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dot {
    width: 35px;
    height: 35px;
    position: absolute;
    background: url(../images/awards/star.png);
    background-size: auto;
    background-size: 100% 100%;
    z-index: 0
}

.awardblk {
    display: inline-block;
    width: 33%;
    padding: 0 2%;
    z-index: 9;
    position: relative;
    vertical-align: top;
    margin-top: 100px
}

.awardblk img {
    max-width: 90%
}

.awardheading {
    background: #fff;
    padding: 20px;
    line-height: 28px;
    font-family: 'Nunito', sans-serif;
    width: 100%;
    margin: -4% auto 20px;
    position: relative;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center
}

.awardheading p {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: capitalize
}

.float-none {
    display: inline-block !important;
    float: none
}

.blackbtn {
    background: rgba(0, 0, 0, 0.6)
}

.vdo-popup {
    position: relative;
    display: block
}

.vdo-popup::after {
    content: '';
    background: url(../images/awards/vdo-icon.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.awarddesc {
    padding: 200px 0;
    text-align: left;
    position: relative
}

.awarddesc table p {
    margin-bottom: 0
}

.awarddesc h2 {
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 3.2vw;
    font-size: 2.6vw
}

.awarddesc-slider {
    margin-bottom: 50px
}

.awarddesc p + p {
    margin-top: 30px
}

.awardimg {
    position: absolute;
    right: -5%;
    bottom: 0
}

.awarddesc-slider img {
    width: 100%
}

.awarddesc-slider .slick-prev {
    left: 30px
}

.awarddesc-slider .slick-next {
    right: 55px
}

.awarddesc-slider .slick-prev::before {
    content: '';
    background: url(../images/awards/prev.png) no-repeat center;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: block
}

.awarddesc-slider .slick-next::before {
    content: '';
    background: url(../images/awards/next.png) no-repeat center;
    background-size: cover;
    width: 50px;
    height: 50px;
    display: block
}

.awardswrap.newswrap p,
.awardswrap.newswrap h1 {
    color: #333
}

.awardswrap.newswrap .course-landing-info-box {
    width: 50%;
    margin-left: 40%
}

.course-landing-box-1.awardswrap.newswrap svg {
    fill: #c1c1c1;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.awardcont .awardtxt.newstxt {
    width: 100%
}

.thankyou-wrap {
    width: 100%;
    padding: 100px 0;
    min-height: 100vh
}

.thankyousec {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    color: #333;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.thankyousec h1 {
    font-size: 76px;
    font-weight: 800;
    text-transform: uppercase
}

.thankyousec h4 {
    font-size: 24px;
    margin-top: 30px;
    font-family: 'Nunito', sans-serif
}

.thankyousec h1 span {
    display: block;
    font-size: 45px;
    font-weight: 500;
    text-transform: none;
    margin-top: 10px
}

.thankyousec p {
    margin-top: 60px;
    font-size: 24px
}

.thankyousec p span {
    font-weight: 700
}

.socialthank {
    margin-top: 30px
}

.socialthank a {
    display: inline-block;
    margin: 0 20px
}

.thankyousec p.redirecttxt {
    opacity: .5;
    margin-top: 30px
}

.course-landing-box-1.placement-banner {
    text-align: left
}

.placement-banner .course-landing-info-box {
    width: 55%;
    margin-left: 40%
}

.placement-banner .course-landing-info-box p {
    margin-top: 30px;
    line-height: 2vw
}

.placement-form .get-sub {
    margin-bottom: 10%
}

.anchor_text {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: 2px solid #fff;
    transition: all .4s cubic-bezier(0.42, 0, 0.58, 1)
}

.anchor_text:hover:before {
    left: 0;
    right: auto;
    width: 100%
}

.anchor_text:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #F7CA18;
    transition: all .4s cubic-bezier(0.42, 0, 0.58, 1)
}

.placement-trend {
    padding: 50px 0 200px
}

.joblist {
    padding: 20px 0 200px
}

.joblist p {
    max-width: 800px;
    margin: 30px auto;
    line-height: 2vw;
    font-size: 1.2vw
}

.joblist svg {
    fill: #d7d7d7;
    top: auto;
    bottom: -1%;
    -webkit-filter: drop-shadow(5px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px -26px 13px rgba(0, 0, 0, 0.2))
}

.joblist .container {
    max-width: 1300px;
    margin: 30px auto
}

.joblistcont span {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block
}

.joblistcont span a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    transition: ease all 1.5s;
    line-height: 40px;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    cursor: default
}

.joblistcont span a:hover {
    text-decoration: none
}

.joblistcont span:nth-of-type(1n) a {
    color: red;
    margin: 40px 50px 0
}

.joblistcont span:nth-of-type(1n) a:hover {
    text-shadow: 1px 1px 5px rgba(255, 0, 0, 1)
}

.joblistcont span:nth-of-type(2n) a {
    color: #006b8a;
    margin: 20px 20px 40px
}

.joblistcont span:nth-of-type(2n) a:hover {
    text-shadow: 1px 1px 5px rgba(0, 107, 138, 1)
}

.joblistcont span:nth-of-type(3n) a {
    color: #9932cc;
    margin: 20px 10px 10px
}

.joblistcont span:nth-of-type(3n) a:hover {
    text-shadow: 1px 1px 5px rgba(153, 50, 204, 1)
}

.joblistcont span:nth-of-type(4n) a {
    color: #006b8a;
    margin: 10px 50px 20px
}

.joblistcont span:nth-of-type(4n) a:hover {
    text-shadow: 1px 1px 5px rgba(0, 107, 138, 1)
}

.joblistcont .anchor_text {
    margin-top: 30px;
    display: inline-block
}

.placement-trend {
    margin: 0 auto;
    padding: 100px 5% 200px
}

.placement-trend h2,
.joblist h2 {
    text-transform: uppercase
}

.placement-trend p {
    margin: 20px auto 0;
    line-height: 1.9vw;
    max-width: 1000px
}

.trending-box {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
    margin: 100px 0 50px
}

.trending-box:nth-child(2n) {
    margin-left: 5%
}

.trending-box h3 {
    position: absolute;
    top: -25px;
    left: -15px;
    font-size: 30px;
    padding: 15px 30px;
    text-transform: uppercase;
    background: #ffc80a;
    font-family: 'Raleway';
    font-weight: 700
}

.trend-course {
    padding: 15px;
    position: absolute;
    bottom: -20px;
    right: 0;
    background: #fff;
    max-width: 500px;
    width: 60%;
    border-radius: 4px
}

.trend-course p {
    line-height: 1.6vw;
    margin-top: 0
}

.trend-course h5 {
    font-size: .9vw;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Nunito';
    margin: 15px 0 10px
}

.trend-course a {
    color: #0469d1;
    margin-top: 10px;
    position: relative;
    display: inline-block;
    margin-top: 2px;
    font-size: .8vw;
    font-weight: 700
}

.trend-course a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: -15px
}

.placement-join a {
    float: none
}

.placement-trend .course-term-text {
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
    font-size: 10px
}

.fasttrack-course .landing-info-box {
    padding: 20% 0 15%
}

.fasttrack-course {
    background-position: bottom !important
}

.fasttrack-course .landing-info-text,
.fasttrack-course .landing-info-para {
    color: #333
}

.fasttrack-benefit.benefits-you-get-box svg {
    fill: #e6e6e6
}

.fasttrack-get-in-touch .get-in-touch-form-box {
    top: 10%
}

.fasttrack-course-wrap {
    padding: 50px 0 200px;
    text-align: center
}

.fasttrack-course-wrap h2 {
    font-size: 4vw;
    text-transform: uppercase
}

.fasttrack-course-blk {
    max-width: 700px;
    width: 49%;
    padding: 50px;
    display: inline-block
}

.fasttrack-course-blk h3 {
    font-size: 2.2vw
}

.fasttrack-course-blk p {
    line-height: 2vw
}

.fasttrack-course-blk img {
    max-width: 100%
}

.fasttrack-course-blk .anchor_text {
    float: none;
    display: inline-block;
    margin-top: 30px
}

.shortterm-course .landing-info-box {
    padding: 16% 0 22%
}

.shortterm-course .landing-info-text {
    color: #333
}

.shortterm-course .landing-info-para {
    margin-bottom: 30px;
    color: #333
}

.shortterm-course-wrap {
    padding: 50px 0 150px
}

.shortterm-course-wrap h2 {
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 700
}

.shortterm-course-wrap .container {
    max-width: 1200px;
    margin: 0 auto;
    width: 75%
}

.shortterm-sec h3 {
    font-size: 2.4vw;
    line-height: 3vw;
    text-transform: uppercase;
    font-weight: 700
}

.shortterm-list {
    display: inline-block;
    width: 49%;
    padding: 0 10px;
    margin-top: 30px;
    vertical-align: top
}

.shortterm-list h4 {
    font-size: 1.8vw;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.shortterm-list ul li {
    list-style: none;
    padding: 0 0 15px;
    list-style-position: inside;
    margin: 0;
    font-size: 20px
}

.shortterm-list p {
    padding: 0 0 15px
}

.section-img {
    position: absolute;
    right: 0;
    top: -20%;
    width: auto;
    z-index: 99;
    width: 15%
}

.section-separator {
    max-width: 100%;
    display: block;
    margin: 0 auto 60px
}

.shortterm-sec:nth-child(2n) .section-img {
    left: -5%;
    top: -45%;
    width: 15%
}

.shortterm-sec:nth-child(4n) .section-img {
    width: 20%;
    left: -5%;
    top: -55%
}

.shortterm-sec:last-child .section-separator {
    display: none
}

.shortterm-sec p {
    width: 70%;
    margin: 0 auto
}

.sec-bottom-img {
    position: absolute;
    bottom: 0;
    left: -5%;
    width: 25%
}

.short_course .landing-info-box {
    padding: 20% 0 22%
}

.short_course .landing-info-para {
    color: #000
}

.faq-wrap {
    padding: 200px 0 250px;
    margin: 0 auto;
    position: relative
}

.faqimg {
    position: absolute;
    top: -200px;
    right: 0;
    width: 600px;
    z-index: 0
}

.faqimg img {
    width: 100%
}

.faq-wrap h1 {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700
}

.faq-wrap p {
    font-size: 1.4vw;
    line-height: 2vw
}

.faqtabs-wrap {
    margin: 30px 0;
    text-align: center
}

.selectedfaq {
    padding: 10px 20px;
    position: relative;
    font-size: 1.4vw;
    background: #fff;
    margin: 0 auto;
    width: 500px;
    text-align: left;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.selectedfaq:after {
    content: "\f107";
    font-size: 28px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    right: 20px
}

.faqtabs {
    list-style: none;
    width: 500px;
    margin: 2px auto;
    text-align: left;
    padding: 0 20px;
    background: #fff;
    display: none
}

.faqtabs li {
    padding: 10px 0;
    position: relative;
    font-size: 1.4vw;
    margin: 0;
    cursor: pointer
}

.faqtabs li + li {
    border-top: 1px solid #ccc
}

.faq-cont {
    margin-top: 30px;
    padding: 0 10%
}

.faq-blk {
    display: none;
    counter-reset: my-sec-counter
}

.faq-blk:first-child {
    display: block
}

.faqmain {
    padding-left: 80px;
    text-align: left;
    position: relative
}

.faqmain + .faqmain {
    margin-top: 30px
}

.active.faqmain:before {
    background: #ffc80a;
    color: #fff
}

.faqquestionmain {
    padding: 15px 25px;
    background: #fff;
    cursor: pointer
}

.faqquestion {
    font-size: 22px;
    position: relative;
    padding-right: 20px
}

.faqquestion:after {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 2px;
    right: 0
}

.faqmain.active .faqquestion:after {
    content: "\f00d"
}

.faqanswer {
    padding: 0 25px 15px;
    background: #fff;
    display: none
}

.faqanswer p {
    font-size: 16px
}

.faqanswer ul {
    max-width: 800px;
    width: 100%
}

.faqanswer ul li {
    list-style: disc;
    list-style-position: inside;
    width: 33%;
    color: #0469d1;
    margin: 10px 0;
    float: left
}

.faqanswer ul li a {
    color: #0469d1;
    padding-right: 10px
}

.campusbanner {
    padding-top: 98px
}

.findcampus,
.campus-city,
.campus-map {
    width: 33.33%;
    float: left;
    text-align: center
}

.campusbanner h3 {
    font-size: 24px;
    text-transform: uppercase
}

.findcampus {
    background: #ffc80a;
    padding: 20px 15px
}

.campus-city {
    background: #333;
    padding: 90px 15px 20px
}

.campus-map iframe {
    width: 100%;
    height: 100%;
    display: block
}

.findcampuswrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    transform: translate(-50%, -50%)
}

.findcampuswrap select {
    color: #333;
    display: block;
    max-width: 300px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.findcampuswrap select + select {
    margin-top: 20px
}

.campus-city h3 {
    color: #fff;
    margin-bottom: 20px
}

.popularcity,
.othercity {
    text-align: left;
    width: 100%;
    margin: 0 auto
}

.campusbanner li {
    width: 44%;
    display: inline-block
}

.campusbanner li img,
.campusbanner li span {
    display: inline-block;
    vertical-align: middle
}

.campusbanner li span,
.campusbanner li {
    color: #fff;
    cursor: pointer
}

.campusbanner li.active span,
.campusbanner li.active {
    color: #ffc80a;
    font-weight: 700
}

.othercitybtn {
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer
}

.othercitybtn.heading {
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none
}

.othercity {
    text-align: center;
    display: none
}

.othercity li {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    width: 30%;
    margin-left: 0
}

.campuswrap {
    padding: 70px 0 200px;
    text-align: center
}

.campuswrap .container {
    max-width: 1300px;
    margin: 0 auto
}

.campusaddr {
    display: inline-block;
    text-align: left;
    width: 48%;
    padding: 20px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.11);
    width: 522px;
    position: relative;
    vertical-align: top;
    margin-bottom: 30px;
    border-radius: 7px
}

.locate-marker {
    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #0469d1
}

.campusaddr:nth-child(2n) {
    margin-left: 3%
}

.campusaddr h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.campusaddr h4::first-letter {
    text-transform: uppercase
}

.campusaddr p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.campusaddr h5 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0
}

.campusaddr .arena-number {
    width: 100%
}

.campusaddr span {
    width: 100%;
    padding: 5px 0;
    display: inline-block
}

.campusaddr span:nth-child(2n) {
    padding-left: 10px
}

.campusaddr .anchor_text {
    display: inline-block;
    margin-top: 20px;
    font-size: 14px
}

.campus-get-in-touch {
    height: 130vh;
    margin-bottom: -30%
}

.campus-get-in-touch .get-in-touch-form-box {
    top: 10%
}

.campusenquiry p,
.campusenquiry p span,
.campusenquiry p img,
.campusenquiry a {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap
}

.campusenquiry p,
.campusenquiry p span,
.campusenquiry a {
    color: #0469d1
}

.campusenquiry p,
.campusenquiry a {
    margin-right: 20px;
    cursor: pointer
}

.multimedia .course-landing-box-1 .red-dragon,
.user_interface_and_user_experience .course-landing-box-1 .red-dragon,
.broadcast .course-landing-box-1 .red-dragon {
    z-index: 0
}

.animation_prime .course-big-fog {
    bottom: -60%
}

.animation_prime .software-box {
    margin-top: 25%
}

.trinity_3d .landing-image {
    top: 16%;
    left: -3%;
    width: 40%
}

.trinity_3d .course-big-fog {
    bottom: -400px
}

.trinity_3d .software-box {
    margin-top: 25%;
    margin-bottom: 14%
}

.game_development_mobile_ar_vr_unity .course-spaceship {
    max-width: 440px;
    margin-top: 0
}

.game_development_mobile_ar_vr_unity .course-big-fog {
    bottom: -26%
}

.unity_3d_game_design_program .landing-image {
    width: 26%;
    top: 17%;
    left: 2%
}

.unity_3d_game_design_program .course-spaceship {
    width: 57%;
    margin-top: -10%
}

.unity_3d_game_design_program .course-big-fog {
    bottom: -515px
}

.benefits-you-get-sub {
    position: relative;
    z-index: 3
}

.web_design .landing-image {
    width: 30%;
    top: 5%;
    left: 5%
}

.print_publishing .course-big-fog {
    bottom: -42%
}

.print_publishing .landing-image {
    width: 38%;
    top: 12%
}

.print_publishing .course-spaceship {
    width: 100%;
    margin: -10%
}

.print_publishing .highlights {
    text-align: right;
    margin-right: -15px
}

.graphics_web_design_and_development .landing-image {
    width: 40%;
    top: 17%;
    left: -3%
}

.graphics_web_design_and_development .benefits-you-get-sub {
    padding-bottom: 98px !important
}

.graphics_web_design_and_development .course-big-fog {
    bottom: -40%
}

.design_publishing_program .landing-image {
    width: 40%;
    top: 20%
}

.design_publishing_program .highlights {
    text-align: right
}

.design_publishing_program .course-spaceship {
    width: 75%;
    margin-top: 0
}

.web_design_and_development_program .landing-image {
    width: 30%;
    top: 18%;
    left: 3%
}

.user_interface_user_experience_design .landing-image {
    width: 40%;
    top: 15%;
    left: -6%
}

.user_interface_user_experience_design .course-spaceship {
    width: 73%;
    margin-top: 0
}

.user_interface_user_experience_design .course-big-fog {
    bottom: -55%
}

.user_interface_user_experience_design .software-box {
    margin-top: 25%
}

.broadcast_prime .landing-image {
    width: 34%;
    top: 4%;
    left: 0
}

.broadcast_prime .course-spaceship {
    margin-top: 0
}

.broadcast_prime .course-big-fog {
    bottom: -35%
}

.animation_film_design .landing-image {
    width: 35%;
    left: -1%;
    top: 6%
}

.animation_prime .landing-image {
    width: 33%;
    left: -1%
}

.vfx-prime .landing-image {
    width: 53%;
    top: 2%;
    left: -3%
}

.vfx-film-making .landing-image {
    width: 43%;
    top: 15%;
    left: -6%
}

.animation_film_design .highlights,
.animation_prime .highlights {
    text-align: right;
    margin-right: -15px
}

.animation_film_design .course-spaceship,
.animation_prime .course-spaceship {
    margin-top: -5%;
    width: 70%
}

.animation_film_design .course-big-fog {
    width: 100%;
    bottom: -50%
}

.animation_film_design .software-box {
    margin-top: 30%
}

#return-to-top {
    position: fixed;
    margin: auto;
    top: 0;
    text-align: center;
    bottom: 0;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99
}

#return-to-top i {
    color: #151515;
    margin: 0;
    position: relative;
    left: 0;
    top: 13px;
    font-size: 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1)
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9)
}

#return-to-top:hover i {
    color: #fff;
    top: 5px
}

.game_art_program .landing-image {
    top: 18%;
    left: -11%
}

.game_art_program .course-spaceship {
    margin-top: -5%
}

.game_art_program .course-big-fog {
    width: 111%;
    bottom: -28%;
    left: -1%;
    z-index: 1
}

.visual_content_development_for_print_and_social_media .landing-image {
    width: 43%;
    top: 16%;
    left: -5%
}

.visual_content_development_for_print_and_social_media .course-spaceship {
    margin-top: -5%
}

.visual_content_development_for_print_and_social_media .course-big-fog {
    bottom: -30%;
    left: 0
}

.clearfix {
    clear: both
}

.text-center {
    text-align: center
}

.heading-made-in-arena.awardswrap img {
    margin: 15% 0 0 2%;
    display: none !important
}

.heading-made-in-arena.awardswrap p,
.heading-made-in-arena.awardswrap h1 {
    color: #333
}

.heading-made-in-arena.awardswrap .wizard {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.heading-made-in-arena.awardswrap.awardswrap .course-landing-info-box {
    padding: 20% 0
}

.made-in-arena-circle svg {
    top: 0;
    fill: rgba(0, 0, 0, 0.9);
    z-index: 2
}

.made-in-arenastudent .students-work-text {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.made-in-arenastudent .students-work-text1 {
    max-width: 600px;
    text-align: center;
    margin: 0 auto
}

.made-in-arenastudent .students-work-text2 {
    max-width: 600px;
    text-align: center;
    margin: 0 auto 50px;
    color: #fff;
    font-size: 1vw
}

.made-in-arenastudent .anchor_text {
    max-width: 250px;
    margin: 20px auto;
    text-align: center;
    float: none
}

.made-in-aren-reel.reel-box {
    z-index: 12
}

.reel-box-overlay.shreel {
    top: 0;
    right: -24%;
    width: 41vw
}

.made-in-arena-circle.bottom-reel svg {
    fill: #d1d1d1;
    top: -14%;
    z-index: 3
}

.made-arena-graphics .made-arena-graphics-heading {
    padding: 10px 0 40px
}

.made-arena-graphics .made-arena-graphics-heading h2 {
    font-size: 46px
}

.made-arena-graphics .made-arena-body .single-body {
    width: 23%;
    float: left;
    margin: 1%;
    position: relative
}

.made-arena-graphics .made-arena-body .single-body img {
    max-width: 100%
}

.made-arena-graphics .made-arena-body {
    margin-left: 70px;
    position: relative
}

.made-arena-graphics .made-arena-body .single-body .second-img {
    margin-top: 22px
}

.made-arena-graphics .made-arena-body .single-body:first-child {
    transform: translateY(80%)
}

.made-arena-graphics .made-arena-body .single-body:nth-child(2) {
    top: 80px;
    margin-bottom: 80px
}

.made-arena-graphics .made-arena-body .single-body:last-child {
    top: 100px;
    margin-bottom: 100px;
    margin-right: 0
}

.made-arena-graphics .anchor_text.blackbtn.left-button {
    position: absolute;
    left: 10%;
    top: 30%
}

.made-arena-graphics .anchor_text.blackbtn.right-button {
    position: absolute;
    right: 10%;
    bottom: 24%
}

.shmadein-arena.get-in-touch-box {
    margin-bottom: -7%;
    margin-top: -18%
}

.footer-center-box {
    text-align: center
}

.footer-center-box .anchor_text {
    float: none
}

.landing-image.small-img {
    width: 22%;
    top: 22%;
    left: 9%
}

.course-learn-info-box.postxt {
    position: relative;
    left: auto;
    right: 0;
    width: 50%;
    clear: both
}

.posimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.posimg img {
    width: 100%
}

.adjust-img-div {
    padding: 0
}

.only-background img {
    width: 100%;
    margin-top: -10%;
    margin-bottom: -10%;
    z-index: 2;
    position: relative
}

.only-background .highlights {
    margin-bottom: 0
}

.events-banner {
    padding-bottom: 200px;
    position: relative
}

.events-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/course-inner-page/background-pattern.png) repeat;
    background-attachment: scroll;
    background-attachment: fixed;
    opacity: .2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

.events-banner img {
    max-width: 100%;
    width: 100%
}

.events-banner h1 {
    text-transform: uppercase;
    margin: 30px 0;
    font-size: 4vw
}

.events-banner p {
    line-height: 2vw;
    font-size: 1.2vw;
    max-width: 1200px;
    margin: 0 auto
}

.events-banner svg {
    fill: #c8c9cb;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.upcoming-event {
    padding: 50px 0 300px;
    z-index: 2
}

.upcoming-event h2 {
    text-transform: uppercase;
    font-size: 3.3vw
}

.upcoming-event-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0
}

.event-slider .slick-slide {
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: all 2s ease !important
}

.event-slider .slick-slide.slick-active {
    opacity: 1;
    transform: scale(1);
    transition: all 2s ease !important
}

.event-slider.slick-slider .slick-list {
    padding: 50px 0 100px !important
}

.event-slider .slick-slide img {
    width: 100%
}

.event-slider .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.2);
    z-index: 9;
    overflow: initial;
    transition: all 2s ease !important
}

.event-txt {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(-50% + 20px);
    height: 40px;
    background: #ffc80a;
    width: 100%;
    transform: rotate(270deg)
}

.event-txt h3 {
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'Raleway';
    text-align: center
}

.event-txt p,
.event-txt a {
    display: none;
    margin-top: 20px;
    line-height: 20px;
    font-size: 14px
}

.event-slider .slick-slide.slick-current.slick-active.slick-center + .slick-slide.slick-active .event-txt {
    left: auto;
    right: calc(-50% + 20px)
}

.event-slider .slick-slide.slick-current.slick-active.slick-center .event-txt p,
.slick-slide.slick-current.slick-active.slick-center .event-txt a {
    display: block
}

.event-slider .slick-slide.slick-current.slick-active.slick-center .event-txt {
    height: auto;
    max-width: 250px;
    left: auto;
    right: -10%;
    top: 37%;
    transform: scale(0.8) translateY(-50%);
    padding: 0 15px 20px;
    box-shadow: 0 0 15px #777
}

.event-slider .slick-slide.slick-current.slick-active.slick-center img {
    box-shadow: 0 0 15px #777
}

.event-slider .slick-slide.slick-current.slick-active.slick-center .event-txt h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    margin: 20px 0 10px;
    display: inline-block
}

.eventdate {
    font-weight: 700
}

.event-cont {
    padding: 150px 0 200px
}

.event-cont .container {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto
}

.event-separator {
    position: absolute;
    top: -400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 80%;
    z-index: 3
}

.upcoming-event svg {
    fill: #b0b0b0;
    bottom: -1%;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.eventwrap {
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 80%;
    text-align: left
}

.eventwrap h3 {
    color: #fff;
    font-size: 42px;
    font-family: 'Raleway';
    text-transform: uppercase
}

.eventwrap p {
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
    color: #fff
}

.eventwrap p + p {
    margin-top: 10px
}

.eventwrap .anchor_text {
    display: inline-block;
    margin-top: 30px
}

.firstevent .event-content {
    order: 1
}

.event-content {
    position: absolute;
    width: 70%;
    top: 50px;
    left: 50px;
    bottom: 0
}

.eventcontent img {
    width: 100%;
    display: block
}

.firstevent.eventwrap p {
    color: #fff
}

.eventimg {
    order: 2;
    max-width: 100%
}

.focusimg {
    position: absolute;
    bottom: -150px;
    right: -50px;
    z-index: 0;
    width: 105%
}

.eventnumber {
    position: absolute;
    top: 50%;
    right: 150px;
    font-size: 300px;
    font-weight: 700;
    font-family: 'd-dinexp-bold';
    color: #fff;
    opacity: .7;
    transform: translateY(-50%);
    z-index: 2;
    text-shadow: 1px 1px 15px #999
}

.eventdiv + .eventdiv {
    margin-top: 100px
}

.eventdiv:nth-of-type(2n) .focusimg {
    left: 0;
    z-index: 1;
    right: auto
}

.secondevent .eventimg {
    order: 1;
    width: 60%
}

.secondevent .eventcontent {
    order: 2;
    width: 40%
}

.secondevent .eventcontent img {
    width: 100%;
    height: 100%
}

.secondevent .eventcontent .event-content {
    width: 110%;
    padding: 30px;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    background: #fff;
    transform: translateY(-50%)
}

.secondevent .eventcontent .event-content h3,
.secondevent .eventcontent .event-content p {
    color: #fd4102
}

.eventdiv:nth-of-type(2n) .eventnumber {
    left: 100px;
    right: auto
}

.thirdevent .eventimg {
    order: 1
}

.thirdevent .eventcontent {
    order: 2;
    margin-left: 10%;
    margin-top: -100px;
    width: 80%
}

.thirdevent .eventcontent .event-content {
    width: 70%;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%)
}

.eventdiv:nth-of-type(3n) .eventnumber {
    right: 150px;
    top: 60%
}

.fourthevent .eventimg {
    order: 1;
    margin: 0 auto;
    margin-right: 0
}

.fourthevent .eventcontent {
    position: absolute;
    bottom: -50px;
    left: -100px;
    width: 60%
}

.fourthevent.eventwrap p {
    color: #333
}

.fourthevent.eventwrap h3 {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fd4102 url(../images/events/heading-bg.png) no-repeat center;
    background-size: 100%;
    max-width: 400px;
    line-height: 100px;
    text-align: center;
    margin-bottom: 30px
}

.fourthevent .event-content {
    width: 100%;
    padding: 0 10%;
    left: 0
}

.eventdiv:nth-of-type(4n) .eventnumber {
    left: 150px;
    right: auto
}

.fifthevent .eventimg {
    order: 1
}

.fifthevent .eventcontent {
    order: 2;
    margin-left: 10%;
    margin-top: -100px;
    width: 80%
}

.fifthevent .eventcontent .event-content {
    width: 80%;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.fifthevent.eventwrap h3 {
    background: #fff;
    text-align: center;
    line-height: 100px;
    color: #333
}

.eventdiv:nth-of-type(5n) .eventnumber {
    right: 200px;
    top: 80%
}

.short_course .benefits-you-get-box svg,
.fast_track_courses .benefits-you-get-box svg {
    fill: #e6e6e6
}

.fast_track_courses .baloon,
.short_course .baloon {
    margin-top: 0
}

.content-wrapper {
    min-height: 850px;
    position: relative;
    background: #e1e1e1
}

.content-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/course-inner-page/background-pattern.png) repeat;
    background-attachment: fixed;
    opacity: .2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.content h1 {
    font-weight: 700;
    font-size: 140px
}

.error-content h3,
.error-content p,
.error-content a {
    font-size: 2vw;
    color: #333
}

.avg .benefits-you-get-sub {
    padding: 1% 0 0
}

.gaming_ar_vr .benefits-you-get-box:before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 430px;
    background: url(../images/cloud.png) no-repeat center top !important
}

.multimedia .benefits-you-get-sub,
.fast_track_courses .benefits-you-get-sub,
.animation .benefits-you-get-sub,
.animation_vfx_gaming_avg .benefits-you-get-sub,
.short_course .benefits- you-get-sub,
.vfx .benefits-you-get-sub,
.user_interface_and_user_experience .benefits-you-get-sub {
    padding-bottom: 0;
    z-index: 0
}

.course-term-text {
    opacity: .6;
    text-align: left;
    margin-top: 30px;
    margin-left: -100px
}

.multimedia_design_program .landing-image {
    width: 35%;
    top: 6%
}

.multimedia_design_program .course-spaceship {
    width: 80%;
    margin-top: 0
}

.game_development_mobile_ar_vr_unity .landing-image {
    width: 40%;
    top: 12%
}

.anchor_text.vdo-popup::after {
    display: none
}

.event-join {
    padding: 100px 15px 200px;
    text-align: center
}

.event-join svg {
    fill: #00375a;
    top: -35%;
    -webkit-filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(15px -34px 13px rgba(0, 0, 0, 0.2))
}

.event-join p {
    color: #fff;
    font-size: 18px
}

.event-join .anchor_text {
    float: none
}

.digital_designing_marketing .course-landing-box-1 .red-dragon {
    top: 0;
    z-index: 1
}

.digital_advertising_design_marketing .landing-image {
    width: 35%;
    top: 30%
}

.digital_marketing_professional .landing-image {
    width: 35%;
    top: 20%
}

.digital_marketing_professional .course-spaceship {
    width: 80%;
    margin-top: 0
}

.digital_advertising_design_marketing .course-spaceship {
    width: 90%;
    margin-top: 0
}

.digital_advertising_design_marketing .course-big-fog {
    bottom: -370px
}

.digital_advertising_design_marketing .course-highlights-box {
    padding-bottom: 50px
}

.awards-section .course-landing-box-1 .red-dragon {
    width: 83%;
    position: absolute;
    top: -10%;
    left: -8%;
    z-index: 2;
    pointer-events: none
}

.awards-section .course-landing-box-1.awardswrap img {
    width: 35%;
    max-width: 500px
}

.course-condition {
    opacity: .6;
    padding-left: 20px;
    color: #fff;
    text-align: left
}

.shonline.online-info-box {
    float: none !important;
    display: inline-block !important;
    width: 32% !important;
    vertical-align: top
}

.placement-form .placement-frm-bx {
    margin-bottom: 7%
}

.single-body.shgraphics a {
    height: auto
}

.single-body.shgraphics a.vdo-popup::after {
    display: none
}

.animation .course-landing-box-1 .red-dragon {
    top: 10%
}

.campus-popup {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none
}

.campus-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 50px 30px;
    max-width: 800px;
    width: 90%
}

.campus-number input {
    max-width: 500px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    color: #333
}

.campus-number h3 {
    font-size: 30px;
    text-align: center
}

.campus-number .anchor_text {
    float: none;
    margin-top: 0
}

.closebtn {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    height: 40px
}

.loan-box-2 .highlights + .highlights {
    float: right;
    padding: 0
}

@media only screen and (max-width:1500px) {
    .h2.recent-text-1 {
        font-size: 30px
    }

    .ourstory-wrap {
        min-height: auto
    }

    .course-landing-box-1.awardswrap img {
        max-width: 300px
    }

    .course-landing-info-box {
        width: 60%
    }

    .course-landing-box-1.awardswrap img {
        width: 20%
    }

    .awardswrap h1 {
        font-size: 4vw
    }

    .awardswrap p {
        font-size: 17px
    }

    .get-in-touch-box.award-contact {
        margin-top: -22%
    }

    p,
    .landing-info-para {
        font-size: 16px
    }

    .thankyou-wrap {
        padding: 200px 0 150px
    }

    .thankyousec h1 {
        font-size: 36px;
        font-weight: 700
    }

    .thankyousec h1 span {
        font-size: 36px;
        margin-top: 0
    }

    .thankyousec p {
        margin-top: 30px
    }

    .landing-image.small-img {
        width: 25%;
        top: 22%;
        left: 5%
    }

    .posimg {
        top: 12%
    }

    .eventnumber {
        font-size: 250px;
        right: 50px
    }

    .eventdiv:nth-of-type(2n) .eventnumber {
        left: -20px;
        right: auto
    }

    .eventdiv:nth-of-type(3n) .eventnumber {
        right: 70px
    }

    .eventdiv:nth-of-type(4n) .eventnumber {
        left: 100px;
        right: auto
    }

    .eventdiv:nth-of-type(5n) .eventnumber {
        right: 121px;
        top: 75%
    }

    .event-join svg {
        top: -32%
    }

    .student-story-sec {
        width: 55%
    }

    .content-wrapper {
        min-height: auto
    }

    .content {
        position: static;
        padding: 200px 15px;
        transform: none;
        max-width: 600px;
        margin: 0 auto
    }

    .content h1 {
        font-weight: 700;
        font-size: 110px
    }

    .error-content h3,
    .error-content p,
    .error-content a {
        font-size: 1.8vw;
        color: #333
    }

    .footer-overlay svg {
        top: -140px
    }

    .search-wrapper .content {
        max-width: inherit;
        padding: 0
    }
}

@media only screen and (max-width:1367px) {
    .event-join svg {
        top: -28%
    }

    .footer-overlay svg {
        top: -120px
    }

    .alliances-box {
        width: 55%;
        right: -17%
    }

    .common_form span label {
        top: 35px
    }

    .cafeteria-box {
        width: 76%
    }

    .outer_box1 {
        background-position-y: 90.3%
    }

    .searchbox label {
        font-size: .4vw
    }
}

@media only screen and (max-width:1100px) {
    .call-now-popup {
        display: none !important
    }

    .breadcrumbs li,
    .breadcrumbs li a {
        font-size: 12px
    }

    .story-get-in-touch .get-sub {
        margin-top: 28%
    }

    .course-landing-box-1.awardswrap .red-dragon {
        top: auto;
        bottom: 2%
    }

    .awardsec {
        padding: 50px 0 150px
    }

    .creo-box-nw {
        padding-top: 22%
    }

    .guy-in-red {
        top: 50px !important
    }

    .awardheading {
        margin: -12% auto 20px;
        font-size: 14px
    }

    .awardblk {
        margin-top: 50px
    }

    .story-get-in-touch .get-sub {
        margin-top: 28%
    }

    .student-story-sec {
        top: 0
    }

    .student-story-wrap img {
        margin-top: 0
    }

    .get-in-touch-box.award-contact .get-sub {
        height: 90vh
    }

    .get-in-touch-box.award-contact .get-in-touch-form-box {
        top: 30%;
        top: 30%
    }

    .get-in-touch-form-text {
        font-size: 16px;
        line-height: 50px
    }

    .common_form span label,
    .forminput label {
        top: 35px
    }

    .bp-form-inpt {
        font-size: 14px !important;
        margin-bottom: 0 !important
    }

    .forminput + .forminput .bp-form-inpt {
        margin-top: 0 !important
    }

    .forminput + .forminput {
        margin-top: 20px !important
    }

    .forminput + .forminput .mobile_number-error {
        top: 50px
    }

    .anchor_text {
        font-size: 14px;
        padding: 10px 20px
    }

    .awardimg {
        width: 25%;
        bottom: -10%
    }

    .course-landing-box-1.course-page-box .red-dragon {
        left: -15%
    }

    .get-in-touch-box {
        height: 60vh;
        margin-top: -20%
    }

    .get-in-touch-form-box {
        top: 40%;
        width: 95%
    }

    .common_form span label,
    .forminput label {
        top: 30px;
        font-size: 11px;
        letter-spacing: 1.2px
    }

    .bottom-footer-text {
        font-size: 14px
    }

    .get-in-touch-form-box .get-in-touch-form-text .inpt {
        font-size: 16px
    }

    .get-in-touch-box.award-contact {
        height: auto !important;
        margin-top: -22% !important
    }

    .placement-trend {
        padding: 50px 15px 100px
    }

    .placement-trend p {
        line-height: 24px
    }

    .placement-trend h2 {
        font-size: 44px
    }

    .placement-trend h3 {
        font-size: 36px
    }

    .placement-heading p {
        font-size: 14px
    }

    .placement-heading::before {
        left: -10px
    }

    .placement-heading::after {
        right: -10px
    }

    .placement-banner .course-landing-info-box {
        padding: 20% 0 22%
    }

    .fasttrack-course {
        background-position: center
    }

    .benefits-you-get-box.fasttrack-benefit {
        padding: 50px 0 0
    }

    .fasttrack-get-in-touch {
        height: 86vh
    }

    .events-banner svg {
        bottom: 0
    }

    .eventwrap h3 {
        font-size: 32px
    }

    .eventwrap p {
        font-size: 16px;
        margin-top: 20px;
        line-height: 24px
    }

    .secondevent .eventcontent .event-content {
        width: 120%
    }

    .event-separator {
        top: -200px
    }

    .eventnumber {
        right: 0;
        font-size: 200px
    }

    .eventdiv:nth-of-type(3n) .eventnumber {
        right: 20px
    }

    .eventdiv:nth-of-type(5n) .eventnumber {
        right: 46px;
        top: 81%
    }

    .eventdiv:nth-of-type(2n) .eventnumber {
        left: -20px
    }

    .campusbanner {
        padding-top: 97px
    }

    .campusbanner li img {
        max-width: 50px
    }

    .campusbanner li span,
    .campusbanner li {
        font-size: 14px
    }

    .othercitybtn {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .campus-city {
        overflow: auto
    }

    .campusbanner h3 {
        font-size: 20px
    }

    .findcampus,
    .campus-city {
        width: 50%
    }

    .campus-map {
        width: 100%;
        height: 400px
    }

    .campusaddr {
        width: 440px
    }

    .campusaddr p br {
        display: none
    }

    .campusaddr .anchor_text {
        font-size: 11px
    }

    .joblistcont span a {
        font-size: 24px
    }

    .trending-box img {
        max-width: 100%;
        width: 75%
    }

    .placement-trend h3 {
        font-size: 28px
    }

    .trend-course a {
        font-size: 14px
    }

    .trend-course {
        max-width: 450px
    }

    .whyarena.get-in-touch-box {
        height: 85vh
    }

    .student_awards_wrap {
        margin-top: 60px
    }

    .content h1 {
        font-weight: 700;
        font-size: 90px
    }

    .error-content h3,
    .error-content p,
    .error-content a {
        font-size: 20px;
        color: #333
    }

    .course-term-text {
        margin-left: 0
    }

    .upcoming-event {
        padding: 50px 0 150px
    }

    .category-contact.get-in-touch-box {
        height: 70vh
    }

    .courses-sub {
        padding: 3% 0 16% !important
    }

    .course-title-box img {
        width: 100%;
        margin-bottom: 20px
    }

    .course-title-box .similar-text {
        font-size: 20px
    }

    .get-in-touch-box.course-inner {
        height: 80vh
    }

    .benefits-you-get-box {
        padding-bottom: 112px
    }

    .course-career-new-height svg {
        top: -11%
    }

    .broadcast .benefits-you-get-sub .highlights img {
        margin: 60px auto 10px 0
    }

    .benefits-you-get-sub .highlights img {
        max-width: 500px;
        margin: 0 auto;
        display: block
    }

    .trinity_3d .course-big-fog {
        bottom: -21%
    }

    .three-box .el-img {
        width: 50%
    }

    .similar-course-box {
        padding-top: 12%
    }

    .course-big-fog {
        display: none
    }

    .software-box {
        margin-top: 10%;
        margin-bottom: 20%
    }

    .event-join svg {
        top: -99px
    }

    .reel-box-overlay.shreel {
        right: -305px;
        width: 610px
    }

    .shmade-in {
        height: 610px
    }

    .alliances-box {
        width: 55%;
        right: -17%
    }

    .finger-screen {
        top: 25%
    }

    .el-text1 {
        font-size: 20px
    }

    .admission-building-inner-box {
        top: 25%
    }

    .admission-box-sub {
        padding: 30% 0 7%
    }
}

@media only screen and (max-width:800px) {
    .footer-links-text {
        text-align: left !important
    }

    .event-join svg {
        top: -30px
    }

    .footer-overlay svg {
        top: -75px !important
    }

    .eventnumber {
        display: none
    }

    .whyarena.get-in-touch-box {
        height: 48vh
    }

    .student-story-wrap img {
        bottom: -90px
    }

    .story-get-in-touch .get-sub {
        margin-top: 35%
    }

    .help_error {
        font-size: 18px
    }

    .placement-heading {
        position: relative;
        transform: none;
        margin: 0 auto;
        width: 70%;
        top: 0;
        left: 0;
        margin-bottom: 40px
    }

    .placement-heading::before,
    .placement-heading::after {
        transform: none;
        top: 0
    }

    .course-landing-box-1.placement-banner {
        background: #ffe615 !important
    }

    .placement-banner .course-landing-info-box {
        width: 90%;
        margin: 0 auto
    }

    .get-in-touch-box.award-contact .get-sub {
        height: 50vh
    }

    .posimg {
        top: 20%
    }

    .fasttrack-course-wrap h2 {
        font-size: 30px
    }

    .fasttrack-course-blk h3 {
        font-size: 20px
    }

    .fasttrack-get-in-touch {
        height: 60vh
    }

    .selectedfaq,
    .faqtabs li {
        font-size: 16px
    }

    .selectedfaq,
    .faqtabs {
        max-width: 500px;
        width: 100%
    }

    .selectedfaq::after {
        top: 0
    }

    .faqquestion {
        font-size: 18px
    }

    .faqquestionmain {
        padding: 11px 25px
    }

    .faqanswer p {
        line-height: 22px
    }

    .faqanswer ul li a,
    .faqanswer ul li {
        font-size: 14px
    }

    .eventwrap {
        display: block;
        width: 100%
    }

    .eventimg {
        width: 100%
    }

    .event-content {
        top: 0;
        left: 0;
        padding: 20px;
        width: 100%
    }

    .secondevent .eventcontent .event-content {
        width: 100%;
        position: static;
        transform: none
    }

    .secondevent .eventcontent img {
        display: none
    }

    .thirdevent .eventcontent {
        width: 100%;
        margin: 0 auto
    }

    .thirdevent .eventcontent .event-content {
        width: 95%
    }

    .fourthevent .eventcontent {
        position: relative;
        width: 100%;
        top: 0;
        left: 0
    }

    .fourthevent .event-content {
        width: 90%;
        padding: 0;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(-50%)
    }

    .fourthevent.eventwrap h3 {
        position: static
    }

    .fifthevent .eventcontent {
        margin: 0 auto;
        width: 100%
    }

    .fifthevent .eventcontent .event-content {
        top: 0
    }

    .campusaddr {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 30px
    }

    .campusaddr:nth-child(2n) {
        margin-left: 0
    }

    .joblistcont span a {
        font-size: 20px
    }

    .joblist p {
        font-size: 20px;
        line-height: 36px
    }

    .joblistcont span {
        display: inline-block;
        float: none
    }

    .joblistcont span a,
    .joblistcont span:nth-of-type(1n + 1) a,
    .joblistcont span:nth-of-type(2n) a,
    .joblistcont span:nth-of-type(3n) a,
    .joblistcont span:nth-of-type(4n) a {
        width: auto;
        min-width: 50px;
        margin: 10px
    }

    .joblistcont span a:hover {
        transform: scale(1.1)
    }

    .joblist {
        padding: 20px 0 100px
    }

    .placement-trend h3 {
        font-size: 24px
    }

    .trend-course a {
        font-size: 14px
    }

    .trending-box img {
        width: 100%
    }

    .trend-course {
        max-width: 450px;
        width: 100%;
        position: static
    }

    .secondevent .eventimg,
    .secondevent .eventcontent {
        width: 100%
    }

    .slick-slider.event-slider {
        width: 80%;
        margin: 0 auto
    }

    .event-slider .slick-slide.slick-current.slick-active.slick-center {
        transform: scale(1.8)
    }

    .event-slider .slick-slide.slick-current.slick-active.slick-center .event-txt {
        transform: scale(0.5) translateY(-50%);
        top: -9%;
        right: -25%
    }

    .event-txt h3 {
        font-size: 12px
    }

    .event-slider.slick-slider .slick-list {
        padding: 100px 0 0 !important
    }

    .courselist-wrap h2 {
        font-size: 24px
    }

    .benefits-you-get-box {
        margin-top: -17%
    }

    .course-career-new-height svg {
        top: -2.8% !important
    }

    .software-box {
        margin: 15% 0
    }

    .landing-info-text {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 3%
    }

    .course-landing-box-1 svg:nth-child(1) {
        top: auto
    }

    .awards-section .course-landing-box-1 svg:nth-child(1) {
        bottom: -2px;
        top: auto
    }

    .awardswrap h1 {
        text-align: left
    }

    .user_interface_user_experience_design .course-big-fog {
        bottom: -15%
    }

    .el-text1 {
        font-size: 16px
    }

    .campusaddr span {
        width: 100%
    }
}

@media only screen and (max-width:767px) {

    .campusaddr p,
    .campusaddr span {
        font-size: 16px !important
    }

    .blog-category-sub {
        margin-bottom: 20px
    }

    .h2.blog-category-text-1 {
        margin-bottom: 10px
    }

    #return-to-top {
        width: 40px;
        height: 40px;
        bottom: 5px;
        right: 10px
    }

    #return-to-top i {
        left: 0;
        top: 9px
    }

    .footer-overlay svg {
        top: -31px !important
    }

    .main-menu-li-sub {
        margin: 2% 0 !important
    }

    .landing-info-box {
        padding: 40% 0 !important
    }

    .bn {
        font-size: 10px !important;
        line-height: 12px;
        color: #333 !important
    }

    .bna {
        font-size: 10px !important
    }

    .breadcrumbs li {
        padding-right: 16px
    }

    .breadcrumbs li:before {
        top: 43%;
        right: 4px
    }

    .course-landing-info-box {
        padding: 40% 0 15% !important
    }

    .landing-info-text {
        line-height: 45px !important
    }

    .heading-made-in-arena .course-landing-info-box {
        padding: 42% 0 50% !important
    }

    .get-in-touch-form-text {
        line-height: 40px
    }

    .common_form span label,
    .forminput label {
        top: 33px
    }

    .main-menu-a-sub {
        font-size: 12px !important
    }

    .landing-info-para {
        font-size: 16px !important;
        color: #000 !important;
        line-height: 20px;
        letter-spacing: 1px !important
    }

    h2,
    .awarddesc h2,
    .shortterm-course-wrap h2 {
        font-size: 24px;
        line-height: 30px
    }

    .landing-image {
        display: none
    }

    .ourstory-wrap {
        padding-top: 240px
    }

    .student-story-sec {
        width: 90%
    }

    .before-after {
        display: none
    }

    .careerwrap .careers {
        width: 90%;
        margin: 30px auto !important
    }

    .benefits-you-get-box .subheading {
        padding: 30px 0 0
    }

    .benefits-you-get-box {
        margin-top: -17%
    }

    .student-story-wrap img {
        bottom: -295px
    }

    .vdodiv {
        height: 100px
    }

    .positioning,
    .positioning:hover {
        transform: none;
        margin-bottom: 30px;
        top: 20px
    }

    .vdofront::before {
        display: none
    }

    .monitor .vdofront {
        height: 200px
    }

    .arena-advantage .course-learn-box .parallax_div,
    .arena-advantage .course-learn-box .parallax_div + .parallax_div {
        float: none;
        width: 100%
    }

    .arena-advantage .course-learn-box {
        margin-top: 10px
    }

    .arena-advantage {
        padding: 0 0 50px
    }

    .subheading {
        font-size: 7.5vw
    }

    .student-story-wrap {
        padding-top: 0
    }

    .student-story-sec {
        top: 0
    }

    .story-get-in-touch.get-in-touch-box {
        margin-top: 40% !important;
        padding-bottom: 0
    }

    .course-landing-box-1.awardswrap .red-dragon {
        display: none
    }

    .course-landing-box-1.awardswrap .course-landing-info-box {
        margin: 0 auto;
        padding: 100px 0;
        width: 90%
    }

    .awardblk {
        display: block;
        max-width: 500px;
        width: 100%;
        margin: 50px auto
    }

    .awardheading {
        padding: 20px 10px
    }

    .awardimg {
        display: none
    }

    .awarddesc {
        padding: 40% 0 50px
    }

    .awardcont .awardtxt {
        width: 100%
    }

    .other-course .coursewrap {
        width: 100%;
        padding: 0 15px
    }

    .interested-course {
        padding: 30px 0
    }

    .interested-course .grid-container {
        padding: 0 0 30px
    }

    .course-landing-box-1.course-page-box .red-dragon {
        display: none
    }

    .course-landing-box-1.course-page-box .course-landing-info-box {
        width: 90%;
        margin: 0 auto
    }

    .landing-info-text {
        margin-bottom: 20px
    }

    .get-in-touch-form-box {
        transform: none !important
    }

    .thankyou-wrap {
        padding: 150px 0 50px
    }

    .thankyousec h1 {
        font-size: 30px
    }

    .thankyousec h1 span {
        font-size: 24px;
        margin-top: 0
    }

    .thankyousec p {
        margin-top: 30px;
        font-size: 16px
    }

    .awardsec {
        padding: 50px 0
    }

    .get-in-touch-box.award-contact .get-sub {
        height: auto
    }

    .placement-banner .course-landing-info-box {
        width: 90%;
        margin: 0 auto
    }

    .placement-trend h2 {
        font-size: 28px
    }

    .placement-trend h3 {
        font-size: 24px
    }

    .course-landing-box-1.placement-banner .course-landing-info-box {
        padding: 30% 0 23%
    }

    .placement-banner .course-landing-info-box p,
    .fasttrack-course-blk p {
        line-height: 20px
    }

    .course-learn-info-box.postxt {
        width: 100%
    }

    .posimg {
        display: none
    }

    .fasttrack-course-blk {
        width: 90%;
        padding: 30px 0
    }

    .shortterm-sec h3 {
        font-size: 20px;
        line-height: 28px
    }

    .shortterm-list h4 {
        font-size: 18px
    }

    .shortterm-list {
        width: 100%
    }

    .shortterm-list ul li {
        font-size: 17px
    }

    .shortterm-course-wrap .container {
        width: 90%
    }

    .section-img {
        display: none
    }

    .section-separator {
        width: 90%
    }

    .sec-bottom-img {
        width: 50%
    }

    .events-banner {
        padding: 0 0 30px;
        margin-top: 95px
    }

    .events-banner svg {
        display: none
    }

    .events-banner h1,
    .upcoming-event h2 {
        font-size: 28px
    }

    .events-banner p {
        font-size: 14px;
        line-height: 20px;
        padding: 0 15px
    }

    .upcoming-event {
        padding: 50px 0 100px
    }

    .upcoming-event-wrap {
        width: 80%
    }

    .event-slider .slick-slide.slick-current.slick-active.slick-center {
        transform: none
    }

    .event-slider .slick-slide.slick-current.slick-active.slick-center .event-txt,
    .event-txt {
        position: static;
        transform: none;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        padding: 20px
    }

    .upcoming-event-wrap {
        padding: 0
    }

    .event-slider .slick-slide {
        transition: none !important;
        opacity: 1
    }

    .event-txt p,
    .event-txt a {
        display: block
    }

    .event-slider .slick-prev {
        left: -30px
    }

    .event-slider .slick-next {
        right: -30px
    }

    .faqanswer ul li {
        width: 100%
    }

    .faqmain {
        padding-left: 0
    }

    .faqmain::before {
        display: none
    }

    .faqimg {
        top: 0;
        width: 100%
    }

    .faq-wrap {
        padding: 100px 0
    }

    .faq-wrap h1 {
        margin-bottom: 0
    }

    .faq-wrap p {
        font-size: 16px;
        line-height: 20px;
        position: relative;
        z-index: 1
    }

    .faqtabs-wrap {
        width: 90%;
        margin: 30px auto
    }

    .faq-cont {
        width: 100%;
        padding: 0 5%
    }

    .faqtabs {
        position: relative
    }

    .faqanswer p {
        font-size: 16px;
        margin-bottom: 10px !important
    }

    .faqanswer li {
        font-size: 12px;
        margin-bottom: 10px
    }

    .faqanswer a {
        font-size: 16px
    }

    .eventcontent img {
        display: none
    }

    .event-content,
    .thirdevent .eventcontent .event-content,
    .fourthevent .event-content {
        position: static;
        transform: none
    }

    .focusimg,
    .eventnumber {
        display: none
    }

    .fourthevent.eventwrap h3,
    .eventwrap h3,
    .fifthevent.eventwrap h3 {
        background: none;
        line-height: 30px;
        font-size: 24px;
        text-align: center
    }

    .fifthevent.eventwrap h3 {
        color: #fff
    }

    .eventcontent {
        background: #fd4102
    }

    .fifthevent .eventcontent .event-content {
        width: 100%
    }

    .fourthevent .eventcontent {
        background: #fff
    }

    .fifthevent .eventcontent {
        background: #320711
    }

    .fourthevent.eventwrap h3 {
        color: #333
    }

    .fourthevent .event-content {
        padding: 20px;
        width: 100%
    }

    .event-separator {
        top: -50px
    }

    .campusbanner {
        padding-top: 75px
    }

    .findcampus,
    .campus-city {
        width: 100%
    }

    .findcampus {
        padding: 75px 15px
    }

    .findcampuswrap {
        position: static;
        transform: none
    }

    .campuswrap {
        padding: 70px 5% 50px
    }

    .joblistcont span a {
        font-size: 16px
    }

    .trending-box {
        width: 90%;
        margin: 70px auto;
        display: block
    }

    .courselist-wrap h2 {
        font-size: 22px
    }

    .content {
        padding: 100px 15px
    }

    .mainheading {
        font-size: 8vw
    }

    .course-title-box:nth-child(even) div {
        float: none
    }

    .benefits-you-get-box {
        padding: 0
    }

    .arena-advantage .course-learn-info-box p + p {
        line-height: 24px
    }

    .flying-lady {
        top: 0
    }

    .student_awards_wrap p {
        font-size: 4.5vw
    }

    .careerwrap .careers {
        height: auto !important
    }

    .student_awards {
        padding: 10px 0 90px
    }

    .highlights-new ul {
        width: 100%
    }

    .trinity_3d .course-big-fog {
        bottom: -10%
    }

    .fasttrack-course {
        background-size: cover !important
    }

    .why-student-story-wrap img {
        bottom: -40px
    }

    .landing-info-text {
        line-height: 12vw;
        text-align: left !important
    }

    .tem {
        font-size: 2.8vw;
        line-height: 4.8vw;
        margin: 5% 0 2%
    }

    .red-dragon {
        display: none
    }

    .course-big-fog {
        display: block
    }

    .game_development_mobile_ar_vr_unity .course-big-fog {
        bottom: -10%
    }

    .graphics_web_design_and_development .course-big-fog {
        bottom: -15%
    }

    .print_publishing .course-big-fog {
        bottom: -14%
    }

    .web_design_and_development_program .course-big-fog {
        bottom: -20% !important
    }

    .web_design_and_development_program .course-learn-info-box {
        margin-bottom: 31%
    }

    .design_publishing_program .course-big-fog {
        bottom: -15%;
        transform: rotateY(180deg)
    }

    .design_publishing_program .course-learn-info-box,
    .multimedia_design_program .course-learn-info-box {
        margin-bottom: 31%
    }

    .animation_prime .course-big-fog {
        bottom: -5%
    }

    .animation_film_design .course-big-fog {
        bottom: -7%
    }

    .madeArenaSmaller {
        font-size: 4.7vw
    }

    .online-info-box {
        margin-bottom: 0
    }

    .el-text1 {
        margin-top: -10px
    }

    .become-box p {
        font-size: 14px;
        text-align: left
    }

    .become-box p:first-child {
        font-size: 4.2vw
    }

    .become-box h2 {
        font-size: 6vw
    }

    .bp-high h2:last-child {
        font-size: 4.2vw;
        line-height: 7vw
    }

    .bp-mob-lst-pad {
        padding-bottom: 0 !important
    }

    .digital_advertising_design_marketing .course-big-fog {
        bottom: -18%
    }

    .online-box-1 svg,
    .course-landing-box-1 svg:nth-child(2) {
        bottom: -1px
    }

    .footer-overlay svg {
        top: -7%
    }

    .guy-in-red,
    .finger-screen {
        display: none
    }

    .course-highlights-text.small-font {
        font-size: 16px
    }

    .breadcrumbs {
        top: 100%
    }

    .awardcont .awardtxt.newstxt ul {
        margin-bottom: 0
    }

    .awardcont .awardtxt.newstxt li {
        font-size: 14px
    }

    .feedback-options {
        width: 75%;
        margin: 0 auto
    }

    .feedback-options label {
        color: #ffe615
    }

    .get-in-touch-box .get-sub {
        padding-left: 0;
        padding-right: 0
    }

    .noform {
        width: 100%;
        padding: 2% 3%;
        font-size: 2.7vw;
        line-height: 4vw;
        margin-bottom: 0
    }

    .shonline.online-info-box {
        float: none !important;
        display: inline-block !important;
        max-width: 300px !important;
        width: 100% !important
    }

    .course-highlights-text {
        line-height: 9vw
    }

    .shonline.online-info-box .el-text1 {
        line-height: 20px;
        font-size: 16px
    }

    .joblistcont span {
        margin-top: 0;
        margin-bottom: 5px
    }

    .joblistcont span a {
        font-size: 10px
    }

    .joblist .container {
        margin: 30px auto 0
    }

    .trend-course h5 {
        font-size: 3.5vw
    }

    .trend-course a:after {
        right: -10px
    }

    .placement-hill {
        bottom: 4.8%
    }

    .vfx .container .benefits-you-get-box {
        padding-bottom: 15%
    }

    .vfx .container .career-sub .course-highlights-text {
        margin-top: 5%
    }

    .animation_vfx_gaming_avg .container .benefits-you-get-box {
        padding-bottom: 15%
    }

    .animation_vfx_gaming_avg .container .career-sub .course-highlights-text {
        margin-top: 5%
    }

    .animation .container .benefits-you-get-box {
        padding-bottom: 15%
    }

    .animation .container .career-sub .course-highlights-text {
        margin-top: 5%
    }

    .short_course .container .three-box .el-text1 {
        font-size: 4vw
    }

    .short_course .container .benefits-you-get-box {
        padding-bottom: 0;
        margin-top: -10%;
        padding-top: 15% !important
    }

    .broadcast .container .career-sub .course-highlights-text {
        margin-top: 5%
    }

    .fast_track_courses .container .benefits-you-get-box {
        padding-bottom: 0;
        margin-top: -10%;
        padding-top: 15% !important
    }

    .fast_track_courses .container .career-sub .course-highlights-text {
        margin-top: 5%
    }

    .fast_track_courses .container .fasttrack-course-wrap {
        padding-bottom: 40px
    }

    .fast_track_courses .container .three-box .el-text1 {
        font-size: 4vw
    }

    .user_interface_and_user_experience .container .benefits-you-get-box {
        padding-bottom: 15%
    }

    .user_interface_and_user_experience .container .career-sub .course-highlights-text {
        margin-top: 5%
    }

    .multimedia .container .benefits-you-get-box {
        padding-bottom: 15%
    }

    .multimedia .container .career-sub .course-highlights-text {
        margin-top: 5%
    }

    .web_graphics .container .career-sub .course-highlights-text {
        margin-top: 5%
    }

    .gaming_ar_vr .container .career-sub .course-highlights-text {
        margin-top: 5%
    }

    .digital_designing_marketing .container .career-sub .course-highlights-text {
        margin-top: 5%
    }

    .campus-get-in-touch {
        padding-bottom: 30%
    }

    .tools-box .slick-prev {
        left: 0
    }

    .tools-box .slick-next {
        right: 0
    }

    .students-work-box .anchor_text {
        float: left
    }

    .campus-city {
        padding: 20px 15px
    }

    .campusaddr {
        width: 100%
    }

    #header_from.common_form span label {
        color: #ffe615;
        top: 29px;
        font-size: 7px
    }

    .game_art_program .course-big-fog {
        width: 100%;
        transform: rotatey(180deg);
        bottom: -13%;
        left: 0
    }

    .visual_content_development_for_print_and_social_media .course-big-fog {
        bottom: -13%;
        transform: rotatey(180deg);
        z-index: 1
    }

    .get-in-touch-form-box .inpt::-webkit-input-placeholder {
        color: #004048;
        opacity: .6;
        font-size: 16px
    }

    .get-in-touch-form-box .inpt::-moz-placeholder {
        color: #004048;
        opacity: .6;
        font-size: 16px
    }

    .get-in-touch-form-box .inpt:-ms-input-placeholder {
        color: #004048;
        opacity: .6;
        font-size: 16px
    }

    .get-in-touch-form-box .inpt:-moz-placeholder {
        color: #004048;
        opacity: .6;
        font-size: 16px
    }
}

div {
    outline: none !important
}

.no-touch {
    pointer-events: none
}

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

.bold {
    font-weight: 700
}

.pattern-svg-1 {
    bottom: -1px
}

.pattern-svg-2 {
    top: -1px
}

@media only screen and (min-width:1700px) and (max-width:2000px) {
    .subheading {
        font-size: 2.5vw
    }

    .get-in-touch-box {
        height: 130vh;
        margin-top: -15%
    }

    .tem {
        font-size: 1.5vw
    }

    .course-highlights-text {
        margin: 2% 0
    }

    #controller {
        margin-top: -1.5%
    }

    .footer-overlay svg {
        top: -188px
    }

    .joblist p {
        font-size: 1vw
    }

    .common_form span label,
    .forminput label,
    .header_form span {
        top: 48px
    }

    .career-box1 {
        height: 900px !important
    }

    .career-box {
        height: 1000px !important
    }

    .outer_box1 {
        background-position-y: 90.2%
    }
}

@media only screen and (min-width:1200px) and (max-width:1400px) {
    .alliances-box {
        width: 55%;
        right: -17%
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .lower-box-acnhor {
        font-size: 1.5vw !important
    }
}

@media only screen and (max-width:541px) and (max-height:1018px) {
    .road-alone {
        height: 145%
    }
}

@media only screen and (max-width:415px) and (max-height:738px) {
    .road-alone {
        height: 140%
    }

    .bicycles {
        top: -8% !important
    }
}

@media only screen and (max-width:412px) and (max-height:732px) {
    .road-alone {
        height: 142%
    }

    .guitar-group-box {
        height: 15.7%
    }

    .bicycles {
        width: 9% !important;
        left: -1% !important;
        top: 0 !important
    }
}

@media only screen and (max-width:376px) and (max-height:813px) {
    .road-alone {
        height: 135%
    }
}

@media only screen and (max-width:361px) and (max-height:741px) {
    .road-alone {
        height: 142%
    }
}

@media only screen and (max-width:361px) and (max-height:641px) {
    .road-alone {
        height: 140%
    }
}

@media only screen and (max-width:321px) and (max-height:569px) {
    .road-alone {
        height: 137%
    }

    .animation-people {
        top: -11% !important
    }

    .campus-number input {
        padding: 15px 10px
    }
}

@media all and (max-width:1024px) and (orientation:landscape) {
    .mobile-tilt-overlay {
        width: 100%;
        height: 100%;
        display: block;
        background: url(../images/home-page/preloader-bg.jpg);
        background-size: cover;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999
    }

    .mobile-tilt {
        width: 20%;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 25%
    }

    .tilt-text {
        font-size: 4vw;
        height: 6vh;
        text-align: center;
        color: #333;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 45%;
        bottom: 0
    }
}

.promotionSlider {
    max-width: 650px;
    max-height: 400px;
    background-size: cover;
    padding: 50px;
    border-radius: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    height: 90%
}

.promotionSlider img {
    width: 100%
}

.our-story-acnhor,
.vfx-acnhor,
.mentorship-acnhor,
.courses-acnhor,
.avg-acnhor,
.animation-acnhor,
.gaming-acnhor,
.locate-acnhor,
.web-acnhor,
.student-loan-acnhor,
.alliances-acnhor,
.fame-acnhor,
.events-acnhor,
.orbit-acnhor,
.creative-acnhor,
.kalakari-acnhor,
.placement-acnhor,
.awards-acnhor,
.setup-anchor,
.broadcast-prime-acnhor {
    cursor: url(../images/home-page/hand-cursor-1.png), auto;
    -webkit-animation: cursor 1000ms infinite;
    animation: cursor 1000ms infinite
}

@-webkit-keyframes cursor {
    0% {
        cursor: url(../images/home-page/hand-cursor-1.png), auto
    }

    25% {
        cursor: url(../images/home-page/hand-cursor-2.png), auto
    }

    50% {
        cursor: url(../images/home-page/hand-cursor-3.png), auto
    }

    100% {
        cursor: url(../images/home-page/hand-cursor-4.png), auto
    }
}

@keyframes cursor {
    0% {
        cursor: url(../images/home-page/hand-cursor-1.png), auto
    }

    25% {
        cursor: url(../images/home-page/hand-cursor-2.png), auto
    }

    50% {
        cursor: url(../images/home-page/hand-cursor-3.png), auto
    }

    100% {
        cursor: url(../images/home-page/hand-cursor-4.png), auto
    }
}

.spiderwomen-sprite-box-1 {
    width: 16%;
    height: 25%;
    background: url(../images/home-page/spiderwoman-sprite-1.png);
    position: absolute;
    margin: auto;
    top: 0;
    left: 7%;
    z-index: 2;
    background-size: cover
}

.animation-text-1 {
    width: 10%;
    height: 45%;
    background: url(../images/home-page/animation-text.gif);
    position: absolute;
    margin: auto;
    top: 16.5%;
    left: 28%;
    z-index: 2;
    background-size: cover
}

.fire-gif {
    width: 31%;
    height: 12%;
    background: url(../images/home-page/fire-animation.gif);
    position: absolute;
    margin: auto;
    top: 55.3%;
    left: 45.8%;
    z-index: 1;
    background-size: cover
}

.gaming-ar-vr-sprite-box-1 {
    width: 93%;
    height: 45%;
    background: url(../images/home-page/gaming-sprite-1.png);
    position: absolute;
    margin: auto;
    top: -32%;
    left: 3%;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-size: cover;
    background-position: 100% 0
}

.orbit-live-sprite-box-1 {
    width: 100%;
    height: 100%;
    background: url(../images/home-page/orbit-live-sprite-1.png);
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-size: cover;
    display: none
}

.dance-sprite-box-1 {
    width: 65%;
    height: 65%;
    position: absolute;
    background: url(../images/home-page/dance-sprite-1.png);
    background-size: cover;
    margin: auto;
    top: 15%;
    left: 20%;
    z-index: 3
}

.pottery-sprite-box-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/home-page/pottery-sprite-1.png);
    background-size: cover;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 3
}

.buntings {
    width: 60%;
    position: fixed;
    margin: auto;
    top: 90%;
    left: 2.2%;
    right: 0;
    z-index: 3;
    pointer-events: none
}

.buntings-pos {
    margin-top: 20%
}

.bottom-left-plant-1 {
    width: 21%;
    position: absolute;
    bottom: 12%;
    left: -8%;
    z-index: 1
}

.landing-page-panel-box-1 {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 85%
}

.guitar-group-box-1 {
    width: 314px;
    height: 225px;
    background: url(../images/home-page/guitar-group-21.png);
    position: absolute;
    margin: auto;
    left: 15%;
    bottom: -10%;
    z-index: 2;
    background-size: cover
}

@media only screen and (max-width:767px) {
    .handcur-mob {
        width: 10%;
        height: 10%;
        background-size: cover;
        margin: auto;
        position: absolute;
        z-index: 1;
        top: 54.5%;
        left: 35%
    }

    .handcur-ourstory {
        top: 55%;
        left: 35%;
        width: 20%;
        height: 26%
    }

    .handcur-courses {
        top: 43%;
        left: 28%;
        width: 24%;
        height: 22%
    }

    .handcur-vfx {
        top: 4%;
        left: 30%;
        width: 19%;
        height: 16%
    }

    .handcur-avg {
        top: 44%;
        left: 51%;
        width: 20%;
        height: 20%
    }

    .handcur-ani {
        top: 47%;
        left: 13%;
        width: 17%;
        height: 20%
    }

    .handcur-game {
        top: 38%;
        left: 62%;
        width: 26%;
        height: 22%
    }

    .handcur-mentorship {
        top: 36%;
        left: 70%;
        width: 24%;
        height: 24%
    }

    .handcur-web {
        top: 38%;
        left: 51%;
        width: 15%;
        height: 17%
    }

    .handcur-locate {
        top: 52%;
        left: 26%;
        width: 28%;
        height: 21%;
        z-index: 2
    }

    .handcur-studentloan {
        top: 22%;
        left: 21%;
        width: 15%;
        height: 16%
    }

    .handcur-alliances {
        top: 30%;
        left: 44%;
        width: 15%;
        height: 24%
    }

    .handcur-halloffame {
        top: 15%;
        left: 38%;
        width: 10%;
        height: 22%
    }

    .handcur-events {
        top: 26%;
        left: 60%;
        width: 14%;
        height: 42%
    }

    .handcur-orbitlive {
        top: 60%;
        left: 40%;
        width: 15%;
        height: 15%;
        z-index: 99
    }

    .handcur-kalakari {
        top: 46%;
        left: 54%;
        width: 35%;
        height: 14%
    }

    .handcur-creativemind {
        top: 50%;
        left: 11%;
        width: 26%;
        height: 17%
    }

    .handcur-awards {
        top: 41%;
        left: 45%;
        width: 30%;
        height: 20%
    }

    .handcur-setup {
        top: 32%;
        left: 35%;
        width: 24%;
        height: 15%;
        z-index: 99
    }

    .handcur-placement {
        top: 38%;
        left: 42%;
        width: 26%;
        height: 17%;
        z-index: 99
    }

    .handcur-ads2 {
        top: 25%;
        left: 62%;
        width: 26%;
        height: 18%
    }

    .handcur-enquire {
        top: 42%;
        left: 58%;
        width: 26%;
        height: 16%
    }

    .handcur-vfx[myAttr="1"],
    .handcur-ourstory[myAttr="1"],
    .handcur-courses[myAttr="1"],
    .handcur-avg[myAttr="1"],
    .handcur-ani[myAttr="1"],
    .handcur-game[myAttr="1"],
    .handcur-web[myAttr="1"],
    .handcur-locate[myAttr="1"],
    .handcur-mentorship[myAttr="1"],
    .handcur-studentloan[myAttr="1"],
    .handcur-alliances[myAttr="1"],
    .handcur-halloffame[myAttr="1"],
    .handcur-events[myAttr="1"],
    .handcur-orbitlive[myAttr="1"],
    .handcur-kalakari[myAttr="1"],
    .handcur-creativemind[myAttr="1"],
    .handcur-awards[myAttr="1"],
    .handcur-setup[myAttr="1"],
    .handcur-placement[myAttr="1"],
    .handcur-ads2[myAttr="1"],
    .handcur-enquire[myAttr="1"] {
        animation: handcur 1s infinite
    }

    @keyframes handcur {
        0% {
            background: url(../images/home-page/hand-cursor-1.png);
            background-size: cover
        }

        25% {
            background: url(../images/home-page/hand-cursor-2.png);
            background-size: cover
        }

        50% {
            background: url(../images/home-page/hand-cursor-3.png);
            background-size: cover
        }

        100% {
            background: url(../images/home-page/hand-cursor-4.png);
            background-size: cover
        }
    }

    .bottom-left-plant-1 {
        bottom: 35%
    }

    .landing-page-panel-box-1 {
        width: 100%;
        top: 70%
    }

    .guitar-group-box-1 {
        width: 26.9%;
        height: 11.6%;
        left: 3%;
        bottom: 6%
    }
}

#cookieConsent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Raleway", Helvetica, sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999
}

#cookieConsent a {
    color: #fff;
    text-decoration: underline
}

#cookieConsent a:hover {
    text-decoration: none
}

#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0;
    font-weight: 700
}

#closeCookieConsent:hover {
    color: #FFF
}

#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
    text-decoration: none
}

#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F
}

#cookieConsent .cookieConsentOK {
    display: inline-block;
    padding: 18px;
    cursor: pointer;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.un_real_game_development .landing-image {
    width: 36%;
    top: 10%
}

.un_real_game_development .course-spaceship {
    max-width: 440px;
    margin-top: 0
}

.un_real_game_development .course-big-fog {
    bottom: -35%
}

.un_real_game_development .landing-info-para {
    color: #fff
}

.animation_vfx_prime .course-spaceship {
    width: 125%;
    margin-top: 0;
    margin-left: -54%
}

.vfx_compositing_editing .course-spaceship {
    width: 122%;
    margin-top: -5%;
    margin-left: -54%
}

.digital_game_art_design .landing-image {
    width: 44%;
    top: 5%
}

.digital_game_art_design .course-spaceship {
    width: 122%;
    margin-top: -5%;
    margin-left: -54%
}

@media only screen and (max-width:768px) {
    #cookieConsent a.cookieConsentOK {
        display: block;
        float: none;
        width: 200px;
        margin: 5px auto
    }

    .un_real_game_development .course-big-fog {
        bottom: -11%
    }

    .un_real_game_development .benefits-you-get-sub .highlights img {
        max-width: 380px
    }

    .un_real_game_development .course-big-fog {
        display: block
    }

    .animation_vfx_prime .course-spaceship {
        width: 135%;
        margin-left: -65% !important;
        max-width: inherit !important
    }

    .animation_vfx_prime .highlights {
        margin-top: 0
    }

    .similar-text {
        font-size: 2.25vw
    }

    .course-learn-text {
        font-size: 2.5vw;
        margin: 2% 0 3%
    }

    .certi-text {
        font-size: 2vw
    }

    .course-big-fog {
        display: block;
        bottom: -15%
    }

    .vfx_compositing_editing .course-spaceship {
        margin-left: -61% !important
    }

    .vfx_compositing_editing .highlights,
    .digital_game_art_design .highlights {
        margin-top: 0
    }

    .digital_game_art_design .course-spaceship {
        width: 135%;
        margin-left: -65% !important;
        max-width: inherit !important
    }

    .landing-info-text {
        line-height: 42px !important
    }

    .web_design_and_development_program .course-spaceship {
        width: 115%;
        margin-left: -30% !important;
        max-width: inherit !important
    }

    .web_design_and_development_program .course-big-fog {
        bottom: -20% !important
    }

    .web_design_and_development_program .highlights {
        margin-top: 5% !important
    }

    .events-banner img {
        margin-top: 0%
    }
}

@media only screen and (max-width:767px) {
    .animation_vfx_prime .course-spaceship {
        margin-left: -37% !important
    }

    .animation_vfx_prime .mob-crs-inr-new-clr .landing-info-para,
    .digital_game_art_design .mob-crs-inr-new-clr .landing-info-para {
        color: #fff !important
    }

    .vfx_compositing_editing .course-spaceship {
        margin-top: -5% !important;
        margin-left: -36% !important
    }

    .vfx_compositing_editing .mob-crs-inr-new-clr .landing-info-para {
        color: #fff !important
    }

    .game_art_program .anchor_text {
        margin-bottom: 15px
    }

    .digital_game_art_design .course-spaceship {
        margin-top: -0% !important;
        margin-left: -32% !important
    }

    .unity_3d_game_design_program .tools-box {
        padding: 15% 0 10% !important
    }

    .unity_3d_game_design_program .course-big-fog {
        bottom: -130px !important
    }

    .mob-crs-inr-new-clr .landing-info-para {
        color: #fff !important
    }

    .web_design_and_development_program .course-spaceship {
        width: 100%;
        margin-left: 0 !important
    }

    .campusaddr h4 {
        width: 92%;
        line-height: 1.2
    }
}

@font-face {
    font-family: 'Nunito';
    font-display: auto;
    src: local('Nunito Regular'), local(Nunito-Regular), url(https://fonts.gstatic.com/s/nunito/v12/XRXV3I6Li01BKofIOOaBXso.woff2) format("woff2")
}

@font-face {
    font-family: 'Raleway';
    font-display: auto;
    src: local(Raleway), local(Raleway-Regular), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format("woff2")
}