/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 20 2021 | 06:45:26 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.home-contact-txt-head {
    line-height: 44px;
    letter-spacing: 0.05em;
}
/* Big Desktop Responsiveness*/
@media screen and (max-width: 2561px) and (min-width: 1921px) {
	.home-contact-img img {
    	width: 500px !important;
    	height: 500px !important;
    	display: table !important;
    	max-width: unset !important;
	}
	.trans-contact-img img {
        position: absolute;
    	bottom: 0px;
    	left: 50px;
    	width: 550px !important;
    	max-width: unset !important;
    	height: 450px !important;
    }
	.trans-contact-space {
		height: 450px;
	}
}
/*mobile responsiveness*/
@media screen and (min-width: 1025px) {
	.services-arrow {
		position: absolute;
		width: 25px !important;
		right: 10vw !important;
	}
}