/* common css starts here */

body {
    font-family: 'ABeeZee', sans-serif;
    font-family: 'Kanit', sans-serif;
    font-family: 'Bree Serif', serif; 
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
 
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
:target {
  scroll-margin-top: 1rem;
}
body,
html {
    overflow-x: hidden;
}
h1,h2{font-weight:800}
.formBox {
    float: left;
    width: 100%;
    background: #eee;
    margin-bottom: 20px;
}

.formBox h4 {
    color: #fff;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 10px;
    padding: 15px;
    background: #0a1451;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

a {
    text-decoration: none!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    margin-top: 0;
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 50px
}

.pt30 {
    padding-top: 50px
}

.sch-btn {
    position: relative;
    left: -38px;
}

.AboutUs-section .blockquote p {
    font-size: 24px;
    font-style: italic;
}

.blockquote:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 40px;
    color: #d11222;
}

.blockquote {
    padding: 10px 20px 18px 50px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px;
    background: transparent;
    position: relative;
}

.blockquote-footer {
    background: transparent;
    color: #333;
    font-size: 15px;
}

#CategoryDiv label.error {
    position: initial!important;
    top: -15px!important;
    width: 100%!important;
    left: 15px!important;
}

/* scroll to top css*/

#scrollToTop {
    font-size: 2em;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 15px;
    transition: all 0.5% ease;
    background: #c91212;
    line-height: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 2px;
    box-shadow: 1px 1px 6px #333;
    text-decoration: none;
}

#scrollToTop i {
    display: block
}

.hide {
    transform: scale(0, 0);
}

inverse .navbar-nav>.active>a:hover {
    background: #f00;
}

.pd0 {
    padding: 0!important
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-fixed-top {
    background: #fff;
    padding: 5px;
    box-shadow: 2px 2px 6px #000;
    box-shadow: 1px 1px 12px #0000007d;
    transition: 0.4s;
}

.navbar-fixed-top .navbar-nav.bottomMenu li a {
    color: #333 !important;
    margin: 10px 15px 0px !important;
}


/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-brand {
    padding: 4px 0;
}

.navbar-brand .white-logo,
.navbar-brand .logo-alt {
    max-height: 66px;
    display: block;
}

.navbar:not(.navbar-fixed-top) .navbar-brand .logo-alt {
    display: none;
}

.navbar:not(.navbar-fixed-top) .navbar-brand .white-logo {
    display: black;
    transition: 0.5s
}

.navbar.navbar-fixed-top .navbar-brand .white-logo {
    display: none;
}

.navbar.navbar-fixed-top .navbar-brand .logo-alt {
    display: block;
    transition: 0.5s
}

.bg-red {
    background-color: #d11222;
}

@media only screen and (max-width: 767px) {
    #nav.nav-transparent .navbar-brand .logo-alt {
        display: none !important;
    }
    #nav.nav-transparent .navbar-brand .logo {
        display: block !important;
        max-height: 44px;
        margin-left: 10px;
    }
}


/* index page css starts */

header {
    padding: 10px;
    /* position: absolute; */
    width: 100%;
    background: white;
}

.navbar {
    margin-bottom: 0;
}

.navbar .logoArea {
    float: left;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #6b6c6e;
}

.navbar-default .navbar-brand {
    color: #777;
    font-weight: 300;
    color: #ffffff;
    font-size: 15px;
    height: auto
}

.navbar-default .navbar-brand:hover {
    color: #ffffff;
}

.navbar .logoText {
    float: left;
}

.navbar .logoText span {
    display: block;
    text-transform: uppercase;
}

.navbar .logoText p {
    margin-bottom: 0;
    line-height: 25px;
}


/* bottom menu css */

.navbar-default .navbar-nav.bottomMenu li a {
    color: #a8afac;
}

.navbar-default .navbar-nav.bottomMenu li.active a {
    color: #d11222;
    background: none;
}

.navbar-default .navbar-nav.bottomMenu li a:hover {
    color:#ce2929;
    background: none;
    margin-bottom: 0;
}

.navbar-default .navbar-nav.bottomMenu li a {
    color: #cfd1d0;
    padding: 0;
    margin: 15px 12px 0px;
    font-size: 18px;
	color: #000000;
    padding: 0;
    margin: 10px 15px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
.navbar-fixed-top .navbar-nav.bottomMenu li a {
    color: #333 !important;
    margin: 6px 15px 5px !important;
}


.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.navbar-right {
    /* margin-right: -30px; */
}

.navbar-right~.navbar-right {
    margin-right: -30px;
}

.navbar-default .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px!important;
}

.fill {
    height: 600px
}


/* .bottomMenu li{
	position:relative
}
.bottomMenu li:before{
    position: absolute;
    content: "|";
    left: 0;
    top: -1px;
    font-size: 15px;
    font-family: "fontAwesome";
    margin-left: -14px;
}  */


/* slider section */

#homePageSlider {
    /*background:url(../images/admit-mba-banner-img.jpg);
	height: 740px;
	background-size: cover !important;*/
    /* background-position:top center !important;*/
    width: 100%;
    position: relative;
}

.homePageSlider-overlay {
    width: 100%;
    height: 100%;
    padding-top: 0px;
    background-color: rgba(0, 0, 0, .20);
    text-align: center;
}


/*  */

.banner-info {
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}
.banner-info {
    position: absolute;
    top: 55%;
    left: 20%;
    transform: translate(-50%, -50%);
}
.banner-info h1 {
    font-size: 60px;
    color: #fff;
    text-shadow: 2px 2px 14px #000;
    padding: 15px 0;
}

