/*--------------------------------------------------------------============================================================
[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;
}
.cs-widget-item {
    transition: all 0.4s ease-in-out;
}
.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;
    display: flex;
    justify-content: end;
}
.service-style-one span.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-style-three .cs-btn-wrap:hover span.btn-icon svg {
    transform: translate(40px, 0px);
    transition: all 0.4s ease-in-out;
}
.service-style-one:hover  span.btn-icon svg{
	 transform: translate(40px, 0px);
}
.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;
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
}
.service-style-one .cs-btn:before,
.service-style-three .cs-btn:before {
    content: "";
    position: absolute;
    background: url(../images/arrow-transform-black.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    height: 100%;
    width: 42px;
	opacity:0;
   transform: translate(-10px, 33px);
    transition: all 0.4s ease-in-out;
}
.service-style-one:hover .cs-btn:before {
    transform: translate(4px, 17px);
	opacity:1;
}
 .service-style-three .cs-btn-wrap:hover .cs-btn:before {
    transform: translate(4px, 17px);
	opacity:1;
}

.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);
}



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

/* .jm-mata-iconbox:not(:last-child) {
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
} */
.jm-iconbox-text {
    display: flex;
    justify-content: space-between;
}
.jm-meta-iconbox-icon {
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
}

.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;
}
.jb-title {
    margin-bottom: 10px;
}
.jm-mata-iconbox:first-child {
    padding-top: 0px;
}
.jm-mata-iconbox:last-child {
    padding-bottom: 0px !important;
}

@media (max-width: 768px) {
    .job-card-single {
       flex-wrap: wrap;
    }
    .case-icon svg {
        width: 170px;
        height: auto;
    }
	
}

/*********************************************************
                    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;
}
.casestudy-thumbnail-img {
    position: relative;
}
.cs-widget-item .case-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}


/***************************************************
                    Portfolio
****************************************************/

.redtheme-portfolio-item {
    position: relative;
    overflow: hidden;
}

.redtheme-portfolio-item img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    /* width: 100%; */
    -o-object-fit: cover;
    object-fit: cover;
    /* height: 100%; */
    margin-bottom: 0 !important;
}

a.redtheme-portfolio-content.content-postion-on-imagestyle-one {
    position: absolute;
    width: 80%;
    bottom: 15px;
    background-color: #FD346E;
    left: 15px;
    padding: 20px 30px;
    border-radius: 8px;
    color: #161c2d;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translatex(-10%);
    transform: translatex(-10%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

}


a.redtheme-portfolio-content .redtheme-pf-category {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: rgb(255 255 255 / 70%);
}

.redtheme-portfolio-content.style-two h3.redtheme-portfolio-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(25, 25, 25, 0.1);
    padding-bottom: 15px;
}

