.absolute-footer, html {
    background-color: #fff !important;
}

ul, li {
    list-style: none;
    margin-bottom: 0px !important;
}


.row-0 {
    padding: 0px 15px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 10px 5px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

/*top-bar**/
div#top-bar {
    border-bottom: 1px solid #e8e8e9;
}

div#top-bar .social-icons.follow-icons a {
    color: #fff;
    border: 1px solid #fff !important;
    min-width: 25px !important;
    min-height: 25px !important;
    height: 25px !important;
    border-radius: 50% !important;
    margin: 0px 0px 0px 5px !important;
}

div#top-bar .nav > li.header-divider {
    border-color: #e8e8e9 !important;
    height: 35px !important;
    margin: 0px;
}

div#top-bar li.account-item.has-icon.has-dropdown a {
    font-size: 14px;
}

div#top-bar .bk-social a {
    color: #fff;
    font-size: 14px;
}

div#top-bar li.account-item.has-icon.has-dropdown a {
    text-transform: capitalize;
}

div#top-bar .header-address ul li:last-child {
    margin: 0px !important;
}

div#top-bar .header-address ul li {
    float: left;
    font-size: 13px;
    margin-right: 30px;
}

/**menu**/
div#masthead ul li a {
    color: #000;
    font-size: 13px;
    padding: 0px 15px;
}

div#masthead ul li {
    margin: 0px !important;
}

/**footer**/
footer#footer {
    width: 100%;
    padding: 40px 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: url("../images/footer.png") no-repeat;
    background-position: center !important;
    background-size: cover !important;
}

footer#footer p {
    margin-bottom: 10px !important;
    color: #fff;
    font-size: 14px;
}

footer#footer .footer-top {
    width: 100%;
    display: inline-block;
}

footer#footer .footer-top .footer-title h3 {
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
}

footer#footer .footer-top .footer-title h3:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #fff;
    bottom: -5px;
    left: 0px;
}

footer#footer .footer-top .footer-social {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}


footer#footer .footer-top .footer-social a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 10px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

footer#footer .footer-top .footer-menu ul li a {
    padding: 0px 0 10px 0;
    color: #fff;
    font-size: 14px;
}

footer#footer .footer-top .footer-menu ul li {
    border: 0px !important;
}

/**about**/
article.bk-about {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -200px;
    z-index: 99999;
}

article.bk-about .about-item {
    width: 100%;
    display: inline-block;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
}

article.bk-about .about-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 20px;
}

article.bk-about .about-item h3 {
    font-size: 16px;
    color: var(--primary-color);
}

article.bk-about .about-content p {
    font-size: 15px;
    margin: 0px !important;
}

/**title**/
h3.section-title.section-title-center {
    text-align: center;
    display: block;
    width: 100%;
    color: var(--primary-color);
    font-size: 22px;
}

h3.section-title.section-title-center b {
    display: none !important;
}

/**ck**/
.ck-item {
    width: 100%;
    display: inline-block;
    position: relative;
    transition: 0.3s ease-in-out
}

.ck-item:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1)
}

.ck-item img {
    width: 100%;
    height: 180px;
}

.ck-item .ck-title {
    position: absolute;
    top: 50%;
    right: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    transform: translateY(-50%);
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

/**school**/
.bk-slide-item {
    width: 100%;
    position: relative;
    display: inline-block;
    padding-bottom: 100px;
}

.bk-slide-item .bk-thumbnail {
    width: 250px;
    height: 200px;
}

.bk-slide-item .bk-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bk-slide-item .bk-slide-content {
    width: 450px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    padding: 10px;
}

.bk-slide-item .bk-slide-content h3 {
    text-transform: uppercase;
    font-size: 16px;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: var(--primary-color);
}

.bk-slide-item .bk-slide-content p {
    color: #000;
    font-size: 14px;
    margin: 0px !important;
}

.bk-slide-item .bk-slide-content .bk-text {
    text-align: right;
    margin: 10px 0 0 0;
    width: 100%;
    font-size: 14px;
    display: inline-block;
}

.owl-nav button {
    width: 35px;
    background: #fff !important;
    min-height: 35px;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 3px;
    margin: 0px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button i {
    color: var(--primary-color) !important;
}

.owl-nav button.owl-next {
    right: 10px;
}

.owl-nav button.owl-prev {
    left: 10px;
}

/**review**/
.review-box-title {
    width: 100%;
    display: inline-block;
}

.review-box-title h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 15px;
    position: relative;
}

.review-box-title h3:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    display: block;
    bottom: -10px;
    background: var(--primary-color);
}

