<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {

  overflow-x: hidden;
}

.widget_title{
    margin-bottom: 10px;
}
.widget_title h4 {
    font-size: 21px;
    font-weight: normal;
    padding: 0 0 10px;
    position: relative;
    text-transform: capitalize;
}
.widget_title h4 ::before{
    background: #727CB6;
    border-radius: 0 5px 5px 0;
    bottom: -1.5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.widget_title h2{
   
    text-transform: uppercase;
}

.widget_title h2{
   
    font-weight: normal;
    padding: 0 0 10px;
    position: relative;
    text-transform: capitalize;
}
.widget_title h2::before{
    background: #727CB6;
    border-radius: 0 5px 5px 0;
    bottom: -1.5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.widget_title h2{
    
    text-transform: uppercase;
}
.widget_content{ margin-bottom:30px; 

}

/* Recent Posts Widget
====================================*/
.links{
    margin:0;
    padding:0;
}
.links li{
    list-style:none;
}

.links2 li::before {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 5px;
}

.links li a {
    color: #170957;
    /*font-size: 13px;*/
/*    font-weight: 600;*/
    line-height: 22px;
}
.links li a:hover{
    color:#727CB6;
}
.links li span {
    display: block;
    color: #919191;
    font-size: 12px;
    margin-bottom: 6px;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.link_icon{
    margin:0;
    padding:0;
}
/*.link_icon li{
    list-style:none;
}*/

.link_icon li::before {
    content: "â–¨";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 5px;
}

.link_icon li a {
    color: #170957;
/*    font-size: 13px;*/
    font-weight: 600;
    line-height: 22px;
}
.link_icon li a:hover{
    color:#727CB6;
}
/*.link_icon li span {
    display: block;
    color: #919191;
    font-size: 12px;
    margin-bottom: 6px;
}*/

.site-search-area {
    margin: 0px;
    padding: 0 0 30px;
}
#site-searchform {
    margin: 0;
    padding: 0;
}
#site-searchform #s{
    border: 1px solid #eee;
    background-color: #fff;
    width: 82%;
    height:41px;
    padding:10px 10px 5px 10px;
    color: #999;
    float: left;
    font: normal 12px "Open sans",Helvetica, Arial, sans-serif;
}
#site-searchform #s:focus{
    border: 1px solid #E74C3C;
    background-color: #fff;
    width: 82%;
    height:41px;
    padding:5px 10px 5px 10px;
    color: #999;
    float: left;
    font: normal 12px "Open sans",Helvetica, Arial, sans-serif;
}
#site-searchform #searchsubmit{
    float: left;
    width:18%;
    height:41px;
    cursor:pointer;
    text-indent:-5555em;
    line-height:100;
    overflow:hidden;
    background: #727CB6 url(../../css/icons/search-icon.png) no-repeat center 14px;
    border:0;
    transition:all 0.4s ease-in-out;
    -webkit-transition:all 0.4s ease-in-out;
       -moz-transition:all 0.4s ease-in-out;
        -ms-transition:all 0.4s ease-in-out;
         -o-transition:all 0.4s ease-in-out;
}
#site-searchform #searchsubmit:hover{
    background: #444A6D url(../../css/icons/search-icon.png) no-repeat center 14px;
}





.lab {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-variant: normal;
    color: #036;
    border: 2px solid #069;
    text-shadow: none;
    background-color: #BFE1E3;
    padding: 2px;
    height: 25px;
    width: 120px;
    display: table;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
    word-spacing: normal;
    margin: 5px;
}
.lab2 {
    font-family: Verdana, Geneva, sans-serif;   
    font-weight: normal;
    font-variant: normal;
    color: #069;
    border: 1px solid #1E728A;
    text-shadow: none;
    background-color: #FFF;
    padding: 2px;
    height: 15px;
    width: 70px;
    display: table-cell;
    letter-spacing: 0.3em;
    text-align: center;
    vertical-align: middle;
    word-spacing: normal;
    margin: 2px;
    position: relative;
}
.line {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 0.6em;
    color: #036;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
}
.lineCopy {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 0.6em;
    color: #22F;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    font-weight: bold;
}
.lineCopy2 {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 0.6em;
    color: #880088;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    font-weight: bold;
}</pre></body></html>