.toast {
    opacity: 1 !important;
}


/*
  ---------------------------
   Mixins
  ---------------------------
*/


/*
  ---------------------------
   Resets
  ---------------------------
*/

body {
    font-size: 16px;
    line-height: 120%;
}

*:focus {
    outline: none !important;
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
p,
img {
    padding: 0;
    margin: 0;
    vertical-align: 0;
}

a {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover,
a:active,
btn:hover,
btn:active {
    text-decoration: none;
}

.btn {
    border-radius: 0;
}

ul {
    list-style-type: none;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.p-0 {
    padding: 0;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .xs-mt-30 {
        margin-top: 30px;
    }
    .xs-mb-30 {
        margin-bottom: 30px;
    }
    .xs-mr-30 {
        margin-right: 30px;
    }
    .xs-ml-30 {
        margin-left: 30px;
    }
    .xs-mt-15 {
        margin-top: 15px;
    }
    .xs-mb-15 {
        margin-bottom: 15px;
    }
    .xs-mr-15 {
        margin-right: 15px;
    }
    .xs-ml-15 {
        margin-left: 15px;
    }
    .xs-mt-40 {
        margin-top: 40px;
    }
    .xs-mb-40 {
        margin-bottom: 40px;
    }
    .xs-mr-40 {
        margin-right: 40px;
    }
    .xs-ml-40 {
        margin-left: 40px;
    }
    .xs-p-0 {
        padding: 0;
    }
    .xs-pl-0 {
        padding-left: 0;
    }
    .xs-pr-0 {
        padding-right: 0;
    }
    .xs-pt-0 {
        padding-top: 0;
    }
    .xs-pb-0 {
        padding-bottom: 0;
    }
    .xs-no-gutter>[class*="col-"] {
        padding-right: 0;
    }
}

@media screen and (max-width: 992px) {
    .sm-mt-30 {
        margin-top: 30px;
    }
    .sm-mb-30 {
        margin-bottom: 30px;
    }
    .sm-mr-30 {
        margin-right: 30px;
    }
    .sm-ml-30 {
        margin-left: 30px;
    }
    .sm-mt-15 {
        margin-top: 15px;
    }
    .sm-mb-15 {
        margin-bottom: 15px;
    }
    .sm-mr-15 {
        margin-right: 15px;
    }
    .sm-ml-15 {
        margin-left: 15px;
    }
    .sm-mt-40 {
        margin-top: 40px;
    }
    .sm-mb-40 {
        margin-bottom: 40px;
    }
    .sm-mr-40 {
        margin-right: 40px;
    }
    .sm-ml-40 {
        margin-left: 40px;
    }
    .sm-p-0 {
        padding: 0;
    }
    .sm-pl-0 {
        padding-left: 0;
    }
    .sm-pr-0 {
        padding-right: 0;
    }
    .sm-pt-0 {
        padding-top: 0;
    }
    .sm-pb-0 {
        padding-bottom: 0;
    }
    .sm-no-gutter>[class*="col-"] {
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .md-mt-30 {
        margin-top: 30px;
    }
    .md-mb-30 {
        margin-bottom: 30px;
    }
    .md-mr-30 {
        margin-right: 30px;
    }
    .md-ml-30 {
        margin-left: 30px;
    }
    .md-mt-15 {
        margin-top: 15px;
    }
    .md-mb-15 {
        margin-bottom: 15px;
    }
    .md-mr-15 {
        margin-right: 15px;
    }
    .md-ml-15 {
        margin-left: 15px;
    }
    .md-mt-40 {
        margin-top: 40px;
    }
    .md-mb-40 {
        margin-bottom: 40px;
    }
    .md-mr-40 {
        margin-right: 40px;
    }
    .md-ml-40 {
        margin-left: 40px;
    }
    .md-p-0 {
        padding: 0;
    }
    .md-mr--30 {
        margin-right: -30px;
    }
    .md-pl-0 {
        padding-left: 0;
    }
    .md-pr-0 {
        padding-right: 0 !important;
    }
    .md-pt-0 {
        padding-top: 0;
    }
    .md-pb-0 {
        padding-bottom: 0;
    }
    .md-no-gutter>[class*="col-"] {
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .p-l-15 {
        padding-left: 7.5px;
    }
    .p-r-15 {
        padding-right: 7.5px;
    }
    .p-t-15 {
        padding-top: -15px;
    }
    .p-b-15 {
        padding-bottom: -15px;
    }
}

.m-t-30 {
    margin-top: 30px;
}

.dropdown-menu {
    padding-bottom: 0;
}

@media screen and (max-width: 992px) {
    div[class*="sm-align"] {
        text-align: center;
    }
}

.row.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex>[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand. 
* Use a preprocesser with autoprefixing.
*/

.row.is-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex>[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.no-border {
    border: none !important;
}

body {
    font-family: "Montserrat", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.site-btn-rectangle {
    background-color: #41ad49;
    color: #fff !important;
    padding: 13px 2px;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 500;
}

.site-btn-rectangle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-section {
    padding: 10px 0;
    position: fixed;
    z-index: 9;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07);
}

.header-section .header-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-section .header-layout .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-section .header-layout .logo img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.header-section .header-layout .logo .logo-box {
    text-align: center;
    margin-left: 30px;
}

.header-section .header-layout .logo .logo-box h3 {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #1c1c1c;
    margin-bottom: 10px;
}

.header-section .header-layout .logo .logo-box img {
    height: 70px;
}

.header-section .header-layout .site-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-section .header-layout .site-nav ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #1c1c1c;
    text-transform: uppercase;
    margin: 0px 15px;
    display: block;
}

.header-section .header-layout .site-nav ul li .nav-btn {
    background-color: #41ad49;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 25px;
}

.header-section .header-layout .site-nav ul li .dropdown-menu {
    top: 49px !important;
    padding-top: 0;
}

.header-section .header-layout .site-nav ul li .dropdown-menu .dropdown-item {
    margin: 0;
    text-transform: inherit;
    font-weight: 600;
    padding: 14px 18px;
    border-bottom: dashed 1px #e5e5e5;
}

.header-section .header-layout .site-nav ul li .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.header-section .header-layout .site-nav ul li .dropdown-menu .dropdown-item:hover {
    background-color: #41ad49;
    color: #fff;
    border-bottom: solid 1px #41ad49;
}

.modal-form {
    text-align: center;
    background: transparent;
    border-radius: 9px;
    padding: 70px 30px 80px 30px;
}

.modal-form h2 {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    color: #00275b;
    margin-bottom: 10px;
}

.modal-form h2 span {
    color: #41ad49;
}

.modal-form p {
    font-size: 16px;
    line-height: 20px;
    color: #1c1c1c;
    margin-bottom: 30px;
}

.modal-form form .form-group .form-control {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #898787;
    border-radius: 2px;
    border: none;
    padding: 15px 12px;
    height: auto;
}

.modal-form form .submit-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #41ad49;
    display: block;
    width: 100%;
    border: none;
    padding: 15px 10px;
    margin-top: 10px;
}

.modal .modal-content {
    background-color: #f1f1f1;
}

.modal .modal-content .close {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: #f44336;
    opacity: 1;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    z-index: 1;
}


/* The side navigation menu */

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 250px;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 9;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    left: 0;
    background-color: #41ad49;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}


/* The navigation menu links */

.sidenav a {
    padding: 12px 8px 12px 32px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


/* When you mouse over the navigation links, change their color */

.sidenav a:hover {
    color: #f1f1f1;
}


/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
}

.nav-toggle {
    display: none;
    background-color: #41ad49;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 2px;
    line-height: 42px;
    font-size: 24px;
    text-align: center;
}

.banner-section {
    background-image: url("../images/banner.jpg");
    height: calc(100vh - 120px);
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 120px;
}

.banner-section .banner-contents {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.banner-section .banner-contents .banner-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.banner-section .banner-contents .banner-left h2 {
    font-weight: 900;
    font-size: 56px;
    line-height: 70px;
    color: #ffffff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
    margin-bottom: 20px;
}

.banner-section .banner-contents .banner-left h4 {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner-section .banner-contents .banner-left .caption {
    background: rgba(0, 39, 91, 0.8);
    border-radius: 2px;
    padding: 15px 25px;
    display: inline-block;
    margin-bottom: 30px;
}

.banner-section .banner-contents .banner-left .caption h3 {
    font-weight: 800;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 5px;
}

.banner-section .banner-contents .banner-left .caption p {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
}

.banner-section .banner-contents .banner-left .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.banner-section .banner-contents .banner-left .btn-container .banner-btn {
    background-color: #41ad49;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    padding: 7px 25px 7px 9px;
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-section .banner-contents .banner-left .btn-container .banner-btn span {
    background-color: #fff;
    color: #41ad49;
    font-size: 24px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 13px;
}

.banner-section .banner-contents .banner-left .btn-container .sec-btn {
    background-color: white;
    font-size: 16px;
    font-weight: 600;
    color: #41ad49;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 16px 40px;
    border-radius: 27px;
    margin-left: 20px;
}

.banner-section .banner-contents .banner-form {
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 9px;
    padding: 70px 30px 80px 30px;
}

.banner-section .banner-contents .banner-form h2 {
    font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    color: #00275b;
    margin-bottom: 10px;
}

.banner-section .banner-contents .banner-form h2 span {
    color: #41ad49;
}

.banner-section .banner-contents .banner-form p {
    font-size: 16px;
    line-height: 20px;
    color: #1c1c1c;
    margin-bottom: 30px;
}

.banner-section .banner-contents .banner-form form .form-group .form-control {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #898787;
    border-radius: 2px;
    border: none;
    padding: 15px 12px;
    height: auto;
}

.banner-section .banner-contents .banner-form form .submit-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    background-color: #41ad49;
    display: block;
    width: 100%;
    border: none;
    padding: 15px 10px;
    margin-top: 10px;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bcb9b9;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #bcb9b9;
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #bcb9b9;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #bcb9b9;
}

.about-section {
    padding-top: 70px;
    padding-bottom: 110px;
}

.about-section .about-left .img-container {
    position: relative;
}

.about-section .about-left .img-container img {
    width: 100%;
}

.about-section .about-left .img-container:after {
    content: "";
    height: 100px;
    width: 130px;
    background-image: url(../images/dots.svg);
    position: absolute;
    bottom: -28px;
    right: -42px;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-section .about-right {
    padding-left: 80px;
    padding-top: 20px;
}

.about-section .about-right h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 34px;
    color: #1c1c1c;
    margin-bottom: 25px;
}

.about-section .about-right h3 span {
    color: #00275b;
}

.about-section .about-right p {
    font-size: 16px;
    line-height: 28px;
    color: #1c1c1c;
    margin-bottom: 15px;
    font-weight: 500;
}

.about-section .about-right a {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #41ad49;
    text-decoration: underline;
}

.bg-section {
    background-color: #00275b;
    padding: 100px 0;
}

.bg-section.mid-section {
    margin-top: 110px;
    margin-bottom: 110px;
}

.bg-section .bg-content h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin-bottom: 30px;
    margin-top: -30px;
}

.bg-section .bg-content h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 50px;
}

.bg-section .bg-content p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
}

.bg-section .bg-img {
    height: 100%;
    padding-left: 50px;
}

.bg-section .bg-img .img-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.bg-section .bg-img .img-container img {
    position: absolute;
    width: 100%;
    height: calc(100% + 290px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    top: -140px;
    border: solid 6px #00275b;
}

.scope-section .bg-content {
    padding-left: 70px;
}

.scope-section .bg-content a {
    background-color: #41ad49;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    padding: 7px 25px 7px 9px;
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.scope-section .bg-content a span {
    background-color: #fff;
    color: #41ad49;
    font-size: 24px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 13px;
}

.scope-section .bg-img {
    padding-left: 0;
}

.scope-section .bg-img .img-container img {
    background-position: center;
}

.faculties-section {
    padding: 100px 0;
}

.faculties-section h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #1c1c1c;
    margin-bottom: 50px;
    text-align: center;
}

.faculties-section .faculty-item {
    text-align: center;
}

.faculties-section .faculty-item .img-container {
    margin-bottom: 10px;
}

.faculties-section .faculty-item .img-container img {
    width: 100%;
    border-radius: 50%;
    height: 320px;
    width: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-box-shadow: 0px 0px 15px 1px #00000012;
    box-shadow: 0px 0px 15px 1px #00000012;
    margin: 0 auto;
}

.faculties-section .faculty-item .caption {
    background-color: #41ad49;
    padding: 10px 0;
    text-align: center;
}

.faculties-section .faculty-item .caption h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 5px;
}

.faculties-section .faculty-item .caption p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: #41ad49;
    color: #fff;
    height: 40px;
    width: 40px;
    font-size: 28px;
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: -50px;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: -50px;
}

.why-mdevs-section {
    background: #eff4fb;
    padding: 100px 0;
}

.why-mdevs-section .why-left {
    padding-right: 50px;
}

.why-mdevs-section .why-left h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #1c1c1c;
    margin-bottom: 25px;
}

.why-mdevs-section .why-left p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #1c1c1c;
    margin-bottom: 10px;
    font-weight: 500;
}

.why-mdevs-section .why-left a {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #41ad49;
    text-decoration: underline;
}

.why-mdevs-section .img-container {
    position: relative;
}

.why-mdevs-section .img-container img {
    width: 100%;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: relative;
    z-index: 1;
}

.why-mdevs-section .img-container:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 90%;
    bottom: -15px;
    left: -15px;
    background-color: #41ad49;
}

