@import url(//fonts.googleapis.com/css?family=Open+Sans:300,700,800,400,600);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #31353d;
	font: 16px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #5b5757;
}
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.done {
    float:none;
    clear:both;
}
p.three {
    float:none;
    clear:both;
}
p {
	margin-bottom: 15px;
	line-height: 24px;
}

.one img {
    float: left;
    margin-right: 30px;
    clear:both;
}
.one p {
    margin-left: 0px;
    overflow:auto;
    display:block;

}



.text-white {
	color:#fff;
}

h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
	margin-top: 25px;
    margin-left: 10px;
    text-align: center;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: auto;
}

.navbar-brand {
    font-weight: bold;
}



h1 {
	font: 700 46px/54px 'Open Sans';
	color: #31353d;
	margin: 0 0 26px 0;
	text-transform: uppercase;
}
h2 {
	font: 300 30px/30px 'Open Sans';
	color: #31353d;
	margin: 0 0 26px 0;
	text-transform: uppercase;
}
h3 {
	font: 20px/23px 'Open Sans';
	color: #31353d;
	letter-spacing: -1px;
	margin: 0 0 13px 0;
	text-transform: uppercase;
}
h4 {
	font: 15px 'Open Sans';
	color: #0072b8;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 0;
	background: #ffffff;
}
.content.indent hr {
	margin: 0 0 53px 0;
	border-bottom: 2px solid #80848c;
}
.center {
	text-align: center;
}


.fa:hover {
    opacity: 0.7;
    color:#fff;
}

