body{
    font-size:14px;
    letter-spacing:0.5px;
    line-height:20px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    letter-spacing:1px;
    line-height:24px;
    margin-top:0;
    font-family: 'Oswald', sans-serif;
}
img{
    max-width:100%;
}

ul{
    list-style:none;
    padding-left:0;
    margin-bottom: 0;
}
.header_content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.navbar-brand {
    height: auto;
    max-width: 300px;
    padding: 10px 15px;
}
.navbar-inverse {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
    border-radius: 0px;
    min-height: 1px;
}
li.call_btn a {
    color: #000;
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
}
.navbar-inverse .navbar-nav>li>a {
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #0073aa;
    background-color: transparent;
}
li.call_btn a:hover, li.call_btn a:focus{
    color: #0073aa;
    text-decoration: none;
}
li.call_btn {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 0px 6px;
}
li.call_btn img {
    max-width: 22px;
    margin-right: 5px;
}
.slick-initialized .slick-slide:focus{
    outline: none;
}

.custum_btn {
    text-align: center;
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    background: #0073aa;
    border-radius: 30px;
    display: inline-block;
    padding: 16px 40px;
    font-size: 18px;
    text-transform: uppercase;
}
.custum_btn::before, .custum_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(173, 138, 7, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-13%,-190%) rotate(-30deg);
    transform: translate(-13%,-190%) rotate(-30deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
/*.custum_btn::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}*/
.custum_btn:hover::before, .custum_btn:hover::after {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.custum_btn:hover {
    color: #fff;
    text-decoration: none;
}
.custum_btn span {
    position: relative;
    z-index: 9;
}
.slide__content--headings .custum_btn{
    margin-top: 15px;
}
.about_us {
    position: relative;
    background: #f9f9f9;
    padding: 60px 0px;
}
.ab_content p {
    color: #666;
    line-height: 32px;
    font-size: 15px;
}
.divider_line {
    background: #ffcd11;
    width: 70px;
    height: 2px;
    margin: 30px 0px;
}
.about_div h3 {
    font-size: 18px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
}
.about_div h2 {
    font-weight: 600;
    color: #000;
    line-height: 30px;
}
.ab_img{
    position: relative;
}
.Trailer_plant {
    position: relative;
    padding: 60px 0px;
}
.gallery_product {
    padding: 2px;
}
ul.isotop_uline {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
li.filter-button {
    -webkit-transform: skew(-22deg);
    transform: skew(-22deg);
    border: 2px solid #0072a9;
    padding: 10px 35px;
    margin: 0px 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}
li.filter-button span {
    -webkit-transform: skew(22deg);
    transform: skew(22deg);
    display: inline-block;
}
li.filter-button:hover {
    background: #0072a9;
    color: #fff;
}
.services {
    position: relative;
    padding: 100px 0;
}
.new-services-bg {
    background-image: url(../images/1.jpg);
}
.parallax--bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.parallax {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.parallax__container {
    position: absolute;
    clip: rect(0, auto, auto, 0);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -10;
}
.services:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.services h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}
.services p.lead_txt {
    color: rgba(255, 255, 255, 0.83);
    font-size: 15px;
    text-align: center;
    line-height: 26px;
    max-width: 800px;
    margin: 0 auto;
}
.s_grid {
    text-align: center;
    margin: 20px 0px;
    position: relative;
}
.s_grid img {
    max-width: 70px;
    margin-bottom: 20px;
}
.s_grid h3 {
    color: #fff;
}
.s_grid p {
    color: rgba(255, 255, 255, 0.81);
    font-size: 15px;
    line-height: 24px;
}
footer#footer{
    background: #ececec;
}
footer#footer {
    background: #f5f5f5;
    position: relative;
    padding-top: 40px;
}
.featured_link {
    padding-left: 40px;
}
.footer_widget h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer_widget li {
    margin-bottom: 8px;
}
form.newsletter_form input.form-control {
    height: 44px;
    margin-bottom: 10px;
    box-shadow: none;
    border-radius: 30px;
}
button.btn.news_btn {
    width: 100%;
    height: 44px;
    background: #0072a9;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 30px;
}
.footer_bottom {
    margin-top: 15px;
}
.footer_bottom .container {
    border-top: 1px solid #ddd;
    padding: 15px;
}
.copyright p {
    margin-bottom: 0;
    color: #8e8e8e;
}
.footer_logo img {
    margin-bottom: 20px;
}
.footer_logo p {
    color: #8e8e8e;
    font-size: 13px;
}
.footer_widget.featured_link ul li a {
    color: #8e8e8e;
    font-size: 14px;
}
ul.footer-address li {
    color: #8e8e8e;
}
ul.footer-address li a{
    color: #0073aa;
}
.footer_menu li a {
    color: #0073aa;
}
.gallery_product img:hover {
    opacity: 0.6;
}
.banner {
    position: relative;
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner h2 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.52);
}
button.custum_btn.submit_btn {
    border: none;
}
.contact_us {
    position: relative;
    padding: 60px 0px;
}
.cont_d img {
    max-width: 80px;
    margin-bottom: 20px;
}
.cont_detail {
    position: relative;
}
.cont_d h3 {
    text-transform: uppercase;
    font-size: 20px;
}
.cont_d p, .cont_d a {
    color: #666;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 0;
}
.contact_form h2, .contact_map h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}
.contact_form h2:before, .contact_map h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    background: #ffcd11;
    height: 2px;
}
.contact_form_vs .form-group {
    margin-bottom: 20px;
}
form.contact_form_vs label {
    font-weight: 500;
    font-size: 14px;
    color: #666;
}
form.contact_form_vs input.form-control, form.contact_form_vs textarea.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
}
input.form-control {
    height: 44px;
    box-shadow: none;
    font-size: 13px;
}
.cont_detail .container {
    border-top: 1px solid #eee;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about_div.about_page_div {
    float: left;
    width: 50%;
    margin-right: 3%;
}
li.filter-button.active {
    background: #0072a9;
    color: #fff;
}
.plant_hire {
    position: relative;
    padding: 60px 0px;
}
.hire_header_section h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 32px;
}
.hire_header_section p.lead_txt {
    font-size: 15px;
    line-height: 25px;
    color: #666;
}
.h_grid {
    position: relative;
    margin-top: 35px;
}
.h_img {
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.h_img img{
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.h_grid h3 a {
    color: #000;
    font-size: 20px;
    text-decoration: none;
}
.h_img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0.7;
}
.roller_div {
    position: relative;
    padding: 60px 0px;
}
ul.hire_ul_list {
    background: #f2f2f2;
    position: relative;
    border-radius: 10px
}
ul.hire_ul_list li {
    border-bottom: 1px solid #ddd;
}
ul.hire_ul_list li a {
    padding: 16px 15px;
    display: inline-block;
    color: #868383;
    font-size: 14px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
ul.hire_ul_list li a:hover {
    color: #0073aa;
    text-decoration: none;
}
ul.hire_ul_list li:last-child{
    border-bottom: none;
}
.left_side_hire h3 {
    font-size: 20px;
}
.hire_product_cat h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.hire_product_cat p.lead_txt {
    font-size: 15px;
    line-height: 25px;
    color: #666;
}
.c_grid {
    margin-top: 40px;
    position: relative;
    border: 1px solid #eee;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
}
.c_img {
    width: 40%;
    float: left;
}
.c_txt {
    width: 58%;
    float: left;
    margin-left: 2%;
}
.c_txt h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
.c_txt a {
    color: #ffcd11;
    font-size: 12px;
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
}
ul.prod_feat_list li {
    font-size: 13px;
    line-height: 22px;
}
.c_grid:hover .c_img img {
    opacity: 0.6;
}
.navbar-inverse .navbar-toggle {
    border-color: #0374ab;
}
.navbar-toggle {
    background-color: #0374ab;
}
.Terms {
    position: relative;
    padding: 60px 0px;
}
.terms_grid {
    margin-bottom: 30px;
}
.Terms .terms_grid:last-child {
    margin-bottom: 0px;
}
.terms_grid h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.terms_grid p{
    color: #666;
    line-height: 24px;
    font-size: 14px;
}
