/* WELCOME START */
.welcome {
    position: relative;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
/* WELCOME END */

/* NEWS START */
.news-thumbnail {
    background: #233646;
}

.news-thumbnail img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-thumbnail img:hover {
    opacity: .8;
}

.news-header {
    background-color: #fff;
    padding: 22px;
    border-bottom: solid #f7f7f7 4px;
    border-right: solid #f7f7f7 4px;
    border-left: solid #f7f7f7 4px;
}

.news-meta-date {
    font-size: 12px;
    color: #888888;
}

.news-title {
    color: #233646;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-title:hover {
    color: #ff7214;
}
/* NEWS END */

/* SOURCES START */
.source-box-btn {
    text-decoration: none;
    font-weight: 600;
    color: #233646;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e6ea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.source-box-btn:hover {
    background-color: #f6f6f6;
    color: #ff7214;
}

.source-box-decor i {
    /* margin: 0 0 4px 0; */
    display: none;
    color: #233646;
}

.source-box-btn:hover i {
    display: block;
}
/* SOURCES END */

/* BANNER START */
.banner-wrapper {
    background-color: #162b45;
    position: relative;
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0px;
}

.banner-subtitle {
    color: #ffffff;
}

.banner-desc {
    color: #ffffff;
}

.banner-title {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.5px;
}
/* BANNER END */


/* SIGN IN START */
/* Sign In Form Start */
.form-control-user {
    font-size: 13px;
    background-color: transparent;
    border: none;
    border: 1px solid #e5e6ea;
    color: #233646;
    border-radius: 0px !important;
    height: 45px;
    width: 100%;
    box-shadow: none !important;
}

.form-control-user::-moz-placeholder {
    color: #888888;
}

.form-control-user:-ms-input-placeholder {
    color: #888888;
}

.form-control-user::-webkit-input-placeholder {
    color: #888888;
}

.form-control-user:focus {
    border-color: #233646;
    outline: none;
}
/* Sign In Form End */

/* Sign In Responsive Start */
@media (max-width:768px){
    #logform {
        margin-top: 1rem !important;
    }
}
/* Sign In Responsive End */
/* SIGN IN END */

/* CONTACT START */
.form-control-contact {
    font-size: 13px;
    background-color: transparent;
    border: none;
    border: 1px solid #e5e6ea;
    color: #233646;
    border-radius: 0px !important;
    height: 45px;
    width: 100%;
    box-shadow: none !important;
}

.form-control-contact::-moz-placeholder {
    color: #888888;
}

.form-control-contact:-ms-input-placeholder {
    color: #888888;
}

.form-control-contact::-webkit-input-placeholder {
    color: #888888;
}

.form-control-contact:focus {
    border-color: #233646;
    outline: none;
}
/* CONTACT END */

/* NEWS SINGLE START */
/* News Single Start */
.single-entry-title {
    color: #233646;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.single-entry-meta {
    color: #888888;
    align-items: center;
}

.single-entry-meta .meta-author a {
    font-size: 12px;
    color: #ff7214;
    font-weight: 600;
    text-transform: uppercase;
}

.single-entry-meta .meta-author span {
    font-weight: 500;
    color: #888888;
}

.single-entry-meta .meta-date {
    font-size: 12px;
    font-weight: 500;
    color: #888888;
}

.single-box .content p {
    margin-top: 20px;
}
/* News Single End */

/* Widget Entry Widget Start */
.widget-title {
    font-weight: 600;
    color: #233646;
    margin: 0;
    padding: 0 0 12px;
}

.widget-entry {
    display: flex;
    align-items: center;
}

.widget-entry:last-child {
    margin-bottom: 0px !important;
}

