/*Elementor Plugin Hack*/
.elementor-section > .elementor-column-gap-default > .elementor-row {
    width: calc(100% + 20px);
    margin: -10px;
}

.elementor-section > .elementor-column-gap-narrow > .elementor-row {
    width: calc(100% + 10px);
    margin: -5px;
}

.elementor-section > .elementor-column-gap-extended > .elementor-row {
    width: calc(100% + 30px);
    margin: -15px;
}

.elementor-section > .elementor-column-gap-wide > .elementor-row {
    width: calc(100% + 40px);
    margin: -20px;
}

.elementor-section > .elementor-column-gap-wider > .elementor-row {
    width: calc(100% + 60px);
    margin: -30px;
}

.elementor-element.e-con {
    --padding-top: var(--container-default-padding-top, 0);
    --padding-right: var(--container-default-padding-right, 0);
    --padding-bottom: var(--container-default-padding-bottom, 0);
    --padding-left: var(--container-default-padding-left, 0);
}

.e-con.ht--sticky-container-yes {
    position: sticky;
    top: var(--ht-sticky-top-spacing, 0);
}

body.admin-bar .e-con.ht--sticky-container-yes {
    position: sticky;
    top: calc(32px + var(--ht-sticky-top-spacing, 0));
}

.lg-outer + .elementor-lightbox {
    display: none !important;
}

.el-clearfix:before,
.el-clearfix:after {
    content: "";
    display: table;
}

.el-clearfix:after {
    clear: both;
}

/*--------------------------------------------------------------
## Section Heading
--------------------------------------------------------------*/
.el-align-left {
    text-align: left;
}

.el-align-center {
    text-align: center;
}

.el-align-right {
    text-align: right;
}

.el-section-supertitle {
    display: block;
    font-size: 1.1rem;
    margin: 0 0 15px;
}

.el-section-title {
    display: block;
    font-size: 2.5rem;
    margin: 0 0 15px;
}

.el-section-subtitle {
    font-size: 1.3rem;
}

.el-normal-title-sep .el-section-title {
    position: relative;
    padding: 0 0 15px;
}

.el-normal-title-sep .el-section-title:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 60px;
    margin-top: -3px;
    height: 3px;
    background: #333;
}

.el-normal-title-sep.el-align-left .el-section-title:after {
    left: 0;
}

.el-normal-title-sep.el-align-center .el-section-title:after {
    left: 50%;
    transform: translateX(-50%);
}

.el-normal-title-sep.el-align-right .el-section-title:after {
    right: 0;
}

.el-normal-title-multi-sep .el-section-title {
    position: relative;
    padding: 0 0 20px;
}

.el-normal-title-multi-sep .el-section-title:after,
.el-normal-title-multi-sep .el-section-title:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 70px;
    height: 2px;
    background: #333;
}

.el-normal-title-multi-sep .el-section-title:before {
    margin-top: -8px;
}

.el-normal-title-multi-sep.el-align-left .el-section-title:after,
.el-normal-title-multi-sep.el-align-left .el-section-title:before {
    left: 0;
}

.el-normal-title-multi-sep.el-align-center .el-section-title:after,
.el-normal-title-multi-sep.el-align-center .el-section-title:before {
    left: 50%;
    transform: translateX(-50%);
}

.el-normal-title-multi-sep.el-align-center .el-section-title:after {
    margin-left: 15px;
}

.el-normal-title-multi-sep.el-align-center .el-section-title:before {
    margin-left: -15px;
}

.el-normal-title-multi-sep.el-align-right .el-section-title:after,
.el-normal-title-multi-sep.el-align-right .el-section-title:before {
    right: 0;
}

.el-single-row-title {
    display: flex;
    align-items: center;
}

.el-single-row-title.el-align-left .el-section-header,
.el-single-row-title.el-align-center .el-section-header {
    width: 30%;
    padding-right: 40px;
    border-right: 3px solid #333;
}

.el-single-row-title.el-align-left .el-section-header + .el-section-subtitle,
.el-single-row-title.el-align-center .el-section-header + .el-section-subtitle {
    width: 70%;
    padding-left: 40px;
}

.el-single-row-title .el-section-title {
    margin-bottom: 0;
}

.el-single-row-title.el-align-right .el-section-header {
    width: 30%;
    padding-left: 40px;
    border-left: 3px solid #333;
    order: 2;
}

.el-single-row-title.el-align-right .el-section-header + .el-section-subtitle {
    width: 70%;
    padding-right: 40px;
    order: 1;
}

.el-big-super-title .el-section-header {
    position: relative;
}

.el-big-super-title .el-section-title {
    position: relative;
    margin-bottom: 40px;
}

.el-big-super-title .el-section-supertitle {
    position: absolute;
    font-size: 6rem;
    font-weight: bold;
    color: #000000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: 0;
    line-height: 1.1;
    opacity: 0.1;
}

.el-big-super-title .el-section-title:after,
.el-big-super-title .el-section-title:before {
    content: "";
    position: absolute;
    top: 100%;
    width: 70px;
    height: 2px;
    background: #333;
    margin-top: 20px;
}

.el-big-super-title .el-section-title:before {
    margin-top: 12px;
}

.el-big-super-title.el-align-left .el-section-title:after,
.el-big-super-title.el-align-left .el-section-title:before {
    left: 0;
}

.el-big-super-title.el-align-center .el-section-title:after,
.el-big-super-title.el-align-center .el-section-title:before {
    left: 50%;
    transform: translateX(-50%);
}

.el-big-super-title.el-align-center .el-section-title:after {
    margin-left: 15px;
}

.el-big-super-title.el-align-center .el-section-title:before {
    margin-left: -15px;
}

.el-big-super-title.el-align-right .el-section-title:after,
.el-big-super-title.el-align-right .el-section-title:before {
    right: 0;
}

/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/

.el-slider-section {
    position: relative;
}

.el-slide {
    position: relative;
}

.el-slide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.8;
}

.el-full-window-slider .el-slide img {
    object-fit: cover;
    object-position: center;
    height: 100vh;
}

.el-slide img {
    width: 100%;
}

.el-slide .el-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.el-slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
}

.el-caption-bg .el-slide-caption {
    padding: 30px;
}

.el-caption-no-bg .el-slide-caption {
    background: none !important;
}

.el-slide-caption.el-slide-center {
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.el-slide-caption.el-slide-left {
    left: 0;
}

.el-slide-caption.el-slide-right {
    text-align: right;
    right: 0;
    left: auto;
}

.el-slide-cap-title {
    font-size: 42px;
    color: #FFF;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: bold;
}

.el-caption-no-bg .el-slide-cap-title {
    font-size: 52px;
}

.el-slide-cap-desc {
    font-size: 22px;
    line-height: 1.4;
    color: #FFF;
}

.el-slide-button {
    margin-top: 30px;
}

.el-slide-button a {
    display: inline-block;
    padding: 10px 20px;
    background: #FFF;
    color: #333;
}

.el-slide-button a:hover {
    background: #333;
    color: #FFF;
}

.el-slider-section .owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    height: 80px;
    width: 30px;
    top: 50%;
    margin-top: -40px;
    background: #222;
    color: #FFF;
    font-size: 28px;
}

.el-slider-section .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.el-slider-section .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.el-slider-section .owl-carousel.el-arrow-bottom .owl-nav [class*=owl-] {
    height: 50px;
    width: 50px;
    top: auto;
    bottom: 30px;
    margin: 0;
    left: 50%;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-slider-section .owl-carousel.el-arrow-bottom .owl-nav .owl-prev {
    margin-left: -55px;
}

.el-slider-section .owl-carousel.el-arrow-bottom .owl-nav .owl-next {
    margin-right: -55px;
}

.el-slider-section .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
}

