 :root {
      --brgc-color: #dd0429;
     --mxt-secondary-color: #1e1e25;
     --mxt-light-color: #f6f6f6;
     --mxt-white-color: #ffffff;
     --mxt-blackish-color: #27272f;
     --mxt-link-color-normal: #1e1e25;
     --mxt-link-color-hover: #c9f31d;
      --brgc-color-rgb: rgb(201, 243, 29);
     --mxt-secondary-color-rgb:rgb(30, 30, 37);
}
.mxt-meta-data {display: none;}
.mos-img img {display: none !important;}
.mx-coajax-style-1 .mxfotech-box-content, .mx-coajax-style-4 .mxt-box-content-wrapper,.mx-coajax-style-5 .mxfotech-box-content,.mx-coajax-style-7 .mxfotech-box-content, .mx-coajax-style-10 .mxt-box-content-wrapper,.mx-coajax-style-11 .mxfotech-box-content,.mx-coajax-style-12 .mxfotech-box-content {
  -moz-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 10px 70px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 70px rgba(0, 0, 0, 0.05);
}
.mxt-featured-wrapper>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 13, 13, 0.4);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #ffffff;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30%);
}

.mxt-featured-wrapper>a>span {
    position: relative;
}

.mxt-featured-wrapper>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms ease;
}

