/*--------------------------------------------------------------============================================================
[Main Stylesheet]
Project:   slicko
/*==============================
[Table of contents]
slicko STYLESHEET
----------------------------------
1. Service
2.Blog


=============================================================--------------------------------------------------------------*/

/****************************************************
                    common css
*****************************************************/

html,
body {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

/**********************************************
                Servce
**********************************************/

.service-icon {
    display: inline-block;
}

.service-title-icon {
    display: flex;
    align-items: center;
}
.service-style-three .service-title-icon.title-bottom {
    justify-content: flex-start;
}
.service-style-three .service-title-icon.title-top {
    justify-content: space-between;
}

.service-thumbnail-img {
    position: relative;
    overflow: hidden;
}
.service-thumbnail-img {
    position: relative;
}
.service-style-five .service-title-icon-box {
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease-in-out;
    transform: translateY(65px);
    -webkit-transform: translateY(65px);
    -moz-transform: translateY(65px);
    -ms-transform: translateY(65px);
    -o-transform: translateY(65px);
}
.cs-widget-item.service-style-five:hover .service-title-icon-box {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.service-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.service-style-four .service-title-icon-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.service-style-four .service-title-icon {
    justify-content: space-between;
}

.service-style-four .service-thumbnail-img {
    position: relative;
}
.service-style-four {
    transition: all 0.3s ease-in-out;
}
.service-style-four .service-thumbnail-img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(23, 26, 31, 0) 0%, #161ff4 69.27%);
    transition: all 0.3s ease-in-out;
}

.service-style-four:hover .service-thumbnail-img:after {
    background: #032bff;
    height: 100%;
}

.service-style-one .cs-btn-wrap,
.service-style-three .cs-btn-wrap {
    overflow: hidden;
}
.service-style-one .cs-btn-wrap:hover span.btn-icon svg,
.service-style-three .cs-btn-wrap:hover span.btn-icon svg {
    transform: translate(25px, -25px);
    transition: all 0.4s ease-in-out;
}
.service-style-three .service-title-icon:hover span.btn-icon svg {
    transform: translate(25px, -25px);
}
.service-style-one .cs-btn-wrap span.btn-icon svg,
.service-style-three .cs-btn-wrap span.btn-icon svg {
    transition: all 0.4s ease-in-out;
}

.service-style-one .cs-btn,
.service-style-three .cs-btn {
    position: relative;
    transition: all 0.4s ease-in-out;
}
.service-style-one .cs-btn:before,
.service-style-three .cs-btn:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    height: 100%;
    width: 42px;
    transform: translate(-42px, 42px);
    transition: all 0.4s ease-in-out;
}
.service-style-one .cs-btn-wrap:hover .cs-btn:before,
.service-style-three .cs-btn-wrap:hover .cs-btn:before {
    transform: translate(25px, 0px);
}
.service-style-three .service-title-icon:hover .cs-btn:before {
    transform: translate(25px, 0px);
}
.service-style-five .service-title-icon {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

/* Button style two */

.service-style-five .cs-btn-wrap,
.service-style-four .cs-btn-wrap {
    overflow: hidden;
}
.service-style-five .cs-btn-wrap svg,
.service-style-four .cs-btn-wrap svg {
    transition: all 0.4s ease-in-out;
}
.service-style-five .cs-btn-wrap:hover span.btn-icon svg,
.service-style-four .cs-btn-wrap:hover span.btn-icon svg {
    transform: translate(40px, -40px);
    transition: all 0.4s ease-in-out;
}
.service-style-four .service-title-icon:hover span.btn-icon svg {
    transform: translate(40px, -40px);
}

.service-style-five .cs-btn,
.service-style-four .cs-btn {
    position: relative;
    transition: all 0.4s ease-in-out;
}
.service-style-five .cs-btn:before,
.service-style-four .cs-btn:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-right-white.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    height: 100%;
    width: 42px;
    transform: translate(-42px, 42px);
    transition: all 0.4s ease-in-out;
}
.service-style-five .cs-btn-wrap:hover .cs-btn:before,
.service-style-four .cs-btn-wrap:hover .cs-btn:before {
    transform: translate(25px, 0px);
}
.service-style-four .service-title-icon:hover .cs-btn:before {
    transform: translate(25px, 0px);
}
.service-thumbnail-img img {
    transition: all 0.5s;
}
.service-thumbnail-img {
    overflow: hidden;
}
.service-widget-wrap:hover .service-thumbnail-img img {
    transform: scale(1.1);
}