.banner-info h2 {
    color: #fff;
    font-weight: 500;
    text-shadow: 2px 2px 14px #000;
}

.banner-info .consultation-btn, .consultation-btn {
    font-size: 18px;
    color: #ffffff;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #ffffff;
    text-decoration: none;
    margin: 15px 0 0px;
    text-shadow: 1px 1px 10px #000
}

.banner-info .consultation-btn:hover {
    color: #ccc;
    border: 2px solid #ccc;
    background-color: #000000;
    transition: 0.7s;
}


/* counter css */

.lsbNumberWrap {
    padding-top: 52px;
    padding-bottom: 60px;
    text-align: center;
}

.lsbNumberWrap h1,
.latestNewsHeading h1 {
    color: #0a1451;
    margin: 0 0 50px 0;
}

.lsbNumberWrap .numberBox {
    -webkit-box-shadow: 0 10px 20px rgba(109, 110, 123, .1), inset 0 -1px #c9d1d4;
    -moz-box-shadow: 0 10px 20px rgba(109, 110, 123, .1), inset 0 -1px #c9d1d4;
    box-shadow: 0 10px 20px rgba(109, 110, 123, .1), inset 0 -1px #c9d1d4;
    padding: 23px 10px
}

.lsbNumberWrap .numberBox h2 {
    margin: 0 0 15px 0;
    color: #ff6600;
    font-size: 40px;
    font-weight: 200;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.lsbNumberWrap .numberBox span {
    font-size: 40px;
    color: #ff6600;
    font-family: 'Montserrat', sans-serif;
}

.lsbNumberWrap .numberBox h3 {
    margin: 0;
    color: #323334;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-height: 40px;
}


/*  slider css*/

#mixedSlider {
    position: relative;
}

#mixedSlider .MS-content {
    white-space: nowrap;
    overflow: hidden;
    margin: 0 5%;
}

#mixedSlider .MS-content .item {
    display: inline-block;
    width: 33.3333%;
    position: relative;
    vertical-align: top;
    overflow: hidden;
    height: 100%;
    white-space: normal;
    padding: 0 10px;
}

@media (max-width:1366px) {
    .navbar-default .navbar-nav.bottomMenu li a {
    color: #ffffff;
    padding: 0;
    margin: 10px 15px 0px;
    font-size: 18px;
    font-weight: 600;
}
.navbar-default .navbar-nav.bottomMenu li a {
    color: #000000;
    padding: 0;
    margin: 10px 15px 0px;
    font-size: 18px;
    font-weight: 600;
    text-align: left; 
}
    .banner-info h1 {
        font-size: 49px;
        color: #fff;
        text-shadow: 2px 2px 14px #000;
        padding: 15px 0;
    }
}

@media (max-width: 1024px) {
    #mixedSlider .MS-content .item {
        width: 50%;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-content .item {
        width: 100%;
    }
}

#mixedSlider .MS-content .item .link-more {
    font-size: 16px;
    color: #d11222;
    transition: all 0.5s;
    cursor: pointer;
    text-decoration: none;
    margin: 10px 0 0;
    display: inline-block;
    clear: both;
    overflow: hidden;
}

.item .link-more {
    font-size: 16px;
    color: #d11222;
}

#mixedSlider .MS-content .item .link-more:hover {
    text-shadow: 0 0 1px grey;
    margin-left: 8px;
}

#mixedSlider .MS-controls button {
    position: absolute;
    border: none;
    background-color: transparent;
    outline: 0;
    font-size: 50px;
    top: 35%;
    color: rgba(0, 0, 0, 0.4);
    transition: 0.15s linear;
}

#mixedSlider .MS-controls button:hover {
    color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 992px) {
    #mixedSlider .MS-controls button {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls button {
        font-size: 20px;
    }
}

#mixedSlider .MS-controls .MS-left {
    left: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-left {
        left: -10px;
    }
}

#mixedSlider .MS-controls .MS-right {
    right: 0px;
}

@media (max-width: 767px) {
    #mixedSlider .MS-controls .MS-right {
        right: -10px;
    }
}

.fa-angle-left:before {
    content: "\f104";
    padding: 10px;
    font-size: 44px;
}

.fa-angle-right:before {
    content: "\f105";
    padding: 10px;
    font-size: 44px;
}

#News-Events .carousel-indicators {
    bottom: -43px;
}

#News-Events .carousel-indicators li {
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0.52);
    border: 1px solid rgba(0, 0, 0, 0.52);
}

#News-Events .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    border: 1px solid #d11222;
    background-color: #d11222;
}

#News-Events {
    background: #efefef;
    padding: 50px 0 80px 0
}

.newsBox .media-left {
    padding-right: 18px;
}

.newsBox .media-heading {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
    margin-bottom: 15px;
    background: #11316e;
}

.newsBox .media-body {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background: #fff;
    padding: 30px;
    height:390px;
}

.newsBox .media-body h6 {
    font-weight: 600;
    color: #ff671a;
    font-size: 17px;
    padding: 0 15px;
    height: 40px
}

.newsBox .media-body p {
    font-size: 16px;
    font-weight: 300;
    color: #4f5057;
    line-height: 1.5;
    padding: 20px 15px 30px;
}

.newsBox .media-body p a {
    font-weight: 400;
    color: #c2192d;
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
}

.latestNewsViewAll {
    margin-top: 30px;
}

.latestNewsViewAll a {
    color: #f9c740;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.latestNewsViewAll a:hover {
    color: #0e3345;
}

