/**
  * Name: GD Goenka Public School, Indore
  * Version: 1.0
  * Author: Career Lift, Indore
  * Author URI: http://www.mycareerlift.com
*/

@import url("font-awesome.css");
@import url("rest.css");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700");

/* Common Elements
-------------------------------------------------------------- */

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

body {
    font-family: 'Poppins', serif;
    background-color: #fdfdfd;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

p {
    /*
    color: #1f1f26 !important;
    font-size: 15px;
    line-height: 24px;
*/
    color: #1f1f26 !important;
    line-height: 1.5;
    font-size: 16px;
	text-align:justify;
}

a:hover,
a:focus {
    color: #596de7;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul,
ol {
    padding: 0;
}

img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 51px 13px;
    border-radius: 2px;
    background-color: #db2417;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #f4f6f8;
    border: none;
    height: 40px;
    padding-left: 20px;
    padding-top: 2px;
    width: 100%;
    font-size: 14px;
    outline: none;
    margin-bottom: 30px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    width: 100%;
    height: 100px;
    padding: 14px 20px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #a8a8a8 !important;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #6a6a6a;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #6a6a6a;
    opacity: 1;
}


/* bootstrap resetting elements */

.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #182331;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

h1 {
    font-size: 60px;
    line-height: 60px;
}

h2 {
    font-size: 20px;
    line-height: 45px;
	text-align:center;
}

h3 {
    font-size: 40px;
    line-height: 40px;
}

h4 {
    font-size: 28px;
    line-height: 25px;
    color: red !important;
}

h5 {
    font-size: 18px;
    line-height: 20px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}


/* GD COMMON CSS
-------------------------------------------------------------- */

.custom-container {
    width: 100%;
    padding: 0px 10px;
}

.no-pad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.sep {
    margin: 0 auto;
    text-align: center;
    display: table;
    border: 0px solid #db2417;
    border-right-width: 10px;
    width: 0px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.sep:before {
    content: "";
    background: rgba(51, 51, 51, 0.5);
    width: 80px;
    height: 1px;
    display: block;
    float: left;
    margin-left: -84px;
}

.sep:after {
    content: "";
    background: rgba(51, 51, 51, 0.5);
    width: 80px;
    height: 1px;
    display: block;
    float: right;
    margin-right: -94px;
}

.com-gap {
    margin: 50px 0;
}

.clear {
    clear: both !important;
}

.sec-title {
    margin: 20px 0;
}

.sec-title h4 {
    text-transform: uppercase;
}

.card-title {
    background-color: #db2417;
    color: #ffffff;
    padding: 18px;
    font-size: 18px;
    text-align: center;
}

.sec-card {
    width: 100%;
    float: left;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.border-btn {
    border: 2px solid #db2417 !important;
    background-color: transparent;
    text-transform: uppercase;
    color: #db2417 !important;
    font-family: "Montserrat" !important;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.border-btn:hover {
    background-color: #db2417;
    color: #fff !important;
}

.btn-medium {
    padding: 10px 32px;
}

.btn-small {
    padding: 8px 28px;
}

.btn-large {
    padding: 16px 70px;
    margin: 10px auto;
    text-align: center;
    display: table;
}


/*FORM SUBMIT ALERT*/

.alert {
    margin: -20px 0 10px 0 !important;
}

.alert-success {
    background-color: #e4ff00 !important;
    border-color: #e4ff00 !important;
    color: #000 !important;
}

.alert-labeled {
    padding: 8px;
}

.alert-labeled-row {
    display: table-row;
    padding: 0px;
}

.alert-labelled-cell {
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
}

.alert-labeled .close > * {
    display: table-cell;
    vertical-align: middle;
}

.alert-label {}


/*-------------------------------*/


/*    Carousel Fade Transition   */


/*-------------------------------*/

.side-testimonials h6 {
    background-color: #f3f3f3;
    color: #db2417;
    padding: 18px;
    font-size: 18px;
}

#fade-quote-carousel.carousel {
    padding-bottom: 30px;
}

#fade-quote-carousel.carousel .carousel-inner .item {
    opacity: 0;
    padding: 5px 10px;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-inner .item p {
    font-size: 14px;
}

#fade-quote-carousel.carousel .carousel-inner .active {
    opacity: 1;
    -webkit-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

#fade-quote-carousel.carousel .carousel-indicators {
    bottom: 10px;
}

#fade-quote-carousel.carousel .carousel-indicators > li {
    background-color: #5f5f5f;
    border: none;
}

#fade-quote-carousel .carousel-indicators .active {
    background-color: #db2417 !important;
}