/*---------------------------------------------------
BLOG
----------------------------------------------------*/

/* default style  */

.ultran-addons-post-widget-item .post-thumbnail {
    display: block;
    overflow: hidden;
}

.ultran-addons-post-widget-item .post-thumbnail img {
    object-fit: cover;
    height: 261px;
    border-radius: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.ultran-addons-post-widget-item .post-thumbnail img:hover {
    transform: scale(1.1);
}

.ultran-addons-post-widget-item a.post-link {
    display: block;
}

.ultran-addons-post-widget-item.post-style-style-one .post-content-wrap {
    padding: 40px 0 40px;
}

.ultran-addons-post-widget-item.post-style-style-one {
    position: relative;
}

.ultran-addons-post-widget-item.post-style-style-one:after {
    position: absolute;
    content: "";
    background: #ffbe00;
    height: 5px;
    width: 0%;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
}

.ultran-addons-post-widget-item.post-style-style-one:hover:after {
    width: 100%;
}

.post-top-meta {
    font-size: 13px;
    line-height: 1.692em;
    color: var(--heading-color);
    margin-bottom: 15px;
}

.ultran-addons-post-widget-item.post-style-style-one .category-list {
    padding-right: 45px;
}

.ultran-addons-post-widget-item.post-style-style-one .post-date {
    /* position: relative; */
    color: rgba(2, 12, 23, 0.65);
}

.ultran-addons-post-widget-item.post-style-style-one .post-date:before {
    /* position: absolute; */
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 0;
    left: -25px;
    font-size: 8px;
    color: rgba(2, 12, 23, 0.4);
}

h3.post-title {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 10px;
}

.post-meta-bottom a {
    color: var(--text-color);
}

.post-meta-bottom > span {
    margin-right: 10px;
}

.ultran-addons-post-widget-item p {
    line-height: 29px;
    font-size: 15px;
    color: var(--text-color);
    margin-bottom: 0;
}

.ultran-addons-post-widget-item.post-style-style-one .ultran-addons-post-widget-item:hover {
    box-shadow: 0px 34px 33px 0px rgb(22 28 45 / 13%);
}

.ultran-addons-post-widget-item.post-style-style-one .ultran-addons-post-widget-item {
    margin-bottom: 30px;
    box-shadow: 0px 14px 120px -2px rgba(0, 0, 0, 0.06);
    background-color: var(--white-color);
    overflow: hidden;
    transition: 0.4s;
}

.post-top-meta {
    display: flex;
}

/* Blog style v2  */

.ultran-addons-post-widget-item.post-style-style-two .post-btn .icon-after {
    text-indent: -10px;
    transition: all 0.4s ease-in-out;
}

.ultran-addons-post-widget-item.post-style-style-two .post-btn:hover .icon-after {
    text-indent: 0px;
}

.ultran-addons-post-widget-item.post-style-style-two .category-list {
    padding: 5px 18px;
    border-radius: 50px;
    color: #262729;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.818em;
    margin-right: 13px;
}

.ultran-addons-post-widget-item.post-style-style-two .post-date span {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: rgba(2, 12, 23, 0.7);
}

.ultran-addons-post-widget-item.post-style-style-two .comment-count span {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(2, 12, 23, 0.6);
}

.ultran-addons-post-widget-item.post-style-style-two .post-meta-bottom {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.ultran-addons-post-widget-item.post-style-style-two .post-content {
    overflow: hidden;
}
.ultran-addons-post-widget-item.post-style-style-three .post-top-meta.d-flex {
    justify-content: space-between;
    align-items: center;
}
.ultran-addons-post-widget-item.post-style-style-three h3.post-title {
    border-top: 1px solid #e5eaf1;
    padding-top: 20px;
}
.ultran-addons-post-widget-item.post-style-style-two .post-content .post-btn-wrap {
    overflow: hidden;
}

.ultran-addons-post-widget-item.post-style-style-two .category a {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #057689;
}

.ultran-addons-post-widget-item.post-style-style-two .separator i {
    font-size: 5px;
    color: rgba(2, 12, 23, 0.3);
    margin-left: 8px;
    margin-right: 8px !important;
    margin-top: 0;
    display: inherit;
}

.ultran-addons-post-widget-item.post-style-style-two .post-title {
    font-size: 18px;
    line-height: 1.388em;
    margin: 15px 0px 20px 0px;
    color: #020c17;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.ultran-addons-post-widget-item.post-style-style-two .post-meta-bottom .ultran-addons-comment:not(:first-child) {
    margin-bottom: 0px;
    position: relative;
    margin-left: 3px;
    padding-left: 17px;
}

.ultran-addons-post-widget-item.post-style-style-two .post-meta-bottom .ultran-addons-comment:before {
    position: absolute;
    left: 0;
    width: 1px;
    height: 80%;
    background-color: #fff;
    content: "";
    top: 10%;
}

.ultran-addons-post-widget-item.post-style-style-three .post-top-date {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.ultran-addons-post-widget-item.post-style-style-three .top-category-list {
    display: flex;
    align-items: center;
}

.post-content {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    /* margin: 0px 40px 30px 40px; */
}

.ultran-addons-post-widget-item.post-style-style-one .post-content {
    margin: 0px 40px 30px 40px;
}

.ultran-addons-post-widget-item.post-style-style-two {
    position: relative;
    overflow: hidden;
}

.ultran-addons-post-widget-item.post-style-style-two .post-title:hover {
    color: rgb(255, 87, 34);
}

.ultran-addons-post-widget-item.post-style-style-two .post-link {
    display: block;
}

.post-thumbnail-wrapper.post-style-style-two {
    position: relative;
}

.ultran-addons-post-widget-item.post-style-style-two .post-thumbnail-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.ultran-addons-post-widget-item.post-style-style-two .post-thumbnail .image-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: var(--accent-color-2);
    color: var(--heading-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.ultran-addons-post-widget-item.post-style-style-two:hover .post-thumbnail .image-icon {
    transform: scale(1.4);
}

.ultran-addons-post-widget-item.post-style-list {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.ultran-addons-post-widget-item.post-style-list .post-thumbnail-wrapper .post-link {
    height: 100%;
}

.ultran-addons-post-widget-item.post-style-list .post-thumbnail-wrapper .post-thumbnail {
    height: 100%;
}

.ultran-addons-post-widget-item.post-style-list .post-thumbnail-wrapper img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.ultran-addons-post-widget-item.post-style-list .post-thumbnail-wrapper {
    width: 57%;
    padding-right: 30px;
}

.ultran-addons-post-widget-item.post-style-list .post-content-wrap {
    padding-top: 0;
}

/* arrow */

.blog-slider-arrow .slick-prev:before,
.blog-slider-arrow .slick-next:before {
    display: none;
}

.blog-slider-arrow.slick-active {
    color: #1d263a;
}

.blog-slider-arrow .prev {
    position: relative;
}

.blog-slider-arrow .next {
    position: relative;
}

.blog-slider-arrow .slick-active {
    background: #2c4bff;
    color: #fff;
}

.blog-slider-arrow button {
    transition: all 0.4s ease-in-out;
    font-size: 18px;
}

.blog-slider-arrow button:hover {
    background-color: #1d263a;
    color: #fff;
}

.blog-slider-arrow {
    background: rgba(2, 12, 23, 0.4);
    position: absolute;
    right: 0;
    top: -130px;
    padding: 7px 15px;
    border-radius: 5px;
}

.blog-slider-arrow .slick-prev {
    left: 0px !important;
    display: inline-block;
    width: initial;
    height: initial;
    transform: initial;
    margin-right: 15px;
}

.blog-slider-arrow .slick-next {
    left: 0px !important;
    display: inline-block;
    width: initial;
    height: initial;
    transform: initial;
    margin-left: 15px;
}

/* Blog style 4 */
.fbth-addons-post-widget-item {
    cursor: pointer;
}
.post-style-style-four .post-thumbnail-wrapper,
.post-style-style-five .post-thumbnail-wrapper {
    position: relative;
}

.post-style-style-four .post-category,
.post-style-style-five .post-category {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #C9F269;
    padding: 7px 12px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.post-style-style-four .post-category a,
.post-style-style-five .post-category a {
    color: #083C2F;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.3px;
}

.post-style-style-four .post-btn-wrap {
    display: inline-flex;
    position: absolute;
    right: 0px;
    bottom: 4px;
}

.post-style-style-four .post-meta-bottom {
    display: inline-flex;
}

.post-style-style-four .post-content {
    position: relative;
}
.post-btn.btn-height-width {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.post-btn .btn-icon svg {
    margin-top: -4px;
}
/*---------------------------------------------------
BLOG CATEGORY
----------------------------------------------------*/

.ultran-blog-cat {
    position: relative;
}

.ultran-cat-contnt {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s;
}

.ultran-blog-cat-title {
    background-color: #020c17;
    font-size: 18px;
    color: #fff;
    padding: 13px 25px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 5px;
    transition: 0.4s;
}

.ultran-blog-cat:hover .ultran-blog-cat-title {
    background-color: #ffbe00;
    color: #020c17;
}

.ultran-cat-image img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center top;
    border-radius: 5px;
}

.ultran-addons-addon-post-navigation .nav-links a {
    /* Style for "PREV PROJE" */
    color: var(--heading-color);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--heading-color);
    padding: 24px 31px;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.ultran-addons-addon-post-navigation .nav-links a:hover {
    border-color: #5034fc;
}

.ultran-addons-addon-post-navigation .nav-links a:hover:after {
    transform: scale(1);
}

.ultran-addons-addon-post-navigation .nav-links a .nav-icon svg {
    width: 17px;
}

.ultran-addons-addon-post-navigation .nav-links a .nav-icon i {
    font-size: 17px;
}

.ultran-addons-addon-post-navigation .nav-links .nav-previous a .nav-icon {
    margin-right: 14px;
}

.ultran-addons-addon-post-navigation .nav-links .nav-next a .nav-icon {
    margin-left: 14px;
}

/*
* pagination css
*/

.ultran-addons-pagination a,
.ultran-addons-pagination span.current {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #262729;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid rgba(38, 39, 41, 0.1);
    margin: 0px 5px;
    transition: 0.4s;
    display: inline-flex;
}

.ultran-addons-pagination {
    margin-top: 30px;
}

.ultran-addons-pagination span.current {
    color: #fff;
    background-color: #5034fc;
}

.ultran-addons-pagination {
    margin-left: -5px;
}

.ultran-addons-pagination a:hover {
    color: #fff;
    background-color: #5034fc;
}

.ultran-addons-post-widget-item.post-style-style-one .post-btn-wrap {
    margin: 40px 0px 0px 40px;
    color: #fff;
    overflow: hidden;
    transition: 0.4s;
}

.post-meta-bottom i,
.post-meta-bottom svg {
    margin-right: 12px;
}

.ultran-addons-pagination a.next.page-numbers:after {
    display: none;
}

/*
        Hover
        */

.post-thumbnail img {
    transition: all 0.4s ease-in-out;
}

.ultran-addons-post-widget-wrap.hover-one:hover .post-thumbnail img {
    transform: scale(1.1);
}

.ultran-addons-post-widget-wrap.hover-one .post-thumbnail {
    overflow: hidden;
}

.ultran-addons-post-widget-item.post-style-style-two:hover .ultran-addons-post-widget-item .post-content-wrap {
    opacity: 1;
    border: 0;
    z-index: 999;
}

.ultran-addons-post-widget-item.post-style-style-two:hover .post-content-wrap {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

@media (max-width: 767px) {
    .ultran-addons-post-widget-item.post-style-style-two .post-content-wrap {
        opacity: 1;
        bottom: 0;
        visibility: visible;
    }
    .post-style-style-four .post-btn-wrap {
        position: relative;
    }
}

/***************************************************
                    JOB
***************************************************/

.jm-mata-iconbox {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
}

.jm-meta-iconbox-icon {
    display: inline-block;
    margin-right: 15px;
    margin-top: 2px;
}

.jm-iconbox-text span {
    display: block;
}

.jm-meta .jb-title h4 {
    letter-spacing: 0;
}

.job-card-single {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-btn-details a {
    display: inline-block;
}
.job-apply-btn a {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}
@media (max-width: 768px) {
    .job-card-single {
       flex-wrap: wrap;
    }
}

/*********************************************************
                    Case Study
*********************************************************/

.cs-slider-arrow .slick-prev:before,
.cs-slider-arrow .slick-next:before {
    display: none;
}

.cs-slider-arrow.slick-active {
    color: #1d263a;
}

.cs-slider-arrow .prev {
    position: relative;
}

.cs-slider-arrow .next {
    position: relative;
}

.cs-slider-arrow .slick-active {
    background: #2c4bff;
    color: #fff;
}

.cs-slider-arrow button {
    transition: all 0.4s ease-in-out;
    font-size: 18px;
}

.cs-slider-arrow button:hover {
    background-color: #1d263a;
    color: #fff;
}

.cs-slider-arrow .slick-prev {
    left: 0px !important;
    display: inline-block;
    width: initial;
    height: initial;
    transform: initial;
    margin-right: 15px;
}

.cs-slider-arrow .slick-next {
    left: 0px !important;
    display: inline-block;
    width: initial;
    height: initial;
    transform: initial;
    margin-left: 15px;
}

/** case single **/
.cs-mata-box span {
    display: block;
}
