body{
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif !important;

}

a:hover{
    text-decoration: none !important;
}

.top-header{
    background-color: #fff500;
}
.contact-section{
    float: right;
}

.contact-section span{
    color:#1f1f1f;
    float: left;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 10px 28px 13px;
    /*text-transform: uppercase;*/
}
.contact-section span a{
    color: #1f1f1f;
    margin-left: 0.2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-section span a:hover{
    color: #000;
    text-decoration: none;
}

.navbar {
    margin-bottom:0px!important;
    border-radius: 0px !important;
}
.navbar-default {
    background : #fff !important;
    border-color: #fff !important;
}
.navbar-default .navbar-nav>li>a {
    font-weight: 700;
    font-size: 15px; 
    text-transform: uppercase;
    padding: 10px 18px;
    color: #da2202 !important;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #000 !important;
}
.navbar {
    min-height: 60px !important;
}
.navbar-brand{
    line-height: 28px!important;

}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 500px;
}
.carousel-control.left , .carousel-control.right {
    background-image:none !important;
}
.navbar-nav>li>a {
    line-height: 28px !important;
}

/*============================FOOTER SECTION =======================*/

.footer-section{

    background: #161616;
    color:#909090;
    padding: 30px 0 60px 0;
    font-size: 14px;
}
.important-links li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    margin: 15px 0;
}
.links li{
    list-style-type: none;
    margin-bottom: 10px;
}
.links li a{
    color:#909090;
    text-decoration: none;
    transition: all 0.5s ease-in-out;

}
.links li a:hover{
    color:#fff500;
}
.footer-bottom-layout{
    background-color: #0c0c0c;
    padding: 20px 0;
}
.copyright-tag{
    text-align: left;
    color: #808080;
}
.footer-social{
    margin-top: 5%;
}
.footer-social li a{
    padding-right: 30px;
}

/*****************Start Back to Top********************************/

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 0px;
    right: 10px;
    display:none;
    float: left;
    z-index: 1;
    opacity: 0.80;
}

.back-to-top i {
    color: #fff;
    font-size: 27px;
    text-align: center;
    width: 40px;
    height: 35px;
    line-height: 35px;
    border-radius: 15%;
    background-color: #000;

}
.back-to-top i:hover{
    color: #fff000; 
}
/***************** End Back to Top********************************/

.heading-block{
    font-family: 'Open Sans' , sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 30px;
    color: #fb091f;
}
.heading{
    font-family: 'Open Sans' , sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 30px;
    color: #fff500;
}
/*=================*/

.new-products{
    background: #f5f5f5;
    padding: 30px 0px 60px 0px;
}
.new-products .price h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 20px;
}

.new-products .price p {
    font-weight: bolder;
    /*color: #f54f29;*/
    font-size: 24px;
    text-transform: uppercase;
}

.orange-btn {
    padding: 13px 25px;
    border: none;
    text-align: center;
    background: #f54f29;
    cursor: pointer;
    color: #FFF;
    margin: 10px 0px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f6f6f6;
    border: none;
    border-radius: 0px;
    font-size: 12px;

}

.arrows {
    position: relative;
    top: -60px;
}


.col-item{
    background-color: #fff;
    text-align: center;
    padding: 50px 20px 50px 20px;
    box-shadow: -2px 4px 11px 1px #b3b3b3;
}
.col-item-1{
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 12px 20px 13px 20px;
    box-shadow: -2px 4px 11px 1px #b3b3b3;
    border-radius: 5px;
}
.services-section{
    padding: 30px 0px 50px 0px;
}

.about-section{
    background: #f5f5f5;
    padding: 30px 0px 60px 0px;
}

.service{
    padding: 0 0 30px 85px;
    position: relative;
}
.service i {
    border: 2px solid #fff500;
    border-radius: 50%;
    color: #000;
    display: block;
    font-size: 1.75em;
    height: 70px;
    left: 0;
    line-height: 66px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}

.service strong{
    font-size: 18px;
}
.service p{
    color: #909090;
}
.services-section h1{
    margin-bottom: 50px;
}

.parallax {
    /* The image used */
    background-image: url("images/background-testimonials.jpg");
    /* Set a specific height */
    min-height: 300px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallax-1 {
    /* The image used */
    background-image: url("images/background-testimonials.jpg");
    /* Set a specific height */
    min-height: 500px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#contact{
    padding-top: 4%;
}

.call-section{
    color: #333;
    background-color: #fff500eb;
    min-height: 500px;
    padding: 30px 0 50px 0;
}
.testimonial-section{
    color: #333;
    background-color: #393a2deb;
    min-height: 500px;
}



blockquote small{
    color: #000 !important;
}
.testimonial-section p{
    font-size: 15px;
}
.about-section p{
    color: #909090;
}

.arrows1{
    position: relative;
    top: -10px;
    z-index: 11111;
}

.txt-height{
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #f1f1f1 !important;
    border-radius: 0px !important;
    background: transparent !important;
    color: #fff !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}