body,
html {
    font-family: 'Lato', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    /*color: #1c424d;*/
    
    background: #fefefe;
}
h1 {
    font-weight: 700;
}
h1 strong {
    font-weight: 900;
}
h2 {
    font-size: 36px;
    margin: 0;
}
h3 {
    font-size: 16px;
    font-weight: 700;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
a {
    color: #111111;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #111111;
}
.img-centered {
    margin: 0 auto;
}
ul,
ol {
    list-style: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #032e3a;
    z-index: 99999;
    height: 100%;
}
#status {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    padding: 0;
}
.section-title {
    padding: 30px 0;
}
.section-title h2 {
    font-weight: 400;
    margin-bottom: 0px;
}
hr {
    height: 3px;
    width: 60px;
    position: relative;
    background: #626a29;
    border: 0;
    margin-bottom: 30px;
}
/* Navigation */

#menu {
    padding: 20px;
    transition: all 0.8s;
}
#menu.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
    /*text-transform: uppercase;*/
    
    font-size: 22px;
    color: #f1f1f1;
    font-weight: 700;
    letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
    color: #ffffff;
}
#menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
    color: #ccc;
}
.on {
    background-color: #111111 !important;
    padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #f3ca27 !important;
    background-color: transparent;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f3ca27;
    border-color: #f3ca27;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
    background-color: #FFF;
}
/* Home Style */

header {
    background: url(../img/tools.jpg) no-repeat bottom center;
    background-size: cover;
    color: #d9e0e2;
    position: relative;
    height: 100%;
}
header p {
    color: #d9e0e2;
    font-size: 20px;
    margin-bottom: 80px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.intro-text {
    position: relative;
    padding-top: 150px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 120px;
}
.intro-text H1 {
    font-size: 34px;
    /*text-transform: uppercase;*/
    
    color: #f1f1f1;
    /*letter-spacing: 2px;*/
    
    font-weight: 500;
}
.form-group {
    width: 60%;
    margin: 30px 0px;
}
.form-control {
    display: inline-block;
    margin-bottom: 10px;
}
.dropdown-list {
    width: 18%;
}
.search-input {
    width: 65%;
}
.search-btn {
    width: 11%;
    background: #2a5290;
    color: #fff;
    border: none;
}
/***Search Result**/

ul,
li {
    margin: 0;
    padding: 0;
}
.search {
    text-align: left;
    position: relative;
}
.search input:focus + .search-ac {
    display: block;
}
.search-ac {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fdfdfd;
    border: 1px solid;
    border-color: #cbcfe2 #c8cee7 #c4c7d7;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -moz-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: -o-linear-gradient(top, #fdfdfd, #eceef4);
    background-image: linear-gradient(to bottom, #fdfdfd, #eceef4);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.search-ac:hover {
    display: block;
}
.search-ac li {
    display: block;
}
.search-ac li:first-child {
    margin-top: -1px;
}
.search-ac li:first-child:before,
.search-ac li:first-child:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border: 5px outset transparent;
}
.search-ac li:first-child:before {
    border-bottom: 5px solid #c4c7d7;
    top: -11px;
}
.search-ac li:first-child:after {
    border-bottom: 5px solid #fdfdfd;
    top: -10px;
}
.search-ac li:first-child:hover:before,
.search-ac li:first-child:hover:after {
    display: none;
}
.search-ac li:last-child {
    margin-bottom: -1px;
}
.search-ac a {
    display: block;
    position: relative;
    margin: 0 -1px;
    padding: 6px 40px 6px 10px;
    color: #808394;
    font-weight: 500;
    text-decoration: none;
    text-shadow: 0 1px white;
    border: 1px solid transparent;
    border-radius: 3px;
}
.search-ac a span {
    font-weight: 200;
}
.search-ac a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url("../img/arrow.png") 0 0 no-repeat;
}
.search-ac a:hover {
    color: white;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    background: #338cdf;
    border-color: #2380dd #2179d5 #1a60aa;
    background-image: -webkit-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -moz-linear-gradient(top, #59aaf4, #338cdf);
    background-image: -o-linear-gradient(top, #59aaf4, #338cdf);
    background-image: linear-gradient(to bottom, #59aaf4, #338cdf);
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.08);
}
/**/

.color {
    color: #ffffff;
}
/* Services Section */

#services-section {
    padding: 30px 0 100px 0;
    background: #f5f5f5;
}
#services-section h4 {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
}
.space {
    margin-top: 40px;
}
#services-section i.fa {
    font-size: 34px;
    border: 0;
    width: 100px;
    height: 80px;
    padding: 22px 25px;
    background: #fff;
    /*margin-bottom: 6px;*/
    
    border-radius: 10%;
    color: #2a5290;
    transition: all 0.5s;
}
.service {
    /*margin-bottom: 20px;*/
    
    border: 1px solid #eee;
    height: 180px;
    margin: 10px;
    margin-bottom: 10px;
    /*box-sizing: border-box;*/
    
    border-collapse: collapse;
    /*border: 1px solid #f1f1f1;*/
    
    border-radius: 3px;
    overflow: hidden;
    background-size: cover;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    /*border-spacing: 0px;*/
}
.cat-text {
    height: 100%;
    line-height: 180px;
    width: 100%;
    background: rgba(1, 1, 1, 0.3);
    box-sizing: border-box;
}
.service:hover .cat-text {
    background: rgba(1, 1, 1, 0.6);
}
.services {
    height: 150px;
    border: 1px solid #eee;
    margin: 5px;
    background: #fff;
}
.vendors {
    border: 1px solid #ddd;
    margin: 10px;
    padding: 10px;
    text-align: left;
    background: #fff;
    position: relative;
}
.vendors h3 {
    margin: 5px 0px;
}
.vendors a {
    display: inline-block;
}
.vendors p {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.v-image {
    height: 150px;
    width: 150px;
    background: #ebcaca;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.quote-btn {
    background: #337ab7;
    color: #f5f5f5;
    border: 1px solid #337ab7;
    padding: 5px 7px;    
    border-radius: 3px;
    float: right;
    margin-right: 20px;
}
.quote-btn:hover {
    border: 1px solid #337ab7;
    color: #f5f5f5;
}
.view-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.rating > span:hover:before {
    content: "\2605";
    position: absolute;
}
.rating {
    font-size: 20px;
    color: #ffcc00;
}
.services:hover {
    border: 1px solid #ccc;
    background: rgba(250, 250, 250, 0.5);
}
/*.service:hover{    background: #eeeeee;}*/

#services-section .services img {
    height: 80px;
    width: auto;
    padding: 22px 0px;
}
/*#services-section .service:hover>i.fa {	background: #0b3540;}*/
/* Category Section*/

