@import url('https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500');
body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #ececec;
    background-position: center;

}
/*Global rule*/
ul{
    margin: 0px;
    padding: 0px;
}
header {
    background: #ececec;
    padding-top: 3px;
    padding-bottom: 10px;
    background-image: url(../imgs/top_bg.jpg);
    background-size: cover;
    background-position:  center;
}
.h-info{
    font-size: 13px;
    font-weight: 500;
    margin-top: 50px;
}
.h-info span{
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.branding a img{
    display: block;
    margin: 0px auto;
}
.socials{
    padding: 10px 0px;
    padding-bottom: 15px;
}
.socials a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: white;
    color: black;
    transition: all 0.4s;
    margin-right: 10px;
    text-align: center;
}
.socials a:hover{
    background-color: #f58634;
    color: white;
}
.banner-outer{
    padding: 3px 0px;
    background-color: white;
    box-shadow: 0px 4px 10px #55555575;
}

.heading-home{
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 1px;
    color: #1c1c1c;
    margin-bottom: 10px;
}
.lipsum{
    line-height: 25px;
}
.front-about a{
    display:inline-block;
    padding: 5px 10px;
    background: #183e65;
    color: white;
    margin-top: 10px;
}
.home-page{
    padding: 50px 0px;
}



.our-cateories{
    background: #dbdbdb;
    padding: 20px 0px;
}
.cat-home{
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    color: #1c1c1c;
    margin-bottom: 10px;
    text-align: center;
}
.drtts{
    margin-top: 10px;
    margin-bottom: 10px;
}



.heading-button h3{
    font-size: 25px;
    font-weight: bold;
    color: #f58634;
    display: inline-block;
}
.heading-button a{
    display: inline-block;
    float: right;
    padding: 7px 10px;
    background: #183b60;
    color: white;
    margin-top: 15px;
}
.underline{
    width: 100px;
    height: 3px;
    background: #f58634;
}
.content-wraper{
    border-top: 1px solid #777;
}
.heading-news{
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    margin-top: 12px;
}
.content-wraper p{
    color: #555;
}
.content-wraper a{
    color: #f58634;
    transition: all 0.3s;
    background: transparent;
}
.content-wraper a:hover{
    color: white;
    text-decoration: none;
}
.content-wraper .col-md-6{
    margin-top: 15px; 
}
.center-scetin{
    padding: 25px 0px;
}

.products-feature{
    padding: 10px 0px;
}




.img-inner{
    background: white;
    padding: 15px;
}
.pro-name{
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 0px;
    border-radius: 3px;
    background: #1d1d1d;
    color: white;
    width: 73%;
    text-align:  center;
}
.breadcrump{
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}


.prd-nav{
    border-radius: 4px;
    margin: 25px 0px 10px 0px;
}
.prd-nav> li{
    background-color: black;
    border-bottom: 1px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.prd-nav> li:first-child a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align:  left;
}

.prd-nav> li:first-child a:hover{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.prd-nav> li:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.prd-nav>li>a{
    color: white;
    background-color: black;
}
.prd-nav > li > a:hover, .prd-nav > li > a:focus {
    text-decoration: none;
    background-color: #074bb9;
    color: white;
}
.prd-nav> li ul li{
    background-color: #ffffff;
    border-bottom: 1px solid #d6d4d4;
    text-align:  left;
    font-size:  13px;
}
.prd-nav> li ul li:hover{
    background-color: #bdbdbd;
}
.prd-nav> li ul li ul li a {
    color: black;
    padding-left: 26px;
    background-color: #e6e4e4;
    border-radius: 0px;
}
.prd-nav> li ul li ul li{
    border-radius: 0px;
}
.prd-nav> li ul li ul li:first-child a{
    border-radius: 0px;
}
.prd-nav> li ul li a:hover{
    color: #064cbc;
    text-decoration: none;
    /* background-color: black; */
}
.nav  li ul li  a {
    padding: 3px 15px;
    color: black;
}





/*footer*/
footer{
    background: #1c1c1c;
    padding-top: 10px;
    margin-top: 20px;
}
.newletter-outer{
    background: #000;
    overflow: hidden;
}
#newsletter input{
    width: 80%;
    float: left;
    border: 0px;
    background: transparent;
    height: 40px;
    padding: 10px;
}
#newsletter button{
    width: 20%;
    float: right;
    background: transparent;
    border: 0px;
    height: 40px;
    color: white;
    padding-right: 15px;
    text-align: right;
}
.newsletter-heading{
    display: block;
    text-align: right;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding-top: 8px;
    letter-spacing: 1px;
}
.mrt-uio{
    margin-top: 20px;
}
.heading-footer{
    color: white;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
}
.ftr-menu{
    margin: 0px;
    margin-top: 20px;
}
.ftr-menu li{
    list-style-type: none;
    color: #ffffffbd;
    font-weight: 100;
    font-size: 13px;
    margin-bottom: 18px;
}
.ftr-menu li i{
    margin-right: 10px;
}
.ftr-menu li a{
    color: #ffffffbd;
    transition: all 0.3s;
}
.ftr-menu li a:hover{
    color: #ec5f17;
    text-decoration: none;
}
.img-style{
    display: block;
    text-align: right;
    float: right;
}
.img-style img{
    
display: block;
float: right;
margin-top: 10px;
}
.htrsf{
    text-align:right;
}.hrhre{
    text-align: center;
}
.fdgdfg{
    margin-left: 65px;
}
.footer-logo{
    position:absolute;
    margin-top: -90px;
}
.footer-logo img{
    width: 90%;
}
.maps-div{
    margin-top: 30px;
}
.certificates{
    padding-top: 17px;
}
.credit{
    text-align: center;
    padding: 15px 0px;
    color: white;
    font-size: 12px;
}
.rtyu{
    margin-top: 15px;
    margin-bottom: 15px;
}
#frm_quote input,select,textarea{
    width: 100%;
    height: 35px;
    padding: 10px;
    color: #555;
    font-size: 12px;
    border: 1px solid #555555cf;
}
#frm_quote label{
    font-size: 12px;
}
#frm_quote textarea{
    min-height: 150px;
}
.drtts a img:hover{
    box-shadow: 0px 0px 3px 2px #555;
}
.pro-name:hover{
    background: #074bb7;
}

/*==================================================
= Bootstrap 3 Media Queries =
==================================================*/

/*========== Mobile First Method ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
.footer-logo{
    display: none;
}
.hrhre{
    text-align: left;
}
.fdgdfg {
    margin-left: 0px;
}
.htrsf {
    text-align: left;
}
.img-style {
    display: block;
    text-align: left;
    float: left;
}
.h-info{
    text-align: center;
}
.text-right{
    text-align: center;
}
.h-info {
    margin-top: 10px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.footer-logo{
    display: block;
}
.hrhre{
    text-align: center;
}
.fdgdfg {
    margin-left: 65px;
}
.htrsf {
    text-align: right;
}
.img-style {
    display: block;
    text-align: right;
    float: right;
}
.h-info{
    text-align: left;
}
.text-right{
    text-align: right;
}
.h-info {
    margin-top: 50px;
}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



.search-inner{
    float: right;
    margin-top: 40px;

}
.search-inner form input{
    height: 28px;
    padding: 5px;
    border: 1px solid #55555557;
    background: #ffffff7a;
    font-size: 12px;
}
.search-inner form button{
    height: 27px;
    padding: 0px 10px;
    border: 0px;
    background: #183b60;
    color: #ececec;
}


