/* ===================================
   1. Global CSS
====================================== */

.col-mr-0.elementor-section .elementor-container {
    margin-right: 0;
}

.home-extra-holder {
    height: 0;
}

.home-extra-info {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

[data-elementor-device-mode="mobile"] .home-extra-info {
    transform: none;
}

.service-holder {
    overflow: hidden;
}

.cocobasic-pulse {
    animation: pulse 2s infinite;
}


/* ===================================
    2. Scroll Animation CSS
====================================== */

.elementor-widget-coco-scroll .elementor-widget-container {
    min-height: 68px;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
}

.icon-scroll {
    width: 38px;
    height: 60px;
    box-shadow: inset 0 0 0 3px #fff;
    border-radius: 25px;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 37px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    left: 50%;
}

.icon-scroll:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #10141b;
    width: 62px;
    height: 84px;
    border-radius: 50px;
    transform: translate(-12px, -12px);
    transition: all .3s;
}

@keyframes scroll {

    0% {
        opacity: 1;
        transform: translateY(-25px);
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }

}


/* ===================================
   3. Coco Button CSS
====================================== */

.coco-button {    
    color: #cfd6e3;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;    
    position: relative;
    display: inline-block;    
}

.coco-button:before {
    content: '';
    position: absolute;
    bottom: -4px;
    height: 2px;
    width: 100%;
    transition: .35s ease-out;
    background-color: #cfd6e3;
}

.coco-button:hover:before {
    width: 10px;
}


/* ===================================
   4. Image PopUp (PreetyPhoto) CSS
====================================== */

div.pp_default .pp_loaderIcon {
    display: none !important;
}

div.pp_default a.pp_arrow_previous {
    background-image: url(../images/nav_left.png);
    background-size: 20px 20px;    
    width: 20px;
    height: 20px;
    margin-top: 5px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999999px;
    transition: transform .3s ease;
}

div.pp_default a.pp_arrow_next {
    background-image: url(../images/nav_right.png);
    background-size: 20px 20px;    
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 0;
    line-height: 0;
    text-indent: -99999999px;
    transition: transform .3s ease;
}

div.pp_default a.pp_arrow_previous:hover {
    transform: translateX(-5px);
}

div.pp_default a.pp_arrow_next:hover {
    transform: translateX(5px);
}

div.pp_default .pp_close {
    background-image: url(../images/close.png);
    background-size: 30px 30px;
    margin-top: 5px;
    text-indent: -99999999px;
    font-size: 0;
    line-height: 0;    
}

div.pp_default .pp_next:hover {
    background: url(../images/nav_right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 20px;
}

div.pp_default .pp_previous:hover {
    background: url(../images/nav_left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 20px;    
}

div.pp_default .pp_nav .currentTextHolder {
    padding: 0 0 0 20px;
    color: #fff;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 30px !important;
    z-index: 3;
}

div.pp_default .pp_description {
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    top: -30px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}


/* ===================================
    5. Carousel Slider CSS
====================================== */

.elementor-widget-coco-carouselslider .swiper-slide-number {
    font-size: 140px;
    font-weight: 700;
    line-height: 100%;
    margin-top: -80px;
    margin-bottom: 0;
    margin-left: -45px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
}

.elementor-widget-coco-carouselslider .swiper-slide-caption-text {
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
}

.elementor-widget-coco-carouselslider .swiper-slide-img-holder {
    position: relative;
}

.elementor-widget-coco-carouselslider .swiper-slide-img-holder a:after,
.elementor-widget-coco-carouselslider .swiper-slide-img-holder.no-link:after{
    content: "";
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    transition: opacity .5s;
    background: linear-gradient(89.84deg, #1A212C 0.12%, rgba(26, 33, 44, 0) 162.77%);
    transform: matrix(-1, 0, 0, 1, 0, 0); 
    top: 0;
    left: 0;
}

.elementor-widget-coco-carouselslider .swiper-slide:hover .swiper-slide-img-holder a:after,
.elementor-widget-coco-carouselslider .swiper-slide:hover .swiper-slide-img-holder.no-link:after {
    opacity: 0;    
}

.elementor-widget-coco-carouselslider .swiper-container {
    width: 80vw;
    margin-left: 0;
}

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

    .elementor-widget-coco-carouselslider .swiper-container {
        width: 95vw;
    }

}

.elementor-widget-coco-carouselslider .swiper-slide {
    width: auto;
    max-width: 80%;
    overflow: hidden;
}

.elementor-widget-coco-carouselslider .swiper-wrapper > div:last-of-type {
    margin-right: 20% !important;
}

.elementor-widget-coco-carouselslider .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #cfd6e3;
    border-left: 10px solid #1A212C;
    border-right: 10px solid #1A212C;
    left: 0;
    top: -8px;
    height: 18px;    
}

.elementor-widget-coco-carouselslider .swiper-scrollbar {
    position: relative;
    z-index: 50;
    height: 3px;
    width: 100%;
    max-width: 600px;
    margin-top: 35px;
    margin-bottom: 20px;
    right: auto;
    left: -10px;
    background-color: #303C51;
    border-radius: 0;
    cursor: pointer;
}


/* ===================================
    6. Testimonial Carousel Slider CSS
====================================== */

.elementor-widget-coco-carouseltestimonial .swiper-container {
    width: 80vw;
    margin-left: 0;
}

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

    .elementor-widget-coco-carouseltestimonial .swiper-container {
        width: 95vw;
    }

}

