@import url(//fonts.googleapis.com/css?family=Raleway:400,200,100,500,600,700,800,900);

body {
	background: #191919;
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.42857143;
	color: #777777;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 14px;
	font-weight: 500;
	line-height: 28px;
}
h1.navbar-brand_ {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 600 50px/67px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 25px 0;
	color: #333;
}
h2.indent {
	margin: 0 0 15px 0;
}
h3 {
	font: 600 25px/36px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #f47e00;
	margin: 0 0 13px 0;
}
h4 {
	font: 600 26px 'Raleway';
	color: #f47e00;
	margin: 0 0 11px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 40px 0 0 0;
	background: #f0f0f0 url(../img/shadow.png) repeat-x;
}
.content.indent {
	padding: 45px 0 0 0;
	background: #f0f0f0 url(../img/shadow.png) repeat-x;
}
.content.indent1 {
	padding: 0;
	background: #f0f0f0 url(../img/shadow.png) repeat-x;
}
.center {
	text-align: center;
}
.main {
	position: relative;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #e5e5e5;
	border-bottom: none;
}
header .box {
	background: url(../img/QualityBackground.jpg) repeat;
	padding: 25px 0 25px 0;
	text-align: left;
}
header .box .title1 {
	font: 500 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 0;
	float: left;
}
header .box .title1:before {
	content: '\f0e0';
	color: #636262;
	font-size: 28px;
	font-family: 'FontAwesome';
	float: left;
	margin: -6px 19px 0 0;
}
header .box .title1 a {
	color: #f47e00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
header .box .title1 a:hover {
	color: #ffffff;
}
header .box .title2 {
	font: 500 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: -13px 0 0 0;
	float: right;
}
header .box .title2 strong {
	font-size: 20px;
	color: #f47e00;
	display: inline-block;
	margin-left: 10px;
}
header .box .title2 strong:before {
	content: '\f10b';
	color: #636262;
	font-size: 43px;
	font-family: 'FontAwesome';
	margin: 0 12px 0 0;
	vertical-align: middle;
}
/* menu
========================================================*/
nav.tm_navbar {
	
	border: none;
	padding: 0;
	margin: 0;
	float: right;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	
	position: relative;
	font-size: 15px;
	line-height: 28px;
	padding: 10px;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
	nav.tm_navbar li a {
		
		position: relative;
		padding: 10px 17px;
		font: 600 20px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #333;
		background: transparent;
		border-bottom: 6px solid transparent;
		-webkit-transition: all 0.25s;
		-o-transition: all 0.25s;
		transition: all 0.25s;
	}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #f47e00 !important;
	border-bottom-color: #333;
}
nav.tm_navbar li.active > span {
	color: #ffffff !important;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #f47e00 !important;
	border-bottom-color: #333;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #f47e00 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-bottom-color: #333;
}
nav.tm_navbar .sfHover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 14px;
	color: #f47e00;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 270px;
	top: 140px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 0;
	margin: 0;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	display: block;
	border-bottom: 1px solid #d9d9d9;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 21px 30px;
	margin: 0;
	float: none;
	display: block;
	text-transform: none;
	font: 500 15px 'Raleway';
	color: #1e2a32;
	border: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:after, nav.tm_navbar .sub-menu > ul li a:before {
	display: none;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 21px;
	left: auto;
	width: auto !important;
	color: #1e2a32;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #1a1a1a !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #ffffff !important;
	background: #1a1a1a !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 270px;
	top: -30px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 30px 0 0 0;
}
nav.tm_navbar .sub-menu ul ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 21px 30px;
	margin: 0;
	float: none;
	text-transform: none;
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272d33;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #ffffff !important;
	background: #f47e00;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-Content-*/

.thumb-box1 {
	overflow: hidden;
	padding: 40px 0 10px 0;
	background: #e5e5e5;
}

/*Added by trushanti*/
.thumb-box2 {
	overflow: hidden;
	padding: 112px 112px 112px 112px;
	background-size: cover;
	background-position: 100% 0;
	background-image: url(../img/Img_9.jpg);
	background-attachment: fixed;
	position: relative;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

	.thumb-box2 strong {
		font: 600 50px/67px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #ffffff;
		display: block;
		margin-bottom: 27px;
	}

	.thumb-box2 em {
		height: 100%;
		position: absolute;
		top: -500px;
		left: -50%;
		width: 100%;
		height: 2000px;
		z-index: -1;
		background: SkyBlue;
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}

.thumb-box6 {
	overflow: hidden;
	padding: 112px 112px 112px 112px;
	background-size: cover;
	background-position: 100% 0;
	background-image: url(../img/Img_4.jpg);
	background-attachment: fixed;
	position: relative;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

	.thumb-box6 strong {
		font: 600 50px/67px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #ffffff;
		display: block;
		margin-bottom: 27px;
	}

	.thumb-box6 em {
		height: 100%;
		position: absolute;
		top: -500px;
		left: -50%;
		width: 100%;
		height: 2000px;
		z-index: -1;
		background: SkyBlue;
		opacity: 0.8;
		filter: alpha(opacity=80);
		-ms-transform: rotate(-30deg);
		-webkit-transform: rotate(-30deg);
		transform: rotate(-30deg);
	}
/*end*/

.thumb-box3 {
	background: #f0f0f0;
	padding: 38px 0 56px 0;
}
.thumb-box3 h2 {
	margin-bottom: 28px;
}
.thumb-box4 {
	overflow: hidden;
	padding: 112px 112px 112px 112px;
	background-size: ;
	background-position: 100% 0;
	background-image: url(../img/Img_8.jpg);
	background-attachment: fixed;
	width:auto;
	position: relative;
	z-index: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}

.thumb-box4 strong {
	font: 600 50px/67px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: block;
	margin-bottom: 27px;
}
.thumb-box4 em {
	height: 100%;
	position: absolute;
	top: -500px;
	left: -50%;
	width: 100%;
	height: 2000px;
	z-index: -1;
	background: SkyBlue;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.thumb-box5 {
	padding: 45px 0 40px 0;
	overflow: hidden;
	background: #0c0c0c url(../img/QualityBackground.jpg) repeat;
}
.thumb-box5 h2 {
	color: #ffffff;
}
.thumb-box5.indent {
	padding-bottom: 0;
}

.thumb-box8 {
	background: #ffffff;
	padding: 49px 0 0 0;
	overflow: hidden;
}
.thumb-box8 .col-lg-6 {
	margin-bottom: 20px;
}
/* thumbs */
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 .thumbnail:hover em {
	width: 38px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 .thumbnail:hover figure img {
	-webkit-transform: scale3d(1.02, 1.02, 1.02);
	transform: scale3d(1.02, 1.02, 1.02);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
	.thumb-pad1 .caption {
		padding: 20px 0 20px 30px;
		overflow: hidden;
		color: #777777;
		position: absolute;
		background: url(../img/QualityBackground.jpg) repeat;
		left: 0;
		bottom: 0;
		width: 100%;
	}
.thumb-pad1 .caption a {
	color: #ffffff;
	font: 600 20px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .caption a:hover {
	color: #f47e00;
}
.thumb-pad1 .caption em {
	background: url(../img/pattern3.png) repeat;
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.thumb-pad1 .caption em:after {
	position: absolute;
	top: 0;
	left: -42px;
	width: 42px;
	height: 70px;
	content: '';
	background: url(../img/triangle.png) no-repeat;
}
.thumb-pad2 {
	margin: 0 0 0 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption p {
	color: #777;
}
.thumb-pad2 figure {
	margin: 0 0 24px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}

.thumb-pad4 {
	margin: 0 0 26px 0;
	overflow: hidden;
}
.thumb-pad4:hover figure:after {
	-webkit-box-shadow: inset 0 0 0 6px #f47e00;
	box-shadow: inset 0 0 0 6px #f47e00;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 20px 0;
	position: relative;
}
.thumb-pad4 figure:after {
	-webkit-box-shadow: inset 0 0 0 50px transparent;
	box-shadow: inset 0 0 0 50px transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.thumb-pad4 figure img {
	width: 100%;
}

/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 33px;
	font: 600 25px/70px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f47e00;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:before {
	border-style: solid;
	border-width: 35px 35px 0 35px;
	border-color: #f47e00 transparent transparent transparent;
	position: absolute;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	content: '';
	top: 17px;
	right: -52px;
	margin: 0;
	width: 0;
	height: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #363636;
	text-decoration: none;
}
.btn-default.btn1:hover:before {
	border-color: #363636 transparent transparent transparent;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 30px;
	font: 600 20px/60px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #f47e00;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:before {
	border-style: solid;
	border-width: 32px 30px 0 30px;
	border-color: #f47e00 transparent transparent transparent;
	position: absolute;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	content: '';
	top: 14px;
	right: -46px;
	margin: 0;
	width: 0;
	height: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #363636;
	text-decoration: none;
}
.btn-default.btn2:hover:before {
	border-color: #363636 transparent transparent transparent;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 15px 0 30px;
	font: 600 20px/60px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #363636;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:before {
	border-style: solid;
	border-width: 32px 30px 0 30px;
	border-color: #363636 transparent transparent transparent;
	position: absolute;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	content: '';
	top: 14px;
	right: -46px;
	margin: 0;
	width: 0;
	height: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #f47e00;
	background: #ffffff;
	text-decoration: none;
}
.btn-default.btn3:hover:before {
	border-color: #ffffff transparent transparent transparent;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	font: 600 20px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: none;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:after {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #f47e00;
	font-size: 34px;
	position: absolute;
	top: -4px;
	right: -20px;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:hover {
	color: #f47e00;
	background: none;
	text-decoration: none;
}
.btn-default.btn4:hover:before {
	width: 0;
}
.btn-default.btn4:hover:after {
	color: #ffffff;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
}
.list1.indent {
	margin: 0 0 40px 0;
}
.list1 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin: 0 0 12px 0;
	overflow: hidden;
}
.list1 li a {
	font: 600 25px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	float: left;
	font-size: 34px;
	font-weight: 400;
	margin-right: 12px;
	color: #f47e00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #f47e00;
}
.list1 li a:hover:before {
	color: #333;
}
.list1-1 {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 15px;
	line-height: 1.42857143;
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	font-size: 30px;
	color: #ffffff;
	border-bottom: 1px solid #f98d57;
	position: relative;
	display: block;
}
.list1-1 li:before {
	position: absolute;
	left: 20px;
	top: 6px;
	background: none;
	content: "\f105" !important;
	font-family: FontAwesome;
	content: '';
}
.list1-1 li a {
	color: #ffffff;
	font: 600 19px/54px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: transparent;
	padding: 0 0 0 46px;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li:hover {
	color: #ffffff;
}
.list1-1 li:hover a {
	color: #ffffff;
	background: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li:last-child {
	border-bottom: none;
}


/* map */
.content_map {
	position: relative;
	height: 553px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	width: 105px;
	display: inline-block;
}
.info p a {
	color: #f47e00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #333;
}
.mail {
	color: #f47e00;
	font: 500 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #191919;
	text-decoration: none;
}
/* footer */
footer {
	padding: 22px 0;
	position: relative;
	overflow: hidden;
}
footer p {
	font: 15px 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777777;
	margin: 0;
}
footer p a {
	color: #777777;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #f47e00;
}
footer em {
	font-style: normal;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
footer ul li {
	overflow: hidden;
	width: 35px;
	height: 34px;
	float: left;
	margin-right: 8px;
}
footer ul li a:hover img {
	margin-top: -34px;
}
/* RESPONSIVE  STYLES  */
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar {
 float: none;
 display: inline-block;
 padding: 25px 0 20px 0;
}
 h2 br {
 display: none;
}

}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar {
 float: none;
 display: inline-block;
 padding: 25px 0 20px 0;
}

}
/*===========================================================================================================================*/
@media (max-width: 767px) {

 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
}
 header nav.tm_navbar {
 float: none;
 display: block;
 padding: 25px 0 20px 0;
}
 header nav.tm_navbar .nav {
 display: none;
}
 header .box {
 text-align: center;
}
 header .box .title1,  header .box .title2 {
 display: block;
 float: none;
 margin-bottom: 15px;
}
 header .box .title1:before {
 float: none;
 margin: 0 0 10px 0;
 display: block;
}
 h2 {
 font-size: 35px;
 line-height: 1em;
}
 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #323232;
 background: #323232;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}

 .content_map,  .content_map.indent {
 height: 250px;
}
 .thumb-pad4 figure {
 float: left;
 margin: 0 20px 0 0;
}

}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 float: none;
 margin: 0 0 20px 0;
}
}
/*===========================================================================================================================*/
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .btn-default.btn1 {
 line-height: 53px;
 padding: 0 5px 0 18px;
 font-size: 20px;
}
 .btn-default.btn1:before {
 border-width: 35px 27px 0 26px;
 top: 9px;
 right: -43px;
}
 .list5 li {
 text-align: center;
}
 .list5 li figure {
 float: none;
 margin: 0 0 20px 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}



.contact-info-section {
	position: relative;
}

	.contact-info-section .single-info-box {
		position: relative;
		display: block;
		background: #fff;
		padding: 50px 30px 24px 30px;
		max-width: 270px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	}

		.contact-info-section .single-info-box .icon-box {
			position: relative;
			display: inline-block;
			font-size: 55px;
			line-height: 55px;
			color: #000;
			margin-bottom: 6px;
			transition: all 500ms ease;
		}

		.contact-info-section .single-info-box:hover .icon-box {
			color: #fd571c;
		}

		.contact-info-section .single-info-box h3 {
			position: relative;
			display: block;
			font-size: 22px;
			line-height: 30px;
			color: #0c0d24;
			padding-bottom: 15px;
			border-bottom: 1px solid #192d66;
			margin-bottom: 14px;
		}

		.contact-info-section .single-info-box .text {
			position: relative;
			display: block;
			color: #3c3c49;
		}

			.contact-info-section .single-info-box .text a {
				color: #3c3c49;
			}

				.contact-info-section .single-info-box .text a:hover {
					color: #fd571d;
				}


.contact-info-section.contact-page-1 {
	padding: 100px 0px 50px 0px;
}