
@font-face {
    font-family: Proxima_bold;
    src: url(../fonts/proxima_ssv/Proxima\ Nova\ Alt\ Bold.otf);
  }
  @font-face {
    font-family: Proxima_light;
    src: url(../fonts/proxima_ssv/Proxima\ Nova\ Alt\ Light.otf);
  }
  @font-face {
    font-family: Proxima_Regular;
    src: url(../fonts/proxima_ssv/ProximaNova-Regular.otf);
  }
*{
    box-sizing: border-box;
    font-family: "Proxima_Regular";
}
body{
    padding: 0px;
    margin: 0px;
    
    font-size: 14px;
}
.mt-40{
    margin-top: 40px;
}
a {
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
li {
    list-style-type: none;
    list-style: none;
}
.mb-20{
    margin-bottom: 20px;
}
.pt-60, .pv-60 {
    padding-top: 60px;
}
.pb-84, .pv-84 {
    padding-bottom: 84px;
}
.mt-48, .mv-48 {
    margin-top: 48px;
}
.ml-12, .mh-12 {
    margin-left: 12px;
}
.ml-24, .mh-24 {
    margin-left: 24px;
}
.mr-12, .mh-12 {
    margin-right: 12px;
}
.pt-60, .pv-60 {
    padding-top: 60px;
}
.pb-60, .pv-60 {
    padding-bottom: 60px;
}
.ml-18, .mh-18 {
    margin-left: 18px;
}
.pb-96, .pv-96 {
    padding-bottom: 96px;
}
.pt-96, .pv-96 {
    padding-top: 96px;
}
.mt-72, .mv-72 {
    margin-top: 72px;
}
.mt-12, .mv-12 {
    margin-top: 12px;
}
.mt-18, .mv-18 {
    margin-top: 18px;
}
.mt-30, .mv-30 {
    margin-top: 30px;
}
.pb-72, .pv-72 {
    padding-bottom: 72px;
}
.pt-72, .pv-72 {
    padding-top: 72px;
}
.mt-36, .mv-36 {
    margin-top: 36px;
}
.pb-108, .pv-108 {
    padding-bottom: 108px;
}
.mt-10{
    margin-top: 10px;
}
button {
    border: none;
    background: none;
    outline: none;
}
.HomePage__ProfessionalExperience__cards.tabel-margin{
    
    margin: 54px auto 0;
}
.lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }
  .lightbox-container {
    position: relative;
    max-width: 800px;
    margin: 7% auto;
    display: block;
    padding: 2%;
    background-color: #fff;
    height: auto;
    z-index: 10;
  }
  /* .lightbox-content {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  } */
  .lightbox-close {
    text-transform: uppercase;
    background: #fff;
    position: absolute;
    font-weight: 800;
    font-size: 18px;
    display: block;
    /* border: none; */
    color: #000;
    top: 7px;
    right: 1%;
  }
  .video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  /* IGNORE FORM THIS POINT ON */
  
