/*===========CSS Reset===========*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    margin: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    color: inherit;
}
 
sup {
    vertical-align: super;
    font-size: 10px;
    line-height: 10px;
}

b {
    font-weight: bold;
}

@font-face{
    font-family: 'Gotham-Book';
    src:url('../font/Gotham-Book/Gotham-Book.ttf') format('truetype'),
        url('../font/Gotham-Book/Gotham-Book.eot') format('eot'),
        url('../font/Gotham-Book/Gotham-Book.woff') format('woff'),
        url('../font/Gotham-Book/Gotham-Book.woff2') format('woff2'); 
       /* font-weight: normal;
        font-style: normal;*/
}

@font-face{
    font-family: 'Gotham-Bold';
    src:url('../font/Gotham-Bold/Gotham-Bold.ttf') format('truetype'),
        url('../font/Gotham-Bold/Gotham-Bold.eot') format('eot'),
        url('../font/Gotham-Bold/Gotham-Bold.woff') format('woff'),
        url('../font/Gotham-Bold/Gotham-Bold.woff2') format('woff2'); 
}
@font-face{
    font-family: 'Gotham-Light';
    src:url('../font/Gotham-Light/Gotham-Light.ttf') format('truetype'),
        url('../font/Gotham-Light/Gotham-Light.eot') format('eot'),
        url('../font/Gotham-Light/Gotham-Light.woff') format('woff'),
        url('../font/Gotham-Light/Gotham-Light.woff2') format('woff2'); 
}
@font-face{
    font-family: 'Gotham-Black';
    src:url('../font/Gotham-Black/Gotham-Black.ttf') format('truetype'),
        url('../font/Gotham-Black/Gotham-Black.eot') format('eot'),
        url('../font/Gotham-Black/Gotham-Black.woff') format('woff'),
        url('../font/Gotham-Black/Gotham-Black.woff2') format('woff2'); 
}
@font-face{
    font-family: 'netto-light';
    src:url('../font/netto/netto_ot_light.ttf') format('truetype'),
        url('../font/netto/netto_ot_light.eot') format('eot'),
        url('../font/netto/netto_ot_light.woff') format('woff'),
        url('../font/netto/netto_ot_light.woff2') format('woff2'); 
}
@font-face{
    font-family: 'dejavusans_extralight';
    src:url('../font/dejavu/DejaVuSansLight/dejavu_sans_light.ttf') format('truetype'),
        url('../font/dejavu/DejaVuSansLight/dejavu_sans_light.eot') format('eot'),
        url('../font/dejavu/DejaVuSansLight/dejavu_sans_light.woff') format('woff'),
        url('../font/dejavu/DejaVuSansLight/dejavu_sans_light.woff2') format('woff2'); 
}
@font-face{
    font-family: 'impact';
    src:url('../font/impact/impact.ttf') format('truetype'),
        url('../font/impact/impact.eot') format('eot'),
        url('../font/impact/impact.woff') format('woff'),
        url('../font/impact/impact.woff2') format('woff2'); 
}

/*===========Defaults Strats===========*/
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
body {
    font-family: 'Raleway', sans-serif;
    /*background-color: #f3f3f3;*/
    background-color: #f0f0f0;
}

/*banner 3 LOGOS Starts*/
main {
    margin-bottom: 80px;
}
main .logo-wrp .title-block .banner-text {
    font-size: 10px;
    text-transform: uppercase;
    padding: 0;
    color: #fff;
    padding: 10px 0;
}
main .banner-content-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 750px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10%;
    width: 100%;
}
main .banner-content-logo .banner-title{
    text-align: center;
    width: 100%;
}
main .banner-content-logo .banner-title > h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    padding-bottom: 20px;
    font-weight: bold;
    margin-top:0px;
}
main .banner-content-logo > .logo-wrp {
    text-align: center;
    max-width: 180px;
    width: 180px;
    padding: 0 10px;
}
/*banner 3 LOGOS Ends*/

.container {
    max-width: 1170px;
    /*width: 100%;*/
    padding: 0 15px;
    margin: 0 auto;
}
.content {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #424141;
}
.under-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #424141;
}
#st-el-13 .st-btns {
    overflow: auto !important;
}
#st-el-13 .st-logo {
    display: none;
}
/*===========Defaults Ends===========*/


