body {
    font-family: 'Arial Rounded MT Bold', sans-serif !important;
}

img {
    width: 100%;
}

.fh5co-nav .top {
    background: #14163D;
}

.pr-5 {
    padding-right: 5px;
}

.site a {
    color: #fff;
}

.num a {
    color: #fff;
}

.fh5co-social i {
    color: #fff;
}

.display-flex {
    display: flex;
    align-items: center;
}

.fh5co-nav .top-menu {
    padding: 10px 0;
    /* background: #FFD966; */
}

.fh5co-nav ul li a {
    font-weight: 400;
    font-size: 15px;
    padding: 15px 10px;
}

.fh5co-nav ul li.active>a {
    font-weight: 800;
    border: 1px solid #000;
}

#fh5co-hero .flexslider .slides li {
    background-position: unset !important;
}

.services .icon {
    width: 80px;
    height: 80px;
    box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
        -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: transform 0.5s;
}

.services .icon i {
    font-size: 40px;
    line-height: 30px;
    transition: transform 0.5s;
}

.icon:hover {
    box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
        inset 4px 4px 6px -1px rgba(255, 255, 255, 0.7),
        -0.5px -0.5px 0px rgba(255, 255, 255, 1),
        0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
    transform: translateY(5px);
}

.icon:hover .cont-icon {
    transform: scale(0.95);
}

.fa-eye {
    color: #9FCD4D !important;
}

.fa-bullseye {
    color: #E52B54 !important;
}

.fa-diamond {
    color: #4EE2EC !important;
}

.row p {
    font-size: 16px;
    color: #000;
}

.animate-box ul li {
    font-size: 17px;
    color: #000;
}

.fh5co-course-categories {
    padding: 30px 0;
}

.animate-box {
    margin-bottom: 15px;
}

.animate-box h2 {
    color: #14163D;
    font-weight: 800;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-10 {
    padding-bottom: 10px;
}

.services {
    margin-bottom: 5px;
    width: 100%;
}

.services .desc h3 {
    font-weight: 800;
}

.our-classes h2 {
    color: #14163D;
    font-weight: 800;
}

.our-classes h3 {
    color: #14163D;
    font-weight: 400;
    line-height: 1.8;
}

.our-classes p {
    color: #000;
}

/* tabs */

.nav-tabs {
    border-bottom: 2px solid #DDD;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-width: 0;
}

.nav-tabs>li>a {
    border: none;
    color: #14163D;
    font-size: 18px;
}

.nav-tabs>li.active>a {
    border: none;
    background: #14163D !important;
    color: #fff !important;
}

.nav-tabs>li>a:hover {
    border: none;
    background: #14163D;
    color: #fff !important;
}

.nav-tabs>li>a::after {
    content: "";
    background: #14163D;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}

.nav-tabs>li.active>a::after,
.nav-tabs>li:hover>a::after {
    transform: scale(1);
}

.tab-nav>li>a::after {
    background: #5a4080 none repeat scroll 0% 0%;
    color: #fff;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px
}

.card {
    background: #FFF none repeat scroll 0% 0%;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}

.card .nav-tabs>li {
    text-align: center;
}

@media all and (max-width:991px) {

    .card .nav-tabs>li {
        float: none;
    }

    #fh5co-offcanvas ul li.offcanvas-has-dropdown>a:after {
        display: none;
    }

    .fh5co-nav-toggle {
        top: 80px;
    }

    .fh5co-nav .menu-1 {
        display: none !important;
    }

    .fh5co-nav-toggle {
        display: block !important;
    }

    .mbl_textcenter {
        text-align: center;
    }

    .fh5co-nav .top .site {
        display: block;
    }

    .fh5co-nav .top .site {
        float: none;
    }
}

@media all and (max-width:1272px) {

    .fh5co-nav ul li a {
        padding: 15px 5px !important;
    }

}

/* /tabs */

.our-speciality ul li {
    color: #fff;
}

.pd-10 {
    padding: 10px !important;
}

.pd-0 {
    padding: 0 !important;
}

#fh5co-footer .copyright .block {
    color: #fff;
}

.color-FFD966 {
    color: #FFD966 !important;
}

.highlight-btn a {
    border: 2px solid #000;
    background: #000;
    color: #fff !important;
}

.form-control {
    border: 1px solid #000 !important;
    color: #000;
}

/*Bootstrap Calendar*/

label {
    margin-left: 10px;
    color: #000;
}


#datepicker>span:hover {
    cursor: pointer;
}

.input-group-lg>.form-control {
    height: 54px;
    background: #fff;
}

.input-group {
    height: 54px;
}

.submit-btn {
    outline: none;
    height: 40px;
    text-align: center;
    width: 130px;
    border-radius: 40px;
    background: #fff;
    border: 2px solid #14163D;
    color: #14163D;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;
}

.submit-btn:hover {
    color: white;
    background: #14163D;
}

