@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
@import url(//db.onlinewebfonts.com/c/9d25ea5c587d0f9d470aa9a3634735ea?family=ETmodules);

body,
input,
textarea,
select {
    font-family: "Fira Sans Condensed", Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 1.8em;
    color: #4f4f4f;
    background-color: #fff;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-container {
    overflow-x: hidden;
    height: 100vh;
    margin: 0px;
    padding: 0px;
}

a,
a:hover {
    text-decoration: none;
}

/******************** main header bar **************************/
.navbar {
    background-color: #000f3a !important;
}

.nav-link {
    color: #ffffff;
    font-family: "Fira Sans Condensed", Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}

.main-navbar-logo:hover {
    opacity: 0.7;
}

.main-navbar .main-navbar-dropdown {
    border-bottom: 3px solid #fa9321 !important;
    border-top: 3px solid #fa9321 !important;
    line-height: 30px !important;
    background-color: #000f3a !important;
}

.main-navbar-dropdown a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    padding: 6px 20px;
}

.main-navbar .navbar-toggler i {
    color: white !important;
}

@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}

/* slider */
ken-burns-carousel {

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.5, 1.5);
    }
}


/* .carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
  } */

/* main carousel zoom effect */
.main-carousel-inner .main-carousel-item>img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}


.main-first-slide {
    margin-bottom: 100px;
}

.main-first-slide h1 {
    animation: backInLeft;
    animation-duration: 2s;
}

.main-first-slide h1 span {
    background-color: #047d24;
    padding: 10px;
    border-radius: 5px;

}

.main-first-slide p span {
    background-color: #030303;
    color: white;
    padding: 7px;
    border-radius: 5px;
}

.main-second-slide .carousel-caption {
    top: 0;
    left: auto;
    bottom: auto;
}

.main-second-slide .carousel-caption h3 span {
    background-color: #87CEFA;
    padding: 10px;
    border-radius: 5px;
    color: black;
}

.main-second-slide .carousel-caption h3 {

    animation: bounceInLeft;
    animation-duration: 2s;
}

.main-second-slide .carousel-caption p span {
    background-color: black;
    padding: 5px;
    border-radius: 5px;
    color: white;
}

.main-second-slide .carousel-caption p {

    animation: bounceInUp;
    animation-duration: 2s;
}

.main-third-slide .carousel-caption {
    top: 0;
    left: auto;
    bottom: auto;
}

.main-third-slide .carousel-caption h1 {
    color: black;

}

.main-third-slide .carousel-caption h1 span:first-child {
    color: yellow;
    background-color: blue;
    padding: 10px;
    font-size: 48px;
    font-weight: bolder;

    margin-right: 10px;
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    display: inline-block;

    animation: fadeInDown;
    animation-duration: 3s;
}

.main-third-slide .carousel-caption h1 span:last-child {
    color: green;
    background-color: #f36c00;
    padding: 10px;
    font-size: 48px;
    font-weight: bolder;
    margin-right: 10px;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    display: inline-block;
    animation: fadeInBottomRight;
    animation-duration: 3s;

}

.main-third-slide .carousel-caption h1 span:nth-child(2) {
    color: #f36c00;
    background-color: #F5BD2A;
    padding: 10px;
    font-size: 48px;
    font-weight: bolder;
    margin-right: 10px;
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    display: inline-block;
    animation: fadeInLeft;
    animation-duration: 2s;
}

.main-third-slide .carousel-caption h1 span:nth-child(3) {
    color: white;
    background-color: #E9609F;
    padding: 10px;
    font-size: 48px;
    font-weight: bolder;
    margin-right: 10px;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    display: inline-block;
    animation: fadeInRight;
    animation-duration: 2s;
}

.main-third-slide .carousel-caption h1 span:nth-child(4) {
    color: black;
    background-color: #19ADB7;
    padding: 10px;
    font-size: 48px;
    font-weight: bolder;
    margin-right: 10px;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    display: inline-block;
    animation: fadeInUp;
    animation-duration: 3s;
}

.main-third-slide .carousel-caption h1 span:nth-child(5) {
    color: #22198C;
    background-color: #F4DA31;
    padding: 10px;
    font-size: 48px;
    font-weight: bolder;
    margin-right: 10px;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    display: inline-block;
    animation: fadeInTopLeft;
    animation-duration: 2s;
}

.main-third-slide .carousel-caption h1 span:nth-child(6) {
    color: black;
    background-color: #88A3CA;
    padding: 10px;
    font-size: 48px;
    font-weight: bolder;
    margin-right: 10px;
    transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    display: inline-block;
    animation: fadeInTopRight;
    animation-duration: 3s;
}

.main-third-slide .carousel-caption h2 {
    font-size: 60px;
    color: #19ADB7;
    background-color: #F5BD2A;
    letter-spacing: 11px;
}

.main-slider-middle {
    position: absolute;
    top: 40%;
    left: 30%;
}

.admission-date {
    padding: 20px;
    background-color: #047d24;
    color: #ffffff;
    border-radius: 5px;
    animation: swing;
    animation-duration: 3s;
}

.admission-date h1 {
    font-size: 60px;
    font-weight: bolder;
}

.third-slide-bottom-content {
    position: absolute;
    top: 60%;
    left: 18%;
}

.third-slide-bottom-content h1 {
    background-color: #515151;
    padding: 10px;
    color: #ffffff;
}

.third-slide-bottom-content h4 {
    margin-top: 30px;
    color: #015618;
}

.third-slide-bottom-content h4 span {
    background-color: #FFA53B;
    color: black;
    padding: 7px 7px;
    border-radius: 3px;
}

.third-slide-bottom-content h4 span a:hover {
    text-decoration: none;
}

/************* Left Sticky Menu Bar ***************/
#right_side_button {
    float: left;
    position: fixed;
    top: 200px;
    width: 86px;
    left: 0px;
    padding: 0px;
    max-width: 86px;
    border-right: none;
    z-index: 10;
}

