﻿/*
Theme Name: Bisco
*/

/*
======================================
[ Body ]
======================================
*/
body { font-family: 'Roboto', sans-serif; font-size: 15px; }
a, a:focus, a:hover { text-decoration: none; outline: 0; }

/*
======================================
[ Header ]
======================================
*/
.header-wrap {background: #ffffffeb;}
.header-bar { background: #253a94; color: #fff; }
.header-bar .social i { font-size: 15px; width: 30px; height: 30px; text-align: center; color: #fff; line-height: 2; border-radius: 100%; }
.header-bar .social i.icon-facebook { background: #3b5998 }
.header-bar .social i.icon-twitter { background: #00aff0 }
.header-bar .social i.icon-youtube { background: #e62117 }
.header-bar .social i.icon-linkedin { background: #00aff0 }
.search-form .buttom-search {background-color: #ff6600;border: 0;color: #fff;text-transform: uppercase;font-size: 14px;height: 35px;}
.search-form input.form-control { height: 35px; background: #fff; color: #444; }
.search-form .form-control { border: 1px solid #ffffff; -webkit-box-shadow: none; box-shadow: none; }
.search-form .form-group { margin: 0; }

/*
======================================
[ Header Animation ]
======================================
*/
.relative { position: relative; }
.fixed { -webkit-box-shadow: 0 2px 2px rgba(88, 88, 88, 0.175); box-shadow: 0 4px 4px rgba(88, 88, 88, 0.175); position: fixed; z-index: 99999; width: 100%; top: 0; right: 0; left: 0; transition: all 0.2s ease-in-out 0s; -moz-gnimation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; }
@-webkit-keyframes "headerAnimation" {
	0% { margin-top: -70px; }
	100% { margin-top: 0; }
}
@keyframes "headerAnimation" {
	0% { margin-top: -70px; }
	100% { margin-top: 0; }
}

/*
======================================
[ Menu Main ]
======================================
*/
.menu-primary ul { list-style: none; margin-bottom: 0; }
.menu-primary>ul>li { position: relative; display: inline-block; -moz-transition: all .5s; -webkit-transition: all .5s; transition: all .5s; margin: 0 10px; }
.menu-primary>ul>li>a { padding: 20px 0; display: block; color: #444; font-size: 15px; text-transform: uppercase; }
.menu-primary>ul>li>a>i { display: block; text-align: center; margin-bottom: 10px; }
.menu-primary>ul>li>a:hover, .menu-primary li.current-menu-item>a {color: #ff6600;}
.menu-primary>ul>li>a:after { background: transparent; content: ''; width: 0; height: 3px; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: width 0.2s ease; -moz-transition: width 0.2s ease; -o-transition: width 0.2s ease; transition: width 0.2s ease; }
.menu-primary>ul>li:hover a:after, .menu-primary li.current-menu-item>a:after {background: #ff6600;width: 100%;}
.menu-primary ul li.menu-item-has-children:hover >ul.sub-menu { display: block; }
.menu-primary ul.sub-menu {display: none;width: 200px;position: absolute;z-index: 200;background: #253a94;-moz-transition: all .5s;-webkit-transition: all .5s;transition: all .5s;text-align: left;padding: 0;}
.menu-primary >ul >li > ul.sub-menu { }
.menu-primary >ul >li > ul.sub-menu > li > ul { left: 200px; top: 0; }
.menu-primary>ul>li:hover.menu-item-has-children:before { content: ""; position: absolute; top: 62px; left: 0; right: 0; text-align: center; margin: 0 auto; width: 0; height: 0; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #457e18 transparent; }
.menu-primary ul.sub-menu li { padding: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.31); position: relative; }
.menu-primary ul.sub-menu li:last-child { border: none; }
.menu-primary ul.sub-menu li a { color: #fff; }
.menu-primary ul.sub-menu li:hover { background: rgba(0, 0, 0, 0.16); border-bottom: 1px solid rgba(255, 255, 255, 0.39); }

/*
======================================
[ Menu Mobi ]
======================================
*/
.background-mobile { background: #253a94; top: 115px; height: auto; position: fixed; width: 100%; z-index: 9999; display: none; left: 0; }
ul.accordion-responsive { list-style: none; padding: 0; }
ul.accordion-responsive li { border-bottom: 1px solid rgba(255, 255, 255, 0.08); position: relative; }
ul.accordion-responsive li a { color: rgb(255, 255, 255); font-size: 15px; padding: 10px; display: block; }
ul.accordion-responsive li .dcjq-icon:after { content: ""; display: inline-block; font-weight: 900; font-family: 'Font Awesome 5 Free'; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); position: absolute; right: 0; color: #fff; top: 0; width: 40px; height: 40px; text-align: center; line-height: 3; }
ul.accordion-responsive li .dcjq-icon:after { content: "\f107" }
ul.accordion-responsive li .dcjq-icon.active:after { content: "\f106"; }
ul.accordion-responsive li ul { list-style: none; padding: 0; }
ul.accordion-responsive li ul >li { padding-left: 20px; }
ul.accordion-responsive li ul >li a:before { font-weight: 900; font-family: 'Font Awesome 5 Free'; content: "\f054"; margin-right: 10px; }
footer.footer { position: relative; background-color: #f7f7f7; -webkit-background-size: auto; -moz-background-size: auto; background-size: auto; color: #000; }
footer.footer span > i { width: 20px; text-align: center; }
footer.footer h4 { position: relative; }
footer.footer h4 strong {display: block;font-size: 17px;text-transform: uppercase;font-weight: 900;}
footer.footer h4 span.separator { position: relative; display: inline-block; margin: 0 auto; text-align: center; }
footer.footer h4 span.separator i { font-size: 13px; }
footer.footer h4 span.separator:before { content: ""; position: absolute; width: 50px; height: 10px; right: 25px; margin: 0 auto; top: 8px; border-bottom: 1px solid #a5d03d; }
footer.footer h4 span.separator:after { content: ""; position: absolute; width: 50px; height: 10px; left: 25px; margin: 0 auto; top: 8px; border-bottom: 1px solid #a5d03d; }
footer.footer .copyright {padding: 10px 0;font-size: 15px;line-height: 1.8;background: #444;color: #fff;}
footer.footer .subscribe-wrap { color: #fff; background: #253a94; }
footer.footer .subscribe-wrap .fa-medal { font-size: 40px; color: #fff; margin-top: 2px; }
footer.footer .widget .item a { color: #fff; font-weight: 600; }

/*
======================================
[ Heading ]
======================================
*/
h1.h1 {font-size: 20px;text-rendering: optimizelegibility;width: 100%;line-height: 1.2;margin: 10px 0;font-weight: 800;}
.heading { position: relative; }
.heading:before { content: ""; position: absolute; width: 100%; border-top: 2px solid #eee; left: 0; right: 0; top: 15px; }
.heading h2 {display: inline-block;position: relative;z-index: 9;padding: 0 10px;text-transform: uppercase;font-size: 25px;color: #ff6600;font-weight: 800;}
.heading-wrap h2 { position: relative; font-size: 20px; text-transform: uppercase; padding-left: 10px; color: #253a94; font-weight: 800; }
.heading-wrap h2:before {content: "";position: absolute;left: 0;top: 0px;border-left: 4px solid #ff6600;height: 25px;}

/*
======================================
[ Overlay ]
======================================
*/
.breadcrumbs { background: #253a94; padding: 15px 0; color: #fff; }
.breadcrumbs a { color: #fff; }
.sidebar .widget .item a { color: #444; font-weight: 600; }
.widget .item { margin: 5px 0; padding: 5px 0; }
.gallery-thumbnail .owl-item img { border: 1px solid #f5f5f5; }
.gallery-thumbnail .owl-item.current img { border: 1px solid #cf1f26; }
.entry-content h2 { font-size: 20px; line-height: 1.6; }
.entry-content h3 { font-size: 18px; line-height: 1.6; }
.entry-content strong, .entry-content b { line-height: 1.6; }

/*
======================================
[ Pagenavi ]
======================================
*/
.pagenavi { margin: 20px 0; }
.pagenavi a { color: #fff; background: #444; display: inline-block; padding: 5px 15px; }
.pagenavi a:hover { background: #be9656; }
.pagenavi span { color: #fff; background: #152f56; display: inline-block; padding: 5px 15px; }
.banner { background: #253a94; color: #FFFFFF; }
.banner .item span { font-size: 15px; position: relative; padding: 20px; display: block; background: #253a94bf; }
.banner .item h2 { text-transform: uppercase; font-weight: 700; display: inline-block; background: #253a94b8; color: #fff; font-size: 20px; padding: 10px; margin-bottom: 1px; }
.banner .item .info { position: absolute; z-index: 9999; top: 50%; transform: translateY(-50%); width: 100%; left: 0; right: 0; }
.product-wrap .item a.title {color: #334862;margin: 10px 0;display: block;text-transform: uppercase;font-size: 14px;height: 40px;overflow: hidden;}
.product-wrap .item { position: relative; text-align: center; box-shadow: rgba(34, 34, 34, 0.07) 3px 3px 9px 0px; }
.product-wrap .item .thumbnail { display: block; position: relative; overflow: hidden; background: #ffffff; }
.product-wrap .item  span.quick-view { position: absolute; bottom: -45px; background: #cf1f26; color: #fff; left: 0; right: 0; padding: 10px; text-align: center; text-transform: uppercase; transition: .5s ease; }
.product-wrap .item:hover span.quick-view { opacity: 1; bottom: 0; }
.price ins, .price >span { color: #db392c; font-size: 16px; font-weight: 600; }
.price { position: relative; display: block; }
.price ins { text-decoration: none; }
.price del { font-size: 14px; color: #848181; }
.price ins, .price >span { color: #db392c; font-size: 16px; font-weight: 600; }
.single-price { position: relative; display: block; }
.single-price ins { text-decoration: none; }
.single-price del { font-size: 14px; color: #848181; }
.single-price ins, .single-price >span { color: #db392c; font-size: 20px; font-weight: 600; }
.on-sale { position: absolute; width: 50px; height: 50px; background: #cf1f26; border-radius: 100%; text-align: center; font-size: 23px; line-height: 2; color: #fff; top: 10px; left: -10px; z-index: 999; }
.order a { background: #253a94; display: block; border-radius: 30px; overflow: hidden; line-height: 3.3; font-weight: 600; }
.product-wrap .item img.second-image, .product-wrap .item img.first-image {transition: all 500ms ease;-webkit-transition: all 500ms ease;-moz-transition: all 500ms ease;-o-transition: all 500ms ease;}
.product-wrap .item img.second-image { display: block; position: absolute; top: 0; left: -100%; }
.product-wrap .item:hover img.second-image { left: 0; }
.product-wrap .item:hover img.first-image { -ms-transform: scale(0, 0); -webkit-transform: scale(0, 0); transform: scale(0, 0); }
.product-wrap .item a.readmore {color: #fff;background: #ff6600;border-radius: 50px;display: inline-block;margin-bottom: 15px;padding-left: 10px;line-height: 2.2;}
.product-wrap .item a.readmore i { width: 33px; height: 33px; background: #0009; border-radius: 100%; font-size: 20px; text-align: center; padding: 7px; float: right; margin-left: 5px; }
.single-product-wrap .info strong { color: #cf1f26; width: 120px; display: inline-block; }
.single-product-wrap .meta { background: #f5f5f5; padding: 5px; font-size: 14px; line-height: 1.8; border-radius: 5px; }
.single-product-wrap .order a i { width: 50px; height: 50px; background: #cf1f26; border-radius: 50%; text-align: center; padding: 17px; float: left; margin-right: 20px; }
.term-wrap .item { text-align: center; position: relative; overflow: hidden; margin: 0 auto; }
.term-wrap .item img { position: relative; width: 100%; height: 190px; object-fit: cover; margin: 0 auto; overflow: hidden; }
.term-wrap .item > strong { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; margin: 0 auto; text-transform: uppercase; color: #253a94; font-weight: 800; font-size: 15px; padding: 7px 0 3px; transition: .5s ease; background: #ffffffcf; }
.term-wrap .item:hover > strong { bottom: -100%; }
.term-wrap .item .hover { position: absolute; top: 0; z-index: 9999; overflow: hidden; background: #253a94e6; height: 0; width: 100%; transition: .5s ease; }
.term-wrap .item:hover .hover { height: 100%; }
.term-wrap .item .hover .center { position: absolute; left: 0; right: 0; text-align: center; top: 50%; transform: translateY(-50%); }
.term-wrap .item .hover strong { color: #fff; display: block; font-weight: 800; font-size: 20px; transition: .5s ease; }
.term-wrap .item .hover .readmore {color: #ffffff;background: #ff6600;border-radius: 30px;padding: 5px 15px;margin: 10px 0;display: inline-block;box-shadow: 0 0 16px #ff6600;}
.zoom-on-hover { position: relative; overflow: hidden; display: block; }
.zoom-on-hover:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.zoom-on-hover img { transition: transform .3s ease-out; -moz-transition: -moz-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; -webkit-transition: -webkit-transform .3s ease-out; }
.block ul.menu { padding: 0; margin: 0; overflow: hidden; background: #f5f5f5; list-style: none; }
.block ul.menu li { border-bottom: 1px solid #fff; }
.block ul.menu >li >a {display: block;font-size: 15px;color: #ff6600;padding: 10px;}
.block ul.menu li a:before { font-weight: 900; font-family: 'Font Awesome 5 Free'; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; margin-right: 10px; }
.block >ul.menu >li >a:before { content: "\f470" }
.block >ul.menu >li ul li >a:before { content: "\f054" }
.block ul.menu li:hover >a { background: #ff6600; color: #fff }
.block ul.menu li > ul { list-style: none; padding: 0; }
.block ul.menu li > ul li a { padding: 10px 10px 10px 20px; display: block; color: #444; }
.search-form { position: relative; }
.load-data { position: absolute; z-index: 999; background: #f5f5f5; width: 100%; }
.load-data ul { list-style: none; padding: 0; }
.load-data ul li { padding: 5px; border: 1px solid #fff; overflow: hidden; }
.load-data ul li a { color: #444; font-size: 13px; }
.load-data ul li img { float: left; width: 30px; height: auto; margin-right: 10px; }
.testimonial { width: 100%; padding: 15px; }
.dialog { background-color: rgb(255, 255, 255); padding: 20px; border-radius: 10px; -webkit-box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15); box-shadow: 0 10px 18px 0 rgba(5, 16, 44, .15); position: relative; }
.dialog:after { content: ''; width: 0px; height: 0px; border-style: solid; border-width: 20px 20px 0 20px; border-color: rgb(255, 255, 255) transparent transparent transparent; position: absolute; bottom: -20px; left: 55px; }
.user-name { padding: 30px 40px; }
.user-name .user { border-radius: 50%; overflow: hidden; width: 60px; height: 60px; float: left; margin-right: 15px; -webkit-box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15); box-shadow: 0 10px 18px 0 rgba(5, 16, 44, .15); }
.owl-partner .item { padding: 10px; background: #f5f5f5; margin-bottom: 10px; }
.owl-partner .item img { height: 50px; object-fit: contain; }
.contact-form { position: relative; }
.contact-form .input-group { margin-bottom: 5px; float: left; border: none; }
.contact-form .input-group  br { display: none; }
.contact-form .input-group-text {background: #fff;border: none;color: #ff6600;border-radius: 0;width: 45px;text-align: center;display: block;}
.contact-form .input-group .input-group-addon { border-radius: 0px; border: none; position: relative; padding: 0px 10px; background-color: #fff; }
.contact-form .input-group .input-group-addon i { color: #d41836; font-size: 20px; width: 20px; height: 20px; }
.contact-form .input-group .form-control { background-color: rgb(255, 255, 255); border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; color: #0E0E0E; min-height: 34px; border: none; -webkit-box-shadow: none; box-shadow: none; border-left: 1px solid #f8f9fa; }
.blog-wrap { line-height: 1.8; font-size: 14px; }
.blog-wrap .entry-meta { border-top: 2px solid #fff; }
.single-wrap .entry-meta {color: #999;}
.map { width: 100%; height: 400px; }
a.mobile-btn {display: block;position: absolute;width: 40px;height: 40px;background: #ff6600;border-radius: 100%;padding: 10px;font-size: 15px;text-align: center;top: 50%;transform: translateY(-50%);z-index: 999;}
.search-wrap { position: absolute; right: 0; top: 78px; z-index: 99; }
a.download {display: inline-block;border: 1px solid #fff;border-radius: 30px;position: relative;overflow: hidden;padding: 5px 10px 1px;text-align: center;font-size: 14px;text-transform: uppercase;line-height: 2.2;background: #fff;}
a.download i { font-size: 27px; float: right; margin-left: 10px; }
.position-right { right: 0; }
.position-left { left: 0; }

.share-wrap a {font-size: 15px;width: 30px;height: 30px;text-align: center;color: #fff;line-height: 2;border-radius: 100%;display: inline-block;}
.share-wrap .facebook { background: #3b5998 }
.share-wrap .twitter { background: #db4437 }
.share-wrap .pinterest { background: #e62117 }
.share-wrap .linkedin { background: #00aff0 }

.catalog-wrap .item {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}

footer.footer .menu-footer ul.menu {padding: 0;margin: 0;}
footer.footer .menu-footer ul.menu li { padding: 5px 10px 5px 0; color: #1b75bb; display: inline-block; }
footer.footer .menu-footer ul.menu li a { color: #fff; }
.menu-footer {
    background: #253a94;
    text-align: center;
    padding: 10px;
}
.btn-seca {
	color: #fff;
    background-color: #ff6600;
    border-color: #ff6600;
}

@media (max-width: 576px) { 
	footer.footer .menu-footer ul.menu li {
		display: block;
	}
}
.tag-list a {
    display: inline-block;
    background: #d1ecf1;
    border-radius: 18px;
    padding: 2px 10px;
    font-size: 12px;
    color: #17a2be;
}