/* @import url('http://example.com/example_style.css'); */

    /***********************************************/
    /* CSS @imports must be at the top of the file */
    /* Add them above this section                 */
    /***********************************************/

    /****************************************/
    /* HubSpot Style Boilerplate            */
    /****************************************/

    /* These includes are optional, but helpful. */
    /* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
    /* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


    /*****************************************/
    /* Start your style declarations here    */
    /*****************************************/

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

    body {
        background: #fff;
    }

    a{transition: all 0.5s;}
a {
    color: #070F6E;
    text-decoration: none;
}
    a:hover { text-decoration:none; color: #ffc20e;}

    .body-container-wrapper {
          padding-bottom: 0% !important;
        margin-bottom: 30px;
        margin-top: 120px !important;
    }

p a {
    color: #070F6E;
    text-decoration: none;
}
   p a:hover { text-decoration:none; color: #ffc20e;}

    .body-container-wrapper {
        margin-bottom: 0px;
        margin-top: 0px !important;
      background: #fff;
    }

p{font-family: 'Roboto',sans-serif;}
  ul li a::after {
    content: none;
    color: #ffc20e;
    position: relative;
    right: 0px;
    text-transform: inherit;
    top: 0px;
    display: initial;
    font: inherit;
    font-size: inherit;
    text-rendering: inherit;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: none;
    font-size: inherit;
}

img.private-image.widget-launcher-icon.open.img-responsive.private-image--responsive {
    width: 25px !important;
    height: 25px;
}
p.ploFaculty-link {
    margin-bottom: 4%;
}
.ploFaculty-link a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}

.ploFaculty-link a:after {
    content: "\f178";
    color: #ffc20e;
    position: absolute;
    right: -25px;
    top: 1px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
}

.listStyle ul li a::after {
    content: none;
    color: #ffc20e;
    position: relative;
    right: 0px;
    text-transform: inherit;
    top: 0px;
    display: initial;
    font: inherit;
    font-size: inherit;
    text-rendering: inherit;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: none;
    font-size: inherit;
}


.PLOBContentAnimation2 h3 {
    font-size: 25px;
    text-transform: capitalize;
    font-family: Roboto,sans-serif;
    font-weight: 500;
}


.aaLogo {
    border-right: 1px solid #c5c4c4;
}
.aaLogo p {
    text-align: center !important;
	    font-size: 14px !important;
	}

.bfLogo p {
    text-align: center !important;
	    font-size: 14px !important;
	}

.AILearningOutCont p {
    text-align: justify;
}

.containerHPBanner {
    padding: 14px 125px 10px 104px;
}

.programImageContainer .SlidshowContainer .FrontImg img {
          width: 45% !important;
    height: auto !important;
    left: 47% !important;
  top: 25px !important; 
      position: absolute; 
}
p.TopicProductDescription.mrbtm {
    margin-bottom: 1px !important;
}

.AdmPLOContent .AdvPLOStep .ctaButton {
    margin-top: 1px;
    margin-bottom: 1%;
}

.AniContentSec .PLOBContentAnimation1 {
 font-size: 28px;
    font-family: Poppins,sans-serif;
    left: 0px;
    width: 85%;
    position: relative;
    margin-top: 90px;
    margin-bottom: 6px;
    font-weight: 500;
    letter-spacing: 0;
}

.programImageContainer img.BackBanner {
      width: 42% !important;
    position: absolute;
    left: 62%;
    top: 70px;
}

.thumbnailContainer .column {
         width: 14%;
    float: left;
    margin-right: 3%;
}

.PLOBContentAnimation2.TopSpace.w3-animate-left {
    margin-top: 6%;
}

.SlidshowContainer .AniImgSec .FrontImg {
   /* position: relative;
    left: -6%;*/
}

.thumbnailContainer .column a.demo.cursor {
    font-size: 16px;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    cursor: pointer;    color: #000;
}



.AniContentSec .PLOBContentAnimation2 {
       left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
    line-height: 50px;
    letter-spacing: 0 !important;
    font-size: 50px;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.AniContentSec .PLOBContentAnimation2 h2{
    line-height: 50px;
    letter-spacing: 0 !important;
    font-size: 50px;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    font-weight: 600;    color: #000;
	}

.AniContentSec .PLOBContentAnimation3{
    left: 0px !important;
    top: 0px !important;
    position: relative;
    letter-spacing: 0 !important;
    font-family: Roboto,sans-serif;
    font-size: 16px;
    width: 77%;
    margin-bottom: 5%;
}

.AniContentSec .PLOBContentAnimation4 {
    left: -51px !important;
    top: 980px !important;
    width: 274px;
   
    letter-spacing: 0 !important;
} 
.AniContentSec {
    width: 45%;
    float: left;    padding: 2% 0%;
}

.AniImgSec {
    width: 55%;
    float: left;
}

.ProBarSec {
       padding: 0% 0% 0% 15px;
}

.CourcePageAniContentSec .PLOBContentAnimation2 {
    left: 0px;
    top: 0px;
    margin-top: 11%;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    line-height: 50px;
    letter-spacing: 0 !important;
    font-size: 50px;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.CourcePageAniContentSec {
       width: 55%;
    float: left;    position: absolute;
     
}

.CourcePageAniContentSec2 {
          width: 47%;
    float: left;
    position: absolute;
    bottom: 120px;
     
}


.CourcePageAniContentSec2 .PLOBContentAnimation3.w3-animate-top {
       width: 86%;
    margin-bottom: 7%;
        font-size: 16px;
    line-height: 20px;
}

.CourcePageAniImgSec {
       width: 45%;
    float: right;
   left: 2%;
    position: relative;
}

img.AniRightPolygon.w3-animate-zoom {
          position: absolute;
       top: -10px;
    width: auto !important;
    left: 42%;
    z-index: 9;
}

.SlidshowContainer {
    margin-top: 1%;position: relative;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;    font-weight: 600 !important;
    color: #000;
}

#myProgressStatic{
  width: 100%;
    background-color: #bdbcbc;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10%;
}

#myProgress {
            width: 223px;
    background-color: #bdbcbc;
    height: 3px;
    position: absolute;
    bottom: 22px;
    left: 0px;
}


#myBar {
  width: 1%;
       height: 6px;
    background-color: #4ba4fd;
    margin-top: 5%;
    position: relative;
    bottom: 12px;
}
desktop-only{display:block;}
mobile-only{display:none;}
#myProgress2 {
     width: 223px;
    background-color: #bdbcbc;
    height: 3px;
    position: absolute;
    bottom: 22px;
    left: 269px;
}


#myBar2 {
  width: 1%;
       height: 6px;
    background-color: #4ba4fd;
    margin-top: 5%;
    position: relative;
    bottom: 12px;
}

#myProgress3 {
   width: 223px;
    background-color: #bdbcbc;
    height: 3px;
    position: absolute;
    bottom: 22px;
    left: 539px;
}


#myBar3 {
  width: 1%;
       height: 6px;
    background-color: #4ba4fd;
    margin-top: 5%;
    position: relative;
    bottom: 12px;
}


#myProgress4 {
  width: 223px;
    background-color: #bdbcbc;
    height: 3px;
    position: absolute;
    bottom: 22px;
    left: 808px;
}


#myBar4 {
  width: 1%;
       height: 6px;
    background-color: #4ba4fd;
    margin-top: 5%;
    position: relative;
    bottom: 12px;
}

#myProgress5 {
  width: 223px;
    background-color: #bdbcbc;
    height: 3px;
    position: absolute;
    bottom: 22px;
    left: 1078px;
}


#myBar5 {
  width: 1%;
       height: 6px;
    background-color: #4ba4fd;
    margin-top: 5%;
    position: relative;
    bottom: 12px;
}


#myProgress6 {
  width: 223px;
    background-color: #bdbcbc;
    height: 3px;
    position: absolute;
    bottom: 22px;
    left: 1346px;
} 
 

#myBar6 {
  width: 1%;
       height: 6px;
    background-color: #4ba4fd;
    margin-top: 5%;
    position: relative;
    bottom: 12px;
}

.SlidshowContainer a.next {
          position: absolute;
    top: 9%;
    right: -4%;
    width: 70px;
    height: 462px;
    cursor: pointer;
}

.SlidshowContainer a.next sup {
    color: #73ddfd;
}

.SlidshowContainer a.prev {
    display: none;
}

.SlidshowContainer .numbertext {
    position: absolute;
    right: 50%;
    top: 5%;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.BluePatchSec {
       background-image: linear-gradient(#53adff,#0252f0);height: 490px;    position: relative;margin-top: 2%;
}
.HPPLOBlueAbout {
    padding: 1% 0% 8%;
}

.HPPLOBlueAbout .AboutPatchSec {
    padding: 0px 104px;  position: relatice;
}

.HPPLOBlueAbout .AboutPatchSec .PLOImgContentSec .PLOSubContent h2 {
    color: #000;    font-size: 45px;
    line-height: 45px;    position: relative;     margin-bottom: 8%;
}

.HPPLOBlueAbout .AboutPatchSec .PLOImgContentSec .PLOSubContent h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/faculty-header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 0;
    bottom: -20px;
}

.HPPLOBlueAbout .AboutPatchSec .PLOImdPolygonRight {
    top: -13%;
    left: 52%;
    z-index: 9;
}

.HPPLOBlueAbout .AboutPatchSec .PLOImgContentSec .PLOSubContent p {
    color: #000 !important;margin-bottom: 15px !important;
}
.AboutPatchSec .PLOImgContentSec {
    padding: 0% 0%;
}





.AboutUsHPLinks p a {
    color: #000;
}



.arrow {
  border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    float: right;
    top: 7px;
    position: relative;
    right: 5px;
  font-family: 'Roboto',sans-serif;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.PLOSquare1 {
    position: absolute;
    right: 0px;
    width: 12%;
}
.slick-dots {
    bottom: 0px !important;
	}
.PLOSquare2 {
   position: absolute;
    right: 44px;
    top: 29px;
    width: 12%;
}

.PLOSquare3 {
       position: absolute;
    right: 91px;
    top: 46px;
    width: 7%;
}

.PLOCircle1 {
    position: absolute;
    top: 68%;
    left: 32px;
}


.PLOCircle1 img {
    width: 80%;
}

.PLOCircle2 {
        position: absolute;
    top: 84%;
    left: 12px;
}

.PLOImgContentSec{    padding: 11% 0%;
    position: relative;}

.PLOImgSection {
          position: relative;
    width: 50%;
    float: left;
    margin-right: 1%;
}

.PLOLearningImage {
    width: 90%;
    position: relative;
    z-index: 1;
    margin-right: 0%;
}

.PLOImdDotLeftTop {
    position: absolute;
    top: -7%;
    left: -6%;
}

.PLOImdPolygonRight {
    position: absolute;
    top: -10%;
    left: 61%;
    z-index: 1;
}

.PLOImdDotRightBottom {
        position: absolute;
    left: 58%;
    bottom: -20px;
}


.PLOSubContent {
    text-align: left;
    width: 49%;
    float: left;
    padding: 2% 0%;
}


.PLOSubContent h2 {
    font-family: 'Poppins',sans-serif !important;
    font-size: 45px;
      line-height: 45px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    margin-bottom: 8%;
}

.ploSubFacuToughtDes h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1%;
}

.ploSubFacuToughtDes p {
    margin-top: 1%;
}

.PLOSubContent h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -20px;
}

.PLOSubContent h1 {
    font-family: 'Poppins',sans-serif !important;
    font-size: 45px;
      line-height: 45px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    margin-bottom: 5%;text-transform: uppercase;
}
.PLOSubContent p {
    font-size: 16px !important;
    color: #fff !important;
}

.ploSubFacuToughtDes .ctaButton {
    margin-top: 1%;
}

.AboutUsHPLinks p {
    background: #edf5fe;
    padding: 2%;
    margin-bottom: 15px !important;
}

.PLOSubContent {
    text-align: left;
}

.PLOSubContent .Polygon-top-right {
    position: absolute;
    left: 33%;
    top: 1%;
    z-index: 1;
}

.greyPatchSec {
           background-image: linear-gradient(#ebecec,#fff);
    height: 90px;
    margin-top: -54px;
    margin-bottom: 4%;
}

.CourseWebinar h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 0% 0 2%;
    text-align: center;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}

.CourseWebinar h3:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.CourseWebinar h4 {
    font-size: 18px;
    font-family: 'Roboto',sans-serif;
    margin-top: 4%;
    font-weight: 500;
}

.CourseWebinar p.PLOWebCoursePara {
    text-align: left !important;
}

img.PLOCalenderICO {
    width: 22px;
    margin-right: 5px;
}

.HPPLONextStep {
    padding: 0px 175px;
}

.PLOLearningImage a.youtube-link {
    padding: 0% 0%;
    position: relative;
    left: 0%;
    top: 0%;
}
.PLOSubContent p a {
    font-size: 16px;
   /* color: #fff;*/
    font-family: 'Roboto',sans-serif;
}

.ploAnnoucedText {
    border-bottom: 2px solid #0050f2;
    position: relative;
    bottom: 90px;
}

.ploAnnoucedText p {
    text-align: center;
    font-weight: 600;
}

.FacSpace {
    margin-top: 0%;    position: relative;
}

.AadvaCourcePageAniContentSec2.PLOWebinar2 {
    top: 215px;     width: 45%;
}

.PLOWebinarReHe h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 5% 0 2%;
    font-family: 'Poppins',sans-serif;
    text-transform: inherit;    text-align: center;
}

.PLOWebinarReHe h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.PLOSubContent .FacSpace h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -20px;
}

.PLOExplore h2{font-family: 'Poppins',sans-serif !important;
    font-size: 45px;
      line-height: 45px;
    font-weight: 500;
    text-align: left;
    color: #000;
    margin-bottom: 2%;
    margin-left: 0px;
text-align: center;
}

.PLOExplore .hs-tabs__navitem {
   text-decoration: none;
    display: block;
    padding: 0px 0px;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    color: #787878;
}

.PLOExplore .FirstEXPTab{
    border-right: 2px solid #787878;
    padding: 0px 25px 0px 0px;
}

.PLOExplore .EXPTab{
    border-right:2px solid #787878;
    padding: 0px 25px;
}

.PLOExplore .ExplastTab {
    border-right: 0;
    padding: 0px 25px;
}


.PLOExplore  .hs-tabs__navitem:not(.hs-tabs__navitem--active) {
    background-color: #fff;
    color: #555;
}

.PLOExplore .hs-tabs__nav {
        margin-bottom: 30px;
    margin-left: 4px;;
}

.PLOExplore .hs-tabs__nav li {
    line-height: 1;
}

.PLOExplore a.hs-tabs__navitem.hs-tabs__navitem--active {
    color: #333;
    position: relative;
}

 .hs-tabs__item {
    padding: 20px 0px;
    border: 0;
}

.learningoutcomes h2  {
  	font-size: 50px;
      line-height: 50px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 5% 0 2%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
  
}

.learningoutcomes h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}   


.thankyouplo h1  {
  	font-size: 50px;
      line-height: 50px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 5% 0 2%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
  text-align: center;
}

.thankyouplo h1:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
} 

.ploOnlineCouSub {
    width: 47%;
    float: left;
    margin-left: 3%;
}


.PLOFacRowSec h2  {
  	font-size: 45px;
      line-height: 45px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 3% 0 2%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}

.PLOFacRowSec h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -20px;
}   

  
  .learningoutcomesbox{
    margin:5% 0;
  }  
 .thankyouplobox{
    margin:5% 0;
  }
  

.PLOExplore .slider {
    width: 103%;
    margin: 0px auto;
}

.ExpCouProduct {
   border: 0px solid #787878;
    padding: 2%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ExpCouProduct p.Topic {
    color: #1270e3;
    font-size: 15px;    margin-bottom: 11px;
}   

.ExpCouProduct h3.TopicProductName {
       font-size: 18px;
    font-family: 'Roboto',sans-serif !important;
    margin-bottom: 7%;
    margin-top: 10px;
    font-weight: 600;
  color: #000;
}

.ExpCouProduct:hover h3.TopicProductName {
    color: #fff;
}

.WebinarsPLOContent {
    padding: 50px 104px;
}

.AdmPLOContent {
    padding: 50px 104px;
}

.AdmPLOContent h3 {
    font-size: 20px;
    font-family: 'Roboto',sans-serif;
}

.AdmPLOContent .AdvPLOStep {
    padding: 10px 0%;
}

.AdmPLOBLueContent {
    padding: 60px 104px;
    text-align: center;
    background-image: linear-gradient(#53adff,#0252f0);
}

.ploMediaDesc p {
   text-align: left;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    color: #000;
    font-weight: 500;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ploMediaDesc .ploMediaDate {
    font-size: 13px;
    color: #000;
    font-family: Poppins,sans-serif;
   font-weight: 400;
}

.ploMediaMain {
    border: 0px solid #787878;
    padding: 2%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.ploMediaMain:hover {
    background-image: linear-gradient(#53adff,#0252f0);
    color: #fff;
}

.ploMediaMain:hover p.ploMediaDate i.fa.fa-calendar {
    color: #fff;
}

.ploMediaMain:hover p.ploMediaDate i.fa.fa-calendar {
    color: #fff;
}
.ploMediaMain:hover .ploMediaDesc p{
    color: #fff;
}

.ploMediaDesc {
    height: 135px;
}

p.ploMediaDate i.fa.fa-calendar {
    margin-right: 2%;
}
.ploMediaMain a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

.AdmPLOBLueContent h2 {
    text-align: left;
    font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin: 3% 0 3%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}


.AdmPLOFaqContent h2 {
        font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 5% 0 2%;
    font-family: 'Poppins',sans-serif;
    text-transform: inherit;
    
}

.AdmPLOFaqContent h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -20px;
}


.AdmPLOBLueContent .AdCTABtn {
    margin-top: 1%; text-align: right
}

.AdmPLOBLueContent .AdCTABtn .ctaButton {
    margin-left: 3%;
}

p.ploParaAlign {
    text-align: center;
}

.TopicProductImage {
       margin-top: 0%;
    width: 39%;
    float: left;
}
.TopicDetails {
    width: 58%;
    float: left;
    margin-left: 3%;
}
.ExpCouProduct p.TopicProductDescription {
    font-family: 'Roboto',sans-serif; 
    font-size: 14px;
    color: #000;    margin-bottom: 9px; 
}

.ExpCouProduct:hover{
     background-image: linear-gradient(#53adff,#0252f0);
  color:#fff;
}

p.Topic {
    display: none;
}

.ExpCouProduct:hover .Topic {
  color:#fff;
}

.ExpCouProduct:hover .TopicProductDescription {
  color:#fff;
}
.ExpCouProduct:hover p.TopicProductDescription i {
  color:#fff;
}


button.slick-prev.slick-arrow{
	background-image:url("https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/reverse-button.png");
	height:50px;
	width:50px;
    background-size: cover;
}

button.slick-next.slick-arrow{
background-image:url("https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/forward-button.png");
	height:50px;
	width:50px;
    background-size: cover;
}

.PLOFacultyHeading h2 {
    font-family: 'Poppins',sans-serif !important;
    font-size: 45px;
      line-height: 45px;

    font-weight: 500;
    color: #000;
    margin-bottom: 1%;
    margin-left: 0px;
    position: relative;
    text-align: center;
}

.PloFacultySec {
    padding: 6% 0%;
    background-image: linear-gradient(#eef7fe,#fff);    margin-top: 4%;
}

.PloFacultySec ul.slick-dots {

}

.PloFacultySec .slick-prev, .slick-next {
    display: none !important;
}

.PLOFacultyHeading h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/faculty-header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}
.PLOExplore .slick-prev, .slick-next {
    display: block !important;
}
.PLOFacultyBackImgSec {
    position: relative;
    width: 31%;
}

.PLOFacultyBackImgSec .faculty-left-bg-color {
    position: absolute;
    top: -82px;
}

.PLOFacultyBackImgSec .faculty-left-dot-line {
    position: absolute;
    top: -84px;
    z-index: 0;
    left: -121px;
    height: 452px;
    width: 100%;
    background-size: contain;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/faaculty-dotted-line-left.png);
          background-repeat: no-repeat;
}

.PLOFacultyBackImgSec .faculty-right-dot-line {
   position: absolute;
    top: 64px;
    z-index: 0;
    left: 197%;
    width: 100%;
    background-size: cover;
    height: 240px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/faculty-right-dot-line.png);
}



.PloFacultySec button.slick-next.slick-arrow {
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/forward-button.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    display: none !important;
} 

.PLOFacultyContentSec {
    margin-bottom: 15%;
}
 
.PLOFacultyCarousal {
    margin-top: 40%;
}

.PLOFacultyCarousal .PLOFacultyContentSec {
  display: block;
}
 
/*.PLOFacultyCarousal:hover  .PLOFacultyContentSec {
  display: block;
  position: absolute;
    top: -10px;
    width: 100%;    left: 0%;
}*/

.PLOFacultyContentSec h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;    margin-bottom: 5px; color: #000;
}
p.FacCourse {
    font-size: 14px;
}
.PLOFacultyContentSec p {
    text-align: center !important;
}


  .IntroVIdeoSection {
        background-image: linear-gradient(to left,#4ca4ff,#0050f2);
       padding: 4% 0;
    margin-top: -88px;
    left: 99px;
    position: relative;
    WIDTH: 85% !important;
}

.learnbydoing h2 {
  	font-size: 50px;
  line-height: 50px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 5% 0 2%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}
   .learndotxtbx h3 {
  	    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #010c39;
    font-family: 'Roboto',sans-serif;
     text-align:justify;
}

.learnbydoing h2 sup {
    font-size: 25px;
    text-transform: initial;
    font-weight: 500;
    font-family: 'Roboto',sans-serif;
}

.learnbydoing  h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
} 
.span6.widget-span.widget-type-cell.learndotxt.w3-animate-left {
    margin-top: 5%;
}
.learndotxt.w3-animate-right {
    margin-top: 5%;
}
   
  .learndotxt {background-color:#edf6fe;}   
    
   .learndotxtbx {padding:15px 20px; text-align:justify;}   
  
  .PLOWhoCanV {
    margin-top: 4%;
    margin-bottom: 5%;
}


.PloWebinarDetailMainBx {
   
    padding: 1% 4%;
      margin-top: 3%;
      border: 0px solid #787878;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);  
}

.FacultyMediaBx {
   
    padding: 2% 2%;
      margin-top: 7%;
      border: 0px solid #787878;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);  
}

.FacultyMediaBx:hover {
    background-image: linear-gradient(#53adff,#0252f0);
    color: #fff;
}
.FacultyMediaBx a:hover {
    background-image: linear-gradient(#53adff,#0252f0);
    color: #fff;
}

.FacultyMediaBx a {
    text-decoration: none;
    transition: inherit;     color: #000;
}

.FacultyMediaBx:hover a:hover {
    text-decoration: none;
    color: #fff;
}

.FacultyMediaSubBx:hover{
    color: #fff;
}

.FacultyMediaImageBx:hover{
    color: #fff;
}

.FacultyMediaSubBx:hover a:hover {
    text-decoration: none;
    color: #fff;
}

.FacultyMediaDetailBx p:hover {
    text-decoration: none;
    color: #fff;
}
 .ploHPMedia{
    padding: 0px 104px;
    margin-bottom: 10%;
}
  .ploHPMediaContainer:hover {
    background-image: linear-gradient(#53adff,#0252f0);
    color: #fff;
}
  
  .ploHPMedia .ploHPMediaContainer a:focus, a:hover {
    color: #fff;
    text-decoration: none; transition: inherit;
}
  
 .ploHPMedia .ploHPMediaContainer a {
    color: #000;
    text-decoration: none; transition: inherit;
}
  
   .ploHPMediaContainer:hover a {
    color: #fff;
    text-decoration: none; transition: inherit;
}
  
 .ploHPMedia h2{
    font-family: 'Poppins',sans-serif !important;
    font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    color: #000;
    margin-bottom: 4%;
    margin-left: 0px;
    position: relative;
    text-align: center;
}
  
 .ploHPMedia .ploHPMediaContainer {
    border: 0px solid #787878;
    padding: 2%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
  
  .ploHPMediaContainer .ploHPMediaIcon {
    width: auto;
    height: 50px;
    margin-bottom: 3%;
}
  .ploHPMediaBtn {
    margin-top: 3%;
}
   .ploHPMedia .ploHPMediaContainer .ploHPMediaText {
    height: 90px;
}

.PloWebinarDetailMainBx h3 {
    font-size: 20px;
    font-family: Poppins,sans-serif;
    text-align: center; position: relative;
}

.PloWebinarDetailMainBx h3:after {
    content: '';
    width: 400px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
}

.PloWebinarDetailMainBx h3.webHBSMI:after{
    width: 387px;
}

.PloWebinarDetailMainBx h3.webDASJC:after{
    width: 285px;
}

.courseRegisterNowForm div#myModal {
    margin: 7% 30% 3%;
    background: transparent;
    background-image: none;
}

.courseRegisterNowForm .modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 100%;
    display: block;
    max-width: 600px;
    max-height: 100%;
    padding: 20px;
    overflow: auto;
    background: white;
    border-radius: 10px;
    cursor: default;
	overflow-x: hidden;
}

.courseRegisterNowForm .reg-form-head {
    padding: 1%;
    margin-bottom: 5%;
    background-image: linear-gradient(#febf01,yellow);
}

.courseRegisterNowForm .reg-form-head h3 {
    font-size: 24px;
    margin-bottom: 3%;
    text-transform: uppercase;
    font-family: 'Poppins',sans-serif;
}

.courseRegisterNowForm .close {
    float: right;
    left: -10px;
    position: relative;
    top: -7px;
	}
.courseRegisterNowForm .hs-input {
    width: 87% !important;
	}

.courseRegisterNowForm .hs-form-369ba250-fe1c-4b39-ab6a-a82b28be3990_100470a3-2daa-4516-b1ea-feafed7da001 fieldset.form-columns-1 .hs-input {
    width: 93% !important;
}

.AttendWeb h4 {
    text-align: center;
}

.AttendWeb p {
    text-align: center ;
}

.AttendWeb .ctaButton {
    margin-top: 0% !important;
}

.PloWebinarDetailMainBx h3.webVATC:after{
    width: 435px;
}

.PloWebinarDetailMainBx h3.webSB:after{
    width: 205px;
}

.PloWebinarDetailMainBx h3.webRPAIA:after{
    width: 492px;
}

.PloWebinarDetailMainBx h3.webAVAPC:after{
    width: 505px;
}
.PloWebinarDetailMainBx h3.webILEAD:after{
    width: 288px;
}
.PloWebinarDetailMainBx h3.webBMLB:after{
    width: 358px;
}
.PloWebinarDetailMainBx h3.webTWN:after{
    width: 275px;
}

.PloWebinarDetailMainBx h3.webIDT:after{
    width: 289px;
}

.PloWebinarDetailMainBx h3.webLCDM:after{
    width: 360px;
}

.PloWebinarDetailMainBx h3.webPIT:after{
    width: 340px;
}

.PloWebinarDetailMainBx h3.webEPPS:after{
    width: 435px;
}

.PloWebinarDetailMainBx h3.webIN:after{
    width: 320px;
}

.WebinarSubBx .WebinarImageBx {
    width: 10%;
    float: left;
}

.FacultyMediaSubBx .FacultyMediaImageBx {
   width: 30%;
    float: left;
    margin-right: 0%;
}

.FacultyMediaDetailBx p {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
}

.FacultyMediaSubBx .FacultyMediaDetailBx {
   width: 70%;
    float: left;
    padding: 4% 0%;
    margin-right: 0%;
}

.WebinarSubBx .WebinarFacultyDetailBx {
   width: 47%;
    float: left;
    padding: 1% 0%;
    border-right: 1px solid #efecec;
    margin-right: 3%;
}

.WebinarSubBx .WebinarDateTimeBx {
        width: 24%;
    float: left;
    padding: 1% 0%;
}

.WebParaOv p{    text-align: center;}

.WebinarSubBx .WebinarButtonBx {
       width: 16%;
    float: left;
    text-align: center;
    padding: 1% 0%;
}
.WebinarSubBx .WebinarFacultyDetailBx h4 {
    font-family: 'Roboto',sans-serif;
    font-weight: 500;
    color: #010c39;
    margin-bottom: 5px;
    margin-top: 5px;
}
.WebinarSubBx .WebinarFacultyDetailBx p {
    font-size: 16px;
}

.WebinarSubBx {
    padding: 2% 0%;
}

.WebinarDateTimeBx p {
   margin: 2px 0px;
}

.PloWebinarDetailMainBx:hover {
    background-image: linear-gradient(#53adff,#0252f0);
    color: #fff;
}

.PloWebinarDetailMainBx:hover h4 {
    color: #fff;
}

.PloWebinarDetailMainBx:hover h3:after {
    background: #fff;
}

.PloWebinarDetailMainBx:hover h3 a {
    text-decoration: none;
    color: #fff;
}

.PloWebinarDetailMainBx h3 a {
    text-decoration: none;
transition: inherit;
}

.PloWebinarDetailMainBx:hover a:hover {
    text-decoration: none;
    color: #fff;
}

.PloWebinarDetailMainBx:hover .WebinarSubBx .WebinarFacultyDetailBx {
    border-right: 1px solid #fff;
}

.PLOFacultyBannerContainer {
        padding: 60px 105px;
}

.PLOFacultyBannerContentSec {
    width: 57%;
    float: left;
    margin-right: 2%;padding: 3% 0%;
}

.PLOFBannerFacultyImageSec {
   width: 40%;
    float: left;
  position:relative;
}

.PLOFacultyBannerContentSec h1 {
    line-height: 50px;
    letter-spacing: 0 !important;
    font-size: 50px;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.ploCourseSched {
    padding: 55px 85px;
  }
  
  .ploCourseSched h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 2% 0 5%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.ploCourseSched h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}
.plosSchduleDate {
    text-align: center;
    width: 25%;
    float: left;
  margin-bottom: 4%;
    margin-top: 2%;
}

.plosSchduleDate img {
    margin-bottom: 2%;
}
p.PLOFacultySubHeading {
    font-size: 16px;
    font-family: Poppins,sans-serif;
    font-weight: 400;
    text-align: left !important;
}

p.PLOFacultyDesignation {
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    margin-top: 3%;
}

.PLOFacultyBannerContainer .PLOFBannerFacultyImageSec .PLOFacImg::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -17px;
    left: 65%;
    width: 39%;
    height: 219px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/faculty/faculty-polygon-banner.png);
    background-repeat: no-repeat;
}
.ploReviewSlider {
    padding: 55px 85px;
  }
.ploQuoteico {
    position: absolute;
    right: 5%;
    top: 1%;
}

	.tableStyle table {
    width: 100%;
}



.tableStyle table thead td, th {
    font-weight: 600 !important;
}

.tableStyle table  td, th {
    padding: 1% 1%;
	font-weight: 400 !important;
}


.ploSchedule1 {
    width: 50%;
    float: left;
}

.ploSchedule1 .tableStyle.right {
    transform: none;
    -webkit-transform: none;
      padding-right: 10%;
}

.ploScheduleHead {
    border-bottom: 2px solid #0252f0;
  margin-bottom: 3%;
}

.ploSchedule1 .tableStyle table thead tr th {
    font-family: 'Poppins',sans-serif;
    font-weight: 500 !important;
    padding: 2% 0%;
}

.ploSchedule1 .tableStyle.left {
      padding-left: 10%;
}
.tableContentSec.tableStyle.right {
    border-right: 1px solid #000;
}
.tableContentSec.tableStyle table tbody tr td {
    border-bottom: none !important;
    padding: 1% 0% 1%;
}

.ploQuoteico img {
    width: 60% !important;
    transform: rotate(180deg);
}
  
 .ploReviewSlider h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 2% 0 5%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.ploReviewSlider h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

  #maincontent {
            display: inline-block;;
            vertical-align: middle;
        }

       #overlay {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		
		#overlay1 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		
		#overlay2 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		
		#overlay3 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		
		#overlay4 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		
		#overlay5 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		
#overlay6 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }

#overlay7 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }

#overlay8 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }

		#overlay9 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		
		#overlay10 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		
		#overlay11 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		#overlay12 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		#overlay13 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }
		
		#overlay14 {
                position: fixed;
			opacity: 0;
			top: -236px;
			bottom: 0;
            background: #fff;
            width: 100%;
            height: auto;
            z-index: -1;
            visibility: hidden;
            transition: all 1s ease;
        }

#overlay50 {
             position: fixed;
    opacity: 0;
    top: -236px;
    bottom: 0;
    left: 0;
    background: #00000061;
    width: 100%;
    height: auto;
    z-index: -1;
    visibility: hidden;
    transition: all 1s ease;
        }

#overlay51 {
                 position: fixed;
    opacity: 0;
    top: -236px;
    bottom: 0;
    left: 0;
    background: #00000061;
    width: 100%;
    height: auto;
    z-index: -1;
    visibility: hidden;
    transition: all 1s ease;
        }
		
#overlay52 {
                 position: fixed;
    opacity: 0;
    top: -236px;
    bottom: 0;
    left: 0;
    background: #00000061;
    width: 100%;
    height: auto;
    z-index: -1;
    visibility: hidden;
    transition: all 1s ease;
        }		
		
	#overlay53 {
                 position: fixed;
    opacity: 0;
    top: -236px;
    bottom: 0;
    left: 0;
    background: #00000061;
    width: 100%;
    height: auto;
    z-index: -1;
    visibility: hidden;
    transition: all 1s ease;
        }

		#overlay54 {
                 position: fixed;
    opacity: 0;
    top: -236px;
    bottom: 0;
    left: 0;
    background: #00000061;
    width: 100%;
    height: auto;
    z-index: -1;
    visibility: hidden;
    transition: all 1s ease;
        }
	
#popup50 .popupcontent {
    padding: 6%;
    background: #e2eefe;
}

#popup51 .popupcontent {
    padding: 6%;
    background: #e2eefe;
}

#popup52 .popupcontent {
    padding: 6%;
    background: #e2eefe;
}

#popup53 .popupcontent {
    padding: 6%;
    background: #e2eefe;
}

#popup54 .popupcontent {
    padding: 6%;
    background: #e2eefe;
}
        #popup {
         position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		 #popup1 {
         position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		 #popup2 {
          position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		 #popup3 {
         position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		 #popup4 {
         position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		 #popup5 {
         position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		 #popup6 {
         position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		 #popup7 {
          position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		 #popup8 {
          position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		 #popup9 {
          position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		
		 #popup10 {
          position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		 #popup11 {
          position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		#popup12 {
          position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
		#popup13 {
          position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
#popup14 {
          position: fixed;
    top: 0%;
    left: 0%;
    background: #fff;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
#popup50 {
        position: fixed;
    top: 20%;
    left: 6%;
    right: 6%;
    background: #fff;
    width: 88%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }

#popup51 {
        position: fixed;
    top: 7%;
    left: 6%;
    right: 6%;
    background: #fff;
    width: 88%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }
		
#popup52 {
        position: fixed;
    top: 7%;
    left: 6%;
    right: 6%;
    background: #fff;
    width: 88%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }		

#popup52 {
        position: fixed;
    top: 7%;
    left: 6%;
    right: 6%;
    background: #fff;
    width: 88%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }		
#popup53 {
        position: fixed;
    top: 7%;
    left: 6%;
    right: 6%;
    background: #fff;
    width: 88%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }

#popup54 {
        position: fixed;
    top: 7%;
    left: 6%;
    right: 6%;
    background: #fff;
    width: 88%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
            z-index: -1;
            visibility: hidden;
        }		
        #popupclose {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		 #popupclose1 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		#popupclose2 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		#popupclose3 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		#popupclose4 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		#popupclose5 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		#popupclose6 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		#popupclose7 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		#popupclose8 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		
		#popupclose9 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		#popupclose10 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		
		#popupclose11 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		
		#popupclose12 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		
		#popupclose13 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
		#popupclose14 {
                float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    font-size: 35px;
        }
#popupclose50 {
                    position: relative;
    float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    left: 51px;
    font-size: 35px;
    top: -25px;
    color: #b5bfcc;
        }
#popupclose51 {
                  position: relative;
    float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    left: 51px;
    font-size: 35px;
    top: -25px;
    color: #b5bfcc;
        }
		
#popupclose52 {
                  position: relative;
    float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    left: 51px;
    font-size: 35px;
    top: -25px;
    color: #b5bfcc;
        }	

#popupclose53 {
                  position: relative;
    float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    left: 51px;
    font-size: 35px;
    top: -25px;
    color: #b5bfcc;
        }

#popupclose54 {
                  position: relative;
    float: right;
    padding: 10px;
    cursor: pointer;
    z-index: 9999;
    left: 51px;
    font-size: 35px;
    top: -25px;
    color: #b5bfcc;
        }
		
        .popupcontent {
            padding: 10px;
          background: #e2eefe;
        }
		
        #button {
            cursor: pointer;
        }
		