/*===========Header Starts===========*/
header {
    background-color: #f3f3f3;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
nav > .logo {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
}
nav > .pri-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0px;
}
nav > .pri-menu ul li {
    padding: 0 5px;
}
nav > .pri-menu ul li:last-child {
    padding-right: 0px;
}
nav > .pri-menu ul li > a {
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 600;
    color: #1a1a1a;
    padding: 5px 5px;
}
nav > .pri-menu ul li > a:hover,
nav > .pri-menu ul li.active > a {
    background-color: #2f2f2f;
    color: #fffefe;
    border-radius: 4px;
}

.scrollTop.active {
    opacity: 1;
    visibility: visible;
}
.scrollTop {
    position: fixed;
    right: 25px;
    bottom: 80px;
    font-size: 40px;
    background-color: rgba(0,0,0,0.8);
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
}
.scrollTop i {
    vertical-align: super;
}
/*===========Header Ends===========*/

/*===========Main Starts===========*/

/*Home Slider Starts*/
main {
    margin-top: 40px;
}
main .home-slider {
    position: relative;
}
main .home-slider .bxslider > li .container {
    position: relative;
    height: 100%;
}
main .home-slider .bx-viewport,
main .home-slider .bxslider > li
{
    height: 600px !important;
}
main .home-slider .bxslider > li {
    background-size: cover;
}
main .home-slider .bxslider > li .banner-content{
    display: block;
    position: absolute;
    /*top: 30%;*/
    top: 20%;
    color: #fff;
    left: 15px;
}
main .home-slider .bxslider > li .banner-content h1,
main .home-slider .bxslider > li .banner-content h2,
main .home-slider .bxslider > li .banner-content p{
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px;
}
main .home-slider .bxslider > li .banner-content h1{
    font-size: 57px;
    font-family: 'Gotham-Black',sans-serif;
    font-weight: 800;
    line-height: 67px;
}
main .home-slider .bxslider > li .banner-content h2{
    font-size: 47px;
    font-family: 'Gotham-Black',sans-serif;
    font-weight: 800;
    line-height: 57px;
}
main .home-slider .bxslider > li .banner-content p{
    font-size: 43px;
    font-family: 'Gotham-Book',sans-serif;
    line-height: 50px;
    padding-left: 70px;
}
.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    bottom: 10px;
}
main .home-slider > .bx-wrapper {
    position: relative;
    border: 0;
    margin-bottom: 0;
}
/*thankyou banner Starts*/
.banner-content-thanks {
    top: 20%;
    position: absolute;
    max-width: 350px;
}
.banner-content-thanks .head-text > h1 {
    font-weight: bold;
    color: #48a9da;
    font-size: 60px;
}
.banner-content-thanks .head-text > h1 > span {
    color: #000;
}
.banner-content-thanks .head-text {
    margin-bottom: 20px;
}
.banner-content-thanks .para-text p {
    margin-bottom: 30px;
    line-height: 22px;
}
section.thanks-cont .bx-controls {
    display: none;
}
/*thankyou banner Ends*/

/*=== Banner Form */
.getInbtn {
    position: fixed;
    top: 50%;
    right: -40px;
    background-color: #42a8dc;
    color: #ffffff;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    padding: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 99;
    display: none;
    font-size: 15px;
}
.close-form {
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 10px;    
    display: none;

}
.form-wrapper {
    position: absolute;
    height: 90%;
    top: 0;
/*    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
    left: 50%;
    margin-left: -570px;*/
    right: 10%;
}
.inner-page-form {
    position: absolute;
    height: 90%;
    top: 0;
    width: 100%;
    /*margin: 0 auto;*/
    max-width: 1140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: 10%;
}
.form-container{
    position: absolute;
    top: 15px;
    right: 0;
    width: 356px;
    padding: 10px 15px;
    background-color: rgba(37, 32, 23, 0.71);
}
.form-container .title{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 10px;
    font-weight: 600;
}
.form-container .agree{
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: 600;
}
.form-container .agree a{
    color: #fff;
}
.form-container .form-group{
    margin: 10px 0;
}
.form-container .form-group input,
.form-container .form-group select{
    font-size: 14px;
    font-family: 'Gotham-Book',sans-serif;
    color: #909090;
    padding: 14px 20px;
    border: none;
    outline: none;
    width: 100%;
    border-radius: 3px;
    border: 1px solid transparent;
    background: #ffffff;
}
.form-container .form-group input.error,
.form-container .form-group select.error {
    border: 1px solid red;
}
/* .form-container .form-group select{
    padding: 9px 10px;
} */
.form-container .form-group.country-age{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.form-container .form-group.country-age input{
    width: calc(100% - 130px);
}
.form-container .form-group select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    position: relative;
}
.form-container .form-group .apprience {
    position: relative;
}
.form-container .form-group .apprience:after {
    content: '';
    display: inline-block;
    color: #191c21;
    right: 10px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    border-style: solid;
    border-color: #191c21 transparent transparent transparent;
    margin-top: -3px;
}
.form-container .form-group #dob {
    width: 120px;
}
.form-container .form-group #dob:after {
    content: '';
    display: inline-block;
    color: #191c21;
    right: 10px;
    top: 50%;
    position: absolute;
    pointer-events: none;
    border-width: 6px;
    border-style: solid;
    border-color: #191c21 transparent transparent transparent;
    margin-top: -3px;
}
.form-container .form-group.country-age select{
    width: 90px;    
}
.form-container .form-group.study select{
    width: 100%;    
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Gotham-Book',sans-serif;;
    font-size: 14px;
    color: #909090;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Gotham-Book',sans-serif;
    font-size: 14px;
    color: #909090;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: 'Gotham-Book',sans-serif;
    font-size: 14px;
    color: #909090;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: 'Gotham-Book',sans-serif;
    font-size: 14px;
    color: #909090;
}
input[type="submit"]{
    border: 0;
    font-family: 'Gotham-Book',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #de3171;
    color: #fff;
    padding: 7px 20px;
    font-size: 18px;
    cursor: pointer;
    -webkit-appearance: none; 
    -webkit-border-radius: 0; 
}
/*Home Slider Ends*/

