@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Ropa+Sans:400,400italic);
@import url(font-awesome.min.css);



header {
    position: relative;
}
.top-bar {
    background: #fce60a url(../images/top-bar.jpg) top center repeat;
    min-height: 40px;
}
.top-qutn p {
    color: #003c6a;
    margin: 10px 0 0 0;
}
.top-nav {
    margin: 10px 0 0 0;
    float: right;
}
.top-nav a {
    color: #003c6a;
    margin: 0 14px;
}
.top-nav a.active {
    text-decoration: underline;
}
.head {
    background: url(../images/header-bac.jpg) top center repeat;
}
.logo1 {
    margin: 8px 0;
}
.logo2 {
    margin: 16px 0 0 0;
    text-align: center;
    display: none;
}
.logo3 {
    margin: 8px 0;
    text-align: right;
}

/* navbar */

.navbar-wrapper {
    position: relative;
    z-index: 15;
    font-family: 'Ropa Sans', sans-serif;
}
.navbar.navbar-inverse.navbar-static-top {
    background: #1d6dab;
    border-top: 1px solid #4cacf8;
    border-bottom: none;
}
.navbar.navbar-inverse.navbar-static-top a {
    color: #fff;
    font-size: 17px;
    margin-left: 1px;
}
.navbar {
    margin-bottom: 0px;
    width: 100%;
    transition: all 1s ease;
}
.nav > li > a {
    padding: 15px 24.8px;
}
.navbar.navbar-inverse.navbar-static-top a:hover {
    color: #fce714;
    background: #005ca4;
    transition: all 1s ease;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus {
    background: #005ca4;
}
.navbar-inverse .navbar-nav>.active>a:hover {
    background: #005ca4;
    color: #fff;
}

/* The Slider styles */

.slider {
    position: relative;
}
.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

/* If an image is wrapped in a link */

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

/* The slices and boxes in the Slider */

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}
.nivo-box img {
    display: block;
}

/* Direction nav styles (e.g. Next & Prev) */

.nivo-directionNav a {
    position: absolute;
    top: 40%;
    z-index: 9;
    cursor: pointer;
}
.nivo-prevNav {
    left: 0px;
}
.nivo-nextNav {
    right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}
.nivo-controlNav a {
    cursor: pointer;
}
.nivo-controlNav a.active {
    font-weight: bold;
}
.tagline {
    background-color: #f25647;
    position: relative;
}
.tagline h1 {
    margin: 0px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 12px 0;
}
.about-hm {
    position: relative;
}
.about-txt h2 {
    font-size: 18px;
    color: #ff1700;
    margin-top: 40px;
}
.about-txt p {
    text-align: justify;
    color: #212121;
}
.about-txt p a {
    float: right;
    font-size: 16px;
    color: #ff1600;
    font-family: 'Ropa Sans', sans-serif;
}