#menu_button {
    /* background-color: #ac001f; */
    background-color: rgba(0, 15, 58, 0.8);
    padding-left: 10px;
    color: #fff;
    border: 1px solid #000f3a;
}

div#menu_button:hover {
    background-color: #000f3a;
    width: 86px;
}

#right_side_button p {
    padding-bottom: 0px;
}

#menu_button a {
    color: #fff;
    font-family: 'Fira Sans Condensed';
    display: inline-block;
    width: 45px;

    font-size: 14px;
    line-height: 25.5px;
    font-weight: 500;
}

#menu_button a:hover {
    text-decoration: none;
}

#menu_button img {
    margin-left: 10px;
}

.aligncenter,
div.post .new-post .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.aligncenter {
    clear: both;
}

.et_pb_section {
    position: relative;
    background-color: #fff;
}

@media (min-width: 981px) {
    .et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child {
        margin-bottom: 0;
    }

    .et_pb_section {
        padding: 4% 0;
    }
}

.et_pb_module {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

/************* Go on Top button *************/

.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s cubic-bezier(.77, 0, .175, 1) 1;
    animation: fadeInRight 1s cubic-bezier(.77, 0, .175, 1) 1;
}

.et_pb_scroll_top.et-pb-icon {
    text-align: center;
    background: rgba(0, 0, 0, .4);
    text-decoration: none;
    position: fixed;
    z-index: 99999;
    bottom: 125px;
    right: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    cursor: pointer;
    font-size: 30px;
    padding: 5px;
    color: #fff;
}

.et-pb-icon {
    font-family: ETmodules;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 96px;
    font-style: normal;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
}

.et_pb_scroll_top:before {
    content: "2";
}


/***************  *****************/
#main-footer {
    background-color: #bd965b;
}

#et-footer-nav {
    background-color: #b89458;
}

.bottom-nav,
.bottom-nav a,
.bottom-nav li.current-menu-item a {
    color: #ffffff;
}

.bottom-nav {
    display: table;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0;
}

.bottom-nav li {
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    padding-right: 22px;
}

.bottom-nav a {
    color: #bbb;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.bottom-nav,
.bottom-nav a,
.bottom-nav li.current-menu-item a {
    color: #ffffff;
}

#footer-bottom {
    background-color: #b89458;
}

@media only screen and (min-width: 980px) {
    #footer-bottom .et-social-icons {
        margin-bottom: -28px;
    }
}

.et-social-icons {
    float: right;
}

#footer-info,
#footer-info a {
    color: #ffffff;
}

.footer-widget,
.footer-widget li,
.footer-widget li a,
#footer-info {
    font-size: 13px;
}

#footer-info {
    width: 100%;
    margin: 0 auto;
    text-align: center !important;
    padding-bottom: 10px;
    float: left;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}




/************* Main Section 1 ****************/
#main-section-1 {

    padding-bottom: 30px;
    background-color: #000f3a !important;
}

#main-section-1 .row {
    padding-top: 30px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9InJnYmEoMCwwLDAsMC4yKSI+PHBhdGggZD0iTTY0MCAxNDBMMTI4MCAwSDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCA5OGw2NDAtOThIMHoiLz48L2c+PC9zdmc+);
    background-size: 100% 100px;
    top: 0;
    z-index: 1;
}

.sec-1-link a:hover {
    opacity: 0.3;
}

.image-shadow-wrap {
    border-radius: 3px 3px 3px 3px;
    overflow: hidden;
    box-shadow: 7px 7px 2px 2px rgba(224, 252, 64, 0.432);
    width: 138px;
    display: table-cell;
    line-height: 0;
}

/****************** Main Section 2 *****************/
#main-section-2 {
    margin-bottom: 200px;
    transition: padding 300ms ease 0ms, background-color 300ms ease 0ms, background-image 300ms ease 0ms;

}

#main-section-2 .divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIzMjJweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9InJnYmEoMCwwLDAsMC4wOCkiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwSDBsMTI4MCAxNDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTEyODAgOThWMEgwbDEyODAgOTh6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 322px;
    top: 0;
    height: 322px;
    z-index: 1;
}

.divider {
    padding-top: 50px;
}

.section-2-row {
    border-top: 8px solid #ffa53b;
    border-right: 8px solid #ffa53b;

}

.section-2-row h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    color: #000f3a !important;
    letter-spacing: 1px;
    line-height: 1.4em;
    animation: wobble;
    animation-duration: 2s;
}

.panel-col {
    font-size: 36px;
    line-height: 1.9em;
    height: 250px;
    padding-top: 10% !important;
    background-image: radial-gradient(circle at center, #ffffff 0%, rgba(10, 10, 10, 0.1) 100%);
    box-shadow: -10px 15px 0px 0px #ffa53b;
}

.panel-body {
    max-width: 550px;
    margin: 0 auto;
    color: #000f3a !important;
    position: relative;
    text-align: center;
    display: table;
    width: 100%;
    -webkit-transition: margin 0.5s ease-out;
    -moz-transition: margin 0.5s ease-out;
    -o-transition: margin 0.5s ease-out;
}

.panel-body:hover {
    cursor: pointer;
    margin-top: 10px;
    color: #ffa53b !important;
}

/************* Main Section 3 *****************/
#main-section-3 {
    padding-bottom: 38px;
    padding-top: 38px;
    border-top: 8px solid #ffa53b;
    position: relative;
    background-color: #fff;
}

.sec-3-content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: table;


}

.sec-3-img {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 0;
    max-width: 100%;
    border: 0 solid #333;
}

.sec-3-img span {
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
    display: block;
    margin: auto;
}

.sec-3-text {
    text-align: center;

}

.sec-3-text p a {
    text-decoration: none;
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

/************* Main Section 4**********************/
#main-section-4 {
    background-color: #ffffff !important;

}

#main-section-4:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 0;
}

#main-section-4 h3 {
    color: #000f3a;
    font-weight: bolder;
}

.sec-4-head {
    animation: backInRight;
    animation-duration: 2s;
}

