@charset "utf-8";
@import url('bootstrap.min.css');
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

p {
    font-size: 16px;
}

.flt {
    float: left;
}

.flr {
    float: right;
}

.clr {
    clear: both;
}

.ctplqryform h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}

.ctplqryform {
    padding: 5%;
}

header .bannerAbs {
    position: absolute;
    width: 100%;
    top: 20px;
}

@media screen and (max-width:767px) {
    header .bannerAbs {
        height: 90%;
    }
}

/*header .logo img{
    background: rgba(255,255,255,.4);
    padding: 3px 5px;
    border-radius: 3px;
}*/

.contact-no a img {
    padding-right: 10px;
}

.contact-no a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    background: #7c1415;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 50px;
}

.contact-no a:hover {
    color: #fff;
}

.banner-caption {
    color: #000;
    font-weight: 600;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
    padding: 20px;
}

.banner-caption span {
    display: inline;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff', GradientType=1);
}

.banner-caption h3 {
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    animation-iteration-count: infinite;
    font-size: 24px;
    margin-bottom: 15px !important;
    background: linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(128, 7, 13, 0) 100%);
}

.banner-caption h3 span {
    display: inline-block;
    font-size: 45px;
    background: no-repeat;
    padding: 0;
}

.black-strip h2 {
    margin: 10px 0;
}

