@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@400;500;600;700&family=Poppins:wght@400;500;700&family=Roboto:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/*font-family: 'Bebas Neue', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Lato', sans-serif;*/


* {
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
}


/*************************************** common style start ********************************************/
.btn_facebook {
    color: #fff;
    background: #3b5998;
}

.btn_twitter {
    color: #fff;
    background: #00aced;
}

.btn_google {
    color: #fff;
    background: #db3236;
    margin-top: 10px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.bordrht {
    border-right: 1px solid #ccc;
}
.padleftright0{
    padding-left: 0;
    padding-right: 0;
}
.padright0{
    padding-right: 0;
}
.padleft0{
    padding-left: 0;
}
.width100{
    width: 100%;
}
.form-group{
    margin-bottom: 0;
}
.martop30{
    margin-top: 30px;
}


/*************************************** general style start ********************************************/


.thankyouSec{
    padding: 80px 0;
    border-top: 1px solid #ccc;
    background-size: cover;
    -webkit-background-size: cover;
}
.thanksD{
    padding: 60px 30px;
    border-radius: 30px;
    border: 1px solid #ccc;
    background: #ffffffd1;
}
.thanksD .imgfst{
    height: 50px;
    margin: 15px 0;
}
.thanksD .imgsnd{
    height: 40px;
    margin: 15px 0;
}
.thanksD h2{
        font-family: 'Roboto', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #000;
    margin-top: 0;
}
.thanksD p{
        font-size: 18px;
    font-weight: 500;
    color: rgba(30, 30, 30, 1);
}




.header-nav{
    padding: 8px 0;
    background: #fff;
}
.noD{
    padding: 20px 0;
}
.SliderSec{
    position: relative;
    background: url(../img/slider.jpg) top center no-repeat;
    background-size: cover;
}
.sliderLeftCon{
    padding: 6% 0;
    padding-left: 56px;
}
.sliderLeftCon h1{
        font-family: 'Roboto', sans-serif;
        font-size: 58px;
    font-weight: 800;
    line-height: 64px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 6px #33333396;
        margin-bottom: 15px;
        margin-top: 5px;
}
.sliderLeftCon h4{
        font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 1px 1px 4px #333;
}
.sliderLeftCon h5{
        font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 25px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
        text-shadow: 1px 1px 4px #3333338f;
}
.sliderLeftCon .h4Strip{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    color: #D62831;
    background: rgba(255, 255, 255, 0.92);
    padding: 10px 20px;
    padding-left: 56px;
    margin: 0;
    margin-left: -11%;
    display: inline-block;
    position: relative;
}
.sliderLeftCon .h4Strip:before {
       content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 20px solid transparent;
    border-top: 55px solid rgba(255, 255, 255, 0.92);
}
.sliderLeftCon h3{
    font-size: 18px;
    text-align: left;
    color: #083361;
    font-weight: 700;
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}
.sliderLeftCon h3:before{
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-top: 0px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    right: -30px;
    top: 0;
}
.sliderLeftCon h3:after{
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-top: 20px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 30px solid #fff;
    position: absolute;
    right: -30px;
    bottom: 0;
}
.btn_red {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 8px;
}
.sliderimg{
    margin-left: -145px;
}


.sliderRightFm{
    padding: 15px;
    background: #fff;
    margin: 7% 0;
}
.sliderRightFm h3{
    color:rgba(173, 173, 173, 1);

    margin-top: 0;
        font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}




.newSec{
    padding: 60px 0;
    background: #F5F9FF;
}
.NewsecD{
        background: #fff;
    padding: 15px 15px;
    border-radius: 15px;
    margin-top: 30px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    height: 300px;
}
.NewsecD h4{
    color: #302D5D;
    font-size: 18px;
    font-weight: 700;
}
.NewsecD p{
    color: #302D5D;
        font-size: 14px;
    text-align: justify;
}
.NewsecD:hover{
    background: #0081CA;
}
.NewsecD:hover h4, .NewsecD:hover p{
    color: #fff;
}



.downloadBtn{
    padding: 15px 0;
    padding-right: 42px;
}

.btn_red{
    background: #D62831;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 30px;
    border-radius: 8px;
    text-transform: uppercase;
        position: relative;
    z-index: 999;
}
.btn_red:hover, .btn_red:focus{
    color: #fff;
}
.sliderRightFm .form-control{
        box-shadow: none;
    outline: none;
    border: 1px solid #cccccca3;
    border-radius: 0;
    height: 40px;
}
.sliDbtn, .sliDbtn:hover{
        background: #fff;
    color: #000;
}



.nosliderD{
        background: #E31E24;
    padding: 20px 35px;
    border-radius: 50px;
    padding-bottom: 12px;
        margin-top: -40px;
            z-index: 99;
    position: relative;
}
.nosliderD ul{
    list-style: none;
        margin-top:0;
}
.nosliderD ul li{
        float: left;
    width: 20%;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    padding: 5px 10px;
    border-right: 1px solid #fff;
    color: #fff;
}
.nosliderD ul li img{
    margin-top: -5px;
    margin-right: 10px;
    height: 45px;
    float: left;
}
.nosliderD ul li small{
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
/*    font-weight: 500;*/
    text-align: left;
}
.nosliderD ul li:last-child{
    border: none;
}



.whyTrust-Sec{
    padding: 90px 0;
    position: relative;
    background: url(../img/whyTrust.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    margin-top: -50px;
    padding-bottom: 150px;
}
.whyPosi{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.whtTrustImg{
    margin-top: 30px;
}




.mbaoffer-Sec{
    padding: 60px 0;
}
.mbaOfferD h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: rgba(4, 30, 66, 1);
}
.mbaOfferD p{
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(30, 30, 30, 1);
}
.taglineD{
    padding: 25px 0;
}
.taglineD h4{    
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: rgba(4, 30, 66, 1);
    margin: 0;
        font-family: 'Poppins', sans-serif;
}

.clPofrimg{
    margin-top: 30px;
}
.clPofrimg img{
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.clPofrimg p{
        font-size: 18px;
    font-weight: 500;
    color: rgba(30, 30, 30, 1);
}


.carousel-control.left, .carousel-control.right{
    background-image: none;
}
.carousel-control {
    color: #0f356c;
    opacity: 1;
    text-shadow: none;
    width: 50px;
    height: 50px;
    border: 1px solid #0f356c;
    border-radius: 50%;
    top: inherit;
    bottom: 0px;
    text-align: center;
}
.carousel-control:focus, .carousel-control:hover {
    color: rgba(15, 53, 108, 1);
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
        font-size: 18px;
    line-height: 18px;
    height: auto;
    width: auto;
}
.carousel-control.right {
    right: 0;
}
.carousel-control.left {
    right: 60px;
    left: inherit;
}


.whyChoos-Sec{
    position: relative;
    background: url(../img/whybk.png) top center no-repeat;
    background-size: cover;
}
.whypadMainD{
    margin-top: -70px;
}
.whypadMainD h2{
    font-size: 70px;
    color: #fff;
    font-weight: 700;
        margin: 0;
}
.whypadMainD ul li{
    padding: 6px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    list-style: disc;
}
.whypadMainDUL{
    padding-left: 20px;
    margin-top: 30px;
}
.whypadstrip{
    background: linear-gradient(89.9deg, #C8161C 0.07%, rgba(227, 30, 36, 0) 113.44%);
        margin-top: 30px;
    height: 80px;
    margin-left: -150px;
}
.whypadstrip img{
    height: 40px;
    float: left;
    margin-right: 15px;
}
.whypadstrip h4{
    color: #fff;
    font-size: 19px;
    margin: 0;
}
.whypadstrip h4 small{
    color: #fff;
}
.whypadMainD h3{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}
.whypadMainD p{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
.whymainimgD{
    margin-top: -75px;
    z-index: 99;
    position: relative;
}



.schlLearning-Sec{
    padding: 60px 0;
}
.schlLearningHead h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #041E42;
    margin-bottom: 15px;
    margin-top: 0;
}


.schlLearningTabD .nav>li>a{
    padding: 10px 20px;
    border: 1px solid #BBBBBB;
    border-radius: 30px;
    color: #373F4A;
    font-size: 14px;
    margin: 10px 0;
}
.schlLearningTabD .nav>li>a i{
    float: right;
    line-height: 20px;
}
.schlLearningTabD .nav-pills>li.active>a, .schlLearningTabD .nav-pills>li.active>a:focus, .schlLearningTabD .nav-pills>li.active>a:hover{
    color: #fff;
    background-color: #E31E24;
    border: 1px solid #E31E24;
}
.schlLearningTabD .nav>li>a:focus, .schlLearningTabD .nav>li>a:hover{
    color: #fff;
    background-color: #E31E24;
    border: 1px solid #E31E24;
}
.schlLearningTabD .tab-content{
    padding: 50px;
        padding-top: 0;
}

.learnMaainimgD img{
    width: 100%;
    border-radius: 10px;
}
.learnMaainD h3{
    color: #041E42;
    font-size: 22px;
    font-weight: 700;
}
.learnMaainD h4{
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.learnMaainD ul li{
        color: #1E1E1E;
    font-size: 15px;
    list-style: disc;
    padding: 4px 0;
}
.learnMaainD ul{
    margin-left: 30px;
}





.madedisi-Sec{
    padding-top: 60px;
}
.madedisiD h3{
        font-size: 82px;
    font-weight: 700;
    line-height: 100px;
    text-align: left;
    color: rgba(4, 30, 66, 1);
}
.madedisiD{
    padding: 3% 0;
}
.madedisiDimg{
    position: relative;
}



.placement-Sec{
    background: url(../img/Vector-c.png) top center no-repeat;
    background-size:cover;
/*    height: 600px;*/
    position: relative;
    margin-top: -200px;
}

.placementSubD{
        padding: 75px 0;
    padding-bottom: 60px;
}
.placementSubD h2{
        color: #fff;
    font-size: 69px;
    font-weight: 700;
    line-height: 71px;
    text-align: center;

}
.placementSubD p{
        color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 41px;
    text-align: center;
}

.placementSubD2 h4, .placementSubD h4{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.placementSubD2 h2{
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    margin: 0;
}
.placementSubD2 h2 small{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}


.mbaOffericonD{
    margin-top: 30px;
    height: 140px;
}
.mbaOffericonD img{
    height: 65px;
}
.mbaOffericonD h5{
    color: #0F366C;
        font-size: 17px;
    line-height: 24px;
}



.clientSecD{
    padding:102px 0;
    padding-bottom: 100px;
}
.clientSecD .owl-nav{
    display: none;
}
.clientSecD .item{
    background: #fff;
    padding: 20px 15px;
    margin: 10px;
    border-radius: 25px;
    box-shadow: 0px 10px 11px -10px #33333382;
}





.whylast-Sec{
    background: #F6F7FB;
    padding: 60px 0;
}
.headW h3{
        font-size: 42px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: rgba(4, 30, 66, 1);

}
.whylastSubD{
    margin-top: 30px;
}
.whylastSubD img{
    height: 280px;
    width: auto !important;
}
.whylastSubD h4{
    color: #041E42;
        font-size: 18px;
    font-weight: 700;
}
.whylastSubD p{
        font-size: 14px;
    font-weight: 400;
    color: #041E42;
    margin: 0;
}

.whyChoosSubDno h4{
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    color: #D62831;
}
.pad00{
    padding: 0;
}
.whyChoosSubDimg img{
    margin: 0 auto;
    width: 100%;
}
.lifePcuSubDimg img{
    border-radius: 10px;
    height: 170px;
    width: 100%;
}

.uniadvant-Sec{
    padding: 60px 0;
    background: #F5F9FF;
}
.uniadHeadD p{
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #000;
}
.uniadHeadD h2{
        font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    color: rgba(4, 30, 66, 1);
}
.uniadSubD{
    padding: 15px;
    margin-top: 50px;
}



.testi-Sec{
    padding: 80px 0;
    background: url(../img/testibg.jpg) top center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}
.testiHead h2{
        font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
}
.testiD{
    box-shadow: 0px 0px 14px 0px #00000040;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.testiImgD{
    background: #302D5D;
    border-radius: 20px;
    padding: 15px;
}
.testiImgD img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.testiImgD h4{
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}
.testiImgD h4 small{
    color: #fff;
}

.testiTextD img{
    height: 60px;
}
.testiTextD p{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
}
.testiTextD h4{
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}
.testiTextD h4 small{
    color: #000;
}



.beniSec{
    padding-bottom: 100px;
}
.beniMainD{
    padding-top: 30px;
    position: relative;
}
.beniMainD ul li{
    float: left;
    padding: 4px;
    width: 37%;
}
.beniMainD ul li img{
    height: 80px;
}
.beniMainD ul li p{
    color: #373F4A;
    font-size: 15px;
    font-weight: 600;
}
.benili1{
       margin-top: -127px;
    position: absolute;
    left: -80px;
}
.benili2{
    margin-top: -104px;
    position: absolute;
    left: 31%;
}
.benili3{
    margin-top: -124px;
    position: absolute;
    right: -60px;
}
.benili4{
    position: absolute;
        left: -210px;
    bottom: 115px;
}
.benili4 img{
    float:right ;
}
.benili4 p{
    text-align: right;
    float:left;
    margin-top: 16px;
}
.benili5{
    position: absolute;
    right: -200px;
    bottom: 115px;
}
.benili5 img{
    float: left;
}
.benili5 p{
    margin-top: 15px;
}
.benili6{    
    position: absolute;
    top: 40px;
    left: -60px;
}
.benili7{
    position: absolute;
    top: 40px;
    right: -60px;
}



.lifePcu-Sec{
    background: rgba(4, 30, 66, 1);
    padding: 30px 0;
}
.lifePcuSubD h2{
        font-size: 58px;
    font-weight: 700;
    line-height: 65px;
    text-align: left;
    color: #fff;
}
.lifePcuSubD p{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #fff;
}
.lifePcuSubDimgbig img{
    height: 375px;
}




.leadership-Sec{
    padding: 60px 0;
    background: #F5F9FF;
}
.leadershipHeadD h2{
    font-size: 65px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: rgba(4, 30, 66, 1);
}

.owl-theme .owl-nav{
    display: none;
}
.leadershipMain .owl-theme .owl-nav{
    display: block;
        top: -60px;
    right: 18px;
    position: absolute;
}
.leadershipMain .owl-theme .owl-dots{
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #D62831 !important;
}

.leadershipMain .owl-carousel .owl-nav button.owl-next, .leadershipMain .owl-carousel .owl-nav button.owl-prev, 
.leadershipMain .owl-carousel button.owl-dot {
    
    border: 1px solid #302D5D;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}
.leadershipMain .owl-carousel .owl-nav button.owl-next span, .leadershipMain .owl-carousel .owl-nav button.owl-prev span{
    font-size: 38px;
    line-height: 22px;
    color: #302D5D;
}
.leadershipMain .owl-carousel .owl-nav button.owl-next:hover, 
.leadershipMain .owl-carousel .owl-nav button.owl-prev:hover{
    background: #302D5D;
}
.leadershipMain .owl-carousel .owl-nav button.owl-next:hover span, 
.leadershipMain .owl-carousel .owl-nav button.owl-prev:hover span{
    color: #fff;
}

.leadershipSubD{
    padding: 30px;
    background: #fff;
    box-shadow: 0px 2px 19px 0px #00000012;
    border-radius: 15px;
    margin: 15px;
}
.leadershipSubD img{
        height: 290px;
    width: auto !important;
    float: left;
    margin-right: 30px;
}

.leadershipSubDcap{
    position: relative;
}
.leadershipSubDcap img{
    height: 60px;
    float: none;
    margin-bottom: 15px;
}
.leadershipSubDcap p{
font-size: 14px;
    font-weight: 400;
    line-height: 20px;
text-align: left;
color: rgba(55, 63, 74, 1);
}
.leadershipSubDcap h4{
font-size: 18px;
font-weight: 700;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: #000;
}
.leadershipSubDcap h6{
font-size: 13px;
font-weight: 700;
color: #000;
}


.brdrnon{
    border-right: none;
}


 .lastfooter-Sec{
    padding: 20px 0;
    background: rgba(5, 0, 48, 1);
 }
 .lastfooter-Sec p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
 }

 .header_logo{
    padding-left: 42px;
    padding-top: 10px;
 }
.sliderimg img{
/*    width: 100%;*/
}


@media screen and (max-width: 1920px) {
    .placementSubD h2 {
    font-size: 80px;
    line-height: 100px;
}
.pcetLogo {
    padding: 0 89px;
}  
.placementSubD {
        padding: 84px 0;
}
.clientSecD {
        padding: 70px 0;
}
.placement-Sec {
    margin-top: -270px;
}
.sliderLeftCon h1 {
        font-size: 60px;
    line-height: 74px;
}
.sliderLeftCon h5 {
    font-size: 30px;
    line-height: 40px;
}
.sliderLeftCon .h4Strip {
    font-size: 36px;
    line-height: 53px;
    padding-left: 80px;
}
.sliderLeftCon .h4Strip:before {
    right: -19px;
    border-top: 74px solid rgba(255, 255, 255, 0.92);
}
.sliderLeftCon ul li {
    font-size: 60px;
    line-height: 30px;
    padding: 32px 13px;
}
.sliderLeftCon ul li small {
    font-size: 22px;
}
.sliderLeftCon {
    padding: 8% 0;
    padding-left: 56px;
}
.sliderRightFm .form-control {
    height: 50px;
    font-size: 18px;
}
.btn_red {
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 8px;
}
.sliderRightFm {
    margin: 7% 0;
}

}

@media screen and (max-width: 1680px) {
    .clientSecD {
        padding: 60px 0;
}
.pcetLogo {
    padding: 0 65px;
}  
.placementSubD {
       padding: 55px 0;
}
.placement-Sec {
    margin-top: -255px;
}
.sliderLeftCon h1 {
        font-size: 60px;
    line-height: 74px;
}
.sliderLeftCon h5 {
    font-size: 30px;
    line-height: 40px;
}
.sliderLeftCon .h4Strip {
    font-size: 36px;
    line-height: 53px;
    padding-left: 80px;
}
.sliderLeftCon .h4Strip:before {
    right: -19px;
    border-top: 74px solid rgba(255, 255, 255, 0.92);
}
.sliderLeftCon ul li {
    font-size: 42px;
    line-height: 30px;
    padding: 23px 13px;
}
.sliderLeftCon ul li small {
    font-size: 19px;
}
.sliderLeftCon {
    padding: 6% 0;
    padding-left: 56px;
}
.sliderRightFm .form-control {
    height: 50px;
    font-size: 18px;
}
.btn_red {
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 8px;
}
.sliderRightFm {
    margin: 7% 0;
}

}


@media screen and (max-width: 1600px) {
.sliderLeftCon ul li small {
    font-size: 17px;
}
.sliderRightFm {
    margin: 7% 0;
}
.pcetLogo {
    padding: 0 60px;
}


}

@media screen and (max-width: 1440px) {
.sliderLeftCon h1 {
        font-size: 60px;
    line-height: 74px;
}
.pcetLogo {
    padding: 0 48px;
}
.sliderLeftCon h5 {
    font-size: 26px;
    line-height: 30px;
}
.sliderLeftCon .h4Strip {
    font-size: 30px;
    line-height: 52px;
    padding-left: 60px;
}
.sliderLeftCon ul li small {
    font-size: 15px;
}
.sliderRightFm .form-control {
    height: 40px;
    font-size: 15px;
}
.btn_red {
    font-size: 15px;
    padding: 10px 30px;
    border-radius: 8px;
}
.sliderRightFm {
    margin: 4% 0;
}


}

@media screen and (max-width: 1400px) {
.sliderLeftCon h1 {
        font-size: 60px;
    line-height: 74px;
}
.sliderLeftCon ul li small {
    font-size: 14px;
}
.pcetLogo {
    padding: 0 45px;
}

}


@media screen and (max-width: 1366px) {
.sliderLeftCon h1 {
        font-size: 58px;
    line-height: 64px;
}
.sliderLeftCon ul li small {
    font-size: 14px;
}
.pcetLogo {
    padding: 0 40px;
}   


}

@media screen and (max-width: 1280px) {
    .sliderLeftCon h1 {
    font-size: 37px;
    line-height: 40px;
}
.sliderLeftCon ul li small {
    font-size: 11px;
}
.sliderRightFm {
    margin: 30% 0;
}
.sliderLeftCon {
    padding: 15% 0;
    padding-left: 56px;
}


}

@media screen and (max-width: 1024px) {
    .sliderLeftCon h1 {
    font-size: 28px;
    line-height: 28px;
}
.madedisiD h3 {
    font-size: 35px;
        line-height: 70px;
}
.placementSubD h2 {
    font-size: 60px;
}
.sliderLeftCon h3 {
    font-size: 14px;
}
.sliderLeftCon h1 small {
    font-size: 15px;
    line-height: 27px;
}
.sliderLeftCon h5 {
    font-size: 18px;
    line-height: 15px;
}
.sliderLeftCon .h4Strip {
    font-size: 20px;
    line-height: 24px;
    padding-left: 60px;
        margin-left: -16%;
}
.sliderLeftCon .h4Strip:before {
    right: -19px;
    border-top: 44px solid rgba(255, 255, 255, 0.92);
}
.sliderLeftCon ul li {
    font-size: 26px;
    line-height: 18px;
    padding: 25px 8px;
}
.sliderLeftCon ul li small {
    font-size: 10px;
}
.sliderRightFm {
    margin: 10% 0;
}
.taglineD h4 {
    font-size: 18px;
}
.btn_red {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 8px;
}

}




@media screen and (max-width: 991px) {
    .nosliderD ul li small {
    font-size: 12px;
}
.nosliderD ul li {
    font-size: 20px;
    line-height: 17px;
    padding: 5px 10px;
}
.nosliderD ul li img {
    margin-right: 5px;
    height: 36px;
}
.nosliderD {
    padding: 15px 20px;
    padding-bottom: 12px;
}
.whyTrust-Sec {
    padding-bottom: 400px;
}
.whypadstrip {
    margin-top: 10px;
    height: 40px;
    margin-left: 0;
}
.whypadMainD h2 {
    font-size: 30px;
}
.whypadMainDUL {
    margin-top: 10px;
}

}

@media screen and (max-width: 768px) {
    .header_logo{
        padding: 0 15px;
    }
    .sliderLeftCon {
    padding: 0;
    padding-left: 15px;
}
.sliderLeftCon h1 small {
    font-size: 14px;
    line-height: 22px;
    text-shadow: none;
}
.sliderLeftCon h1 {
    font-size: 22px;
    line-height: 26px;
    text-shadow: none;
}
.sliderLeftCon h5 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    text-shadow: none;
}
.sliderLeftCon .h4Strip {
    font-size: 16px;
    line-height: 20px;
    padding-left: 17px;
    margin-left: -5%;
}
.sliderLeftCon .h4Strip:before {
    border-top: 41px solid rgba(255, 255, 255, 0.92);
}
.sliderLeftCon ul li {
    width: 50%;
    font-size: 28px;
    line-height: 16px;
    padding: 30px 10px;
    padding-bottom: 0;
}
.sliderLeftCon ul li:first-child {
    padding-left: 10px;
}
.sliderimg img{
    height: 300px;
    width: auto;
        margin: 0 auto;
}
.sliderRightFm {
    padding: 10px;
    margin: 0% 0;
    margin-bottom: 0px;
}
.padrightxs15{
    padding-right: 15px;
}
.mbaOfferD h2 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 15px;
}
.mbaOfferD p {
    font-size: 14px;
    line-height: 22px;
}
.tabMenuD {
    margin-left: 0px;
}
.tabContentD {
    padding: 15px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0;
}
.padleftxs15{
    padding-left: 15px;
}
.madedisiD h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}
.placementSubD h2 {
    font-size: 30px;
    line-height: 35px;
}
.placementSubD p {
    font-size: 14px;
    line-height: 22px;
}
.placementSubD {
    padding: 60px 0;
    padding-bottom: 20px;
}
.placement-Sec {
    margin-top: -110px;
}
.placementSubD2 h4 {
    font-size: 20px;
    line-height: 19px;
}
.placementSubD2 h2 {
    font-size: 55px;
    line-height: 60px;
    margin: 0;
}
.clientSecD {
    padding: 30px 0;
    padding-bottom: 50px;
}
.whyChoosSubD {
    padding-top: 0;
    padding-left: 0;
}
.whyChoosSubD h3 {
    font-size: 20px;
    line-height: 28px;
}
.whyChoosSubDno h2 {
    font-size: 32px;
    line-height: 30px;
    margin-top: 0;
}
.whyChoosSubDno p {
    font-size: 14px;
    line-height: 18px;
}
.whyChoosSubDno {
    padding: 10px 0;
    height: 130px;
}
.whylastSubD p {
    font-size: 14px;
    line-height: 19px;
}
.whylastSubD img {
    height: 42px;
    margin-right: 20px;
}
.whylastSubD {
    border-right: none;
    margin-bottom: 20px;
}
.uniadHeadD h5 {
    font-size: 14px;
    line-height: 14px;
}
.uniadHeadD h3 {
    font-size: 22px;
    line-height: 28px;
}
.uniadSubD {
    padding: 15px;
    margin-top: 0px;
}
.lifePcuSubD h2 {
    font-size: 30px;
    line-height: 40px;
}
.lifePcuSubD{
    padding: 0 15px;
}
.lifePcuSubDimgbig img {
    height: auto;
    margin-bottom: 20px;
}
.lifePcuSubDimg img{
    margin-bottom: 15px;
    width: 100%;
}
.studentspeck-Sec {
    padding: 50px 0;
}
.studentspeckSubD {
    padding-left: 0;
}
.studentspeckSubD h3 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}
.studentspeckSubD p{
    text-align: center;
}
.studentspeckSubDslider {
    padding: 20px;
    padding-right: 20px;
        width: 97%;
    margin-left: 0;
    margin-right: 0;
    margin-top: -25px;
        position: inherit;

}
.leadershipHeadD h2 {
    font-size: 34px;
    line-height: 38px;
}
.leadershipSubD img {
    height: auto;
}
.leadershipSubD {
    border-right: none;
    margin-top: 0;
}
.leadershipSubD {
    padding: 15px;
    padding-bottom: 10px;
}
.martopxs0{
    margin-top: 0;
}
.studentspeckrightBk{
    margin-top: 60px;
}
.header_logo {
    padding: 0 0px;
}
.downloadBtn {
    padding: 5px 0;
}
.downloadBtn .btn_red {
    font-size: 10px;
    padding: 10px 15px;
}
.sliderLeftCon h4 {
    font-size: 18px;
    line-height: 24px;
}
.nosliderD ul li {
    width: 100%;
    font-size: 30px;
    line-height: 17px;
    padding: 12px 0px;
    border: none;
}
.nosliderD ul li img {
    height: 38px;
}
.whypadMainD {
    padding-left: 15px;
}
.whypadMainD h2 {
    font-size: 30px;
}

}

@media screen and (max-width: 420px) {
    .placementSubD2 h2 {
    font-size: 46px;
    line-height: 60px;
    margin: 0;
}
.madedisiD h3 {
    font-size: 25px;
}
.tabContentDsub h4 {
    font-size: 18px;
}
.whyChoosSubD h3 {
    font-size: 18px;
    line-height: 22px;
}
.uniadHeadD h5 {
    font-size: 13px;
}
.mbaOfferD h2 {
    font-size: 22px;
}
.tabMenuD .nav-pills>li>a {
    font-size: 14px;
}
.downloadBtn .btn_red {
    font-size: 9px;
    padding: 7px 10px;
}
.taglineD h4 {
    font-size: 10px;
    letter-spacing: 0px;
    font-weight: 500;
}
.sliderLeftCon h3 {
    font-size: 11px;
}

.sliderLeftCon h3 {
    font-size: 11px;
}


.lifePcuSubDimg img {
    height: auto;
}
.headW h3 {
    font-size: 28px;
    line-height: 38px;
}
.taglineD {
    padding: 8px 0;
}
.studentspeckrightBk {
    background: transparent;
    height: auto;
}
.header-nav {
    padding: 4px 0;
}

.whyChoos-Sec{
        height: auto;
}
.whypadstrip {
    padding-left: 15px;
}
.whypadstrip h4 {
    font-size: 17px;
}
.whymainimgD, .whypadMainD {
    margin: 0;
}
.schlLearningTabD .tab-content {
    padding: 0;
}
.placement-Sec {
    margin-top: -125px;
}
.mbaOffericonD h5 {
    color: #0F366C;
    font-size: 12px;
    line-height: 18px;
}
.uniadHeadD h2 {
    font-size: 20px;
    line-height: 28px;
}
.testiImgD {
    padding: 20px;
}
.benili1, .benili2, .benili3, .benili4, .benili5, .benili6, .benili7{
    position: inherit;
    margin: 0;
}

.sliderimg {
    margin-left: 0;
}
.whyTrust-Sec {
    padding: 50px 0;
}
.mbaOfferD{
        background: #ffffffb0;
    padding: 10px;
}
.beniMainD ul li {
    width: 100%;
}
.beniMainD ul li p {
    text-align: left;
    margin: 0;
}
.beniMainD ul li img {
    float: left;
}
.video iframe{
    height: 300px;
}
.testi-Sec {
    padding: 30px 0;
        padding-bottom: 80px;
}
.testiHead h2 {
    font-size: 24px;
}
.testiTextD p {
    font-size: 14px;
}
.carousel-control {
    bottom: -90px;
}
.beniSec {
    padding-bottom: 30px;
}
.headW{
    background: none !important;
    margin-bottom:45px;
}
.leadershipMain .owl-theme .owl-nav {
    top: -75px;
}


}













