#sticky.stick {
    margin-top: 0 !important;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}

.bg1 {
    background: rgba(0, 0, 0, 0) linear-gradient(75deg, rgba(0, 0, 0, 0) 33%, rgb(245, 130, 32) 33%) repeat scroll 0 0;
}

.choose-us .center span i {
    border-color: #f58220;
}

.navbar-default .dropdown-menu > li > a.active,
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a.active:focus,
.navbar-default .navbar-nav > li > a.active:hover {
    background-color: #e9d905;
    border-color: #e9d905;
}

#frontend-navbar-collapse .navbar-right li {
    margin: 0 0.3rem;
}

.profileUser .panel.panel-default {
    background-color: #eee;
}

/* delete this when the special content is visible */

.section-btm {
    margin: 0;
}

/* delete this when the special content is visible */

/* custom css added */

.header .container-fluid {
    padding: 0 1.5rem;
}

.header .collapse {
    padding: 0;
}

.aside {
    /* width: 25%; */
}

.two-column-wrap .box-wrap .image img {
    object-fit: fill;
}

.two-column-wrap .box-wrap .heading h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
}

.two-column-wrap .box-wrap .name {
    display: block;
    margin: -2.4rem 0 0 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    white-space: nowrap;
    text-transform: capitalize;
}

/* inner page style */

.comment-wrapper .form-horizontal .btn {
    float: right;
    margin-right: -1.5rem;
}

.comments-holder .comments-hold {
    padding: 0;
    border-left: 2px solid #ddd;
    padding-left: 15px;
}

.content-hold .holder.inner .name-wrap {
    background: #b4a703;
    padding: 1rem 1.5rem;
}

.content-hold .holder.inner .name-hold .btn {
    border: 1px solid #a59903;
    margin-left: 1rem;
}

.content-hold .holder.inner .time-hold {
    margin: 0.6rem 0 0;
}

.comments-holder .avatar-wrap {
    flex: 0.5;
}

.comments-holder .avatar-wrap .photo {
    margin: 0;
}

.comments-holder .avatar-wrap .photo img {
    width: 60%;
}

.comments-holder .meta strong:first-child {
    color: #333;
    margin-right: 1rem;
    display: block;
}

.comments-holder .meta strong:last-child {
    color: #999;
    font-size: 1.2rem;
    font-weight: normal;
}

/* alert style */

.alert {
    /* margin: 0 0 3rem; */
    padding: 1rem 1.5rem;
    text-align: center;
    /* font-size: 1.6rem; */
}

.alert-warning {
    background-color: #e9d905;
    border-color: #e9d905;
    color: #65512c;
}

.alert-danger {
    background-color: #d83830;
    border-color: #d83830;
    color: #fff;
}

/* dashboard style */

.box-wrap .small-box > .inner {
    padding: 1.5rem 1rem;
}

.small-txt {
    font-size: 1.8rem;
    font-weight: normal;
}

.box-wrap .small-box-footer > a {
    color: #fff;
}

.social-icon ul li {
    display: inline-block;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    margin-right: 5px;
}

.social-icon ul li:first-child {
    border: none;
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 10px;
    margin-right: 0;
}

.social-icon ul li .fa-facebook {
    padding: 12px 15px;
    border: 1px solid #234e9a;
    border-radius: 50%;
}

.social-icon ul li .fa-facebook:hover {
    background: #234e9a;
    color: #fff;
    transition: 0.2s;
}

.social-icon ul li .fa-twitter {
    padding: 12px;
    border: 1px solid #32aadc;
    border-radius: 50%;
}

.social-icon ul li .fa-twitter:hover {
    background: #32aadc;
    color: #fff;
    transition: 0.2s;
}

.header .logo-nav-wrap .navbar-form .form-group input {
    height: 38px;
}

.header .logo-nav-wrap .navbar-form button {
    height: 38px;
}

.aside {
    position: relative;
}

.aside ul {
    margin-left: 2rem;
}

.aside ul li {
    float: left;
    margin-right: 2.5rem;
    position: relative;
    background-color: #4568b2;
    border-radius: 3px;
    margin-bottom: 1rem;
}

.aside ul li a:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(136, 183, 213, 0);
    border-width: 18px;
    top: 22px;
    margin-left: -1px;
    margin-top: -22px;
    left: -34px;
    border-right-color: #4568b2;
}

.aside ul li a:before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 42%;
    right: 100%;
    width: 7px;
    height: 7px;
    opacity: 0.95;
    background: #ffffff;
    border-radius: 7px;
    -webkit-box-shadow: inset 0.5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: inset 0.5px 0 rgba(0, 0, 0, 0.6);
}

.aside .widget li a {
    padding-right: 5px;
    padding: 5px 8px;
    position: relative;
    float: left;
    -webkit-border-radius: 0 4px 0 4px;
    -moz-border-radius: 0 4px 0 4px;
    border-radius: 0 4px 4px 0;
    color: #fff;
    height: 36px;
}