.about-txt p b{
    color: #4e4e4e;
}
.about-img {
    float: right;
    margin: -24px 0 0 10px;
}
.enquire-form {
    background-color: #139b99;
    width: 97%;
    float: right;
    margin: 14px 0 0 0;
    padding:10px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.enquire-form h1 {
    font-size: 24px;
    margin: 0px 0 24px 0;
    color: #fff;
}
.enquire-form .form-control {
    border-radius: 0px;
    border: 1px solid #fff;
    outline: none;
}
.enquire-form p {
    color: #fff;
    text-align: center;
}
.enquire-form input[type=submit] {
    color: #666666;
    background: #edfaff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}
.enquire-form input[type=submit]:hover {
    background: #1d6dab;
    color: #fff;
}
.courses-hm {
    position: relative;
    background-color: #f36759;
    margin: 10px 0 0 0;
    padding: 30px 0;
}
.courses-hm h1 {
    text-align: center;
    margin: 0px 0 20px 0;
    color: #fff;
    position: relative;
}
.courses-hm h1 a{
    text-align: center;
    margin: 0px 0 20px 0;
    color: #fff;
    position: relative;
	text-decoration:none; 
}
.courses-hm h1:after {
    content: "";
    position: absolute;
    background: #FFF;
    height: 1px;
    width: 115px;
    bottom: -10px;
    left: 45.1%;
}
.course-img {
    text-align: center;
    transition: all 1s ease;
}
.course-list:hover .course-img {
    -ms-transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    transform: rotatey(360deg);
}
.courses-hm h2 {
    font-size: 24px;
    text-align: center;
    color: #fff;
}
.courses-hm p {
    text-align: justify;
    color: #fff;
}
.more {
    text-align: center;
    margin: 16px 0 0 0;
    font-family: 'Ropa Sans', sans-serif;
}
.more a {
    background-color: #ff9d93;
    border-bottom: 2px solid #ba5b51;
    color: #fff;
    padding: 5px 22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.more a:hover {
    text-decoration: none;
    background-color: #ba5b51;
    border-bottom: 2px solid #ff9d93;
}
.student-hm {
    position: relative;
    background: url(../images/student-bac.jpg) top left repeat;
    margin: 0px;
    padding: 30px 0 10px 0;
}
.student-hm h1 {
    font-size: 26px;
    margin: 0px 0 10px 0;
    color: #f36523;
}
.more2 {
    float: right;
    font-size: 16px;
    margin: 6px 0 0 0;
}
.more2 a {
    color: #ff1600;
}
.testimonials {
    padding: 0px;
}
.testimonials li {
    list-style: none;
    background: #fff;
    padding: 12px 16px;
    margin-bottom: 25px;
    position: relative;
}
.testimonials li:before {
    content: "";
    background: url(../images/quot.jpg) bottom right no-repeat;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 55px;
    height: 56px;
}
.cont {
    float: left;
}
.testimonials-img {
    float: left;
    margin: 0 20px 0 0;
}
.testimonials-txt {
    display: table;
    overflow: hidden;
}
.testimonials-txt p {
    padding: 0 30px 0 0;
    text-align: justify;
}
.name {
    display: inline-block;
    margin: 10px 0 0 0;
}
.name h2 {
    font-size: 18px;
    color: #000;
    margin: 0 10px 0 0;
    display: inline;
}
.name h3 {
    font-size: 14px;
    color: #5f5f5f;
    display: inline;
}
.showreel-hm {
    margin: 0 0 10px 0;
}
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 60.5%;
    height: 0;
    margin-bottom: 0px;
    overflow: hidden;
}
.flex-video.widescreen {
    padding-bottom: 50.25%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.works-hm ul {
    padding: 0px;
    margin: 0px;
}
.works-hm ul li {
    list-style: none;
    float: left;
    width: 50%;
    margin: 0 0 14px 0;
}
.works-hm ul li img {
    max-width: 90%;
}
.recruit-section {
    position: relative;
    margin: 0px;
    padding: 20px 0;
}
.recruit-section h1 {
    font-size: 30px;
    margin: 0px 0 10px 0;
    color: #0061ad;
}
.recruit-com ul {
    margin: 10px 0 0 0;
    float: left;
    padding: 0px;
}
.recruit-com ul li {
    list-style: none;
    border: 1px solid #ff9c00;
    float: left;
    margin-right: -1px;
    margin-bottom: -1px;
}
.mar {
    margin-right: 70px;
    margin-top: 12px;
}
.awards {
    background: url(../images/award-bac.jpg) bottom right no-repeat;
}
.awards ul {
    margin: 0px;
    padding: 0px;
}
.awards ul li {
    list-style: none;
    background: url(../images/awards-list.jpg) left 2px no-repeat;
    padding: 0 0 0 22px;
    margin: 0 0 5px 0;
    line-height: 24px;
}
.awards ul li strong {
    color: #43b7c2;
}
footer {
    background-color: #2a2b2c;
    position: relative;
    padding: 20px 0;
}
footer h1 {
    font-size: 24px;
    margin: 0px 0 15px 0;
    color: #fff;
}
footer p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
footer p a {
    color: #fff;
}
.quick {
    margin: 0px 0px 0 0;
    padding: 0px;
    float: left;
    width: 46%;
}
.quick li {
    font-size: 14px;
    list-style: none;
    line-height: 24px;
}
.quick li a {
    color: #fff;
}
.follow {
    margin: 0 0 30px 0;
}
.follow a {
    margin: 0 4px;
}
.footer {
    background-color: #3a3a3a;
    position: relative;
    padding: 15px 0;
}
.footer p {
    color: #fff;
    margin: 0px;
}
.footer p a {
    color: #fff;
}

/* Inner Pages  */

.inner-slider {
    position: relative;
}
.inner-slider img {
    width: 100%;
    height: auto;
    text-align: center;
}
.tagline-clr1 {
    background: #a73d7f;
}
.tagline-clr2 {
    background: #f8a01b;
}
.tagline-clr3 {
    background: #ff9c00;
}
.tagline-clr4 {
    background: #799544;
}
.tagline-clr5 {
    background: #f9bb36;
}
.tagline-clr6 {
    background: #ff7a51;
}
.tagline-clr7 {
    background: #8fc163;
}
.tagline-clr8 {
    background: #877cb9;
}
.tagline-clr9 {
    background: #1abc9c;
}
.tagline-clr10 {
    background: #f25647;
}
.tagline-clr11 {
    background: #1d6dab;
}
.tagline-clr12 {
    background: #019f9c;
}
.tagline-clr13 {
    background: #76d03b;
}
.tagline-clr14 {
    background: #8e6569;
}
.tagline-clr15 {
    background: #2a6932;
}
.tagline-clr16 {
    background: #5e345e;
}
.tagline-clr17 {
    background: #a8e037;
}
.inner-page {
    position: relative;
}
.inner-page h1 {
    font-size: 30px;
    color: #a73d7f;
}
.h1-clr1 {
    color: #f8a01b !important;
}
.h1-clr2 {
    color: #ff9c00 !important;
}
.h1-clr3 {
    color: #799544 !important;
}
.h1-clr4 {
    color: #f9bb36 !important;
}
.h1-clr5 {
    color: #ff7a51 !important;
}
.h1-clr6 {
    color: #8fc163 !important;
}
.h1-clr7 {
    color: #877cb9 !important;
}
.h1-clr8 {
    color: #1abc9c !important;
}
.h1-clr9 {
    color: #f25647 !important;
}
.h1-clr10 {
    color: #1d6dab !important;
}
.h1-clr11 {
    color: #019f9c !important;
}
.h1-clr12 {
    color: #76d03b !important;
}
.h1-clr13 {
    color: #8e6569 !important;
}
.h1-clr14 {
    color: #2a6932 !important;
}
.h1-clr15 {
    color: #5e345e !important;
}
.h1-clr16 {
    color: #a8e037 !important;
}
.inner-page h3 {
    font-size: 18px;
    color: #ff1700;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.inner-page h5 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 15px 0 0 0;
}
.h3-clr1 {
    color: #ad2964 !important;
}
.inner-page p {
    color: #000;
    text-align: justify;
}
.vision {
    background: #d2f3fc;
    margin: 20px 0;
    padding: 12px;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.vision:after {
    content: "";
    position: absolute;
    top: -30px;
    right: 40px;
    width: 146px;
    height: 174px;
    background: url(../images/vision-img.png) 0 0 no-repeat;
}
.vision ul li {
    list-style: none;
    background: url(../images/vision-list.png) left 4px no-repeat;
    padding: 0 0 0 22px;
    margin: 0 0 5px 0;
    line-height: 24px;
    position: relative;
}
.mission {
    background: #fbdcef;
}
.values {
    background: #e7ffd1;
}
.mission p,
.values p {
    padding: 10px 12px;
    text-align: justify;
}
.mission h2,
.values h2 {
    background: #ee5fb8;
    font-size: 24px;
    color: #fff;
    padding: 11px 18px;
    position: relative;
    margin: 0px;
}
.mission h2:after,
.values h2:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 48px;
    background: url(../images/mission-bac.jpg) 0 0 no-repeat;
}
.values h2 {
    background: #8fc163;
}
.values h2:after {
    background: url(../images/values-bac.jpg) 0 0 no-repeat;
}
.md {
    position: relative;
    margin: 30px 0 20px 0;
}
.md-title {
    font-size: 18px;
    color: #ff1700;
    text-align: right;
    line-height: 24px;
}
.md-img {
    float: left;
    margin: 0 12px 10px 0;
}
.md p {
    text-align: justify;
}
.txt-clr1 {
    color: #208cc3;
}
.graphic {
    float: left;
    padding: 0px;
    margin: 0 15px 0 0;
}
.graphic li {
    list-style: none;
    background: url(../images/graphic-list.png) left 4px no-repeat;
    padding: 0 0 0 22px;
    margin: 0 0 5px 0;
    line-height: 24px;
    position: relative;
}

.listitemdefault {
    padding: 0px;
    margin: 0 15px 0 0;
}
.listitemdefault li {
    list-style: none;
    background: url(../images/graphic-list.png) left 4px no-repeat;
    padding: 0 0 0 22px;
    margin: 0 0 5px 0;
    line-height: 24px;
    position: relative;
}

.web,
.visual,
.anim {
 /* width: 47%; */
    float: left;
    padding: 0px;
    margin: 0 15px 0 0;
}
.web li,
.visual li,
.anim li {
    list-style: none;
    background: url(../images/web-list.png) left 4px no-repeat;
    padding: 0 0 0 22px;
    margin: 0 0 5px 0;
    line-height: 24px;
    position: relative;
}
.visual li {
    background: url(../images/vision-list.png) left 4px no-repeat;
}
.anim li {
    background: url(../images/3d-animation-list.png) left 4px no-repeat;
}
.gwdd {
    background: #eaf9df;
    position: relative;
    padding: 0 0 15px 0;
    margin: 10px 0 0px 0;
}
.gwdd p {
    padding: 0 15px;
}
.gwdd h1 {
    background: #8fc163;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;

}
.gwdd h1 a{
    background: #8fc163;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;

}
.gwdd h1:before,
.gwdd h1:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 58px;
    background: url(../images/gwdd-before.jpg) 0 0 no-repeat;
}
.gwdd h1:after {
    right: 0px;
    left: inherit;
    background: url(../images/gwdd-after.jpg) 0 0 no-repeat;
}
.gwdd p {
    padding: 0 15px;
}
.gwdd h3 {
    margin-left: 15px;
}
.sem {
    position: relative;
}
.sem h4 {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    margin-left: 15px;
}
.curriculum-box {
    width: 97%;
    float: left;
    border-bottom: 1px solid #beec9b;
    padding-bottom: 6px;
    padding-top: 6px;
    margin-left: 15px;
}
.cuuri-left {
    width: 60%;
    float: left;
    display: block;
}
.cuuri-right {
    width: 37%;
    float: left;
    display: block;
}
.broadcast {
    position: relative;
    background: #d1feff;
}
.broadcast h1 {
    background: #10999c;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
}
.broadcast h1 a {
    background: #10999c;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
	text-decoration:none;
}
.broadcast h1:before,
.broadcast h1:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 58px;
    background: url(../images/broadcast-before.jpg) 0 0 no-repeat;
}
.broadcast h1:after {
    right: 0px;
    left: inherit;
    background: url(../images/broadcast-after.jpg) 0 0 no-repeat;
}
.broadcast p {
    padding: 0 15px;
}
.broadcast h3 {
    margin-left: 15px;
}
.vfxprime {
    position: relative;
    background: #ede6bf;
}
.vfxprime h1 {
    background: #a39241;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
}
.vfxprime h1 a {
    background: #a39241;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
	text-decoration:none;
}
.vfxprime h1:before,
.vfxprime h1:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 58px;
    background: url(../images/vfxprime-before.jpg) 0 0 no-repeat;
}
.vfxprime h1:after {
    right: 0px;
    left: inherit;
    background: url(../images/vfxprime-after.jpg) 0 0 no-repeat;
}
.vfxprime p {
    padding: 0 15px;
}
.vfxprime h3 {
    margin-left: 15px;
}