#button1 {
            cursor: pointer;
        }
		
		#button2 {
            cursor: pointer;
        }
		
		#button3 {
            cursor: pointer;
        }
		
		#button4 {
            cursor: pointer;
        }
		
		#button5 {
            cursor: pointer;
        }
		
		#button6 {
            cursor: pointer;
        }
		
		#button7 {
            cursor: pointer;
        }
		
		#button8 {
            cursor: pointer;
        }
		
		#button9 {
            cursor: pointer;
        }
		
		#button10 {
            cursor: pointer;
        }
		
		#button11 {
            cursor: pointer;
        }
		
		#button12 {
            cursor: pointer;
        }
		
		#button13 {
            cursor: pointer;
        }
		#button14 {
            cursor: pointer;
        }

#button50 {
            cursor: pointer;
        }
#button51 {
            cursor: pointer;
        }
#button52 {
            cursor: pointer;
        }		
#button53 {
            cursor: pointer;
        }		
#button54 {
            cursor: pointer;
        }
		
		
#popup[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup[data-pop="slide-down"].show ~ #overlay {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup[data-pop="pop-in"].show ~ #overlay {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}



#popup1[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup1[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup1[data-pop="slide-down"].show ~ #overlay1 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup1[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup1[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup1[data-pop="pop-in"].show ~ #overlay1 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}


#popup2[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup2[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup2[data-pop="slide-down"].show ~ #overlay2 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup2[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup2[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup2[data-pop="pop-in"].show ~ #overlay2 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}



#popup3[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup3[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup3[data-pop="slide-down"].show ~ #overlay3 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup3[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup3[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup3[data-pop="pop-in"].show ~ #overlay3 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}


#popup4[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup4[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup4[data-pop="slide-down"].show ~ #overlay4 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup4[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup4[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup4[data-pop="pop-in"].show ~ #overlay4 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}


#popup5[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup5[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup5[data-pop="slide-down"].show ~ #overlay5 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup5[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup5[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup5[data-pop="pop-in"].show ~ #overlay5 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}




#popup6[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup6[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup6[data-pop="slide-down"].show ~ #overlay6 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup6[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup6[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup6[data-pop="pop-in"].show ~ #overlay6 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}


#popup7[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup7[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup7[data-pop="slide-down"].show ~ #overlay7 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup7[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup7[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup7[data-pop="pop-in"].show ~ #overlay7 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}


#popup8[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup8[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup8[data-pop="slide-down"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup8[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup8[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup8[data-pop="pop-in"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}


#popup9[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup9[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup9[data-pop="slide-down"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup9[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup9[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup9[data-pop="pop-in"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}



#popup10[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup10[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup10[data-pop="slide-down"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup10[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup10[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup10[data-pop="pop-in"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}



#popup11[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup11[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup11[data-pop="slide-down"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup11[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup11[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup11[data-pop="pop-in"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}



#popup12[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup12[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup12[data-pop="slide-down"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup12[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup12[data-pop="pop-in"].show { 
  transform: scale(1);
  visibility: visible;
  z-index: 9999999; 
  opacity: 1;
}
#popup12[data-pop="pop-in"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}


#popup14[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup14[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup14[data-pop="slide-down"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup14[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup14[data-pop="pop-in"].show { 
  transform: scale(1);
  visibility: visible;
  z-index: 9999999; 
  opacity: 1;
}
#popup14[data-pop="pop-in"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

#popup50[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup50[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup50[data-pop="slide-down"].show ~ #overlay50 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup50[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup50[data-pop="pop-in"].show { 
  transform: scale(1);
  visibility: visible;
  z-index: 9999999; 
  opacity: 1;
}
#popup50[data-pop="pop-in"].show ~ #overlay50 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}


.PLOSocialMediaIcon {
    margin-top: 2%;
}
#hubspot-messages-iframe-container iframe {
    bottom: -11px !important;
    right: 35px !important;
}

#popup51[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup51[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup51[data-pop="slide-down"].show ~ #overlay51 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup51[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup51[data-pop="pop-in"].show { 
  transform: scale(1);
  visibility: visible;
  z-index: 9999999; 
  opacity: 1;
}
#popup51[data-pop="pop-in"].show ~ #overlay51 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}


#popup52[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup52[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup52[data-pop="slide-down"].show ~ #overlay52 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup52[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup52[data-pop="pop-in"].show { 
  transform: scale(1);
  visibility: visible;
  z-index: 9999999; 
  opacity: 1;
}
#popup52[data-pop="pop-in"].show ~ #overlay52 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}


#popup53[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup53[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup53[data-pop="slide-down"].show ~ #overlay53 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup53[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup53[data-pop="pop-in"].show { 
  transform: scale(1);
  visibility: visible;
  z-index: 9999999; 
  opacity: 1;
}
#popup53[data-pop="pop-in"].show ~ #overlay53 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

#popup54[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup54[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup54[data-pop="slide-down"].show ~ #overlay54 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup54[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup54[data-pop="pop-in"].show { 
  transform: scale(1);
  visibility: visible;
  z-index: 9999999; 
  opacity: 1;
}
#popup54[data-pop="pop-in"].show ~ #overlay54 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

.PLOSocialMediaIcon a img {
        width: 23px ;
    margin-right: 0px;
}
.PLOFacSocialMediaIcon {
    margin-top: 0%;
    position: absolute;
    top: 285px;
}

.PLOFacSocialMediaIcon a img {
        width: 23px !important;
    margin-right: 5px;
}

.PLOFacSocialMediaIcon span {
       font-size: 25px; 
}

.PLOFacSocialMediaIcon a span {
  color:#000;
}

.PLOFacSocialMediaIcon a span:hover {
       color:#febf01;
}

/*.PLOFBannerFacultyImageSec:after {
    content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 43%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
    height: 54px;
    width: 54px;
    margin: 0 auto;
    z-index: 1;
    background-repeat: no-repeat;
}*/

#popup13[data-pop="slide-down"] {
  top: -50%;
  transition: all .5s ease-in-out;
}
#popup13[data-pop="slide-down"].show {
  visibility: visible;
  z-index: 200;
  opacity: 1;
  top: 50%;
}
#popup13[data-pop="slide-down"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
#popup13[data-pop="pop-in"] {
  transform: scale(0);
  transition: all .5s ease-in-out;
}
#popup13[data-pop="pop-in"].show {
  transform: scale(1);
  visibility: visible;
  z-index: 9999999;
  opacity: 1;
}
#popup13[data-pop="pop-in"].show ~ #overlay8 {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

.PLOwhySP {
    margin-bottom: 5%;
}

.PLOwhySP .ctaButton {
    margin-top: 3%;
}

.PLOBContentAnimation4 .ctaButton {
    background-image: none;
    border: 1px solid;
    margin-top: 5%;
}

.PLOPopupImgSec {
       width: 100%;
    padding: 0 4%;
    overflow: visible;
    height: 830px;
    position: relative;
}
.popupcontrols {
    z-index: 99999;
    position: relative;
        right: 58px;
    top: 10px;
}

.popupImage {
      width: 33%;
    float: left;
    margin-right: 3%;
    margin-left: 0%;
    margin-top: 85px;
}

.popupContent {
         width: 64%;
    float: left;
    padding: 0%;
    margin-top: 8%;
    position: relative;
    right: 0%;
}
.courseoverview h2 {
        font-size: 50px;
    line-height: 50px;
      font-weight: 500;
    color: #000;
    position: relative;
     margin: 0% 0 8%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}
.courseoverview h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
        bottom: -17px;
} 
.courseoverview-box p {
    text-align: center !important;
    margin-bottom: 10px !important;
}
.popupContent h2 {
    font-family: 'Poppins',sans-serif !important;
    font-size: 24px;
    font-weight: 500;
    color: #000;    line-height: 30px; text-align: left;
}


#popup12 .popupcontent   {
   position: relative;
    padding: 10px;
    background: #e2eefe;
}

.popupcontent .form .reg-form {
 
    height: 2000px;
}

.popupcontent .form {
       
    background: #e2eefe;
    border-radius: 10px;
    padding: 1%;
}


.popupcontent .form .reg-form h3 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 0% 0 3%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}

.popupcontent .form .reg-form h3:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

 .popupcontent .form .reg-form .formHalfWidth {
   width: 49% !important;
    float: left;
    margin-bottom: 1% !important;
    height: 35px !important;
   
}
 .popupcontent .form .reg-form .formFullWidth {
      margin-bottom: 10px !important;
    height: 35px !important;
    width: 100% !important;
    float: none;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    padding: 3px 1% !important;
}

 .popupcontent .form .reg-form input {
    padding: 1% 1% !important;font-size: 16px;
}

 .popupcontent .form .reg-form select {
    font-size: 16px;      padding: 0 12px !important;
    color: #6d6464;
}


 .popupcontent .form .reg-form .formMarginRightTwo {
    margin-right: 2% !important;
}

.popupcontent .form .reg-form .PLOFormBtn input{
   background: 0;
    border: 0px solid #fff !important;
    background-image: linear-gradient(to right,#ffdf40,#ff9f59);
    box-shadow: alicebluen;
    cursor: pointer;
    display: inline-block;
    padding: 8px !important;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0px 0px;
    color: #000 !important;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 400;
    width: 20%;
    border-radius: 26px;
    font-family: 'Roboto',sans-serif !important;
}

	.IDTLearnByDoing {
    margin-top: 0%;
}
.IDTLearnByDoing .IDTLearnByDoingContent {
    margin-top: 0%
}

.IDTLearnByDoing .IDTLearnByDoingContent h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    text-align: justify;
}

.IDTLearnByDoing .IDTLearnByDoingContent p {
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
}

.IDTLearnByDoing .IDTLearnByDoingImage {
    text-align: center; margin-bottom: 3%;
    margin-top: 3%;
}

.popupContent p { text-align: justify !important;
}

 .courseoverview-box{ background-image: linear-gradient(yellow,#febf01);     text-align: center;     margin-bottom: 3%;     border-radius: 10px;     padding: 10px;}  
  
  .courseoverview-box h3 {
    text-align: center;
    font-size: 45px;
   font-family: 'Poppins',sans-serif;
}
    .courseoverview-box p {
    text-align: center;
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
}
    
  

.FacNextStep {
    background: #fff;
    padding: 45px 20px;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    min-height: 183px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
    background-repeat: repeat;
}

.FacNextStep h2{font-family: 'Poppins',sans-serif !important;
      font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    text-align: center;
    color: #000;
    margin-bottom: 2%;
    margin-left: 0px;}

.FacNextStep p{
  font-family: 'Roboto',sans-serif;
    font-size: 16px !important;
    text-align: center !important;
      margin-bottom: 3% !important;
}

p.TopicProductDescription i {
  margin-right: 10px;
    color: #000;
    width: 18px;
    padding: 0% 1%;
}

p.TopicProductDescription.mrbtm span {
    margin-right: 25px;
}

p.TopicProductDescription span {
    margin-right: 15px;
}

.hs-tabs__item {
   height:0;
}

.hs-tabs__item--active {
    height:auto;
}

.ContactFormSec {
    background: #f7f7f7;
    padding: 3% 3%;
}
.formSecPara {
    padding: 5% 5%;
}

.PLOCoursePageBannerSec {
    position: relative;
}

.ABVACourcePageAniContentSec .w3-animate-left {
    left: 104px;
    top: 0px !important;
    margin-top: 3%;
    margin-bottom: 50px;
    position: absolute;
    z-index: 1;
}

.AadvaCourcePageAniContentSec .w3-animate-left {
    left: 104px;
    top: 0px;
    margin-top: 6%;
    margin-bottom: 50px;
    position: absolute;
    z-index: 1;
}

.ABVACourcePageAniContentSec .w3-animate-left h1 {
    font-size: 50px;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
}

.AadvaCourcePageAniContentSec .w3-animate-left h1 {
    font-size: 55px;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 55px;
  color:#fff;
}


.ABVACourcePageAniContentSec2 {
   width: 35%;
    float: left;
    position: absolute;
    top: 185px;
    left: 104px;
}

.AadvaCourcePageAniContentSec2 {
      width: 47%;
    float: left;
    position: absolute;
    top: 245px;
    left: 104px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
}

.AadvaCourcePageAniContentSec2 .PLOBContentAnimation4.w3-animate-zoom {
    margin-top: 7%;
}

.AdvCourseOverSecLeft {
    position: relative;
    padding: 55px 104px;
}

.AdvCourseOverSecRight{
    position: relative;
       padding: 55px 104px;
}
.PLOAdvantages {
    margin-top: 5%;
}
.AdvCourseOverSecLeft .CourseOverContentSec {
    margin-left: 28px !important;
    padding: 30px 0 0 1%;
}

.AdvCourseOverSecRight .CourseOverContentSec {
    margin-left: 0px !important;
    padding: 30px 1% 0 0%;
   margin-right: 28px !important;
}

.AdvCourseOverSecLeft .CourseOverContentSec .courseoverview h2 {
    font-size: 42px;
}
.AdvCourseOverSecRight .CourseOverContentSec .courseoverview h2 {
    font-size: 42px;
}

.AdvCourseOverSecLeft .CourseOverImgSec .CourseImg::before {
    content: '';
    position: absolute;
    z-index: 1;
       top: -55px;
    left: 78%;
    width: 40%;
    height: 219px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/advantages/develop-in-demand-job-skills-poloygn.png);
    background-repeat: no-repeat;
}

.AdvCourseOverSecRight .CourseOverImgSec .CourseImg::before {
    content: '';
    position: absolute;
    z-index: 1;
           top: -55px;
    left: -5%;
    width: 40%;
    height: 219px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/Polygon.png);
    background-repeat: no-repeat;
    background-size: 210px;
}


.PLOBContentAnimation4.w3-animate-zoom .ctaButton {
    border: 1px solid;
    background: transparent;
	    background-image: none;
}

.ABVACourcePageAniContentSec2 .PLOBContentAnimation3 {
    margin-bottom: 3%; font-size: 16px;
   font-family: 'Roboto',sans-serif;
}

.bannerCounterSec .program-carousel-caption {
    position: relative;
    right: 0;
    bottom: 103px;
    left: 0;
    z-index: 0;
    color: #fff;
    text-align: left;
    padding: 2% 0%;
    background-image: linear-gradient(to left,#4ca4ff,#0050f2);
}

.bannerCounterSec {
    padding: 0% 104px;
}

.bannerCounterSec .program-carousel-caption {
    position: relative;
    right: 0;
    bottom: 103px;
    left: 0;
    z-index: 0;
    color: #fff;
    text-align: left;
    padding: 2% 0%;
    background-image: linear-gradient(to left,#4ca4ff,#0050f2);
}


.ContactFormSec .formSecPara p{
    text-align:center;
}

 .IntoVideotxt1 h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 45px;
    color: #fff;
    line-height: 23px;
   font-weight:bold;
   margin-bottom: 20px;
   text-align:center;
}

.bannerCounterSec .program-carousel-caption .nCount {
    width: 33%;
    float: left;    padding: 3% 0%;
}

.bannerCounterSec .program-carousel-caption .nCount h3 {
    font-family: 'Roboto',sans-serif;
    font-size: 45px;
    color: #fff;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.bannerCounterSec .program-carousel-caption .nCount p{
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 25px;
    text-align: center;
}

.CourseOverSec {
    padding: 0 104px;
  margin-top: 2%;
    margin-bottom: 5%;
}

.CourseOverSecRight {
    padding: 0 104px;
  margin-top: 2%;
    margin-bottom: 5%;
}

.CourseOverSecRight .CourseOverContentSec {
    margin-right: 28px !important;
    padding: 0 1% 0 0%;
      margin-left: 0px !important;
}

.CourseOverSecRight .CourseOverImgSec .CourseImg::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -55px;
    left: -19%;
    width: 39%;
    height: 219px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/advantages/study-in-practical-lab-pologn.png);
    background-repeat: no-repeat;
}


.CourseOverSecRight .CourseOverImgSec {
    position: relative;
}

.CourseOverImgSec {
        position: relative;
    }

    .CourseOverImgSec .videoPopupContainer300 .imgOverlay::after {
              content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 0%;
   background: none;
    height: 303px;
    background-position: 50% 50%;
    width: 553px;
    margin: 0 auto;
    z-index: 99;
    background-repeat: no-repeat;
    }

.CourseOverImgSec .CourseImg::before {
   content: '';
    position: absolute;
    z-index: 1;
    top: -55px;
    left: 67%;
    width: 39%;
    height: 219px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/plogoyn-course-overview.png);
    background-repeat: no-repeat;
}

.AIlearndotxtbx ul li {
    margin-bottom: 0px !important;
}

.CourseOverContentSec {
    padding: 0% 0% 0% 3%;
}

.CourseOverContentSec p {
    text-align: justify !important;    font-family: 'Roboto',sans-serif;
    font-size: 16px;
}

.CourceTopicBx {
    background-image: linear-gradient(to right, #ffe63f,#ffc24c);
    text-align: center;
    margin-bottom: 3%;
    border-radius: 10px;
    padding: 10px;    margin-top: 3%;    height: 150px;
}

.CourceTopicBx h3 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins',sans-serif;
}

.CourceTopicBx p {
    font-size: 16px;
      font-family: 'Roboto',sans-serif;    text-align: center !important;
}

.AIMeetOurFaculty.SoMTop {
    margin-top: 0%;
}

.AILearningOutSec {
    padding: 0 104px;
      margin-top: 2%;
    margin-bottom: 4%;
}

.PLOFacRowSec {
    padding: 0 104px;
      margin-top: 3%;
    margin-bottom: 4%;
}

.ploFacMediaG .PLOFacRowSec{

       padding: 0 104px;
    margin-top: 0%;
    margin-bottom: 13%;
}

.PLOFacExp h3 {
    font-size: 20px;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin-bottom: 2%;
    margin-top: 3%;
}

.PLOFacExp ul li {
    text-align: justify !important;
}

.AILearningOutCont {
    margin-top: 4%;
}
.AILearningOutCont ul li {
    font-size: 16px !important;
      line-height: 23px;
}

.AIBluePatch {
    background-image: linear-gradient(#53adff,#0252f0);
    height: auto;
    position: relative;
    padding: 3% 104px;
}

.LUBluePatch {
    background-image: linear-gradient(#53adff,#0252f0);
    height: auto;
    position: relative;
    padding: 3% 104px;
}

.AIBluePatch h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 682px;
    bottom: -16px;
    color: #fff;
    margin: 0 auto;
}

.LUBluePatch .span4.widget-span.widget-type-cell.curriculamBtn {
    padding: 6% 0%;
}

.LUBluePatch h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 682px;
    bottom: -16px;
    color: #fff;
    margin: 0 auto;
} 

 .AILearnByDoingSecBmlb {
    padding: 0 104px;
    padding-top: 2%;
    padding-bottom: 4%;
}

.AILearnByDoingSecBmlb .learndotxt {
    width: 100%;    margin-left: 0px;margin-top: 4%;
    margin-bottom: 1%;
}

.AILearnByDoingSecBmlb .AIlearndotxtbx {
    padding: 23px;    width: 52%; 
}

.AILearnByDoingSecBmlb .LearnImg {
    width: 45%;
}
   
.AILearnByDoingSec {
    padding: 0 104px;
      margin-top: 2%;
    margin-bottom: 4%;
}

.AIlearndotxtbx {
    padding: 8px 20px;
    text-align: justify;
    margin-left: 6px !important;
}

.AIlearndotxtbx h3 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto',sans-serif;
    text-align: justify;
}

.AIlearndotxtbx p {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.AILearnByDoingSec .learndotxt{    MARGIN-TOP: 3%;}

.AIMeetOurFaculty {
    background-color: #eef6fd;
  padding: 0 104px;
      margin-top: 2%;
    margin-bottom: 0%;
}
.AIMeetOurFaculty h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 5% 0 5%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.AIMeetOurFaculty h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.AIMeetOurFaculty h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin: 5% 0 5%;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    text-align: left;
}


.AIMeetOurFaculty span {
    font-size: 16px;
      line-height: 23px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 0 0 2%;
    font-family: 'Roboto',sans-serif;
    text-transform: none;
    text-align: left;
}

.AIMeetOurFaculty p.facSmall {
    font-size: 14px;margin-bottom: 35px;
}

.AIMeetOurFaculty p {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 23px;    text-align: justify;    font-weight: 400;
}
.AIWhoCanApply { 
  padding: 0 104px;
      margin-top: 2%;
    margin-bottom: 0%;
}
 
.AIWhoCanApply h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #000; 
    position: relative;
    margin: 2% 0 2%;    text-align: center;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}

.AIWhoCanApply h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.AIWhoCanApply p {
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    line-height: 20px;    margin-bottom: 3%;
}

.AIWhoCanApply .txtcent {
    padding: 3% 5%;
}

.AIFAQs { 
  padding: 0 104px;
      margin-top: 2%;
    margin-bottom: 4%;
}
 
.AIFAQs h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    color: #000; 
    position: relative;
    margin: 5% 0 2%;    text-align: center;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}

.AIFAQs h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -20px;
}

.FaqAcc {
    margin-top: 5%;
}

.formOr{
 line-height: 0.5;
  text-align: center;
      padding: 4% 0%;
}

.formOr span {
  display: inline-block;
  position: relative;  
}

.formOr span:before,
.formOr span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #c6c6c6;
 top: 3px;
    width: 240px;
}
.formOr span:before {
  right: 100%;
  margin-right: 15px;
}
.formOr span:after {
  left: 100%;
  margin-left: 15px;
}

.formCampusSec h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin: 7% 0% 4%;
    text-align: center;
}

.formCampusSec h2:before {
    content: '';
    width: 100px;
    height: 3px;
    background: #ffb700;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 45px;
}

.CampusAdd h3 {
    font-size: 20px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
  margin-bottom: 4%;
}
.addFa {
    float: left;
    margin-right: 3%;height: 76px;
}

.CampusAdd i.fa.fa-map-marker {
    color: #c7c5c5;
    font-size: 20px;
}

.CampusAdd i.fa.fa-phone.icon-contact {
   color: #c7c5c5;
    font-size: 20px;
}

.formCampusSec .overview-pointers-box-left {
    background: #fff;
    padding: 5px 10px;
    text-align: right;
    font-family: 'Open Sans',sans-serif;
    min-height: auto;
    border-right: 0;
    border-radius: 3px;
    margin-bottom: 30px;
    border-right: 5px solid #ffc20e;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
    background-repeat: repeat;
    border-bottom: 0;
    height: auto;
}

.formCampusSec .overview-pointers-box-left h4 {
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
}

.formCampusSec .overview-pointers-box-left h4 a {
    color: #000;
    text-decoration: none;
}

.formCampusSec .overview-pointers-box-left h4 a:hover {
    text-decoration: none;
    color: #ffc20e;
}

ul#MapDestinationDetails {
	list-style: none;
    width: 84%;
    height: auto;
    position: absolute;
    z-index: 9999;
}

ul#MapDestinationDetails li {
	position: absolute;
}

.dubai {
	width: 66px;
    height: 23px;
        top: 295px;
    left: 435px;
}

ul#MapDestinationDetails li a:hover .DubaiDetailBx {
	display: block;
    padding: 15px;
    width: 237px;
    height: auto;
    background: #ffc000;
    position: relative;
    top: -100px;
    left: 0px;
    color: #FFF;
}

li.dubai p {
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

li.dubai p.add {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}

ul#MapDestinationDetails li a .DubaiDetailBx {
	display: none;
}

ul#MapDestinationDetails li a:hover .DubaiDetailBx {
	display: block;
}


ul#MapDestinationDetails li a:hover .DubaiDetailBx strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}

.india {
	width: 66px;
    height: 23px;
    top: 316px;
    left: 514px;
}

ul#MapDestinationDetails li a:hover .IndiaDetailBx {
	display: block;
   padding: 15px;
    width: 260px;
    height: auto;
    background: #ffc000;
    position: relative;
    top: -215px;
    left: 0px;
    color: #FFF;
}

li.india p {
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

li.india p.add {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}

ul#MapDestinationDetails li a .IndiaDetailBx {
	display: none;
}

ul#MapDestinationDetails li a:hover .IndiaDetailBx {
	display: block;
}


ul#MapDestinationDetails li a:hover .IndiaDetailBx strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}

.singapore {
	width: 111px;
    height: 23px;
       top: 408px;
    left: 646px;
}

ul#MapDestinationDetails li a:hover .SingaporeDetailBx {
	display: block;
  padding: 15px;
    width: 260px;
    height: auto;
    background: #ffc000;
    position: relative;
    top: -100px;
    left: 0px;
    color: #FFF;
}

li.singapore p {
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

li.singapore p.add {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}

ul#MapDestinationDetails li a .SingaporeDetailBx {
	display: none;
}

ul#MapDestinationDetails li a:hover .SingaporeDetailBx {
	display: block;
}


ul#MapDestinationDetails li a:hover .SingaporeDetailBx strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}

.sydney {
	width: 84px;
    height: 24px;
        top: 614px;
    left: 860px;
}


ul#MapDestinationDetails li a:hover .SydneyDetailBx {
	display: block;
  padding: 15px;
    width: 260px;
    height: auto;
    background: #ffc000;
    position: relative;
    top: -100px;
    left: 0px;
    color: #FFF;
}

li.sydney p {
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
}

li.sydney p.add {
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
}

ul#MapDestinationDetails li a .SydneyDetailBx {
	display: none;
}

ul#MapDestinationDetails li a:hover .SydneyDetailBx {
	display: block;
}


ul#MapDestinationDetails li a:hover .SydneyDetailBx strong {
	display: block;
	margin-bottom: 2px;
	font-size: 12px;
	text-decoration: underline;
}




ul#MapDestinationDetails li a  {
	display: block;
	outline: none;
	height: 100%;
}



    .program-section {
        font-family: 'Roboto',sans-serif;
    }

    .program-section .container-fluid {
        width: 90%;
    }

    .programTabs {
        min-height: 600px;
    }
.lp-logo {
    position: relative;
    top: -420px;
    width: 13%;
    left: 3%;
}
    .program-section p {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #000000;
        margin-bottom: 20px;
        text-align: justify;
    }

    .program-section p strong {
        font-size: 16px;
    }
.BluePatch {
    background-image: linear-gradient(#53adff,#0252f0);
    height:250px;
    position: relative;
    padding: 3% 0;
}
  
 .BluePatchheader h2 {
    text-align: left;
    font-size: 50px;
       line-height: 50px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin: 3% 0 3%;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
} 
   
.span12.widget-span.widget-type-custom_widget.BluePatchparatxt {
    font-size: 16px;    line-height: 20px;    margin-left: 4px;
}
.span4.widget-span.widget-type-cell.curriculamBtn {
    padding: 6% 0%;
}
  
  .BluePatch h2:after {
    content: '';
    width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 682px;
    bottom: -16px;
    color: #fff;
    margin: 0 auto;
}   
  .BluePatchparatxt   {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color:#fff;
    margin-top:2%;
  }
  
    .progTitle {
        font-size: 16px;
        color: #0a457e;
        margin-bottom: 20px;
    } 

.galleryGreySlider {
    background: #f4f7f9;
    padding: 6% 5% 2%;
}

.GalleryCarousalSlider {
      padding: 0%;
}

.socialSecG {
    position: absolute;
    top: 24%;
}

.GalleryCarousalContentSlider {
    background: #f4f7f9;
}

.galleryGreySlider p.galleryDate {
    font-family: 'Poppins',sans-serif;position: relative;    margin-bottom: 35px;
}

.galleryGreySlider p.galleryTopic {
    font-family: 'Poppins',sans-serif;
}

.galleryGreySlider p.galleryTopic span {
    font-weight: 600;
}

.galleryGreySlider p.galleryDate:after {
   content: '';
    width: 60px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0px;
    right: 455px;
    margin: 0 auto;
    bottom: 0px;
    top: 35px;
}

.galleryGreySlider h4 {
    font-size: 18px;
    text-transform: uppercase;
    padding: 1% 0%;
    font-weight: 600;
    font-family: 'Poppins',medium;
    margin-bottom: 2%;
}

.gallerySocialIco i.fa {
    font-size: 24px !important;
      color: #000; 
}

p.galleryImgDes {
    margin-top: 15px;
    font-size: 12px;
}

.GalleryCarousalContentSlider p.imppara {
    text-align: left;
    padding: 4% 4%;
}

.slick-dots li.slick-active button:before {
    color: #fec010;
}

.GalleryCarousal h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin: 7% 0% 4%;
    text-align: center;
}


.flotinglink {
        position: fixed;
    bottom: 5px;
    text-align: right;
    right: 46px;
    width: auto;
    z-index: 999;
    padding: 7px 1% 9px 1%;
    background: #febf01;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
  display:none;
}

.flotinglink a {
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins',sans-serif;
}

.fingridmain{    background: #fafafa;
    padding: 3%;}
.fingrid {
    width: 22%;
    float: left;
    margin-right: 4%;
}
.fingridlast {
    width: 22%;
    float: left;
    margin-right: 0%;
}
.program-section-gray {
     background:#f8f8f8; padding:5% 0% 2%;
    }

 .calendly-overlay {
    z-index: 9999999 !important;
} 

    /* program-navbar css start */
    .program-navbar-container {
        background: #000;
        margin-bottom: 0;
        border: 0;
        border-radius: 0;
        position: fixed;
        top: 140px;
        z-index: 999;
        width: 100%;
    }
.overviewImage img {
    height: auto;
}
.whySpBoxImage img {
    height: auto;
}

.ParaImageContainer img {
    height: auto;
}
    .program-navbar-container .container-fluid {
        width: 90%;
    }
a.youtube-link {
    cursor: pointer;
}
.SchoolHighlightsVideo .youtube-link::after {
    content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 43%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
    background-repeat: repeat;
    background-repeat: repeat;
    height: 54px;
    width: 54px;
    margin: 0 auto;
    z-index: 1;
    background-repeat: no-repeat;
}

.futureOfEducationText a:hover {
    text-decoration: none;
    color: #ffc20e !important;
}
    .program-navbar-container.progTabsNavScrolled {
        top: 81px;
    }
.desktop-only{display:block;}
.mobile-only{display:none;}
    .program-navbar-container .navbar-brand {
        color: #ffc20e !important;
        background: #000 !important;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
        padding: 20px 20px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        height: auto;
        margin-right: 20px;
    }

    .program-navbar-container .navbar-brand:after {
        content: '';
        position: absolute;
        right: -8px;
        top: 18px;
        display: inline-block;
        margin-left: 2px;
        vertical-align: middle;
        width: 2px;
        height: 25px;
        background: #424242;
    }

    .program-navbar-container .navbar-nav>li>a {
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        font-family: 'Poppins', sans-serif;
        padding: 20px 15px;
    }
iframe#desktopframe {
    height: 410px;
    width: 100%;
}
    .program-navbar-container .navbar-nav>li>a:hover,
    .program-navbar-container .navbar-nav>li>a:focus {
        color: #fff;
    }


 .AMPSmallHeading {
    position: relative;
}
      
      .AMPSmallHeading h3{font-weight: 600; 
        font-family: 'Poppins',medium !important; 
        font-size: 20px !important; 
        text-transform: uppercase; 
        text-align: center !important;}
      
      .AMPSmallHeading h3:before {
    content: '';
    width: 85px;
    height: 3px;
    background: #fcc000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    top: -10px;
}

    .program-navbar-container .navbar-nav>li>a:hover:after {
        content: '';
        width: 25px;
        height: 2px;
        background: #ffc20e;
        position: absolute;
        left: 15px;
        top: 14px;
    }

    .program-navbar-container .navbar-nav>.open>a, 
    .program-navbar-container .navbar-nav>.open>a:focus, 
    .program-navbar-container .navbar-nav>.open>a:hover {
        /*color: #000;
        background-color: #ffc20e;*/
        color: #fff;
        background-color: transparent;
    }

    .program-navbar-container >li:last-child>a {
        padding-right: 0;
    }

    .program-navbar-container .dropdown-menu {
        padding: 0;
        border: 1px solid #ccc;
    }

    .program-navbar-container .dropdown-menu>li>a {
        color: #222;
        text-transform: uppercase;
        font-size: 11px;
        /*font-weight: 600;*/
        letter-spacing: 1px;
        font-family: 'Montserrat', sans-serif;
        padding: 10px 15px;
        border-bottom: 1px solid #0000001f;
    }


.faqsec {padding:3% 104px;    text-align: justify;}
.faqsec p  {  font-family: 'Roboto',sans-serif;
    font-size: 14px;}

.avgsalarybx{    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
    width: 100%;    padding: 2% 0%;margin: 2% 0px 5% 0;}

.avgsalarybx p{margin: 0 0 0px 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;line-height: 40px;
    text-transform: uppercase;
  font-family: 'Poppins',sans-serif;    text-align: center;}

.avgsalarybx h2 { 
   font-size: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 47px;
    border-top: 3px solid #ffc20e;
    margin: 0 398px;
}
.accordian-style {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
    color: #000 !important;text-align: left;
}

.accordion-inner.accordian-content {
    font-family: 'Roboto',sans-serif;text-align: left;
    font-size: 16px;    margin-top: 0%;    padding: 3% 2% 2% 1%;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 2px 4px 0 rgba(0,0,0,0.2);
}

.accordion-group {
    margin-bottom: 2%;
}

.accordion-heading {
    background: #fff;
      position: relative;
  border: 0px solid #787878;
    padding: 2% 1%;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0), 0 2px 4px 0 rgba(0,0,0,0.2);
}

.accordion-heading img.chart-boat-faq-square-image-right-top {
     position: absolute;
    right: 0;
    top: 0px;
    width: 30px;
}

.accordion-heading img.chart-boat-faq-square-middle-big-square {
          position: absolute;
    top: 0px;
    right: 10px;
    width: 37px;
}

.accordion-heading img.chart-boat-faq-square-middle {
          position: absolute;
    top: 15px;
    right: 19px;
    width: 20px;
}

.accordion-toggle:after {
    color:#fff;
}

h3.heading-acc {
    margin-top: 0px;
    margin-bottom: 0px;
      font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
    color: #000;
}
.facultyProfileNewsBox .facultyImg a{
    cursor: pointer;
}
body .form-box h3.form-title {
    background-color: #000;
    border-bottom: 5px solid #ffc216;
    color: #fff;
    font-size: 22px;
    margin: -20px -20px 20px;
    padding: 20px;
    text-align: center;
    font-family: 'Poppins',sans-serif;
}

body .hs-form-field > label {
    font-family: 'Roboto',sans-serif;
}

body input[type="text"], body input[type="password"], body input[type="datetime"], body input[type="datetime-local"], body input[type="date"], body input[type="month"], body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"], body input[type="search"], body input[type="tel"], body input[type="color"] {
    font-family: 'Roboto',sans-serif;
}
 .portfolio .innerpage-BG-image {
    background-position: 0px 1px;
}
.hs_cos_wrapper_type_form select{font-family: 'Roboto',sans-serif;}
.hs_cos_wrapper_type_form label {
   font-family: 'Roboto',sans-serif;
}

}


.owl-carousel .owl-item img {
    height: auto;
}

.slick-dots li button {
    border: 1px solid #a3a3a4 !important;
    border-radius: 10px;
    background: transparent;
    display: block;
    height: 12px;
    width: 12px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 12px;
    height: 12px;
    font-family: "slick";
    font-size: 6px;
    line-height: 15px;
    text-align: center;
    color: #fec010;
    opacity: 0.0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.hs_cos_gallery_main .slick-dots li button:before, .hs_cos_gallery_thumbnails .slick-dots li button:before, .hs_cos_gallery_lightbox .slick-dots li button:before {
    font-size: 12px;
}

.edspan{    min-width: 63px;
    padding-top: 0px;
    border-top: 3px solid #ffc20e;
    text-transform: uppercase;
    width: 12% !important;
    float: none !important;}

.datasciencetitle{    position: relative;     left: -96px;     z-index: 9;     top: 46px;     margin-bottom: 3%;}

.datasciencetitle2{    position: relative;     left: -96px;     z-index: 9;     top: 46px;     margin-bottom: 3%;}
.datasciencetitle2 h3{    min-width: 271px !important;}
.datascirichtxt{    margin-left: -2px !important;margin-bottom: 5%;}

.datasciestep{    margin-bottom: 6px  !important;
    border-bottom: 2px solid #ffc20e  !important;
    width: 17%  !important;
    line-height: 30px  !important;
    font-weight: 500  !important;
    font-family: 'Poppins',sans-serif  !important;}
.datasceiestephead{margin-bottom: 10px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
    position: relative !important;
    font-family: 'Poppins',sans-serif !important;
    text-transform: uppercase !important;}

.about-program h2 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 0px;
    font-family: 'Poppins',SemiBold;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 0px;
    text-align: center;
}

.BDSbenefits h3 {
    font-size: 20px;
    font-family: 'Poppins',SemiBold;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 4%;
}

 .DemandDS {
    background: #f8f8f8;
    padding: 2% 3%;
    margin-top: 0;
    margin-bottom: 2%;
}

 .DemandDS h3 {
    font-size: 18px;
    font-family: 'Poppins',SemiBold;
    text-decoration: none;
    text-align: center;
    margin-bottom: 11px;
}

 .DemandDS p {
    text-align: center;
    font-family: 'Poppins',SemiBold;
}

