/*--------------------------
======= CSS-Indexing =======
----------------------------
1. Post-Extra-Feature
2. Like-Box
3. Social-Share-List
4. Widget-Author-Details
5. Widget-Popular-Post
6. Instagram-Feed
7. Youtube Video Card
8. Subscribe-Form
9. Elementor-Style
10. Section-Title
11. Counter-Box
12. Progress-Bar
13. Hoper-Play-Box
14. Service-Carousel-List
15. Arrow-Button
16. Team-Box
17. Hoper-Post-Carousel
18. Portfolio-Box
19. Price-Table
20. Hoper-Custom-Image-Carousel
21. Testimonial-Area
*/
/*-- 1. Post-Extra-Feature --*/
.single-post-item .post-extra {
    width: 55px;
    position: absolute;
    left: -70px;
    top: 0;
    text-align: center;
}

.single-post-item .post-extra:after {
    content: "";
    display: block;
    clear: both;
}

.left-sidebar-blog .single-post-item .post-extra {
    left: auto;
    right: -70px;
}

/*-- 2. Like-Box --*/
.like-box {
    margin-bottom: 15px;
    text-align: center;
}

.like-box .like-click {
    font-size: 16px;
    color: #ff3d46;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffeff0;
    display: inline-block;
    margin-bottom: 5px;
}

.like-box .like-click.liked,
.like-box .like-click:hover {
    background-color: #ff3d46;
    color: #ffffff;
    border: 1px solid #ff3d46;
}

.like-box .like-count {
    font-size: 16px;
    color: #63688e;
    font-weight: 400;
    display: block;
}

/*-- 3. Social-Share-List --*/
.social-share ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-share ul li {
    display: block;
    margin-bottom: 5px;
}

.social-share ul li a {
    display: block;
}

.social-share ul li a i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #3b5999;
    text-align: center;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    margin: auto;
}

.social-share ul li:hover a i {
    background-color: #3b5999;
    color: #ffffff;
}

.social-share ul li a i.fa-twitter {
    color: #55acee
}

.social-share ul li:hover a i.fa-twitter {
    background-color: #55acee;
    color: #ffffff
}

.social-share ul li a i.fa-linkedin-in {
    color: #0077B5
}

.social-share ul li:hover a i.fa-linkedin-in {
    color: #ffffff;
    background-color: #0077B5;
}

.social-share ul li a i.fa-youtube {
    color: #cd201f
}

.social-share ul li:hover a i.fa-youtube {
    color: #ffffff;
    background-color: #cd201f;
}

.social-share ul li a i.fa-soundcloud {
    color: #ff3300
}

.social-share ul li:hover a i.fa-soundcloud {
    color: #ffffff;
    background-color: #ff3300;
}

.social-share ul li a i.fa-google {
    color: #dd4b39
}

.social-share ul li:hover a i.fa-google {
    color: #ffffff;
    background-color: #dd4b39;
}

.social-share ul li a i.fa-pinterest-p {
    color: #bd081c
}

.social-share ul li:hover a i.fa-pinterest-p {
    color: #ffffff;
    background-color: #bd081c;
}

/*-- 4. Widget-Author-Details --*/
.widget.widget_hoper_about_info {
    text-align: center;
}

.widget.widget_hoper_about_info .widget-content {
    font-size: 16px;
    line-height: 26px;
    color: #7886a0;

}

.widget.widget_hoper_about_info .author-pic {
    width: 140px;
    display: inline-block;
    margin-bottom: 15px;
    overflow: hidden;
}

.widget.widget_hoper_about_info .author-name {
    font-size: 18px;
    margin-bottom: 15px;
    color: #0a0c19;
    font-weight: 600;
}

.widget.widget_hoper_about_info .author-social {
    display: block;
}

.widget.widget_hoper_about_info .author-social a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding: 7px;
    text-align: center;
}