.latestNewsViewAll a:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 1px;
    left: -12px;
    top: -3.5px;
    background: #6b6c6e;
}

.meta-type i {
    padding: 7px;
    border: 1px solid #0a1451;
    border-radius: 50px;
    color: #0a1451;
    display: inline-block;
}

.meta-date {
    color: #898080;
    font-size: 15px;
    letter-spacing: 1px;
}

.media-body h4 {
    margin: 20px 0;
    color: #555;
    min-height: 38px;
}

.cs-content-figure {
    width: 22%;
    float: left;
}

.cs-content-stats {
    float: left;
    width: 77.9%;
    margin-bottom: 0.9em;
    padding-left: 1%;
    font-size: 15px;
}

.cs-content-stats li {
    margin-bottom: 10px;
    color: #7a7676;
    color: #555;
}

.cs-content-figure span {
    color: #d11222;
    letter-spacing: -2px;
    font-size: 40px;
    /* font-family: 'Kanit', sans-serif; */
}

.cs-content figcaption {
    /* font-family: 'Kanit', sans-serif; */
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

.meta-type {
    color: #d11222;
}

.meta-stat strong {
    color: #d11222;
    font-size: 13.5px;
    font-weight: 400;
    font-family: 'ABeeZee', sans-serif;
}


/* internal page css start here */

.carousel-control {
    width: 50px;
    left: inherit
}

.controls {
    background-color: #d11222;
    display: block;
    position: absolute;
    top: 0px;
    clear: both;
    height: 50px;
    width: 100%;
}

.controls .carousel-control.left,
.controls .carousel-control.right {
    right: 85px;
    background-image: none;
    display: block;
}

.controls .carousel-control.left {
    left: auto;
    right: 140px!important
}

.information {
    margin-top: 100px;
    /* width: 100%; */
    left: 0;
    text-align: left;
}

.information h1 {
    color: #262525;
    font-size: 48px;
    text-align: center;
    /* font-family: 'ABeeZee', sans-serif; */
    text-shadow: none;
}

.information h1 span {
    color: #d11222;
    text-shadow: none;
}

.information .cs-content-stats {
    width: auto;
    float: inherit;
    margin-top: 30px;
    /* font-family: 'ABeeZee', sans-serif; */
}

.information .cs-content-stats div {
    margin: 15px 0
}

.information .cs-content-stats div span {
    color: #d11222;
    font-size: 22px;
    text-shadow: none;
}

.information .cs-content-stats div p {
    font-size: 15.5px;
    text-shadow: none;
    color: #262525;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 500;
}

.information .txt {
    clear: both;
    font-size: 15.5px;
    padding: 0px 5px 60px;
    line-height: 1.3;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 500;
}

.Slider-page-overlay {
    width: 100%;
    height: 100%;
    padding-top: 1px;
    background-color: rgba(0, 0, 0, 0.77);
    text-align: center;
    height: 91px;
}

.progress-circle h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}


/* internal page progress bar css */

.progress {
    width: 130px;
    height: 130px;
    line-height: 130px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    margin-top: 20px
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #D9D9D9;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 7px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #d11222;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 36px;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 300;
}

.progress .progress-value div {
    margin-top: 0px;
}

.progress .progress-value span {
    font-size: 12px;
    text-transform: uppercase;
}


/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/

.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-1 1.5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-2 1.5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-3 1.5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-4 1.5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-6 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-7 1.5s linear forwards 1.5s;
}

.progress[data-percentage="73"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="73"] .progress-left .progress-bar {
    animation: loading-73 1.5s linear forwards 1.5s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="75"] .progress-left .progress-bar {
    animation: loading-73 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-8 1.5s linear forwards 1.5s;
}

.progress[data-percentage="83"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="83"] .progress-left .progress-bar {
    animation: loading-83 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-9 1.5s linear forwards 1.5s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="95"] .progress-left .progress-bar {
    animation: loading-95 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-10 1.5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-10 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(54deg);
        transform: rotate(54deg);
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg);
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(108deg);
        transform: rotate(108deg);
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(162deg);
        transform: rotate(162deg);
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-73 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes loading-83 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(147deg);
        transform: rotate(147deg);
    }
}

@keyframes loading-95 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(171deg);
        transform: rotate(171deg);
    }
}

.progress {
    margin-bottom: 1em;
}


/* about us page css */

.AboutUs-section p {
    /* font-family: 'Ubuntu', sans-serif; */
    font-size: 16px
}

.AboutUs-section img {
    border-radius: 50%;
    border: 2px solid #888;
    padding: 3px;
}

.AboutUs-section h3 {
    font-size: 20px;
    color: #666;
    margin: 10px 0 6px;
}

.AboutUs-section h4 {
    font-size: 14px;
    color: #666;
    font-family: 'Ubuntu', sans-serif;
}

.AboutUs-section .social-media-icon li {
    display: inline-block;
    margin: 15px 3px 0px;
    border: 1px solid #666;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
}

.AboutUs-section .social-media-icon li a i {
    font-size: 16px;
    color: #666;
    vertical-align: -webkit-baseline-middle;
    line-height: 16px;
}

.social-media-icon .facebook:hover {
    background: #3b5997;
    border: 1px solid #3b5997;
    transition: 0.5s
}

.social-media-icon .instagram:hover {
    background: #cb2027;
    border: 1px solid #cb2027;
    transition: 0.5s
}

.social-media-icon .linkedin:hover {
    background: #007bb5;
    border: 1px solid #007bb5;
    transition: 0.5s
}