/* header start */
.header {
    display: flex;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 100;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to right bottom, #396eb6, #3475bd, #2e7cc4, #2683cb, #1b8ad1, #1091d4, #0497d7, #009ed9, #00a5d8, #00abd5, #00b1d1, #00b7cc);
}
.mobile_nav{
    display: none;
}
.header__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
}
/* .container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin: 0 auto;
} */
.Logo {
    height: 40px;
    display: flex;
    width: 170px;
    margin-right: 30px;
    padding: 2px 0;
    color: blue;
    font-size: 20px;
    font-weight: 800;
    margin-top: 15px;
}
.Logo img {
    width: 100%;
    height: 100%;
}
.HeaderPrimaryNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:flex-end;
    padding: 0;
    margin: 0;
    width: 100%;
}
.HeaderPrimaryNav__navItem__title {
   
    color: #fff;
    padding: 13px 0;
    font-weight: 700;
    margin: 0;
    line-height: 68px;
    margin-top: -13px;
    height: 60px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.HeaderPrimaryNav__navItem__title:hover{
color:#2683cb;
}
a.HeaderPrimaryNav__navItem__title {
    text-decoration: none;
}
.HeaderPrimaryNav__navItem__listWrapper {
    /* /* display: none; */
    opacity: 0; 
    /* display: block; */
    padding: 10px 0;
    min-height: 140px;
    min-width: 240px;
    left: 0;
    margin: 0;
    position: absolute;
    z-index: -1;
}
.HeaderPrimaryNav__navItem__list {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-width: 240px;
    padding: 12px 0;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27);
}
.HeaderPrimaryNav__navItem__listItem {
    position: relative;
    margin: 0 12px;
    width: calc(100% - 24px);
    font-size: 13px;
    color: #5a5a5a;
    white-space: nowrap;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    -webkit-transition: 200ms ease all;
    transition: 200ms ease all;
}
.HeaderPrimaryNav__navItem__listItem--wrapper {
    display: block;
    padding: 12px;
}
.HeaderPrimaryNav__navItem__subListWrapper {
    display: none;
    opacity: 0;
    padding: 10px 0;
    min-height: 140px;
    top: -18px;
    left: 100%;
    margin: 0;
    position: absolute;
    z-index: -1;
}
.HeaderPrimaryNav__programBox, .HeaderPrimaryNav__othersBox {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
}
.mr-36, .mh-36 {
    margin-right: 36px;
}
.mr-48, .mh-48 {
    margin-right: 48px;
}
.HeaderAuthNav {
    position: relative;
    right: 0;
    height: 100%;
    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;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: "proxima_bold"
}
.HeaderAuthNav__userNav {
    position: relative;
    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;
    width: 140px;
    height: 100%;
    padding-top: 8px;
    cursor: pointer;
}
.mobile-display
{
    display: none;
}
.HeaderAuthNav .login-btn, .HeaderAuthNav .signup-btn {
    padding: 0 10px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5a5a5a;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.HeaderPrimaryNav__primaryChevronIcon, .HeaderPrimaryNav__secondaryChevronIcon {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    /* -webkit-transition: -webkit-transform 0.2s ease-in-out; */
    /* transition: -webkit-transform 0.2s ease-in-out; */
    /* transition: transform 0.2s ease-in-out; */
    /* transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; */
}
/* header end */

/* main section start*/
.HomePage__main__container {
    overflow-x: auto;
}
.HomePage {
    min-width: 980px;
    margin: 0 auto;
    overflow-x: hidden;
    background-color: #F8FAFC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/* banner Start */
.HomePage__Banner {
    padding: 3% 0px;
    /* background-image: url(../images/banner1.png); */
    /* background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
    background-position: right; */
}
.HomePage__Banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.HomePage__Banner__title {
    font-size: 44px;
    max-width: 653px;
    padding-top: 40px;
    color: #101010;
    line-height: 50px;
    letter-spacing: -1.1px;
    font-family: "proxima_bold";
}
.mt-8, .mv-8 {
    margin-top: 8px;
}
.HomePage__Banner__subtitle {
    font-size: 20px;
    max-width: 494px;
    line-height: 24px;
    color: #5a5a5a;
    /* margin-bottom: 50px; */
}
.HomePage__Banner__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  
}
.HomePage__Banner__video__control {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background-color: rgba(239, 64, 61, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: pound 2s infinite;
    animation: pound 2s infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.HomePage__Banner__video__control__2 {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(239, 64, 61, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: pound 2s infinite;
    animation: pound 2s infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.HomePage__Banner__video__title {
    font-size: 16px;
    color: #5a5a5a;
}
.HomePage__Banner__video__title__subtext {
    font-weight: bold;
    color: #5a5a5a;
}
/* .HomePage__Banner__image {
    width: 565px;
} */
/* .HomePage__Banner__partners {
    position: absolute;
    bottom: 36px;
} */
.HomePage__Banner__partners__title {
    width: 94px;
    border-right: 1px solid #979797;
    font-size: 14px;
    line-height: 1.43;
    color: #5a5a5a;
    padding-right: 6px;
}
.ProgramPlacements__wrapper.section-text h4 {
    font-size: 36px;
    text-align: center;
    line-height: 48px;
    background: linear-gradient(to right bottom, #396eb6, #3475bd, #2e7cc4, #2683cb, #1b8ad1, #1091d4, #0497d7, #009ed9, #00a5d8, #00abd5, #00b1d1, #00b7cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.HomePage__Banner__partners, .HomePage__Banner__partners__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-pack: start; */
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 780px;
}
.HomePage__Banner__container {
    display: flex;
    justify-content: flex-start;
}
.brand-icon-retina {
    -webkit-transform: scale(0.5) translate(-50%, -50%);
    -ms-transform: scale(0.5) translate(-50%, -50%);
    transform: scale(0.5) translate(-50%, -50%);
}
.brand-icon-retina {
    background-image: url(../images/spriter.jpg);
}
.HomePage__Banner__partners, .HomePage__Banner__partners__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-pack: start; */
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 720px;
}
.HomePage__Banner__partners__logos__logoItem.item-width{
    max-width: 60px;
}
.HomePage__Banner__partners__logos__logoItem.item-width1 {
    max-width: 92px;
}
.brand-icon-retina_iiitb_grey {
    width: 232px;
    height: 96px;
    background-position: -1082px -772px;
}
.brand-icon-retina_iiitb_grey1 {
    width: 193px;
    height: 96px;
    background-position: -807px -772px;
}
.brand-icon-retina_iiitb_grey2 {
    width: 110px;
    height: 96px;
    background-position: -1342px -772px;
}
.brand-icon-retina_iiitb_grey3 {
    width: 205px;
    height: 111px;
    background-position: -476px -772px;
}
.brand-icon-retina_iiitb_grey4 {
    width: 242px;
    height: 96px;
    background-position: -1334px -561px;
}
.HomePage__Banner__partners__logos__logoItem {
    width: auto;
    max-width: 114px;
    height: 48px;
}
.HomePage__Banner__section{
    width: 70%;
}
.HomePage__Banner__section h3{
    margin-bottom: 50px;
    width: 530px;
    line-height: 30px;
}
.brand-icon-retina {
    background-image: url(../images/css_sprites.png);
}
/* Banner End */
/* second section start */
.gradient-primary{
    background-image: linear-gradient(to right bottom, #396eb6, #3475bd, #2e7cc4, #2683cb, #1b8ad1, #1091d4, #0497d7, #009ed9, #00a5d8, #00abd5, #00b1d1, #00b7cc);
}
.HomePage__ProfessionalExperience {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
}
.ta-c, .ac {
    text-align: center;
}
.HomePage__ProfessionalExperience__title {
    font-size: 32px;
    font-weight: 300;
    font-family: "Proxima_bold";
    color: #fff;
    padding-bottom: 30px;
}
.HomePage__PowerEducation__title span {
    font-family: "Proxima_bold";

}
.HomePage__ProfessionalExperience__cards {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 24px auto 0;
}
 .HomePage__ProfessionalExperience__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    height: 100%;
    width: 32%;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    padding: 30px;
}
.HomePage__ProfessionalExperience__card.fees-card{
    border-radius: 10px 10px 0px 0px;
}
.HomePage__ProfessionalExperience__card__radio {
    width: 30px;
    height: 30px;
    /* border-radius: 50%; */
    /* border: 1px solid #2683cb;
    padding: 8px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}
.HomePage__ProfessionalExperience_heading{
    display: flex;
    align-items: center;
}
.HomePage__ProfessionalExperience__card__radio img{
    height: 100%;
    width: 100%;
}
.HomePage__ProfessionalExperience__card input[type="radio"] {
    visibility: hidden;
    width: 0;
    height: 0;
}
.HomePage__ProfessionalExperience__card__title {
    font-size: 22px;
    font-weight: 600;
    color: #5a5a5a;
    line-height: 1;
}
.HomePage__ProfessionalExperience__card__subtitle {
    font-size: 14px;
    color: #000;
    line-height: 1.43;
    letter-spacing: normal;
    font-family: "proxima_regular"
}
.HomePage__ProfessionalExperience__card__subtitle ul>li{
    list-style-type: unset;
    list-style: unset;
}
.HomePage__ProfessionalExperience__card__subtitle ul{
   padding-left: 6px;
   line-height: 26px;
}
.HomePage__ProfessionalExperience__card:hover {
    -webkit-box-shadow: 0 11px 16px -10px #891c1a;
    box-shadow: 0 11px 16px -10px #891c1a;
}
/* open power learning */
.HomePage__PowerEducation__title {
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    color: #101010;
    position: relative;
    font-family: "proxima_bold";
}
.HomePage__PowerEducation__title:before, .HomePage__PowerEducation__title:after {
    content: "";
    width: 37px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background-color: #2683cb;
    margin: 0px 8px;
}
.HomePage__PowerEducation {
    background-color: #fff;
}
.HomePage__PowerEducation__description {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #000;
    margin: 10px 20%;
}
.HomePage__PowerEducation__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.HomePage__PowerEducation__item:nth-child(odd) {
    border-left: none;
}
.HomePage__PowerEducation__item:nth-child(-n + 2) {
    border-top: none;
    padding-bottom: 72px;
}
.HomePage__PowerEducation__item {
    text-align: center;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding: 20px 20px 0px;
}
.HomePage__PowerEducation__item__title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2683cb;
    display: inline-block;
    position: relative;
    font-family: "Proxima_bold";

}
.HomePage__PowerEducation__item__title:before, .HomePage__PowerEducation__item__title:after {
    content: "";
    width: 37px;
    height: 1px;
    position: absolute;
    top: 50%;
    background-color: #2683cb;
}
.HomePage__PowerEducation__item__title:before {
    right: 100%;
    margin-right: 12px;
}
.HomePage__PowerEducation__item__title:after {
    left: 100%;
    margin-left: 12px;
}
.HomePage__PowerEducation__item__description {
    font-size: 22px;
    color: #5a5a5a;
    width: 440px;
    margin: 0 auto;
}
.HomePage__PowerEducation__item:nth-child(n + 3) {
    padding-top: 72px;
}
.HomePage__PowerEducation__item__image {
    width: 420px;
    height: 320px;
    margin: 0 auto;
}
.lazyload__loaded {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.lazyload__loaded img {
    max-width: 100%;
    width: 100%;
}
/* homepage stats */
.HomePage__Stats {
    background-color: #F8FAFC;
}
.HomePage__Stats__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 24px;
    text-align: center;
}
.HomePage__Stats__item{
    text-align:center;
}
.HomePage__Stats__figure {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: normal;
    color: #2683cb;
    font-family: "Proxima_bold";
}
.HomePage__Stats__info {
    font-size: 16px;
    letter-spacing: normal;
    color: #000;
    text-transform: capitalize;
}
.HomePage__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* our student */
.ProgramPlacements {
    background-color: #fff;
    padding: 3% 0;
}

.ProgramPlacements__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 1170px;
    margin: 0 auto;

}
.ProgramPlacements__title {
    font-size: 32px;
    font-weight: 300;
    color: rgba(21, 28, 42, 0.87);
    margin-left: 22px;
    font-family: "proxima_bold";
}
.carousel__container {
    position: relative;
}
.ProgramPlacements__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px 0;
}
.carousel__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: background-color 0.25s linear, color 0.05s linear, opacity 0.25s linear, visibility 0.25s linear, -webkit-filter 0.25s linear, -webkit-transform 0.25s linear;
    transition: background-color 0.25s linear, color 0.05s linear, opacity 0.25s linear, visibility 0.25s linear, -webkit-filter 0.25s linear, -webkit-transform 0.25s linear;
    transition: background-color 0.25s linear, color 0.05s linear, opacity 0.25s linear, filter 0.25s linear, visibility 0.25s linear, transform 0.25s linear;
    transition: background-color 0.25s linear, color 0.05s linear, opacity 0.25s linear, filter 0.25s linear, visibility 0.25s linear, transform 0.25s linear, -webkit-filter 0.25s linear, -webkit-transform 0.25s linear;
}
.ProgramPlacements__list__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: vertical;
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    width: 240px !important;
    height: 140px;
    padding: 15px;
    margin-right: 52px;
    margin-top: 60px;
    margin-bottom: 12px;
    background-color: #fff;
    -webkit-box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.11);
    box-shadow: 2px 4px 8px 0 rgba(46, 61, 73, 0.11);
}
.ProgramPlacements__list__photoImg {
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    width: 75px;
    height: 75px;
    margin-top: -48px;
    margin-bottom: 12px;
}
.ProgramPlacements__list__name {
    font-size: 14px;
    color: #101010;
    font-weight: 400;
    margin-bottom: 12px;
}
/* news */
.HomePage__News {
    background-image: url(/_nuxt/img/4411ee5.png);
    background-color: #F8FAFC;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.HomePage__News__title {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: normal;
    color: rgba(21, 28, 42, 0.87);
    font-family: "proxima_bold";
}
.HomePage__News__container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.brand-icon-retina_fastcompany {
    width: 240px;
    height: 60px;
    /* background-position: -240px -668px; */
}
.brand-icon-retina1 {
    background-image: url(../images/jcr_content\ \(1\).jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.brand-icon-retina2 {
    background-image: url(../images/jcr_content.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.brand-icon-retina3 {
    background-image: url(../images/Firm.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.brand-icon-retina4{
    background-image: url(../images/jcr.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.brand-icon-retina5 {
    background-image: url(../images/flogo.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.brand-icon-retina6 {
    background-image: url(../images/CAIA.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.HomePage__News__item {
    width: 30%;
}
.HomePage__News__item__logo {
    /* text-align: center;
    margin: 0 auto;
    width: 120px;
    height: 40px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); */
    text-align: center;
    /* margin: 0 auto; */
    width: 100%;
    height: 70px;
    /* -webkit-transform: scale(1.2); */
    -ms-transform: scale(1.2);
    /* transform: scale(1.2); */
}
/* find career */
.HomePage__TransformCareer__title__1 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: normal;
    font-family: "proxima_light";
    color: rgba(255, 255, 255, 255);
}
.HomePage__TransformCareer__title__2 {
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    letter-spacing: normal;
    color: #ffffff;
    font-family:"proxima_bold";
}
.HomePage__TransformCareer__container, .CollegeContactUs__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.HomePage__TransformCareer__controls button {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    width: 319px;
    height: 44px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #2683cb;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.07;
    font-family: "proxima_bold";
}
.HomePage__TransformCareer {
    height: 209px;
    box-shadow: 0 2px 15px 0 rgba(250, 87, 88, 0.52);
}
.new_container{
width:1140px;
margin: 0px auto;
height: 100%;
}
/* main section end */
/* footer start */
.Footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100px;
    padding: 0px 0 0;
    background-color: rgba(21, 28, 42, 0.87);
    color: #fff;
    justify-content: space-evenly;
}
.Footer__brand {
    padding: 30px 0 30px;
 
    margin-right: 20px;
    width: 33%;
   
}
.Footer__brand__logo{
    font-weight: 600;
    font-size: 24px;
    font-family: "proxima_bold";
    margin-bottom: 16px;

}
.footer-wrapper {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.Footer__brand__subtext {
    font-size: 16px;
}
.Footer__brand__subtext p{
   margin-bottom: 0px;
}
.BackToTop.isActive {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.BackToTop {
    opacity: 0;
    -webkit-transform: translateY(7rem);
    -ms-transform: translateY(7rem);
    transform: translateY(7rem);
    position: fixed;
    z-index: 99;
    bottom: 36px;
    left: 36px;
    border-radius: 6px;
    padding: 0.3rem 0.75rem;
    font-size: 1.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #dc3958;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
    background-color: #fff;
    width: 52px;
    height: 52px;
    font-weight: 700;
}
.BackToTop__icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.learners_section{
    display: flex;
}
.HomePage__StudentReviews {
    background-color: #fff;
}
.HomePage__StudentReviews .HomePage__StudentReviews__title {
    font-size: 34px;
    font-weight: 300;
    letter-spacing: normal;
    color: #101010;
}
.HomePage__StudentReviews .HomePage__StudentReviews__video__container {
    position: relative;
    cursor: pointer;
}
.HomePage__StudentReviews .HomePage__StudentReviews__video__controls {
    position: absolute;
    top: 40%;
    left: 50%;
}
.video_icon {
    height: 50px;
    width: 50px;
}
.video_icon img{
    height:100%;
    width:100%;
}
.HomePage__StudentReviews .HomePage__StudentReviews__video .VideoTestimonial__videoBox__playIcon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    padding: 21px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 100ms ease-in-out;
    transition: background-color 100ms ease-in-out;
}
.HomePage__StudentReviews .HomePage__StudentReviews__video .u-triangle {
    background-color: #f6516c;
    -webkit-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
    -ms-transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
    transform: rotate(-90deg) skewX(-30deg) scale(1, 0.866);
    bottom: 4px;
    right: 3px;
}
.u-triangle {
    position: relative;
    background-color: #000;
    text-align: left;
}
.u-triangle {
    -webkit-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
    -ms-transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
    transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
}
.u-triangle{
    width: 1em;
    height: 1em;
    border-top-right-radius: 30%;
}
.u-triangle {
    position: relative;
    background-color: #000;
    text-align: left;
}
.HomePage__StudentReviews .HomePage__StudentReviews__carousel .UserReview__list__item {
    width: 555px;
    height: 290px;
    margin-right: 48px;
}
.UserReview__userBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
}
.UserReview__userBox__photo {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.UserReview__userBox__photo img {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
}
.UserReview__userBox__info {
    width: calc(100% - 175px);
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
}
.UserReview__userBox__name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(21, 28, 42, 0.87);
    text-transform: capitalize;
}
.UserReview__userBox__designation {
    font-size: 12px;
    line-height: 14px;
    color: #475465;
}
.u-dot {
    display: inline-block;
    font-size: 30px;
}
.UserReview__reviewInfo {
    position: relative;
    width: 100%;
    padding-left: 24px;
    height: 100px;
}
.UserReview__reviewInfo__quote {
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
}
.UserReview__reviewInfo__quote path:first-child {
    fill: #2683cb;
}
.items{
    margin-left: 48px;
}
.dot-color{
    background-color: #c33434;
}
/* scroll up button */
.indicators li {
    background-color: #ab4b4b;
    border: 1px solid #ab4b4b;
}
.indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators.indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color:#F8FAFC;
}
/* light box end */
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  
  #light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 682px;
    width: 100%;
    max-height: 405px;
    height: 100%;
    margin-left: -301px;
    margin-top: -180px;
    border: 2px solid #151414;
    background: #fff;
    z-index: 1002;
    text-align: center;
    padding-top: 32px;
}
#boxclose {
    float: right;
    cursor: pointer;
    color: #101010;
    border: none;
    border-radius: 0px;
    background: #fff;
    font-size: 32px;
    /* font-weight: bold; */
    display: inline-block;
    line-height: 0px;
    padding: 12px 3px;
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 1002;
    opacity: 0.9;
}
  
  .boxclose:before {
    content: "×";
  }
  
  #fade:hover ~ #boxclose {
    display:none;
  }
  
  .test:hover ~ .test2 {
    display: none;
  }
/* light box end */
/* side nav bar start */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
/* side nav bar end */
/* contact form */
.corporate-marketo{
    padding-left: 25px;
    padding-right: 25px;
}
.dropdown_country-ins {
    height: 95%;
    overflow-y: hidden;
    margin-bottom: 20px;
    width: 350px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);

}
.webi_reg_form{
    padding: 20px;
}
button.form-btn{
    background-image: linear-gradient(to right bottom, #396eb6, #3475bd, #2e7cc4, #2683cb, #1b8ad1, #1091d4, #0497d7, #009ed9, #00a5d8, #00abd5, #00b1d1, #00b7cc);
    border: none;
    color: #fff;
    font-size: 14px;
}
h3.contact-head {
    color:#fff;
    font-size: 18px;
   
    padding: 10px 20px;
    font-weight: 600;
    margin: 0;
    background-image: linear-gradient(to right bottom, #396eb6, #3475bd, #2e7cc4, #2683cb, #1b8ad1, #1091d4, #0497d7, #009ed9, #00a5d8, #00abd5, #00b1d1, #00b7cc);
}
.corporate-marketo .choose_location {
    padding: 0;
}
.corporate-marketo .choose_location p {
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #272c37;
    margin-top: 15px;
    margin-bottom: 20px;
}
.form-control-wrapper {
    position: relative;
    margin-bottom: 30px;
}
.form-control-material {
    border: 0;
    border-bottom: 1px solid #d8d8d8;
}
.form-control, .form-control-material {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #000;
    font-weight: 300;
    padding-left: 5px;
}
.form-control-material, input, select, .dr_cun {
    background-color: transparent;
}
.floating-label {
    position: absolute;
    top: 6px;
    left: 0;
    transition: .2s ease all;
    pointer-events: none;
}
.label-text, .floating-label {
    font-weight: 300;
    font-size: 14px;
    color: rgba(0,0,0,0.4);
}
.floating-label_border {
    border-bottom: 1px solid #00a6df;
    width: 0;
    height: 1px;
    margin: -1px auto auto auto;
    transition: width 0.5s ease,border-bottom 0.5s ease;
}
.support_coutry_code {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.corporate-marketo .support_coutry_code .placeholder_wrap {
    padding-bottom: 8px;
}
.support_coutry_code .placeholder_wrap {
    display: inline-block;
    width: 100%;
    position: relative;
}
.corporate-marketo .dr_cun {
    top: 7px;
    font-size: 15px;
}
.dr_cun {
    width: 45px;
    float: left;
    border-right: 1px solid #e7e7e7;
    display: inline-block;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-top: 2px;
    height: auto;
}
.select_wraper .sel_cr {
    width: 130%;
}
.select_box select {
    color: rgba(0,0,0,0.8);
    font-weight: 300;
}
.form-control-material {
    border: 0;
    border-bottom: 1px solid #d8d8d8;
}
.select_wraper .caret {
    position: absolute;
    top: 12px;
    right: 5px;
    pointer-events: none;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    pointer-events: none;
}
.select_box select {
    color: rgba(0,0,0,0.8);
    font-weight: 300;
}
.form-control-material {
    border: 0;
    border-bottom: 1px solid #d8d8d8;
}
.ng-hide {
    display: none !important;
}
/* contact end */
/* tabel start*/
.HomePage__ProfessionalExperience__card__info {
    display: flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction: column;
}
.HomePage__ProfessionalExperience__card__info.flag-section {
    align-items: center;
}

.HomePage_cardimage {
    background-color: #fff;
    /* border-radius: 100%; */
    overflow: hidden;
    width: 60px;
    height: 60px;
    /* margin-top: -60px; */
    margin-bottom: 16px;
}
.HomePage_cardimagePhoto {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.HomePage_cardimagePhoto img {
    width: 100%;
    height: 100%;
}
.fees-structure{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fees-detail{
    font-size: 22px;
    font-weight: 600;
    width: 800px;
    text-align: center;
    border-radius: 0px 0px 10px 10px;
    color: #5a5a5a;
    background-color: #fff;
    margin-top: 10px;
    padding: 8px 0px;
}
/* loader start */
.no-js #loader {
     display: none;  
}
.js #loader { 
     display: block;
     position: absolute;
     left: 100px;
     top: 0; 
}
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background: url("https://www.downgraf.com/wp-content/uploads/2014/09/01-progress.gif?e44397") center no-repeat #fff; 
    background-size: 20%;
    /* background: url("/assets/images/loader.png") center no-repeat #fff;*/
}


  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .thankyou-section{
    font-size: 24px;
    font-weight: 600;
    height: 250px;
    display: flex;
    align-items: center;
  }

body { font: 14px Georgia, serif; }

header { padding: 100px 0 0 0; display: block; }
header h1 { width: 960px; margin: 0 auto; }
a { color: #eee; }
a:hover { color: white; }

.nav-wrap { 
    margin: 50px auto; 
    background-color: rgba(0, 0, 0, 0.6); 
    border-top:    2px solid white; 
    border-bottom: 2px solid white; 
}

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

/* my code */
.banner-platinum{
background-image: linear-gradient(to right bottom, #396eb6, #3475bd, #2e7cc4, #2683cb, #1b8ad1, #1091d4, #0497d7, #009ed9, #00a5d8, #00abd5, #00b1d1, #00b7cc);
text-align: left;
color: #fff;
padding: 3% 22%;
line-height: 30px;

}
.banner-platinum h2{
    letter-spacing: 1.8px;
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.banner-platinum h3 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 6px;
}
.banner-platinum p {
    font-size: 18px;
    margin-top: 0px;
    letter-spacing: .8px;
}
.about-program h3{
    text-align: center;
    font-size: 24px;
    margin-top: 0;
}
.about-program p {
    font-size: 16px;
    line-height: 24px;
}
.about-program {
    padding-left: 8%;
}
.HomePage__ProfessionalExperience__title:after {
    content: "";
    width: 37px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    margin: 0px 8px;
}
.HomePage__ProfessionalExperience__title::before {
    content: "";
    width: 37px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    margin: 0px 8px;
}
.industry-sub-text{
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    padding: 0px 10%;
    text-align: center;
}
.HomePage__ProfessionalExperience__card__subtitle p{
    font-size: 16px;
}
.logo a{
    width: 100px;
    border-right: 2px solid #fff;
    padding-right: 10px;
}
.logo img{
width: 100%;
}
.logo-text {
    font-size: 13px;
    width: 180px;
    padding-left: 10px;
}
.logo {
    display: flex;
    align-items: center;
}
.HomePage__Banner__partners__logos img{
    width: 64px;
    height: 61px;
    margin-right: 16px;
}
.programStatus {
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 20px 0px;
    box-sizing: border-box;
    background-color: #f8fafc;
    border: 1px solid #e3ebf3;
    width: 100%;
}
.programStatus-list {
    display: flex;
}
.programStatus-item {
    width: 33%;
    padding: 0px 12px;
}
.programStatus-item h3 {
    font-size: 20px;
    margin-bottom: 0;
    /* font-weight: 700; */
    letter-spacing: .3px;
    margin-bottom: 15px;
    text-align: center;
}
.programStatus-item p {
    font-size: 16px;
    font-weight: 500;
    color: #262727;
    margin: 5px 0 0;
    line-height: 16px;
    text-align: center;
}
#seperater {
    border-width: 2px;
    border-style: solid;
    -webkit-border-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0),#712da6,rgba(0,0,0,0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom,rgba(0,0,0,0),#712da6,rgba(0,0,0,0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom,rgba(0,0,0,0),#712da6,rgba(0,0,0,0)) 1 100%;
    border-image: linear-gradient(to top,rgba(0,0,0,0),#00a5d8,rgba(0,0,0,0)) 1 100%;
}
.who-we-are .content ul li {
    color: #000;
    margin-top: 10px;
    float: left;
    width: 38%;
    padding-left: 17px;
    font-weight: 600;
    position: relative;
}
.who-we-are .content ul {
    padding: 0;
    list-style-type: none;
    margin: 10px 0 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    line-height: 28px;
}
.who-we-are .content ul li::before {
    content: '';
    top: 9px;
    left: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    background:#2683cb;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
section#Features {
    padding: 50px 0px;
}
.wrapper-tab {
    display: flex;
    padding: 4% 0px;
}
.nav-tabs>li {
    float: unset !important;
    margin-bottom: -1px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #f8fafc !important;
    border-bottom-color: #ddd !important;
}
ul.nav.nav-tabs {
    border: 1px solid #ddd;
}
.nav-tabs>li>a {
    margin-right: 0px !important;
    height: 80px !important ;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ddd !important;
}
/* .nav-tabs>li:active {
    border-color: #eee #eee #ddd !important;
} */

.salarys .dual-bar {
    width: 40px;
    height: 128px;
    background-color: #79bdf6;
    display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;
    position: relative;
}
.salarys .salary-line .active {
    position: relative;
    border-bottom: 1px solid #000;
    width: auto;
    padding: 0 10px;
    text-align: center;
   margin-top: 20px;
    display: inline-block;
}
.salarys .dual-bar:first-child {
    /* margin-left: 0; */
    height: 20px;
}
.salarys .dual-bar .price {
    font-size: 10px;
    font-weight: 500;
    color: #272c37;
    position: absolute;
    top: -16px;
    right: 0;
    left: 0;
    margin: auto;
}
.salarys .dual-bar .percent {
    top: inherit;
    bottom: -20px;
}
.wrapper-tabs{
    display: flex;
}
.salarys .dual-bar:nth-child(2), .salarys .dual-bar:nth-child(4) {
    height: 60px;
}
.salarys .dual-bar:nth-child(5) {
    height: 20px;
}
.hire-logos-wrapper div {
    display: inline-block;
    vertical-align: middle;
}
.hire-company {
    max-height: 32px;
    margin: 40px 20px 0px 0;
    width: auto;
}
.hire-companys{
    width: 400px;
}
span.salary-sourse {
    display: block;
    margin-top: 20px;
}
.salarys {
    margin-right: 50px;
}
.wrapper-tabs {
    display: flex;
    text-align: center;
}
.tab-content {
    border: 1px solid #ddd;
    padding: 20px 20px 0px;
}
.HomePage__ProfessionalExperience__cards.tabel-margin {
    display: flex;
    justify-content: space-around;
}
.tools {
    text-align: center;
}
.tools img {
    display: inline-block;
    max-height: 40px;
    width: auto;
    height: 100%;
    margin: 32px 24px 0px 24px;
}
.table-wrapper {
    background-color: #f8fafc;
    /* padding: 40px;
    margin: 20px 0px; */
}
.table-wrapper h3 {
    text-align: center;
    margin-bottom: 24px;
}
.acedmic-block{
    width: 900px;
}
.profesinal-block{
    width: 900px;
}
.industry-block{
    width: 900px;
}

.industry-block img{
    width: 100%;
}
.acedmic-block img{
    width: 100%;
}
.profesinal-block img{
    width: 100%;
}
.partnership-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   padding-top: 40px;
}
.partnership-wrapper div{
margin-bottom: 20px;
}
.hire-source{
    margin-top: 24px;
    display: block;
}
.footer-address{
    width: 40% !important;
    margin-right: 15%;
}
.table-block{
    display: flex;
    justify-content: space-between;
}

.preparation-block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
   margin-bottom: 0px;
}
.preparation-block li {
    width: 33%;
    padding: 10px 0px;
    font-size: 17px;
    font-weight: 600;
   
}
.table-wrapper{
    width: 100% !important;
    padding: 0px !important;
}
.list-style li{
    list-style-type: disc !important;
    /* line-height: 28px; */
    padding: 10px 0px;
    font-size: 17px;
    font-weight: 600;
}
.program-block {
    background-color: #f8fafc;
    /* padding: 10px; */
    margin-top: 50px;
    border: 1px solid #000;
}
.table-last
{
    padding-left: 37px;
}
.preparation-block li{
    list-style: disc;
}
.table-bordered {
    margin-bottom: 0;
    border: 1px solid #807e7e !important;
}
.tols-covered {
    background-color: #fbfcfd !important;
}

/* media query  start */
@media (max-width: 767px) { 
    .lightbox-container {
        margin: 52% auto;
    }
    .lightbox-close {
        right: 0px;
    }
    .UserReview__reviewInfo{
        height: 100px;
        overflow: hidden;
    }
    .footer-wrapper {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }
    .fees-detail {
        
        width: 100%;
    }
    .Logo {
        margin-top: 4px;
    }
    .HomePage__News__title {
        line-height: 32px;
    }
    .dropdown_country-ins {
        width: 100%;
    }
    .HomePage__Banner__section {
        width: 100%;
    }
    .HomePage__ProfessionalExperience {
        margin-top: 50px;
    }
    .HomePage__News__item {
    width: 100%;
}
.HomePage__container {
    flex-direction: column;
    flex-wrap: wrap;
}
.brand-icon-retina_fastcompany {
    width:100%;
}
    .mobile_nav{
        display: block;  
  
    }
    .header__wrapper {
        justify-content: space-between;
        align-items: center;
    }
    .HeaderAuthNav,.HeaderPrimaryNav{
display: none;
    }
    .HomePage__Banner__title {
        font-size: 27px;
        max-width: 100%;
        padding-top: 0px;
        text-align: left;
        line-height: 25px;
    }
    .HomePage__Banner__subtitle {
        font-size: 14px;
        max-width: 580px;
        margin: 10px auto 0px;
        text-align: left;
    }
    .HomePage__Banner__section h3 {
        font-size: 20px;
        margin-bottom: 20px;
        width: 100%;
        line-height: 26px;
    }
    .HomePage__Banner__image {
        width: 250px;
        height: 285px;
    }
    .HomePage__Banner__partners__title {
        width: 100%;
        text-align: center;
    }
    .HomePage {
        min-width: 100%;
        margin: 0 auto;
        width: 100%;
        background: #fff;
    }
    .HomePage__Banner__container{
        flex-direction: column;
        flex-wrap: wrap;
    }
    .HomePage__Banner__video {
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .HomePage__Banner__image img{
        width: 100%;
        height: auto;
    }
    .HomePage__Banner__partners__logos {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin-left: 0px;
    }
    .HomePage__Banner__image {
        width: 100%;
        height: 100%;
    }
    .HomePage__Banner__partners{
        flex-wrap: wrap;
        background-color:#fff;
        margin-bottom: -164px;
    }
    .HomePage__Banner__partners{
        width: 100%;
        justify-content: center;
    }
    .HomePage__ProfessionalExperience__cards {
        width: 100%;
        flex-direction: column;
    }
    .HomePage__PowerEducation{
        padding-top: 44px;
        padding-bottom: 40px;
    }
        .HomePage__PowerEducation__list {
            display: flex;
            width: 100%;
            flex-direction: column;
    }
    .HomePage__PowerEducation__item:nth-child(-n + 2) {
        border-top: none;
        padding-bottom: 0px;
    }
    .HomePage__PowerEducation__item{     
    border-top: none;
    }
    .HomePage__PowerEducation__item{
        border:none;
    }
    .HomePage__PowerEducation__item__description{
        width: 100%;
        font-size: 16px;
    }
    .HomePage__Stats__figure {
        font-size: 22px;
}
.HomePage__Stats {
    background-color: #F8FAFC;
    padding: 30px 0px;
    text-align: center;
}
.HomePage__Stats__info {
    margin-top: 10px;
}
.ProgramPlacements__list {
    justify-content: center;
}
.ProgramPlacements__title {
    font-size: 26px;
    margin: 0px 22px;
    text-align: center;
}
.HomePage .ProgramPlacements {
    padding: 30px 0;
}
.ProgramPlacements__list__item{
    margin-right: 0px;
}
.container {
    max-width: 100%;
}
.HomePage__News__container {
    justify-content: center;
    margin-top: 10px;
}
.HomePage__News {
    padding-bottom: 20px;
    text-align: center;
    padding-top: 20px;
}
.HomePage__StudentReviews{
    padding:50px 0px;
}
.HomePage__StudentReviews .HomePage__StudentReviews__title {
    font-size: 24px;
    text-align: center;
}
.learners_section {
    flex-wrap: wrap;
}
.new_container {
    width: 100%;
    margin: 0px auto;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.HomePage__TransformCareer__title__1 {
    font-size: 12px;
}
.HomePage__TransformCareer__title__2 {
    font-size: 26px;
    line-height: 28px;
}
.HomePage__StudentReviews__video__container img{
height: 100%;
width: 100%;
}
.HomePage__PowerEducation__item:nth-child(n + 3) {
    padding-top: 32px;
}
.HomePage__News__item{
    margin-top: 30px;
}
.HomePage__Banner{
    padding-top: 30px;
}
.HomePage__PowerEducation__item__image {
    width: 100%;
    height: 100%;
}
.HomePage__PowerEducation__item__image img {
    width: 100%;
    height: 100%;
}
.HomePage__ProfessionalExperience__title {
    font-size: 27px;
}
.HomePage__ProfessionalExperience__card{
    padding: 30px;
    width: 100%;
    margin-bottom: 20px;
}
.HomePage__PowerEducation__title{
    font-size: 24px;
    line-height: 30px;
}
.HomePage__TransformCareer__controls button {
    width: 100%;
    font-size: 12px;
    padding: 0px 16px;
    margin-top: 10px;
}
.items {
    margin-left: 24px;
}

.sidenav{
    background-color: #0399d8;
}
.sidenav a {
    color: #fff;
}
.banner-platinum
{
    padding: 3% 10%;
}
.banner-platinum h2
{
    font-size: 30px;
}
.banner-platinum h3
{
    font-size: 18px;
}
.banner-platinum p
{
    font-size: 16px;
    line-height: 24px;
}
.programStatus-list
{
    flex-direction: column;
}
.programStatus-item
{
    width: 100%;
    margin-bottom: 15px;
}
.HomePage__PowerEducation__description
{
    margin: 10px 10%;
}
.HomePage__ProfessionalExperience__cards.tabel-margin
{
    margin: 30px auto 0;
}
.HomePage__ProfessionalExperience__card__subtitle p
{
    text-align: center;
}
.mt-72, .mv-72
{
    margin-top: 20px;
}
.who-we-are .content ul li
{
    font-size: 12px;
    width: 50%;
    margin-top: 6px;
}
.preparation-block li {
    width: 45%;
    padding: 4px 0px;
    font-size: 14px;
}
.table-wrapper h3
{
    font-size: 20px;
}
.list-style li
{
    padding: 4px 0px;
    font-size: 15px;
}
.table-bordered 
{
    height: 100%;
}
.ProgramPlacements__wrapper.section-text h4
{
    font-size: 24px;
   
    line-height: 38px;
}
.mt-48
{
    margin-top: 30p
}
.tools img
{
    max-height: 27px;
    height: 100%;
    margin: 21px 18px 0px 14px;
}
.acedmic-block {
    width: 100%;
}
.profesinal-block
{
    width: 100%;
}
.industry-block{
    width: 100%;
}
.footer-address {
    width: 100% !important;
    margin-right: 0px;
}
.Footer__brand {
    padding: 10px 0 10px;
    margin-right: 0px;
    width: 100% !important;
}
.Footer__brand__logo
{
    margin-bottom: 6px;
}
.wrapper-tab
{
    flex-direction: column;
}
.wrapper-tabs
{
    flex-wrap: wrap;
    flex-direction: column;
}
.salarys
{
    margin-right: 0px;
}
.salarys .dual-bar
{
    margin-left: 10px;
}
.hire-company {
    max-height: 24px;
}
.hire-companys
{
    width: 100%;
}
.Home_page_mobile_titel {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 12px;
    
}
.Home_page_mobilr_logo img
{
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.mobile-display
{
    height: 200px;
    margin-bottom: 20px;
    display: block;
}
.Home_page_mobilr_logo img:last-child
{
    margin-right: 0px;
}

}
/* media qurey end*/
.section-PGDM {
    padding: 20px 0px;
}
.section-heading h2 {
    text-transform: capitalize;
    font-size: 26px;
    /* margin-bottom: 20px; */
}
.certification-p img {
    width: 100%;
}
.bootom-p {
    text-align: center;
    margin: 20px 0px;
    color: #000;
    font-weight: 600;
}
.section-container-p{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-PGDM{
    width: 100%;
}