.DeGraphMain {
    padding: 0 30%;
    margin-top: 3%;
}

 .DeGraphMain .DeSection1 {
    float: left;
    margin-right: 24%;
}

 .DemandDS .firstGraph {
    padding: 0px 27%;
}

 .DemandDS .firstGraph .overview-pointers-box {
    background: transparent;
    padding: 97px 0px 0px 0px;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    min-height: 140px;
    border-right: 0;
    border-radius: 3px;
    border-top: 5px solid #ffc20e;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2019/org/landing-page-banner/BDS/graph-background.png);
    background-repeat: repeat;
    border-bottom: 0;
    height: 140px !important;
    margin-bottom: 9%;
}

.WorldOpp .overview-pointers-box .overview-pointers-desc {
    text-align: center;
    min-height: 27px;
}

.DemandDS .DeSection1 p {
    font-size: 16px;
    font-family: 'Poppins',Medium;
    text-transform: uppercase;
    color: #4a4a4a;
}

.DeGraphMain .DeSection2 {
    float: left;
    margin-top: 3%;
}

.DemandDS .secondGraph {
    padding: 0px 25%;
}

.DemandDS .secondGraph .overview-pointers-box {
    background: transparent;
    padding: 26px 0px 0px 0px;
    text-align: center;
    font-family: 'Open Sans',sans-serif;
    min-height: 70px;
    border-right: 0;
    border-radius: 3px;
    border-top: 5px solid #ffc20e;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2019/org/landing-page-banner/BDS/graph-background.png);
    background-repeat: repeat;
    border-bottom: 0;
    height: 70px !important;
    margin-bottom: 9%;
    margin-top: 81%;
}
  
.DemandDS .overview-pointers-desc {
    font-size: 30px !important;
    font-family: 'Poppins',SemiBold !important; 
}

.DemandDS .DeSection2 p {
    font-size: 16px;
    font-family: 'Poppins',Medium;
    text-transform: uppercase;
    color: #4a4a4a;
}

.DemandDSIco {
    background: #f8f8f8;
    text-align: center;
    padding: 5% 22%;
    margin-bottom: 20px;
    margin-top: 1%;
}

.DemandDSIco img {
    width: 12%;
    margin-bottom: 2%;
}

.DemandDS {
    background: #f8f8f8;
    padding: 2% 0%;
    margin-top: 0;
    margin-bottom: 2%;
}

.DemandDSIco h4 {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0px;
  font-family: 'Poppins',medium;
  text-transform: uppercase;
    padding: 1% 0%;
    font-weight: 600;
}


.BDSSlider .testimonialCarouselBox .testimonialCarouselBoxImage::after {
    display:none;
}


.BDSSlider .testimonialCarouselBox .testimonialCarouselBoxImage::before {
    display:none;
}

.BDSSlider .testimonialCarouselBox .testimonialCarouselBoxImage {
    position: relative;
}

.BDSSlider .testimonialCarouselBox .testimonialCarouselBoxImage img {
   
    padding-left: 0%;
}

.BDSSlider .testimonialCarouselBox .col-sm-6.slideImg {
    padding-right: 0px;
    padding-left: 0px;
}

.BDSSlider .testimonialCarouselBox .col-sm-6.slideDesc {
    background: #ffc000;
    padding: 97px 97px;
      height: 390px;
}

.BDSSlider .testimonialCarouselBox h4::before {
    display:none;
}

.BDSSlider .testimonialCarouselBox h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-family: 'Poppins',sans-serif;
    text-transform: unset;
    padding-left: 0px;
    position: relative;
}

.BDSSlider .testborder {
    width: 30%;
    margin: 0px 0;
    margin-top: 17px;
    margin-bottom: 16px;
    background: #000;
    height: 3px;
    position: relative;
    left: 34%;
}

.BDSSlider .testimonialCarouselBox p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
    line-height: 20px;
    font-family: 'Poppins',sans-serif;
    margin-top: 0px;
    padding-right: 0px;
    text-align: center;
}

.ploReviewSlider .testimonialCarouselBox .testimonialCarouselBoxImage {
    position: relative;
        margin-top: -168px;
}

.ploReviewSlider .item.withVideo {
    height: auto;
    background: #eef6fd;
    position: relative;
    margin-top: 145px;
}

.ploReviewSlider .testimonialCarouselBox .testimonialCarouselBoxImage::before {
   content: '';
    position: absolute;
    z-index: 9;
    bottom: 0px;
    left: 65%;
    top: 5%;
    right: 0;
    width: 243px;
    height: auto;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/review-slider/what-our-student-say-ploygon.png);
    background-repeat: no-repeat;
}

.ploReviewSlider .testimonialCarouselBox .testimonialCarouselBoxImage img {
     z-index: 99;
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 60px;
    height: auto;
    padding-left: 0;
    padding-right: 8%;
}

.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec .BannerratingImg img {
    width: 4% !important;
    float: left;
    margin-right: 2px;
    position: relative;
    top: 0px;
}

.ploReviewSlider .item.withVideo .testimonialCarouselBox h4 {
        font-size: 30px;
    font-weight: 600;
    color: #000;
    text-align: left;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    padding-left: 0px;
    position: relative;
  margin-bottom: 5%;
}

.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec .BannerratingContent {
    margin-left: 1%;
    width: 33%;
    float: left;
    color: #000;
    font-family: Poppins,sans-serif;
    font-size: 16px;
}

.reVideoimage::after {
   content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 57px;
    text-align: center;
    top: 46%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/review-slider/what-our-student-say-video-icon.png);
    height: 54px;
    width: 54px;
    margin: 0 auto;
    z-index: 99;
    background-repeat: no-repeat;
}
.ploReviewSlider .item.withVideo .testimonialCarouselBox h4 span {
    font-size: 16px;
	}

.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec {
    padding: 5% 8%;
}



.ploReviewSlider .item.withVideo .testimonialCarouselBox h4::before {
      content: '';
    width: 66px;
    height: 8px;
    background: transparent;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0px;
    top: -20px;
}

.ploReviewSlider .item.withVideo  .testimonialCarouselBox .testimonialCarouselBoxImage::after {
   display:none;
}

.ploReviewSlider .item.withoutVideo .testimonialCarouselBox .testimonialCarouselBoxImage {
        margin-top: -140px;
}

.ploReviewSlider .item.withoutVideo .testimonialCarouselBox .testimonialCarouselBoxImage::before {
    display:none;
}

.ploReviewSlider .item.withoutVideo {
    height: auto;
    background: #eef6fd;
    position: relative;  
    margin-top: 115px;
      margin-bottom: 0%;
}

.ploReviewSlider .item.withoutVideo .testimonialCarouselBox .testimonialCarouselBoxImage img {
    height: auto;
    padding-left: 13%;
    padding-right: 5%;
  padding-bottom: 40px;
}

.ploReviewSlider .item.withoutVideo .withoutVideoName .BannerratingImg img {
    width: 2% !important;
    float: left;
    margin-right: 2px;
    position: relative;
    top: 0px;
}

.ploReviewSlider .item.withoutVideo .withoutVideoName .BannerratingContent {
    margin-left: 1%;
    width: 33%;
    float: left;
    color: #000;
    font-family: Poppins,sans-serif;
    font-size: 16px;
}

.ploReviewLink a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
}

.ploReviewLink a:after {
    content: "\f178";
    color: #ffc20e;
    position: absolute;
    right: -25px;
    top: 1px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
}

.ploReviewLink {
    text-align: right;
    padding-right: 81px;
}

.ploReviewSlider .item.withoutVideo .testimonialCarouselBox h4 {
    font-size: 30px;
    padding-left: 0px;
      margin-bottom: 8px; 
}

.ploReviewSlider .testimonialCarouselBox h4 span {
    display: block;
    font-size: 16px;
	}
.ploReviewSlider .item.withoutVideo .testimonialCarouselBox h4::before {
   content: '';
    width: 66px;
    height: 8px;
    background: transparent;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 0px;
    top: -20px;
}

.ploReviewSlider .item.withoutVideo .withoutVideoName {
        padding: 2% 0 0 0%;
    margin-bottom: 0%;
}

.ploReviewSlider .item.withoutVideo .testimonialCarouselBox .testimonialCarouselBoxImage::after {
    display:none;
}
.ploReviewSlider .item.withoutVideo .testimonialCarouselBox .withoutVidDescription img {
    width: 10%;
}

.ploReviewSlider .item.withoutVideo .testimonialCarouselBox .withoutVidDescription {
    margin: 2% 0% 2%;
    border-left: 1px solid #e4ad06;
    padding: 0% 1% 0% 3%;
}

.ploReviewSlider .item.withoutVideo .testimonialCarouselBox  .withoutVidDescription p {
    margin-top: 20px;
    margin-bottom: 34px;
}

 .gridTitle h4 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 20px;
    text-align: center;
} 
  .gridTitle h4::before {
    content: '';
    position: absolute;
    width: 185px;
    height: 3px;
    background: #ffc20e;
    z-index: 9;
    top: 7px;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0% 14%;
}    

.gridimg{position: relative;     top: 11px;}
.griddim{ min-height: 30px !important;    margin-top: 10px !important;}

.drivetopbor{width: 5%;
    border-bottom: 1px solid #ffc20e;
    height: 2px;
    margin-bottom: 1%;}

.drivbusihead{
    margin-bottom: 0px !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #000 !important;
    position: relative !important;
    font-family: 'Poppins',sans-serif !important;
    text-transform: uppercase !important;
}
.dataright{text-align:right }
.datasciencetitle3 {
    position: relative;
    left: 0px;
    z-index: 99;
    top: 46px;
    margin-bottom: 3%;
}

.facdes{    margin-top: 3%;
    clear: both;}

.facdes p::before{content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ffc20e;
    z-index: 9;
    top: 47px;
    left: 0;
    background-repeat: no-repeat;}

.scientistbx{    margin: 0px 0% -7% 0%;}
.datasciencetitle3 h3{
       position: relative;
    left: 15%;
    text-align: left !important;
}

.pointerheight{height: 115px;}
.whysubp{    padding-left: 40px;}
.whysubrp{    padding-right: 40px;}
br.brnewline {
    display: none;
}
.ytctaButton {
    display: inline-block;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    color: #000 !important;
    background: #ffc000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 20px;
    margin-top: 0px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
}

.ytctaButton .captionTextWrap {
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.deanCarouselBox {
    text-align: justify;
    line-height: 17px;
}
.HPPLOBlue .BluePatchSec {
    padding: 0px 175px;
    height: 560px ;
}

div#popup12 {
    height: 1500px;
}


    /* program-navbar css start */

    /* program-carousel css start */
    /*.program-carousel .item img {
        width: 100%;
    }

    .program-carousel .fill {
        width: 100%;
        height: 400px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-position: top;
    }

    .program-carousel .fill:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 12px 12px 0 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 60%, rgba(0,0,0,0.45) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 60%,rgba(0,0,0,0.45) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.12) 60%,rgba(0,0,0,0.45) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );   
    }

    .program-carousel-layer {
        background-image: url(../images/banner-outline.png);
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background-size: 100% 120px;
        background-repeat: no-repeat;
    }

    .program-carousel .carousel-indicators {
        bottom: auto;
        right: 0;
        left: auto;
        width: 50px;
        top: 140px;
    }

    .program-carousel .carousel-indicators li,
    .program-carousel .carousel-indicators .active {
        display: block;
        margin: 0;
        margin-bottom: 7px;
        border: 0;
        border-radius: 0;
        width: 10px;
        height: 10px;
    }

    .program-carousel .carousel-indicators li {
        background: rgba(255, 255, 255, 0.7);
    }

    .program-carousel .carousel-indicators .active {
        background: #fec010;    
    }

    .program-carousel .carousel-caption {
        font-family: 'Montserrat', sans-serif;
        text-shadow: none;
        padding-bottom: 50px;
    }

    .program-carousel .carousel-caption h4 {
        font-size: 56px;
        font-weight: 700;
        color: #fec010;
        position: relative;
        margin-bottom: 20px;
    }

    .program-carousel .carousel-caption h4:after {
        content: '';
        width: 80px;
        height: 10px;
        background: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -15px;
    }

    .program-carousel .carousel-caption p {
        font-size: 14px;
        font-weight: 600;
        color: #fefefe;
        text-transform: uppercase;
    }*/

    /***************************/

    .programCarouselContainer {
        position: relative;
        margin-top: 63px;
        margin-bottom: 100px;
    }

    /*.program-carousel-layer {
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/home2017/banner-outline.png?t=1524548490823);
        position: absolute;
        z-index: 9;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 120px;
        background-size: 100% 120px;
        background-repeat: no-repeat;
    }*/

    .programCarouselContainer .programVideoContainer video {
        width: 100%;
    }

    .programImageContainer {
        position: relative;
    }



    .programImageContainer img {
        width: 100% !important;
        height: auto !important;
    }

.BannerratingImg img {
    width: 4% !important;
    float: left;
    margin-right: 2px;
	    position: relative;
    top: 2px;
}

.BannerratingContent {
    margin-left: 1%;
    width: 33%;
    float: left;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-size: 18px;
}

.BannerratingContent span {
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

    .programSections {
        margin-bottom: 100px;
    }

    .overviewImage {
        position: relative;
        text-align: center;
    }

    .overviewImage img {
        z-index: 99;
        position: relative;
        width: 80% !important;
    }

.facultyProfileBox .overviewImage img {
    z-index: 99;
    position: relative;
    width: 76% !important;
}

.facultyProfileBox .president_img .overviewImage img {
    width: 100% !important;
}


.facultyProfileBox .overviewImage:after {
    content: '';
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/yellow-box.jpg);
    position: absolute;
    z-index: 9;
    bottom: -30px;
    right: 7px;
    width: 243px;
    height: 243px;
    background-repeat: no-repeat;
}
    .overviewImage:after {
        content: '';
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/yellow-box.jpg);
        position: absolute;
        z-index: 9;
        bottom: -35px;
        right: 0;
        width: 243px;
        height: 243px;
        background-repeat: no-repeat;
    }

    .overviewImage:before {
        content: '';
        /*background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/white-box.jpg);*/
        position: absolute;
        z-index: 9;
        top: -35px;
        left: 0;
        width: 243px;
        height: 243px;
        /*background-repeat: no-repeat;*/
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
    }

    .overviewPara h4 {
        font-size: 20px;
        font-weight: 600;
        /*color: #043361;*/
        color: #000000;
        font-family: 'Poppins',sans-serif;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 30px;
        line-height: 20px;
    }

    .program-carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 50px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
    }

    .program-carousel-caption p {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        position: relative;
        margin-bottom: 0;
        font-family: 'Poppins', sans-serif;
    }

.tbwidth{width: 100%; margin-top: 2%; margin-bottom: 2%;}
    .program-carousel-caption h1 {
        font-size: 35px;
        font-weight: 500;
        color: #fff;
        position: relative;
        margin-bottom: 20px;
        text-shadow: 1px 1px 6px #0000006b;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        margin-top: 3px;
    }

    .program-carousel-caption h1:after {
        content: '';
        width: 305px;
        height: 4px;
        background: #ffffff;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -8px;
    }

    .programCarouselContainer .item:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 12px 12px 0 0;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 60%, rgba(0,0,0,0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 60%,rgba(0,0,0,0.7) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 60%,rgba(0,0,0,0.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );   
    }

    .programCarouselContainer .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }

    .programCarouselContainer .owl-theme .owl-dots {
        position: absolute;
        right: 30px;
        top: 25%;
    }

    .programCarouselContainer .owl-theme .owl-dots .owl-dot {
        display: block;
    }

    .programCarouselContainer .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 4px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 200ms ease;
        border-radius: 0;
    }

    .programCarouselContainer .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #fec010;
    }

    /* program-carousel css end */

    /* program-breadcrumb css start */
    .program-breadcrumb {
        font-family: 'Montserrat', sans-serif;
        background: transparent;
        padding: 0;
        margin-bottom: 30px;
    }

    .program-breadcrumb li {

    }

    .program-breadcrumb li.active {
        font-size: 14px;
        color: #003a7e;
        font-weight: 800;
    }

    .program-breadcrumb>li+li:before {
        padding: 0 7px;
        color: #fec010;
        content: "\f054";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 11px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        vertical-align: middle;
    }

    .program-breadcrumb li a {
        font-size: 14px;
        color: #003a7e;
        font-weight: 500;
    }

    .program-breadcrumb li a:hover {
        text-decoration: none;  
    }
    /* program-breadcrumb css end */

    /* program-sidebar css start */
    .sidebarSticky {
        width: 21%;
        right: 5%;
        position: absolute;
        top: initial;
    }
    .program-sidebar {
        border: 4px solid #ebebeb;
        padding: 15px;
        margin-bottom: 30px;
    }

    .program-sidebar ul {
        padding: 0;
        margin-bottom: 0px;
    }

    .program-sidebar ul li {
        list-style-type: none;
        margin-bottom: 10px;
    }

    .program-sidebar ul li:last-child {
        margin-bottom: 0px;
    }

    .program-sidebar ul li a {
        font-family: 'Open Sans', sans-serif;
        color: #06325c;
        background: #ffc20e;
        padding: 35px 30px;
        display: block;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        min-height: 100px;
        text-align: center;
    }

    .program-sidebar ul li a .fa {
        font-size: 36px;
        display: inline-block;
        vertical-align: middle;
    }

    .program-sidebar ul li a img {
        display: inline-block;
        vertical-align: middle;
    }

    .program-sidebar ul li a .program-sidebar-text {
        display: inline-block;
        width: 70%;
        padding-left: 12px;
        vertical-align: middle;
        text-align: left;
    }

    .program-sidebar ul li a:hover,
    .program-sidebar ul li a:focus {
        color: #ffffff;
        background: #02bed7;
        text-decoration: none;
    }


    .program-sidebar ul li a .hoverImg {
        display: none;
    }

    .program-sidebar ul li a:hover .actualImg,
    .program-sidebar ul li a:focus .actualImg{
        display: none;
    }

    .program-sidebar ul li a:hover .hoverImg,
    .program-sidebar ul li a:focus .hoverImg{
        display: inline-block;
    }
    /* program-sidebar css end */

    /* overview-pointers css start */
    .ProgramSectionTitle h3 {    
        display: inline-block;
        min-width: 200px;
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 13px;
        text-align: right;
        border-bottom: 3px solid #ffc20e;
        font-family: 'Roboto', sans-serif;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .ProgramSectionTitle h2 {
        font-size: 30px;
        font-weight: 600;
        color: #000;
        position: relative;
        margin-bottom: 30px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        margin-top: 0px;
        padding-left: 95px;
    }

    .overview-pointers-col {
        /*width: 20%;*/
        display: inline-block;
        float: left;
    }

    .overview-pointers-box {
        background: #fff;
        padding: 20px 20px;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        min-height: 183px;
        border-right: 5px solid #ffc20e;
        border-radius: 3px;
        margin-bottom: 30px;
        /*background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/white-box.jpg);*/
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
    }

    .overview-pointers-box img {
        margin-bottom: 15px;    
    }

    .overview-pointers-box .overview-pointers-title {
        font-size: 14px;
        font-weight: 400;
        color: #4a4a4a;
        padding-bottom: 10px;
        margin-bottom: 0px;
        position: relative;
    }

    /*.overview-pointers-box p:after {
        content: '';
        background: #dedede;
        width: 85%;
        height: 1px;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }*/

    .overview-pointers-box .overview-pointers-desc {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 18px;
        color: #000;
        line-height: 22px;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 22px;
        min-height: 70px;
    }
    /* overview-pointers css end */

    /* testimonial css start */
    .testimonialCarouselContainer {
        /*background: #0a457e;*/
        /*padding: 40px 20px 20px 20px;*/
        margin-bottom: 50px;
    }

    .testimonialCarouselBox {
        /*padding: 0px 80px;*/
        text-align: justify;
        line-height: 17px;
    }

    .testimonialCarouselBox img {
        margin: 0px auto;
        width: 320px;
    }

    .testimonialCarouselBox p {
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        margin-bottom: 50px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
        margin-top: 50px;
        padding-right: 50px;
    }

    .testimonialCarouselBox h4 {
        font-size: 16px;
        font-weight: 600;
        color: #000000;
        text-align: left;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        padding-left: 55px;
        position: relative;
    }

    .testimonialCarouselBox h4 span {
        font-family: 'Roboto', sans-serif;
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #000000;
        margin-top: 8px;
        text-transform: none;
    }

    .testimonialCarouselBox h4::before {
        content: '';
        position: absolute;
        width: 37px;
        height: 3px;
        background: #ffc20e;
        z-index: 9;
        top: 7px;
        left: 0;
        background-repeat: no-repeat;
    }

    .testimonialCarouselBox .testimonialCarouselBoxImage {
        position: relative;
    }

    .testimonialCarouselBox .testimonialCarouselBoxImage img {
        z-index: 99;
        position: relative;
        width: 100%;
        padding-bottom: 50px;
        height: auto;
        padding-left: 20%;
    }

    .testimonialCarouselBox .testimonialCarouselBoxImage::before {
        content: '';
        /*background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/white-box.jpg);*/
        position: absolute;
        z-index: 9;
        bottom: 10px;
        left: 10%;
        width: 243px;
        height: 243px;
        /*background-repeat: no-repeat;*/
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
    }

    .testimonialCarouselBox .testimonialCarouselBoxImage::after {
        content: '';
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/testimonialQuotesImg.png);
        position: absolute;
        z-index: 99;
        bottom: 80px;
        right: 45px;
        width: 207px;
        height: 81px;
        background-repeat: no-repeat;
    }

    .testimonialCarouselContainer .owl-carousel .owl-nav button.owl-prev, 
    .testimonialCarouselContainer .owl-carousel .owl-nav button.owl-next {
        font-size: 80px;
        font-weight: 100;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3%;
        color: #fff;
        text-align: center;
        background-color: rgba(0,0,0,0);
        filter: alpha(opacity=70);
        opacity: 0.7;
        margin: 0;
    }

    .testimonialCarouselContainer .owl-carousel .owl-nav button.owl-next {
        right: 0;
        left: auto;
    }

    .testimonialCarouselContainer .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 5px 2px;
        background: #fff;
        outline: 0;
        border: 1px solid #a3a3a4;
    }

    .testimonialCarouselContainer .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        outline: none;
        background: #fec010;
        border: 1px solid #fec010;
    }

    .testimonialCarouselContainer .owl-carousel .owl-nav {
        display: none;
    }

    .testimonialCarouselContainer .owl-theme .owl-dots .owl-dot.active span, 
    .testimonialCarouselContainer .owl-theme .owl-dots .owl-dot:hover span {
        background: #fec010;
    }

    .testimonialCarouselContainer .owl-theme .owl-dots .owl-dot:focus {
        outline: none;
    }

    /* testimonial css end */

    /* latest news css start */
    .latestMediaContainer {
        background: #fafafa;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }

    .latestMediaBox {
        margin-bottom: 25px;
    }

    .latestMediaBox .media-left {
        padding-right: 20px;
    }

    .latestMediaBox .media-left .media-object {
        width: 200px;
    }

    .latestMediaBox .latestMediaBoxImage {
        position: relative;
    }

    .latestMediaBox .latestMediaBoxImage img {
        z-index: 99;
        position: relative;
        width: 100% !important;
        padding-bottom: 20px;
        padding-right: 20px;
    }

    .latestMediaBox .latestMediaBoxImage:after {
        content: '';
        /*background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/white-box.jpg);*/
        position: absolute;
        z-index: 9;
        bottom: -5px;
        right: -5px;
        width: 180px;
        height: 190px;
        /*background-repeat: no-repeat;*/
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
    }

    .latestMediaBox .media-body {
        font-family: 'Open Sans', sans-serif;
    }

    .latestMediaBox .latestMediaBox-heading {
        font-size: 16px;
        font-weight: 600;
        color: #010101;
        margin-bottom: 15px;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }

    .latestMediaBox .latestMediaBox-detail {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin-bottom: 20px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;text-align:justify;
    }

    .latestMediaBox .latestMediaBox-link a {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }

    .latestMediaBox .latestMediaBox-link a:after {
        content: "\f178";
        color: #ffc20e;
        position: absolute;
        right: -25px;
        top: 1px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
    }

    .latestMediaBox .latestMediaBox-link a:hover {
        text-decoration: none;
        color: #ffc20e;
    }
    /* latest news css end */

    /* importantDatesCarousel css start */
    .importantDatesCarouselContainer {
        /*background: #f8f8f8;
        padding: 20px 70px;*/
    }

    .importantDatesCarouselContainer .owl-carousel .owl-nav button.owl-prev, 
    .importantDatesCarouselContainer .owl-carousel .owl-nav button.owl-next {
        font-size: 80px;
        font-weight: 100;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -50px;
        width: 3%;
        color: #c6c6c6;
        text-align: center;
        background-color: rgba(0,0,0,0);
        margin: 0;
    }

    .importantDatesCarouselContainer .owl-carousel .owl-nav button.owl-next {
        right: -50px;
        left: auto;
    }

    .importantDatesCarouselContainer .owl-theme .owl-nav {
        display: none;
    }

    .importantDatesBox {
        font-family: 'Open Sans', sans-serif;
        border: 1px solid #cecece;
        padding: 20px;
        margin: 5px 20px 20px 20px;
        position: relative;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .importantDatesBox:hover {
        box-shadow: 5px 5px 20px #e9e9e9;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .importantDatesBox::before {
        content: '';
        position: absolute;
        width: 82%;
        height: 5px;
        background: #ffc20e;
        z-index: 9;
        top: -3px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .importantDatesBox h2 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin-bottom: 18px;
        line-height: 1.1;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }

    .importantDatesBox p {
        margin-top: 0;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin-bottom: 15px;
        line-height: 20px;
        position: relative;
        padding-top: 25px;
        font-family: 'Roboto', sans-serif;
        text-align: left;
    }
     p.imppara {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 41px;
    }
    h2.impdateh2 {
    text-align: center;
    margin-bottom: 5px;
    padding-top: 51px;
    }

    .importantDatesBox p.date:before {
        content: '';
        background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/dateTimeIcon.png) no-repeat;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 0;
    }

    .importantDatesBox p.impsession2:before {
       content: '';
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/sticky-icon3.png) no-repeat;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 4px;
    }

    .importantDatesBox p.address:before {
        content: '';
        background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/locationIcon.png) no-repeat;
        position: absolute;
        width: 24px;
        height: 24px;
        left: 0;
        top: 0;
    }
.importantDatesBox p.address2:before {
        content: '';
        background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/locationIcon.png) no-repeat;
        position: absolute;
        width: 20px;
        height: 24px;
        left: 0;
        top: 0;
    }

p.impsession {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 41px;
}

h2.impdate2h2 {
       text-align: center;
   margin-bottom: 30px;
    padding-top: 0px;
}
p.impsession2 {
    padding-left: 10%;
    position: relative;padding-top: 0px;    margin-bottom: 25px;
}
p.address2{    padding-top: 0px;
    padding-left: 10%;}
    .importantDatesBox a {
        font-size: 12px;
        font-weight: 400;
        color: #9c9c9c;
        margin-bottom: 10px;
        position: relative;
        margin-left: 0;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
    }

    .importantDatesBox a:after {
        content: "\f178";
        color: #ffc20e;
        position: absolute;
        right: -25px;
        top: 0px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
    }

    .importantDatesBox a:hover {
        text-decoration: none;
        color: #ffc20e;
    }

    /*.importantDatesBox .caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 15px;
    opacity: 0;
}

    .importantDatesBox:hover .caption {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.importantDatesBox .captionText {
  width: 100%;
  height: 100%;
  padding: 15px;
  position: relative;
}

.importantDatesBox .captionText a {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 15px;
background: rgba(255, 194, 14, 0.8);
color: #000;
text-decoration: none;
}

.importantDatesBox .captionText h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 6px;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
    text-align: center;
    padding-top: 55px;
}

.importantDatesBox .captionText p {
  font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}*/

    .importantDatesCarouselContainer .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 5px 2px;
        background: #fff;
        outline: 0;
        border: 1px solid #a3a3a4;
    }

    .importantDatesCarouselContainer .owl-theme .owl-dots .owl-dot.active span, 
    .importantDatesCarouselContainer .owl-theme .owl-dots .owl-dot:hover span {
        outline: none;
        background: #fec010;
        border: 1px solid #fec010;
    }

    .importantDatesCarouselContainer .owl-theme .owl-dots .owl-dot:focus {
        outline: none;
    }

    /* importantDatesCarousel css end */



    /*why sp jain*/
    .whySpBox { margin-bottom:60px;}

    .whySpBoxImage img {
        width: 100% !important;
    }

    .whySpBoxContaint {
        position: relative;
        margin-top: 110px;
        padding-left: 40px;
    }

    .whySpBoxContaint:before {
        content: '';
        position: absolute;
        width: 210px;
        height: 2px;
        background: #ffc20e;
            background-repeat: repeat;
        background-repeat: repeat;
        z-index: 99;
        top: -43px;
        left: -55px;
        background-repeat: no-repeat;
    }

.Schol .whySpBoxContaint:before {
   display:none;
    
}

.Schol .specialisationsImage::before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 43% !important;
    left: 37% !important;
    width: 63%;
    height: 200px;
    background: #ffc20e;
    background-repeat: repeat;
}
.Schol .whySpBoxRight .whySpBoxContaint {
    text-align: left !important;
}
.Schol .ProgramSectionTitle h2 {
    line-height: 60px;
    font-size: 30px;
}
section.home-section.program-section.psgrey {
    background: #f3f7fa;
    padding: 4% 0% 5% 0%;
}
.High_GPA {
    padding: 5%;
    background: #fff;    height: 265px;
}
.High_GPA .listStyle ul {
    margin: 0 0 0px 0;
}

.High_GPA .listStyle ul li {
    margin-bottom: 6px;
}

.GPA_Icon {
    float: left;
    width: 5%;
    margin-right: 3%;
}

.GPA_Head {
  float: left;
    font-family: 'Roboto',sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase; margin-top: 1%;
}
.HApp {
    border-left: 4px solid #ffc000;
    padding: 1% 6%;
  margin-bottom: 10%;
    margin-top: 10%;
}

    .whySpBoxContaint h2 {
        font-size: 20px;
        font-weight: 600;
        /*color: #043361;*/
        color: #000000;
        font-family: 'Poppins',sans-serif;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 30px;
        line-height: 20px;
    }

    .whySpBoxContaint p {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        color: #000;
        margin-bottom: 20px;
        text-align: left;
        line-height: 21px;
        text-align: justify;
    }

    .whySpBoxContaint p a {
        /*font-size: 13px;
        color: #000;
        margin-bottom: 0;
        position: relative;
        font-family: 'Poppins',sans-serif;
        text-transform: none;
        padding-right: 0;
        font-weight: 600;*/
        font-size: 14px;
        margin-bottom: 0;
        position: relative;
        font-family: 'Roboto',sans-serif;
        padding-right: 0;
        color: #070F6E;
        text-transform: none;
    }

    .whySpBoxContaint p a::after {
        display: none;
      color: #ffc20e;
    }

    .whySpBoxContaint a {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        padding-right: 25px;
    }

   .whySpBoxContaint a::after {
        content: "\f178";
        color: #ffc20e;
        position: absolute;
        right: 0px;
        top: 1px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
    }

    .whySpBoxContaint a:hover {
        text-decoration: none;
        color: #ffc20e;
    }




/*maps  header css starts */


 .whySpBoxContaints {
        position: relative;
        margin-top: 80px;
        padding-left: 0px;
    }

    .whySpBoxContaints:before {
        content: '';
        position: absolute;
        width: 210px;
        height:3px;
        background: #ffc20e;
            background-repeat: repeat;
        background-repeat: repeat;
        z-index: 99;
        top: -43px;
        left: 0px;
        background-repeat: no-repeat;
    }

    .whySpBoxContaints h2 {
        font-size: 20px;
        font-weight: 600;
        /*color: #043361;*/
        color: #000000;
        font-family: 'Poppins',sans-serif;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 30px;
        line-height: 20px;
    }

    .whySpBoxContaints p {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        color: #000;
        margin-bottom: 20px;
        text-align: left;
        line-height: 21px;
        text-align: justify;
    }

    .whySpBoxContaints p a {
        /*font-size: 13px;
        color: #000;
        margin-bottom: 0;
        position: relative;
        font-family: 'Poppins',sans-serif;
        text-transform: none;
        padding-right: 0;
        font-weight: 600;*/
        font-size: 14px;
        margin-bottom: 0;
        position: relative;
        font-family: 'Roboto',sans-serif;
        padding-right: 0;
        color: #337ab7;
        text-transform: none;
    }

    .whySpBoxContaints p a::after {
        display: none;
    }

    .whySpBoxContaints a {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        padding-right: 25px;
    }

    .whySpBoxContaints a::after {
        content: "\f178";
        color: #ffc20e;
        position: absolute;
        right: 0px;
        top: 0px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
    }

    .whySpBoxContaints a:hover {
        text-decoration: none;
        color: #ffc20e;
    }




/*maps  header css ends */







    .whySpBoxRight .whySpBoxContaint {
        text-align: right !important;
        padding-left: 0px;
        padding-right: 40px;
    }

    /*.whySpBoxRight .whySpBoxContaint p {
        text-align: right !important;
    }*/

    .whySpBoxRight .whySpBoxContaint::before {
        left: auto;
        background-repeat: no-repeat;
        right: -55px;
    }


    /* academic specialisationsBox */
    .whySpBox .btnList ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .whySpBox .btnList ul li {
        float: left;
        margin-right: 10px;
        display: table;
        font-family: 'Montserrat',sans-serif;
        padding-left: 0px;
    }

    .whySpBox .btnList ul li:before {
        display: none;
    }

    .whySpBox .btnList ul li a {
        display: block;
        color: #000;
        background: #ffc000;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 4px 20px;
        margin-top: 16px;
        text-align: center;
        height: 42px;
        vertical-align: middle;
        display: table-cell;
    }

    .whySpBox .btnList ul li a::after {
        display: none;
    }

    .whySpBox .btnList ul li a:hover {
        background: #28292a;
        color: #ffc000;
    }

    .whySpBox.whySpBoxRight .btnList ul {
        float: right;
    }

    .whySpBox.whySpBoxRight .btnList ul li {
        margin-right: 0px;
        margin-left: 10px;
    }

    /*.whySpBox .whySpBoxTop { position:relative; border-bottom:#d4d4d4 solid 1px; padding-bottom:10px; margin-bottom:24px;} 
    .whySpBox .whySpBoxTop img { float:left; margin-right:25px }
    .whySpBox .whySpBoxTop h2{ color:#0a457e; font-size:30px; font-weight:700; display:inline-block; text-transform:uppercase;}
    .whySpBox .whySpBoxTop h2 span{ display:block;}
    .whySpBox .whySpBoxTop .whyArrow{position: absolute; right: 0; top: 39%; }
    .whySpBox .whySpBoxTop .whyArrow img {margin:0;}
    .whySpBox .whySpBoxTop .whyArrow a{transition: all 0.5s;}
    .whySpBox .whySpBoxTop .whyArrow a:hover { padding-right:10px;}
    .whySpBox p { text-align:justify; font-family: 'Open Sans', sans-serif;}*/
    /*why sp jain*/

    /*Message from the Dean start*/
    .deanMessageContent {
        padding-right: 30px;
    }
    .deanMessageImage {
        position: relative;
    }

    .deanMessageImage img {
        z-index: 99;
        position: relative;
        width: 100%;
        padding-bottom: 30px;
        height: auto;
        padding-right: 30px;
    }

    .deanMessageImage::before {
        content: '';
        position: absolute;
        z-index: 9;
        bottom: 0px;
        right: 0px;
        width: 165px;
        height: 70px;
        background-repeat: no-repeat;
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
    }

    .deanMessageImage::after {
        content: '';
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/deanQuote.png);
        position: absolute;
        z-index: 99;
        bottom: -38px;
        left: -22px;
        width: 98px;
        height: 150px;
        background-repeat: no-repeat;
    }

    .deanMessageName {
        padding-left: 100px;
    }

    .deanMessageName h4 {
        font-size: 24px;
        font-weight: 500;
        color: #333;
        margin-bottom: 30px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        margin-top: 0px;
    }

    .deanMessageName h5 {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #000000;
        margin-bottom: 20px;
        text-align: left;
        margin-top: 0px;
        line-height: 18px;
    }

    .deanMessageImageModule {
        position: relative;
    }

    .deanMessageImageModule .imgOverlay::after {
       content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 50px;
    text-align: center;
    top: 0%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
    height: 320px;
    width: 406px;
    margin: 0 auto;
    z-index: 99;
    background-repeat: no-repeat;
    background-position: 49% 48%;
    }



 .videoPopupContainer300 {
        position: relative;
    }

     .videoPopupContainer300 .imgOverlay::after {
           content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 8%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/video-play-button.png);
    height: 361px;
    background-position: 52% 48%;
    width: 485px;
    margin: 0 auto;
    z-index: 99;
    background-repeat: no-repeat;
    }