#category-section {
    padding: 30px 0 100px 0;
    background: #fff;
}
/* Testimonials Section */

#testimonials-section {
    padding: 80px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
    
    background: #fff;
    background-size: cover;
    background-attachment: fixed;
}
#testimonial {
    padding: 30px 0;
}
#testimonial .item {
    display: block;
    width: 100%;
    height: auto;
}
#testimonial .item p {
    font-weight: 400;
    margin: 0 0 30px 0;
}
/* Footer */

#footer {
    background: #444;
    padding: 15px 0 10px 0;
    color: #f1f1f1;
    text-align: center;
}
#footer p {
    margin-top: 10px;
}
.footer-menu {
    padding: 40px 0px;
}
.footer-menu li {
    display: inline;
    padding: 20px;
}
.footer-menu a {
    color: #fff;
}
.footer-menu a:hover {
    color: #eee;
}
/** Quote Section **/

.bl {
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 20000;
}
.forms {
    background: #fff;
    border: 1px solid #f1f1f1;
    min-height: 250px;
    width: 70%;
    /*max-width:800px;*/
    
    color: #222;
    font-size: 14px;
    /*    padding-left: 30px;    padding-right: 10px;*/
    
    line-height: 1.5em;
    padding-bottom: 18px;
    position: absolute;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 130px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 3px;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 80000;
}
.form-inner {
    background-color: #fff;
    margin: 0 auto;
    max-width: 700px;
    /*height: 100px;*/
    /*background-color: #ccc;*/
    
    border-radius: 3px;
    border-radius: 3px;
    /*display: none;*/
    
    display: relative;
    z-index: 80000;
    padding-bottom: 5px;
    box-shadow: 1px 1px 1px #fff;
    transition: all ease 0.3s;
}
.head-form {
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    padding: 5px 10px;
    box-sizing: border-box;
}
.close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    line-height: 40px;
    font-size: 14px;
    color: #444;
    cursor: pointer;
    font-weight: 500;
}
.content_form {
    padding: 7px;
    padding-top: 10px;
    box-sizing: border-box;
}
.content_form p {
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.content_form input {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.content_form input[type="submit"] {
    box-sizing: border-box;
    border: 1px solid #1d3c9d;
    background: #1d3c9d;
    color: #fff;
    margin-top: 18px;
    transition: 0.2s all ease-in-out;
    opacity: 0.9;
}
.content_form textarea {
    width: 100%;
    resize: none;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    height: 108px;
    border-radius: 2px;
}
/** Tabs **/

.tabs-container {
    height: 60px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    text-align: center;
    /*line-height: 60px;*/
}
.tabs-container ul {
    margin: 0 auto;
}
.tabs-container ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
}
.logo-company {
    width: 150px;
    height: 150px;
    background: #fff;
    border-radius: 3px;
    border: 2px solid rgba(4, 4, 4, 0.4);
}
.about {
    min-height: 400px;
    display: none;
}
.about p {
    line-height: 20px;
    font-size: 14px;
    text-align: justify;
}
.selected {
    border-bottom: 2px solid #2f43b3;
    color: #2f43b3;
}
.about-section {
    background: #fff;
    min-height: 300px;
    /*width: 80%;*/
    
    border: 1px solid #eee;
    color: #444;
}
.review {
    height: auto;
}
.review-section {
    text-align: left;
    background: #fff;
    min-height: 300px;
    /*width: 80%;*/
    
    border: 1px solid #eee;
    color: #444;
}
@media (max-width: 768px) {
    .content {
        padding: 40% 0 0;
    }
}
@media (max-width: 603px) {
    #menu.navbar-default {
        background-color: rgba(0, 0, 0, 0.7);
    }
    label {
        float: none !important
    }
    .hover-bg .hover-text {
        padding: 12% 10%;
    }
    .form-group {
        width: 80%;
    }
    .form-control {
        display: block;
    }
    .dropdown-list {
        width: 100%;
    }
    .search-input {
        width: 100%;
    }
    .search-btn {
        width: 100%;
    }
}
.search {
    display: inline;
}
@media (max-width: 360px) {
    .hover-bg .hover-text {
        padding: 22% 10%;
    }
    .search {
        display: block;
    }
    .forms {
        margin-top: 0;
    }
}