.social-media-icon .twitter:hover {
    background: #55acee;
    border: 1px solid #55acee;
    transition: 0.5s
}

.social-media-icon .instagram:hover {
    background: #e1306c;
    border: 1px solid #e1306c;
    transition: 0.5s
}

.AboutUs-section .social-media-icon li:hover i {
    color: #fff;
}


/* Services page css */

.productbox {
    margin-bottom: 30px;
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    position: relative;
    cursor: pointer;
    text-align: center;
}

.producttabsection .productbox {
    margin-bottom: 60px;
}

.productmainimg img {
    width: 100%;
    text-align:
}

.productmainimgImg {
    text-align: right
}

.productmainimg2 span {
    font-size: 22px
}

.productmainimg2 {
    height: auto!important;
    padding: 20px 0
}

.ImgOverlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-overlay {
    background: rgba(0, 0, 0, 0.7);
    background: rgb(209, 18, 34, 0.8);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    padding: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.productbox:hover .content-overlay {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.productbox:hover .productcontent {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.productcontent h3 {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50% );
    -webkit-transform: translate(-50%, -50% );
    color: #fff; 
	text-align:center;
	width:90%*/
    position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
    text-align: center;
    width: 90%;
    right: 0;
    margin: 0 auto;
}

.content-details {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 15px;
}

.content-details p {
    margin-top: 6px;
    font-size: 15px!important;
	color:#fff!important;
}

.content-overlay hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 0.5px solid #fff;
}

.services .productcontent h3 {
    font-size: 19px
}

.services .content-title {
    font-size: 20px
}


/*  */
.navbar-default .navbar-brand{
	font-size: 4rem; 
	color:#fff
	
} 

.navbar-collapse{
	padding-top:2rem
}
.navbar-fixed-top.navbar-default .navbar-brand{
	font-size: 3.4rem;
    padding-top: .4rem;
	color:#000
	
} 
.productbox hr {
    margin: 8px 0 5px
}

.productbox p {
    font-size: 18px
}
.approach .productbox {
    overflow: hidden;
    border: 1px solid #ccc;
    min-height: 120px;
    padding-top: 40px;
    padding-top: 28px;
    background: #fff;
    background: #fbfbfb;
    box-shadow: 10px 10px #f1f1f1;
}

.approach .productbox img {
    width: 65px
}
.clients{
	padding:70px 0 50px
 }
.clientsbox{
	border:1px solid #ccc;
	margin-bottom:30px;
    background: #fff;
}
.clientsbox {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    background: #fff;
    height: 80%!important;
    padding: 20px;
    box-shadow: 10px 10px #dedede;
}
.clients h4{
font-weight: 600;
    color: #c91212;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.2rem;
    background: #fff;
    box-shadow: 10px 10px #dedede;
    padding: 10px;
}	
	
.clientsbox img{
}
footer {
    background: #4f5459;
    background: #a5a5a5;
}

.Copyright-Txt {
    color: #fff;
    margin: 10px 0 0;
    font-size: 13px;
    /* font-family: 'ABeeZee', sans-serif; */
}

.powered-by {
    color: #fff;
    margin: 0px 0 20px;
    font-size: 12px;
    /* font-family: 'ABeeZee', sans-serif; */
}

.powered-by a {
    color: #fff;
}

.footerArea {
    margin: 20px 0
}

.FooterbottomMenu li {
    display: inline-block;
    margin: 10px 0
}

.FooterbottomMenu li a {
    color: #fff;
    font-size: 16px;
    margin: 10px 7px;
    text-decoration: none;
}

.FooterbottomMenu li a:hover {
    color: #d11222;
    transition: 0.2s
}


/* social-media-icon */

.social-media-icon li {
    display: inline-block;
    margin: 6px 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 35px;
}

.social-media-icon li a i {
    font-size: 20px;
    color: #fff;
    margin-top: -10px;
    vertical-align: -webkit-baseline-middle;
}


/* .social-media-icon li:hover{ 
    background: #fff;  
	transition:0.5s
}  
.social-media-icon li:hover i{ 
    color: #666;  
}  */


/* contact page css */

.contact {
    background-image: url(../images/contactpage-banner-img.jpg);
    padding-bottom: 50px;
}

.contact1 {
    background-image: url(../images/contactpage-banner-img.jpg);
    height: 500px;
    opacity: 0.6;
}


/* white contact page */

.contact-white {
    height: 500px;
}

.contactDetail-white h5 {
    font-size: 30px;
    color: #000;
}

.contactList-white li,
.contactList-white li a {
    font-size: 17px;
    color: #000;
    margin-bottom: 25px
}

.contactList-white li h6 {
    font-size: 18px;
    margin: 5px 0;
}


/* end white contact page */


/*.contactList div {
    border-right: 1px solid #cfd1d0;
    text-align: center;
}*/

.contactDetail h5 {
    font-size: 30px;
    color: #fff;
}

.contactList li,
.contactList li a {
    font-size: 17px;
    color: #fff;
    margin-bottom: 25px
}

.contactList,
.contactList a {
    font-size: 17px;
    color: #000;
    margin-bottom: 25px
}

.contactList {
    overflow: hidden;
    margin-top: 45px;
}
.contactList div {   
	text-align: center;
    padding: 15px;
    margin-bottom: 30px;
    background: #fff;
    transition: .7s;
    box-shadow: 10px 10px #c6cbd3;
    width: 96%;
}

.contactList h6 {
    font-size: 22px;
    margin: 5px 0;
	font-weight:900;
	color:#000
}
.contactList div:hover {
    background: #c91212bf!important;
    transition: .7s;
}
.contactList div:hover h6{
	color:#fff
}
.contactList div:hover a{
	color:#fff
}

.col-md-12.mob-bmargin {
    margin-bottom: 40px;
}
.form-control {
    height: 50px;
    border-radius: 0px;
    outline: none;
    font-size: 17px;
    color: #999;
    font-weight: 500;
}

.subBtn {
    color: #fff;
    background-color: #d11222;
    border-color: #d11222;
    font-size: 16px;
    outline: none;
    margin-right: 10px;
}

.resetbtn {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
}

.form-group {
    margin-bottom: 15px;
    padding: 0px 7px;
}


/* .graph-line {
    background-color: rgba(0,0,0,0.2);
    border: 0;
    height: 0.25em;
    width: 100%;
    transition: 0.4s linear;
    transition-property: width, background-color;
}
.graph-line span {
    height: 0.25em;
    width: 0px;
    background: #f8ce43;
    display: block;
    position: absolute;
}
 */

.contactLabel {
    color: #fff !important;
    padding-bottom: 7px !important margin-bottom: 0px !important;
}

.admitTo {
    margin-top: 20px;
    padding-left: 23px;
}

.admitTo img {
    width: 90px;
    border-radius: 50%;
}

.admitTo .compLogo:last-child {
    margin-right: 0px;
}

.admitTo .compLogo {
    display: inline-block;
    text-align: left;
    margin-right: 20px;
}

.admitTo .compLogo p {
    font-size: 14px;
    text-shadow: none;
    color: #262525;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: center;
}

.admitTo h4 {
    color: #d11222;
    font-size: 22px;
    text-shadow: none;
    margin-bottom: 15px;
}


/* common css ends here */

.blogListing .designExploreAndApplyArea {
    margin-bottom: 30px;
}

.blogListing .designExploreAndApplyArea h2,
.blogListing .designExploreAndApplyArea h1 {
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

.blogListing .designExploreAndApplyArea p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
    color: #ffffff;
}

.designExploreAndApplyArea {
    position: relative;
    min-height: 460px;
    background-position: center !important;
    background-size: cover !important;
}

.blogListing .designExploreAndApplyArea {
    margin-bottom: 30px;
}

.designExploreAndApplyArea .content {
    position: absolute;
    width: 100%;
    padding: 40px;
    bottom: 0;
    z-index: 9;
}

.designExploreAndApplyArea .imgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
}

