<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Table of Content
==================================================
1.Fonts
2. Common css
   a)button style
   b)Main heading
   c)Form style
   d)center
   e)Overlay
   f)Socials
   g)Pagination
 3. Top Info
 4. Header
 5. Breadcrumb
 6. Actions
 7. Services
 8. Portfolios
 9. About
 10.Team
 11.Counter
 12.Blog
 13.Testimonials
 14.Footer
 15.Contact Us
 16.Aside
 17.Responsive

===========================================
Fonts
===========================================
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:300,400,600,700,800|Poppins:400,500,600,700');

/*
================================================
Common Css
================================================
*/

* {
    outline: 0!important;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
}

section {
    transition: none;
    -webkit-transition: none;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

body {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.3px;
    line-height: 26px;
    color: #333333;
}

p {
    margin: 0;
	
}

a {
    color: #222831;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3 {
    color: #333;
    font-family: 'Oswald';
}

h2 {
    letter-spacing: -0.06em !important;
    font-weight: 700;
}

h2,
h3 {
    line-height: 130% !important;
}

.row {
    clear: both;
}

.bg-color {
    background-color: #fdfcfc;
}


/*
===========================================
button style
===========================================
*/


/*
===========================================
main heading
===========================================
*/

.main-heading h2 {
    font-family: Oswald;
    font-size: 40px;
    color: #333;
    font-weight: 600;
}

.main-heading p {
    color: #999999;
    font-size: 12px;
    line-height: 26px;
}


/*======================================*/

img {
    vertical-align: middle;
    max-width: 100%;
}

.margin {
    display: inline-block;
    margin: 16px 0;
    width: 100%;
}

.no-padding {
    padding: 0;
}

.padding-right {
    padding: 0 15px 0 0;
}

.space {
    padding: 50px 0;
}

section {
    /* overflow: hidden; */
}


/*
===========================================
Form style
===========================================
*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="time"],
input[type="number"],
input[type="url"],
input[type="search"] {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
}

input[type="radio"],
.checkbox input[type="radio"],
.checkbox input[type="checkbox"],
input[type="checkbox"] {
    display: none;
    margin-left: 0;
    margin-top: 3px;
    position: absolute;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #e9322d!important;
    box-shadow: 0 0 6px #f8b9b7!important;
}

select::-ms-expand {
    /* for IE 11 */
    display: none;
}


/*
==========================================
center
==========================================
*/

.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*
===========================================
Overlay
===========================================
*/


/*
===========================================
Socials
===========================================
*/

.lang {
    float: right;
    margin-left: 20px;
}

.lang a {
    color: #ffffff;
    margin-left: 5px
}

.lang span {
    margin-left: 5px
}


/*
===========================================
Pagination
===========================================
*/

.pagination&gt;.active&gt;a,
.pagination&gt;.active&gt;span {
    background-color: #F8992B;
    border-color: #F8992B;
}

.pagination&gt;li&gt;a,
.pagination&gt;li&gt;span {
    color: #000000;
}

.pagination&gt;li&gt;a:hover,
.pagination&gt;li&gt;span:hover,
.pagination&gt;li&gt;a:focus,
.pagination&gt;li&gt;span:focus {
    color: #222;
}


/*
===========================================
Top Info
===========================================
*/


/*
===========================================
Header
===========================================
*/

#offcanvas-toggler {
    float: right;
    line-height: 60px;
}

#offcanvas-toggler {
    float: right;
    line-height: 60px;
}

#offcanvas-toggler&gt;i {
    background: transparent none repeat scroll 0 0;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    padding: 0 0 0 10px;
    transition: color 400ms ease 0s, background-color 400ms ease 0s;
}

#offcanvas-toggler&gt;i:hover {
    color: #fff;
}

.close-offcanvas {
    border: 2px solid #eee;
    border-radius: 100%;
    color: #000;
    font-size: 12px;
    height: 22px;
    line-height: 18px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 15px;
    width: 22px;
    z-index: 1;
}

.close-offcanvas:hover {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

#offcanvas-toggler&gt;i:hover {
    color: #f5dd25;
}

.body-innerwrapper::after {
    right: 0;
}

.body-innerwrapper::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.5s ease 0s, width 0.1s ease 0.5s, height 0.1s ease 0.5s;
    width: 0;
    z-index: 999;
}

.offcanvas {
    height: 100%;
    position: relative;
    width: 100%;
}

.offcanvas .body-innerwrapper::after {
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    width: 100%;
}


/* #left-nav &gt; li.parent a &gt; i { */


/* display: block; */


/* float: right; */


/* font-size: 14px; */


/* padding: 10px 6px 10px 40px; */


/* } */


/*
===========================================
Breadcrumb
===========================================
*/


