.pagination-area {
    text-align: center;
}

.pagination-area .page-numbers,.pagination-area .page-item {
    width: 45px;
    height: 45px;
    margin: 0 3px;
    display: inline-block;
    background-color: #ffffff;
    line-height: 48px;
    color: #0b0b31;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    font-size: 18px;
    font-weight: 700;
}

.pagination-area .page-numbers.current,
.pagination-area .page-item.active,
.pagination-area .page-numbers:hover,
.pagination-area .page-item:hover,
.pagination-area .page-numbers:focus,
.pagination-area .page-item:focus {
    background: #5764ec;
    color: #ffffff;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
}

.widget-area .widget {
    margin-top: 35px;
}

.widget-area .widget:first-child {
    margin-top: 0;
}

.widget-area .widget .widget-title {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-transform: capitalize;
    position: relative;
    font-size: 22px;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    background: #5764ec;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 1px;
}

.widget-area .widget_search {
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    -moz-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    background-color: #ffffff;
    padding: 15px;
}

.widget-area .widget_search form {
    position: relative;
}

.widget-area .widget_search form label {
    display: block;
    margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
    display: none;
}

.widget-area .widget_search form .search-field {
    background-color: transparent;
    height: 50px;
    padding: 6px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.widget-area .widget_search form .search-field:focus {
    border-color: #5764ec;
}

.widget-area .widget_search form button {
    position: absolute;
    right: 0;
    outline: 0;
    bottom: 0;
    height: 50px;
    width: 50px;
    z-index: 1;
    border: none;
    color: #ffffff;
    background-color: #5764ec;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.widget-area .widget_search form button:hover {
    background-color: #0b0b31;
    color: #ffffff;
}

.widget-area .widget_inspire_posts_thumb {
    position: relative;
    overflow: hidden;
}

.widget-area .widget_inspire_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
    display: block;
}

.widget-area .widget_inspire_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_inspire_posts_thumb .item .thumb {
    position: relative;
    width: 110px;
    height: 90px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    display: inline-block;
}
.widget-area .widget_inspire_posts_thumb .item .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-area .widget_inspire_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_inspire_posts_thumb .item .info span {
    display: block;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3px;
}

.widget-area .widget_inspire_posts_thumb .item .info .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

.widget-area .widget_inspire_posts_thumb .item .info .title a {
    display: inline-block;
}

.widget-area .widget_recent_entries ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
    position: relative;
    margin-bottom: 12px;
    color: #0b0b31;
    padding-left: 14px;
    line-height: 1.5;
    font-weight: 400;
    font-size: 15.5px;
}

.widget-area .widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
    background: #5764ec;
    height: 8px;
    width: 8px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    border-radius: 50px;
}

.widget-area .widget_recent_entries ul li a {
    display: inline-block;
    color: #0b0b31;
}

.widget-area .widget_recent_entries ul li a:hover {
    color: #5764ec;
}

.widget-area .widget_recent_entries ul li .post-date {
    display: block;
    font-size: 13px;
    color: #505050;
    margin-top: 4px;
}

.widget-area .widget_archive ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_archive ul li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 14px;
    color: #0b0b31;
    font-size: 15.5px;
    font-weight: 400;
}

.widget-area .widget_archive ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
    background: #5764ec;
    height: 8px;
    width: 8px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    border-radius: 50px;
}

.widget-area .widget_archive ul li a {
    display: inline-block;
    color: #0b0b31;
}

.widget-area .widget_archive ul li a:hover {
    color: #5764ec;
}

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    color: #505050;
    padding-left: 14px;
    font-size: 15.5px;
    font-weight: 400;
}

.widget-area .widget_categories ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
    background: #5764ec;
    height: 8px;
    width: 8px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    border-radius: 50px;
}

.widget-area .widget_categories ul li a {
    color: #0b0b31;
    display: block;
}

.widget-area .widget_categories ul li a:hover {
    color: #5764ec;
}

.widget-area .widget_categories ul li .post-count {
    float: right;
}

.widget-area .widget_meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_meta ul li {
    position: relative;
    margin-bottom: 12px;
    color: #0b0b31;
    padding-left: 14px;
    font-size: 15.5px;
    font-weight: 400;
}