.research-section {
  padding: 100px 0;
}

.research-section .research-right {
  padding-left: 50px;
}

.research-section .research-right h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #1c1c1c;
  margin-bottom: 25px;
}

.research-section .research-right p {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #1c1c1c;
  margin-bottom: 10px;
  font-weight: 500;
}

.research-section .img-container {
  position: relative;
}

.research-section .img-container img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.research-section .img-container:after {
  position: absolute;
  content: "";
  height: 60%;
  width: 100%;
  bottom: -15px;
  right: -15px;
  background-color: #41AD49;
}

.courses-section {
    padding: 120px 0;
}

.courses-section .course-left {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}

.courses-section .course-left h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #1c1c1c;
    margin-bottom: 30px;
}

.courses-section .course-left p {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #1c1c1c;
    font-weight: 500;
}

.courses-section .course-left a {
    color: #41ad49;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
}

.courses-section .course-right .course-table {
    margin-bottom: 50px;
}

.courses-section .course-right .course-table:last-child {
    margin-bottom: 0;
}

.courses-section .course-right .course-table thead tr th {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #1c1c1c;
    background-color: #cce2ff;
    padding: 13px 30px;
    border-bottom: none;
    vertical-align: middle;
}

.courses-section .course-right .course-table tbody tr td {
    font-size: 16px;
    line-height: 28px;
    color: #1c1c1c;
    padding: 3px 15px;
}

