<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your CSS customizations */
/*primary color : #71553e ==&gt;  #264778 */
.mb-20px{
    margin-bottom: 20px!important;
}

.tp-caption{
    z-index: 999;
    /*background: rgba(0,0,0,0.5);*/
    /*padding: 10px 20px!important;*/
}
.tp-parallax-wrap{
    z-index: 100 !important;
}
.page-header{
    /*padding-top: 45px;*/
    margin: 0;
    background: none;
    border: none;
}

.pages-header .bread-wrapper{
    position: absolute;
    bottom: 0;
}
.pages-header .breadcrumb{
    background: transparent;
    position: relative;
    z-index: 99;
    /*margin-top: -25px;*/
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
}
.pages-header .breadcrumb li{
    margin: 0 5px;
}
.pages-header .breadcrumb li:not(:last-child):after{
    content:'&gt;';
    font-size: 16px;
    margin-left: 5px;
}
.pages-header .breadcrumb a{
    font-size: 14px;
    color:#ffffff;
}
.widget h4, h2{
    font-weight: bold;
}

#about{
    padding-top: 50px;
}

.font-orange,h2{
    color:#e35721;
}

.font-white{
    color:#ffffff;
}

#header .header-nav-bar .header-nav.header-nav-stripe nav &gt; ul &gt; li &gt; a.active{
    background: #e35721!important;
    color:#ffffff!important;
}



.latest_projects .project{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    background: #000000 url('../img/projects/project-6.jpg') no-repeat center center;
    /*background-attachment: fixed;*/
}

/*.latest_projects .project:nth-child(odd){*/
/*border-top-left-radius: 20px;*/
/*border-top-right-radius: 20px;*/
/*border-bottom-left-radius: 20px;*/
/*}*/


/*.latest_projects .project:nth-child(even){*/
/*border-top-left-radius: 20px;*/
/*border-top-right-radius: 20px;*/
/*border-bottom-right-radius: 20px;*/
/*}*/

.latest_projects .project .project-info{
    position: absolute;
    left: 20px;
    bottom:30px;
}

.latest_projects .project .project-info *
{
    color:#ffffff;
}
.team .feature-box
{
    height: 120px;
    margin-bottom: 10px;
}
.team .feature-box img{
    max-width: 75px;
    max-height: 75px;
}

.inner_title_link{
    font-size: 14px;
}

.counters .counter{
    border-radius: 50%!important;
    width: 150px;
    height: 150px;
}

.counters .counter strong{
    line-height: 65px
}

.counters .counter label{
    font-size: 16px;
}

.sub_thumb{
    max-width: 100px;
}

aside img ,.category_products img{
    border: 1px solid #ddd;
}
.main .row &gt; div:not(.sidebar-wrapper){
    padding-top: 20px;
    padding-bottom: 20px;
}
.main img:not(.no_border){

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: auto;
    
    /*border: 1px solid #264778;*/
/*    -webkit-box-shadow: 10px 10px 5px #777777;
    -moz-box-shadow: 10px 10px 5px #777777;
    -o-box-shadow: 10px 10px 5px #777777;
    box-shadow: 10px 10px 5px #777777;*/

   /* -webkit-filter: drop-shadow(5px 5px 5px #777777);
    filter: drop-shadow(5px 5px 5px #777777);*/

}

footer .contact *{
    color:#ffffff;
}

.single_content img{
    max-width: 100%!important;
    height: auto!important;
}

.section-nobg{
    background:transparent!important;
    border-top:none!important;
}

.category_products{
    list-style: none;
    text-align: center;
    padding: 0;
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.category_products li{
    width: 15%;
    margin: 5px;
    display: inline-block;
    /*flex: 0;*/
    vertical-align: top;
}
.product-category .category_products{
    text-align: left;
}
.product-category .category_products li{
    width:24%;
    min-height: 250px;
}

.product-category .category_products li {
    margin-left: 0;
}

.product-category  .category_products img{
    border: none;
}

.widget ul{
    list-style: none;
    padding: 0
}

.widget ul li{
    margin-bottom: 10px;
}

.widget ul li img{
    /*float: left;*/
    max-width: 70px;
}

.widget ul li div{
    display: table-cell;
    vertical-align: middle;
    /*max-width: 80px;*/
}

.widget ul li div:nth-child(2){
    padding: 0px 10px;

}

.widget ul li div *{
    margin:0;
}

.font-size-100{
    font-size: 100px;
}

.owl-carousel{
    direction: ltr;
}

.google-map iframe{
    width: 100%;
    height: 400px;
}

html .btn-primary {
    background-color: #e35721;
    border-color: #e35721;
    color: #ffffff;
}

html .btn-primary:hover, html .btn-primary.hover{
    border-color: #e35721!important;
}
#footer .footer-copyright{
    margin: 0;
}