.elementor-widget-coco-carouseltestimonial .swiper-slide {
    width: auto;
    overflow: hidden;
}

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

    .elementor-widget-coco-carouseltestimonial .swiper-slide:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 100%;
        background-color: #303C51;
        top: 0;
        right: 110px;
    }

}

.elementor-widget-coco-carouseltestimonial .swiper-slide-testimonial-text {
    width: 320px;
    max-width: 90%;
    margin-right: 240px;
    margin-bottom: 60px;    
}

.elementor-widget-coco-carouseltestimonial img.testimonial-slide-img {
    width: 60px;
    margin-bottom: 30px;
    border-radius: 90%;
}

.elementor-widget-coco-carouseltestimonial .swiper-slide-name {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
}

.elementor-widget-coco-carouseltestimonial .swiper-slide-position {
    font-size: 12px;
    margin: 0;
}

.elementor-widget-coco-carouseltestimonial .swiper-wrapper > div:last-of-type {
    margin-right: 20% !important;    
}

.elementor-widget-coco-carouseltestimonial .swiper-wrapper > div:last-of-type:before {
    display: none;
}

.elementor-widget-coco-carouseltestimonial .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #cfd6e3;
    border-left: 10px solid #1A212C;
    border-right: 10px solid #1A212C;
    left: 0;
    top: -8px;
    height: 18px;
    border-radius: 0;    
}

.elementor-widget-coco-carouseltestimonial .swiper-scrollbar {
    position: relative;
    z-index: 50;
    height: 3px;
    width: 100%;
    max-width: 600px;
    margin-top: 80px;
    margin-bottom: 20px;
    right: auto;
    left: 0;
    background-color: #303C51;
    border-radius: 0;
    cursor: pointer;
}


/* ===================================
    7. Clients Testimonial CSS
====================================== */

.elementor-widget-image-carousel.cocobasic-clients {
    cursor: grab;
}

.elementor-widget-image-carousel.cocobasic-clients img.swiper-slide-image {
    margin: 0 auto;
    opacity: 0.7;
}


/* ===================================
    8. Pricing CSS
====================================== */

.elementor-widget-coco-pricing .pricing-holder {
    color: #fff;
    text-align: center;
    background-color: #577DDD;
    padding-bottom: 45px;
}

.elementor-widget-coco-pricing .pricing-header {
    font-size: 20px;
    line-height: 100%;
    padding: 50px 0;
}

.elementor-widget-coco-pricing .pricing-header .pricing-currency {
    vertical-align: top;
}

.elementor-widget-coco-pricing .pricing-header .pricing-price {
    font-size: 60px;
    line-height: 44px;
    font-weight: 700;
}

.elementor-widget-coco-pricing .pricing-content {
    padding: 0 15%;
    text-align: left;
}

.elementor-widget-coco-pricing .pricing-content ul {
    list-style: none;
    padding: 0;
    display: table;
    margin: 0 auto;
}

.elementor-widget-coco-pricing .pricing-content ul li {
    margin-bottom: 10px;
}

.elementor-widget-coco-pricing .pricing-content ul li:last-child {
    margin-bottom: 0;
}

.elementor-widget-coco-pricing .pricing-content .pricing-list span.fa {    
    margin-right: 13px;
    font-size: 25px;
}

.elementor-widget-coco-pricing .pricing-content .pricing-list span.fa:before {    
    font-size: 16px;
}

.elementor-widget-coco-pricing .pricing-content .pricing-list.included-no {
    text-decoration: line-through;
}

.elementor-widget-coco-pricing .pricing-content .pricing-list.included-no span.fa:before {
    visibility: hidden;
}


/* ===================================
    9. Timeline CSS
====================================== */

.timeline-holder {
    list-style: none;
    padding: 0;            
}

.timeline-holder:before {
    content: '';
    position: absolute;
    left: calc(50% + 1px);
    top: 0;
    background-color: #303C51;
    width: 3px;
    height: 100%;
}

