 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
     font-family: var(--shf);
}
 h1{
     font-size: var(--shs);
}
 h2{
     font-size: calc(var(--shs)*0.8);
}
 h3{
     font-size: calc(var(--shs)*0.7);
}
 h4{
     font-size: calc(var(--shs)*0.6);
}
 h5{
     font-size: calc(var(--shs)*0.5);
}
 h6{
     font-size: calc(var(--shs)*0.4);
}
body{
     color: var(--ptc);
     font-weight: 400;
     line-height: 1.5;
     font-family: var(--sf);
     font-size: var(--sfs);
     background-color: var(--bc);
}
.p-0{
padding:0
}
.project-desc{
    font-size: 15px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 5px;
}
.margin-top-30{
    margin-top: 30px;
}
.project-desc h4{
    line-height: 25px;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.project-desc h4 a{
    font-size: 20px !important;
}*/
.project-desc a{
    text-decoration: none;
}
.fancybox{
    font-size: 13px;
}
#mt_portfolio .portfolio_row .hovereffect-portfolio {
    background: #eee;
}




.overlayPort .project-desc{

    margin-top: 40%;
}
.overlayPort .project-desc a{
    color: #fff;

}
.overlayPort .project-desc{
    opacity:0;filter:alpha(opacity=0);-webkit-transform:scale(1) translate(0%, 10%) !important;-ms-transform:scale(1) translate(0%, 10%) !important;transform:scale(1) translate(0%, 10%) !important;-webkit-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;
}
#mt_portfolio .portfolio_row .hovereffect-portfolio:hover .overlayPort .project-desc{opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);background-color:transparent;}

#mt_blog {
    padding: 60px 0 79px;
}
.margin-top-100{
    margin-top: 100px;
}


