<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------============================================================
[Main Stylesheet]
Project:   Advisy
/*==============================
[Table of contents]
Advisy STYLESHEET
----------------------------------
1. Service
2.Job
3. Case study
3.Portfolio

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

/****************************************************
                    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;
}

/**********************************************
                Service
**********************************************/

.service-icon {
    display: inline-block;
}
.cs-widget-item {
    transition: all 0.4s ease-in-out;
}

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

.service-thumbnail-img {
    position: relative;
    overflow: hidden;
}
.service-thumbnail-img {
    position: relative;
}

.cs-widget-item.service-style-five.active .post-number {
    display: none;
}

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

/* Style one */


.service-content-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: .9s;
    overflow: hidden;
}

.cs-widget-item.service-style-one {
    position: relative;
    transition: .5s;
}

.cs-widget-item.service-style-one .service-excerpt {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(100px);
    height: 0;
}

.cs-widget-item.service-style-one:hover .service-excerpt {
    opacity: 1;
    transform: translateY(0px);
    transition: .5s;
    visibility: visible;
    height: auto;
}

.cs-widget-item.service-style-one .cs-content-title {
    transition: all 0.5s ease-in-out !important;
}

.cs-widget-item.service-style-one .service-thumbnail-img:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(180deg, rgba(7, 14, 21, 0.00) 0%, rgba(7, 14, 21, 0.00) 64.12%, rgba(7, 14, 21, 0.60) 100%);
    content: "";
    left: 0;
    transition: .5s;
}

.cs-widget-item.service-style-one .service-thumbnail-img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(7, 14, 21, 0.00) 0%, rgba(7, 14, 21, 0.00) 64.12%, rgba(7, 14, 21, 0.60) 100%);
}

.cs-widget-item.service-style-one:hover .service-thumbnail-img:after {
    background: rgba(7, 14, 21, 0.64);
    transition: .5s;
    height: 100%;
}


/* Button style two */

.service-thumbnail-img img {
    transition: all 0.5s;
}

.cs-widget-item.service-style-two {
    position: relative;
}