.whySpBox .videoPopupContainer300 .imgOverlay::after {
            content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 29px;
    right: 0px;
    text-align: center;
    top: 8%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
    height: 320px;
    background-position: 52% 48%;
    width: 320px;
    margin: 0 auto;
    z-index: 99;
    background-repeat: no-repeat;
    }

.whySpBoxRight .videoPopupContainer300 .imgOverlay::after {
            content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   position: absolute;
        left: -33px;
    right: 0px;
    text-align: center;
    top: 13%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
    height: 320px;
    background-position: 52% 48%;
    width: 320px;
    margin: 0 auto;
    z-index: 99;
    background-repeat: no-repeat;
    }


.whySpBox .videoPopupContainerimg  .imgOverlay::after {
            content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 8%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
    height: 320px;
    background-position: 52% 48%;
    width: 320px;
    margin: 0 auto;
    z-index: 99;
    background-repeat: no-repeat;
    }

.whySpBoxRight .videoPopupContainerimg  .imgOverlay::after {
            content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   position: absolute;
    left: -24px;
    right: 0px;
    text-align: center;
    top: 8%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
    height: 320px;
    background-position: 52% 48%;
    width: 320px;
    margin: 0 auto;
    z-index: 99;
    background-repeat: no-repeat;
    }

 .videoPopupContainerimg {
        position: relative;
    }

    .videoPopupContainerimg .imgOverlay::after {
        content: '';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        right: 0px;
        text-align: center;
        top: 39%;
        background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
        height: 54px;
        width: 54px;
        margin: 0 auto;
        z-index: 99;
        background-repeat: no-repeat;
    }

    .videoPopupContainer .imgOverlay::after {
        content: '';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        right: 30px;
        text-align: center;
        top: 39%;
        background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon1.png);
        height: 92px;
        width: 92px;
        margin: 0 auto;
        z-index: 99;
        background-repeat: no-repeat;
    }

    .videoPopupContainer {
        position: relative;
    }
    /*Message from the Dean end*/

    /*Core Cources*/
    .coreCourcesWrap h2 {color:#0a457e; font-size:18px; font-weight:700; margin-bottom:22px; margin-top:0;}
    .listStyle ul { list-style:none; padding:0; margin:0 0 30px 0;}

    .listStyle ul li {    
        position: relative;
        padding-left: 30px;
        margin-bottom: 15px;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        color: #000;
       z-index: 9;    text-align: left;
    }
        
    .listStyle ul li:before {
        position: absolute;
        content: "\25A0";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        left: 0;
        top: 0px;
        font-size: 16px;
        color: #ffc20e;
    }

    .listStyle ul li a { 
        font-weight: 400;
        color: #070F6E;
    }

 .listStyle ul li a:hover {
    text-decoration: none;
    color: #ffc20e;
}


    /*Core Cources*/

    /*How we teach*/
    .howTeachBox { margin-bottom:38px;}
    .howTeachBox .howTeachImg { position:relative;}
    .howTeachBox .howTeachImg img{ width:100%;}
    .howTeachBox .howTeachImg .imgOverlay { width:100%; position:absolute; height:100%; background:rgba(0,0,0,0.3); top:0;}
    .howTeachBox .videoIcon  a {     
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 48px;
        height: 48px}
    .howTeachBox .videoIcon  a img { width:auto;}
    .howTeachBox .videoIcon:after{    content: '';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 39%;
        background:url(../images/icons/arrow1.png);
        height:48px; 
        width:48px;
        margin:0 auto;
    }


    .howTeachBox .howTeachText { border:#cccccc 2px solid; border-top:none; padding:26px 23px 15px 23px;     min-height: 171px; }
    .howTeachBox .howTeachText h3 {color:#0a457e; font-size:20px; font-weight:700; text-transform:uppercase; margin-top:0; margin-bottom:12px;}
    .howTeachBox .howTeachText p { text-align:justify; margin-bottom:14px; font-family: 'Open Sans', sans-serif;}
    .howTeachBox .howTeachText a { display:inline-block; float:right; font-weight:700; color:#0a457e; font-size:13px; border-bottom:#ffc20e solid 2px; line-height: 15px; position:relative;}
    .howTeachBox .howTeachText a:hover{    color: #ffc20e;}
    .howTeachBox .howTeachText a:after {
    position: absolute;
        content: '\f105';
        font-family: FontAwesome;
        right: -9px;
        top: 0;
        color: #b0b0b0;
    }

    /*Program Structure*/
    .programStructureBoxWrap {margin-right: 0;
        margin-left: 0;  }
    .programStructureBox {/* background:#003a7e; color:#fff;*/ text-align:center;margin-top: 40px; }
    .programStructureBoxIn {     
        display: table;
        height: 210px;
        text-align: center;
        width: 100%; position:relative;}
    .programStructureBoxIn:last-child::before {     
        content: '=';
        position: absolute;
        left: -37px;
        top: 25%;
        color: #ffc20e;
        font-size: 34px;
        font-weight: 100;
        line-height: 30px;
        background: #fff;
        padding: 7px 12px;
        border-radius: 50%;    z-index: 1;
    }
    .programStructureBoxIn:nth-child(2)::before, .programStructureBoxIn:nth-child(3)::before,  .programStructureBoxIn:nth-child(5)::before  {     
        content: '+';
        position: absolute;
        left: -37px;
        top: 25%;
        color: #ffc20e;
        font-size: 34px;
        font-weight: 100;
        line-height: 30px;
        background: #fff;
        padding: 7px 12px;
        border-radius: 50%;
          z-index: 1;
    }

 .programStructureBoxIn:nth-child(4)::before {     
        content: '=';
        position: absolute;
        left: -37px;
        top: 25%;
        color: #ffc20e;
        font-size: 34px;
        font-weight: 100;
        line-height: 30px;
        background: #fff;
        padding: 7px 12px;
        border-radius: 50%;
          z-index: 1;
    }

    /*.programStructureBoxIn:nth-child(2)::before {     
        content: '+';
        position: absolute;
        left: -18px;
        top: 50%;
        color: #6179a1;
        font-size: 48px;
        font-weight: 100;
        line-height: 30px;
    } */  
        
    .programStructureBoxIn1 { display:table-cell; vertical-align:middle;}

    .programStructureBoxIn1 {
        background: #fff;
        padding: 20px 20px;
        text-align: center;
        font-family: 'Poppins',sans-serif;
        min-height: 183px;
        border-bottom: 5px solid #ffc20e;
        border-radius: 3px;
        margin-bottom: 30px;
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
        position: relative;
    }


.programStructureBoxIn1:hover .caption {
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.programStructureBoxIn1 .caption {
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.programStructureBoxIn1 .caption a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 48px 20px;
    background: rgba(255,194,14,0.8);
    color: #000;
}

.laptopfeesmall{  width: 41%;
    background: #fafafa;
    padding: 4% 2%;
    float: left;
    margin-right: 2%;}
.laptopfeebig{  width: 57%;
    background: #fafafa;
    padding: 4% 2%;
    float: left;}
.laptopfeeSemester1{    float: left;
    width: 33%;
    margin-right: 3%;margin-left: 7%;}
.laptopfeeSemester2{    float: left;
    width: 33%;}

.accommodationfeebxfirst{  float: left;
    width: 22%;    padding: 0% 2%;
    margin-right: 3%;
    margin-left: 0%;border-right: 2px solid #d2d2d2;}

.accommodationfeebx{  float: left;
    width: 22%;    padding: 0% 2%;
    margin-right: 3%;
    margin-left: 0%;border-right: 2px solid #d2d2d2;}

.accommodationfeebxlast{       padding: 0% 2%;  float: left;
    width: 22%;}

    .programStructureBox h3 {     
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        line-height: 16px;
        color: #333;
        min-height: 30px;
    }

    .programStructureBox h2 { 
        font-size: 30px;
        margin: 10px 0 10px 0;
        line-height: 37px;
        color: #333;
        font-weight: 400;
    }
    .programStructureBox h4 { 
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        margin: 0;
        line-height: 16px;
        color: #333;
    }


    .employeeReportStuctureBox .programStructureBoxIn::before {
        display: none;
    }

    .employeeReportStuctureBox h4 {
        min-height: 35px;
    }


    .linkStyle { text-align: center; }
    .linkStyle a { display: inline-block;
        color: #000;
        background: #ffc20e;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 14px 28px; margin-top:16px; text-align:center;}
    .linkStyle a span { display:block;}
    .linkStyle a:hover{ background:#28292a; color:#ffc20e;}


    .projectWrap h2{ color:#003a7e; font-size:18px; font-weight:700; margin-top:25px 0 20px 0;}
    .projectWrapIn { margin:0; border:#d6d6d6 solid 4px; margin-bottom:10px;}
    .projectWrapIn .projectBox{ padding:0; font-family: 'Open Sans', sans-serif;} 
    .projectBox .media { padding:25px;}  
    .projectBox .media .media-left { padding-right:20px;}
    .projectBox .media .media-left .yellowBox {    width: 120px;
        height: 107px;
        background: #ffc20e;
        text-align: center;
        padding-top: 27px; font-family: 'Montserrat', sans-serif;}
    .projectBox .media .media-left .yellowBox h4 {     font-size: 16px;
        font-weight: 600;
        color: #000;
        margin: 0;
        line-height: 27px;}
    .projectBox .media .media-left .yellowBox h4 span { display:block; font-weight:300; font-size:30px;} 
    /*.blueBoxWrap { background:#0a457e; padding:45px; color:#fff; margin-top:30px;}
    .blueBoxWrap h5 { margin:0 0 30px 0; text-transform:uppercase; font-size:18px; font-weight:700;}
    .blueBoxWrap ul { margin:0; padding:0; list-style:none;}
    .blueBoxWrap ul li { font-size:12px; font-weight:500; margin-bottom: 10px;}
    */
    .companyListContainer {

    } 

    .companyListContainer .companyListTitle {
        font-size: 18px;
        font-weight: 600;
        color: #303030;
        margin-bottom: 20px;
        font-family: 'Poppins',sans-serif;
        text-transform: uppercase;
        margin-top: 0px;
        border-bottom: 3px solid #ffc20e;
        padding-bottom: 2px;
    }

    .companyListContainer ul {
        padding: 0px;
    }

    .companyListContainer ul li {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        color: #000;
        margin-bottom: 10px;
        list-style-type: none;
        width: 25%;
        float: left;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 10px;
        font-weight: 400;
    }



    /*Specialisations*/
    .specialisationsBox { border:#dadada solid 2px; padding:17px; margin-top:30px; font-family: 'Open Sans', sans-serif;}
    .specialisationsBox .media-left img{ width:380px;}
    .specialisationsBox .media-left { padding-right:25px;}
    .specialisationsBox .media-body h4 { margin:0 0 25px 0; color:#0a457e; font-size:20px; font-weight:700; font-family: 'Montserrat', sans-serif;}
    .specialisationsBox .btnList ul { margin:0; padding:0; list-style:none;}
    .specialisationsBox .btnList ul li { float:left; margin-right:10px;     display: table; font-family: 'Montserrat', sans-serif;}
    .specialisationsBox .btnList ul li:last-child {margin-right:0;}
    .specialisationsBox .btnList ul li a{     
        display: block;
        color: #000;
        background: #ffc20e;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 4px 20px;
        margin-top: 16px;
        text-align: center;
        height: 42px;     vertical-align: middle;
        display: table-cell;}
    .specialisationsBox .btnList ul li a:hover{background:#28292a; color:#ffc20e;}  
    .specialisationsBox .btnList ul li a span { display:block;} 
        
    /*Admission*/   
    .admissionBox .ProgramSectionTitle h2 { 
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
    }  
    /*.admissionBox h2 .numb { display:inline-block; background:#ffcc00;  padding:8px 17px; color:#002d7e; font-family: 'Roboto',sans-serif; font-size:30px;} 
    .admissionBox h2 .text {    
        display: inline-block;
        padding-left: 15px;
        top: -6px;
        position: relative;}*/
        
    /*.admissionBox h2 img {    
        position: absolute;
        right: 15px;
        top: 5px;} */ 
    .admissionBox .admissionDetail {
        font-family: 'Roboto',sans-serif;
        color: #414141;
        margin-bottom: 75px;
        font-size: 14px;
    }
    .admissionBox .admissionDetail h4 {
        color: #292929;
        font-size: 17px;
        font-weight: 400;
        font-family: 'Roboto',sans-serif;
        margin: 18px 0 10px 0;
    }

    .admissionBox .admissionDetail ul, .whySpBoxContaint ul {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 7px;
        margin-bottom: 10px;
    }
    .admissionBox .admissionDetail ul li, .whySpBoxContaint ul li { 
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
        font-family: 'Roboto',sans-serif;
    }
    .whySpBoxContaint ul li { 
        font-size: 14px;
    }
    .admissionBox .admissionDetail ul li::before, .whySpBoxContaint ul li::before {
        position: absolute;
        content: '';
        left: 0;
        top: 6px;
        width: 7px;
        height: 7px;
        background: #ffc000;
    }

    .admission-pointers-title {
        margin-top: 0;
        margin-bottom: 6px;
        font-size: 24px;
        color: #000;
        font-family: 'Poppins',sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 22px;
    }

    .admission-pointers-desc {
        font-family: 'Roboto',sans-serif;
        font-size: 14px;
        color: #4a4a4a;
        margin-bottom: 0;
    }

    /*Career Services*/
    .servicesWithImage {

    }

    .servicesImageContainer img {
        width: 100%;
    }

    .servicesWithImage h4 {
        position: relative;
        margin-bottom: 20px;
        font-family: 'Roboto', sans-serif;
        font-size: 17px;
        color: #414141;
        font-weight: 600;
    }

    .servicesWithImage ul { list-style:none; padding:0; margin:0 0 30px 0;}

    .servicesWithImage ul li {    
        position: relative;
        padding-left: 15px;
        margin-bottom: 10px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #414141;
    }
        
    .servicesWithImage ul li:before {
        position: absolute;
        content: '';
        left: 0;
        top: 7px;
        width: 5px;
        height: 5px;
        background: #ffc20e;
    }

    .servicesWithImage ul li a { 
        font-weight: 400;
        color: #000;
    }

    .careerServicesWrap {font-family: 'Open Sans', sans-serif; }
    .careerServiceBox .careerServiceImg img{ width:100%;}
    .careerServiceBox .careerServiceText {  padding:26px 35px 15px 35px; background:#f3f3f3;     min-height: 448px; }
    .careerServiceBox .careerServiceText h3 {color:#0a457e; font-size:20px; font-weight:700; text-transform:uppercase; margin-top:0; margin-bottom:15px;}
    .careerServiceBox .careerServiceText p { text-align:justify;}

    /*Successful Graduates*/
    .paraWithImage {
        margin-bottom: 50px;
    }

    .ParaImageContainer {
        position: relative;
        text-align: center;
    }

    .ParaImageContainer img {
        z-index: 99;
        position: relative;
        width: 100% !important;
        padding: 0px 20px 20px 20px;
    }

    .ParaImageContainer:after {
        content: '';
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/yellow-box.jpg);
        position: absolute;
        z-index: 9;
        bottom: 0;
        right: 0px;
        width: 68%;
        height: 92%;
        background-repeat: repeat;
    }

    .ParaImageContainer:before {
        content: '';
        position: absolute;
        z-index: 99;
        bottom: 0;
        left: 0;    top: -20px;
        width: 63%;
        height: 100px;
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
    }

    .paraWithImage h2 {
        font-size: 22px;
        font-weight: 500;
        color: #333;
        position: relative;
        margin-bottom: 30px;
        font-family: 'Poppins',sans-serif;
        margin-top: 0px;
        line-height: 32px;
        padding-top: 30px;
    }

    .paraWithImage h2::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        background: #333;
        z-index: 9;
        top: 0px;
        left: 0;
        background-repeat: no-repeat;
    }

    .paraWithImage p {
        
    }

    .paraWithImage a {
        /*font-size: 13px;
        font-weight: 400;
        color: #337ab7;
        margin-bottom: 10px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        padding-right: 25px;*/
        position: relative;
        text-transform: none;
    }

    .paraWithImage a::after {
       
        content: "\f178";
        color: #ffc20e;
        position: absolute;
        right: 0px;
        top: 0px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
         display: none;
    }

    .paraWithImage a:hover {
        text-decoration: none;
         color: #ffc20e;
    }

    .graduateBox { margin-bottom: 50px;} 
    .graduateBox .media-left::before {
        content: '';
        position: absolute;
        z-index: 99;
        top: 0;
        left: 0;
        width: 75%;
        height: 80%;
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
    }
    .graduateBox .media-left { padding-right:25px;position: relative;}
    .graduateBox .media-left img {
        padding-left: 20px;
        padding-top: 20px;
        z-index: 99;
        position: relative;
        width: 220px;
    }

    .graduateBox .media-left::after {
        content: '';
        position: absolute;
        width: 143px;
        height: 3px;
        background: #ffc20e;
        z-index: 99;
        top: 55px;
        right: -85px;
        background-repeat: no-repeat;
        display: none;
    }

    .graduateBox .media-body { /*font-size:13px; color:#000;position: relative;padding-top: 75px;*/}
    .graduateBox .media-body { 
        padding-right: 20px;
        position: relative;
        font-size: 13px;
        color: #000;
        position: relative;
        /*padding-top: 75px;*/
        padding-top: 20px;
    }
    .graduateBox .media-body .successful-Graduates-top-heading {    
        margin: 0 0 0px 0;
        color: #000;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: 'Poppins',sans-serif;
    }

    .graduateBox .media-body .successful-Graduates-sub-heading {
        font-family: 'Open Sans', sans-serif;
        display: block;
        font-weight: 400;
        font-size: 12px;
        color: #838383;
        margin-bottom: 20px;
    }

    .graduateBox .media-body p {
        text-align: left;
        line-height: 18px;
    }

    .graduateBox .media-body a {
        font-size: 13px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
        position: relative;
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        padding-right: 25px;
    }

    .graduateBox .media-body a::after {
        content: "\f178";
        color: #ffc20e;
        position: absolute;
        right: 0px;
        top: 0px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 17px;
    }

    .graduateBox .media-body a:hover {
        text-decoration: none;
        color: #ffc20e;
    }


    .yellowline-top{
    border-top: 2px solid #ffc20e;
    width: 44px;
}

    /*Student Life*/
    .studentLifeHead  { text-align:center; font-size:12px; color:#414141;}
    .studentLifeHead h2 { color:#003a7e; font-size:18px; font-weight:700;}
    .studentLifeBox { text-align:center; color:#06325c; position:relative; padding-top:20px; padding-bottom:20px; margin-bottom:20px;}
    .studentLifeBox:after {    content: '';
        position: absolute;
        border-right: #ebebeb solid 2px;
        height:138px;
        right: 0;
        top: 17%; }
    .studentLifeBox:last-child:after { display:none;}
    .studentLifeBoxIn{padding: 0 18px;}
    .studentLifeBox h3 { font-size:60px; font-weight:400;}
    .studentLifeBox h4{ font-size:14px; font-weight:500; text-transform:uppercase; line-height:18px;}

    /*Employer Report*/
    .employerReportBox { background:#f4f4f4; text-align:center; padding:60px 25px 0 25px; border-bottom:#ffc20e solid 4px;     min-height: 200px; margin-bottom:40px; font-family: 'Montserrat', sans-serif;}
    .employerReportBox h3 { margin:0 0 10px 0; color:#06325c; font-size:48px; font-weight: 400; border-bottom:#c4c4c4 solid 1px;  padding-bottom:10px;  }
    .employerReportBox h4 { margin:0; color:#06325c; font-size:14px; font-weight: 500; text-transform:uppercase;}
    .recruiterBlueBox{    background: #0a457e;
        padding: 45px;
        color: #fff;
        margin-top: 30px;}
    .recruiterBlueBox h3 {    font-size: 18px;
        font-weight: 700; margin:0 0 30px 0; font-family: 'Montserrat', sans-serif;}
    .recruiterBlueBox ul { padding:0 40px 0 0; margin:0; list-style:none;}  
    .recruiterBlueBox ul li {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 10px;
        border-bottom:#23588b solid 1px;
        padding-bottom:3px;
    }

    .headingStyle span {    
        color: #000;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        border-bottom: 1px solid #7f7f7f;
        display: inline-block;
        margin-bottom: 15px;
    }



    /*Dean message*/
    /*.deanRow { margin:0 0 25px 0;}
    .deanCol { padding:0;}
    .deamImg { 
        width:100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-position: top;
        position: relative; 
        height:325px;}
    .deamImg .deamOverlay { width:100%; height:100%; background:rgba(0,0,0,0.3); position:absolute; top:0; left:0; right:0; margin:0 auto;}
    .deamImg:after {
        content: '';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 39%;
        background:url(../images/icons/videoIcon.png);
        height:53px; 
        width:53px;
        margin:0 auto;
    }
    .deanDetail {font-family: 'Montserrat', sans-serif; height:325px; display:table; }
    .deanDetailIn { display:table-cell; vertical-align:middle; padding:0 50px; background:#0a457e; color:#f0f0f0;}
    .deanDetailIn h3 { font-size:20px; font-weight:600; margin:0 0 10px 0;}
    .deanDetailIn p {font-family: 'Montserrat', sans-serif; line-height:20px;     line-height: 23px;}
    .deanDetailIn a {display: inline-block;
        color: #000;
        background: #ffc20e;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        padding: 13px 25px;
        margin-top: 16px;
        text-align: center;}

    .deanDetailIn a:hover {
        background: #28292a;
        color: #ffc20e;
    }*/

    /*Important Links*/

    .impLinksWrap {    
         margin-right: -10px;
        margin-left: -10px;}

    .impLinksCol {    padding-right: 10px;
        padding-left: 10px;}


    .impLinksBox1 { 
        width:100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-position: top;
        position: relative; 
        height:257px;}
    .impLinksBox1 .impLinksOverlay { width:100%; height:100%; background:rgba(0,0,0,0.3); position:absolute; top:0; left:0; right:0; margin:0 auto; }

    .impLinksBox1:after {
        content: '';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: 39%;
        background:url(../images/icons/videoIcon2.png);
        height:71px; 
        width:71px;
        margin:0 auto;
    }

    .implinksImg { margin-bottom:20px;}
    .impLinksBox2 { 
        width:100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-position: top;
        position: relative; 
        height:257px;}
    .impLinksBox2 .impLinksOverlay { width:100%; height:100%; background:rgba(0,58,126,0.8); position:absolute; top:0; left:0; right:0; margin:0 auto; color:#fff; transition: all 0.5s; display:none;}

    .implinksImg a:hover .impLinksBox2 .impLinksOverlay  {display:table;}

    .impLinksBox2 .impLinksOverlay .impLinksOverlayIn { font-family: 'Montserrat', sans-serif; font-weight:500; text-align:center; display:table-cell; vertical-align:middle; padding:0 20px;}
p.phase {
    width: auto;
    display: inline-block;
    border-bottom: 3px solid #ffc20e;
    font-weight: 600;
    padding-bottom: 1%;margin-bottom: 10px;
}
p.phasenormal{margin-bottom: 10px;    font-size: 14px;}
.programknowmore{
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    padding-right: 25px;
}
.programknowmore:hover {
    text-decoration: none;
    color: #ffc20e;
}
.programknowmore::after {
    content: "\f178";
    color: #ffc20e;
    position: absolute;
    right: 0px;
    top: 1.5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
}

.rank84{width: 16%;
    float: left;
    margin-right: 3%;}
.rank84para{      float: left;
    width: 81%;
    position: relative;
    top: 13px;}
.clr{clear:both;}

    .impLinksBox3 { 
        width:100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-position: top;
        position: relative; 
        height:534px;}

    .impLinksBox3 .impLinksOverlay { width:100%; height:100%; background:rgba(0,58,126,0.8); position:absolute; top:0; left:0; right:0; margin:0 auto; color:#fff; transition: all 0.5s; display:none;}

    .implinksImg a:hover .impLinksBox3 .impLinksOverlay  {display:table;}

    .impLinksBox3 .impLinksOverlay .impLinksOverlayIn { font-family: 'Montserrat', sans-serif; font-weight:500; text-align:center; display:table-cell; vertical-align:middle; padding:0 20px;}

    /*.tableWrap { margin-bottom:70px;}
    .tableStyle {      background: #003a7e; padding:20px;}
    .tableHeading { background:#012d5f; color:#fff; font-size:18px; font-weight:700; text-align:center; padding:20px; margin:0;}
    .tableStyle table {font-family: 'Open Sans', sans-serif;  border:#003a7e solid px;  }
    .tableStyle table>tbody>tr>th { background:#012d5f; color:#fff; font-size:18px; font-weight:700; text-align:center;  border-top: 1px solid #2c5c94; border-right: 1px solid #012d5f;}
    .tableStyle table h4 { font-size:14px; font-weight:700; margin:0 0 5px 0;}
    .tableStyle table span { font-size:12px; display:block; margin-bottom:5px;}
    .tableStyle table ul { padding:0; margin:0; list-style:none}
    .tableStyle table>tbody>tr:first-child td { border-top:none;    }
    .tableStyle table>tbody>tr td:nth-child(3n){ border-right:none;}
    .tableStyle table>tbody>tr { margin-top:10px;}
    .tableStyle table>tbody>tr:last-child td { border-top:none;  border-right:none;  background:#ffc20e; color:#003a7e; font-weight:600;}
    .italicStyle { font-style:italic; margin-top:15px;}*/

    
    /* fees */
    .tableHeading {
        color: #303030;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding: 20px;
        margin: 0;
        font-family: 'Poppins', sans-serif;
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
        border-bottom: 5px solid #ffc20e;
        margin-block: 30px;
    }

    .tableStyle {
        background: #fff;
        padding: 0;
    }

    .tableStyle table {
        font-family: 'Roboto', sans-serif;
    }

    .tableStyle table > tbody > tr > td {
        background: #fff;
        color: #000;
        border: 0px !important;
        border-bottom: 1px solid #ececec !important;
        font-size: 14px;
        font-weight: 600;
    }

    .tableStyle table > tbody > tr:last-child td {
        border-top: none;
        border-right: none;
            background-image: linear-gradient(#53adff,#0252f0);
        color: #fff;
        font-weight: 600;
    }

    .italicStyle {
        font-style: italic;
        margin-top: 0px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ececec;
        margin-bottom: 20px;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #000000;
        text-align: left;
    }

    .programeFeesTitle, .howWeteachTitle {
        color: #303030;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding: 20px;
        margin: 0;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 10px;
        position: relative;
    }

    .programeFeesTitle::before, .howWeteachTitle::before {
        content: '';
        position: absolute;
        width: 37px;
        height: 3px;
        background: #ffc20e;
        z-index: 9;
        top: -15px;
        left: 0;
        background-repeat: no-repeat;
        right: 0;
        margin: 0 auto;
    }

.feeContactMain{background-color: #fafafa;padding: 4% 18% 1% 18%;margin-bottom: 4%;}
.feecontactbor{border-bottom: 1px solid #23527c;}
.feeNumber1{width: 50%; float: left; margin-top: 2%;}
.feeEmail{padding: 4% 0% 0% 0%;}

    .howWeteachTitle {
        margin-bottom: 0;
        padding-bottom: 15px;
    }

    .howWeteachSubTitle {
        color: #303030;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        margin: 0;
        margin-bottom: 0px;
        margin-left: 0px;
        font-family: 'Poppins',sans-serif;
        margin-bottom: 30px;
        position: relative;
    }

    /* academic specialisations */
    .specialisationsImage {
        position: relative;
    }

    .specialisationsImage::before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 63%;
        height: 100px;
        background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
        background-repeat: repeat;
    }

    .specialisationsImage img {
        padding: 30px 0px 0px 30px;
        z-index: 9;
        position: relative;
    }
.Schol .whySpBoxContaint {
    margin-top: 0px;
}



    .whySpBoxRight .specialisationsImage img {
        padding: 30px 30px 0px 0px;
    }


.Schol .specialisationsImage img {
    padding: 0px 30px 30px 0px !important;
}
    .whySpBoxRight .specialisationsImage::before {
        top: 0;
        right: 0;
        left: auto;
    }

    /* employee report */
    .pieChartPointersMain {
        margin-bottom: 5%;
    }

    .pieChartPointersMain h4 {
        font-size: 16px;
        font-weight: 600;
        color: #ffc20e;
        position: relative;
        margin-bottom: 20px;
        font-family: 'Poppins',sans-serif;
        text-transform: uppercase;
    }
    

    /* student life experiance start */
.grid {
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;    padding: 0% 2%;
}

.grid-item img {
  display: block;
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.text-center {
  text-align: center;
}

#load-more{
    font-size: 14px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 6px;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    background: none;
    border: 0;
    cursor: pointer;
    position: relative;
}

#load-more::after {
    content: "\f178";
    color: #ffc20e;
    position: absolute;
  display:none;
    right: -25px;
    top: 3px;
    
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
}

#load-more:hover, #load-more:focus{
    outline: none;
}

.grid .hidden{visibility:hidden;
  width:0px!important;
  height:0px!important;
  margin:0px!important;
  padding:0px!important;
  }
/* ---- button ---- */

.studentLifeFilterBtnGrp {
       margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}
button.button.last {
    border-right: 0px !important;
}

.studentLifeFilterBtnGrp .button {
    display: inline-block;
    cursor: pointer;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 500;
    background: none;
    border: 0;
    text-transform: inherit;
    padding: 12px 5px;
    position: relative;
    outline: none;
    margin-right: 20px;
  border-right: 2px solid #787878;
    padding: 0px 26px 0px 26px;
}

.studentLifeFilterBtnGrp .button::before {
    content: '';  
    position: absolute;
    width: 20px;
    height: 2px;
    background: #ffffff;
    background-repeat: repeat;
    z-index: 9;
        top: -8px;
    left: 24px;
    background-repeat: no-repeat;
}

.studentLifeFilterBtnGrp .button:hover {
  color: #333; 
    font-weight: 600;
}

.studentLifeFilterBtnGrp .button:active,
.studentLifeFilterBtnGrp .button.is-checked {
  color: #333;
}

button.button.first.is-checked {
    padding: 0px 26px 0px 6px;
}

.studentLifeFilterBtnGrp .button.is-checked {
  color: #333;
  font-weight:600;
}

.studentLifeFilterBtnGrp .button.is-checked::before {
    /*background: #ffc20e;  */
}



.studentLifeFilterBtnGrp .button:active {
  box-shadow: none;
  outline: none;
}

.studentLifeImgBox {
  position: relative;
  margin: 10px;
}

.studentLifeImgBoxVideo:after {
    content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 39%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
    height: 54px;
    width: 54px;
    margin: 0 auto;
    z-index: 1;
    background-repeat: no-repeat;
}

.studentLifeImgBox .caption {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
text-decoration: none;
padding: 15px;
opacity: 0;
z-index: 9;
}

.studentLifeImgBox:hover .caption {
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.studentLifeImgBox .captionText {
  width: 100%;
  height: 100%;
  padding: 15px;
  position: relative;
}

.studentLifeImgBox .captionText a {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 15px;
/*background: #ffc20e;*/
background: rgba(255, 194, 14, 0.8);
color: #000;
text-decoration: none;
cursor: pointer;
}

.studentLifeImgBox .captionText h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 6px;
    font-family: 'Poppins',sans-serif;
    /*text-transform: uppercase;*/
    margin-top: 0px;
}

.studentLifeImgBox .captionText p {
  font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
}


/* video panel */
.studentLifeExperienceVideo {
    background: #043361;
    width: 100%;
    float: left;
    color: #fff;
    padding: 60px 60px;
    position: relative;
    margin-top: 30px;
}

.studentLifeExperienceVideo:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 80%;
    background: #ffc20e;
    background-repeat: no-repeat;
    z-index: 9;
    left: 25px;
    top: 10%;
    z-index: 1;
}

.studentLifeExperienceVideo:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 80%;
    background: #ffc20e;
    background-repeat: no-repeat;
    z-index: 9;
    right: 25px;
    top: 10%;
    z-index: 1;
}

.studentLifeExperienceVideo h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    position: relative;
    margin-bottom: 0;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin-top: 0;
}

.studentLifeExperienceVideo a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-bottom: 0;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    float: right;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.studentLifeExperienceVideo a:hover {
    color: #ffc20e;
    transition: all 0.5s;
    -webkit-transition: all 0.5s; 
}

.studentLifeExperienceVideo a span {
    position: relative;
    z-index: 9;
}

.studentLifeExperienceVideo a::before {
    content: "";
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/playBlueIcon.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: -42px;
    display: inline-block;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 89px;
    height: 105px;
    z-index: 1;
}

.studentLifeExperienceVideo a::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: #fff;
    background-repeat: no-repeat;
    z-index: 9;
    bottom: -7px;
    right: -30px;
    z-index: 1;
}

    /* student life experiance end */



@media (max-width: 1920px){
  .containerHPBanner {
    padding: 0px 125px 10px 104px;
}
  .AniContentSec {
    padding: 1% 0%;
}
  .popupcontent .form .reg-form {
    padding: 2% 0% 80px 0%;
}
.CourseImg img {
    width: 100%;
}
  .ploReviewSlider .testimonialCarouselBox .testimonialCarouselBoxImage::before {
    left: 73%;
    top: 4%;
  
}
  .BannerratingImg img {
    top: -2px;
}
  .BannerratingImg img {
    top: -2px;
}

.ploReviewSlider .item.withoutVideo .withoutVideoName .BannerratingImg img {
    top: -4px;
}

.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec .BannerratingImg img {
    top: -5px;
}
  .PLOImgContentSec {
    padding: 8% 0%;
    position: relative;
}

  .PLOImgSection {
    width: 47%;
  }
.greyPatchSec {
    margin-top: -88px;    margin-bottom: 6%;
}

.PLOImgSection {
    margin-right: 0%;
}

.PLOImdPolygonRight {
         top: -9%;
    left: 67%;
}
.HPPLOBlueAbout .AboutPatchSec .PLOImdPolygonRight {
    left: 63%;
}
  
.PLOSubContent {
    padding: 4% 0%;
}
  .PLOExplore {
    padding: 0 145px;
}
  
  .PLOFacultyCarousal {
    margin-top: 10%;
}
 .HPPLOBlueAbout {
    padding: 1% 0% 5%;
}
  
 .AIBluePatch h2:after {
   left: 6px;margin: 0 0;
	}
	
	.ABVACourcePageAniContentSec .w3-animate-left {
    margin-top: 6%;
	}
	
	.ABVACourcePageAniContentSec2 {
    top: 261px;
	}
  .CourseOverContentSec {
    padding: 0 0 0 0%;
    margin-left: 0px !important;
}
	.CourseOverImgSec .videoPopupContainer300 .imgOverlay::after {
    height: 381px;
       width: 628px;
    left: -142px;
}
  .AIBluePatch {
    padding: 2% 104px;
}
  .AILearnByDoingSec .LearnImg {
    width: 25%;
}
	.span4.widget-span.widget-type-cell.curriculamBtn {
    padding: 4% 0%;
}
  .IntroVIdeoSection {
    left: 324px;
    WIDTH: 64% !important;
}
    .AIMeetOurFaculty{
    position:relative;
}
  
  .AIMeetOurFaculty img {
    width: 100%; z-index: 2;
    position: relative;
}
  .AIMeetOurFaculty .videoPopupContainer300 .imgOverlay::before {
  content: '';
    position: absolute;
    z-index: 1;
    top: -56px;
    left: -1%;
    width: 65%;
    height: 391px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/course-page/AI-based-Voice-Assistants-Professional-Chatbots/chart-boat-meet-our-faculty-polygon-left.png);
    background-repeat: no-repeat;
}
  
  .LUBluePatch {
    height: auto;
    padding: 3% 104px;
}
  .LUBluePatch h2:after {
       left: 6px;
    margin: 0;
  }
    .AILearnByDoingSecBmlb .LearnImg {
    width: 39%;
}
  .AILearnByDoingSecBmlb .AIlearndotxtbx {
    padding: 65px 23px;
    width: 58%;
}
  
  .span4.widget-span.widget-type-cell.videoPopupContainer300.w3-animate-zoom {
    width: 25%;
}

.MeetOurFacultytxt {
    padding-left: 0 !important;
    width: 70% !important;
}
  .MeetOurFacultytxt2 {
    padding-left: 0 !important;
    width: 100% !important;
}
  
  .AIMeetOurFaculty .MeetOurFacultytxt2 h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin: 0% 0 2%;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    text-align: center;
}
  .AadvaCourcePageAniContentSec2 {
       top: 280px;
	}
  .AadvaCourcePageAniContentSec2 .PLOBContentAnimation4.w3-animate-zoom {
    margin-top: 5%;
}
  .PLOFacultyBannerContentSec {
    width: 52%;
	}

.PLOFBannerFacultyImageSec {
    width: 46%;
	}
	
	.PLOFacultyBannerContainer .PLOFBannerFacultyImageSec .PLOFacImg::before {
    top: -50px;
    left: 70%;
	}
	
	.PLOFacSocialMediaIcon {
    top: 280px;
}
  .FacultyMediaSubBx .FacultyMediaImageBx {
   width: 22%;
    margin-right: 2%;    position: relative;
}
.FacultyMediaSubBx .FacultyMediaDetailBx {
    width: 76%;
	}
  
  .ploFacVideo{position: relative;}
  
.ploFacVideo:after {
    content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 38%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
    height: 30px;
    width: 30px;
    margin: 0 auto;
    background-size: 30px 30px;
    z-index: 1;
    background-repeat: no-repeat;
}
}

@media (max-width: 1600px){
  .CourseImg img {
    width: 95%;
}
}

@media (max-width: 1536px){
  .containerHPBanner {
       padding: 21px 102px 15px 104px;
}
  .programImageContainer img.BackBanner {
    top: 59px;
}
  .ploReviewSlider .testimonialCarouselBox .testimonialCarouselBoxImage::before {
    left: 69%;
}
  .BannerratingImg img {
    top: 0px;
}

.ploReviewSlider .item.withoutVideo .withoutVideoName .BannerratingImg img {
    top: 0px;
}

.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec .BannerratingImg img {
    top: -1px;
}
  .AadvaCourcePageAniContentSec2.PLOWebinar2 {
    top: 195px;
}
   #myProgress {
      width: 187px;
    bottom: 18px;
}

#myProgress2 {
       width: 187px;
    bottom: 18px;
    left: 227px;
}

#myProgress3 {
        width: 187px;
    bottom: 18px;
    left: 451px;
}

#myProgress4 {
    width: 187px;
    bottom: 18px;
    left: 677px;
}

#myProgress5 {
       width: 187px;
    bottom: 18px;
    left: 903px;
}

#myProgress6 {
      width: 187px;
    bottom: 18px;
    left: 1129px;
}
  
  .HPPLOBlue .BluePatchSec {
    padding: 0px 130px;
    height: 480px;
} 
  .CourseImg img {
    width: 100%;
}
  
  .HPPLONextStep {
    padding: 0px 140px;
}
    .PLOSubContent {
    padding: 3% 0%;
}
  
  .PLOFacultyBackImgSec .faculty-left-dot-line {
    top: -93px;
	}
 .IntroVIdeoSection {
    left: 190px;
    WIDTH: 75% !important;
}
  .ABVACourcePageAniContentSec .w3-animate-left {
    margin-top: 3%;    left: 92px;
}

.ABVACourcePageAniContentSec2 {
    top: 240px; left: 92px;
}
  
  .bannerCounterSec {
    padding: 0px 95px;
}
  .CourseOverSec {
    padding: 0 95px;
  }
  
  .AILearningOutSec {
    padding: 0 95px;
  }
  
  .AIBluePatch {
    padding: 2% 95px;
}
  .AIMeetOurFaculty {
    padding: 0 95px;
  }
  .AIWhoCanApply {
    padding: 0 95px;
  }
  
  .CourseOverContentSec {
    padding: 0 0 0 3%;
       margin-left: 0px !important;
}
  .CourseOverImgSec .videoPopupContainer300 .imgOverlay::after {
    height: 349px;
    left: 0px;
}
 .span4.widget-span.widget-type-cell.videoPopupContainer300.w3-animate-zoom {
    width: 28%;
}
  .MeetOurFacultytxt {
    padding-left: 0%;
    width: 69% !important;
}
  .AILearnByDoingSecBmlb .AIlearndotxtbx {
    padding: 34px 38px;
    width: 60%;
}
  .AadvaCourcePageAniContentSec .w3-animate-left {
    margin-top: 7%;
	}
  .AdvCourseOverSecLeft .CourseOverImgSec .CourseImg::before {
    left: 72%;
	}
  .FacultyMediaSubBx .FacultyMediaImageBx {
    width: 26%;
}
 .FacultyMediaSubBx .FacultyMediaDetailBx {
    width: 72%;
}
}

@media (max-width: 1440px){
  
  .containerHPBanner {
    padding: 21px 91px 15px 89px;
}
  .ploReviewSlider .testimonialCarouselBox .testimonialCarouselBoxImage::before {
    left: 67%;
}
  .BannerratingImg img {
    top: 0px;
}

.ploReviewSlider .item.withoutVideo .withoutVideoName .BannerratingImg img {
    top: 0px;
}

.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec .BannerratingImg img {
    top: 0px;
}
  
  #myProgress {
   width: 177px;
    bottom: 18px;
}

#myProgress2 {
  width: 177px;
    bottom: 18px;
    left: 214px;
}

#myProgress3 {
  width: 177px;
    bottom: 18px;
    left: 428px;
}

#myProgress4 {
  width: 177px;
    bottom: 18px;
    left: 642px;
}

#myProgress5 {
    width: 177px;
    bottom: 18px;
    left: 856px;
}

#myProgress6 {
  width: 177px;
    bottom: 18px;
    left: 1069px;
}
  .PLOFacultyBackImgSec .faculty-left-dot-line {
    top: -88px;
	}
.IntroVIdeoSection {
    left: 143px;
    WIDTH: 80% !important;
}
  .AILearnByDoingSecBmlb .AIlearndotxtbx {
    padding: 16px 38px;
}
  .CourseImg img {
    width: 100%;
}
  .AdvCourseOverSecLeft .CourseOverImgSec .CourseImg::before {
    left: 70%;
}
  .PLOFacSocialMediaIcon {
    top: 300px;
}
  .FacultyMediaSubBx .FacultyMediaImageBx {
    width: 28%;
}
  .FacultyMediaSubBx .FacultyMediaDetailBx {
    width: 70%;
}
}

@media (max-width: 1366px){
  .containerHPBanner {
    padding: 0px 89px 10px 80px;
}
  .programImageContainer img.BackBanner {
    top: 55px;
}
  .AadvaCourcePageAniContentSec2.PLOWebinar2 {
    top: 175px;
}
  .SlidshowContainer a.next {
    top: 9%;
    right: -4%;
    width: 52px;
    height: 347px;
}
  .ploReviewSlider .testimonialCarouselBox .testimonialCarouselBoxImage::before {
    left: 65%;
    top: 5%;
}
  .BannerratingImg img {
    top: 2px;
}

  .WebinarsPLOContent {
    padding: 50px 85px;
}
  
  #myProgress {
       width: 168px;
    bottom: 16px;
}

#myProgress2 {
    width: 168px;
    bottom: 17px;
    left: 203px;
}

#myProgress3 {
        width: 168px;
    bottom: 17px;
       left: 406px;
}

#myProgress4 {
        width: 168px;
    bottom: 17px;
    left: 609px;
}

#myProgress5 {
       width: 168px;
    bottom: 17px;
    left: 813px;
}

#myProgress6 {
      width: 168px;
    bottom: 17px;
    left: 1016px;
}
  
  #myBar {
    bottom: 10px;
}
  #myBar2 {
    bottom: 10px;
}
  #myBar3 {
    bottom: 10px;
}
  #myBar4 {
    bottom: 10px;
}
  #myBar5 {
    bottom: 10px;
}
  #myBar6 {
    bottom: 10px;
}
  .PLOImdPolygonRight {
    top: -10%;
    left: 58%;
}
  
  .HPPLOBlueAbout .AboutPatchSec .PLOImdPolygonRight {
    left: 51%;
    top: -16%;
}
  
  .popupcontent .form .reg-form {
    padding: 0% 0% 7px 0%;
}
  .PLOFacultyCarousal {
    margin-top: 12%;
}
  .CourseImg img {
    width: 100%;
}
  .HPPLOBlue .BluePatchSec {
    padding: 0px 104px;
    height: 435px;
}
  
 
  
  .PLOExplore {
    padding: 0 104px;
}
  .PLOSubContent {
    padding: 0% 0%;
}
  .HPPLONextStep {
    padding: 0px 104px;
}
  
  .PLOFacultyBackImgSec .faculty-left-dot-line {
    top: -83px;
}
.IntroVIdeoSection {
    left: 100px;
    WIDTH: 85% !important; 
}
  
  .ABVACourcePageAniContentSec .w3-animate-left {
    left: 83px;
}
  
  .ABVACourcePageAniContentSec2 {
    top: 195px;
        left: 83px;
}
  
   .bannerCounterSec {
    padding: 0px 85px;
}
  .CourseOverSec {
    padding: 0 85px;
  }
  
  .AILearningOutSec {
    padding: 0 85px;
  }
  
  
  .AIMeetOurFaculty {
    padding: 0 85px;
  }
  
  
  
  
  .AIWhoCanApply {
    padding: 0 85px;
  }
  

  .AILearnByDoingSec {
    padding: 0 85px;
  }
  
  .AIFAQs {
    padding: 0 85px;
  }
  .CourseOverContentSec {
    margin-left: 28px !important;
           padding: 0 0% 0% 1%;
}
  .AIBluePatch {
    padding: 4% 85px; 
}
  .AILearnByDoingSec .LearnImg {
    width: 27%;
}
  .AIlearndotxtbx {
    padding: 0px 0px;
    text-align: justify;
    margin-left: 20px !important;
}
  .AIMeetOurFaculty .videoPopupContainer300 .imgOverlay::before {
    top: -82px;
    left: -8%;
	}
  .CourseOverImgSec .videoPopupContainer300 .imgOverlay::after {
    height: 303px;
    width: 556px;
} 
  
  .PLOFacultyBannerContainer {
    padding: 20px 85px;
}
  .PLOFacultyBannerContentSec {
    width: 53%;
  }
  .PLOFBannerFacultyImageSec {
    width: 45%;
  }
  
  .LUBluePatch {
    height: auto;
}
    .AILearnByDoingSecBmlb .LearnImg {
    width: 44%;
}
   .AILearnByDoingSecBmlb .AIlearndotxtbx {
   padding: 16px 23px;
    width: 54%;
}
  .MeetOurFacultytxt {
    width: 65% !important;
}

