@charset "utf-8";
/* CSS Document */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;}
.wrapper
{
	background-color: #fff !important;
}

input, select {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
}
a {
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover, a:focus, a:active {
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
}
ol, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	.container-fluid {
		padding-right: 60px;
		padding-left: 60px;
	}
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}
header {
	display: block;
}
.main-container {
	display: block;
	float: left;
	width: 100%;
}
footer {
	clear: both;
	display: block;
}
.height-30{
	height:30px;
}
.height-60{
	height:60px;
}
.height-90{
	height:90px;
}

.page{

}

/* Header ================================================================================ */
#header-tim {
	border-bottom: 1px solid #eeeeee;
}
#header-tim .logo img {
	max-width: 100%;
	width: auto;
	padding: 0;
}
#header-tim .header-middle {
	position: relative;
	padding: 0;
}
#header-tim .header-middle .main-menu-col {
	position: static;
}
#header-tim .top-setting a {
	color: #333;
	cursor: pointer;
}
#header-tim .top-setting .fa-cog {
	font-size: 18px;
	padding: 4px 0;
}
#header-tim .top-setting {
	float: left;
	width: 33%;
}
#header-tim .top-setting .dropdown-toggle {
	padding: 45px 0;
	font-size: 20px;
	display: block;
	text-align: center;
}
#header-tim .top-setting a:hover, #header-tim .top-setting a:focus, #header-tim .top-setting a:active {
	text-decoration: none;
}
#header-tim .top-logo {
	float: left;
	width: 33%;
}
#header-tim .top-logo img {
	max-width: 100%;
	padding: 26px 0;
	font-size: 20px;
	display: block;
	text-align: center;
}
#header-tim .header-right, #header-tim .main-menu-col {
	padding-right: 0;
}
/* Dropdown Menu */
#header-tim .dropdown-menu {
	margin: 0 !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3) !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	border: none !important;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
#header-tim .main-menu nav > ul > li > a {
	padding: 15px 15px !important;
}
}
#ulmenu li a{
	color: #333;
}
@media (min-width: 992px) {
#header-tim .logo {
	padding: 15px 0;
}
#header-tim .top-setting .dropdown-toggle {
	padding: 35px 0;
}
#header-tim .top-logo img {
	padding: 30px 0;
}
/*#header-tim .header-right {
	width: 14%;
}
#header-tim .main-menu-col {
	width: 72%;
}
#header-tim .header-left {
	width: 14%;
}*/
/*#header-tim .top-setting .dropdown-toggle {
	text-align: right !important;
}*/

#header-tim .top-setting:hover .dropdown-menu, #header-tim .top-setting:focus .dropdown-menu, #header-tim .top-setting:active .dropdown-menu {
	display: block;
}
/* Main Menu */
#header-tim .main-menu nav > ul {
	text-align: right;
	margin-bottom: 0;
}
#header-tim .main-menu nav > ul > li {
	display: inline-block;
	color: #666;
	position: relative;
}
#header-tim .main-menu nav > ul > li:nth-child(6) a {
	padding-right: 0 !important;
}
#header-tim .main-menu nav > ul > li > a {
	display: block;
	padding: 15px 20px;
	
	font-size: 16px;
	position: relative;
}
#header-tim .main-menu nav > ul {
	text-align: right;
}
#header-tim .main-menu nav > ul > li {
	padding: 23px 0 23px;
}
#header-tim .main-menu nav a:hover, #header-tim .main-menu nav a:focus, #header-tim .main-menu nav a:active {
	color: #de2a3e;
}
}

@media (max-width: 991px) {
#header-tim .top-mini-cart .cart-dd {
	right: 0;
}
#header-tim .top-setting .dropdown-toggle {
	padding: 35px 0;
}
#header-tim .top-logo img {
	padding: 30px 0;
}
#header-tim .mobile-menu .mega-menu .menu-banner {
	display: none;
}
#header-tim .mobile-menu .mega-menu .container {
	padding: 0;
	width: auto;
}
#header-tim .mobile-menu .mega-menu .col-sm-3, #header-tim .mobile-menu .mega-menu .col-sm-4, #header-tim .mobile-menu .mega-menu .col-sm-2, #header-tim .mobile-menu .mega-menu .col-sm-6 {
	padding: 0;
}
}

