/*-------------------------
7. Video-Post-Style
--------------------------*/

.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: #ff5621;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    z-index: 2;
    opacity: 1;
    border: none;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.video-post .video-play-bttn:hover {
    box-shadow: 0 0 0 30PX rgba(255, 255, 255, 0.3);
}

/*-----------------------------
17. Post-carousel-image
-------------------------------*/

.post-photo-gallery .owl-controls {
    margin-top: 0;
}

.post-photo-gallery .owl-controls .owl-buttons > div {
    right: auto;
    left: 10px;
    top: calc(50% - 28px);
}

.post-photo-gallery:hover .owl-controls .owl-buttons > div {
    opacity: 1;
}

.post-photo-gallery .owl-controls .owl-buttons > div.owl-next {
    left: auto;
    right: 10px;
}


/*-- 6. Instagram-Feed --*/

.widget .instagram-pics {
    width: 100%;
    overflow: hidden;
}

.widget .instagram-pics li {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0px;
}

.widget .instagram-pics.instagram-size-original {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
}

.widget .instagram-pics.instagram-size-large {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
}


.widget .instagram-pics.instagram-size-small {    
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
}

.widget .instagram-pics.instagram-size-thumbnail {    
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
}

.widget .instagram-pics li a {
    position: relative;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
}

.widget .instagram-pics li a img {
    line-height: 0px;
}


/*-------------------
Social-Profile-Link
--------------------*/

.widget-social-menu a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
    color: #c3c3c3;
    margin: 5px;
}

.widget-social-menu a:hover {
    background-color: #ff5621;
    border-color: #ff5621;
    color: #ffffff;
}


/*----------------------
Popular-post-widget
-----------------------*/

.popular-posts .post-item {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.popular-posts .post-item:last-child {
    margin-bottom: 0px;
}

.popular-posts .post-item .post-pic {
    float: left;
    width: 100px;
    margin-right: 15px;
}

.popular-posts .post-item .title {
    margin-bottom: 5px;
    font-size: 14px;
}

.popular-posts .post-item .post-meta-list {
    font-size: 14px;
}

/*-- Subscribe-Form-Style --*/
.subscribe-form input[type="email"] {
    height: 70px;
    border-radius: 3px;
    border: 1px solid #EBEBEB;
    background-color: #ffffff;
    padding: 10px 30px;
    width: 100%;
    margin-bottom: 0px;
}

.subscribe-form input[type="submit"],
.subscribe-form button {
    height: 60px;
    border-radius: 2px;
    border: none;
    padding: 10px 60px;
    background: #ff8b3c;
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    float: right;
    margin-top: -65px;
    position: relative;
    margin-right: 5px;
}

.subscribe-form input[type="submit"]:hover,
.subscribe-form button:hover,
.subscribe-form input[type="submit"]:focus,
.subscribe-form button:focus {
    background-color: #dc7129;
    color: #ffffff;
}

.shortcode-form input[type="text"],
.shortcode-form input[type="email"],
.shortcode-form input[type="url"],
.shortcode-form input[type="submit"],
.shortcode-form button {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
}

.subscribe-form {
    position: relative;
}




/* =======================================
========= Elementor-Widget-Style =========
======================================== */

/* -- Section-Title -- */

/* Section Title style */
.heading-bar-left-right,
.heading-bar-bottom,
.heading-bar-top,
.heading-bar-right,
.heading-bar-left {
    position: relative;
    display: block;
}

.heading-bar-left-right:after,
.heading-bar-left-right:before,
.heading-bar-top:before,
.heading-bar-bottom:after,
.heading-bar-left:before,
.heading-bar-right:after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #000000;
    transform: translateY(-4.5px);
}

.heading-bar-top:before {
    margin-bottom: 10px;
}

.heading-bar-bottom:after {
    margin-top: 10px;
}

.heading-bar-left:before {
    display: inline-block;
    margin-right: 10px;
}

.heading-bar-right:after {
    display: inline-block;
    margin-left: 10px;
}

.heading-bar-left-right:before {
    display: inline-block;
    margin-right: 10px;
}

.heading-bar-left-right:after {
    display: inline-block;
    margin-left: 10px;
}

/*-- Button-Style --*/
.arrow-button {
    border: 1px solid #ff5621;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.epress-custom-carousel {
    text-align: center;
}

.epress-custom-carousel .slick-slide img {
    display: inline-block !important;
}

/*-- Campaign-Box --*/
.campaign-box-area {
    width: 100%;
}

