.tm-page-content-width {
	max-width: 1200px;
	margin: 0 auto;	
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;	
}

.tm-section-home {
	min-height: 1100;
	font-size: 18px;
}
body {
	overflow-x: hidden;
}

p { 
	line-height: 1.8;
	margin-bottom: 20px;
}

.container-fluid { 
	padding-left: 0; 
	padding-right: 0;
	overflow-x: hidden;
}

.tm-section {
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tm-page-content-width {
	max-width: 1200px;
	margin: 0 auto;	
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;	
}

.tm-padding-b {	padding-bottom: 80px; }
.tm-page-content-width,.tm-content-box { min-height: 1150px; }

.tm-textbox {
	max-width: 600px;
	width: 100%;
	padding: 50px;
	overflow: auto;
	font-weight: bold;
}

.tm-section-title {
	font-size: 2.6rem;
    margin-bottom: 2rem;	
}

.tm-btn,.tm-btn:visited {
	display: block;
	float: right;
	color: white;
	background-color: rgb(20, 103, 159);
	padding: 10px 20px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
}

.tm-btn:hover,.tm-btn:focus {
	color: white;
	background-color:rgb(64, 172, 223);
}

.tm-content-box {
	overflow: auto;
	height: 100%;
	max-width: 600px;
	width:  100%;
	padding: 180px 60px 100px;	
	display: -ms-flexbox;	
	display: -webkit-flex;	
	display: flex;   
	-webkit-flex-direction: column;   
	    -ms-flex-direction: column;   
	        flex-direction: column;
}

.tm-content-box-right {
	margin-left: auto;
	margin-right: 0;
}

.tm-services-box {
	margin-bottom: 20px;
}
.tm-services {
	margin-left: 20px;
	font-size: .75rem; 
}

.tm-copyright-div {	
	color: white;
	padding: 30px 35px;
	text-align: right;
}

.tm-copyright-text { 
	font-size: 1rem;
    margin-bottom: 0;
    font-weight: 300;
}

.tm-textbox-full-height { min-height: 950px; }

.tm-green-text { color: #96C700; }
.tm-blue-text { color: rgb(20, 103, 159); }
.tm-red-text { color: #983333; }

.tm-white-bg {
	background-color: white;
	color: #676362;
}

.tm-translucent-white-bg { background-color: rgba(255,255,255,0.58); }

/* Contact */
.form-control {
	background-color: transparent;
	border-radius: 0;
	font-size: 1.15rem;
	padding: .9rem 1.25rem;
}

.form-control:focus {
	background-color: transparent;
	border-color: #983333;
}

.form-group { margin-bottom: 1.2rem; }
.tm-section-contact { position: relative; }
