.footer-logo-img img {
    max-width: 180px !important;
}
.tm-thumb-box {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(43, 52, 59, 0.1);
}
.headingicon {
	display:block;
	padding: 25px 0 0 20px;
}
.headtext {
	display:inline-block;
	width: 80%;
}
.tm-thumb-box .headtext p{
	margin-top:-14px;
}
.tm-thumb-box .icon {
    display: inline-block;
    position: relative;
    top: -15px;
    right: 10px;
}
.tm-thumb-box .icon a {
	color: #8cbc43;
    text-align: center;
    position: relative;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: transparent;
    border-radius: 3px;
    display: block;
    border: 1px solid #e5e5e5;
}
.tm-thumb-box .inside .inside-media-link {
padding: 5px 18px;
    text-align: center;
    width: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	    opacity: 0;
}
.tm-thumb-box:hover .inside .inside-media-link {
    opacity: 1;
}
.tm-thumb-box .inside a {
    color: #fff;
    background-color: #8cbc43;
    padding: 10px 20px;
    border-radius: 3px;
    font-family: "Rajdhani",Arial,Helvetica,sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}
.tm-thumb-box .tm-thumb-box-inner {
    position: relative;
    overflow: hidden;
		transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.tm-thumb-box .tm-thumb-box-inner:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(27, 27, 27, 0.80);
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}
.tm-thumb-box:hover .tm-thumb-box-inner:before {
    opacity: 1;
}
	
.tm-border1 .themetechmount-iconbox {
	position:relative;
}
.tm-border1 .themetechmount-iconbox:after {
	position:absolute;
	content:'';
	border-bottom: 1px solid #ececee;
    width: 96%;
    top: 177px;
    left: 6px;
}

.tm-iconimg .themetechmount-iconbox .themetechmount-iconbox-icon img {
	width: 100px;
    height: 100px;
}
.tm-iconimg .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
	font-size:18px;
	line-height:28px;
	margin-top: -3px;
    margin-bottom: -3px;
}

.tm-iconhead .themetechmount-iconbox .themetechmount-iconbox-heading .tm-custom-heading {
	font-size: 20px;
    line-height: 24px;
	padding-top: 7px;
	font-weight: 900;
}

.tm-images .elementor-widget-wrap>.elementor-element {
    width:unset;
}


 .elementor-icon-box-title {
    font-size: 21px !important;
    line-height: 29px !important;
    font-weight: 600;
}
@media (min-width: 1200px) {
.tm-header-style-classic.tm-header-overlay .site-header.tm-bgcolor-custom:not(.is_stuck) {
    border-bottom:none !important;
}
}
.tm-thumb-box h3 {
    font-size: 22px;
    line-height: 28px;
}
.tm-border1:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #e3e3e5;
    width: 96%;
    left: 6px;
    bottom: -9px;
}
.tm-thumb-box .inside {
    position: unset;
	    padding: 0;
}

.tm-imganimated-box .elementor-column .elementor-widget-wrap img{
	    transition: all 0.35s cubic-bezier(.215,.61,.355,1);
}
.tm-imganimated-box .elementor-column .elementor-widget-wrap:hover img{
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
@media (max-width: 767px) {
	.tm-border1 .elementor-element-populated{
		border-right:0px !important;
	}	
}

.tm-thumb-box:hover .icon a {
	border-color: #8cbc43;
	background-color: #8cbc43;
	color: #fff;
}
.tm-thumb-box.comingsoon .tm-thumb-box-inner:before {
	content:unset;
}
#tm-inner-pages .tm-page-thumbnail {
    -webkit-box-shadow:0 0 7px 0 rgba(43, 52, 59,0.08);
    -moz-box-shadow:0 0 7px 0 rgba(43, 52, 59,0.08);
    box-shadow: 0 0 7px 0 rgba(43, 52, 59,0.08);
}

.shakeimage img{
    -webkit-animation: shake 24s linear infinite;
    -moz-animation: shake 24s linear infinite;
    -o-animation: shake 24s linear infinite;
    animation: shake 24s linear infinite;
}
.tada-img-single img {
    -webkit-animation: bounce 24s linear infinite;
    -moz-animation: bounce 24s linear infinite;
    -o-animation: bounce 24s linear infinite;
    animation: bounce 24s linear infinite;
}