.sec-4-img-wrap {
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
    max-width: 100%;
    text-align: center;

}

.sec-4-footer {
    text-align: center;
}

.sec-4-footer h3 {
    margin-top: 20px;
    text-align: center;
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #000f3a !important;
}

.sec-4-footer p {
    text-align: center;
}

.sec-4-btn {
    transition: all .2s ease-in-out;
}

.sec-4-btn:hover {
    transform: scaleX(1.1);
}

.sec-4-btn a {
    color: #ffffff !important;
    background-color: #000f3a;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-color: rgba(79, 79, 79, 0.88);

}

.sec-4-btn a:after {}

.sec-4-btn a:hover {

    opacity: 0.7;
    text-decoration: none;
}

.read-more-btn {
    color: #ffffff !important;
    font-size: 13px;
    background-color: #000f3a;
    padding: 5px;
}

.divider-hr-100 {
    width: 100%;
    border-top-width: 3px;
    border-top-color: #d1cdcd;

}

.divider-hr-80 {
    width: 80%;
    border-top-width: 5px;
    border-top-color: #ac100f;
}

#main-section-5 {}

#main-section-5 h3 {
    color: #000f3a;
    font-weight: bolder;
}

.sec-5-body {
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #000f3a !important;
}

.sec-5-content h3 a {
    color: #ffffff;
}

.sec-5-content ul li {
    color: #ffffff;
    margin-bottom: 5px;
}

#main-section-6 {
    margin-top: 50px;

}

.sec-6-divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNhYzEwMGYiPjxwYXRoIGQ9Ik04NTMuODkzLDg2Ljk5OGMtMzguODU5LDAtNTguODExLTE2LjQ1NS03Ny45NTYtMzUuMDUxYzE4LjI5NS0xMC41MzYsNDAuODkxLTE4LjI3Niw3My4zNzgtMTguMjc2IGMzOC42ODUsMCw2NC4xMzIsMTIuNTY0LDg1LjQ4OSwyOC4zNDdDOTE2LjE5Miw3Mi4wMTIsOTAwLjgsODYuOTk4LDg1My44OTMsODYuOTk4eiBNNTI2LjI2NSw4MC45NDUgYy02LjUxNy0wLjU2Mi0xMy41OTktMC44NzktMjEuNDEtMC44NzljLTcwLjc5OSwwLTkxLjMzNywyNy4yMjktMTM0LjQzMywzNS42NjJjMTQuOTAxLDMuNzIsMzIuMTE4LDYuMDcsNTIuODk4LDYuMDcgQzQ3MC4xNzEsMTIxLjc5Nyw1MDAuMzQsMTAzLjQyMSw1MjYuMjY1LDgwLjk0NXoiIGZpbGwtb3BhY2l0eT0iLjMiLz48cGF0aCBkPSJNNjYzLjQ1OCwxMDkuNjcxYy02Ny4xMzcsMC04MC4zNDUtMjMuODI0LTEzNy4xOTMtMjguNzI2QzU2Ny4wODYsNDUuNTU1LDU5Ny4zODEsMCw2NjUuNjkxLDAgYzYxLjg1NywwLDg1LjM2OSwyNy43ODIsMTEwLjI0Niw1MS45NDdDNzM2Ljg4OCw3NC40MzQsNzE3LjQ1OSwxMDkuNjcxLDY2My40NTgsMTA5LjY3MXogTTIxNy42OCw5NC4xNjMgYzU1Ljk3MSwwLDYyLjUyNiwyNC4wMjYsMTI2LjMzNywyNC4wMjZjOS44NTgsMCwxOC41MDgtMC45MTYsMjYuNDA0LTIuNDYxYy01Ny4xODYtMTQuMjc4LTgwLjE3Ny00OC44MDgtMTM4LjY1OS00OC44MDggYy03Ny4wNjMsMC05OS45Niw0OC41NjktMTUxLjc1MSw0OC41NjljLTQwLjAwNiwwLTYwLjAwOC0xMi4yMDYtODAuMDExLTI5LjUwNnYxNi44MDZjMjAuMDAzLDEwLjg5MSw0MC4wMDUsMjEuNzgyLDgwLjAxMSwyMS43ODIgQzE2MC4wMTQsMTI0LjU3LDE1OC42MDgsOTQuMTYzLDIxNy42OCw5NC4xNjN6IE0xMjAwLjExMiw0Ni4yOTJjLTU3LjQ5MywwLTU2LjkzNSw0Ni41OTUtMTE1LjAxNSw0Ni41OTUgYy01My42MTIsMC01OS43NTUtMzkuNjE4LTExNS42MDItMzkuNjE4Yy0xNS4yNjcsMC0yNS4zODEsMy43NTEtMzQuNjksOC43NDljMzYuMDk2LDI2LjY3NSw2MC41MDMsNjIuNTUyLDExNy4zNDIsNjIuNTUyIGM2OS4yNDksMCw3NS45NTEtNDMuNTU5LDE0Ny45NjQtNDMuNTU5YzM5LjgwNCwwLDU5Ljk4NiwxMC45NDMsNzkuODg4LDIxLjc3N1Y4NS45ODIgQzEyNjAuMDk3LDY4Ljc3MSwxMjM5LjkxNiw0Ni4yOTIsMTIwMC4xMTIsNDYuMjkyeiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0xMDUyLjE0NywxMjQuNTdjLTU2Ljg0LDAtODEuMjQ3LTM1Ljg3Ni0xMTcuMzQyLTYyLjU1MmMtMTguNjEzLDkuOTk0LTM0LjAwNSwyNC45OC04MC45MTIsMjQuOTggYy0zOC44NTksMC01OC44MTEtMTYuNDU1LTc3Ljk1Ni0zNS4wNTFjLTM5LjA1LDIyLjQ4Ny01OC40NzksNTcuNzI0LTExMi40OCw1Ny43MjRjLTY3LjEzNywwLTgwLjM0NS0yMy44MjQtMTM3LjE5My0yOC43MjYgYy0yNS45MjUsMjIuNDc1LTU2LjA5Myw0MC44NTItMTAyLjk0Niw0MC44NTJjLTIwLjc3OSwwLTM3Ljk5Ni0yLjM0OS01Mi44OTgtNi4wN2MtNy44OTUsMS41NDUtMTYuNTQ2LDIuNDYxLTI2LjQwNCwyLjQ2MSBjLTYzLjgxMSwwLTcwLjM2Ni0yNC4wMjYtMTI2LjMzNy0yNC4wMjZjLTU5LjA3MiwwLTU3LjY2NSwzMC40MDctMTM3LjY2OSwzMC40MDdjLTQwLjAwNiwwLTYwLjAwOC0xMC44OTEtODAuMDExLTIxLjc4MlYxNDBoMTI4MCB2LTM3LjIxMmMtMTkuOTAzLTEwLjgzNS00MC4wODQtMjEuNzc3LTc5Ljg4OC0yMS43NzdDMTEyOC4wOTgsODEuMDExLDExMjEuMzk3LDEyNC41NywxMDUyLjE0NywxMjQuNTd6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 500% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: rotateY(180deg);
    /* filter: invert(1) sepia(100%) saturate(10000%) hue-rotate(45deg); */
    /* filter: sepia(0.9); */
    filter: invert(1%) sepia(1000%) saturate(100000%) hue-rotate(203deg) brightness(40%) contrast(114%);
}