/*Secondary Menu Starts*/
.headMenu {
    display: none;
}
.secondary-menu {
    background-color: #42a8dc;
    padding: 26px 0 0;
}
.secondary-menu-height {
    height: 80px;
    width: 100%;
    display: none;
}
.secondary-menu.sticky {
    position: fixed;
    width: 100%;
    top: 40px;
    z-index: 999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 16px 0 0;
    -webkit-box-shadow: 1px 4px 10px rgba(140, 132, 132, 0.68);
            box-shadow: 1px 4px 10px rgba(140, 132, 132, 0.68);
}
.secondary-menu .inside-menu {
    text-align: right;
    position: relative;
}
.secondary-menu .inside-menu > ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /*max-width: 945px;*/
    /*width: 100%;*/
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
}
.secondary-menu .inside-menu > ul li {
    /*padding: 5px 12px;*/
    /*position: relative;*/
    padding:5px 6px 26px;
}
.secondary-menu.sticky .inside-menu > ul li {
    padding: 5px 6px 21px;
}
.secondary-menu.sticky .inside-menu > ul li:last-child {
    padding-bottom: 17px;
}
.secondary-menu .inside-menu > ul li:last-child {
    padding: 0;
    /*margin-left: 30px;*/
    padding-bottom: 21px;
}
.secondary-menu .inside-menu > ul li:last-child label {
    position: relative;
}
.secondary-menu .inside-menu > ul li:last-child label > i {
    position: absolute;
    top: 0;
    right: 7px;
    color: #a5a5a5;
    background-color: #fff;
}
.search-box {
    border-radius: 5px;
    border: 1px solid #767676;
    padding: 12px;
    display: none;
    position: absolute;
    right: 0;
    top: 41px;
    width: 290px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.secondary-menu.sticky .search-box {
    top: 37px;
}
.search-box.active {
    display: block;
}
.secondary-menu .inside-menu > ul li > a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 7px;
    border-radius: 4px;
    cursor: pointer;
}
.secondary-menu .inside-menu > ul li.menu:hover > a,
.secondary-menu .inside-menu ul.sub-menu li:hover  > a,
.secondary-menu .inside-menu ul li.menu.active > a,
li.active.headMenu > a {
    background-color: #f4f4f4;
    color: #424242;
}
.secondary-menu .inside-menu > ul li.search_hover:hover {
    background-color: transparent;
}
/* .secondary-menu .inside-menu > ul li:hover > a {
    color: #424242;
} */
.secondary-menu .inside-menu > ul li label {
    position: relative;
}
.secondary-menu .inside-menu > ul li label img.search-btn {
    cursor: pointer;
}
.secondary-menu .inside-menu > ul li .sub-menu {
    position: absolute;
    width: 300px;
    padding: 2px 10px;
    text-align: left;
    background: #ffffff;
    top: 49px;
    left: 0;
    display: none;
    width: 1170px;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #e4e4e4;
    border-top: 0;
}
.secondary-menu.sticky .inside-menu > ul li .sub-menu {
    top: 44px
}
.secondary-menu .inside-menu > ul li.menu:hover .sub-menu {
    display: inline-block;
}
.secondary-menu .inside-menu > ul li .sub-menu li:last-child {
    margin-left: 0px;
    padding: 5px 6px;
}
.sub-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 990px;
    margin: 0 auto;
}
.sub-menu ul .sub-menu-block {
    max-width: 210px;
    width: 100%;
    text-align: center;
}
.sub-menu ul .sub-menu-block img {
    width: 100%;
    opacity: 0.6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sub-menu ul .sub-menu-block:hover img {
    opacity: 1;
}
.sub-menu ul .sub-menu-block h1 {
    font-size: 15px;
    color: #292828;
    font-weight: 500;
}
.secondary-menu .inside-menu > ul li .sub-menu ul li {
    cursor: pointer;
    padding: 0px;
}
/*Secondary Menu Ends*/

/*Content section Starts*/
main.home section.wel-content {
    padding: 35px 15px;
}
main.home section.wel-content > .invite-content {
    text-align: center;
    margin-top: 35px;
}
main.home section.wel-content > .invite-content h2{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    line-height: 25px;
    color: #424141;
}
/*Content section Ends*/

/*Study Programme Starts*/
main.home section.study-prog {
    background: url('../img/study-prog.jpg') no-repeat top center;
    background-size: cover;
    height: 465px;
}
main.home section.study-prog .container {
    height: 100%;
    position: relative;
}
main.home section.study-prog .study-skew {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(234, 234, 232, 0.85);
    height: 100%;
    -webkit-transform: skew(-28deg);
            transform: skew(-28deg);
    position: absolute;
    right: 140px;
    padding: 0 60px;
}
main.home section.study-prog .study-skew > h2,
main.home section.study-prog .study-skew > ul {
    -webkit-transform: skew(28deg);
            transform: skew(28deg);
}
main.home section.study-prog .study-skew > h2 {
    text-align: right;
    text-transform: uppercase;
    font-size: 45px;
    color: #1a89c2;
    font-weight: 900;
    padding-top: 30px;
    margin: 30px 30px 15px 0;
}
main.home section.study-prog .study-skew > h2 span:first-child {
    margin-right: -17px;
}
main.home section.study-prog .study-skew > ul {
    padding: 0;
    text-align: right;
}
main.home section.study-prog .study-skew > ul li {
    font-weight: bold;
    font-size: 23px;
    color: #767676;
    line-height: 55px;
    position: relative;
}
main.home section.study-prog .study-skew > ul li:nth-child(1) {
    right: -30px;
}
main.home section.study-prog .study-skew > ul li:nth-child(2) {
    right: 0;
}
main.home section.study-prog .study-skew > ul li:nth-child(3) {
    right: 20px;
}
main.home section.study-prog .study-skew > ul li:nth-child(4) {
    right: 50px;
}
/*Study Programme Ends*/

/*Services Section Starts*/
section.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 55px 15px 35px;
}
section.services > .services-wrp {
    background-color: #fff;
    max-width: 276px;
}
section.services > .services-wrp img {
    width: 100%;
}
section.services > .services-wrp > .content-block {
    text-align: center;
    /*padding-top: 20px;*/
}
section.services > .services-wrp > .content-block ul {
    list-style: disc;
    padding: 0;
    display: inline-block;
    text-align: left;
    margin-top: 0px;
}
section.services > .services-wrp > .content-block ul li {
    font-size: 14px;
    line-height: 22px;
    color: #292828;
    font-weight: 500;
}
section.services > .services-wrp > .content-block ul li:last-child {
    margin: 10px 0;
    list-style: none;
}
section.services > .services-wrp > .content-block ul li:last-child > a,
.india-experience section.services:last-child a {
    text-transform: capitalize;
    color: #424141;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #424141;
}
section.services > .services-wrp > .content-block > p {
    text-align: center;
}
section.services > .services-wrp > .content-block > p::after {
    content: '';
    display: block;
    height: 1px;
    width: 100px;
    background-color: #424141;
    margin: 5px auto;
}
section.services > .services-wrp:last-child > .content-block > p::after {
    width: 70px;
}

