/* blog start */
.mt-blog-title,
.navigation .screen-reader-text,
.comment-reply-title,
h1.entry-title,
div#comments .comments-title {
    font-size: 32px;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
    line-height: normal;
}



.mt-blog-box .mt-blog-img {
    position: relative;
    margin-bottom: 40px;
    width: fit-content;
    width: -moz-fit-content;
}
.mt-popup-video{
    position: relative;
}
.mt-btn.mt-blog-date {
    position: absolute;
    bottom: -22px;
    left: 30px;
    z-index: 1;
    padding: 10px 20px;
}
.mt-blog-view {
    padding: 0;
    margin: 0 0 12px;
}
.mt-blog-view li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.mt-blog-view li:last-child{
    margin-right:0px;
}
.mt-blog-view li svg {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}


.mt-blog-box {
    margin-bottom: 50px;
    display: block;
    clear: both;
}
.mt-play-icon a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    z-index: 1;
    margin: auto;
}
.mt-play-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.mt-play-icon a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    z-index: -1;
    animation: mt_wave 2s infinite;
    transition: 0.3s;
}
@keyframes mt_wave {
    0%{
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25);
    }
    100%{
        box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.25);
        opacity: 0;
    }
}
.mt-popup-video:after {
    position: absolute;
    content: '';
    background: rgba(43, 43, 43, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.mt-blog-title-two {
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    line-height: normal;
    color: #5d5f7b;
}
.mt-read-more {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    display: inline-block;
}
.mt-read-more svg {
    width: 16px;
    height: 16px;
    fill: #333333;
    margin-left: 2px;
    transition: 0.3s;
}
.mt-read-more:hover {
    letter-spacing: 1px;
}
.mt-gray-bg {
    background: #fafafa;
}
.mt-blog-img>a:first-child:after {
    background: #fff;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s;
    transform:scale(0);
    opacity:0.2
}
.mt-blog-box:hover .mt-blog-img>a:first-child:after {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transform:scale(1);
    border-radius:0%;
}
.mt-blog p {
    margin-bottom: 0px;
}
.mt-btn {
    display: inline-block;
    min-width: 140px;
    background: var(--iny-primary);
    color: var(--iny-white)!important;
    text-transform: capitalize;
    outline: none;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 50px;
    transition: 0.3s;
    max-width: max-content;
    line-height: normal;
    position: relative;
}
.mt-read-more:hover svg {
    fill: var(--iny-primary);
}

.mt-nm-blog-list {
    display: flex;
    align-items: center;
}
.mt-nm-blog-list .mt-nm-blog-img,
.mt-nm-blog-list .mt-blog-img {
    width: 180px;
    position: relative;
    margin-bottom: 0;
}
.mt-nm-blog-list .mt-nm-blog-content,
.mt-nm-blog-list .mt-blog-content {
    padding: 0 0 0 30px;
    width: calc(100% - 180px);
}
.mt-nm-blog-list .mt-blog-two-data,
.mt-nm-blog-list .mt-lb-blog-content{
    padding: 20px 20px 20px 30px; 
    width: calc(100% - 180px);
}
.mt-nm-blog-list .mt-blog-view,
.mt-nm-blog-box .mt-nm-blog-content p {
    margin-bottom: 0;
}
/* blog end */
/* blog two start */
.mt-blog-two-box {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-bottom: 15px;
}
.mt-blog-two-data {
    padding: 20px;
}
.mt-blog-two-date {
    display: block;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-size: 16px;
    background: -webkit-linear-gradient(160deg,#fd7359 40%,#fa2457 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mt-blog-two-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    line-height: normal;
}
.mt-blog-t-read {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    background: -webkit-linear-gradient(160deg,#fd7359 40%,#fa2457 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mt-blog-two-box img,
.mt-popup-blog.mt-blog-two-box .mt-blog-img:after {
    border-radius: 10px 10px 0px 0px;
}
.mt-blog-t-read svg {
    width: 16px;
    height: 16px;
    fill: #fa2457;
    margin-left: 2px;
    transition: 0.3s;
}
.mt-blog-t-read:hover svg{
    transform:translateX(5px) ;
}
/* blog two end */
/* blog start */
.mt-lb-blog-box{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
    transition: 0.3s;
    margin-bottom: 40px;
}
.mt-lb-blog-img img{
    border-radius: 10px 10px 0px 0px;
}
.mt-lb-blog-content{
    padding: 15px 30px 20px;
}
.mt-lb-feat-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    display: block;
}
.mt-lb-blog-cat a {
    font-size: 14px;
    margin-right: 5px;
    color: #797979;
    position: relative;
}
.mt-lb-blog-cat a:after {
    content: ',';
}
.mt-lb-blog-cat a:last-child:after {
    display: none;
}
.mt-lb-blog-cat {
    margin-bottom: 5px;
}
.mt-lb-blog-cat a:last-child {
    margin-right: 0;
}
.mt-lb-blog-content ul li a svg {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.mt-lb-blog-content ul li a i {
    margin-right: 6px;
}
.mt-lb-blog-author {
    text-align: center;
    margin-top: -25px;
}
.mt-lb-blog-author img {
    border-radius: 100%;
    width: 55px;
    height: 55px;
    object-fit: cover;
    border: 2px solid #fff;
}
.mt-lb-blog-cat a:hover,.mt-lb-blog-content ul li a:hover{
    color: #f50056;
}
.mt-lb-feat-title:after,
.mt-lb-feat-title:before{
    position: absolute;
    content: '';
    left: 0;
} 
.mt-lb-feat-title:after{
    height: 3px;
    width: 40px;
}
.mt-lb-feat-title:before{
    height: 1px;
    width: 55px;
    margin-bottom: 1px;
}
.mt-lb-feat-title:after,
.mt-lb-feat-title:before{
    background: linear-gradient(90deg,#972cfc,#bd66f9);
    bottom: -15px;
}
.mt-lb-blog-content .mt-blog-view,
.mt-nm-blog-box .mt-blog-view {
    margin-top: 8px;
    margin-bottom: 0;
}
.mt-nm-blog-box .mt-blog-view {
    margin-bottom: 10px;
}
.mt-lb-blog-box .mt-blog-img>a img {
    border-radius: 10px 10px 0px 0px;
}
/* blog end */
.mt-nm-blog-list {
    display: flex;
    align-items: center;
}
.mt-nm-blog-list .mt-nm-blog-img,
.mt-nm-blog-list .mt-blog-img {
    width: 180px;
    position: relative;
    margin-bottom: 0;
}
.mt-nm-blog-list .mt-nm-blog-content,
.mt-nm-blog-list .mt-blog-content {
    padding: 0 0 0 30px;
    width: calc(100% - 180px);
}
.mt-nm-blog-list .mt-blog-two-data,
.mt-nm-blog-list .mt-lb-blog-content{
    padding: 20px 20px 20px 30px; 
    width: calc(100% - 180px);
}
.mt-nm-blog-list .mt-blog-view,
.mt-nm-blog-box .mt-nm-blog-content p {
    margin-bottom: 0;
}
.mt-popup-blog .mt-nm-blog-img:after,
.mt-popup-blog .mt-blog-img:after {
    position: absolute;
    content: '';
    background: rgb(38 47 65 / 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.mt-nm-blog-box .mt-play-icon a {
    width: 90px;
    height: 90px;
    line-height: 89px;
    border: 1px solid rgb(255 255 255 / 80%);
    background: transparent;
    z-index: 2;
}
.mt-nm-blog-box .mt-play-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.mt-nm-blog2-category {
    display: inline-block;
    padding-left: 18px;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 14px;
    position: relative;
    font-weight: 600;
    margin-bottom: 5px;
}
.mt-nm-blog2-category:first-child:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    height: 2px;
    width: 8px;
    background: #333333;
    margin: auto;
}
.mt-nm-blog2-category:after {
    content: ',';
    left: 2px;
    position: absolute;
}
.mt-nm-blog2-category:first-child:after{
    display: none;
}
.mt-nm-blog-img img {
    width: 100%;
    transition: 0.3s;
}
.mt-nm-blog-img{
    position: relative;
    overflow: hidden;
}
.mt-nm-blog-box:hover .mt-nm-blog-img img{
    transform: scale(1.1);
}
.mt-nm-blog-title {
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    line-height: normal;
}
/* domain blog start */
.mt-wh-blog .mt-blog-title {
    font-size: 20px;
    margin-bottom: 10px;
}
.mt-wh-blog .mt-blog-content p {
    font-size: 14px;
}
.mt-wh-blog .mt-blog-view li {
    font-weight: 600;
}
.mt-blog-view li svg{
    fill: #9ca7ae;
}
.mt-wh-blog .mt-blog-img img {
    border-radius: 10px;
}
.mt-wh-blog .mt-btn.mt-blog-date {
    left: auto;
    right: 30px;
    border: 3px solid #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 20px;
    min-width: 120px;
}
.mt-wh-blog .mt-blog-img {
    margin-bottom: 45px;
    width: fit-content;
    width: -moz-fit-content;
}
.mt-wh-blog .mt-blog-view {
    margin-bottom: 8px;
}
.mt-wh-blog .mt-blog-box {
    margin-bottom: 40px;
}
/* domain blog end */
/* event blog start */
.mt-em-blog-box {
    border-radius: 10px;
    border: 1px solid #eef1f7;
    margin-bottom: 40px;
}
.mt-em-blog-box img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.mt-em-blog-date {
    font-size: 16px;
    text-transform: capitalize;
}
.mt-blog-view li a {
    text-transform: capitalize;
}
/* event blog end */
/* deal blog start */
.mt-dw-blog-box .mt-blog-two-data {
    padding: 20px 0 0;
}
.mt-dw-blog-box {
    position: relative;
    margin-bottom: 40px;
}
.mt-dw-blog-box img {
    width: 100%;
}
.mt-dw-blog-box .mt-dw-blog-date {
    position: absolute;
    top: 0;
    right: 16px;
    background: #f50056;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    padding: 5px 15px;
    display: block;
    text-align: center;
    z-index: 1;
}
.mt-dw-blog-box .mt-dw-blog-date span {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
    line-height: 30px;
}
.mt-dw-blog-box .mt-blog-two-title {
    font-size: 20px;
    line-height: normal;
}
.mt-dw-blog-box .mt-blog-view {
    margin: 0 0 10px;
}
.mt-blog.mt-blog-slider-spacer .swiper-container {
    padding-bottom: 25px;
}
.mt-blog-box.mt-nm-blog-list .mt-btn.mt-blog-date {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 5px 15px;
    min-width: fit-content;
    min-width: -moz-fit-content;
    font-size: 14px;
    margin: auto;
}
.mt-nm-blog-list .mt-blog-img img, .mt-nm-blog-list .mt-nm-blog-img img {
    height: 180px;
    object-fit: cover;
}
.mt-nm-blog-list.mt-blog-box img {
    border-radius: 0px;
}
/* deal blog end */