.el-slider-section .owl-dots .owl-dot {
    display: inline-block;
    height: 10px;
    width: 15px;
    background: #FFF;
    margin: 0 4px;
    border-radius: 10px;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.el-slider-section .owl-dots .owl-dot.active {
    width: 25px;
}

.el-slider-section .owl-carousel.el-arrow-bottom .owl-nav .owl-prev {
    margin-left: -55px;
}

.el-slider-section .owl-carousel.el-arrow-bottom .owl-nav .owl-next {
    margin-right: -55px;
}

.el-slider-section .owl-carousel.el-arrow-bottom .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.el-slider-section .owl-carousel.el-arrow-bottom .owl-dots .owl-dot {
    display: block;
    margin: 8px 0;
    height: 5px;
}

.el-slider-section .owl-carousel.el-arrow-bottom .owl-dots {
    width: 30px;
    left: auto;
    right: 20px;
}

.el-slide-caption {
    opacity: 0;
    -webkit-transition: all 0.2s ease 0.5s;
    transition: all 0.2s ease 0.5s;
    transition-property: opacity;
}

.active .el-slide-caption {
    opacity: 1;
}

.el-slide-cap-title {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.3s ease 0.6s;
    transition: all 0.3s ease 0.6s;
    transition-property: transform, opacity;
}

.active .el-slide-cap-title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.el-slide-cap-desc {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.3s ease 1s;
    transition: all 0.3s ease 1s;
    transition-property: transform, opacity;
}

.active .el-slide-cap-desc {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.el-slide-button {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 0.3s ease 1.5s;
    transition: all 0.3s ease 1.5s;
    transition-property: transform, opacity;
}

.active .el-slide-button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.el-slider-shadow {
    margin-top: -3px;
}

.el-slider-shadow img {
    width: 100%;
    display: block;
}

/* Feature Box */
.el-featured-box {
    background: #F6F6F6;
}

.el-featured-box .el-featured-link {
    margin-top: 20px;
}

.el-featured-box .el-featured-link a {
    display: inline-block;
}

.el-featured-box .el-featured-icon {
    margin-bottom: 10px;
}

.el-featured-box .el-featured-title {
    margin-bottom: 20px;
}

.el-featured-box .el-featured-link-icon {
    margin-left: 6px;
}

.el-featured-box .el-featured-link-icon svg {
    width: 0.8em;
    height: 0.8em;
    vertical-align: middle;
}

.el-featured-box.el-style2 {
    text-align: center;
}

.el-featured-box.el-style3 {
    padding-left: 80px !important;
}

.el-featured-box.el-style3 .el-featured-icon {
    float: left;
    margin-left: -60px;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/

.el-team-designation {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 15px;
}

.el-team-member img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.el-team-member .el-team-member-title {
    margin-bottom: 10px
}

.el-team-member a.el-team-detail {
    margin-top: 10px;
    display: inline-block;
}

.el-team-member .team-short-content {
    font-size: 0.94rem;
}

.el-team-member .el-team-detail-icon {
    margin-left: 6px;
}

.el-team-member .el-team-detail-icon svg {
    height: 0.8em;
    width: 0.8em;
    vertical-align: middle;
}

.el-team-member .el-team-social-id a {
    padding: 0 5px;
    line-height: 1;
}

.el-team-member .el-team-social-id a svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

/* Style 1 */
.el-team-member.el-style1 {
    overflow: hidden;
}

.el-team-member.el-style1 .el-team-member-inner {
    position: relative;
}

.el-team-member.el-style1 .el-team-social-id {
    margin-top: 20px;
}

.el-team-member.el-style1 .el-team-social-id a {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #FFF;
}

.el-team-member.el-style1 .el-team-social-id a svg {
    fill: #FFF;
}

.el-team-member.el-style1 .el-team-member-excerpt {
    padding: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transform: translateY(100%) translateY(-120px);
    transform: translateY(100%) translateY(-120px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    color: #FFF;
}

.el-team-member.el-style1 .el-team-member-span {
    width: 100%;
}

.el-team-member.el-style1:hover .el-team-member-excerpt {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.el-team-member.el-style1 .team-short-content {
    padding: 40px 0 0;
    line-height: 1.4;
}

.el-team-member.el-style1 .el-team-member-title {
    position: relative;
    padding-bottom: 10px;
    color: #FFF;
}

.el-team-member.el-style1 .el-team-member-title:after {
    content: "";
    position: absolute;
    width: 50px;
    left: 0;
    height: 2px;
    background: #FFF;
    bottom: -2px;
}

.el-team-member.el-style1 .el-team-designation {
    margin-bottom: 0;
}

.el-team-member.el-style1 .el-team-detail {
    display: inline-block;
    text-decoration: none;
    font-size: 0.9rem;
    color: #FFF;
}

.el-team-member.el-style1 .el-team-detail svg {
    fill: #FFF;
}

/* Style 2 */
.el-team-member.el-style2 .el-team-member-inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.el-team-member.el-style2 .el-team-content {
    padding: 20px;
}

.el-team-member.el-style2 .el-team-social-id {
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}

.el-team-member.el-style2 .el-team-social-id:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background: #000000;
    height: 1px;
    width: 100%;
    opacity: 0.1;
}

.el-team-member.el-style2 .el-team-social-id a {
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    font-size: 18px;
}

/* Style 3 */
.el-team-member.el-style3 {
    text-align: center;
}

.el-team-member.el-style3 .el-team-image {
    position: relative;
    overflow: hidden
}

.el-team-member.el-style3 .el-team-image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.el-team-member.el-style3 .el-team-image-overlay-inner {
    width: 100%;
}

.el-team-member.el-style3 .team-short-content {
    transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
}

.el-team-member.el-style3 .el-team-social-id {
    transform: translateY(300px);
    -ms-transform: translateY(300px);
    -webkit-transform: translateY(300px);
    transition: all 0.5s ease 0.2s;
    -ms-transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s;
}

.el-team-member.el-style3:hover .el-team-image-overlay {
    opacity: 1;
}

.el-team-member.el-style3:hover .team-short-content {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.el-team-member.el-style3:hover .el-team-social-id {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
}

.el-team-member.el-style3 .el-team-content {
    padding: 20px;
    border-bottom: 3px solid #333;
}

.el-team-member.el-style3 .el-team-social-id {
    margin-top: 20px;
}

.el-team-member.el-style3 .el-team-social-id a {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #222;
    color: #222;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
    font-size: 15px;
}

.el-team-member.el-style3 .el-team-designation {
    margin-bottom: 0;
}

.el-team-member.el-style3 a.el-team-detail {
    position: relative;
}

/* Style 4 */
.el-team-member.el-style4 {
    background: #FFF;
    -webkit-box-shadow: 0px 4px 26px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 26px -6px rgba(0, 0, 0, 0.2);
}

.el-team-member.el-style4 .el-team-member-inner {
    text-align: center;
    padding-top: 40px;
}

.el-team-member.el-style4 .el-team-image {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #EEE;
    padding: 10px;
}

.el-team-member.el-style4 .el-team-image img {
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.el-team-member.el-style4 .el-team-content {
    padding: 30px;
}

.el-team-member.el-style4 .el-team-social-id {
    margin-top: 20px;
}

.el-team-member.el-style4 .el-team-social-id a {
    margin: 0 5px;
    border: 1px solid #999;
    height: 38px;
    width: 38px;
    display: inline-block;
    border-radius: 50%;
    line-height: 38px;
    font-size: 16px;
}

.el-team-member.el-style4 a.el-team-detail {
    position: relative;
}

/* Team Carousel */

.el-team-carousel .el-team-member.el-style4 {
    margin: 30px 20px;
}

.el-team-carousel .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.el-team-carousel.owl-carousel .owl-nav .owl-prev,
.el-team-carousel.owl-carousel .owl-nav .owl-next {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 0;
    line-height: 50px;
    margin: 0 5px;
    background: #FFF;
    color: #333;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
## HightLight Section
--------------------------------------------------------------*/
.el-highlight-post {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    padding: 50px 40px;
    text-align: center
}

.el-highlight-post-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.9;
}

.el-highlight-post-content {
    position: relative;
}

.el-highlight-icon {
    margin-bottom: 20px;
}

.el-highlight-icon i {
    vertical-align: middle;
    font-size: 38px;
}

.el-highlight-post .el-highlight-title {
    margin-bottom: 20px;
}

.el-highlight-post .el-highlight-title:last-child {
    margin-bottom: 0;
}

.el-highlight-link {
    margin-top: 20px;
}

.el-highlight-link a {
    display: inline-block;
}

.el-highlight-link .el-highlight-link-icon {
    margin-left: 6px;
}

.el-highlight-link svg {
    width: 0.8em;
    height: 0.8em;
    vertical-align: middle;
}

/* Style 2 */
.el-highlight-post.el-style2 {
    padding-left: 100px !important;
    text-align: left;
}

.el-highlight-post.el-style2 .el-highlight-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    margin-bottom: 0;
}

.el-highlight-post.el-style2 .el-highlight-icon i,
.el-highlight-post.el-style2 .el-highlight-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/*--------------------------------------------------------------
## Pricing Section
--------------------------------------------------------------*/

.el-pricing ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.el-pricing .el-pricing-price em {
    font-style: normal;
}

.el-pricing .el-pricing-link-icon {
    margin-left: 6px;
}

.el-pricing .el-pricing-link-icon svg {
    width: 0.8em;
    height: 0.8em;
    vertical-align: middle;
}

.el-pricing.el-style1 {
    background: #FFF;
    text-align: center;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.3);
}

.el-pricing.el-style1 .el-pricing-header {
    padding: 40px 20px;
    margin: 0 15% 40px;
    position: relative;
    border-radius: 0 0 40px 40px;
}

.el-pricing.el-style1 .el-pricing-header .el-pricing-title {
    margin-bottom: 25px;
    color: #FFF;
}

.el-pricing.el-style1 .el-pricing-price {
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
}

.el-pricing.el-style1 .el-pricing-price span {
    font-size: 14px;
}

.el-pricing.el-style1 .el-pricing-list {
    padding: 0 30px;
}

.el-pricing.el-style1 .el-pricing-list li {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.el-pricing.el-style1 .el-pricing-list li:last-child {
    border-bottom: 0;
}

.el-pricing.el-style1 .el-pricing-button {
    padding: 40px 15% 0;
}

.el-pricing.el-style1 .el-pricing-button a {
    display: block;
    padding: 15px 30px;
    color: #FFF;
    line-height: 1;
    border-radius: 10px 10px 0 0;
}

.el-pricing.el-style1.el-featured {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.el-pricing.el-style2 {
    background: #FFF;
    -webkit-box-shadow: 0px 12px 25px -10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 12px 25px -10px rgba(0, 0, 0, 0.4);
    text-align: center
}

.el-pricing.el-style2 .el-pricing-header {
    padding: 40px;
    margin: 0 0 40px;
    position: relative;
}

.el-pricing.el-style2 .el-pricing-header .el-pricing-title {
    margin-bottom: 10px;
    color: #FFF;
}

.el-pricing.el-style2 .el-pricing-price {
    position: relative;
    font-size: 52px;
    line-height: 1.5;
    color: #FFF;
}

.el-pricing.el-style2 .el-pricing-price .el-price-per {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
    font-size: 15px;
    background: #FFF;
    padding: 10px 40px;
    border-radius: 30px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    line-height: 1;
    white-space: nowrap;
}

.el-pricing.el-style2 .el-pricing-list li {
    padding: 10px;
}

.el-pricing.el-style2 .el-pricing-list li:nth-child(even) {
    background: #FAFAFA;
}

.el-pricing.el-style2 .el-pricing-button {
    padding: 40px;
}

.el-pricing.el-style2 .el-pricing-button a {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 60px;
    color: #FFF;
    line-height: 1;
}

.el-pricing.el-style2.el-featured {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.el-pricing.el-style3 {
    color: #FFF;
    text-align: center
}

.el-pricing.el-style3 .el-pricing-header {
    overflow: hidden;
}

.el-pricing.el-style3 .el-pricing-header .el-pricing-title {
    padding: 50px 20px;
    color: #FFF;
    margin: 0;
}

.el-pricing.el-style3 .el-pricing-price {
    position: relative;
    color: #333;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 20%;
    margin-bottom: 40px;
}

.el-pricing.el-style3 .el-pricing-price .el-pricing-price-inner {
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 3rem;
    line-height: 1;
    white-space: nowrap;
}

.el-pricing.el-style3 .el-pricing-price:after {
    position: absolute;
    left: -20%;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    content: '';
    height: 100%;
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
}

.el-pricing.el-style3 .el-pricing-price span {
    font-size: 15px;
}

.el-pricing.el-style3 .el-pricing-list li {
    padding: 10px;
}

.el-pricing.el-style3 .el-pricing-button {
    padding: 40px;
    text-align: center;
}

.el-pricing.el-style3 .el-pricing-button a {
    display: inline-block;
    background: #FFF;
    border-radius: 40px;
    padding: 15px 30px;
    line-height: 1;
    color: #333;
}

.el-pricing.el-style3.el-featured {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.el-pricing.el-style4 {
    background: #FFF;
    text-align: center;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.el-pricing.el-style4 .el-pricing-header {
    position: relative;
    padding: 30px 30px 100px;
    color: #FFF;
}

.el-pricing.el-style4 .el-pricing-header .el-pricing-title {
    margin-bottom: 20px;
    color: #FFF;
}

.el-pricing.el-style4 .el-pricing-price {
    font-size: 60px;
    line-height: 1;
}

.el-pricing.el-style4 .el-price-per {
    display: block;
    font-size: 0.9rem;
    margin-top: 10px;
}

.el-pricing.el-style4 .el-pricing-list {
    position: relative;
}

.el-pricing.el-style4 .el-pricing-list:after {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    bottom: -60px;
    right: 0;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    background: #FFF;
}

.el-pricing.el-style4 .el-pricing-list li {
    padding: 10px;
    position: relative;
    z-index: 1;
}

.el-pricing.el-style4 .el-pricing-button {
    background: #1f74fb;
    padding-top: 100px;
}

.el-pricing.el-style4 .el-pricing-button a {
    display: block;
    padding: 10px 20px 20px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: bold;
    font-size: 0.9rem;
    background: none !important;
}

.el-pricing.el-style4.el-featured {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/*--------------------------------------------------------------
## Tab Section
--------------------------------------------------------------*/

.el-tab-wrap .el-content {
    display: none;
}

.el-tab-wrap .el-tab svg {
    vertical-align: middle;
}

.el-tab-wrap.el-style1 .el-tabs {
    width: 25%;
    float: left;
    border-right: 1px solid #ccc;
    padding: 20px 0;
}

.el-tab-wrap.el-style1 .el-tab-content {
    position: relative;
    width: 75%;
    float: right;
    padding: 15px 0 15px 80px;
}

.el-tab-wrap.el-style1 .el-tab {
    position: relative;
    cursor: pointer;
    padding: 25px 30px 25px 0;
    font-size: 1.1rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

.el-tab-wrap.el-style1 .el-tab.el-active:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #1f74fb;
    margin-right: -3px;
    z-index: 99;
    border-radius: 6px;
}

.el-tab-wrap.el-style1 .el-tab i {
    font-size: 1em;
    margin-right: 10px;
    line-height: inherit;
}

.el-tab-wrap.el-style1 .el-tab svg {
    min-width: 1em;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    fill: #333;
}

.el-tab-wrap.el-style2 .el-tabs {
    width: 25%;
    float: left;
    padding: 20px 0;
}

.el-tab-wrap.el-style2 .el-tab-content {
    position: relative;
    width: 75%;
    float: right;
    padding: 15px 0 15px 80px;
}

.el-tab-wrap.el-style2 .el-tab {
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    padding: 20px 30px 20px 60px;
    font-size: 1.1rem;
    line-height: 1.1;
    background: #333;
    margin-bottom: 6px;
    color: #FFF;
    display: flex;
    align-items: center;
}

.el-tab-wrap.el-style2 .el-tab i {
    font-size: 1em;
    float: left;
    margin-left: -40px;
    line-height: inherit;
    margin-right: 10px;
}

.el-tab-wrap.el-style2 .el-tab svg {
    float: left;
    margin-left: -40px;
    min-width: 1em;
    width: 1em;
    height: 1em;
    margin-right: 10px;
    fill: #FFF;
}

.el-tab-wrap.el-style2 .el-tab.el-active {
    background: #1f74fb;
}

.el-tab-wrap.el-style2 .el-tab.el-active:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    border-color: transparent;
    border-left-color: #1f74fb;
    border-width: 20px;
    border-style: solid;
    margin-top: -20px;
}

.el-tab-wrap.el-style3 .el-tabs {
    text-align: center;
    margin-bottom: 40px;
}

.el-tab-wrap.el-style3 .el-tab {
    font-size: 1.1rem;
    display: inline-block;
    padding: 20px 30px 15px 30px;
    cursor: pointer;
    border-bottom: 5px solid transparent;
    min-width: 150px;
    max-width: 300px;
}

.el-tab-wrap.el-style3 .el-tab.el-active {
    background: #FFF;
    border-bottom: 5px solid #1f74fb;
    -webkit-box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 9px rgba(0, 0, 0, 0.1);
}

.el-tab-wrap.el-style3 .el-tab i {
    font-size: 2em;
    line-height: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.el-tab-wrap.el-style3 .el-tab svg {
    min-width: 2em;
    width: 2em;
    height: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    fill: #333;
    margin-bottom: 20px;
}

.el-tab-wrap.el-style3 .el-tab span {
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.el-tab-wrap.el-style4 .el-tabs {
    text-align: center;
    margin-bottom: 40px;
}

.el-tab-wrap.el-style4 .el-tab {
    font-size: 1.1rem;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin: 0 30px;
    min-width: 150px;
    max-width: 300px;
}

.el-tab-wrap.el-style4 .el-tab span {
    display: block;
    border-top: 2px solid #1f74fb;
    padding: 20px 0;
    text-transform: uppercase;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.el-tab-wrap.el-style4 .el-tab.el-active span:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 40px;
    height: 2px;
    background: #1f74fb;
    margin-left: -20px;
    margin-top: -4px;
}

.el-tab-wrap.el-style4 .el-tab:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 15px;
    height: 15px;
    border: 2px solid #1f74fb;
    margin-left: 25px;
    border-radius: 50%;
    margin-top: -15px;
}

.el-tab-wrap.el-style4 .el-tab:last-child:after {
    display: none;
}

.el-tab-wrap.el-style4 .el-tab i {
    font-size: 2em;
    line-height: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.el-tab-wrap.el-style4 .el-tab svg {
    min-width: 2em;
    width: 2em;
    height: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    fill: #333;
    margin-bottom: 20px;
}

.el-tab-wrap.el-style5 .el-tab-content {
    padding: 60px;
    background: #FFF;
    color: #333;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.el-tab-wrap.el-style5 .el-tabs {
    padding: 0 60px;
    text-align: center;
}

.el-tab-wrap.el-style5 .el-tab {
    font-size: 1.1rem;
    display: inline-block;
    padding: 20px 40px;
    cursor: pointer;
    min-width: 150px;
    max-width: 300px;
}

.el-tab-wrap.el-style5 .el-tab.el-active {
    background: #1f74fb;
    color: #FFF;
}

.el-tab-wrap.el-style5 .el-tab.el-active svg {
    fill: #FFF;
}

.el-tab-wrap.el-style5 .el-tab i {
    font-size: 2em;
    line-height: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.el-tab-wrap.el-style5 .el-tab svg {
    min-width: 2em;
    width: 2em;
    height: 2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    fill: #333;
    margin-bottom: 20px;
}

.el-tab-wrap.el-style5 .el-tab span {
    display: block;
    margin-top: 4px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Testimonial Block
--------------------------------------------------------------*/
.el-testimonial-block {
    background: #FFF;
    padding: 30px;
    -webkit-box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 18px -6px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.el-testimonial-block:hover {
    -webkit-box-shadow: 2px 2px 28px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 28px 0px rgba(0, 0, 0, 0.2);
}

.el-testimonial-block .el-testimonial-excerpt {
    position: relative;
    padding: 20px 0 0;
    margin: 25px 0 0;
    text-align: left;
    width: auto;
}

.el-testimonial-block .el-testimonial-excerpt:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #333;
    opacity: 0.1;
}

.el-testimonial-block .el-testimonial-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.el-testimonial-block .el-testimonial-footer img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
}

.el-testimonial-block.el-round .el-testimonial-footer img {
    border-radius: 50%;
}

.el-testimonial-block .el-testimonial-member-title {
    line-height: 1.2;
    margin-bottom: 5px;
}

.el-testimonial-block .designation {
    font-size: 0.85rem;
}


/*--------------------------------------------------------------
## Testimonial Slider
--------------------------------------------------------------*/

.slick-slider .slick-slide {
    outline: none;
}

.el-testimonial-wrap .el-testimonial-image-wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 40px;
}

.el-testimonial-wrap .el-testimonial-image-wrap[data-count="1"],
.el-testimonial-wrap .el-testimonial-image-wrap[data-count="2"],
.el-testimonial-wrap .el-testimonial-image-wrap[data-count="3"] {
    max-width: 150px;
}

.el-testimonial-wrap .el-testimonial-image-wrap[data-count="1"] .slick-track {
    transform: translate3d(0, 0, 0) !important;
}

.el-testimonial-wrap .el-testimonial-excerpt {
    margin-bottom: 20px
}

.el-testimonial-wrap .el-testimonial-excerpt .icofont-quote-left {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 68px;
    color: rgba(0, 0, 0, 0.1);
    opacity: 0.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.el-testimonial-wrap .el-testimonial .el-testimonial-title {
    text-align: center;
    margin: 0 0 5px;
}

.el-testimonial-wrap .el-testimonial .designation {
    text-align: center;
}

.el-testimonial-wrap.el-round img {
    border-radius: 50%;
}

.el-testimonial-wrap.el-style1 .el-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFF;
    padding: 50px;
    -webkit-box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px -4px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.el-testimonial-wrap.el-style1 .el-testimonial-excerpt {
    width: 70%;
    position: relative;
    padding-right: 80px;
    margin: 0;
}

.el-testimonial-wrap.el-style1 .el-testimonial img {
    height: 150px;
    width: 150px;
    margin: 0 auto 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
}

.el-testimonial-wrap.el-style1 .el-testimonial-person {
    width: 30%;
}

.el-testimonial-wrap.el-style1 .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.el-testimonial-wrap.el-style1 .owl-dots .owl-dot {
    display: inline-block;
    height: 8px;
    width: 10px;
    background: #333;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.el-testimonial-wrap.el-style1 .owl-dots .owl-dot.active {
    width: 30px;
}

.el-testimonial-wrap.el-style2 .el-testimonial-image-wrap,
.el-testimonial-wrap.el-style2 .el-testimonial-content-wrap {
    display: none;
}

.el-testimonial-wrap.el-style2 .el-testimonial-image-wrap.slick-initialized,
.el-testimonial-wrap.el-style2 .el-testimonial-content-wrap.slick-initialized {
    display: block
}

.el-testimonial-wrap.el-style2 .el-testimonial-content-wrap {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.el-testimonial-image-slide img {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    cursor: pointer;
    height: 150px;
    width: 150px;
    object-fit: cover;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.el-testimonial-image-slide.slick-center img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}

.el-testimonial-wrap.el-style2 .slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
    text-align: center;
}

.el-testimonial-wrap.el-style2 .slick-dots li {
    display: inline-block;
    height: 8px;
    width: 10px;
    background: #333;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
    cursor: pointer;
}

.el-testimonial-wrap.el-style2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    height: 0;
    width: 0;
}

.el-testimonial-wrap.el-style2 .slick-dots li.slick-active {
    width: 30px;
}



/*--------------------------------------------------------------
## Testimonial Carousel
--------------------------------------------------------------*/
.el-testimonial-carousel .el-testimonial-box {
    background: #FFF;
    padding: 25px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    margin: 60px 10px 10px;
    text-align: center;
}

.el-testimonial-carousel .owl-item.center .el-testimonial-box {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}

.el-testimonial-carousel .el-testimonial-title {
    line-height: 1.2;
    margin-bottom: 5px;
}

.el-testimonial-carousel .designation {
    font-size: 0.85rem;
}

.el-testimonial-carousel .el-testimonial-excerpt {
    margin-bottom: 0;
}

.el-testimonial-carousel .el-testimonial-footer {
    text-align: center;
    margin: -50px 0 20px;
}

.el-testimonial-carousel .el-testimonial-box img {
    display: inline-block;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
    background: #FFF;
    padding: 5px;
}

.el-testimonial-carousel .el-testimonial-box.el-round img {
    border-radius: 50%;
}

.el-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.el-testimonial-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 8px;
    width: 10px;
    background: #333;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.el-testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
}


/*--------------------------------------------------------------
## News Update Section
--------------------------------------------------------------*/

.el-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.el-news-image {
    width: 60%;
    float: left;
}

.el-news-content {
    width: 35%;
    float: right;
}

.el-news-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: center;
}

.el-news-content .el-news-title {
    margin-bottom: 20px;
}

.el-news-wrap .el-news-text {
    margin-bottom: 30px;
}

.el-news-wrap .el-news-text a {
    text-decoration: underline;
}

.el-news-wrap .el-news-link {
    background: #333;
    padding: 12px 20px;
    line-height: 1;
    color: #FFF;
    display: inline-block;
}

.el-news-wrap .el-news-link i {
    margin-left: 10px;
}

.el-news-wrap.el-style1.owl-carousel .owl-stage-outer {
    padding-top: 100px;
}

.el-news-wrap.el-style1 .el-news {
    background: #f7f9fd;
    padding: 60px;
}

.el-news-wrap.el-style1 .el-news-image {
    margin-top: -140px;
}

.el-news-wrap.owl-carousel .owl-nav {
    text-align: right;
    margin-left: 60px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 100px;
}

.el-news-wrap.el-style2.owl-carousel .owl-nav {
    margin-left: 0;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.el-news-wrap.owl-carousel .owl-nav button.owl-prev,
.el-news-wrap.owl-carousel .owl-nav button.owl-next {
    background: #333;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    margin-right: 5px;
}

.el-news-wrap.owl-carousel .owl-nav button.owl-prev span,
.el-news-wrap.owl-carousel .owl-nav button.owl-next span {
    display: block;
    font-size: 16px;
}

.el-news-wrap.el-style2 .el-news-image {
    position: relative;
    width: 35%;
    margin: 80px -150px 80px 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
}

.el-news-wrap.el-style2 .el-news-content {
    position: relative;
    background: #f7f9fd;
    padding: 80px 80px 80px 200px;
    width: 80%;
}

/*--------------------------------------------------------------
## Logo Carousel
--------------------------------------------------------------*/

.el-logo-carousel.owl-carousel .owl-stage {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-logo-carousel .el-logo-slide img {
    padding: 2px;
    margin: 0 auto;
}

.el-logo-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
}

.el-logo-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 8px;
    width: 10px;
    background: #333;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.el-logo-carousel .owl-dots .owl-dot.active {
    width: 30px;
}

/*--------------------------------------------------------------
## Logo Flipster
--------------------------------------------------------------*/
.el-image-flipster-carousel .el-image-slide .flip-content {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.el-image-stretch-yes.el-image-flipster-carousel .el-image-slide .flip-content img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.el-disable-nav.el-image-flipster-carousel .flipto-prev,
.el-disable-nav.el-image-flipster-carousel .flipto-next {
    display: none;
}

.el-image-flipster-carousel .flipto-prev,
.el-image-flipster-carousel .flipto-next {
    font-size: 20px;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
}

.el-image-flipster-carousel.el-nav-side .flipto-prev,
.el-image-flipster-carousel.el-nav-side .flipto-next {
    position: absolute;
    top: 50%;
    height: 50px;
    width: 40px;
    margin-top: -20px;
}

.el-image-flipster-carousel.el-nav-side .flipto-prev {
    left: 0;
}

.el-image-flipster-carousel.el-nav-side .flipto-next {
    right: 0;
}

.el-image-flipster-carousel.el-nav-bottom .flipto-prev,
.el-image-flipster-carousel.el-nav-bottom .flipto-next {
    height: 50px;
    width: 50px;
}

.el-image-flipster-carousel.el-nav-bottom .flipto-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.el-image-flipster-carousel.el-nav-bottom .flipto-prev {
    margin-right: 5px;
}

.el-image-flipster-carousel.el-nav-bottom .flipto-next {
    margin-left: 5px;
}

/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/

.el-counter {
    position: relative;
}

.el-counter .el-counter-count {
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 1px;
}

.el-counter .el-counter-count:before {
    content: attr(data-count-before);
}

.el-counter .el-counter-count:after {
    content: attr(data-count-after);
}

.el-counter .el-counter-count .odometer-inside {
    display: inline;
}

.el-counter .el-counter-title {
    margin: 0;
    letter-spacing: 1px;
}

.el-counter.el-style1 {
    text-align: center;
}

.el-counter.el-style1 .el-counter-count {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.el-counter.el-style1 .el-counter-icon {
    font-size: 26px;
    line-height: 36px;
    position: relative;
    margin-bottom: 15px;
}

.el-counter.el-style1 .el-counter-icon:after {
    content: "";
    position: absolute;
    right: 15%;
    left: 50%;
    margin-left: 30px;
    top: 50%;
    height: 1px;
    background: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.el-counter.el-style1 .el-counter-icon:before {
    content: "";
    position: absolute;
    left: 15%;
    right: 50%;
    margin-right: 30px;
    top: 50%;
    height: 1px;
    background: #333;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.el-counter.el-style1 .el-counter-title {
    margin-top: 15px;
    margin: 0;
}

.el-counter.el-style2 {
    text-align: center;
}

.el-counter.el-style2 .el-counter-icon {
    position: absolute;
    left: 30%;
    top: 50%;
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.el-counter.el-style2:hover .el-counter-icon {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
    transform: translate(-50%, -50%) scale(1.4);
}

.el-counter.el-style2 .el-counter-count {
    font-size: 3rem;
    line-height: 1;
}

.el-counter.el-style2 .el-counter-title {
    margin-top: 10px;
}

.el-counter.el-style3 {
    text-align: center;
}

.el-counter.el-style3:after {
    content: "";
    position: absolute;
    left: 20%;
    right: 20%;
    top: 20%;
    bottom: 20%;
    border: 10px solid #333;
    opacity: 0.1;
}

.el-counter.el-style3 .el-counter-icon {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

.el-counter.el-style3 .el-counter-count {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
}

.el-counter.el-style4 {
    text-align: left;
    padding-left: 80px !important;
}

.el-counter.el-style4 .el-counter-icon {
    font-size: 42px;
    width: 50px;
    float: left;
    text-align: center;
    opacity: 0.8;
    margin-left: -70px;
    line-height: 1;
    margin-top: 24px;
}

.el-counter.el-style4 .el-counter-count {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 22px;
    position: relative;
}

.el-counter.el-style4 .el-counter-title {
    position: relative;
}

.el-counter.el-style4 .el-counter-title:after {
    content: "";
    position: absolute;
    bottom: 100%;
    background: #333;
    height: 2px;
    width: 50px;
    left: 0;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/

.el-blog-wrap {
    margin: -40px -20px 0;
    display: flex;
    flex-wrap: wrap;
}

.el-blog-box {
    float: left;
    padding: 0 20px;
    width: 33.33%;
    margin-top: 40px;
}

.el-thumb-container {
    position: relative;
    padding-bottom: 70%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.el-thumb-container img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.el-blog-col-1 .el-blog-box {
    width: 100%;
}

.el-blog-col-2 .el-blog-box {
    width: 50%;
}

.el-blog-col-3 .el-blog-box {
    width: 33.33%;
}

.el-blog-col-4 .el-blog-box {
    width: 25%;
}

.el-blog-col-5 .el-blog-box {
    width: 20%;
}

.el-blog-col-6 .el-blog-box {
    width: 16.66%;
}

.el-blog-excerpt .el-blog-title {
    margin-bottom: 15px
}

.el-blog-excerpt .el-blog-title a {
    color: inherit;
}

.el-blog-date {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.el-blog-date i {
    margin-right: 10px;
}

.el-blog-read-more {
    margin-top: 20px
}

.el-blog-wrap .el-blog-read-more a {
    display: inline-block;
    color: inherit;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.el-blog-wrap .el-blog-thumbnail img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.el-blog-wrap .el-blog-excerpt-text {
    font-size: 0.9rem;
}

.el-blog-wrap.el-style1 .el-blog-post {
    position: relative;
    border: 12px solid rgba(0, 0, 0, 0.05);
    background: #FFF;
    height: 100%;
}

.el-blog-wrap.el-style1 .el-blog-thumbnail:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
}

.el-blog-wrap.el-style1 .el-blog-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.el-blog-wrap.el-style1 .el-blog-post:hover .el-blog-thumbnail {
    opacity: 1;
}

.el-blog-wrap.el-style1 .el-blog-post:hover * {
    color: #FFF !important;
}

.el-blog-wrap.el-style1 .el-blog-footer {
    font-size: 0.9rem;
    margin-bottom: 15px;
    opacity: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.el-blog-wrap.el-style1 .el-blog-footer i {
    margin-right: 10px;
}

.el-blog-wrap.el-style1 .el-blog-excerpt {
    position: relative;
    z-index: 9;
    padding: 30px;
}

.el-blog-wrap.el-style2 .el-blog-thumbnail {
    margin-bottom: 25px;
}

.el-blog-wrap.el-style2 .el-blog-footer {
    position: relative;
    font-size: 0.9rem;
    margin-top: 15px;
    padding-top: 10px;
    opacity: 0.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.el-blog-wrap.el-style2 .el-blog-footer:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: #000;
    opacity: 0.2;
}

.el-blog-wrap.el-style2 .el-blog-footer i {
    margin-right: 10px;
}

.el-blog-wrap.el-style3 .el-blog-post {
    -webkit-box-shadow: 0 0 15px 0 rgba(41, 61, 88, .1);
    box-shadow: 0 0 15px 0 rgba(41, 61, 88, .1);
    border-bottom: 4px solid #5bc2ce;
    background: #FFF;
}

.el-blog-wrap.el-style3 .el-blog-thumbnail {
    margin-bottom: 0;
    position: relative;
}

.el-blog-wrap.el-style3 .el-blog-excerpt {
    padding: 50px 20px 20px;
}

.el-blog-wrap.el-style3 .el-blog-excerpt.el-no-date {
    padding-top: 20px;
}

.el-blog-wrap.el-style3 .el-blog-excerpt-text {
    position: relative;
    padding-top: 15px;
}

.el-blog-wrap.el-style3 .el-blog-excerpt-text:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.1;
}

.el-blog-wrap.el-style3 .el-blog-date {
    position: absolute;
    left: 20px;
    top: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    width: 80px;
    text-align: center;
    color: #FFF;
    padding: 8px;
    white-space: nowrap;
    background: #000;
}

.el-blog-wrap.el-style3 .el-blog-date span {
    display: block;
    line-height: 1;
    color: inherit;
    font-size: 30px;
}

.el-blog-wrap.el-style3 .el-blog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.el-blog-wrap.el-style3 .el-blog-footer span {
    margin-right: 10px;
}

.el-blog-wrap.el-style3 .el-blog-footer span i {
    margin-right: 5px;
}

.el-blog-wrap.el-style3 .el-blog-excerpt .el-blog-title {
    margin-bottom: 15px;
}

.el-blog-wrap.el-style4 .el-blog-thumbnail {
    position: relative;
    background: #000;
    overflow: hidden;
}

.el-blog-wrap.el-style4 .el-blog-thumbnail img {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.el-blog-wrap.el-style4 .el-blog-thumbnail:hover img {
    opacity: 0.4;
}

.el-blog-wrap.el-style4 .el-blog-excerpt {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.el-blog-wrap.el-style4 .el-blog-excerpt .el-blog-title {
    margin-bottom: 0;
}

.el-blog-wrap.el-style4 .el-blog-date {
    line-height: 1;
    margin: 0;
    opacity: 1;
    margin-bottom: 15px;
}

.el-blog-wrap.el-style4 .el-blog-footer {
    line-height: 1;
    margin-top: 25px;
}

.el-blog-wrap.el-style4 .el-blog-footer span {
    margin: 0 5px;
}

.el-blog-wrap.el-style4 .el-blog-footer i {
    margin-right: 10px;
}


@media screen and (max-width:769px) {
    .el-blog-tablet-col-1 .el-blog-box {
        width: 100%;
    }

    .el-blog-tablet-col-2 .el-blog-box {
        width: 50%;
    }

    .el-blog-tablet-col-3 .el-blog-box {
        width: 33.33%;
    }

    .el-blog-tablet-col-4 .el-blog-box {
        width: 25%;
    }

    .el-blog-tablet-col-5 .el-blog-box {
        width: 20%;
    }

    .el-blog-tablet-col-6 .el-blog-box {
        width: 16.66%;
    }
}

@media screen and (max-width:480px) {
    .el-blog-mobile-col-1 .el-blog-box {
        width: 100%;
    }

    .el-blog-mobile-col-2 .el-blog-box {
        width: 50%;
    }

    .el-blog-mobile-col-3 .el-blog-box {
        width: 33.33%;
    }

    .el-blog-mobile-col-4 .el-blog-box {
        width: 25%;
    }

    .el-blog-mobile-col-5 .el-blog-box {
        width: 20%;
    }

    .el-blog-mobile-col-6 .el-blog-box {
        width: 16.66%;
    }
}



/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/

.el-portfolio-cat-name-list {
    margin-bottom: 40px;
    display: flex;
}

.el-portfolio-cat-name {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 0.9rem;
}

.el-portfolio-cat-name-list.el-tab-left {
    justify-content: flex-start;
}

.el-portfolio-cat-name-list.el-tab-center {
    justify-content: center;
}

.el-portfolio-cat-name-list.el-tab-right {
    justify-content: flex-end;
}

.el-portfolio-cat-name-list.el-style1 .el-portfolio-cat-name {
    margin: 0 10px 20px;
    line-height: 1;
    position: relative;
    font-size: 0.85rem;
    text-transform: uppercase;
    color: #333;
}

.el-portfolio-cat-name-list.el-style1 .el-portfolio-cat-name:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    margin-bottom: -15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #333;
}

.el-portfolio-cat-name-list.el-style1 .el-portfolio-cat-name:hover:after,
.el-portfolio-cat-name-list.el-style1 .el-portfolio-cat-name.active:after {
    left: 0;
    right: 0;
}

.el-portfolio-cat-name-list.el-style1 .el-portfolio-post-wrap {
    margin: 0 -7.5px;
}

.el-portfolio-cat-name-list.el-style2 .el-portfolio-cat-name {
    text-transform: uppercase;
    margin: 0 10px 20px;
    font-size: 0.85rem;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.el-portfolio-cat-name-list.el-style2 .el-portfolio-cat-name:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 2px;
    background: #333;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.el-portfolio-cat-name-list.el-style2 .el-portfolio-cat-name.active:after,
.el-portfolio-cat-name-list.el-style2 .el-portfolio-cat-name:hover:after {
    width: 20px;
}

.el-portfolio-cat-name-list.el-style3 .el-portfolio-cat-name-wrap {
    float: right;
    position: relative;
    z-index: 99;
}

.el-portfolio-cat-name-list.el-style3 .el-portfolio-switch {
    background: #000000;
    height: 55px;
    width: 55px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
}

.el-portfolio-cat-name-list.el-style3 .el-portfolio-switch i {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 55px;
}

.el-portfolio-cat-name-list.el-style3 .el-portfolio-cat-wrap {
    position: absolute;
    width: 240px;
    background: #000000;
    visibility: hidden;
    opacity: 0;
    top: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.el-portfolio-cat-name-list.el-style3.el-tab-left .el-portfolio-cat-wrap {
    left: 0;
}

.el-portfolio-cat-name-list.el-style3.el-tab-right .el-portfolio-cat-wrap {
    right: 0;
}

.el-portfolio-cat-name-list.el-style3.el-tab-center .el-portfolio-cat-wrap {
    left: 50%;
    transform: translateX(-50%);
}

.el-portfolio-cat-name-list.el-style3 .el-portfolio-cat-name-wrap:hover .el-portfolio-cat-wrap {
    visibility: visible;
    opacity: 1;
    top: 55px;
}

.el-portfolio-cat-name-list.el-style3 .el-portfolio-cat-name {
    display: block;
    padding: 14px 20px;
    line-height: 1;
    font-size: 0.85rem;
    color: #FFF;
}

.el-portfolio-cat-name-list.el-style3 .el-portfolio-cat-name.active {
    background: #111;
    color: #FFF;
}

.el-portfolio-cat-name-list.el-style4 {
    text-align: center;
}

.el-portfolio-cat-name-list.el-style4 .el-portfolio-cat-wrap {
    display: inline-block;
}

.el-portfolio-cat-name-list.el-style4 .el-portfolio-cat-name {
    font-size: 0.85rem;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.el-portfolio-cat-name-list.el-style4 .el-portfolio-cat-name.active {
    background: #000000;
    color: #FFF;
}

.el-portfolio-posts {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.el-fullwidth-container .el-portfolio-posts {
    margin-left: 0;
    margin-right: 0;
}

.el-portfolio {
    float: left;
}

.el-portfolio-post-wrap[data-gutter="1"] .el-portfolio-outer-wrap {
    margin: 10px;
}

.el-portfolio-outer-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.el-portfolio-wrap {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.el-portfolio-caption {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
}

.el-portfolio-caption:after {
    content: "";
    background: #000000;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: block;
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.el-portfolio-wrap:hover .el-portfolio-caption:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform .5s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform .5s cubic-bezier(1, 0, 0, 1);
    transition: transform .5s cubic-bezier(1, 0, 0, 1);
    transition: transform .5s cubic-bezier(1, 0, 0, 1), -webkit-transform .5s cubic-bezier(1, 0, 0, 1);
}

.el-portfolio-caption .el-portfolio-title {
    color: #FFF;
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 20px;
    right: 20px;
    margin: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
}

.el-portfolio-caption .el-portfolio-title a {
    color: inherit;
}

.el-portfolio-caption .el-portfolio-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 20px;
    height: 2px;
    background: #FFF;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.el-portfolio-wrap:hover .el-portfolio-caption .el-portfolio-title {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.3s ease-in-out 0.5s, -webkit-transform 0.3s ease-in-out 0.5s;
    transition: opacity 0.3s ease-in-out 0.5s, -webkit-transform 0.3s ease-in-out 0.5s;
    transition: transform 0.3s ease-in-out 0.5s, opacity 0.3s ease-in-out 0.5s;
    transition: transform 0.3s ease-in-out 0.5s, opacity 0.3s ease-in-out 0.5s, -webkit-transform 0.3s ease-in-out 0.5s;
}

.el-portfolio-caption > a {
    position: absolute;
    display: block;
    color: #FFFFFF;
    font-size: 26px;
    padding: 10px;
    opacity: 0;
    bottom: 0;
    visibility: hidden;
    z-index: 9;
}

.el-portfolio-caption a.el-portfolio-image {
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
    left: 20px;
}

.el-portfolio-caption a.el-portfolio-link {
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
    right: 20px;
}

.el-portfolio-wrap:hover .el-portfolio-caption a.el-portfolio-link,
.el-portfolio-wrap:hover .el-portfolio-caption a.el-portfolio-image {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
    transition: opacity 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
    transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s;
    transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
}

/*--------------------------------------------------------------
## Portfolio Carousel
--------------------------------------------------------------*/

.owl-carousel .el-portfolio-carousel-item {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.owl-carousel .el-portfolio-carousel-item.htpc-loading {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
}

.el-portfolio-carousel-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}

.el-portfolio-filter-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 0.9rem;
}

.el-portfolio-carousel-button.el-style1 .el-portfolio-filter-btn {
    margin: 0 10px 20px;
    line-height: 1;
    position: relative;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.el-portfolio-carousel-button.el-style1 .el-portfolio-filter-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 2px;
    background: #000;
    margin-bottom: -15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.el-portfolio-carousel-button.el-style1 .el-portfolio-filter-btn:hover:after,
.el-portfolio-carousel-button.el-style1 .el-portfolio-filter-btn.btn-active:after {
    left: 0;
    right: 0;
}

.el-portfolio-carousel-button.el-style2 .el-portfolio-filter-btn {
    text-transform: uppercase;
    margin: 0 10px 20px;
    font-size: 0.85rem;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
}

.el-portfolio-carousel-button.el-style2 .el-portfolio-filter-btn:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 2px;
    background: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.el-portfolio-carousel-button.el-style2 .el-portfolio-filter-btn.btn-active:after,
.el-portfolio-carousel-button.el-style2 .el-portfolio-filter-btn:hover:after {
    width: 20px;
}

.el-portfolio-carousel-button.el-style2 .el-portfolio-filter-btn.btn-active,
.el-portfolio-carousel-button.el-style2 .el-portfolio-filter-btn:hover {
    color: #000;
}

.el-portfolio-carousel-button.el-style3 .el-portfolio-filter-btns-wrap {
    position: relative;
    z-index: 99;
}

.el-portfolio-carousel-button.el-style3 .el-portfolio-switch {
    background: #000;
    height: 50px;
    width: 50px;
    text-align: center;
    cursor: pointer;
    line-height: 1;
}

.el-portfolio-carousel-button.el-style3 .el-portfolio-switch i {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 50px;
}

.el-portfolio-carousel-button.el-style3 .el-portfolio-filter-wrap {
    position: absolute;
    width: 240px;
    left: 0;
    background: #000;
    visibility: hidden;
    opacity: 0;
    top: 100px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.el-portfolio-carousel-button.el-style3 .el-portfolio-filter-btns-wrap:hover .el-portfolio-filter-wrap {
    visibility: visible;
    opacity: 1;
    top: 50px;
}

.el-portfolio-carousel-button.el-style3 .el-portfolio-filter-btn {
    display: block;
    padding: 14px 20px;
    line-height: 1;
    font-size: 0.85rem;
    color: #FFF;
}

.el-portfolio-carousel-button.el-style3 .el-portfolio-filter-btn.btn-active {
    background: #111;
}

.el-portfolio-carousel-button.el-style4 .el-portfolio-filter-btn {
    font-size: 0.85rem;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.el-portfolio-carousel-button.el-style4 .el-portfolio-filter-btn.btn-active {
    background: #000;
    color: #FFF;
}

.el-portfolio-slider .el-owl-nav {
    display: flex;
    white-space: nowrap;
}

.el-portfolio-slider .el-owl-nav .owl-prev {
    margin-right: 6px;
}

.el-portfolio-slider .el-owl-nav .owl-prev,
.el-portfolio-slider .el-owl-nav .owl-next {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #000;
    color: #FFF;
}

.el-portfolio-slider .el-owl-nav .owl-prev:hover,
.el-portfolio-slider .el-owl-nav .owl-next:hover {
    background: #111111;
    color: #FFF;
}

.el-portfolio-carousel-image-wrap {
    position: relative;
    overflow: hidden;
}

.el-portfolio-carousel-image-wrap img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto;
}

.el-portfolio-carousel-image-wrap:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.el-portfolio-carousel-image,
.el-portfolio-carousel-link {
    position: absolute;
    top: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
    color: #FFF;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.el-portfolio-carousel-image {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px);
    left: 10px;
}

.el-portfolio-carousel-link {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px);
    right: 10px;
}

.el-portfolio-carousel-image-wrap:hover .el-portfolio-carousel-image,
.el-portfolio-carousel-image-wrap:hover .el-portfolio-carousel-link {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.el-portfolio-carousel-image-wrap a i {
    color: inherit;
}

.el-portfolio-carousel-image-wrap .el-portfolio-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 10px;
    margin: 0;
    font-size: 1.4rem;
    text-align: center;
    z-index: 2;
    color: #FFF;
}

.el-portfolio-carousel-image-wrap .el-portfolio-title span {
    position: relative;
    z-index: 9;
    opacity: 0;
}

.el-portfolio-carousel-image-wrap .el-portfolio-title a {
    color: inherit;
}

.el-portfolio-carousel-image-wrap:hover .el-portfolio-title span {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out 0.1s;
    transition: opacity 0.3s ease-in-out 0.1s;
}

.el-portfolio-carousel-image-wrap .el-portfolio-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.48, .01, .25, .97);
    transition: -webkit-transform .4s cubic-bezier(.48, .01, .25, .97);
    transition: transform .4s cubic-bezier(.48, .01, .25, .97);
    transition: transform .4s cubic-bezier(.48, .01, .25, .97), -webkit-transform .4s cubic-bezier(.48, .01, .25, .97);
}

.el-portfolio-carousel-image-wrap:hover .el-portfolio-title:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.el-portfolio-carousel .el-portfolio-carousel-slides.owl-carousel .owl-stage-outer {
    margin-bottom: 40px;
}

.el-portfolio-carousel .owl-dots {
    text-align: center;
    margin: 0;
}

.el-portfolio-carousel .owl-carousel .owl-dot {
    display: inline-block;
    height: 8px;
    width: 10px;
    background: #333;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.el-portfolio-carousel .owl-carousel .owl-dot.active {
    width: 30px;
}

/*--------------------------------------------------------------
## Elastic Gallery
--------------------------------------------------------------*/
.el-image-stack {
    display: flex;
}

.el-image-stack.el-elastic-center {
    justify-content: center;
}

.el-image-stack.el-elastic-right {
    justify-content: flex-end;
}

.el-elasticstack {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100%;
    list-style: none;
    -webkit-perspective: 1000px;
    -webkit-perspective-origin: 50%-50%;
    perspective: 1000px;
    perspective-origin: 50% -50%;
}

.el-elasticstack li {
    position: absolute;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, -180px);
    transform: translate3d(0, 0, -180px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
}

.el-elasticstack li img {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.el-elasticstack li.animate {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.el-elasticstack li.move-back {
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1);
    /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1.515);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.470, 1.515);
}

.no-js .el-elasticstack {
    max-width: 1090px;
    width: 100%;
    height: auto;
    text-align: center;
}

.no-js .el-elasticstack li {
    position: relative;
    display: inline-block;
    opacity: 1;
    margin: 10px;
    cursor: default;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Animated Text */
.el-animated-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.el-animated-text-before {
    align-self: auto;
}

.el-animating-text {
    position: relative;
    align-self: auto;
}

.el-animating-text-item {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
}

.el-animating-text-item.active {
    position: relative;
    z-index: 2;
}

.el-animating-text-item.visible {
    opacity: 1;
}

.el-animating-text-item span {
    position: relative;
    align-self: auto;
    opacity: 0;
}

.el-animated-text-after {
    align-self: auto;
}

/*--------------------------------------------------------------
## Animation Block
--------------------------------------------------------------*/
.ht--al-wrap {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 768px) {
    .el-news {
        width: auto;
        display: block;
    }

    .el-news-image,
    .el-news-content {
        width: auto !important;
        float: none !important;
    }

    .el-news-wrap.el-style1.owl-carousel .owl-stage-outer {
        padding-top: 30px;
    }

    .el-news-wrap.el-style1.owl-carousel .owl-nav {
        top: 30px;
    }

    .el-news-wrap.el-style1 .el-news-image {
        margin-top: 40px !important;
    }

    .el-news-wrap.el-style2 .el-news-content {
        padding: 60px !important;
    }

    .el-news-wrap.el-style2 .el-news-image {
        margin: 25px 0 0 !important;
        padding-bottom: 58%;
    }

    .el-news-wrap.el-style2 .el-news-image img {
        position: absolute;
    }

    .el-tab-wrap.el-style1 .el-tabs,
    .el-tab-wrap.el-style2 .el-tabs,
    .el-tab-wrap.el-style1 .el-tab-content,
    .el-tab-wrap.el-style2 .el-tab-content {
        width: auto;
        float: none;
        padding: 20px 0;
    }

    .el-tab-wrap.el-style2 .el-tab.el-active:after,
    .el-tab-wrap.el-style4 .el-tab:after {
        display: none;
    }

    .el-tab-wrap.el-style3 .el-tab,
    .el-tab-wrap.el-style4 .el-tab,
    .el-tab-wrap.el-style5 .el-tab {
        display: block;
        max-width: none;
        margin: 0 0 20px;
    }

    .el-tab-wrap.el-style5 .el-tab {
        padding-bottom: 20px;
    }

    .el-tab-wrap.el-style5 .el-tabs {
        padding: 0;
    }

    .el-tab-wrap.el-style5 .el-tab-content {
        padding: 30px;
    }

    .el-single-row-title {
        display: block;
    }

    .el-single-row-title.el-section-title-tagline .el-section-header,
    .el-single-row-title.el-section-title-tagline .el-section-header + .el-section-subtitle {
        width: 100%;
        padding: 0;
        border: 0;
    }

    .el-single-row-title .el-section-title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 680px) {
    .el-testimonial-wrap.el-style1 .el-testimonial {
        display: block;
        padding: 40px;
    }

    .el-testimonial-wrap.el-style1 .el-testimonial-excerpt {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .el-testimonial-wrap.el-style1 .el-testimonial-person {
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    .el-news-wrap.el-style1 .el-news {
        padding: 60px 40px 40px !important;
    }

    .el-news-wrap.el-style1.owl-carousel .owl-nav {
        margin-left: 40px;
    }

    .el-news-wrap.el-style2 .el-news-content {
        padding: 40px !important;
    }

    .el-testimonial-wrap.el-style2 .el-testimonial-content-wrap {
        width: 100%;
    }

    .el-big-super-title .el-section-supertitle {
        font-size: 12vw;
    }
}