section.cultural .cultural-fest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
section.cultural .cultural-fest > .gif-holder {
    width: 50%;
}
section.cultural .cultural-fest > .gif-holder > img {
    width: 100%;
}
section.cultural .cultural-fest > .description {
    width: 48%;
}
section.cultural .cultural-fest > .description > .cult-head > h3 {
    font-size: 28px;
    color: #e45353;
    font-weight: bold;
}
section.cultural .cultural-fest > .description > .cult-para {
    margin: 25px 0;
}
/*Services Section Ends*/

/*Advert Section Starts*/
main.home > section.advert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
main.home > section.advert a.assistance-anchor {
    max-width: 750px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
main.home > section.advert a.visa-anchor {
    display: inline-block;
    max-width: 360px;
    width: 100%;
    overflow: hidden;
}
main.home > section.advert .assistance,
main.home > section.advert .visa {
    background: url('../img/MBAindia-contest.png') no-repeat top center;
    background-size: cover;
    height: 190px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
main.home > section.advert .assistance {
    background-size: 100% !important;
}
main.home > section.advert .assistance:hover, 
main.home > section.advert .visa:hover {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    overflow: hidden;
}
main.home > section.advert .visa {
    background: url('../img/mba@india_6Aug.png') no-repeat top center;
}
/*main.home > section.advert .assistance > p {
    color: #fff;
    font-weight: 500;
    font-size: 35px;
    position: absolute;
    right: 60px;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}*/
main.home > section.advert .assistance  p {
    color: #fff;
    font-weight: 500;
    font-size: 28px;
    padding: 3px 7px;
    text-transform: capitalize;
    background-color: #F23C2F;
    font-weight: bold;
    margin-bottom: 5px;
}
main.home > section.advert .assistance  p:last-child {
    display: inline-block;
}
main.home > section.advert .assistance .assit-text {
    position: absolute;
    right: 40px;
    margin: 0;
    top: 20px;
}
main.home > section.advert .visa > p {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    margin: 0;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
/*Advert Section Ends*/
/*===========Main Ends===========*/

/*===========Footer Starts===========*/
footer {
    background-color: #494949;
    /* margin-top: 80px; */
    padding: 20px 0;
}
footer .foo-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .foo-menu .foo-nav {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-bottom: 0px;
    /*padding-left: 30px;*/
    width: 70%;
    font-family: Arial;
}
footer > .foo-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
           justify-content: flex-start;
    padding: 0;
}
footer > .foo-menu ul > li {
    padding-right: 10px;
}
footer > .foo-menu ul > li:last-child {
    padding-left: 10px;
    border-bottom: 0px;
}
footer > .foo-menu > .logo {
    display: none;
}
footer > .foo-menu ul li > a {
    color: #f8f8f8;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 11px;
    color: #acacac;
    font-weight: bold;
}
footer > .foo-menu ul span {
    color: #acacac;
}
footer > .foo-menu ul li > a:hover {
    text-decoration: underline;
}
footer > .foo-menu p {
    color: #f8f8f8;
    margin: 5px 0;
    font-size: 11px;
}
/*===========Footer Ends===========*/






/* =========== inner-page Start =========== */
.orange {
    color: #fc7735;
}
.green {
    color: #1fc782;
}
.sky {
    color: #0dcde4;
}
.blue {
    color: #3e71e7;
}
.light-sky {
    color: #68bfd8;
}
.yellow {
    color: #ebb239;
}
.inner-page {
    margin-top: 100px;
    min-height: 70vh;
}
.inner-page-form .form-container,
.inner-page .right-container {
    width: 260px;
}
.inner-page-form .form-container .form-group input, 
.inner-page-form .form-container .form-group select {
    font-size: 12px;
    padding: 16px 10px;
}
.inner-page-form .form-container .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
}
.inner-page-form .form-container .form-group input::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
}
.inner-page-form .form-container .form-group input:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
}
.inner-page-form .form-container .form-group input:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
}
.inner-page-form .form-container .agree {
    font-weight: normal;
}
.inner-page .inner-page-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 28px;
}
.inner-page .left-container {
    width: calc(95% - 260px);
}
.breadcrum {
    font-size: 12px;
    color: #222222; 
    margin-bottom: 48px;
    font-weight: 600;
}
.breadcrum a {
    text-decoration: none;
}
.breadcrum span {
    padding: 0 5px;
}
.inner-page h1.title {
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 35px;
}
.inner-page h1.title.low-size {
    font-size: 23px;
}
/* =========== inner-page End =========== */