/*.table-parent{*/
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
/*}*/


table {
    /*border-collapse: collapse;*/
    /*width: 100%;*/
}

.events .row &gt;div{
    padding-top: 0!important;
    padding-bottom: 5px!important;
}

@media(min-width: 992px) {
    table {
        width: 100% !important;
    }
}

table *{
    margin:0!important;
    text-align: center;
    vertical-align: middle!important;
}

table td , table th{
    border: 3px solid #ffffff!important;
}

table tr:first-child td:last-child
{
    border-top-right-radius: 15px;
}

table tr:first-child td:first-child {
    border-top-left-radius: 15px;
}

table tr:last-child td:last-child
{
    border-bottom-left-radius: 15px;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}


tbody&gt;tr:first-child p {
    line-height: 14px !important;
}
tbody&gt;tr&gt;td:first-child p{
    line-height: 20px !important;

}
    /*th, td {*/
    /*padding: 1em;*/
    /*background: #ddd;*/
    /*border-bottom: 2px solid white;*/
/*}*/


/*table tr:first-child &gt;td{*/
/*background: #000;*/
/*}*/

html .scroll-to-top{
    background: #264778;
    color:#e35721;
}

.events p{
    margin-bottom: 0;
}

aside h4{
    color:#e35721;
}


.owl-clients img{
    max-width: 150px;
}

.header-body{
    border:none!important;
}

#header .header-nav-top .nav &gt; li &gt; a{
    color:#ffffff;
}

#header .header-nav-top .nav &gt; li &gt; a{
    color:#000000
}

html #header .header-top.header-top-primary{
    border-top: none;
    background: #eeeeee;
}

html #header .header-top.header-top-primary .header-nav-top ul &gt; li &gt; a:hover, html #header .header-top.header-top-primary .header-nav-top ul &gt; li.open &gt; a:hover, html #header .header-top.header-top-primary .header-nav-top ul &gt; li &gt; a:focus, html #header .header-top.header-top-primary .header-nav-top ul &gt; li.open &gt; a:focus{
    background: #e35721;
}

.google-map-footer{
    margin: 0 0 30px!important;

}

@media(min-width: 992px){
    #header .header-nav-bar .header-nav.header-nav-stripe nav &gt; ul &gt; li.open &gt; a, #header .header-nav-bar .header-nav.header-nav-stripe nav &gt; ul &gt; li:hover &gt; a{
        background: #e35721!important;
        color:#ffffff!important;
    }
    #header .header-nav-main.header-nav-main-light nav &gt; ul &gt; li.open &gt; a.dropdown-toggle:after, #header .header-nav-main.header-nav-main-light nav &gt; ul &gt; li:hover &gt; a.dropdown-toggle:after,
    #header .header-nav-main.header-nav-main-light nav &gt; ul &gt; li &gt; a.active.dropdown-toggle:after{
        border-color: #ffffff transparent transparent transparent;
    }
}
@media(min-width:991px){
    #header.header-transparent .header-nav-main nav &gt; ul &gt; li &gt; a:hover{
        color: #FFF !important;
    }
}


/*.img-contain:hover .projects-img{*/
    /*transform: scale(1.2);*/
/*}*/
.category_products li{
    float: left;
}

.pages-header {
    height: 350px;
    /*background-image: url(../img/gallery/222.jpg);*/
    background-size: cover;

    /*background-attachment: fixed;*/
    /*background-position: center center !important;*/
    /*background-repeat: no-repeat;*/
}
.pages-header{
    padding-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    /*font-family: bold;*/
    font-size: 51px;
    text-transform: capitalize;
    position: relative;
    flex-direction: column;


}
.pages-header-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    z-index: 99;
}
.custom-caption {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -61.5px !important;
    /*margin-left: -151.297px !important;*/
}
.custom-caption h2,.pages-header h2{
    color: #FFF;
    font-size: 42px;
    margin-bottom: 12px;
    margin-top: 12px;

    position: relative;
    font-family: "Open Sans", Arial, sans-serif;
}
.pages-header h3,.pages-header h2{
    z-index: 99;
    font-family: "Open Sans", Arial, sans-serif;
    text-align: center;
    line-height: 1.3;
}
.custom-caption h3,.pages-header h3{
    position: relative;
    color: #f39c12;
    font-size: 22px;
    text-transform: none;

}
#header.header-transparent .header-nav-main nav &gt; ul &gt; li &gt; a.active{
    color:#e35721 !important ;
}
#header .header-nav.header-nav-stripe nav{
    /*height: 81px;*/
    transition: all .3s ease;
}