.span4.widget-span.widget-type-cell.videoPopupContainer300.w3-animate-zoom {
    width: 32%;
}
  .AadvaCourcePageAniContentSec .w3-animate-left {
    margin-top: 5%;    left: 83px;
}
  .AadvaCourcePageAniContentSec2 {
    top: 235px;left: 83px;
}
  .AdvCourseOverSecLeft .CourseOverImgSec .CourseImg::before {
    left: 68%;
}
  
  .AdvCourseOverSecLeft {
    padding: 55px 83px;
}

.AdvCourseOverSecRight {
    padding: 55px 83px;
}
  .PLOFacultyBannerContainer .PLOFBannerFacultyImageSec .PLOFacImg::before {
    top: -16px;
    left: 65%;
}
  .PLOFacSocialMediaIcon {
    top: 240px;
}
  .FacultyMediaSubBx .FacultyMediaImageBx {
    width: 27%;
    margin-right: 3%;
}
  .FacultyMediaSubBx .FacultyMediaDetailBx {
    width: 70%;
}
}

@media (max-width: 1280px){
  .containerHPBanner {
    padding: 23px 81px 10px 81px;
}
  .programImageContainer img.BackBanner {
    top: 50px;
}
  .AadvaCourcePageAniContentSec2.PLOWebinar2 {
    top: 175px;
}
  .ploReviewSlider .testimonialCarouselBox .testimonialCarouselBoxImage::before {
    left: 63%;
}
  .BannerratingImg img {
    top: 2px;
}

.ploReviewSlider .item.withoutVideo .withoutVideoName .BannerratingImg img {
    top: 1px;
}

.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec .BannerratingImg img {
    top: 1px;
}
  
  .SlidshowContainer a.next {
    top: 9%;
    height: 322px;
}
  #myProgress {
        width: 155px;
    bottom: 16px;
}

#myProgress2 {
       width: 155px;
    bottom: 16px;
    left: 188px;
}

#myProgress3 {
       width: 155px;
    bottom: 16px;
    left: 377px;
}

#myProgress4 {
       width: 155px;
    bottom: 16px;
    left: 565px;
}

#myProgress5 {
       width: 155px;
    bottom: 16px;
    left: 753px;
}

#myProgress6 {
        width: 155px;
    bottom: 16px;
    left: 940px;
}
  
  .TopicProductImage {
    width: 46%;
}
  .TopicDetails {
    width: 51%;
}
  
  .CourseImg img {
    width: 100%;
}
  .PLOCoursePageBannerSec .programImageContainer {
    width: 100%;
}
  .ABVACourcePageAniContentSec2 {
    top: 180px;
}
   .PLOFacultyBackImgSec .faculty-left-dot-line {
    top: -79px;
	}
  .IntroVIdeoSection {
    left: 77px;
    WIDTH: 88% !important;
}
  .faqsec {
    padding: 3% 80px;}
   .accordian-style {
    font-size: 20px;
}
  .PLOsquare {
    padding: 117px 9%;
}
  .program-navbar-container .container-fluid {
    width: 93%;
}
  
  .BDSSlider .testimonialCarouselBox .col-sm-6.slideDesc {
    height: 384px;
}
  
  .CourseOverContentSec {
        margin-left: 27px !important;
}
  .CourseOverImgSec .videoPopupContainer300 .imgOverlay::after {
    height: 286px;
    width: 523px;
}
  .AIMeetOurFaculty .videoPopupContainer300 .imgOverlay::before {
    width: 76%;
    height: 391px;
}
  .AILearnByDoingSecBmlb .AIlearndotxtbx {
    padding: 8px 23px;
}
  .AadvaCourcePageAniContentSec .w3-animate-left {
    margin-top: 4%;
}
  .AdvCourseOverSecLeft .CourseOverContentSec {
    margin-left: 27px !important;
}
  .AdvCourseOverSecLeft .CourseOverImgSec .CourseImg::before {
    left: 66%;
}
  .AdvCourseOverSecRight .CourseOverContentSec {
    margin-right: 27px !important;    padding: 30px 1% 0 0%;
}
  .PLOFacultyBannerContainer .PLOFBannerFacultyImageSec .PLOFacImg::before {
    top: -16px;
    left: 65%;
}
  
  .PLOFacSocialMediaIcon {
    top: 275px;
}
  .facultyTabsSection ul.nav>li.active>a, .facultyTabsSection ul.nav>li.active>a:hover, .facultyTabsSection ul.nav>li.active>a:focus {
    font-size: 35px !important;
	}
	
	.facultyTabsSection ul.nav>li>a {
    font-size: 35px !important;
	}
  .FacultyMediaSubBx .FacultyMediaImageBx {
    width: 31%;
  }
   .FacultyMediaSubBx .FacultyMediaDetailBx {
    width: 66%;
} 
}

@media(max-width:1280px) {
    /*How we teach*/    
    .howTeachBox .howTeachText h3 {
        font-size: 18px;}   
.PCurr.aos-init.aos-animate.left {
    margin-left: 7%;
}
      .programImageContainer {
    width: 98%;
}
    /*Specialisations*/
    .specialisationsBox .btnList ul li a {
        padding: 4px 12px;}

    /*Career Services*/
    .careerServiceBox .careerServiceText {
        min-height: 468px;
    }

    /*Successful Graduates*/
    .graduateBox { overflow:inherit;} 
    

    /*Employer Report*/
    .employerReportBox h3 {
        font-size: 40px;}

    }


@media (max-width: 1279px) and (min-width: 1025px){

  .AdvCourseOverSecLeft .CourseOverContentSec {
    margin-left: 22px !important;
}

  .CourseOverContentSec {
    margin-left: 22px !important;
}
  
.AdvCourseOverSecRight .CourseOverContentSec {
    margin-right: 22px !important;
}
  
  
#myProgress {
    width: 151px;
    bottom: 14px;
}

#myProgress2 {
     width: 151px;
    bottom: 14px;
    left: 179px;
}

#myProgress3 {
        width: 151px;
    bottom: 14px;
       left: 359px;
}

#myProgress4 {
        width: 151px;
    bottom: 14px;
    left: 538px;
}

#myProgress5 {
        width: 151px;
    bottom: 14px;
    left: 717px;
}

#myProgress6 {
     width: 151px;
    bottom: 14px;
    left: 896px;
}
  
  .HPPLOBlue .BluePatchSec {
    height: 454px;
}

.PLOImgSection {
    width: 54%;
}

.PLOSubContent {
    width: 46%;
}

.ExpCouProduct h3.TopicProductName {
    font-size: 16px;
	}

.TopicProductImage {
    width: 48%;
}

.TopicDetails {
    width: 49%;
}
}




    /* responsive css start */
    @media (max-width: 1199px) {
   
  
      .programImageContainer img.BackBanner {
    top: 45px;
}
      .SlidshowContainer a.next {
    top: 10%;
    right: -1%;
    width: 39px;
    height: 262px;
}
      
    .programCarouselContainer {
        margin-top: 57px;
    }

    .program-navbar-container .navbar-nav>li>a {
        padding: 15px 10px;
        font-size: 11px;
    }

    .overview-pointers-box .overview-pointers-desc {
        font-size: 18px;
        line-height: 22px;
    }

    .overview-pointers-col {
        width: 33.33%;
    }

    .program-sidebar ul li a {
        padding: 25px 12px;
        min-height: 0;
    }

    .program-sidebar ul li a img {
        width: 30px;
    }

    .program-sidebar ul li a {
        font-size: 14px;
    }
.ploFacMediaG .PLOFacRowSec {
    padding: 0 20px;
      }
      
     .FacultyMediaSubBx .FacultyMediaDetailBx {
    width: 59% ;
}
      .FacSpace {
    margin-top: 0%;
}
      
    /* testimonial css */
    .testimonialCarouselBox .testimonialCarouselBoxImage::after {
        width: 130px;
        height: 45px;
        background-size: 100% 100%;
    }

    /* latest news */
    .latestMediaBox .latestMediaBoxImage::after {
        height: 160px;
    }
       .PLOFacultyBannerContainer {
    padding: 20px 20px;
}
      .PLOFacRowSec {
    padding: 0 20px;
      }
    }

 @media(max-width:1199px) {
    /*why sp jain*/
    /*.whySpBox .whySpBoxTop img {
        margin-right: 17px;
        width: 21%;
    }
    .whySpBox .whySpBoxTop h2 {
        font-size: 18px;}
        
    .whySpBox .whySpBoxTop .whyArrow {
        top: 25%;
    }
    .whySpBox .whySpBoxTop .whyArrow img { width:auto;}*/ 


    /*How we teach*/
    .howTeachBox .howTeachText h3 {
        font-size: 14px;}
        
    .howTeachBox .howTeachText { min-height: 185px;}    
        
    /*Projects*/
    .projectBox .media {
        padding: 15px;
    }

    /*Specialisations*/
    .specialisationsBox .media-left { display:block; padding-right:0; margin-bottom:20px;}
    .specialisationsBox .media-left img {
        width: 100%;
    }
    .specialisationsBox .btnList ul li a span { display:inline-block;}

    /*Career Services*/
    .careerServiceBox .careerServiceText h3 {
        font-size: 15px;}
        
    /*Successful Graduates*/
    .graduateBox .media-left::after {
        display: none;
    }

    .graduateBox .media-left img {
        float: left;
    }

    .graduateBox .media-body {
        padding-top: 15px;
    }
    .graduateBox .media-left { display:block; padding-right:0; padding-bottom:20px;}    
    .graduateBox .media-body {
        padding-right: 0;}  
 
        
    /*Student Life*/
    .studentLifeBoxIn {
        padding: 0;
    }
        
    .studentLifeBox h3 {
        font-size: 43px;
    }

    /*Employer Report*/
    .employerReportBox h3 {
        font-size: 32px;
    }





      .AniContentSec .PLOBContentAnimation2 h2 {
    line-height: 30px;
    font-size: 30px;
	}
      .SlidshowContainer {
    margin-top: 1%;
} 
     
    .PLOSubContent h1 {
    font-size: 30px;
    line-height: 30px;
      }
      .PLOExplore h2 {
    font-size: 30px;
    line-height: 30px;
      }
      .PLOFacultyHeading h2 {
    font-size: 30px;
    line-height: 30px;
      }
      .FacNextStep h2 {
    font-size: 30px;
    line-height: 30px;
      }
      
      .ABVACourcePageAniContentSec .w3-animate-left {
    left: 15px;
      }
      .ABVACourcePageAniContentSec .w3-animate-left h1 {
    font-size: 30px;
    line-height: 30px;
}
      .ABVACourcePageAniContentSec2 {
       top: 140px !important;
    left: 15px;
}
      .bannerCounterSec {
    padding: 2% 20px;
}
      
      .CourseOverSec {
    padding: 0 20px;
      }
   
   .AILearningOutSec {
    padding: 0 20px;
}
   
   .AIBluePatch {
    padding: 4% 20px;
}
   .AIMeetOurFaculty {
    padding: 0 20px;
}
   
.CourseOverContentSec {
    margin-left: 24px ;
}
     .thumbnailContainer .column a.demo.cursor {
    font-size: 12px;
}

.AniContentSec {
    padding: 3% 0%;
}

#myProgress {
    width: 128px;
    bottom: 13px;
}

#myBar {
    bottom: 8px;
}

#myProgress2 {
    width: 128px;
    bottom: 13px;left: 155px;
}

#myBar2 {
    bottom: 8px;
}

#myProgress3 {
    width: 128px;
    bottom: 13px;    left: 309px;
}

#myBar3 {
    bottom: 8px;
}

#myProgress4 {
    width: 128px;
    bottom: 13px;left: 464px;
}

#myBar4 {
    bottom: 8px;
}

#myProgress5 {
    width: 128px;
    bottom: 13px;left: 619px;
}

#myBar5 {
    bottom: 8px;
}

#myProgress6 {
    width: 128px;
    bottom: 13px;     left: 774px;
}

#myBar6 {
    bottom: 8px;
} 
       
.HPPLOBlue .BluePatchSec {
    height: 390px;    
}

.PLOSubContent p {
    font-size: 14px !important;
}

.ExpCouProduct h3.TopicProductName {
    font-size: 14px;
}

.ExpCouProduct p.TopicProductDescription {
    font-size: 12px;
}

.HPPLOBlueAbout .AboutPatchSec .PLOImgContentSec .PLOSubContent h2 {
    font-size: 30px;
    line-height: 30px;
	}
   .AadvaCourcePageAniContentSec .w3-animate-left {;
    left: 20px;
}

.AadvaCourcePageAniContentSec2 {
    top: 214px;
    left: 20px;
}
   .AdvCourseOverSecLeft {
    padding: 55px 20px;
}
   .AdvCourseOverSecRight {
    padding: 55px 20px;
}
   .AIWhoCanApply {
    padding: 0 20px;
}
    } 

      @media (min-width: 992px) {
    .program-navbar-container .navbar-right {
        margin-right: -30px;
    }
.content > h4 { 
    color: #000;
  font-size: 16px;    text-align: center;margin-top: 5px;
    margin-bottom: 5px;}

 body .stickybar .content .hs-form.stacked .actions {
    margin: 0px 0 0 0;
}
      body .hs-button.primary {
        margin-bottom: 1px!important;}
    .program-navbar-container .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    }
      body .stickybar .content .hs-form .hs-button {
    background: #ffc20e!important;
    border-color: #ffc20e!important;
    
        color: #000!important;}

    .program-navbar-container .navbar-nav>li.dropdown:hover .dropdown-menu {
        display: table;
    }
    }

    @media (max-width: 991px) {

    .programCarouselContainer {
        margin-top: 0;
    }

    .overviewImage::after {
        bottom: -23px;
        right: 0;
        width: 143px;
        height: 143px;
    }

    .overviewImage::before {
        top: -23px;
        left: 0;
        width: 143px;
        height: 143px;
    }

    .program-navbar-container .container {
        width: 100%;
    }

    .program-navbar-container .navbar-nav>li>a {
        padding: 10px 10px;
    }

    .program-navbar-container .navbar-nav>li>a:hover {
        background: #ffc20e;
        color: #000;
    }

    .program-navbar-container .navbar-nav>li>a:hover:after {
        display: none;
    }

    .program-carousel-caption h1 {
        font-size: 42px;
    }

    .program-carousel-caption h1:after {
        height: 6px;
    }

    /*.program-carousel-layer {
        display: none;
    }
    */
    .program-carousel-caption {
        bottom: 10px;
    }

    .program-sidebar ul li a {
        font-size: 12px;
    }

    /* testimonail */
    .testimonialCarouselBox .testimonialCarouselBoxImage::after {
        bottom: 65px;
        right: 22px;
    }

    .testimonialCarouselBox .testimonialCarouselBoxImage::before {
        bottom: 25px;
        left: 10%;
        width: 143px;
        height: 143px;
    }

    .testimonialCarouselBox p {
        margin-top: 0px;
        padding-right: 0px;
    }

    /* latest news */
    .latestMediaBox .latestMediaBoxImage::after {
        width: 120px;
        height: 120px;
    }
      .TopicProductImage {
    width: 100%;
    float: none;
}
      .TopicDetails {
    width: 100%;
    float: none;
    margin-left: 0;
}

    }

    @media (max-width: 991px) {
      
       .containerHPBanner {
    padding: 0 29px 10px 29px;
}
      .AniContentSec .PLOBContentAnimation2 h2 {
    line-height: 30px;
    font-size: 30px;
}
      .PLOBContentAnimation2.TopSpace.w3-animate-left {
    margin-top: 2%;
    margin-bottom: 20px;
}
      .PLOSubContent h1 {
    font-size: 30px;
    line-height: 30px;
	}
      .PLOSubContent {
    padding: 0% 0%;
}
      .HPPLOBlue .BluePatchSec {
    padding: 0px 50px;
    height: 320px !important;
}
    .PLOExplore h2 {
    font-size: 30px;
    line-height: 30px;
      }
      .PLOFacultyHeading h2 {
    font-size: 30px;
    line-height: 30px;
      }
      
.faqsec {
    padding: 3% 16px;
}
      .accordion-heading {
    padding: 2% 1%;
}
      .accordian-style {
    font-size: 14px !important;
}
      h3.heading-acc {
    width: 90%;    padding: 2%;
}
      .accordion-toggle:after {
    top: 0px;
    left: 6%;
    position: relative;
}
     .WebinarsPLOContent {
    padding: 50px 20px;
}
      .AadvaCourcePageAniContentSec2.PLOWebinar2 {
    top: 90px;
}
      .PloWebinarDetailMainBx {
    padding: 1% 1%;
      }
      
        .program-navbar-container .container-fluid {
            width: 100%;
        }

        .programCarouselContainer {
            margin-top: 0;
        }
        .program-navbar-container {
            position: relative;
            top: 0;
        }

        .program-navbar-container .navbar-header {
            float: none;
            margin-bottom: 0px;
        }
        .program-navbar-container .navbar-left,
        .program-navbar-container .navbar-right {
            float: none !important;
        }
        .program-navbar-container .navbar-toggle {
            display: block;
            margin-top: 13px;
            background: #000;
            border-color: #fff !important;
        }
        .program-navbar-container .navbar-toggle .icon-bar {
            background-color: #fff !important;
        }
        .program-navbar-container .navbar-toggle:focus, 
        .program-navbar-container .navbar-toggle:hover {
            background-color: #ffc20e;
            border-color: #ffc20e !important;
        }

        .program-navbar-container .navbar-toggle:focus .icon-bar, 
        .program-navbar-container .navbar-toggle:hover .icon-bar {
            background-color: #ffc20e !important;
        }

        .program-navbar-container .navbar-collapse {
            border-top: 1px solid #ffffff69;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
            z-index: 999;
        }
        .program-navbar-container .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }
        .program-navbar-container .navbar-collapse.collapse {
            display: none!important;
        }
        .program-navbar-container .navbar-nav {
            float: none!important;
            margin-top: 0;
            margin-bottom: 0;
        }
        .program-navbar-container .navbar-nav>li {
            float: none;
        }
        
        .program-navbar-container .navbar-nav>li>a {
            padding: 10px 10px;
            font-size: 11px;
            border-bottom: 1px solid #ffffff69;
        }
        .program-navbar-container .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .program-navbar-container .collapse.in{
            display:block !important;
            position: relative;
        }

        .program-navbar-container .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: #fff;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
        }

        .program-navbar-container .navbar-main li a {
            padding: 10px 10px;
        }

        .program-navbar-container .navbar-top li a {
            font-size: 14px;
            font-weight: 600;
            color: #0c1c55;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .program-navbar-container .navbar-top li .form-control {
            display: none;
        }

        .program-navbar-container .navbar-top,
        .program-navbar-container .navbar-main {
            margin-top: 0;
            margin-bottom: 0;
        }

        .program-navbar-container .navbar-top,
        .program-navbar-container .navbar-main {
            margin-right: -15px;
        }

        .program-navbar-container .navbar-main li a,
        .program-navbar-container .navbar-top li a {
            font-size: 14px;
            border-bottom: 1px solid #0000001f;
        }

        .program-navbar-container .navbar-main > li > a:hover:after {
            display: none;  
        }

        .program-navbar-container .dropdown-menu {
            padding: 0px 15px;
        }

     
      
        .program-navbar-container .navbar-nav>li.dropdown .dropdown-menu h4 {
            margin-top: 0;
            padding-top: 15px;
        }
        
        .program-navbar-container .navbar-nav>li.dropdown .dropdown-menu-col {
            width: 100%;
        }

    }

   @media(max-width:991px) {
      
      .thumbnailContainer .column a.demo.cursor {
    font-size: 12px;
	}
	
	
	#myProgress {
    width: 118px;
    bottom: 12px;
}

.thumbnailContainer .column a.demo.cursor {
    font-size: 12px;
	}
	
	
	#myProgress {
    width: 118px;
    bottom: 12px;
}

#myBar {
    bottom: 8px;
}

#myProgress1 {
    width: 118px;
    bottom: 12px;
}

#myBar1 {
    bottom: 8px;
}

#myProgress2 {
    width: 118px;
    bottom: 12px;left: 142px;
}

#myBar2 {
    bottom: 8px;
}

#myProgress3 {
    width: 118px;
    bottom: 12px; left: 285px;
}

#myBar3 {
    bottom: 8px;
}

#myProgress4 {
    width: 118px;
    bottom: 12px; left:427px;
}

#myBar4 {
    bottom: 8px;
}

#myProgress5 {
    width: 118px;
    bottom: 12px; left: 570px;
}

#myBar5 {
    bottom: 8px;
}

#myProgress6 {
    width: 118px;
    bottom: 12px;
    left: 712px;

}

#myBar6 {
    bottom: 8px;
}
      
      .AniContentSec {
    padding: 2% 0%;
}
      
      .PLOSubContent h1 {
    font-size: 24px;
    line-height: 24px;
}

.PLOSubContent p {
    font-size: 12px !important;
}
      
    /*why sp jain*/ 
    /*.whySpBox .whySpBoxTop h2 {
        font-size: 26px;
    }
    .whySpBox .whySpBoxTop img {
        width: auto;
    }*/

    /*Program Structure*/
    .programStructureBoxIn:nth-child(2)::before,
    .programStructureBoxIn:nth-child(3)::before,
    .programStructureBoxIn:last-child::before {
        /*left: 0;
        top: -11px;
        right: 0;*/}

    .programStructureBoxIn:last-child::before {
        /*content: '';
        position: absolute;
        left: 0;
        right:0;
        margin:0 auto;
        top: 0;
        border-left:none;
         border-top: #1a4e8b solid 1px;
        height:inherit;
        width:50%;*/
    }

    /*Projects*/    
    .blueBoxWrap h5 {
        font-size: 15px;
        line-height: 22px;
    }

    .companyListContainer ul li {
        width: 33.33%;
    }
li.searchField {
    width: 55%;
      }
    /*Specialisations*/
    .specialisationsBox .media-body h4 {
        margin: 0 0 18px 0;
        font-size: 18px;}
        
    /*Career Services*/ 
    .careerServiceBox { margin-bottom:20px;}
    .careerServiceBox .careerServiceText {
        min-height:inherit;
    }

    /*Successful Graduates*/
    .graduateBox .media-body .graduateLink {
        top: 0;
    }

    /* studentLife */
    .grid-sizer, .grid-item {
        width: 50%;
    }

     
      .desktop-only{display:block; }
.mobile-only{display:none; }
      
      .ABVACourcePageAniContentSec .w3-animate-left {
    left: 20px;
      }
      .ABVACourcePageAniContentSec .w3-animate-left h1 {
    font-size: 30px;
    line-height: 30px;
}

.ABVACourcePageAniContentSec2 {
    width: 64%;
    float: left;
    position: absolute;
       top: 136px;
    left: 20px;
}
      .bannerCounterSec {
    padding: 0 20px;
}
      .bannerCounterSec .program-carousel-caption {
    bottom: 40px;
      }
      .CourseOverSec {
    padding: 0 20px !important;
      }
      .CourseOverContentSec {
    margin-left: 23px !important;
}
      .courseoverview h2 {
    font-size: 30px;
    line-height: 30px;
      }
      .AILearningOutSec {
    padding: 0 20px;
      }
      .learningoutcomes h2 {
    font-size: 30px;
    line-height: 30px;
      }
      .thankyouplo h1 {
    font-size: 30px;
    line-height: 30px;
      }
     
      .AIBluePatch {
    padding: 4% 20px;
}
      .BluePatchheader h2 {
    font-size: 30px;
    line-height: 30px;
      }
      .AIMeetOurFaculty {
    padding: 0 20px;
      }
      .AIMeetOurFaculty h2 {
    font-size: 30px;
    line-height: 30px;
      }
      .AIWhoCanApply {
    padding: 0 20px;
}
      .AIWhoCanApply h2 {
    font-size: 30px;
    line-height: 30px;
      }
      
     
     .AadvaCourcePageAniContentSec2 {
    top: 160px;
    left: 20px;
    font-size: 14px;
}
     .AadvaCourcePageAniContentSec .w3-animate-left h1 {
    font-size: 35px;
    line-height: 35px;
}
     .AdvCourseOverSecLeft .CourseOverContentSec {
    margin-left: 22px !important;
}
     .AdvCourseOverSecRight .CourseOverContentSec {
    margin-right: 22px !important;
}
    .AdvCourseOverSecLeft .CourseOverContentSec .courseoverview h2 {
    font-size: 30px;
} 
     .AdvCourseOverSecRight .CourseOverContentSec .courseoverview h2 {
    font-size: 30px;
}
     
    }

    @media (max-width: 900px) {

      .whysubp{    padding-left: 0px;}
.whysubrp{    padding-right: 0px;}
    .program-sidebar ul li a {
        padding: 15px 12px;
    }

    .program-sidebar ul li a img {
        margin-bottom: 10px;
    }

    .program-sidebar ul li a .program-sidebar-text {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
      .datasciencetitle {
    position: relative;
    left: 0px;
    z-index: 9;
    top: 0px;
    margin-bottom: 0%;
}

      .datasciencetitle2 {
    position: relative;
    left: 0px;
    z-index: 0;
    top: 0px;
    margin-bottom: 0%;
}
      .scientistbx {
    margin: 0px 0 0% 0%;
}
      .datasciencetitle3 {
    position: relative;
    left: 0px;
    z-index: 0;
    top: 0;
    margin-bottom: 0%;
}
      .datasciencetitle3 h3 {
    position: relative;
    left: 0%;
    text-align: left !important;
}
    }
 


    @media (max-width: 767px) {
      .CourseWebinar h3 {
    margin: 0 0 13%; 
	}
      .ploCourseSched {
    padding: 55px 20px;
}
      .ploOnlineCouSub {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-top: 4%;
}
      p.ploParaAlign {
    text-align: justify !important;
}
      
      .ploAnnoucedText {
    bottom: -10px;
}
   table, td, th {
    border: none !important;
}   
      .ploSchedule1 {
    width: 100%;
    float: none;
}

.tableContentSec.tableStyle.right {
    border-right: none;
    padding-right: 0%;
}

.ploSchedule1 .tableStyle.left {
    padding-left: 0%;
}
      .courseRegisterNowForm div#myModal {
    margin: 22% 2% 3%;
	}
	.AttendWeb.PLOwhySP {
    padding: 0% 6%;
}
	.courseRegisterNowForm iframe {
    max-width: 100%;
    width: 100% !important;
}
    .ploReviewLink {
    text-align: center;
    padding-right: 0px;
}  
      .ploReviewSlider .item.withoutVideo .testimonialCarouselBox .withoutVidDescription p {
    margin-bottom: 0px;
            margin-top: 20px;
}
    #popup50 {
    top: 3%;
	    height: auto;
	}
	
#popup51 {
    top: 3%;
	    height: auto;
	}	 

	#popup52 {
    top: 3%;
	    height: auto;
	}	
	
#popup53 {
    top: 3%;
	    height: auto;
	}	

#popup54 {
    top: 3%;
	    height: auto;
	}	
	
      #popupclose50 {
    left: 10px;
    top: -10px;
	}
	