.redtheme-portfolio-item:hover a.redtheme-portfolio-content.content-postion-on-imagestyle-one {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0);
    transform: translate(0);
}
ul.pf-isotope-nav.style-two {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
    border-top: 1px solid rgba(25, 25, 25, 0.1);
    border-bottom: 1px solid rgba(25, 25, 25, 0.1);
    padding: 20px 0px;
}
ul.pf-isotope-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 60px;
    padding: 20px 0px;
}
ul.pf-isotope-nav li {
    color: #6f727b;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

ul.pf-isotope-nav li.active,
ul.pf-isotope-nav li:hover {
    color: var(--accent-color);
}

a.redtheme-portfolio-content.content-postion-below-image {
    display: block;
    position: relative;
    padding: 40px 30px;
}

.redtheme-pf-loadmore-btn {
    cursor: pointer;
    font-size: 13px;
    color: #030303;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid;
    border: 1px solid rgba(3, 3, 3, 0.3);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.redtheme-hover-rotate .redtheme-portfolio-item:hover img {
    -webkit-transform: scale(0.8) rotate(-6deg);
    transform: scale(0.8) rotate(-6deg);
    border-radius: 20px;
    box-shadow: 0 32px 74px rgba(68, 77, 136, 0.2);
}

.redtheme-hover-rotate .redtheme-portfolio-item img {
    -webkit-transition: .4s;
    transition: .4s;
}

a.redtheme-portfolio-content.content-postion-disabled {
    display: none;
}

/*style two*/



a.content-postion-on-imagestyle-two {
    display: block;
}
.portfolio-btn {
    display: block;
    text-align: end;
}

.portfolio-btn a {
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.redtheme-portfolio-content.style-three {
    width: 58%;
}
ul.pf-isotope-nav.style-three {
    display: flex;
    max-width: 392px;
    margin-left: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    position: absolute;
    right: 0;
    bottom: -100%;
}
ul.pf-isotope-nav.style-three li {
    width: 50% !important;
    text-align: center;
}

ul.pf-isotope-nav.style-three li {
    padding: 0;
    width: 200px;
}
ul.pf-isotope-nav.style-three.text-center {
    text-align: left !important;
}

ul.pf-isotope-nav.style-three li:hover, ul.pf-isotope-nav.style-three li.active {
    background-color: transparent;
    color: #FC6868 !important;
}
/*  portfolio gallery css */

.redtheme-portfolio-item img {
    -o-object-fit: cover;
    object-fit: cover;
}

/* Portfolio meta */

.redtheme-single-pf-meta-widget ul.pf-meta {
    list-style: none;
    padding: 0;
    margin: 0;
   
}
ul.pf-meta li {
    display: flex;
    align-items: center;
}
.redtheme-single-pf-meta-widget .pf-meta-label {
    display: block;
}

.redtheme-single-pf-meta-widget .pf-meta-value {
    display: block;
}

.redtheme-single-pf-meta-widget ul.pf-isotope-nav li:last-child {
    margin: 0 !important;
}

/*
    Portfolio  Slider
  ---------------------------------*/

.portfolio-area {
    padding-top: 30px;
    padding-bottom: 80px;
}

@media (min-width: 768px) {
    .portfolio-area {
        padding-top: 50px;
        padding-bottom: 70px;
    }

}

@media (min-width: 992px) {
    .portfolio-area {
        padding-top: 90px;
        padding-bottom: 130px;
    }


}

.redtheme-pf-gallery-slider .redtheme-portfolio-item {
    padding: 0 12px;
}

.redtheme-pf-gallery-slider .redtheme-portfolio-item:focus {
    outline: none;
    box-shadow: none;
}

.redtheme-pf-gallery-slider-dots {
    margin-top: 25px;
    padding: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.redtheme-pf-gallery-slider-dots li {
    margin: 0;
    list-style: none;
    border-radius: 50%;
    margin: 0 4px;
    background: #1E3D59;
    cursor: pointer;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}


.redtheme-pf-gallery-slider-dots li.slick-active {
    background: #2C4BFF;
    opacity: 1;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
}

.redtheme-pf-gallery-slider-dots li button {
    display: none;
}



.redtheme-pf-gallery-slider button.slick-arrow:before {
    color: #222;
    font-size: 26px;
}

.redtheme-pf-gallery-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: -30px;
    color: #000;
    border: none;
    background-color: transparent;
}

.redtheme-pf-gallery-slider .slick-arrow.redtheme-slick-next {
    left: auto;
    right: -30px;
}


@media only screen and (max-width: 767px) {

    .redtheme-portfolio-content.style-two {
        flex-wrap: wrap;
    }

    .redtheme-portfolio-content.style-two .cat-title {
        width: 100%;
    }

    .redtheme-portfolio-content.style-two .portfolio-content {
        width: 100%;
    }

    .redtheme-portfolio-content.style-two .portfolio-btn {
/*         width: 100%; */
		width: auto;
    }

    .redtheme-portfolio-content.style-two .portfolio-btn {
        text-align: start;
    }

    .redtheme-portfolio-content.style-three {
        width: 100%;
    }
    a.redtheme-portfolio-content.content-postion-on-imagestyle-one {
        opacity: 1;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .redtheme-portfolio-content.style-three {
        width: 100%;
    }
    a.redtheme-portfolio-content.content-postion-on-imagestyle-one {
        opacity: 1;
    }

}


.redtheme-portfolio-thumbnail {
    position: relative;
}





.port-download-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 4px;
    padding: 14px 20px;
    background: var(--accent-color);
    color: #fff;
	margin-top:25px
}
.wp-block-column:nth-child(2n+1) {
    margin-right: 0;
}



#portfolio-meta {
    position: relative;
	
}

.sticky {
    position: sticky !important;
    top: 0px;
    z-index: 100;
}
.admin-bar .sticky {
    top: 34px;
}


.port-addons-pagination a.next.page-numbers:after {
    display: none;
}
.port-addons-pagination a.prev.page-numbers:after {
    display: none;
}
.port-addons-pagination {
    display: flex;
    align-items: center;
}

.port-addons-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}
.port-addons-pagination  span.page-numbers.current {
    padding: 0;
}

