/* **************** */
/* ******** uiux ******** */
.uiux {
    position: relative;
    background: #f7dcc2;
}
.uiux h1 {
    background: #996633;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
}
.uiux h1 a {
    background: #996633;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
	text-decoration:none;
}
.uiux h1:before,
.uiux h1:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 58px;
    background: url(../images/uiux-before.jpg) 0 0 no-repeat;
}
.uiux h1:after {
    right: 0px;
    left: inherit;
    background: url(../images/uiux-after.jpg) 0 0 no-repeat;
}
.uiux p {
    padding: 0 15px;
}
.uiux h3 {
    margin-left: 15px;
}

/* **************** */
/* ******** dmp ******** */
.dmp {
    position: relative;
    background: #bfe3f9;
}
.dmp h1 {
    background: #1e87c9;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
}
.dmp h1 a {
    background: #1e87c9;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
	text-decoration:none;
}
.dmp h1:before,
.dmp h1:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 58px;
    background: url(../images/dmp-before.jpg) 0 0 no-repeat;
}
.dmp h1:after {
    right: 0px;
    left: inherit;
    background: url(../images/dmp-after.jpg) 0 0 no-repeat;
}
.dmp p {
    padding: 0 15px;
}
.dmp h3 {
    margin-left: 15px;
}

/* **************** */