.widget-entry-thumbnail {
    width: 69px;
    height: 69px;
    flex: none;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.widget-entry-thumbnail img {
    position: absolute;
    top: 0;
    left: -25px;
    max-width: none;
    width: 120px;
}

.widget-entry-title {
    color: #233646;
    font-weight: 600;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.widget-entry-title:hover {
    color: #ff7214;
}

.widget-entry-meta .meta-date {
    font-size: 12px;
    color: #888888;
}
/* Widget Entry Widget End */

/* Post Navigation Start */
.news-navigation {
    display: flex;
    align-items: center;
    min-height: 84px;
    padding: 30px 0 0;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.news-navigation .news-next, .news-navigation .news-prev {
    position: absolute;
    font-weight: 700;
    max-width: 40%;
    height: 44px;
}

.news-navigation a {
    color: #233646;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.news-navigation a:hover {
    color: #ff7214;
}

.news-navigation .news-next span:first-child, .news-navigation .news-prev span:first-child {
    display: block;
    color: #888888;
    font-size: 12px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin-bottom: -6px;
    margin-top: 3px;
}

.news-navigation .news-prev {
    left: 0;
}

.news-navigation .news-all {
    font-size: 24px;
    left: auto;
    position: absolute;
    right: 50%;
    text-align: center;
    width: 12px;
    bottom: 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.news-navigation .news-all:hover {
    color: #ff7214;
}

.news-navigation .news-next {
    right: 0;
}

.news-next {
    text-align: right;
}

.news-next.disabled {
    pointer-events: none;
    cursor: default;
}

.news-prev.disabled {
    pointer-events: none;
    cursor: default;
}

.news-navigation .news-prev-title {
    padding-left: 40px;
}

.news-navigation .news-prev:before {
    font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f053";
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    transition: all .3s ease;
    padding-top: 2px;
    left: 10px;
}

.news-navigation .news-prev:hover:before {
    transform:translate3d(0,-50%,0);
    color: #233646;
}

.news-navigation .news-next:before {
    font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f054";
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    transition: all .3s ease;
    right: 10px;
    padding-top: 2px;
}

.news-navigation .news-next:hover:before {
    transform:translate3d(0px,-50%,0);
    color: #233646;
}

.news-navigation .news-next-title {
    padding-right: 40px;
}

.news-navigation .news-next-title span:last-child, .news-navigation .news-prev-title span:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Post Navigation End */
/* NEWS SINGLE END */

/* Icon Box Start */
.icon-box img {
    min-width: 52px;
    max-width: 52px;
}
/* Icon Box End */

/* CATALOG START */
/* Row Entry Start */
.row-entry {
    border-bottom: 1px solid #e5e6ea;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.row-entry-thumbnail {
    overflow: hidden;
}

.row-entry-thumbnail img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.row-entry-thumbnail:hover img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.row-entry-title {
    color: #233646;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    min-height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row-entry-title:hover {
    color: #ff7214;
}

.row-entry-meta-pos {
    font-size: 12px;
    color: #ff7214;
    font-weight: 600;
}

.row-entry-meta-time {
    font-size: 12px;
    color: #888888;
}

.custom-list-unstyled ul {
    list-style: none !important;
    padding-inline-start: 0px !important;
}
/* Row Entry End */

.sidebar-widget-divider {
    border-top: 3px solid #e5e6ea;
    margin: 30px 0px;
}

/* Module Columns Start */
/* Hover Wrapper Grey Start */
.hover-wrapper-grey {
    background-color: #f7f7f7;
    color: #233646;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 40px 28px;
}

.hover-wrapper-grey:hover {
    background-color: #10233a;
    color: #ffffff;
}

.hover-wrapper-grey:hover .hover-wrapper-grey-image {
    filter:  brightness(0) invert(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hover-wrapper-grey ul {
    padding-inline-start: 20px;
}
/* Hover Wrapper Grey End */
/* Module Columns End */

/* Search Widget Start */
.search-form .search-field {
    font-size: 13px;
    height: 45px;
    background-color: #ffffff;
    color: #233646;
    outline: none !important;
    font-weight: 400;
    padding: 8px 15px;
    border: solid #e5e6ea 1px;
    width: 100%;
}

.search-form .search-field:focus {
    box-shadow: none;
}

.search-form .search-field::-moz-placeholder {
    color: #888888;
    font-size: 13px;
}

.search-form .search-field:-ms-input-placeholder {
    color: #888888;
    font-size: 13px;
}

.search-form .search-field::-webkit-input-placeholder {
    color: #888888;
    font-size: 13px;
}

#search-widget .btn-submit {
    background-color: transparent;
    position: absolute;
    right: 32px;
    font-size: 18px;
    line-height: 2.5;
    padding: 0;
    color: #233646;
    outline: none !important;
    border: none;
}
/* Search Widget End */

/* Widget Title Start */
.widget-title {
    font-weight: 600;
    color: #233646;
    margin: 0;
    padding: 0 0 12px;
}
/* Widget Title End */

/* Position Widget Start */
#filters-widget ul li {
    margin-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #e5e6ea;
    padding-bottom: 5px;
}

.filters-widget-btn {
    color: #233646;
    transition: .5s;
    text-decoration: none;
    font-size: 13px;
    float: left;
}

.filters-widget-btn:hover {
    color: #4497ff;
    text-decoration: none;
}

.filters-widget-btn.active {
    color: #4497ff;
    text-decoration: none;
}

#filters-widget ul li:last-child {
    margin-bottom: 0px !important;
    border-bottom: none !important;
    padding-bottom: 0px !important;
}
/* Position Widget End */

/* Clear Selection Button Start */
.clear-selection-btn {
    text-align: center;
    display: block;
    padding: 2.5px 12px;
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #e5e6ea;
    margin: 5px 3px 4px;
    vertical-align: middle;
    transition: all .5s;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.clear-selection-btn:hover {
    color: #4497ff;
    border-color: #4497ff;
}
/* Clear Selection Button End */

.custom-list-pis-0 ul {
    padding-inline-start: 0px !important;
}

.custom-list-pis-20 ul {
    padding-inline-start: 20px !important;
}

/* Catalog Responsive Start */
@media (max-width: 767.98px) {
    .row-entry-title {
        margin-top: 10px;
    }
}

@media (max-width: 991.98px) {
    .row-entry {
        margin-bottom: 20px;
        padding-bottom: 18px;
    }
    
}

@media all and (max-width:576px) { 
    .single-box {
        margin-bottom: 20px;
    }
}
/* Catalog Responsive End */

/* CATALOG END */