@media (min-width: 480px) and (max-width: 991px) {
#header-tim .logo {
	padding: 10px 0;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.container, .container-fluid {
	width: 440px;
}
}

@media (max-width: 479px) {
#header-tim .logo {
	padding: 15px 0;
}
}/* Slider ================================================================================ */
#slider-tim .container {
	height: 100%;
	position: relative;
}
#slider-tim .sliders-wrap .owl-wrapper-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
#slider-tim .owl-nav {
	display: none;
}
#slider-tim .owl-dots {
	position: absolute;
	left: 0;
	bottom: 10px;
	right: 0;
	margin: 0 auto;
	width: auto;
	text-align: center;
}
#slider-tim .owl-dots .owl-dot {
	display: inline-table;
	margin-left: 3px;
	vertical-align: middle;
}
#slider-tim .owl-dots .owl-dot span {
	background-color: #b8b8b8;
	vertical-align: middle;
	display: block;
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#slider-tim .owl-dots .owl-dot.active {
	vertical-align: middle;
}
#slider-tim .owl-dots .owl-dot.active span {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background-color: #de2a3e;
}
#slider-tim .owl-caption {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#slider-tim .content-block {
	position: absolute;
	margin: auto;
	top: -20px;
	bottom: 0;
	display: inline-block;
	text-align: left;
	width: 55%;
  color: #363636;
}
#slider-tim .content-block h5 {
	margin: 0;
	font-weight: 400;
	font-size: 24px;
	
}
#slider-tim .content-block h2 {
	font-weight: 400;
	position: relative;
	margin: 0;
	letter-spacing: 2px;
	
	font-weight: 400;
	line-height: 1.8;
}
#slider-tim .content-block h2:before {
	content: "";
	height: 1px;
	width: 50px;
	position: absolute;
	bottom: 1px;
	left: 0;
	right: 0;
	background-color: #363636;
}
#slider-tim .content-block .learn-more-link {
	font-weight: 400;
	padding: 10px 25px;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: #b2b2b2;
	color: #363636;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#slider-tim .content-block .learn-more-link:hover, #slider-tim .content-block .learn-more-link:focus, #slider-tim .content-block .learn-more-link:active {
	text-decoration: none;
	color: #fff;
	background-color: #de2a3e;
	border-color: #de2a3e;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#slider-tim .item {
	float: left;
	position: relative;
	width: 100%;
}
#slider-tim .item img {
	width: 100%;
}
#slider-tim .active .right-slider {
	right: 0;
}
#slider-tim .active .right-slider h2 {
	animation-name: zoomIn;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#slider-tim .active .right-slider h5 {
	animation-name: zoomOut;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#slider-tim .active .right-slider .learn-more-link {
	position: relative;
	top: 0;
	-moz-animation: fadeInUp 0.3s ease-in 1s backwards;
	-webkit-animation: fadeInUp 0.3s ease-in 1s backwards;
	animation: fadeInUp 0.3s ease-in 1s backwards;
}
#slider-tim .active .left-slider {
	left: 0;
}
#slider-tim .active .left-slider h2 {
	animation-name: bounceInDown;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#slider-tim .active .left-slider h5 {
	animation-name: bounceInDown;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#slider-tim .active .left-slider .learn-more-link {
	position: relative;
	top: 0;
	-moz-animation: fadeInUp 0.3s ease-in 1s backwards;
	-webkit-animation: fadeInUp 0.3s ease-in 1s backwards;
	animation: fadeInUp 0.3s ease-in 1s backwards;
}
.sliders-wrap .content-block {
	display: block;
	opacity: 1;
  
}
.sliders-wrap .right-slider {
	right: 0;
}
.sliders-wrap .left-slider {
	left: 15px;
}
.sliders-wrap .center-slider {
	left: 0;
	right: 0;
}

@media (min-width: 1200px) {
#slider-tim .content-block h2 {
	padding-bottom: 30px;
	padding-top: 20px;
	font-size: 36px;
}
#slider-tim .content-block {
	max-height: 280px;
}
#slider-tim .learn-more-link {
	margin-top: 50px !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
