.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.image-box-border-radius {
    border-radius: 10px;
}

.main-menu .navigation > li.active > a,
.main-menu .navigation > li.ancestor > a {
    opacity: 1;
    color: #e83e18;
}

.main-menu .navigation > li > ul > li.active > a,
.main-menu .navigation > li > ul > li.ancestor > a {
    color: #e83e18;
}

.fullscreen-menu .full-menu .navigation > li.active > a,
.fullscreen-menu .full-menu .navigation > li.ancestor > a {
    opacity: 1;
    color: #e83e18;
}

.fullscreen-menu .full-menu .navigation > li > ul > li.active > a,
.fullscreen-menu .full-menu .navigation > li > ul > li.ancestor > a {
    color: #e83e18;
}

.main-header.header-style-one .header-upper .logo-box {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
}

.main-header .social-box {
    z-index: 100;
    position: relative;
    float: left;
    padding: 67px 0px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header.fixed-header .social-box {
    padding: 28px 0px;
}

.link-icon {
    width: 25px;
    height: 25px;
}

.main-footer .useful-links li {
    display: inline-block;
    margin: 5px;
}

.main-header .nav-outer {
    z-index: 99;
}

@media only screen and (max-width: 1279px) {
    .main-header .nav-outer {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .main-header.fixed-header .header-upper .social-box,
    .main-header .header-upper .social-box {
        padding: 34px 0px;
    }
}

@media only screen and (max-width: 666px) {
    .main-header .social-icon-one {
        display: none;
    }

    .main-footer .useful-links li {
        margin: 10px;
        display: block;
    }
}

@media only screen and (min-width: 666px) {
    .main-footer .social-icon-one {
        display: none;
    }
}

@media only screen and (min-width: 1280px) {
    .main-header .outer-box .nav-btn {
        display: none;
    }
}

.blog-single ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.blog-single ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}
.blog-single li {
    list-style: unset;
    display: list-item;
    margin-left: 24px;
}

.blog-single .image {
    padding-top: 50px;
}

a.menu-search {
    color: #111111;
}

.main-header .logo img.small-logo {
    width: 100px;
    margin-top: 5px;
}

.main-header img.small-logo {
    display: none;
}

.main-header.fixed-header img.full-logo {
    display: none;
}

.main-header.fixed-header img.small-logo {
    display: inherit;
}

.mobile_grid_list_icon{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-left: 15px;
    margin-right: 15px;
}

.grid_list_icon{
    border-radius: 50%;
    width: 128px;
    height: 128px;
}

img.kido {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 100px;
}
