*, *::before, *::after {
    box-sizing: border-box;
}

/* reset  */

html, body, div, a, p, img, ul, li, footer, header, section, h1, span, time, hgroup, a img, 
aside, form, input, article, h2, h3, h4, label, textarea, small {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}
footer, section, article, header, aside, hgroup { 
    display:block;
}
:focus {
    outline:none;	
}
::-moz-selection, ::selection { 
    color:#fff;
    background:#000; 
}
ul {
    list-style:none;
}
h1, h2, h3 {
    font-weight:lighter;
    letter-spacing:1px;
}

html {
    height:100%;
    margin: 0%;
}

body {
    font-size:14px !important;
    font-family:Helvetica, sans-serif, Georgia, Times, serif;
    -webkit-text-size-adjust:100%;
    line-height:1.3em;
    width:100%;
    max-width:2000px;
    height:100%; 
    margin: 0%;
}

a{
    text-decoration: none;
    outline: none;
}

.ContainerMain{
    position: fixed;
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    z-index: 9999;
    top: 0;
}

.Container{
    width: 100%;
    height: auto;
    float: left;
    margin: 11% 0% 0% 0%;
}

.HeaderContainerRight{
    float: right;
    margin-top: 1.5%; 
    margin-bottom: 0.5%;
    margin-right: 6%;
}

.HeaderSingleContainer{
    //border: 1px solid red;
    float: left;    
    padding-left: 35px;
}

.HeaderSingleContainer .IconPanel, .ContentPanel
{
    display: table-cell;
    vertical-align: middle;
}

.HeaderSingleContainer .ContentPanel img{
    width: 74px;
    height: 50px;
    display: block;
}

.HeaderSingleContainer .ContentPanel h3{
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin: 0;
    margin-bottom: 5px;
}

.HeaderSingleContainer .ContentPanel p{
    font-size: 15px;
    margin: 0;
    color: #000;
    line-height: 24px;
    font-style: italic;
}

.HeaderSingleContainer .ContentPanel p b{
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    font-style: italic;
}