/* =========== SII_B_Schools Start =========== */
.inner-banner {
    height: 260px;
}
section.school-container .school-logos {
    margin-left: -5px;
    margin-top: 60px;
}
section.school-container .school-logos a {
    text-decoration: none;
}
section.school-container .school-logos img {
    width: 100%;
}
section.school-container .school-logos .school-block {
    max-width: 260px;
    width: 100%;
    display: inline-block;
    margin: 10px 5px;
    text-align: center;
    vertical-align: top;
}
section.school-container .school-name {
    font-size: 14px;
    color: #676868;
    width: 170px;
    margin: 10px auto;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 18px;
}
/* =========== SII_B_Schools End =========== */



/* =========== Individual B-School Start =========== */
div.content {
    margin-bottom: 25px;
}
div.content table,
div.content tr,
div.content td {
    border: 1px solid #d1d1d1;
    border-collapse: collapse;
    padding: 10px;
    margin: 15px 0;
    font-weight: 500;
}
div.content thead td {
    font-weight: 700;
} 
div.content.source {
    font-size: 12px;
}
div.content.source a,
.source a {
    color: #1785d9;
    word-break: break-all;
}
.content a {
    word-break: break-all;
}
ul.content {
    padding-left: 15px;
    list-style: disc;
    margin: 0px;
}
ul.content ul {
    list-style: circle;
    padding-left: 15px;
}
h3.detail-title {
    font-size: 16px;
    font-weight: bold;
    color: #d03375;
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    line-height: 20px;
}
h3.detail-title::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 96px;
    height: 1px;
    background: #d03375;
    /* bottom: -3px; */
    /* right: -56px; */
	left:0px;
	top:20px;
}