.service-style-two .cs-btn-wrap {
    position: absolute;
    top: 55px;
    right: 55px;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.cs-widget-item.style-two .cs-btn-wrap a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cs-widget-item.service-style-two:hover .cs-btn-wrap {
	visibility: visible;
	opacity: 1;
	top: 20px;
	right: 20px;
	transition: .5s;
}

.cs-widget-item.service-style-two .post-number {
    font-size: 32px;
    font-weight: 300;
    color: #070E15;
    line-height: 1.3em;
    letter-spacing: -0.5px;
}
/* Style 04 */

.service-style-four .title-area {
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #CDD2D8;
/*     padding-bottom: 50px; */
    cursor: pointer;
}
.service-style-four .cs-btn-wrap {
    position: absolute;
    right: 0;
}

.service-style-four .service-image-box img{
    height: 0 !important;
    transition: all 0.4s ease-in-out;
}

.service-style-four .cs-btn-wrap {
    rotate: 180deg;
    transition: .4s ease-in-out;
}

.service-wrapper.cs-widget-item.service-style-four.active .cs-btn-wrap {
    rotate: 0deg;
}
.cs-widget-item.service-style-four.active .service-image-box img{
    height: 400px !important;
}

.content-wrapper-box {
    position: relative;
}


@media (max-width: 1200px) {
	.service-style-four .title-area {
    flex-direction: column;
}
	.service-category-wrapper {
    margin-bottom: 20px;
}
	
}

/* Style 05 */

.service-style-five {
    position: relative;
}
.service-style-five a.cs-btn {
    position: absolute;
    bottom: 10px;
	right: 0px;
}

.service-style-five .service-title-icon-box {
    display: flex;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1200px) {
.service-style-five .service-title-icon-box {
    flex-direction: column;
}
.service-style-five a.cs-btn {
	position: relative;
	}
	
	.cs-widget-item.service-style-five.active:after {
		display: none;
	}
	
	.cs-widget-item.service-style-five.active .cs-btn-wrap {
    padding-left: 0px !important;
}
	
}

.service-style-five .service-content-list ul {
    padding: 0;
    margin: 0;
}
.service-style-five .service-content-list ul li {
    list-style: disc;
}


.service-style-five .service-content-list {
    display: none; 
}
.cs-widget-item.service-style-five.active .service-content-list{
    display: block;
}
.service-style-five .cs-content-title {
    cursor: pointer;
}

.cs-widget-item.service-style-five{
    cursor: pointer;
    transition:all 0.4s ease-in-out;
}

.cs-widget-item.service-style-five.active .post-number {
    display: none;
}

.cs-widget-item.service-style-five .title-wrapper {
    display: flex;
}

.cs-widget-item.service-style-five.active:after {
    position: absolute;
    right: 25%;
    bottom: 30%;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    width: 30%;
    height: 1px;
}


/*Style 06*/

.cs-widget-item.service-style-six {
    position: relative;
}

.cs-widget-item.service-style-six .cs-btn-wrap {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.cs-widget-item.service-style-six .service-thumbnail-img {
    position: absolute;
    top: -65%;
    right: 20%;
    transform: rotate(-10deg);
    opacity:0;
    transition: all 0.8s ease-in-out;
    z-index:5;

}

.cs-widget-item.service-style-six:hover .service-thumbnail-img{
     opacity:1;
     transition: all 0.8s ease-in-out;
    
}
.cs-widget-item.service-style-six:hover .service-thumbnail-img img{
    width:430px !important;
      height:315px !important;
      transition: all 0.8s ease-in-out;
      border-radius: 0px !important;
}
.cs-widget-item.service-style-six h2.cs-title {
    transition: all 0.4s ease-in-out;
}
.cs-widget-item.service-style-six .service-excerpt p{
    transition: all 0.4s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cs-widget-item.service-style-six:hover .service-thumbnail-img img{
    width:280px !important;
      height:250px !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cs-widget-item.service-style-six:hover .service-thumbnail-img img{
    width:250px !important;
      height:250px !important;
}
.cs-widget-item.service-style-six .cs-btn-wrap {
    top: auto;
    bottom: 30px;
    transform: translateY(-50%);
}
}


/***************************************************
                    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;
}
/* Style 01 */

.cs-widget-item.style-one:hover img {
    transition: .5s !important;
}

.cs-widget-item.style-one img {
    transition: .5s !important;
}

.cs-widget-item.style-one {
    position: relative;
	overflow: hidden;
}

.cs-widget-item.style-one .content-area {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.cs-widget-item.style-one:hover .content-area {
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

/* Case style 02 */

.cs-widget-item.style-two .case-icon {
    left: 20px;
    right: auto;
    transition: all 0.4s ease-in-out;
   
}
.cs-widget-item.style-two:hover .case-icon {
    transform: translateY(120px);
}
.cs-widget-item.style-two {
    position: relative;
        overflow: hidden;
}

.cs-widget-item.style-two .cs-btn-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
    visibility: hidden;
    transition: .9s;
}

.cs-widget-item.style-two:hover .cs-btn-wrap {
    opacity: 1;
    visibility: visible;
    transition: .9s;
}

.cs-widget-item.style-two .casestudy-thumbnail-img {
    position: relative;
}

.cs-widget-item.style-two:hover .content-area {
    transform: translateY(0px);
}

/*Style 04*/

.cs-widget-item.style-four .casestudy-category {
    background: #EA4723;
    color: #fff;
    padding: 0px 8px 3px 8px;
    width: fit-content;
    display: inline-block;
}

.cs-widget-item.style-four .content-area {
    position: absolute;
    bottom: 0;
    z-index: 9;
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cs-widget-item.style-four .casestudy-thumbnail-img:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #F7FAFC;
    left: 0;
    transition: .9s;
}

.cs-widget-item.style-four:hover .casestudy-thumbnail-img:after {
    height: 0%;
    transition: .9s;
}

.cs-widget-item.style-four {
    position: relative;
}

.cs-widget-item.style-four .cs-title {
    transition: .5s ease-in-out;
}

.cs-widget-item.style-four:hover .casestudy-thumbnail-img:before {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, rgba(7, 14, 21, 0.00) 0%, rgba(7, 14, 21, 0.00) 51.04%, rgba(7, 14, 21, 0.36) 87.62%);
}

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

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

.advisy-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.advisy-portfolio-content .advisy-pf-category {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: rgb(255 255 255 / 70%);
}

.advisy-portfolio-content.style-two h3.advisy-portfolio-title {
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
}


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.advisy-portfolio-content.content-postion-below-image {
    display: block;
    position: relative;
    padding: 40px 30px;
}

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

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

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

a.advisy-portfolio-content.content-postion-disabled {
    display: none;
}
/* Style one */
a.advisy-portfolio-content.content-postion-on-imagestyle-one {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    border-radius: 8px;
    color: #161c2d;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	transition: .5s;
}

.advisy-portfolio-item.style-one .advisy-portfolio-image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(7, 14, 21, 0.32);
}

a.advisy-portfolio-content.content-postion-on-imagestyle-one:after {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 100px;
    content: "";
    background: #fff;
}

.advisy-portfolio-item.style-one:hover a.advisy-portfolio-content.content-postion-on-imagestyle-one {
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.advisy-portfolio-item.style-one .post-number {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 1.3em;
    letter-spacing: -0.5px;
}

.advisy-portfolio-item.style-one:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #070e151f;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.advisy-portfolio-item.style-one {
    position: relative;
    transition: .5s;
}

.advisy-portfolio-item.style-one:hover::after {
    visibility: visible;
    opacity: 1;
    transition: .5s;
}

.advisy-portfolio-item.style-one .portfolio-btn {
    position: absolute;
	text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
}


.advisy-portfolio-item.style-one:hover .portfolio-btn {
    opacity: 1;
    visibility: visible;
	z-index: 9;
}

/*style two*/

.advisy-portfolio-item.style-two .portfolio-btn {
    text-align: center;
    position: absolute;
    z-index: 999 !important;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.advisy-portfolio-item.style-two:hover .portfolio-btn {
    opacity: 1;
    visibility: visible;
    transition: .9s;
}
.advisy-portfolio-item-wrap.style-two:nth-child(odd) {
    transform: translateY(50px);
} 

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


/*   Style-3  */

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

.advisy-portfolio-item.style-three .advisy-portfolio-content .portfolio-btn {
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
}
.advisy-portfolio-item.style-three .advisy-portfolio-content {
    position: relative;
}
.advisy-portfolio-item.style-three .portfolio-btn {
    transition: .5s;
}
.advisy-portfolio-item.style-three:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 4px;
    content: "";
    background: #EA4723;
    transition: .5s ease-in-out;
}

.advisy-portfolio-item.style-three:hover::after {
    width: 100%;
}

.advisy-portfolio-item.style-three:hover .portfolio-btn {
    transform: translate(10px, -10px);
    transition: .5s;
}
.portfolio-slider-arrow.style-three {
    right: 0 !important;
}

.portfolio-slider-arrow.style-three button {
    border: none;
    background: transparent;
}

/*  portfolio gallery css */

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

/* Portfolio meta */

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

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

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

/*    style-4   */

.advisy-portfolio-item.style-four {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.advisy-portfolio-item.style-four .advisy-portfolio-content {
    position: absolute;
    left: 60px;
    width: calc(100% - 120px);
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    transition: .7s;
}

.advisy-portfolio-item.style-four:hover .advisy-portfolio-content {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    transition: .7s;
}

@media (max-width: 1200px) {
.advisy-portfolio-item.style-four .advisy-portfolio-content {
    left: 30px;
    width: calc(100% - 60px);
}

}

@media (max-width: 768px) {
.advisy-portfolio-item.style-four .advisy-portfolio-content {
    left: 30px;
    width: calc(100% - 60px);
}

}


/*
    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;
    }


}

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

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

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

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


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

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



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

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

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


.advisy-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
}

#portfolio-meta {
    position: relative;
	
}
.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;
}



</pre></body></html>