.timeline-holder li {
    position: relative;
    background-color: #688ce8;
    width: 42%;
    padding: 40px 55px 40px 40px;
}

.timeline-holder li:hover .marker {
    background-color: #303C51;
}

.timeline-holder li:nth-child(2n) {
    position: relative;    
    margin-right: 0;
    margin-left: auto;
    padding: 40px 40px 40px 55px;
}

.timeline-holder li:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 3px;
    background-color: #303C51;
    right: -60px;
    top: calc(50% - 1px);
    z-index: 2;
}

.timeline-holder li:nth-child(2n):before {
    right: auto;
    left: -58px;
}

.timeline-holder li .date {    
    font-size: 15px;
    letter-spacing: 4px;    
    margin-bottom: 10px;
}

.timeline-holder li .marker {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 90%;
    right: -15px;
    top: calc(50% - 1px);
    transform: translateY(-12px);
    transition: background-color .3s;
    border: 3px solid #303C51;
    box-sizing: content-box;
    z-index: 2;
}

.timeline-holder li:nth-child(2n) .marker {
    right: auto;
    left: -13px;
    top: calc(50% - 1px);
    transform: translateY(-12px);
}

.timeline-holder li:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 90%;    
    right: -20px;
    top: calc(50% - 20px);    
    background-color: #10141b;           
    z-index: 1;
}

.timeline-holder li:nth-child(2n):after {
    right: auto;
    left: -20px;
}

.timeline-holder li p {    
    margin-bottom: 0;
}


/* ===================================
    10. Skills Section CSS
====================================== */

.skills-holder {
    position: relative;
}

.skills-holder > div:last-of-type {
    margin-bottom: 0;
}

.skill-holder {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.skill-holder:after {
    clear: both;
    display: block;
    content: "";
}

.skill-percent {
    font-size: 45px;
    line-height: 100%;
    font-weight: 700;
    width: 100px;
    float: right;
    color: #554247;
    letter-spacing: -1px;
}

.skill {
    width: 63%;
    height: 10px;
    background-color: #cfd6e3;
}

.skill-text {
    font-size: 12px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 3.5px;
    width: 45%;
    padding-right: 30px;
}

.skill-fill {
    width: 10%;
    height: 10px;
    transition: width .7s;
    background-color: #688ce8;
}

.skill-text span {
    font-size: 22px;
    line-height: 35px;
}


/* ===================================
    11. Portfolio CSS
====================================== */

#portfolio-wrapper .category-filter-list {
    margin-bottom: 20px;
    transition: all .5s ease;
}

#portfolio-wrapper .category-filter-list.hide {
    opacity: 0;
    transform: translateY(70px);
}

#portfolio-wrapper .category-filter-list > div {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
    padding: 5px 20px;    
    transition: background-color .3s;
    cursor: pointer;    
}

#portfolio-wrapper .category-filter-list > div:last-of-type {
    margin-right: 0;
}

#portfolio-wrapper .category-filter-list > div.is-checked,
#portfolio-wrapper .category-filter-list > div:hover {
    background-color: #688ce8;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.grid {
    width: calc(100% + 30px);
    margin-left: -15px;    
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    list-style: none;
}

.grid-item {
    float: left;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    transition: opacity .3s;
    border: 15px solid transparent;
}

.grid-item img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;    
}

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item.p_one {
    width: 100%;
}

.grid-item.p_one_half{
    width: 50%;
}

.portfolio-text-holder {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    font-size: 20px;
    background-color: #151c28;
    padding: 20px 40px;
    transform: translateX(-100%);
    transition: transform .3s ease;
}

.portfolio-text {
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.portfolio-cat {
    font-size: 15px;
    color: #fff;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 0;
}

.grid-item a.item-link:hover .portfolio-text-holder,
.grid-item.portfolio-content-loading a.item-link .portfolio-text-holder {
    transform: translateX(0);
}

#portfolio-grid.portfoio-items-mask .grid-item {
    opacity: 0.2;
}

.grid-item.portfolio-content-loading {
    opacity: 1 !important;
}

.portfolio-load-content-holder {
    opacity: 0;
    transform: translateY(70px);
    transition: all .5s ease;
}

.portfolio-load-content-holder.show {
    transform: translateY(0);
    opacity: 1;
}

.portfolio-load-content-holder.show.viceversa {
    opacity: 0;
    transform: translateY(70px);
}

.portfolio-content-wrapper {
    display: none;
}

.portfolio-content-wrapper.show {
    display: block;
}

.close-icon {
    background-image: url(../images/close-left-arrow.png);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #688ce8;
    margin-bottom: 20px;
    background-size: 70px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.close-icon:hover {
    background-position: -5px 0;
}

#portfolio-grid {
    transition: all .5s ease;
    opacity: 1;
    transform: translateY(0px);
}