#header .header-body &gt; .header-container {
    min-height: 82px;
}
.product-h4{
    color: #f39c12
}
.counter-label{
     color: #fff
 }

 /*Tree View*/
.sidebar-wrapper
{
        /* overflow-x: scroll; */
    /* border-right: 1px solid #777777; */
    /* border-radius: 10px; */
    /*padding: 20px;*/
    padding-top: 75px;
    /*padding-right: 0;*/
    /*background: #eeeeee;*/
    /*border-radius: 10px;*/
}

ul, #myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
    padding: 0;
    width: 90%;
    /*background: #eeeeee;*/
    height: 100%;
    padding: 20px;
    padding-left: 0;
    padding-top: 5px;
}

#myUL li a{
    color:#777777;
    font-size: 13px;
}
#myUL &gt; li:not(:last-child) {
    border-bottom:1px dashed #cccccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
#myUL &gt; li &gt; a{    
    font-weight: bold;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\f35a";
  color: #777777;
  display: inline-block;
  margin-right: 2px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
    padding-left: 20px;
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
/*.childrenActive {
    display: block;
}*/
.activeItem &gt; span:before,
.activeItem &gt; a{
    /*text-decoration: underline;*/
    color:#e35721!important;
}
.activeItem &gt; ul{
    display: block;    
}

 /*End Tree View*/


#scrollDown a span,#scrollDown-sub a span {
    position: absolute;
    bottom: 40px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    z-index: 99;
    cursor: pointer;
}
#scrollDown a span::after,#scrollDown-sub a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#scrollDown a span::before,#scrollDown-sub a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0  rgba(227, 87, 33,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 30px rgba(227, 87, 33,.5);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.dbl-section .thumb-info .thumb-info-wrapper{
    margin: 0!important;
}
.dbl-section strong{
    color:#f39c12 !important;
}
.dbl-section h2{
    color:#FFF !important;
}
.dbl-section .divider.divider-primary.divider-small hr{
     background-color:#f39c12 !important;
 }
.header-sticky-logo{
    display: none;
    -webkit-transition: all 1.5s ;
    -moz-transition: all 1.5s ;
    -ms-transition: all 1.5s ;
    -o-transition: all 1.5s ;
    transition: all 1.5s ;
}
html.sticky-header-active .header-default-logo
{
    display: none;
    -webkit-transition: all 1.5s ;
    -moz-transition: all 1.5s ;
    -ms-transition: all 1.5s ;
    -o-transition: all 1.5s ;
    transition: all 1.5s ;
}
html.sticky-header-active .header-sticky-logo
{
    display: block;
    -webkit-transition: all 1.5s ;
    -moz-transition: all 1.5s ;
    -ms-transition: all 1.5s ;
    -o-transition: all 1.5s ;
    transition: all 1.5s ;
}
#footer .col-lg-5 p  {
    color: #777777!important;
}

#footer .list.list-icons.list-icons-sm li{
    padding-left: 0;
}
.product-category .category_products li  h4,.product-h4 {
    font-size: 1.1em !important;
    font-weight: bold;
}

html.webkit .thumb-info .thumb-info-wrapper{
    /*margin: 0;*/
}
.counters .counter{
    background: rgba(0,0,0,.5);
}
.thumb-info{
    border: none !important;
    background: transparent!important;
}
.home-product{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.home-product-item{
    width: 23%;
    margin: 0 10px;
}
.clients-logos{
    background-attachment: fixed;
    background-size: cover;
    padding: 70px 0
}
.clients-h3, .clients-h3 strong{
    color: #FFF !important;
    margin-bottom:0;
}

.thumb-info .thumb-info-wrapper {
    display: inline-block !important;
}

.content-p p{
    margin: 0;
}

.content-p ul
/*,.content-p ol*/
{
    list-style: initial;
}
.content p{
    margin-bottom: 0;
}
.content ul{
    list-style-type:disc;
}
@media (max-width: 425px) {
    .pro-event-container{
        flex-direction: column;
    }
    .pro-event-container .pro-img {
        width: 100% !important;
    }
    .pro-event-container .thumb-info{
        margin-right: 1px !important;
    }
    .thumb-info-caption-text{
        padding-top: 0px !important;
    }
}</pre></body></html>