#slider-tim .content-block h2 {
	font-size: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#slider-tim .content-block p {
	padding-top: 20px;
}
#slider-tim .content-block {
	top: 0 !important;
	max-height: 250px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#slider-tim .content-block h2 {
	font-size: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#slider-tim .content-block h5 {
	font-size: 18px;
}
#slider-tim .content-block {
	max-height: 215px;
}
}

@media (min-width: 768px) {
#slider-tim .learn-more-link {
	margin-top: 30px;
}
}

@media (max-width: 767px) {
#slider-tim .content-block h2 {
	padding-bottom: 0;
	padding-top: 15px;
	font-size: 13px;
	margin-bottom: 0;
  padding-left: 8px; /* added*/
}
#slider-tim .content-block h2::before {
	display: none;
}
#slider-tim .content-block h5 {
	font-size: 16px;
  padding-left: 8px; /* added*/
}
#slider-tim .learn-more-link {
	display: none !important;
}
#slider-tim .content-block {
	max-height: 78px;
}
}

@media (max-width: 480px) {
#slider-tim .content-block {
	width: 65% !important;
}
}#about-tim-header.about-tim {
	padding-top: 90px;
	padding-bottom: 60px;
}
#about-tim-header .page-header {
	text-align: center;
	border-bottom: 0;
	margin-top: 0;
	margin-bottom: 45px;
}
#about-tim-header .page-header h3 {
	font-size: 36px;
	font-weight: 400;
	display: inline-block;
	line-height: 1;
	letter-spacing: 0.03em;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	margin-top: 5px;
}
#about-tim-header .lead {
	text-align: center;
	font-size: 16px;
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {
#about-tim-header .lead {
	max-width: 100%;
}
}#about-tim.about-tim {
	padding-top: 90px;
	padding-bottom: 60px;
}
#about-tim .items {
	overflow: hidden;
	margin-bottom: 70px;
}
#about-tim .items .fa {
	font: normal normal normal 35px/1 FontAwesome;
	float: left;
	padding: 5px 0 0;
	color: #de2a3e;
	width: 32px;
}
#about-tim .items .text-area {
	overflow: hidden;
	padding: 0 0 0 40px;
}
#about-tim .items .text-area h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px;
}
#about-tim .items .text-area p {
	margin: 0;
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
#about-tim .items .text-area h3 {
	font-size: 13px;
}
}/* Enquiry ================================================================================ */
#enquiry-tim {
	padding-top: 0px;
	padding-bottom: 60px;
}
#enquiry-tim .item-box .item-box-body {
	background: #ffffff;
	border: 2px solid #eeeeee;
	border-top-width: 0;
	color: #707070;
	padding: 15px 30px;
}
#enquiry-tim .item-box .item-box-body .tt05 a {
	color: #333;
}
#enquiry-tim .item-box .item-box-body .tt05 a:hover {
	color: #de2a3e;
}
#enquiry-tim .pic {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #333;
}
#enquiry-tim .pic img {
	width: 100%;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	-o-transition: 0.4s all linear;
	-moz-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