.campaign-box-area:after {
    content: "";
    clear: both;
    display: block;
}

.campaign-box-area .campaign-item {
    padding: 0 15px;
}

.campaign-box-area .campaign-item .box-image {
    position: relative;
}
.campaign-box-area .campaign-item .box-image .image-head {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
}

.campaign-box-area .campaign-item .box-image .image-head .tags {
    margin-right: 15px;
}

.campaign-box-area .campaign-item .box-image .image-head .tags,
.campaign-box-area .campaign-item .box-image .image-head .pledged {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    background-color: #2095f3;
    transition: 0.3s;
}

.campaign-box-area .campaign-item .box-image .image-head .tags:hover,
.campaign-box-area .campaign-item .box-image .image-head .pledged:hover {
    background-color: #ffffff !important;
    color: #070c24;
}
.campaign-box-area .campaign-item .cam-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 300;
}

.campaign-box-area .campaign-item .cam-header .icon {
    margin-right: 5px;
}

.campaign-box-area .campaign-item .cam-header .cam-location {
    color: #ff5621;
}

.campaign-box-area .campaign-item .skillbar {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent !important;
}

.campaign-box-area .campaign-item .skillbar .bar-back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
}

.campaign-box-area.campaign-grid .campaign-item {
    width: 33.33%;
    float: left;
    padding: 0 15px 30px 15px;
}

.campaign-box-area .campaign-item .campaign-box {
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    clear: both;
    box-shadow: 0 0 30px 0 rgba(243, 246, 255,1);
}

.campaign-box-area .campaign-item .campaign-box .top-title {
    color: #72778D;
    font-size: 16px;
    margin-bottom: 10px;
}

.campaign-box-area .campaign-item .campaign-box .main-title {
    margin-bottom: 25px;
    color: #070c24;
    font-size: 24px;
}

.campaign-box-area .campaign-item .campaign-box .main-title a {
    color: #151d41;
}

.campaign-box-area .campaign-item .campaign-box .box-content {
    padding: 30px;
    width: 100%;
}

.campaign-box-area .campaign-item .campaign-box .box-footer {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
}
.campaign-box-area .campaign-item .campaign-box .box-footer li {
	padding: 18px 0 0 0;
}

.campaign-box-area .campaign-item .campaign-box .box-footer .title {
    display: block;
}

.campaign-box-area .campaign-item .campaign-box .box-footer .content {
    color: #ff5621;
    font-size: 20px;
    display: block;
}

.campaign-filter-menu {
    padding: 0px;
    margin: 0px 0px 30px 0px;
    list-style: none;
    border-bottom: 1px solid #eaeaea;
}

.campaign-filter-menu li {
    position: relative;
    padding: 15px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.5s;
}

.campaign-filter-menu li.active {
    color: #ff5621;
}

.campaign-filter-menu li:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -1px;
    width: 0px;
    height: 2px;
    background-color: #ff5621;
    transition: 0.5s;
}

.campaign-filter-menu li.active:before {
    width: 100%;
}

.campaign-filter-menu li i {
    margin-right: 6px;
}

.load-button {
    text-align: center;
}

.load-button .load-more {
    border: 1px solid #ff5621;
}

/*-- Flip-box --*/

.epresscore-flip-box-area {
    position: relative;
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    width: 100%;
    height: 300px;
    text-align: center;
}

.epresscore-flip-box-area .epresscore-flip-box-front,
.epresscore-flip-box-area .epresscore-flip-box-back {
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1), -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1), -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1), transform 0.7s cubic-bezier(.4, .2, .2, 1);
    transition: transform 0.7s cubic-bezier(.4, .2, .2, 1), transform 0.7s cubic-bezier(.4, .2, .2, 1), -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1), -webkit-transform 0.7s cubic-bezier(.4, .2, .2, 1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
	overflow: hidden;
}

.epresscore-flip-box-area .epresscore-flip-box-front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);    
}

.epresscore-flip-box-area:hover .epresscore-flip-box-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.epresscore-flip-box-area .epresscore-flip-box-back {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    padding: 30px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.epresscore-flip-box-area:hover .epresscore-flip-box-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.epresscore-flip-box-area .epresscore-flip-box-front .title {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
}



.epresscore-flip-box-area .epresscore-flip-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.3);
}

.epresscore-flip-box-area .flipbox-icon {
    display: inline-block;
}