/*
// #Pricing Tables
// --------------------------------------------------
*/
/* Default */
.pricing-table {
    padding: 0 15px;
}
@media (min-width: 992px) {
    .pricing-table {
        padding: 20px 15px 20px 15px;
    }
}
.pricing-table .plan {
    border: 1px solid #dcdcdc;
    margin: 0 -16px 0 -15px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .pricing-table .plan {
        margin-bottom: 0;
    }
}
.pricing-table .plan .pricing-head {
    padding: 0 0 24px 0;
}
.pricing-table .plan .pricing-head h3 {
    background: #0499e3;
    line-height: 64px;
    margin: 0;
    color: #fff;
    position: relative;
    margin: -1px -1px 24px -1px;
    border: 1px solid #0499e3;
}
.pricing-table .plan .pricing-head .price {
    font-size: 60px;
    display: block;
    line-height: 1em;
    color: #1f75b3;
    font-family: 'Oswald', sans-serif;
    position: relative;
    padding: 0;
}
.pricing-table .plan .pricing-head .price sup {
    font-size: 18px;
    vertical-align: top;
    position: relative;
    top: 14px;
    margin: 0 -6px 0 -8px;
}
.pricing-table .plan .pricing-head small {
    font-size: 14px;
    color: #dcdcdc;
}
.pricing-table .plan .pricing-body ul {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 0;
}
.pricing-table .plan .pricing-body ul > li {
    border-top: 1px solid #dcdcdc;
    padding: 10px;
    position: inherit;
}
.pricing-table .plan .pricing-body ul > li:nth-child(odd) {
    background: #f7f7f7;
}
.pricing-table .plan .pricing-footer {
    padding: 30px 10px;
}
.pricing-table .plan.popular {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}
.pricing-table .plan.popular .pricing-head h3 {
    background: #1385c8;
    font-size: 24px;
    line-height: 90px;
    border-color: #1c7bbb;
}
@media (min-width: 992px) {
    .pricing-table .plan.popular .pricing-head h3 {
        margin: -27px 0 24px 0;
    }
}
@media (min-width: 992px) {
    .pricing-table .plan.popular .pricing-footer {
        padding: 40px 10px;
    }
}
/* Style 2 */
@media (min-width: 992px) {
    .pricing-table__style2 {
        padding: 20px 0;
    }
}
.pricing-table__style2 .plan {
    border-radius: 6px;
    margin: 0;
}
.pricing-table__style2 .plan .pricing-head .circled {
    position: relative;
    margin: 30px auto 40px auto;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #2f2f2f;
    color: #fff;
    text-align: center;
    display: table;
}
.pricing-table__style2 .plan .pricing-head .circled:after {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    display: block;
    border-radius: 50%;
    background: #2f2f2f;
    content: "";
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 1;
}
.pricing-table__style2 .plan .pricing-head .circled .circled-inner {
    position: relative;
    z-index: 2;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.pricing-table__style2 .plan .pricing-head .circled .price {
    color: #fff;
    font-size: 32px;
    line-height: 1em;
}
.pricing-table__style2 .plan .pricing-head .circled small {
    color: #fff;
}
.pricing-table__style2 .plan .pricing-head h3 {
    background: none;
    color: #2f2f2f;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
    border: none;
}
.pricing-table__style2 .plan.popular {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pricing-table__style2 .plan.popular .pricing-head .circled {
    background: #dc2a0b;
}
.pricing-table__style2 .plan.popular .pricing-head .circled:after {
    background: #dc2a0b;
}
.pricing-table__style2 .plan.popular .pricing-head h3 {
    background: none !important;
    line-height: 1.2em;
    font-size: 18px;
    border: none;
    color: #dc2a0b;
}
@media (min-width: 992px) {
    .pricing-table__style2 .plan.popular .pricing-head h3 {
        margin: 0;
    }
}
@media (min-width: 992px) {
    .pricing-table__style2 .plan.popular .pricing-footer {
        padding: 30px 10px;
    }
}
/* Style 3 */
@media (min-width: 992px) {
    .pricing-table__style3 {
        padding: 80px 0 20px 0;
    }
}
.pricing-table__style3 .plan {
    border-radius: 6px;
    margin: 0;
}
.pricing-table__style3 .plan .pricing-head .circled {
    position: relative;
    margin: -70px auto 40px auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #dc2a0b;
    color: #fff;
    text-align: center;
    display: table;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.pricing-table__style3 .plan .pricing-head .circled .circled-inner {
    position: relative;
    z-index: 2;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.pricing-table__style3 .plan .pricing-head .circled .price {
    color: #fff;
    font-size: 32px;
    line-height: 1em;
}
.pricing-table__style3 .plan .pricing-head .circled small {
    color: #fff;
}
.pricing-table__style3 .plan .pricing-head h3 {
    background: none;
    color: #2f2f2f;
    padding: 0;
    margin: 0;
    line-height: 1.2em;
    border: none;
}
.pricing-table__style3 .plan.popular {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dc2a0b;
}
.pricing-table__style3 .plan.popular .pricing-head .circled {
    background: #2f2f2f;
}
.pricing-table__style3 .plan.popular .pricing-head h3 {
    background: none !important;
    line-height: 1.2em;
    font-size: 18px;
    border: none;
    color: #fff;
}
@media (min-width: 992px) {
    .pricing-table__style3 .plan.popular .pricing-head h3 {
        margin: 0;
    }
}
.pricing-table__style3 .plan.popular .pricing-body ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table__style3 .plan.popular .pricing-body ul > li {
    border-top: 1px 1px 6px 1px rgb(204 204 204 / 61%);
    color: #fff;
}
.pricing-table__style3 .plan.popular .pricing-body ul > li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .pricing-table__style3 .plan.popular .pricing-footer {
        padding: 30px 10px;
    }
}
/* Style 4 */
@media (min-width: 992px) {
    .pricing-table__style4 {
        padding: 20px 0;
    }
}
.pricing-table__style4 .plan {
    border-radius: 6px;
    margin: 0;
}
.pricing-table__style4 .plan .pricing-head {
    padding-bottom: 0;
}
.pricing-table__style4 .plan .pricing-head h3 {
    background: none;
    color: #2f2f2f;
    border: none;
    margin: 0;
}
.pricing-table__style4 .plan .pricing-head .pricing-head-inner {
    background: #dc2a0b;
    padding: 15px 10px;
}
.pricing-table__style4 .plan .pricing-head .price {
    color: #fff;
    font-size: 32px;
    display: inline-block;
}
.pricing-table__style4 .plan .pricing-head small {
    display: inline-block;
    color: #fff;
    margin-left: -8px;
}
.pricing-table__style4 .plan .pricing-head small:before {
    content: "/";
    display: inline-block;
    margin-right: 3px;
    margin-left: 6px;
}
.pricing-table__style4 .plan.popular {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #dc2a0b;
}
.pricing-table__style4 .plan.popular .pricing-head h3 {
    background: #dc2a0b;
    font-size: 18px;
    line-height: 64px;
    border: none;
    color: #fff;
    border-radius: 6px 6px 0 0;
}
@media (min-width: 992px) {
    .pricing-table__style4 .plan.popular .pricing-head h3 {
        margin: 0;
    }
}
.pricing-table__style4 .plan.popular .pricing-head .pricing-head-inner {
    background: #fff;
}
.pricing-table__style4 .plan.popular .pricing-head .price {
    color: #2f2f2f;
}
.pricing-table__style4 .plan.popular .pricing-head small {
    color: #2f2f2f;
}
.pricing-table__style4 .plan.popular .pricing-body ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pricing-table__style4 .plan.popular .pricing-body ul > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}
.pricing-table__style4 .plan.popular .pricing-body ul > li:nth-child(odd) {
    background: rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .pricing-table__style4 .plan.popular .pricing-footer {
        padding: 30px 10px;
    }
}
.pricing-table .plan .pricing-body ul {
    padding-right: 0;
}
.icon-box .icon {
    float: right;
    margin-left:10px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.icon-box{
    margin-bottom: 0px;
}
.pricing-table .plan .pricing-head .price{
    font-family: fa-web,sans-serif;
}


.pricing-table .plan .pricing-head small {
    color: #ccc;
}
.pricing-table .plan .pricing-head .price {
    font-size: 50px;
}
.pricing-table .plan .pricing-head .price sup
{
    padding-right: 5px;
}
.pricing-table .plan .pricing-body ul > li {
    padding: 5px;
}
.pricing-table ul li {
    font-weight: normal;
    margin-bottom: 0px; 
    line-height: auto; 
}

.mt_about_me h6{
    margin-bottom:3px;
    line-height: 1.5;
    font-size: 17px;
    text-align: justify;
}
.mt_about_me p{
    margin-bottom:8px !important; 
}

#tariff-form{
    font-size: 14px;
}
#btnRefreshCaptcha{
    font-size: 29px;
}

.pagination li{
    position: inherit;
}

.mt-res {
    padding: 0px 0 200px;
    background: #fff;
        margin-top: 27px;
}
.mt-res .box-shadow{
    box-shadow: 1px 1px 6px 1px rgb(204 204 204 / 61%);
    border-radius: 12px;
    height: 275px;
}

.mt-res a h4{
      font-size: 13px;
    text-decoration: none;
    padding: 1px;
        height: 45px;
}
.mt-res a{
    text-decoration: none;
    display: inherit;
    text-overflow: ellipsis;

}
.blog-post_wrapper{
    height: 563px;
}
.post-detail_container .post-content p.post-excerpt {
    height: 45px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem;
    padding:15px;
    margin-bottom: 15px;
}

@media screen and (max-width:500px){
.so-footer{
padding-bottom: 10px;
}
}

#mt_blog {
    padding: 0px;
    margin-top: 21px;
}
.blog-post_wrapper {
    border-radius: 12px;
    overflow: hidden;
    height: 462px;
}