.widget.widget_hoper_about_info .author-social a i {
    color: #b3bed3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.widget.widget_hoper_about_info .author-social a:hover > i {
    color: #3b5999;
}

.widget.widget_hoper_about_info .author-social a:hover i.fa-twitter {
    color: #55acee;
}

.widget.widget_hoper_about_info .author-social a:hover i.fa-behance {
    color: #1769ff;
}

.widget.widget_hoper_about_info .author-social a:hover i.fa-linkedin-in {
    color: #0077B5;
}

.widget.widget_hoper_about_info .author-social a:hover i.fa-youtube {
    color: #cd201f;
}

.widget.widget_hoper_about_info .author-social a:hover i.fa-google-plus-g {
    color: #dd4b39;
}

.widget.widget_hoper_about_info .author-social a:hover i.fa-dribbble {
    color: #ea4c89;
}

/*-- 5. Widget-Popular-Post --*/
.widget .popular-posts .post-item {
    border-bottom: 1px solid #e0deff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.widget .popular-posts .post-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget .popular-posts .post-item .post-pic {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 15px;
    margin-top: 5px;
    overflow: hidden;
}

.widget .popular-posts .post-item .post-content .title {
    font-size: 16px;
    line-height: 22px;
    color: #0a0c19;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.widget .popular-posts .post-item .post-content .post-meta-item {
    font-size: 12px;
}

/*-- Social-Menu-List --*/

.widget-social-menu {
    text-align: center;
}

.widget-social-menu a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #e0deff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #bdc5ff;
    text-align: center;
    margin: 5px;
}

.widget-social-menu a:hover {
    background-color: #ff3d46;
    border-color: #ff3d46;
    color: #ffffff;
}