.HeaderSingleContainer .IconPanel .IconInnerPanel{
    width: 40px;
    height: 40px;
    //border: 1px solid #E1E1E1;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}

.HeaderSingleContainer .IconPanel .IconInnerPanel i:before{
    font-size: 25px;
    color: #000;
    font-style: italic;
    font-weight: 500;
}

.flaticon-telephone:before{
    content: "\f103";
}

.InstantQuote_Btn{
    background: #802A15;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;    
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 15px;
    border: 2px solid transparent;
    transition: all .3s ease;
}

.logo img{
    width: 192px;
    height: 123px;
}

.MenuContainer{
    width: 100%;
    height: 76px;
    float: right;
    background-color: #802A15;
    border-bottom: 6px solid #fADE3D;
}

.Container .SliderContainer{
    width: 100%;
    height: 470px;
}

.Container .SliderContainer img{
    width: 90%;
    height: 300px;
}

.ProductShowOuterContainer{
    width: 100%;
    height: auto;
    float: left;
}
.ProductShowOuterContainer .ProductShowContainer{        
    width: 100%;
    height: auto;
    float: left;   
    background: #fff;
    padding: 0%;
    margin-top: 5%;
}

.ProductShowOuterContainer .ProductShowSingleWindow{
    width: 19%;
    height: auto;
    float: left;
    margin: 0% 0% 0% 1%;
    padding: 0% 0% 0% 0%;
    background: transparent;
    background-size: 100% 100%;
    background-color: #ddd8d8;
}

.ProductShowSingleWindow .ProductShowSingleWindow_Icon{
    width: 100%;
    height: auto;
    margin-bottom: 6%;
}

.ProductShowSingleWindow .ProductShowSingleWindow_Icon img{
    display: table-cell;
    vertical-align: middle;
    width: 82%;
    height: 200px;
    border-radius: 10%;
    text-align: center;  
    margin-left: 9%;
    margin-top: 9%;
}

.ProductShowSingleWindow .ProductShowSingleWindow_Conent{
    width: 100%;
    height: auto;
    padding: 1%;
    margin-bottom: 7%;
}

.ProductShowSingleWindow .ProductShowSingleWindow_Conent h3{
    font-size: 15px;
    text-transform: uppercase;
    color: #4B3D3A;
    font-weight: 900;
    margin: 0;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.2;
    margin-top: 8px;
}

.ProductShowSingleWindow .ProductShowSingleWindow_Conent p{
    font-size: 15px;
    margin: 0;
    color: #3E3D3C;
    line-height: 24px;
    font-style: italic;
    text-align: center;
}

.AboutUsOuterContainer{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 3%;
}

.AboutUsOuterContainer .AboutUsInnerContainer{
    width: 100%;
    height: auto;
    float: left;
    background-color: #42535a;
    opacity: 0.9;
}

.AboutUsInnerContainer h1{
    width: 100%;
    height: auto;
    float: left;
    font-size: 18px;
    text-transform: uppercase;
    color: #FADE3D;
    margin-top: 2%;
    text-align: center;
    line-height: 1;
    background: none;
}

.AboutUsInnerContainer h1 b{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    margin: 0;
    text-align: left;
    line-height: 1;
}


.AboutUsInnerContainer .AboutUsInnerContainer_Body{
    width: 100%;
    height: auto;
    float: left;
}

.AboutUsInnerContainer .AboutUsOuterContainer_Foter{
    width: 100%;
    height: auto;
    float: left;
    padding-top: 1%;
}



.AboutUsInnerContainer .AboutUsOuterContainer_Foter p{
    width: 80%;
    margin-left: 10%;
    font-size: 15px;
    color: #FADE3D;
    line-height: 24px;
    font-style: italic;
    text-align: center;
}


.AboutUsOuterContainer .AboutUsOuterContainer_Body{
    width: 14%;
    height: 190px;
    float: left;
    margin: 1% 0% 0% 15%;
    //border: 1px solid #775e24;
    text-align: center;
    border-radius: 50%;
    opacity: 0.8;
}

.AboutUsOuterContainer .AboutUsOuterContainer_ContentBox h2{
    width: 100%;
    height: auto;
    float: left;
    margin: 42% 0% 0% 0%;
    text-align: center;    
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    background-color: #42535a;
    padding: 3%;
}

.AboutUsOuterContainer .AboutUsOuterContainer_Button{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin: 1% 0% 2% 0%;
}

.AboutUsOuterContainer_Button .Readmore_Btn{
    background: #FFF;
    border-radius: 10px;
    display: inline-block;
    color: #080000;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 15px;
    border: 2px solid transparent;
    transition: all .3s ease;
}


.ProductListContainerOuter{
    width: 100%;
    height: auto;
    float: left;
    margin: 0% 0% 0% 0%;
    //border: 1px solid blue;
    border-top: 2px solid #8f8f0e;
}

.ProductListContainer{
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    opacity: 0.9;
}

.ProductListContainer .ProductListContainer_Header{
    width: 100%;
    height: auto;
    float: left;
    margin: 2% 0% 0% 0%;
    // border: 1px solid blue;
}

.ProductListContainer .ProductListContainer_Header h3{
    width: 100%;
    height: auto;
    float: left;
    margin: 0% 0% 0% 0%;
    font-size: 18px;
    text-transform: uppercase;
    color: #802A15;
    font-weight: 900;
    text-align: center;
    line-height: 1;
}

.ProductListContainer .ProductListContainer_Header b{
    font-size: 18px;
    text-transform: uppercase;
    color: #32B30A;
    font-weight: 500;
    text-align: left;
    line-height: 1;
}

.ProductListContainer .ProductListContainer_Header p{
    width: 100%;
    height: auto;
    float: left;
    margin: 0% 0% 1% 0%;
    font-size: 16px;
    //text-transform: uppercase;
    color: #802A15;
    // font-weight: 900;
    text-align: center;
    line-height: 1;
}

.ProductListContainer .ProductListContainer_Body{
    width: 100%;
    height: auto;
    float: left;
    margin: 0% 0% 1% 0%;
}

.ProductListContainer .ProductListContainer_Body .ProductListBox{
    width: 20%;
    height: 250px;
    float: left;
    border: 1px solid #775e24;
    margin: 2% 0% 0% 4%;
    border-radius: 5%;
}

.ProductListBox .ProductTitle{
    width: 90%;
    height: 30px;
    float: left;
    margin: 40% 0% 0% -27%;
    background: #cece68;
    transform: rotate(-90deg);
    font-size: 16px;
    font-weight: 900;
    border-radius: 0%;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #775e24;
    padding: 2%;
}

.ProductListContainer .ProductListBox_Content{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 2%;
}

.ProductListContainer .ProductListBox_Content p{
    width: 50%;
    float: left;
    font-size: 14px;
    text-align: right;
    margin: 2% 5% 0% 5%;
}

.ProductListContainer .ProductListBox_Content_button{
    width: 35%;
    float: left;
    font-size: 14px;
    text-align: left;
    margin: 1% 0% 0% 0%;
}

.ContactUsOuter_Container{
    width: 100%;
    height: auto;
    float: left;
    margin: 0% 0% 0% 0%;
    //border: 1px solid blue;
}

.ContactUsOuter_Container .ContactContainer{
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    opacity: 0.9;
    padding-bottom: 1%;
}

.ContactContainer .ContactContainerHeader{
    width: 100%;
    height: 22px;
    float: left;
    margin: 1% 0% 0% 0%;
    // border: 1px solid blue;
}

.ContactContainer .ContactContainerHeader h1{
    width: 100%;
    height: auto;
    float: left;
    margin: 2% 0% 0% 0%;
    font-size: 18px;
    text-transform: uppercase;
    color: #802A15;
    font-weight: 700;
    text-align: center;
}


.ContactContainer_Address{
    width: 50%;
    height: auto;
    float: left;
    margin: 3% 0% 0% 0%;
}

.ContactContainer_Address .ContactContainer_Address_IconBox{
    width: 50%;
    height: auto;
    float: left;
    padding: 4%;
    border-right: 1px solid #c10202;
}

.ContactContainer_Address .ContactContainer_Address_IconBox h2{
    font-size: 12px;
    text-transform: uppercase;
    color: #802A15;
    font-weight: 600;
}

.ContactContainer_Address .ContactContainer_Address_ContentBox{
    width: 49%;
    height: auto;
    float: left;
    padding: 1%;
    //border-right: 1px solid red;
}

.ContactContainer_Address .ContactContainer_Address_ContentBox p{
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-style: italic;
    text-align: left;
}

.ContactContainer_Address .ContactContainer_Address_ContentBox b{
    font-size: 14px;
    //text-transform: uppercase;
    color: #000;
    font-weight: 500;
}

.ContactContainer .ContactContainer_ProductPreviewImage{
    width: 39%;
    height: auto;
    float: left;
    //border: 1px solid red;
    margin-top: 2%; 
    text-align: center;
    vertical-align: middle;
}

.ContactContainer_ProductPreviewImage img{
    width: 60%;
    height: 215px;
    border-radius: 5%;
}

.ContactContainer .ContactContainer_SendMail{
    width: 60%;
    height: auto;
    float: left;
    //border: 1px solid blue;
    margin-top: 2%;
    //text-align: center;
}

.ContactContainer_SendMail .ContactContainer_SendMail_main{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 2%;
}

.ContactContainer_SendMail_main .ContactContainer_SendMail_main_InnerBox{
    width: 30%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.ContactContainer_SendMail_main_InnerBox input{
    width: 100%;
    border: 1px solid #9E9C9C;
    height: 40px;
    font-size: 12px;
    text-indent: 2px;
}

.ContactContainer_SendMail_main textarea{
    width: 94%;
    border: 1px solid #9E9C9C;
    height: 70px;
    font-size: 12px;
    text-indent: 10px;
}

.ContactContainer_SendMail_main button{
    text-align: center;
    background: #802A15;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 15px;
    border: 2px solid transparent;
    transition: all .3s ease;
    cursor: pointer;
}

.CopyRightContainer{
    width: 100%;
    height: auto;
    float: left;
    background: #802A15;
    padding: 1%;
}

.CopyRightContainer h3{
    width: 75%;
    float: left;
    margin-top: 1%;
    color: #fff;
    text-align: center;
}

.BoxContainer{
    width: 100%;
    height: auto;
    float: left;
    margin: 12% 0% 0% 0%;
}

.BoxContainer h2{
    width: 80%;
    height: auto;
    float: left;
    margin: 1% 0% 1% 10%;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-align: left;
    background: #802A15;
    padding: 0.5%;
    border-radius: 5%;
    border: 1px solid #802A15;
}

.BoxContainer header{
    width: 60%;
    height: auto;
    float: left;
    margin: 2% 0% 0% 5%;
    font-size: 25px;
    //text-transform: uppercase;
    color: #802A15;
    //font-weight: 700;
    text-align: left;
    background: none;
}

.divider{
    background: #802A15;
    width: 100%;
    height: 2px;
    border-radius: 5%;
    float: left;
    margin: 0% 0% 2% 0%;
}

.Box1{
    width: 90%;
    height: auto;
    float: left;
    text-align: center;  
    margin: 2% 0% 2% 5%;
    //border: 1px solid red;
}

.Box1Left{
    width: 75%;
    height: auto;
    float: left;
}

.Box1Left p{
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 24px;
    font-style: italic;
    text-align: justify;
    margin: 2% 0% 0% 0%;
    text-indent: 5%;
}

.Box1Right{
    width: 25%;
    height: auto;
    float: left;
}

.Box1Right img{
    width: 100%;
    height: auto;
    padding: 5%;
}

.BoxMiddleContainer{
    width: 100%;
    height: auto;
    float: left;
    margin: 2% 0% 0% 0%;
}

.BoxMiddleContainerInner{
    width: 100%;
    height: auto;
    float: left;
    margin:0%;
    background: #42535a;
    opacity: 0.8;
}

.BoxMiddleContainer .Box3{
    width: 48%;
    height: auto;
    float: left;
    margin: 0% 1% 0% 1%;
}

.BoxMiddleContainer .Box4{
    width: 48%;
    height: auto;
    float: left;
    margin: 0% 1% 0% 1%;
}

.BoxMiddleContainer h3{
    width: 100%;
    height: auto;
    float: left;
    margin: 4% 0% 4% 0%;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    text-align: center;
    background: none;
}

.BoxMiddleContainer p{
    width: 100%;
    font-size: 15px;
    color: #FADE3D;
    line-height: 24px;
    font-style: italic;
    text-align: justify;
    margin: 2% 0% 5% 0%;
    text-indent: 5%;
}

.Box1Right header{
    text-align: center;
    font-size: 20px;
}

.Box1Right_Product{
    width: 90%;
    height: auto;
    float: right;
    margin-top: 4%;
    text-align: center;
}

.Box1Right_Product .Box1Menu{
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #FADE3D;
    padding: 5%;
    background: #802A15;
    color: #FFF;
}

.Box1Menu .Box1MenuLeft{
    width: 19%;
    float: left;
}
.Box1Menu .Box1MenuRight{
    width: 80%;
    float: left;
}

.Box1MenuRight a{
    color: #FFF;
}

.Box1MenuRight a:hover{
    color: #FADE3D;
    font-size: 15px;
}

.Box1Left .Box1LeftProductShow{
    width: 100%;
    float: left;
    height: auto;
}
.Box1LeftProductShow img{
    width: 100%;
    float: left;
    height: 180px;
    padding: 0%;
    margin: 1% 0%;
}

.Box1LeftProductShow .Box1LeftProductShow_Products{
    width: 30%;
    float: left;
    height: auto;
    padding: 0%;
    border: 1px solid #802A15;
    margin: 4% 2% 0% 1%;    
    //cursor: pointer;
}

.Box1LeftProductShow_Products .IConBox{
    width: 100%;
    float: left;
    height: 120px;
    padding: 0%;
    border-bottom: 1px solid #802A15;
}

.IConBox img{
    width: 100%;
    float: left;
    height: 120px;
}

.IConBox img:hover{
    //box-shadow: 0 0 2px 1px #802A15;  
    border-top-left-radius: 6%;
    border-top-right-radius: 6%;
    //-webkit-filter: sepia(100%); /* Safari 6.0 - 9.0 */
    // filter: sepia(100%);
    // -webkit-filter: invert(100%);filter: invert(100%);
    -webkit-filter: grayscale(100%);filter: grayscale(100%);
}

.Box1LeftProductShow_Products .ContentBox{
    width: 100%;
    float: left;
    height: auto;
    padding: 2%;
    //border: 1px solid yellow;
}

.Box1LeftProductShow_Products .ContentHeader{
    width: 100%;
    float: left;
    height: auto;
    padding: 2%;
    background: #802A15;
    margin: 1% 0% 0% 0%;
    color: #FFF;
}

.ContentHeader:hover{
    font-size: 15px;
}

.ContentHeader a{
    color: #FFF;
}

.Box1Left .Box1Left_ProductSpec{
    width: 100%;
    float: left;
    height: auto;
}

.Box1Left_ProductSpec .Box1Left_ProductSpec_Left{
    width: 100%;
    float: left;
    height: auto;   
    background: #FEF2AD;
    color: #000;
    font-weight: 500;
}


.Box1Left_ProductSpec_Left table{              
    border-collapse: collapse;  
}

.Box1Left_ProductSpec_Left table, th, td{        
    border: 1px solid  #fADE3D;    
}

.Box1Left_ProductSpec_Left table tr, th{
    height: 55px;
    font-weight: normal;
}

.Box1Left_ProductSpec_Left table td{
    padding : 1%;
    min-width: 5%;
}

.Box1Left_ProductSpec_Left table th{
    background: #802A15;
    color: #FFF;
}

.Box1Left_ProductSpec_Left table tr:nth-child(2n){
    background: #FFF;
}

.Box1Left .Box1Left_ProductSpec_load
{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 2%;
}

.Box1Left_ProductSpec_load h3{
    text-align: left;
    font-style: normal;
    font-weight: 600;
    color: #802A15;
}

.Box1Left_ProductSpec_load b{
    color: #802A15;
}

.Box1Left .Box1Left_ProductSpec_load_Button {
    background: #802A15;
    border-radius: 10px;
    display: inline-block;
    color: #FFF;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 15px;
    border: 2px solid transparent;
    transition: all .3s ease;
    vertical-align: bottom;
    margin-top: 19%;
    float: right;
}

.Box1Left_ProductSpec_load_Button a{
    color: #fff;
}

.Box1Right_Product img{
    width: 100%;
    height: 200px;
    padding: 0%;
    border-bottom: 5px solid #802A15;
}

#Box1Right_Product2 img{
    height: 70px;
    border-bottom: none;
}

.FooterContainer{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 0%;
}

.FooterContainer .FooterContainerInner{
    width: 100%;
    height: auto;
    float: left;
    background: #42535a;
    opacity: 0.9;
}

.FooterContainerInner .FooterBox{
    width: 30%;
    height: auto;
    float: left;
    margin-left: 3%;
    text-align: left;
}

.FooterBox .FooterBox_Icon{
    width: 50%;
    height: auto;
    text-align: center;
    margin-left: 20%;
    margin-bottom: -7%;
}

.FooterBox_Icon img{
    width: 80%;
    height: 110px;
    text-align: center;
}

.FooterBox .FooterBox_Address{
    width: 100%;
    height: auto;
    text-align: left;
    padding: 1%;
}

.FooterBox_Address h2{
    color: #FADE3D;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 4%;
    margin-bottom: 2%;
}

.FooterBox_Address p{
    color: #FFF;
    text-indent: 5%;
    line-height: 25px;
}

.FooterBox .FooterBox_Address_Contact{
    width: 100%;
    height: auto;
    text-align: left;
    padding: 0%;
}

.FooterBox_Address_Contact p{
    color: #FFF;
    text-indent: 0%;
    line-height: 40px;
}

.FooterBox_Address_Contact a{
    color: #FFF;
    text-indent: 0%;
    line-height: 40px;
}

.FooterBox_Address_Contact b{
    color: #FFF;
    text-indent: 0%;
    line-height: 25px;
    font-size: 10px;
}

.FooterBox .FooterBox_Product{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 6%;
}

.FooterBox_Product h1{
    color: #FADE3D;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 4%;
    margin-top: 4%;
    padding-bottom: 5%;
    border-bottom: 1px solid #FADE3D;
}

.FooterBox_Product .FooterBoxMenu{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #726c4e;
    padding: 4%;
    background: none;
    color: #FFF;
    text-align: left;
    border-style: dashed;
}

.FooterBoxMenu .FooterBoxMenu_Left{
    width: 10%;
    float: left;    
}
.FooterBoxMenu .FooterBoxMenu_Right{
    width: 90%;
    float: left;
}

.FooterBoxMenu a{
    color: #FFF;
}

.FooterBoxMenu a:hover{
    color: #FADE3D;
    font-size: 15px;
}

.FooterBox_Product .FooterBox_Product_ContactBox{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 7%; 
}

.FooterBox_Product_ContactBox .FooterBox_Product_InputBox{
    width: 100%;
    height: auto;
    float: left;
}

.FooterBox_Product_InputBox input{
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid #FFF;
    margin: 1% 0% 1% 0%;
    padding: 1%;
    color: #FFF;
}

.FooterBox_Product_InputBox button{
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid #FFF;
    margin: 1% 0% 1% 0%;
    padding: 1%;
    cursor: pointer;
}

.FooterBox_Product_InputBox textarea{
    width: 100%;
    height: 80px;
    float: left;
    border: 1px solid #FFF;
    margin: 1% 0% 1% 0%;
    padding: 1%;
    color: #FFF;
}

#FooterBox_Product_InputBox_Submit button{
    background: #FADE3D;
    color: #802A15;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}

.CopyRightContainer .SocialMedia{
    width: 25%;
    height: auto;
    float: right;
}

.SocialMedia .SocialMediaBox{
    width: 10%;
    height: auto;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    float: left;
    margin-right: 2%; 
    margin-top: 2%;
}

.SocialMediaBox img{
    width: 80%;
    height: 25px;
    //border-radius: 50%;
}

.BoxContainer .BoxFactory{
    width: 80%;
    height: auto;
    float: left;
    margin: 0% 0% 0% 10%;
}

.BoxFactory .Box5{
    width: 48%;
    height: auto;
    float: left;
    margin: 0% 1% 0% 1%;
}

.BoxFactory .Box6{
    width: 48%;
    height: auto;
    float: left;
    margin: 0% 1% 0% 1%;
}

.BoxFactory p{
    width: 100%;
    font-size: 15px;
    color: #802A15;
    line-height: 40px;
    font-style: italic;
    text-align: left;
}

.BoxFactory b{
    color: #32B30A;
}

.BoxFactoryImageOuter{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 1%;
}

.BoxFactoryImageOuter .BoxFactoryImageInner{
    width: 80%;
    height: auto;
    float: left;
    margin: 0% 0% 0% 10%;
}

.BoxFactoryImageInner .BoxImage{
    width: 19%;
    height: auto;
    float: left;
    margin: 1% 0% 1% 1%;
    border: 1px solid #FFF;
}

.BoxImage img{
    width: 100%;
    height: auto;
    float: left;
    border-radius: 5%;
}

.BoxFactoryImageInner h3{
    width: 100%;
    height: auto;
    float: left;
    margin: 1% 0% 1% 0%;
    font-size: 13px;
    text-transform: uppercase;
    color: #802A15;
    font-weight: 600;
    text-align: center;
}

.Box1 .ContactBox1Left{
    width: 65%;
    height: auto;
    float: left;
    //background: #FCF7DD;
}

.ContactBox1Left h3{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: #802A15;
    margin: 1% 0%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.Box1 .ContactBox1Right{
    width: 35%;
    height: auto;
    float: left;
    //background: #FCF7DD;
}
.ContactBox1Right .ContactAddress{
    width: 100%;
    height: auto;
    float: left;
    padding: 2%;
    border-bottom: 1px solid #802A15;
}

.ContactAddress h3{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    color: #802A15;
    margin: 1% 0%;
    font-weight: 900;
}

.ContactAddress p{
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    text-indent: 10px;
    line-height: 25px;
}

.ContactBox1Left .ContactBox1Left_ContactBox{
    width: 100%;
    height: auto;
    float: left;    
    margin-left: 0%;
}

.ContactBox1Left_ContactBox .ContactBox1Left_ContactBox_Left{
    width: 48%;
    height: auto;
    float: left;    
    margin: 1% 1%;
}
.ContactBox1Left_ContactBox .ContactBox1Left_ContactBox_Right{
    width: 48%;
    height: auto;
    float: right;    
    margin: 1% 1%;
}

.ContactBox1Left_ContactBox .ContactBox1Left_InputBox{
    width: 100%;
    height: auto;
    float: left;
}

.ContactBox1Left_InputBox input{
    width: 100%;
    height: 56px;
    float: left;
    border: 1px solid #b9b3b3;
    margin: 6% 0% 2% 0%;
    padding: 1%;
    color: #262323;
}

.ContactBox1Left_InputBox textarea{
    width: 100%;
    height: 224px;
    float: left;
    border: 1px solid #b9b3b3;
    margin: 6% 0% 1% 0%;
    padding: 1%;
    color: #262323;
}

#ContactBox1Left_InputBox_Submit{
    margin: 2% 0% 2% 43%;
    width: 13%;
    height: 40px;
    border-radius: 10%;
    color: #FFF;
    background: #802A15;
    text-align: center;
    font-weight: 900;
}

.BoxContainer .DownloadBroucher{
    width: 20%;
    height: auto;
    float: right;
}

.DownloadBroucher a{
    width: 100%;
    height: 50px;
    float: left;
}

.DownloadBroucher img{
    width: 60%;
    height: 50px;
    float: right;
    margin: 4% 25% 0% 0%;

}

@media screen and (max-width:1000px){

    .ContainerMain{
        position: absolute;
    }
    .HeaderContainerRight{
        display: none;
    }
    .MenuContainer{
        width: 100%;
        height: 137px;
    } 
    .fluid_container{
        clear: left;
    }
    .ProductShowOuterContainer .ProductShowContainer{   
        margin-top: 0%;
    }
    .ProductShowOuterContainer .ProductShowSingleWindow{
        width: 48%;
        margin: 2% 1% 0% 1%;
        float: left;
    }
    .ProductShowSingleWindow .ProductShowSingleWindow_Conent{
        margin-bottom: 1%;
    }
    .ProductShowSingleWindow .ProductShowSingleWindow_Conent h3{
        font-size: 13px;
    }

    .ProductShowSingleWindow .ProductShowSingleWindow_Conent p{
        font-size: 14px;
    }
    .AboutUsInnerContainer header{
        font-size: 13px;
    }

    .AboutUsInnerContainer header b{
        font-size: 13px;
    }
    .AboutUsOuterContainer .AboutUsOuterContainer_Body{
        width: 25%;
        height: 177px;
        margin: 1% 0% 1% 6%;
    }
    .AboutUsOuterContainer .AboutUsOuterContainer_ContentBox h3{      
        font-size: 14px;
        padding: 4%;
    }
    .AboutUsInnerContainer .AboutUsOuterContainer_Foter p{
        font-size: 13px;
        text-align: justify;
        margin-top: 1%;
        padding: 0%;
        text-indent: 36px;
        width: 90%;
        margin-left: 5%;
    }
    .AboutUsOuterContainer_Button .Readmore_Btn {
        padding: 5px 6px;
        font-size: 10px;
    }
    .ProductListContainer .ProductListContainer_Header h3 {

        font-size: 14px;
    }
    .ProductListContainer .ProductListContainer_Header b {
        font-size: 14px;}
    .ProductListContainer .ProductListContainer_Header p {
        font-size: 14px;}
    .ProductListContainer .ProductListContainer_Body .ProductListBox {
        width: 45%;
        height: 250px;}
    .ProductListContainer .ProductListBox_Content p {
        width: 60%;
        float: left;
        font-size: 12px;
        text-align: left;
        margin: 2% 0% 0% 4%;
    }
    .ProductListContainer .ProductListBox_Content_button {
        width: 25%;
        float: left;
        font-size: 10px;
        text-align: center;
        margin: 0% 0% 0% 0%;
    }
    .ContactContainer_Address {
        width: 50%;
    }
    .ContactContainer_Address .ContactContainer_Address_IconBox {
        width: 30%;}
    .ContactContainer_Address .ContactContainer_Address_ContentBox {
        width: 69%;}
    .ContactContainer .ContactContainerHeader h3 {
        font-size: 14px;}
    .ContactContainer_Address .ContactContainer_Address_ContentBox p {
        font-size: 12px;}
    .ContactContainer_Address .ContactContainer_Address_ContentBox b {
        font-size: 12px;
    }
    .ContactContainer .ContactContainer_ProductPreviewImage {
        display: none;
    }
    .ContactContainer .ContactContainer_SendMail {
        width: 90%;
        margin-left: 5%;}
    #Smallhide{
        display: none;
    }
    #FinalProductShow{
        padding-bottom: 0%;
    }
    .FooterContainerInner .FooterBox{
        width: 30%;
    }
    .FooterBox_Icon img {
        width: 80%;
        height: 58px;}
    .FooterBox_Product_InputBox input {
        width: 96%;}
    .FooterBox_Product_InputBox textarea {
        width: 96%;}
    .FooterBox_Product_ContactBox .FooterBox_Product_InputBox {
        width: 96%;
    }
    .FooterBox_Product .FooterBoxMenu {
        width: 96%;}
    .SocialMedia .SocialMediaBox {
        width: 22%;}
    .BoxContainer {
        margin: 20% 0% 0% 0%;
    }
    .BoxContainer header {
        width: 65%;
        font-size: 20px;}
    .DownloadBroucher img {
        width: 100%;
        height: 35px;
        float: right;
        margin: 5% 25% 0% 0%;
    }
    .BoxContainer .DownloadBroucher {
        width: 17%;}    
    .Box1Left {
        width: 100%;}
    .Box1Right {
        width: 100%;}
    .BoxMiddleContainer .Box3 {
        width: 98%;}
    .BoxMiddleContainer .Box4 {
        width: 98%;}
    .Box1LeftProductShow .Box1LeftProductShow_Products {
        width: 48%;
        margin: 4% 1% 0% 1%;}
    .Box1Right_Product {
        width: 30%;
        margin-left: 3%;}
    .Box1Left .Box1Left_ProductSpec_load_Button {
        float: left;
        margin-top: 2%;
        margin-bottom: 4%;
    }
    .BoxFactoryImageOuter .BoxFactoryImageInner {
        width: 98%;
        margin: 0% 0% 0% 1%;
    }
    .BoxContainer h2 {
        width: 98%;margin: 1% 0% 1% 1%;
    }
    .BoxFactoryImageInner h3 {
        text-transform: capitalize;
    }
    .BoxFactoryImageInner .BoxImage {
        width: 31%;}
    .BoxContainer .BoxFactory {
        width: 90%;
        height: auto;
        float: left;
        margin: 0% 0% 0% 5%;}
    .BoxFactory .Box5 {
        width: 48%;}
    .BoxFactory .Box6 {
        width: 48%;}
    .BoxFactory p {
        width: 100%;
        line-height: 30px;}
    .ContactBox1Left_ContactBox .ContactBox1Left_ContactBox_Left {
        width: 98%;}
    .Box1 .ContactBox1Left {
        width: 98%;}
    .ContactBox1Left_ContactBox .ContactBox1Left_ContactBox_Right {
        width: 98%;}
    #ContactBox1Left_InputBox_Submit {
        margin: 2% 0% 2% 30%;
        width: 40%;}
    .Box1 .ContactBox1Right {
        width: 100%;}
    .ContactBox1Left_InputBox input {
        width: 100%;
        height: 40px;
        float: left;
        border: 1px solid #b9b3b3;
        margin: 1% 0% 2% 0%;}
    .ContactBox1Left_InputBox textarea {
        width: 100%;
        height: 150px;
        float: left;
        border: 1px solid #b9b3b3;
        margin: 0% 0% 1% 0%;}
}