#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}

#fade-quote-carousel .profile-circle {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100px;
    display: none;
}


/* TOP BAR
-------------------------------------------------------------- */


/*
.top-bar {
    background: #7b7b7b;
    position: relative;
    min-height: 33px;
}

.notification {
    overflow: hidden;
}

.notification .notification-title {
    background: #db2417;
    color: #fff !important;
    display: inline-block;
    padding: 4px 20px;
    position: absolute !important;
    top: 0px;
    min-height: 33px;
    z-index: 1;
    margin: 0px;
    font-size: 14px;
}

.notification .marquee {
    color: #fff !important;
    font-size: 13px;
    padding: 10px 0;
    line-height: 15px;
}

.notification .marquee a {
    color: #fff !important;
}
*/


/* #NOTIFICATIONS MARQUEE
================================================ */

.notification-tickr {}

.notification-tickr .marquee-notfiy {
    position: relative;
    z-index: 99999;
}

.notification-tickr .marquee-content-items {
    background-color: ;
}

.notification-tickr .marquee-content-items li {
    color: #fff !important;
}

.inner-tickr .marquee-notfiy {}

.inner-tickr .simple-marquee-container {
    height: 30px !important;
}

.inner-tickr .marquee-sibling {
    line-height: 32px;
    height: 30px !important;
}

.inner-tickr .marquee-content-items {
    background-color: ;
}

.inner-tickr .marquee-content-items li {
    color: #fff !important;
    line-height: 22px;
    font-size: 13px;
}


/* MAIN SLIDER
-------------------------------------------------------------- */

.main-slider {
    position: relative;
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

.bs-slider > .carousel-inner > .item {
    height: 480px;
    padding: 20px 0;
}


/*---------- SLIDE BACKGROUNDS ----------*/

.slide0 {
    background: url(../images/slider/slide-0.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}

.slide1 {
    background: url(../images/slider/slide-1.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}

.slide2 {
    background: url(../images/slider/slide-2.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}

.slide3 {
    background: url(../images/slider/slide-3.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}

.slide4 {
    background: url(../images/slider/slide-4.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}

.slide5 {
    background: url(../images/slider/slide-5.JPG);
    background-repeat: no-repeat;
    background-size: cover;
}




/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/

.indicators-line > .carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    margin: auto;
    padding: 10px;
    text-align: left;
    padding: 10px 85px;
    position: relative;
    top: 150px;
}

.slide-text > h1 {
    padding: 0;
    color: #fff900 ;
    font-size: 50px;
    margin-bottom: 10px;
    font-style: normal;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
        text-shadow: 1px 2px 10px #020202;
    -webkit-text-shadow: 1px 2px 10px #020202;
    -moz-text-shadow: 1px 2px 10px #020202;
    -ms-text-shadow: 1px 2px 10px #020202;
}

.slide-text > p {
    padding: 0;
    color: #ffffff !important;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    text-shadow: 1px 2px 10px #020202;
    -webkit-text-shadow: 1px 2px 10px #020202;
    -moz-text-shadow: 1px 2px 10px #020202;
    -ms-text-shadow: 1px 2px 10px #020202;
}

.slide-text > a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*------------------------------------------------------*/


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

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {
        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators {
        display: none;
    }
}


/* INTRODUCATION SECTION
-------------------------------------------------------------- */

.intro-part {}

.intro-card {
    padding: 20px;
    border-bottom: 4px solid #000;
    height: auto;
}

.intro-card h5 {
    margin: 20px 0;
}

.intro-card img {
    padding: 10px;
}

.six img {
    padding: 0 0 0 0;
    opacity: .2;
    float: right;
}

.six {
    margin: 10px 0;
    border: none !important;
}

#in-tech {
    color: #7fb069;
    border-color: #7fb069;
}

#in-counselor {
    color: #6e2594;
    border-color: #6e2594;
}

#in-robotic {
    color: #d62839;
    border-color: #d62839;
}

#in-maths {
    
    
    color: #12355b;
    border-color: #12355b;
}


/* DIRECTOR MESSAGE
-------------------------------------------------------------- */

.msg-block {
    padding: 28px 30px;
}

.msg-block .red-text {
    color: #db2417 !important;
    margin-bottom: 10px;
}

.msg-block p {
    margin-bottom: 20px;
}

.ctc-form {
    background: #fff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #db2417, #000000);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #db2417, #000000);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 444px;
    padding: 40px;
}

.ctc-form .form-field {
    border-left: 4px solid #db2417;
    background-color: #fff !important;
    margin: 0 0 24px 0;
    padding: 10px;
}

@media and (-webkit-min-device-pixel-ratio:0) {
    padding: 25px !important;
    margin: 0 0 12px 0 !important;
}

.ctc-form .send-msg {
    background-color: #db2417 !important;
    border-radius: 0px;
    font-family: "Montserrat" !important;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    width: 100%;
    border-radius: 100px;
}

#top-ctc-form {}


/* WIDGETS AREA
-------------------------------------------------------------- */

.news-events {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-events .ne-card {
    box-shadow: none;
}

.news-events ul li:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.news-events .ne-card ul li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.news-events .ne-icon {
    float: left;
    margin: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #f9f9f9;
    background: #777777;
    font-size: 20px;
}

.news-events .ne-info {
    padding: 10px;
}

.news-events .ne-card:last-child {
    border-bottom: none !important;
}

.news-events .ne-title {
    font-size: 15px !important;
}

.news-events .btn-plain {
    color: #333;
    text-transform: capitalize;
    font-size: 13px;
    margin: 10px 0;
}

.news-events .btn-plain:hover,
.news-events ul li:hover .btn-plain {
    color: #db2417;
}

.facebook-card {
    padding: 10px;
	height:380px;
}


/* WALK THROUGH
-------------------------------------------------------------- */

.gd-video {
    background: url(../images/video.jpg);
    background-repeat: no-repeat;
    padding: 100px 0;
	background-position:center;
}

.gd-video .video-play-btn {
    text-align: center;
    color: #fff !important;
}

.gd-video:hover img {
    opacity: 1;
    transform: rotate(360deg);
}

.gd-video img {
    margin: 20px auto;
    text-align: center;
    display: table;
    opacity: .2;
}

.gd-video h3 {
    margin: 20px 0;
}

#animatedModal {}

#animatedModal .iframe-video {
    width: 100%;
    height: 520px;
}

#btn-close-modal {
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

#closebt-container {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.closebt:hover {
    transform: rotate(360deg);
}

