.ffoonnttss
{
    font-family: 'Open Sans', sans-serif;
    font-family: 'Signika', sans-serif;
}

*
{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    word-wrap: break-word;
}

p
{
    color: #3a3c3c;
    font-size: 15px;
    word-wrap: break-word;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    text-align: justify;
    padding-bottom: 10px;
    margin: 0px;
}

a,a:hover,a:focus,a:active
{
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
}

h1,h2,h3,h4
{
    font-family: 'Signika', sans-serif;
}

h1
{
    font-size: 36px;
}

h2
{
    font-size: 32px;
}

h3
{
    font-size: 28px;
}

h4
{
    font-size: 24px;
}

.top-bg
{
    background-color: #eb5425;
    padding-top: 12px;
}

.header-left
{
    float:left;
}

.header-right
{
    float:right;
}

.header-left ul li
{
    display:inline-block;
    color:#fff;
    margin-right:20px;
    font-size:14px;
}

.header-left ul li a
{
    color:#fff;
    text-decoration:none;
}

.header-left ul li span 
{
    margin-right: 10px;
    top: 0px;
    border:1.5px solid #ffffff;
    padding: 9px 9px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    font-size: 12px;
}

.header-right ul li
{
    list-style-type:none;
    display:inline-block;
    margin:0 2px;
    overflow:hidden;
    height:32px;
}