/* Accordion Start*/
.accordion_row {
    position: relative;
}
.accordion_row .acord_title.closed:before {
    content: '';
    width: 9px;
    height: 2px;
    background-color: #737373;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
}
.accordion_row .acord_title.closed:after {
    content: '';
    width: 9px;
    height: 2px;
    background-color: #737373;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    position: absolute;
}
.accordion_row .acord_title.closed:before, 
.accordion_row .acord_title.closed:after {
    top: 50%;
    left: 20px;
    margin-top: -1px;
}
.accordion_row .acord_title.opened:before {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion_row .acord_title.opened:after {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.accordion_row .acord_title {
    font-size: 14px;
    color: #292929;
    padding: 12px 10px 12px 40px;
    cursor: pointer;
    position: relative;
    line-height: 18px;
}
.accordion_row:nth-child(odd) .acord_title {
    background: #e6e4b6;
}
.accordion_row:nth-child(even) .acord_title {
    background: #8ecbe1;
    color: #ffffff;
}
.accordion_row:nth-child(even) .acord_title:after,
.accordion_row:nth-child(even) .acord_title:before {
    background: #ffffff;
}
.accordion_row .accord-slideShow p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.accordion_row .accord-slideShow ul.content {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}
.accordion_row .accord-slideShow p img {
    width: 100%;
}
.accordion_row .accord-slideShow a {
    color: #1785d9;
    word-break: break-all;
    /* text-decoration: none;
    border-bottom: 1px solid #0b8eea;
    padding-bottom: 1px; */
}
.accordion_row .accord-slideShow {
    display: none;
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
}
/* .accordion_row .acord_title.opened + .accord-slideShow {
    display: block;
} */
/* Accordion End */

/* RHS Start*/
.right-banner {
    padding: 0px 0 10px;
   /* border-bottom: 1px solid #d1d1d1;*/
}
.right-banner .banner {
    text-align: center;
    padding: 10px;
    background-color: #ebd4e0;
    margin-bottom: 25px;
}
.right-banner .banner .banner-image-hide {
    height: 170px;
    overflow: hidden;
}
.right-banner .banner img {
    width: 100%;
}
.right-banner .banner h1.banner-name {
    font-size: 14px;
    color: #282828;
    font-weight: 500;
    margin: 8px 0;
}

/* horizontal-slider start */ 
.horizontal-slider {
    margin: 25px 0;
}
.horizontal-slider .bx-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    background: transparent;
    margin-bottom: 0px;
} 
/* .horizontal-slider .bx-wrapper .bx-viewport {
    height: auto !important;
} */
.students-feed .content {
    font-size: 12px;
}
.students-feed .student-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
}
.students-feed .student-info .students-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    margin-right: 15px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
}
.students-feed .student-info h1 {
    font-size: 12px;
    margin: 0;
    font-weight: 600;
    line-height: 16px;
}
.horizontal-slider .bx-wrapper .bx-pager {
    display: none;
}
.horizontal-slider .bx-wrapper .bx-controls-direction a {
    bottom: -30px;
    top: auto;
    width: 22px;
    height: 22px;
}
.horizontal-slider .bx-wrapper .bx-prev {
    background: url(../../assets/img/bschools/leftArrow.png) no-repeat center center;
    left: 105px;
}
.horizontal-slider .bx-wrapper .bx-next {
    background: url(../../assets/img/bschools/rightArrow.png) no-repeat center center;
    right: 105px;
}
.horizontal-slider .bx-wrapper .bx-controls-direction a {
    z-index: 99;
}
.note {
    margin-top: 20px;
}
.note > p {
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
}
.note > p > span {
    font-size: 17px;
}
.banner-content-logo .note {
    margin-top: 0;
    width: 100%;
    text-align: center;
}
.banner-content-logo .note > p {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
/* horizontal-slider end */ 

.right-social-wrap {
    margin: 55px 0;
    padding-top: 5px;
   /* border-top: 1px solid #d1d1d1;*/
}
.right-social-wrap h3 {
    font-size: 18px;
    font-weight: 600;
    color: #5e5e5e;
    margin: 10px 0 15px;
}
.right-social-wrap .social-icon img {
    margin-right: 10px;
}
/* RHS End */
/* =========== Individual B-School End =========== */


/* =========== India-Experience Start =========== */
.india-experience section.services {
    padding: 25px 15px 15px;
}
.india-experience section.services:last-child .services-wrp .content-block {
    text-align: left;
}
.india-experience section.services:last-child .services-wrp {
    background: transparent;
} 
.india-experience section.services:last-child .services-wrp .content {
    text-align: left;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 16px;
}

/* IndianEconomy Page Start */
.india-experience .content.gdp-img {
    text-align: center;
}
.india-experience .content img {
    width: 100%;
}
.india-experience .content .detail-title {
    color: #424141;
    text-transform: inherit;
}
.india-experience .content .detail-title::after {
    display: none;
}
/* IndianEconomy Page Start */
/* =========== India-Experience End =========== */


/* =========== ManagementJourney Start =========== */
.ManagementJourney .finance-study {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.ManagementJourney .finance-study .finance {
    max-width: 130px;
    width: 100%;
    text-align: center;
}
.ManagementJourney .finance-study .finance img {
    width: 100%;
}
.ManagementJourney .finance-study .finance .finance-text{
    font-weight: 600;
    margin: 0px;
}
/* =========== ManagementJourney End =========== */


/*Mobile Menu Starts*/
.burger-menu  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: none;
}
.burger-menu > label {
    padding: 0 10px;
}
.burger-menu > a {
    display: inline-block;
    padding: 10px;
    line-height: 0;
}
.burger-menu > a > span {
    position: relative;
    width: 25px;
    height: 3px;
    background: #fff;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    border-radius: 4px;
    display: inline-block;
}
.burger-menu > a > span::before,
.burger-menu > a > span::after {
    position: absolute;
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background: #fff;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    border-radius: 4px;
}
.burger-menu > a > span::before {
    top: 7px;
}
.burger-menu > a > span::after {
    bottom: 7px;
}
.burger-menu > a > span.open {
    background-color: transparent;
}
.burger-menu > a > span.open::before{
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    top: 0;
}
.burger-menu > a > span.open::after{
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    top: 0;
}
.burger-menu > label > i {
    font-size: 20px;
    color: #fff;
}
/*Mobile Menu Ends*/

/* =========== Visa Start =========== */
.right-container .form-container {
    position: static;
    background-color: transparent;
    width: 100%;
    padding: 0px;
    margin-top: 50px;
}
.right-container .form-container > .head-text > h2 {
    color: #484747;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22px;
}
.right-container .form-container select {
    background-color: #e7e7e7;
    color: #000000;
    font-size: 16px;
}
.right-container .country-block .country-info {
    margin-top: 60px;
}
.right-container .country-block h1 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #b6b6b6;
    color: #484747;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.right-container .country-block p {
    font-size: 14px;
    font-weight: 500;
    color: #484747;
    margin-bottom: 10px;
    line-height: 18px;
    font-family: arial;
}
.destination-link {
    margin: 45px 0 0px;
}
.destination-link a {
    background-color: #a6a6a6;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 8px;
}
/* =========== Visa End =========== */