.exploreAndApplyBtnArea .btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #bb0f24;
    border-radius: 0;
    padding: 8px 20px 10px 20px;
    border: none;
    font-weight: 300;
    font-size: 18px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.exploreAndApplyBtnArea .btn:hover,
.exploreAndApplyBtnArea .btn:focus {
    color: #fff;
    background: #000000;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.blogDetail h4 {
    font-size: 22px;
    color: #333;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.blogDetail p {
    margin-bottom: 30px;
}


/* Vaibhav CSS */

.contactHeading {
    margin: 30px 0px;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.contact-info .heading {
    margin: 10px 0px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.optionHeading h5:before {
    position: absolute;
    content: '';
    width: 100px;
    border: 1px dashed white;
    bottom: 13px;
    left: 60px;
}

.optionHeading h5:after {
    position: absolute;
    content: '';
    width: 100px;
    border: 1px dashed white;
    bottom: 13px;
    right: 60px;
}

.desktopview{
		display:block
	}
.mobileView{
	display:none
}
/*.optionHeading {
    padding-left: 88px;
}*/ 
/*  success stories css */

.success-stories-tabber .nav-tabs>li a {
    background: #eee!important;
    -webkit-box-shadow: 0 3px 5px rgba(143, 153, 164, .5), inset 0 -30px #eee;
    -moz-box-shadow: 0 3px 5px rgba(143, 153, 164, .5), inset 0 -30px #eee;
    box-shadow: 0 3px 5px rgba(143, 153, 164, .5), inset 0 -30px #eee;
    border: solid 1px #eee;
}

.success-stories-tabber .nav-tabs>li>a h4 {
    padding: 15px;
    background: #fff;
    border: 1px solid #dfe3ed;
    border-radius: 5px;
    min-height: 75px;
    text-align: center;
}

.success-stories-tabber .nav-tabs>li>a {
    margin-right: 14px;
    padding: 5px;
    color: #000
}

.success-stories-tabber .nav-tabs>li {
    text-align: center
}

.success-stories-tabber .nav-tabs>li.active a {
    background: #d11222!important;
    -webkit-box-shadow: 0 3px 5px rgba(143, 153, 164, .5), inset 0 -30px #d11222;
    -moz-box-shadow: 0 3px 5px rgba(143, 153, 164, .5), inset 0 -30px #d11222;
    box-shadow: 0 3px 5px rgba(143, 153, 164, .5), inset 0 -30px #d11222;
    border: solid 1px #d11222;
}

.success-stories-tabber .nav-tabs>li.active h4 {
    padding: 15px;
    background: #fff;
    color: #d11222;
    /* border: 1px solid red; */
    border-radius: 5px;
    font-size: 20px
}

.success-stories-tabber .nav-tabs>li>a span.tab-arrow .fa {
    font-size: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
}


#Process{
	padding-bottom:7rem
}


.approach .productbox img  { 
  -webkit-transition: 0.7s ease-out;
  -moz-transition: 0.7s ease-out;
  transition: 0.7s ease-out;
} 
.approach .productbox:hover img{
  -webkit-transform: rotateZ(720deg);
  -moz-transform: rotateZ(720deg);
  transform: rotateZ(720deg);
}


.productimagewidth.Step2, .productimagewidth.Step3{
	padding:0 30px;
	position:relative
} 

	.process {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.process__item {
  -webkit-user-select: none;
     -moz-user-select: none;

      -ms-user-select: none;
          user-select: none;
  text-align: center;
  position: relative; 
    transition: 0.4s ease-in-out;
    transition: .7s;
    background: #ffffff;
    padding: 20px;
    margin: 0 15px;
    box-shadow: 10px 10px #c6cbd3;

}
.process__item:hover {
    background: #c91212!important;   
    background: #d5d5d5!important;   
    background: #c91212bf!important;   
	transition: .7s;
}

.process__item:hover .process__number { 
  color: #003c71;
  color:#fff;
  -webkit-text-stroke: 3px #fff;
  transition:.7s
}

.process__item:hover .process__title{
	color:#fff
}
.process__item:hover .process__subtitle {
	color:#fff
}
.process__number:before {
    display:none;
}
  
.process__number {
    font-size: 50px;
    -webkit-text-stroke: 1px #314c76;
    display: block;
    color: transparent;
    font-weight: 700;
    transition: 0.4s ease-in-out;
}
.process__title {
  display: block; 
  font-weight: 600;
  letter-spacing: 1.5px;
  font-size:24px;
  color: #314c76; 
  margin-top:0px;
  padding-top:20px
}
.process__subtitle {
    display: block;
    font-size: 16px;
    color: #314c76;
    margin-top: 0px;
    line-height: 1.5;
    font-weight: 600;
	margin-bottom:20px
}
 .carousel-control.left, .carousel-control.right{
	 background:none
 } 
 .sliderImg{
	height: 300px!important; width:300px!important; margin:0px auto!important; object-fit: cover;border-radius: 8px;
    border: 3px solid #fff; 
}





@media (min-width: 768px) {
  .process {
    display: inline-block;
  }
  .process__item {
    width: 49%;
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .process__item {
    width: 100%;
  }
  .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: #314c76;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.6;
    transform: translateY(-50%); 
	display:none
  }
}








@media only screen and (min-width: 1199px) {
    .newsBox .media-body {
        min-height: 360px;
        display: block;
        width: 100%;
    }
}


/* Normal desktop css starts */

@media only screen and (max-width: 1199px) {
    .cs-content-figure span {
        font-size: 28px;
    }
    .newsBox .media-body {
        min-height: 380px;
        display: block;
        width: 100%;
    }
    .controls .carousel-control.left,
    .controls .carousel-control.right {
        right: 5px;
    }
    .controls .carousel-control.left {
        right: 40px!important;
    }
    #homePageSlider {
        /*height: 640px;*/
    }
    .optionHeading h5:before {
        left: 25px;
    }
    .optionHeading h5:after {
        right: 25px;
    }
}


/* Normal desktop css ends */
.best-practices.nav.nav-tabs{
	justify-content:center;
	display:flex
}
.best-practices.nav.nav-tabs li a {
    padding: 10px;
    display: block;
    background: #314c76;
    display: block;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    vertical-align: middle;
    display: block;
    padding-top: 45px;
	text-decoration:none!important;
	    z-index: 9999;
    position: relative;
} 
.best-practices.nav.nav-tabs li a h6 {
    color: #fff;
    font-size: 22px; 
}
.best-practices.nav.nav-tabs li a h6 span{  
    font-size: 26px;
	display:block;
	margin-top:5px
}
.best-practices.nav.nav-tabs li {
    width: 30%;
    padding: 10px 5px 0;
    z-index: 99;
    position: relative;
    justify-content: center;
    margin: 0 auto;
}
.best-practices.nav.nav-tabs li a.active {
	background: #de404c; 
	color:#fff!important
}
.best-practices.nav.nav-tabs li a.active h6{ 
	color:#fff!important
}
.best-practices.nav.nav-tabs li a:hover {
	background: #de404c; 
	text-decoration:none!important
}
.best-practices.nav.nav-tabs li a:hover h6 {
	color:#fff!important
}

.best-practices.nav.nav-tabs li.Stage:after {
    content: '';
    height: 2px;
    width: 90%;
    position: absolute;
    right: -15px;
    top: 53%;
    background-color: #314c76;
    z-index: 0;
}

.submit{ 
		border: none;
		background: #c91212;
		padding: 12px 30px;
		color: #fff;
		font-weight: 600;
		margin-top: 3rem; 
	}
	.submit:hover{ 
		background:#000
	}
/* pay page css 03-04  */

.renew-subscription {
    font-size: 32px;
    margin-top: 30px;
}

.heading-txt b {
    font-size: 18px;
    font-weight: 500
}

.heading-txt .subscription-note {
    font-size: 20px;
    font-weight: 500;
    color: #d11222;
}

.renew-plan tbody tr td {
    font-size: 17px;
    padding: 8px 10px
}

.pay-btn {
    border: none;
    background: #337ab7;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0
}

.coupon-input {
    padding: 10px;
    margin-top: 15px;
    border-radius: 3px 0px 0px 3px;
    border: 1px solid #ccc;
}

.btn-submit {
    padding: 10px;
    border-radius: 0px;
    margin-top: -3px;
    border-radius: 0px 3px 3px 0px;
}

.renew-plan tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.renew-plan tbody tr:nth-child(even) {
    background-color: #fff;
}

.table {
    margin-bottom: 0
}

@media only screen and (max-width: 360px) {
    .renew-subscription {
        font-size: 28px;
        margin-top: 0px;
    }
    .coupon-input {
        padding: 10px 0PX;
    }
    ul.video-plugin li {
        font-size: 12px!important;
    }
    .mob-pd {
        padding: 0
    }
}

.btn-block {
    display: block;
    width: 100%;
    font-family: 'Bree Serif', serif;
    /* font-size: 13px; */
    padding: 8px;
}


	.homeBannerImg.Mobile{display:none}
/* tab css starts */

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 992px) {
    ul.nav.navbar-nav.navbar-right.bottomMenu .dropdown:hover ul.dropdown-menu.mega-menu {
        display: table;
        margin-top: 0;
    }
    .hidden-md {
        display: none;
    }
	
.D-Flex{display: flex;align-items: center;}
}