/*-- Feature-box --*/
.feature-box {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.feature-box:after {
    content: "";
    clear: both;
    display: block;
}

.feature-box .feature-icon {
    text-align: center;
    display: inline-block;
}

.feature-box .feature-title {
    font-size: 20px;
}


/*-- Testimonia-Box --*/
.epress-testimonial:after {
    content: "";
    display: block;
    clear: both;
}

.epress-testimonial-area.testimonial-grid:after {
    content: "";
    clear: both;
    display: block;
}

.epress-testimonial-area.testimonial-grid .testimonial-column {
    float: left;
    width: 50%;
}

.epress-testimonial {
    border: 10px solid #9465ff;
    padding: 60px;
    background-color: #ffffff;
    position: relative;
	z-index: 1;
}

.epress-testimonial .feed_rating {
    margin-bottom: 20px;
}

.epress-testimonial .feed_rating span {
    opacity: 0.1;
}

.epress-testimonial .feed_rating.star5 span:nth-child(-n+5),
.epress-testimonial .feed_rating.star4 span:nth-child(-n+4),
.epress-testimonial .feed_rating.star3 span:nth-child(-n+3),
.epress-testimonial .feed_rating.star2 span:nth-child(-n+2),
.epress-testimonial .feed_rating.star1 span:nth-child(-n+1) {
    color: #9465ff;
    opacity: 1;
}

.epress-testimonial .photo {
    width: 100px;
    height: 100px;
    border: 10px solid #2dffe9;
    border-radius: 5px;
    overflow: hidden;
}

.epress-testimonial .feedback-title {
    font-size: 36px;
    letter-spacing: -1px;
    color: #070c24;
    font-family: 'Karla', sans-serif;
}

.epress-testimonial .ft-content .name {
    font-size: 24px;
    color: #070c24;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    margin-top: 18px;
    display: inline-block;
}

.epress-testimonial .ft-content .designation {
    font-size: 14px;
    color: #98adc2;
    text-transform: capitalize;
}

/*-- Post-Slider --*/
.epresscore-post-grid:after {
    content: "";
    clear: both;
    display: block;
}

.epresscore-post-grid .post_item {
    float: left;
}

.post_item:nth-child(3n + 1) .post-box .post_content .post-header .header-post-meta .meta-item a.category {
  background: #2095f3;
}
.post_item:nth-child(3n + 2) .post-box .post_content .post-header .header-post-meta .meta-item a.category {
  background: #9465ff;
}
.post_item:nth-child(3n + 3) .post-box .post_content .post-header .header-post-meta .meta-item a.category {
  background: #ff688f;
}

.epress_posts_carousel .post-box {
    overflow: hidden;
    margin-top: -30px;
}

.epress_posts_carousel .post-box .post_content {
    background-color: #ffffff;
    box-shadow: 0px 8px 16px 0px rgba(7,12,36,0.3);
    border-radius: 10px;
    margin-top: 45px;
    margin-bottom: 0px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    z-index: 2;
    padding: 25px 30px;
}

.epress_posts_carousel .post-box .post_image {
    border-radius: 10px;
    overflow: hidden;
    margin-top: -30px;
}

.post-box .post_content .post-header .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.post-box .post_content .post-header .header-post-meta .meta-item {
    display: inline-block;
    color: #98adc2;
    font-size: 14px;
    margin-bottom: 15px;
}

.post-box .post_content .post-header .header-post-meta .meta-item a.category {
    padding: 5px 20px;
    min-width: 100px;
    border-radius: 100px;
    background-color: #2095f3;
    color: #ffffff;
    text-align: center;
    display: block;
	margin-right: 10px;
}

.post-box .readmore-btn {
    font-weight: 500;
}

.post-box .readmore-btn .icon {
    margin-left: 5px;
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    white-space: nowrap !important;
}

/*-- Target-Addons-Style --*/
.target-item {
    padding: 40px;
    border: 2px solid #d3e0ed;
    position: relative;
    z-index: 1;
}
.target-item .top-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    color: #ff5621;
    font-size: 14px;
}
.target-item .main-title{
    font-size: 24px;
    letter-spacing: -1px;
    color: #070c24;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
}
.target-item .count-num {
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-size: 180px;
    line-height: 160px;
    font-weight: 700;
    z-index: -1;
    letter-spacing: -2px;
    color: #ecfaf9;
}

.target-item .target-icon {
    font-size: 60px;
    margin-top: 40px;
}
/*-- Team-Membar-Addons --*/
.epress-team-box {
    text-align: center;
}

.epress-team-box .details {
    position: relative;
    z-index: 2;
}