.dcd {
    position: relative;
    background: #e0d9fe;
}
.dcd h1 {
    background: #5745a9;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
}
.dcd h1 a{
    background: #5745a9;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
}
.dcd h1:before,
.dcd h1:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 58px;
    background: url(../images/dcd-before.jpg) 0 0 no-repeat;
}
.dcd h1:after {
    right: 0px;
    left: inherit;
    background: url(../images/dcd-after.jpg) 0 0 no-repeat;
}
.dcd p {
    padding: 0 15px;
}
.dcd h3 {
    margin-left: 15px;
}
.dcd .ul {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.dcd ul {
    margin: 0px 0 0 15px;
    padding: 0px;
    width: 46%;
    float: left;
}
.dcd ul li {
    list-style: none;
    background: url(../images/garden-dream-list.png) left 4px no-repeat;
    padding: 0 0 0 22px;
}
.aaip {
    position: relative;
    background: #ffeeee;
}
.aaip h1 {
    background: #f25647;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
}
.aaip h1 a{
    background: #f25647;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
	text-decoration:none;
}
.aaip h1:before,
.aaip h1:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 58px;
    background: url(../images/aaip-before.jpg) 0 0 no-repeat;
}
.aaip h1:after {
    right: 0px;
    left: inherit;
    background: url(../images/aaip-after.jpg) 0 0 no-repeat;
}
.term1,
.term2,
.term3 {
    margin: 0 0 30px 32px;
}
.term1 h4,
.term2 h4,
.term3 h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0px;
}
.term1 ul,
.term2 ul,
.term3 ul {
    margin: 0px;
    padding: 0px;
}
.term1 ul li,
.term2 ul li,
.term3 ul li {
    list-style: none;
    line-height: 24px;
}
.infrastructure-list {
    padding: 0px;
    margin: 0px;
}
.infrastructure-list li {
    list-style: none;
    background: url(../images/infrastructure-list.png) left 4px no-repeat;
    padding: 0 0 0 22px;
    margin: 0 0 5px 0;
    line-height: 24px;
}
.infrastructure-images {
    padding: 0px;
    margin: 0px 0 10px 0;
    float: left;
    width: 100%;
}
.infrastructure-images li {
    list-style: none;
    float: left;
    width: 25%;
    text-align: center;
}
.i-img img {
    margin: 0 0 6px 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
}
.infrastructure-images li p {
    font-size: 16px;
    text-align: center !important;
}
.infrastructure-images li h4 {
    font-size: 20px;
    margin: 0px;
    text-align: center !important;
}
.employers-enquiry-form {
    position: relative;
    margin-bottom: 30px;
    float: left;
}
.employers-enquiry-form label {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
.employers-enquiry-form .form-control {
    border: 1px solid #ff7a51;
    border-radius: 0px;
    background-color: #FFF;
}
.red {
    color: #fe0000;
    font-weight: bold;
}
.employers-enquiry-form input[type=submit],
.employers-enquiry-form input[type=reset] {
    background-color: #ff7a51;
    color: #fff;
    /*float:right;*/
    padding: 4px 15px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 0 15px;
    border-radius: 4px;
    outline: none;
}
.feel-the-punch-list,
.hugo-list,
.twisted-list,
.cecelia-list,
.yugapurushudu-list,
.former-list,
.garden-dream-list,
.trashhed-list,
.fuel-duel-list,
.chamki-list,
.dolly-me-list,
.big-ganesha-list,
.asifa-list,
.cg-art-list {
    margin: 0px 0 15px 0;
    padding: 0px;
}
.feel-the-punch-list li,
.hugo-list li,
.twisted-list li,
.cecelia-list li,
.yugapurushudu-list li,
.former-list li,
.garden-dream-list li,
.trashhed-list li,
.fuel-duel-list li,
.chamki-list li,
.dolly-me-list li,
.big-ganesha-list li,
.asifa-list li,
.cg-art-list li {
    list-style: none;
    background: url(../images/feel-the-punch-list.png) left 6px no-repeat;
    padding: 0 0 0 18px;
    margin: 0 0 5px 0;
    line-height: 24px;
}
.feel-the-punch-list li a {
    color: #000;
}
.hugo-list li {
    background: url(../images/hugo-list.png) left 6px no-repeat;
}
.twisted-list li {
    background: url(../images/twisted-list.png) left 6px no-repeat;
}
.cecelia-list li {
    background: url(../images/cecelia-list.png) left 6px no-repeat;
}
.yugapurushudu-list li {
    background: url(../images/yugapurushudu-list.png) left 6px no-repeat;
}
.former-list li {
    background: url(../images/the-farmer-list.png) left 6px no-repeat;
}
.garden-dream-list li {
    background: url(../images/garden-dream-list.png) left 6px no-repeat;
}
.trashhed-list li {
    background: url(../images/trashhed-list.png) left 6px no-repeat;
}
.fuel-duel-list li {
    background: url(../images/fuel-duel-list.png) left 6px no-repeat;
}
.chamki-list li {
    background: url(../images/chamki-list.png) left 6px no-repeat;
}
.dolly-me-list li {
    background: url(../images/dolly-me-list.png) left 6px no-repeat;
}
.big-ganesha-list li {
    background: url(../images/big-ganesha-list.png) left 6px no-repeat;
}
.asifa-list li {
    background: url(../images/asifa-list.png) left 6px no-repeat;
}
.cg-art-list li {
    background: url(../images/cg-art-list.png) left 6px no-repeat;
}
.pink-clr {
    color: #e06ba8;
    font-weight: bold;
}
.orang-clr {
    color: #fb9f1b;
    font-weight: bold;
}
.cyan-clr {
    color: #10999c;
    font-weight: bold;
}
.blue-clr {
    color: #4777d3;
    font-weight: bold;
}
.y-clr {
    color: #446800;
    font-weight: bold;
}
.f-clr {
    color: #e34616;
    font-weight: bold;
}
.g-clr {
    color: #5745a9;
    font-weight: bold;
}
.t-clr {
    color: #03886e;
    font-weight: bold;
}
.fu-clr {
    color: #f25647;
    font-weight: bold;
}
.chamki-clr {
    color: #04500d;
    font-weight: bold;
}
.dolly-clr {
    color: #76d03b;
    font-weight: bold;
}
.ganesha-clr {
    color: #8e6569;
    font-weight: bold;
}
.asifa-clr {
    color: #e9b93d;
    font-weight: bold;
}
.cg-art-clr {
    color: #356e82;
    font-weight: bold;
}
.award-img {
    position: relative;
    top: 150px;
    right: 0px;
}
.phn,
.mail {
    font-size: 16px;
}
.mail a {
    color: #000;
}
.google-maps {
    position: relative;
    padding-bottom: 60%;
    /* This is the aspect ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 92% !important;
    height: 100% !important;
    border: 2px solid #877cb9;
}
.contact-form {
    position: relative;
    margin-bottom: 75px;
}
.contact-form label {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
}
.contact-form .form-control {
    border: 1px solid #877cb9;
    border-radius: 0px;
    background-color: #FFF;
}
.contact-form input[type=submit],
.contact-form input[type=reset] {
    background-color: #877cb9;
    color: #fff;
    /*float:right;*/
    padding: 4px 15px;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 0 15px;
    border-radius: 4px;
    outline: none;
}
.foundation {
    background-color: #f8f6d8;
    position: relative;
    margin-bottom: 30px;
}
.foundation h2 {
    background-color: #d5c26b;
    font-size: 24px;
    color: #fff;
    padding: 11px 15px;
    margin: 0px;
}
.foundation h2:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 48px;
    background: url(../images/foundation-classes-bac.jpg) 0 0 no-repeat;
}
.foundation p,
.learning p,
.seminars p,
.colossus p,
.personality p {
    padding: 10px 15px;
}
.foundation-img img {
    float: right;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
}
.learning {
    position: relative;
    background-color: #d8f2ff;
    margin-bottom: 30px;
}
.learning h2 {
    background-color: #5da5ca;
    font-size: 24px;
    color: #fff;
    padding: 11px 15px;
    margin: 0px;
}
.learning h2:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 48px;
    background: url(../images/learning-enhancement-bac.jpg) 0 0 no-repeat;
}
.learning-enhancement-img img {
    float: left;
    margin-top: 50px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
}
.seminars {
    position: relative;
    background-color: #ffe2f2;
    margin-bottom: 30px;
}
.seminars h2 {
    background-color: #f790c8;
    font-size: 24px;
    text-align: right;
    color: #fff;
    padding: 11px 15px;
    margin: 0px;
}
.seminars h2:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 44px;
    height: 48px;
    background: url(../images/seminars-bac.jpg) 0 0 no-repeat;
}
.seminars-img img {
    float: right;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
}
.colossus {
    position: relative;
    background-color: #effde8;
    margin-bottom: 30px;
}
.colossus h2 {
    background-color: #93cc76;
    font-size: 24px;
    color: #fff;
    padding: 11px 15px;
    margin: 0px;
}
.colossus h2:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 44px;
    height: 48px;
    background: url(../images/colossus-bac.jpg) 0 0 no-repeat;
}
.colossus-img img {
    float: left;
    margin-top: 80px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
}
.personality {
    position: relative;
    background-color: #ffecd9;
    margin-bottom: 30px;
}
.personality h2 {
    background-color: #ffae5e;
    font-size: 24px;
    text-align: right;
    color: #fff;
    padding: 11px 15px;
    margin: 0px;
}
.personality h2:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 44px;
    height: 48px;
    background: url(../images/personality-bac.jpg) 0 0 no-repeat;
}
.personality-img img {
    float: right;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
}
.s-works-list {
    position: relative;
    margin: 0px 0 30px 0;
    padding: 0px;
    border: 1px solid #1d6dab;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 16px;
}
.s-works-list li {
    list-style: none;
    border-bottom: 1px solid #1d6dab;
    line-height: 30px;
}
.s-works-list li:last-child {
    border-bottom: 0px solid #1d6dab;
}
.s-works-list li a {
    display: block;
    color: #000;
    padding: 4px 0 4px 22px;
}
.s-works-list li a:focus {
    text-decoration: none;
    outline: none;
}
.s-works-list li.list1 a:hover,
.s-works-list li.list1 a.active {
    background: #a73d7f;
    color: #fff;
    text-decoration: none;
}
.s-works-list li.list2 a:hover,
.s-works-list li.list2 a.active {
    background: #f8a01b;
    color: #fff;
    text-decoration: none;
}
.s-works-list li.list3 a:hover,
.s-works-list li.list3 a.active {
    background: #799544;
    color: #fff;
    text-decoration: none;
}
.s-works-list li.list4 a:hover,
.s-works-list li.list4 a.active {
    background: #1abc9c;
    color: #fff;
    text-decoration: none;
}
.s-works-list li.list5 a:hover,
.s-works-list li.list5 a.active {
    background: #ff7a51;
    color: #fff;
    text-decoration: none;
}
.s-works-list li.list6 a:hover,
.s-works-list li.list6 a.active {
    background: #877cb9;
    color: #fff;
    text-decoration: none;
}
.s-works-list li.list7 a:hover,
.s-works-list li.list7 a.active {
    background: #f25647;
    color: #fff;
    text-decoration: none;
}