.aside .widget li a:hover {
    padding: 5px 8px;
    color: #fff;
}

.about {
    background-color: #001541;
    padding: 2rem 0;
    color: #ddd;
}

.pt-text {
    margin-top: 1rem;
}

.lv-cmt {
    color: #666;
}

.a-heading a {
    color: #3b5998;
    text-decoration: none;
}

.a-heading a:hover {
    color: #4568b2;
}

.content-hold h2 {
    text-transform: capitalize;
}

.name {
    text-transform: capitalize;
}

.aside ul li a:hover {
    background: #ff8d1f;
    transition: all 0.3s ease-in;
}

.aside ul li a:hover:after {
    border-right-color: #ff8d1f;
    transition: all 0.3s ease-in;
}

.image {
    box-shadow: 0 0 4px 0 #333;
    padding: 1px;
}

.text-wrap h1 {
    text-transform: capitalize;
}

.rtn-home {
    display: block;
    margin-top: 1rem;
}

.rtn-home a {
    text-decoration: none;
}

.cust-title {
    padding-top: 2rem;
}

.cust-title img {
    height: 7rem;
}

.two-column-wrap .content-hold .box .image img {
    max-height: calc(21rem);
    min-height: calc(21rem);
}

.logo-nav-wrap-fixed {
    position: fixed;
    background: #4568b2;
    padding: 5px;
    z-index: 20;
    width: 100%;
}

.time-cont small {
    padding-left: 1rem;
}

.foot-register p {
    background: #d3d3de61;
    padding: 0.5rem 1.5rem;
    color: #4e4e4e;
}

.foot-register a {
    color: #3b5998;
    font-weight: 700;
}

.foot-register a:hover {
    color: #4e4e4e;
}

.comment-wrapper {
    margin-top: 1rem;
}

.comments-holder .meta strong {
    display: inline-block !important;
    margin-bottom: 0.5rem;
}

.comments-holder .meta strong:last-child {
    font-size: 1.1rem;
}

.header .logo-nav-wrap .navbar-form .form-group {
    width: 80%;
}

.btn-trans {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s ease-in;
    height: 38px;
}

.btn-trans:hover {
    background: #fff;
    color: #4e4e4e;
}

.search-big {
    display: none;
}

.comments-holder .comments {
    padding: 0 !important;
}

.content-hold .holder.inner > .photo img {
    object-fit: unset;
}

.full-adholder {
    box-shadow: 0 0 3px #bbb;
    padding: 3px;
    background: #fff;
    margin-bottom: 3rem;
    border-radius: 3px;
}

.cat-header h2 {
    float: left;
    margin: 0;
}

.sort-btn-right {
    float: right;
}

.btn-sort {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #4f4f4f;
}

.cat-header {
    background: #fff;
    box-shadow: 0 0 3px #bbb;
    margin-bottom: 3rem;
    padding: .9rem 1rem;
}

.btn-sort {
    width: 16rem;
    text-align: left;
}

.btn-sort .caret {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
}

.topic-holder {
    margin-bottom: 3rem;
    box-shadow: 0 0 3px #bbb;
    padding: 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    border-top: 6px solid #4568b2;
}

.topic-list {
    text-transform: capitalize;

}

.topic-titile {
    border-bottom: 1px solid #000;
    margin-bottom: 1.5rem;
}

.topic-titile h3 {
    font-size: 2.7rem;
    font-weight: 500;
    margin: 0;
    color: #000;
    padding-bottom: 0.5rem;
}

.topic-list p:before {
    font-family: FontAwesome;
    content: '\f192';
    font-size: 1.3rem;
    margin-right: 8px;
    color: #4568b2;
}

.topic-list p {
    margin: 0 0 1rem 0;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: .5rem;
}

.topic-list p:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

/** category modification */
.aside ul li {
    overflow-wrap: break-word !important;
    font-size: 15px;
    margin-left: 14px;
    margin-right: 14px;
    width: 42%;
    text-align: center;
}

.aside .widget li a {
    width: 100%;
    height: auto;
}

.aside ul {
    margin: 0;

}

.aside ul li a:after {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.aside ul li a:before {
    top: 42%
}

.header .logo-nav-wrap .navbar-form {
    width: 50%;
}

@media (max-width: 768px) {
    .aside ul li {
        width: 40%;
    }
}

.content-hold .text-wrap a.likeToggle, .content-hold .text-wrap a.unlike, .content-hold .text-wrap a.like {
    color: #fff;
}

@media (max-width: 1199.98px) {
    .aside ul li {
        width: 36%;
    }

    .header .logo-nav-wrap .navbar-form .form-group {
        width: 70%;
    }

    .header .logo-nav-wrap .navbar-form {
        width: 45%;
    }
}