.courses-section .course-right .course-table tbody tr.bg-td {
    background-color: #cce2ff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #f5f9ff;
}

.key-dates {
    padding: 50px 30px;
    margin-top: 50px;
    background-color: #00275b;
    border-radius: 2px;
}

.key-dates h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    color: #ffffff;
    margin-bottom: 35px;
}

.key-dates p {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 500;
}

.key-dates .date-table th {
    font-weight: 600;
    color: #fff;
    border-top: 1px solid #001633;
    padding: 18px 15px;
    line-height: 24px;
}

.key-dates .date-table td {
    color: #fff;
    border-top: 1px solid #001633;
    padding: 18px 15px;
    line-height: 24px;
}

.key-dates .date-table td span {
    display: block;
}

.key-dates .date-table td span a {
    color: #41ad49;
    text-decoration: underline;
    font-weight: 600;
    font-size: 15px;
}

.key-dates .bank-dets {
    background-color: #001f47;
    padding: 50px 40px;
    height: 100%;
    border-radius: 2px;
    border: solid 1px #000914;
}

.key-dates .bank-dets h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 32px;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
}

.key-dates .bank-dets .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.key-dates .bank-dets .item span {
    width: 45%;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
}

.key-dates .bank-dets .item p {
    color: #fff;
    width: 55%;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
}