#popupclose51 {
    left: 10px;
    top: -10px;
	}
	
	#popupclose52 {
    left: 10px;
    top: -10px;
	}
	
	#popupclose53 {
    left: 10px;
    top: -10px;
	}
	
	#popupclose54 {
    left: 10px;
    top: -10px;
	}
       #popup50[data-pop="pop-in"].show {
    height: 550px;
    overflow: scroll;
} 
      
      #popup51[data-pop="pop-in"].show {
    height: 550px;
    overflow: scroll;
}

    #popup53[data-pop="pop-in"].show {
    height: 550px;
    overflow: scroll;
}   
      .ploReviewSlider .item.withoutVideo .testimonialCarouselBox .withoutVidDescription img {
    width: 20%;
    margin-top: 0px;
}
      .ploQuoteico {
    position: relative;
    right: 0%;
    top: 0%;
}
      
      .plosSchduleDate {
    width: 50%;
    margin-bottom: 0%;
    margin-top: 11%;
}
      .ploCourseSched h2 {
    font-size: 24px;
    line-height: 24px;
      }
      
      .ploSubFacuToughtDes h3 {
    margin-top: 0px;  color: #000; font-size: 16px;
}
      .ploMediaDesc p {
    font-size: 14px;
	}
      .CourseWebinar p.PLOWebCoursePara {
    text-align: justify !important;
}
      .AadvaCourcePageAniContentSec.PLOWebinar .w3-animate-left {
    margin-top: 0% !important;
    left: 0px !important;
}
      .AILearningOutCont p {
    font-size: 14px;
}
      
      .AILearningOutCont ul li {
    font-size: 14px !important;
}
      .ploHPMedia {
    padding: 0px 20px;
        margin-bottom: 12%;
}
    .ploHPMedia h2 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 6%;
    text-align: center;
}  
      .ploHPMedia .ploHPMediaContainer {
    padding: 5%;
    margin-bottom: 13%;
	}
      .ploHPMediaIcon img {
    text-align: left !important;
}
      .ploHPMediaBtn {
    margin-top: 0%;
}
      .ploHPMediaText p {
    font-size: 14px;
}
      .ploHPMedia .ploHPMediaContainer .ploHPMediaText {
    height: 75px;
      }
        
      .PLOSubContent p {
    text-align: center;
    margin-bottom: 15px !important;
}
      
      .AadvaCourcePageAniContentSec2.PLOWebinar2 {
    top: 15px !important;
    left: 0px !important;
}
      
   .WebParaOv p {
    text-align: justify;
}
     .PloWebinarDetailMainBx:hover .WebinarSubBx .WebinarFacultyDetailBx {
    border-right: none;
}
      .ploFacMediaG .PLOFacRowSec {
    padding: 0 20px;
    margin-top: 0;
    margin-bottom: 20%;
}
      
    .ploReviewSlider {
    padding: 30px 20px;
}  
      
      .ploReviewSlider h2 {
    font-size: 24px;
    line-height: 30px;
      }
      .ploReviewSlider .item.withVideo {
    margin-top: 125px;
}
      .ploReviewSlider .item.withVideo .testimonialCarouselBox .row .withVideoImgSec {
    grid-area: abc2;
    width: 100%;
}
      .ploReviewSlider .item.withVideo .testimonialCarouselBox h4 {
    font-size: 20px; text-align: center;
      }
      
      .ploReviewSlider .item.withVideo .testimonialCarouselBox h4 span {
    font-size: 14px;
}
      .ploReviewSlider .item.withVideo .testimonialCarouselBox h4::before {
  
    margin: 0 auto;
}

      .reVideoimage::after {
    right: 2px;
    top: 36%;
	}
      
.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec {
    display: grid;
    grid-template-areas:
        'testimonialName'
        'testimonialPara';
    grid-template-columns: 1fr;
}

.ploReviewSlider .item.withVideo .testimonialCarouselBox .testimonialCarouselBox .row .withVideotextSec p {
    grid-area: testimonialPara;
    width: 100%;
}

.ploReviewSlider .item.withVideo .testimonialCarouselBox .testimonialCarouselBox .row .withVideotextSec h4 {
    grid-area: testimonialName;
    width: 100%;
}
  .ploReviewSlider .testimonialCarouselBox .testimonialCarouselBoxImage {
    position: relative;
    margin-top: -70px;
}    
    .ploReviewSlider .testimonialCarouselBox .testimonialCarouselBoxImage img {
    z-index: 99;
    position: relative;
    width: 85%;
    padding-bottom: 15px;
    padding-top: 0px;
    height: auto;
    padding-left: 0;
    padding-right: 0%;
}  
      .ploReviewSlider .testimonialCarouselContainer {
    padding: 0px;
	}
      
.ploReviewSlider .item.withoutVideo .testimonialCarouselBox .testimonialCarouselBoxImage img {
    padding-left: 7%;
    padding-right: 8%;
}

.ploReviewSlider .item.withoutVideo .testimonialCarouselBox .testimonialCarouselBoxImage {
    margin-top: 0px;
}

.ploReviewSlider .item.withoutVideo {
    margin-top: 100px;
}

.ploReviewSlider .item.withoutVideo .testimonialCarouselBox .testimonialCarouselBoxImage {
    margin-top: -45px;
}

.ploReviewSlider .item.withoutVideo .withoutVideoName {
    padding: 0% 0% 0 0%;
    margin-bottom: 0%;
}
.ploReviewSlider .item.withoutVideo .testimonialCarouselBox h4::before {
    margin: 0 auto;
	}
	
	.ploReviewSlider .item.withoutVideo .testimonialCarouselBox h4 {
    font-size: 20px;
	}
	
	.ploReviewSlider .testimonialCarouselBox h4 span {
    font-size: 14px;
}

.ploReviewSlider .item.withoutVideo .testimonialCarouselBox .withoutVidDescription {
    margin: 0% 0%;
    border-left: none;
    padding: 0 11% 0% 10%;
}
      
      desktop-only{display:none !important;}
mobile-only{display:block !important;}
      
 .ExpCouProduct {
    padding: 6%;
      }
      
      .SlidshowContainer .AniImgSec .FrontImg {
   /* left: 0%;*/
} 
      
.PLOBContentAnimation2 h3 {
      margin-top: 0px;     font-size: 18px;
      }
      
      .IDTLearnByDoing .IDTLearnByDoingContent h3 {
    text-align: center;
}
      .accordion-inner.accordian-content {
    padding: 3% 3% 2% 3%;
}
      
      .AdmPLOContent .AdvPLOStep {
    text-align: center;
}
      
      .AdmPLOBLueContent .AdCTABtn {
    text-align: center;
}
    .AadvaCourcePageAniContentSec2.PLOWebinar2 {
    top: 15px;
    width: 100%;
}  
      .WebinarsPLOContent {
    padding: 50px 20px;
}
      .PLOWebinarReHe h2 {
    font-size: 30px;
    line-height: 30px;
      }
      
      .WebinarSubBx .WebinarImageBx {
    width: 100%;
    float: none;
    text-align: center;
}
      .WebinarSubBx .WebinarFacultyDetailBx {
    width: 100%;
    float: none;
    padding: 0% 0%;
    border-right: none;
    margin-right: 0%;
    text-align: center;
    margin-top: 7%;
}
      .WebinarSubBx .WebinarDateTimeBx {
    width: 100%;
    float: none;
    padding: 1% 0%;
    text-align: center;
}
      .WebinarSubBx .WebinarButtonBx {
    width: 100%;
    float: none;
    text-align: center;
    padding: 1% 0%;
    margin-top: 6%;
}
  .PloWebinarDetailMainBx {
    margin-top: 13%;
      }
      .WebinarSubBx {
    padding: 4% 0%;
}
      
      .PloWebinarDetailMainBx h3.webHBSMI:after {
    width: 295px;
    bottom: -8px;
}
   .PloWebinarDetailMainBx h3.webDASJC:after {
    width: 295px;  bottom: -8px;
}   
  
      .PloWebinarDetailMainBx h3.webVATC:after {
    width: 295px; bottom: -8px;
}
      .PloWebinarDetailMainBx h3.webSB:after {
    width: 295px; bottom: -8px;
}
    .PloWebinarDetailMainBx h3.webRPAIA:after {
    width: 295px; bottom: -8px;
} 
      .PloWebinarDetailMainBx h3.webAVAPC:after {
    width: 295px; bottom: -8px;
}
      .PloWebinarDetailMainBx h3.webILEAD:after {
    width: 295px; bottom: -8px;
}
      .PloWebinarDetailMainBx h3.webBMLB:after {
    width: 295px; bottom: -8px;
}
      .PloWebinarDetailMainBx h3.webTWN:after {
    width: 295px; bottom: -8px;
}
      .PloWebinarDetailMainBx h3.webIDT:after {
    width: 295px; bottom: -8px;
}
      .PloWebinarDetailMainBx h3.webLCDM:after {
    width: 295px; bottom: -8px;
}
      .PloWebinarDetailMainBx h3.webPIT:after{
    width: 295px; bottom: -8px;
}

.PloWebinarDetailMainBx h3.webEPPS:after{
    width: 295px; bottom: -8px;
}

.PloWebinarDetailMainBx h3.webIN:after{
    width: 295px; bottom: -8px;
}
      
   /* .grid-sizer, .grid-item {
    width: 100% !important;
}*/
      .popupcontent .form{
       height: 5000px; 

      }
      
.popupcontent .form .reg-form {
    padding: 12px 0 46px 0;
 
      }
.PLOFormBtn {
    height: 800px;
}
 .popupcontent .form .reg-form form {
    
      }
      form{
            overflow: scroll;
    height: 500px;
      }
      
      .AdmPLOContent {
    padding: 50px 20px;
}
.AdmPLOContent h3 {
    text-align: center;
}
  .AdmPLOContent p {
    text-align: justify;
}    
      .AdmPLOBLueContent {
    padding: 60px 20px;
}
     .AdmPLOFaqContent h2:after {
    margin: 0 auto;
} 
      
      .AdmPLOFaqContent h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 5% 0 10%;
}
      .AdmPLOBLueContent h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0% 0 10%;
}
      
.popupcontent .form .reg-form .PLOFormBtn input {
    width: 70%;
}
.listStyle ul li {
    text-align: justify;font-size: 14px;
}
      .PLOWhoCanV {
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 1% 7%;
}
.popupcontent .form .reg-form h3 {
    margin: 10% 0 14%;
}
        .AadvaCourcePageAniContentSec .w3-animate-left {
    left: 0px;
    position: relative;
}

.AadvaCourcePageAniContentSec .w3-animate-left h1 {
  font-size: 34px;
    line-height: 40px;
    color: #000;
    text-align: center;
    margin: 0;
}
    .AdvCourseOverSecLeft .CourseOverContentSec p{    text-align: center !important;}
      .AdvCourseOverSecRight .CourseOverContentSec p{    text-align: center !important;}  
  .AadvaCourcePageAniContentSec .w3-animate-left {
    margin-top: 0%;
    margin-bottom: 20px;
}    
   .AadvaCourcePageAniContentSec2 {
    width: 100%;
    float: none;
    position: relative;
    top: 20px;text-align: center;
    left: 0px;
    color: #000;
}   
      .AdvCourseOverSecLeft {
    padding: 55px 25px;
}
.AdvCourseOverSecLeft .CourseOverContentSec {
    margin-left: 0px !important;
    padding: 0px 0 0 0%;
}

.AdvCourseOverSecRight {
   padding: 55px 25px;
}

.AdvCourseOverSecRight .CourseOverContentSec {
    margin-right: 0px !important;
    padding: 0px 0% 0 0%;
}

.AdvCourseOverSecRight .row-fluid{
  display:table !important;
}
.AdvCourseOverSecRight .CourseOverContentSec {
  display:table-footer-group;  
}
.AdvCourseOverSecRight .CourseOverImgSec {
  display:table-header-group;
}

.AdvCourseOverSecLeft .CourseOverContentSec .courseoverview h2 {
    font-size: 24px;    line-height: 26px;
}

.AdvCourseOverSecRight .CourseOverContentSec .courseoverview h2 {
    font-size: 24px;    line-height: 26px;
}

.AdvCourseOverSecLeft .CourseOverContentSec .courseoverview h2:after {
    bottom: -15px;
}
.AdvCourseOverSecRight .CourseOverContentSec .courseoverview h2:after {
    bottom: -15px;
}
    .AdvCourseOverSecRight .CourseOverImgSec .CourseImg::before {
   top: -31px;
    left: -6%;
    width: 35%;
    height: 219px;
    background-size: 130px;
	}
      .AdvCourseOverSecLeft .CourseOverImgSec .CourseImg::before {
  top: -30px;
    left: 70%;
    width: 35%;
   
}
      p.mrtop {
    height: 0;
}
      .CourseOverContentSec {
    margin-left: 0px !important;
}
      .MeetOurFacultytxt {
    width: 100% !important;
}
    .navbar-collapse {
        background-color: #000;
    }
    .FacNextStep h2 {
    font-size: 24px !important;
      }
      .row-fluid [class*="span3"] {
    margin-bottom: 0%;
}
.BluePatchheader h2 {
    text-align: center;
	    font-size: 24px;
		}
      .BluePatchparatxt {
    font-size: 12px;
      }
      .BluePatch {
    height: 175px;
}
    .LUBluePatch {
    height: auto;
          padding: 3% 20px;
}  
      .LUBluePatch h2:after {
    right: 0px;
    bottom: -5px;
        margin: 0 auto;
}
      .AILearnByDoingSecBmlb {
    padding: 0 20px;
      }
      
      .AILearnByDoingSecBmlb .LearnImg {
    width: 100%;
}
      .AILearnByDoingSecBmlb .AIlearndotxtbx {
    padding: 24px 15px;
    width: 100% !important;
}
      .IDTLearnByDoing .IDTLearnByDoingContent p {
    text-align: justify;
}
      .learnbydoing h2 {
       font-size: 24px;
    margin: 16% 0 8%;
    line-height: 28px;
}

.learnbydoing h2:after {
    bottom: -13px;
}
    
      .BluePatch h2:after {
    right: 0px;
    bottom: -5px;
}
      
      .learnbydoing h2 sup {
    font-size: 12px;
      }
      .span12.widget-span.widget-type-custom_widget.BluePatchparatxt {
    text-align: center;
    font-size: 16px;    margin-left: 0px;
}
      .span4.widget-span.widget-type-cell.curriculamBtn {
   padding: 0% 0%;
    margin-top: 4%;
}  
     .learndotxt.w3-animate-right {
    margin-top: 4%;
}

.span6.widget-span.widget-type-cell.learndotxt.w3-animate-left {
    margin-top: 4%;
}

.span4.widget-span.widget-type-custom_widget.LearnImg {
      width: 100%;
    float: none;
    margin-top: 6%;
    margin-bottom: 6%;
}

.AIMeetOurFaculty.SoMTop {
    margin-top: 0%;
}

.span8.widget-span.widget-type-custom_widget.learndotxtbx {
  width: 70%;
    float: left;
    padding: 11px 16px 6px 13px;
}

.learndotxtbx h3 {
    font-size: 14px;    line-height: 15px;
    color: #010c39;
	    margin-top: 0px;
}
      
      .portfolio .widget-type-linked_image {
    margin-bottom: 0px !important;
}

.learndotxtbx p {
    font-size: 12px !important;
	    margin-bottom: 0px;
} 
      .learndotxt. {
    background-color: #edf6fe;
}

.span4.widget-span.widget-type-custom_widget.LearnImg {
    width: 100%;
    float: none;
  margin-top: 6%;
    margin-bottom: 6%;
}

.span8.widget-span.widget-type-custom_widget.learndotxtbx {
    width: 70%;
    float: left;
}
      .learningoutcomes h2 {
    font-size: 24px;
    margin: 9% 0 2%;
}
      .learningoutcomes h2:after {
    bottom: -4px;
}
     .learningoutcomesbox p.pbold {
    text-align: center;font-size: 16px !important;    margin-bottom: 4px;
}
      .learningoutcomesbox p {
    font-size: 12px !important;
}
    
   
    .thankyouplo h1 {
    font-size: 24px;
    margin: 9% 0 2%;
}
      .thankyouplo h1:after {
    bottom: -4px;
}
     .thankyouplobox p.pbold {
    text-align: center;font-size: 16px !important;    margin-bottom: 4px;
}
      .thankyouplobox p {
    font-size: 12px !important;
}
      
      
      
      
      
.nCount {
    width: 33% !important;
    float: left;
}

      .CourcePageAniContentSec .PLOBContentAnimation2 {
    margin-top: 0%;
    margin-bottom: 17px;
    position: relative;
    line-height: 32px;
    font-size: 28px;
}
      
      .CourcePageAniContentSec2 {
    width: 100%;
    float: none;
    position: relative;
    bottom: 0px;
    text-align: center;
    margin-top: 5%;
    margin-bottom: 8%;
}
      
      .CourcePageAniContentSec2 .PLOBContentAnimation3.w3-animate-top {
    width: 100%;
    margin-bottom: 7%;
    font-size: 12px;
}
      p.smallPara {
    font-size: 12px !important;
    margin-top: 8%;
}
      
.IntoVideotxt1 h3 {
    font-size: 22px !important;
    margin-bottom: 12px;line-height: 0px;
}

      .courseoverview-box h3 {
    font-size: 30px;    margin-top: 0px;
	}
	
	.courseoverview-box p {
      font-size: 12px !important;
    text-align: center;
    margin-bottom: 0px;
	}
	
	.span6.widget-span.widget-type-custom_widget.courseoverview-box.w3-animate-right {
       width: 47%;
    float: left;
    margin-right: 5%;
    height: 100px;
    padding: 5%;
}
      
      .span6.widget-span.widget-type-custom_widget.courseoverview-box.w3-animate-right.last {
    margin-right: 0%;
}
      
.IntoVideotxt1 p {
    font-size: 12px !important;
	}
	
.IntroVIdeoSection {
    padding: 0% 0;
    margin-top: 0px !important;
    position: relative !important;    WIDTH: 100% !important;
    left: 0px;
}
      .PLOBContentAnimation2.TopSpace.w3-animate-left {
    margin-top: 0%;
}
      p.TopicProductDescription.mrbtm span {
    margin-right: 20px;
}
      #load-more::after {
  display:none;
}
     button.button.first.is-checked {
    padding: 0px 6px 0px 0px;
} 
      .PLOPopupImgSec {
    height: 500px;      padding: 0 0%;
}
      .FacNextStep p {
    font-size: 14px !important;
    margin-bottom: 6% !important;
}
     .PLOFacultyContentSec h3 {
    font-size: 14px;
} 
      .PLOFacultyContentSec p {
    text-align: center !important;
        font-size: 10px !important;
}
      
      br.brnewline {
    display: block;
}
      .PLOExplore .slick-prev, .slick-next {
    display: none !important;
}
      
      .CourcePageAniContentSec {
    width: 100%;
    float: none;
            position: relative;
    text-align: center;
}
      
    .ctaButtonbanner {
    position: relative;
    padding: 0px 0px;
    margin-top: 0px;
    line-height: 28px;
}

.ctaButtonbanner a {
    font-size: 11px !important;
	}
  
      
      .CourcePageAniImgSec {
    width: 100%;
    float: none;
    left: 0%;
    position: relative;
}
      .IntroVIdeoSection {
    margin-top: 0px;
    position: relative;
}
     .nCount {
    width: 20%;
    float: left;
}
     .polognArt {
       top: -2%;
    left: 28%;
    width: 37%;
}
      .courseoverview h2 {
    font-size: 24px;
    margin: 0% 0 0%;
    text-align: center;
}

.courseoverview h2:after {
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    bottom: 0px;
    content: '';
    width: 66px;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
   
}
      
      .ABVACourcePageAniContentSec .w3-animate-left {
    left: 0px !important;
    top: 0px !important;
    margin-top: 0%;
            margin-bottom: 24px;
    position: relative;
}
      .ABVACourcePageAniContentSec .w3-animate-left h1 {
    font-size: 24px;
    font-family: Poppins,sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;    text-align: center;
}
      .ABVACourcePageAniContentSec2 {
    width: 100% !important;
    float: none !important;
    position: relative !important;
    top: 14px !important;
    left: 0px !important;
            text-align: center;
}
      
      .ABVACourcePageAniContentSec2 .PLOBContentAnimation3.w3-animate-top {
    margin-bottom: 6%;
    width: 100%;
    text-align: center;
}
      
    .bannerCounterSec {
    padding: 0 0px !important;
        margin-top: 6%;
    margin-bottom: 12%;
}

.bannerCounterSec .program-carousel-caption {
    bottom: 0px !important;
}

.bannerCounterSec .program-carousel-caption .nCount h3 {
    font-size: 20px;
    line-height: 0px;
}

.bannerCounterSec .program-carousel-caption .nCount p {
    font-size: 10px;
    line-height: 10px;
}

.CourseOverSec {
    padding: 0 20px;
    margin-top: 0%;
    margin-bottom: 10%;
}

.CourseOverImgSec .videoPopupContainer300 .imgOverlay::after {
    height: 174px;
    width: 315px;
}
   .CourseOverImgSec .CourseImg::before {
    top: -35px;
    left: 65%;
    width: 39%;
    height: 114px;
}   
    .PLOCoursePageBannerSec .programImageContainer img {
    width: 100% !important;
    height: auto !important 
}  
     .BannerratingContent {
    font-size: 12px;
	margin-left: 2%;
    width: auto;
           color: #000;
}
      	.BannerratingContent span {
    font-size: 12px;
}
.BannerPloReviewRating {
    padding: 1% 22%;
}
.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec .BannerratingImg img {
    width: 13% !important;
}
.ploQuoteico {
    position: relative;
    right: 0%;
    top: 0%;
    width: 30%;
    margin: 8% auto 0 auto;
}
.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec .BannerPloReviewRating {
    padding: 1% 25%;
}
.ploReviewSlider .item.withoutVideo .withoutVideoName .BannerPloReviewRating {
    padding: 1% 25%;
}
.ploReviewSlider .item.withVideo .testimonialCarouselBox .withVideotextSec .BannerratingContent {
    width: auto;
	}

.ploReviewSlider .item.withoutVideo .withoutVideoName .BannerratingImg img {
    width: 13% !important;
	}

.ploReviewSlider .item.withoutVideo .withoutVideoName .BannerratingContent {
    width: auto;
	}
.PLOCoursePageBannerSec .programImageContainer .BannerratingImg img {
    width: 7% !important;
	top: 1px;
}
      
      .PLOCoursePageBannerSec .programImageContainer {
    width: 100%;
}
     .CourseOverContentSec .courseoverview h2 {
    margin-top: 10%;
    margin-bottom: 10%;
}
     .CourseOverContentSec .courseoverview h2:after {
    bottom: -8px;
	}
      .AILearningOutSec {
    padding: 0 20px;
    margin-top: 2%;
    margin-bottom: 8%;
}
     .AILearningOutSec .learningoutcomes h2 {
    margin: 9% 0 7%;
}
     .AILearningOutSec .learningoutcomes h2:after {
    bottom: -8px;
}
      
    .AILearningOutSec .thankyouplo h1 {
    margin: 9% 0 7%;
}
     .AILearningOutSec .thankyouplo h1:after {
    bottom: -8px;
}    
      
      .PLOBContentAnimation4.w3-animate-zoom {
    text-align: center;
}
      .counterAlign{    padding: 4% 0%;}
      
   .row-fluid [class*="span"] {
    min-height: 0px;
}
  .AIBluePatch {
    height: auto;
    padding: 3% 20px;
}    
      .AIBluePatch .BluePatchheader h2 {
    text-align: center;
    font-size: 24px;
}
      .AIBluePatch h2:after {
    left: 0;
    right: 0px;
    bottom: -5px;     margin: 0 auto; 
}
      .AILearnByDoingSec {
    padding: 0 20px;
    margin-top: 4%;
    margin-bottom: 4%;
}
     .AILearnByDoingSec .learnbydoing h2 {
    font-size: 24px;
    margin: 16% 0px 12%;
}
      .AIlearndotxtbx h3 {
      margin-top: 0px;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 20px;
	     margin-bottom: 3%;
	}
	
.AIlearndotxtbx p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 19px;
}
      .AIlearndotxtbx h3 {
    text-align: center;
}

.AIlearndotxtbx {
        padding: 8px 20px;
    text-align: center;
    float: left !important;
    width: 100% !important;
    margin-left: 0 !important; 
}
      .AIMeetOurFaculty {
    margin-top: 6%;
    margin-bottom: 4%;    padding: 0 20px;
}

.AIMeetOurFaculty h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 14% 0 16%;
}

.AIMeetOurFaculty h3 {
    text-align: center;
}

.AIMeetOurFaculty p.facSmall {
    text-align: center;
}
      .AIWhoCanApply {
    padding: 0 0px;
}

.AIWhoCanApply h2 {
    font-size: 24px;
	}
      .AIWhoCanApply h2:after {
    bottom: -8px;
}
      
      .AIWhoCanApply .txtcent {
    padding: 8% 10%;
}

      .AIFAQs {
    padding: 0 20px;
}
.collapse.in {
    padding-left: 0px;
    padding-right: 0px;
}
.AIFAQs h2 {
    margin: 5% 0 10%;
	}
      
.studentLifeFilterBtnGrp .button.is-checked {
    color: #333;
}
.studentLifeFilterBtnGrp .button:active, .studentLifeFilterBtnGrp .button.is-checked {
    color: #333;
}
      
  .text-left {
    text-align: center;
}    
      
.studentLifeFilterBtnGrp .button {
    margin-right: 0px;
}
.studentLifeFilterBtnGrp .button {
        font-size: 10px;
    padding: 0px 6px 0px 6px;
}
      .ExpCouProduct h3.TopicProductName {
    font-size: 10px !important;
      }
      .ExpCouProduct p.Topic {
    font-size: 9px ;
}
   .ExpCouProduct p.TopicProductDescription {
    font-size: 9px !important;
}   
      .studentLifeFilterBtnGrp .button::before {
       width: 14px;
    top: -8px;
    left: 5px;
}
      .PLOFacultyImgSec {
    margin-top: 0%;
}
     .PLOFacultyCarousal:hover .PLOFacultyContentSec {
    top: -10px;
    width: 100%; display:none;
} 
      
      
    .socialSecG {
    position: relative;
    top: 0;
    width: 100% !important;
}  
      .LeaderPLO.span8.widget-span.widget-type-custom_widget {
       padding: 10% 3%;
    height: 380px;
}
      .PLOContSec p {
    font-size: 14px !important;
      }
      
      .PLOsquare {
    padding: 40px 5%;
}
      .PLOContSec {
    padding: 0%;
    float: left;
    margin-left: 3%;
    width: 85%;
}
      .PLOImdDotRightBottom {
    position: absolute;
    left: 0%;
    bottom: 0;
}
      div#myBar {
    display: none;
}
      div#myBar1 {
    display: none;
}
      div#myBar2 {
    display: none;
}
      div#myBar3 {
    display: none;
}
      div#myBar4 {
    display: none;
}
      
   .AniContentSec {
    width: 95%;
    float: none;
}   
      .SlidshowContainer .numbertext {
         display:none;
      }
      .topLinksSec {
          width: 45%;
    float: right;
    padding: 3px 0px;
}
      .topParaSec {
    width: 47%;
}
      #myProgress2 {
    display:none;
}
       #myProgress3 {
    display:none;
}
       #myProgress4 {
    display:none;
}
       #myProgress5 {
    display:none;
}
      
     .topParaSec p {
    font-size: 10px;
    margin: 1px 0 0px;
}
      
      .topLinksSec ul li a {
    font-size: 10px;
      }
      
      .navbar-main-container .navbar-brand img {
    width: 110px;
}
 .navbar-brand {
    margin: 15px 5px;
    padding-left: 0px;
    padding-right: 16px;
}   
      .navbar-brand1 {
    margin: 24px 3px;
    padding-left: 17px;
}
      .navbar-main-container .navbar-main {
    width: 100%;
    padding: 0px 0;
}
      .AniContentSec .PLOBContentAnimation1 {
    width: 100%;
    position: relative;
    margin-top: 0px;
    margin-bottom: 6px;
}
      
      .navbar-main-container .navbar-brand1 img {
    margin-top: 0% !important;
    width: 75px !important;
}
  .SlidshowContainer {
    margin-top: 0%;
} 
      
      .body-footer-container-wrapper {
    top: 15px;
}
      
      .AniImgSec {
    width: 95%;
    float: none;
        text-align: center;    margin-top: 4%;position: relative;
}
      
.AniContentSec .PLOBContentAnimation2 {
    line-height: 25px;
    font-size: 28px;
        margin-bottom: 20px;    text-align: center;
}   
    .AniContentSec .PLOBContentAnimation2 h2{
    line-height: 25px;
    font-size: 28px;
          text-align: center;
}     
      .AniContentSec .PLOBContentAnimation1 {
    font-size: 24px;    text-align: center;
      }
      
       .AniContentSec .PLOBContentAnimation3 {
    font-size: 14px;
    width: 100%;    text-align: center;    margin-bottom: 3%;
}     
.ctaButton {
    line-height: 22px !important;
      }
      .ctaButton a {
    font-size: 14px !important;
    padding: 3px 20px !important;
}
      
      img.AniRightPolygon.w3-animate-zoom {
    top: -8%;
    width: 48% !important;
    left: -4%;
}
      
      .programImageContainer img.BackBanner {
    width: 76% !important;
    left: 26%;
    top: 8%;
}
      
    .AniContentSec .PLOBContentAnimation4 {
    left: 0px !important;
    top: 0px !important;
    width: 100%;
    letter-spacing: 0 !important;
    text-align: center;
}  
      
      .programImageContainer img {
    width: 91% !important;
    height: auto !important;
}
      
      .row.thumbnailContainer {
    display: none;
}
      
      #myProgress {
    display: none;
}
      .SlidshowContainer a.next {
    position: absolute;
    top: 49%;
    right: 3%;
  width: 24px;
    height: 241px;
    cursor: pointer;
}
      
      .PLOImgContentSec {
    padding: 17% 5%;
}
      
      .PLOLearningImage {
    width: 100%;
}
      
      .PLOImdDotLeftTop {
    position: absolute;
    top: -7%;
    left: -7%;
    width: 43%;
}
   .PLOImgSection {
    width: 100%;
    float: none;
    margin-right: 0%;
}   
      .PLOSquare1 {
    display: none;
}
       .PLOSquare2 {
    display: none;
}
       .PLOSquare3 {
    display: none;
}
      .PLOImdPolygonRight {
    position: absolute;
    top: -9%;
    right: -8%;
    z-index: 1;
    width: 0%;
}
      
      .BluePatchSec {
    height: 260px;
    margin-top: 5%;
}
      .PLOSubContent h2 {
            text-align: center;
    font-size: 24px !important;
    color: #000;
    margin-bottom: 5%;
    line-height: 30px;
    margin-top: 6%;
}
      
       .PLOSubContent h1 {
            text-align: center;
    font-size: 24px;
    color: #000;
    margin-bottom: 5%;
    line-height: 30px;
    margin-top: 6%;
}
      
      .aos-init.aos-animate {
    text-align: center;
}
      
      .PLOSubContent p {
    font-size: 14px !important;
    color: #000 !important;
       margin-bottom: 15px !important;
    text-align: justify;
    margin-top: 6%;
}
      
      .ploSubFacuToughtDes .ctaButton {
    margin-top: 3%;
}
      
      .PLOSubContent {
    width: 100%;
        float: left;     text-align: center;
}
      .greyPatchSec {
    height: 237px;
    margin-top: -445px;
    margin-bottom: 37%;
}
      
      .PLOExplore h2 {
    font-size: 24px !important; 
    line-height: 30px;    text-align: center;
}
      
      .PLOExplore .hs-tabs__navitem {
    font-size: 12px;
}
      .PLOExplore .FirstEXPTab {
    padding: 0px 10px 0px 0px;
}
      
      .PLOExplore .hs-tabs__nav {
    margin-left: 0px;    margin-bottom: 0px;    text-align: center;
}
     .PLOExplore .EXPTab {
    padding: 0px 10px;
}
      
      .PLOExplore .ExplastTab {
    padding: 0px 10px;
}
      
     .PLOExplore .slider {
    width: 100% !important;
}
    .slick-prev, .slick-next {
    position: relative !important;
      }
      
      .slick-slide {
    margin: 6px 12px !important;
    position: relative;
    left: 0px !important;
}
      
.slick-next {
    right: -167px !important;
    top: 38px !important;
}

.slick-prev {
    left: 26% !important;
    top: 491px !important;
    position: absolute !important;
}
      
      .PloFacultySec ul.slick-dots{display:block !important}
   .slick-dots li button:before {
    top: 0px !important;
    left: 0px !important;
    width: 15px !important;
    height: 15px !important;
      }
      
      .popupcontrols {
        left: -7px;
    top: -13px;
}
      div#popup {
       overflow: scroll;
    height: 900px;
}
      #popup {
    top: 0%;
    left: 0%;
    width: 100%;
      }
      
      
        
      div#popup1 {
       overflow: scroll;
    height: 900px;
}
      #popup1 {
    top: 0%;
    left: 0%;
    width: 100%;
      }
      
      
      div#popup2 {
       overflow: scroll;
    height: 900px;
}
      #popup2 {
    top: 0%;
    left: 0%;
    width: 100%;
      }
      
       div#popup3 {
       overflow: scroll;
    height: 900px;
}
      #popup3 {
    top: 0%;
    left: 0%;
    width: 100%;
      }
      
       div#popup4 {
       overflow: scroll;
    height: 900px;
}
      #popup4 {
    top: 0%;
    left: 0%;
    width: 100%;
      }
      
       div#popup5 {
       overflow: scroll;
    height: 900px;
}
      #popup5 {
    top: 40%;
    left: 0%;
    width: 100%;
      }
      
       div#popup6 {
       overflow: scroll;
    height: 900px;
}
      #popup6 {
    top: 0%;
    left: 0%;
    width: 100%;
      }
      
       div#popup7 {
       overflow: scroll;
    height: 900px;
}
      #popup7 {
    top: 0%;
    left: 0%;
    width: 100%;
      }
      
       div#popup8 {
       overflow: scroll;
    height: 900px;
}
      #popup8 {
    top: 0%;
    left: 0%;
    width: 100%;
      }
      
      .PLOFacultyHeading h2 {
    font-size: 24px !important;
    line-height: 30px;
    margin-bottom: 8%;
      }
      
      .popupImage {
    width: 100%;
            padding: 0% 30%;
    float: none;
    margin-right: 0%;
    margin-left: 0%;
    margin-top:6%;
}
      .popupcontent {
    background: #fff;    padding: 0px;
}
      .popupContent p {
    text-align: center !important;
}
      .popupContent {
    width: 100%;
    float: none;
    padding: 5%;
    background: #e2eefe;
    margin-top: 0%;
        position: relative;
    right: 0%;
}
     .FacAreaSec p {
    text-align: justify !important;
}
      
      .popupContent h2 {
    font-family: 'Poppins',sans-serif !important;
    font-size: 20px;
    line-height: 30px;    text-align: center;
}
      
  /*    .flotinglink {
    position: fixed;
    top: 80%;
    left: 25px;
    text-align: center;
    z-index: 999;
    padding: 7px 4% 9px 4%;
    background: #febf01;
    border-bottom-left-radius: 0px;
    width: 80%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
   */   
   
      
       .circSec {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
        }
        .CicrChild {
            order: -1;
            flex: 1 0 100%;
        }

       .CircuModuleSec {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row;
        }
        .square {
            order: -1;
        }
        
      .PCurr .content h4 {
    text-align: left;
      }
      .PCurr .content p {
    text-align: left;
      }
      .PCurr.aos-init.left {
    margin-left: 0%;
}
      
      .LeaderRoundbx {
    height: 331px;
    width: 331px;
}
      .LeaderRoundbx h2 {
    font-size: 60px;
      }
      
     .LeaderRoundbx .LeaderInnerBx {
    padding: 33% 0%;
} 
      .PCurr .content {
       margin-right: 0;
    margin-left: 2%;
    width: 77%;
      }
      
      .PCurr.aos-init.aos-animate.left {
    margin-left: 0% !important;
}
      
      .PCurr .content h4:after {
    left: 0px;
    right: 164px;
}
      
       
      
      .about-program h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5%;
}
      .DemandDS {
    padding: 2% 3%;
}
      .DeGraphMain {
    padding: 0 8% !important;
}
      .DeGraphMain .DeSection1 {
    float: none;
    margin-right: 0;
}
      .DemandDS .firstGraph {
    padding: 0px 37%;
}
      .DeGraphMain .DeSection2 {
    float: none;
    margin-top: 3%;
}
      .DemandDS .secondGraph {
    padding: 0px 37%;
}
      
    .DemandDSIco {
    background: #f8f8f8; 
    text-align: center;
    padding: 5% 0%;
    margin-bottom: 20px;
    margin-top: 4%;
}  
      
    .BDSSlider .testimonialCarouselBox .testimonialCarouselBoxImage img {
    width: 100%;
    padding-bottom: 0px;
    padding-left: 0;
}
  
