.top-bar-info ul li a {
    color: white;
}
.top-bar-info ul li a .fa {
    font-size: 18px;
}
.btn-devaki {
    background: #a92c2d;
    color: white;
    text-transform: capitalize;
    transition: all 0.5s;
    float: right;
}
.btn-devaki-lg {
    display: block;
    width: 100%;
    background: #a92c2d;
    color: white;
    text-transform: capitalize;
    transition: all 0.5s;
}
.btn-devaki-lg .fa, .btn-devaki .fa {
    font-size: 15px;
    padding: 0px 0 0 9px;
}
.btn-devaki-lg:hover, .btn-devaki:hover {
    color: #a92c2d;
    background: transparent;
    border: 1px solid;
}
.btn-devaki-lg:hover .fa, .btn-devaki:hover .fa {
    padding: 0px 0 0 18px;   
}
.iso{    
    position: absolute;
    top: 8px;
    right: -80px;
}
.iso img {   
    width: 75px;
    height: 76px;
}
.section-block-grey {
    padding: 50px 0px 20px 0px;
    background-color: #f9f9f9;
}
.section-heading small {
    font-size: 10px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1.5px;
    opacity: 0.88;
}
.section-heading h3 {
    text-transform: uppercase;
}
.section-heading h3 span {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    color: #aa2b2c;
    line-height: 160%;
    margin-bottom: 10px;
}
.address {

}
.address h1 {
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-style: italic;
}
.address p {
    color: white;
    line-height: 180%;
}
.address p .fa {
    font-size: 18px;
}
.footer-list li a {
    color: white;
}
footer p {
    color: white;
}
.btn-contact-top {
    
}
.text-black {
    color: black !important;
}
.section-heading-line {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #d21e2b;
    border-radius: 25%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}
.team-member-text {
    text-align: left;
    padding: 20px 20px;
}
.team-member-text h4 {
    color: #a92c2d;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 3px;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    text-transform: uppercase;
    text-align: center;
}
.team-member {
    overflow: hidden;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 5px;
    box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.16);
    margin: 20px 10px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.section-block-grey {
    margin: 0;
    background-color: #f9f9f9;
    padding: 30px 0 25px 0;
}
.bg-products {
    margin: 0;
    padding: 50px 0 0 0;
}
.section-heading {
    margin-bottom: 0;
}
.bg-products {
    background: url(../files/bg-products.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.bg-products::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
}
.custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 0;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.white-strip {
    background: #f9f9f9eb;
    padding: 5px;
}
.gallery_product img {
    box-shadow: 2px 3px 15px grey;
}
.section-block-parallax {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    margin: 0;
    padding: 50px 0 0 0;
}
.contact-form input {
    font-weight: 500 !important;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #f6f7f8;
    background: #f6f7f8;
    color: #777 !important;
    outline: none;
    width: 100%;
    padding: 12px;
    margin: 8px 0px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.contact-form textarea {
    font-weight: 500 !important;
    border-radius: 5px;
    font-size: 13px;
    border: 1px solid #f6f7f8;
    background: #f6f7f8;
    color: #777 !important;
    outline: none;
    width: 100%;
    padding: 14px;
    margin: 10px 0px;
    margin-bottom: 5px;
    min-height: 170px;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}


.bg-contact {
    position: relative;
    z-index: 1;
}
.bg-contact::before {
    position: absolute;
    top: 0;
    left: -80px;
    width: 860px;
    height: 100%;
    content: '';
    z-index: -1;
    background: #d21e2b94;
    transform: skewX(-15deg);
}


.bg-contact2 {
    position: relative;
    z-index: 1;
    margin-left: -10%;
}
.bg-contact2::before {
    position: absolute;
    top: 0;
    left: -80px;
    width: 860px;
    height: 100%;
    content: '';
    z-index: -1;
    background: #ab3c35;
    transform: skewX(-15deg);
}





.white-content .section-heading {

}
.white-content .section-heading small {
    color: white;
}
.white-content .section-heading h3 {
    color: white;
}
.white-content .section-heading h3 span {
    color: #111111;
}

#main_logo {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 20%;
    position: absolute;
    margin-top: -75px;
}




@media (min-width: 375px) and (max-width: 767px) {
 

    .navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: 0;
}


.ts-service-bg {
    padding: 103px 0 47px !important;
    background: url(../files/bg/bg-layout.jpg);
    background-size: cover;
    background-position: bottom right;
    background-repeat: no-repeat;
}


    .section-block {
    padding: 0px 0px 0px 0px;
    background-color: #fff;
}


    #main_logo {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 30%;
    position: absolute;
    margin-top: -30px;
}




    .bg-contact::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        z-index: -1;
        background: #d21e2b94;
        transform: skewX(0);
    }
}




.icon-img{
    margin-left: 30%;
    margin-bottom: 20px;
    padding-top: 30px;
}


.ts-service-bg {
    padding: 190px 0 150px;
    background: url(../files/bg/bg-layout.jpg);
    background-size: cover;
     background-position: bottom right;  
     background-repeat: no-repeat;
}

.bs{
    box-shadow: 2px 3px 4px #aeaeae;
}