#main-section-7 {
    padding-top: 0px;
    padding-bottom: 6px;
    background-color: #000f3a !important;
}

.sec-7-images {
    background-color: #ffffff;
    order: 1px solid #bebebe;
    border-radius: 8px;
    text-align: center;
    opacity: 0.9;
}

.sec-7-links {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sec-7-links h3 {
    color: #ffffff;
}

.sec-7-links ul {
    list-style: none !important;
    padding: 0 !important;
    line-height: inherit !important;
}

.sec-7-links ul li a {
    color: #ffffff;
}

.sec-7-links ul li a:hover {
    text-decoration: none;
}

.sec-7-links .row .col-md-3 {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.sec-7-divider {
    background-color: #e09900;
    height: 4px;
    margin-top: 15px;

}

.sec-7-background {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2MDBweCIgdmlld0JveD0iMCAwIDEyODAgODYiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIHNsaWNlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4wOCkiPjxwYXRoIGQ9Ik04MzMuOSAyNy41Yy01LjggMy4yLTExIDcuMy0xNS41IDEyLjItNy4xLTYuOS0xNy41LTguOC0yNi42LTUtMzAuNi0zOS4yLTg3LjMtNDYuMS0xMjYuNS0xNS41LTEuNCAxLjEtMi44IDIuMi00LjEgMy40QzY3NC40IDMzLjQgNjg0IDQ4IDY4OC44IDY0LjNjNC43LjYgOS4zIDEuOCAxMy42IDMuOCA3LjgtMjQuNyAzNC4yLTM4LjMgNTguOS0zMC41IDE0LjQgNC42IDI1LjYgMTUuNyAzMC4zIDMwIDE0LjIgMS4yIDI3LjcgNi45IDM4LjUgMTYuMkM4NDAuNiA0OS42IDg3NiAyOS41IDkxMC44IDM4Yy0yMC40LTIwLjMtNTEuOC0yNC42LTc2LjktMTAuNXpNMzg0IDQzLjljLTkgNS0xNi43IDExLjktMjIuNyAyMC4zIDE1LjQtNy44IDMzLjMtOC43IDQ5LjQtMi42IDMuNy0xMC4xIDkuOS0xOS4xIDE4LjEtMjYtMTUuNC0yLjMtMzEuMi42LTQ0LjggOC4zem01NjAuMiAxMy42YzIgMi4yIDMuOSA0LjUgNS43IDYuOSA1LjYtMi42IDExLjYtNCAxNy44LTQuMS03LjYtMi40LTE1LjYtMy4zLTIzLjUtMi44ek0xNzguNyA3YzI5LTQuMiA1Ny4zIDEwLjggNzAuMyAzNyA4LjktOC4zIDIwLjctMTIuOCAzMi45LTEyLjVDMjU2LjQgMS44IDIxNC43LTguMSAxNzguNyA3em0xNDYuNSA1Ni4zYzEuNSA0LjUgMi40IDkuMiAyLjUgMTQgLjQuMi44LjQgMS4yLjcgMy4zIDEuOSA2LjMgNC4yIDguOSA2LjkgNS44LTguNyAxMy43LTE1LjcgMjIuOS0yMC41LTExLjEtNS4yLTIzLjktNS42LTM1LjUtMS4xek0zMy41IDU0LjljMjEuNi0xNC40IDUwLjctOC41IDY1IDEzIC4xLjIuMi4zLjMuNSA3LjMtMS4yIDE0LjgtLjYgMjEuOCAxLjYuNi0xMC4zIDMuNS0yMC40IDguNi0yOS40LjMtLjYuNy0xLjIgMS4xLTEuOC0zMi4xLTE3LjItNzEuOS0xMC42LTk2LjggMTYuMXptMTIyOC45IDIuN2MyLjMgMi45IDQuNCA1LjkgNi4yIDkuMSAzLjgtLjUgNy42LS44IDExLjQtLjhWNDguM2MtNi40IDEuOC0xMi40IDUtMTcuNiA5LjN6TTExMjcuMyAxMWMxLjkuOSAzLjcgMS44IDUuNiAyLjggMTQuMiA3LjkgMjUuOCAxOS43IDMzLjUgMzQgMTMuOS0xMS40IDMxLjctMTYuOSA0OS42LTE1LjMtMjAuNS0yNy43LTU3LjgtMzYuOC04OC43LTIxLjV6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgMHY2NmM2LjggMCAxMy41LjkgMjAuMSAyLjYgMy41LTUuNCA4LjEtMTAuMSAxMy40LTEzLjYgMjQuOS0yNi44IDY0LjctMzMuNCA5Ni44LTE2IDEwLjUtMTcuNCAyOC4yLTI5LjEgNDguMy0zMiAzNi4xLTE1LjEgNzcuNy01LjIgMTAzLjIgMjQuNSAxOS43LjQgMzcuMSAxMy4xIDQzLjQgMzEuOCAxMS41LTQuNSAyNC40LTQuMiAzNS42IDEuMWwuNC0uMmMxNS40LTIxLjQgNDEuNS0zMi40IDY3LjYtMjguNiAyNS0yMSA2Mi4xLTE4LjggODQuNCA1LjEgNi43LTYuNiAxNi43LTguNCAyNS40LTQuOCAyOS4yLTM3LjQgODMuMy00NC4xIDEyMC43LTE0LjhsMS44IDEuNWMzNy4zLTMyLjkgOTQuMy0yOS4zIDEyNy4yIDggMS4yIDEuMyAyLjMgMi43IDMuNCA0LjEgOS4xLTMuOCAxOS41LTEuOSAyNi42IDUgMjQuMy0yNiA2NS0yNy4zIDkxLTMuMS41LjUgMSAuOSAxLjUgMS40IDEyLjggMy4xIDI0LjQgOS45IDMzLjQgMTkuNSA3LjktLjUgMTUuOS40IDIzLjUgMi44IDctLjEgMTMuOSAxLjUgMjAuMSA0LjcgMy45LTExLjYgMTUuNS0xOC45IDI3LjctMTcuNS4yLS4zLjMtLjYuNS0uOSAyMi4xLTM5LjIgNzAuNy01NC43IDExMS40LTM1LjYgMzAuOC0xNS4zIDY4LjItNi4yIDg4LjYgMjEuNSAxOC4zIDEuNyAzNSAxMC44IDQ2LjUgMjUuMSA1LjItNC4zIDExLjEtNy40IDE3LjYtOS4zVjBIMHoiLz48L2c+PC9zdmc+);
    background-size: cover;
    background-position: center top;

}


/************** bottom chat ********************/
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 15px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    background-color: white;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}



