<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Open+Sans+Condensed:300,700&amp;display=swap&amp;subset=cyrillic,cyrillic-ext');

body {
    font-family: 'Open Sans', sans-serif;
    color: #232323;
    line-height: normal;
}
a:hover, a:focus, a:active {
    text-decoration: none;
}
.topmenu {
    list-style: none;
    display: inline-flex;
    padding-left: 30px;
}
.topmenu li a {
    font-size: 12px;
    text-transform: uppercase;
    color: #232323;
}
.topmenu li {
    padding: 0px 8px;
    border-left: 1px solid #ccc;
    line-height: 16px;
}
.topmenu li:first-child {
    border-left: 0px;
}
.topmenu-container {
    padding: 4px 0px;
    width: 100%;
    height: 25px;
}
.textdesc {
    font-weight: bold;
    width: 12%;
}
.textvalue {
    width: 88%;
}
.footerlogo {
    padding: 35px 0px;
}
.footertext {
    padding-bottom: 40px;
}
.footer {
    background: url("../../images/footer.png");
    background-size: cover;
    height: auto;
    width: 100%;
    color: #fff;
}
.footer, .footer a, .footermenu-container, .footermenu-container a {
    font-size: 14px;
    color: #fff;
}
.footermenu-container, .footermenu-container a {
    line-height: 30px;
}
.footer p {
    margin-bottom: 5px;
}
.footermenu-container {
    width: 100%;
    height: 30px;
    background: #ff9933;
}
.footermenu {
    list-style: none;
    display: flex;
    padding-left: 18px;
    margin-bottom: 0px;
}
.footermenu li a {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}
.footermenu li {
    padding: 0px 18px;
    border-left: 1px solid #fff;
    line-height: 16px;
}
.search {
    border: none;
    height: 25px;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
}
.search:focus{
    box-shadow: none;
}
.logo {
    width: 125px;
}
.nopagging {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-collapse ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.navbar-collapse li a {
    color: #232323;
    text-transform: uppercase;
    line-height: 50px;
}
.navbar-collapse li:hover a {
    color: #f58220;
}

.navbar-collapse li {
    color: #232323;
    display: block;
    float: left;
    padding: 0px 20px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}
.navbar-collapse li:last-child {
    padding: 0px 0px 0px 20px;
}

.navbar-collapse ul li &gt; ul li {
    padding: 8px 40px 8px 15px !important;
    border-bottom: 1px solid #fff;
}

.navbar-collapse li:hover,
.navbar-collapse li:focus-within {
    cursor: pointer;
}

.navbar-collapse li:focus-within a {
    color: #f58220;
    outline: none;
}

.navbar-collapse ul li ul {
    background: #f58220;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    left: 20px;
    display: none;
    z-index: 10000;
}
.navbar-collapse ul li ul li a {
    font-family: 'Open Sans Condensed';
    font-size: 19px;
    text-transform: none;
    color: #fff !important;
    line-height: 20px;
    text-transform: none;
}
.navbar-collapse ul li ul li:hover a {
    color: #232323 !important;
}

.navbar-collapse ul li:hover &gt; ul,
.navbar-collapse ul li:focus-within &gt; ul,
.navbar-collapse ul li ul:hover,
.navbar-collapse ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: left;
}

.navbar-collapse ul li ul li {
    clear: both;
    width: 100%;
}

.navbar-expand-lg {
    padding: 0px;
}


#searchbutton {
    background: url("../../images/search.png");
    width: 18px;
    height: 18px;
}
.yellowline {
    width: 100%;
    border-bottom: 2px solid #ffff33;
}
.search {
    display: none;
}