.key-dates .bank-dets .details-footer {
    margin-top: 30px;
}

.key-dates .bank-dets .details-footer img {
    height: 45px;
    margin-right: 15px;
}

.footer-section {
    background-color: #001129;
}

.footer-section .footer-top {
    padding: 80px 0;
}

.footer-section .footer-top .foot-column.center-text {
    text-align: center;
}

.footer-section .footer-top .foot-column img {
    height: 150px;
    margin-bottom: 25px;
}

.footer-section .footer-top .foot-column p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
}

.footer-section .footer-top .foot-column h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #41ad49;
    margin-bottom: 40px;
}

.footer-section .footer-top .foot-column .foot-list li {
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.footer-section .footer-top .foot-column .foot-list li:before {
    position: absolute;
    font-family: boxicons !important;
    content: "\ea55";
    top: 2px;
    left: 0;
    font-size: 20px;
    color: #fff;
}

.footer-section .footer-top .foot-column .foot-list li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
}

.footer-section .footer-top .foot-column .foot-contact li {
    margin-bottom: 10px;
}

.footer-section .footer-top .foot-column .foot-contact li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-section .footer-top .foot-column .foot-contact li a i {
    font-size: 20px;
    color: #fff;
    padding-right: 10px;
    top: 2px;
    position: relative;
}