/*
===========================================
Action
===========================================
*/

.action {
    padding: 20px 0;
    background-color: #F5DD25;
}


/*
===========================================
Services
===========================================
*/


/*
===========================================
Services- slider
===========================================
*/

.flexslider {
    border: medium none;
    margin: 0;
}


/*
===========================================
Portfolios
===========================================
*/

#portfolio.bg-color {
    background-color: #F2F2F2;
}

.inner #portfolio.space {
    padding: 100px 0;
}


/*
===========================================
About
===========================================
*/


/*
===========================================
Team
===========================================
*/

#team {
    background-color: #fafafa;
}


/*
===========================================
Counter
===========================================
*/

#counter {
    background-attachment: fixed;
    /* background-image: url("../images/5744351061_0ee7664c9e_b.jpg"); */
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 0;
}

#counter .count {
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
}


/*
===========================================
Blog
===========================================
*/

article .meta i {
    color: #999;
    font-size: 13px;
    padding-left: 0;
    padding-right: 5px;
}

article .meta&gt;li {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #888;
    font-style: italic;
}

article .meta&gt;li:not(:last-child) {
    border-right: 1px solid #999;
    padding-right: 14px;
}

article .meta&gt;li:not(:first-child) {
    padding-left: 14px;
}

.inner #blog .icon {
    border: 1px solid #222831;
    border-radius: 3px;
    color: #222831;
    display: block;
    font-size: 24px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    top: 0;
    width: 48px;
}

.inner #blog {
    background-color: #fafafa;
}

.inner article .meta i {
    color: #666;
}


/*
===========================================
Testimonials
===========================================
*/


/*
===========================================
Footer upper
===========================================
*/

ul.sp-flickr-gallery li {
    max-width: 25%;
}

.sp-flickr-gallery li {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 -8px;
}

.sp-flickr-gallery li {
    padding: 0 1px 1px 0 !important;
}


/*
===========================================
Footer copyrights
===========================================
*/


/*
===========================================
Contact us
===========================================
*/

#contact-form .button {
    padding: 0 7px;
}

#contact {
    padding: 100px 0;
}


/*
===========================================
Aside
===========================================
*/

aside .service li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 30px;
    transition: all 200ms ease 0s;
}

aside .service&gt;li {
    /* border-left: 3px solid #f5dd25 !important; */
    background-color: #222831;
    margin-bottom: 1px;
    transition: all 200ms ease 0s;
}

aside .service li.active {
    border-left: 3px solid #f5dd25 !important;
    background-color: #222831;
    margin-bottom: 1px;
    transition: all 200ms ease 0s;
}

aside .service&gt;li&gt;a:hover {
    color: #f5dd25;
}


/* aside .service li a:hover, */


/* aside .service li a:focus { */


/* color: #f5dd25; */


/* } */


/* aside .service li a.active, */


/* aside .service li:hover a { */


/* color: #f5dd25; */


/* } */

aside .widget:not(:last-child) {
    margin-bottom: 50px;
}

aside .widget h3 {
    color: #222831;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 0;
}


/*
===========================================
Responsive
===========================================
*/
#pic-page a img{width: 100px;}
@media (max-width: 767px) {
    .space {
        padding-bottom:50px;
    }
    #offcanvas-toggler {
        float: none;
    }
    #offcanvas-toggler&gt;i {
        padding: 0;
    }
    .main-heading h2 {
        font-size: 35px;
    }
    .padding-right {
        padding: 0;
    }
    .pagination {
        padding-left: 10px;
    }
    #pic-page a img{width: 80px;}
}

.product_list {
    clear: both;
    padding: 40px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.product_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 340px;
}

.product_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    max-height: 450px;
    border: 1px solid #D2D2D2;
}

@media (max-width: 768px) {
    .product_img {
        padding-right: 0;
        padding-left: 0;
    }
    .product_img img {
        /* margin:10px; */
        max-width: 95%;
    }
}

.product_title {
    margin: 15px 0px;
    line-height: 24px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px;
}

.product_title a {
    color: #060606;
    font-size: 16px;
    line-height: 16px;
}

.product_title a:hover {
    text-decoration: none;
    color: #3399FF;
}


/*æ&nbsp;ç›®å¯¼èˆª*/


/*å°ç±»*/


/* ul.left_snav_ul &gt; li &gt; a:hover{ text-decoration: none;color:#004B87;} */

.menu_head {
    cursor: pointer;
    font: 800 25px/30px "Open Sans", sans-serif;
    width: 35px;
    text-align: center;
    color: #FFF;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 0px;
}


/*åˆ†é¡µæ&nbsp;·å¼*/


/*äº§å“æœç´¢*/

#slider-wrapper img {
    margin: 0 auto
}</pre></body></html>