@media only screen and (max-width: 991px) {
    .contactList {
        margin-top: 0px;
    }
    .cs-content-figure span {
        font-size: 20px;
    }
    .newsBox .media-body {
        min-height: 520px;
    }
    .approach .productbox {
        min-height: 200px;
    }
    .Slider-page-overlay {
        background-color: transparent;
        height: 81px;
    }
    #homePageSlider {
        background: url(../images/admit-mba-banner-img.jpg);
        /* height: 740px; */
        background-size: cover !important;
    }
    .homeBannerImg {
        /* display: none;  */ 
		height: 100%;
		object-fit: cover;
    }	
    #homePageSlider {
        background-position: top left 25% !important;
    }
    /* break point for navbar collapse */
    /* navbar collapse starts */
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: -1px;
        border-width: 0 0 1px;
		
    padding: 10px 20px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .logoArea img {
        width: 100%;
    }
    .navbar .logoArea {
        padding-right: 5px;
        margin-right: 10px;
        width: 45%;
    }
    header {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: rgb(0, 0, 0);
        background-color: #fff;
        z-index: 99;
    }
    .navbar .logoText p {
        line-height: 20px;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: none;
        padding: 0;
    }
    .navbar-default .navbar-nav.bottomMenu li a:hover {
        border-bottom: none;
    }
    .navbar-default .navbar-nav.bottomMenu li.active a {
        border-bottom: none;
    }
    .navbar-default .navbar-nav.bottomMenu li a.readMore {
        border-bottom: 1px solid #f9c740;
    }
    .navbar-default .navbar-nav.bottomMenu li a {
        margin: 10px 0px 0px;
        font-size: 17px;
        padding-bottom: 5px;
        border-bottom: 3px;
    }
    .footerArea {
        text-align: center
    }
    .footer-logo {
        margin-bottom: 20px
    }
    .banner-info {
        top: 56%;
        width: 100%;
        left: 50%
    }
    .information h1 {
        color: #262525;
        font-size: 28px;
    }
    .information {
        margin-top: 100px;
    }
    .enquryForm {
        margin-top: 30px;
    }
    .event-type {
        min-height: auto;
    }
    .contactHeading {
        display: none;
    }
    .services {
        padding: 120px 15px 0px !important;
    }
}