.modal-content {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.modal-content .youtube-video {
    padding: 10px 30px;
}


/* WALK THROUGH
-------------------------------------------------------------- */

.academics {
    text-align: center;
}

.academics .acd-card {
    padding-bottom: 30px;
    box-shadow: none !important;
    overflow: hidden !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.academics img {
    overflow: hidden !important;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.academics .acd-card:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.academics .acd-card p {
    padding: 20px 10px;
    margin-bottom: 10px;
}

.academics .acd-card h5 {
    background: #000000;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #e74c3c, #000000);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #e74c3c, #000000);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
}

#owl-academics-home .item {
    margin: 0 5px;
}

#owl-academics-home .item img {
    display: block;
    width: 100%;
    height: auto;
}

.owl-next,
.owl-prev {
    display: inline-block;
    margin: 20px 0;
}

.owl-next:before {
    content: "\f178";
    display: block;
    font-family: "FontAwesome";
    color: #fff;
    background-color: #ccc !important;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 1px;
}

.owl-prev:before {
    content: "\f177";
    display: block;
    font-family: "FontAwesome";
    color: #fff;
    background-color: #ccc !important;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 1px;
}


/* FACILITIES WE OFFER
-------------------------------------------------------------- */

.facilities {}

.facilities .facility-block {
    margin: 20px 0;
}

.facilities .facility-block img {
    float: left;
    margin-right: 20px;
}

.facilities .facility-block h5 {
    margin: 10px 0;
}

.facilities .facility-block p {
    margin: 10px 9px 15px 0;
    padding: 10px;
}

.facilities .grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}


/* Common style */

.facilities .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    /*min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.facilities .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.facilities .grid figure figcaption {
    padding: 2em;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.facilities .grid figure figcaption::before,
.facilities .grid figure figcaption::after {
    pointer-events: none;
}

.facilities .grid figure figcaption,
.facilities .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Anchor will cover the whole item by default */


/* For some effects it will show as a button */

.facilities .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.facilities .grid figure h2 {
    /*
	word-spacing: -0.15em;
	font-weight: 300;
*/
}

.facilities .grid figure h2 span {
    font-weight: 800;
}

.facilities .grid figure h2,
.facilities .grid figure p {
    margin: 0;
}

.facilities .grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*---------------*/


/***** Bubba *****/


/*---------------*/