.BDSSlider .testimonialCarouselBox .col-sm-6.slideDesc {
    padding: 39px 25px;
    height: auto;
}      
      .GalleryCarousal h2 {
    font-size: 20px;
    margin: 16% 0% 4%;
}
      
      .GalleryCarousalSlider {
    padding: 0%;
}
      
 .flotinglink {
   position: fixed;
       right: 10px;
    text-align: center;
    z-index: 999;
    padding: 7px 4% 7px 4%;
    background: #febf01;
    border-bottom-left-radius: 0px;
    width: 46%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 38px;
    bottom: 16px;
}      
      
     .formOr span:before, .formOr span:after {
    width: 100px;
}
      .formCampusSec h2 {
          margin: 18% 0% 10%;     font-size: 18px;    
      }
      .formCampusSec h2:before {
    bottom: 35px;
}
      .ContactAddMobile {
      width: 100%;
    height: auto;
    top: 0px;
    left: 0;
        background: #f7f7f7;
    padding: 8% 8%;
    margin-bottom: 30px;
}
      .ContactAddMobile h3{    font-size: 16px;
    font-family: 'Poppins',sans-serif; margin-top: 5px;}

    p.add {
    margin-bottom: 10px;font-family: 'Roboto',sans-serif;
}
      p.add a{
   font-family: 'Roboto',sans-serif;
}
     .ContactAddMobile a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    padding-right: 25px;
}
  
.ContactAddMobile a::after {
    content: "\f178";
    color: #ffc20e;
    position: absolute;
    right: 0px;
    top: 1px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
}    
      
      .ContactAddMobile .add a::after {
        display:none;
}
      
      .width100{width:100% !important}
      
      .flotinglink a {
    font-size: 12px;
}
      .fingridmain {
    padding: 7%;
}
      .fingrid {
    width: 100%;
    float: none;
    margin-right: 0%;
}
      .fingridlast {
    width: 100%;
    float: none;
    margin-right: 0%;
}
      .Schol .specialisationsImage img {
    padding: 0px 0px 0px 0px !important;
    margin-bottom: 10%;
}
      
      .Schol .ProgramSectionTitle h2 {
    line-height: 50px;
    font-size: 20px;
}
      
      .High_GPA {
    height: auto;
    margin-bottom: 10%;
}
      
.laptopfeesmall {
    width: 100%;
    background: #fafafa;
    padding: 7% 3%;
    float: left;
    margin-right: 0%;
    margin-bottom: 4%;
}
      .facdes {
    margin-top: 5%;
}
      
      .facdes p::before {
   
    top: 27px;
    left: 19px;
}
      .scrollbar
{
    margin-left: 0px;
    float: none;
    height: auto;
    width: 100%;
    /*background: #f5f5f5;*/
    overflow-y: hidden;
    overflow-x: scroll;
    margin-bottom: 24px;
}

.force-overflow
{
    min-height: auto;
    min-width: 10px;
}


#style-9::-webkit-scrollbar-track
{

    background-color: #f5f5f5;
}

#style-9::-webkit-scrollbar
{
    width: 10px;
    height: 10px;
    background-color: #ffc20e;
}

#style-9::-webkit-scrollbar-thumb
{
    background-color: #ffc20e;  
}
      .ctaButton {   margin-bottom: 20px !important;
}
     
      .span12.widget-span.widget-type-text.successful-Graduates-top-heading {
    margin-left: 6%;
}
      .span12.widget-span.widget-type-text.successful-Graduates-sub-heading {
    margin-left: 6%;
}
      .graduateBox .media-body p {
    margin-left: 6%;
}
      .tbwidth{width: 300%; margin-bottom:5%;}
      .laptopfeeSemester1 {
    width: 40%;
    margin-left: 10%;
}
      .desktop-only{display:none;}
.mobile-only{display:block;}
      .laptopfeeSemester2 {
    width: 44%;
}
      .avgsalarybx h2 {
    margin: 0 9px !important;
}
      .laptopfeebig {
    width: 100%;
    padding: 7% 3%;
}
      
      .accommodationfeebxfirst{ 
    width: 26%;    }



.accommodationfeebxlast{   
    width: 21%; padding: 0 0%;}
      
    .program-navbar-container .navbar-brand {
        padding: 20px 20px 20px 10px;
    }

    .program-navbar-container .navbar-toggle {
        margin-right: 8px;
    }

    .programCarouselContainer {
        margin-bottom: 30px;
    }

    .programSections {
        margin-bottom: 30px;
    }

    .program-carousel-caption h1 {
        font-size: 30px;
    }

    .program-carousel-caption h1:after {
        height: 3px;
    }

    .programCarouselContainer .owl-theme .owl-dots {
        right: 0;
        top: auto;
        bottom: 5px;
        left: 0;
    }

    .programCarouselContainer .owl-theme .owl-dots .owl-dot {
        display: inline-block;
    }

    .overviewImage::after, .overviewImage::before {
        display: none;
    }

    .overviewImage img {
        width: auto !important;
        max-width: 100%;
        display: none;
    }
        
    .overview-pointers-col {
        width: 50%;
    }

    .testimonialCarouselContainer {
        padding: 15px;
        margin-bottom: 30px;
    }

    .testimonialCarouselBox {
        padding: 0px;
    }

    .testimonialCarouselBox img {
        width: 75px;
    }

    .testimonialCarouselContainer .owl-carousel .owl-nav button.owl-prev, .testimonialCarouselContainer .owl-carousel .owl-nav button.owl-next {
        display: none;
    }

    .importantDatesCarouselContainer {
        padding: 15px;
    }

    .importantDatesCarouselContainer .owl-theme .owl-nav {
        display: none;
    }

    .importantDatesCarouselContainer .owl-theme .owl-dots {
        display: block;
        margin-top: 20px;
    }

    .sidebarSticky {
        width: 90%;
        margin: 20px auto;
        right: auto;
        position: relative !important;
        top: initial !important;
    }
  .feeContactMain {
    padding: 7% 7% 1% 7%;
    margin-bottom: 12%;
  }
      .feeNumber1 {
    width: 100%;
    float: none;
}
      p.phase {
    width: 21%;
      }
    /* testimonail */
    .testimonialCarouselBox .testimonialCarouselBoxImage::before,
    .testimonialCarouselBox .testimonialCarouselBoxImage::after {
        display: none;
    }

    .testimonialCarouselBox .testimonialCarouselBoxImage img {
        width: 130px;
        padding-bottom: 20px;
        padding-left: 0%;
    }

    .testimonialCarouselBox p {
        margin-bottom: 20px;
    }

    .testimonialCarouselBox .row {
        display: grid;
        grid-template-areas: 'abc2' 'abc1';
        grid-template-columns: 1fr;
    }

    /*.testimonialCarouselBox .row .col-sm-8 {
        grid-area: abc1;
        width: 100%;
    }*/
    .testimonialCarouselBox .row .col-sm-4 {
        grid-area: abc2;
        width: 100%;
    }

   /* .testimonialCarouselBox .row .col-sm-8 {
        display: grid;
        grid-template-areas: 'testimonialName' 'testimonialPara';
        grid-template-columns: 1fr;
    }*/

    .testimonialCarouselBox .row .col-sm-8 p {
        grid-area: testimonialPara;
        width: 100%;
    }
    .testimonialCarouselBox .row .col-sm-8 h4 {
        grid-area: testimonialName;
        width: 100%;
    }

    .testimonialCarouselBox h4 {
        padding-left: 0;
        text-align: center;
    }

    .testimonialCarouselBox h4::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -15px;
    }

    /* latest news */
    .latestMediaBox .latestMediaBoxImage::after {
        display: none;
    }

    .latestMediaBox, .latestMediaBox .latestMediaBoxImage {
        /*text-align: left !important;*/
    }

    .latestMediaBox .latestMediaBox-heading,
    .latestMediaBox .latestMediaBox-detail,
    .latestMediaBox .latestMediaBox-link {
        text-align: center;
    }

    .latestMediaBox .latestMediaBoxImage img {
        width: 155px !important;
        padding-bottom: 0;
        padding-right: 0;
    }

    /* title */
    .ProgramSectionTitle {
        text-align: left;
    }
    
    .ProgramSectionTitle h2 {
        font-size: 20px;
        line-height: 23px;
    padding-left: 0px;
    margin-top: 3%;
    }

    .ProgramSectionTitle h3 {
        font-size: 12px;
        text-align: left;
    }


    /* loading effect css */
    .sl-bottom, .sl-top {
        height: 95% !important;
        border: 30px solid #fff !important;
    }

    .loader-text {
        font: 700 20px/1 Montserrat !important;
    }

    /* Academic specialisations */
    .specialisationsImage img {
        padding: 0px !important;
    }

    .specialisationsImage::before {
        display: none;
    }
        .program-section-gray {
     background:#f8f8f8; padding:15% 0% 2%;
    }

    }

    @media (max-width: 680px) {

    .program-carousel-caption h1 {
        display: none;  
    }

    }

    @media (max-width: 580px) {
        
    }

    @media (max-width: 480px) {
        
    .overview-pointers-col {
        width: 100%;
    }

    .overview-pointers-box {
        margin-bottom: 15px;
    }

    .latestMediaBox .media-body, 
    .latestMediaBox .media-left, 
    .latestMediaBox .media-right {
        display: block;
    }

    .latestMediaBox .media-left {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .latestMediaBox {
        margin-bottom: 30px;
    }

    }


    /* Mayuri - 25-06-2018 */
    /*Responsive*/
    

  



  

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .navbar-main-container .navbar-brand1 img {
    margin-top: 0% !important;
    width: 105px !important;
}
    .SlidshowContainer .AniImgSec .FrontImg {
    left: 2%;
}
    .PLOSubContent p a {
    color: #000;
    }
   .PLOFacultyBannerContentSec {
    padding: 0% 0%;
}
    .facultyTabsSection ul.nav>li.active>a, .facultyTabsSection ul.nav>li.active>a:hover, .facultyTabsSection ul.nav>li.active>a:focus {
    font-size: 24px !important;
}
    .facultyTabsSection ul.nav>li>a {
    font-size: 24px !important;
}
    .facultyTabsSection {
      margin-top: -90px;}

.PLOFacultyBannerContentSec h1 {
    font-size: 34px;
}

.PLOFacSocialMediaIcon {
    top: 232px;
}
    
    .topParaSec {
    width: 65%;
}
   .navbar-main-container .navbar-top, .navbar-main-container .navbar-main {
    margin-right: 0px;
    width: 100%;
         padding: 0px 0;
} 
    
  li.dropdown.searchField {
    display: none;
}  
    .AniContentSec {
    width: 100%;
    float: none;
}
    .AniContentSec .PLOBContentAnimation1 {
    margin-top: 0px;
    margin-bottom: 6px;
    text-align: center;
          width: 100%;
      font-size: 30px;
}
    .AniContentSec .PLOBContentAnimation2 {
    text-align: center;    font-size: 40px;line-height: 35px;
    }
    .AniContentSec .PLOBContentAnimation3 {
    width: 100%;
    text-align: center;
}
    .AniContentSec .PLOBContentAnimation4 {
    left: 0px !important;
    top: 0px !important;
    width: 100%;
    text-align: center;
}  
    
    .AdmPLOContent {
    padding: 50px 30px;
}
    
    .AdmPLOBLueContent {
    padding: 60px 30px;
}
    
    .thumbnailContainer .column {
    display: none;
}
    .AniImgSec {
    width: 95%;
    float: none;
    margin-top: 7%;    position: relative;
}
    .programImageContainer img.BackBanner {
   width: 85% !important;
    left: 24%;
    top: 7%;
}
    .SlidshowContainer {
       margin-bottom: 6%;
    margin-top: 6%;
}
    
    #myProgress {
    display: none;
}
    #myProgress1 {
    display: none;
}
    #myProgress2 {
    display: none;
}
    #myProgress3 {
    display: none;
}
    #myProgress4 {
    display: none;
}
    #myProgress5 {
    display: none;
}
    
     #myProgress6 {
    display: none;
}
    
    img.AniRightPolygon.w3-animate-zoom {
       top: -13%;
    left: -3%;
}
    .HPPLOBlue .BluePatchSec {
    height: 585px !important;
}
    .HPPLOBlueAbout .AboutPatchSec .PLOImdPolygonRight {
    left: 75%;
    top: -10%;
}
    
    .SlidshowContainer a.next {
   top: 42%;
    right: -3%;
    width: 59px;
    height: 534px;
}
    .PLOSquare1 {
     display: none;
}
    .PLOSquare2 {
     display: none;
}
    .PLOSquare3 {
     display: none;
}
    .PLOImgContentSec {
    padding: 15% 0%;
}
    .PLOImgSection {
    position: relative;
    width: 100%;
    float: none;
    margin-right: 0%;
}
    .PLOLearningImage {
    width: 100%;
    }
    .PLOImdPolygonRight {
    top: -8%;
    left: 75%;
    width: 32%;
}
    .BluePatchSec {
       height: 410px;
    }
    .greyPatchSec {
    height: 490px;
    margin-top: -490px;
    margin-bottom: 6%;
}
    
    
.PLOSubContent {
    width: 100%;
    float: left;
    padding: 7% 0%;
}
    
    .PLOSubContent h2 {
    color: #000;font-size: 40px;
    line-height: 48px;
}
     .PLOSubContent h1 {
    color: #000;font-size: 40px;
    line-height: 48px;
}
    
    .PLOExplore h2 {
    font-size: 40px;
    }
    
    .PLOSubContent p {
    color: #000 !important;
      font-size: 16px !important;
}
     .container-fluid .row-fluid .container {
    max-width: 67% !important;
    }
    
     .PLOExplore .slider {
    width: 100%;
    }
.PLOFacultyBackImgSec .faculty-right-dot-line {
     display: none;
    }
    .PLOFacultyHeading h2 {
    font-size: 40px;
    }
    .PLOFacultyHeading h2:after {
    bottom: -10px;
}
    .FacNextStep h2 {
    font-size: 30px;
    }
    .FacNextStep p {
    font-size: 16px !important;
    }
    #popup {
    top: 26%;
    left: 1%;
    width: 98%;
    }
    .popupImage {
    width: 40%;
    margin-left: 0%;
}
    .popupContent {
    width: 52%;
    }
    .popupContent h2 {
    font-size: 20px;
      
    }
    .slick-prev, .slick-next {
    position: relative;
    }
  
    .slick-prev, .slick-next {
    top: 0%;display:none;
    }
    .slick-next {
    display: none !important;
}
    .PLOExplore .slick-prev, .slick-next {
 
     display: none !important;
}
    .slick-dots li button:before {
    top: 1px important;;
    left: 0px important;;
    width: 15px important;;
    height: 15px important;;
    }
 .PLOExplore {
    margin-bottom: 6%;
}
    .CourcePageAniContentSec {
    width: 100%;
    float: none;
    position: relative;
}

.CourcePageAniContentSec .PLOBContentAnimation2 {
    margin-top: 5%;
    margin-bottom: 24px;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
}

.CourcePageAniContentSec2 {
    width: 100%;
    float: none;
    position: relative;
    bottom: -20px;
}
    .CourcePageAniImgSec {
    width: 100%;
    float: none;
    left: 0%;
    position: relative;
}
    .IntroVIdeoSection {
       left: 0px;
    WIDTH: 100% !important;
    margin-top: 45px;
}
    .CourcePageAniContentSec2 .PLOBContentAnimation3.w3-animate-top {
    width: 100%;
    margin-bottom: 5%;
    font-size: 18px;
    text-align: center;
}
    .PLOBContentAnimation4.w3-animate-zoom {
    text-align: center;
}
    .IntoVideotxt1 h3 {
    font-size: 30px;
    line-height: 0px;
}
   .IntoVideotxt1 p {
    font-size: 16px !important;
	}
    .row-fluid [class*="span3"] {
    margin-bottom: 0%;
}
    

.span7.widget-span.widget-type-cell.videoPopupContainer200.w3-animate-zoom {
    width: 100%;
}
    .polognArt {
    margin-top: -9%;
    margin-left: 58.5%;
}
    .videoPopupContainer200 .imgOverlay::after {
    top: 12% !important;
	}
    
    .span5.widget-span.widget-type-cell.courseoverview {
    width: 100%;
    margin-top: 8%;
}
    .courseoverview h2 {
    text-align: center;    font-size: 24px;
    }
    .courseoverview h2:after {
    margin: 0 auto;
    }
    .span4.widget-span.widget-type-custom_widget.cobox {
    width: 100%;    margin-left: 0;
}
    .span8.widget-span.widget-type-cell.BluePatchheader.w3-animate-zoom {
    width: 100%;
    text-align: center;
}
    .BluePatchheader h2 {
    text-align: center;font-size: 24px;
    }
    .BluePatch h2:after {
    left: 0;
    right: 0px;
    bottom: -16px;
}
    .span4.widget-span.widget-type-cell.curriculamBtn {
    padding: 3% 0%;
    width: 100%;
}
    .learningoutcomes h2 {
    font-size: 24px;
    text-align: center;
    }
     .thankyouplo h1 {
    font-size: 24px;
    text-align: center;
    }
    
    
   .learnbydoing h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 13% 0 2%;
	}
.learnbydoing h2 sup {
    font-size: 14px;
    }
    .span6.widget-span.widget-type-cell.learndotxt.w3-animate-left {
    width: 100%;
}
    .span6.widget-span.widget-type-cell.learndotxt.w3-animate-right {
    width: 100%;
    margin-left: 0%;
}
    
    .MeetOurFaculty h2 {
    font-size: 24px !important;
    }
   

.learnbydoing h2:after {
    bottom: -12px;
}
    .program-section p {
    margin-bottom: 0px;
	}
	
	.learndotxtbx h3 {
    margin-top: 10px;
	}
    .EligibilityCriteria h2 {
    font-size: 24px !important;
    }
    .EligibilityCriteria h2:after {
    bottom: -4px !important;
}
    .AdmissionsProcess h2 {
    font-size:24px !important;
    }
    .AdmissionsProcess h2:after {
    bottom: -4px !important;
}
    .MeetOurFaculty h2:after {
    bottom: -4px !important;
}
    .span4.widget-span.widget-type-cell.videoPopupContainer300.w3-animate-zoom {
    width: 100%;
    text-align: center;
    margin-top: 7%;
}
    
    .videoPopupContainer300 .imgOverlay::after {
   
    text-align: center !important;
    top: -1% !important;
  
    height: 374px !important;
    background-position: 50% 51% !important;
    width: 369px !important;
    margin: 0 auto;
}
    .span8.widget-span.widget-type-custom_widget.MeetOurFacultytxt.w3-animate-right {
    width: 100%;
}
    .MeetOurFaculty h3 {
    text-align: center !important;
    }
    
    .ABVACourcePageAniContentSec .w3-animate-left {
    margin-top: 8%;
    position: relative;
    left: 0px;
    top: 0px;
    text-align: center;
}
    .ABVACourcePageAniContentSec2 {
    width: 100%;
    float: none;
    position: relative;
    top: 0px !important;
    left: 0px;
    text-align: center;
          margin-top: 6%;
    margin-bottom: 6%;
}
    .ABVACourcePageAniContentSec2 .PLOBContentAnimation3.w3-animate-top {
    margin-bottom: 6%;
    width: 100%;
}

.bannerCounterSec {
    padding: 0 0px ;
}

.bannerCounterSec .program-carousel-caption {
    bottom: 0px;
	}
    .CourseOverImgSec {
    position: relative;
    width: 100% !important;
    margin-top: 8%;
}
      .CourseOverContentSec {
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 5%;
    margin-bottom: 0%;
}
    .CourceTopicBx {
    margin-top: 3%;
    width: 100% !important;
    float: none !important;
    margin-left: 0px !important;
}
    .AIBluePatch h2:after {
        right: 0px;
    bottom: -15px;
    margin: 0 auto;
}
    .AIMeetOurFaculty img {
    width: 50%;
    }
      .AIMeetOurFaculty .videoPopupContainer300 .imgOverlay::before {
    top: -58px;
    left: 17%;
}
    
    .AILearnByDoingSec .learndotxt {
    MARGIN-TOP: 4%;
    width: 100%;
    margin-left: 0px !important;
}
    .MeetOurFacultytxt {
    padding-left: 0%;
    width: 94% !important;
}
    .AIMeetOurFaculty h3 {
    text-align: center;
	}
    .LUBluePatch h2:after {
    right: 0px;
}
    .AILearnByDoingSecBmlb .LearnImg {
    width: 100%;
}
    .AILearnByDoingSecBmlb .AIlearndotxtbx {
    padding: 8px 54px 10px 9px;
    width: 100%;
}
    .AadvaCourcePageAniContentSec .w3-animate-left {
    left: 0px;
    position: relative;
}
    .AadvaCourcePageAniContentSec .w3-animate-left h1 {
    color: #000;    text-align: center;
}
    .AadvaCourcePageAniContentSec2 {
        width: 100%;
    float: none;
    position: relative;
    top: 26px;
    left: 0px;
    color: #000;
    font-family: 'Roboto',sans-serif;
    font-size: 16px;
    text-align: center;
}
    .AdvCourseOverSecRight {
          display: flex;
          flex-direction: row;
        }
        .AdvCourseOverSecRight :nth-child(1) { order: 2; }
        .AdvCourseOverSecRight :nth-child(2) { order: 1; }
       .AadvaCourcePageAniContentSec.PLOWebinar .w3-animate-left {
    margin-top: 8% !important;
    margin-bottom: 8%;
    left: 0 !important;
}
  .AadvaCourcePageAniContentSec2.PLOWebinar2 {
    top: 25px !important;
    left: 0px !important;
    width: 100%;
}
    .WebinarSubBx .WebinarImageBx {
    width: 13%;
}
    .WebinarSubBx .WebinarFacultyDetailBx {
    width: 40%;
    }
    .WebinarSubBx .WebinarFacultyDetailBx h4 {
    margin-top: 0px;
    font-size: 16px;
}
    .WebinarSubBx .WebinarFacultyDetailBx p {
    font-size: 14px;
}
    .WebinarDateTimeBx p {
    font-size: 14px;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
   .facultyTabsSection ul.nav>li.active>a, .facultyTabsSection ul.nav>li.active>a:hover, .facultyTabsSection ul.nav>li.active>a:focus {
    font-size: 33px !important;
}
  .facultyTabsSection ul.nav>li>a {
    font-size: 33px !important;
}
    .containerHPBanner {
    padding: 0 40px 10px 30px;
}
    .HPPLOBlue .BluePatchSec {
    padding: 0px 27px;
    height: 390px;
}
    .PLOSubContent {
    padding: 0% 0%;
}
    .PLOExplore {
    padding: 0 30px;
}
    .HPPLONextStep {
    padding: 0px 30px;
}

       .AILearnByDoingSecBmlb .LearnImg {
    width: 100%;
}
    .AILearnByDoingSecBmlb .AIlearndotxtbx {
    padding: 8px 54px 10px 9px;
    width: 100%;
}
    
    .AdmPLOContent {
    padding: 50px 27px;
}
    .AdmPLOBLueContent .AdCTABtn .ctaButton {
    margin-left: 2%;
}

.AdmPLOBLueContent { 
    padding: 60px 27px;
	}
    
    
   .AniContentSec .PLOBContentAnimation1 {
    font-size: 30px;
    margin-top: 47px;
}
    .AniContentSec .PLOBContentAnimation2 {
    font-size: 40px;
}
    #myProgress {
        bottom: 14px;
          width: 135px;
}
    .PLOExplore .slick-prev, .slick-next {
    display: none !important;
}
    
    #myProgress2 {
    left: 163px;
      bottom: 14px;
}
    #myProgress3 {
    left: 323px;
      bottom: 14px;
}
    #myProgress4 {
    left: 485px;
      bottom: 14px;
}
    #myProgress5 {
    left: 647px;bottom: 14px;
}
    #myProgress6 {
    left: 808px;bottom: 14px;
}
    
    .headerScrolled .navbar-main-container .navbar-main {
    margin-right: 0px;
    width: 77%;
    }
    .PLOSubContent h2 {
   font-size: 30px;
    line-height: 30px;
    }
    
    .PLOSubContent h1 {
        font-size: 30px;
    line-height: 30px;
    }
    
    .PLOExplore h2 {
   font-size: 30px;
    line-height: 30px;
    }
    .PLOFacultyHeading h2 {
   font-size: 30px;
    line-height: 30px;
    }
    .CourcePageAniContentSec .PLOBContentAnimation2 {
   font-size: 30px;
    line-height: 30px;
}

.CourcePageAniContentSec2 {
    width: 52%;
    bottom: 57px;
}
    .IntroVIdeoSection {
    margin-top: -30px;
}
    .IntoVideotxt1 h3 {
    font-size: 50px;
	}
    .bannerCounterSec .program-carousel-caption {
    bottom: 50px;
	}
     
.ABVACourcePageAniContentSec .w3-animate-left {
    margin-bottom: 26px;
	}


.ABVACourcePageAniContentSec .w3-animate-left h1 {
    font-size: 30px;
    line-height: 30px;
}

    .courseoverview h2 {
    font-size: 30px;
    line-height: 30px;
    }
    
    .learningoutcomes h2 {
    font-size: 30px;
    line-height: 30px;
    }
    .thankyouplo h2 {
    font-size: 30px;
    line-height: 30px;
    }
    
    .BluePatchheader h2 {
    font-size: 30px;
    line-height: 30px;
    }
    
    .AIMeetOurFaculty h2 {
    font-size: 30px;
    line-height: 30px;
    }
    
    .AIWhoCanApply h2 {
    font-size: 30px;
    line-height: 30px;
    }
    
.ABVACourcePageAniContentSec2 {
    top: 150px;
	}
    
    .CourseOverContentSec {
    margin-left: 22px !important;
}
    .AadvaCourcePageAniContentSec .w3-animate-left {
    margin-top: 3%;
    left: 27px;
}
    .AadvaCourcePageAniContentSec2 {
    top: 200px;
    left: 27px;
}
    .AdvCourseOverSecLeft {
    padding: 55px 30px;
}
    .AdvCourseOverSecLeft .CourseOverContentSec {
    margin-left: 26px !important;  padding: 30px 0 0 1%;
}
    .AdvCourseOverSecRight {
    position: relative;
    padding: 55px 30px;
}
    .AdvCourseOverSecRight .CourseOverContentSec {
    margin-right: 26px !important;    
}
   
}

@media only screen 
  and (min-device-width: 600px) 
  and (max-device-width: 960px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
       .topParaSec {
    width: 74%;
}
      .topLinksSec {
    width: 26%;
}
      .navbar-main-container .navbar-brand img {
    width: 135px;
}
     .navbar-main-container .navbar-brand1 img {
    width: 108px !important;
} 
      .navbar-main-container .navbar-main {
    width: 63%;
}
    li.searchField {
    width: 58%;
    }
}




/* Landscape */
@media only screen 
  and (min-device-width: 412px) 
  and (max-device-width: 892px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .navbar-main-container .navbar-brand img {
    width: 125px;
}
    .CourseOverContentSec {
    margin-left: 22px !important;
}
    .navbar-main-container .navbar-main li a {
    padding: 20px 7px 30px 7px;
}
    
    .desktop-only{display:block;}
.mobile-only{display:none; }
    
    .AdvCourseOverSecLeft .CourseOverContentSec {
    margin-left: 23px !important;
}
    .AdvCourseOverSecRight .CourseOverContentSec {
    margin-right: 23px !important;
}
    
    .navbar-main-container .navbar-brand1 img {
    margin-top: 0% !important;
    width: 90px !important;
}
    li.searchField {
    width: 36%  !important;
    }
    .navbar-main-container {
    width: 100%;
    }
    
    .PLOExplore .slick-prev, .slick-next {
    display: none !important;
}
    
.topParaSec {
    width: 65%;
    padding: 6px 0;
}
    .topLinksSec {
       width: 20%;
    float: right;
    padding: 3px 0px;
}
    .navbar-main-container .navbar-main {
       width: 70%;
    margin-right: 0px;
}
   .container-fluid .row-fluid .container {
    max-width: 93% !important;
    }
    .PLOCoursePageBannerSec .programImageContainer {
    width: 100%;
}
    .container {
    width: 870px;
    }
    .thumbnailContainer .column a.demo.cursor {
    font-size: 14px;
    }
    .ABVACourcePageAniContentSec .w3-animate-left {
    left: 30px;    margin-top: 0%;
	}
	.AadvaCourcePageAniContentSec2 {
    top: 153px;
    }
	.ABVACourcePageAniContentSec2 {
    left: 30px;    width: 74%;    top: 112px;
}

.ABVACourcePageAniContentSec2 .PLOBContentAnimation3.w3-animate-top {
    margin-bottom: 4%;
    width: 75%;
}

.bannerCounterSec {
    padding: 0 40px;
}

.CourseOverSec {
    padding: 0 40px;
	}
	.AILearningOutSec {
    padding: 0 40px;
	}
	
	.AIBluePatch {
    padding: 3% 40px;
}

.AILearnByDoingSec {
    padding: 0 40px;
	}
	.AIMeetOurFaculty {
    padding: 0 40px;
	}
	
	.AIWhoCanApply {
    padding: 0 40px;
	}
	.CourseOverImgSec .videoPopupContainer300 .imgOverlay::after {
    height: 215px;
    width: 396px;
}
	.AIFAQs {
    padding: 0 40px;
	}
   .AniContentSec .PLOBContentAnimation1 {
    font-size: 25px;
    margin-top: 47px;
}
    .AniContentSec .PLOBContentAnimation2 {
    font-size: 25px;
    line-height: 27px;
}
    .AniContentSec .PLOBContentAnimation3 {
    font-size: 14px;
    width: 288px;
    margin-bottom: 4%;
    }
    #myProgress {
    bottom: 10px;
}
    
    #myProgress2 {
        left: 158px;
    bottom: 10px;

}
    #myProgress3 {
    left: 334px;
    bottom: 10px;
}
    #myProgress4 {
    left: 508px;
    bottom: 10px;
}
    #myProgress5 {
        left: 682px;
    bottom: 10px;
}
    .headerScrolled .navbar-main-container .navbar-main {
    margin-right: 0px;
    width: 61%;
    }
    .PLOSubContent h2 {
    font-size: 45px;
    }
     .PLOSubContent h1 {
    font-size: 45px;
    }
    
    .PLOExplore h2 {
    font-size: 45px;
    }
    .PLOFacultyHeading h2 {
    font-size: 45px;
    }
    
    .AILearnByDoingSecBmlb .LearnImg {
    width: 100%;
    padding: 8%;
}
    .AILearnByDoingSecBmlb .AIlearndotxtbx {
    width: 95%;
    padding: 0px 36px 6%;
}
    body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: orange;        /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: blue;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid orange;  /* creates padding around scroll thumb */
}
    
 .CourcePageAniContentSec .PLOBContentAnimation2 {
    margin-top: 5%;
	}
	
	.IntroVIdeoSection {
   left: 0px;
    width: 100% !important;
	}  
    
  
}

    @media(max-width:767px) {
    /*why sp jain*/
    .whySpBoxContaint:before {
        display: none;
    }
      
      .container {
 //   width: 74%;
}
      
      }
.AIWhoCanApply {
    padding: 0% 6%;
}

.PLOFacultyBackImgSec .faculty-right-dot-line {
  display: none;
    }

.mapContainer {
    margin-bottom: 8% !important;
}
    .whySpBoxContaint {
        position: relative;
        margin-top: 20px;
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: center !important;
    }
      .CampusAdd h3 {
    font-size: 18px;font-weight: 600;
      }
      
iframe#desktopframe {
    height: 410px !important;

}
    .whySpBoxContaint p {
        text-align: justify !important;
    }
.rank84 {
    width: 100%;
    float: none;
    margin-right: 0%;
    padding: 2% 33%;
}
      .rank84para {
    float: none;
    width: 100%;
}
    .whySpBoxRight .whySpBoxContaint {
        text-align: center !important;
    }
      
  .whySpBoxContaints {
    position: relative;
    margin-top: 30px;
    padding-left: 0px;
}
     .mrbottom{
margin-bottom:14%;
} 
      .whySpBoxContaints:before {display:none;}
      
   .whySpBoxContaints h2 {
    text-align: center;
}   

    /*.whySpBoxRight .whySpBoxContaint p {
        text-align: center !important;
    }*/

    .whySpBox {
        margin-bottom: 30px;
    }
.chartTitle h4 {
  font-size: 19px !important;}
      .listStyle ul {
    margin: 0 0 17px 0;
}
   
     
       .facultyProfileNewsBox .row{
        display: grid;
        grid-template-areas: 'abc2' 'abc1';
        grid-template-columns: 1fr;
    }

    .facultyProfileNewsBox .row .facultyCont {
        grid-area: abc1;
        width: 100%;
    }
    .facultyProfileNewsBox .row .facultyImg {
        grid-area: abc2;
        width: 100%;margin-bottom: 30px;
    }
  
      
   
    .whySpBox .row-fluid {
        display: grid;
        grid-template-areas: 'abc2' 'abc1';
        grid-template-columns: 1fr;
    }

    .whySpBox .row-fluid .whySpBoxContaint {
        grid-area: abc1;
        width: 100%;
    }
    .whySpBox .row-fluid .whySpBoxImage {
        grid-area: abc2;
        width: 100%;
    }

    .whySpBox .btnList ul li {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    .whySpBox .btnList {
        margin: 0 auto !important;
    }

    .whySpBox .btnList ul {
        float: none !important;
    }

    /*Message from the Dean start*/
    .deanMessage .row-fluid {
        display: grid;
        grid-template-areas: 'abc2' 'abc1';
        grid-template-columns: 1fr;
    }

    .deanMessage .row-fluid .deanMessageContent {
        grid-area: abc1;
        width: 100%;
    }
    .deanMessage .row-fluid .deanImageContainer {
        grid-area: abc2;
        width: 100%;
    }

    .deanMessageImage::after {
        display: none;
    }

    .deanMessageName {
        padding-left: 0;
    }

    .deanMessageName h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .deanMessageContent {
        padding-right: 0px;
    }

    /* admission */
    .admission-pointers-title {
        font-size: 24px;
        line-height: 30px;
    }

    /* career - successful graduate */
    .paraWithImage h2::before {
        display: none;
    }
    .paraWithImage h2 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 26px;
        padding-top: 15px;
    }
    .graduateBox .media-left::before {
        width: 175px;
    }
    .graduateBox .media-body {
        padding-top: 0;
    }
      

      
    /* How we teach */
    .videoPopupContainer .imgOverlay::after {
        right: 0;
        top: 32%;
    }
.whySpBoxContaint ul li {
    text-align: left;
}
    /* program stucture */
    .programStructureBoxIn:nth-child(2)::before,
    .programStructureBoxIn:nth-child(3)::before,
    .programStructureBoxIn:nth-child(4)::before, 
    .programStructureBoxIn:nth-child(5)::before,    
    .programStructureBoxIn:last-child::before {
        left: 0;
        top: -42px;
        right: 0;
    }

    /*Student Life*/    
    .studentLifeBox:after {
        border-right: none;
        border-bottom: #ebebeb solid 2px;
        height: inherit;
        width: 77%;
        right: 0;
        left: 0;
        margin: 0 auto;
        bottom: -5px;
    }   
    .employerReportBox { min-height:inherit; padding-bottom:40px;}  

    .studentLifeExperienceVideo a {
        float: left;
        margin-top: 60px;
        margin-left: 20px;
        margin-bottom: 30px;
    }
    .studentLifeFilterBtnGrp .button {
        margin-right: 0px;
    }

    /* project */
    .companyListContainer ul li {
        width: 50%;
    }
      
      .whySpBox .videoPopupContainer300 .imgOverlay::after {
    left: -21px;
        top: 1%;}
      
.whySpBoxRight .videoPopupContainer300 .imgOverlay::after {
  top: 5%;}
    }

    @media(max-width:580px) {
    /*project*/ 
    .projectBox .media .media-left {
        padding-right: 0;
        display:block;
        margin-bottom:20px;
    }
    .projectBox .media .media-left .yellowBox {
        width: 100%;}
        
    .blueBoxWrap {
        padding: 15px;} 
    .blueBoxLinks { width:100%;}

    .companyListContainer ul li {
        width: 100%;
    }

    /*Specialisations*/
    .specialisationsBox .media-body h4 {
        font-size: 13px;
    }
    .specialisationsBox .btnList ul li { width:100%; margin-right:0; margin-bottom:10px;}   

    /*Career Services*/
    .careerServiceBox .careerServiceText {
        padding: 15px;}
    
    /* student Life */
    .grid-sizer, .grid-item {
        width: 100%;
    }

    }

    @media(max-width:320px) {
    /*why sp jain*/ 
    /*.whySpBox .whySpBoxTop img {    width: 21%;}
    .whySpBox .whySpBoxTop h2 {
        font-size: 16px;
    }*/

    /*Admission*/
    /*.admissionBox h2 .numb {
        padding: 5px 12px;
        font-size: 22px;}
    .admissionBox h2 {
        font-size: 11px;}   
    .admissionBox h2 .text {
        padding-left: 3px;

    }   
    .admissionBox h2 img { display:none;}*/
    .admissionBox .admissionDetail {
        padding-left:0;
        margin-bottom:25px;}
        

            
    }


    /* responsive css end */

    .gssb_c {
        z-index: 99999999;
        border: 0 !important;
    }

    .gssb_c table, .gssb_c table tr td {
        border: 0 !important;
        padding: 0px !important;
    }

    .gssb_f {
        padding: 0 !important;
    }


    /* stickybar new css */
    .stickybar {
        border: 0px;
    }
    .stickybar li > a {
        background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png) #fff !important;
            background-repeat: repeat;
        background-repeat: repeat !important;
        color: #000 !important;
        border-bottom: 2px solid #ffc20e;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        border-right: 0px;
        font-size: 11px;
        line-height: 11px;
        /*width: 110px;
        text-align: left;
        padding: 10px 10px 10px 18px;
        height: 45px;
        vertical-align: middle;*/
    }

    .stickybar li a i {
        color: #141414 !important;
        /*display: inline-block;*/
    }

    /*.stickybar li > a > span {
        display: inline-block;
        padding-left: 20px;
    }*/

    .stickybar li a:hover {
        background: #ffc20e !important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        /*margin-left: -60px;*/
    }

    @media(min-width:767px) {
        .stickybar li a {
            width: 130px;
            text-align: left;
            padding: 9px 10px 10px 15px;
            height: 45px;
            vertical-align: middle;
        }
iframe#desktopframe {
    height: 410px;

}
        .stickybar li a i {
        display: inline-block;
        }

        .stickybar li > a > span {
            display: inline-block;
            padding-left: 11px;
            vertical-align: top;
            padding-top: 2px;
        }

        .stickybar li a:hover {
            margin-left: -70px;
        }
    }

    @media(max-width:767px) {
        .stickybar ul li {
            border-right: 1px solid #ccc;
        }
      .navbar {
    padding: 0% 0%;
}
        .stickybar li a img {
            display: block;
            margin: 0 auto 5px auto;
            width: 16px;
        }
      p.impsession2 {
    padding-left: 15%;
    }
      p.address2 {
    padding-left: 15%;
}
    }