@media screen and (max-width:500px){

    .ContainerMain{
        position: absolute;
    }
    .HeaderContainerRight{
        display: none;
    }
    .MenuContainer{
        width: 100%;
        height: 137px;
    } 
    .fluid_container{
        clear: left;
    }
    .ProductShowOuterContainer .ProductShowContainer{   
        margin-top: 0%;
    }
    .ProductShowOuterContainer .ProductShowSingleWindow{
        width: 48%;
        margin: 2% 1% 0% 1%;
        float: left;
    }
    .ProductShowSingleWindow .ProductShowSingleWindow_Conent{
        margin-bottom: 1%;
    }
    .ProductShowSingleWindow .ProductShowSingleWindow_Conent h3{
        font-size: 12px;
    }

    .ProductShowSingleWindow .ProductShowSingleWindow_Conent p{
        font-size: 14px;
    }
    .AboutUsInnerContainer header{
        font-size: 13px;
    }

    .AboutUsInnerContainer header b{
        font-size: 13px;
    }
    .AboutUsOuterContainer .AboutUsOuterContainer_Body{
        width: 25%;
        height: 100px;
        margin: 1% 0% 1% 6%;
    }
    .AboutUsOuterContainer .AboutUsOuterContainer_ContentBox h3{      
        font-size: 10px;
        padding: 4%;
    }
    .AboutUsInnerContainer .AboutUsOuterContainer_Foter p{
        font-size: 11px;
        text-align: justify;
        margin-top: 1%;
        padding: 0%;
        text-indent: 36px;
        width: 90%;
        margin-left: 5%;
    }
    .AboutUsOuterContainer_Button .Readmore_Btn {
        padding: 5px 6px;
        font-size: 10px;
    }
    .ProductListContainer .ProductListContainer_Header h3 {

        font-size: 14px;
    }
    .ProductListContainer .ProductListContainer_Header b {
        font-size: 14px;}
    .ProductListContainer .ProductListContainer_Header p {
        font-size: 14px;}
    .ProductListContainer .ProductListContainer_Body .ProductListBox {
        width: 45%;
        height: 250px;}
    .ProductListContainer .ProductListBox_Content p {
        width: 60%;
        float: left;
        font-size: 12px;
        text-align: left;
        margin: 2% 0% 0% 4%;
    }
    .ProductListContainer .ProductListBox_Content_button {
        width: 25%;
        float: left;
        font-size: 10px;
        text-align: center;
        margin: 0% 0% 0% 0%;
    }
    .ContactContainer_Address {
        width: 100%;
    }
    .ContactContainer_Address .ContactContainer_Address_IconBox {
        width: 30%;}
    .ContactContainer_Address .ContactContainer_Address_ContentBox {
        width: 69%;}
    .ContactContainer .ContactContainerHeader h3 {
        font-size: 14px;}
    .ContactContainer_Address .ContactContainer_Address_ContentBox p {
        font-size: 12px;}
    .ContactContainer_Address .ContactContainer_Address_ContentBox b {
        font-size: 12px;
    }
    .ContactContainer .ContactContainer_ProductPreviewImage {
        display: none;
    }
    .ContactContainer .ContactContainer_SendMail {
        width: 90%;
        margin-left: 5%;}
    #Smallhide{
        display: none;
    }
    #FinalProductShow{
        padding-bottom: 0%;
    }
    .FooterContainerInner .FooterBox{
        width: 100%;
    }
    .FooterBox_Product_InputBox input {
        width: 96%;}
    .FooterBox_Product_InputBox textarea {
        width: 96%;}
    .FooterBox_Product_ContactBox .FooterBox_Product_InputBox {
        width: 96%;
    }
    .FooterBox_Product .FooterBoxMenu {
        width: 96%;}
    .SocialMedia .SocialMediaBox {
        width: 22%;}
    .BoxContainer {
        margin: 42% 0% 0% 0%;
    }
    .BoxContainer header {
        width: 65%;
        font-size: 20px;}
    .DownloadBroucher img {
        width: 100%;
        height: 35px;
        float: right;
        margin: 0% 5% 0% 0%;
    }
    .BoxContainer .DownloadBroucher {
        width: 30%;}    
    .Box1Left {
        width: 100%;}
    .Box1Right {
        width: 100%;}
    .BoxMiddleContainer .Box3 {
        width: 98%;}
    .BoxMiddleContainer .Box4 {
        width: 98%;}
    .Box1LeftProductShow .Box1LeftProductShow_Products {
        width: 98%;
        margin: 4% 1% 0% 1%;}
    .Box1Right_Product {
        width: 100%;}
    .Box1Left .Box1Left_ProductSpec_load_Button {
        float: left;
        margin-top: 2%;
        margin-bottom: 4%;
    }
    .BoxFactoryImageOuter .BoxFactoryImageInner {
        width: 98%;
        margin: 0% 0% 0% 1%;
    }
    .BoxContainer h2 {
        width: 98%;margin: 1% 0% 1% 1%;
    }
    .BoxFactoryImageInner h3 {
        text-transform: capitalize;
    }
    .BoxFactoryImageInner .BoxImage {
        width: 49%;}
    .BoxContainer .BoxFactory {
        width: 90%;
        height: auto;
        float: left;
        margin: 0% 0% 0% 5%;}
    .BoxFactory .Box5 {
        width: 98%;}
    .BoxFactory .Box6 {
        width: 98%;}
    .BoxFactory p {
        width: 100%;
        line-height: 30px;}
    .ContactBox1Left_ContactBox .ContactBox1Left_ContactBox_Left {
        width: 98%;}
    .Box1 .ContactBox1Left {
        width: 98%;}
    .ContactBox1Left_ContactBox .ContactBox1Left_ContactBox_Right {
        width: 98%;}
    #ContactBox1Left_InputBox_Submit {
        margin: 2% 0% 2% 30%;
        width: 40%;}
    .Box1 .ContactBox1Right {
        width: 100%;}
}