footer,
header,
nav,
section {
    display: block;
}


/* 
@font-face {
  font-family: 'dk_cool_crayonregular';
  src: url('../fonts/dk_cool_crayon-webfont.ttf') format('ttf'),
       url('../fonts/dk_cool_crayon-webfont.woff2') format('woff2'),
       url('../fonts/dk_cool_crayon-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: DellaRespira-Regular;
    src: url(../fonts/DellaRespira-Regular.ttf);
}
@font-face {
    font-family: JosefinSans-Bold;
    src: url(../fonts/JosefinSans-Bold.ttf);
} */

footer,
header,
nav,
section {
    display: block;
}

p {
    letter-spacing: .5px;
}

ol,
ul {
    list-style: none;
    padding-left: 0px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    /*font-family: 'Roboto', sans-serif;*/
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 13px;
    color: #737373;
}
/*.owl-nav {*/
/*    font-size: 47px;*/
/*}*/
/*.owl-nav .owl-prev span, .owl-nav .owl-next span {*/
    /* font-size: 20px; */
/*    background: #0172b8;*/
/*    line-height: 31px !important;*/
/*    height: 40px !important;*/
/*    width: 40px !important;*/
/*    display: block;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    border-radius: 90px;*/
/*}*/
/*.owl-nav .owl-prev {*/
/*    position: absolute;*/
/*    left: -50px;*/
/*    top: 40%;*/
/*    z-index: 9;*/
/*}*/
/*.owl-nav .owl-next {*/
/*    position: absolute;*/
/*    right: -50px;*/
/*    top: 40%;*/
/*    z-index: 9;*/
/*}*/
/*.our-achievements-slider .owl-nav.disabled  {*/
/*    display: block !important;*/
/*}*/
.custom-padding {
    padding: 16px 0;
}

.no-padding {
    padding: 0px;
}

.img-responsive {
    width: 100%;
}