/******************* Program Page ****************/

.program-main-pic {
    background-color: transparent;
    padding-bottom: 9vw;
    margin-right: 5vw;
}

.program-main-pic .image {
    border-radius: 0 0 30vw 0;
    overflow: hidden;
    border-right: 20px solid #000f3a;
    box-shadow: 20px 0px 0px 0px rgba(67, 78, 155, 0.33);
    z-index: 0;
    max-height: 500px;
    animation: bounceInLeft;
    animation-duration: 2s;
}

.program-main-pic .image-caption {
    background-color: rgba(0, 15, 58, 0.72);
    border-radius: 18px 18px 18px 18px;
    overflow: hidden;
    max-width: 50%;
    position: absolute;
    top: 30%;
    left: 40%;
    animation: bounceInLeft;
    animation-duration: 3s;
}

.program-main-pic .image-caption h1 {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    line-height: 36px;
    text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.06);
    color: white;
    padding: 20px;
    font-size: 30px;
    font-weight: 400;
}

#program-breadcrumbs {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
}

#program-breadcrumbs a {
    color: #000f3a;
    font-weight: 300;
}

#program-breadcrumbs a:hover {
    text-decoration: none;
}

.program-top-head {
    animation: rubberBand;
    animation-duration: 2s;
}

.program-top-head h3 {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    color: #000f3a;
    font-weight: bolder;
    font-size: 22px;
    padding-bottom: 10px;
    line-height: 1em;
}

.program-top-head h3 {
    text-decoration: none;
}

.program-top-head-bottom-border {
    content: "";
    width: 40%;
    height: 1px;
    border-bottom: 1px solid #e09900;
    position: absolute;
    z-index: 10;
}

.color-divider-80-1 {
    width: 100%;
    border: 1px solid #e09900;
}

#programs {
    margin-top: 50px;
    margin-bottom: 50px;
}

.programs-left-bar {
    background-color: #F0F0F0;
    margin: 0%;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.program-left-bar-head {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    text-shadow: 0.14em 0.08em 0em rgba(0, 0, 0, 0.4);
    background-color: #707070;
    position: relative;
    padding-top: 9px !important;
    padding-left: 44px !important;
    max-width: 85%;
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3);
    text-indent: -2em;
    padding-left: 2em;
}

.program-left-bar-head h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bolder;
    padding-bottom: 10px;
    line-height: 1em;
}

.programs-left-bar-item {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    box-shadow: 4px 3px 10px 2px rgba(0, 0, 0, 0.3);
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms;
    width: 85%;
    background-color: #000f3a;
    padding-top: 7px;
    padding-left: 15px;
    padding-bottom: 7px;
    margin-top: 15px;
    border: 1px solid #ffffff;
}

.programs-left-bar-item:hover {
    opacity: 0.7;
    border: 1px solid #000f3a;
}

.programs-left-bar-item a {
    color: #ffffff !important;
    border-width: 1px !important;
    border-radius: 0px;
    font-size: 16px;
    line-height: 27.2px !important;
    font-weight: 500 !important;
}

.programs-left-bar-item a:hover {
    text-decoration: none;
}

.collpase-panel-head a {
    color: #ffffff !important;
    border-width: 1px !important;
    border-radius: 0px !important;
    font-size: 16px !important;
    line-height: 27.2px !important;
    font-weight: 500 !important;
}

.collpase-panel-head {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    box-shadow: 4px 3px 10px 2px rgba(0, 0, 0, 0.3);
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms;
    width: 85%;
    background-color: #000f3a;
    padding-top: 7px;
    padding-left: 15px;
    padding-bottom: 7px;
    margin-top: 15px;
    border: 1px solid #ffffff;
}

.collpase-panel-head:hover {
    opacity: 0.7 !important;
    border: 1px solid #000f3a !important;
}

.collpase-panel-head i {
    color: #ffffff;
    margin-right: 10px;
    margin-top: 3px;
}