/* =========== Search End =========== */
.search-result .search-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 30px;
}
.search-result .search-block:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}
.search-result .search-img {
    width: 180px;
    height: 140px;
    background-size: cover !important;
    margin-right: 20px;
}
.search-result .search-content {
    width: calc(100% - 200px);
}
.search-result .search-title {
    font-size: 26px;
    font-weight: 600;
    color: #3d3d3d;
}
.search-result .search-content p {
    font-size: 14px;
    color: #757474;
    font-weight: 600;
    margin-top: 15px;
    line-height: 20px;
}
/* =========== Search End =========== */

/* =========== Privacy Start =========== */
.inner-page .privacy .left-container {
    width: 100%;
}
/* =========== Privacy End =========== */

/* =========== Privacy Start =========== */
.info-grap {
    margin-top: 60px;
}
.info-grap .info-sec {
    /* display: flex;
    justify-content: flex-start; */
    margin-bottom: 25px;
    /* align-items: center; */
}
.info-grap .info-sec-img {
    width: 47px;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
}
.info-grap .info-sec-img img {
    width: 100%;

}
.info-grap .info-text {
    display: inline-block;
    width: calc(100% - 117px);
}
.info-grap .info-text h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.pale-pink {
    color: #cc7b7b;
}
.pale-yellow {
    color: #c4b46f;
}
.pale-blue {
    color: #7bb8dd;
}
.info-grap .info-text h4 {
    font-size: 15px;
    font-weight: 500;
}
/* =========== Privacy End =========== */