.banner-caption h4 {
    display: initial;
    color: #fff;
    font-weight: 600;
    background: -moz-linear-gradient(left, rgba(128, 7, 13, 0.7) 0%, rgba(128, 7, 13, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(128, 7, 13, 0.7) 0%, rgba(128, 7, 13, 0) 100%);
    background: linear-gradient(to right, rgba(128, 7, 13, 0.7) 0%, rgba(128, 7, 13, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#00ffffff', GradientType=1);
}

@media screen and (max-width:767px) {
    .banner-caption h3 {
        line-height: 16px;
        text-align:center;
    }
    .banner-caption h4 {
        font-size: 16px !important;
    }
}

.enq-form {
    background: #fff;
    padding: 30px 20px 30px 120px;
    margin-left: -90px;
}

.form_inner h2 {
    color: #7d7d7d;
    font-size: 25px;
    line-height: 25px;
}

.form-flex {
    display: flex;
}

.form-flex .form_field {
    width: 33%;
    padding-top: 20px;
    padding-right: 20px;
}

.form-flex .form_field input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    height: 40px;
    line-height: 40px;
    color: #696767;
    padding-left: 12px;
    font-size: 15px;
}

.form-flex .form_field select {
    width: 100%;
    border: none;
    color: #696767;
    border-bottom: 1px solid #d0d0d0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0;
    height: auto;
    height: 40px;
    border-radius: 0;
    line-height: 40px;
    font-size: 14px;
    background: url(../images/arrow.png) no-repeat top 18px right;
}

.form_field_submit {
    padding-top: 20px;
    text-align: center;
}

.form_field_submit input {
    background: #f5bc11 url(../images/submit-arrow.png) no-repeat center right 20px;
    padding: 10px 20px;
    color: #fff;
    border: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.7s;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.form_field_submit input:hover {
    transition: all 0.7s;
    background: #000 url(../images/submit-arrow.png) no-repeat center right 10px;
}

.thanks {
    font-size: 20px;
    line-height: 28px;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #7d7d7d;
    border-radius: 4px;
}

.t-c {
    padding-top: 20px;
}

.tc {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    color: #811811;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tc input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.tc input:checked~.checkmark {
    border: 1px solid #7d7d7d;
    border-radius: 4px;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.tc input:checked~.checkmark:after {
    display: block;
}

.tc .checkmark:after {
    left: 8px;
    top: 2px;
    width: 7px;
    height: 13px;
    border: solid #7d7d7d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ab,
.ab-right {
    padding: 30px;
    box-sizing: border-box;
    min-height: 200px;
    align-items: center;
    display: flex;
    text-align: center;
}

.ab h3 {
    font-size: 65px;
    font-weight: bold;
    color: #811811;
    display: block;
    margin: 0;
}

.ab p {
    font-size: 18px;
    margin: 0;
    color: #811811;
}

.ab-top {
    background: #fff;
    display: flex;
    border-bottom: solid 1px #ddd;
}

.ab-bottom {
    background: #fff;
}

.ab-right {
    background: #811811 url('../images/product-angles.png') no-repeat right bottom;
    min-height: 400px;
    display: flex;
}

.ab-top-inner {
    width: 100%;
    /*margin-left: -15%;*/
}

.ab-right-inner {
    width: 100%;
    text-align: left;
    padding: 0 50px;
    box-sizing: border-box;
}

.ab-right-top:first-child {
    padding-bottom: 40px;
}

.ab-right-top h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}

.ab-right-top p {
    color: #fff;
    font-size: 15px;
}

.get-connected {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*min-height: 100vh;*/
    padding: 50px 20px 0;
    position: relative;
}

.get-connected .card {
    background: url(../images/Red-box.png) no-repeat bottom center;
    background-size: 100% 100%;
    border-radius: 0;
    padding: 20px 30px 40px;
    min-height: 400px;
    opacity: 0.7;
    z-index: 2;
}

.section-heading {
    color: #811811;
    font-size: 45px;
    line-height: 48px;
    font-weight: bold;
}

.courses {
    background: #f4f4f4;
}

.courses .row {
    flex-direction: row-reverse;
}

.color-red {
    background: #ef4637;
    padding-top: 50px;
    padding-bottom: 50px;
}

.courses .section-heading {
    color: #fff;
}

.tabbing-item ul {
    padding: 20px 0 50px;
}

.cs-inner {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
}

.cs-inner-new {
    width: 100%;
    max-width: 300px;
}

.tabbing-item ul li {
    background: url(../images/tab-bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
    list-style: none;
    max-width: 300px;
    margin-left: -15px;
    font-size: 30px;
    cursor: pointer;
}

.tabbing-item ul li.active {
    background: #f4f4f4;
    color: #ef4536;
}

.tabContener {
    padding: 50px 20px;
    box-sizing: border-box;
}

.tab-content-inner {
    padding-bottom: 30px;
}

.tab-content-inner h4 {
    font-size: 28px;
    color: #ef4536;
    line-height: 25px;
    padding-bottom: 10px;
}

.tab-content-inner ul li {
    font-size: 18px;
    color: #000;
    line-height: 24px;
    padding: 5px 0;
    list-style: none;
    vertical-align: top;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
}

.tab-content-inner p {
    font-size: 15px;
    color: #000;
    line-height: 20px;
}

.global-alliances .drak-bg,
.recruiters .drak-bg {
    background: #811811;
}

.industry-partnership .danger-bg {
    background: #212121;
}

.industry-partnership-headaing,
.recruiters-headaing {
    padding: 15px;
}

.global-alliances-headaing {
    padding: 15px;
}

.global-alliances-headaing h3,
.recruiters-headaing h3 {
    color: #ffff;
    text-align: right;
    font-size: 40px;
    font-weight: 700;
}

.global-alliances-logo,
.industry-partnership-logo,
.recruiters-logo {
    padding: 80px 0;
}

.global-alliances-logo ul,
.industry-partnership-logo ul,
.recruiters-logo ul {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.global-alliances-logo ul li {
    width: 25%;
    list-style-type: none;
    padding: 16px 10px 8px;
}

.recruiters-logo ul li {
    width: 20%;
    list-style-type: none;
    padding: 16px 10px 8px;
}

.global-alliances-logo ul li img,
.industry-partnership-logo ul li img,
.recruiters-logo ul li img {
    max-width: 100%;
}

.industry-partnership-headaing h3 {
    color: #ffff;
    font-size: 40px;
    font-weight: 700;
}

.industry-partnership-logo {
    padding: 75px 0;
}

.industry-partnership-logo ul li {
    width: 20%;
    list-style-type: none;
    padding: 0px 0px 0px;
}

.industry-partnership .grey-bg {
    background: #f4f4f4;
}

.get-connected {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*min-height: 100vh;*/
    padding: 100px 20px 20px;
    position: relative;
}

.get-connected .card {
    background: url(../images/Red-box.png) no-repeat bottom center;
    background-size: 100% 100%;
    border-radius: 0;
    padding: 20px 30px 40px;
    min-height: 400px;
    opacity: 0.8;
    z-index: 2;
}

.get-connected .section-heading {
    margin-bottom: 20px;
}

.get-connected .card .card-img {
    padding: 100px 0 0;
}

.get-connected .card .card-img img {
    margin-bottom: 20px;
    opacity: 0.5;
    width: 100%;
    max-width: 150px;
}

.get-connected .card .card-text p {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-family: "Montserrat";
    font-weight: 800;
}

.get-connected .card .card-text p:last-child {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0;
}

.get-connected .girl-img {
    position: absolute;
    bottom: 0;
    left: 31%;
    transform: translate(-50%, 0);
    z-index: 3;
}

/*.term-condition {
	position: absolute;
	bottom: 20px;
	right: 5%;
	color: #000;
	font-size: 12px;
	z-index: 2;
}*/

.get-connected .term-condition a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.get-connected .girl-img img {
    max-width: 120px;
    width: 100%;
}

.get-connected .camera {
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: 1;
    bottom: 130px;
}

.get-connected .camera img {
    max-width: 180px;
    width: 100%;
}

.get-connected .term-condition {
    padding-top: 100px;
}

.opt-tag-line {
    padding-top: 20px;
}

.opt-tag-line .icon {
    width: 20%;
}

.opt-tag-line .text {
    width: 80%;
    font-size: 15px;
    line-height: 20px
}

.form-flex .form_field.width-100 {
    width: 100%;
}

.redirection-btn:hover {
    transition: all 0.7s;
    background: #ef4637 url(../images/submit-arrow.png) no-repeat center right 10px;
    text-decoration: none;
    color: #FFF;
}

.redirection-btn {
    background: #7d7d7d url(../images/submit-arrow.png) no-repeat center right 20px;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    max-width: 250px;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.7s;
    display: inline-block;
}

.course-overview .hedaing h2 {
    font-size: 50px;
    font-weight: 900;
    padding: 30px 0px;
    color: #000;
}

.course-overview {
    padding-left: 30px;
}

.pad-top-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
}

.course-relate-image {
    width: 100%;
}

.course-overview .course-relate-image img {
    width: 100%;
}

.course-overview .dark-bg {
    background: #212121
}

.course-overview .course-overview-text {
    width: 80%;
}

.course-overview .course-overview-text h5 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.course-overview .course-overview-text p {
    color: #fff;
}

.course-overview .padding0 {
    padding-left: 0;
    padding-right: 0;
}

.course-detials {
    padding: 0 15px
}

.course-detials p {
    margin-bottom: 5px;
    color: #000;
}

.course-detials p strong {
    color: #d92b1b;
    margin-bottom: 15px;
}

.bg-f4f4f4 {
    color: #f4f4f4;
}

.term-condition p {
    font-size: 10px;
}

.term-condition a {
    font-size: 10px;
}

#resend_submit {
    background: #7d7d7d url(../images/submit-arrow.png) no-repeat center right 20px;
    padding: 10px 20px;
    color: #fff;
    width: 100%;
    max-width: 200px;
    border: none;
    text-align: left;
    cursor: pointer;
    transition: all 0.7s;
    margin-left: 15px;
}

.formMain {
    position: fixed;
    top: 100px;
    z-index: 100;
}

.formInner {
    position: relative;
}

.formInner .form-clickOuter {
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: -113px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.formInner .form-click {
    position: relative;
    font-size: 20px;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    background: rgba(129, 24, 17, .7);
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #fff;
    color: #fff;
}

.formInner .form-block {
    font-size: 12px;
    background: #fff;
}

.formInner .form-block h4 {
    background: #811811;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
}

.formInner .form-block .formSection {
    padding: 10px 10px 30px 10px;
}

.form-flex {
    display: block;
}

.form-flex .form_field {
    width: 100%;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
}

.tc {
    font-size: 12px;
}

.courseLinks li a {
    position: relative;
    display: block;
    padding: 5px 0 5px 15px;
    border-bottom: solid 1px #ddd;
    color: #333;
}

.courseLinks li:last-child a {
    border-bottom: 0;
}

.courseLinks li a:hover,
.courseLinks li a.active {
    color: #d92b1b;
    text-decoration: none;
}

.courseLinks li a:before {
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'FontAwesome';
    content: '\f101';
}

.courseView1 {
    color: #fff;
}

.courseView2,
.courseView3,
.courseView4,
.courseView5,
.courseView6,
.courseView7 {
    display: none;
    color: #fff;
}

.stickyBt {
    position: fixed;
    background: #811811;
    display: inline-block;
    transform: rotate(-90deg);
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    z-index: 20;
    transition: 0.5s ease;
    text-decoration: none;
    top: 220px;
    left: -37px;
    font-weight: bold;
}

.stickyBt:hover {
    background: #f47a21;
    color: #fff;
    text-decoration: none;
}

footer {
    background: #811811;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    font-size: 13px;
}

@media only screen and (max-width: 1450px) {
    .get-connected .card {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
    .get-connected .girl-img {
        left: 32%;
    }
    .get-connected .card {
        min-height: 458px;
    }
    .get-connected {
        padding: 50px 0 0;
    }
    .get-connected .term-condition {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .get-connected .card {
        min-height: auto;
    }
}

@media screen and (max-width: 991px) {
    .get-connected .card {
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
    }
    .get-connected .card .card-img {
        padding: 20px 0 0;
    }
    .get-connected .card-img {
        width: 30%;
    }
    .get-connected .card-text {
        width: 70%;
    }
    .get-connected .girl-img {
        left: 23%;
    }
    .course-overview .hedaing h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .get-connected .card .card-img {
        padding: 20px 20px 0 0;
    }
    .course-overview .course-overview-text {
        width: 90%;
        padding: 15px 0px;
    }
}

@media screen and (max-width: 576px) {
    .get-connected .card .card-img {
        padding: 5px 20px 0 0;
    }
    .get-connected .card .card-text p {
        font-size: 20px;
        line-height: 24px;
    }
    .get-connected .card .card-text p:last-child {
        font-size: 16px;
        line-height: 20px;
    }
    .get-connected .girl-img {
        bottom: 40px;
    }
    .get-connected .girl-img img {
        max-width: 100px;
    }
}

@media screen and (max-width: 425px) {
    .get-connected .card .card-img {
        padding: 30px 0 0;
        width: 100%;
    }
    .get-connected .card-text {
        width: 100%;
    }
    .get-connected .card {
        flex-direction: column;
    }
    .get-connected .girl-img {
        left: unset;
        right: -15%;
        bottom: 20px;
        display: none;
    }
    .get-connected .girl-img img {
        max-width: 150px;
    }
    .get-connected .term-condition a {
        position: relative;
        z-index: 3;
    }
}

/*rsponsive*/

@media only screen and (max-width: 1180px) {
    .industry-partnership-headaing h3,
    .global-alliances-headaing h3,
    .recruiters-headaing h3 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1024px) {
    .industry-partnership-headaing h3,
    .global-alliances-headaing h3,
    .recruiters-headaing h3 {
        font-size: 30px;
    }
    .course-overview {
        padding-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .industry-partnership-headaing h3,
    .global-alliances-headaing h3,
    .recruiters-headaing h3 {
        font-size: 23px;
    }
    .industry-partnership-headaing h3,
    .global-alliances-headaing h3,
    .recruiters-headaing h3 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .industry-partnership-headaing h3 br,
    .global-alliances-headaing h3 br,
    .recruiters-headaing h3 br {
        display: none;
    }
    .global-alliances .drak-bg,
    .recruiters .drak-bg,
    .industry-partnership .danger-bg {
        justify-content: center !important;
    }
    .industry-partnership .row {
        flex-wrap: wrap-reverse !important;
    }
    .industry-partnership-logo ul li img {
        max-width: 100px;
    }
    .tabbing-item ul {
        display: flex;
        align-items: center;
        padding: 20px 0 0;
    }
    .tabbing-item ul li {
        font-size: 20px;
        width: 33.33%;
        margin-left: -2px;
    }
    .enq-form {
        background: #fff;
        padding: 30px 20px 30px 30px;
        margin-left: 0;
    }
    .form-flex {
        display: block;
        width: 100%;
    }
    .form-flex .form_field {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
    }
    .ab-right-inner {
        padding: 0;
    }
    .section-heading {
        font-size: 30px;
        line-height: 37px;
    }
    .tabContener {
        padding: 30px 0;
    }
    .tab-content-inner ul li {
        width: 100%;
        margin-left: 0;
    }
    .tabbing-item ul li {
        padding: 20px;
    }
    .tabbing-item ul {
        margin: 0;
    }
    .color-red {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .banner-caption br {
        display: none;
    }
    .tab-content-inner h4,
    .ab-right-top h3 {
        font-size: 25px;
    }
    .tab-content-inner p {
        font-size: 15px;
    }
    .tab-content-inner ul li {
        font-size: 15px;
    }
    .ab h3 {
        font-size: 35px;
    }
    .tab-content-inner h4 {
        padding-bottom: 0;
    }
    .tabbing-item ul li {
        padding: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .logo,
    .contact-no {
        text-align: center;
    }
    .contact-no a {
        font-size: 20px !important;
    }
}

@media only screen and (max-width: 480px) {
    .global-alliances-logo ul li,
    .recruiters-logo ul li {
        width: 33%;
        padding: 16px 0px 8px;
    }
    .industry-partnership-logo ul li {
        width: 33%;
        padding: 16px 0px 8px;
    }
    .course-overview .hedaing h2 {
        font-size: 25px;
    }
    .opt-tag-line .icon {
        width: 30%;
    }
    .opt-tag-line .text {
        width: 70%;
    }
}

/*new codes*/

.container-wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 40px 65px;
    width: 100%;
    background: #fff;
}

.container-wrap2 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 45px 65px 22px 65px;
    width: 100%;
    background: #fff;
}

.container-wrap2 h2 {
    font-weight: bold;
    font-size: 36px;
    margin-top: 10px;
}

.container-wrap .title-wrap-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #212529;
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.title-wrap-left .yellow-line {
    margin: 0;
}

.yellow-line {
    display: block;
    background: #f5bc11;
    width: 48px;
    height: 4px;
}

.banner-caption btn-danger {
    color: #ddd;
}

.btn-danger {
    color: #fff;
    background-color: #80070d;
    border-color: #80070d;
}

.form-control {
    color: #fff;
    background-color: #7f0b10;
}

.small-title h4 {
    padding-bottom: 9px;
    font-size: 23px;
}

/*Why Study*/

.why-us {
    background: url(../images/why-upes-bg.jpg) no-repeat center center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    padding: 45px 0 20px 0;
}

.why-txt h2 {
    font-size: 47px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    margin-bottom: 26px;
}

.count {
    margin: 45px 0px;
}

.why-us .count h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    font-size: 2.5rem;
    margin-top: 30px;
}

.dropdown-content option {
    padding: 10px 20px;
    color: grey;
}

.dropdown-content option:hover {
    background-color: #f1f1f1;
    color: black;
}

.dropdown-content option {
    padding: 10px 20px;
    color: grey;
}

.dropdown-content {
    display: none;
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 7px;
    overflow: auto;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.teamMember .teamMemDesc {
    position: absolute;
    width: 85%;
    height: 130px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -84px;
    background: rgba(255, 255, 255, .9);
    padding: 12px;
    transition: 0.5s ease;
    text-align: center;
}

/*campus photo code*/

.portfolio-items-list {
    margin: 0;
}

.portfolio-item {
    position: relative;
    padding: 0;
    border: solid 2px #FFFFFF;
    float: left;
}

/*course code*/

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

/* Common style */

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

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

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

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

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

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

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

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

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

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

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

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

/* Individual effects */

figure.effect-ravi img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-ravi figcaption {
    text-align: left;
}

figure.effect-ravi figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    width: 100%;
    height: 92px;
}

figure.effect-ravi h2,
figure.effect-ravi p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-ravi h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 8px;
}

figure.effect-ravi p {
    color: rgba(255, 255, 255, 1);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    font-size: 11px;
    line-height: 15px;
    text-transform: capitalize;
    background: rgba(0, 0, 0, .7);
    padding: 3px 5px;
}

figure.effect-ravi:hover img,
figure.effect-ravi:hover p {
    opacity: 1;
}

figure.effect-ravi:hover img,
figure.effect-ravi:hover h2,
figure.effect-ravi:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-ravi:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/* STUDENT STORIES */

.swiper-container {
    margin: 2em 0;
    padding-bottom: 15px;
}

.awards .swiper-slide img {
    max-width: 70%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.swiper-slide img {
    border: solid 1px #c9c2c2;
}

.award-content {
    padding: 20px;
    width: 80%;
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    z-index: 9;
    position: relative;
    text-align: justify;
}

.cmn-box-shadow {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -o-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.white-bg {
    background-color: #ffffff;
}

.awards.awards.prominent-recruiters h3 {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    line-height: 20px;
}

.award-content span {
    color: #0452a7;
}

.awards.awards.prominent-recruiters p {
    font-size: 14px;
    color: #000;
    line-height: 23px;
    margin: 10px 0;
}

.award-content h3 {
    font-size: 24px;
}

.award-content h4 {
    font-size: 16px;
}

.scholarDiv .box {
    border: solid 2px #f5bc11;
    padding: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.scholarDiv .box .fa {
    font-size: 50px;
    color: #f5bc11;
    margin-bottom: 10px;
}

.black-strip {
    padding: 20px 0;
    background: #000;
    color: #f5bc11;
}

.black-strip a {
    color: #f5bc11;
}

.black-strip a button {
    border-radius: 50px;
    font-size: 22px;
    background: #f5bc11;
    color: #000;
}

.black-strip a button:hover {
    background: #fff;
    border-radius: 0px;
    transition: .5s;
}

.black-strip a:hover {
    color: #f5bc11;
    text-decoration: none;
}

.box {
    width: 100%;
    display: table;
}

.box .box-row {
    display: table-row;
}

.box .box-cell {
    vertical-align: middle;
    color: #fff;
    background: #801813;
}

.box .box-cell p {
    font-size: 16px;
}

.tab-content {
    color: #333;
    padding: 30px;
    background: #fff;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

.tab-content .tab-pane {
    background: #fff;
}

.tab-content ul {
    padding-left: 16px;
}

.nav-tabs .nav-link {
    color: #801813;
    font-weight: bold;
}

.listStyle li {
    position: relative;
    padding-left: 42px;
    font-size: 16px;
    margin-bottom: 5px;
}

.listStyle li:before {
    position: absolute;
    top: -1px;
    left: 25px;
    font-family: 'fontAwesome';
    content: '\f101';
    color: #80070d;
}

/*enquire pannel*/

.enqFormPanel {
    position: relative;
    background: #3f4b5ac2;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: solid 1px #fff;
    max-width: 350px;
    width: 100%;
    float: right;
}

.enqFormPanel .enqFormInner {
    position: relative;
    overflow: hidden;
    padding: 0 0 10px;
}

.enqFormPanel .enqFormInner h4 {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: 'Roboto Slab';
    font-weight: bold;
    font-size: 28px;
}

#enquiry-form h3 {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: 'Roboto Slab';
    font-weight: bold;
    font-size: 28px;
}

#enquiry-form hr {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    border-top: none !important;
}

#enquiry-form label {
    color: #fff;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(1.3rem + 12px) !important;
}

#submit-form {
    background: #a61d17;
    border-color: #a61d17;
    font-size: 18px !important;
    width: 94%;
    font-family: 'Roboto Slab';
}

.enqFormPanel .enqFormInner .triangle {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #f7ac01;
}

.enqFormPanel .enqFormInner .triangle:before {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    z-index: 2;
}

.enqFormPanel .enqFormInner .enqMainForm {
    padding: 18px 35px 10px 35px;
    background-color: transparent;
}

.enqFormPanel .enqFormInner .enqMainForm .form-control {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.enqFormPanel .enqFormInner .enqMainForm .form-check-label {
    color: #fff;
    font-size: 12px;
}

.enqFormPanel .enqFormInner .enqMainForm .btn-warning {
    color: #fff;
    font-weight: bold;
    font-family: 'Roboto Slab';
    font-size: 20px;
    background: #7f0b10;
    text-transform: uppercase;
    margin-top: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 6px;
    border: none;
}

.form-control {
    color: #828080;
    background-color: #fff;
    border: none;
}

.enqFormPanel .enqFormInner .enqMainForm input::placeholder {
    color: #828080;
}

.formSection {
    padding: 0 15px;
}

.enqFormPanel label {
    color: #fff;
}

.carousel-inner,
.carousel-item {
    height: 620px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab-pane.fade.active.show {
    opacity: 1 !important;
}

table thead {
    background-color: #7c1415;
    color: #fff;
}

.how-apply-div {
    background: #7c1415;
    margin: 70px 0px;
}

.how-apply-div .card {
    /*height:25rem !important;*/
}

.how-apply-div .card h4 {
    font-size: 1.5rem;
}

.how-apply-div .card h2 {
    font-size: 2.5rem;
}

.container-wrap.how-apply-div img {
    width: 160px;
}


/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
    color: #fff;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 55px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #CE0004;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */


/* neet score section start  */

.neet_score{
    margin-top:6%;
    margin-bottom:6%;
}
.neet_score_content{
    background:#E4CA36;
    padding:2% 3%;
    border-radius:15px;
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.neet_score_content h1{
    font-size:60px;
    font-weight:400;
    color:#000;
    text-align:center;
}
.neet_score_content h1 span{
    font-weight:800;
}
.neet_score_content hr{
    border:1px solid #7E1121;
}
.neet_score_content h3{
    font-size:45px;
    font-weight:normal;
    color:#000;
    text-align:center;
}
@media (min-width:320px) and (max-width:480px){
    .neet_score{
        margin-bottom:4%;
    }
    .neet_score_content h1{
        font-size:22px;
    }
    .neet_score_content h3{
        font-size:14px;
        font-weight:normal;
        color:#000;
        margin-bottom:7%;
    }
}

/* neet score section end  */

/* neet score section start  */

.neet_score2{
    margin-top:6%;
    margin-bottom:6%;
}
.neet_score_content2{
    background:#E4CA36;
    padding:2% 3%;
    border-radius:15px;
    box-shadow:0px 0px 20px rgba(0,0,0,0.5);
}
.neet_score_content2 h1{
    font-size:35px;
    font-weight:400;
    color:#000;
    text-align:center;
}
.neet_score_content2 h1 span{
    font-weight:800;
}
.neet_score_content2 hr{
    border:1px solid #7E1121;
}
.neet_score_content2 h3{
    font-size:30px;
    font-weight:normal;
    color:#000;
    text-align:center;
}
.neet_score_content2 p{
    text-align:center;
    font-size:16px;
    font-weight:600;
}
@media (min-width:320px) and (max-width:480px){
    .neet_score2{
        margin-bottom:4%;
    }
    .neet_score_content2 h1{
        font-size:16px;
    }
    .neet_score_content2 h3{
        font-size:14px;
        font-weight:normal;
        color:#000;
        margin-bottom:7%;
    }
}

/* neet score section end  */