<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ffoonnttss
{
    font-family: 'Roboto', sans-serif;
    font-family: 'Signika', sans-serif;
}

*
{
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    word-wrap: break-word;
}

p
{
    color: #3a3c3c;
    font-size: 15px;
    word-wrap: break-word;
    font-family: 'Roboto', sans-serif;
    line-height: 25px;
    padding-bottom: 10px;
    margin: 0px;
}

a,a:hover,a:focus,a:active
{
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

h1,h2,h3,h4
{
    font-family: 'Signika', sans-serif;
    font-weight: 600;
}

h1
{
    font-size: 40px;
}

h2
{
    font-size: 36px;
}

h3
{
    font-size: 32px;
}

h4
{
    font-size: 26px;
}

.topbrdr
{
    border-top: 2px solid #00895f;
}

.flexbox1
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.logodiv
{
    padding: 8px 0;
}

.logodiv img
{
    display: inline-block;
}

.top-social-icons
{
    margin-top: 7px;
    float: right;
}

.top-social-icons i
{
    font-size: 15px;
    border: 1px solid #00895f;
    padding: 8px 10px;
    color: #00895f;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.top-social-icons i:hover
{
    background: transparent;
    background:#00895f;
    border:1px solid #00895f;
    color:#fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.top-contact-info 
{
    margin-top: 9px;
    float: right;
    margin-right: 15px;
}

.top-contact-info ul
{
    margin: 0px;
    padding: 0px;
}

.top-contact-info ul li 
{
    display: inline-block;
    font-size: 17px;
    color: #000;
}

.top-contact-info ul li span 
{
    left: -.5em;
    color: #00895f;
}

.top-contact-info ul li a 
{
    color: #000;
    font-size:15px;
    vertical-align: text-bottom;
}

.top-contact-info ul li:nth-child(2) 
{
    margin-left: 25px;
}

.h-menubg
{
    background-color: #00895f;
}

.hp-bg
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.hp-title 
{
    margin: 20px 0;
    font-weight: 500;
}

.h-pdiv
{
    border: 1px solid #e9e9e9;
    position: relative;
    margin-bottom: 30px;
}

.flexbox3
{
     display:-webkit-flex;
display:-webkit-box;
display:-moz-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
    -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
    -webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
    height:231px;
    overflow: hidden;
    margin: 10px;
}

.flexbox3 img
{
    max-height: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.h-pdiv:hover img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.h-pname
{
    text-align: center;
    background-color: #005f42;
}

.h-pname&gt;a
{
    color: #ffffff;
    padding: 8px;
    font-size: 16px;
    line-height: 20px;
    display: block;
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}
@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
} 

.wthree-btn 
{
    position: relative;
    display: inline-block;
    margin: 1em auto;
    text-transform: uppercase;
    overflow: hidden;
    border: 2px solid #00895f;
    padding: .7em 2em;
    color: #00895f;
    z-index: 9;
    font-size: 1em;
    outline:none;
}

.wthree-btn:focus
{
    color: #fff;
    text-decoration:none;
    outline: none;
}

.wthree-btn:before, .wthree-btn:after 
{
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #00895f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    transition:.5s all;
}

.wthree-btn:before 
{
    left: -20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wthree-btn:after 
{
    right: -20px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.wthree-btn:hover 
{
    color: #fff;
}

.wthree-btn:hover:before 
{
    animation: criss-cross-left 0.8s both;
}

.wthree-btn:hover:after 
{
    animation: criss-cross-right 0.8s both;
}


.vclient-space
{
    padding-bottom: 30px;
}

.hc-title
{
    color: #1f2c33;
    display: inline-block;
    margin: 45px 0 35px 0;
}

.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: #00895f;
    padding-top: 40px;
}

.footer-div
{
    padding-bottom: 30px;
}

.footer-title
{
    color: white;
    margin: 0 0 18px 0;
    font-size: 22px;
    position: relative;
    padding-bottom: 6px;
}

.footer-title:before
{
    position: absolute;
    content: '';
    display: inline-block;
    width: 60px;
    height: 3px;
    left: 0px;
    bottom: -2px;
    background-color: white;
}

.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: #005f42;
    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%;
    padding:8px;
    border: 1.5px solid #ffffff;
    color: white;
    background-color: #005f42;
}

.pcube-div
{
    background-color: #005f42;
    padding-top: 12px;
    padding-bottom: 10px;
}

.pcube
{
    color: white;
    padding: 0px;
    text-align: center;
    font-size: 14px;
}

.pcube &gt; a, .pcube &gt; a:hover, .pcube &gt; a:focus, .pcube &gt; 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;
}

.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: #005f42;
    background: linear-gradient(#00895f 0%, #005f42 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 #005f42;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #005f42;
}

.ribbon span::after 
{
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #005f42;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #005f42;
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;span, .pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:hover
{
    color: #005f42;
    border: 1px solid #005f42;
    background-color: white;
}

.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover
{
    background-color: #005f42;
    border-color: #005f42;
}







.flexbox6
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row wrap;
    flex-flow: row 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 #005f42;
}

.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: #005f42;
}

.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 #005f42;
}

