.index_logo {
    height: 80px
}
@media (max-width:576px) {
    .index_logo {
        height: 60px
    }
}
a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

::selection {
    background: #000;
    color: #fff
}


.top-container {
    background-color: white;
    text-align: center;
    z-index: 999
}

.header {
    padding: 4px 6px;
    background: #0f40a3;
    color: #f1f1f1;
    z-index: 999;
    color: #fff !important;
    box-shadow: 0px 1px 10px #999;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.644) !important;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff !important;
}

#navbarSupportedContent ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}

#navbarSupportedContent ul li {
    display: inline-block
}

.text_secondary {
    color: #39d68d
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%
}

.sticky+.content {
    padding-top: 102px
}

ul {
    list-style-type: none
}

.course_a {
    color: #000
}

.course_a:hover {
    color: #000
}

.caption-text {
    color: #474747
}

.icon_top_bar {
    font-size: 32px
}

@media (max-width:992px) {
    .icon_top_bar {
        font-size: 24px
    }

    .color_blue_drop {
        background: #0f40a3 !important;
        border: none !important
    }

    .color_blue_drop a {
        color: rgba(255, 255, 255, .5)
    }
}

@media (min-width:992px) {
    .navbar-nav li {
        padding-right: 20px !important
    }
}

.nav-item a {
    font-size: 22px
}

.button_1 {
    width: 202px;
    height: 48px
}

.button a {
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase
}








/* FOOTER */




.ftco-footer {
    font-size: 16px;
    background: #030918;
    padding: 5em 0 0 0;
    z-index: 0;
    position: relative;
    z-index: 0
}

@media (max-width:991.98px) {
    .ftco-footer .ftco-footer-widget {
        margin-bottom: 40px
    }
}

.ftco-footer .ftco-footer-widget ul {
    margin: 0;
    padding: 0
}

.ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .5)
}

.ftco-footer {
    color: rgba(255, 255, 255, .5)
}

.ftco-footer .ftco-footer-widget ul li a span {
    color: rgba(255, 255, 255, .7);
    font-size: 14px
}

.ftco-footer .ftco-footer-widget ul li a:hover {
    color: #39d68d
}

.ftco-footer p {
    color: rgba(255, 255, 255, .5)
}

.footer_courses ul li a {
    color: rgba(255, 255, 255, .5);
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 4px
}

.footer_courses ul li a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    background: #39d68d;
    transition: width .3s ease 0s, left .3s ease 0s;
    width: 0
}

.footer_courses ul li a:hover:after {
    width: 100%;
    left: 0
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    display: block;
    background: rgba(255, 255, 255, .08);
    position: relative;
    border-radius: 50%
}

@media (max-width:480px) {
    .ftco-footer-social li a {
        height: 33px;
        width: 33px
    }
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff !important
}

.ftco-footer-social li a:hover {
    background: #39d68d
}

ul {
    list-style-type: none
}

.course_a {
    color: #000
}

.course_a:hover {
    color: #000
}


@media only screen and (max-width: 1210px) and (min-width: 992px)
 
{


    .nav-item a {
        font-size: 20px;
    }
}



@media (max-width:402px) {
    .phone_sm {
font-size: 14px;

    }
}


@media (max-width:346px) {
    .phone_sm {
font-size: 12px;

    }
}