#portfolio-grid.hide {
    opacity: 0;
    transform: translateY(70px);    
}

.grid-item a.item-link.portfolio-content-loading:after, 
.ajax-portfolio.portfolio-content-loading .portfolio-text-holder {
    opacity: 1;
}

.more-posts-portfolio-holder.hide {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    cursor: default;
    display: none;
}

.more-posts-portfolio-holder {
    margin-top: 50px;
    min-height: 1px;
}

.more-posts-portfolio, 
.no-more-posts-portfolio, 
.more-posts-portfolio-loading {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;    
    position: relative;
    display: inline-block;
}

.more-posts-portfolio {
    cursor: pointer;
    transition: .35s ease-out;
}

.more-posts-portfolio:before {
    content: '';
    position: absolute;
    bottom: -4px;
    height: 2px;
    width: 100%;
    transition: .35s ease-out;
    background-color: #cfd6e3;
}

.more-posts-portfolio:hover {
    color: #688ce8;
}

.more-posts-portfolio:hover:before {
    width: 10px;
}

.no-more-posts-portfolio, 
.more-posts-portfolio-loading {
    display: none;
}

.more-posts-portfolio-holder.scroll {
    margin-top: 50px;    
}

.more-posts-portfolio-holder.scroll .more-posts-portfolio, 
.more-posts-portfolio-holder.scroll .no-more-posts-portfolio {
    display: none !important;       
}

.portfolio-content {
    width: 950px;
    max-width: 95%;
    margin: 0 auto 50px;
}


/* ===================================
    12. Latest Posts CSS
====================================== */

.home-blog-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.home-blog-list > li {
    width: calc(50% - 15px);
    margin-bottom: 60px;
}

.home-blog-list > li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.home-blog-list > li:nth-child(2n) {
    margin-left: 30px;
}

.home-blog-list li .blog-list-info {
    font-size: 18px;
    line-height: 120%;
    color: #62728F;
}

.home-blog-list h4 {    
    font-size: 28px;
    line-height: 120%;
    font-weight: 800;    
}

.home-blog-list h4 a {
    color: #fff;
}

.home-blog-list .home-blog-image {
    margin-top: 20px;
    overflow: hidden;
}

.home-blog-list li img {
    height: 350px;
    object-fit: cover;
    transition: .3s ease;
}

.home-blog-list li img:hover {
    transform: scale(1.1);
}

.home-blog-list .home-blog-excerpt {
    margin-top: 40px;
}


/* ===================================
    13. ImageSlider CSS
====================================== */

.owl-carousel .owl-item {
    width: 100%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 13px;
    margin-bottom: 40px;
    line-height: 0;
    text-align: left;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0;
    background-color: #151c28;
    transition: all .3s ease;
    width: 30px;
    height: 10px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot {
    transition: all .3s ease;
    margin-right: 10px;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #232E41;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #688ce8;
}


/* ===================================
    14. Responsive CSS
====================================== */

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

    .close-icon {
        width: 60px;
        height: 60px;
        background-size: 60px;
    }

    .skill {
        width: 55%;
        margin-right: 0;
        margin-left: auto;       
    }

    .home-blog-list li h4 {
        font-size: 22px;
    }

}

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

    .elementor-widget-coco-carouselslider .swiper-slide-number {
        font-size: 80px;
        margin-top: -40px;
        margin-left: -25px;
    }

    .timeline-holder:before {
        left: auto;
        right: 0;
    }

    .timeline-holder li {
        width: calc(100% - 60px);
        margin-bottom: 20px;
        margin-left: 0 !important;
        margin-right: auto !important;
    }

    .timeline-holder li:nth-child(2n):before {
        right: -60px;
        left: auto;
    }

    .timeline-holder li:nth-child(2n):after {
        right: -20px;
        left: auto;
    }

    .timeline-holder li:nth-child(2n) .marker {
        right: -15px;
        left: auto;
    }

    .elementor-widget-coco-pricing .pricing-content {
        padding: 0 8%;
    }

}

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

    .grid {
        width: 100%;
        margin: 0;    
    }

    .grid-sizer {
        width: 100%;
    }

    .grid-item {
        top: 0 !important;
        left: 0 !important;
        position: relative !important;
        width: 100% !important;
        margin-bottom: 20px;
        border: 0;
    }

    .portfolio-text-holder {
        padding: 20px 25px;
    }

    .portfolio-text {
        font-size: 22px;
        padding-bottom: 5px;
    }

    .portfolio-cat {
        font-size: 14px;
    }
    
    .more-posts-portfolio-holder {
        margin-top: 30px;   
    }

    .home-blog-list > li {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 60px !important;
    }

    .home-blog-list > li:last-child {
        margin-bottom: 0 !important;
    }

}