.flexbox11
{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.flexbox11&gt;img
{
    max-height: 100%;
}

.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: #005f42;
}

.advice-title
{
    color: #303b45;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: bold;

}

.advice-no
{
    color: #005f42;
    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: #005f42;
    position: absolute;
    bottom: 1px;
    left: 0px;
}

.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&gt;img
{
    max-height: 100%;
}

.pinline-blk:hover
{
    border: 6px solid #005f42;
}

@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;
    }
}









/***** 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 &gt; div.newsimage
{
    text-align: center;
    width: 170px;
    display: table-cell;
    vertical-align: top;
}

.flexboxnews &gt; div.newsimage &gt; div.mainimg
{
    display: inline-block;
    background-color: white;
    padding: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 2px #bbb;
}

.flexboxnews &gt; 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: #00895f;
    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 &gt; div.newsimage
    {
        width: 100%;
        padding-bottom: 10px;
        display: block;
    }
    .flexboxnews &gt; 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: #00895f;
    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: #00895f;
    display: inline-block;
    color: white;
    font-size: 16px;
    padding: 10px 62px;
    border: none;
}

.news
{
    background-color: #00895f;
    color: white;
    padding: 10px 28px;
    font-size: 15px;
}

#newsdet .dc1:first-child
{
    background-color: #00895f;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}





.product-div2
{
    background-color: white;
    margin-bottom: 20px;
	margin-top: 10px;
    position: relative;
	border-radius: 4px;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.09);
	transition: all .6s ease-in-out;
}

.product-div2:hover
{
	box-shadow: 0 0px 14px rgba(0, 0, 0, 0.56);
}

.product2-image
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 200px;
	overflow: hidden;
	box-sizing: border-box;
}

.product2-image img
{
    max-height: 160px;
	transition: all 0.4s ease-in-out;
}

.product-div2:hover img
{
	transform: scale(1.1);
}

.product2-name
{
    padding: 8px;
    text-align: center;
}

.product2-name&gt;a,.product2-name&gt;a:hover,.product2-name&gt;a:focus,.product2-name&gt;a:active
{
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}

.product2-dtil
{
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.product2-price
{
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	padding-bottom: 10px;
}

.product2-vmre
{
	display: inline-block;
	margin-bottom: 10px;
	padding: 8px 12px;
	font-size: 14px;
	line-height: 14px;
	border: 1px solid #00895f;
	color: #00895f;
	border-radius: 2px;
	background-color: rgba(0,137,95,0.2);
	transition: all 0.4s ease-in-out;
}

.product2-vmre:hover
{
	color: #ffffff;
	background-color: #00895f;
}</pre></body></html>