a:hover { text-decoration: none; }
button:focus { outline: none; }
p {
    color: #666;
    line-height: 1.9;
}
.tm-title-gray { color: #666; }
.tm-hr {
    width: 240px;
    border-top: 3px solid #0099FF;
    margin: 0;
}
.tm-hr-s { width: 140px; }
.tm-box-bordered { border: 1px solid #9C9D9E; }
.container-fluid { max-width: 1480px; }
.tm-intro { max-width: 580px; }
h4 { font-size: 1.5rem; }
.tm-text-primary { color: #0099FF; }
.tm-text-primary-link { color: #0099FF; }
.tm-text-primary-link:hover { color: rgb(15, 133, 211); }
.tm-strategy-box { 
    display: flex; 
    align-items: flex-start;
}
.tm-services-box {
    display: flex;
    align-items: flex-start;
}
.tm-strategy-img { margin-right: 30px; }
.tm-services-img { margin-right: 40px; }
.tm-strategy-text { max-width: 480px; }
.mb-6 { margin-bottom: 120px; }
.mb-7 { margin-bottom: 140px; }
.mb-8 { margin-bottom: 80px; }
.mb-60 { margin-bottom: 60px; }
.mb-10 { margin-bottom: 100px; }
.mb-25 { margin-bottom: 250px; }
.mt-6 { margin-top: 90px; }
.mt-7 { margin-top: 140px; }
.tm-px-3 {
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 992px) {
    .pr-lg-5 { padding-right: 70px!important; }
}
.tm-text-gray { color: #666; }
.tm-bg-gray { background-color: #F2F2F2; }
.tm-bg-gray-dark { background-color: #EDEEEF; }
.tm-bg-white { background-color: rgba(255,255,255,0.6); }
.tm-bg-black-transparent { background-color: rgba(0,0,0,0.5 ); }
.tm-box { padding: 50px; }
.tm-box-2 { padding: 50px; max-width: 500px; }
.tm-box-3 { padding: 70px 35px;}
i { color: #ABC; }
.tm-overlay {
    max-width: 660px;
    padding: 75px 70px;
}
.parallax-window-2 {
    display: flex;
    align-items: center;
}
.btn {
    padding: 15px 50px;
    border-radius: 0;
    font-size: 1.2rem;
}
.btn-primary {
    background-color: #0099FF;
    border-color: #0099FF;
}
.btn-primary:hover {
    background-color: #2f80d0;
    border-color: #2f80d0;
}
.tm-link-primary { color: #0099FF; }
.tm-link-primary:hover { color: #2f80d0; }
.fa-15x { font-size: 1.5em; }
.tm-social-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.tm-social-icon-2 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    color: #fff;
}
.tm-social-link i { transition: all 0.3s ease; }
.tm-social-link:hover i { color: #0099FF; }
/* Hover effect */
.tm-about-person-layout {
    margin-bottom: 0;  
    width: 100%;
    height: auto;  
    max-width: 460px;    
}
.tm-about-person {
	position: relative;
    overflow: hidden;
    max-height: 420px;     
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.tm-about-person img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.tm-about-person figcaption {
	padding: 15px;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.tm-about-person figcaption::before,
.tm-about-person figcaption::after {
	pointer-events: none;
}
.tm-about-person figcaption,
.tm-about-person figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tm-about-person figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.tm-about-person h2 { font-weight: 300; }
.tm-about-person h2 span { font-weight: 600; }
.tm-about-person h2,
.tm-about-person p {
	margin: 0;
}
.tm-about-person p {
	letter-spacing: 1px;
    font-size: 68.5%;
    color: #fff;
}
/* Style buttons */
.btn {
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
  }
  /* Darker background on mouse-over */
  .btn:hover {
    background-color: RoyalBlue;
  }