.footer-section .footer-top .foot-column .foot-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}

.footer-section .footer-top .foot-column .foot-social li {
    margin-right: 10px;
}

.footer-section .footer-top .foot-column .foot-social li a {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    line-height: 34px;
    text-align: center;
    background-color: #41ad49;
    color: #fff;
    font-size: 20px;
    display: block;
}

.footer-section .footer-bottom {
    border-top: solid 1px #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0 50px 0;
}

.footer-section .footer-bottom p {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
}

.footer-section .footer-bottom p i {
    color: #ef4023;
}

.footer-section .footer-bottom p a {
    color: #ef4023;
}

.footer-section .footer-bottom p a span {
    color: #58585a;
}

.float-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    z-index: 1;
}

.float-btn a {
    background-color: #41ad49;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 28px;
    -webkit-box-shadow: 0px 0px 7px 2px #0000002e;
    box-shadow: 0px 0px 7px 2px #0000002e;
}

.inner-pages {
    margin-top: 120px;
    padding: 80px 0;
}

.inner-pages h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #1c1c1c;
    margin-bottom: 30px;
    text-align: center;
}

.inner-pages p {
    font-size: 16px;
    line-height: 28px;
    color: #1c1c1c;
    margin-bottom: 15px;
    font-weight: 500;
}

.inner-pages h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.inner-pages .faculty-lists {
    margin-top: 40px;
}

.inner-pages .faculty-lists .faculty-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inner-pages .faculty-lists .faculty-layout .item {
    width: 32%;
    background-color: #00275b;
    text-align: center;
    padding: 15px 10px;
    border-radius: 2px;
}

.inner-pages .faculty-lists .faculty-layout .item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
}

.inner-pages .faculty-lists .faculty-layout .item p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}

.inner-pages .site-form {
    margin-top: 30px;
}

.inner-pages .site-form .form-group {
    margin-bottom: 25px;
}

.inner-pages .site-form .form-group .form-control {
    font-size: 15px;
    height: auto;
    padding: 13px 15px;
    border-radius: 2px;
    border: solid 1px #858585;
}

.inner-pages .site-form .form-group .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*# sourceMappingURL=custom.css.map */

.semester-mobile {
    display: none;
}