.top-bottom-center {
    display: flex;
    flex-direction: column;
    vertical-align: middle;
    justify-content: center;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.loader {
    background: #3498db;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999999;
}

.loader>img {
    margin: -100px auto 0;
    position: relative;
    text-align: center;
    top: 50%;
}

.header .header-center .logo {
    margin-right: 20px;
}
.header .header-center .logo img {
    width: 212px;
}
.header-top {
    background: #0172b8;
    padding: 5px 0;
}

.header-socials-icons>li>a {
    display: inline-block;
    padding: 6px 0 6px 18px;
    color: #fff;
    font-size: 16px;
}
.header-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.header-details .header-details-box {
    margin-right: 65px;
    text-align: left;
}
.header-details .header-details-box:last-child {
    margin-right: 0px;
}
.header-details h5 {
    font-size: 10px;
    margin-bottom: 8px;
    color: #ec008c;
    text-transform: uppercase;
    text-align: left;
}

.header-details p {
    margin-bottom: 0;
}

.header-details h5 i {
    color: #000;
    margin-right: 4px;
}

.header .navi {
    background: #007bff;
}

.header .navi .navbar-nav li a {
    color: #fff;
    /*text-transform: uppercase;*/
    padding-right: 0px;
    margin-right: 20px;
    padding: 15px 16px;
    font-size: 16px;
    transition: .5s all ease;
}
.header .navi .navbar-nav li a:hover {
    /*background: #ff0097;*/
    /*color: #fff;*/
        background: #fff;
    color: #000000;
}
.header .navi .navbar-nav li:last-child a {
    margin-right: 0;
}

.navi .navbar-nav {
    margin: 0 auto;
}

.title {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
    color: #0172b8;
}

.success-stories-carousel .stories-video-box {
    position: relative;
}

.success-stories-carousel .stories-video-box .btn {
    position: absolute;
    top: -16px;
    right: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: none;
    border: 0px;
    color: #0172b8;
}

.success-stories-carousel .stories-video-box .btn i {
    font-size: 0px;
    background: url(../images/youtube.png);
    width: 65px;
    height: 65px;
    background-size: 65px;
}

.success-stories-carousel .stories-video-box iframe.video-btn {
    width: 100%;
    height: 300px;
    border: 0px;
    border-radius: 20px;
}

.media-icons img {
    width: 52px;
}

.media-icons h5 {
    font-size: 18px;
    margin-bottom: 4px;
    font-weight: 500;
    color: #0172b8;
    text-transform: uppercase;
}

.media-icons {
    /* background: #f1f1f1; */
    padding: 30px;
    border: 2px solid #e5edfb;
    background: #eef4ff;
    border-radius: 3px;
}

.media-icons p {
    margin-bottom: 0px;
}

.custom-padding.featured-courses {
    background: #f1f1f1;
}

.featured-courses-boxes {
    margin: 10px 0;
    background: #fff;
    box-shadow: 0 4px 10px #98979724;
    border: 1px solid #e8e6e6;
    align-items: center;
}

.featured-courses-boxes:hover .img-box img {
    transform: scale(1.1)
}

.featured-courses .featured-courses-boxes .img-box {
    width: 300px;
    height: 190px;
    overflow: hidden;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-courses .featured-courses-boxes .img-box img {
    width: 100%;
    min-height: 190px;
    transition: .5s all ease;
}

.featured-courses-boxes h5>a {
    font-size: 16px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #0172b8;
    display: inline-block;
}

.featured-courses-boxes p {
    margin-bottom: 8px;
}

.featured-courses-boxes .featured-courses-list {
    font-size: 12px;
    display: flex;
}

.featured-courses-boxes .featured-courses-list li {
    padding-right: 8px;
    border-right: 1px solid #ccc;
    margin-right: 8px;
    line-height: 10px;
}

.featured-courses-boxes .featured-courses-list li a {
    /* white-space: break-spaces; */
    /* line-height: 0px; */
    word-break: break-word;
    display: inline-block;
    color: #0172b8;
    font-weight: 600;
}

.our-achievements .our-achievements-box .student-img {
    width: 110px;
    height: 110px;
    border-radius: 90px;
    overflow: hidden;
    margin: 0 auto 20px;
}

.our-achievements .our-achievements-box .student-img img {
    min-height: 110px;
}

.our-achievements .our-achievements-box h4 {
    font-size: 18px;
    color: #0172b8;
    margin-bottom: 8px;
}

.our-achievements .our-achievements-box p {
    margin-bottom: 0px;
}

.our-achievements .our-achievements-box {
    border: 2px solid #dce3f3;
    padding: 30px;
    /* box-shadow: 0 0 5px; */
    border-radius: 10px;
}

.our-achievements {
    background: #f5f8ff;
}

.our-announcements-box .content-box {
    background: #f2f6ff;
    padding: 30px;
    border: 2px solid #e2ebff;
    border-top: 0px;
}

.our-announcements-box .content-box h4 {
    font-weight: 400;
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    line-height: 27px;
    text-transform: uppercase;
}

.our-announcements-box .content-box .btn {
    background: #fff;
    border-radius: 2px;
    color: #0172c8;
    padding: 7px 26px;
    border: 1px solid #0172c8;
    font-weight: 600;
}

.our-announcements-box .content-box .btn:hover {
    background: #0172c8;
    color: #fff;
}
.footer-top-area > .container {
    margin-top: 0 !important;
}
.footer-top-area {
    margin-top: 0 !important;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1340px;
    }
}

@media only screen and (max-width: 1199px) {
    .header .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .header-details h5 {
        margin-top: 10px;
    }
    .media-icons {
        margin: 5px 0;
    }
}

@media only screen and (max-width: 767px) {

    .owl-nav .owl-prev {
        left: 0px;
    }
    .owl-nav .owl-next {
        right: 0;
    }
    .xs-center {
        text-align: center;
    }
    .justify-content-xs-center {
        justify-content: center;
    }
    .header .header-center .logo img {
        width: 160px;
    }
    .header-details h5 {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .title {
        font-size: 20px;
    }
    .custom-padding {
        padding: 40px 0;
    }
    .media-icons {
        padding: 20px 15px;
    }
    .media-icons h5 {
        font-size: 14px;
    }
    .media-icons img {
        width: 30px;
    }
    .featured-courses-boxes {
        display: block;
        text-align: center;
    }
    .featured-courses-boxes .media-body {
        padding: 30px 15px;
    }
    .featured-courses-boxes .featured-courses-list {
        justify-content: center;
    }
    .featured-courses .featured-courses-boxes .img-box {
        width: 100%;
        height: auto;
    }
    .featured-courses .featured-courses-boxes .img-box img {
        min-height: auto;
    }
    .our-announcements-box .content-box h4 {
        font-size: 18px;
        line-height: auto;
    }
    .featured-courses-boxes .featured-courses-list li {
        margin-right: 3px;
        padding-right: 3px;
    }
    .navi .navbar-toggler i {
        color: #fff;
        font-size: 24px;
        margin-top: 3px;
    }
    .navi {
        text-align: right;
    }
    .header .navi .navbar-nav li a {
        margin-right: 0;
        padding: 15px 16px;
        text-align: left;
        border-bottom: 1px solid #46413e;
    }
    .loader>img {
        width: 100%;
    }
}