/* cta button css */
.ctaButton {
   display: inline-block;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    color: #000;
    background-image: linear-gradient(#febf01,yellow);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 0px;
    margin-top: 0px;
    vertical-align: middle;
    line-height: 36px;
    text-align: center;
    margin-bottom: 0;
      border-radius: 40px;
}

.ctaButton a{
    font-size: 16px;
    font-family: 'Roboto',sans-serif;
    color: #000;
    text-decoration: none;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    text-transform: initial;
    font-weight: 400;
    text-align: center;
    padding: 4px 20px;
}
.ctaButton a::after {
    display: none;
}
.eff-4{
    width: 100%;
    height: 100%;
    left: -100%;
    background: #000;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    top: 0;
}
.ctaButton:hover .eff-4{
  left:0;
}
.ctaButton:hover a{
  color:#ffc20e;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    padding: 6px 27px !important;
}

.chartTitle h4 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 30px;
    font-family: 'Poppins',sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 20px;
}

.chartTitle h4::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #ffc20e;
    z-index: 9;
    top: 7px;
    left: 0;
    background-repeat: no-repeat;
}

/* map css */
  .mapContainer {
            margin: 0 auto;
            text-align: center;
            position: relative;
        }
        .mapContainer img {
            margin: 0 auto;
            max-width: 100%;
        }
        .mapContainer .pointerImage {
            position: absolute;
            top: -100px;
            left: 0;
            right: 0;
            opacity: 0;
            transition: all 1s;
            -webkit-transition: all 1s;
        }

        .mapContainer.animate .pointerImage {
            top: 0px;
            opacity: 1;
            transition: all 1s;
            -webkit-transition: all 1s;
        }


.canvasjs-chart-credit {
  display: none !important;
}

@media only screen 
  and (min-device-width: 360px) 
  and (max-device-width: 640px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.facdes p::before {
    top: 35px;
    left: 35px;
}
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    
    .AniContentSec .PLOBContentAnimation3 {
    width: 100%;
}
    
.ABVACourcePageAniContentSec .w3-animate-left {
    left: 0px;
}
    .desktop-only {
    display: none ;
}
    .mobile-only {
    display: block ;
}
    
    .ABVACourcePageAniContentSec2 {
    left: 0px;
    width: 100%;
    top: 0px;
    margin-top: 5%;
}
    
    .ABVACourcePageAniContentSec2 .PLOBContentAnimation3.w3-animate-top {
    width: 100%;
}
    .CourseOverContentSec {
    margin-left: 0px !important;
}
    .AILearnByDoingSec .learnbydoing h2 {
    margin: 6% 0px 6%;
}
}



@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .PLOBContentAnimation2.TopSpace.w3-animate-left {
    margin-top: 6%;
}
    
    .SlidshowContainer .AniImgSec .FrontImg {
    left: 2%;
}
    
    .containerHPBanner {
    padding: 0 50px 10px 50px;
}
    .HPPLOBlue .BluePatchSec {
    padding: 0px 100px;
    height: 545px !important;
}
    .HPPLOBlueAbout .AboutPatchSec .PLOImdPolygonRight {
    left: 74%;
    top: -9%;
}
    
.facdes p::before {
    top: 39px;
}
      .CourcePageAniContentSec {
    width: 100%;
    float: none;
    position: relative;
}

.CourcePageAniContentSec .PLOBContentAnimation2 {
    margin-top: 5%;
    margin-bottom: 24px;
    line-height: 32px;
    font-size: 24px;
    text-align: center;
}

.CourcePageAniContentSec2 {
    width: 100%;
    float: none;
    position: relative;
    bottom: -20px;
}
    .CourcePageAniImgSec {
    width: 100%;
    float: none;
    left: 0%;
    position: relative;
}
    .IntroVIdeoSection {
       left: 0px;
    WIDTH: 100% !important;
    margin-top: 45px;
}
    .CourcePageAniContentSec2 .PLOBContentAnimation3.w3-animate-top {
    width: 100%;
    margin-bottom: 5%;
    font-size: 18px;
    text-align: center;
}
    .PLOBContentAnimation4.w3-animate-zoom {
    text-align: center;
}
    .IntoVideotxt1 h3 {
    font-size: 30px;
    line-height: 0px;
}
   .IntoVideotxt1 p {
    font-size: 16px !important;
	}
    .row-fluid [class*="span3"] {
    margin-bottom: 0%;
}
    

.span7.widget-span.widget-type-cell.videoPopupContainer200.w3-animate-zoom {
    width: 100%;
}
    .polognArt {
    margin-top: -9%;
    margin-left: 58.5%;
}
    .videoPopupContainer200 .imgOverlay::after {
    top: 12% !important;
	}
    
    .span5.widget-span.widget-type-cell.courseoverview {
    width: 100%;
    margin-top: 8%;
}
    .courseoverview h2 {
    text-align: center;    font-size: 24px;
    }
    .courseoverview h2:after {
    margin: 0 auto;
    }
    .span4.widget-span.widget-type-custom_widget.cobox {
    width: 100%;    margin-left: 0;
}
    .span8.widget-span.widget-type-cell.BluePatchheader.w3-animate-zoom {
    width: 100%;
    text-align: center;
}
    .BluePatchheader h2 {
    text-align: center;font-size: 24px;
    }
    .BluePatch h2:after {
    left: 0;
    right: 0px;
    bottom: -16px;
}
    .span4.widget-span.widget-type-cell.curriculamBtn {
    padding: 11% 0%;
    width: 100%;
}
    .learningoutcomes h2 {
    font-size: 24px;
    text-align: center;
    }
     .thankyouplo h1 {
    font-size: 24px;
    text-align: center;
    }
    
    
   .AILearnByDoingSec .learndotxt {
    MARGIN-TOP: 5%;
    width: 100%;
    margin-left: 0px !important;
}
    
   .learnbydoing h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 5% 0 2%;
	}
    
    
.learnbydoing h2 sup {
    font-size: 14px;
    }
    
    .AIMeetOurFaculty img {
    width: 48%;
}
    .span6.widget-span.widget-type-cell.learndotxt.w3-animate-left {
    width: 100%;
}
    .span6.widget-span.widget-type-cell.learndotxt.w3-animate-right {
    width: 100%;
    margin-left: 0%;
}
    
    .MeetOurFaculty h2 {
    font-size: 24px !important;
    }
   
.AIMeetOurFaculty .videoPopupContainer300 .imgOverlay::before {
    top: -82px;
    left: 22%;
}
    
    .MeetOurFacultytxt {
    padding-left: 0;
    width: 100% !important;
    margin-left: 0 !important;
}
    
.learnbydoing h2:after {
    bottom: -12px;
}
    .program-section p {
    margin-bottom: 0px;
	}
	
	.learndotxtbx h3 {
    margin-top: 10px;
	}
    .EligibilityCriteria h2 {
    font-size: 24px !important;
    }
    .EligibilityCriteria h2:after {
    bottom: -4px !important;
}
    .AdmissionsProcess h2 {
    font-size:24px !important;
    }
    .AdmissionsProcess h2:after {
    bottom: -4px !important;
}
    .MeetOurFaculty h2:after {
    bottom: -4px !important;
}
    .span4.widget-span.widget-type-cell.videoPopupContainer300.w3-animate-zoom {
    width: 100%;
    text-align: center;
    margin-top: 7%;
}
    
    .videoPopupContainer300 .imgOverlay::after {
   
    text-align: center !important;
    top: -1% !important;
  
    height: 374px !important;
    background-position: 50% 51% !important;
    width: 369px !important;
    margin: 0 auto;
}
    .span8.widget-span.widget-type-custom_widget.MeetOurFacultytxt.w3-animate-right {
    width: 100%;
}
    .MeetOurFaculty h3 {
    text-align: center !important;
    }
    .desktop-only {
    display: none ;
}
    .mobile-only {
    display: block;
}
    .ABVACourcePageAniContentSec .w3-animate-left {
    left: 0px;
    margin-top: 0%;
    position: relative;
    width: 100%;
    text-align: center;
}
    .ABVACourcePageAniContentSec2 {
    left: 0px;
    width: 100%;
    top: 0px !important;
    text-align: center;
      position: relative;
          margin-bottom: 11%;
    margin-top: 5%;
}
    .ABVACourcePageAniContentSec2 .PLOBContentAnimation3.w3-animate-top {
    width: 100%;
}
    .CourseOverImgSec {
    width: 100% !important;
}
    .CourseOverContentSec {
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: 4%;
}
    .AIBluePatch h2:after {
    right: 0px;     margin: 0 auto;
}
    .span4.widget-span.widget-type-cell.curriculamBtn {
    padding: 4% 0%;
    margin-left: 0;
}
    
}

@media only screen and (max-width: 823px){
iframe#desktopframe {
    height: 313px;
    width: 100%;
}}







/* faculty profile css start */
.facultyProfileNewsBoxCaption {
    background: #043361;
    color: #fff;
    padding: 70px;
    margin-right: -100px;
    z-index: 99;
    position: relative;
    margin-top: 60px;
    margin-bottom: 15px;
}

.facultyProfileNewsBoxCaption h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 28px;
    position: relative;
    padding-bottom: 30px;
}

.facultyProfileNewsBoxCaption h4:after {
    content: '';
    width: 130px;
    height: 3px;
    background: #ffc20e;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.facultyProfileNewsBoxCaption p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
}

.facultyProfileNewsBoxImage {
    margin-bottom: 0px;    
}

.facultyProfileNewsBoxImage img {
    width: 100%;
}

.facultySection {
    padding-top: 80px;
    padding-bottom: 80px;
    float: left;
    width: 100%;
}

.facultyProfileSection {
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
    background-repeat: repeat;
}

.facultyNewsSection {
    padding-bottom: 0px;
}

.facultyNewsSection .owl-theme .owl-dots {
    text-align: left;
}

.facultySubjectSection {
    background: #f3f7fa;
}

.facultyTabsSection {

}

.facultyProfileSection .facultyProfileBox {
    background: #ffffff;
    padding: 70px 70px 70px 40px;
    border-bottom: 5px solid #043361;
}

.facultyProfileSection .facultyProfileBox .overviewImage:before {
    display: none;
}

.facultyProfileSection .overviewText > div {
    margin-left: 20px;
}

.facultyProfileSection .facultyProfileBox h1 {
    margin-top: 0;
    color: #000;
    font-size: 27px;
    line-height: 1;
    padding: 20px 0 0px 0;
    margin: 0 0 20px 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: inherit;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.facultyProfileSection .facultyProfileBox h1:after {
    content: '';
    width: 70px;
    height: 3px;
    background: #ffc20e;
    position: absolute;
    left: 0;
    top: 0;
}



.facultyProfileSection .facultyProfileBox h2 {
    margin-top: 0;
    color: #000;
    font-size: 27px;
    line-height: 1;
    padding: 20px 0 0px 0;
    margin: 0 0 20px 0px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: inherit;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.facultyProfileSection .facultyProfileBox h2:after {
    content: '';
    width: 70px;
    height: 3px;
    background: #ffc20e;
    position: absolute;
    left: 0;
    top: 0;
}

.facultyProfileSection .facultyProfileBox p {
    font-size: 14px;
    text-align: left;
    color: #414141;
}

.facultyProfileSection .facultyProfileBox ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
    float: left;
    width: 100%;
}

.facultyProfileSection .facultyProfileBox ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 3px;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    color: #000;
}

.facultyProfileSection .facultyProfileBox ul li:before {
    position: absolute;
    content: "\25A0";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    top: 0px;
    font-size: 16px;
    color: #ffc20e;
}

.facultyProfileSection .facultyProfileBox .profileInfo {
    float: left;
    width: 100%;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom: 20px;
}

.facultyProfileSection .facultyProfileBox .profileInfo p {
    width: 75%;
    display: inline-block;
    float: left;    
}

.facultyProfileSection .facultyProfileBox .profileInfo a.linkedIn span {
    float: right;
    position: relative;
    padding-left: 25px;
}

.facultyProfileSection .facultyProfileBox .profileInfo a.linkedIn span:before {
    content: '';
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2019/org/faculty-2019/linkedinIcon.jpg);
    background-repeat: no-repeat;
}

.facultyProfileSection .facultyProfileBox .profileInfo a.linkedIn {
    float: left;
    width: 25%;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    /*padding-left: 25px;*/
    position: relative;
}

.facultyProfileSection .facultyProfileBox .profileInfo a.linkedIn:hover {
    color: #1878c5;
}

.facultyProfileSection .facultyProfileBox h4 {
    margin-top: 0;
    color: #000;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    margin: 0 0 10px 0px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    font-family: 'Poppins',sans-serif;
    float: left;
    width: 100%;
}

.facultyProfileNewsBoxImage {
    position: relative;
}

.facultyProfileNewsBoxImage:after {
    content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 43%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
    height: 54px;
    width: 54px;
    margin: 0 auto;
    z-index: 1;
    background-repeat: no-repeat;
}

.facultyProfileHeading {
    margin-top: 0;
    color: #000;
    font-size: 20px;
    line-height: 1;
    padding: 20px 0 0px 0;
    margin: 0 0 25px 0px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    font-family: 'Poppins',sans-serif;
}

.facultyProfileHeading:after {
    content: '';
    width: 70px;
    height: 3px;
    background: #ffc20e;
    position: absolute;
    left: 0;
    top: 0;
}

.facultySubjectSection .listStyle ul {
    margin-bottom: 0px;
}

.facultySubjectSection .listStyle ul li,
.facultyTabsSection .listStyle ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
      font-weight: 400;
}

.facultySubjectSection .listStyle ul li ul,
.facultyTabsSection .listStyle ul li ul {
    margin: 0 0 10px 0;
}

.facultySubjectSection .listStyle ul li:before,
.facultyTabsSection .listStyle ul li:before {
    position: absolute;
    content: "\25A0";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    top: 0px;
    font-size: 16px;
    color: #ffc20e;
}

.facultySubjectSection p {
    margin-bottom: 8px;
}
.PLOFacExp {
    margin-bottom: 0%;
}

.facultyTabsSection {
    margin-top: -107px;
    padding: 0 104px;
}

.facultyTabsSection h4 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Poppins',sans-serif;
}

.facultyTabsSection h5 {
    font-size: 16px;
    color: #414141;
    font-weight: 600;
    margin-bottom: 15px;
}

.facultyTabsSection .tab-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 50px 2px;
    background: #eef6fd;
}

.facultyTabsSection ul.nav {
    margin-bottom: 0px;
    margin-top: 30px;
    border: 0;
}

.facultyTabsSection ul.nav li:before {
    display: none;
}

.facultyTabsSection ul.nav li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
}

.facultyTabsSection ul.nav>li>a {
    margin-top: 0;
    color: #bbbaba;
    font-size: 38px;
    line-height: 1;
    padding: 17px 20px 20px 20px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    font-family: 'Poppins',sans-serif;
}

.facultyTabsSection ul.nav>li>a:after {
    content: '';
      width: 66px;
    height: 8px;
   /* background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);*/
    position: absolute;
    left: 20px;
    top: 70px;
}

.facultyTabsSection ul.nav>li>a:hover {
    background-color: #f3f7fa;
    border: 1px solid #f3f7fa;
}

.facultyTabsSection ul.nav>li>a:hover:after {
    content: '';
      width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 20px;
    top: 70px;
}

.facultyTabsSection ul.nav>li.active>a, 
.facultyTabsSection ul.nav>li.active>a:hover, 
.facultyTabsSection ul.nav>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #eef6fd;
    border: 1px solid #eef6fd;
    border-bottom-color: transparent;
    margin-top: 0;
    color: #000;
    font-size: 38px;
    line-height: 1;
    padding: 17px 20px 20px 20px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    font-family: 'Poppins',sans-serif;
}

.facultyTabsSection ul.nav>li.active>a:after, 
.facultyTabsSection ul.nav>li.active>a:hover:after {
    content: '';
      width: 66px;
    height: 8px;
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2020/PLO/header-title-border.png);
    position: absolute;
    left: 20px;
    top: 70px;
}

/* faculty overview */
.facultyCarouselContainer {
    margin-top: 0;
}

.facultyOverviewParaSection {

}

.facultyOverviewParaSection h4 {
    margin-top: 0;
    color: #303030;
    font-size: 18px;
    line-height: 1;
    padding: 20px 0 0px 0;
    margin: 0 0 25px 0px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    font-family: 'Poppins',sans-serif;
}

.facultyOverviewParaSection h4::after {
    content: '';
    width: 70px;
    height: 3px;
    background: #ffc20e;
    position: absolute;
    left: 0;
    top: 0;
}

.facultyOverviewParaSection .facultyOverviewPara {
    margin-top: 50px;
}

.facultyOverviewParaSection .overviewImage::after {
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2019/org/faculty-2019/blue-box.jpg);
}

.facultyPointersSections .overview-pointers-box {
    min-height: 183px !important;
}

.facultyPointersSections .overview-pointers-box p {
    margin-bottom: 0px;
    text-align: center;
    color: #4a4a4a;
}

.facultyPointersSections .overview-pointers-box p strong {
    font-size: 14px;
    color: #000;
}

.facultySpotlightSliderSection {
    padding-top: 70px;
    position: relative;
}

.facultySpotlightSliderSection:before {
    content: '';
    background: #f3f7fa;
    height: 420px;
    position: absolute;
    width: 100%;
    padding-top: 70px;
    top: 0;
}

.facultySpotlightBox .facultySpotlightCaption h2 {
    margin-top: 0;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    padding: 0px 0 15px 0;
    margin: 30px 0 12px 0px;
    font-weight: 600;
    text-transform: initial;
    position: relative;
    font-family: 'Poppins',sans-serif;
}

.facultySpotlightBox .facultySpotlightCaption h2::after {
    content: '';
    width: 100px;
    height: 3px;
    background: #ffc20e;
    position: absolute;
    left: 0;
    bottom: 0;
}

.facultySpotlightBox .facultySpotlightCaption p {
    color: #8f8f8f;
    font-size: 14px;
    margin-bottom: 15px;
}

.facultySpotlightSliderSection .owl-stage-outer {
    margin-bottom: 80px;
}

.facultySpotlightBox .facultySpotlightImage {
    position: relative;
}

.facultySpotlightBox .facultySpotlightImage::after {
    content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 43%;
    background: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/play-icon.png);
        background-repeat: repeat;
    height: 54px;
    width: 54px;
    margin: 0 auto;
    z-index: 1;
    background-repeat: no-repeat;
}

.facultySpotlightBox .facultySpotlightImage img {
    width: 100%;
      height: auto;
}

.facultyListSearch {
    background: #043361;
    padding: 30px;
    margin: 0px 20px;
    z-index: 9;
    position: relative;
}

.alphaListColoum {
    position: relative;
}

.alphaListColoum:before {
    background-image: url(https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/program2018/program2019/icons/texture-1.png);
    background-repeat: repeat;
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    top: -75px;
}

.alphaList {
    position: relative;
    padding: 8px 0;
    margin-bottom: 30px;
    margin-top: 20px;
    background: #ffffff;
}

.alphaList li {
    list-style-type: none;
    display: inline-block;
    width: 4.3%;
}

.alphaList li a {
    font-family: 'Poppins',sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #4f4f4f;
    padding: 10px 0px;
    display: block;
    text-align: center;
}

.alphaList li.active a,
.alphaList li a:hover {
    color: #ffc000;
}

.alphaList li.inactive a {
    pointer-events: none;
    color: #dbdbdb;
}

.alphaFacultyListContainer {

}

.alphaFacultyListContainer h4 {
    font-size: 30px;
    color: #d7d7d7;
}

.alphaFacultyListContainer .alphaFacultyList {
    padding: 0;
    margin-bottom: 30px;
}

.alphaFacultyListContainer .alphaFacultyList li {
    list-style-type: none; 
    margin-bottom: 5px;
}

.alphaFacultyListContainer .alphaFacultyList li a strong {
    font-size: 14px;
    color: #010101;
    font-weight: 600;
    width: 250px;
    display: inline-block;
}

.alphaFacultyListContainer .alphaFacultyList li a:hover strong {
    color: #ffc000;
}

.alphaFacultyListContainer .alphaFacultyList li a span {
    color: #4a4a4a;
    font-weight: 400;
      font-size: 14px;
}

.facultyListSearch .form-group {
    width: 35.5%;
    margin-right: 2%;
}

.facultyListSearch .form-control {
    color: #000;
    font-size: 14px;
    border-radius: 0 !important;
    height: 40px !important;
    padding: 6px 12px !important;
    border: 0px !important;
    width: 100% !important;
    margin: 0 !important;
}

.facultyListSearch select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2019/org/faculty-2019/selectArrow.png');
    background-position: top 17px right 15px;
    background-size: 12px;
    background-repeat: no-repeat;
    padding: 2px 30px 2px 12px;
    color: #474747;
    font-size: 14px;
}

.facultyListSearch .btn {
    margin: 0;
    border: 0 !important;
    border-radius: 0;
    font-size: 14px;
    color: #000 !important;
    letter-spacing: 0px;
    font-weight: 600;
    height: 40px;
    background: #fff;
    padding: 6px 20px 6px 33px !important;

    background-image: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2019/org/faculty-2019/searchicon.png');
    background-position: top 13px left 15px;
    background-size: 15px;
    background-repeat: no-repeat;
}

.facultyListSearch .btn:hover {
    background: #ffae00;
    background-image: url('https://1969827.fs1.hubspotusercontent-na1.net/hubfs/1969827/images/2019/org/faculty-2019/searchicon.png');
    background-position: top 13px left 15px;
    background-size: 15px;
    background-repeat: no-repeat;
}

/* responsive */
@media (max-width: 1199px) {

.facultyProfileSection .facultyProfileBox .profileInfo p,
.facultyProfileSection .facultyProfileBox .profileInfo a.linkedIn {
    width: 100%;
}

.facultyProfileSection .facultyProfileBox .profileInfo a.linkedIn {
    margin-bottom: 20px;
}

.facultyProfileSection .facultyProfileBox .overviewImage::after {
    width: 195px;
    height: 195px;
}

.facultyProfileNewsBoxCaption {
    padding: 40px;
    margin-right: -60px;
    margin-top: 30px;
}

.facultyListSearch .form-group {
   width: 32.5%;
}

.alphaList li {
    width: 3.20%;
}

  .AdmPLOContent {
    padding: 50px 73px;
}
  .AdmPLOBLueContent {
    padding: 60px 73px;
  }
  
  .AdmPLOBLueContent .AdCTABtn .ctaButton {
    margin-left: 1%;
}
  
  .AdmPLOContent {
    padding: 50px 20px;
}
  
  .AdmPLOBLueContent {
    padding: 60px 20px;
}
  
.facultyPointersSections .overview-pointers-box {
    min-height: 215px !important;
}

.facultyProfileSection .facultyProfileBox .profileInfo a.linkedIn span {
    float: left;
}
  .AadvaCourcePageAniContentSec.PLOWebinar .w3-animate-left {
    margin-top: 5%;
    left: 20px;
}

  .AadvaCourcePageAniContentSec2.PLOWebinar2 {
    top: 130px;
    left: 20px;
}
  
  .WebinarsPLOContent {
    padding: 50px 20px;
}
  .HPPLOBlue .BluePatchSec {     padding: 0px 20px !important;
}
  .facultyTabsSection {
    padding: 0 20px;
}
}

@media (max-width: 991px) {
 
  .PLOFacultyBannerContentSec h1 {
    font-size: 34px;
	}
  .PLOSubContent h2 {
    margin-bottom: 6%;
}
  .ploSubFacuToughtDes h3 {
    color: #000;
}
  .ploSubFacuToughtDes .ctaButton {
    margin-top: 3%;
}
  
  .PLOFacSocialMediaIcon {
    top: 252px;
}
  .facultyTabsSection ul.nav>li.active>a, .facultyTabsSection ul.nav>li.active>a:hover, .facultyTabsSection ul.nav>li.active>a:focus {
    font-size: 23px !important;
}
.facultyTabsSection ul.nav>li>a {
    font-size: 23px !important;
}
  
  .FacultyMediaSubBx .FacultyMediaImageBx {
    width: 42%;
}
  .FacultyMediaSubBx .FacultyMediaDetailBx {
    width: 55%;
}
  .FacultyMediaDetailBx p {
    font-size: 14px;
}
  .facultyTabsSection ul.nav {
    margin-top: 46px;
	}
 
.facultyProfileSection .facultyProfileBox .overviewImage::after {
    width: 145px;
    height: 145px;
}

.facultyListSearch .form-group {
      width: 100%;
margin-right: 0;
margin-bottom: 15px;
}

.alphaList li {
    width: 3.10%;
}

.facultyPointersSections .overview-pointers-box {
    min-height: 285px !important;
}

}



@media (max-width: 767px) {
  .containerHPBanner {
    padding: 0 20px 10px 20px;
}
  .HPPLOBlue .BluePatchSec {
    padding: 0px 20px;
    height: 275px !important;
}
  
  .HPPLOBlueAbout .AboutPatchSec .PLOImgContentSec .PLOSubContent h2:after {
    margin: 0 auto;
}

.HPPLOBlueAbout .AboutPatchSec .PLOImgContentSec .PLOSubContent h2 {
    margin-bottom: 12%;
}
  
  .PLOFacultyBackImgSec .faculty-left-bg-color {
    top: -20px;
}
  
  .HPPLOBlueAbout .AboutPatchSec {
    padding: 0px 20px;
}
  
.PLOExplore {
    padding: 0 20px;
}
  .HPPLONextStep {
    padding: 0px 20px;
}
.facultyProfileSection .facultyProfileBox .overviewImage img {
    display: block;
}

  
.PLOFacultyBannerContainer {
    padding: 0px 20px;
}

.PLOFacultyBannerContentSec {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0%;
   padding: 0% 0%;
}

.PLOFacultyBannerContentSec h1 {
    font-size: 28px;
    line-height: 28px;
}

p.PLOFacultySubHeading {
    font-size: 14px;
    text-align: center !important;
}

p.PLOFacultyDesignation {
    font-size: 14px;
    font-family: 'Roboto',sans-serif;
    margin-top: 0%;
}

.PLOFBannerFacultyImageSec {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 35%;
}

.PLOFacSocialMediaIcon {
       top: -47px;
    width: 100%;
    text-align: center;
    position: relative;
}

.PLOCoursePageBannerSec .programImageContainer .PLOFacSocialMediaIcon a img {
    width: 8% !important;
}

.PLOFacRowSec h2 {
    font-size: 24px;
    line-height: 24px;    margin-bottom: 8%;
	}
	
  .PLOFacRowSec h2:after {
    width: 50px;
    margin: 0 auto;
    bottom: -20px;
}
  
  .PLOFacRowSec {
    padding: 2% 20px;
}
  
  .PLOSubContent .FacSpace h2:after {
    width: 50px;
    margin: 0 auto;
        bottom: -17px;
}
 .ploFacultyTab {
    margin-top: 22%;
}
  
  .facultyTabsSection ul.nav>li>a {
    font-size: 21px !important;
}
  .facultyTabsSection ul.nav>li.active>a, .facultyTabsSection ul.nav>li.active>a:hover, .facultyTabsSection ul.nav>li.active>a:focus {
    font-size: 21px !important;
}
  .facultyTabsSection {
    margin-top: -92px;
  }
  
  .PLOSubContent p a {
    font-size: 12px;
    color: #000;
}

.PLOSubContent .FacSpace h2 {
    margin-bottom: 10%;
}
  
  .PLOFacExp h3 {
    font-size: 16px;
    margin-bottom: 5%;
    margin-top: 7%;
    color: #000;
    text-align: center;
}
  
.facultyProfileNewsBoxCaption {
    padding: 30px;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.facultyProfileNewsBoxImage {
    display: block;
}

.facultyTabsSection .tab-content {
    padding: 20px 0;
    margin-left: 0;
}
  .facultyTabsSection ul.nav {
    margin-top: 10px;
  }
.facultyTabsSection h4 {
    font-size: 16px;
  }
  .FacultyMediaDetailBx p {
    font-size: 12px;
}
  .FacultyMediaSubBx .FacultyMediaImageBx {
    width: 40%;
}

.FacultyMediaSubBx .FacultyMediaDetailBx {
    width: 52%;
}
  
  .ploFacVideo a:after {
    top: 30%;
  }
  
.facultyTabsSection ul.nav > li > a,
.facultyTabsSection ul.nav > li.active > a, 
.facultyTabsSection ul.nav > li.active > a:hover, 
.facultyTabsSection ul.nav > li.active > a:focus {
    font-size: 14px;
    padding: 20px 10px 10px 10px;
}

.facultyTabsSection ul.nav > li.active > a::after, 
.facultyTabsSection ul.nav > li.active > a:hover::after,
.facultyTabsSection ul.nav > li > a::after,
.facultyTabsSection ul.nav > li > a:hover::after {
       left: 0px;     top: 54px;     margin: 0 auto;
}

.facultySection {
    padding-top: 30px;
    padding-bottom: 30px;
}

.facultyProfileSection .facultyProfileBox {
    padding: 30px;
}

.facultyProfileSection .facultyProfileBox h2 {
    font-size: 22px;
}

.facultyListSearch .form-group {
    width: 100%;
    margin-right: 0%;
}

.alphaFacultyListContainer .alphaFacultyList li a strong {
    width: 100%;
    display: block;
}

.alphaFacultyListContainer .alphaFacultyList li {
    margin-bottom: 8px;
}

.alphaList li {
    width: 15%;
}

.facultyOverviewParaSection .facultyOverviewPara {
    margin-top: 0;
}

.facultySpotlightSliderSection .owl-stage-outer {
    margin-bottom: 20px; 
}

.facultyPointersSections .overview-pointers-box {
    min-height: 0px !important;
}

.facultyProfileSection .overviewText > div {
    margin-left: 0;
}

.facultyProfileSection .facultyProfileBox .profileInfo p strong {
    font-size: 14px;
}

}

@media (max-width: 580px) {

.facultyListSearch {
    padding: 20px;
    margin: 0px 0px;
}
    
}

@media (max-width: 480px) {

.facultyTabsSection ul.nav li {
    display: block;
    width: 100%;
}

.facultyTabsSection ul.nav > li > a, 
.facultyTabsSection ul.nav > li.active > a, 
.facultyTabsSection ul.nav > li.active > a:hover, 
.facultyTabsSection ul.nav > li.active > a:focus {
    font-size: 14px;
    padding: 25px 10px 25px 10px;
    width: 100%;
    display: block;
    border: 1px solid #d9dde0;
    margin-bottom: 8px;
}
    
}

@media only screen 
  and (min-device-width: 412px) 
  and (max-device-width: 892px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.span4.widget-span.widget-type-cell.curriculamBtn {
    padding: 6% 0%;
}
   .PLOFacSocialMediaIcon {
    top: 370px !important;
    }
}

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.span4.widget-span.widget-type-cell.curriculamBtn {
    padding: 6% 0%;
}
     
}

@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .containerHPBanner {
    padding: 0 50px 10px 50px;
}
    .HPPLOBlue .BluePatchSec {
    padding: 0px 90px;
    height: 430px;
}
    
    .PLOFacultyBackImgSec .faculty-left-bg-color {
    top: -45px ;
}
    .PLOFacultyHeading h2:after {
    bottom: -30px !important;
}
    .PLOFacultyCarousal {
    margin-top: 0%;
}
    
.ABVACourcePageAniContentSec2 {
    width: 100%;
    top: 32px;
    left: 0;
}
    .ABVACourcePageAniContentSec2 .PLOBContentAnimation3.w3-animate-top {
    margin-bottom: 4%;
    width: 100%;
}
    
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.flotinglink {
    
    }
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

    .AniContentSec {
    width: 100%;
    float: none;
}
    .AniContentSec .PLOBContentAnimation1 {
    margin-top: 0px;
    margin-bottom: 6px;
    text-align: center;
          width: 100%;
      font-size: 30px;
}
    .AniContentSec .PLOBContentAnimation2 {
    text-align: center;    font-size: 40px;line-height: 35px;
    }
    .AniContentSec .PLOBContentAnimation3 {
    width: 100%;
    text-align: center;
}
    .AniContentSec .PLOBContentAnimation4 {
    left: 0px !important;
    top: 0px !important;
    width: 100%;
    text-align: center;
}
    
    .thumbnailContainer .column {
    display: none;
}
    .AniImgSec {
    width: 95%;
    float: none;
    margin-top: 7%;    position: relative;
}
    .programImageContainer img.BackBanner {
   width: 85% !important;
    left: 24%;
    top: 7%;
}
    .SlidshowContainer {
       margin-bottom: 6%;
    margin-top: 6%;
}
    
    #myProgress {
    display: none;
}
    #myProgress1 {
    display: none;
}
    #myProgress2 {
    display: none;
}
    #myProgress3 {
    display: none;
}
    #myProgress4 {
    display: none;
}
    #myProgress5 {
    display: none;
}
      #myProgress6 {
    display: none;
}
    img.AniRightPolygon.w3-animate-zoom {
   top: -12%;
    left: -5%;
}
    .SlidshowContainer a.next {
   top: 42%;
    right: -3%;
    width: 59px;
    height: 534px;
}
    .PLOSquare1 {
     display: none;
}
    .PLOSquare2 {
     display: none;
}
    .PLOSquare3 {
     display: none;
}
    .PLOImgContentSec {
    padding: 15% 0%;
}
    .PLOImgSection {
    position: relative;
    width: 100%;
    float: none;
    margin-right: 0%;
}
    .PLOLearningImage {
    width: 100%;
    }
    .PLOImdPolygonRight {
    top: -8%;
    left: 75%;
    width: 32%;
}
    .BluePatchSec {
       height: 410px ;
    }
    .greyPatchSec {
    height: 490px;
    margin-top: -490px;
    margin-bottom: 6%;
}
    
    
.PLOSubContent {
    width: 100%;
    float: left;
    padding: 7% 0%;
}
    
    .PLOSubContent h2 {
    color: #000;font-size: 40px;
    line-height: 48px;
}
     .PLOSubContent h1 {
    color: #000;font-size: 40px;
    line-height: 48px;
}
    
    .PLOExplore h2 {
    font-size: 40px;
    }
    
    .PLOSubContent p {
    color: #000 !important;
      font-size: 16px !important;
}
     .container-fluid .row-fluid .container {
    max-width: 100% !important;
    }
    
     .PLOExplore .slider {
    width: 100%;
    }
.PLOFacultyBackImgSec .faculty-right-dot-line {
     display: none;
    }
    .PLOFacultyHeading h2 {
    font-size: 40px;
    }
    .PLOFacultyHeading h2:after {
    bottom: -10px;
}
    .FacNextStep h2 {
    font-size: 30px;
    }
    .FacNextStep p {
    font-size: 16px !important;
    }
    #popup {
    top: 73%;
    left: 1%;
    width: 98%;
    }
    .popupImage {
    width: 40%;
    margin-left: 0%;
}
    .popupContent {
    width: 52%;
    }
    .popupContent h2 {
    font-size: 20px;
      
    }
    .slick-prev, .slick-next {
    position: relative;
    }
  
    .slick-prev, .slick-next {
    top: 0%;display:none;
    }
    .slick-next {
    display: none !important;
}
    .PLOExplore .slick-prev, .slick-next {
 
     display: none !important;
}
    .slick-dots li button:before {
    top: 1px important;;
    left: 0px important;;
    width: 15px important;;
    height: 15px important;;
    }
 .PLOExplore {
    margin-bottom: 6%;
}
    .IntroVIdeoSection {
    left: 0px !important;
}
}