.post-detail_container .post-content p.post-excerpt {
    color: #444444;
    font-size: 14px;
    line-height: 22px;
     height: auto;
     text-align: justify;
     overflow: hidden;
     height: 66px;
     text-wrap:wrap;
}

.blog-post_wrapper{
    height: auto;
}


.section_content {
    position: relative;
}

.section_heading_1 {
    background: -webkit-linear-gradient(var(--mc), #231e20);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-align: center;
}
.section_content img{
    border: 1px solid #d2d3d5;
}
.desc{
    text-align: justify;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 3px;
}
.desc1{
    border: 1px solid #80deea;
    background: #b2ebf2;
    color:#006064;
}

.desc2{
   border: 1px solid #c5e1a5;
    background: #dcedc8;
    color: #33691e;

}
.desc strong{
    color: #e64a19;
}

 .blog-box{
     border-radius:var(--br);
     width: 272px;
}
 .blog-box img.img-post{
     width: 100%;
     border-top-left-radius: var(--br);
     border-top-right-radius: var(--br);
     height: 164px;
}
 .description-blog{
     font-size: 82%;
     height: 47px;
     overflow: hidden;
     line-height: 23px;
     text-align: center;
}
 .blog-box-down{
     font-size: 73%;
     color: #8c8c8c;
}
 .blog-box-down i{
     float: left;
     font-size: 15px;
}
 .blog-menu > li > ul.blog-menu-des{
     position: absolute;
     top: 5px;
     right: 101%;
     z-index: 2;
     background-color: #f6f6f6;
     padding: 10px;
     border-radius: 12px;
     display:none;
     width: 218px;
}
 .blog-menu > li > ul.blog-menu-mob{
     background-color: #f6f6f6;
     padding: 10px;
     border-radius: 12px;
     display:none;
}
 .blog-menu > li > ul> li{
     padding: 2px;
     font-size: 85%
}
.blog-menu > li {
    position: relative;
    color: #707070;
    cursor: pointer;
    margin-bottom: 0;
}
 .blog-menu > li:hover > a{
     color:#eb3237!important;
}
 .blog-menu > li:hover > ul.blog-menu-des{
     display:block;
}
 .writer-profile img{
     border-radius: 50%;
     width: 27px;
     height: 27px;
     margin-left: 5px;
}
 #like-post.mdi-heart {
     color: #fb3449;
}
 .blog-box h6{
     height: 57px;
     overflow: hidden;
     padding-top: 5px;
}
 .blog-box hr{
     border-top: 2px solid var(--sc);
}
 .blog-box:hover img.img-post{
     filter: contrast(0.5);
}
 .blog-box:hover a.blog-category{
     display:block!important;
}
 .blog-box a{
     cursor:pointer
}
 font-size: 110%;
 .blog-menu > li > ul >li > i{
     font-size: 19px;
     vertical-align: middle
}
 .blog-category{
     position: absolute;
     left: 11px;
     top: 11px;
     display:none;
     background-color: var(--sc);
     border-radius: 9px;
     padding: 0px 6px;
     color:#fff!important
}
 ul.blog-menu>li>ul {
     margin-right: 8px;
     margin-top: 5px;
}
 .blog-menu {
     font-size: 81.25%;
     color: #312f2f;
     padding: 1.25rem;
}
 .blog-menu a{
color:var(--ptc);
text-decoration: auto;
}
.product-show .blog{
     border: 1px solid #dfdfdf;
     padding: 11px;
     border-radius: 8px;
     margin-top: 9px;
}

 .product-show .blog i{
     font-size:118.75%;
     color: #a1a3a8;
}
.sh-card {
    border-radius: 12px;
    box-shadow: 1px 1px 6px 1px rgb(204 204 204 / 61%);
    overflow: hidden;
    background-color: #fff;
    width: 95%;
    float: none;
        margin-bottom: 12px;
        padding: 11px;
        margin: 5px;
}
.oth-tem{
    padding-top: 103px;
    text-align: center;
    padding-bottom: 103px;
}
.d-none{
display:none
}
section.blog {
    margin-top: 97px;
}
.mostVisitedBlog div:nth-child(1) {
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    font-weight: 800;
}
.mostVisitedBlog div:nth-child(2) {
    color: #9e9b9b;
      font-size: 10px;
}
.item-mostVisitedBlog img {
    border-radius: 16px;
    width: 100%;
}
.item-mostVisitedBlog{
   margin-bottom: 19px;
}
@media only screen and (max-width:630px){
{

    overflow: hidden;
}
.desc {
    font-size: 12px;
}
.project-desc h5.title {
    font-size: 17px;
    height: 36px;
    padding: 0px 4px;
}
.mt-res {
    padding: 0px 0 91px;
    background: #fff;
    }
#mt_portfolio .portfolio_row .hovereffect-portfolio img {

    width: 91%;
}
.img-web{
display:none
}
}
.isotopeContainer  .box-shadow {
 height: fit-content
}
.container-fluid {
    min-height: calc(100vh - 67px);
}
.catgory-b{
    margin-bottom: 12px;
}
.swiper-items{
    width: 100%;
    display: inline-flex;
    overflow-y: hidden;
    overflow-x: auto;
}
.blog-swiper .swiper-items .item {
    width: 300px;
    padding-inline: 5px;
    flex: none;
}
.blog-swiper .swiper-items .item .card{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.blog-swiper .swiper-items .item .card .blog__item__text{
    width: 198px;
    height: 149px;
    overflow: hidden;
    border: 1px solid #e3dfdf6e;
    box-shadow: 0 0 14px 1px #8080801c;
    padding-inline: 13px;
    padding-top: 16px;
    border-radius: 5px;
    margin-right: calc(50% - 99px);
}
.post-detail_container .post-content .post-title {
    font-size: 16px;
    height: 33px;
    margin-bottom: 2px;
    margin-top: 3px;
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-weight: 600;
    text-wrap:wrap;
}
.logo.small{
    padding-top: 0;
    height: 100%;
}
.sticky_logo.small{
    height: 100%;
    width: auto !important;
}
.logo, .logo a, .logo img.sticky_logo{
    height: 100%;
    width: auto !important;
    }

.blog-swiper .swiper .items{
    box-shadow: none !important;
}
#mt_about_me a, #mt_about_me img{
    cursor: pointer;
    position: relative;
    z-index: 6666;

}