.header-right ul li a
{
    width: 32px;
    height: 32px;
    border: 1.5px solid #ffffff;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.hvr-rectangle-out 
{
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background:none;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.hvr-rectangle-out:before 
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#d03d10;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.hvr-rectangle-out:hover,.hvr-rectangle-out:focus,.hvr-rectangle-out:active 
{
    color: white;
}

.hvr-rectangle-out:hover:before,.hvr-rectangle-out:focus:before,.hvr-rectangle-out:active:before 
{
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.rel-div
{
    position: relative;
}

.abs-div
{
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.flexbox1
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 767px)
{
    .abs-div
    {
        position: static;
    }
}

.hw-bg
{
    background-color: #eb5425;
    padding-top: 70px;
    padding-bottom: 50px;
}

.hw-div
{
    border: 2px solid white;
    position: relative;
    padding: 40px;
}

.hw-div>h3
{
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background-color: #eb5425;
    padding: 0 20px;
    margin: 0px;
    font-size: 30px;
    line-height: 30px;
    white-space: nowrap;
    color: white;
}

.hw-div>p
{
    color: white;
    font-size: 16px;
    line-height: 26px;
}

.hw-div>p:last-child
{
    padding: 0px;
}

@media (max-width: 500px)
{
    .hw-div>h3
    {
        font-size: 22px;
        padding: 0 6px;
    }
}

.hw-div>a
{
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 16px;
    padding: 8px 18px;
    bottom: -17px;
    background-color: #eb5425;
    color: white;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.hw-div>a:before 
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#d03d10;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hw-div>a:hover,.hw-div>a:focus,.hw-div>a:active 
{
    color: white;
}

.hw-div>a:hover:before,.hw-div>a:focus:before,.hw-div>a:active:before 
{
    -webkit-transform: scale(1);
    transform: scale(1);
}

.vm-bg
{
    background-color: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 30px;
}

.vm-title
{
    font-size: 30px;
    margin: 20px 0 15px;
    color: #eb5425;
}

.vm-link
{
    width: 120px;
    height: 42px;
    font-size: 16px;
    border: 1.5px solid #eb5425;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eb5425;
    margin-top: 10px;
}

.h-ptitle
{
    margin: 50px 0 30px 0;
    color: #eb5425;
}

.product-space
{
    margin-bottom: 30px;
    position: relative;
}

.flexbox2
{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D0D0D0;
    padding: 10px;
    height: 231px;
}

.flexbox2 img
{
    max-height: 100%;
}

.h-pborder
{
    border: 4px double #D0D0D0;
}

.h-pname
{
    margin: 10px 0;
    text-align: center;
    line-height: 20px;
}

.h-pname > a, .h-pname > a:hover, .h-pname > a:active, .h-pname > a:focus
{
    font-family: 'Signika' , sans-serif;
    font-size: 18px;
    color: #333333;
    text-decoration: none;
}

.hp-alllink
{
    width: 120px;
    height: 42px;
    font-size: 16px;
    border: 1.5px solid #eb5425;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eb5425;
    margin: 30px 0 40px;
}

.dt-bg
{
    background-image: url('../../assets/images/dtbg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.dt-bg2
{
    background: url('../../assets/images/dott.png') repeat 100% 100%;
    padding-bottom: 50px;
    padding-top: 80px;
    width: 100%;
}

.flexbox3
{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.h-downloadbg
{
    background-color: #f8f8f8;
    padding: 15px;
    height: 100%;
}

.h-downloadbg>h3
{
    color: #eb5425;
    margin: 0 0 15px;
    font-size: 28px;
    text-align: center;
}

.client-detail
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-name
{
    color: #333333;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    font-style: normal;
    display: block;
    white-space: nowrap;
    padding-left: 15px;
}

.client-name>span
{
    display: block;
    text-align: center;
    color: #333333;
    font-size: 12px;
    padding-top: 4px;
    font-weight: normal;
}

.client-msg
{
    color: #333333;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    font-style: italic;
    text-align: center;
    margin-bottom: 10px;
}

.marquee 
{
    width: 100%;
    overflow: hidden;
}

.marquee div.js-equal-height1
{
    margin-right: 26px;
    margin-bottom: 10px;
    padding-top: 0px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.marqfl
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.marquee img
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100px;
}

.footer-bg
{
    background-color: #eb5425;
    padding-top: 40px;
}

.footer-div
{
    padding-bottom: 30px;
}

.footer-title
{
    color: white;
    margin: 0 0 12px 0;
    font-size: 22px;
}

.footer-text
{
    padding-bottom: 0px;
    color: white;
    text-align: left;
}

.flexbox4 
{
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    margin-bottom: 8px;
}

.flexbox4 a .img 
{
    width: 34px;
    height: 34px;
    background-color: #ffffff;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    color: #d03d10;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.flexbox4 a 
{
    color: #ffffff;
    font-size: 16px;
}

.flexbox4:hover .img 
{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}

.sub-space
{
    margin-bottom: 15px;
}

.subtxt
{
    border: 1px solid white;
    outline: none;
    padding: 8px 12px;
    color: white;
    font-size: 15px;
    width: 100%;
    background-color: transparent;
}

.subtxt::-webkit-input-placeholder
{
    color: white;
}

.subtxt::-moz-placeholder 
{ 
    color: white;
}

.subtxt:-ms-input-placeholder 
{
    color: white;
}

.subtxt:-moz-placeholder 
{
    color: white;
}

.subbtn
{
    outline: none;
    font-size: 16px;
    width: 100%;
    height: 42px;
    border: 1.5px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #d03d10;
}

.pcube-div
{
    background-color: #d03d10;
    padding-top: 12px;
    padding-bottom: 10px;
}

.pcube
{
    color: white;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}

.pcube>a,
.pcube>a:hover,
.pcube>a:focus,
.pcube>a:active
{
    text-decoration: none;
    color: white;
    font-size: 14px;
    line-height: 25px;
}










.page-titlebg
{
    background: url('../../assets/images/dtbg.jpg') no-repeat center center;
    background-size: cover;
}

.page-titlebg2
{
    background: url('../../assets/images/dott.png') repeat 100% 100%;
}

.page-title
{
    color: white;
    margin: 30px 0;
    text-align: center;
}

.flexbox5
{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.product-bg
{
    background-color: #f8f7f7;
    padding-top: 40px;
    padding-bottom: 30px;
}

.image-border
{
    border: 6px solid #abadb0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.image-border:hover
{
    border: 6px solid #d03d10;
}

.scroll-div-main
{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    height: 142px;
    padding: 0px;
    margin-bottom: 26px;
}

.scroll-image
{
    margin: 8px 12px 8px 0;
    max-width: 115px;
    display: inline-block;
    cursor: pointer;
}

.scroll-div-main::-webkit-scrollbar 
{
    width: 12px;
    height: 8px;
}

.scroll-div-main::-webkit-scrollbar-track 
{
    background-color: #b7b7b7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.scroll-div-main::-webkit-scrollbar-thumb 
{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #d03d10;
}

.font17
{
    font-size: 17px;
}

@media (max-width:767px)
{
    .small-mg-bt-10
    {
        margin-bottom: 10px;
    }
}

.change-float
{
    float: right;
}

@media (max-width: 767px)
{
    .change-float
    {
        float: left;
    }
}

@media (max-width: 767px)
{
    .inline-block
    {
        display: inline-block;
    }
}

hr
{
    border-color: #b7b7b7;
}

.advice-icon
{
    font-size: 30px;
    padding-right: 10px;
    color: #d03d10;
}

.advice-title
{
    color: #303b45;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: bold;
}

.advice-no
{
    color: #d03d10;
    font-size: 18px;
    margin: 0;
}

.page-detail-bg
{
    padding-bottom: 20px;
    padding-top: 30px;
}

.page-desc-title
{
    margin: 30px 0 15px 0px;
    position: relative;
    padding-bottom: 15px;
}

.page-desc-title:before
{
    content: '';
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #d03d10;
    position: absolute;
    bottom: 1px;
    left: 0px;
}

.p-inquiry
{
    width: 120px;
    height: 42px;
    font-size: 16px;
    border: 1.5px solid #eb5425;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eb5425;
    text-decoration: none;
}

.p-inquiry:active,.p-inquiry:focus
{
    text-decoration: none;
    color: white;
}

.pinline-blk
{
    display: inline-block;
    width: 100%;
    height: 500px;
    padding: 10px;
    border: 6px solid #abadb0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.flexbox10
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.flexbox10 > img
{
    max-height: 100%;
}

.pinline-blk:hover
{
    border: 6px solid #d03d10;
}

@media (min-width: 991px) and (max-width: 1200px)
{
    .pinline-blk
    {
        height: 410px;
    }
}

@media (min-width: 768px) and (max-width: 991px)
{
    .pinline-blk
    {
        height: 311px;
    }
}

@media (max-width: 767px)
{
    .pinline-blk
    {
        height: 500px;
    }
}

@media (max-width: 500px)
{
    .pinline-blk
    {
        height: 450px;
    }
}

@media (max-width: 400px)
{
    .pinline-blk
    {
        height: 360px;
    }
}

@media (max-width: 400px)
{
    .pinline-blk
    {
        height: 270px;
    }
}

.scroll-imagenew
{
    margin: 8px 12px 0px 0;
    width: 126px;
    height: 114px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding: 4px;
    border: 6px solid #abadb0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.scroll-imagenew:hover
{
    border: 6px solid #d03d10;
}

.flexbox11
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.flexbox11 > img
{
    max-height: 100%;
}








.ribbon 
{
    position: absolute;
    right: -5px; top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px; height: 75px;
    text-align: right;
}

.ribbon span 
{
    font-size: 13px;
    color: #FFF;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #d03d10;
    background: linear-gradient(#eb5425 0%, #d03d10 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px; right: -21px;
}

.ribbon span::before 
{
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #d03d10;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #d03d10;
}

.ribbon span::after 
{
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #d03d10;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #d03d10;
}

.pagination>li>a, .pagination>li>span, .pagination>li>a:hover, .pagination>li>span:hover
{
    color: #d03d10;
    border: 1px solid #d03d10;
    background-color: white;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
{
    background-color: #d03d10;
    border-color: #d03d10;
}






/***** By Prakash **********/
.news-div
{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#efefef 100%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px dotted #3a3c3c;
    margin-bottom: 30px;
    padding: 30px;
}

.flexboxnews
{
    display: table;
}

.flexboxnews > div.newsimage
{
    text-align: center;
    width: 170px;
    display: table-cell;
    vertical-align: top;
}

.flexboxnews > div.newsimage > div.mainimg
{
    display: inline-block;
    background-color: white;
    padding: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 2px #bbb;
}

.flexboxnews > div.newsdetail
{
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
}

.flexboxnews .dt
{
    display: table;
}

.flexboxnews .dt .dc
{
    display: table-cell;
    vertical-align: top;
}

.flexboxnews .dt .dc:last-child
{
    padding-left: 10px;
}

.flexboxnews .dt .dc a, .flexboxnews .dt .dc a:hover, .flexboxnews .dt .dc a:focus
{
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #333332;
}

.flexboxnews .dt1
{
    display: table;
    width: 117px;
}

.flexboxnews .dc1
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.flexboxnews .dc1:first-child
{
    background-color: #eb5425;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.flexboxnews .dc1:last-child
{
    width: 67px;
    height: 50px;
    background-color: #3f3e3e;
    color: white;
    font-size: 18px;
    line-height: 22px;
}

.flexboxnews .newsinfo
{
    padding-top: 10px;
}

@media (max-width: 767px)
{
    .news-div
    {
        padding: 15px;
    }
    .flexboxnews
    {
        display: block;
    }
    .flexboxnews > div.newsimage
    {
        width: 100%;
        padding-bottom: 10px;
        display: block;
    }
    .flexboxnews > div.newsdetail
    {
        padding-left: 0px;
        width: 100%;
        display: block;
    }
    .flexboxnews .dt
    {
        width: 100%;
    }
    .flexboxnews .dt .dc
    {
        display: block;
    }
    .flexboxnews .dt .dc:first-child
    {
        padding-bottom: 10px;
    }
    .flexboxnews .dt1
    {
        width: 100%;
    }
    .flexboxnews .dc1
    {
        width: 50%;
    }
}

#myList
{
    list-style: none;
}

#myList li
{
    display: none;
}

#loadMore,
#showLess
{
    display: inline-block;
    margin: 0 10px 10px 0;
    background-color: #eb5425;
    padding: 8px 16px;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

#newsdet
{

    padding: 10px;
}

#newsdet div.newsimg
{
    text-align: center;
}

#newsdet .dt
{
    display: table;
    padding: 10px 0;
}

#newsdet .dt .dc
{
    display: table-cell;
    vertical-align: top;
}

#newsdet .dt .dc:last-child
{
    padding-left: 10px;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
    color: #333332;
}

#newsdet .dt1
{
    display: table;
    width: 117px;
}

#newsdet .dc1
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#newsdet .dc1:last-child
{
    width: 67px;
    height: 50px;
    background-color: #3f3e3e;
    color: white;
    font-size: 18px;
    line-height: 22px;
}

@media (max-width: 767px)
{
    #newsdet .dt
    {
        width: 100%;
    }
    #newsdet .dt .dc
    {
        display: block;
    }
    #newsdet .dt .dc:first-child
    {
        padding-bottom: 10px;
    }
    #newsdet .dt1
    {
        width: 100%;
    }
    #newsdet .dc1
    {
        width: 50%;
    }
}

.newstext
{
    background-color: #efefee;
    padding: 10px 0px;
    overflow: hidden;
    color:Black;
}

.newslink
{
    text-decoration:none; 
    color: #3a3c3c;
    padding-right: 20px;
}

.newslink:hover
{
    text-decoration:none; 
    color: Black;
    padding-right: 20px;
}

.mgbt15
{
    margin-bottom: 15px;
}

.par-lbl
{
    font-size: 15px;
}

.par-txt
{
    border: 1px solid #9b9a9f;
    padding: 6px 10px;
    font-size: 15px;
    width: 100%;
    display: block;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.par-btn
{
    background-color: #eb5425;
    display: inline-block;
    color: white;
    font-size: 16px;
    padding: 10px 62px;
    border: none;
}

.news
{
    background-color: #eb5425;
    color: white;
    padding: 10px 28px;
    font-size: 15px;
}

#newsdet .dc1:first-child
{
    background-color: #eb5425;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

















#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    background: white;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu > ul > li > a {
    padding: 14px 16px;
    font-size: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #eb5425;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#cssmenu > ul > li:hover > a 
{
    background-color: #eb5425;
    color: #ffffff;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 99;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    left: auto;
    right: 0;
}
#cssmenu li:hover > ul > li {
    height: 35px;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
@media (min-width: 767px) and (max-width: 991px)
{
    #cssmenu>ul>li>ul>li:first-child
    {
        margin-top: 0px;
    }
}
#cssmenu>ul>li>ul>li
{
    padding-bottom: 36px;    
    border-bottom: 1px solid rgb(120, 120, 120);
}
#cssmenu ul li ul li ul li
{
    padding-bottom: 36px;
    border-bottom: 1px solid rgb(120, 120, 120);
}
#cssmenu ul ul li a 
{
    padding: 11px 15px;
    font-size: 14px;
    text-decoration: none;
    color: #eb5425;
    background: #f2f0eb;
    white-space: nowrap;
    min-width: 170px;    
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

#cssmenu ul ul li a:hover 
{
    color: #ffffff;
    background: #eb5425;
}


@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center > ul {
        text-align: left;
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    #cssmenu > ul > li {
        float: none;
    }
    #cssmenu ul ul li a {
        padding-left: 25px;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px;
    }
    #cssmenu ul ul li a {
        color: #eb5425;
        background: none;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #ffffff;
    }
    #cssmenu ul li ul li ul li 
    {
        border-left: 0px solid white; 
        border-bottom: 0px solid white; 
        padding-bottom: 0px; 
        background-color: white;
    }
    #cssmenu ul li ul li ul li:hover
    {
        background-color: #eb5425;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 16px 12px;
        color: #5f6261;
        cursor: pointer;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        width: 100%;
    }
    #cssmenu #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
        content: '';
    }
    #cssmenu #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #000000;
        content: '';
    }
    #cssmenu #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #000000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #cssmenu #menu-button.menu-opened:before {
        top: 23px;
        background: #000000;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 44px;
        width: 46px;
        cursor: pointer;
    }
    #cssmenu>ul>li>ul>li:first-child
    {
        margin-top: 0px;
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #eb5425;
    }
    #cssmenu ul ul .submenu-button {
        height: 36px;
        width: 36px;
    }
    #cssmenu>ul>li>ul>li
    {
        padding-bottom: 0px;
        border-bottom: none;
    }
    #cssmenu>ul>li>ul>li:hover
    {
        background-color: #eb5425;
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #c1c1c1;
        content: '';
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #c1c1c1;
        content: '';
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
}