/*-- 6. Instagram-Feed --*/
.widget .instagram-pics {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

.widget .instagram-pics li {
    width: calc(50% - 5px);
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget .instagram-pics.instagram-size-small li,
.widget .instagram-pics.instagram-size-thumbnail li {
    width: calc(33.33% - 5px);
}

.widget .instagram-pics li a {
    position: relative;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/*-------------------------
7. Youtube Video Card
--------------------------*/
.video-post {
    position: relative;
}

.video-post .videoPoster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 50%;
    background-attachment: scroll;
    background-color: #ededed;
    overflow: hidden;
    z-index: 1
}

.video-post .video-play-bttn {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 80px;
    background-color: #ff3d46;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    z-index: 2;
    opacity: 1;
    border: none;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.video-post .video-play-bttn:hover {
    -webkit-box-shadow: 0 0 0 30PX rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 30PX rgba(255, 255, 255, 0.3);
}

/*-- 8. Subscribe-Form --*/
.subscribe {
    width: 100%;
    overflow: hidden;
}

.subscribe .subs-input {
    width: calc(100% - 70px);
    height: 70px;
    background-color: #0a0c19;
    border: 2px solid #373c62;
    border-right: none;
    outline: none;
    padding: 0 15px;
    color: #8186a5;
}

.subscribe ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8186a5;
}

.subscribe ::-moz-placeholder {
    /* Firefox 19+ */
    color: #8186a5;
}

.subscribe :-ms-input-placeholder {
    /* IE 10+ */
    color: #8186a5;
}

.subscribe :-moz-placeholder {
    /* Firefox 18- */
    color: #8186a5;
}

.subscribe .subs-input:focus {
    border-color: #ff3d46;
}

.subscribe .submit {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #ff3d46;
    float: right;
    border: none;
    color: #ffffff;
    font-size: 16px;
}

.subscribe .submit:hover {
    background-color: #cf1e1e;
}

/*==================================
======== 9. Elementor-Style ========
====================================*/
/*-- feature-box --*/
.feature-box {
    padding: 60px;
    -webkit-box-shadow: 0px 16px 32px rgba(166, 188, 233, 0.2);
    box-shadow: 0px 16px 32px rgba(166, 188, 233, 0.2);
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.feature-box:hover {
    -webkit-box-shadow: 0px 36px 52px rgba(166, 188, 233, 0.3);
    box-shadow: 0px 36px 52px rgba(166, 188, 233, 0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.feature-box .feature-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #f7f8ff;
    line-height: 120px;
    text-align: center;
    font-size: 52px;
    color: #4c55c4;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

.feature-box .feature-title {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #0a0c19;
    font-weight: 600;
    margin-bottom: 30px;
}

.feature-box .feature-content p {
    margin-bottom: 0;
}

.feature-box .feature-content {
    margin-bottom: 30px;
}

.feature-box .feature-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f7f8ff;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #4c55c4;
    font-weight: 400;
    text-align: center;
    display: inline-block
}

.feature-box .feature-link:hover {
    background-color: #4c55c4;
    color: #ffffff;
}

.feature-box .feature-icon span.num {
    background-color: #f29c1f;
    color: #ffffff;
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 12px;
    line-height: 35px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0px 16px 32px rgba(127, 143, 255, 0.54);
    box-shadow: 0px 16px 32px rgba(127, 143, 255, 0.54);
}

/*-- 10. Section-Title --*/
.section-title .top-title {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
    color: #4c55c4;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}

.section-title .title {
    font-size: 50px;
    letter-spacing: -2px;
    line-height: 60px;
    color: #0a0c19;
    font-weight: 600;
}

.section-title .separetor-img {
    display: block;
}

.section-title .desc {
    color: #63688e;
    margin-top: 30px;
    font-weight: 400;
}

/*-- 11. Counter-Box --*/
.hoper-counter {
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.hoper-counter .counter-icon {
    float: left;
    font-size: 70px;
    margin-right: 20px;
}

.hoper-counter .hoper-counter-number-wrapper {
    font-size: 40px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
}

.hoper-counter .hoper-counter-title {
    font-size: 16px;
    letter-spacing: 3px;
    color: #d5d2fe;
    font-weight: 500;
}

/*-- 12. Progress-Bar --*/
.hoper-progress-wrapper {
    position: relative;
    background-color: #eee;
    height: 5px;
    line-height: 10px;
    border-radius: 50px
}

.elementor-widget-progress .hoper-progress-title {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #0a0c19;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.hoper-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 100%;
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out
}

.hoper-progress-percentage {
    padding-right: 15px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
    color: #63688e;
    font-weight: 500;
}

.elementor-widget-progress .hoper-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #4c55c4
}

.elementor-widget-progress .hoper-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #68c44c
}

.elementor-widget-progress .hoper-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #ff9600
}

.elementor-widget-progress .hoper-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #ff3d46
}

.elementor-widget-progress .hoper-progress-wrapper.progress-info .hoper-progress-percentage {
    color: #4c55c4
}

.elementor-widget-progress .hoper-progress-wrapper.progress-success .hoper-progress-percentage {
    color: #68c44c
}

.elementor-widget-progress .hoper-progress-wrapper.progress-warning .hoper-progress-percentage {
    color: #ff9600
}

.elementor-widget-progress .hoper-progress-wrapper.progress-danger .hoper-progress-percentage {
    color: #ff3d46
}

.hoper-progress .hoper-title {
    display: block
}

/*-- 13. Hoper-Play-Box --*/
.hoper-play-box {
    position: relative;
    display: inline-block;
}

.hoper-play-box .play-button {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    border-radius: 100px;
    background-color: #ffffff;
    color: #ff3d46;
    -webkit-box-shadow: 0px 16px 75px -27px #ff3d46;
    box-shadow: 0px 16px 75px -27px #ff3d46;
}

.hoper-play-box .play-button:hover {
    background-color: #ff3d46;
    color: #ffffff;
}

/*-- 14. Service-Carousel-List --*/
.service-carousel-lists {
    position: relative;
}

.service-carousel-lists:after {
    content: "";
    clear: both;
    display: block;
}

.service-carousel-lists .service-item {
    width: 100%;
    padding: 80px 30px;
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    color: #63688e;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-grid-lists .service-column {
    float: left;
    width: 33.33%
}

.service-carousel-lists .slick-center.service-column .service-item,
.service-carousel-lists .service-item:hover {
    color: #e1e1ff;
    -webkit-box-shadow: 0px 10px 20px rgba(95, 63, 255, 0.2);
    box-shadow: 0px 10px 20px rgba(95, 63, 255, 0.2);
}

.service-carousel-lists .service-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-box-shadow: 0px 10px 20px rgba(95, 63, 255, 0.2);
    box-shadow: 0px 10px 20px rgba(95, 63, 255, 0.2);
    background-image: -webkit-gradient(linear, left top, right top, from(#2c1e9d), to(#838fe3));
    background-image: linear-gradient(90deg, #2c1e9d 0%, #838fe3 100%);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-carousel-lists .slick-center.service-column .service-item:before,
.service-carousel-lists .service-item:hover:before {
    opacity: 1;
}

.service-carousel-lists .service-item .count-num {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: -1;
    font-size: 180px;
    line-height: 160px;
    letter-spacing: -6px;
    color: #f8f9ff;
    font-weight: 700;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
    font-family: "Poppins";
}

.service-carousel-lists .slick-center.service-column .service-item .count-num,
.service-carousel-lists .service-item:hover .count-num {
    opacity: 0.1;
}

.service-carousel-lists .service-item .service-icon {
    display: inline-block;
    width: 90px;
    height: 90px;
    font-size: 90px;
    color: #4c55c4;
    margin-bottom: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-carousel-lists .slick-center.service-column .service-item .service-icon,
.service-carousel-lists .service-item:hover .service-icon {
    color: #ffffff;
}

.service-carousel-lists .service-item .top-title {
    font-size: 16px;
    letter-spacing: 3px;
    color: #8a8ea8;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-carousel-lists .slick-center.service-column .service-item .top-title,
.service-carousel-lists .service-item:hover .top-title {
    color: #bdbcfe;
}

.service-carousel-lists .service-item .main-title {
    font-size: 26px;
    letter-spacing: -1px;
    color: #0a0c19;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-carousel-lists .slick-center.service-column .service-item .main-title,
.service-carousel-lists .service-item:hover .main-title {
    color: #ffffff;
}

.slick-arrows-outside .slick-prev,
.slick-arrows-outside .slick-next {
    left: -80px;
}

.slick-arrows-outside .slick-next {
    left: auto;
    right: -80px;
}

/*-- 15. Arrow-Button --*/
.arrow-button {
    border-radius: 100px;
    -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: 1px solid #4c55c4;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
}

.arrow-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4c55c4;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.arrow-button:hover:before {
    left: 100%;
}

.arrow-button:hover {
    background-color: #ffffff;
    color: #0a0c19;
}

.arrow-button .button-text {
    padding: 20px 50px;
    display: inline-block;
}

.arrow-button .button-icon {
    display: inline-block;
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    color: #0a0c19;
    margin: 5px;
    text-align: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.arrow-button:hover .button-icon {
    background-color: #4c55c4;
    color: #ffffff;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.arrow-button.read-color {
    border: 1px solid #ff3d46;
    -webkit-box-shadow: 0px 16px 32px rgba(255, 61, 70, 0.1);
    box-shadow: 0px 16px 32px rgba(255, 61, 70, 0.1);
}

.arrow-button.read-color:before {
    background-color: #ff3d46;
}

.arrow-button.read-color:hover .button-icon {
    background-color: #ff3d46;
}

/*--- 16. Team-Box ---*/
.hoper-team-box {
    position: relative;
    display: block;
    text-align: center;
    padding-bottom: 100px;
}

.hoper-team-box .details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.hoper-team-box .details .position {
    font-size: 16px;
    letter-spacing: 2px;
    color: #4c55c4;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px
}

.hoper-team-box .details .social {
    margin-bottom: 10px;
}

.hoper-team-box .details .social a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 10px 32px rgba(135, 135, 135, 0.2);
    box-shadow: 0px 10px 32px rgba(135, 135, 135, 0.2);
    background-color: #ffffff;
    font-size: 16px;
    color: #a7add5;
    text-align: center;
    display: inline-block;
    margin: 10px;
}

.hoper-team-box .details .social a:hover {
    color: #ffffff;
    background-color: #4c55c4;
}

.hoper-team-box .details .name {
    font-size: 30px;
    letter-spacing: -1px;
    color: #0a0c19;
    font-weight: 600;
    margin-bottom: 0;
}

.gird-team-members:after {
    content: "";
    display: block;
    clear: both;
}

.gird-team-members .hoper-team-content {
    width: calc(33.33% - 20px);
    float: left;
}

/*-- 17. Hoper-Post-Carousel --*/
.hopercore-post-grid .post_item {
    float: left;
}

.hoper_posts_carousel .post-box {
    position: relative;
    background-color: #ffffff;
    width: 100%;
}

.hoper_posts_carousel .post-box .post_content {
    padding: 35px 40px;
    overflow: hidden;
}

.hoper_posts_carousel .post-box .post_content .post-date {
    float: left;
    width: 60px;
    height: 74px;
    background-color: #4c55c4;
    color: #ffffff;
    text-align: center;
    padding-top: 13px;
    margin-right: 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.hoper_posts_carousel .post-box .post_content .post-date .day {
    display: block;
    font-size: 30px;
    font-family: "Poppins";
    font-weight: 600;
    text-align: center;
}

.hoper_posts_carousel .post-box .meta-item a,
.hoper_posts_carousel .post-box .meta-item {
    font-size: 12px;
    letter-spacing: 1px;
    color: #4c55c4;
    font-weight: 500;
    text-transform: uppercase;
}

.hoper_posts_carousel .post-box .meta-item a:hover {
    color: #ff3d46;
}

.hoper_posts_carousel .post-box .post_content .title {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 28px;
    color: #0a0c19;
    font-weight: 500;
}

.hoper_posts_carousel .post-box .post-category {
    padding: 20px 40px;
    border-top: 1px solid #e7eaff;
}

.hoper_posts_carousel .post-box .post-category.meta-item a {
    text-transform: capitalize;
    color: #63688e;
}

.hoper_posts_carousel .post-box .post-category.meta-item a:hover {
    color: #ff3d46;
}

.hoper_posts_carousel .post-box .post_content .desc :last-child {
    margin-bottom: 0;
}

.hoper_posts_carousel .post-box .readmore-btn {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.hoper_posts_carousel .post-box .readmore-btn .icon {
    display: inline-block;
    margin-left: -5px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hoper_posts_carousel .post-box .readmore-btn:hover .icon {
    margin-left: 5px;
    opacity: 1;
}

/*-- 18. Portfolio-Box --*/
.portfolio-box {
    width: 100%;
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 35px;
    position: relative;
    z-index: 1;
    display: table !important;
    text-align: center;
}

.portfolio-box:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    background-color: #ffffff;
    opacity: 0;
    width: calc(100% - 10px);
    height: 0;
    z-index: -1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.portfolio_related_post .portfolio-box {
    margin: 15px;
    height: 400px;
}

.portfolio-box:hover:before {
    opacity: 0.9;
    height: calc(100% - 10px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.portfolio-box .portfolio-details {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
}

.portfolio-box:hover .portfolio-details {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.portfolio-box .portfolio-details .icons {
    margin-bottom: 15px;
}

.portfolio-box .portfolio-details .icons a {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
    background-color: #ff3d46;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    margin: 5px;
}

.portfolio-box .portfolio-details .icons a:hover,
.portfolio-box .portfolio-details .icons a.popup {
    background-color: #ffffff;
    color: #ff3d46;
}

.portfolio-box .portfolio-details .icons a.popup:hover {
    background-color: #ff3d46;
    color: #ffffff;
}

.portfolio-box .portfolio-details .title {
    font-size: 22px;
    margin-bottom: 10px;
}

.single-portfolio-area .cats {
    margin-bottom: 15px;
}

.single-portfolio-area .cats,
.portfolio-box .portfolio-details .cats {
    font-size: 16px;
    letter-spacing: 1px;
    color: #4c55c4;
    font-weight: 500;
    text-transform: uppercase;
}

.single-portfolio-area .cats a,
.portfolio-box .portfolio-details .cats a {
    color: #4c55c4;
    margin: 0 0 0 5px;
}

.single-portfolio-area .cats a:hover,
.portfolio-box .portfolio-details .cats a:hover {
    color: #ff3d46;
}

.portfolio-box .portfolio-details .cats {
    font-size: 12px;
}

.single-portfolio-area .portfolio-header {
    margin-bottom: 30px;
}

.single-portfolio-area .portfolio-title {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 70px;
    color: #0a0c19;
    font-weight: 600;
}

.single-portfolio-area .portfolio-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-portfolio-area .side-button {
    text-align: right;
}

.single-portfolio-area .portfolio-data {
    width: 100%;
    border-top: 2px solid #f3f1ff;
    padding-top: 30px;
}

.single-portfolio-area .portfolio-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-portfolio-area .portfolio-data .item {
    margin-bottom: 15px;
    padding-right: 30px;
}

.single-portfolio-area .portfolio-data .data-title {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 34px;
    color: #0a0c19;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-portfolio-area .single-navigation {
    padding: 30px;
    border: 2px solid rgba(195, 179, 255, 0.4);
    background-color: #ffffff;
}

.single-work-slider-area {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #faf9ff;
    margin-bottom: -120px;
    margin-top: 120px;
}

.single-work-slider-area .section-title {
    margin-bottom: 40px;
}

.hoper-portfolios {
    width: 100%;
}

.hoper-portfolios .portfolio-box {
    width: 100%;
}


.hoper-portfolios.grid-portfolios:after {
    display: block;
    clear: both;
    content: "";
}

.hoper-portfolios.grid-portfolios .portfolio-grid {
    width: 33.33%;
    float: left;
}

.portfolio-filter-menu {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.portfolio-filter-menu li {
    display: inline-block;
    cursor: pointer;
    border-bottom: 4px solid #eff0ff;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 26px;
    color: #87899c;
    font-weight: 500;
    padding: 10px 20px;
    margin: 0 -2px;
    z-index: 1;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
}

.portfolio-filter-menu li:hover,
.portfolio-filter-menu li.active {
    color: #4c55c4;
}

.portfolio-filter-menu li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 4px;
    width: 0;
    background-color: #4c55c4;
    z-index: 2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.portfolio-filter-menu li:hover:before,
.portfolio-filter-menu li.active:before {
    width: 100%;
}

/*-- 19. Price-Table --*/
.price-box {
    width: 100%;
    -webkit-box-shadow: 0px 16px 32px rgba(82, 82, 82, 0.1);
    box-shadow: 0px 16px 32px rgba(82, 82, 82, 0.1);
    background-color: #ffffff;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.price-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 26px 42px rgba(82, 82, 82, 0.2);
    box-shadow: 0px 26px 42px rgba(82, 82, 82, 0.2);
}

.price-box .price-header {
    padding: 50px 50px 40px 50px;
}

.price-box .price-icon {
    display: inline-block;
    font-size: 120px;
    margin-bottom: 30px;
}

.price-box .price-title {
    font-size: 16px;
    letter-spacing: 3px;
    color: #84879a;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.price-box .price-rate .preiod,
.price-box .price-rate .symble {
    font-size: 16px;
    letter-spacing: 0px;
    color: #ff3d46;
    font-weight: 500;
}

.price-box .price-rate .amount {
    font-size: 60px;
    line-height: 50px;
    letter-spacing: -2px;
    color: #0a0c19;
    font-family: "Poppins";
    font-weight: 600;
    text-align: center;
}

.price-box .price-content {
    font-size: 16px;
    color: #85889b;
    font-weight: 400;
}

.price-box .price-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-box .price-footer {
    display: block;
    padding: 30px 50px 50px 50px;
}

.price-box .price-footer a.price_btn {
    padding: 18px 52px;
    border-radius: 100px;
    background-color: #ff3d46;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 16px 32px rgba(255, 61, 70, 0);
    box-shadow: 0px 16px 32px rgba(255, 61, 70, 0);
}

.price-box .price-footer a.price_btn:hover {
    -webkit-box-shadow: 0px 16px 32px rgba(255, 61, 70, 0.4);
    box-shadow: 0px 16px 32px rgba(255, 61, 70, 0.4);
}

.price-box .price-footer a.price_btn:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #000000;
    opacity: 0.9;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg)
}

.price-box .price-footer a.price_btn:hover:before {
    width: calc(100% + 30px);
}

/*-- 20. Hoper-Custom-Image-Carousel --*/

.hoper-custom-carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-custom-carousel {
    text-align: center;
}

.hoper-custom-carousel.image-effect .single-custom-carousel img {
    -webkit-filter: grayscale(100%) brightness(200%);
    filter: grayscale(100%) brightness(200%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
}

.hoper-custom-carousel.image-effect .single-custom-carousel:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

/*-- 21. Testimonial-Area --*/
.hoper-testimonial {
    text-align: center;
}

.hoper-testimonial .quote-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 16px 32px rgba(76, 85, 196, 0.4);
    box-shadow: 0px 16px 32px rgba(76, 85, 196, 0.4);
    background-color: #4c55c4;
    color: #ffffff;
    font-size: 27px;
    margin-bottom: 50px;
    text-align: center;
}

.hoper-testimonial .content {
    font-size: 28px;
    line-height: 48px;
    color: #63688e;
    font-weight: 400;
}

.hoper-testimonial .divider {
    width: 2px;
    height: 70px;
    background-color: #857dc2;
    display: inline-block;
    opacity: 0.3;
}

.hoper-testimonial .footer .name {
    font-size: 28px;
    letter-spacing: -1px;
    color: #0a0c19;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 15px;
}

.hoper-testimonial .footer .designation {
    font-size: 16px;
    letter-spacing: 3px;
    color: #ff3d46;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}

.hoper-testimonial .footer .photo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    background-color: #e7e7e7;
    display: inline-block;
    -webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

/* Tablet Layout: 320px. */
@media only screen and (max-width: 1200px) {

    /*-- Post-Share-Menu --*/
    .single-post-item .post-extra {
        position: static;
        width: 100%;
        text-align: left;
        border-top: 1px solid #e7eaff;
        margin-top: 30px;
        padding-top: 30px;
    }

    .like-box {
        float: left;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .like-box .like-count {
        display: inline-block;
        margin-left: 5px;
    }

    .social-share ul li {
        display: inline-block;
        margin-right: 5px;
    }

    .like-box .like-click {
        margin-bottom: 0;
    }

    .slick-arrows-outside .slick-prev,
    .slick-arrows-outside .slick-next {
        left: 0px;
    }

    .slick-arrows-outside .slick-next {
        left: auto;
        right: 0px;
    }
}

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

@media only screen and (max-width: 768px) {
    .section-title .title {
        font-size: 26px;
        line-height: 36px;
    }

    .single-portfolio-area .side-button {
        text-align: left;
    }
}