/*------------------------------------------------------------------
[3.1 Banner ]
*/

.banner-area {
    position: relative;
    min-height: 330px;
    z-index: 0;
}

.banner.fixed-height {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.with-wave .banner.fixed-height {
    box-shadow: none;
}

.banner-area .wave-block {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.banner-area .scroll-next {
    position: absolute;
    left: 50%;
    bottom: 13px;
    z-index: 3;
    width: 2em;
    line-height: 2em;
    cursor: pointer;
    margin-left: -1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}

.banner-area.current-white .scroll-next {
    color: #fff;
}

.banner-area .scroll-next:hover {
    bottom: 10px;
}

.banner-area.with-left-offset {
    padding-left: 110px;
}

.banner-area.with-bottom-offset {
    padding-bottom: 110px;
}

.banner-area.type3:before {
    content: "";
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: -1;
    border-bottom: 1px solid #eee;
}

.banner-area.type3.with-bottom-offset:before {
    height: 110px;
}

.banner-area.type3.with-nav-thumbs:before {
    width: 100%;
}

.site-dark .banner-area {
    background: #000;
}

.banner-color-white {
    color: #fff;
}

.banner-color-black {
    color: #000;
}

.banner-social-buttons {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    width: 65px;
    font-weight: 500;
    letter-spacing: .05em;
    pointer-events: none;
}

.current-black .banner-social-buttons {
    color: #b4b4b4;
}

.social-buttons-align-right .banner-social-buttons {
    left: auto;
    right: 0;
}

.site-dark .banner-social-buttons {
    color: #636363;
}

.banner-social-buttons>div {
    width: 600px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 30px;
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.with-wave .banner-social-buttons>div {
    margin-top: -30px;
}

.banner-social-buttons>div>i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #f51465;
    margin-right: 30px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.banner-social-buttons a {
    text-decoration: none;
    display: inline-block;
    margin: 0 25px;
    position: relative;
    pointer-events: all;
}

.current-white .banner-social-buttons {
    color: #fff;
}

.banner-social-buttons a:hover {
    color: #f51465;
}

.banner-social-buttons a i {
    display: none;
}

.banner-social-buttons a span {
    display: block;
}

.banner-social-buttons .cell {
    width: 70px;
    height: 100vh;
    min-height: 470px;
}

.banner-social-buttons .links {
    text-align: center;
    width: 340px;
    margin-left: -140px;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.banner-social-buttons .item i {
    margin-right: 5px;
}

.banner-social-buttons-type2 {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 10;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

.current-white .banner-social-buttons-type2 {
    color: #fff;
}

.current-dark .banner-social-buttons-type2 {
    color: #000;
}

.banner-social-buttons-type2 {}

.banner-social-buttons-type2 a {
    text-decoration: none;
    margin-left: 25px;
}

.banner-social-buttons-type2 a i {
    margin-right: 5px;
}

.banner-social-buttons-type2 a span {}

.banner-area .banner-bottom {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
    z-index: 10;
}

.banner-area.current-white .banner-bottom {
    color: #fff;
}

.banner-area .banner-bottom .dots {}

.banner-area .banner-bottom .dots .dot-item {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.banner-area .banner-bottom .dots .dot-item:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0e1116;
    border-radius: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .4;
}

.banner-area.current-white .banner-bottom .dots .dot-item:before {
    background: #fff;
}

.banner-area .banner-bottom .dots .dot-item.current:before {
    opacity: 1;
    background: #f51465;
}

.banner-area .banner-bottom .dots .dot-item svg {
    display: block;
}

.banner-area .banner-bottom .dots .dot-item svg circle {
    -webkit-transition: stroke-dashoffset 0.3s ease;
    -moz-transition: stroke-dashoffset 0.3s ease;
    -o-transition: stroke-dashoffset 0.3s ease;
    -ms-transition: stroke-dashoffset 0.3s ease;
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 56.5487, 56.5487;
    stroke-dashoffset: 56.5487;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke: #0e1116;
    opacity: 0.3;
}

.banner-area.current-white .banner-bottom .dots .dot-item svg circle {
    stroke: #fff;
}

.banner-area .banner-bottom .dots .dot-item.current svg circle {
    stroke-dashoffset: 0;
}

.banner:not(.fixed-height) {
    min-height: 450px;
}

.banner .item {
    background-size: cover;
    background-position: 50%;
    position: relative;
    /* overflow: hidden; */
    padding: 0 70px;
}

.header-type-left-side-t2 .banner .item:before,
.header-type-left-side-t2 .vc_row[data-vc-full-width]:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: -260px;
    bottom: 0;
    width: 125px;
    background: #fafafa;
}

.banner .item.top-left {
    background-position: top left;
}

.banner .item.top-center {
    background-position: top center;
}

.banner .item.top-right {
    background-position: top right;
}

.banner .item.center-left {
    background-position: center left;
}

.banner .item.center-center {
    background-position: center;
}

.banner .item.center-right {
    background-position: center right;
}

.banner .item.bottom-left {
    background-position: bottom left;
}

.banner .item.bottom-center {
    background-position: bottom center;
}

.banner .item.bottom-right {
    background-position: bottom right;
}

.banner .item.black {}

.banner .item.white {
    color: #fff;
}

.banner .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner .item .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.banner .item .video:before {
    content: "";
    display: block;
}

.banner .item .video iframe {
    box-sizing: border-box;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
    max-width: none;
}

.banner .laptop {
    background: url(../images/laptop.html) 50% no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: -30%;
    width: 100%;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    max-width: 995px;
    z-index: 4;
}

.banner .tar .laptop {
    left: -30%;
    right: auto;
}

.banner .laptop:before {
    content: "";
    display: block;
    padding-bottom: 54.734177215189874%;
}

.banner .laptop div {
    position: absolute;
    top: 7.2%;
    left: 14.9%;
    right: 14.9%;
    bottom: 12.9%;
    background: 50% 0;
    background-size: cover;
}

.banner .banner-form {
    position: absolute;
    top: 0;
    right: 15px;
    width: 445px;
    max-width: 100%;
    text-align: center;
    color: #0e1116;
    z-index: 8;
}

.banner .banner-form .cell {
    padding: 140px 0 !important;
}

.banner .banner-form .wrap {
    background: #f8f8f8 url(../images/bg-world.html) 25% 50% no-repeat;
    background-size: auto 90%;
    padding: 35px 45px 30px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

.banner .banner-form h5 {
    margin: 0 0 20px;
}

.banner .banner-form .p {
    font-size: 14px;
    line-height: 1.714em;
    max-width: 270px;
    margin: 0 auto 25px;
}

.banner .banner-form .input-row {}

.banner .banner-form .button-style2 {
    width: 100%;
    background: #f71466;
}

.banner .banner-form .button-style2:hover {
    background: #2d2d2d;
    color: #fff;
}

.banner .cell {
    width: 1800px;
    padding: 100px 0;
    position: relative;
    z-index: 2;
    height: 100vh;
}

.with-wave .banner .cell {
    padding: 50px 0 100px;
}

.banner.fixed-height .cell {
    padding: 30px 0;
}

.banner .item.top .cell {
    vertical-align: top;
}

.banner .item.bottom .cell {
    vertical-align: bottom;
}

.banner .cell .event-detail {
    color: #f71466;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.banner .cell .event-detail .d {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}

.banner .cell .event-detail .d>* {
    display: inline-block;
    vertical-align: middle;
}

.banner .cell .event-detail .d i {
    margin-right: 10px;
}

.banner .cell .event-detail .d span {}

.banner .cell .sub-h {
    margin-bottom: 15px;
    color: #f41465;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.type2 .banner .cell .sub-h {
    color: inherit;
}

.product-banner .banner .cell .sub-h {
    color: #f51465;
}

.banner .white .cell .sub-h,
.banner .custom .cell .sub-h {
    /* color: inherit; */
}

.product-banner .cell .sub-h,
.sale-banner .cell .sub-h {
    position: relative;
    top: 0;
    margin-bottom: 15px;
}

.banner .cell .h {
    line-height: 1.200em;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -.025em;
    margin: 0;
    margin-bottom: 15px;
}

.sale-banner .banner .cell .h {
    text-transform: uppercase;
    font-weight: 500;
}

.banner .cell .h.uppercase {
    text-transform: uppercase;
}

.product-banner .cell .h {
    font-size: 60px;
    font-weight: 500;
}

.banner .cell .h:last-of-type {
    margin-bottom: 0;
}

.banner .cell .h span {
    color: #f51465;
}

.banner .cell .sub-h+.h {}

.product-banner .cell .sub-h+.h {
    margin-top: 0;
}

.banner .cell .social-buttons {
    margin: 0 0;
}

.banner .cell .social-buttons a {
    margin-right: 25px;
}

.banner .cell .social-buttons a i {
    opacity: 1;
}

.type2 .banner .cell .social-buttons a:hover i {
    color: #ee4266;
}

.banner .cell .text {
    line-height: 1.5em;
    font-weight: 300;
    margin-top: -5px;
    margin-bottom: 33px;
    color: #afb8c6;
    margin: 20px 0 30px;
    max-width: 530px;
}

.banner .white .cell .text {
    /* color: inherit; */
}

.banner .cell .text ul {
    margin: 20px 0 25px;
    margin-left: 0;
    padding-left: 0;
}

.banner .cell .text ul li {
    display: block;
    position: relative;
    padding-left: 22px;
    margin: 12px 0;
}

.banner .cell .text ul li:before {
    content: "\e943";
    font-family: 'material-design-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #f51465;
    font-size: 10px;
    position: absolute;
    top: 7px;
    left: 0;
}

.banner .sale-size {
    color: #464646;
    font-size: 72px;
    font-weight: 600;
    line-height: 1em;
}

.banner .sale-size span {
    font-size: 14px;
    text-transform: uppercase;
    color: #f51465;
    line-height: 15px;
    display: block;
}

.banner .item .link-area {
    margin-top: 25px;
}

.banner .link-area .button-style1 {
    margin-right: 10px;
}

.banner .link-area .button-style1:hover {
    color: #fff;
}

.banner .item .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-position: 50%;
}

.banner .price-area {
    position: absolute;
    top: 55px;
    right: 30px;
    text-align: center;
    background: #fff;
    color: #f51465;
    border-radius: 50%;
}

.banner .price-cell {
    height: 160px;
    width: 160px;
    display: table-cell;
    vertical-align: middle;
}

.banner .before-price {
    font-weight: bold;
    color: #6a6a6a;
    letter-spacing: .2em;
    font-size: 14px;
    margin-bottom: -0.5em;
}

.banner .price {
    font-size: 45px;
    font-weight: 500;
    margin: 0 0 -15px;
}

.banner .price ins {
    background: none;
    color: inherit;
}

.banner .price del {
    font-size: 0.5em;
    opacity: .6;
    margin-right: 10px;
    font-weight: 500;
    vertical-align: middle;
}

.banner .price .woocommerce-Price-currencySymbol {
    font-size: 0.600em;
    margin-bottom: 0.35em;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.4em;
}

.banner .price del .woocommerce-Price-currencySymbol {
    font-size: 1em;
}

.banner .owl-dots {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.banner .owl-dots .owl-dot {
    counter-increment: slides-num;
    margin: 10px 0;
    width: 25px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #989796;
}

.banner .owl-dots .owl-dot.active {
    color: #f51465;
}

.banner .owl-dots .owl-dot:before {
    content: '0'counter(slides-num);
    display: block;
}

.banner .owl-dots .owl-dot:nth-child(n+10):before {
    content: counter(slides-num);
}

.banner .owl-dots .owl-dot:after {
    content: "";
    position: absolute;
    right: -20px;
    width: 0px;
    top: 50%;
    height: 1px;
    box-shadow: inset 0 0 0 5px;
    margin-top: -1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.banner .owl-dots .owl-dot.active:after {
    width: 13px;
}

.banner-area .social-buttons-standart {
    position: absolute;
    bottom: 45px;
    left: 50px;
}

.banner-area .social-buttons-standart:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    width: 30px;
    height: 1px;
    background: #f51465;
    margin-top: -1px;
}

.banner-area.with-left-offset .social-buttons-standart {
    left: 160px;
}

.banner .owl-nav {
    position: absolute;
    left: 70px;
    bottom: 0;
}

.banner .owl-nav>div {
    float: left;
    background: #f51465;
    color: #fff;
    line-height: 70px;
    width: 70px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.banner .owl-nav>div:hover {
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    filter: grayscale(20%);
}

.banner .owl-nav>div:not(:last-of-type) {
    box-shadow: inset -1px 0 0 #ffffff40;
}


/*------------------------------------------------------------------
[3.4 Portfolio ]
*/

.portfolio-items {
    margin-top: 40px;
}

.portfolio-type-horizontal {
    margin: 0;
}

.portfolio-type-justified {
    position: relative;
}

.portfolio-type-carousel {}

.portfolio-type-carousel .owl-stage {
    width: 1000000px !important;
}

.portfolio-type-carousel .owl-dots {
    margin: 35px 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.portfolio-type-carousel.owl-carousel.owl-loaded {
    margin: 60px 0;
}

.portfolio-type-carousel .owl-item {
    padding: 1px;
}

.portfolio-items.gap-off {
    margin: 0;
}

.portfolio-item {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
}

.site-dark .portfolio-item {}

.owl-carousel .portfolio-item {
    margin-bottom: 0;
}

.portfolio-type-justified .portfolio-item {
    position: absolute;
    width: auto;
    padding: 0px;
    margin: 0;
    /* overflow: hidden; */
}

.gap-off .portfolio-item,
.portfolio-type-packery .portfolio-item {
    margin: 0;
    padding: 0;
}

.portfolio-item .wrap {
    top: 0;
    left: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.site-dark .portfolio-item .wrap {
    box-shadow: 0 0 0 1px #393939;
}

.portfolio-type-packery .portfolio-item:before {
    content: "";
    display: block;
    padding-bottom: 67%;
}

.portfolio-item .wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #f51465;
    background: -moz-linear-gradient(149deg, rgb(61, 0, 17) 0%, rgb(26, 0, 30) 100%);
    background: -webkit-linear-gradient(149deg, rgb(61, 0, 17) 0%, rgb(26, 0, 30) 100%);
    background: -ms-linear-gradient(149deg, rgb(61, 0, 17) 0%, rgb(26, 0, 30) 100%);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.portfolio-item:hover .wrap:before {
    opacity: .7;
    filter: alpha(opacity=70);
    visibility: visible;
    border-radius: 0;
}

.portfolio-item .a-img {
    overflow: hidden;
}

.portfolio-type-justified .portfolio-item .a-img,
.portfolio-type-justified .portfolio-item .wrap,
.portfolio-type-packery .portfolio-item .a-img,
.portfolio-type-packery .portfolio-item .wrap,
.portfolio-type-packery .portfolio-item .a-img div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.portfolio-type-packery.gap-on .portfolio-item .wrap {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.portfolio-item .a-img div {
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
}

.portfolio-type-packery .portfolio-item .a-img div {
    padding-bottom: 0%;
}

.portfolio-item .a-img img {
    display: block;
    width: 100%;
}

.portfolio-type-justified .portfolio-item img {
    position: absolute;
    top: 50%;
    left: 50%;
}

.portfolio-item h6 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: 2;
    font-size: 16px;
}

.portfolio-item:hover h6 {
    opacity: 1;
    visibility: visible;
}

.portfolio-item h6 .cell {
    width: 10000px;
    height: 85px;
    padding: 15px 0;
}

.portfolio-item h6 .categ {
    color: #f71466;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.portfolio-item h6 .name {
    display: block;
    line-height: 1em;
}

.hover-style1 .portfolio-item h6 {
    display: block;
    text-align: left;
    top: auto;
    bottom: 0;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 0 35px 30px;
    font-size: 30px;
}

.hover-style1 .portfolio-item.col-md-3 h6 {
    padding: 0 20px 15px;
    font-size: 24px;
}

.portfolio-item .readmore-link {
    display: block;
    font-size: 14px;
    letter-spacing: .05em;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 10px;
}

.portfolio-item>a {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    z-index: 2;
}

.portfolio-type-justified .portfolio-item>a {
    left: 0;
    right: 0;
}

.portfolio-type-carousel .portfolio-item a {
    left: 0;
    right: 0;
}

.portfolio-type-packery.gap-on .portfolio-item a {}

.gap-off .portfolio-item a {
    left: 0;
    right: 0;
}

.load-items-area {
    display: none !important;
}

.load-button,
.loadmore-button-block {
    margin: 0 0 30px;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    color: #ed4266;
}

.load-button a:before,
.loadmore-button-block a:before {
    background: #ed4266;
}

.load-button a:after,
.loadmore-button-block a:after {
    background: -moz-linear-gradient(top, rgba(237, 66, 102, 0) 0%, rgba(237, 66, 102, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(237, 66, 102, 0) 0%, rgba(237, 66, 102, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 66, 102, 0) 0%, rgba(237, 66, 102, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ed426600', endColorstr='#ed4266', GradientType=0);
}

.woocommerce+.load-button,
.woocommerce+.loadmore-button-block {
    margin-top: 0px;
}

.blog-items+.load-button,
.blog-items+.loadmore-button-block {
    margin: 0 0 30px 0;
    padding: 0;
}

.portfolio-items+.load-button,
.portfolio-items+.loadmore-button-block {
    padding: 0;
    margin: 0 0 30px;
}

.portfolio-items.hover-style2+.load-button,
.portfolio-items.hover-style2+.loadmore-button-block {
    margin-top: 0px;
}

.portfolio-items.hover-style1+.load-button,
.portfolio-items.hover-style1+.loadmore-button-block {
    margin-top: 5px;
}

.portfolio-items.portfolio-type-masonry_type2+.load-button,
.portfolio-items.portfolio-type-masonry_type2+.loadmore-button-block {
    margin-top: -105px;
    margin-bottom: 50px;
}

.portfolio-type-justified+.load-button,
.portfolio-type-packery+.load-button,
.portfolio-type-justified+.loadmore-button-block,
.portfolio-type-packery+.loadmore-button-block {
    margin: 15px 0 30px;
}

.portfolio-items.gap-off+.load-button,
.portfolio-items.gap-off+.loadmore-button-block {
    margin: 30px 0;
}

.portfolio-items.space-on+.load-button,
.portfolio-items.space-on+.loadmore-button-block {
    margin-bottom: 30px;
}

.portfolio-items+.load-button a,
.portfolio-items+.loadmore-button-block a {
    display: inline-block;
}

.portfolio-type-packery.cols-2 .portfolio-item:nth-child(3n+2):before {
    padding-bottom: 133.5%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+2):before {
    padding-bottom: 74.5%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+3):before {
    padding-bottom: 85%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+4):before {
    padding-bottom: 142.5%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+5):before {
    padding-bottom: 68.5%;
}

.portfolio-type-packery.cols-3 .portfolio-item:nth-child(5n+6):before {
    padding-bottom: 58%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4) {}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+4):before {
    padding-bottom: 134%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+5) {
    width: 50%;
}

.portfolio-type-packery.cols-4 .portfolio-item:nth-child(6n+5):before {
    padding-bottom: 33.5%;
}


/*------------------------------------------------------------------
[3.5 Projects slider ]
*/

.project-horizontal-cell {
    display: table-cell;
    vertical-align: middle;
}

.pt-portfolio.type-pt-portfolio.hentry {
    margin: 0;
}

.projects-slider {
    min-height: 600px;
}

.projects-content {
    width: 275px;
    float: left;
    position: relative;
    z-index: 2;
}


/*------------------------------------------------------------------
[3.5 Filter buttons ]
*/

.filter-button-group,
.category-buttons {
    margin: 45px 0;
    color: #b1b0b0;
}

.filter-button-group.style2 {
    margin: 30px 0;
}

.filter-button-group.container {
    margin: 45px auto 70px !important;
    text-align: center;
}

.filter-button-group .wrap {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    box-shadow: inset 0 -1px 0 #d1d8db;
}

.filter-button-group.style2 .wrap {
    box-shadow: none;
}

.filter-button-group button,
.filter-button-group a,
.category-buttons a {
    border: none;
    background: none;
    padding: 10px 0;
    text-decoration: none;
    line-height: normal;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #969696;
    display: inline-block;
    position: relative;
}

.filter-button-group.style2 button {
    padding: 10px 0 35px;
    font-weight: bold;
    color: #cfcfcf;
    margin: 0 !important;
    min-width: 175px;
    text-align: center;
}

.filter-button-group.style2 button.active {
    color: #0e1116;
    box-shadow: none;
}

.filter-button-group.style2 button:after {
    top: auto !important;
    bottom: 0;
}

.filter-button-group.style2 button:before {
    color: #dedcdd;
    top: auto !important;
    bottom: 6px;
}

.filter-button-group.style2 button:last-of-type:before {
    display: none;
}

.filter-button-group.tac button,
.filter-button-group.tac a,
.category-buttons.tac a {
    margin: 0 15px 0;
}

.filter-button-group.tac button:first-of-type,
.filter-button-group.tac a:first-of-type,
.category-buttons.tac a:first-of-type {
    margin-left: 0;
}

.filter-button-group.tac button:last-of-type,
.filter-button-group.tac a:last-of-type,
.category-buttons.tac a:last-of-type {
    margin-right: 0;
}

.filter-button-group.tal button:not(:last-of-type),
.filter-button-group.tal a:not(:last-of-type),
.category-buttons.tal a:not(:last-of-type) {
    margin-right: 40px;
}

.filter-button-group.tar button:not(:first-of-type),
.filter-button-group.tar a:not(:first-of-type),
.category-buttons.tar a:not(:first-of-type) {
    margin-left: 30px;
}

.filter-button-group button.active,
.filter-button-group a.active,
.category-buttons a.active {
    color: #f51465;
    box-shadow: inset 0 -3px 0 #ee4266;
}

.filter-button-group button:not(.active):hover,
.category-buttons a:not(.active):hover {
    color: inherit;
}

.post-gallery-packery {}

.post-gallery-packery .item {
    position: relative;
}

.post-gallery-packery.count-1 .item {
    width: 100%;
}

.post-gallery-packery.count-2 .item {
    width: 50%;
}

.post-gallery-packery.count-3 .item {
    width: 50%;
}

.post-gallery-packery.count-4 .item {
    width: 33.33333%;
}

.post-gallery-packery.count-5 .item {
    width: 25%;
}

.post-gallery-packery .item a {
    display: block;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.post-gallery-packery .item:before {
    content: "";
    display: block;
    padding-bottom: 67%;
}

.post-gallery-packery.count-3 .item:nth-child(3n+2):before {
    padding-bottom: 134%;
}

.post-gallery-packery.count-4 .item:nth-child(4n+1):before,
.post-gallery-packery.count-4 .item:nth-child(4n+3):before {
    padding-bottom: 134%;
}

.post-gallery-packery.count-5 .item:before {}

.post-gallery-packery.count-5 .item:nth-child(5n+2) {
    width: 50%;
}

.post-gallery-packery.count-5 .item:nth-child(5n+2):before {
    padding-bottom: 67%;
}

.filter-button-on-side {
    position: absolute;
    top: 10px;
    left: 0;
    max-width: 155px;
}

.filter-button-on-side .wrap {}

.filter-button-on-side button {
    display: block;
    position: relative;
    background: none;
    border: none;
    color: #c0c0c0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 500;
    margin-bottom: 30px;
    width: 100%;
    text-align: left;
}

.filter-button-on-side button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 3px;
    background: #f51465;
    margin-top: -2px;
}

.filter-button-on-side button.active {
    color: #000000;
    padding-left: 27px;
}

.filter-button-on-side button.active:before {
    width: 15px;
}

.filter-buttons-on-side {
    padding-left: 165px;
    position: relative;
}

.filter-buttons-on-side .portfolio-items {}


/*------------------------------------------------------------------
[ 3.21 Video Background ]
*/

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.js .jquery-background-video.is-visible {
    opacity: 1;
}

.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent;
    border: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    padding: 0;
    cursor: pointer;
    outline: none !important;
}

.jquery-background-video-pauseplay span {
    display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}


/*------------------------------------------------------------------
[3.12 Skills ]
*/

.skill-item {
    margin-bottom: 28px;
}

.skill-item .text {
    margin-left: 180px;
}

.skill-item .text .cell {
    height: 158px;
}

.skill-item h6 {
    margin: 12px 0;
    font-weight: 700;
}

.skill-item h6:first-letter {
    color: #ff4168;
}

.skill-item h6 a {}

.skill-item h6 a i {
    color: #0085da;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.skill-item h6:hover a i {
    margin-left: 5px;
}

.skill-item .rating-line {
    background: #eaeaea;
    position: relative;
    margin: 10px 0;
}

.skill-item .rating-line .line {
    text-align: right;
    line-height: 20px;
    position: relative;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    transition: all 0.9s ease;
    background: #ff4168;
    height: 4px;
}

.skill-item .rating-line span {
    display: inline-block;
    padding: 0 3px;
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 18px;
    color: #bbbbbb;
    font-weight: 700;
}

.skill-item .rating-line .lines {
    text-align: justify;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 2;
    width: 100%;
}

.skill-item .rating-line .lines span {
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 6px;
    background: #fff;
}

.skill-item .rating-line .lines span:nth-last-of-type(2) {
    margin-right: -1px;
}

.skill-item .rating-line .lines span:last-of-type {
    width: 100%;
    background: none;
}

.skill-item .desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.714em;
    margin: 11px 0 0;
    /* max-width: 230px; */
    color: #969696;
}


/*------------------------------------------------------------------
[3.12 Skills ]
*/

.skill-item-circle {
    margin-bottom: 30px;
}

.skill-item-circle .circle {
    position: relative;
}

.skill-items>div:not(:last-of-type) .skill-item-circle .circle:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 1px;
    height: 40px;
    background: #d4d4d4;
    margin-top: -20px;
}

.skill-item-circle .circle canvas {
    margin: 0 auto;
    display: block;
}

.skill-item-circle .circle .skill-level {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    text-align: center;
    line-height: 1em;
    margin-top: -0.45em;
    font-size: 30px;
    font-weight: bold;
}

.skill-item-circle h5 {
    text-align: center;
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: 300;
    color: #758092;
}


/*------------------------------------------------------------------
[ 3.21 Subscribe form ]
*/

.sub-form {
    max-width: 255px;
    position: relative;
    border-radius: 8px;
    background: #252525;
    color: #cacaca;
}

.s-sidebar .sub-form {
    max-width: none;
    margin: 25px 0;
    background: #fbfbfb;
    color: #717171;
}

.block-coming-soon .sub-form {
    margin-top: 25px;
}

.sub-form p {
    margin: 0;
}

.sub-form .input {
    background: transparent;
    border: none;
    color: inherit;
    font-size: 14px;
    font-style: italic;
    padding: 6px 55px 6px 20px;
    line-height: 26px;
    width: 100%;
}

.s-sidebar .sub-form .input {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    line-height: 24px;
}

.sub-form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 16px;
    line-height: 38px;
    border: none;
    width: 40px;
    background: #f51465;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}


/*------------------------------------------------------------------
[ 3.30 Num Box ]
*/

.num-box {}

.num-box-item {
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    margin: 0 -3px;
    margin-bottom: 30px;
}

.num-box.with-icon .num-box-item {
    position: relative;
}

.num-box-item .num-wrap,
.num-box-item .wrap .num {
    color: #f51465;
    font-size: 72px;
    font-weight: 600;
    padding: 0 60px;
    line-height: 1em;
    overflow: hidden;
    position: relative;
}

.num-box-item .wrap .num {
    font-size: 48px;
    font-weight: 500;
}

.num-box-item .num-wrap:after,
.num-box.with-icon .num-box-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background: #d4d4d4;
}

.num-box-item:last-of-type .num-wrap:after,
.num-box.with-icon .num-box-item:last-of-type:after {
    display: none;
}

.num-box-item .num-wrap>* {
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.num-box-item .num-wrap .before,
.num-box-item .num-wrap .after {
    font-size: 30px;
    font-weight: bold;
}

.num-box-item .icon {
    position: absolute;
    top: 50%;
    left: 60px;
    margin-top: -.5em;
    font-size: 50px;
    color: #f51465;
}

.num-box-item .icon+.wrap {
    margin-left: 70px;
}

.num-box-item .num-wrap .num {}

.num-box-item .num-wrap .after {}

.num-box-item .h {
    color: #758092;
    font-size: 14px;
    font-weight: 300;
    margin: 5px 0 0;
}

.num-box.with-icon .num-box-item .h {
    margin-top: 0;
    padding: 0 60px;
}


/*------------------------------------------------------------------
[ 3.30 Num Box ]
*/

.video-block.style1 {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(113, 62, 90, 0.1);
    margin-bottom: 30px;
    z-index: 1;
}

.video-block.style1 .blur-img {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: 50% no-repeat;
    background-size: cover;
    opacity: .3;
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    filter: blur(1.5px);
}

.video-block a {
    display: block;
    position: relative;
    background: 50% no-repeat;
    background-size: cover;
    border-radius: 5px;
    z-index: 1;
}

.video-block .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*------------------------------------------------------------------
[ 3.30 Work Step ]
*/

.work-steps {
    text-align: center;
}

.work-step-item {
    text-align: center;
    float: left;
    vertical-align: top;
    margin-bottom: 30px;
}

.work-step-item .wrap {
    margin: 0 auto;
    /* max-width: 310px; */
}

.work-step-item .num {
    font-size: 72px;
    font-weight: 600;
    color: #dedcdd;
    letter-spacing: .05em;
    line-height: 1em;
    position: relative;
    margin-bottom: 30px;
}

.work-step-item .num .decor {}

.work-step-item .num .decor:before,
.work-step-item .num .decor:after {
    content: "";
    position: absolute;
}

.work-step-item .num .decor:before {
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background: #f51465;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0px 5px 10px 0px rgba(155, 40, 123, 0.3);
    z-index: 2;
}

.work-step-item:not(:last-of-type) .num .decor:after {
    content: "....................................................................................................................................";
    font-size: 14px;
    color: #dedcdd;
    line-height: 1em;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    width: 100%;
    overflow: hidden;
    letter-spacing: .6em;
}

.work-step-item .h {
    text-transform: uppercase;
    margin: 0 0 22px;
}

.work-step-item .text {
    font-weight: 300;
    color: #758092;
    font-size: 14px;
    line-height: 1.714em;
    max-width: 310px;
    margin: 0 auto;
}

.work-step-item .link,
.blog-item .readmore-link {
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #f51465;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}

.work-step-item .link i,
.blog-item .readmore-link i {
    position: relative;
    left: 0;
    font-size: 14px;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.work-step-item .link:hover i,
.blog-item .readmore-link:hover i {
    left: 5px;
}


/*------------------------------------------------------------------
[ 3.30 Work Step ]
*/

.categories-area {}

.categories-area .categories {
    margin-top: 30px;
}

.categories-area .categories.owl-loaded {
    margin: 30px 0;
}

.categories-area .categories .item {}

.categories-area .categories .item>a {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.categories-area .categories .item .image {
    padding-bottom: 70%;
    display: block;
    background: 50% no-repeat;
    background-size: cover;
}

.categories-area .categories .item .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0e1116;
    opacity: .2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.categories-area .categories .item a:hover .image:before {
    background: #f51465;
    opacity: .8;
}

.categories-area .categories .item .content {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    text-align: center;
    z-index: 2;
    color: #fff;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.categories-area .categories .item .name {
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.categories-area .categories .item .desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.714em;
    overflow: hidden;
    display: block;
    padding-top: 15px;
}

.categories-area .owl-prev,
.categories-area .owl-next,
.blog-items .owl-prev,
.blog-items .owl-next {
    position: absolute;
    top: 50%;
    line-height: 2em;
    width: 2em;
    text-align: center;
    color: #e9e8e9;
    margin-top: -1em;
    font-size: 55px;
}

.categories-area .owl-prev,
.blog-items .owl-prev {
    left: -2.5em;
}

.categories-area .owl-next,
.blog-items .owl-next {
    right: -2.5em;
}


/*------------------------------------------------------------------
[ 3.30 Work Step ]
*/

.contact-row {
    padding-left: 45px;
    position: relative;
    margin-bottom: 30px;
}

.site-footer .contact-row {
    color: #fff;
    margin-bottom: 25px;
}

.site-footer .contact-row:first-of-type {
    margin-top: 30px;
}

.contact-row .icon {
    font-size: 20px;
    color: #f51465;
    position: absolute;
    left: 0;
    top: 6px;
}

.site-footer .contact-row .icon {
    top: 2px;
    /* opacity: .5; */
    /* color: inherit; */
}

.contact-row .heading {
    font-weight: 300;
    margin: 0;
}

.site-footer .contact-row .heading {
    font-size: 16px;
    line-height: 1.5em;
}

.contact-row .heading span {
    color: #f51465;
}

.contact-row .desc {
    font-size: 14px;
    color: #758092;
    margin-top: 8px;
    font-weight: 300;
}


/*------------------------------------------------------------------
[ 3.30 Subscribe form ]
*/

.subscribe-form {
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}

.widget .subscribe-form {
    margin: 30px 0;
}

.banner-area .subscribe-form {
    margin: 30px 0;
}

.subscribe-form p {
    margin: 0;
}

.subscribe-form>div {}

.subscribe-form .style1 {
    padding-right: 150px;
}

.subscribe-form.type2 .style1 {
    padding-right: 75px;
}

.subscribe-form .button-style2 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 25px;
}

.subscribe-form.type2 .button-style2 {
    padding: 14px 17px;
}

.subscribe-form.type2 .button-style2 i {
    font-size: 20px;
}


/*------------------------------------------------------------------
[ 3.30 Subscribe form ]
*/

.event-schedule-area {
    margin: 30px 0;
}

.event-schedule-area .event-dates {
    margin-bottom: 25px !important;
}

.event-schedule-area .event-dates .ed-item {
    text-align: center;
}

.event-schedule-area .event-dates .ed-item .day-num {
    font-size: 72px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e9e8e9;
    line-height: 1em;
    margin-bottom: 10px;
    position: relative;
}

.event-schedule-area .event-dates .ed-item .day-num:before,
.event-schedule-area .event-dates .ed-item .day-num:after {
    content: "";
    pointer-events: none;
}

.event-schedule-area .event-dates .ed-item .day-num:before,
.filter-button-group.style2 button:before {
    content: "....................................................................................................";
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    line-height: 1em;
    letter-spacing: .6em;
    left: 50%;
    top: 50%;
    width: 100%;
    overflow: hidden;
    margin-top: -10px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.event-schedule-area .event-dates .owl-item.active:not(.last) .ed-item .day-num:before,
.filter-button-group.style2 button:before {
    opacity: 1;
}

.event-schedule-area .event-dates .ed-item .day-num:after,
.filter-button-group.style2 button:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    border-radius: 50%;
    margin: -10px 0 0 -10px;
    background-color: #d1d1d1;
    background-image: -moz-linear-gradient(90deg, #cccccc 0%, #e1e1e1 100%);
    background-image: -webkit-linear-gradient(90deg, #cccccc 0%, #e1e1e1 100%);
    background-image: -ms-linear-gradient(90deg, #cccccc 0%, #e1e1e1 100%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.event-schedule-area .event-dates .current .ed-item .day-num:after,
.event-schedule-area .event-dates .ed-item.active .day-num:after,
.filter-button-group.style2 button.active:after {
    background-image: -moz-linear-gradient(90deg, #f10d4d 0%, #f84f97 100%);
    background-image: -webkit-linear-gradient(90deg, #f10d4d 0%, #f84f97 100%);
    background-image: -ms-linear-gradient(90deg, #f10d4d 0%, #f84f97 100%);
    box-shadow: 0px 5px 10px 0px rgba(155, 40, 123, 0.3);
}

.event-schedule-area .event-dates .ed-item .date {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: .15;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.event-schedule-area .event-dates .current .ed-item .date {
    opacity: 1;
}

.event-schedule-area .event-dates .owl-prev,
.event-schedule-area .event-dates .owl-next,
.team-carousel .owl-prev,
.team-carousel .owl-next,
.brand-logo-items .owl-prev,
.brand-logo-items .owl-next,
.products .owl-prev,
.products .owl-next {
    position: absolute;
    top: 0;
    line-height: 72px;
    font-size: 30px;
    opacity: .1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.event-schedule-area .event-dates .owl-prev:hover,
.event-schedule-area .event-dates .owl-next:hover,
.team-carousel .owl-prev:hover,
.team-carousel .owl-next:hover,
.brand-logo-items .owl-prev:hover,
.brand-logo-items .owl-next:hover,
.products .owl-prev:hover,
.products .owl-next:hover {
    opacity: .5;
}

.event-schedule-area .event-dates .owl-prev,
.team-carousel .owl-prev,
.brand-logo-items .owl-prev,
.products .owl-prev {
    left: -60px;
}

.event-schedule-area .event-dates .owl-next,
.team-carousel .owl-next,
.brand-logo-items .owl-next,
.products .owl-next {
    right: -60px;
}

.event-schedule-contents {}

.event-schedule-content {
    max-width: 925px;
    margin: 0 auto;
}

.event-schedule-item {
    border-bottom: 1px solid #eae9ea;
    padding: 35px 0;
    overflow: hidden;
}

.event-schedule-item .image {
    float: left;
    width: 145px;
    height: 145px;
    background: 50% no-repeat;
    background-size: cover;
    border-radius: 3px;
    position: relative;
}

.event-schedule-item .image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.event-schedule-item .image+.content {
    margin-left: 195px;
}

.event-schedule-item .content {
    overflow: hidden;
}

.event-schedule-item .content h5 {
    margin: 6px 0;
}

.event-schedule-item .detail {
    font-size: 14px;
    color: #f51465;
    font-weight: 500;
    margin: 0 0 7px;
}

.event-schedule-item .detail .d {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 0;
    margin-right: 15px;
}

.event-schedule-item .detail .d>* {
    display: inline-block;
    vertical-align: middle;
}

.event-schedule-item .detail .d i {
    margin-right: 10px;
}

.event-schedule-item .detail .d span {}

.event-schedule-item .desc {
    font-weight: 300;
    color: #758092;
    line-height: 1.5em;
}


/*------------------------------------------------------------------
[ 3.30 Subscribe form ]
*/

.team-carousel-area {}

.team-carousel {}

.team-carousel .team-item {
    text-align: center;
    margin-bottom: 30px;
}

.team-carousel .team-item .image-area {
    position: relative;
    margin-bottom: 20px;
}

.team-carousel .team-item .image {
    background: 50% no-repeat;
    background-size: cover;
    padding-bottom: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.team-carousel .team-item .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c764b1;
    background: -moz-linear-gradient(top, #c764b1 0%, #5e063c 100%);
    background: -webkit-linear-gradient(top, #c764b1 0%, #5e063c 100%);
    background: linear-gradient(to bottom, #c764b1 0%, #5e063c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c764b1', endColorstr='#5e063c', GradientType=0);
    border-radius: 3px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-carousel .team-item:hover .image:before {
    opacity: .8;
}

.team-carousel .team-item .image-area .content {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    text-align: center;
    color: #fff;
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.team-carousel .team-item .image-area .social-buttons {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    top: 50px;
    opacity: 0;
}

.team-carousel .team-item:hover .image-area .social-buttons {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.team-carousel .team-item .image-area .social-buttons i {}

.team-carousel .team-item .image-area .bottom {}

.team-carousel .team-item .h {
    color: #f51465;
    margin: 0;
    font-weight: 600;
}

.team-carousel .team-item .post {
    font-size: 12px;
    color: #758092;
    font-weight: 300;
    margin: 5px 0 0;
}

.team-carousel .owl-prev,
.team-carousel .owl-next,
.products .owl-prev,
.products .owl-next {
    top: 50%;
    margin-top: -85px;
}

.team-carousel .owl-prev {}

.team-carousel .owl-next {}


/*------------------------------------------------------------------
[ 3.30 Price List ]
*/

.price-list {}

.price-list.type2 {}

.price-list-item {
    margin-bottom: 30px;
}

.price-list-item .wrap {
    background: #fdfdfd;
    text-align: center;
    box-shadow: 0px 5px 10px 0px rgba(113, 62, 90, 0.1);
    border-radius: 5px;
    padding: 45px 15px 35px;
}

.price-list.type2 .price-list-item .wrap {
    padding-top: 0;
}

.price-list-item .wrap .top {
    color: #f51465;
    background: 50% no-repeat;
    background-size: cover;
    margin: 0 -15px 40px;
    box-shadow: 0px 5px 10px 0px rgba(113, 62, 90, 0.1);
}

.price-list-item .wrap .top .cell {
    height: 100px;
    padding: 15px 10px;
    width: 10000px;
}

.price-list-item .heading {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.price-list-item .wrap .top .heading {
    margin: 0;
    font-size: 18px;
}

.price-list-item .wrap .top .period {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
}

.price-list-item .price-area {
    margin: 0 0 30px;
}

.price-list.type2 .price-list-item .price-area {
    margin-bottom: 25px;
}

.price-list-item .price-area .price {
    font-size: 60px;
    font-weight: 600;
    color: #f51465;
    line-height: 1em;
}

.price-list-item .price-area .price span {
    font-size: 0.600em;
    vertical-align: top;
    display: inline-block;
    line-height: 1.4em;
}

.price-list-item .options {
    color: #758092;
    font-weight: 300;
}

.price-list-item .options .o-row {
    margin: 10px 0;
}

.price-list.type2 .price-list-item .options .o-row:not(:last-of-type):after {
    content: "";
    display: block;
    margin: 12px auto;
    width: 20px;
    height: 1px;
    border-bottom: 1px solid;
}

.price-list-item .options .o-row span {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.price-list.type2 .price-list-item .options .o-row span {
    padding: 0;
}

.price-list-item .options .o-row span i {
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em;
}

.price-list-item .options .o-row span i.p {
    color: #0ead69;
}

.price-list-item .options .o-row span i.m {
    color: #f51465;
    font-size: 8px;
}

.price-list-item .button {
    margin-top: 30px;
}

.price-list.type2 .price-list-item .button {
    margin-top: 40px;
}

.price-list-item .button .button-style2 {}

.price-list.type2 .price-list-item .button-style2 {
    background-color: #f51465;
}


/*------------------------------------------------------------------
[ 3.30 Brand Logo ]
*/

.brand-logo-items.owl-carousel.owl-loaded {
    margin: 35px 0;
}

.brand-logo-items {}

.brand-logo-items .brand-logo-item {
    text-align: center;
}

.brand-logo-items .brand-logo-item>div {
    display: table-cell;
    width: 1400px;
    height: 120px;
    vertical-align: middle;
}

.brand-logo-items .brand-logo-item img {
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .8;
}

.brand-logo-items .brand-logo-item img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.brand-logo-items .owl-prev,
.brand-logo-items .owl-next {
    top: 50%;
    margin-top: -36px;
}


/*------------------------------------------------------------------
[ 3.30 Icon Box ]
*/

.icon-box {
    margin-top: 30px;
}

.icon-box-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 55px;
    margin-bottom: 30px;
    position: relative;
}

.icon-box.row .icon-box-item {
    padding: 0 10px;
    margin-bottom: 40px;
}

.icon-box-item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2px;
    width: 1px;
    height: 40px;
    background: #d4d4d4;
    margin-top: -20px;
}

.icon-box-item:last-of-type:after {
    display: none;
}

.icon-box-item .wrap {}

.icon-box-item .icon {
    font-size: 50px;
    color: #f51465;
    margin: 0 0 15px;
}

.icon-box-item .h {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 6px;
}

.icon-box-item .desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.286em;
    color: #758092;
}

.icon-box.row .icon-box-item .desc {
    line-height: 1.714em;
}


/*------------------------------------------------------------------
[ 3.30 Icon Box Type 2 ]
*/

.icon-box-type2 {}

.icon-box-type2-item {
    margin: 10px 0;
}

.icon-box-type2-item .wrap {}

.icon-box-type2-item .icon {
    float: left;
    line-height: 55px;
    font-size: 30px;
    color: #758092;
}

.icon-box-type2-item .h {
    font-size: 14px;
    color: #758092;
    line-height: 1.286em;
}

.icon-box-type2-item .icon+.h {
    margin-left: 55px;
}

.icon-box-type2-item .h .cell {
    height: 55px;
}


/*------------------------------------------------------------------
[ 3.30 Testimonials ]
*/

.testimonials {}

.testimonials.owl-carousel.owl-loaded {
    margin: 30px 0;
}

.testimonials.with-pagination-dots {}

.testimonials .owl-item {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: .7;
}

.testimonials .owl-item.center {
    opacity: 1;
}

.testimonials .testimonial-item {
    max-width: 540px;
    width: 90vw;
    background: #fdfdfd;
    padding: 30px 45px;
}

.testimonials .testimonial-item .quote {
    font-size: 18px;
    font-style: italic;
    color: #758092;
    line-height: 1.667em;
    font-weight: 300;
}

.testimonials .testimonial-item .bottom {
    padding-left: 35px;
    position: relative;
    margin-top: 30px;
}

.testimonials .testimonial-item .bottom:before {
    content: "“";
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 60px;
    color: #f51465;
    font-weight: 600;
    line-height: 0.7em;
}

.testimonials .testimonial-item .bottom .avatar {
    float: left;
    width: 45px;
    height: 45px;
    background: 50% no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.testimonials .testimonial-item .bottom .label {}

.testimonials .testimonial-item .bottom .avatar+.label {
    margin-left: 65px;
}

.testimonials .testimonial-item .bottom .label .cell {
    height: 45px;
}

.testimonials .testimonial-item .bottom .name {
    font-weight: bold;
    text-transform: unset;
}

.testimonials .testimonial-item .bottom .post {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .owl-dots {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.testimonials .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: #ffffff;
    margin: 0 4px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0px 5px 10px 0px rgba(113, 62, 90, 0.1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.testimonials .owl-dots .owl-dot.active {
    background: #f51465;
}


/*------------------------------------------------------------------
[ 3.30 Portfolio slider with filter ]
*/

.portfolio-slider-w-filter-area {
    margin: 30px 0;
}

.portfolio-slider-w-filter {}

.portfolio-slider-w-filter .owl-stage {
    width: 10000000px !important;
}

.portfolio-slider-w-filter .item {
    position: relative;
}

.portfolio-slider-w-filter .item .wrap {
    display: block;
}

.portfolio-slider-w-filter .item .content {
    position: absolute;
    top: 50%;
    left: 125px;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: translate(-200px, -50%);
    -ms-transform: translate(-200px, -50%);
    -webkit-transform: translate(-200px, -50%);
    -o-transform: translate(-200px, -50%);
    transform: translate(-200px, -50%);
    opacity: 0;
    visibility: hidden;
}

.portfolio-slider-w-filter .current .item .content {
    opacity: 1;
    visibility: visible;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.portfolio-slider-w-filter .item .h {
    font-size: 30px;
    line-height: 1.200em;
    margin: 0 0 20px;
}

.portfolio-slider-w-filter .item .link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #f51465;
}

.portfolio-slider-w-filter .item .link:before {
    content: "......";
    font-size: 14px;
    letter-spacing: .6em;
}

.portfolio-slider-w-filter .item .link span {}

.portfolio-slider-w-filter .item .link i {
    margin-left: 7px;
}

.portfolio-slider-w-filter .item .a-img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-transform: translate(450px, 0%);
    -ms-transform: translate(450px, 0%);
    -webkit-transform: translate(450px, 0%);
    -o-transform: translate(450px, 0%);
    transform: translate(450px, 0%);
    position: relative;
}

.portfolio-slider-w-filter .prev .item .a-img {
    -moz-transform: translate(0px, 0%);
    -ms-transform: translate(0px, 0%);
    -webkit-transform: translate(0px, 0%);
    -o-transform: translate(0px, 0%);
    transform: translate(0px, 0%);
}

.portfolio-slider-w-filter .item .a-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0e1116;
    opacity: .7;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-slider-w-filter .current .item .a-img:before {
    opacity: 0;
}

.portfolio-slider-w-filter .item .a-img img {
    height: 450px;
    width: auto;
    display: block;
}

.portfolio-slider-w-filter .item a {
    position: absolute;
    top: 0;
    left: 450px;
    right: -450px;
    bottom: 0;
    z-index: 2;
}

.portfolio-slider-w-filter .current .item a {
    left: 0;
    right: -450px;
}

.portfolio-slider-w-filter .owl-prev,
.portfolio-slider-w-filter .owl-next {
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    color: #e9e8e9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}

.portfolio-slider-w-filter .owl-prev:hover,
.portfolio-slider-w-filter .owl-next:hover {
    color: #c7c7c7;
}

.portfolio-slider-w-filter .owl-prev {
    left: 45px;
}

.portfolio-slider-w-filter .owl-next {
    right: 45px;
}


/*------------------------------------------------------------------
[3.1 Tabs ]
*/

.tabs {}

.tabs .tabs-head {
    margin-bottom: 20px;
    color: #cfcfcf;
}

.tabs .tabs-head .item,
.tabs .tab-m-button {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    margin-right: 40px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabs .tabs-head .item:last-of-type,
.tabs .tab-m-button:last-of-type {
    margin: 0;
}

.tabs .tabs-head .item:after {
    content: "........................................................................";
    position: absolute;
    left: 50%;
    bottom: 0;
    letter-spacing: .2em;
    font-weight: 600;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabs .tabs-head .item.current:after {
    opacity: 1;
    visibility: visible;
}

.tabs .tabs-head .item.current,
.tabs .tab-m-button.current {
    opacity: 1;
    color: #9c287b;
}

.tabs .tabs-head .item>* {
    display: inline-block;
    vertical-align: middle;
}

.tabs .tabs-head .item i {
    font-size: 16px;
    margin-right: 10px;
}

.tabs .tabs-head .item span {}

.tabs .tabs-body {}

.tabs .tab-content {}

.tabs .tab-m-button {
    display: none;
    background: #111;
    margin-bottom: 5px;
}

.tabs .tab-content .tab-inner-content {
    display: none;
}

.tabs .tab-content .container {}

.tabs .tab-content .container-fluid {}


/*------------------------------------------------------------------
[3.1 Accordion ]
*/

.accordion-items {}

.accordion-items .accordion-item {
    margin-bottom: 15px;
    background: #fdfdfd;
    box-shadow: 0px 5px 10px 0px rgba(113, 62, 90, 0.1);
    border-radius: 3px;
}

.accordion-items .accordion-item .label {
    font-size: 14px;
    color: #758092;
    letter-spacing: .025em;
    position: relative;
    cursor: pointer;
}

.accordion-items .accordion-item .label span {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 13px;
    height: 13px;
    margin-top: -6.5px;
}

.accordion-items .accordion-item .label span:before,
.accordion-items .accordion-item .label span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f51465;
}

.accordion-items .accordion-item .label span:before {
    width: 100%;
    height: 3px;
    margin-left: -6px;
    margin-top: -1px;
}

.accordion-items .accordion-item .label span:after {
    height: 100%;
    width: 3px;
    margin-top: -6px;
    margin-left: -1px;
}

.accordion-items .accordion-item .label .cell {
    height: 50px;
    padding: 10px 30px;
}

.accordion-items .accordion-item .text {
    display: none;
    padding: 15px 30px 25px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.714em;
    color: #758092;
}