.mxt-featured-wrapper>a>span::after {
    content: '';
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mxt-featured-wrapper>a:hover>span::before,
.mxt-featured-wrapper>a:hover>span::after {
    background-color: var(--brgc-color);
}
.mxt-meta-date, .mxt-meta-category, .mxt-meta-author{
    display: inline-block;
}
.mxt-meta-line a, 
.mxt-meta-line{
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}
.mxt-meta-line{
    margin-bottom: 3px;
    display: inline-block;
    margin-right: 4px;
    position: relative;
}
.mx-coajax-style-1 .post-item:hover .mxt-featured-wrapper>a, .mx-coajax-style-4 .post-item:hover .mxt-featured-wrapper>a, .mx-coajax-style-5 .post-item:hover .mxt-featured-wrapper>a, .mx-coajax-style-6 .post-item:hover .mxt-featured-wrapper>a,.mx-coajax-style-7 .post-item:hover .mxt-featured-wrapper>a, .mx-coajax-style-9 .post-item:hover .mxt-featured-wrapper>a, .mx-coajax-style-10 .post-item:hover .mxt-featured-wrapper>a,.mx-coajax-style-11 .post-item:hover .mxt-featured-wrapper>a {
    visibility: visible;
    transform: translateY(0%);
    opacity: 1;
}
/** Style 1 **/
.mx-coajax-style-1 {
    margin-bottom: 30px;
}
.mx-coajax-style-1 .mxt-meta-line{
    font-weight: normal;
    font-style: normal;
}
.mx-coajax-style-1 .mxt-meta-category, .mx-coajax-style-1 .mxt-meta-author, .mx-coajax-style-1 .mxt-meta-date{
    display: inline-block;
    font-size: 13px;
}
.mx-coajax-style-1,
.mx-coajax-style-1 .mxt-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.mx-coajax-style-1 .mxfotech-box-content{
	position: relative;
	margin-top: -40px;
	background: var(--mxt-white-color);
	margin-left: 35px;
	padding:30px 35px 0;
}
.mx-coajax-style-1 .mxt-featured-container .mxt-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.mx-coajax-style-1 .mxt-featured-wrapper img {
	position: relative;
	width: 100%;
}
.mx-coajax-style-1:hover .mxt-featured-wrapper img {
	-webkit-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.mx-coajax-style-1 .mxt-post-title{
	font-size: 26px;
	line-height: 36px;
	font-weight: 500;
	padding-bottom: 10px;
	color: var(--mxt-blackish-color);
}

.mx-coajax-style-1 .mxt-post-title a{ 
	color: var(--mxt-blackish-color);
}

.mx-coajax-style-1 .mxt-post-title a:hover{ 
	color: var(--brgc-color);
}
.mx-coajax-style-1 .mxt-svg-btn{
	padding: 20px 0px;
	border-top: 1px solid rgba(39, 39, 47,.1);
}
.mx-coajax-style-1 .mxt-meta-line a{
	font-size: 13px;
	font-weight: 500;
}
.mx-coajax-style-1 .mxt-meta-line a:hover{
    color: inherit;
}
.mx-coajax-style-1 .mxt-meta-line{
	margin-right: 25px;
}
.mx-coajax-style-1 .mxt-meta-line:last-child{
	margin-right: 0;
}
.mx-coajax-style-1 .mxt-meta-line:before {
	position: absolute;
	content: '';
	top: 50%;
	right: -22px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background:rgba(39, 39, 47,.3);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mx-coajax-style-1 .mxt-meta-line:last-child:before{
	content: unset;
}
.mx-coajax-style-1 .mxt-svg-btn svg{
    height: 10px;
    margin-top: -2px;
    margin-left: 5px;
}
.mx-coajax-style-1 .mxt-svg-btn svg line{
    stroke: var(--mxt-blackish-color);
}
.mx-coajax-style-1 .mxt-svg-btn:hover svg line,
.mx-coajax-style-1 .mxt-svg-btn svg line{
    stroke: var(--mxt-blackish-color);
}
.mx-coajax-style-1 .mxt-svg-btn a{
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 500;
}
.mx-coajax-style-1 .mxt-svg-btn a:hover{
   color: inherit;
}
.mx-coajax-style-1 .mxt-post-title a:hover{
    color: rgba(39, 39, 47,.7);
}
.mxt-button-hover-black .mx-coajax-style-1 .mxt-post-title a:hover{
    color: rgba(39, 39, 47,.7);
}
.constract-blog .mxt-svg-btn a:hover{
    color: var( --brgc-color);
}
.constract-blog .mx-coajax-style-1 .mxt-svg-btn:hover svg line{
    stroke: var( --brgc-color);
}
.mxt-button-hover-white .mx-coajax-style-1 .mxt-meta-line a:hover{
    color: var( --brgc-color);
}
/* construction */
.construction-blog-style-1 .mx-coajax-style-1 .mxt-meta-line:before{
	background: var( --brgc-color);
	top: 42%;
}
/** Style 2 **/
.mx-coajax-style-2,
.mx-coajax-style-2 .mxt-meta-data,
.mx-coajax-style-2 .mxfotech-box-desc,
.mx-coajax-style-2 .mxt-meta-line,
.mx-coajax-style-2 .mxfotech-box-content,
.mx-coajax-style-2 .mxt-box-content-wrapper {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mx-coajax-style-2 .post-item {
	position: relative;
	overflow: hidden;
}
.mx-coajax-style-2 .mxt-meta-date,.mx-coajax-style-2 .mxt-meta-category,.mx-coajax-style-2 .mxt-meta-author{
    font-size: 12px;
}
.mx-coajax-style-2 .mxt-meta-line{
    color: #999;
    margin-bottom: 0px;
}
.mx-coajax-style-2 .mxt-meta-line{
    color: #999;
    margin-bottom: 0px;
    margin-right: 10px;
}
.mx-coajax-style-2 .mxt-meta-data {display: block;}

.mx-coajax-style-2 .post-item::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, var(--mxt-secondary-color) 0%, rgba(0, 50, 129, 0) 70%);
}
.mx-coajax-style-2:hover .mxfotech-box-content,
.mx-coajax-style-2 .mxt-meta-data {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.mx-coajax-style-2 .mxt-meta-data {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 50px 35px;
	z-index: 1;
}
.mx-coajax-style-2 .mxfotech-box-content,
.mx-coajax-style-2:hover .mxt-meta-data {
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.mx-coajax-style-2 .mxt-box-content-wrapper {
	bottom: 0;
	padding: 50px 45px 30px;
}
.mx-coajax-style-2 .mxfotech-box-content-inner {
	bottom: 35px;
	left: 0;
	position: absolute;
	padding: 0px 35px 0px;
}
.mx-coajax-style-2:hover .mxt-box-content-wrapper {
	top: 0;
	bottom: auto;
}
.mx-coajax-style-2 .mxfotech-box-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.mx-coajax-style-2:hover .mxfotech-box-content {
	background-color: rgba(8, 14, 28, 0.90);
}
.mx-coajax-style-2 .mxt-meta-data .mxt-post-title,
.mx-coajax-style-2 .mxfotech-box-content .mxt-post-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.mx-coajax-style-2 .mxt-meta-container {
	margin-bottom: 5px;
}
.mx-coajax-style-2 .mxfotech-box-desc {
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.mx-coajax-style-2:hover .mxfotech-box-desc {
	margin-top: 22px;
	height: auto;
	visibility: visible;
	opacity: 1;
}
.mx-coajax-style-2 .mxfotech-box-desc-text {
	margin-bottom: 45px;
}
.mx-coajax-style-2 .mxt-meta-category {
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
	font-weight: 600;
}
.mx-coajax-style-2 .mxt-meta-category a {
	color: var( --brgc-color);
	font-size: 12px;
}
.mx-coajax-style-2 .mxt-svg-btn a, 
.mx-coajax-style-2 .mos-img, 
.mx-coajax-style-2 .mxt-meta-data .mxt-post-title a, 
.mx-coajax-style-2 .mxfotech-box-content .mxt-post-title, 
.mx-coajax-style-2 .mxfotech-box-content .mxt-post-title a {
    color: var(--mxt-white-color);
}
.mx-coajax-style-2 .mxfotech-box-content .mxt-post-title, 
.mx-coajax-style-2 .mxfotech-box-content .mxt-post-title a {
  padding-bottom: 20px;
}
.mx-coajax-style-2 .mxfotech-box-content .mxt-svg-btn a:hover, 
.mx-coajax-style-2 .mxt-meta-data .mxt-post-title a:hover, 
.mx-coajax-style-2 .mxfotech-box-content .mxt-post-title a:hover {
    color: var( --brgc-color);
}
.mx-coajax-style-2 .mxfotech-box-content .mxt-svg-btn a{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
}
.mx-coajax-style-2 .mxt-meta-category a:hover {
    color: var(--mxt-white-color);
}
.mx-coajax-style-2 .mxt-svg-btn a svg line {
    stroke-dashoffset: 0;
    stroke: var( --mxt-white-color);
}
.mx-coajax-style-2 .mxt-svg-btn a:hover svg line {
    stroke-dashoffset: 0;
    stroke: var( --brgc-color);
}
.mx-coajax-style-2 .mxt-svg-btn {
    position: absolute;
    display: inline-block;
    background-color: var(--brgc-color);
    z-index: 2;
    border-radius: 5px;
    left: 32px;
    top: 25px;
}

.mx-coajax-style-2 .mxt-svg-btn>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 3px 13px;
    border-radius: 5px;
}
.mx-coajax-style-2 .mxt-svg-btn>a:hover {
    background-color: var(--mxt-white-color);
    color: var(--brgc-color);
    border-radius: 5px;
}

.mx-coajax-style-2 .mxt-svg-btn>a>i {
    font-size: 15px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.mx-coajax-style-2 .mxt-svg-btn a:hover:after{
    width: 100%;
}
/** Style 3 **/
.mx-coajax-style-3,
.mx-coajax-style-3,
.mx-coajax-style-3 .mxt-meta-data,
.mx-coajax-style-3 .mxfotech-box-desc,
.mx-coajax-style-3 .mxt-meta-line,
.mx-coajax-style-3 .mxfotech-box-content,
.mx-coajax-style-3 .mxt-box-content-wrapper {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mx-coajax-style-3 .post-item {
	position: relative;
	overflow: hidden;
	border: 1px solid #f1f1f1;
}
.mx-coajax-style-3 .mxt-meta-line a, 
.mx-coajax-style-3 .mxt-meta-line{
    color: #999;
}
.mx-coajax-style-3 .mxt-meta-data {display: block;}

.mx-coajax-style-3 .post-item::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, var(--mxt-white-color) 0%, rgba(0, 50, 129, 0) 70%);
}
.mx-coajax-style-3:hover .mxfotech-box-content,
.mx-coajax-style-3 .mxt-meta-data {
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.mx-coajax-style-3 .mxt-meta-data {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 50px 35px;
	z-index: 1;
}
.mx-coajax-style-3 .mxfotech-box-content,
.mx-coajax-style-3:hover .mxt-meta-data {
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.mx-coajax-style-3 .mxt-box-content-wrapper {
	bottom: 0;
	padding: 50px 45px 30px;
}
.mx-coajax-style-3 .mxfotech-box-content-inner {
	bottom: 35px;
	left: 0;
	position: absolute;
	padding: 0px 35px 0px;
}
.mx-coajax-style-3:hover .mxt-box-content-wrapper {
	top: 0;
	bottom: auto;
}
.mx-coajax-style-3 .mxfotech-box-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.mx-coajax-style-3:hover .mxfotech-box-content {
	background-color: rgba(255, 255, 255, 0.90);
}
.mx-coajax-style-3 .mxt-meta-data .mxt-post-title,
.mx-coajax-style-3 .mxfotech-box-content .mxt-post-title {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}
.mx-coajax-style-3 .mxt-meta-container {
	margin-bottom: 15px;
}
.mx-coajax-style-3 .mxfotech-box-desc {
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.mx-coajax-style-3:hover .mxfotech-box-desc {
	margin-top: 22px;
	height: auto;
	visibility: visible;
	opacity: 1;
}
.mx-coajax-style-3 .mxfotech-box-desc-text {
	margin-bottom: 45px;
}
.mx-coajax-style-3 .mxt-meta-category {
	text-transform: uppercase;
	font-size: 14px;
	color: #555;
	font-weight: 600;
}
.mx-coajax-style-3 .mxt-meta-category a {
	color: var( --brgc-color);
}
.mx-coajax-style-3 .mxt-svg-btn a, 
.mx-coajax-style-3 .mos-img, 
.mx-coajax-style-3 .mxt-meta-data .mxt-post-title a, 
.mx-coajax-style-3 .mxfotech-box-content .mxt-post-title, 
.mx-coajax-style-3 .mxfotech-box-content .mxt-post-title a {
    color: var(--mxt-blackish-color);
}
.mx-coajax-style-3 .mxfotech-box-content .mxt-post-title, 
.mx-coajax-style-3 .mxfotech-box-content .mxt-post-title a {
  padding-bottom: 20px;
}
.mx-coajax-style-3 .mxfotech-box-content .mxt-svg-btn a:hover, 
.mx-coajax-style-3 .mxt-meta-data .mxt-post-title a:hover, 
.mx-coajax-style-3 .mxfotech-box-content .mxt-post-title a:hover {
    color: var( --brgc-color);
}
.mx-coajax-style-3 .mxfotech-box-content .mxt-svg-btn a{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	border-radius: 30px;
}
.mx-coajax-style-3 .mxfotech-box-content .mxt-svg-btn a:hover{
	text-transform: uppercase;
	background: #333;
	color: #fff;
	border-radius: 30px;
}
.mx-coajax-style-3 .mxt-svg-btn {
    position: absolute;
    display: inline-block;
    background-color: var(--brgc-color);
    z-index: 2;
    border-radius: 30px;
    right: 30px;
    bottom: 10px;
}


.mx-coajax-style-3 .mxt-svg-btn>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 30px;
}

.mx-coajax-style-3 .mxt-svg-btn>a>i {
    font-size: 15px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.mx-coajax-style-3 .mxt-meta-category a:hover,
.mxt-service-ads a {
    color: var(--mxt-blackish-color);
}
.mx-coajax-style-3 .mxt-svg-btn a svg line, .mx-coajax-style-3 .mxt-svg-btn a:hover svg line {
    stroke-dashoffset: 0;
    stroke: var( --mxt-white-color);
}
.mxt-element-blog-style-3 .mx-coajax-style-3 {
	border-bottom: 1px solid rgba(39, 39, 47, .10);
	margin-bottom: 60px!important;
	padding: 0px 0 50px;
}
.mxt-element-blog-style-3 .mx-coajax-style-3:last-child {
	border-bottom: none;
	margin-bottom: 0px !important;
	padding: 0;
}
.mx-coajax-style-3 .mxt-meta-category, .mx-coajax-style-3 .mxt-meta-date, .mx-coajax-style-3 .mxt-meta-author {
	padding: 3px 12px;
	border-radius: 30px;
	font-size: 13px;
    font-weight: 600;
	background-color: var(--mxt-white-color);
	color: #444;
}
.mx-coajax-style-3 .mxt-meta-category a {
	color: var(--mxt-blackish-color);
	font-size: 13px;
	line-height: normal;
	letter-spacing: 1px;
}
.mx-coajax-style-3 .mxt-meta-container>span {
	display: inline-block;
	font-size: 13px;
	line-height: normal;
}
.mxt-text-color-white .mx-coajax-style-3 .mxt-meta-container>span {
	color: #333;
}
.mx-coajax-style-3 .mxt-meta-container .mxt-base-icon {
	margin-right: 5px;
	font-size: 15px;
}

/** Style 4 **/

.mx-coajax-style-4,
.mx-coajax-style-4 .mxt-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}

.mx-coajax-style-4 .mxt-box-content-wrapper{
	position: relative;
	padding: 25px;
	background-color: #fff;
}
.mx-coajax-style-4 .mxfotech-box-content{
	position: relative;
	padding-top: 25px;
	padding-right: 75px;
	margin-top: -70px;
}
.mx-coajax-style-4 .mxt-featured-container .mxt-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.mx-coajax-style-4 .mxt-featured-wrapper img {
	position: relative;
	width: 100%;
}
.mx-coajax-style-4:hover .mxt-featured-wrapper img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.mx-coajax-style-4 .mxt-post-title, .mx-coajax-style-4 .mxt-post-title a{
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0px;
	font-weight: 400;
	text-transform: uppercase;
	color: var( --mxt-blackish-color);
}
.mx-coajax-style-4 .mxt-post-title a:hover{
    color: rgba(39, 39, 47,.7);
}
.mx-coajax-style-4 .mxt-meta-line {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	color: var( --mxt-blackish-color);	
}
.mx-coajax-style-4 .mxt-meta-line a{
	font-size: 13px;
	font-weight: 600;
	color: var( --brgc-color);
	letter-spacing: 1px;
}
.mx-coajax-style-4 .mxt-meta-line a:hover{
    color: var(--mxt-blackish-color);
}
.mxt-button-hover-black .mx-coajax-style-4 .mxt-meta-line a{
    color: rgba(39, 39, 47,.7);;
}
.mxt-button-hover-black .mx-coajax-style-4 .mxt-meta-line a:hover{
    color: var(--mxt-blackish-color);
}
.mx-coajax-style-4 .mxt-meta-line{
	padding-right: 13px;
	margin-right: 0px;
}
.mx-coajax-style-4 .mxt-meta-line:last-child{
	padding-right: 0;
	margin: 0;
}
.mx-coajax-style-4 .mxt-meta-line:before {
	position: absolute;
	content: '/';
	top: 0;
	right: 0;
	color: rgba(39, 39, 47, 0.5);
}
.mx-coajax-style-4 .mxt-meta-line:last-child:before{
	content: unset;
}
.mx-coajax-style-4 .mxt-meta-cat-wrapper.mxt-meta-line{
	position: absolute;
    top: -27px;
    left: 0;
    background: var( --mxt-blackish-color);
    color: var(--mxt-white-color);
    padding: 4px 20px;
	text-transform: uppercase;
    font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.65px;
}/** Style 5 **/
.mx-coajax-style-5,
.mx-coajax-style-5 .mxt-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.mx-coajax-style-5 .mxfotech-box-content{
	position: relative;
	padding: 20px 25px;
	background-color: var( --mxt-blackish-color);
	margin: -55px 20px 0 22px;
}
.mx-coajax-style-5 .mxfotech-box-content .mos-img{
	padding: 5px 0px;
	color: var( --mxt-white-color);
}
.mx-coajax-style-5 .mxt-featured-container .mxt-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.mx-coajax-style-5 .mxt-featured-wrapper img {
	position: relative;
	width: 100%;
}
.mx-coajax-style-5:hover .mxt-featured-wrapper img {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.4);
}
.mx-coajax-style-5 .mxt-post-title{
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 10px 0px;
	color: var( --mxt-light-color);
}
.mx-coajax-style-5 .mxt-post-title a{
	color: var( --mxt-light-color);
}
.mx-coajax-style-5 .mxt-meta-line{
	padding-right: 18px;
	margin-right: 5px;
}
.mx-coajax-style-5 .mxt-meta-line:last-child{
	padding-right: 0;
}
.mx-coajax-style-5 .mxt-meta-line:before {
	position: absolute;
	content: '';
	top: 6px;
	right: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: var( --brgc-color);
}
.mx-coajax-style-5 .mxt-meta-line {
	font-size: 13px;
	font-weight: 600 !important;
	color: #999;
}
.mx-coajax-style-5 .mxt-meta-line a{
	font-size: 13px;
	font-weight: 600 !important;
	color: var( --brgc-color);
}
.mx-coajax-style-5 .mxt-meta-line:last-child:before{
	content: unset;
}
.mx-coajax-style-5 .mxt-svg-btn {
    position: relative;
    display: inline-block;
    background-color: var(--brgc-color);
    margin-top: 0px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: top center;
    z-index: 2;
}

.mx-coajax-style-5 .post-item:hover .mxt-svg-btn {
    transform: scaleY(1.0);
}

.mx-coajax-style-5 .mxt-svg-btn>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 30px;
}

.mx-coajax-style-5 .mxt-svg-btn>a>i {
    font-size: 15px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.mx-coajax-style-5 .mxt-svg-btn a:hover:after{
    width: 100%;
}
/** Style 6 **/
.mx-coajax-style-6 .mxt-element-posts-wrapper {
    padding-top: 40px;
}
.mx-coajax-style-6 {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.mx-coajax-style-6 .mxfotech-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mx-coajax-style-6 .mxt-svg-btn a {
    text-transform: uppercase;
    color: var( --mxt-white-color);
}
.mx-coajax-style-6 .mxt-svg-btn a svg line{
	stroke: var(--mxt-white-color);
}
.mx-coajax-style-6 .mxt-svg-btn a:hover svg line{
	stroke: var( --mxt-blackish-color);
}
/*=== Meta data setting ===*/
.mx-coajax-style-6 .post-item  {
	color: var(--mxt-white-color);
    background: var( --brgc-color);
    padding: 35px 25px;
}
.mx-coajax-style-6 .mxt-meta-date,.mx-coajax-style-6 .mxt-meta-category,.mx-coajax-style-6 .mxt-meta-author{
    display: inline-block;
	color: var(--mxt-white-color);	
    font-size: 13px;
}
.mx-coajax-style-6 .mxt-meta-date {
    text-align: center;
}
.mx-coajax-style-6 .mxt-meta-date .mxt-date-wrap {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 10px;
	font-weight: 700;
	background: var(--mxt-white-color);
}
.mx-coajax-style-6 .mxt-meta-date span {
    font-weight: normal;
    font-size: 13px;
    display: block;
    letter-spacing: 0px;
    line-height: 20px;
    color: #999;
    text-transform: capitalize;
}
.mx-coajax-style-6 .mxfotech-box-content .mxt-post-title {
    font-size: 26px;
    line-height: 36px;
	margin:15px 0px;
    font-weight: 700;
}
.mx-coajax-style-6 .mxfotech-box-content .mxt-post-title a {
    color: var( --mxt-white-color);
 }   
.mx-coajax-style-6 .mxfotech-box-content .mxt-post-title a:hover {
    color: var( --mxt-white-color);
}
.mx-coajax-style-6 .mxt-meta-cat-wrapper.mxt-meta-line, .mx-coajax-style-6 .mxt-meta-date-wrapper.mxt-meta-line, .mx-coajax-style-6 .mxt-meta-author-wrapper.mxt-meta-line {
    text-transform: uppercase;
    padding: 2px 15px;
    background: var(--mxt-blackish-color);
    border-radius: 50px;
}
.mx-coajax-style-6 .mxt-featured-wrapper {
    position: absolute;
    left: auto;
    right: 10px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    top: -170px;
    transform: translateY(40px);
    transform-origin: top center;
    transition: all .45s;
	width: 300px;
	height: 300px;
}
.mx-coajax-style-6 .mxt-featured-wrapper img{
	height: 100%;
	object-fit: cover;
	border: 2px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 20px 70px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.5);
}
.mx-coajax-style-6:hover .mxt-featured-wrapper {
    visibility: visible;
    opacity: 1!important;
    transform: translateY(0) skewY(0) scaleZ(1);
}
.mx-coajax-style-6 .mxt-meta-cat-wrapper,.mx-coajax-style-6 .mxt-meta-date-wrapper, .mx-coajax-style-6 .mxt-meta-author-wrapper {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.75px;
	font-weight: 700;
}
.mx-coajax-style-6 .mxt-meta-cat-wrapper a {
    color: var( --mxt-white-color);
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.75px;
	font-weight: 700;
}
@media (max-width: 1200px) {
    .mx-coajax-style-6 .mxfotech-box-content .mxt-featured-container {
        display: none;
    }
}
@media (max-width: 1024px) {
    .mx-coajax-style-6 .mxt-meta-line {
        margin-right: 35px;
    }
    .mx-coajax-style-6 .mxt-content-wrapper {
        padding: 0;
        width: 70%;
    }
}
@media (max-width: 767px) {
    /*=== mx-coajax-style-6 ===*/
    .mx-coajax-style-6 .mxt-content-wrapper {
        margin-right: 35px;
    }
    .mx-coajax-style-6 .mxt-featured-wrapper {
        top: -304px;
        left: 460px;
    }
}
@media (max-width: 600px) {
    .mx-coajax-style-6 .mxfotech-box-content {
        display: block;
    }
    .mx-coajax-style-6 .mxt-content-wrapper {
        width: 100%;
        margin-bottom: 30px;
    }
    .mxt-element-blog-style-4 .mxt-element-posts-wrapper {
        padding-top: 0px;
    }
    .mx-coajax-style-6 .mxt-meta-line {
        margin: 0px 0 15px;
    }
    .mx-coajax-style-6 .mxfotech-box-content .mxt-post-title {
        font-size: 20px;
        line-height: 26px;
    }
    .mx-coajax-style-6 .mxt-meta-date span {
        display: inline-block;
    }
}
/** Style 7 **/
.mx-coajax-style-7,
.mx-coajax-style-7 .mxt-meta-cat-wrapper a,
.mx-coajax-style-7 .mxt-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}

.mx-coajax-style-7 .mxfotech-box-content{
	position: relative;
	margin-top: -40px;
	background: var(--mxt-white-color);
	margin-left: 35px;
	padding:20px 30px 0;
}
.mx-coajax-style-7 .mxt-featured-container .mxt-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.mx-coajax-style-7 .mxt-featured-wrapper img {
	position: relative;
	width: 100%;
}
.mx-coajax-style-7:hover .mxt-featured-wrapper img {
	-webkit-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.mx-coajax-style-7 .mxt-post-title{
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	color: var(--mxt-blackish-color);
}
.mx-coajax-style-7 .mxt-post-title a{
	color: var(--mxt-blackish-color);
}
.mx-coajax-style-7 .mxt-post-title a:hover{
	color: var(--brgc-color);
}
.mx-coajax-style-7 .mxt-meta-line a{
	font-size: 13px;
	letter-spacing: 0.65px;
}
.mx-coajax-style-7 .mxt-meta-line{
	font-size: 13px;
	margin-right: 25px;
	letter-spacing: 0.65px;
}
.mx-coajax-style-7 .mxt-meta-line:last-child{
	margin-right: 0;
}
.mx-coajax-style-7 .mxt-meta-line:before {
	position: absolute;
	content: '';
	top: 50%;
	right: -22px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	background:rgba(var(--mxt-secondary-color-rgb),.3);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.mx-coajax-style-7 .mxt-meta-line:last-child:before{
	content: unset;
}
.mx-coajax-style-7 .mxt-meta-cat-wrapper{
	position: absolute;
    top: -27px;
    left: 0;
    background: var( --brgc-color);
    color: var(--mxt-white-color);
    padding: 4px 20px;
	text-transform: uppercase;
    font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.65px;
}
.mx-coajax-style-7 .mxt-meta-cat-wrapper a{
    color: var(--mxt-white-color);
}
.mx-coajax-style-7 .mxt-meta-cat-wrapper:hover{
	background: var(--mxt-blackish-color);
	color: var(--mxt-white-color);
}
.mx-coajax-style-7 .mxt-meta-cat-wrapper:hover a,
.mx-coajax-style-7 .mxt-meta-cat-wrapper a:hover{
	color: var(--mxt-white-color);
}
.mx-coajax-style-7 .mxt-svg-btn a{
	position: relative;
}
.mx-coajax-style-7 .mxt-svg-btn a svg line{
	stroke: var(--mxt-blackish-color);
}
.mx-coajax-style-7 .mxt-svg-btn:hover a svg line{
	stroke: var( --brgc-color);
}
.mx-coajax-style-7 .mxt-svg-btn a:after,
.mx-coajax-style-7 .mxt-svg-btn a:before{
	position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--mxt-secondary-color-rgb),.3);
    bottom: 0px;
}
.mx-coajax-style-7 .mxt-svg-btn a:after{
	width: 0;
	z-index: 2;
	background-color: var( --brgc-color);
	-webkit-transition: all .800s ease-in-out;
	transition: all .800s ease-in-out;
}
.mx-coajax-style-7 .mxt-svg-btn {
    position: relative;
    display: block;
    background-color: var(--brgc-color);
    margin-top: 0px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: top center;
    z-index: 2;
}

.mx-coajax-style-7 .post-item:hover .mxt-svg-btn {
    transform: scaleY(1.0);
}

.mx-coajax-style-7 .mxt-svg-btn>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mx-coajax-style-7 .mxt-svg-btn>a>i {
    font-size: 15px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.mx-coajax-style-7 .mxt-svg-btn a:hover:after{
    width: 100%;
}
@media(min-width: 767px) and (max-width: 1200px){
	.mx-coajax-style-7 .mxfotech-box-content{
		margin-left:0;
		padding: 30px 0 0 25px;
	}	
}
@media(max-width:575px){
	.mx-coajax-style-7 .mxfotech-box-content{
		margin:0px 5px;
		padding: 30px 0px 0;
	}
}
/** Style 8 **/
.mx-coajax-style-8 .mxt-featured-img-wrapper img,
.mx-coajax-style-8 .mxt-meta-cat-wrapper.mxt-meta-line{
	transition: all 0.3s ease-in-out;
}
.mx-coajax-style-8 .post-item{
	position: relative;
}
.mx-coajax-style-8 .mxt-featured-img-wrapper .mxt-featured-wrapper{
	overflow: hidden;
}
.mx-coajax-style-8 .mxt-featured-img-wrapper img{
	width: 100%;
}
.mx-coajax-style-8:hover .mxt-featured-img-wrapper img{
	transform: scale(1.05);
}
.mx-coajax-style-8 .mxfotech-box-content{
	position: absolute;
	bottom: 0;
	padding: 45px 35px 25px;
	width: 100%;
	background-image: linear-gradient(0deg, rgba(9, 16, 25, .8) 0%, rgba(9, 16, 25, .6) 50%, transparent 100% );
}
.mx-coajax-style-8 .mxfotech-box-content-inner{
	max-width: 350px;
}
.mx-coajax-style-8 .mxt-post-title {
	font-size: 24px;
	line-height: 24px;
	margin: 12px 0px;
}
.mx-coajax-style-8 .mxt-post-title a,
.mx-coajax-style-8 .mxt-meta-line a{
	color: var(--mxt-white-color);
}
.mx-coajax-style-8 .mos-img{
	color: var(--mxt-light-color);
}
.mx-coajax-style-8 .mxt-post-title a:hover{
	color: var( --brgc-color);
}
.mx-coajax-style-8 .mxt-meta-line a{
	font-size: 13px;
	line-height: 24px;
}
.mx-coajax-style-8 .mxt-meta-cat-wrapper.mxt-meta-line{
	background-color: var(--mxt-secondary-color);
	padding: 0 10px;
	font-size: 13px;
	margin-right: 4px;
	color: var(--mxt-light-color);
}
.mx-coajax-style-8 .mxt-meta-cat-wrapper.mxt-meta-line:hover{
	background-color: var( --brgc-color);
}

.mx-coajax-style-8 .mxt-meta-date-wrapper.mxt-meta-line{
	background-color: var( --brgc-color);
	padding: 0 10px;
	font-size: 13px;
	margin-right: 4px;
	color: var(--mxt-light-color);
}
.mx-coajax-style-8 .mxt-meta-date-wrapper.mxt-meta-line:hover{
	background-color: var(--mxt-secondary-color);
}
.mx-coajax-style-8 .mxt-meta-date-wrapper.mxt-meta-line{
	padding-left: 24px;
	font-size: 13px;
	position: relative;
	color: var(--mxt-light-color);
}
.mx-coajax-style-8 .mxt-meta-author-wrapper.mxt-meta-line{
	font-size: 13px;
	position: relative;
	color: var(--mxt-light-color);
}
.mx-coajax-style-8 .mxt-meta-date-wrapper.mxt-meta-line::before{
	position: absolute;
	left: 5px;
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	color: var(--mxt-white-color);
}
.mx-coajax-style-8 .mxt-svg-btn {
    position: relative;
    display: inline-block;
    background-color: var(--brgc-color);
    margin-top: 0px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: top center;
    z-index: 2;
}

.mx-coajax-style-8 .post-item:hover .mxt-svg-btn {
    transform: scaleY(1.0);
}

.mx-coajax-style-8 .mxt-svg-btn>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 30px;
}

.mx-coajax-style-8 .mxt-svg-btn>a>i {
    font-size: 15px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.mx-coajax-style-8 .mxt-svg-btn a:hover:after{
    width: 100%;
}
@media(max-width: 400px){
	.mx-coajax-style-8 .mxfotech-box-content{
		padding: 20px 30px;
	}
}
/** Style 9 **/
.mx-coajax-style-9 .mxt-meta-cat-wrapper.mxt-meta-line,
.mx-coajax-style-9 .mxt-featured-img-wrapper img{
	transition: all 0.3s ease-in-out;
}

.mx-coajax-style-9 .post-item{
	position: relative;
	border: 1px solid rgba( 225, 225, 225, 0.1);
}
.mx-coajax-style-9 .mxfotech-box-content-inner{
	padding: 20px 30px;
}
.mx-coajax-style-9 .mxt-featured-img-wrapper .mxt-featured-wrapper{
	overflow: hidden;
	 position: relative;
}
.mx-coajax-style-9:hover .mxt-featured-img-wrapper img{
	transform: scale(1.05);
}
.mx-coajax-style-9 .mxt-post-title {
	font-size: 24px;
	line-height: 24px;
	margin: 12px 0px;
}
.mx-coajax-style-9 .mxt-post-title a{
	color: var(--mxt-blackish-color);
}
.mx-coajax-style-9 .mxt-post-title a:hover{
	color: var( --brgc-color);
}
.mx-coajax-style-9 .mxt-meta-line a{
	font-size: 14px;
	line-height: 24px;
	color: var(--mxt-white-color);
}
.mx-coajax-style-9 .mxt-meta-cat-wrapper.mxt-meta-line{
background-color: var(--brgc-color);
color: var(--mxt-white-color);
padding: 3px 10px;
margin-right: 4px;
position: absolute;
top: -30px;
left: 30px;
}
.mx-coajax-style-9 .mxt-meta-cat-wrapper.mxt-meta-line:hover{
	background-color: var( --mxt-secondary-color);
}
.mx-coajax-style-9 .mxt-meta-date-wrapper.mxt-meta-line{
	padding-left: 24px;
	position: relative;
}
.mx-coajax-style-9 .mxt-meta-cat-wrapper.mxt-meta-line a{
	color: var(--mxt-white-color);
}
.mx-coajax-style-9 .mxt-meta-date-wrapper.mxt-meta-line::before{
	position: absolute;
	left: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f017";
}
.mx-coajax-style-9 .mxt-meta-date,.mx-coajax-style-9 .mxt-meta-category,.mx-coajax-style-9 .mxt-meta-author{
    display: inline-block;
    font-size: 14px;
}
.mx-coajax-style-9 .mxt-meta-date-wrapper.mxt-meta-line::before,
.mxt-elementor-bg-color-blackish .mx-coajax-style-9 .mxt-post-title a,
.mxt-elementor-bg-color-blackish .mx-coajax-style-9 .mxt-meta-line a{
	color: var(--brgc-color);
}
.mxt-elementor-bg-color-blackish .mx-coajax-style-9 .mxt-post-title a:hover{
	color: var( --brgc-color);
}
.mxt-elementor-bg-color-blackish .mx-coajax-style-9 .post-item{
	border: 1px solid rgba(var(--mxt-white-color-rgb),.1);
}
.mx-coajax-style-9 .mxt-svg-btn {
    position: relative;
    display: block;
    background-color: var(--brgc-color);
    margin-top: -11px;
    transform: scaleY(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    transform-origin: top center;
    z-index: 2;
}

.mx-coajax-style-9 .post-item:hover .mxt-svg-btn {
    transform: scaleY(1.0);
}

.mx-coajax-style-9 .mxt-svg-btn>a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 30px;
}

.mx-coajax-style-9 .mxt-svg-btn>a>i {
    font-size: 15px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.mx-coajax-style-9 .mxt-svg-btn a:hover:after{
    width: 100%;
}
.mx-coajax-style-9 .mxfotech-box-content-inner{
    position: relative;
    display: block;
    border: 1px solid #e8e8e8;
    border-top: 0;
    background: #fff;
 }   
.mx-coajax-style-9 .mxfotech-box-content-inner:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: #e8e8e8;
    height: 11px;
}
@media(max-width:550px) {
	.mx-coajax-style-9 .mxfotech-box-content{
		display: block !important;
	}
	.mx-coajax-style-9 .mxt-featured-img-wrapper .mxt-featured-wrapper img,
	.mx-coajax-style-9 .mxt-featured-img-wrapper .mxt-featured-wrapper{
		width: 100%;
	}
	.mx-coajax-style-9 .mxfotech-box-content-inner{
		padding: 40px;
	}
}
/** Style 10 **/
.mx-coajax-style-10 .post-item{
	position: relative;
	color: var( --mxt-white-color);	
}

.mx-coajax-style-10 .mos-img, .mx-coajax-style-10 .mxt-svg-btn a{
	color: var( --mxt-white-color);	
}
.mx-coajax-style-10,
.mx-coajax-style-10 .mxt-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.mx-coajax-style-10 .mxt-box-content-wrapper{
	position: relative;
	padding: 25px;
	background-color: var( --brgc-color);
}
.mx-coajax-style-10 .mxfotech-box-content{
	position: relative;
	padding-right: 75px;
	margin-top: -70px;
}
.mx-coajax-style-10 .mxt-featured-container .mxt-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.mx-coajax-style-10 .mxt-featured-wrapper img {
	position: relative;
	width: 100%;
}
.mx-coajax-style-10:hover .mxt-featured-wrapper img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.mx-coajax-style-10 .mxt-post-title, .mx-coajax-style-10 .mxt-post-title a{
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0px;
	font-weight: 400;
	text-transform: uppercase;
	color: var( --mxt-white-color);
}
.mx-coajax-style-10 .mxt-post-title a:hover{
    color: rgba(39, 39, 47,.7);
}
.mx-coajax-style-10 .mxt-meta-line {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	background: var( --mxt-white-color);
	color: var( --mxt-blackish-color);	
}
.mx-coajax-style-10 .mxt-meta-line a{
	font-size: 12px;
	font-weight: 600;
	color: var( --mxt-white-color);
	letter-spacing: 1px;
}
.mx-coajax-style-10 .mxt-meta-line a:hover{
    color: var(--brgc-color);
}
.mxt-button-hover-black .mx-coajax-style-10 .mxt-meta-line a{
    color: rgba(39, 39, 47,.7);;
}
.mxt-button-hover-black .mx-coajax-style-10 .mxt-meta-line a:hover{
    color: var(--mxt-white-color);
}
.mx-coajax-style-10 .mxt-meta-line{
	padding: 1px 10px;
	margin-right: 1px;
}
.mx-coajax-style-10 .mxt-meta-cat-wrapper{
	position: absolute;
    top: -27px;
    right: 0;
    background: var( --mxt-blackish-color);
    color: var(--mxt-white-color);
    padding: 4px 20px;
	text-transform: uppercase;
    font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.65px;
}
.mx-coajax-style-10 .mxt-meta-line:last-child:before{
	content: unset;
}
/** Style 11 **/
.mx-coajax-style-11,
.mx-coajax-style-11 .mxt-meta-cat-wrapper,
.mx-coajax-style-11 .mxt-meta-cat-wrapper a,
.mx-coajax-style-11 .mxt-featured-wrapper img {
	-webkit-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.mx-coajax-style-11 .mxfotech-box-content{
	position: relative;
	background: var(--mxt-white-color);	
    padding: 20px 30px;
    border: 1px solid #e8e8e8;
    border-top: 0;
}
.mx-coajax-style-11 .mxt-featured-container .mxt-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.mx-coajax-style-11 .mxt-featured-wrapper img {
	position: relative;
	width: 100%;
}
.mx-coajax-style-11:hover .mxt-featured-wrapper img {
	-webkit-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}

.mx-coajax-style-11 .mxt-post-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	color: var(--mxt-blackish-color);
}

.mx-coajax-style-11 .mxt-post-title a{ 
	color: var(--mxt-blackish-color);
}

.mx-coajax-style-11 .mxt-post-title a:hover{ 
	color: var(--brgc-color);
}
.mx-coajax-style-11 .mxt-svg-btn a{
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: var(--mxt-blackish-color);
}

.mx-coajax-style-11 .mxt-svg-btn a svg{
	margin-left: 6px;
}
.mx-coajax-style-11 .mxt-svg-btn a svg line{
	stroke: var(--mxt-blackish-color);
}
.mx-coajax-style-11 .mxt-svg-btn a:hover svg line{
	stroke: var( --brgc-color);
}
.mx-coajax-style-11 .mxt-meta-line,
.mx-coajax-style-11 .mxt-meta-line a{
	font-size: 13px;
	margin-right: 12px;
	text-transform: capitalize;
}
.mx-coajax-style-11 .mxt-meta-line:last-child{
	margin-right: 0;
}
.mx-coajax-style-11 .mxt-meta-line .mxt-meta-category,
.mx-coajax-style-11 .mxt-meta-line .mxt-meta-date{
	position: relative;
	padding-left: 20px;
}
.mx-coajax-style-11 .mxt-meta-line .mxt-meta-category::before,
.mx-coajax-style-11 .mxt-meta-line .mxt-meta-date::before{
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}
.mx-coajax-style-11 .mxt-meta-line .mxt-meta-date::before{
	content: "\f017";
}
.mx-coajax-style-11 .mxt-meta-line .mxt-meta-category::before{
	content: "\f15b";
}
.mx-coajax-style-11 .mxt-meta-line:last-child:before{
	content: unset;
}
.mx-coajax-style-11 .mxt-meta-cat-wrapper{
	position: absolute;
    top: -30px;
    right: 0;
	text-transform: lowercase;
    background: var( --brgc-color);
	color: var(--mxt-white-color);
    padding: 5px 20px;
    font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.65px;
	margin-right: 0px;
}
.mx-coajax-style-11 .mxt-meta-cat-wrapper a{
	color: var(--mxt-white-color);
}
.mx-coajax-style-11 .mxt-meta-cat-wrapper:hover{
	background: var(--mxt-blackish-color);
}
.mx-coajax-style-11 .mxt-meta-cat-wrapper:hover a,
.mx-coajax-style-11 .mxt-meta-cat-wrapper a:hover{
	color: var(--mxt-white-color);
}

.mx-coajax-style-11 .mxt-svg-btn a {
    padding: 8px 15px;
	color: var( --brgc-color);
    border-color: var( --brgc-color);
	background-image: none !important;
    background-color: transparent;
    border: 1px solid var( --brgc-color);
}
.mx-coajax-style-11 .mxt-svg-btn a:hover {
	color: var(--mxt-white-color);
    border-color: var(--mxt-blackish-color);
    background-color: var(--mxt-blackish-color);
}
@media(min-width: 767px) and (max-width: 1200px){
	.mx-coajax-style-11 .mxfotech-box-content{
		margin-left:0;
		padding: 30px 0 0 25px;
	}	
}
@media(max-width:575px){
	.mx-coajax-style-11 .mxfotech-box-content{
		margin:0 0 0 0;
		padding: 30px 0px 0;
	}
}
/** Style 12 **/
.mx-coajax-style-12,
.mx-coajax-style-12 .mxt-featured-wrapper img {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.mx-coajax-style-12{
	position: relative;
	display: block;
}

.mx-coajax-style-12 .post-item  {
	position: relative;
	overflow: hidden;
}

.mx-coajax-style-12 .post-item .mxfotech-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    margin-right: 40px;
    padding-top: 32px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 50px;
    color: #333;
    z-index: 0;
}

.mx-coajax-style-12 .post-item .mxfotech-box-content:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0%;
    content: "";
    background-color: var(--brgc-color);
    z-index: -1;
    transform: translateY(100%);
    transition: all 500ms ease;
}

.mx-coajax-style-12 .post-item:hover .mxfotech-box-content:before {
    transform: translateY(0);
    width: 100%;
}

.mx-coajax-style-12 .mxt-featured-container .mxt-featured-img-wrapper{
	position: relative;
	overflow: hidden;
}
.mx-coajax-style-12 .mxt-featured-wrapper img {
	position: relative;
	width: 100%;
}
.mx-coajax-style-12:hover .mxt-featured-wrapper img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.mx-coajax-style-12 .mxt-post-title{
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	margin: 9px 0px;
}
.mx-coajax-style-12 .mxt-post-title a{
	color: var(--mxt-blackish-color);
}
.mx-coajax-style-12 .mxt-meta-line a{
	font-size: 12px;
	font-weight: 500;
	color: var(--brgc-color);
}
.mx-coajax-style-12 .mxt-meta-line{
	padding-right: 10px;
	margin-right: 10px;
}
.mx-coajax-style-12 .mxt-meta-line:last-child{
	padding-right: 0;
	margin: 0;
}
.mx-coajax-style-12 .mxt-meta-line:before {
	position: absolute;
	content: '/';
	top: 0;
	right: 0;
	color: #999;
}
.mx-coajax-style-12 .mxt-meta-line {	
	font-weight: 500;
	font-size: 12px;
    transition: all 500ms ease;
}
.mx-coajax-style-12 .mxt-meta-line:last-child:before{
	content: unset;
}

.mx-coajax-style-12 .post-item:hover .mxt-meta-line a, 
.mx-coajax-style-12 .post-item:hover .mxt-meta-line {
    color: #ffffff;
}

.mx-coajax-style-12 .post-item:hover .mxt-post-title a, .mx-coajax-style-12 .post-item:hover .mos-img {
    color: #ffffff;
}
.mx-coajax-style-12 .post-item:hover .mxt-svg-btn a svg line {
	stroke: var(--mxt-white-color);
}

.mx-coajax-style-12 .mxt-svg-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.mx-coajax-style-12 .mxt-svg-btn>a {
    height: 40px;
    width: 40px;
    background-color: #f3f3f3;
    color: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    transition: all 500ms ease;
}


.mx-coajax-style-12 .mxt-svg-btn a svg line{
	stroke: var(--mxt-blackish-color);
}
.mx-coajax-style-12 .mxt-svg-btn a:hover svg line{
	stroke: var( --brgc-color);
}
.mx-coajax-style-12 .post-item:hover .mxt-svg-btn>a {
    background-color: #0d0d0d;
    color: #ffffff;
}
@media(max-width:767px){
	.mx-coajax-style-12 .mxfotech-box-content{
		padding-right: 10px;
	}
	.mxt-element-blog-style-12 .mx-coajax-btn{
		position: unset;
		display: none;
	}
}