#enquiry-tim .pic:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-ms-transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}/* Footer ================================================================================ */
#footer-tim {
	background: #f1f1f1;
	padding: 55px 0;
	position: relative;
}
#footer-tim .subscribe-form .input-field.text {
	margin-right: 65px;
}
#footer-tim .subscribe-form .input-field.email {
	margin-right: 40px;
}
#footer-tim .subscribe-form input[type=text], #footer-tim .subscribe-form input[type=email] {
	width: 100%;
	height: 40px;
	border: none;
	padding-left: 25px;
	background: transparent;
	border-bottom: 1px solid #dcdcdc;
}
#footer-tim .input-field {
	display: inline-block;
	width: 37%;
	position: relative;
}
#footer-tim .input-field .icon {
	position: absolute;
	top: 11px;
	font-size: 15px;
}
#footer-tim .input-field.email .icon {
	top: 12px;
}
#footer-tim .subscribe-form input[type=submit], #footer-tim .form-common input[type=submit] {
	border: none;
	height: 40px;
	color: #333;
	font-size: 15px;
	line-height: 35px;
	letter-spacing: 0.37px;
	-webkit-border-radius: 25px 25px 25px 25px;
	-moz-border-radius: 25px 25px 25px 25px;
	border-radius: 25px 25px 25px 25px;
}
#footer-tim .subscribe-form input[type=submit] {
	width: 177px;
}
#footer-tim .subscribe-form input[type=submit]:hover, #footer-tim .form-common input[type=submit]:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#footer-tim .footer-nav nav ul li {
	display: inline-block;
	margin-right: 25px;
	font-size: 14px;
}
#footer-tim .footer-nav nav ul li:last-child {
	margin-right: 0;
}
#footer-tim .social-solid li {
	display: inline-block;
	margin-right: 30px;
	font-size: 13px;
}
#footer-tim .footer-nav {
	margin-top: 85px;
}
#footer-tim .footer-nav nav ul li a, #footer-tim .social-solid.footer-social li a {
	color: #333;
}
#footer-tim .footer-nav nav ul li a:hover, #footer-tim .social-solid.footer-social li a:hover {
	color: #de2a3e;
}
#footer-tim .social-solid.footer-social {
	margin-top: 85px;
	text-align: right;
}
#footer-tim .footer-bottom {
	
	padding: 30px 0;
}
#footer-tim .footer-bottom .copy-right-text span {
	font-size: 14px;
}
#footer-tim .footer-bottom .copy-right-text span a {
	color: #333;
}
#footer-tim .footer-bottom .copy-right-text span a:hover {
	color: #de2a3e;
}

@media (max-width: 1024px) {
#footer-tim .input-field {
	width: 28%;
}
#footer-tim .footer-nav nav ul li {
	margin-right: 15px;
}
}

@media (max-width: 768px) {
#footer-tim .input-field {
	width: 100%;
}
#footer-tim .subscribe-form input[type=submit] {
	width: 150px;
}
#footer-tim .subscribe-form .input-field.text, #footer-tim .subscribe-form .input-field.email {
	margin: 0 0 40px 0;
}
#footer-tim .footer-nav {
	text-align: center;
}
#footer-tim .social-solid.footer-social {
	text-align: center;
}
#footer-tim .footer-nav, #footer-tim .social-solid.footer-social {
	margin-top: 50px;
}
}

@media (max-width: 767px) and (min-width: 667px) {
#footer-tim .subscribe-form .input-field.text {
	margin-right: 45px;
}
}

@media (max-width: 568px) and (min-width: 414px) {
#footer-tim .subscribe-form .input-field.email, #footer-tim .subscribe-form .input-field.text {
	margin-right: 10px;
}
#footer-tim .input-field {
	width: 33%;
}
}

@media (max-width: 414px) {
#footer-tim .subscribe-form {
	text-align: center;
}
#footer-tim .input-field {
	width: 100%;
}
#footer-tim .subscribe-form .input-field.text, #footer-tim .subscribe-form .input-field.email {
	margin: 0 0 40px 0;
}
}

@media (max-width: 375px) {
#footer-tim .footer-nav nav ul li {
	margin-bottom: 10px;
}
}
/* Enquiry ================================================================================ */
#enquiry-tim {
	padding-top: 0px;
	padding-bottom: 60px;
}
#enquiry-tim .item-box .item-box-body {
	background: #ffffff;
	border: 2px solid #eeeeee;
	border-top-width: 0;
	color: #707070;
	padding: 15px 30px;
}
#enquiry-tim .item-box .item-box-body .tt05 a {
	color: #333;
}
#enquiry-tim .item-box .item-box-body .tt05 a:hover {
	color: #de2a3e;
}
#enquiry-tim .pic {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #333;
}
#enquiry-tim .pic img {
	width: 100%;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	-o-transition: 0.4s all linear;
	-moz-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
#enquiry-tim .pic:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	-ms-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-ms-transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
@media (max-width:767px) { #about-tim-header.about-tim { padding-top: 30px; padding-bottom: 10px; } #enquiry-tim { padding-top: 0px; padding-bottom: 10px; } #about-tim.about-tim { padding-top: 30px; padding-bottom: 10px; } }
