* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: sans-serif;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    
}

h1,h2,h3,h4,h5,p{
    margin: 0px;
   
}
.clear-fix{
    clear: both;
}


/*Company full page*/

.lgblck{
    width: 20%;
    height: 100px;
    float: left;
    margin-top: 10px;
}
.lgblck img{
    width: 120px;
    height: 100%;
}
.title-blck{
    width: 55%;
    float: left;
    height: auto;
    margin-top: 40px;
    text-align: center;
    
}
.title-blck h2{
    font-family: alata;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.title-blck p{
    font-family: alata;
    font-size: 15px;
}
.commublck{
    float: right;
    width: 25%;
    margin-top: 25px;
}
.commublck .phone-no{
   width: 100%;
   margin-top: 30px;
   margin-bottom: 5px;
   font-family: alata;
}
.commublck .phone-no span{
    width: 30px;
    float: left;
    text-align: center;
    
}
.commublck .mail-class{
    width: 100%;
    margin-bottom: 5px;
    font-family: alata;
}
.commublck .mail-class span{
    width: 30px;
    float: left;
    text-align: center;
}

.flpg-slds{
    width: 100%;
    height: 450px;
    margin-top: 20px;
    border: 1px solid #ccc;
}
.flpg-slds img{
    width: 100%;
    height: 100%;
    
}

.abt-shop{
    width: 100%;
    height: 400px;
    margin-top: 50px;
    overflow: hidden;
}
.abt-shop .shop-content{
    width: 100%;
}
.abt-shop .shop-content h4{
    font-weight: bold;
    font-family: roboto;
    margin-bottom: 5px;
}
.abt-shop .shop-content p{
    font-family: calibri;
    margin-top: 10px;
}
.abt-shop .shop-chld{
    width: 100%;
    height: auto;
    
}
.abt-shop .shop-chld h3{
    font-weight: bold;
    font-family: roboto;
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 5px;
}
.abt-shop .shop-chld ul{
    list-style: none;
    margin-left: -20px;
}
.abt-shop .shop-chld ul li{
    font-family: calibri;
    margin-bottom: 5px;
}

.gal-qry{
    width: 100%;
    height: auto;
    margin-top: 25px;
    background-color:whitesmoke;
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.gal-qry .img-gal{
    width: 30%;
    float: left;
    height: 150px;
    margin-right: 2%;
    margin-top: 35px;
    
}
.gal-qry .img-gal img{
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.gal-qry .frm-colmn{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.gal-qry .frm-colmn h4{
    font-family: alata;
    font-size: 18px;
    margin-bottom: 20px;
}

.gal-qry .frm-colmn .frm-grp{
    width: 50%;
    height: auto;
    margin-bottom: 25px;
    font-family: calibri;
    float: left;
}
.gal-qry .frm-colmn .frm-grp p{
    font-weight: bold;
}
.gal-qry .frm-colmn .frm-grp input{
    width: 96%;
    height: 40px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 5px;
}
.gal-qry .frm-colmn .frm-grp textarea{
    width: 196%;
    height: 110px;
    border: 1px solid #ccc;
    outline: none;
    padding-left: 5px;
}


.cnct-colmn{
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.cnct-colmn .cmp-addr{
    font-family: roboto;
    margin-top: 30px;
    
}
.cnct-colmn .cmp-addr h4{
    font-weight: bold;
    
}
.cnct-colmn .cmp-addr p{
    margin-top:5px;
    font-family: roboto;
}
.cnct-colmn .cmp-conct{
    margin-top: 20px;
    font-family: roboto;
}
.cnct-colmn .cmp-conct p{
    margin-top: 5px;
}

.cnct-colmn iframe{
    width: 100%;
    height: 300px;
    border: none;
    border: 1px solid #ccc;
}

.light-footer{
    margin-top: 50px;
    width: 100%;
    height: 60px;
    background-color: #000;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

footer{
    width: 100%;
    height: 300px;
    background-color: #000;
}