.swiper-container {
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.header {
    padding-bottom: 10px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: .7;
}
.swiper-pagination-bullet-active {
    background: #f58220;
}
.mainbody {
    padding: 20px 0px 50px 0px;
}
.cattitle {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #f58220;
    padding-left: 25px;
}
.cathome {
    padding-bottom: 30px;
}
.catposts {
    padding-top: 15px;
}
.apost div{
    display: block;
    /*width: 100%;*/
}
.apost {
    height: 160px;
    overflow: hidden;
    margin-right: 0px;
}
.posttitle a {
    color: #232323;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    padding-bottom: 10px;
}
.postdate, .postview {
    font-size: 11px;
    line-height: 30px;
}
h1,h2,h3 {
    font-family: "Open Sans";
}
.categorysidebar .catposts {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.categorysidebar .posttitle {
    padding-right: 0px;
    text-align: justify;
}
.categorysidebar .posttitle a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    font-family: "Open Sans";
}
.categorysidebar .postdate, .categorysidebar .postview {
    line-height: 14px;
    display: inline-block;
}

.postcontent {
    font-size: 12px;
    text-align: justify;
}
.workexpire {
    font-size: 11px;
    width: 100%;
}
.worktitle {
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}
.worktitle a {
    text-transform: uppercase;
    font-size: 12px;
    color: #232323;
}
.line {
    background: url("../../images/linebg.png");
    width: 100%;
    height: 5px;
}
.onework {
    font-size: 14px;
}
.onework h2 {
    font-weight: bold;
    text-align: center;
}
.wtitle a {
    color: #232323;
}
.wtitle {
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.wexpire {
    font-size: 12px;
}
.sidebarlist {

}
.sidebarlist ol ul li::before, .sidebarlist ul li::before, .sidebarlist ul ul li::before {
    content: "â€¢";
    margin: 0 1rem 0 0;
    color: #b1b1b1;
}
.sidebarlist a {
    color: #232323;
}
.sidebarlist li {
    font-family: "Open Sans";
    padding-top: 5px;
}
.companynamesmall {
    font-size: 10px;
    font-weight: bold;
    font-family: 'Open Sans';
}
.sidebartitle {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background: #f58220;
    padding-left: 25px;
    border-bottom: 2px solid #ffff33;
}
.work-container {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}
.postinfo {
    padding: 15px 0px 5px 0px;
    border-bottom: 2px solid #ccc;
    margin: 0px;
    margin-bottom: 15px;
}
.postinfo .col {
    padding: 0px;
}
.postinfoleft {
    font-size: 14px;
}

.usermenu {
    display: inline-flex;
}
.usermenu &gt; li &gt; a {
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #f58220;
}
.usermenu li {
    color: #232323;
    display: block;
    float: left;
    padding: 0px 20px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}
.usermenu li:last-child {
    padding: 0px 0px 0px 20px;
}

.usermenu li &gt; ul li {
    padding: 8px 40px 8px 15px !important;
    border-bottom: 1px solid #fff;
}

.usermenu li:hover,
.usermenu li:focus-within {
    cursor: pointer;
}

.usermenu li:focus-within a {
    color: #f58220;
    outline: none;
}

.usermenu li ul {
    background: #f58220;
    visibility: hidden;
    opacity: 0;
    min-width: 11rem;
    position: absolute;
    transition: all 0.5s ease;
    left: 20px;
    display: none;
    z-index: 10000;
    padding-left: 0px;
}
.usermenu li ul li a {
    font-family: 'Open Sans Condensed';
    font-size: 19px;
    text-transform: none;
    color: #fff !important;
    line-height: 20px;
    text-transform: none;
}
.usermenu li ul li:hover a {
    color: #232323 !important;
}

.usermenu li:hover &gt; ul,
.usermenu li:focus-within &gt; ul,
.usermenu li ul:hover,
.usermenu li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
    text-align: left;
}

.usermenu li ul li {
    clear: both;
    width: 100%;
}

.btn-flat {
    border-radius: 0;
}

.sidebar {
    padding: 0px 15px 30px 15px;
}

.contentbody img {
    max-width: 100%;
    height: auto;
}

.contentbody iframe {
    width: 100%;
}
.filterbody {
    padding: 10px 8px 30px 8px;
}
.hovereffect {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}

.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:17px;
    background:rgba(0,0,0,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}

.hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:7px 14px;
}

.hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}
.swiper-pagination-bullet {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}
.popupbanner {
    padding: 0px;
}
.popupbanner &gt; button.close {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.popupbanner &gt; .close {
    font-size: 2rem;
}
/* COMPNAY REGISTER - COMPANY USER*/
.advert-company-comp .img-thumbnail{
    max-height: 150px;
}
/* COMPNAY REGISTER - COMPANY USER END*/







@media only screen and (max-width: 991px) {
    /* For mobile phones: */
    .navbar-collapse li:last-child {
        padding: 0px 20px;
    }
    .textdesc {
        font-weight: bold;
        width: 20%;
    }
    .textvalue {
        width: 80%;
    }
    .contentbody iframe {
        width: 100%;
        height: 320px;
    }
}
</pre></body></html>