/* 1. mt portfolio list */
/* 1a. mt portfolio list2 */
/* 6. mt portfolio header */
/* 7. mt portfolio nav */
/* 8. mt portfolio slider */
/* 9. mt portfolio support */
/* 10. mt portfolio changelog */
/* 11. mt services slider */

/* 1. mt portfolio list */
.portfolio-posts-list .post-name {
    line-height: 30px;
    font-weight: 700;
    font-size: 18px;
    padding: 18px 0px 0;
    margin: 0;
}
.portfolio-posts-list .post-name a {
    color: #162441;
}
.portfolio-posts-list .post-name a:hover {
    color: #FD75B4 !important;
}
.portfolio-posts-list .post-category a:hover {
    color: #162441;
}
.portfolio-posts-list .list-view .post-thumbnail {
    margin-bottom: 0;
    position: relative;
}
.portfolio-posts-list .list-view img.portfolio_post_image {
    border-radius: 4px;
}
.portfolio-posts-list .list-view .post-details {
    padding: 0px;
}
.portfolio_custom .post-search {
    cursor: pointer;
    right: 25px;
    margin: 25px auto;
    width: 40px;
    padding: 12px;
    height: 40px;
    background: linear-gradient(319.4deg, #40DBBB 19.74%, #34BFA3 85.13%);
    box-shadow: 3px 11px 11px rgba(52, 191, 163, 0.18);
    border-radius: 50px;
    color: #fff;
    line-height: 0px;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.portfolio_custom .post-search a {
    color: #fff;
}
.portfolio_custom .post-search:hover {
    opacity: .7;
}
.portfolio-posts-list .post-category {
    padding: 0px 0px 35px;
    margin: 0px;
    font-size: 16px;
    line-height: 1;
}
.portfolio-posts-list .post-category a {
    font-size: 15px;
    color: #666;
    line-height: 2;
    font-weight: 400;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
}
.portfolio-posts-list .post-category a::after {
    content: "/";
}
.portfolio-posts-list .post-category a:last-child::after {
    content: "";
}
.portfolio-posts-list .flex-zone {
    transform: scale(0);
    background: rgba(37, 37, 37, .7);
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    opacity: 0;
    visibility: hidden;
}
.portfolio-posts-list .post-thumbnail:hover .flex-zone {
    background: rgba(37, 37, 37, .7);
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.portfolio-posts-list .flex-zone-inside {
    align-self: center;
    opacity: 1;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    margin: 0 auto;
}
.portfolio-posts-list .flex-zone-inside a.button-support {
    color: #fff;
    background: #34BFA3;
    padding: 15px 55px;
    border: none;
    border-radius: 35pX;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    box-shadow: none;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
}
.portfolio-posts-list .flex-zone-inside a.button-support:hover{
    opacity: 0.9;
}
.modeltheme-portofolio-shortcode .owl-controls.clickable {
    display: none !important;
}
/* 1a. mt portfolio list2 */
.portfolio-posts-list2 article.single-post {
    border-radius: 0 !important;
}
.portfolio-posts-list2 .post-name {
    text-align: center !important;
}
.portfolio-posts-list2 .list-view .post-thumbnail {
    padding: 30px 30px 0 30px !important;
}
.portfolio-posts-list2 article.single-post .portfolio_custom .relative {
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
}

/* 2. mt portfolio header */
.portfolio-header-shortcode .container .col-md-4 {
    padding: 0 5px;
}
.portfolio-header-shortcode .button-portfolio {
    color: #ffffff;
    background: linear-gradient(344.62deg, #40DBBB 19.74%, #34BFA3 85.13%);
    box-shadow: 3px 11px 11px rgba(52, 191, 163, 0.18) !important;
    padding: 20px 30px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    box-shadow: none;
    transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    margin: 10px 0;
    margin-right: 30px;
}
.portfolio-header-shortcode .button-portfolio:hover {
    opacity: .7;
}
.changelog-section {
    margin-top: 60px;
    text-align: left;
    margin-left: -10px;
}
.changelog-section .changelog-child {
    color: rgba(37, 37, 37, .7);
    background: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    display: inline;
    margin-right: 30px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
}
.portfolio-header-shortcode .row {
    width: 100%;
    display: inline-flex;
}
.changelog-section .changelog-child a {
    color: rgba(37, 37, 37, .7);
    transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}

.changelog-section .changelog-child a:hover {
    color: #716ACA;
}

/* 3. mt portfolio nav */
.mt-portofolio-nav-parent {
    background: #fff;
}
.mt-portofolio-nav-tab {
    display: grid;
    text-align: center;
    align-items: center;
}
.mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner {
    float: left;
    margin: 10px;
}
.mt-portofolio-nav-parent .nav-tabs>li>a:hover img.mt-portofolio-image, .mt-portofolio-nav-parent .nav-tabs>li.active img.mt-portofolio-image {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.mt-portofolio-nav-parent .mt-portofolio-nav-tab-content-holder-inner {
    overflow: hidden;
}
.mt-portofolio-nav-parent .nav-tabs>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    border-right: 0;
    transition: height 300ms ease-out;
    margin: 0;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -ms-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.mt-portofolio-nav-parent .nav-tabs>li.active>a {
    border: 0;
    background: transparent;
}
.mt-portofolio-nav-parent .nav-tabs>li.active,
.mt-portofolio-nav-parent .nav-tabs>li>a:hover,
.mt-portofolio-nav-parent .nav-tabs>li>a:focus {
    background: linear-gradient(90.4deg, #564EC0 -2.22%, #716ACA 101.4%) !important;
    outline: 0;
    border: 0 !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.mt-portofolio-nav-parent .nav-tabs>li>a:hover{
    height: 100%;
}
.mt-portofolio-nav-parent .nav-tabs>li>a {
    border-radius: 0;
    margin: 0;
    border: 0;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    padding: 35px;
}
.mt-portofolio-nav-parent .nav-tabs>li.active>a {
    border: 0;
}
.mt-portofolio-nav-parent .nav-tabs {
    border: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}
.mt-portofolio-nav-parent  .nav-tabs p {
    margin: 0;
 }
.mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}
.mt-portofolio-nav-parent p.mt-portofolio-nav-tab-text {
    color: #959499;
    font-size: 14px;
}
.mt-portofolio-nav-parent .nav-tabs>li.active p,
.mt-portofolio-nav-parent .nav-tabs>li>a:hover p,
.mt-portofolio-nav-parent .nav-tabs>li>a:focus p{
    color: #fff;
}
@media(max-width: 1200px) {
    .mt-portofolio-nav-parent .nav-tabs>li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    p.mt-portofolio-nav-tab-text {
        display: none;
    }
    .mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
        font-size: 14px;
        line-height: 1;
    }
    .mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner img {
        width: 40px;
    }
    .featured-image-single-portfolio img {
    max-width: 100% !IMPORTANT;
}
}

@media(max-width: 767px) {
    .mt-portofolio-nav-tab {
        display: block;
        text-align: center
    }
    .mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner {
        width: 100%;
        margin-bottom: 5px;
    }
    .mt-portofolio-nav-parent .mt-portofolio-nav-tab-content-holder-inner {
        width: 100%;
    }
    .changelog-section .changelog-child {
    display: block;
    margin-bottom: 15px;
}
}

@media(max-width: 480px) {
    .mt-portofolio-nav-parent .container {
    padding: 0;
}
    .mt-portofolio-nav-parent .nav-tabs>li>a {
        padding: 5px 0;
    }
    .mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
        font-size: 10px !important;
        font-weight: 600;
        line-height: 1 !important;
    }
}

/* 4. mt portfolio slider */
.modeltheme-portofolio-shortcode .modeltheme-portofolio-grid h2.name-test {
    margin: 0;
}
.modeltheme-portofolio-shortcode .modeltheme-portofolio-grid h2.name-test a{
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 20px 25px;
    text-align: center;
    background: #fff;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    width: 100%;
    color:#252525;
}
.modeltheme-portofolio-shortcode {
    box-shadow: 0px 1px 102px rgba(0, 0, 0, 0.098);
    margin-left: -15px;
    margin-right: -15px;
}
.modeltheme-portofolio-shortcode .portofolio-profile-img {
    box-shadow: 0px 0px 25px 1px rgba(0, 0, 0, 0.1);
    position: relative;
}
.modeltheme-portofolio-shortcode .owl-wrapper-outer {
    padding: 10px 0px;
    background: rgba(128, 128, 128, 0.0784313725490196);
    overflow: visible !important;
}
.modeltheme-portofolio-shortcode .owl-controls .owl-page span {
    background: #e4e4e4 !important;
    border-radius: 50%;
    border: 0;
    opacity: 1 !important;
    width: 16px !important;
    height: 16px !important;
}
.modeltheme-portofolio-shortcode .portofolio-profile-img img {
    border-radius: 3px !important;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
}
.modeltheme-portofolio-shortcode .owl-controls .owl-page.active span {
    background: #bababa !important;
}
.portofolio-profile-content .post-search {
    cursor: pointer;
    right: 25px;
    margin: 25px auto;
    width: 40px;
    padding: 12px;
    height: 40px;
    background: linear-gradient(319.4deg, #40DBBB 19.74%, #34BFA3 85.13%);
    box-shadow: 3px 11px 11px rgba(52, 191, 163, 0.18);
    border-radius: 50px;
    color: #fff;
    line-height: 0px;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.portofolio-profile-content .post-search a {
    color: #fff;
}
.portofolio-profile-content .post-search:hover {
    opacity: .7;
}
.portofolio-profile-content .name-test a {
    color: #162441;
    transition: all 250ms ease;
}
.portofolio-profile-content .name-test a:hover {
    color: #34BFA3;
    transition: all 250ms ease;
}
.portofolio-profile-content .name-test{
    line-height: 30px;
    font-weight: 700;
    font-size: 18px;
    padding: 18px 0px 0;
    margin: 0;
}
.portofolio-profile-content {
    padding-bottom: 5px;
}
.portofolio-profile-content .post-category {
    padding: 0px 0px 35px;
    margin: 0px;
    font-size: 16px;
    line-height: 1;
}
.portofolio-profile-content .post-category a {
    font-size: 15px;
    color: #666;
    line-height: 2;
    font-weight: 400;
    transition: all .25s ease;
}
.portofolio-profile-content .post-category a:hover {
    color: #162441;
}
.portofolio-profile-content .flex-zone {
    transform: scale(0);
    background: rgba(37, 37, 37, .7);
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    opacity: 0;
    visibility: hidden;
}
.portofolio-profile-img:hover .flex-zone {
    background: rgba(37, 37, 37, .7);
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.modeltheme-portofolio-grid .thumbnail-overlay {
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    opacity: 0;
    background: rgba(37,37,37, .7);
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    border-radius: 3px;
}
.modeltheme-portofolio-grid .thumbnail-overlay i {
    color: rgb(255, 255, 255);
    font-size: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.portfolio-left a,
.portfolio-right a {
    font-size: 30px;
    color: #D1D1D1;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out 0s;
}
.portfolio-left{
    float: left;
}
.portfolio-right{
    float: right;
}
.portofolio-profile-content:hover .thumbnail-overlay {
    opacity: 1;
}
.portfolio-navigation {
    margin-bottom: 100px;
}
.portfolio-navigation img {
    width: 40px;
    margin: 0px 44% auto;
    margin-top: 2px;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out 0s;
}
.portfolio-navigation img:hover {
    filter: brightness(0.1);
}
/* PORTFOLIO SLIDER V3 */
.shortcode_portfolios_slider_v3 .owl-controls.clickable {
    position: absolute;
    top: -90px;
    right: 15px;
    margin-top: 0px;

}
.shortcode_portfolios_slider_v3.owl-theme .owl-controls .owl-buttons div {
    color: #FD75B4;
    border: 3px solid #FD75B4;
    zoom: 1;
    display: inline-block;
    margin: 5px;
    font-size: 12px;
    padding: 8px 0;
    background: transparent; 
    filter: Alpha(Opacity=100);
    opacity: 1;
    width: 40px;
    height: 40px;
    text-align: center;
}
.shortcode_portfolios_slider_v3 .wow.item.relative.animated {
    padding: 0 15px;
}
.shortcode_portfolios_slider_v3.owl-theme .owl-controls .owl-buttons div.owl-next {
    margin-right: 0px;
}
.shortcode_portfolios_slider_v3 .portofolio-profile-content .post-category {
    padding-bottom: 0px;
}
.shortcode_portfolios_slider_v3 .portofolio-profile-img img {
    border-radius: 3px;
}
.info-aditional .fa-facebook, .info-aditional .fa-twitter {
    margin-right: 5px;
}
span.info-aditional {
    margin-left: 5px;
}
.info-aditional .fa-facebook, .info-aditional .fa-twitter, .info-aditional .fa-instagram {
    color: #606060;
    font-size: 15px;
}
.info-aditional .fa-facebook {
    background: transparent linear-gradient(132deg, #506EC1 0%, #304C99 100%);
    color: #fff;
    padding: 11px 13px;
    width: 35px;
    height: 35px;
    border-radius: 40px;
}
.info-aditional .fa-twitter {
    background: transparent linear-gradient(132deg, #1CA4FF 0%, #007CD0 100%);
    color: #fff;
    padding: 11px;
    width: 35px;
    height: 35px;
    border-radius: 40px;
}
.info-aditional .fa-instagram {
    background: transparent linear-gradient(132deg, #1CA4FF 0%, #007CD0 100%);
    background: transparent linear-gradient(132deg, #FF1C1C 0%, #BE0F0F 100%);
    color: #fff;
    padding: 11px;
    width: 35px;
    height: 35px;
    border-radius: 40px;
}
.info-aditional .fa-instagram:hover,
.info-aditional .fa-twitter:hover,
 .info-aditional .fa-facebook:hover{
    opacity: .8;
}
.member-aditional .fa-facebook {
    color: #252525;
    padding: 5px 11px;
}
.member-aditional .fa-twitter {
    color: #252525;
    padding: 5px 9px;
}
.member-aditional .fa-instagram {
    color: #252525;
    padding: 5px 9px;
}
.member-aditional .fa-facebook, .member-aditional .fa-twitter {
    margin-left: 15px;
}
.member-aditional .fa-instagram:before,
.member-aditional .fa-twitter:before,
.member-aditional .fa-facebook:before {
    font-family: fontawesome;
}
.member-aditional .fa-instagram:hover,
.member-aditional .fa-twitter:hover,
.member-aditional .fa-facebook:hover{
    opacity: .8;
}
.sub-btn .eael-creative-button, .sub-btn .eael-creative-button:hover {
    transition: all 250ms ease;
}

/* Taxonomy Category on Knowledge Base Custom Post*/

.tax-mt-listing-category2,
.tax-mt-changelog-category,
.single-mt_changelog {

}
.box-shadow-inner {
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
    background: #fff;
    border-radius: 11px;
}
.box-shadow-inner.hover-animate{
    transition: all 250ms ease;
}
.box-shadow-inner.hover-animate:hover {
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform: translateY(-10px);
    transition: all 250ms ease;
}
.single-mt_changelog .main-content{
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 30px;
}

.single-mt_changelog .main-content h1.changelog_version {
    margin-top: 35px;
}
body .sidebar-content-knowledge-left {
	padding-right: 30px !important;
}
body .sidebar-content-knowledge-right {
	padding-left: 30px !important;
}
.category-content {
    padding-bottom: 25px;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(40, 43, 71, 0.1);
}
.category_description p {
    margin-bottom: 0;
}
.tax-mt-listing-category2 h1.category_title,
.tax-mt-changelog-category h1.category_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
.single-mt_changelog h1.changelog_version span.version {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-right: 20px;
}
.single-mt_changelog h1.changelog_version span.date {
    font-size: 18px;
    font-weight: 500;
    margin-top: 27px;
    opacity: .7;
}
.single-mt_changelog h1.changelog_version span i {
    padding-right: 10px;
}
.tax-mt-listing-category2 h3.post-name a i {
    position: relative;
    bottom: 1px;
    padding-right: 5px;
    color: #34BFA3;
}
.tax-mt-listing-category2 h3.post-name {
    margin-bottom: 11px;
}
.tax-mt-listing-category2 h3.post-name a {
    font-size: 18px;
    color: #716ACA;
    font-weight: bold;
    text-transform: none;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.tax-mt-listing-category2 h3.post-name a:hover {
	color: #34BFA3;
}
.tax-mt-listing-category2 a.more-link i {
    position: relative;
    top: 1px;
    padding-left: 5px;
}
.tax-mt-listing-category2 a.more-link {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.tax-mt-listing-category2 a.more-link:hover {
	color: #34BFA3;
}
.tax-mt-listing-category2 .main-content article:not(:last-child) {
    border-bottom: 1px solid rgba(40, 43, 71, 0.1);
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.knowledge_content_search {
    background: #fff;
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
    border-radius: 5px;
    position: relative;
    padding: 24px 50px 50px !important;
}
.knowledge_content_search article:not(:last-child) {
    border-bottom: 1px solid rgba(40, 43, 71, 0.1);
    padding-bottom: 15px;
    margin-bottom: 25px;
}
.knowledge_content_search h3.post-name {
    margin-bottom: 11px;
}
.knowledge_content_search h3.post-name a {
    font-size: 18px;
    color: #252525;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.knowledge_content_search h3.post-name a i {
    position: relative;
    bottom: 1px;
    padding-right: 5px;
    color: #34BFA3;
}
.knowledge_content_search a.more-link {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.knowledge_content_search a.more-link:hover {
    color: #34BFA3;
}
.knowledge_content_search a.more-link i {
    position: relative;
    top: 1px;
    padding-left: 5px;
}
.knowledge_content_search_title {
    padding-bottom: 25px;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(40, 43, 71, 0.1);
}
.knowledge_content_search_title .search_title{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.tax-mt-changelog-category .changelog-article {
     position: relative;
    background: #FFFFFF;
    border-radius: 20px;
}
.changelog-article .changelog_title .version {
    padding-right: 20px;
    color: #252525;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.changelog-article .changelog_title .version:hover {
    color: #363338;
}
.changelog-article .changelog_title i {
    padding-right: 10px;
}
.changelog-article .changelog_title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 0px;
    background: #34BFA3;
    padding: 20px 13px;
    color: #fff;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
.changelog-article .changelog_title span.version{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 20px 13px;
}
.changelog-article .changelog_title span.date {
    font-size: 14px;
    font-weight: 500;
    float: right;
    margin-right: 17px;
}
.changelog-entry ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
}
.changelog-entry ul li:last-child {
    border: 0px;
}
.changelog-entry ul li {
    border-bottom-color: rgba(149, 148, 153, 0.3);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    position: relative;
    padding: 25px 15px;
}
.changelog-entry li {
    font-size: 16px;
    color: rgba(40, 43, 71, .5);
    line-height: 1.5;
}
.changelog-entry ul li span {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 0;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    margin-right: 10px;
}
.changelog-entry .span-green {
    background: #2ecc71;
}
.changelog-entry .span-purple {
    color: #716ACA;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
}
.changelog-entry .span-blue {
    background: #3498db;
}
.changelog-entry .span-red {
    background: #e74c3c;
}
.changelog-entry .span-yellow {
    background: #f1c40f;
}
.breadcrumb-buttons-section {
    margin-top: 15px;
    text-anchor: 
}
.breadcrumb-buttons-section .btn {
    margin: 5px;
}
.single-knowledge .blog_custom {
    padding: 30px;
    padding-bottom: 15px;
    border-radius: 11px;
    background: #fff !important;
    border: none !important;
    transition: all 250ms ease-in-out;
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.098);
}
.single-knowledge.list-view {
    margin-bottom: 30px;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.single-knowledge.list-view:hover {
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    border-radius: 11px;
    transform: translateY(-10px);
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.single-knowledge.list-view p {
    font-size: 14px;
}
.single-knowledge.list-view .more-link-knowledge {
    margin-top: 10px;
    display: -webkit-inline-box;
    color: #ffffff;
    background: #34BFA3 !important;
    font-weight: 600;
    border-style: none;
    font-size: 12px;
    border-radius: 30px;
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    text-transform: uppercase;
}
.single-knowledge.list-view .more-link-knowledge:hover{
    opacity: .7;
}
.hover-state .box-shadow-inner:hover {
    box-shadow: 20px 37px 102px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transform: translateY(-10px);
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.hover-state .box-shadow-inner{
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
/* -------------------------------- 
Main Components 
-------------------------------- */
.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}
.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}
/* -------------------------------- 
xtab-filter 
-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #65bc7b;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  height: 50px;
  width: 140px;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../inc/shortcodes/mt-portfolio/img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  box-shadow: inset 0 -2px 0 #41307c;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter li:first-child {
  /* this way the placehodler is alway visible */
  display: block;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a {
  cursor: pointer;
}
.cd-tab-filter a.selected {
  background: #41307c;
  color: #ffffff;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
  box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: .4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: #65bc7b;
    position: static;
    box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 0 1em;
    width: auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
  }
  .cd-tab-filter a:not(.selected) {
    color: #fff !important;
  }
  .cd-tab-filter a:hover {
    color: #252525 !important;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #252525;
  }
  .cd-tab-filter a.selected {
      background: transparent;
      color: #252525;
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
/* -------------------------------- 
xgallery 
-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  display: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: justify;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 0;
  }
}
.cd-gallery ul {
  padding: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
      padding: 30px 0 0 0;
      float: right;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      transition: width 0.3s;
  }
  .cd-gallery li {
      width: 33.33%;
      margin: 0 auto !important;
  }
  .cd-gallery.filter-is-visible {
      width: 80%;
      padding: 30px 15px 30px 15px;
  }
}
/* -------------------------------- 
xfilter 
-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: auto;
  background: #ffffff;
  box-shadow: 4px 4px 20px transparent;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  opacity: 0;
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #65bc7b;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background: #252525;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
  cursor: pointer;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0px 30px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0px 30px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0px 30px rgba(0,0,0,.1);
  opacity: 1;
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 60px 15px;
  }
}
.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url(../inc/shortcodes/mt-portfolio/img/cd-icon-filter.svg) no-repeat center center; 
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  cursor: pointer;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible, .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}
/* -------------------------------- 
xcustom form elements 
-------------------------------- */
.cd-filter-block {
  margin-bottom: 1.6em;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../inc/shortcodes/mt-portfolio/img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  border-radius: 0;
  background-color: #ffffff;
  border: 2px solid #e6e6e6;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  max-width: 175px;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #65bc7b;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 14px !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../inc/shortcodes/mt-ico-filters/img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: .8em;
  list-style-type: none;
}
.cd-filter-block .list li:last-of-type {
  margin-bottom: 0;
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 24px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
  color: #252525;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #41307c;
  background-color: #41307c;
}
.cd-filter-block input[type=radio]:checked + label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}
@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}
.iconfilter-shortcode .blog_custom_listings .post-name-listings a {
    font-size: 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.iconfilter-shortcode .blog_custom_listings .post-name-listings a:hover {
    color: #6cd087;
}
.iconfilter-shortcode .blog_custom_listings .percentange {
    float: none;
    display: block;
    margin-top: 10px;
}
.iconfilter-shortcode .cd-gallery img {
    max-width: 100%;
    height: auto;
    border: 0;
    background: transparent;
    padding: 0;
    margin-top: 12px;
}
.cd-filter-content.cd-filters {
    padding: 0;
}
.iconfilter-shortcode .blog_custom_listings {
    margin-bottom: 25px;
}
.iconfilter-shortcode .blog_custom_listings i {
    font-size: 50px;
}
.iconfilter-shortcode .blog_custom_listings .post-name-listings {
    margin: 18px 0 0 0; 
}
.single-mt_listing .single-icondrops .list_title span {
    float: left;
    margin-right: 25px;
}
.single-mt_listing .single-icondrops .list_title span.review {
    line-height: 20px;
    font-weight: bold;
    font-size: 20px;
    margin: 12px 0 0 0px;
}
.parent-rating-star {
    position: relative;
    width: 90px;
    height: 20px;
    overflow: hidden;
    float: left;
    margin-top: 11px;
}
.rating-star ,
.fill-rating-star {
    display: block;
    width: 90px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 90px 20px;
}
.fill-rating-star {
    height: 20px;
    position: absolute;
    top: 0;
}
.review-recent {
    margin-top: 10px;
}
.review-recent span.review {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.review-recent .parent-rating-star {
    margin-top: 0;
    float: none;
}
#DataTable-icondrops-active .ico-row .list_title span {
    margin: 15px 0 0 10px;
    font-weight: bold;
    font-size: 14px;
}
#DataTable-icondrops-active .review-recent {
    margin-top: 5px;
    margin-bottom: 7px;
}
#DataTable-icondrops-active .parent-rating-star,
.iconfilter-shortcode .parent-rating-star,
.review-recent .parent-rating-star{
    width: 70px;
    height: 15px;
}
#DataTable-icondrops-active .rating-star, 
#DataTable-icondrops-active .fill-rating-star,
.iconfilter-shortcode .rating-star,
.iconfilter-shortcode .fill-rating-star,
.review-recent .rating-star,
.review-recent .fill-rating-star{
    width: 70px;
    height: 15px;
    background-size: 70px 15px;
}
#DataTable-icondrops-active .review-recent span.review,
.iconfilter-shortcode .review-recent span.review,
.review-recent span.review{
    margin-top: 0;
    line-height: 17px;
}
@media(max-width: 767px) {
  .cd-tab-filter {
      width: 240px;
  }
  .cd-tab-filter ul {
      width: auto;
      padding: 0 40px !important;
}
  .cd-tab-filter a {
      width: 200px;
  }
}

/* 11 mt services slider */
.modeltheme-services-slider .owl-item {
    height: 660px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-right: 1px solid rgba(255,255,255,0.4);
    padding: 25px;
    padding-bottom: 20px;
    padding-right: 25px;
}
.modeltheme-services-slider .item.modeltheme-service {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.modeltheme-services-slider .owl-item .service_name {
    margin-bottom: 0px;
    margin-top: 0px;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
}
.modeltheme-services-slider .service-icon {
    width: 20%;
    float: right;
    display: contents;
}
.modeltheme-services-slider .owl-item .service_name a {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
}
.modeltheme-services-slider .owl-item a i {
	padding: 13px 13.43px;
    width: 40px;
    margin-top: 7px;
    border-radius: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    height: 40px;
    text-align: center;
}
.modeltheme-services-slider .owl-controls .owl-buttons > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    border: 3px solid #fff;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.modeltheme-services-slider .owl-controls .owl-buttons > div i {
	font-size: 12px;
    text-align: center;
}
.modeltheme-services-slider .owl-controls .owl-buttons .owl-prev {
    left: 25px;
}
.modeltheme-services-slider .owl-controls .owl-buttons .owl-next {
    right: 25px;
}
.modeltheme-services-slider .owl-controls {
    margin-top: 0;
}
.modeltheme-services-slider .item::before {
    content: none;
}
.modeltheme-services-slider.owl-theme .owl-controls {
    margin-top: 0;
}
.modeltheme-services-slider.owl-theme .services-shadow-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.700717787114846) 0%, rgba(0,0,0,0) 40%);
    transition: all .4s ease;
}
.modeltheme-services-slider.owl-theme .owl-item:hover .services-shadow-overlay {
    height: 30%;
}
.modeltheme-services-slider.owl-theme .owl-item {
    cursor: pointer;
}
.modeltheme-services-slider-4 .owl-item,
.modeltheme-services-slider-3 .owl-item {
    padding: 40px 45px;
    padding-right: 30px;
}
/* Shortcode : MT Portfolio Category*/
.portfolio_category_image_shortcode_holder {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 13px 6px rgb(0 0 0 / 5%);
}
.portfolio_category_image_shortcode_holder .portfolio_category_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,.35) 50%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%);
    padding: 20px 20px 17px;
}
.portfolio_category_image_shortcode_holder .category_icon_holder {
    float: left;
    width: 55px;
    height: 55px;
    text-align: center;
    background: #FD75B4;
    padding: 7px;
    border-radius: 5px;
    margin-right: 15px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    cursor: pointer;
}
.portfolio_category_image_shortcode_holder .category_icon_holder img.cat-icon {
    filter: brightness(0) invert(1);
}
.portfolio_category_image_shortcode_holder .portfolio_category_footer h4 a {
    color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    font-size: 20px;
}
.portfolio_category_image_shortcode_holder .portfolio_category_footer h4.heading {
    margin-top: 18px !important;
    text-transform: capitalize;
}
.portfolio_category_image_shortcode_holder .portfolio_category_footer .category_icon_holder:hover {
    background: #162441 !important;
}
.portfolio_category_image_shortcode_holder img {
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1) rotate(
0deg
);
    -webkit-transform: scale(1) rotate(
0deg
);
    width: 100%;
}
.portfolio_category_image_shortcode_holder  img.cat-image {
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    transform: scale(1) rotate( 
0deg
 );
    -webkit-transform: scale(1) rotate( 
0deg
 );
    width: 100%;
}