.fa-facebook {
  background: #3B5998;
  color: white;
    padding: 12px;
    font-size: 30px;
    width: auto;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
    padding: 12px;
    font-size: 30px;
    width: auto;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-google {
  background: #dd4b39;
  color: white;
    padding: 12px;
    font-size: 30px;
    width: auto;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
    padding: 12px;
    font-size: 30px;
    width: auto;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-pinterest {
  background: #bb0000;
  color: white;
    padding: 12px;
    font-size: 30px;
    width: auto;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-youtube {
  background: #bb0000;
  color: white;
    padding: 12px;
    font-size: 30px;
    width: auto;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}




/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 21px 0 0px 0;
	z-index: 11;
	background: #ffffff;
	border-bottom:2px solid #000;
}
.call-box {
	overflow: hidden;
	margin-top:15px;
	margin-bottom: 15px;
	float: right;
	
}
.call-box span {
	float: left;
	display: inline-block;
	font-size: 40px;
	margin-right: 14px;
	color: #0072b8;
}
.call-box .title {
	font: 13px/18px 'Open Sans';
	text-transform: uppercase;
	color: #0072b8;
	margin-bottom: 0;
}
.call-box .description {
	font: 300 30px/26px 'Open Sans';
	text-transform: uppercase;
	color: #31353d;
	margin-bottom: 0;
}



.follow-box {
	overflow: hidden;
	padding: 12px 0 6px 0;
	background: #2c2c2c;
}
.follow-box p {
	float: left;
	font: 12px 'Arial';
	color: #ffffff;
	margin: 4px 0 0 0;
}
.follow-box p > a {
	font: 12px 'Arial';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow-box p > a:hover {
	color: #1abc9c;
}
.address_icon {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
.address_icon li {
	float: left;
	margin-left: 36px;
	font: 12px 'Arial';
	color: #ffffff;
}
.address_icon li:first-child {
	margin-left: 0;
}
.address_icon li img {
	float: left;
	margin-right: 9px;
}
.address_icon li a {
	font: 12px 'Arial';
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.address_icon li a:hover {
	color: #1abc9c;
}
.follow_icon {
	padding: 0;
	margin: -4px 0 0 0;
	float: right;
	list-style: none;
}
.follow_icon li {
	display: inline-block;
	margin-left: 16px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	display: block;
}
.follow_icon li a:hover {
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
}
.follow_icon.indent {
	float: none;
}
.follow_icon.indent li {
	margin-left: 21px;
}
.follow_icon.indent li:first-child {
	margin-left: 0;
}
.follow_icon.indent li a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.follow_icon.indent li a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
/* menu
========================================================*/
.sub-menu li:hover {background:#fbdf2e;}
.sub-menu li:hover a{color:#0072b8 !important;}
nav.tm_navbar {
	border: none;
	padding: 0;
	margin-top: 20px;
	float: left;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0 0 0 35px;
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 600 16px 'Open Sans';
	color: #31353d;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #0072b8;
	background: none;
}
nav.tm_navbar li:hover > a {
	color: #0072b8;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #0072b8;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	height: 4px;
	width: 100%;
	display: inline-block;
	left: 0;
	bottom: 26px;
	z-index: 0;
	background: url(../img/marker.png) center 0 no-repeat;
}
/* subMenu1
========================================================*/
.sub-menu a{
    display: block;
    width: 100%;
    font-size: 14px !important;
    color: #fff !important;
}
.sub-menu li{
    margin: 0 !important;
    padding: 7px 10px !important;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
}
.sub-menu li:first-child{
}
nav.tm_navbar .sub-menu {
	position: absolute;
	display: none;
	width: 274px;
	top: 42px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #0072b8;
	padding: 0;
	margin: 0;
	text-align: left;
	border-radius: 0;
}
nav.tm_navbar .sub-menu > ul::after {
 position: absolute;
 top: -14px;
 left: 0;
 width: 100%;
 height: 14px;
 background: url(../img/tr1.png) center 0 no-repeat;
 content: '';
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 3px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
	background: none !important;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #31353d !important;
	background: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #31353d !important;
	background: none;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 231px;
	top: -27px;
	left: 250px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #31353d;
	padding: 28px 0;
	margin: 0 0 0;
	text-align: center;
	border-radius: 20px;
}
nav.tm_navbar .sub-menu ul ul::after {
 position: absolute;
 top: 29px;
 left: -14px;
 width: 14px;
 height: 27px;
 background: url(../img/tr2.png) no-repeat;
 content: '';
}
nav.tm_navbar .sub-menu ul ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 14px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #0072b8 !important;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 20;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	background: url(../img/top.png) 0 bottom no-repeat;
}
.trainerBox {
	margin-bottom: 25px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0 0 25px 0;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	font: 300 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8d8d8d;
	text-transform: uppercase;
	-webkit-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.trainerBox a:hover {
	color: #e25454;
}
.middle{
   align:center;
}
.who-box {
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 47px;
}
.thumb-box1 {
	padding: 30px 0 30px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
	background-size:cover;
	text-align: center;
}
.thumb-box1 .box {
	background: #0072b8;
	border-radius: 10px;
	padding: 20px ;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	display: inline-block;
}
.thumb-box1 .box::after {
 position: absolute;
 bottom: -41px;
 left: 72px;
 width: 49px;
 height: 41px;
 background: url(../img/tr3.png) no-repeat;
 content: '';
}
.thumb-box1 h1 {
	color:#fff;
	text-align:left;
}
.thumb-box1 p {
	font: 300 40px/50px 'Open Sans';
	text-transform: uppercase;
	color: #f3c819;
	margin-bottom: 0;
}
.thumb-box1 a {

}
.thumb-box1 a:hover {
	background: #ffffff;
	color: #0072b8;
}
.thumb-box1 .box h2{
	font-size:28px;
}
.thumb-box1 .box #contact-form textarea{
	height:100px;
	border:none;
}

.thumb-box1 .box #contact-form input[type='text'] {
	border:none;
}

.thumb-car {
	padding: 30px 0 30px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_car.jpg);
	text-align: center;
	background-size:cover;
}
.thumb-car .box {
	background: #0072b8;
	border-radius: 10px;
	padding: 20px ;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	display: inline-block;
}

.thumb-truck {
	padding: 30px 0 30px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg2.jpg);
	text-align: center;
	background-size:cover;
}
.thumb-truck .box {
	background: #0072b8;
	border-radius: 10px;
	padding: 20px ;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	display: inline-block;
}

.thumb-machinery {
	padding: 30px 0 30px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_machinery.jpg);
	text-align: center;
	background-size:cover;
}
.thumb-machinery .box {
	background: #0072b8;
	border-radius: 10px;
	padding: 20px ;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	display: inline-block;
}

.thumb-scrap {
	padding: 30px 0 30px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_scrap.jpg);
	text-align: center;
	background-size:cover;
}
.thumb-scrap .box {
	background: #0072b8;
	border-radius: 10px;
	padding: 20px ;
	width: 100%;
	position: relative;
	overflow: hidden;
	text-align: left;
	display: inline-block;
}
.thumb-box2 {
	padding: 46px 0 83px 0;
	overflow: hidden;
}
.thumb-box2 .box {
	background: #0072b8;
	border-radius: 20px;
	padding: 38px 52px 13px 62px;
	overflow: hidden;
}
.thumb-box2 .box .title {
	font: 600 50px/50px 'Open Sans';
	text-transform: uppercase;
	color: #f3c819;
	margin: 29px 60px 0 0;
	float: left;
}
.thumb-box3 {
	background: #ffffff;
	overflow: hidden;
}
.thumb-box4 {
	overflow: hidden;
	padding-bottom: 85px;
}


.thumb-box4 .description2 {
	font: 600 25px/30px 'Open Sans';
	text-transform: uppercase;
	color: #fff;
	margin: 29px 60px 0 0;
	float: left;
}


.thumb-box5 {
	overflow: hidden;
	background: #f4f5f5;
}
.thumb-box5 .box {
	font: 300 30px/30px 'Open Sans';
	text-transform: uppercase;
	color: #f3c819;
	margin: 0;
	padding: 22px 0;
	text-align: center;
	background: #0072b8;
}
.thumb-box6 {
	background: #7a7e86;
	overflow: hidden;
	padding: 62px 0 30px 0;
}
.thumb-box6 h2 {
	color: #ffffff;
}
.thumb-box7 {
	padding: 80px 0 0 0;
	overflow: hidden;
}
.thumb-box7 .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box8 {
	overflow: hidden;
}
.thumb-box9 {
	overflow: hidden;
	padding: 0px 0 28px 0;width: 100%;
}
.thumb-box9 figure{margin: 0 30px 0 0;
    float: left;}
.thumb-box9 span {
	display: inline-block;
	float: left;
	margin-right: 36px;
	font-size: 65px;
	color: #0072b8;
}
.thumb-box9 p {
	margin: 5px 0 0 0;
}
.thumb-box9 a {
	text-transform: uppercase;
	font: 15px 'Open Sans';
	color: #0072b8;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-box9 a:hover {
	color: #31353d;
}
.thumb-box9 .col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box10 {
	background: #7a7e86;
	overflow: hidden;
	padding: 62px 0 30px 0;
}
.thumb-box10 h2, .thumb-box10 h3 {
	color: #ffffff;
}
.thumb-box10 p {
	color: #c8c9cc;
}
.thumb-box11 {
	overflow: hidden;
	padding: 80px 0 30px 0;
}
.thumb-box11 .col-lg-4 {
	margin-bottom: 35px;
}
.thumb-box12 {
	overflow: hidden;
}
.thumb-box12 .col-lg-8, .thumb-box12 .col-lg-4 {
	padding-bottom: 50px;
}
.thumb-box13 {
	overflow: hidden;
	padding: 0 0 30px 0;
}
/*-----tabs-----*/
.nav-tabs {
	border: none;
	margin-bottom: 41px;
}
.nav-tabs li {
	width: 270px;
	line-height: 50px;
	position: relative;
	margin-left: 30px;
}
.nav-tabs li:first-child {
	margin-left: 0;
}
.nav-tabs li a {
	background: #31353d;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: none !important;
	font: 300 30px/30px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	padding: 38px 0 0 0;
	border-radius: 15px;
	position: relative;
	height: 170px;
	width: 100%;
	text-align: center;
	box-shadow: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.nav-tabs li a:hover {
	background: #0072b8 !important;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.nav-tabs li a:hover span {
	color: #ffffff;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.nav-tabs li a:focus {
	outline: none;
}
.nav-tabs li a::after {
 position: absolute;
 bottom: -20px;
 left: 0;
 width: 100%;
 height: 20px;
 background: none;
 content: '';
}
.nav-tabs li a span {
	color: #0072b8;
	font-size: 50px;
	display: block;
	margin-bottom: 9px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	background: #0072b8 !important;
	color: #ffffff !important;
	box-shadow: none !important;
}
.nav-tabs > .active > a span, .nav-tabs > .active > a:hover span {
	color: #ffffff;
}
.nav-tabs > .active > a::after, .nav-tabs > .active > a:hover::after {
 background: url(../img/tr4.png) center 0 no-repeat;
}
.tab-content {
	padding: 25px;
	background: #f4f5f5;
	border-radius: 20px;
	margin: 0 !important;
	overflow: hidden;
}
.tab-content .tab-pane figure {
	float: left;
	margin-right: 42px;
}
.tab-content .tab-pane figure img {
	border-radius: 20px;
}
.tab-content .tab-pane .title {
	font: 20px 'Open Sans';
	text-transform: uppercase;
	color: #31353d;
	margin-bottom: 0;
}
.tab-content .tab-pane .description {
	font: 15px 'Open Sans';
	text-transform: uppercase;
	color: #0072b8;
	margin-bottom: 13px;
}
.tab-content .tab-pane p {
	font: 14px/24px 'Arial';
	color: #5b5757;
	margin-bottom: 0;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	float: left;
}
#newsletter a {
	width: 148px;
	height: 148px;
	padding-top: 34px;
	border-radius: 20px;
	background: #31353d;
	display: inline-block;
	float: right;
	font-size: 37px;
	color: #0072b8;
	text-align: center;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter a:hover {
	background: #ffffff;
	color: #31353d;
}
#newsletter a:hover span {
	color: #0072b8;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter a span {
	font: 300 20px/20px 'Open Sans';
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	margin-top: 6px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter .label {
	overflow: hidden;
	float: left;
	margin-right: 45px;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 15px/18px 'Open Sans';
	color: #5b5757;
	text-transform: uppercase;
	background: #ffffff url(../img/form_icon1.png) 20px center no-repeat;
	height: 61px;
	width: 340px;
	border-radius: 15px;
	border: 1px solid #ffffff;
	padding: 21px 21px 21px 50px;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: 1px solid #ccc;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	right: 12px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #0072b8;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	margin: 0 0 22px 0;
	display: block;
	overflow: hidden;
	border: none;
	position: relative;
}
#newsletter label.email input {
	background: #ffffff url(../img/form_icon2.png) 20px center no-repeat;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 14px/140px 'Open Sans';
	color: #5b5757;
	border-radius: 15px;
	background: #ffffff;
	border: 1px solid #ffffff;
	height: 148px;
	width: 100%;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 74px 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 .badge {
	border-radius: 15px;
	width: 100%;
	line-height: 170px;
	background: none;
	font-size: 100px;
	color: #0072b8;
	margin-right: 30px;
	float: left;
}

.thumb-pad1 .thumbnail .badge img {
	width:100%;
}
.thumb-pad1 .caption {
	padding: 0;
	color: #5b5757;
}
.thumb-pad1 .caption .title {
	font: 300 17px/27px 'Open Sans';
	color: #31353d;
	margin-bottom: 11px;
	text-transform: uppercase;
	text-align:center;
}
.thumb-pad1 .caption .description {
	font: 15px 'Open Sans';
	color: #0072b8;
	margin-bottom: 7px;
	text-transform: uppercase;
	text-align:center;
}
.thumb-pad1 .caption p {
	margin-bottom: 0;
}
.btmfrBxs {
    margin-top: 32px;
}
.btmfrBxs .thumb-pad1 {
    border: 1px #ccc solid;margin-bottom: 40px;
}
.thumb-pad2 {
	margin: 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 .caption {
	padding: 0;
	overflow: hidden;
	color: #5b5757;
	
}
.content a[href^="tel:"] {
    display: inline-block;
}
.thumb-pad2 figure {
	margin: 0 30px 20px 0;
	float: left;
}
figure.figOne {
    float: left;
    width: 50%;margin: 0 30px 20px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
figure.figOne img {
    width: 100%;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
}
.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 26px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0 0 41px 0;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .lnk {
	font: 20px 'Open Sans';
	color: #31353d;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .lnk:hover {
	color: #0072b8;
}
.thumb-pad5 .thumbnail .title {
	font: 15px 'Open Sans';
	color: #0072b8;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.thumb-pad5 .thumbnail .title a {
	color: #0072b8;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .title a:hover {
	color: #31353d;
}
.thumb-pad5 .thumbnail br {
	display: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
}
.thumb-pad5 .thumbnail .caption a {
	font: 15px 'Open Sans';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #0072b8;
}
.thumb-pad5 figure {
	margin: 0 0 23px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: center;
	background: #1abc9c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6:hover {
	background: #2c2c2c;
}
.thumb-pad6 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .caption {
	padding: 26px 15px 38px 15px;
	color: #5b5757;
}
.thumb-pad6 .caption .title {
	font: 300 30px 'Roboto Condensed';
	color: #ffffff;
	margin-bottom: 4px;
	text-transform: uppercase;
}
.thumb-pad6 .caption p {
	font: bold 14px/21px 'Roboto Condensed';
	color: #ffffff;
	margin-bottom: 10px;
}
.thumb-pad6 .caption a {
	display: inline-block;
	width: 27px;
	height: 27px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .caption a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.thumb-pad6 figure {
	margin: 0;
}
.thumb-pad6 figure img {
	width: 100%;
}
.thumb-pad7 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad8 {
	margin: 0 0 78px 0;
	padding: 0 0 75px 0;
	border-bottom: 1px solid #ccc;
}
.thumb-pad8.indent {
	border-bottom: none;
}
.thumb-pad8 .badge {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background: #39464f;
	float: left;
	margin: 0 17px 0 0;
	padding: 7px 0 0 0;
	text-align: center;
	font: 14px/18px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.thumb-pad8 .lnk {
	font: 21px/25px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #35424d;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .lnk:hover {
	color: #1abc9c;
}
.thumb-pad8 .extra-wrap p {
	margin: 0;
	color: #9f9f9f;
}
.thumb-pad8 .extra-wrap p a {
	color: #9f9f9f;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .extra-wrap p a:hover {
	color: #1abc9c;
}
.thumb-pad8 .extra-wrap p span {
	color: #9f9f9f;
	font-size: 13px;
	margin-right: 3px;
}
.thumb-pad8 .thumbnail {
	padding: 42px 0 0 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	width: 100%;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #5b5757;
}
.thumb-pad8 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 43px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption p {
	margin: 0;
}
.thumb-pad9 .thumbnail .caption time {
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #35424d;
}
.thumb-pad9 .thumbnail figure {
	margin: 0 33px 0 0;
	float: left;
}
.thumb-pad9 .thumbnail figure img {
	width: 100%;
}
/* btn
========================================================*/

.btn-default.btn1:hover, input[type="button"]:hover, input[type="submit"]:hover{background:#0f679d}
.btn-default.btn1, input[type="button"], input[type="submit"]{
    box-shadow: none;
    text-decoration: underline;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
    font: 15px 'Open Sans';
    margin: 0;
    text-shadow: none;
    border-radius: 0;
    color: #fff;
    background: #0072b8;
    float: none;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    border: 0;
    text-decoration: none;
    padding: 10px 25px;
}

.btn-default.btn2 {
	box-shadow: none;
	text-decoration: underline;
	text-transform: uppercase;
	display: inline-block;
	padding: 0;
	font: 15px 'Open Sans';
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: none;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #0072b8;
	background: none;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;

	display: inline-block;
	padding: 0 21px;
	font: 14px/50px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background: #1abc9c;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #39464f;
	text-decoration: none;
}
/* list
========================================================*/



.marked-list {
	margin: 0;
	padding: 13px 0 0 0;
	list-style: none;
}
.marked-list.indent {
	margin-bottom: 60px;
}
.marked-list li {
	font-size: 24px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
	color:#fff;
	padding: 0 0 0 0px;
	text-align:left
}


.marked-list li span {
	color:#f3c819;
}
.list1-1 {
	margin: 0;
	padding: 13px 0 0 0;
	list-style: none;
}
.list1-1.indent {
	margin-bottom: 60px;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 15px 0;
	padding: 0 0 0 21px;
	background: url(../img/list_arrow.png) left 4px no-repeat;
}
.list1-1 li a {
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5b5757;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #0072b8;
}
.list1 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
	padding: 38px 0;
	width: 25%;
	text-align: center;
	float: left;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list1 li::after {
 position: absolute;
 top: 0;
 right: 0;
 width: 1px;
 height: 100%;
 background: #ffffff;
 content: '';
}
.list1 li:first-child::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 1px;
 height: 100%;
 background: #ffffff;
 content: '';
}
.list1 li:hover {
	padding: 33px 0 38px 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
.list2 li time {
	font: 15px 'Open Sans';
	text-transform: uppercase;
	color: #0072b8;
	display: inline-block;
	margin-bottom: 2px;
}
.list2 li p {
	margin-bottom: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 25px 0;
	overflow: hidden;
}
.list3 li figure {
	float: left;
	margin: 7px 30px 0 0;
}
.list3 li a {
	font: 15px 'Open Sans';
	color: #0072b8;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #31353d;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
.list4 li p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #ddd;
	font-size: 12px;
	line-height: 20px;
}
.list4 li p a {
	color: #ddd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list4 li p a:hover {
	color: #1abc9c;
}
.list4 li figure {
	float: left;
	margin-right: 10px;
	width: 23px;
}
.list5 {
	margin: 0;
	padding: 16px 0 17px 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding: 0 0 0 34px;
	position: relative;
}
.list5 li a {
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5b5757;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #1cae91;
}
.list5 li::after {
 position: absolute;
 left: 0;
 top: 5px;
 width: 8px;
 height: 8px;
 background: #1cae91;
 border-radius: 100%;
 content: '';
}
.list5-1 {
	margin: 0;
	padding: 16px 0 17px 0;
	list-style: none;
}
.list5-1.indent {
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
	margin-bottom: 70px;
}
.list5-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 12px 0;
	padding: 0 0 0 20px;
	position: relative;
}
.list5-1 li a {
	font: 13px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #5b5757;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5-1 li a:hover {
	color: #1cae91;
}
.list5-1 li::after {
 position: absolute;
 left: 0;
 top: 5px;
 width: 8px;
 height: 8px;
 background: #1cae91;
 border-radius: 100%;
 content: '';
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 13px;
}
.list6 li span {
	width: 52px;
	height: 52px;
	border-radius: 100%;
	background: #39464f;
	font: bold 18px/52px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	display: inline-block;
	float: left;
	margin: 8px 16px 0 0;
	text-align: center;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 13px;
}
.list7 li span {
	width: 70px;
	height: 70px;
	position: relative;
	border-radius: 20px;
	background: #0072b8;
	color: #ffffff;
	font: 300 35px/68px 'Open Sans';
	display: inline-block;
	float: left;
	margin: 5px 30px 0 0;
	text-align: center;
}
.list7 li span::after {
 position: absolute;
 top: 0;
 right: -6px;
 width: 6px;
 height: 100%;
 background: url(../img/tr5.png) 0 center no-repeat;
 content: '';
}
.list8 {
	margin: 0;
	padding: 0 0 50px 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 28px;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 40px 0 0 0;
	position: relative;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: none;
	border: 1px solid #cecece;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #5b5757;
	padding: 9px 13px;
	height: 38px;
	resize: none;
	margin-bottom: 25px;
}
#search {
	margin: 0 0 0 10px;
	position: relative;
	float: right;
}
#search a {
	font-size: 14px;
	color: #dbdbdb;
	position: absolute;
	top: 9px;
	right: 8px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #353535;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 270px;
	border: 1px solid #ffffff;
	font: 12px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5b5757;
	padding: 6px 30px 6px 14px;
	height: 32px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.map {
	margin-bottom: 48px;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 382px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 28px;
}
.info p span {
	width: 107px;
	display: inline-block;
}
.info p a {
	color: #1abc9c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #35424d;
}
.mail {
	color: #5b5757;
	font: 14px 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #0072b8;
	text-decoration: underline;
}
.errorBox {
	text-align: center;
	margin-bottom: 80px;
}

.box-text-big {
    font-size: 18px;
    border: 1px solid black;
    text-align: center;
}

.text-dark {
    color: black;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 63px 0;
	background: #0072b8 !important;
}
.socialbuttons{
    display:block;
    float:none;
    margin:0 auto;
}
footer figure {
	float: left;
	margin-right: 20px;
	margin-top: 1px;
	width: 30px;
}
footer p {
	font: 15px/17px 'Open Sans';
	color: #fff;
	text-transform: uppercase;
}
footer p.priv strong {
	color: #fff;
	font-weight: bold;
}
footer p.priv a {
	text-transform: none;
}
footer a {
	font: 15px/17px 'Open Sans';
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #f3c819;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer em {
	font-style: normal;
}
h4.footheadmenu{
    color:#fff;
    text-align:center;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
footer ul li {
	overflow: hidden;
	float: none;
	margin-right: 7px;
}
ul.footmenu li {
    text-align:center;
}
footer ul li a:hover img {
	margin-top: -34px;
}
.follow_icon {
	padding: 0;
	margin: 16px 0 0 0;
	list-style: none;
	float: right;
}
.follow_icon li {
	float: left;
	margin-left: 8px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	height: 34px;
	width: 35px;
	overflow: hidden;
	display: inline-block;
}
.follow_icon li a:hover img {
	margin-top: -34px;
}
.getQtRg #contact-form .form-div-1, .getQtRg #contact-form .form-div-2, .getQtRg #contact-form .form-div-3 {
    width: 100%;
}
.thumbnail .getQtRg, .blgFrm .getQtRg {
    float: right;
    width: 25%;margin-left: 4%;
}

.gtQBtnS {
    display: block;
    color: #fff;
    background: #53b907 url(../img/arrow-right.png) no-repeat 90% 50%;
    border: 1px #53b907 solid;
    padding: 6px 43px 6px 26px;
    font-size: 20px;
    text-transform: uppercase;
    width: 221px;
    margin: 0 auto;
}
.gtQBtnS:hover {
    background-color: #f3c819;color: #fff;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
.listng-twoCol li{
    float:left;
    width:25%;
}
.two iframe {
    float: left;
    margin-right: 30px;
    clear:both;
}
.two p {
    margin-left: 10px;
    overflow:auto;
    display:block;

}
 .container {
 padding: 0;
}
 .call-box {
 width: 265px;
}
img.imglogo {
    float:left;
}
}
@media (min-width: 992px) {
.listng-twoCol li{
    float:left;
    width:25%;
}
	.rqstFrmBtm {
		display: none;
	}


}

/*===========================================================================================================================*/
@media and (max-width: 1219px) {
.listng-twoCol li{
    float:left;
    width:25%;
}
.two iframe {
    float: left;
    margin-right: 30px;
    clear:both;
}
.two p {
    margin-left: 10px;
    overflow:auto;
    display:block;

}

    img.imglogo {
        position: absolute !important;
        left: calc((100vw /2) - 210px) !important;
    }
     .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #31353d;
 background: #31353d;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
}
@media (min-width: 992px) and (max-width: 1219px) {
.listng-twoCol li{
    float:left;
    width:25%;
}
.two iframe {
    float: left;
    margin-right: 30px;
    clear:both;
}
.two p {
    margin-left: 10px;
    overflow:auto;
    display:block;

}

 header {
 text-align: center;
 padding: 40px 0;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 30px;
}
 header .call-box {
 
 margin-bottom: 30px;
}
 header .call-box span {
 float: left;
 margin-bottom: 10px;
}
 header nav.tm_navbar {
 float: none;
 display: inline-block;
}
 .thumb-box2 {
 text-align: center;
}
 .thumb-box2 .box .title {
 float: none;
 margin: 0 0 30px 0;
}
 .thumb-box2 .box #newsletter {
 float: none;
 display: inline-block;
}
 .nav-tabs li {
 width: 212px;
}
 .errorBox img {
 width: 100%;
}
 nav.tm_navbar .nav {
 display: nonex;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #31353d;
 background: #31353d;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
    .listng-twoCol li{
    float:left;
    width:25%;
}
header h4.navbar-brand{
    float: none;
 margin-bottom: 30px;
}

 #toTop {
 display: none !important;
}
 header {
 text-align: center;
 padding: 40px 0;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 30px;
}
 header .call-box {
 
 margin-bottom: 30px;
}
.extra-wrap .description{
    float:left;
}
 header .call-box span {
 float: left;
 margin-bottom: 10px;
}
 header nav.tm_navbar {
 float: none;
 display: inline-block;
}
 .thumb-box1 {
 padding: 100px 0;
}
 .thumb-box1 .box {
 width: 100%;
 padding: 40px 0 40px 40px;
}
 .thumb-box1 .box p {
 font-size: 30px;
 line-height: 30px;
}
 .thumb-box1 .box a {
 width: 140px;
 line-height: 140px;
 font-size: 40px;
}
 .thumb-box2 {
 text-align: center;
}
 .thumb-box2 .box .title {
 float: none;
 margin: 0 0 30px 0;
}
 .thumb-box2 .box #newsletter {
 float: none;
 display: inline-block;
}
 .nav-tabs li {
 width: 157px;
}
 .nav-tabs li a {
 font-size: 17px;
}
 .thumb-pad2 .caption {
 overflow: visible;
}
 .errorBox img {
 width: 100%;
}
 footer {
 padding: 40px 0;
}
 footer p,  footer a {
 font-size: 12px;
}
 nav.tm_navbar .nav {
 display: nonex;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #31353d;
 background: #31353d;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
}
/*===========================================================================================================================*/


@media (max-width: 991px) {

	.rqstFrmBtm {
		display: block;
	}
	.thumbnail .getQtRg, .blgFrm .getQtRg{display: none;}
header h4.navbar-brand_ {
 float: none;
 margin-bottom: 30px;
}

 
 
}


@media (min-width: 768px) {

.socialbuttons {
    margin-left:30px !important;
}
header h4.navbar-brand_ {
 float: none;
 margin-bottom: 30px;
}


}
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}




 nav.tm_navbar {
 float: none;
 width: 100%;
 text-align: center;
}
 nav.tm_navbar .nav {
 display: inline-block !important;
}
 header {
 text-align: center;
 padding: 40px 0;
}
img.imglogo {
 float:none;   
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 30px;
}
header h4.navbar-brand_ {
 float: none;
 margin-bottom: 30px;
}
 header .call-box {
 float: none;
 margin-bottom: 30px;
}
 header .call-box span {
 float: left;
 margin-bottom: 10px;
}
.extra-wrap .description{
    float:left;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #31353d;
 background: #31353d;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box1 {
 padding: 100px 0;
}
 .thumb-box1 .box {
 width: 100%;
 padding: 40px 0 40px 40px;
}
 .thumb-box1 .box p {
 font-size: 30px;
 line-height: 30px;
}
 .thumb-box1 .box a {
 width: 140px;
 line-height: 140px;
 font-size: 40px;
}
 .thumb-box2 {
 text-align: center;
}
 .thumb-box2 .box {
 padding: 30px;
}
 .thumb-box2 .box .title {
 float: none;
 margin: 0 0 30px 0;
}
 .thumb-box2 .box #newsletter {
 float: none;
 display: block;
}
 .thumb-box2 .box #newsletter input {
 width: 100%;
}
 .thumb-box2 .box #newsletter .label {
 float: none;
 margin-right: 0;
 display: block;
}
 .thumb-box2 .box #newsletter a {
 float: none;
}
 .thumb-box2 .box .title {
 font-size: 30px;
 line-height: 30px;
}
 .nav-tabs li {
 width: 100%;
 margin: 0 0 2px 0;
}
 .nav-tabs li a {
 font-size: 17px;
 height: 60px;
 padding: 12px 0 0 0;
}
 .nav-tabs li a span {
 font-size: 25px;
 display: inline-block;
 margin-right: 10px;
 position: relative;
 top: 3px;
}
 .nav-tabs li a::after {
 display: none;
 content: none;
}
 .tab-content .extra-wrap {
 overflow: visible;
}
 .tab-content .tab-pane figure {
 margin-right: 20px;
}
 .thumb-box5 .box {
 font-size: 20px;
 line-height: 20px;
}
 .list1 li {
 width: 100%;
 padding: 10px 0 10px 0;
}
 .list1 li:hover {
 padding: 30px 0;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}
 .list1 li::after {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background: #ffffff;
 content: '';
}
 .list1 li:first-child::after {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 1px;
 background: none;
 content: '';
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad2 .caption {
 overflow: visible;
}
 footer {
 padding: 40px 0;
 text-align: center;
}
 footer .col-lg-4 {
 margin-bottom: 35px;
}
 footer figure {
 float: none;
 display: inline-block;
 margin: 0 0 5px 0;
}
 footer p,  footer a {
 font-size: 12px;
}
 footer ul {
 float: none;
 display: inline-block;
}
 .map iframe {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {

 .thumb-box1 {
 padding: 100px 0;
}
 .thumb-box1 .box {
 width: 100%;
 padding: 40px 0 40px 40px;
}
 .thumb-box1 .box p {
 font-size: 20px;
 line-height: 20px;
}
 .thumb-box1 .box a {
 width: 120px;
 line-height: 120px;
 font-size: 30px;
}
 .thumb-pad4 figure {
 margin: 0 0 26px 0;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad5 .thumbnail br {
 display: block;
}
 .thumb-pad5 .thumbnail .title a {
 float: none !important;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {

 .thumb-pad1 .thumbnail .badge {
 width: 100%;
 float: none;
 margin: 0 0 20px 0;
 height: 60px;
 line-height: 60px;
 font-size: 30px;
}
 .errorBox img {
 width: 100%;
}
 .tab-content .tab-pane figure {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
nav.tm_navbar {
    margin-top:0px;
}
iframe{
    width:325px;
}
#contact-form{
 width: 300px;
  
}
 
.call-box {
float: right;
display: inline-block;
    margin: 0 auto;
}    
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-box1 {
 padding: 100px 0;
}
 .thumb-box1 .box {
 width: 100%;
 padding: 20px 0px 20px 20px;
}
 .thumb-box1 .box p {
 font-size: 12px;
 line-height: 20px;
}
 .thumb-box1 .box a {
 width: 80px;
 line-height: 80px;
 font-size: 20px;
}
 .tab-content .tab-pane figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
    
nav.tm_navbar {
    margin-top:0px;
}

iframe{
    width:300px;
}
#contact-form{
 width: 250px;
  
}
 
.call-box .description {
	font: 300 30px/26px 'Open Sans';
	text-transform: uppercase;
	color: #31353d;
	margin-bottom: 0;
	float: left;
} 
.call-box {
float: right;
display: inline-block;
    margin: 0 auto;
}

 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
#contact-form .btn {
    color: white;
    background-color:green;
}
form#contact-form input[type='text'] {
    color: #000;
}
form#contact-form textarea{
    color:#000;
}
body{
    color:#000;
}

 



/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