/*  new cods*/
.paymentCardBody{
     color: var(--dfc);
     font-size: var(--dffs);

}
.container-fluid {
    min-height: calc(100vh - 67px);
    padding: 20px;
    margin-right: auto;
    margin-left: auto
    color: var(--dfc);
    font-size: var(--dffs);
}
.container-fluid .payment-invoice{
    padding: 50px;
    margin: 20px;
}
.container-fluid .payment-invoice .paymentCard label{
margin-right: 3%;
}



@media screen and (min-width: 768px) {
.payment-invoice{
    margin: 4rem;
}
}
.container-fluid .payment-invoice .card:hover {
    box-shadow: 1px 8px 20px grey;
    -webkit-transition:  box-shadow .2s ease-in;
}
.container-fluid .payment-invoice .paymentCard {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    padding-top: 2rem;
    padding-bottom: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 3rem;

}
.container-fluid .payment-invoice .card .online-payment .btn{
    padding: 0.5rem 3.75rem;
    font-size: 16px;
    line-height: 1.5;

}

.paymentCardBody b{
font-size: calc(var(--dffs)*0.6);

}
.container-fluid .payment-invoice .text-center h3{
margin-top: 5px;
}

 .paymentCardBody h1{
     font-size: var(--dffs);
}
  .paymentCardBody h2{
     font-size: calc(var(--dffs)*0.8);
}
.paymentCardBody h3{
     font-size: calc(var(--dffs)*0.7);
}
 .paymentCardBody h4{
     font-size: calc(var(--dffs)*0.6);
}
.paymentCardBody h5{
     font-size: calc(var(--dffs)*0.5);
}
 .paymentCardBody h6{
     font-size: calc(var(--dffs)*0.4);
}
.paymentCardBody label,th,td{
    font-size: calc(var(--dffs)*0.6);
    font-weight: 100;
}
.paymentContent{
 margin-top: 22px
}
@media screen and (max-width: 600px){
.paymentCardBody table td {
    font-size: .6em;
}
.paymentCardBody .payment-invoice{
    padding:2px
}
.paymentCardBody {
     font-size: calc(var(--dffs)*0.8);
}
}
.cashUploadLogoImg{
    margin-left: auto;
    width: 100px;
    height: 100px;
    margin-right: auto;
}
.cashUploadLogoImg img{
    object-fit: contain;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.Cash .cashUpload{
    margin-bottom: 2%;
    padding-bottom: 2%;
    font-size: calc(var(--dffs)*0.5);
}
.Cash{
 color: var(--dfc);
}
.payed-factor .print-btn {
    background-color: green;
    border: 1px solid green;
    margin-left: 0;
    margin-right: auto;
    margin-top: -36px;
}
.payed-factor .print-btn.no-sing {
    background-color: gray;
    border: 1px solid gray;
    color: white;
    margin-left: 0;
    margin-right: auto;
    margin-top: 16px;
}
#fileUrl{
    font-size: 14px;
    margin-inline: 10px;
}
@media(min-width: 600px){
.container-fluid .payment-invoice .card .online-payment .print-btn,
.container-fluid .payment-invoice .card .online-payment .btn-success{
    margin-left: 0;
    margin-right: 10px;
    float: left;
}
}
@media(max-width: 700px){
.paymentCardBody .online-payment label{
    display: block;
}
}
._mb{
    margin-bottom:10px !important;
}
._my{
    margin:10px 0 !important;
}
.post-show-img p img {
    width: 100% !important;
    max-width:fit-content !important;
    height: auto;

}
.post-show-img iframe{
    width:60% ;
}
@media(max-width: 700px){
.post-show-img iframe{
    width:100% !important;
}

}