.submit-btn:active {
    letter-spacing: 2px;
}

.bg-E3E3E3 {
    background: #E3E3E3;
}

.fh5co-nav ul li.has-dropdown .dropdown {
    top: 26px;
    background: #fff;
    border: 2px solid #14163D;
    padding: 10px;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
    font-size: 15px;
    line-height: 2;
    color: #000;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
    content: none;
}

.fs-unset {
    font-size: unset !important;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
    color: #14163D;
}

#fh5co-hero .flexslider .slides li:after {
    background: none;
}

#fh5co-hero .flexslider .flex-control-nav li a {
    background: #000;
    border: 2px solid #fff;
}

.fh5co-bg-img {
    background-image: url('../images/joy-of-reading.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.fw-800 {
    font-weight: 800;
}

.services:hover .icon,
.services:focus .icon {
    background: #fff;
}

.services:hover .icon i,
.services:focus .icon i {
    color: #14163D;
}

@media screen and (max-width: 991px) {
    .fh5co-logo img {
        width: 100% !important;
    }
}

.img-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    justify-items: center;
    grid-gap: 0;
}

.img-container:before,
.img-container:after {
    content: none;
}

.item {
    width: 100%;
    overflow: hidden;
    background: #000;
    border: 2px solid #fff;
}

.item img {
    opacity: 0.6;
    width: 100%;
    height: 100%;
    transform: scale(1.15);
    transition: transform 0.5s, opacity 0.5s;
}

.item img:hover {
    opacity: 1;
    transform: scale(1.03);
}

/* index-slider */

header .item {
    /* height: 100vh; */
    position: relative;
}

header .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-prev span {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #fff;
}

header .owl-nav .owl-prev:focus {
    outline: 0;
}

header .owl-nav .owl-prev:hover {
    background: #000 !important;
}

header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

header .owl-nav .owl-next span {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

header .owl-nav .owl-next:focus {
    outline: 0;
}

header .owl-nav .owl-next:hover {
    background: #000 !important;
}

header:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

header:hover .owl-next {
    right: 0px;
    opacity: 1;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #14163D !important;
    padding: 5px 10px 10px 10px !important;
}

.owl-next span {
    color: #fff !important;
    font-size: 20px;
    font-weight: 800;
}

.owl-prev span {
    color: #fff !important;
    font-size: 20px;
    font-weight: 800;
}

/* /index-slider */

.mt-20 {
    margin-top: 20px;
}

/* animated btn */

.box {
    /* padding: 4.5em 0; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}

.button {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button:focus {
    outline: none;
}

.button>span {
    vertical-align: middle;
}

/* Text color adjustments (we could stick to the "inherit" but that does not work well in Safari) */
.bg-1 .button {
    color: #fff;
    border-color: #37474f;
}

.bg-2 .button {
    color: #ECEFF1;
    border-color: #ECEFF1;
}

.bg-3 .button {
    color: #fff;
    border-color: #fff;
}

.button--text-thick {
    font-weight: 600;
}

.button--pipaluk {
    width: 240px;
    padding: 1.5em 3em;
    color: #fff;
}

.button--pipaluk.button--inverted {
    color: #fff;
}

.button--pipaluk::before,
.button--pipaluk::after {
    content: '';
    border-radius: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}

.button--pipaluk::before {
    border: 2px solid #14163D;
}

.button--pipaluk.button--inverted::before {
    border-color: #fff;
}

.button--pipaluk::after {
    background: #14163D;
}

.button--pipaluk.button--inverted::after {
    background: #fff;
}

.button--pipaluk:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.button--pipaluk::before,
.button--pipaluk:hover::after {
    -webkit-transform: scale3d(0.7, 0.7, 1);
    transform: scale3d(0.7, 0.7, 1);
}

.button--pipaluk:hover::after {
    background-color: #14163D;
}

.button--pipaluk.button--inverted:hover::after {
    background-color: #fff;
}

/* ordered list */

.our-speciality ol {
    /* Remove default list numbering style */
    list-style: none;
}

.big-num {
    counter-increment: big-num;
    position: relative;
    padding-left: 4em;
    min-height: 4em;
    line-height: 3;
}

.big-num:before {
    content: counter(big-num);
    background: #14153D;
    /* color: #fff; */
    padding: 0 0.5em;
    border-radius: 50%;
    position: absolute;
    top: 0.2em;
    left: 0;
    font-size: 1.5em;
    line-height: 2;
    min-width: 2em;
    text-align: center;
}

.our-speciality ol {
    padding: .5em 1em;
    /* background-color: #fff; */
    width: 100%;
    margin: 1em auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    color: #fff;
}

.our-speciality ol li p {
    color: #fff;
    font-size: 17px;
}


.fh5co-contact-info ul li.icon-globe:before {
    font-size: 23px;
}

.icon-globe{
    font-family: 'Arial Rounded MT Bold', sans-serif !important;
}