/* mobile css starts */

@media only screen and (max-width: 768px) {
    .mobile-width {
        width: 100%;
    }
    .navbar-nav {
        margin-right: 0px;
    }
	.process__item{
	margin-bottom:3rem;
	z-index:9
}	 
}


/* mobile css starts */

@media only screen and (max-width: 767px) {
    .banner-info .consultation-btn {
        font-size: 15px;
    }
    .contactList {
        margin-top: 30px;
    }
    .cs-content-figure span {
        font-size: 30px;
    }
    .newsBox .media-body {
        min-height: 0px;
    }
    .admitTo {
        padding-left: 0px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
    }
    .navbar-nav {
        padding: 0 0px;
    }
    .banner-info h1 {
        font-size: 40px;
    }
    .banner-info h2 {
        font-size: 30px;
    }
    footer {
        text-align: center;
        padding-bottom: 15px
    }
    .powered-by {
        margin: 0
    }
    .FooterbottomMenu li a {
        margin: 9px;
    }
    .footerArea {
        margin: 40px 0 10px;
    }
    .AboutUs-section img {
        margin: 0px auto
    }
    .item.newsBox {
        margin-bottom: 20px;
    }
    .contactList div {
        border-bottom: 1px solid #ccc;
        padding: 15px 0px;
    }
    .contactList {
        padding: 0px;
    }
}

@media only screen and (max-width: 767px) {
    
	.FooterbottomMenu{
		text-align:center
	}
	.navbar-default .navbar-nav.bottomMenu li a{
		padding-left:30px
	}
	.homeBannerImg.desktop{display:none!important}
	.homeBannerImg.Mobile{display:block}
	
	.desktopview{
		display:none
	}
	.mobileView{
		display:block
	}

}
@media only screen and (max-width: 600px) {
    .productimagewidth {
        width: 100% !important;
    }
}

@media only screen and (max-width: 580px) {
    .FooterbottomMenu li {
        display: block;
    }
    .information h1 {
        color: #262525;
        font-size: 28px;
    }
     /*  #homePageSlider {
        height: 440px;
    }   */
	.homeBannerImg { 
    height: 100%;
    object-fit: cover;
    height: 400px;
}
    .banner-info {
        top: 60%;
    }
    .banner-info .consultation-btn {
        font-size: 11px;
        color: #ffffff;
        padding: 10px 9px;
        display: inline-block;
        border: 2px solid #ffffff;
        text-decoration: none;
        margin: 31px 0 0px;
        text-shadow: 1px 1px 10px #000;
    }
    .sch-btn {
        position: relative;
        left: -24px;
    }
}