figure.effect-bubba {
    background: #9e5406;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    padding-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    font-size: 36px;
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* CAREER COUNSELLING CTA
-------------------------------------------------------------- */

.career-counselling {
    background: url(../images/career-counselling-cta.jpg) no-repeat;
    background-position: 20% 30%;
    padding: 60px 0px;
    text-align: center;
    color: #fff !important;
}

.career-counselling p {
    padding: 30px;
    color: #fff !important;
}

.career-counselling .cta-btn h5 {
    background-color: #ebd344;
    display: inline-block;
    padding: 16px 55px;
    border: 5px solid #12355b;
    color: #12355b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.career-counselling .cta-btn h5:hover {
    background-color: #12355b;
    color: #ebd344;
}


/* PRETTY PHOTO GALLERY
-------------------------------------------------------------- */

.prettyphoto .viewport {
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}


/* --- Label configuration -------------------------------------------------------------- */

.viewport a span {
    display: none;
    font-size: 3.0em;
    font-weight: bold;
    height: 100%;
    padding-top: 120px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 100;
}

.viewport a span em {
    display: block;
    font-size: 0.45em;
    font-weight: normal;
}


/* --- Dark hover background ------------------------------------------------------------ */

.dark-background {
    background-color: rgba(15, 15, 15, 0.6);
    color: #fff;
    text-shadow: #000 0px 0px 20px;
}

.dark-background em {
    color: #ccc;
}


/* FOOTER
-------------------------------------------------------------- */

footer {
    background: #494949;
    background-position: center;
    padding: 40px 0 20px 0px;
    margin-top: 30px;
}

footer .ftr-title {
    color: #dedede !important;
    margin-bottom: 20px;
}

footer .dashed-sep:after {
    content: "";
    border-bottom: .5px solid #fff;
    display: block;
    opacity: .1;
    margin: 10px 0;
}

footer p,
footer a {
    color: #bbb !important;
    margin: 10px 0;
    font-size: 16px;
}

.bottom {
    background-color: #333;
    padding: 10px 0;
    text-align: center;
}

.bottom p {
    color: rgba(255, 255, 255, 0.36) !important;
    font-size: 13px;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #777777;
    color: #eeeeee;
    width: 40px;
    height: 40px;
    line-height: 37px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    /*
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
*/
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}


/*INNER PAGE COMMON LAYOUT*/

.page-banner {
    background-image: url(../images/page-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
    margin-bottom: 30px;
}

.page-banner h3 {
    color: #fff !important;
    font-size: 30px;
    line-height: 18px;
}

.page-banner .breadcrumbs {
    float: right;
}

@media only screen and (min-width:1px) and (max-width:768px) {
    .page-banner .breadcrumbs {
        float: none !important;
        text-align: center;
    }
    .page-banner {
        text-align: center;
    }
}

.page-banner .breadcrumbs li {
    display: inline-block;
    color: #fff;
}

.page-banner .breadcrumbs .active-page p {
    color: red !important;
}

.page-banner li p,
.page-banner li a {
    color: #fff !important;
    font-size: 13px;
}


/*SIDE BAR*/

.side-nav {
    float: none;
    clear: both;
    width: 100%;
}

.side-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.side-nav li {
    float: none;
    width: 100%;
}

.side-nav li.active-nav a {
    color: #fdfdfd;
    background: #5f5f5f;
}

.side-nav li a {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 20px;
    border-left: 5px solid;
    position: relative;
    z-index: 2;
    text-decoration: none;
    color: #444;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.side-nav li a:hover {
    border-bottom: 0px;
    color: #fff;
    text-decoration: none;
}

.side-nav li a {
    border-left: 10px solid #5f5f5f;
}

.side-nav li a:after {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 0px;
    position: absolute;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: -1;
}

.side-nav li a:hover:after {
    width: 100%;
}

.side-nav li a:after {
    background: #5f5f5f;
}

.inner-block {
    padding: 20px;
}

.inner-block-img {
    margin-bottom: 30px;
}

.inner-block-title {
    color: #db2417;
    text-transform: uppercase;
}

.inner-block-content p {
    margin-bottom: 20px !important;
}

.inner-block-content .table p {
    margin-bottom: 0px !important;
}

.inner-block-content span {
    font-size: 14px;
    color: #9c9c9c;
    position: relative;
    top: 5px;
}

.list-style {
    padding-left: 15px;
}

.list-style li,
.list-style-1 li {
    margin: 0 0 10px 0;
    display: block;
}

.list-style li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    display: block;
}

.list-style-1 li:before {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 14px;
    float: left;
    line-height: 21px;
    margin-right: 10px;
    display: block;
}

.list-style li p,
.list-style-1 li p {
    padding-left: 30px;
}

strong {
    font-weight: 500;
}

.quote-block {
    background-color: #f3f3f3;
    border-left: 2px solid #db2417;
    padding: 20px;
    border-radius: 2px;
    font-weight: 500;
    margin: 10px 0 30px 0;
}


/* CAREER PAGE*/


/*CAREERS PAGE*/

.job-form {
    padding: 10px;
}

.form_field {
    float: left;
    width: 100%;
    position: relative;
}

.form_field label {
    position: absolute;
    top: 13px;
    left: 20px;
    color: #d5d5d5;
    font-size: 15px;
    margin: 0px;
}

.form_field input[type="text"],
.form_field input[type="email"],
.form_field textarea {
    width: 100%;
    height: 40px;
    border: 1px solid #f2f2f2;
    padding: 14px 20px 12px 50px;
    display: inline-block;
    margin: 0px 0px 15px;
}

.form_field textarea {
    height: 120px;
    padding: 20px 20px 12px 60px;
}

.form_field button {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 30px;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.form_field button i {
    color: #fff;
}


/* PARENT AREA PAGE */

.e-circular {
    margin: 15px 0;
    border: 1px solid #f0f0f0;
    padding: 20px;
    padding-bottom: 30px;
}

.doc-action {
    margin: 10px 0;
}

.doc-action li {
    display: table;
}

.doc-action li .btn-small {
    float: right;
    margin-top: 10px;
}


/* ADMISSION PAGE */

.admission-forms {
    margin: 20px;
}


/* ============================= 
   NEW ADMISSION FORM HOME PAGE 
   ============================= */

.form-fixed-lg {
    position: absolute;
    z-index: 9;
    width: 25%;
    right: 10%;
    top: 15px;
}

@media only screen and (min-width:992px) and (max-width:1209px) {
    .form-fixed-lg {
        width: 40%;
        top: 10%;
        right: 5%;
    }
}

@media only screen and (min-width:1px) and (max-width:991px) {
    .form-fixed-lg {
        display: none !important;
    }
    .form-fixed-sm {
        display: block !important;
    }
}

@media only screen and (min-width:992px) {
    .form-fixed-lg {
        display: block!important;
    }
    .form-fixed-sm {
        display: none !important;
    }
}

.form-fixed-sm {
    margin: 30px auto;
    width: 100%;
 
    text-align: center;
}

.admissions-form {
    padding: 20px 20px 10px 20px;
}

admissions-form .form-group {
    margin-bottom: 15px;
}

.admissions-form .form-control {
    height: auto!important;
    padding: 8px 12px !important;
}

.admissions-form .input-group input {
    background-color: #fff !important;
    border: 1px solid #ccc;
}

.admissions-form .input-group select {
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px 12px !important;
}

.admissions-form .input-group input:focus {
    border: 1px solid red;
}

.admissions-form .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.admissions-form span.input-group-addon i {
    color: #db2417;
    font-size: 17px;
    width: 20px;
}

.admissions-form .send-msg {
    background-color: #db2417 !important;
    border-radius: 0px;
    font-family: "Montserrat" !important;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    width: 100%;
    transition: all ease-in .5s;
}

.admissions-form .send-msg:hover {
    background-color: #333 !important;
}


/* =================================
   THANK YOU BLOCK
================================= */

.thank-you {
    margin: 30px 0;
    margin-bottom: 70px;
}

.thank-you_card {
    background-color: #fdfdfd !important;
}

.thank-you_card h5 {
    text-align: center !important;
    margin: 0;
    padding: 20px;
    font-size: 22px !important;
}

.thank-you_card h5 span {
    color: #363534;
    font-weight: normal !important;
    line-height: 30px;
}

.thank-you_card a {
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    display: table;
    margin-bottom: 30px;
}

.redirect {
    text-align: center;
    margin: 5px auto;
    font-size: 12px;
    opacity: .6;
    margin-bottom: 16px;
}

.badge{
   background-color: #db2417 !important; 
}

.logo-fade{
    margin: 20px auto !important;
    text-align: center;
    display: table;
    filter: grayscale(100%);
    opacity: .2;
}

 

/* =================================
   GOOGLE MAP 
================================= */

.google-map iframe{
    height: 445px;
}
.addition input {margin-bottom:0;}
.sec-card {}