.widget-area .widget_meta ul li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
    background: #5764ec;
    height: 8px;
    width: 8px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
    border-radius: 50px;
    border-right-style: inset;
}

.widget-area .widget_meta ul li a {
    display: inline-block;
    color: #0b0b31;
}

.widget-area .widget_meta ul li a:hover {
    color: #5764ec;
}

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #0b0b31;
    font-weight: 400;
    font-size: 15px;
    padding: 8px 12px;
    border: 1px solid #eeeeee;
    margin-top: 8px;
    margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: #5764ec;
    border-color: #5764ec;
}

.widget-area .widget_event_details ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.widget-area .widget_event_details ul li {
    border-bottom: 1px solid #eeeeee;
    color: #888f96;
    padding-bottom: 10px;
    padding-top: 10px;
}

.widget-area .widget_event_details ul li:first-child {
    padding-top: 0;
}

.widget-area .widget_event_details ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget-area .widget_event_details ul li span {
    display: inline-block;
    color: #0b0b31;
    font-weight: 400;
}

.widget-area .widget_event_details ul li a {
    display: inline-block;
    color: #888f96;
}

.widget-area .widget_event_details ul li a:hover {
    color: #5764ec;
}

/**************************************
 ** - 18 - Hire Section CSS
 *************************************/

.hire-wrapper {
    padding: 70px 0;
    background-color: rgba(136, 116, 181, .11);
    position: relative;
    z-index: 1;
    border-radius: 5px;
    background: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.hire-wrapper::before {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: -1;
    background: rgba(47, 55, 136, 0.5);
}

.hire-content h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}

.hire-content h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.btn-1 {
    margin-right: 10px;
}


.product-item-box {
    position: relative;
    margin-bottom: 75px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.product-item-box:hover {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
.product-item-box .product-link {
    display: flex;
    justify-content: center;
}
.product-link img {
    border-radius: 5px;
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.project-link-title-box {
    background-color: transparent;
    margin: 0 15px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
    -moz-box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
    box-shadow: 0 0 20px -5px rgba(68, 107, 138, 0.3);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.project-link-title-inside {
    text-align: center;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    perspective: 1000px;
    position: relative;
    z-index: 1;
}

.product-item-box:hover .project-link-title-box {
    bottom: 15px;
}

.project-link-flip-front {
    background-color: #fff;
    color: #333;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 5px;
    transition: all 700ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    padding-top: 15px;
}
.project-link-flip-front p{
    width: 100%;
}
.project-link-flip-back {
    background-color: #5764ec;
    background: linear-gradient(-48deg, #c6fdb8 -30%, #5764ec 60%);
    color: #fff;
    transform: rotateX(180deg);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 5px;
    transition: all 700ms ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.project-link-title-box:hover .project-link-flip-front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.project-link-title-box:hover .project-link-flip-back {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.project-link-title-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.project-link-title-box .project-link-flip-back h3 {
    font-size: 16px;
    font-weight: 700;
}

.project-more-btn-box {
    margin-top: 15px;
}
.single-project-4 {
    position: relative;
    margin-bottom: 30px;
}

.single-project-4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #5764ec;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.project-image-4 img {
    border-radius: 5px;
}

.single-project-4 .image-hover-4 {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    text-align: left;
    color: #ffffff;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-project-4 .image-hover-4:hover {
    text-decoration: none;
}

.single-project-4 .image-hover-4 .overlay-text-4 {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 5px;
    will-change: transform;
}

.single-project-4 .image-hover-4 .overlay-text-4 h3 {
    color: #333;
    font-size: 18px;
    margin: 0;
    line-height: 1.3;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-project-4 .image-hover-4 .overlay-text-4 h3 a {
    color: #333;
    font-size: 18px;
    margin: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-project-4 .image-hover-4 .overlay-text-4 .read-more {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.single-project-4 .image-hover-4 .overlay-text-4 .read-more:hover {
    color: #5764ec;
    text-decoration: underline;
}

.single-project-4:hover::before, .single-project-4:focus::before {
    opacity: 0.7;
    visibility: visible;
}

.single-project-4:hover .image-hover-4, .single-project-4:focus .image-hover-4 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: .6s;
    transition: .6s;
}



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}