body, html {
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

/* Color Theme & Combination */
.purpleColor {
    color: #6c1dc6;
}
.purpleLightColor {
    color: #6e1fc7;
}
.purpleDarkColor {
    color: #663398;
}
.yellowColor {
    color: #efd63c;
}
.orangeColor {
    color: #f77e0d;
}
.redColor {
    color: #f61c6a;
}

.purpleBgColor {
    background-color: #6c1dc6;
}
.purpleLightBgColor {
    background-color: #6e1fc7;
}
.purpleDarkBgColor {
    background-color: #663398;
}
.yellowBgColor {
    background-color: #efd63c;
}
.orangeBgColor {
    background-color: #f77e0d;
}
.redBgColor {
    background-color: #f61c6a;
}

ul, li { list-style: none; margin: 0 !important; padding: 0 !important;}
a {
    cursor: pointer;
    text-decoration: none !important;
}

.cl { clear: both;}

.btnHdrLgn {
    border: #451c6d 1px solid;
    padding: 7px 20px;
    color: #000;
    text-decoration: none;
    background-color: #663398 !important;
    color: #fff !important;
}

section {
    position: relative;
}

.BnrDsplyDsktp {
    display: block;
}
.BnrDsplyMbl {
    display: none;
}

.ulLstStyl {
    margin-left: 12px !important;
}
.ulLstStyl li{
    list-style: circle !important;
    margin: 10px !important;
}
.ulLstStyl ul, .ulLstStyl ol {
    margin-left: 30px !important;
    margin-bottom: 30px !important;
}



/* Start Header */
header {
    padding: auto;
}
.headerSec .hrdTpSec {
    width: 100%;
    height: 75px;
    margin: 0 auto;
    position: relative;
    padding-right: 70px;
}
.headerSec .hrdTpSec .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.headerSec .hrdTpSec .logoPrerna {
    position: absolute;
    top: 0;
    left:80px;
    z-index: 2;
}
.headerSec .hrdTpSec .hdrBtnCntctDv {
    display: flex;
    gap: 15px;
    float: right;
    margin-right: 50px;
    font-size: 13px;
}
.headerSec .hrdTpSec .hdrBtnCntctDv a {
    color: #000;
    text-decoration: none;
}
.headerSec .hrdBtmSec {
    width: 100%;
    height: 75px;
    background-image: linear-gradient(to right, #6c1dc6, #efd63c);
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 70px;
}
.headerSec .hrdBtmSec .hrdBtmSecMnu {
    display: flex;
    float: right;
    gap: 40px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}
.headerSec .hrdBtmSec .hrdBtmSecMnu a {
    color: #fff;
    text-decoration: none;
}
.headerSec .hrdBtmSec .hrdBtmSecMnu a span {
    font-weight: bold;
    text-transform: uppercase;
}
.headerSec .btnHdrLgn {    
    background: #fff !important;
    border: #ccc 1px solid;
    padding: 7px 20px;
    color: #000 !important;
    text-decoration: none;
    border-radius: 0px 0;
}
.headerSec .btnHdrRgstr {
    border: #451c6d 1px solid;
    padding: 7px 20px;
    color: #000;
    text-decoration: none;
    background-color: #663398;
    color: #fff !important;
    border-radius: 0px 0;   
}
.headerSec .logoMinistry {
    width: 100%;
    margin-top: 0px;
}
/* End Header */












/* Start Page Section */
.pgSec {
    min-height: 200px;
    padding: 100px 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
/* .pgSec:nth-child(Odd) {
    background-color: #fff;
}
.pgSec:nth-child(Even) {
    background-color: #ccc;
} */
.pgSec .secHeadDv {
    font-size: 36px;
}
.pgSec .secHeadDv .headTxt {
    position: relative;
    display: block;
    padding-bottom: 20px;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 30px;
}
.pgSec .secHeadDv .headTxt span {
    font-weight: bold;
    text-transform: uppercase;
}
.pgSec .secHeadDv .headTxt::after {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #663398;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
}
.pgSec .secHeadDv .headTxtBrdrOrng::after {
    content: "";
    background-color: #f77e0d;
}
.pgSec .secCntntDv {
    margin: 0px 0;
    font-size: 18px;
    line-height: 32px;
}

/* End Page Section */



/* Start Inner Page Content Section */
.innerPageContentSec {
    background-color: #fff;
    /* background-image: linear-gradient(to right, #e6fbff, #e6fbff); */
    min-height: 600px;
}
.innerPageContentSec .secCntntDv {
    margin: 0px 0;
    font-size: 18px;
    line-height: 32px;
}
/* End Inner Page Content Section */



/* Start Registration Form Section */
.registerFrmSec {
    /* background-color: #e6fbff; */
    min-height: 300px;
    /* padding: 50px; */
}
.registerFrmSec .formFld .row {
    background: #fff;
    padding: 45px;
}
.registrationFormDiv .form-group {
    position: relative;
}
.registerFrmSec label {
    width: 100%;
    float: left;
    text-align: left;
    padding-bottom: 10px;
    color: #000000;
    font-weight: 600;
    margin-right: 25px;
    font-size: 17px;
}
.registerFrmSec input.form-control {
    color: #333;
    background: #fff;
    height: 46px !important;
    border: 1px solid #01a1e4;
}
.registrationFormDiv .form-group .eIcn {
    position: absolute;
    top: 45px;
    right: 15px;
    background: #01a1e4;
    background-image: linear-gradient(to right, #f77e0d, #f77e0d);
    padding: 7px 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
}
.registrationFormDiv .form-group .eIcn img {
    display: inline-block;
    max-width: 75%;
    height: auto;
}
.formFld .form-group {
    text-align: left;
    padding: 20px;
}
/* End Registration Form Section */



/* Start Inner Page Banner Heading Section */
.innerPageBannerHeadingSec {
    min-height: 200px;
    padding: 70px 0;
    text-align: center;
    background-image: linear-gradient(to top, #fff, #fff5e6);
    /* background-color: #e6fbff; */
    
}
.innerPageBannerHeadingSec .secHeadDv {
    font-size: 36px;
}

.innerPageBannerHeadingSec .secHeadDv .headTxt {
    position: relative;
    display: block;
    padding-bottom: 20px;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 30px;
}
.innerPageBannerHeadingSec .secHeadDv .headTxt span {
    font-weight: bold;
    text-transform: uppercase;
}
.innerPageBannerHeadingSec .secHeadDv .headTxt::after {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #663398;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -50px;
}
/* End Inner Page Banner Heading Section */



/* Start Home Page Boxes Section */
.homePageBoxesSec {    
    position: relative;
    z-index: 1;
}
.homePageBoxesSec .BoxesDv { display: flex; gap: 2px;}
.homePageBoxesSec .BoxesDv .BxDv {width: 20%; height: 215px; background-color: antiquewhite; position: relative;}
.homePageBoxesSec .BoxesDv .BxDv .BxHd { position: absolute; left: 20px; top:20px; font-size: 24px; font-weight: bold;}
.homePageBoxesSec .BoxesDv .BxDv .BxIcn {position: absolute; right: 30px; bottom:30px;}
.homePageBoxesSec .BoxesDv .BxDv .BxIcn img { width: 75px;}
.homePageBoxesSec .BoxesDv .BxDv .BxRdmTxt {position: absolute; left: 20px; bottom:20px; font-size: 14px; font-weight: bold;}
.homePageBoxesSec .BoxesDv .BxDv select {
    width: 40%;
    padding:10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    border:#fff 1px solid;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    color: #000;
}
.homePageBoxesSec .BoxesDv .BxDv.BxRgstr {
    background-color: #fce9f0;
    background-image: linear-gradient(to right, #fff5d9, #fff);
    color: #d2af58;
}
.homePageBoxesSec .BoxesDv .BxDv.BxRgstr:hover {
    background-color: #f0cdda;
    background-image: linear-gradient(to right, #f7eac6, #fff);
}
.homePageBoxesSec .BoxesDv .BxDv.BxRgstr a {color: #d2af58;}
.homePageBoxesSec .BoxesDv .BxDv.BxBatch1 {
    background-color: #fff5d9;
    background-image: linear-gradient(to right, #fce9f0, #fff);
    color: #f61c69;
}
.homePageBoxesSec .BoxesDv .BxDv.BxBatch1:hover {
    background-color: #f7eac6;
    background-image: linear-gradient(to right, #f1d0dc, #fff);
}
.homePageBoxesSec .BoxesDv .BxDv.BxBatch1 a {color: #f61c69;}
.homePageBoxesSec .BoxesDv .BxDv.BxBatch2 {
    background-color: #ffeddf;
    background-image: linear-gradient(to right, #ffeddf, #fff);
    color: #db6d19;
}
.homePageBoxesSec .BoxesDv .BxDv.BxBatch2:hover {
    background-color: #f0d8c5;
    background-image: linear-gradient(to right, #f0d8c5, #fff);
}
.homePageBoxesSec .BoxesDv .BxDv.BxBatch2 a {color: #db6d19;}
.homePageBoxesSec .BoxesDv .BxDv.BxFQs {
    background-color: #e7e1ff;
    background-image: linear-gradient(to right, #e7e1ff, #fff);
    color: #533fa7;
}
.homePageBoxesSec .BoxesDv .BxDv.BxFQs:hover {
    background-color: #d1c9ef;
    color: #533fa7;
    background-image: linear-gradient(to right, #d1c9ef, #fff);
}
.homePageBoxesSec .BoxesDv .BxDv.BxFQs a {color: #533fa7;}

.homePageBoxesSec .BoxesDv .BxDv.BxGlry {
    background-color: #fff5d9;
    background-image: linear-gradient(to right, #fff5d9, #fff);
    color: #ecc455;
}
.homePageBoxesSec .BoxesDv .BxDv.BxGlry:hover {
    background-color: #f4e7c4;
    background-image: linear-gradient(to right, #f4e7c4, #fff);
}
.homePageBoxesSec .BoxesDv .BxDv.BxGlry a {color: #ecc455;}

/* End Home Page Boxes Section */





/* Start Reason Section */
.homeReasonSec {
    padding: auto;
}
.homeReasonSec .reasnBxDv {
    width: 100%;
    min-height: 500px;
    background: url(../images/reason1.jpg) no-repeat center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homeReasonSec .reasnBxDv .reasnBxDvCntnt {
    position: absolute;
    right: 40px;
    width: 45%;
    max-height: 500px;
    overflow: auto;
    text-align: left;
    color: #fff;
}
.homeReasonSec .reasnBxDv .reasnBxDvCntnt .reasnBxDvCntntHead {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.homeReasonSec .reasnBxDv .reasnBxDvCntnt p {
    font-size: 20px;
    font-weight: normal;
}
/* End Reason Section */




.homeAboutSec {
    background-color: #fafafa;
    background-image: linear-gradient(to bottom, #fafafa, #fff);
}
.homeAboutSec .BxRdmTxt {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.prernaValues {
    padding: 10px 30px 40px;
    border-radius: 40px 0;
    /* box-shadow: #c2e4eb 0px 0px 10px;  */
    border: #c2e4eb 2px dotted;  
}
.prernaValues ul, .prernaValues li {
    list-style: none !important;
}
.prernaValues .prernaValuesHeadingBx {
position: relative;
display: flex;
text-align: left;
justify-content: center;
align-items: center;
line-height: normal;
gap: 10px;
}
.prernaValues .prernaValuesHeadingBxNmbr {
    font-size: 60px;
    font-weight: 900;    
    color: #f77e0d;
    font-style: italic;
}
.prernaValues .prernaValuesHeadingBxTxt {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: 2px;
}
.prernaValues ul {
    position: relative;
    display: inline-flex;
}
.prernaValues ul li {
    height: auto;
    background-color: #eee;
    color: #000;
    text-align: center;
    border-radius: 0%;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px !important;
    transition: all .2s ease-in-out;
    border-radius: 20px 0;
    border: #fff 5px solid;
}
.prernaValues ul li:hover {
    transform: scale(1.05);
    color: #fff;
    background-color: #6c1dc6;
}



/* Start Glimpses Section */
.homeGlimpsesSec {
    padding: auto;
    background-color: #e6f6f9;
    background-image: linear-gradient(to bottom, #e6f6f9, #fff);
    padding-top: 70px;
}
.homeGlimpsesSec .GlimpsesBxDv {
    width: 100%;
    min-height: 400px;
    /* background: url(../images/reason1.jpg) no-repeat left; */
    /* background: #fff; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.homeGlimpsesSec .GlimpsesBxDv.GlimpsesBxDv2 {
    width: 100%;
    min-height: 400px;
    /* background: url(../images/reason2.jpg) no-repeat left; */
    /* background: #fff; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.homeGlimpsesSec .GlimpsesBxDv .GlimpsesBxDvCntnt {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 100%;
    max-height: 500px;
    overflow: auto;
    text-align: left;
    color: #fff;
    /* background: rgb(102, 51, 152, .5); */
    padding: 0px;
}
.homeGlimpsesSec .GlimpsesBxDv .GlimpsesBxDvCntntYlw {
    background: rgb(239, 214, 60, .5);
}
.homeGlimpsesSec .GlimpsesBxDv .GlimpsesBxDvCntnt .GlimpsesBxDvCntntHead {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
.homeGlimpsesSec .GlimpsesBxDv .GlimpsesBxDvCntnt p {
    font-size: 20px;
    font-weight: normal;
}
/* End Glimpses Section */






/* Start Testimonial */
.studentTestimonialSec {
    background-color: #f7f6fb;
    background-image: linear-gradient(to bottom, #f7f6fb, #fff);
}
.studentTestimonialSec .tstmnlBx {
    width: 90%;
    height: auto;
    border-radius: 20px;
    box-shadow: #ccc 0px 0px 10px;
    padding: 20px;
    margin: auto;
    margin-top: 40px;
    background-color: #fff;
    transition: all .2s ease-in-out;
}
.studentTestimonialSec .tstmnlBx:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.studentTestimonialSec .tstmnlBx .tstmnlImgAndNmBx {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    gap: 15px;
    margin-top: -55px;
}
.tstmnlImgDv { width: 175px; height: 175px; text-align: left;}
.tstmnlImgDv img { border-radius: 50%; border:#ccc 10px solid; width: 100%;}
.tstmnlNmDv { font-size: 18px; font-weight: bold; line-height: normal;}
.tstmnlNmDv span { display: block; font-size: 12px; font-weight: bold; color: #999; line-height: normal;}
.tstmnlCntntDv { font-size: 16px; font-weight: normal;text-align: left; line-height: 26px; margin: 10px 0; min-height: 135px;}
.tstmnlrtngDv {text-align: left;}

.studentTestimonialSec .tstiOne {box-shadow: #ffd8e5 0px 0px 20px;}
.studentTestimonialSec .tstiOne .tstmnlImgDv img { border-radius: 50%; border:#ffd8e5 10px solid; width: 100%;}
.studentTestimonialSec .tstiOne:hover {box-shadow: #f0c0d0 0px 0px 20px;}
.studentTestimonialSec .tstiOne:hover .tstmnlImgDv img { border-radius: 50%; border:#f0c0d0 10px solid; width: 100%;}

.studentTestimonialSec .tstiTwo {box-shadow: #ffeebf 0px 0px 20px;}
.studentTestimonialSec .tstiTwo .tstmnlImgDv img { border-radius: 50%; border:#ffeebf 10px solid; width: 100%;}
.studentTestimonialSec .tstiTwo:hover {box-shadow: #f1deaa 0px 0px 20px;}
.studentTestimonialSec .tstiTwo:hover .tstmnlImgDv img { border-radius: 50%; border:#f1deaa 10px solid; width: 100%;}

.studentTestimonialSec .tstiThree {box-shadow: #dfd7ff 0px 0px 20px;}
.studentTestimonialSec .tstiThree .tstmnlImgDv img { border-radius: 50%; border:#dfd7ff 10px solid; width: 100%;}
.studentTestimonialSec .tstiThree:hover {box-shadow: #c8beee 0px 0px 20px;}
.studentTestimonialSec .tstiThree:hover .tstmnlImgDv img { border-radius: 50%; border:#c8beee 10px solid; width: 100%;}

/* End Testimonial */








/* Start Update Section */
.updatesSec {
    background-color: #e6fbff;
    background-image: linear-gradient(to bottom, #e6fbff, #fff);
}
.updatesSec .updtBx {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 20px;
    transition: all .2s ease-in-out;
}
.updatesSec .updtBx:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.updatesSec .updtBx a {
    color: #000;
}
.updatesSec .updtBx .updtImgBx {
    width: 100%;
    min-height: 175px;
    max-height: 175px;
    box-shadow: #c2e4eb 0px 0px 10px;
    overflow: hidden;
}
.updatesSec .updtBx .updtImgBx img {
    width: 100%;
    transition: all .2s ease-in-out;
}
.updatesSec .updtBx:hover .updtImgBx img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.updatesSec .updtBx .updtCntntBx {
    width: 100%;
    min-height: 150px;
    background-color: #fff;
    padding: 30px;
    box-shadow: #c2e4eb 0px 0px 10px;
}
.updatesSec .updtBx .updtCntntBx .updtCntntDv {
    text-align: left;
    font-size: 16px;
    line-height: normal;
}
.updatesSec .updtBx .updtCntntBx .updtCntntDv .updtCtgryNm {
    font-size: 13px;
    text-transform: uppercase;
    color: #999;
}
.updatesSec .updtBx .updtCntntBx .updtCntntDv .updtCtgryTtl {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
/* End Update Section */




/* Start Logos Section Div */
.logosSecDv {}
.logosSecDv .item {
    margin: 0px;
    background-color: #fff;
}
.logosSecDv .item img { width: 100%;  }
/* End Logos section Div */




/* Footer */
footer {
    width: 100%;
    min-height: 100px;
    padding: auto;
    color: #fff;
}
footer p {
    font-size: 14px;
}
footer .footerTopSec {
    min-height: 200px;
    padding: 50px;
}
footer .footerTopSec a {
    display: block;
    font-size: 12px;
    margin: 10px 0;
    word-wrap: break-word;
}
footer .footerTopSec .footerHeading {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}
footer .footerTopSec .footerHeading::after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #fff;
    display: block;
    text-align: center;
    position: absolute;
    left: 0%;
    bottom: 0;
}
footer .footerBottomSec {
    min-height: auto;
    padding: 10px 50px;
    font-size: 11px;
}
footer .footerBottomSec a {
    margin: 15px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .cpyRgtDv {
    text-align: left;
    padding-top: 10px;
}
footer .lnkDv {
    text-align: center;
    padding-top: 10px;
}
footer .imgLogoDv {
    text-align: right;
}
footer .imgLogoDv img {
    width: 200px;
}
footer .abtFtrSec p {
    width: 80%;
}



/* Start Owl Carousel */
.homePageBannerSec {
    position: relative;
    background: url(../images/banner_revised.jpg) left top no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 700px;
}
.homePageBannerSec .BnrSldrImgBx {
    width: 600px;
    position: absolute;
    right: 10%;
    top: 5%;
}
.BnrRgstrLnkTxt {
    width:400px; position:absolute; bottom:-100px; left:130px; 
}
.rgstrHrLnk {
    position:absolute; bottom:0px; left:0px;
}
.rgstrHrLnk .rgstrHrLnkImg {
    width:300px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    color: #000;
    border: #eee 1px solid !important;
    width: 40px;
    height: 40px;
    background: #fff !important;
  }
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    font-size: 28px;
    position: relative;
    top: -5px;
    color: #000 !important;
}
.homePageBannerSec .owl-theme .owl-nav {
margin-top: 40px !important;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
  .owl-carousel.owl-loaded {
    display: block;
    position: relative;
  }
.owl-dots {
    display: none;
}
.homePageBannerSec .owl-nav {
    position: absolute;
    bottom: 100px;
    right: 80px;
}
.pgSec .owl-carousel .owl-item img {
    width: inherit !important;
   
}
.pgSec .owl-carousel .owl-stage-outer {
    padding-bottom: 20px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    border-radius: 15px 0;
    margin:2px;
    opacity: .6;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel button.owl-dot:hover {
    opacity: 1;
}
/* End Owl Carousel */











/* Start Mentors Section */
.mntrBx {
    padding: 30px;
    margin: 40px 0;
    border:#fff 20px solid;
    background-color: #e6f6f9;
    background-image: linear-gradient(to bottom, #e6f6f9, #fff);
    height: 100%;
    font-size: 16px;
    line-height: normal;    
}
.col-lg-6:nth-child(1) .mntrBx {
    background-image: linear-gradient(to bottom, #e6f6f9, #fff);
}
.col-lg-6:nth-child(2) .mntrBx {
    background-image: linear-gradient(to bottom, #fff5e6, #fff);
}
.col-lg-6:nth-child(3) .mntrBx {
    background-image: linear-gradient(to bottom, #f7f0ff, #fff);
}
.col-lg-6:nth-child(4) .mntrBx {
    background-image: linear-gradient(to bottom, #e6f6f9, #fff);
}
.col-lg-6:nth-child(5) .mntrBx {
    background-image: linear-gradient(to bottom, #fff5e6, #fff);
}
.col-lg-6:nth-child(6) .mntrBx {
    background-image: linear-gradient(to bottom, #f7f0ff, #fff);
}
.col-lg-6:nth-child(7) .mntrBx {
    background-image: linear-gradient(to bottom, #e6f6f9, #fff);
}
.col-lg-6:nth-child(8) .mntrBx {
    background-image: linear-gradient(to bottom, #fff5e6, #fff);
}
.col-lg-6:nth-child(9) .mntrBx {
    background-image: linear-gradient(to bottom, #f7f0ff, #fff);
}
.mntrBx .mntrPrflImg {
    width: 100%;
    border-radius: 15px;
}
.mntrBx b {
    font-size: 18px;
}
.mntrBx i {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.mntrBx .col-lg-12 {
    border-top: #fff 5px solid;
    padding-top: 30px;
    display: block;
}
/* Start Mentors Section */