/* medium mobile css ends */


/* small mobile css starts */

@media only screen and (max-width: 480px) {
    /* header section */
    .navbar-default .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        width: 65%;
    }
    .navbar .logoText {
        display: none;
    }
    .navbar .logoArea {
        padding-right: 0px;
        margin-right: 0px;
        width: 150px;
        border-right: none;
    }
    .cs-content-figure span {
        font-size: 30px;
    }
    #homePageSlider {
        background-position: top left 25% !important;
    }
    .banner-info {
        left: 50%;
    }
    ul.video-plugin li {
        margin-right: 15px !important;
    }
}


/* small mobile css ends */

@media only screen and (max-width: 412px) {
    .banner-info h1 {
        font-size: 30px;
    }
    .banner-info h2 {
        font-size: 22px;
    }
    .cs-content-stats li {
        font-size: 12px;
    }
    .cs-content-figure span {
        font-size: 30px;
    }
    #mixedSlider .MS-content {
        margin: 0
    }
    #mixedSlider .MS-content .item {
        padding: 0
    }
    .newsBox .media-body {
        padding: 30px 15px;
    }
    #mixedSlider .MS-controls .MS-left {
        background: #ccc;
        width: 38px;
    }
    #mixedSlider .MS-controls .MS-right {
        background: #ccc;
        width: 38px;
    }
    .MS-controls .fa-angle-left:before {
        font-size: 30px;
    }
    .MS-controls .fa-angle-right:before {
        font-size: 30px;
    }
    .circle-mobile-width {
        width: 100%!important
    }
    .navbar-default .navbar-brand {
        width: 50%;
    }
    .productimagewidth {
        width: 100%!important
    }
    .banner-info .consultation-btn {
        font-size: 16px;
        color: #ffffff;
        padding: 12px 9px;
        display: inline-block;
        border: 2px solid #ffffff;
        text-decoration: none;
        margin: 29px 0 0px;
        text-shadow: 1px 1px 10px #000;
    }
    .sch-btn {
        left: -4px;
    }
}


/* Yuvraj Css */

.about-homePage {
    padding-top: 52px;
    padding-bottom: 50px;
}


.about-homepage-pd {
    padding-left: 36px;
}
.about-homePage p , .AboutUs-section p{
	font-size: 20px;
    color: #314c76;
    line-height: 1.7;
    font-weight: 500;
}
.about-homePage p span, .AboutUs-section p span{ 
    color:#d9534f
}
.AboutUs-section p{
	font-size: 18px;
    color: #314c76;
    line-height: 1.7;
    font-weight: 500;
}
.AboutUs-section{
	margin-bottom:5rem
}
.AboutUs-section .AboutText{
	text-align:justify
}


/* school-selection-result-section */

.school-selection-result-section h2 {
    margin-bottom: 10px;
}

.resultPointers {
    margin-bottom: 10px;
    color: #333 !important;
    font-size: 16px;
}

.resultPointers span {
    background: #ccc;
    color: #000;
    padding: 4px 8px 5px 8px;
    display: inline-block;
    font-weight: 600;
    border-radius: 6px;
}

.noresult {
    background: #eee;
    text-align: center;
}

.dream {
    background: #d3e2ff;
}

.target {
    background: #ffefbc;
}

.safe {
    background: #b3ec8c;
}

.school-selection-result-section .table>tbody>tr>td,
.school-selection-result-section .table>tbody>tr>th,
.school-selection-result-section .table>tfoot>tr>td,
.school-selection-result-section .table>tfoot>tr>th,
.school-selection-result-section .table>thead>tr>td,
.school-selection-result-section .table>thead>tr>th {
    padding: 12px;
    font-size: 15px;
}

.school-selection-result-section .table-bordered>tbody>tr>td,
.school-selection-result-section .table-bordered>tbody>tr>th,
.school-selection-result-section .table-bordered>tfoot>tr>td,
.school-selection-result-section .table-bordered>tfoot>tr>th,
.school-selection-result-section .table-bordered>thead>tr>td,
.school-selection-result-section .table-bordered>thead>tr>th {
    border: 3px solid #fff;
}

.school-selection-section {
    background: #fff;
}

.contactDetail.school-selection-section h5 {
    color: #333;
}

.school-selection-section .contactLabel {
    color: #333 !important;
    padding-bottom: 7px !important margin-bottom: 0px;
    font-weight: 400;
}

.school-selection-section .resetbtn {
    border-color: #adadad;
}


/* Plugin CSS */

ul.video-plugin {
    margin-top: 120px;
    text-align: right;
}

ul.video-plugin li {
    margin-right: 35px;
}

ul.video-plugin li {
    font-size: 14px;
}

ul.video-plugin li img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
}

ul.video-plugin li a {
    border: 1px solid #ccc;
    padding: 5px 8px;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    color: #000000;
    font-size: 14px;
}

#player {
    height: inherit !important;
}

a.DownloadDoc {
    font-size: 14px;
    color: #000;
    border: 1px solid #ccc;
    padding: 10px 16px;
    border-radius: 4px;
    margin: 15px auto;
    display: inline-block;
    transition: .5s;
}

a.DownloadDoc:hover {
    background-color: #d9534f;
    border: 1px solid #d9534f;
    color: #ffffff;
}

a.DownloadDoc .fa {
    color: #ff0000;
    padding-right: 5px;
    transition: .5s;
}

a.DownloadDoc:hover .fa {
    color: #ffffff;
}
.gpa {
    font-size: 20px !important;
}