.getInTouch-band {
    background: #de3171;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}
.anch-getInTouch {
    text-decoration: none;
}


/*________Contest Banner Page Starts_________*/


main .home-slider .bxslider > li .banner-content > .contest-head {
    font-size: 66px;
    /*font-family: 'netto-light';*/
    font-family: 'Gotham-Book',sans-serif;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}
main .home-slider .bxslider > li .banner-content > .contest-para {
    font-family: 'dejavusans_extralight';
    font-size: 19px;
    color: #000;
    line-height: 20px;
    padding: 20px 0;
    font-weight: bold;
    line-height: 25px;
}
main .home-slider .bxslider > li .contest-wrp {
    width: 360px;
    left: 32%;
}
main .home-slider .bxslider > li .contest-wrp .click-btn a {
    padding: 10px 20px;
    background-color: #de3171;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-family: 'impact';
    display: inline-block;
    cursor: pointer;
    border: 2px solid #fff;
    font-family: 'Gotham-Bold',sans-serif;
}
main .home-slider .bxslider .contest-bg {
    background-position: top right !important;
}

/*free-webinar_banner*/
main .home-slider .bxslider > .free-webinar .banner-content {
    top: 20%;
}
main .home-slider .bxslider > .free-webinar .contet-head h1 {
    font-size: 56px;
    font-weight: 700;
}
main .home-slider .bxslider > .free-webinar .contet-head h2 {
    font-size: 44px;
    font-weight: 700;
}
main .home-slider .bxslider > .free-webinar .contet-head h3 {
    font-size: 36px;
    font-weight: 400;
}
main .home-slider .bxslider > .free-webinar .contet-date {
    margin: 30px 0;
}
main .home-slider .bxslider > .free-webinar .contet-date h1 {
    font-size: 74px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
main .home-slider .bxslider > .free-webinar .contet-date h2 {
    font-size: 32px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
main .home-slider .bxslider > .free-webinar .click-btn a {
    background: #ff6600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#cc6600));
    background-image: linear-gradient(to bottom, #ff6600, #cc6600);
    border-radius: 6px;
    /*font-family: Arial;*/
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    font-size: 30px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    border: 0px;
    cursor: pointer;
}

/*free-webinar_banner*/
/*________Contest Banner Page Ends_________*/


/*************pop-up**********/



.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-color: rgb(0,0,0) !important; */
    background-color: rgba(0, 0, 0, 0.66);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    max-width: 40%;
    width: 100%;
    line-height: 2;
}

/* The Close Button */
.close {
background: #42a8dc;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 30px;
    width: 150px;
    border-radius: 29px;
    color: white !important;
    line-height: 5;
}

.close:hover,
.close:focus {
    color: white !important;
    text-decoration: none;
    cursor: pointer;
    background: red;
}


@media screen and (max-width: 767px) {
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    max-width: 80%;
    width: 100%;
    line-height: 2;
}

}


main.contest-page .fill-block .form-btn input[type="button"] {
    border: 0;
    font-family: 'Gotham-bold',sans-serif;
    text-transform: uppercase;
    background-color: #ff6a00;
    color: #fff;
    padding: 7px 20px;
    font-size: 24px;
    cursor: pointer;
    -webkit-appearance: none;
    background: #ff6600;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff6600), to(#cc6600));
    background-image: linear-gradient(to bottom, #ff6600, #cc6600);
    border-radius: 6px;
}
.icon-remove-red-eye {
    background: url(../img/baseline-remove_red_eye-24px.svg) no-repeat;
    width: 36px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    margin-top: 0 !important;
}
.has-float-label input.form-control, .has-float-label select.form-control {
    font-size: 15px !important;
    /* padding-top: 1em; */
    margin-bottom: 2px;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 10px 4px !important;
}