.programs-left-bar-collapse-item a:hover {
    text-decoration: none !important;

}

.program-collapsed-body {
    background-color: #fff;
    width: 85%;
    margin-top: 20px;
    padding-bottom: 11px !important;
    padding-left: 15px !important;
    margin-bottom: 8px !important;
    box-shadow: 4px 3px 10px 0px rgba(0, 0, 0, 0.3) !important;
}

.program-collapsed-body ul {
    text-indent: -2em;
    padding-left: 2em;
    padding-top: 20px;
}

.program-collapsed-body ul li {
    list-style: none;
    color: #000f3a;
    line-height: 15px;
    margin-bottom: 20px;
    margin-left: 5px;
}

.program-collapsed-body ul li span i {
    margin-right: 30px;
    vertical-align: middle;
    color: #000f3a;
}

.program-collapsed-body ul li span a {
    text-decoration: none;
    color: #000f3a;
    font-size: 13px;

}

.program-collapsed-body ul li span a:hover {
    opacity: 0.6;
}

.programs-leftbar-divider {
    margin-top: 20px;
    height: 20px;
    background-color: #ffffff;
}

.programs-left-bar-bottom-item {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    box-shadow: 4px 3px 10px 2px rgba(0, 0, 0, 0.3);
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms;
    width: 85%;
    background-color: #e09900;
    padding-top: 7px;
    padding-left: 15px;
    padding-bottom: 7px;
    margin-top: 15px;
    border: 1px solid #ffffff;
}

.programs-left-bar-bottom-item:hover {
    opacity: 0.7;
}

.programs-left-bar-bottom-item a {
    color: #ffffff !important;
    border-width: 1px !important;
    border-radius: 0px;
    font-size: 16px !important;
    line-height: 27.2px !important;
    font-weight: 500 !important;
}

.programs-left-bar-bottom-item a:hover {
    text-decoration: none;
}

.programs-content {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
}

.programs-heading {
    background-color: #000f3a;
}

.programs-heading h3 {
    color: #fff;
    padding: 10px;
}

.program-name-contents {
    margin-top: 20px;
    border-top: 1px solid #000f3a;
}

.program-name-contents h4 a {
    color: #000f3a;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0px 10px 2px;
}

.program-name-contents h4 a:hover {
    text-decoration: none;
    background-color: #E09900;
    color: #fff;
}

[aos="zoominmenu"] {
    animation: zoomIn;
    animation-duration: 5s;
}

[aos="zoominmenu"].aos-animate {
    animation: zoomIn;
    animation-duration: 5s;
}

.animate_zoomin {
    animation: zoomIn;
    animation-duration: 3s;
}

.program-course-intro p {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    line-height: 2em;
    font-weight: 300;
    color: #4f4f4f;
    text-align: justify;
    padding-bottom: 1em;
}

.program-course-intro ul li {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    line-height: 2em;
    font-weight: 300;
    color: #4f4f4f;
    text-align: justify;
    padding-bottom: 1em;
}

.program-course-image {
    border-radius: 31px 0 0 7vw;
    overflow: hidden;
    border-left: 2vw solid #2f8cff !important;
    box-shadow: 0px 30px 80px -14px rgba(102, 141, 186, 0.7);
}

ul.arrow {
    list-style: none;
}

.arrow li:before {
    content: "\f35a";
    font-family: "Font Awesome 5 Free";
    font-size: small;
    color: #ac001f;
    padding-right: 15px;
}

.career-head h3 {
    font-family: "Fira Sans Condensed", Helvetica, Arial, Lucida, sans-serif;
    font-size: 22px;
    line-height: 22px;
}

#program-admission-requirements {
    border-radius: 0 15vw 0 0;
    background-color: #f1f5f7 !important;
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    padding-top: 32px !important;
    padding-right: 0px !important;
    padding-bottom: 32px !important;
    padding-left: 0px !important;
}

.requirements-body h3 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}


.pro-adm-req-head {
    color: #000f3a !important;
    cursor: pointer;
    position: relative;
    padding: 0 10px 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 16px;
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-se
}

#admission-requirement-accordion {
    box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.3) !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    border-radius: 12px 12px 12px 12px;
    color: #7f7f7f !important;
    background-color: #5b5b5b;
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
}

@media only screen and (min-width: 1080px) {
    #admission-requirement-accordion {
        width: 1080px;
    }
}

#admission-requirement-accordion card {}

#admission-requirement-accordion .card-header {
    width: 100%;
}

#admission-requirement-accordion .card-header button {
    text-decoration: none;
    color: #E09900;
}

.facult-panel img {
    padding: 6px;
}


.breadcrumbs {
    font-family: 'Nunito', sans-serif;
    color: #4e4848;
    font-size: 13px;
    background: #e0e0e0;
    text-transform: uppercase;
    padding: 16px;
}

.breadcrumbs a {
    font-family: 'Nunito', sans-serif;
    color: #3a2f2f;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 11px;
}