.epress-team-box .details .social {
    margin-left: -10px;
    margin-right: -10px;
}

.epress-team-box .details .social a {
    display: inline-block;
    text-align: center;
    border: 1px solid #ff5621;
    width: 30px;
    height: 30px;
    line-height: 30px;
}



/*-- epress-Tabs-Style --*/
.epress-tab-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.epress-tab-nav li {
    position: relative;
    display: inline-block;
}

.epress-tab-nav li:before {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    width: 0px;
    height: 2px;
    background-color: #ededed;
    z-index: -1;
    transition: 0.3s;
}

.epress-tab-nav li.active:before {
    width: 100px;
}


.epress-tab-nav li a {
    display: block;
    background-color: #ffffff;
}

.epress-tabs.epress-tab-right,
.epress-tabs.epress-tab-left {
    display: flex;
}

.epress-tabs.epress-tab-right {
    flex-direction: row-reverse;
}

.epress-tab-nav.epress-tab-nav-right,
.epress-tab-nav.epress-tab-nav-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    width: 500px;
    max-width: 100%;
    background-color: #070c24;
}

.epress-tab-nav.epress-tab-nav-left li {
    width: 100%;
}

.epress-tab-nav.epress-tab-nav-left li a {
    background-color: transparent;
}



/* -- Count-Box -- */
.epress-counter {
    overflow: hidden;
}

.short-give-form legend,
.short-give-form .give-currency-symbol,
.short-give-form .give-custom-amount-text,
.short-give-form .form-wrap {
    display: none !important;
}

/* Event-Addons-Style */
.event-item {
    position: relative;
    padding-left: 60px;
    padding-bottom: 50px;
}

.event-item:last-child {
    padding-bottom: 0px;
}

.event-item .left-line {
    position: absolute;
    left: 7px;
    top: 23px;
    width: 2px;
    height: calc(100% - 25px);
    background-color: #cfeaff;
}

.event-item.slick-active .left-line {
    height: calc(100% + 5px);
}

.event-item .bar-dots {
    position: absolute;
    left: -6px;
    top: 0px;
    width: 14px;
    height: 14px;
    background-color: #ff5621;
    border-radius: 100px;
    z-index: 1;
}

.event-item .bar-dots:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 100px;
}

.event-item .header {
    margin-bottom: 15px;
}

.event-item .header .date {
    display: inline-block;
    padding: 15px 48px;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}

.event-item .header .date .date-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
}


.event-item .content .main-title {
    font-size: 40px;
    letter-spacing: -1px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.event-item .footer .time {
    font-size: 14px;
    line-height: 26px;
    color: #6f849a;
    margin-top: 10px;
}


/*-- WC-Product-Addons --*/

.product-box {
    background-color: #ffffff;
}

.product-box .product-image {
    position: relative;
    overflow: hidden;
}

.product-box .product-image img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    display: inline-block;
}

.product-box .product-image:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
}

.product-header .category {
    margin-bottom: 5px;
}

.product-box .product_content {
    text-align: center;
    padding: 15px;
}

.product-box .product-header .category a {
    font-size: 14px;
    color: #9fa6be;
    font-weight: 600;
    text-transform: uppercase;
}

.product-box .product-header .category a:hover {
    color: #00b0fa;
    text-decoration: underline;
}

.product-box .product_content .title {
    margin-bottom: 8px;
}

.epresscore-product-grid:after {
    content: "";
    display: block;
    clear: both;
}

.epresscore-product-grid .product_item {
    float: left;
}

.epress-custom-carousel .single-custom-carousel a:hover img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.epress-custom-carousel .single-custom-carousel a:hover img {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
.event-item .footer .time .icon {
    margin-right: 6px;
    font-size: 12px;
}

@media screen and (max-width: 992px) {
    .epress-tab-nav:before {
        left: calc(50% - 1px);
        top: 0;
        width: 2px;
        height: 100%;
    }
    .epress-tabs.epress-tab-right,
    .epress-tabs.epress-tab-left {
        flex-wrap: wrap;
    }
    .epress-tab-nav.epress-tab-nav-right,
    .epress-tab-nav.epress-tab-nav-left {
        width: 100%;
        max-width: 100%;
    }
    .epress-tab-nav li.active:before {
    	display: none !important;
    }

}


@media screen and (max-width: 768px) {
	.campaign-box-area .campaign-item .box-image .image-head .tags,
	.campaign-box-area .campaign-item .box-image .image-head .pledged  {
		padding: 0px 15px;
	}
}