@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);

body,
html {
    height: 100%;
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    vertical-align: baseline;
    background: #fff;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-size: 15px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #212121
}

h1 {
    font-size: 56px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

p {
    line-height: 1.5;
    margin: 0 0 20px 0
}

a {
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    outline: 0 none
}

img {
    max-width: 100%;
    height: auto
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.video-margin-top {
    margin-top: 12px
}

.margin-bottom-none {
    margin-bottom: 0 !important
}

.margin-bottom-sidebar {
    margin-bottom: 30px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-none {
    margin-bottom: 0 !important
}

.bg-primary {
    background: #002147;
    color: #fff
}

.title-bar-high {
    position: relative
}

.title-bar-high:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #39d68d;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px
}

.title-bar-big-high {
    position: relative
}

.title-bar-big-high:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #39d68d;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px
}

.title-bar-sm-high {
    position: relative
}

.title-bar-sm-high:before {
    content: "";
    height: 3px;
    width: 40px;
    background: #39d68d;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px
}

.title-bar-big-left-close {
    position: relative
}

.title-bar-big-left-close:before {
    content: "";
    height: 4px;
    width: 45px;
    background: #39d68d;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1
}

.title-bar-footer {
    position: relative
}

.title-bar-footer:before {
    content: "";
    height: 3px;
    width: 45px;
    background: #002147;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 1
}

.title-bar-sidebar {
    position: relative
}

.title-bar-sidebar:before {
    content: "";
    height: 4px;
    width: 45px;
    background: #002147;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1
}

.title-default-center {
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    margin-bottom: 45px;
    color: #002147
}

@media only screen and (max-width:767px) {
    .title-default-center {
        font-size: 28px
    }
}

@media only screen and (max-width:480px) {
    .title-default-center {
        font-size: 26px
    }
}

.title-default-left {
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
    margin-bottom: 45px;
    color: #002147
}

@media only screen and (max-width:767px) {
    .title-default-left {
        margin-bottom: 36px;
        font-size: 28px
    }
}

@media only screen and (max-width:480px) {
    .title-default-left {
        margin-bottom: 30px;
        font-size: 26px
    }
}

.title-default-left a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.title-default-left a:hover {
    color: #39d68d;
}

.about-title {
    font-size: 48px;
    color: #002147;
    margin-bottom: 15px;
    text-align: center
}

@media (min-width:991px) and (max-width:1199px) {
    .about-title {
        font-size: 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about-title {
        font-size: 36px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about-title {
        font-size: 32px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about-title {
        font-size: 28px
    }
}

@media only screen and (max-width:320px) {
    .about-title {
        font-size: 26px
    }
}

.title-center {
    font-weight: 500;
    font-size: 36px;
    color: #002147;
    text-align: center
}

@media (min-width:991px) and (max-width:1199px) {
    .title-center {
        font-size: 34px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .title-center {
        font-size: 32px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .title-center {
        font-size: 30px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .title-center {
        font-size: 28px
    }
}

@media only screen and (max-width:320px) {
    .title-center {
        font-size: 26px
    }
}

h3.sidebar-title {
    font-size: 22px;
    color: #002147;
    text-transform: capitalize;
    margin-bottom: 35px;
    position: relative;
    font-weight: 500;
}

@media (min-width:480px) and (max-width:1199px) {
    h3.sidebar-title {
        font-size: 19px;
    }
}

@media only screen and (max-width:479px) {
    h3.sidebar-title {
        font-size: 18px;
    }
}

h3.sidebar-title a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

h3.sidebar-title a:hover {
    color: #39d68d;
}

h3.sidebar-title:before {
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    background: #39d68d;
}

h2.sidebar-title {
    font-size: 30px;
    color: #002147;
    text-transform: capitalize;
    margin-bottom: 35px;
    position: relative;
    font-weight: 500;
}

@media (min-width:480px) and (max-width:1199px) {
    h2.sidebar-title {
        font-size: 19px
    }
}

@media only screen and (max-width:479px) {
    h2.sidebar-title {
        font-size: 18px
    }
}

h2.sidebar-title a {
    color: #002147;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

h2.sidebar-title a:hover {
    color: #39d68d;
}

h2.sidebar-title:before {
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    background: #39d68d;
}

.default-big-btn {
    color: #fff;
    padding: 15px 0;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 162px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.default-big-btn:hover {
    background: #39d68d;
    color: #212121
}

.enroll-btn {
    color: white;
    padding: 18px 0;
    background: #39d68d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border: none;
    width: 100%;
    border: 2px solid #39d68d;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.enroll-btn:hover {
    background: 0 0;
    color: #39d68d;
}

.default-btn {
    color: #fff;
    padding: 13px 30px;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    border: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.default-btn:hover {
    background: #00082e;
    color: #fff
}

.submit-btn {
    color: #fff;
    padding: 12px 44px;
    background: #002147;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.submit-btn:hover {
    background: #00082e;
    color: #fff
}

.inner-page-banner-area {
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 100px 0 115px;
}

.inner-page-banner-area:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.six_months_overlay {
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 100px 0 115px;
    height: 50vh;
}

.six_months_overlay:after {

    background: rgba(0, 0, 0, .3) !important;

}


.inner-page-banner-area .pagination-area {
    position: relative;
    z-index: 1
}

.inner-page-banner-area .pagination-area h1 {
    text-transform: uppercase;

    font-weight: 700;
    margin-bottom: 5px;
    font-size: 48px;
    color: #fff
}

@media (min-width:480px) and (max-width:767px) {
    .inner-page-banner-area .pagination-area h1 {
        font-size: 42px
    }
}

@media only screen and (max-width:479px) {
    .inner-page-banner-area .pagination-area h1 {
        font-size: 32px
    }
}

.inner-page-banner-area .pagination-area ul li {
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

.inner-page-banner-area .pagination-area ul li a {
    color: #39d68d;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.inner-page-banner-area .pagination-area ul li a:hover {
    color: #39d68d;
    text-decoration: underline;
}

.pagination-center {
    text-align: center;
    margin-top: 43px
}

@media (min-width:992px) and (max-width:1199px) {
    .pagination-center {
        margin-top: 33px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .pagination-center {
        margin-top: 23px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .pagination-center {
        margin-top: 13px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .pagination-center {
        margin-top: 3px
    }
}

@media only screen and (max-width:320px) {
    .pagination-center {
        margin-top: 0
    }
}

.pagination-center li {
    display: inline-block
}

.pagination-center li a {
    width: 42px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    background: #002147;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.pagination-center li a:hover {
    background: #39d68d;
}

.pagination-center .active a {
    background: #39d68d;
}

.pagination-left {
    text-align: left;
    margin-top: 20px
}

.pagination-left li {
    display: inline-block
}

.pagination-left li a {
    width: 42px;
    font-size: 16px;
    color: #fff;
    height: 40px;
    background: #002147;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.pagination-left li a:hover {
    background: #39d68d;
}

.pagination-left .active a {
    background: #39d68d;
}

#header1 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100
}

.header2-area .header-top-area {
    background: #002147
}

.header2-area .header-top-area .header-top-left {
    margin: 7px 0
}

.header2-area .header-top-area .header-top-left ul li {
    display: inline-block;
    text-transform: lowercase;
    font-size: 13px;
    border-right: 1px solid #bdbdbd;
    margin-right: 15px;
    padding-right: 15px
}

.header2-area .header-top-area .header-top-left ul li a {
    color: #d0d6dd;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header2-area .header-top-area .header-top-left ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.header2-area .header-top-area .header-top-left ul li:hover a {
    color: #39d68d;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header3-area {
    position: fixed;
    z-index: 15;
    left: 0;
    right: 0
}

.header3-area .header-top-area {
    background: 0 0
}

.header3-area .header-top-area .top-bar-border {
    position: relative
}

.header3-area .header-top-area .top-bar-border:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #656565
}

.header3-area .header-top-area .top-bar-border:after {
    clear: both;
    content: "";
    display: block
}

.header3-area .header-top-area .header-top-left {
    padding-top: 8px
}

.header3-area .header-top-area .header-top-left ul li {
    display: inline-block;
    text-transform: lowercase;
    font-size: 13px;
    border-right: 1px solid #bdbdbd;
    margin-right: 15px;
    padding-right: 15px
}

.header3-area .header-top-area .header-top-left ul li a {
    color: #d0d6dd;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header3-area .header-top-area .header-top-left ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.header3-area .header-top-area .header-top-left ul li:hover a {
    color: #39d68d;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.header4-area .header-top-area {
    padding: 10px 0 8px;
    background: #fff
}

@media only screen and (max-width:767px) {
    header {
        display: none
    }
}

.mean-container .mean-bar {
    float: none
}

@media only screen and (max-width:767px) {
    .mean-container .mean-bar a {
        padding: 6px 16px;
        display: inline-block
    }
}

.mean-container .mean-bar:after {
    content: "";
    clear: both;
    display: block
}

.about1-area {
    padding: 81px 0 0;
    text-align: center
}

@media (min-width:992px) and (max-width:1199px) {
    .about1-area {
        padding: 74px 0 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about1-area {
        padding: 67px 0 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about1-area {
        padding: 53px 0 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about1-area {
        padding: 44px 0 0
    }
}

@media only screen and (max-width:320px) {
    .about1-area {
        padding: 35px 0 0
    }
}

.about2-area {
    padding: 81px 0 94px
}

@media (min-width:992px) and (max-width:1199px) {
    .about2-area {
        padding: 74px 0 84px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about2-area {
        padding: 66px 0 74px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about2-area {
        padding: 57px 0 34px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about2-area {
        padding: 49px 0 23px
    }
}

@media only screen and (max-width:320px) {
    .about2-area {
        padding: 39px 0 14px
    }
}

.about-page1-area {
    padding: 88px 0 100px
}

@media (min-width:992px) and (max-width:1199px) {
    .about-page1-area {
        padding: 78px 0 53px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about-page1-area {
        padding: 68px 0 43px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about-page1-area {
        padding: 58px 0 70px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about-page1-area {
        padding: 48px 0 60px
    }
}

@media only screen and (max-width:320px) {
    .about-page1-area {
        padding: 38px 0 50px
    }
}

.about-page2-area {
    padding: 88px 0 100px
}

@media (min-width:992px) and (max-width:1199px) {
    .about-page2-area {
        padding: 78px 0 90px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about-page2-area {
        padding: 68px 0 72px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about-page2-area {
        padding: 58px 0 70px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about-page2-area {
        padding: 48px 0 60px
    }
}

@media only screen and (max-width:320px) {
    .about-page2-area {
        padding: 38px 0 50px
    }
}

.about-page2-inner h2 {
    margin-bottom: 20px
}

.about-page2-inner p {
    margin-bottom: 30px
}

@media only screen and (max-width:767px) {
    .about-page2-inner ul {
        margin-bottom: 30px
    }
}

.about-page2-inner ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500
}

.about-page2-inner ul li a {
    color: #002147
}

.about-page2-inner ul li:last-child {
    margin-bottom: 0
}

.about-page2-inner ul li:before {
    content: "\f14a";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    color: #39d68d;
    font-family: FontAwesome
}

.about-page2-inner .video-area {
    margin-top: 10px
}

.about-page3-area {
    padding: 88px 0 73px
}

@media (min-width:992px) and (max-width:1199px) {
    .about-page3-area {
        padding: 78px 0 63px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .about-page3-area {
        padding: 68px 0 54px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .about-page3-area {
        padding: 58px 0 43px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .about-page3-area {
        padding: 48px 0 34px
    }
}

@media only screen and (max-width:320px) {
    .about-page3-area {
        padding: 38px 0 24px
    }
}

.about-page3-inner .about-box h2 {
    font-size: 30px;
    margin-bottom: 35px
}

.about-page3-inner .about-box h2 a {
    color: #002147
}

.video-area {
    padding: 108px 0 120px;
    position: relative
}

@media (min-width:992px) and (max-width:1199px) {
    .video-area {
        padding: 88px 0 100px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .video-area {
        padding: 78px 0 90px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .video-area {
        padding: 58px 0 70px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .video-area {
        padding: 48px 0 60px
    }
}

@media only screen and (max-width:320px) {
    .video-area {
        padding: 38px 0 50px
    }
}

.video-area2 {
    padding: 178px 0;
    position: relative
}

@media (min-width:992px) and (max-width:1199px) {
    .video-area2 {
        padding: 158px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .video-area2 {
        padding: 148px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .video-area2 {
        padding: 128px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .video-area2 {
        padding: 118px 0
    }
}

@media only screen and (max-width:320px) {
    .video-area2 {
        padding: 108px 0
    }
}

.video-content {
    position: relative;
    text-align: center
}

.video-content .video-title {
    letter-spacing: 1px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px
}

@media only screen and (max-width:480px) {
    .video-content .video-title {
        font-size: 30px
    }
}

.courses-page-top-area {
    border: 1px solid #e0e0e0;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.courses-page-top-area .courses-page-top-left {
    padding: 15px 0 0 30px;
    -webkit-box-flex: 2;
    -moz-flex: 2;
    -webkit-flex: 2;
    flex: 2
}

@media only screen and (max-width:380px) {
    .courses-page-top-area .courses-page-top-left {
        padding: 18px 0 0 10px
    }
}

.courses-page-top-area .courses-page-top-left p {
    font-size: 16px;
    color: #002147
}

@media only screen and (max-width:380px) {
    .courses-page-top-area .courses-page-top-left p {
        font-size: 14px
    }
}

.tab-content {
    margin-top: 30px
}

.courses1-area {
    padding: 88px 0 70px;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses1-area {
        padding: 78px 0 60px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses1-area {
        padding: 68px 0 50px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses1-area {
        padding: 58px 0 40px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses1-area {
        padding: 48px 0 20px
    }
}

@media only screen and (max-width:320px) {
    .courses1-area {
        padding: 38px 0 10px
    }
}

.courses2-area {
    padding: 88px 0 100px;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses2-area {
        padding: 78px 0 90px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses2-area {
        padding: 68px 0 80px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses2-area {
        padding: 58px 0 70px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses2-area {
        padding: 48px 0 60px
    }
}

@media only screen and (max-width:320px) {
    .courses2-area {
        padding: 38px 0 50px
    }
}

.courses-page-area1 {
    padding: 100px 0;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-page-area1 {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses-page-area1 {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses-page-area1 {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses-page-area1 {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area1 {
        padding: 50px 0
    }
}

.courses-page-area2 {
    padding: 100px 0 70px;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-page-area2 {
        padding: 90px 0 60px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses-page-area2 {
        padding: 80px 0 50px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses-page-area2 {
        padding: 70px 0 40px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses-page-area2 {
        padding: 60px 0 30px
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area2 {
        padding: 50px 0 20px
    }
}

.courses-page-area3 {
    padding: 100px 0;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-page-area3 {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses-page-area3 {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses-page-area3 {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses-page-area3 {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area3 {
        padding: 50px 0
    }
}

.course-details-inner {
    padding: 30px 60px;
    background: #fff
}

.courses-page-area4 {
    padding: 100px 0;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-page-area4 {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses-page-area4 {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses-page-area4 {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses-page-area4 {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area4 {
        padding: 50px 0
    }
}

.course-details-inner {
    padding: 20px 30px 30px;
    background: #fff
}

@media only screen and (max-width:479px) {
    .course-details-inner {
        padding: 20px 15px 30px
    }
}

.course-details-inner .course-details-tab-area {
    margin: 30px 0 0;
    overflow: hidden
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn {
    background: #f5f5f5
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li {
    display: inline-block;
    margin: -1px;
    background: 0 0;
    border-right: 1px solid #cdcdcd;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:last-child {
    border-right: 0
}

@media only screen and (max-width:479px) {
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn>li {
        display: block !important;
        padding: 0
    }
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
    display: block;
    color: #002147;
    padding: 20px 30px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media (min-width:768px) and (max-width:1199px) {
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
        padding: 20px 17px
    }
}

@media only screen and (max-width:479px) {
    .course-details-inner .course-details-tab-area ul.course-details-tab-btn>li a {
        display: block !important
    }
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:hover {
    background: #002147
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn>li:hover a {
    color: #fff
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active {
    background: #002147
}

.course-details-inner .course-details-tab-area ul.course-details-tab-btn .active a {
    color: #fff;
    text-decoration: none
}

.course-details-inner .course-details-tab-area .tab-content {
    padding: 35px 0 15px 0;
    margin-top: 0
}

.courses-page-area5 {
    padding: 100px 0 70px;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .courses-page-area5 {
        padding: 90px 0 60px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .courses-page-area5 {
        padding: 80px 0 50px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .courses-page-area5 {
        padding: 70px 0 69px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .courses-page-area5 {
        padding: 60px 0 59px
    }
}

@media only screen and (max-width:320px) {
    .courses-page-area5 {
        padding: 50px 0 49px
    }
}

.learning-outcomes li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #444
}

.learning-outcomes li:last-child {
    margin-bottom: 0;
}

.learning-outcomes li:before {
    content: "";
    background: #002147;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 14px;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    line-height: 14px;
    text-align: center;
    z-index: 1;
    font-family: 'icomoon';
}

.news-event-area {
    padding: 88px 0 100px;
    background: #f5f5f5
}

@media (min-width:992px) and (max-width:1199px) {
    .news-event-area {
        padding: 78px 0 60px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .news-event-area {
        padding: 68px 0 50px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .news-event-area {
        padding: 58px 0 40px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .news-event-area {
        padding: 48px 0 30px
    }
}

@media only screen and (max-width:320px) {
    .news-event-area {
        padding: 38px 0 20px
    }
}

@media only screen and (max-width:1199px) {
    .news-inner-area {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:1199px) {
    .event-inner-area {
        margin-bottom: 30px
    }
}

.news-page-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .news-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .news-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .news-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .news-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .news-page-area {
        padding: 50px 0
    }
}

.news-box {
    margin-bottom: 55px
}

.news-box h2 {
    margin-bottom: 12px
}

.news-box p {
    margin-bottom: 30px
}

.news-date1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.news-date1 li {
    width: 112px;
    height: 60px;
    font-size: 24px;
    text-align: center;
    line-height: 2.5
}

@media (min-width:480px) and (max-width:991px) {
    .news-date1 li {
        height: 40px;
        font-size: 20px;
        width: 90px;
        line-height: 2
    }
}

@media (min-width:480px) and (max-width:767px) {
    .news-date1 li {
        font-size: 18px;
        line-height: 2.3
    }
}

@media only screen and (max-width:479px) {
    .news-date1 li {
        height: 35px;
        font-size: 16px;
        width: 80px
    }
}

.news-date1 li:nth-child(odd) {
    background: #002147;
    color: #fff;
    font-weight: 700
}

.news-date1 li:nth-child(even) {
    background: #39d68d;
    color: #212121;
    font-weight: 500
}

.news-date2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.news-date2 li {
    width: 80px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 2.8
}

@media (min-width:480px) and (max-width:991px) {
    .news-date2 li {
        height: 40px;
        font-size: 20px;
        width: 90px;
        line-height: 2
    }
}

@media (min-width:480px) and (max-width:767px) {
    .news-date2 li {
        font-size: 18px;
        line-height: 2.3
    }
}

@media only screen and (max-width:479px) {
    .news-date2 li {
        height: 35px;
        font-size: 16px;
        width: 80px;
        line-height: 2.2
    }
}

.news-date2 li:nth-child(odd) {
    background: #002147;
    color: #fff;
    font-weight: 700
}

.news-date2 li:nth-child(even) {
    background: #39d68d;
    color: #212121;
    font-weight: 500
}

.news-details-page-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .news-details-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .news-details-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .news-details-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .news-details-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .news-details-page-area {
        padding: 50px 0
    }
}

.news-details-page-inner p span {
    font-style: italic;
    padding: 40px 50px 50px;
    background: #f5f5f5;
    display: block;
    position: relative;
    margin-bottom: 30px
}

.news-details-page-inner p span:before {
    color: #39d68d;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 20px;
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 1
}

.event-page-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .event-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .event-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .event-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .event-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .event-page-area {
        padding: 50px 0
    }
}

.event-details-page-area {
    padding: 100px 0
}

@media (min-width:992px) and (max-width:1199px) {
    .event-details-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .event-details-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .event-details-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .event-details-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .event-details-page-area {
        padding: 50px 0
    }
}

.event-details-inner .event-details-img {
    position: relative;
    margin-bottom: 30px
}

.event-details-inner p {
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .sidebar {
        margin-top: 30px
    }
}

.sidebar-box {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e0e0e0
}

.sidebar-box:last-child {
    margin-bottom: 0
}

.sidebar-box .sidebar-box-inner {
    padding: 30px 25px
}

@media (min-width:768px) and (max-width:1199px) {
    .sidebar-box .sidebar-box-inner {
        padding: 30px 15px
    }
}

.sidebar-add-area {
    position: relative
}

.sidebar-add-area img {
    width: 100%
}

.sidebar-add-area a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2
}


.sidebar-course-price .enroll-btn {
    margin-bottom: 30px
}

.error-page-area {
    padding: 100px 0;
    background: #39d68d;
    text-align: center
}

@media (min-width:992px) and (max-width:1199px) {
    .error-page-area {
        padding: 90px 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .error-page-area {
        padding: 80px 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .error-page-area {
        padding: 70px 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .error-page-area {
        padding: 60px 0
    }
}

@media only screen and (max-width:320px) {
    .error-page-area {
        padding: 50px 0
    }
}

.error-page-area .error-top {
    margin-bottom: 55px
}

.error-page-area .error-top img {
    display: inline-block
}

.error-page-area .error-bottom h2 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 30px;
    color: #000;
}

@media only screen and (max-width:479px) {
    .error-page-area .error-bottom h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.error-page-area .error-bottom p {
    color: #634e00;
    font-size: 18px;
    margin-bottom: 40px;
}

.contact-us-page1-area {
    padding: 90px 0 0;
}

@media (min-width:992px) and (max-width:1199px) {
    .contact-us-page1-area {
        padding: 80px 0 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contact-us-page1-area {
        padding: 70px 0 0;
    }
}

@media (min-width:480px) and (max-width:767px) {
    .contact-us-page1-area {
        padding: 60px 0 0;
    }
}

@media (min-width:321px) and (max-width:479px) {
    .contact-us-page1-area {
        padding: 50px 0 0;
    }
}

@media only screen and (max-width:320px) {
    .contact-us-page1-area {
        padding: 40px 0 0
    }
}

.contact-form1 .form-group {
    margin-bottom: 25px;
}

.contact-form1 .form-group .form-control {
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
    border: 1px solid #bdbdbd
}

.contact-form1 .form-group input {
    height: 45px
}

.contact-us-page2-area {
    padding: 88px 0 0
}

@media (min-width:992px) and (max-width:1199px) {
    .contact-us-page2-area {
        padding: 78px 0 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .contact-us-page2-area {
        padding: 68px 0 0
    }
}

@media (min-width:480px) and (max-width:767px) {
    .contact-us-page2-area {
        padding: 58px 0 0
    }
}

@media (min-width:321px) and (max-width:479px) {
    .contact-us-page2-area {
        padding: 48px 0 0
    }
}

@media only screen and (max-width:320px) {
    .contact-us-page2-area {
        padding: 38px 0 0
    }
}

.contact-form2 .form-group {
    margin-bottom: 25px
}

.contact-form2 .form-group .form-control {
    border-radius: 0;
    background: #f1f1f1;
    box-shadow: none;
    border: none
}

.contact-form2 .form-group input {
    height: 45px;
    color: #002147
}

.footer-area-top {
    padding: 92px 0 50px;
    background: #002147
}

@media (min-width:992px) and (max-width:1199px) {
    .footer-area-top {
        padding: 82px 0 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-area-top {
        padding: 72px 0 40px
    }
}

@media (min-width:480px) and (max-width:767px) {
    .footer-area-top {
        padding: 62px 0 35px
    }
}

@media (min-width:321px) and (max-width:479px) {
    .footer-area-top {
        padding: 52px 0 20px
    }
}

@media only screen and (max-width:320px) {
    .footer-area-top {
        padding: 42px 0 10px
    }
}

.footer-area-top .footer-box {
    margin-bottom: 30px
}

.footer-area-top p {
    color: #f5f5f5
}

.footer-area-top h3 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff
}

.footer-area-top .footer-about {
    margin: 20px 0 35px
}

.footer-area-top .footer-about p {
    font-size: 16px
}

.footer-area-bottom {
    background: #001a39;
    padding: 20px 0 0;
    text-transform: capitalize;
    font-size: 14px
}

@media only screen and (max-width:767px) {
    .footer-area-bottom {
        text-align: center;
        padding: 17px 0
    }
}

.footer-area-bottom p {
    color: #999
}

@media only screen and (max-width:767px) {
    .footer-area-bottom p {
        margin-bottom: 10px
    }
}

.footer-area-bottom p a {
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.footer-area-bottom p a:hover {
    color: #39d68d;
}

.mb-30 {
    margin-bottom: 30px;
}

.card {
    border-radius: 0px;
}

.border_none {
    border-radius: 0.25rem .25rem 0px 0px;
}

.course_list_six a {
    color: #444;
}

.course_list_six a:hover {
    background-color: #e0e0e0;
    color: black;
}

.list-group {
    border-radius: 0px !important;
}

.text_white {
    color: white !important;
}


@media only screen and (max-width:800px) {

    .six_month_mobile {
        background-image: url('../images/course/edited/6-six-months-industrial-training_mobile.webp') !important;
    }
}


@media only screen and (max-width:800px) {

    .six_weeks_mobile {
        background-image: url('../images/course/edited/6-six-weeks-industrial-training_mobile.webp') !important;
    }
}


.bg_secondary {
    background-color: #39d68d;
    color: #fff !important;
}

.pointer_none_my
{
    cursor: context-menu  !important;
}

 .six_mon_week
 {
     width: 100 !important;
 }

 /* span */
.span_red
{
    color:red !important;
}