.main-content {
    background: #fff;
    padding: 20px 24px 30px 21px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.faculty-main-para {
    font-family: 'Arial';
    line-height: 34px;
    color: #000000;
    font-size: 22px;
    letter-spacing: 0.05em;
}

.admissions-white-bg {
    background: #fff;
    padding: 37px 15px 15px 15px;
}

.faculty-sidebar {}

.faculty-single-thumb img {
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}

.padlr {
    padding: 0 30px;
}

.faculty-box {
    border: 1px solid #FAFAFA;
}

.heading {
    font-family: 'Nunito', sans-serif;
    color: #111111;
    letter-spacing: 0.04em;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 22px 0 0 0;
}

.small-hr {
    border: 1px solid #000fea;
    margin: 7px 0;
    width: 100px;
}

.faculty-box p {
    color: #111111;
    font-family: 'Arial';
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 22px;
}

.faculty-body-content p {
    font-family: 'Arial', sans-serif;
    font-size: 22px;

}

.e-address a {
    color: #F29D31;
    font-family: 'Nunito';
    line-height: 30px;
}

.grey-button {
    background: #e5e5e5;
    color: #111111;
    font-family: 'Open Sans';
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin: 18px 0;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.grey-button a {
    color: #111111;
    font-family: 'Open Sans';
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 13px;
    display: block;
    letter-spacing: 0.04em;
}

.faculty-info {
    padding: 30px;
    background: #E0E0E0;
    min-height: 200px;
}

.faculty-title {
    font-family: 'Nunito';
    font-size: 26px;
    font-weight: bold;
    color: #111111;
    letter-spacing: 0.03em;
    line-height: 22px;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.desc {
    color: #111111;
    font-family: 'Arial';
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 28px;
}

.heading {
    font-family: 'Arial', sans-serif;
    color: #F29D31;
    letter-spacing: 0.04em;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 22px 0 0 0;
}

.faculty-content p {
    font-family: 'Arial';
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    border-radius: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.panel-default>.panel-heading {
    background-image: none;
    background-repeat: repeat-x;
}

.panel-default>.panel-heading {
    background-color: #e8e8e8 !important;
    border-color: #e8e8e8;
    color: #111111;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a {
    font-family: 'Nunito';
    color: #111111;
    font-size: 14px;
    display: block;
    padding: 10px 15px;
}

.panel-body {
    border-top-color: #FFFFFF;
}

.pg-content ul {
    font-family: 'Nunito';
    font-size: 16px;
    list-style: none outside none;
    color: #f7a801;
    margin: 0 0 15px 15px;
    padding: 0;
}

.pg-content ul li {
    list-style: url(../images/faculty/admission-bullet.jpg);
    color: #363636;
    line-height: 30px;
    padding: 0 0 0 12px;
}

.certificate-main-pic {
    background-color: transparent;
    padding-bottom: 5vw;
    margin-right: 5vw;
}

.certificate-main-pic .image {
    border-radius: 0 0 30vw 0;
    overflow: hidden;
    border-right: 20px solid #000f3a;
    box-shadow: 20px 0px 0px 0px rgba(67, 78, 155, 0.33);
    z-index: 0;
    max-height: 500px;
    animation: bounceInLeft;
    animation-duration: 2s;
}

.certificate-main-pic .image-caption {
    background-color: rgba(0, 15, 58, 0.72);
    border-radius: 18px 18px 18px 18px;
    overflow: hidden;
    max-width: 50%;
    position: absolute;
    top: 10%;
    left: 25%;
    animation: bounceInLeft;
    animation-duration: 3s;
}

.certificate-main-pic .image-caption h1 {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    line-height: 36px;
    text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.06);
    color: white;
    padding: 20px;
    font-size: 30px;
    font-weight: 400;
}

.certificate-main-pic .image-caption p {
    color: #fff !important;
}

.animate_bounce {
    animation: bounce;
    animation-duration: 2s;
}

.animate_bounceInRight {
    animation: bounceInRight;
    animation-duration: 2s;
}

.animate_bounceInLeft {
    animation: bounceInLeft;
    animation-duration: 2s;
}

.animate_lightSpeedInRight {
    animation: lightSpeedInRight;
    animation-duration: 2s;
}

.animate_lightSpeedInLeft {
    animation: lightSpeedInLeft;
    animation-duration: 2s;
}

#instructor-card:hover {
    cursor: pointer;
    background-color: #e0e0e0;
    border: 1px solid #fff;
}

#instructor-card:hover img {
    transform: scale(1.05);
    transition: all .3s ease-in-out;
}

#instructor-card:hover .card-body h5 {
    color: #e09900;
}

.blue-box {
    background: #000f3a;
    color: #fff;
    padding: 20px 20px;
    height: 155px;
    width: 99%;
    margin: 0 auto;
}

.start {
    background-position: -275px 381px;
}

.blue-box-img {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url('../../images/programs/certificates/sprite.png');
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    vertical-align: top;
}

.blue-box-text {
    display: inline-block;
    padding-left: 20px;
}

.blue-box-text h3 {
    font-size: 23px;
    margin: 0;
    font-weight: 300;
    line-height: 26px;
    text-transform: uppercase;
}

.blue-box-text p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}

.duration {
    background-position: -274px 434px;
}

.course-fees {
    background-position: -274px 487px;
}

.padd0 {
    padding: 0px;
}

.col-12 {
    -webkit-flex: 0 0 100%;
}

.blue-box-text .application-fee {
    font-size: 11px;
    line-height: 19px;
    font-weight: normal;
}

p.application-fee a {
    color: #ffffff;
    text-decoration: underline;
}

h6.info a {
    font-size: 0.75rem;
    color: #ffffff !important;
    text-decoration: underline;
}

.faculty-body:hover {
    cursor: pointer;
    background-color: #e0e0e0;
}

.university-intro-pic {
    background-color: transparent;
    padding-bottom: 5vw;
    margin-right: 5vw;
}

.university-intro-pic .image {
    border-radius: 0 0 30vw 0;
    overflow: hidden;
    border-right: 20px solid #000f3a;
    box-shadow: 20px 0px 0px 0px rgba(67, 78, 155, 0.33);
    z-index: 0;
    max-height: 500px;
    animation: bounceInLeft;
    animation-duration: 2s;
}

.university-intro-pic .image-caption {
    background-color: rgba(0, 15, 58, 0.72);
    border-radius: 18px 18px 18px 18px;
    overflow: hidden;
    max-width: 50%;
    position: absolute;
    top: 20%;
    left: 35%;
    animation: bounceInLeft;
    animation-duration: 3s;
}

.university-intro-pic .image-caption h1 {
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
    line-height: 36px;
    text-shadow: 0.08em 0.08em 0.08em rgba(0, 0, 0, 0.06);
    color: white;
    padding: 20px;
    font-size: 30px;
    font-weight: 400;
}

.university-intro-pic .image-caption p {
    color: #fff !important;
}