.review-box-title p.number {
    color: #999999;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 0px !important;
}

.review-box-title span {
    color: #999999;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.bk-review-item {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 40px 10px 10px 10px;
    color: #fff;
    margin-top: 40px;
    background: var(--primary-color);
}

.bk-review-item .bk-thumbnail {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
}

.bk-review-item .bk-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.bk-review-item .bk-content {
    font-size: 14px;
}

.owl-dots {
    display: none !important;
}

/**register**/
.form-group {
    width: 600px;
    margin: auto;
}

span.wpcf7-form-control-wrap.email {
    width: 75%;
    float: left;
}

.form-group input {
    box-shadow: unset !important;
    border-color: var(--primary-color) !important;
}

input.wpcf7-form-control.wpcf7-submit.btnEmail {
    width: 25%;
    float: left;
    margin: 0px !important;
}

/**blog**/
.post-item-big {
    width: 100%;
    display: inline-block;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.post-item-big:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.post-item-big .post-thumbnail {
    width: 100%;
    height: 320px;
}

.post-item-big .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item-big .post-content {
    width: 100%;
    padding: 10px;
}

.post-item-big .post-content h3 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    height: 44px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.post-item-big .post-content p {
    color: #7d7d7d;
    font-size: 15px;
    margin: 0px !important;
}

.post-item-big .post-content h3:hover {
    color: var(--primary-color) !important;
}

.post-grid {
    width: 100%;
    background: #fff;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.post-grid:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.post-grid .post-thumbnail {
    width: 250px;
    float: left;
    height: 200px;
}

.post-grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-grid .post-content {
    width: calc(100% - 250px);
    float: left;
    padding: 10px 0 10px 15px;
}

.post-grid .post-content h3 {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    color: #000;
}

.post-grid .post-content p {
    color: #7d7d7d;
    font-size: 14px;
    margin: 0px !important;
}

.post-row {
    width: 100%;
    display: inline-block;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.post-row:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
}

.post-row .post-thumbnail {
    width: 100%;
    height: 180px;
}

.post-row .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-row .post-content {
    width: 100%;
    padding: 10px;
}

.post-row .post-content h3 {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 15px;
    color: #000;
}

.post-row .post-content p {
    color: #7d7d7d;
    font-size: 14px;
    margin: 0px !important;
}

.post-item-big .post-content h3:hover, .post-grid .post-content h3:hover, .post-row .post-content h3:hover {
    color: var(--primary-color) !important;
}

/**category**/
section#breadcrumbs a, section#breadcrumbs span {
    color: #000;
    font-weight: 600;
}

section#breadcrumbs {
    background: #f2f2f2;
    padding: 10px 0;
    color: #000;
    font-size: 15px;
}

section#page-content {
    width: 100%;
    display: inline-block;
    margin: 30px 0 30px 0;
}

/**widget**/
.widget-post {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.widget-post:last-child {
    border-bottom: 0px !important;
}

.widget-post .post-thumbnail {
    width: 100px;
    height: 70px;
    float: left;
}

.widget-post .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post .post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-post .post-content h3 {
    font-size: 14px;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.widget-post .post-wrapper {
    font-size: 13px;
}

.our-services .post-content h4 {
    height: 50px;
}

article.entry-content ul li {
    list-style: inside disc none;
    margin-left: 0px !important;
}

#wpdcom {
    max-width: 100% !important;
}

article.entry-content {
    padding-top: 0px !important;
}