/*.s-works-list li a:hover {
	background: #1d6dab;
	color:#fce714;
	text-decoration:none;
}
.s-works-list li a.active {
	background: #1d6dab;
	color:#fce714;
	text-decoration:none;
}*/

.curnt {
    color: #ff1700;
}
.image-set {
    margin-bottom: 30px;
    overflow: hidden;
}
.image-set a {
    padding: 2px;
    float: left;
    display: block;
    margin: 6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.8);
}
.pager li>a.active {
    text-decoration: none;
    background-color: #1d6dab;
    color: #fff;
}
.socl {
    float: left;
    border: 1px solid #2a6932;
    margin-right: 10px;
    padding: 2px;
}
.assn {
    text-align: center !important;
}
.assn a {
    margin: 0 15px;
    border: 1px solid #2a6932;
    padding: 3px;
    display: inline-block;
}
.modal-content {
    position: relative;
    background-color: transparent !important;
    border: 0px solid #999 !important;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0) !important;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0) !important;
}
.modal-body {
    padding: 0px;
}
.enquire-form-p {
    background-color: #139b99;
    width: 80%;
    margin: 14px auto;
    padding: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.enquire-form-p h5 {
    font-size: 24px;
    margin: 0px 0 24px 0;
    color: #fff;
    font-weight: normal;
}
.enquire-form-p .form-control {
    border-radius: 0px;
    border: 1px solid #fff;
    outline: none;
}
.enquire-form-p p {
    color: #fff;
    text-align: center;
    padding: 0px;
}
.enquire-form-p input[type=submit] {
    color: #666666;
    background: #edfaff;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
}
.enquire-form-p input[type=submit]:hover {
    background: #1d6dab;
    color: #fff;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
/* .modal-dialog {
    width: 200px;
    margin: 30px auto;
}
.modal-header {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5;
	min-height: 16.42857143px;
} */
.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    filter: alpha(opacity=1);
    opacity: 1;
    
    right: 80px;
    top: 30px;
    position: absolute;
    z-index: 99;
}
.ml {
    margin-left: 60px;
}
.image {
    border: 1px solid #CCC;
    padding: 3px;
    margin: 0px 10px 0px 0px;
}
.image01 {
    border: 1px solid #CCC;
    padding: 3px;
    margin: 0px 0px 0px 10px;
}

/* Blog Styles */

#blog-banner {
    width: 100%;
    float: left;
    margin-top: 1px;
}
.blog-div {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    padding: 0px 20px 0 0;
    border-right: 1px solid #f2f2f2;
}
.blog-div li {
    list-style: none;
    border-bottom: 1px dashed #aaaaaa;
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
    margin: 20px 0px 10px;
}
.blog-div li .date {
    width: 10%;
    float: left;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
}
.blog-div li .date > h4 {
    background: #a7d93c;
    margin: 0px;
    font-size: 22px;
    padding: 5px 0;
    color: #fff;
    text-align: center;
}
.blog-div li .date > h5 {
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #222222;
    text-align: center;
}
.blog-div li .date > p {
    margin: 0px;
    font-size: 18px;
    color: #222222;
    text-align: center;
}
.blog-base {
    width: 86%;
    float: left;
    margin-left: 20px;
}
.blog-base h1 {
    font-size: 24px;
    margin: 0px;
    color: #006093;
    text-transform: capitalize;
    line-height: 28px;
}
.blog-base h1 a {
    color: #006093;
}
.below-title-meta {
    padding-top: 5px;
    padding-bottom: 10px;
    color: #a2a2a2;
    float: left;
    width: 100%;
}
.author {
    float: left;
}
.meta-date {
    float: left;
    color: #000;
    padding-left: 10px;
}
.author-comment {
    float: left;
    padding-left: 10px;
}
.author-text {
    width: 100%;
    float: left;
}
.author-text p {
    text-align: justify;
    line-height: 24px;
}
.share {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.share img {
    margin: 0px 2px;
}
.read {
    color: #F00;
    font-weight: bold;
    float: right;
}
#blog-pager {
    margin: 10px 0;
    text-align: center;
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.clear {
    clear: both;
}
.showpageArea {
    padding-bottom: 20px;
    padding-top: 8px;
    float: left;
}
.showpagePoint {
    color: #41b7d8;
    font-size: 12px;
    border: 1px solid #e1e5e7;
    padding: 8px 14px;
    margin-left: 12px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.showpageNum {
    margin: 0 3px;
}
.showpageNum a {
    color: #000;
    font-size: 12px;
    border: 1px solid #e1e5e7;
    padding: 8px 14px;
    margin-left: 12px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.showpage a {
    color: #777777;
    font-size: 12px;
    border: 1px solid #e1e5e7;
    padding: 8px 14px;
    margin-left: 12px;
    background: #fff;
    border-radius: 40%;
    -webkit-border-radius: 40%;
    -moz-border-radius: 40%;
}
.showpageNum a:hover,
.showpage a:hover {
    text-decoration: none;
    background: #41b7d8;
    color: #fff;
}
#searchform2 {
    width: 100%;
    float: left;
    margin-top: 40px;
}
#searchform2 #s {
    width: 86%;
    float: left;
    border: 0;
    outline: 0;
    padding: 5px 0 6px 15px;
    font-size: 14px;
    background-color: #282828;
    color: #FFF;
}
#searchform2 > input.buttonicon {
    width: 35px;
    height: 35px;
    float: left;
    background: url(../images/btn_search.png);
    border: 0;
    font-size: 0;
}
.widget {
    width: 100%;
    float: left;
}
.widget h2 {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
    background: #f2f2f2;
    border-bottom: 1px solid #0082c8;
    padding: 10px 0;
    text-indent: 10px;
    margin-bottom: 18px;
}
.social-follow {
    text-align: center;
}
.social-follow a {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 3px;
}
.social-follow a.fb {
    background: url(../images/fb.png) no-repeat;
    background-position: 0 0;
}
.social-follow a.tw {
    background: url(../images/tw.png) no-repeat;
    background-position: 0 0;
}
.social-follow a.gp {
    background: url(../images/gp.png) no-repeat;
    background-position: 0 0;
}
.social-follow a.in {
    background: url(../images/in.png) no-repeat;
    background-position: 0 0;
}
.social-follow a.sk {
    background: url(../images/sk.png) no-repeat;
    background-position: 0 0;
}
.social-follow a:hover {
    background-position: 0 -30px;
}
.widget-content {
    width: 100%;
    float: left;
}
.widget-content ul {
    list-style: none;
    padding: 0px;
    margin: 0 0 0 10px;
}
.widget-content ul li {
    line-height: 24px;
    border-bottom: 1px solid #E9E9E9;
    padding: 5px 0;
}
.widget-content ul li a {
    color: #006093;
}
.list {
    margin: 0px 0 10px 0;
    width: 100%;
    float: left;
}
.list li {
    margin: 0px;
    border: none;
    padding: 0px;
    list-style: circle;
    line-height: 26px;
}
.comments,
.comment-form {
    width: 100%;
    float: left;
}
.comments h3,
.comment-form h3 {
    font-size: 20px;
    border-bottom: 1px solid #0082c8;
    color: #0082c8;
    margin-top: 20px;
    line-height: 30px;
    text-transform: capitalize;
}
.comments ol {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
}
.comment-body {
    background-color: #fff;
    border-top: solid 1px #e5e5e5;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.comments ol li {
    list-style: none;
}
.comment-meta {
    background: none;
    width: 100%;
    float: left;
    border-top: none;
    padding: 10px 0;
}
.comment-author {
    float: left;
}
.comment-content {
    float: left;
    width: 100%;
}
.comment-author .fn {
    color: #484848;
}
.comment-metadata {
    float: right;
    margin: 10px 20px 0 0;
}
.comment-author .avatar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: bottom;
}
.comment-content p {
    margin: 10px 0;
    line-height: 22px;
}
.reply {
    float: left;
}
a.comment-reply-link {
    background: none;
    border: none;
    border: 2px solid #c0392b;
    border-radius: 5px;
    color: #c0392b;
    display: inline-block;
    padding: 7px 14px;
    text-decoration: none;
}
a.comment-reply-link:hover {
    background: none;
    border: none;
    border: 2px solid #c0392b;
    border-radius: 0px;
    color: #fff;
    background-color: #c0392b;
    display: inline-block;
    padding: 7px 14px;
    text-decoration: none;
}
.comment-list .children {
    margin-left: 0;
    padding-left: 40px;
}
.comment-form form {
    float: left;
    width: 100%;
}
.comment-form form p {
    margin: 10px 0;
}
.comment-form form label {
    line-height: 1.714285714;
    width: 100%;
    float: left;
}
.comment-form form input[type="text"],
.comment-form form textarea {
    font-size: 14px;
    padding: 10px;
    width: 80%;
    outline: none;
}
.comment-form form input[type="text"] {
    width: 60%;
}
.required {
    color: #F00;
}
.comment-form #submit {
    background: none repeat scroll 0 0 #3b8ced;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    padding: 8px 15px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width:1200px) {
    .navbar.navbar-inverse.navbar-static-top a {
        font-size: 16px;
    }
    .nav > li > a {
        padding: 15px 16px;
    }
    .quick li {
        font-size: 13px;
    }
    .follow a {
        margin: 0px 2px;
    }
    .i-img img,
    .employers-img img {
        max-width: 90%;
        height: auto;
    }
    .broadcast h1::before,
    .broadcast h1::after {
        display: none;
    }
}
@media (min-width:768px) and (max-width:980px) {
    .top-nav a {
        margin: 0px 10px;
    }
    .navbar.navbar-inverse.navbar-static-top a {
        font-size: 14px;
    }
    .nav > li > a {
        padding: 15px 8px;
    }
    .tagline h1 {
        font-size: 24px;
    }
    .courses-hm h1:after {
        left: 42.5%;
    }
    .student-hm h1 {
        font-size: 24px;
    }
    .mar {
        margin-right: 0px;
    }
    .quick {
        width: 32%;
    }
    .follow a {
        margin: 0px 2px;
    }
    .follow img {
        margin: 4px 0px;
    }
    .vision ul {
        padding: 0px;
    }
    .term1,
    .term2,
    .term3 {
        margin: 0px 0px 20px 20px;
    }
    .faculty-img img {
        max-width: 100%;
        height: auto;
    }
    .infrastructure-images li {
        width: 50%;
        margin-bottom: 15px;
    }
    .gwdd h1::before,
    .gwdd h1::after,
    .broadcast h1::before,
    .broadcast h1::after {
        display: none;
    }
    .web,
    .visual,
    .anim {
        width: 50%;
        margin: 0px;
    }
    .broadcast h1 {
        font-size: 24px;
        line-height: 33px;
    }
    .dcd ul {
        width: 95%;
    }
    .enquire-form-p {
        float: none;
        padding: 10px 10px;
    }
    .close {
        right: 75px;
        top: 20px;
    }
    .ml {
        margin-left: 40px;
    }
    .blog-div li .date {
        width: 12%;
    }
    .blog-base {
        width: 82%;
        margin-left: 10px;
    }
    .blog-base h1 {
        font-size: 22px;
    }
    #searchform2 #s {
        width: 82%;
    }
    .comment-form form input[type="text"],
    .comment-form form textarea {
        width: 90%;
    }
}
@media (max-width:767px) {
    .top-qutn p {
        text-align: center;
    }
    .top-nav {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
    .logo1,
    .logo2,
    .logo3 {
        text-align: center;
    }
    .logo2 {
        margin: 25px 0px 0px;
    }
    .logo1 img,
    .logo2 img,
    .logo3 img,
    .faculty-img img {
        max-width: 100%;
        height: auto;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #4cacf8;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #4cacf8;
    }
    .navbar.navbar-inverse.navbar-static-top a {
        margin-left: 0px;
        margin-bottom: 1px;
    }
    .nav > li > a {
        padding: 10px 16px;
    }
    .navbar-nav {
        margin: 0px -15px;
    }
    .tagline h1 {
        font-size: 18px;
    }
    .about-img {
        float: right;
        margin: 0px 0 0 10px;
    }
    .enquire-form {
        width: 100%;
        float: right;
    }
    .courses-hm h1:after {
        display: none;
    }
    .course-list {
        margin-bottom: 20px;
    }
    .testimonials-img {
        margin: 0px 5px 0px 0px;
        width: 100%;
        text-align: center;
    }
    .testimonials-txt p {
        padding: 0 0px 0 0;
    }
    .recruit-section h1 {
        font-size: 22px;
    }
    .mar {
        margin-right: 0px;
    }
    .awards {
        margin-top: 20px;
    }
    .quick {
        width: 48%;
    }
    .footer p {
        text-align: center;
        float: none !important;
        white-space: nowrap;
        display: inline-block;
    }
    .vision:after,
    .aaip h1::before,
    .aaip h1::after,
    .gwdd h1::before,
    .gwdd h1::after,
    .broadcast h1::before,
    .broadcast h1::after,
    .dcd h1::before,
    .dcd h1::after {
        display: none;
    }
    .gwdd h2 {
        font-size: 20px;
    }
    .gwdd ul {
        margin: 0px 0px 0px 10px;
    }
    .gwdd h1,
    .aaip h1,
    .broadcast h1,
    .dcd h1 {
        font-size: 20px;
    }
    .vision ul {
        padding: 0px;
    }
    .term1,
    .term2,
    .term3 {
        margin: 0px 0px 10px 10px;
    }
    .infrastructure-images li {
        width: 100%;
    }
    .i-img img {
        max-width: 100%;
        height: auto;
    }
    .award-img {
        top: 10px;
    }
    .learning-enhancement-img img {
        margin: 20px 0 10px 0;
    }
    .seminars h2:before,
    .colossus h2:after,
    .personality h2:before {
        display: none;
    }
    .seminars {
        margin-bottom: 10px;
    }
    .seminars-img img {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .colossus-img img {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .personality-img img {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .web,
    .visual,
    .anim {
        width: 100%;
        margin: 0px;
    }
    .curriculum-box {
        margin-left: 5px;
    }
    .dcd ul {
        width: 95%;
    }
    .enquire-form-p {
        width: 100%;
        padding: 10px 10px;
    }
    .close {
        right: 10px;
        top: 20px;
    }
    .ml {
        margin-left: 0px;
    }
    .meta-date {
        display: block !important;
    }
    .blog-base {
        width: 100%;
        float: left;
        margin-left: 0px;
    }
    .comment-form form input[type="text"],
    .comment-form form textarea {
        width: 100%;
    }
}
@media (max-width:640px) {
    .image-set a {
        margin: 4px;
    }
    .text-xs-center{
        text-align:center;
        margin:15px 0px;
        background:#3e3e3e;
    }
    .page-not h2{
	font-size:200px !important;
	}
}
@media (max-width:480px) {
    .blog-div li .date {
        width: 18%;
    }
}

/* YS Styles*/

sup.ys-leftalign {
    margin-left: -5px !important;
}
.ys-aligncenter {
    margin: 0px auto;
    display: block;
}
.social-nav {
    padding: 0;
    list-style: none;
    margin: 0px 0 15px -10px;
}
.social-nav a {
    display: inline-block;
    float: left;
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 36px;
    background: #000;
    position: relative;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.social-nav li {
    float: left;
    margin: 10px 0 0 10px;
    list-style: none;
}
.icons_2 a {
    overflow: hidden;
    font-size: 18px;
    border-radius: 4px;
}
.icons_2 .twitter {
    background: #00ACED;
    text-shadow: 0px 0px #0087ba, 1px 1px #0087ba, 2px 2px #0087ba, 3px 3px #0087ba, 4px 4px #0087ba, 5px 5px #0087ba, 6px 6px #0087ba, 7px 7px #0087ba, 8px 8px #0087ba, 9px 9px #0087ba, 10px 10px #0087ba, 11px 11px #0087ba, 12px 12px #0087ba, 13px 13px #0087ba, 14px 14px #0087ba, 15px 15px #0087ba, 16px 16px #0087ba, 17px 17px #0087ba, 18px 18px #0087ba, 19px 19px #0087ba, 20px 20px #0087ba, 21px 21px #0087ba, 22px 22px #0087ba, 23px 23px #0087ba, 24px 24px #0087ba, 25px 25px #0087ba, 26px 26px #0087ba, 27px 27px #0087ba, 28px 28px #0087ba, 29px 29px #0087ba, 30px 30px #0087ba;
}
.icons_2 a:hover {
    background: #fff;
    text-shadow: 0px 0px #d4d4d4, 1px 1px #d4d4d4, 2px 2px #d4d4d4, 3px 3px #d4d4d4, 4px 4px #d4d4d4, 5px 5px #d4d4d4, 6px 6px #d4d4d4, 7px 7px #d4d4d4, 8px 8px #d4d4d4, 9px 9px #d4d4d4, 10px 10px #d4d4d4, 11px 11px #d4d4d4, 12px 12px #d4d4d4, 13px 13px #d4d4d4, 14px 14px #d4d4d4, 15px 15px #d4d4d4, 16px 16px #d4d4d4, 17px 17px #d4d4d4, 18px 18px #d4d4d4, 19px 19px #d4d4d4, 20px 20px #d4d4d4, 21px 21px #d4d4d4, 22px 22px #d4d4d4, 23px 23px #d4d4d4, 24px 24px #d4d4d4, 25px 25px #d4d4d4, 26px 26px #d4d4d4, 27px 27px #d4d4d4, 28px 28px #d4d4d4, 29px 29px #d4d4d4, 30px 30px #d4d4d4;
}
.icons_2 .twitter:hover {
    color: #00ACED;
}
.icons_2 .facebook {
    background: #3B579D;
    text-shadow: 0px 0px #2d4278, 1px 1px #2d4278, 2px 2px #2d4278, 3px 3px #2d4278, 4px 4px #2d4278, 5px 5px #2d4278, 6px 6px #2d4278, 7px 7px #2d4278, 8px 8px #2d4278, 9px 9px #2d4278, 10px 10px #2d4278, 11px 11px #2d4278, 12px 12px #2d4278, 13px 13px #2d4278, 14px 14px #2d4278, 15px 15px #2d4278, 16px 16px #2d4278, 17px 17px #2d4278, 18px 18px #2d4278, 19px 19px #2d4278, 20px 20px #2d4278, 21px 21px #2d4278, 22px 22px #2d4278, 23px 23px #2d4278, 24px 24px #2d4278, 25px 25px #2d4278, 26px 26px #2d4278, 27px 27px #2d4278, 28px 28px #2d4278, 29px 29px #2d4278, 30px 30px #2d4278;
}
.icons_2 .facebook:hover {
    color: #3B579D;
}
.icons_2 .google-plus {
    background: #DD4A3A;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.icons_2 .google-plus:hover {
    color: #DD4A3A;
}
.icons_2 .youtube {
    background: #e62117;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.icons_2 .youtube:hover {
    color: #e62117;
}
.icons_2 .flickr {
    background: #ff0084;
    text-shadow: 0px 0px #c23122, 1px 1px #c23122, 2px 2px #c23122, 3px 3px #c23122, 4px 4px #c23122, 5px 5px #c23122, 6px 6px #c23122, 7px 7px #c23122, 8px 8px #c23122, 9px 9px #c23122, 10px 10px #c23122, 11px 11px #c23122, 12px 12px #c23122, 13px 13px #c23122, 14px 14px #c23122, 15px 15px #c23122, 16px 16px #c23122, 17px 17px #c23122, 18px 18px #c23122, 19px 19px #c23122, 20px 20px #c23122, 21px 21px #c23122, 22px 22px #c23122, 23px 23px #c23122, 24px 24px #c23122, 25px 25px #c23122, 26px 26px #c23122, 27px 27px #c23122, 28px 28px #c23122, 29px 29px #c23122, 30px 30px #c23122;
}
.icons_2 .flickr:hover {
    color: #ff0084;
}
.icons_2 .blogspot {
    background: #1292bd;
    text-shadow: 0px 0px #066787, 1px 1px #066787, 2px 2px #066787, 3px 3px #066787, 4px 4px #066787, 5px 5px #066787, 6px 6px #066787, 7px 7px #066787, 8px 8px #066787, 9px 9px #066787, 10px 10px #066787, 11px 11px #066787, 12px 12px #066787, 13px 13px #066787, 14px 14px #066787, 15px 15px #066787, 16px 16px #066787, 17px 17px #066787, 18px 18px #066787, 19px 19px #066787, 20px 20px #066787, 21px 21px #066787, 22px 22px #066787, 23px 23px #066787, 24px 24px #066787, 25px 25px #066787, 26px 26px #066787, 27px 27px #066787, 28px 28px #066787, 29px 29px #066787, 30px 30px #066787;
}
.icons_2 .blogspot:hover {
    color: #1292bd;
}
.icons_2 .wordpress {
    background: #333;
    text-shadow: 0px 0px #000, 1px 1px #000, 2px 2px #000, 3px 3px #000, 4px 4px #000, 5px 5px #000, 6px 6px #000, 7px 7px #000, 8px 8px #000, 9px 9px #000, 10px 10px #000, 11px 11px #000, 12px 12px #000, 13px 13px #000, 14px 14px #000, 15px 15px #000, 16px 16px #000, 17px 17px #000, 18px 18px #000, 19px 19px #000, 20px 20px #000, 21px 21px #000, 22px 22px #000, 23px 23px #000, 24px 24px #000, 25px 25px #000, 26px 26px #000, 27px 27px #000, 28px 28px #000, 29px 29px #000, 30px 30px #000;
}
.icons_2 .wordpress:hover {
    color: #333;
}

/* other sites page */

ul.listthree li {
    padding: 0px 0 0 0px;
    margin: 10px 0;
}
ul.listthree li a {
    color: #1476ca;
    margin-right: 10px;
    font-size: 15px;
}
ul.listthree li a:hover {
    color: #000;
    text-decoration: underline;
}
.listthree li i {
    /* color: #bd1828; */
    margin-right: 4px;
}
.greeny {
    margin-bottom: 30px;
}
.greeny h4 {
    background: #10999c;
    text-align: center;
    color: #fff;
    padding: 12px 0 13px 0;
}


.page-not h2{
	font-size:300px;
	margin:2% 0;
	color:#999999;
}
.page-not .h1-clr3{	
	margin:5% 0;
	color:#333333 !important;
	
}
.pageh1{
	color:#ff1700 !important;
	font-size:40px !important;
}

.recordsip {
	background: #006666;
	padding: 5px 5px;
	border-radius: 5px;
}
.recordsip p{
	text-align: justify;
	line-height: 16px;
	font-size: 14px;
	
}


ul.nav > li.dropdown > a.dropdown-toggle:after {
    font-family: 'FontAwesome';
    content: "\f107";
    /* "\f0d7";   */
    margin-left: 5px;
    margin-top: 2px;
}

.dropdown-menu {
	background-color: #139b99;
	
}

