
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% !important;
  border: 1px solid #ddd !important;
}

th, td {
  text-align: left;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}

h2 {
    padding: 0;
    margin: 0;
    font-size: 17px;
    padding-bottom: 0;
    line-height: 24px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; padding-bottom:15px;
}

.top_bar_user .widget ul.widget_info_text li{ font-size: 12px; }

.industries .industries-content-box {
    text-align: center;
    padding: 15px 15px 15px 15px;
    position: relative;
    border-top: 1px solid #e9eef6;
    background: #e1e0e0;
}

.industries-box-inner {
    position: relative;
    overflow: hidden;
	padding:10px;
}

.industries .industries-box {
    border: 1px solid #e9eef6;
}

.industries {
    width: calc(50% - 2px);
    clear: both;
    overflow: hidden;
    position: relative;
}

.industries .industries-content-box h3 {
    padding: 0;
    margin: 0;
    font-size: 14px;
	    color: #242b52;
    padding-bottom: 0;
    line-height: 24px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.btn-orange {
	background:#ffc20e;
	color: #242b52 !important;
}

.btn-orange:hover {
	background:#fff;
}

@media screen and (max-width:767.98px) {
.ttm-header-style-03 .menubar {
    position: absolute !important;
    margin-bottom: 30px;
    top: 0 !important;
    bottom: 0 !important;
}

nav.menu ul.nav > li > a {
    text-align: left;
    padding: 20px;
}

nav.menu ul.nav li.mega-menu-item ul.mega-submenu > li > a {
    text-align: left;
}

.menubar-inner, .menubar-inner:after, .menubar-inner:before {

    background-color: #fff;
}
}

@media (min-width:768px) and (max-width:1024px) {
	.ttm-header-style-03 .menubar {
    position: absolute !important;
    margin-bottom: 30px;
    top: 0 !important;
    bottom: 0 !important;
}

nav.menu ul.nav > li > a {
    text-align: left;
    padding: 20px;
}

nav.menu ul.nav li.mega-menu-item ul.mega-submenu > li > a {
    text-align: left;
}

.menubar-inner, .menubar-inner:after, .menubar-inner:before {

    background-color: #fff;
}
}

.bg-slider {
	
	background-repeat: no-repeat;
    background-image: url(../images/stone-bg.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
}

.form-control {
	background: transparent !important;
	border-bottom: 1px solid #eaeaea !important;
	color: #ffffff !important;
	
}

.error {color:red !important;}


.message {color:#ffc20e !important; font-size: 20px !important; padding-bottom:20px;}