@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    text-align: justify;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #002060;
}

 ::selection {
    color: #fff;
    background: #002060;
}

a {
    color: #404040;
}

main[role="main"] {
    padding-top: 30px;
    padding-bottom: 30px;
}

.bg-white {
    border-bottom: 1px solid #efefef;
}

.logo {
    width: 80px;
}

a.navbar-brand {
    position: relative;
}

a.navbar-brand .tagline {
    position: absolute;
    top: 32px;
    right: 25%;
    font-size: 12px;
    color: #6c757d;
    font-style: italic;
}

.tc {
    text-align: center;
}

#logotitle {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 12px;
}

.carousel-item {
    background: #f7e8e8;
}

.carousel-item.active {
    display: block;
    background: #f7e8e8;
    background-size: cover;
}

.carousel-item h1,
.carousel-item h3 {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}

.carousel-item img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.carousel-caption {
    color: #333;
}

.carousel-caption h5 {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.carousel-item.active p {
    color: #333;
}

li.nav-item a:hover {
    color: #db0000;
}

ul.navbar-nav li a {
    font-size: 14px;
}

.prof-img img {
    width: 240px;
    box-shadow: 0px 0px 9px 4px #9c9c9c;
    margin-bottom: 30px;
}

.dropdown-menu.show a {
    color: #333 !important;
    font-size: 14px;
}

.flex {
    display: flex;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #da0000;
}

.marketing .h5,
.marketing h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.container.marketing p {
    font-size: 15px;
}

.carousel-caption {
    bottom: 28%;
    left: 8%;
}

.mtop10 {
    margin-top: 10px;
}

.mtop30 {
    margin-top: 30px;
}

.mtop60 {
    margin-top: 60px;
}

.description-text {
    margin: 40px 0;
}

.carousel-indicators li {
    border-top: 0;
    border-bottom: 0;
}

.carousel-indicators .active {
    background: #cf1d2a;
}

div#myCarousel .container {
    position: relative;
}

.carousel-caption.t-left {
    left: 0;
    text-align: left;
    bottom: 120px;
}

.carousel-caption.t-right {
    right: 0;
    text-align: right;
    bottom: 120px;
}

.carousel-caption h1 {
    font-size: 30px;
}

.carousel-caption h3 {
    font-size: 20px;
}

.carousel-caption.t-right h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

#footer {
    background-color: #f1f1f1;
    padding: 10px 0px 0;
    color: black;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    transition: 0.2s;
    border-top: 1px solid #ddd;
    z-index: 99;
}

.footer ul {
    list-style: none;
    font-size: 12px;
    padding-left: 0
}

.footer ul li {
    text-align: left;
    font-weight: 600;
    padding-bottom: 5px;
}

footer#footer p {
    font-size: 14px;
    font-weight: 400;
}

.footer h5 {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
}

#footer .copyright {
    font-size: 13px;
    background: #6c757d;
    padding: 10px 0;
    margin-bottom: 0;
    color: #fff;
}

.navbar-toggler {
    padding: 0;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background: no-repeat center center;
    background: url(../images/hamburger.png) no-repeat;
    background-size: 100%;
}

.socmedicons {
    display: flex;
}

.socmedicons a {
    margin-right: 20px;
}

.descr-text h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.descr-text h4 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.right .descr-text h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

.flex-dir.right .descr-text {
    margin-bottom: 40px;
}


/*28jan css*/

.blue {
    color: #002060 !important;
}

.logo-line {
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 18px;
    position: relative;
    bottom: 8px;
}

b.outline {
    outline: 1px solid #bdbdbd;
    padding: 2px 5px;
}

.morecontent {
    display: none;
}

.morelink, A.morelink:link, A.morelink:visited, A.morelink:hover, A.morelink:active {
    display: block;
    color: #002060;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.pricing-amount {
    font-size: 58px;
    font-weight: bold;
}

.pricing-name {
    font-size: 28px;
    font-weight: bold;
}

.lborder {
    padding: 10px;
    text-align: center;
    border: 1px solid #274372;
    border-radius: 10px;
}

.l2border {
    padding: 5px;
    /* text-align: center; */
    border: 2px solid #274372;
    border-radius: 10px;
}

.dark-blue {
    color: #274372 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
}

.fs-20 {
    font-size: 20px;
}

.fs-16 {
    font-size: 16px;
}

.tjc {
    text-align: center;
}

.hrflexcourse {
    border-top: 2px solid gray;
}

.courselistborder {
    background-color: #E4E8EB;
    border: 8px solid #CED3D7;
    margin: 3px;
    width: 100%;
}

