
/*Mobile Media Query*/
@media screen and (max-width: 767px) {

	.d-desk{
		display: none!important;
	}
	.d-mob{
		display: block;
	}
	.woocomerce__hero-item.bnr-1{
		background-image: url("../imgs/tfa/bnrm-1.jpg");
	}
	.woocomerce__hero-item.bnr-2{
		background-image: url("../imgs/tfa/bnrm-2.jpg");
	}
	.woocomerce__hero-item.bnr-3{
		background-image: url("../imgs/tfa/bnrm-3.jpg");
	}
	.woocomerce__hero-item.bnr-4{
		background-image: url("../imgs/tfa/bnrm-4.jpg");
	}
	.woocomerce__hero-htitle.clr-dark, .woocomerce__hero-subtitle.clr-dark{
		/*color: #f1f1f1;*/
	}
	.woocomerce__hero-prev {
		right: 15px;
	}
	.woocomerce__hero-next {
		bottom: 78px;
		right: 15px;
	}
	.woocomerce__hero-content {
		width: 50%;
		left: 4%;
	}
	.offcanvas__area {
		width: 70%;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 96%;
	}
	.pdbt0m{
		padding-bottom: 0;
	}
	.work8__thumb, .blog__img {
		width: 100%;
	}
	.footer__widget.mr-auto{
		margin: inherit!important;
	}
	.footer__widget-3.pd-left10 {
		padding-left: inherit;
	}
	.footer__copyright p a, .footer__copyright p {
		color: var(--gray-4);
	}
	.mob-sec-pd{
		padding: 0 10%;
	}
	.abt-inner-bnr {
		background: url(../imgs/tfa/abt-bnr-mob.jpg);
		height: 100vh;
	}
    .cs-inner-bnr {
		background: url(../imgs/tfa/csrm-bnr.jpg);
		height: 100vh;
	}
	.trp-inner-bnr {
		background: url(../imgs/tfa/trpm-bnr.jpg);
		height: 100vh;
	}
	.csr-inner-bnr {
		background: url(../imgs/tfa/csr-mob-bnr.jpg);
		height: 100vh;
		background-position: top;
	}
	.cnt-inner-bnr {
		background: url(../imgs/tfa/contact-mob-bnr.jpg);
		height: 100vh;
		background-position: top;
	}
	.privacy-policy-bnr{
		background: url(../imgs/tfa/p-policy-mob-bnr.jpg);
		height: 100vh;
		background-position: top;
	}
	.mob-project .col-lg-3{
	    width:50%;
	}
	.stp-div .col-lg-3{
	    width:50%;
	}
	.stp-div p {
    margin-bottom: 15px;
}
	.about__area-3 .ul-list-black {
	    margin-bottom:20px;
	}
/*	.footer__contact li.clr-dark, .footer__contact li.clr-dark a {*/
/*    color: #212529!important;*/
/*}*/
	.mob-sec-pd{
		padding: 0 10%;
	}
	.row.box-row h5{
		min-height:auto!important; /* keeps heading height same */
	}



} /*Mobile Media Close*/