.authorities-table {
    border: 1px solid #dddddd;
    margin: 0 0 15px;
    text-align: left;
    width: 100%;
}

.authorities-table thead {
    background-color: #000f3a;
}

.authorities-table thead th {
    padding: 1px 24px;
    color: #fff;
    border: 1px solid #eee !important;
}

.authorities-table tbody tr td {
    padding: 1px 24px;

}


/* responsive screen size */
@media (max-width: 576px) {
    .sec-1-col-1 {
        text-align: center;
    }

    .sec-1-col-2 {
        margin-top: 20px;
    }

    #main-section-4 {
        text-align: center;
    }

    .sec-4-footer {
        margin-bottom: 20px;
    }

    .sec-5-content {
        margin-top: 5px;
    }
}




@media (max-width: 768px) {
    .sec-1-col-1 {
        text-align: center;
    }

    .sec-1-col-2 {
        margin-top: 20px;
    }

    .sec-1-col-2 img {
        margin-bottom: 5px;
    }

    #main-section-4 {
        text-align: center;
    }

    .sec-4-footer {
        margin-bottom: 20px;
    }

    .sec-5-content {
        margin-top: 5px;
    }
}



/* medium screen size */
@media (max-width: 992px) {

    .sec-1-col-2 img {
        margin-bottom: 5px;
    }

}




/* large screen size */
@media (max-width: 1200px) {}

.library-pics {
    background-color: #fff9d8;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.library-pics figure {
    padding: 10px;

}

.library-pics figure figcaption {
    font-family: "Fira Sans Condensed", Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    margin-top: 20px;
    color: #808080;
}

.lab-intro {
    margin: 20px 0px;
    padding: 40px 0px;

}

.lab-intor-interior h2 a {
    color: #ffffff;

    float: left
}

.civil-lab-h2 {
    color: #df7f03 !important;
    text-shadow:
        0 1px 0px #cccccc,
        1px 0 0px #fff,
        1px 2px 1px #cccccc,
        2px 1px 1px #fff,
        2px 3px 2px #cccccc,
        3px 2px 2px #fff,
        3px 4px 2px #cccccc,
        4px 3px 3px #fff,
        4px 5px 3px #cccccc,
        5px 4px 2px #fff,
        5px 6px 2px #cccccc,
        6px 5px 2px #fff,
        6px 7px 1px #cccccc,
        7px 6px 1px #fff,
        7px 8px 0px #cccccc,
        8px 7px 0px #fff;
}

.lab-caption-div-center {
    background: rgba(0, 15, 58, 0.5) none repeat scroll 0 0;
    border-radius: 8px;
}

.material-lab-main-div {
    background-color: #fafafa;
    -moz-box-shadow: inset 0 0 10px #e09900;
    -webkit-box-shadow: inset 0 0 10px #e09900;
    box-shadow: inset 0 0 10px #e09900;
}

.material-lab-img {
    border: 4px solid #c2c2c2;
    padding: 1px;
    border-radius: 8px;
}

.material-lab-head {
    color: #e09900;
}

.civil-lab-div {


    -webkit-box-shadow: 0 8px 16px -6px #000f3a;
    -moz-box-shadow: 0 8px 16px -6px #000f3a;
    box-shadow: 0 8px 16px -6px #000f3a;
}

.sitemap-main-div {
    margin-top: 50px;
    margin-bottom: 50px;
}

.sitemap-main-div h1 {
    font-weight: 30px;
    line-height: 30px;
    font-weight: 700;
    color: #000f3a;
}

.sitemap-subhead h3 {
    font-weight: 22px;
    line-height: 22px;
    font-weight: 700;
    color: #000f3a;
}

#faqs-accordion {
    background: #fff;
    border: 1px solid #e7e7e7;
    margin: 10px 0;
    -webkit-box-shadow: 1px -1px 0 0 #fff;
    box-shadow: 1px -1px 0 0 #fff;
    font-family: 'Fira Sans Condensed', Helvetica, Arial, Lucida, sans-serif;
}

@media only screen and (min-width: 1080px) {
    #faqs-accordion {
        width: auto;
    }
}

#faqs-accordion card {}

#faqs-accordion .card-header {
    width: 100%;
    background: #A7A6A6;
    color: #000;
    text-shadow: none;
    padding: 10px 5px 10px 5px;
    font-weight: 500;
}

#faqs-accordion .card-header button {
    text-decoration: none;
    color: #000000;
}

.et_learnmore_arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    border-left: 1px solid #fff;
    -webkit-box-shadow: -1px 0 0 0 #e7e7e7;
    box-shadow: -1px 0 0 0 #e7e7e7;
}

.center-div-parent {
    margin-top: 50px;
    padding: 30px;
    text-align: center;
    color: #e09900;
}

.nsunews-col {
    border-right: 1px solid #E5E5E5;
}

.news-content-body {
    margin-bottom: 30px;
}

.news-img-left {
    border: 1px solid #EEE !important;
    border-radius: 5px;
    margin: 2px 10px 2px 0;
    padding: 3px !important;
}

.news-body-content a {
    color: #000f3a;
    font-weight: 300;
    font-size: 13px !important;
    line-height: 18px;
    text-decoration: none;
}

.rpwe-time {
    color: #bbb;
    font-size: 11px;
}

.rpwe-summary {
    font-size: 12px;
    font-weight: 300;
    line-height: 25px;
    font-style: italic;
}

.big-button-personal-info-complete {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #047d24;
    border-radius: 5px;
}

/* .big-button-personal-info-complete i {
    font-size: 78px;
    margin-bottom: 20px;
} */

.big-button-personal-info-incomplete {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #E09900;
    border-radius: 5px;
}

.big-button-personal-info-incomplete:hover {
    opacity: 0.7;
}

/* .big-button-personal-info-incomplete i {
    font-size: 78px;
    margin-bottom: 20px;
} */

.button-link {
    text-decoration: none;
    color: white;
}

.button-link:hover {
    color: #eee;
}

.error {
    color: #FF4500;
    margin-top: 5px;
}