.flexfilter {
    background-color: #E4E8EB;
    padding: 10px;
}

.rnbutton {
    color: #fff;
    background-color: #CED3D7;
    width: 120px;
}

.red {
    color: red;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.plf10 {
    margin-left: 10px;
}

.fgrow {
    flex-grow: 1;
}

.vam {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mt5 {
    margin-top: 5px;
}

.mt15 {
    margin-top: 15px;
}

.mt25 {
    margin-top: 25px;
}

.ht5 {
    height: 5px;
}

.coursegrade {
    font-size: 16px;
    font-weight: normal !important;
}

.coursegradeval {
    font-weight: 16px;
    font-weight: bold !important;
}

ul.filterul {
    list-style-type: none;
    margin: 2px;
    padding: 1px;
    font-size: 12px;
}

.courselistinstructions {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.leftclasscol {
    border: 1px solid #274372;
    text-align: left;
}

.rightclasscol {
    padding-left: 5px;
    border: 1px solid #274372;
    text-align: left;
}

.courseDetailsBoxFlex {
    display: none;
}

.w50p {
    width: 50%;
}

.w70p {
    width: 70%;
}


/*dropdown submenu*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

.leftj {
    text-align: left;
}

.t-right.l2border {
    float: right;
    text-align: right;
    margin-top: 12px;
}

.t-left {
    float: left;
}

.banner-area {
    background: url(../images/bg_services.png);
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 55px;
    margin-bottom: 56px;
    padding-bottom: 55px;
    margin-top: 52px;
}

.banner-area h1 {
    font-size: 27px;
    font-weight: bold;
    padding-top: 16px;
}

.banner-area h3 {
    font-size: 19px;
    font-weight: bold;
}

.banner-area h5 {
    font-size: 14px;
    font-weight: bold;
}

@media(min-width:992px) {
    .right-side {
        text-align: right;
    }
    .left-side {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        white-space: nowrap;
    }
}

.dropdown:hover>.dropdown-menu {
    display: inline-block;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    padding-top: 0;
    margin-top: 0;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}


/*28jan css end*/

@media screen and (min-width: 1125px) {
    main[role="main"] {
        padding-bottom: 50px;
    }
    .carousel-caption {
        bottom: 28%;
        left: auto;
        right: auto;
    }
    .underlinewithcircle {
        background-position: left bottom;
        background: url(../images/underlinewcircle.png) no-repeat;
        background-size: 50%;
        height: 35px;
    }
}

@media screen and (max-width: 1125px) {
    nav.navbar.navbar-expand-md.fixed-top.bg-white {
        flex-direction: column;
    }
    .carousel-caption.t-left {
        bottom: 180px;
    }
    .carousel-caption.t-right {
        bottom: 40px;
    }
    .underlinewithcircle {
        background: none;
    }
    .underlinewithcircle {
        background-position: left bottom;
        background: url(../images/underlinewcircle.png) no-repeat;
        background-size: 50%;
        height: 35px;
    }
}

@media screen and (max-width: 991px) {
    .m-tc {
        text-align: center;
        padding-bottom: 40px;
    }
    .flex {
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 0 30px;
        font-size: 14px;
    }
    .des-text {
        text-align: justify;
    }
    .carousel-caption.t-left {
        bottom: 180px;
    }
    .carousel-caption.t-right {
        bottom: 40px;
    }
    .underlinewithcircle {
        background: none;
    }
}

@media screen and (max-width: 767px) {
    nav.navbar.navbar-expand-md.fixed-top.bg-white {
        flex-direction: row;
    }
    #footer .copyright {
        font-size: 13px;
    }
    .carousel-caption.t-left {
        display: none;
    }
    .carousel-caption.t-right {
        bottom: 100px;
    }
    .footer {
        padding: 20px 0px;
    }
    .flexfilter {
        display: none;
    }
    .banner-area h1 {
        font-size: 20px;
    }
    .banner-area h3 {
        font-size: 14px;
    }
    .pricing-name {
        font-size: 15px;
        font-weight: bold;
    }
    .pricing-amount {
        font-size: 40px;
    }
    .container.marketing p {
        font-size: 14px;
        text-align: center;
    }
    .dropdown-submenu>.dropdown-menu {
        top: 30px;
        left: 0px;
        margin-top: -6px;
        width: 100%;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .carousel-caption.t-right {
        padding-right: 10px;
    }
    .flexfilter {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    a.navbar-brand img {
        /* width: 250px; */
    }
    .flexfilter {
        display: none;
    }
    .banner-area h3 {
        font-size: 12px;
    }
}

.ht5 {
    display: none;
}
.dn {
    display: none !important;
}