@charset "UTF-8";
/******************************************************
 * @package Pav Opencart Theme Framework for Opencart 1.5.x
 * @version 3.0
 * @author http://www.pavothemes.com
 * @copyright	Copyright (C) May 2014 PavoThemes.com <@emai:pavothemes@gmail.com>.All rights reserved.
 * @license		GNU General Public License version 2
*******************************************************/
/* $topbar-bg: 						$theme-color !default; */
/* $gray-lighter:        lighten($gray-base, 93.5%) !default; // #eee */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/**
 * Product Item Selectors
 */
/***********************************************************************/
/**
 *   Blocks Layout Selectors 
 */
/* --- SCSS For Accordion --- */
/* carousel-controls-v1 */
/* carousel-controls-v2 */
/* carousel-controls-v3 */
/* Navigation Styles */
/* carousel-indicators-v1 */
/* carousel-indicators-v2 */
/* carousel-indicators-v3 */
/* carousel-indicators-v4 */
/* carousel-indicators-v5 */
/* carousel-indicators-v6 */
/* --- SCSS For Counters --- */
/* --- SCSS For Heading --- */
/* --- SCSS For Icon-box --- */
/* --- SCSS For Interactive-banner --- */
/* --- SCSS For Latest-posts --- */
/* latest posts */
/* --- SCSS For List --- */
/* variables for list */
/* variables for list light */
/* --- SCSS For Message --- */
/* --- SCSS For Newsletter --- */
/* --- SCSS For Panel --- */
/* --- SCSS For Piechart --- */
/* --- SCSS For Pricing --- */
/* --- SCSS For Process-steps --- */
/* process-steps */
/* --- SCSS For Service --- */
/* variables for tab style1 using as base of tab */
/* --- SCSS For Style-icon --- */
/* Variables icons default */
/* Variables icons bodered */
/* Variables icons darker */
/* Variables icons light */
/* Variables icons plain */
/* Variables icons for light style */
/* Variables icons outline */
/* Variables icons inverse */
/* --- SCSS For Table --- */
/* --- SCSS For Tabs --- */
/* variables for tab style1 using as base of tab */
/* tab style version 5 */
/* tab style version 6 */
/* --- SCSS For Testimonials --- */
/* testimonials default */
/* testimonials-v1 */
/* testimonials light */
/* --- SCSS For Typography --- */
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/*inline-block
============================================*/
/****/
/* RIGHT TO LEFT */
/* Curl Top Right */
a:hover, a:focus {
  color: #f1521b;
}

.btn-primary {
  color: #fff;
  background-color: #f1521b;
  border-color: #f1521b;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #cc3e0d;
  border-color: #c33b0c;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #f1521b;
  border-color: #f1521b;
}
.btn-primary .badge {
  color: #f1521b;
  background-color: #fff;
}

.carousel-control {
  -webkit-box-shadow: 0 0 0 2px #f1521b inset;
  box-shadow: 0 0 0 2px #f1521b inset;
  color: #414141;
}
.carousel-control:hover, .carousel-control:focus {
  -webkit-box-shadow: 0 0 0 30px #f1521b inset;
  box-shadow: 0 0 0 30px #f1521b inset;
  color: #fff;
}

div.required .control-label:before {
  color: #f00;
  content: "* ";
  font-weight: bold;
}

.modal-open {
  margin-right: 13px;
}
.rtl .modal-open {
  margin-left: 13px;
  margin-right: inherit;
}

.noborder {
  border: none !important;
}
.noborder .box {
  border: none !important;
}

.full-slider {
  padding-left: 0;
  padding-right: 0;
}

.full-col [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*Center Block "Class"*/
.center-block {
  margin: 0 auto;
  text-align: center;
}

/*Divider*/
hr.divider-30 {
  margin: 30px 0;
}

hr.divider-40 {
  margin: 40px 0;
}

hr.divider-50 {
  margin: 50px 0;
}

hr.divider-60 {
  margin: 60px 0;
}

hr.divider-70 {
  margin: 70px 0;
}

hr.divider-snow {
  margin: 50px 0;
  border-color: #ddd;
}

/*Font Weight*/
.fweight-200 {
  font-weight: 200 !important;
}

.fweight-300 {
  font-weight: 300 !important;
}

.fweight-400 {
  font-weight: 400 !important;
}

.fweight-500 {
  font-weight: 500 !important;
}

.fweight-600 {
  font-weight: 600 !important;
}

/*Space Padding
------------------------------------*/
/*Padding Around the Block*/
.letter-space-2 {
  letter-spacing: 2px;
}

.space-padding-0 {
  padding: 0 !important;
}

.space-padding-10 {
  padding: 10px !important;
}

.space-padding-20 {
  padding: 20px !important;
}

.space-padding-30 {
  padding: 30px !important;
}

.space-padding-40 {
  padding: 40px !important;
}

.space-padding-50 {
  padding: 50px !important;
}

.space-padding-top-80 {
  padding-top: 80px !important;
}

/*Padding Top & Bottom*/
.space-padding-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.space-padding-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.space-padding-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.space-padding-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.space-padding-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.space-padding-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.space-padding-tb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.space-padding-tb-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.space-padding-tb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.space-padding-tb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.space-padding-tb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.space-padding-bottom-10 {
  padding-bottom: 10px !important;
}

/*Padding Left & Right*/
.space-padding-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.space-padding-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.space-padding-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.space-padding-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.space-padding-lr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/*Space
------------------------------------*/
/*Margin Top*/
.space-top-5 {
  margin-top: 5px !important;
}

.space-top-10 {
  margin-top: 10px !important;
}

.space-top-15 {
  margin-top: 15px !important;
}

.space-top-20 {
  margin-top: 20px !important;
}

.space-top-25 {
  margin-top: 25px !important;
}

.space-top-30 {
  margin-top: 30px !important;
}

.space-top-35 {
  margin-top: 35px !important;
}

.space-top-40 {
  margin-top: 40px !important;
}

.space-top-45 {
  margin-top: 45px !important;
}

.space-top-50 {
  margin-top: 50px !important;
}

.space-top-60 {
  margin-top: 60px !important;
}

.space-top-70 {
  margin-top: 70px !important;
}

.space-top-80 {
  margin-top: 80px !important;
}

/*Margin Bottom*/
.space-5 {
  margin-bottom: 5px !important;
}

.space-10 {
  margin-bottom: 10px !important;
}

.space-15 {
  margin-bottom: 15px !important;
}

.space-20 {
  margin-bottom: 20px !important;
}

.space-25 {
  margin-bottom: 25px !important;
}

.space-30 {
  margin-bottom: 30px !important;
}

.space-35 {
  margin-bottom: 35px !important;
}

.space-40 {
  margin-bottom: 40px !important;
}

.space-45 {
  margin-bottom: 45px !important;
}

.space-50 {
  margin-bottom: 50px !important;
}

.space-55 {
  margin-bottom: 55px !important;
}

.space-60 {
  margin-bottom: 60px !important;
}

.space-65 {
  margin-bottom: 65px !important;
}

.space-70 {
  margin-bottom: 70px !important;
}

.space-75 {
  margin-bottom: 75px !important;
}

.space-80 {
  margin-bottom: 80px !important;
}

.space-85 {
  margin-bottom: 85px !important;
}

.space-90 {
  margin-bottom: 90px !important;
}

.space-95 {
  margin-bottom: 95px !important;
}

.space-100 {
  margin-bottom: 100px !important;
}

/*Margin Left*/
.space-left-5 {
  margin-left: 5px !important;
}

.space-left-10 {
  margin-left: 10px !important;
}

.space-left-15 {
  margin-left: 15px !important;
}

/*Removes space*/
.space-top-0 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.space-bottom-0 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-space-row .row {
  margin: 0;
}

.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
  padding: 0;
}

/*Space for Ul li List
------------------------------------*/
.ul-space-5 li {
  margin-bottom: 5px !important;
}

.ul-space-10 li {
  margin-bottom: 10px !important;
}

.ul-space-15 li {
  margin-bottom: 15px !important;
}

.ul-space-20 li {
  margin-bottom: 20px !important;
}

.ul-space-25 li {
  margin-bottom: 25px !important;
}

.ul-space-30 li {
  margin-bottom: 30px !important;
}

.ul-space-35 li {
  margin-bottom: 35px !important;
}

.ul-space-40 li {
  margin-bottom: 40px !important;
}

.ul-space-45 li {
  margin-bottom: 45px !important;
}

.ul-space-50 li {
  margin-bottom: 50px !important;
}

/*Height
------------------------------------*/
.height-100 {
  height: 100px;
}

.height-200 {
  height: 200px;
}

.height-300 {
  height: 300px;
}

.height-400 {
  height: 400px;
}

.height-500 {
  height: 500px;
}

/*Radius
------------------------------------*/
.radius-0 {
  border-radius: 0 !important;
}

.radius-x {
  border-radius: 50px !important;
}

.radius-1x {
  border-radius: 10px !important;
}

.radius-2x {
  border-radius: 20px !important;
}

.radius-3x {
  border-radius: 30px !important;
}

.radius-4x {
  border-radius: 40px !important;
}

.radius-5x {
  border-radius: 5px !important;
}

.radius-6x {
  border-radius: 3px !important;
}

/* Width for Border */
.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-bottom {
  border-bottom: 1px solid #eaeaea;
}

.border-top {
  border-top: 1px solid #eaeaea;
}

.border-right {
  border-right: 1px solid #eaeaea;
}
.rtl .border-right {
  border-left: 1px solid #eaeaea;
  border-right: inherit;
}

.border-left {
  border-left: 1px solid #eaeaea;
}
.rtl .border-left {
  border-right: 1px solid #eaeaea;
  border-left: inherit;
}

.border-none {
  border-color: transparent !important;
}

/*Radius for Left & Right Corners*/
.radius-left-5x {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.radius-right-5x {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

.radius-top-5xxs {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.radius-bottom-5xxs {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.radius-left-5xxs {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.radius-right-5xxs {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/*Text Colors
------------------------------------*/
.text-primary {
  color: #f1521b !important;
}

.text-info {
  color: #d9edf7 !important;
}

.text-danger {
  color: #f44336 !important;
}

.text-warning {
  color: #fcf8e3 !important;
}

.text-success {
  color: #dff0d8 !important;
}

.text-purple {
  color: #6c58bd !important;
}

.text-red {
  color: #f44336 !important;
}

.text-cyan {
  color: #78ae00 !important;
}

.text-orange {
  color: #f1521b !important;
}

.text-yellow {
  color: #fad102 !important;
}

.text-light {
  color: #FFFFFF !important;
}

.text-darker {
  color: #363636 !important;
}

.text-transform {
  text-transform: uppercase;
}

.text-none {
  text-transform: none;
}

/*Background Colors
------------------------------------*/
.bg-primary {
  background: #f1521b !important;
}

.bg-info {
  background: #d9edf7 !important;
}

.bg-danger {
  background: #f2dede !important;
}

.bg-warning {
  background: #fcf8e3 !important;
}

.bg-success {
  background: #dff0d8 !important;
}

.bg-purple {
  background: #6c58bd !important;
}

.bg-red {
  background: #f44336 !important;
}

.bg-blue {
  background: #4694db !important;
}

.bg-orange {
  background: #f66000 !important;
}

.bg-yellow {
  background: #e2d951 !important;
}

.bg-default {
  background: #f8f8f8 !important;
}

.bg-darker {
  background: #f9f9f9 !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-yellow {
  background: #f6c131 !important;
}

.bg-black {
  background: #000000 !important;
}
.bg-black:hover {
  background: #000000, 5% !important;
}

.bg-gray {
  background: #eeeeee !important;
}

/*Overflow
------------------------------------*/
.overflow-h {
  overflow: hidden;
}

.overflow-a {
  overflow: auto;
}

/***/
.background-none {
  background: transparent !important;
}

.background-img {
  background: #f1521b;
}

.background-img-v1 {
  background: #f1521b;
}

.background-img-v2 {
  background: url("demo.jpg");
}

.background-img-v3 {
  background: #f3f3f3;
}

.background-img-v4 {
  background-image: url("../images/09.png") !important;
}

.background-img-v5 {
  background-image: url("../images/10.png") !important;
}

.background-img-v6 {
  background-image: url("../images/11.png") !important;
}

.background-img-v7 {
  background-image: url("../images/12.jpg") !important;
}

.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  background-image: url("../../image/bg-call-to-action.jpg");
}
.parallax:after {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  content: " ";
  height: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

/* Height progress */
.progress-3 {
  height: 3px;
}

.progress-4 {
  height: 4px;
}

.progress-5 {
  height: 5px;
}

.progress-6 {
  height: 6px;
}

.progress-7 {
  height: 7px;
}

.progress-8 {
  height: 8px;
}

.progress-9 {
  height: 9px;
}

.progress-10 {
  height: 10px;
}

.progress-11 {
  height: 11px;
}

.progress-12 {
  height: 12px;
}

.progress-13 {
  height: 13px;
}

.progress-14 {
  height: 14px;
}

.progress-15 {
  height: 15px;
}

/* icon */
.fa.fa-2 {
  font-size: 2em;
}
.fa.fa-3 {
  font-size: 4em;
}
.fa.fa-4 {
  font-size: 7em;
}
.fa.fa-5 {
  font-size: 12em;
}
.fa.fa-6 {
  font-size: 20em;
}

/* carousel-controls */
.carousel-controls .carousel-control {
  z-index: 5;
  bottom: auto;
}

.carousel-controls-small {
  width: 65px;
  position: relative;
  display: inline-block;
}
.carousel-controls-small .carousel-control-small {
  width: 28px;
  height: 28px;
  line-height: 26px;
}

/* --- SCSS For Accordion --- */
.accordion .panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.accordion .panel-heading {
  padding: 15px;
  position: relative;
}
.accordion .panel-heading a {
  text-decoration: none;
  font-weight: bold;
}
.accordion .panel-heading a:before {
  content: "-";
  font-size: 22px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 16px;
  display: inline-block;
  color: #f1521b;
}
.accordion .panel-heading a.collapsed:before {
  content: "+";
  font-size: 18px;
  line-height: 20px;
}
.accordion .panel-body {
  border-top-color: transparent !important;
}
.accordion.collapse-right .panel-heading a:before {
  position: absolute;
  right: 20px;
}
.rtl .accordion.collapse-right .panel-heading a:before {
  left: 20px;
  right: auto;
}
.accordion.collapse-color .panel-heading a:before {
  color: #fff;
  background: #f1521b;
}
.accordion.noborder .panel-heading {
  padding-left: 0;
  padding-right: 0;
}
.accordion.noborder .panel, .accordion.noborder .panel-heading, .accordion.noborder .panel-body {
  background-color: transparent;
  border: none;
}
.accordion.nobackground .panel, .accordion.nobackground .panel-heading, .accordion.nobackground .panel-body {
  background-color: transparent;
}

/* accordion style version 1 */
.accordion-v1 .panel-heading a:before {
  left: -10px;
  position: absolute;
}
.rtl .accordion-v1 .panel-heading a:before {
  right: -10px;
  left: auto;
}
.accordion-v1 .panel, .accordion-v1 .panel-heading, .accordion-v1 .panel-body {
  border: none;
}

/* accordion style version 2 */
.accordion-v2 .panel, .accordion-v2 .panel-heading, .accordion-v2 .panel-body {
  border: none;
}

/* accordion style version 3 */
.accordion-v3 .panel .panel-heading {
  border-bottom: solid 1px #eee;
}

/* accordion style version 4 */
.accordion-v4 .panel-collapse {
  position: relative;
}
.accordion-v4 .panel-collapse.in:before {
  position: absolute;
  content: "";
  background-color: #f1521b;
  top: -51px;
  left: -1px;
  height: 3px;
  width: 100.5%;
}

/* --- SCSS For Breadcrumb --- */
.breadcrumbs {
  z-index: 1;
  color: #212121;
}
.breadcrumbs h2 {
  margin: 0;
  float: left;
  font-weight: 400;
  position: relative;
}
.rtl .breadcrumbs h2 {
  float: right;
}
.breadcrumbs .breadcrumb-links {
  margin: 0;
  position: relative;
}
.breadcrumbs .breadcrumb-links > li {
  display: inline-block;
}
.breadcrumbs .breadcrumb-links > li + li:before {
  content: "/";
  font-family: FontAwesome;
  padding: 0 15px;
  font-size: 14px;
}
.breadcrumbs .breadcrumb-links > li a {
  color: #414141;
}
.breadcrumbs .breadcrumb-links > li:last-child a {
  color: #000000;
}
.breadcrumbs.light-style {
  color: #fff;
  border: 0px;
}
.breadcrumbs.light-style h2 {
  color: #fff;
}
.breadcrumbs.light-style .breadcrumb-links > li a {
  color: #FFF;
}
.breadcrumbs.light-style .breadcrumb-links > li + li:before {
  color: #fff;
}
.breadcrumbs.light-style .breadcrumb-links > .active span {
  color: #fff;
  text-decoration: underline;
}

.breadcrumbs-center {
  text-align: center;
  padding: 100px;
}
.breadcrumbs-center h2 {
  float: none;
}
.breadcrumbs-center .breadcrumb-links {
  text-align: center;
}

.breadcrumbs-left h2 {
  float: none;
  text-align: left;
}
.rtl .breadcrumbs-left h2 {
  text-align: right;
}
.breadcrumbs-left .breadcrumb-links {
  text-align: left;
}
.rtl .breadcrumbs-left .breadcrumb-links {
  text-align: right;
}

.breadcrumbs-right h2 {
  float: none;
  text-align: right;
}
.rtl .breadcrumbs-right h2 {
  text-align: left;
}
.breadcrumbs-right .breadcrumb-links {
  text-align: right;
}
.rtl .breadcrumbs-right .breadcrumb-links {
  text-align: left;
}

/* --- SCSS For Buttons --- */
.btn-outline-inverse {
  color: #FFFFFF;
  background-color: #f1521b;
  border-color: #f1521b;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: relative;
  z-index: 0;
}
.btn-outline-inverse:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  background: #f44336;
}
.btn-outline-inverse:hover, .btn-outline-inverse:focus, .btn-outline-inverse:active, .btn-outline-inverse.active {
  color: #FFFFFF;
  background-color: #f44336;
  border-color: #f44336;
}
.open .btn-outline-inverse.dropdown-toggle {
  color: #FFFFFF;
  background-color: #f44336;
  border-color: #f44336;
}
.btn-outline-inverse:active, .btn-outline-inverse.active {
  background-image: none;
}
.open .btn-outline-inverse.dropdown-toggle {
  background-image: none;
}
.btn-outline-inverse.disabled, .btn-outline-inverse.disabled:hover, .btn-outline-inverse.disabled:focus, .btn-outline-inverse.disabled:active, .btn-outline-inverse.disabled.active, .btn-outline-inverse[disabled], .btn-outline-inverse[disabled]:hover, .btn-outline-inverse[disabled]:focus, .btn-outline-inverse[disabled]:active, .btn-outline-inverse[disabled].active, fieldset[disabled] .btn-outline-inverse, fieldset[disabled] .btn-outline-inverse:hover, fieldset[disabled] .btn-outline-inverse:focus, fieldset[disabled] .btn-outline-inverse:active, fieldset[disabled] .btn-outline-inverse.active {
  background-color: #f1521b;
  border-color: #f1521b;
}
.btn-outline-inverse .badge {
  color: #f1521b;
  background-color: #FFFFFF;
}
.btn-outline-inverse:after {
  width: 100%;
  background-color: #f1521b;
}
.btn-outline-inverse:hover:after, .btn-outline-inverse:focus:after, .btn-outline-inverse:active:after {
  width: 0;
}

.btn-custom {
  color: #212121;
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: relative;
  z-index: 0;
}
.btn-custom:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  background: transparent;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active {
  color: #f1521b;
  background-color: transparent;
  border-color: transparent;
}
.open .btn-custom.dropdown-toggle {
  color: #f1521b;
  background-color: transparent;
  border-color: transparent;
}
.btn-custom:active, .btn-custom.active {
  background-image: none;
}
.open .btn-custom.dropdown-toggle {
  background-image: none;
}
.btn-custom.disabled, .btn-custom.disabled:hover, .btn-custom.disabled:focus, .btn-custom.disabled:active, .btn-custom.disabled.active, .btn-custom[disabled], .btn-custom[disabled]:hover, .btn-custom[disabled]:focus, .btn-custom[disabled]:active, .btn-custom[disabled].active, fieldset[disabled] .btn-custom, fieldset[disabled] .btn-custom:hover, fieldset[disabled] .btn-custom:focus, fieldset[disabled] .btn-custom:active, fieldset[disabled] .btn-custom.active {
  background-color: transparent;
  border-color: transparent;
}
.btn-custom .badge {
  color: transparent;
  background-color: #212121;
}

.btn-outline-light {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: relative;
  z-index: 0;
}
.btn-outline-light:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  background: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  color: #f1521b;
  background-color: #FFFFFF;
  border-color: #f1521b;
}
.open .btn-outline-light.dropdown-toggle {
  color: #f1521b;
  background-color: #FFFFFF;
  border-color: #f1521b;
}
.btn-outline-light:active, .btn-outline-light.active {
  background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
  background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-outline-light .badge {
  color: transparent;
  background-color: #FFFFFF;
}

.btn-inverse-light {
  color: #f1521b;
  background-color: #FFFFFF;
  border-color: #f1521b;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: relative;
  z-index: 0;
}
.btn-inverse-light:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  background: transparent;
}
.btn-inverse-light:hover, .btn-inverse-light:focus, .btn-inverse-light:active, .btn-inverse-light.active {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.open .btn-inverse-light.dropdown-toggle {
  color: #FFFFFF;
  background-color: transparent;
  border-color: #FFFFFF;
}
.btn-inverse-light:active, .btn-inverse-light.active {
  background-image: none;
}
.open .btn-inverse-light.dropdown-toggle {
  background-image: none;
}
.btn-inverse-light.disabled, .btn-inverse-light.disabled:hover, .btn-inverse-light.disabled:focus, .btn-inverse-light.disabled:active, .btn-inverse-light.disabled.active, .btn-inverse-light[disabled], .btn-inverse-light[disabled]:hover, .btn-inverse-light[disabled]:focus, .btn-inverse-light[disabled]:active, .btn-inverse-light[disabled].active, fieldset[disabled] .btn-inverse-light, fieldset[disabled] .btn-inverse-light:hover, fieldset[disabled] .btn-inverse-light:focus, fieldset[disabled] .btn-inverse-light:active, fieldset[disabled] .btn-inverse-light.active {
  background-color: #FFFFFF;
  border-color: #f1521b;
}
.btn-inverse-light .badge {
  color: #FFFFFF;
  background-color: #f1521b;
}

.btn-outline {
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
  background: transparent;
}
.btn-outline.btn-default {
  color: #000;
}
.btn-outline.btn-default:hover {
  color: #FFFFFF;
}
.btn-outline.btn-primary {
  color: #f1521b;
}
.btn-outline.btn-primary:hover {
  color: #FFFFFF;
}
.btn-outline.btn-success {
  color: #dff0d8;
}
.btn-outline.btn-success:hover {
  color: #FFFFFF;
}
.btn-outline.btn-info {
  color: #d9edf7;
}
.btn-outline.btn-info:hover {
  color: #FFFFFF;
}
.btn-outline.btn-danger {
  color: #f2dede;
}
.btn-outline.btn-danger:hover {
  color: #FFFFFF;
}
.btn-outline.btn-warning {
  color: #fcf8e3;
}
.btn-outline.btn-warning:hover {
  color: #FFFFFF;
}

.btn-inverse.btn-primary:hover {
  color: #f1521b;
  background: transparent;
}
.btn-inverse.btn-success:hover {
  color: #dff0d8;
  background: transparent;
}
.btn-inverse.btn-info:hover {
  color: #d9edf7;
  background: transparent;
}
.btn-inverse.btn-danger:hover {
  color: #f2dede;
  background: transparent;
}
.btn-inverse.btn-warning:hover {
  color: #fcf8e3;
  background: transparent;
}

.btn-3d {
  border: 0;
  border: 0;
  box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  border: 0;
  border: 0;
}
.btn-3d.btn-lg {
  box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -5px rgba(0, 0, 0, 0.15) inset;
}
.btn-3d.btn-sm {
  box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -4px rgba(0, 0, 0, 0.15) inset;
}
.btn-3d.btn-xs {
  box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
  -ms-box-shadow: 0 -2px rgba(0, 0, 0, 0.15) inset;
}

.bo-social-icons [class^="bo-social-"] {
  background: #f1521b;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  display: inline-block;
  height: 31px;
  line-height: 31px;
  margin: 2px 0;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
  vertical-align: top;
  border-radius: 3px;
}
.bo-social-icons [class^="bo-social-"]:hover {
  background: #000000;
  color: #FFFFFF;
}
.bo-social-icons.social-radius-rounded [class^="bo-social-"] {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.bo-sicolor .bo-social-twitter {
  background: #00bdec;
}
.bo-sicolor .bo-social-twitter:hover {
  background: #000000;
}
.bo-sicolor .bo-social-dribbble {
  background: #ef5b92;
}
.bo-sicolor .bo-social-dribbble:hover {
  background: #000000;
}
.bo-sicolor .bo-social-facebook {
  background: #3b5998;
}
.bo-sicolor .bo-social-facebook:hover {
  background: #000000;
}
.bo-sicolor .bo-social-duckduckgo {
  background: #de3100;
}
.bo-sicolor .bo-social-duckduckgo:hover {
  background: #000000;
}
.bo-sicolor .bo-social-aim {
  background: #158799;
}
.bo-sicolor .bo-social-aim:hover {
  background: #000000;
}
.bo-sicolor .bo-social-delicious {
  background: #183864;
}
.bo-sicolor .bo-social-delicious:hover {
  background: #000000;
}
.bo-sicolor .bo-social-paypal {
  background: #32689a;
}
.bo-sicolor .bo-social-paypal:hover {
  background: #000000;
}
.bo-sicolor .bo-social-android {
  background: #8ab733;
}
.bo-sicolor .bo-social-android:hover {
  background: #000000;
}
.bo-sicolor .bo-social-gplus {
  background: #d94a39;
}
.bo-sicolor .bo-social-gplus:hover {
  background: #000000;
}
.bo-sicolor .bo-social-lanyrd {
  background: #3879ba;
}
.bo-sicolor .bo-social-lanyrd:hover {
  background: #000000;
}
.bo-sicolor .bo-social-stumbleupon {
  background: #ea4b24;
}
.bo-sicolor .bo-social-stumbleupon:hover {
  background: #000000;
}
.bo-sicolor .bo-social-fivehundredpx {
  background: #00a6e1;
}
.bo-sicolor .bo-social-fivehundredpx:hover {
  background: #000000;
}
.bo-sicolor .bo-social-pinterest {
  background: #b8242a;
}
.bo-sicolor .bo-social-pinterest:hover {
  background: #000000;
}
.bo-sicolor .bo-social-bitcoin {
  background: #f7931a;
}
.bo-sicolor .bo-social-bitcoin:hover {
  background: #000000;
}
.bo-sicolor .bo-social-w3c {
  background: #005a9c;
}
.bo-sicolor .bo-social-w3c:hover {
  background: #000000;
}
.bo-sicolor .bo-social-foursquare {
  background: #3bb7e8;
}
.bo-sicolor .bo-social-foursquare:hover {
  background: #000000;
}
.bo-sicolor .bo-social-html5 {
  background: #e44e26;
}
.bo-sicolor .bo-social-html5:hover {
  background: #000000;
}
.bo-sicolor .bo-social-ie {
  background: #00ccff;
}
.bo-sicolor .bo-social-ie:hover {
  background: #000000;
}
.bo-sicolor .bo-social-grooveshark {
  background: #f66f00;
}
.bo-sicolor .bo-social-grooveshark:hover {
  background: #000000;
}
.bo-sicolor .bo-social-ninetyninedesigns {
  background: #ff5501;
}
.bo-sicolor .bo-social-ninetyninedesigns:hover {
  background: #000000;
}
.bo-sicolor .bo-social-forrst {
  background: #223f17;
}
.bo-sicolor .bo-social-forrst:hover {
  background: #000000;
}
.bo-sicolor .bo-social-spotify {
  background: #8fbd05;
}
.bo-sicolor .bo-social-spotify:hover {
  background: #000000;
}
.bo-sicolor .bo-social-reddit {
  background: #ff4500;
}
.bo-sicolor .bo-social-reddit:hover {
  background: #000000;
}
.bo-sicolor .bo-social-gowalla {
  background: #f6911d;
}
.bo-sicolor .bo-social-gowalla:hover {
  background: #000000;
}
.bo-sicolor .bo-social-apple {
  background: #5f5f5f;
}
.bo-sicolor .bo-social-apple:hover {
  background: #000000;
}
.bo-sicolor .bo-social-blogger {
  background: #fb9241;
}
.bo-sicolor .bo-social-blogger:hover {
  background: #000000;
}
.bo-sicolor .bo-social-cc {
  background: #5e7c00;
}
.bo-sicolor .bo-social-cc:hover {
  background: #000000;
}
.bo-sicolor .bo-social-evernote {
  background: #61b239;
}
.bo-sicolor .bo-social-evernote:hover {
  background: #000000;
}
.bo-sicolor .bo-social-flickr {
  background: #ff0084;
}
.bo-sicolor .bo-social-flickr:hover {
  background: #000000;
}
.bo-sicolor .bo-social-google {
  background: #d94a39;
}
.bo-sicolor .bo-social-google:hover {
  background: #000000;
}
.bo-sicolor .bo-social-viadeo {
  background: #f5a433;
}
.bo-sicolor .bo-social-viadeo:hover {
  background: #000000;
}
.bo-sicolor .bo-social-instapaper {
  background: #eaec08;
}
.bo-sicolor .bo-social-instapaper:hover {
  background: #000000;
}
.bo-sicolor .bo-social-klout {
  background: #e34600;
}
.bo-sicolor .bo-social-klout:hover {
  background: #000000;
}
.bo-sicolor .bo-social-linkedin {
  background: #1b92bd;
}
.bo-sicolor .bo-social-linkedin:hover {
  background: #000000;
}
.bo-sicolor .bo-social-meetup {
  background: #e51938;
}
.bo-sicolor .bo-social-meetup:hover {
  background: #000000;
}
.bo-sicolor .bo-social-vk {
  background: #587da4;
}
.bo-sicolor .bo-social-vk:hover {
  background: #000000;
}
.bo-sicolor .bo-social-disqus {
  background: #2e9fff;
}
.bo-sicolor .bo-social-disqus:hover {
  background: #000000;
}
.bo-sicolor .bo-social-rss {
  background: #ff7f00;
}
.bo-sicolor .bo-social-rss:hover {
  background: #000000;
}
.bo-sicolor .bo-social-skype {
  background: #18b7f1;
}
.bo-sicolor .bo-social-skype:hover {
  background: #000000;
}
.bo-sicolor .bo-social-youtube {
  background: #c4302b;
}
.bo-sicolor .bo-social-youtube:hover {
  background: #000000;
}
.bo-sicolor .bo-social-vimeo {
  background: #01557a;
}
.bo-sicolor .bo-social-vimeo:hover {
  background: #000000;
}
.bo-sicolor .bo-social-windows {
  background: #00ccff;
}
.bo-sicolor .bo-social-windows:hover {
  background: #000000;
}
.bo-sicolor .bo-social-xing {
  background: #036567;
}
.bo-sicolor .bo-social-xing:hover {
  background: #000000;
}
.bo-sicolor .bo-social-yahoo {
  background: #61399d;
}
.bo-sicolor .bo-social-yahoo:hover {
  background: #000000;
}
.bo-sicolor .bo-social-chrome {
  background: #58b947;
}
.bo-sicolor .bo-social-chrome:hover {
  background: #000000;
}
.bo-sicolor .bo-social-macstore {
  background: #6e6e6e;
}
.bo-sicolor .bo-social-macstore:hover {
  background: #000000;
}
.bo-sicolor .bo-social-amazon {
  background: #ff9900;
}
.bo-sicolor .bo-social-amazon:hover {
  background: #000000;
}
.bo-sicolor .bo-social-steam {
  background: #a5a4a1;
}
.bo-sicolor .bo-social-steam:hover {
  background: #000000;
}
.bo-sicolor .bo-social-dropbox {
  background: #7ab6ec;
}
.bo-sicolor .bo-social-dropbox:hover {
  background: #000000;
}
.bo-sicolor .bo-social-cloudapp {
  background: #489dde;
}
.bo-sicolor .bo-social-cloudapp:hover {
  background: #000000;
}
.bo-sicolor .bo-social-ebay {
  background: #86b817;
}
.bo-sicolor .bo-social-ebay:hover {
  background: #000000;
}
.bo-sicolor .bo-social-github {
  background: #667F8E;
}
.bo-sicolor .bo-social-github:hover {
  background: #000000;
}
.bo-sicolor .bo-social-googleplay {
  background: #5befd0;
}
.bo-sicolor .bo-social-googleplay:hover {
  background: #000000;
}
.bo-sicolor .bo-social-itunes {
  background: #177ac8;
}
.bo-sicolor .bo-social-itunes:hover {
  background: #000000;
}
.bo-sicolor .bo-social-plurk {
  background: #a73d07;
}
.bo-sicolor .bo-social-plurk:hover {
  background: #000000;
}
.bo-sicolor .bo-social-songkick {
  background: #f80046;
}
.bo-sicolor .bo-social-songkick:hover {
  background: #000000;
}
.bo-sicolor .bo-social-lastfm {
  background: #c60e16;
}
.bo-sicolor .bo-social-lastfm:hover {
  background: #000000;
}
.bo-sicolor .bo-social-gmail {
  background: #e04a3f;
}
.bo-sicolor .bo-social-gmail:hover {
  background: #000000;
}
.bo-sicolor .bo-social-pinboard {
  background: #224cf4;
}
.bo-sicolor .bo-social-pinboard:hover {
  background: #000000;
}
.bo-sicolor .bo-social-openid {
  background: #be661b;
}
.bo-sicolor .bo-social-openid:hover {
  background: #000000;
}
.bo-sicolor .bo-social-quora {
  background: #c41a00;
}
.bo-sicolor .bo-social-quora:hover {
  background: #000000;
}
.bo-sicolor .bo-social-soundcloud {
  background: #ff5c00;
}
.bo-sicolor .bo-social-soundcloud:hover {
  background: #000000;
}
.bo-sicolor .bo-social-tumblr {
  background: #395874;
}
.bo-sicolor .bo-social-tumblr:hover {
  background: #000000;
}
.bo-sicolor .bo-social-eventasaurus {
  background: #b9f15e;
}
.bo-sicolor .bo-social-eventasaurus:hover {
  background: #000000;
}
.bo-sicolor .bo-social-wordpress {
  background: #464646;
}
.bo-sicolor .bo-social-wordpress:hover {
  background: #000000;
}
.bo-sicolor .bo-social-yelp {
  background: #c41200;
}
.bo-sicolor .bo-social-yelp:hover {
  background: #000000;
}
.bo-sicolor .bo-social-intensedebate {
  background: #00aeef;
}
.bo-sicolor .bo-social-intensedebate:hover {
  background: #000000;
}
.bo-sicolor .bo-social-eventbrite {
  background: #ff6c00;
}
.bo-sicolor .bo-social-eventbrite:hover {
  background: #000000;
}
.bo-sicolor .bo-social-scribd {
  background: #002939;
}
.bo-sicolor .bo-social-scribd:hover {
  background: #000000;
}
.bo-sicolor .bo-social-posterous {
  background: #f8d667;
}
.bo-sicolor .bo-social-posterous:hover {
  background: #000000;
}
.bo-sicolor .bo-social-stripe {
  background: #617ee8;
}
.bo-sicolor .bo-social-stripe:hover {
  background: #000000;
}
.bo-sicolor .bo-social-opentable {
  background: #990000;
}
.bo-sicolor .bo-social-opentable:hover {
  background: #000000;
}
.bo-sicolor .bo-social-instagram {
  background: #4c799f;
}
.bo-sicolor .bo-social-instagram:hover {
  background: #000000;
}
.bo-sicolor .bo-social-dwolla {
  background: #ff7404;
}
.bo-sicolor .bo-social-dwolla:hover {
  background: #000000;
}
.bo-sicolor .bo-social-appnet {
  background: #1e0c29;
}
.bo-sicolor .bo-social-appnet:hover {
  background: #000000;
}
.bo-sicolor .bo-social-statusnet {
  background: #fb6104;
}
.bo-sicolor .bo-social-statusnet:hover {
  background: #000000;
}
.bo-sicolor .bo-social-acrobat {
  background: #ff0000;
}
.bo-sicolor .bo-social-acrobat:hover {
  background: #000000;
}
.bo-sicolor .bo-social-drupal {
  background: #007dc3;
}
.bo-sicolor .bo-social-drupal:hover {
  background: #000000;
}
.bo-sicolor .bo-social-pocket {
  background: #ee4056;
}
.bo-sicolor .bo-social-pocket:hover {
  background: #000000;
}
.bo-sicolor .bo-social-bitbucket {
  background: #205081;
}
.bo-sicolor .bo-social-bitbucket:hover {
  background: #000000;
}
.bo-sicolor .bo-social-flattr {
  background: #fbbc23;
}
.bo-sicolor .bo-social-flattr:hover {
  background: #000000;
}
.bo-sicolor .bo-social-eventful {
  background: #0066cc;
}
.bo-sicolor .bo-social-eventful:hover {
  background: #000000;
}
.bo-sicolor .bo-social-smashmag {
  background: #d6231c;
}
.bo-sicolor .bo-social-smashmag:hover {
  background: #000000;
}
.bo-sicolor .bo-social-wordpress {
  background: #1e8cbe;
}
.bo-sicolor .bo-social-wordpress:hover {
  background: #000000;
}
.bo-sicolor .bo-social-calendar {
  background: #ff0000;
}
.bo-sicolor .bo-social-calendar:hover {
  background: #000000;
}
.bo-sicolor .bo-social-call {
  background: #04be3d;
}
.bo-sicolor .bo-social-call:hover {
  background: #000000;
}
.bo-sicolor .bo-social-guest {
  background: #03a9d2;
}
.bo-sicolor .bo-social-guest:hover {
  background: #000000;
}
.bo-sicolor .bo-social-weibo {
  background: #fd0000;
}
.bo-sicolor .bo-social-weibo:hover {
  background: #000000;
}
.bo-sicolor .bo-social-plancast {
  background: #e4b82c;
}
.bo-sicolor .bo-social-plancast:hover {
  background: #000000;
}
.bo-sicolor .bo-social-email {
  background: blue;
}
.bo-sicolor .bo-social-email:hover {
  background: #000000;
}
.bo-sicolor .bo-social-myspace {
  background: #2068b0;
}
.bo-sicolor .bo-social-myspace:hover {
  background: #000000;
}
.bo-sicolor .bo-social-podcast {
  background: #f38b36;
}
.bo-sicolor .bo-social-podcast:hover {
  background: #000000;
}
.bo-sicolor .bo-social-cart {
  background: #00a204;
}
.bo-sicolor .bo-social-cart:hover {
  background: #000000;
}

/* --- SCSS For Call-to-action --- */
.call-to-action {
  z-index: 1;
  text-align: center;
  padding: 158px 0;
  width: 70%;
}
.call-to-action.light-style {
  width: 100%;
  color: #FFFFFF;
  padding: 126px 0;
}
.call-to-action.light-style h1 {
  color: #fff;
  font-size: 100px;
  font-family: "Poppins Medium", sans-serif;
}
.call-to-action.light-style p {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 0;
}
.call-to-action.light-style p:after, .call-to-action.light-style p:before {
  border: none;
}
.call-to-action.light-style p span {
  border: none;
  color: #FFFFFF;
  text-transform: none;
}
.call-to-action.light-style .action-button .btn {
  background-color: #f1521b;
  border-color: #f1521b;
}
.call-to-action h1 {
  font-size: 70px;
  font-family: "Poppins Light", sans-serif;
}
.call-to-action p {
  position: relative;
  margin: 25px 0;
}
.call-to-action p span {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  text-transform: uppercase;
  color: #212121;
}
.call-to-action .action-button .btn {
  min-width: 150px;
  margin-left: 8px;
  margin-right: 8px;
  background-color: #191919;
  border-color: #191919;
}

/* call to action style1 */
.call-to-action-v1 {
  display: table;
  text-align: left;
}
.call-to-action-v1 .call-to-action-inner {
  display: table-cell;
  vertical-align: middle;
}
.call-to-action-v1 .action-button {
  min-width: 25%;
  text-align: right;
}
.call-to-action-v1 .action-button .btn {
  margin-top: 0;
}

/* call to action style2 */
.call-to-action-v2 {
  display: table;
  text-align: right;
}
.call-to-action-v2 .call-to-action-inner {
  display: table-cell;
  vertical-align: middle;
}
.call-to-action-v2 .action-button {
  min-width: 40%;
  text-align: left;
  padding-left: 50px;
}
.call-to-action-v2 .action-button .btn {
  margin-top: 0;
}

/* call to action style3 */
.call-to-action-v3 .call-to-action-inner h1, .call-to-action-v3 .call-to-action-inner h2, .call-to-action-v3 .call-to-action-inner h3, .call-to-action-v3 .call-to-action-inner h4, .call-to-action-v3 .call-to-action-inner h5, .call-to-action-v3 .call-to-action-inner h6 {
  border: 1px solid #222;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: inline-block;
  padding: 15px 10%;
}
.call-to-action-v3.light-style .call-to-action-inner h1, .call-to-action-v3.light-style .call-to-action-inner h2, .call-to-action-v3.light-style .call-to-action-inner h3, .call-to-action-v3.light-style .call-to-action-inner h4, .call-to-action-v3.light-style .call-to-action-inner h5, .call-to-action-v3.light-style .call-to-action-inner h6 {
  border: 1px solid #fff;
}

/* call to action style4 */
.call-to-action-v4 {
  padding-left: 18%;
  padding-right: 18%;
}
.call-to-action-v4 .fa {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #dff0d8;
  text-align: center;
  color: #fff;
}

/* --- SCSS For Columns --- */
/* --- SCSS For Contact-form --- */
/* --- SCSS For Content-slider --- */
.carousel-style {
  position: relative;
  min-height: 80px;
  margin: 0 20px;
}

.carousel-control {
  z-index: 5;
}

.carousel-md {
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.carousel-sm {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.carousel-xs {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.carousel-controls-v1 .carousel-control {
  box-shadow: 0 0 0 30px rgba(0, 0, 0, 0.5) inset;
  color: #999;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.carousel-controls-v1 .carousel-control:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5) inset;
  color: #737373;
}

.carousel-controls-v2 .carousel-control {
  box-shadow: 0 0 0 0 transparent inset;
  color: #000;
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.carousel-controls-v2 .carousel-control:hover {
  box-shadow: 0 0 0 transparent inset;
  color: black;
}

.carousel-controls-v3 .carousel-control {
  box-shadow: 0 0 0 30px #8bc34a inset;
  color: #fff;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
.carousel-controls-v3 .carousel-control:hover {
  box-shadow: 0 0 0 30px #649130 inset;
  color: #fff;
}

/* Navigation Styles */
[class*="carousel-indicators-"] li {
  cursor: pointer;
  position: relative;
  border: none;
}
[class*="carousel-indicators-"] li a {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  outline: medium none;
  position: absolute;
  top: 0;
  background-color: transparent;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
[class*="carousel-indicators-"] li.active {
  background-color: transparent;
}

.carousel-indicators-v1 li a:before, .carousel-indicators-v1 li a:after {
  backface-visibility: hidden;
  background-color: #ddd;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-indicators-v1 li a:after {
  background-color: #8bc34a;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.carousel-indicators-v1 li a:hover, .carousel-indicators-v1 li a:focus {
  opacity: 0.8;
}
.carousel-indicators-v1 li.active a {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.carousel-indicators-v2 li {
  margin: 0 3px;
}
.carousel-indicators-v2 li a {
  -webkit-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  background-color: #ddd;
}
.carousel-indicators-v2 li a:hover, .carousel-indicators-v2 li a:focus {
  background-color: #d5d5d5;
}
.carousel-indicators-v2 li.active {
  margin: 0 3px;
}
.carousel-indicators-v2 li.active a {
  background-color: #8bc34a;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.carousel-indicators-v3 li {
  width: 14px;
  height: 14px;
}
.carousel-indicators-v3 li a {
  background-color: transparent;
  box-shadow: 0 0 0 1px #8bc34a inset;
  overflow: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.carousel-indicators-v3 li a:after {
  background-color: #8bc34a;
  border-radius: 50%;
  content: "";
  left: 0;
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transform-origin: 50% 50% 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
}
.carousel-indicators-v3 li a:hover, .carousel-indicators-v3 li a:focus {
  opacity: 0.8;
}
.carousel-indicators-v3 li.active {
  width: 14px;
  height: 14px;
}
.carousel-indicators-v3 li.active a:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.carousel-indicators-v4 li {
  margin: 0 3px;
  width: 14px;
  height: 14px;
}
.carousel-indicators-v4 li a {
  box-shadow: 0 0 0 8px #8bc34a inset;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
}
.carousel-indicators-v4 li a:hover, .carousel-indicators-v4 li a:focus {
  box-shadow: 0 0 0 8px #8bc34a inset;
}
.carousel-indicators-v4 li.active {
  width: 14px;
  height: 14px;
  margin: 0 3px;
}
.carousel-indicators-v4 li.active a {
  box-shadow: 0 0 0 2px #8bc34a inset;
}

.carousel-indicators-v5 li {
  margin: 0 3px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px transparent;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 14px;
  height: 14px;
}
.carousel-indicators-v5 li a {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
}
.carousel-indicators-v5 li a:hover, .carousel-indicators-v5 li a:focus {
  background-color: #8bc34a;
}
.carousel-indicators-v5 li.active {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  box-shadow: 0 0 0 2px #8bc34a;
}
.carousel-indicators-v5 li.active a {
  background-color: #8bc34a;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}

.carousel-indicators-v6 li {
  width: 14px;
  height: 14px;
}
.carousel-indicators-v6 li a {
  border: 2px solid #ddd;
  -webkit-transition: border-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s;
}
.carousel-indicators-v6 li a:after {
  background: none repeat scroll 0 0 #8bc34a;
  border-radius: 50%;
  box-shadow: 0 0 1px #8bc34a;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3);
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
  -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, visibility 0s ease 0.3s;
  visibility: hidden;
}
.carousel-indicators-v6 li a:hover, .carousel-indicators-v6 li a:focus {
  border-color: #8bc34a;
}
.carousel-indicators-v6 li.active {
  width: 14px;
  height: 14px;
}
.carousel-indicators-v6 li.active a {
  border-color: #8bc34a;
}
.carousel-indicators-v6 li.active a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  visibility: visible;
}

/* --- SCSS For Counters --- */
.counters {
  text-align: center;
}
.counters .counter-wrap {
  font-size: 36px;
  color: #dff0d8;
  font-weight: 800;
}
.counters .counter-wrap .fa {
  font-size: 46px;
}
.counters h5 {
  font-weight: 700;
  margin: 5px 0 30px;
  text-transform: uppercase;
}

/* --- SCSS For Divider --- */
[class*="hr-"] {
  min-height: 1px;
}

.hr-dashed {
  border-top: 1px dashed #ccc;
}

.hr-dotted {
  border-top: 1px dotted #ccc;
}

.hr-double {
  border-top: 3px double #ccc;
}

.hr-double-dashed {
  border-top: 1px dashed #ccc;
  position: relative;
}
.hr-double-dashed:before {
  border-top: 1px dashed #ccc;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 1px;
}

.hr-double-dotted {
  border-top: 1px dotted #ccc;
  position: relative;
}
.hr-double-dotted:before {
  border-top: 1px dotted #ccc;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 1px;
}

/* --- SCSS For Google-map --- */
/* --- SCSS For Heading --- */
.heading {
  z-index: 1;
  position: relative;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
  text-transform: uppercase;
  position: relative;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Poppins SemiBold", sans-serif;
}
.heading p, .heading small {
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
}
.heading.heading-light {
  color: #fff;
}
.heading.heading-light h1 {
  color: #fff;
}
.heading.heading-light span {
  padding: 5px 10px;
  position: relative;
}
.heading.heading-v1 {
  position: relative;
}
.heading.heading-v2 {
  padding-bottom: 35px;
}
.heading.heading-v2:after {
  left: 50%;
  width: 200px;
  height: 1px;
  z-index: 1;
  content: " ";
  bottom: 30px;
  background: #000000;
  text-align: center;
  position: absolute;
  margin-left: -100px;
}
.rtl .heading.heading-v2:after {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v2:after {
  margin-right: -100px;
  margin-left: inherit;
}
.heading.heading-v2:before {
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  content: " ";
  bottom: 25px;
  text-align: center;
  position: absolute;
  background: #fff;
  border: 1px solid #000000;
}
.rtl .heading.heading-v2:before {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v2:before {
  margin-right: -6px;
  margin-left: inherit;
}
.heading.heading-v2.heading-light:after {
  background: #fff;
}
.heading.heading-v2.heading-light:before {
  background: #000000;
  border: 1px solid #fff;
}
.heading.heading-v3 {
  padding-bottom: 35px;
}
.heading.heading-v3:after {
  left: 50%;
  width: 100px;
  height: 2px;
  margin-left: -50px;
  content: " ";
  bottom: 30px;
  background: #000000;
  position: absolute;
}
.rtl .heading.heading-v3:after {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v3:after {
  margin-right: -50px;
  margin-left: inherit;
}
.heading.heading-v3 span {
  display: block;
  margin-bottom: 20px;
}
.heading.heading-v3.heading-light:after {
  background: #000000;
}
.heading.heading-v4 {
  z-index: 1;
  text-align: center;
  padding-top: 70px;
  position: relative;
}
.heading.heading-v4:before {
  left: 50%;
  z-index: -1;
  width: 50px;
  height: 50px;
  content: "";
  top: 11px;
  text-align: center;
  position: absolute;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -25px;
}
.rtl .heading.heading-v4:before {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v4:before {
  margin-right: -25px;
  margin-left: inherit;
}
.heading.heading-v4:after {
  left: 50%;
  z-index: -1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  content: "\f109";
  font-family: FontAwesome;
  top: 11px;
  text-align: center;
  position: absolute;
  color: #fff;
  margin-left: -25px;
  font-size: 20px;
}
.rtl .heading.heading-v4:after {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v4:after {
  margin-right: -25px;
  margin-left: inherit;
}
.heading.heading-v4.heading-light:before {
  background: #fff;
}
.heading.heading-v5 {
  padding-bottom: 20px;
  background: url("../images/dotted.png") repeat-x scroll center center;
}
.heading.heading-v5 h1, .heading.heading-v5 h2, .heading.heading-v5 h3, .heading.heading-v5 h4, .heading.heading-v5 h5, .heading.heading-v5 h6 {
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
}
.heading.heading-v6 h1, .heading.heading-v6 h2, .heading.heading-v6 h3, .heading.heading-v6 h4, .heading.heading-v6 h5, .heading.heading-v6 h6 {
  position: relative;
  margin-bottom: 35px;
}
.heading.heading-v6 h1:after, .heading.heading-v6 h2:after, .heading.heading-v6 h3:after, .heading.heading-v6 h4:after, .heading.heading-v6 h5:after, .heading.heading-v6 h6:after {
  left: 50%;
  width: 80px;
  height: 2px;
  margin-left: -40px;
  content: " ";
  bottom: -18px;
  background: #444;
  position: absolute;
}
.rtl .heading.heading-v6 h1:after, .rtl .heading.heading-v6 h2:after, .rtl .heading.heading-v6 h3:after, .rtl .heading.heading-v6 h4:after, .rtl .heading.heading-v6 h5:after, .rtl .heading.heading-v6 h6:after {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v6 h1:after, .rtl .heading.heading-v6 h2:after, .rtl .heading.heading-v6 h3:after, .rtl .heading.heading-v6 h4:after, .rtl .heading.heading-v6 h5:after, .rtl .heading.heading-v6 h6:after {
  margin-right: -40px;
  margin-left: inherit;
}
.heading.heading-v6.heading-light h1:after, .heading.heading-v6.heading-light h2:after, .heading.heading-v6.heading-light h3:after, .heading.heading-v6.heading-light h4:after, .heading.heading-v6.heading-light h5:after, .heading.heading-v6.heading-light h6:after {
  background: #fff;
}
.heading.heading-v7 {
  padding-bottom: 40px;
}
.heading.heading-v7:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #000000;
  bottom: 20px;
  content: "";
  width: 18px;
  height: 14px;
  left: 50%;
  margin-left: -18px;
  position: absolute;
}
.rtl .heading.heading-v7:before {
  right: 50%;
  left: auto;
}
.rtl .heading.heading-v7:before {
  margin-right: -18px;
  margin-left: inherit;
}
.heading.heading-v7:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #ffffff;
  bottom: 24px;
  content: "";
  left: 50%;
  margin-left: -14px;
  position: absolute;
  width: 10px;
  height: 8px;
}
.rtl .heading.heading-v7:after {
  margin-right: -14px;
  margin-left: inherit;
}
.heading.heading-v7.heading-light:before {
  border-top: 18px solid #fff;
}
.heading.heading-v7.heading-light:after {
  border-top: 12px solid #000000;
}
.heading.heading-v8 h1, .heading.heading-v8 h2, .heading.heading-v8 h3, .heading.heading-v8 h4, .heading.heading-v8 h5, .heading.heading-v8 h6 {
  position: relative;
  padding: 20px 0 25px;
}
.heading.heading-v8 h1:before, .heading.heading-v8 h1:after, .heading.heading-v8 h2:before, .heading.heading-v8 h2:after, .heading.heading-v8 h3:before, .heading.heading-v8 h3:after, .heading.heading-v8 h4:before, .heading.heading-v8 h4:after, .heading.heading-v8 h5:before, .heading.heading-v8 h5:after, .heading.heading-v8 h6:before, .heading.heading-v8 h6:after {
  content: ".";
  font-size: 22px;
  left: 50%;
  position: absolute;
  color: #c1c1c1;
  text-shadow: 10px 0 #ddd, -10px 0 #ddd;
}
.rtl .heading.heading-v8 h1:before, .rtl .heading.heading-v8 h1:after, .rtl .heading.heading-v8 h2:before, .rtl .heading.heading-v8 h2:after, .rtl .heading.heading-v8 h3:before, .rtl .heading.heading-v8 h3:after, .rtl .heading.heading-v8 h4:before, .rtl .heading.heading-v8 h4:after, .rtl .heading.heading-v8 h5:before, .rtl .heading.heading-v8 h5:after, .rtl .heading.heading-v8 h6:before, .rtl .heading.heading-v8 h6:after {
  right: 50%;
  left: auto;
}
.heading.heading-v8 h1:before, .heading.heading-v8 h2:before, .heading.heading-v8 h3:before, .heading.heading-v8 h4:before, .heading.heading-v8 h5:before, .heading.heading-v8 h6:before {
  top: -15px;
}
.heading.heading-v8 h1:after, .heading.heading-v8 h2:after, .heading.heading-v8 h3:after, .heading.heading-v8 h4:after, .heading.heading-v8 h5:after, .heading.heading-v8 h6:after {
  bottom: 0;
}
.heading.heading-v9 {
  text-align: left;
}
.rtl .heading.heading-v9 {
  text-align: right;
}
.heading.heading-v9 h1, .heading.heading-v9 h2, .heading.heading-v9 h3, .heading.heading-v9 h4, .heading.heading-v9 h5, .heading.heading-v9 h6 {
  position: relative;
  margin-bottom: 30px;
}
.heading.heading-v9 h1:after, .heading.heading-v9 h2:after, .heading.heading-v9 h3:after, .heading.heading-v9 h4:after, .heading.heading-v9 h5:after, .heading.heading-v9 h6:after {
  left: 0;
  width: 30px;
  height: 2px;
  content: " ";
  bottom: -15px;
  right: inherit;
  background-color: #000000;
  position: absolute;
}
.rtl .heading.heading-v9 h1:after, .rtl .heading.heading-v9 h2:after, .rtl .heading.heading-v9 h3:after, .rtl .heading.heading-v9 h4:after, .rtl .heading.heading-v9 h5:after, .rtl .heading.heading-v9 h6:after {
  right: 0;
  left: auto;
}
.heading.heading-v9.heading-light h1:after, .heading.heading-v9.heading-light h2:after, .heading.heading-v9.heading-light h3:after, .heading.heading-v9.heading-light h4:after, .heading.heading-v9.heading-light h5:after, .heading.heading-v9.heading-light h6:after {
  background-color: #fff;
}

.heading-feature p {
  width: 56%;
  display: inline-block;
  margin-bottom: 30px;
}

.hight-light .heading small {
  color: #FFFFFF;
}

.hight-light h1, .hight-light h2, .hight-light h3, .hight-light h4, .hight-light h5, .hight-light h6, .hight-light p {
  color: #FFFFFF;
}

.hight-lighted .heading {
  z-index: 1;
  position: relative;
}
.hight-lighted .heading h1, .hight-lighted .heading h2, .hight-lighted .heading h3, .hight-lighted .heading h4, .hight-lighted .heading h5, .hight-lighted .heading h6 {
  position: relative;
}

/* --- SCSS For Icon-box --- */
@-webkit-keyframes hover-imagecategory {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes hover-imagecategory {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0px);
  }
}
@-o-keyframes hover-imagecategory {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes hover-imagecategory {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0px);
  }
}
.feature-box {
  margin: 22px 0;
  border-right: 1px dotted #eaeaea;
}
.rtl .feature-box {
  border-left: 1px dotted #eaeaea;
  border-right: inherit;
}
.feature-box .fbox-icon {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  position: relative;
}
.rtl .feature-box .fbox-icon {
  float: right;
}
.rtl .feature-box .fbox-icon {
  margin-left: 15px;
  margin-right: inherit;
}
.feature-box .fbox-icon:after {
  border-radius: 50%;
  box-shadow: 3px 3px #f1521b;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -6px;
  opacity: 0;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  top: -6px;
  transform: rotate(-90deg);
  transition: opacity 0.2s ease 0s, transform 0.2s ease 0s;
  width: 100%;
  z-index: -1;
}
.feature-box .fbox-body {
  overflow: hidden;
}
.feature-box .fbox-body .fbox-icon {
  margin-top: 0;
}
.feature-box small {
  font-size: 13px;
  margin-bottom: 15px;
  display: inline-block;
}
.feature-box h4 {
  margin: 0;
}
.feature-box .fbox-title {
  margin: 10px 0;
  font-weight: 600;
  text-transform: none;
}
.feature-box.light-style {
  color: #dfdfdf;
}
.feature-box.light-style a {
  color: #fff;
}
.feature-box.light-style a:hover {
  color: #000;
}
.feature-box.light-style .fbox-title,
.feature-box.light-style h4 {
  color: #fff;
}
.feature-box.feature-box-right {
  text-align: right;
}
.rtl .feature-box.feature-box-right {
  text-align: left;
}
.feature-box.feature-box-right .fbox-icon {
  float: right;
  margin: 10px 0 0 20px;
}
.rtl .feature-box.feature-box-right .fbox-icon {
  float: left;
}
.rtl .feature-box.feature-box-right .fbox-icon {
  margin: 10px 20px 0 0;
}
.feature-box.feature-box-center {
  text-align: center;
  padding: 30px 16px;
}
.feature-box.feature-box-center .fbox-icon {
  float: none !important;
}
.feature-box:hover .fbox-icon:after {
  opacity: 1;
  transform: rotate(0deg);
  z-index: 1;
}
.feature-box:hover .fbox-body h4 {
  color: #f1521b;
}

[class*="feature-box-"] .fbox-icon .fa {
  width: 52px;
  height: 52px;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
[class*="feature-box-"] h4 {
  padding: 5px 0;
  position: relative;
  font-size: 16px;
  font-family: "Poppins Medium", sans-serif;
  color: #414141;
  text-transform: uppercase;
}
[class*="feature-box-"] p {
  color: #666666;
}

.feature-box-v1 {
  margin: 30px 0;
  min-height: 180px;
}
.feature-box-v1 .fbox-icon {
  float: right;
  margin: 0;
}
.rtl .feature-box-v1 .fbox-icon {
  float: left;
}
.feature-box-v1 .fbox-icon .fa {
  width: 170px;
  height: 170px;
  text-align: center;
}
.feature-box-v1 .fbox-icon:after {
  content: none;
}
.feature-box-v1 .fbox-body {
  padding-top: 40px;
}

.feature-box-v2 .fbox-body h4 {
  color: #FFFFFF;
}

.feature-box-v3 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.feature-box-v3 .fbox-icon .fa {
  border: 2px solid #f1521b;
}
.feature-box-v3 .fbox-icon .text-darker {
  border-color: #33312d;
}
.feature-box-v3 .fbox-icon .text-red {
  border-color: #f44336;
}

.feature-box-v4.feature-box {
  margin: 110px 0;
  border: none;
}
.feature-box-v4.feature-box .fbox-icon:after {
  content: none;
}
.feature-box-v4 h4, .feature-box-v4 p {
  color: #FFFFFF;
}

.feature-box-v5.feature-box {
  border: none;
  margin: 0;
  padding: 17px 0 22px;
}
.feature-box-v5 h4 {
  color: #FFFFFF;
  margin-top: 6px;
}
.feature-box-v5 p {
  display: none;
}
.feature-box-v5 .fbox-icon {
  margin: 0 15px 0;
}
.feature-box-v5 .fbox-icon .fa {
  width: 40px;
  height: 40px;
  color: #FFFFFF;
  line-height: 35px;
  border: 2px solid #FFFFFF;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
}
.feature-box-v5.bg-freeship {
  background: #352614;
  position: relative;
}
.feature-box-v5.bg-freeship:before {
  background: #352614 none repeat scroll 0 0;
  content: "";
  height: 100%;
  right: 100%;
  position: absolute;
  top: 0;
  width: 500%;
}
.rtl .feature-box-v5.bg-freeship:before {
  left: 100%;
  right: auto;
}
.feature-box-v5.bg-sale {
  background: #92c23f;
}
.feature-box-v5.bg-keep {
  background: #f9cf70;
  position: relative;
}
.feature-box-v5.bg-keep:after {
  background: #f9cf70 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 500%;
}
.rtl .feature-box-v5.bg-keep:after {
  right: 100%;
  left: auto;
}

/* --- SCSS For Icon-progress-bar --- */
.icon-rating {
  float: left;
}

.icon-rating input {
  left: -9999px;
  position: absolute;
}

.icon-rating label {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 22px;
  height: 17px;
  line-height: 17px;
  padding: 0 3px;
}

.icon-rating label {
  color: #e0e0e0;
  transition: color 0.3s ease 0s;
}

.icon-rating input + label:hover, .icon-rating input + label:hover ~ label {
  color: #8bc34a;
}

.icon-rating input:checked ~ label {
  color: #8bc34a;
}

.icon-rating-horizontal {
  float: none;
  text-align: center;
}

.icon-rating-horizontal label {
  float: none;
  height: 20px;
  line-height: 20px;
}

.light-style {
  color: #fff;
}
.light-style h1, .light-style h2, .light-style h3, .light-style h4, .light-style h5, .light-style h6 {
  color: #fff;
}

.bg-success .icon-rating label {
  color: #c1e2b3;
}
.bg-success .icon-rating input + label:hover, .bg-success .icon-rating input + label:hover ~ label,
.bg-success .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-danger .icon-rating label {
  color: #dca7a7;
}
.bg-danger .icon-rating input + label:hover, .bg-danger .icon-rating input + label:hover ~ label,
.bg-danger .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-warning .icon-rating label {
  color: #f5e79e;
}
.bg-warning .icon-rating input + label:hover, .bg-warning .icon-rating input + label:hover ~ label,
.bg-warning .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-primary .icon-rating label {
  color: #b4370b;
}
.bg-primary .icon-rating input + label:hover, .bg-primary .icon-rating input + label:hover ~ label,
.bg-primary .icon-rating input:checked ~ label {
  color: #fff;
}

.bg-info .icon-rating label {
  color: #9acfea;
}
.bg-info .icon-rating input + label:hover, .bg-info .icon-rating input + label:hover ~ label,
.bg-info .icon-rating input:checked ~ label {
  color: #fff;
}

/* --- SCSS For Interactive-banner --- */
.interactive-banner {
  position: relative;
  overflow: hidden;
}
.interactive-banner .interactive-banner-profile {
  position: absolute;
  z-index: 2;
  margin: auto;
  content: "";
}
.interactive-banner .interactive-banner-profile h2 {
  text-transform: uppercase;
  margin: 10px 0 15px;
  letter-spacing: 5px;
}
.interactive-banner .interactive-banner-profile small {
  text-transform: uppercase;
}
.interactive-banner .mask-link {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.interactive-banner .banner-title h2, .interactive-banner .banner-title h3, .interactive-banner .banner-title h4, .interactive-banner .banner-title h5, .interactive-banner .banner-title h6 {
  color: #fff;
}
.interactive-banner .action .icons:hover {
  background-color: #dff0d8 !important;
  border: #dff0d8 !important;
}
.interactive-banner.left .interactive-banner-profile {
  left: 20px;
}
.interactive-banner.right .interactive-banner-profile {
  right: 20px;
}
.interactive-banner.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

.interactive-banner-v1 .interactive-banner-profile {
  width: 85%;
  height: 120px;
  bottom: 0;
  top: 0;
}

.interactive-banner-v2 .interactive-banner-profile {
  top: 40px;
  width: 55%;
  height: 120px;
}
.interactive-banner-v2 .interactive-banner-profile .action {
  padding: 5px 15px;
  margin-bottom: 3px;
  background-color: #fff;
  color: #333;
}
.interactive-banner-v2.left .interactive-banner-profile {
  left: 60px;
}
.interactive-banner-v2.right .interactive-banner-profile {
  right: 60px;
}
.interactive-banner-v2.center .interactive-banner-profile {
  right: 0;
  left: 0;
}

.interactive-banner-v3 .interactive-banner-profile {
  padding: 40px 60px;
  width: 100%;
  height: 100%;
  top: 0;
}
.interactive-banner-v3 .interactive-banner-profile .action {
  bottom: 60px;
  left: 60px;
  right: 60px;
  content: "";
  position: absolute;
}
.interactive-banner-v3 .interactive-banner-profile .action:after {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  bottom: -30px;
  left: -30px;
  right: -30px;
  height: calc(100% + 60px);
  width: calc(100% + 60px);
  z-index: -1;
}

.interactive-banner-v4 .interactive-banner-profile {
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  position: absolute;
  content: "";
  transform: translate3d(0px, 60px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.interactive-banner-v4 .interactive-banner-profile .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
  position: relative;
  background-color: #dff0d8;
  margin: 0 -30px;
  padding: 20px 30px;
}
.interactive-banner-v4 .interactive-banner-profile img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.interactive-banner-v4:hover .interactive-banner-profile {
  transform: translate3d(0px, 0px, 0px);
}
.interactive-banner-v4:hover .interactive-banner-profile .action {
  opacity: 1;
  filter: alpha(opacity=100);
}
.interactive-banner-v4:hover .interactive-banner-profile img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.interactive-banner-v5 .interactive-banner-profile {
  width: 55%;
  height: 120px;
  bottom: 0;
  top: 0;
}
.interactive-banner-v5 a.links {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform: translate3d(0px, -60px, 0px);
}
.interactive-banner-v5:hover a.links {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v1 */
.effect-v1 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v1:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v1 img {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v1 .action {
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v1:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-v1:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-v1:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v2*/
.effect-v2 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v2:before {
  border: 1px solid #ffffff;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: translate3d(-20px, 0px, 0px);
  transform: translate3d(-20px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v2 img {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v2 .action {
  -webkit-transform: translate3d(-10px, 0px, 0px);
  transform: translate3d(-10px, 0px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v2:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.effect-v2:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  -o-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}
.effect-v2:hover .action {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v3*/
.effect-v3 {
  background-color: #000;
  overflow: hidden;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  /* style for hover */
}
.effect-v3:before, .effect-v3:after {
  bottom: 20px;
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v3:before {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
}
.effect-v3:after {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}
.effect-v3 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
  width: 100%;
}
.effect-v3 .banner-title {
  -webkit-transform: translate3d(0px, -20px, 0px);
  transform: translate3d(0px, -20px, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.effect-v3 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0px, 40px, 0px);
  transform: translate3d(0px, 40px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v3:hover:before, .effect-v3:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-v3:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.effect-v3:hover .banner-title, .effect-v3:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v4*/
.effect-v4 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v4:before {
  border: 2px solid #ffffff;
  bottom: 20px;
  -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  left: 20px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.effect-v4 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-v4 .banner-title {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.effect-v4 .action {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v4:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-v4:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.effect-v4:hover .banner-title {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.effect-v4:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* effect-v5*/
.effect-v5 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v5 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}
.effect-v5 .action {
  transform: translate3d(-150%, 0px, 0px);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-v5 .action:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.effect-v5 .action:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.effect-v5 .action:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.effect-v5:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transform: scale3d(1.1, 1.1, 1);
}
.effect-v5:hover .action {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1.1, 1.1, 1);
  transform: translate3d(0px, 0px, 0px);
}
.effect-v5:hover .action:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect-v5:hover .action:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.effect-v5:hover .action:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/* effect-v6*/
.effect-v6 {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v6 img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s;
  transition: opacity 0.35s ease 0s;
}
.effect-v6 .action {
  transform: translate3d(0px, -100px, 0px);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0;
}
.effect-v6:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.effect-v6:hover .action {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/* effect-v7*/
.effect-v7 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v7:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  -o-transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
  z-index: 1;
  border: 200px double transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.effect-v7:hover:before {
  opacity: 0;
  filter: alpha(opacity=0);
  border: 0 double rgba(255, 255, 255, 0.7);
  visibility: hidden;
}

/* effect-v8*/
.effect-v8 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v8:before {
  border-bottom: 50px solid rgba(255, 255, 255, 0.4);
  border-top: 50px solid rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transform-origin: 50% 50% 0;
  width: 100%;
}
.effect-v8:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
  -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
}

/* effect-v9*/
.effect-v9 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v9:before {
  border: 50px solid transparent;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  content: "";
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100px;
  height: 100px;
  -webkit-transform: scale(7);
  -ms-transform: scale(7);
  -o-transform: scale(7);
  transform: scale(7);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: visible;
  z-index: 1;
}
.effect-v9:hover:before {
  border: 0 solid rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

/* effect-v10*/
.effect-v10 {
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-v10:before {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  content: "";
  z-index: 1;
}
.effect-v10:hover:before {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* effect-v11*/
.effect-default {
  background-color: #000;
  overflow: hidden;
  position: relative;
  /* style for hover */
}
.effect-default .banner-title {
  -webkit-transform: translate3d(0px, 20px, 0px);
  transform: translate3d(0px, 20px, 0px);
  -webkit-transition: transform 0.35s ease 0s;
  -o-transition: transform 0.35s ease 0s;
  transition: transform 0.35s ease 0s;
}
.effect-default img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.effect-default .action {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  border: 1px solid #fff;
  margin: 1em 0 0;
  padding: 1em;
  color: #FFFFFF;
}
.effect-default:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-default:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.effect-default:hover .action {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.effect-default:hover .banner-title {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* --- SCSS For Latest-posts --- */
.bg-blog .blog-item {
  background: #FFFFFF;
}

.hight-light .latest-posts a {
  color: #FFFFFF;
}
.hight-light .latest-posts-v1 .blog-meta {
  color: #1cba37;
}

.green .btn-primary {
  background-color: #1cba37;
  border-color: #1cba37;
}

.brown .btn-primary {
  background-color: #bf9a61;
  border-color: #bf9a61;
}

/* latest posts */
.latest-posts a {
  text-transform: none;
}
.latest-posts .latest-posts-title {
  margin-bottom: 10px;
  margin-top: 25px;
  font-size: 16px !important;
}
.latest-posts .latest-posts-meta a {
  color: #000000;
}
.latest-posts .latest-posts-profile {
  font-size: 13px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.latest-posts .latest-posts-profile a {
  color: #000000;
}
.latest-posts .latest-posts-profile a:hover {
  color: #f1521b;
}
.latest-posts .latest-posts-profile i {
  margin-right: 7px;
  font-size: 14px;
}
.rtl .latest-posts .latest-posts-profile i {
  margin-left: 7px;
  margin-right: inherit;
}
.latest-posts .shortinfo {
  font-family: "Poppins Light", sans-serif;
  color: #999;
  margin-bottom: 15px;
}
.latest-posts .blog-readmore {
  margin-bottom: 10px;
}

/* latest posts v1*/
.latest-posts-v1 .latest-posts-img-profile {
  position: relative;
  padding: 1px;
}
.latest-posts-v1 .blog-meta {
  font-size: 12px;
  margin-bottom: 20px;
  position: relative;
  color: #f1521b;
}
.latest-posts-v1 .blog-meta span.comment_count {
  padding: 0 10px;
}
.latest-posts-v1 .blog-meta a {
  color: #999;
}

/* latest posts v2*/
.latest-posts-v2 .latest-posts-meta,
.latest-posts-v2 .latest-posts-profile {
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* latest posts v3*/
.latest-posts-v3 {
  text-align: center;
}
.latest-posts-v3 .latest-posts-title {
  position: relative;
}
.latest-posts-v3 .latest-posts-title:after {
  background-color: #444444;
  content: " ";
  height: 1px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 41px;
  width: 30px;
}
.latest-posts-v3 .latest-posts-meta {
  padding: 15px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
}
.latest-posts-v3 .latest-posts-profile {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: left;
  position: absolute;
  top: -42px;
  left: 0;
  padding: 10px 15px;
  width: 100%;
  color: #fff;
}
.rtl .latest-posts-v3 .latest-posts-profile {
  text-align: right;
}
.latest-posts-v3 .latest-posts-profile a {
  color: #fff;
}
.latest-posts-v3 .latest-posts-profile a:hover {
  color: red;
}

/* latest posts v4*/
.latest-posts-v4 .latest-posts-image {
  margin-right: 10px;
}
.rtl .latest-posts-v4 .latest-posts-image {
  margin-left: 10px;
  margin-right: inherit;
}
.latest-posts-v4 .latest-posts-image img {
  width: 100px !important;
  height: auto !important;
}
.latest-posts-v4 .latest-posts-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.latest-posts-v4 .latest-posts-item .latest-posts-title {
  font-size: 14px;
  text-transform: uppercase;
}
.latest-posts-v4 .latest-posts-item .latest-posts-profile > span {
  margin-right: 10px;
}
.rtl .latest-posts-v4 .latest-posts-item .latest-posts-profile > span {
  margin-left: 10px;
  margin-right: inherit;
}

/* latest posts v5*/
.latest-posts-v5 .latest-posts-image {
  margin-left: 10px;
}
.rtl .latest-posts-v5 .latest-posts-image {
  margin-right: 10px;
  margin-left: inherit;
}
.latest-posts-v5 .latest-posts-image img {
  width: 100px !important;
  height: auto !important;
}
.latest-posts-v5 .latest-posts-item {
  padding: 20px;
}
.latest-posts-v5 .latest-posts-item:nth-child(even) {
  background-color: rgba(228, 228, 228, 0.3);
}
.latest-posts-v5 .latest-posts-item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}
.latest-posts-v5 .latest-posts-item .latest-posts-title {
  font-size: 14px;
  text-transform: uppercase;
}
.latest-posts-v5 .latest-posts-item .latest-posts-profile > span {
  margin-right: 10px;
}
.rtl .latest-posts-v5 .latest-posts-item .latest-posts-profile > span {
  margin-left: 10px;
  margin-right: inherit;
}

/* latest posts v6*/
.latest-posts-v6 .latest-posts-body {
  position: relative;
  overflow: hidden;
}
.latest-posts-v6 .latest-posts-body .latest-posts-meta {
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px 20px;
  position: absolute;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.rtl .latest-posts-v6 .latest-posts-body .latest-posts-meta {
  right: 0;
  left: auto;
}
.latest-posts-v6 .latest-posts-body .latest-posts-meta .shortinfo {
  color: #ffffff;
  padding-left: 34px;
}
.rtl .latest-posts-v6 .latest-posts-body .latest-posts-meta .shortinfo {
  padding-right: 34px;
  padding-left: inherit;
}
.latest-posts-v6 .latest-posts-body .latest-posts-meta .panel-title {
  position: relative;
  letter-spacing: 0;
  line-height: 20px;
  font-family: "Poppins Light", sans-serif;
}
.latest-posts-v6 .latest-posts-body .latest-posts-meta .panel-title:after, .latest-posts-v6 .latest-posts-body .latest-posts-meta .panel-title:before {
  position: absolute;
  top: 4px;
  background-color: #f1521b;
  content: "";
  width: 2px;
  height: 30px;
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.latest-posts-v6 .latest-posts-body .latest-posts-meta .panel-title:before {
  left: 8px;
}
.rtl .latest-posts-v6 .latest-posts-body .latest-posts-meta .panel-title:before {
  right: 8px;
  left: auto;
}
.latest-posts-v6 .latest-posts-body .latest-posts-meta .panel-title:after {
  left: 12px;
}
.rtl .latest-posts-v6 .latest-posts-body .latest-posts-meta .panel-title:after {
  right: 12px;
  left: auto;
}
.latest-posts-v6 .latest-posts-body:hover .latest-posts-meta {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.latest-posts-v6 .latest-posts-body:hover .latest-posts-meta .latest-posts-title {
  margin-bottom: 10px;
}
.latest-posts-v6 .latest-posts-profile {
  position: absolute;
  top: 30px;
  left: 40px;
  padding: 2px 12px;
  background-color: #f1521b;
}
.rtl .latest-posts-v6 .latest-posts-profile {
  right: 40px;
  left: auto;
}
.latest-posts-v6 .latest-posts-profile .created {
  display: inline-block;
  position: relative;
}
.latest-posts-v6 .latest-posts-profile .created:after {
  border-right: 25px solid transparent;
  border-top: 29px solid #f1521b;
  content: "";
  height: 0;
  position: absolute;
  right: -36px;
  top: -2px;
  width: 0;
}
.latest-posts-v6 .latest-posts-profile .created:before {
  border-bottom: 29px solid #f1521b;
  border-left: 25px solid transparent;
  content: "";
  height: 0;
  left: -36px;
  position: absolute;
  top: -2px;
  width: 0;
}

/* --- SCSS For List --- */
/* class list */
.list-unstyled {
  list-style: none;
  padding-left: 0;
}

.lists li {
  list-style: none;
}
.lists li a {
  /* 			color: $bo-list-a-color; */
}
.lists li a:hover {
  color: #f1521b;
  text-decoration: none;
}
.lists li i {
  color: #FFFFFF;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.rtl .lists li i {
  margin-left: 10px;
  margin-right: inherit;
}
.lists.lists-light li, .lists.lists-light li a, .lists.lists-light li i {
  color: #FFFFFF;
}
.lists.lists-light li a:hover {
  color: #f1521b;
}
.lists.list-style-circle, .lists.list-style-disc {
  list-style: none;
  padding-left: 20px;
}
.rtl .lists.list-style-circle, .rtl .lists.list-style-disc {
  padding-right: 20px;
  padding-left: inherit;
}
.lists.list-style-circle li, .lists.list-style-disc li {
  position: relative;
}
.lists.list-style-circle li:before, .lists.list-style-disc li:before {
  color: #FFFFFF;
  font-family: 'FontAwesome';
  font-size: 10px;
  left: -20px;
  position: absolute;
  top: 4px;
}
.rtl .lists.list-style-circle li:before, .rtl .lists.list-style-disc li:before {
  right: -20px;
  left: auto;
}
.lists.list-style-circle.lists-light li:before, .lists.list-style-disc.lists-light li:before {
  color: #FFFFFF;
}
.lists.list-style-circle li:before {
  content: "\f10c";
}
.lists.list-style-disc li:before {
  content: "\f111";
}
.lists.list-style-square {
  list-style: none;
  padding-left: 20px;
}
.rtl .lists.list-style-square {
  padding-right: 20px;
  padding-left: inherit;
}
.lists.list-style-square li {
  position: relative;
}
.lists.list-style-square li:before {
  content: "";
  top: 10px;
  left: -10px;
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #FFFFFF;
}
.rtl .lists.list-style-square li:before {
  right: -10px;
  left: auto;
}
.lists.list-style-square.lists-light li:before {
  background-color: #FFFFFF;
}
.lists.list-style-number {
  counter-reset: li;
  list-style: outside none decimal;
  padding-left: 20px;
}
.rtl .lists.list-style-number {
  padding-right: 20px;
  padding-left: inherit;
}
.lists.list-style-number li {
  display: block;
  padding-left: 5px;
}
.rtl .lists.list-style-number li {
  padding-right: 5px;
  padding-left: inherit;
}
.lists.list-style-number li:before {
  color: #FFFFFF;
  content: counter(li,decimal);
  counter-increment: li;
  left: 20px;
  position: absolute;
}
.rtl .lists.list-style-number li:before {
  right: 20px;
  left: auto;
}
.lists.list-style-number.lists-light li:before {
  color: #FFFFFF;
}

/* --- SCSS For Media --- */
.media-image-v1 {
  border: 10px solid #f5f5f5;
  box-shadow: 0 4px 3px -2px rgba(0, 0, 0, 0.1);
}

.media-image-v2 {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.media-image-v3 {
  border: 10px solid #f5f5f5;
  position: relative;
}
.media-image-v3:before, .media-image-v3:after {
  width: 22%;
  height: 15px;
  bottom: 2px;
  box-shadow: 0 9px 20px 4px rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
}
.media-image-v3:before {
  left: 5px;
}
.media-image-v3:after {
  right: 5px;
}

/* --- SCSS For Message --- */
.alert-box-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-box-success hr {
  border-top-color: #c9e2b3;
}
.alert-box-success .alert-link {
  color: #2b542c;
}

.alert-box-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-box-info hr {
  border-top-color: #a6e1ec;
}
.alert-box-info .alert-link {
  color: #245269;
}

.alert-box-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-box-warning hr {
  border-top-color: #f7e1b5;
}
.alert-box-warning .alert-link {
  color: #66512c;
}

.alert-box-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-box-error hr {
  border-top-color: #e4b9c0;
}
.alert-box-error .alert-link {
  color: #843534;
}

/* --- SCSS For Mockup-presentation --- */
.mockup {
  font-size: 16px;
  line-height: 32px;
}
.mockup .heading h1, .mockup .heading h2, .mockup .heading h3, .mockup .heading h4, .mockup .heading h5 {
  margin-top: 0;
}

/* --- SCSS For Newsletter --- */
[class*="newsletter-v"] {
  padding: 30px;
}
[class*="newsletter-v"].light-style {
  color: #fff;
}
[class*="newsletter-v"].light-style .form-control {
  color: #fff;
  background: transparent;
}
[class*="newsletter-v"].light-style .newsletter-label {
  color: #FFF;
}
[class*="newsletter-v"].newsletter-border {
  border: 1px solid #eaeaea;
}
[class*="newsletter-v"].newsletter-center {
  text-align: center;
}
[class*="newsletter-v"].newsletter-center .newsletter-heading {
  margin-bottom: 20px;
}
[class*="newsletter-v"].newsletter-center h2 {
  margin-top: 0;
}

.newsletter-v3 .newsletter-left {
  background: #FFFFFF;
  border-radius: 6px;
}
.newsletter-v3 .newsletter-label {
  padding: 0 15px;
  margin-top: 14px;
  font-size: 14px;
}
.newsletter-v3 .input-group {
  position: relative;
}
.newsletter-v3 .input-group:before {
  content: "";
  width: 1px;
  height: 27px;
  background-color: #000000;
  position: absolute;
  left: 1px;
  margin-top: -12px;
  top: 50%;
}
.rtl .newsletter-v3 .input-group:before {
  right: 1px;
  left: auto;
}
.newsletter-v3 .input-group input {
  border: none;
}
.newsletter-v3 .stay-connect {
  float: right;
  padding-top: 6px;
}
.rtl .newsletter-v3 .stay-connect {
  float: left;
}
.newsletter-v3 .panel-heading {
  padding-top: 10px;
  padding-bottom: 0;
  margin-right: 35px;
  margin-bottom: 0;
  border: none;
}
.rtl .newsletter-v3 .panel-heading {
  margin-left: 35px;
  margin-right: inherit;
}
.newsletter-v3 .panel-heading:before {
  content: none;
}
.newsletter-v3 .panel-body {
  padding: 0;
}
.newsletter-v3 .panel-title {
  color: #FFFFFF;
  font-size: 14px !important;
  margin-bottom: 0;
}

.newsletter-v8 .heading span {
  display: block;
  margin-bottom: 30px;
}
.newsletter-v8 .newsletter-group {
  margin: 0 auto;
  width: 60%;
  background: #FFF;
  border: 0;
  padding: 0 2px 0 0px;
  border-radius: 3px;
}
.newsletter-v8 .newsletter-input {
  background: transparent none;
  border: 0;
}

/* --- SCSS For Panel --- */
.panel-default {
  background-color: #FFFFFF;
  position: relative;
  margin-bottom: 30px;
  border-radius: 3px;
}

.panel-white {
  color: #FFFFFF;
}

.panel-heading {
  background: transparent;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding-top: 30px;
}
.panel-heading .panel-title {
  font-size: 22px;
}
.panel-heading.nopadding {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
}
.panel-heading.nopadding:before {
  left: 0;
}
.rtl .panel-heading.nopadding:before {
  right: 0;
  left: auto;
}

/* --- SCSS For Parallax --- */
.parallax {
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.parallax .parallax-heading h2 {
  font-size: 36px;
  text-transform: uppercase;
}
.parallax .parallax-heading h2:before, .parallax .parallax-heading h2:after {
  display: none;
}
.parallax-v1 .parallax-heading h2 {
  margin: 0;
}
.parallax-light h2, .parallax-light p {
  color: #FFF;
}

/* --- SCSS For Piechart --- */
[class*="piechart-v"] .piechart-body {
  position: relative;
  display: inline-block;
}
[class*="piechart-v"] .piechart-body .piechart-body-inner {
  top: 0;
  font-size: 35px;
  line-height: 140px;
  position: absolute;
  left: 0;
  width: 100%;
  height: 140px;
}
.rtl [class*="piechart-v"] .piechart-body .piechart-body-inner {
  right: 0;
  left: auto;
}
[class*="piechart-v"].piechart-center {
  text-align: center;
}
[class*="piechart-v"].light-style {
  color: #fff;
}

.progress-title {
  font-size: 24px;
  color: #000;
  font-weight: 800;
  line-height: 100%;
}
.progress-title span {
  margin-right: 10px;
}
.rtl .progress-title span {
  margin-left: 10px;
  margin-right: inherit;
}
.progress-title small {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.progress-bar {
  box-shadow: none;
}

.progress-icon .progress-title {
  padding-left: 10px;
}
.progress-icon .bar-chart {
  padding-left: 50px;
  position: relative;
}
.progress-icon .bar-icon {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
}

.progress-box .progress-bar {
  transition: all 3s ease-in 0s;
}

.process > li:hover i, .process > li:hover i:after {
  transition: all 0.3s ease-in-out 0s;
}

.chart {
  display: inline-block;
  width: 110px;
  margin: 40px auto 20px;
  padding: 0 10px;
}

.easyPieChart {
  position: relative;
  text-align: center;
}
.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.percentage {
  font-size: 24px;
  color: #8bc34a;
  font-weight: 800;
  margin: 0 auto 0.5em;
}

.piechart-title {
  text-transform: uppercase;
  font-weight: 700;
}

sup {
  top: -0.2em;
  margin-left: 1px;
}

.ctrl {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #c4cdcc;
  word-spacing: 5px;
}
.ctrl span {
  cursor: pointer;
  -webkit-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}
.ctrl span:hover {
  color: #000;
}

/* --- SCSS For Pricing --- */
.pricing {
  text-align: center;
}
.pricing-v1 {
  background: #FFFFFF;
}
.pricing-v1 .plan-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 30px 0;
  border-bottom: 2px solid #f7f7f7;
}
.pricing-v1 .plan-figure {
  font-size: 48px;
  font-weight: 300;
  color: #000;
}
.pricing-v1 .plan-price {
  font-size: 16px;
  border-bottom: 2px solid #f7f7f7;
}
.pricing-v1 .plan-currency {
  font-size: 30px;
  font-weight: 300;
}
.pricing-v1 .plain-info {
  padding: 20px;
}
.pricing-v1 .plain-info li {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  background: #EDEDED;
  margin-bottom: 10px;
  padding: 14px 0;
}
.pricing-v1 .pricing-footer {
  padding: 0px 20px 40px 20px;
}
.pricing-v2 {
  background: #FFFFFF;
}
.pricing-v2 .plan-title {
  color: #000;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
  padding: 30px 0;
}
.pricing-v2 .plan-price {
  background: #f1521b;
  margin: 0 -10px;
  position: relative;
  height: 100px;
}
.pricing-v2 .plan-price .plan-price-body {
  background: #f1521b;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -15px;
  right: 0;
  color: #FFF;
  width: 130px;
  height: 130px;
}
.pricing-v2 .plan-price .plan-figure {
  font-size: 48px;
  font-weight: 300;
}
.pricing-v2 .plan-price .plan-currency {
  font-size: 30px;
  font-weight: 300;
}
.pricing-v2 .plain-info {
  padding: 20px;
}
.pricing-v2 .plain-info li {
  color: #000;
  line-height: 62px;
  border-bottom: 1px dashed #eaeaea;
}
.pricing-v2 .pricing-footer {
  padding: 0 20px 40px 20px;
}
.pricing-highlight .plan-title {
  background: #dff0d8;
  color: #FFFFFF;
}

/* --- SCSS For Process-steps --- */
.process-steps {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.process-steps li {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.process-steps li a,
.process-steps li span {
  color: #000;
}
.process-steps li a .icons,
.process-steps li span .icons {
  background-color: #000;
  color: #fff;
  font-style: normal;
}
.process-steps li a .icons.icons-bodered,
.process-steps li span .icons.icons-bodered {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
.process-steps li.step_current a,
.process-steps li.step_current span, .process-steps li.step_done a,
.process-steps li.step_done span {
  color: #dff0d8 !important;
}
.process-steps li.step_current a .icons,
.process-steps li.step_current span .icons, .process-steps li.step_done a .icons,
.process-steps li.step_done span .icons {
  background-color: #dff0d8 !important;
  color: #fff !important;
}
.process-steps li.step_current a .icons.icons-bodered,
.process-steps li.step_current span .icons.icons-bodered, .process-steps li.step_done a .icons.icons-bodered,
.process-steps li.step_done span .icons.icons-bodered {
  background-color: transparent !important;
  border: 1px solid #dff0d8 !important;
  color: #dff0d8 !important;
}
.process-steps.process-2 li {
  width: 50%;
}
.process-steps.process-3 li {
  width: 33.33%;
}
.process-steps.process-4 li {
  width: 25%;
}
.process-steps.process-5 li {
  width: 20%;
}

.process-steps-v1 li:after, .process-steps-v1 li:before {
  border-top: 1px dashed #bbb;
  content: "";
  left: 0;
  margin-left: -26px;
  position: absolute;
  top: 30px;
  width: 50%;
}
.process-steps-v1 li:after {
  left: auto;
  margin: 0 -26px 0 0;
  right: 0;
}
.process-steps-v1 li:first-child:before, .process-steps-v1 li:last-child:after {
  display: none;
}
.process-steps-v1 li span {
  margin: 5px 0;
  overflow: hidden;
  display: inline-block;
}

.process-steps-v2 {
  border-bottom: 1px solid #bbb;
}
.process-steps-v2 li a,
.process-steps-v2 li span {
  display: inline-block;
  padding: 10px 0;
}
.process-steps-v2 li.step_current a,
.process-steps-v2 li.step_current span, .process-steps-v2 li.step_done a,
.process-steps-v2 li.step_done span {
  border-bottom: 3px solid #dff0d8;
}

/* --- SCSS For Service --- */
.icon-combs {
  position: relative;
}
.icon-combs .icon-combs-panel i {
  float: left;
  margin: 10px 15px 0 0;
}
.icon-combs .icon-combs-panel.icon-combs-right i {
  float: right;
  margin: 10px 0 0 15px;
}
.icon-combs .icon-combs-desc {
  overflow: hidden;
}
.icon-combs > li {
  float: left;
  padding-right: 20px;
  position: relative;
  text-align: right;
  width: 50%;
}
.icon-combs > li.icon-combs-inverted {
  clear: right;
  float: right;
  padding: 0 0 0 20px;
}
.icon-combs.icon-combs-light:before {
  background: #fff;
}
.icon-combs.icon-combs-light .icon-combs-desc h3, .icon-combs.icon-combs-light .icon-combs-desc p {
  color: #fff;
}
.icon-combs:before {
  background: #777;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 2px;
}

.icon-wrap-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #f1521b;
}
.icon-wrap-icon .fa {
  font-size: 25px;
  margin: 18px 15px;
  color: #fff;
}

.social-icons {
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 25px;
  padding: 17px;
  border: 1px solid transparent;
}
.social-icons.icons-light-brd {
  color: #fff;
  border-color: #fff;
}
.social-icons.icons-brd {
  color: #444;
  border-color: #444;
}

/* Service Timeline */
.timeline-service {
  position: relative;
}
.timeline-service:before {
  bottom: 0;
  content: " ";
  left: 50%;
  margin-left: -1.5px;
  position: absolute;
  top: 0;
  width: 2px;
  background: #c1c1c1;
}
.timeline-service > li {
  float: left;
  position: relative;
  text-align: right;
  width: 50%;
}
.timeline-service > li > .timeline-panel {
  border: 1px solid #c1c1c1;
  float: left;
  margin: 0 19px;
  padding: 20px 20px 20px 50px;
  position: relative;
  width: 93%;
}
.timeline-service > li > .timeline-panel i {
  background: #dff0d8;
  color: #fff;
  display: inline-block;
  font-size: 25px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  margin-top: -20px;
  padding: 7px;
  position: absolute;
  right: -20px;
  text-align: center;
  top: 50%;
}
.timeline-service > li > .timeline-panel i.left-wing {
  left: -20px;
}
.timeline-service > li > .timeline-badge {
  background: #dff0d8;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -9px;
  top: 15%;
}
.timeline-service > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 20px 50px 20px 20px;
  text-align: left;
}
.timeline-service > li.timeline-inverted > .timeline-badge {
  display: none;
}
.timeline-service.timeline-service-light .timeline-panel * {
  color: #fff;
}

/* --- SCSS For Style-icon --- */
/* Icon */
.icons {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  color: #979797;
  background: #404040;
  border-radius: 3px;
  margin-top: 20px;
}
.icons.icons-lg {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
}
.icons.icons-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-right: 0;
}
.rtl .icons.icons-sm {
  margin-left: 0;
  margin-right: inherit;
}
.icons.icons-xs {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}
.icons:hover {
  color: #fff;
  box-shadow: 0 0 0 30px #e4450e inset;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.icons.icons-bodered {
  border: 1px solid #eaeaea;
  background-color: transparent;
  color: #414141;
}
.icons.icons-bodered:hover {
  border: 1px solid #d1d1d1;
  background-color: transparent;
  color: #d1d1d1;
}
.icons.icons-darker {
  background-color: #000 !important;
  color: #fff !important;
}
.icons.icons-darker:hover {
  background-color: #595959 !important;
  color: #fff !important;
}
.icons.icons-light {
  background-color: #f0f0f0 !important;
  color: #000 !important;
}
.icons.icons-light:hover {
  background-color: #d6d6d6 !important;
  color: #fff !important;
}
.icons.icons-plain {
  background-color: transparent;
  color: #f1521b;
  font-size: 28px !important;
  width: auto;
  height: auto;
}
.icons.icons-plain.icons-lg {
  font-size: 36px !important;
  width: auto;
  height: auto;
}
.icons.icons-plain.icons-sm {
  font-size: 20px !important;
  width: auto;
  height: auto;
}
.icons.icons-plain.icons-xs {
  font-size: 14px !important;
  width: auto;
  height: auto;
}
.icons.icons-plain:hover {
  background-color: transparent;
  color: #000;
}

.icons-outline {
  color: #d1d646;
  background-color: transparent;
  border-color: #d1d646;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: relative;
  z-index: 0;
}
.icons-outline:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  background: #d1d646;
}
.icons-outline:hover, .icons-outline:focus, .icons-outline:active, .icons-outline.active {
  color: #fff;
  background-color: #d1d646;
  border-color: #ccd131;
}
.open .icons-outline.dropdown-toggle {
  color: #fff;
  background-color: #d1d646;
  border-color: #ccd131;
}
.icons-outline:active, .icons-outline.active {
  background-image: none;
}
.open .icons-outline.dropdown-toggle {
  background-image: none;
}
.icons-outline.disabled, .icons-outline.disabled:hover, .icons-outline.disabled:focus, .icons-outline.disabled:active, .icons-outline.disabled.active, .icons-outline[disabled], .icons-outline[disabled]:hover, .icons-outline[disabled]:focus, .icons-outline[disabled]:active, .icons-outline[disabled].active, fieldset[disabled] .icons-outline, fieldset[disabled] .icons-outline:hover, fieldset[disabled] .icons-outline:focus, fieldset[disabled] .icons-outline:active, fieldset[disabled] .icons-outline.active {
  background-color: transparent;
  border-color: #d1d646;
}
.icons-outline .badge {
  color: transparent;
  background-color: #d1d646;
}
.icons-outline.icons-primary {
  background: transparent;
  color: #f1521b;
}
.icons-outline.icons-primary:hover {
  color: #FFFFFF;
}
.icons-outline.icons-success {
  background: transparent;
  color: #dff0d8;
}
.icons-outline.icons-success:hover {
  color: #FFFFFF;
}
.icons-outline.icons-info {
  background: transparent;
  color: #d9edf7;
}
.icons-outline.icons-info:hover {
  color: #FFFFFF;
}
.icons-outline.icons-danger {
  background: transparent;
  color: #f2dede;
}
.icons-outline.icons-danger:hover {
  color: #FFFFFF;
}
.icons-outline.icons-warning {
  background: transparent;
  color: #fcf8e3;
}
.icons-outline.icons-warning:hover {
  color: #FFFFFF;
}

.icons-inverse {
  color: #fff;
  background-color: #d1d646;
  border-color: #ccd131;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  position: relative;
  z-index: 0;
}
.icons-inverse:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  background: transparent;
}
.icons-inverse:hover, .icons-inverse:focus, .icons-inverse:active, .icons-inverse.active {
  color: #d1d646;
  background-color: transparent;
  border-color: #d1d646;
}
.open .icons-inverse.dropdown-toggle {
  color: #d1d646;
  background-color: transparent;
  border-color: #d1d646;
}
.icons-inverse:active, .icons-inverse.active {
  background-image: none;
}
.open .icons-inverse.dropdown-toggle {
  background-image: none;
}
.icons-inverse.disabled, .icons-inverse.disabled:hover, .icons-inverse.disabled:focus, .icons-inverse.disabled:active, .icons-inverse.disabled.active, .icons-inverse[disabled], .icons-inverse[disabled]:hover, .icons-inverse[disabled]:focus, .icons-inverse[disabled]:active, .icons-inverse[disabled].active, fieldset[disabled] .icons-inverse, fieldset[disabled] .icons-inverse:hover, fieldset[disabled] .icons-inverse:focus, fieldset[disabled] .icons-inverse:active, fieldset[disabled] .icons-inverse.active {
  background-color: #d1d646;
  border-color: #ccd131;
}
.icons-inverse .badge {
  color: #d1d646;
  background-color: #fff;
}
.icons-inverse.icons-primary:hover {
  color: #f1521b;
  background: transparent;
}
.icons-inverse.icons-success:hover {
  color: #dff0d8;
  background: transparent;
}
.icons-inverse.icons-info:hover {
  color: #d9edf7;
  background: transparent;
}
.icons-inverse.icons-danger:hover {
  color: #f2dede;
  background: transparent;
}
.icons-inverse.icons-warning:hover {
  color: #fcf8e3;
  background: transparent;
}

.light-style .icons {
  background-color: #fff;
  color: #f1521b;
}
.light-style .icons:hover {
  color: #f1521b;
  background-color: #f2f2f2;
}
.light-style .icons-bodered {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.light-style .icons-bodered:hover {
  border: 1px solid #f2f2f2;
  color: #f2f2f2;
  background-color: transparent;
}
.light-style .icons-plain {
  background-color: transparent;
  color: #fff;
}
.light-style .icons-plain:hover {
  background-color: transparent;
  color: #f1521b;
}

.icons-default {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.icons-default:hover, .icons-default:focus, .icons-default.focus, .icons-default:active, .icons-default.active, .open > .icons-default.dropdown-toggle {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.icons-default:active, .icons-default.active, .open > .icons-default.dropdown-toggle {
  background-image: none;
}
.icons-default.disabled, .icons-default.disabled:hover, .icons-default.disabled:focus, .icons-default.disabled.focus, .icons-default.disabled:active, .icons-default.disabled.active, .icons-default[disabled], .icons-default[disabled]:hover, .icons-default[disabled]:focus, .icons-default[disabled].focus, .icons-default[disabled]:active, .icons-default[disabled].active, fieldset[disabled] .icons-default, fieldset[disabled] .icons-default:hover, fieldset[disabled] .icons-default:focus, fieldset[disabled] .icons-default.focus, fieldset[disabled] .icons-default:active, fieldset[disabled] .icons-default.active {
  background-color: #fff;
  border-color: #fff;
}
.icons-default .badge {
  color: #fff;
  background-color: #000;
}

.icons-primary {
  color: #fff;
  background-color: #f1521b;
  border-color: #f1521b;
}
.icons-primary:hover, .icons-primary:focus, .icons-primary.focus, .icons-primary:active, .icons-primary.active, .open > .icons-primary.dropdown-toggle {
  color: #fff;
  background-color: #cc3e0d;
  border-color: #c33b0c;
}
.icons-primary:active, .icons-primary.active, .open > .icons-primary.dropdown-toggle {
  background-image: none;
}
.icons-primary.disabled, .icons-primary.disabled:hover, .icons-primary.disabled:focus, .icons-primary.disabled.focus, .icons-primary.disabled:active, .icons-primary.disabled.active, .icons-primary[disabled], .icons-primary[disabled]:hover, .icons-primary[disabled]:focus, .icons-primary[disabled].focus, .icons-primary[disabled]:active, .icons-primary[disabled].active, fieldset[disabled] .icons-primary, fieldset[disabled] .icons-primary:hover, fieldset[disabled] .icons-primary:focus, fieldset[disabled] .icons-primary.focus, fieldset[disabled] .icons-primary:active, fieldset[disabled] .icons-primary.active {
  background-color: #f1521b;
  border-color: #f1521b;
}
.icons-primary .badge {
  color: #f1521b;
  background-color: #fff;
}

.icons-success {
  color: #fff;
  background-color: #dff0d8;
  border-color: #dff0d8;
}
.icons-success:hover, .icons-success:focus, .icons-success.focus, .icons-success:active, .icons-success.active, .open > .icons-success.dropdown-toggle {
  color: #fff;
  background-color: #c1e2b3;
  border-color: #bbdfac;
}
.icons-success:active, .icons-success.active, .open > .icons-success.dropdown-toggle {
  background-image: none;
}
.icons-success.disabled, .icons-success.disabled:hover, .icons-success.disabled:focus, .icons-success.disabled.focus, .icons-success.disabled:active, .icons-success.disabled.active, .icons-success[disabled], .icons-success[disabled]:hover, .icons-success[disabled]:focus, .icons-success[disabled].focus, .icons-success[disabled]:active, .icons-success[disabled].active, fieldset[disabled] .icons-success, fieldset[disabled] .icons-success:hover, fieldset[disabled] .icons-success:focus, fieldset[disabled] .icons-success.focus, fieldset[disabled] .icons-success:active, fieldset[disabled] .icons-success.active {
  background-color: #dff0d8;
  border-color: #dff0d8;
}
.icons-success .badge {
  color: #dff0d8;
  background-color: #fff;
}

.icons-info {
  color: #fff;
  background-color: #d9edf7;
  border-color: #d9edf7;
}
.icons-info:hover, .icons-info:focus, .icons-info.focus, .icons-info:active, .icons-info.active, .open > .icons-info.dropdown-toggle {
  color: #fff;
  background-color: #afd9ee;
  border-color: #a6d5ec;
}
.icons-info:active, .icons-info.active, .open > .icons-info.dropdown-toggle {
  background-image: none;
}
.icons-info.disabled, .icons-info.disabled:hover, .icons-info.disabled:focus, .icons-info.disabled.focus, .icons-info.disabled:active, .icons-info.disabled.active, .icons-info[disabled], .icons-info[disabled]:hover, .icons-info[disabled]:focus, .icons-info[disabled].focus, .icons-info[disabled]:active, .icons-info[disabled].active, fieldset[disabled] .icons-info, fieldset[disabled] .icons-info:hover, fieldset[disabled] .icons-info:focus, fieldset[disabled] .icons-info.focus, fieldset[disabled] .icons-info:active, fieldset[disabled] .icons-info.active {
  background-color: #d9edf7;
  border-color: #d9edf7;
}
.icons-info .badge {
  color: #d9edf7;
  background-color: #fff;
}

.icons-warning {
  color: #fff;
  background-color: #fcf8e3;
  border-color: #fcf8e3;
}
.icons-warning:hover, .icons-warning:focus, .icons-warning.focus, .icons-warning:active, .icons-warning.active, .open > .icons-warning.dropdown-toggle {
  color: #fff;
  background-color: #f7ecb5;
  border-color: #f6eaac;
}
.icons-warning:active, .icons-warning.active, .open > .icons-warning.dropdown-toggle {
  background-image: none;
}
.icons-warning.disabled, .icons-warning.disabled:hover, .icons-warning.disabled:focus, .icons-warning.disabled.focus, .icons-warning.disabled:active, .icons-warning.disabled.active, .icons-warning[disabled], .icons-warning[disabled]:hover, .icons-warning[disabled]:focus, .icons-warning[disabled].focus, .icons-warning[disabled]:active, .icons-warning[disabled].active, fieldset[disabled] .icons-warning, fieldset[disabled] .icons-warning:hover, fieldset[disabled] .icons-warning:focus, fieldset[disabled] .icons-warning.focus, fieldset[disabled] .icons-warning:active, fieldset[disabled] .icons-warning.active {
  background-color: #fcf8e3;
  border-color: #fcf8e3;
}
.icons-warning .badge {
  color: #fcf8e3;
  background-color: #fff;
}

.icons-danger {
  color: #fff;
  background-color: #f2dede;
  border-color: #f2dede;
}
.icons-danger:hover, .icons-danger:focus, .icons-danger.focus, .icons-danger:active, .icons-danger.active, .open > .icons-danger.dropdown-toggle {
  color: #fff;
  background-color: #e4b9b9;
  border-color: #e1b2b2;
}
.icons-danger:active, .icons-danger.active, .open > .icons-danger.dropdown-toggle {
  background-image: none;
}
.icons-danger.disabled, .icons-danger.disabled:hover, .icons-danger.disabled:focus, .icons-danger.disabled.focus, .icons-danger.disabled:active, .icons-danger.disabled.active, .icons-danger[disabled], .icons-danger[disabled]:hover, .icons-danger[disabled]:focus, .icons-danger[disabled].focus, .icons-danger[disabled]:active, .icons-danger[disabled].active, fieldset[disabled] .icons-danger, fieldset[disabled] .icons-danger:hover, fieldset[disabled] .icons-danger:focus, fieldset[disabled] .icons-danger.focus, fieldset[disabled] .icons-danger:active, fieldset[disabled] .icons-danger.active {
  background-color: #f2dede;
  border-color: #f2dede;
}
.icons-danger .badge {
  color: #f2dede;
  background-color: #fff;
}

.icons-color {
  background-color: #d9edf7;
  color: #fff;
}
.icons-color:hover {
  background-color: #bee0f1;
  color: #fff;
}
.icons-color.icon-twitter {
  background-color: #00bdec;
}
.icons-color.icon-twitter:hover {
  background-color: #00a2cb;
}
.icons-color.icon-facebook {
  background-color: #3b5998;
}
.icons-color.icon-facebook:hover {
  background-color: #324b80;
}
.icons-color.icon-linkedin {
  background-color: #ce3d99;
}
.icons-color.icon-linkedin:hover {
  background-color: #bb2f88;
}
.icons-color.icon-files-o {
  background-color: #ccca3e;
}
.icons-color.icon-files-o:hover {
  background-color: #b8b631;
}
.icons-color.icon-google-plus {
  background-color: #ce3d3d;
}
.icons-color.icon-google-plus:hover {
  background-color: #bb2f2f;
}
.icons-color.icon-dribbble {
  background-color: #3ebacc;
}
.icons-color.icon-dribbble:hover {
  background-color: #31a7b8;
}
.icons-color.icon-behance {
  background-color: #d2230c;
}
.icons-color.icon-behance:hover {
  background-color: #b31e0a;
}
.icons-color.icon-deviantart {
  background-color: #cc3eb3;
}
.icons-color.icon-deviantart:hover {
  background-color: #b831a0;
}
.icons-color.icon-tumblr {
  background-color: #c5fb45;
}
.icons-color.icon-tumblr:hover {
  background-color: #bbfa25;
}
.icons-color.icon-rss {
  background-color: #cc873e;
}
.icons-color.icon-rss:hover {
  background-color: #b87631;
}
.icons-color.icon-apple {
  background-color: #3ecc6d;
}
.icons-color.icon-apple:hover {
  background-color: #31b85e;
}
.icons-color.icon-linux {
  background-color: #5c3ecc;
}
.icons-color.icon-linux:hover {
  background-color: #4d31b8;
}
.icons-color.icon-vk {
  background-color: #f7cc06;
}
.icons-color.icon-vk:hover {
  background-color: #d7b105;
}
.icons-color.icon-github {
  background-color: #f9af50;
}
.icons-color.icon-github:hover {
  background-color: #f8a030;
}
.icons-color.icon-html5 {
  background-color: #f95060;
}
.icons-color.icon-html5:hover {
  background-color: #f83043;
}
.icons-color.icon-yahoo {
  background-color: #f950b7;
}
.icons-color.icon-yahoo:hover {
  background-color: #f830aa;
}
.icons-color.icon-youtube {
  background-color: #fc2736;
}
.icons-color.icon-youtube:hover {
  background-color: #fc0618;
}
.icons-color.icon-flickr {
  background-color: #276dfc;
}
.icons-color.icon-flickr:hover {
  background-color: #0657fc;
}

/* --- SCSS For Table --- */
.table {
  margin-bottom: 0;
  font-size: 16px;
}

.table > thead > tr > th {
  border-width: 1px;
  color: #444444;
  font-weight: 600;
}

.table > tbody > tr > td {
  color: #666666;
  vertical-align: middle;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: medium none;
}
.table-v1 {
  border: 1px solid #eaeaea;
}
.table-v1 > thead > tr > th, .table-v1 > thead > tr td,
.table-v1 > tbody > tr > th,
.table-v1 > tbody > tr td,
.table-v1 > tfoot > tr > th,
.table-v1 > tfoot > tr td {
  text-align: center;
}
.table-v2 {
  border: 1px solid #eaeaea;
}
.table-v2 > thead,
.table-v2 > th {
  border-bottom: 2px solid #eaeaea;
  background: #fcfcfc;
}
.table-v2 > tbody > tr > th, .table-v2 > tbody > tr td,
.table-v2 > tfoot > tr > th,
.table-v2 > tfoot > tr td {
  border: 1px solid #eaeaea;
}
.table-v3 {
  border: 0;
}
.table-v3 > thead,
.table-v3 > th {
  border: 0;
  background: #fcfcfc;
}
.table-v3 > tbody > tr > th, .table-v3 > tbody > tr td,
.table-v3 > tfoot > tr > th,
.table-v3 > tfoot > tr td {
  border: 0;
}
.table-v3 > tbody tr:nth-child(even),
.table-v3 > tfoot tr:nth-child(even) {
  background: #f9f9f9;
}
.table-v3 > tbody tr:nth-child(odd),
.table-v3 > tfoot tr:nth-child(odd) {
  background: #FFF;
}
.table-v4 > thead,
.table-v4 > th {
  border-bottom: 2px solid #eaeaea;
}
.table-v4 > tbody > tr > th, .table-v4 > tbody > tr td,
.table-v4 > tfoot > tr > th,
.table-v4 > tfoot > tr td {
  border-top: 1px solid #eaeaea;
}

.table-striped.table-striped-v1 thead {
  background: none repeat scroll 0 0 #dddddd;
}

.table-striped.table-striped-v1 > thead > tr > th {
  border-bottom: medium none;
}

.table-striped.table-striped-v1 > tbody > tr:nth-child(2n+1) > td, .table-striped.table-striped-v1 > tbody > tr:nth-child(2n+1) > th {
  background: inherit;
}

.table-striped.table-striped-v1 > tbody > tr:nth-child(2n+2) > td, .table-striped.table-striped-v1 > tbody > tr:nth-child(2n+2) > th {
  background: none repeat scroll 0 0 #f6f6f6;
}

.table-striped.table-striped-v2 {
  border: 1px solid #dddddd;
}

.table-striped.table-striped-v2 > thead > tr > th, .table-striped.table-striped-v2 > thead > tr td,
.table-striped.table-striped-v2 > tbody > tr > th,
.table-striped.table-striped-v2 > tbody > tr td,
.table-striped.table-striped-v2 > tfoot > tr > th,
.table-striped.table-striped-v2 > tfoot > tr td {
  border-top: 1px solid #dddddd;
}

.table-striped.table-striped-v2 > tbody > tr:nth-child(2n+1) > td, .table-striped.table-striped-v2 > tbody > tr:nth-child(2n+1) > th {
  background: inherit;
}

/* --- SCSS For Tabs --- */
/* tabs style 1 */
.nav-tabs > li {
  float: none;
  display: inline-block;
  margin: 0 -2px;
  z-index: 5;
}

.tab-v1 .nav-tabs > li > a {
  color: #363636;
  border-radius: 0;
  padding: 13px 96px;
  background: transparent;
  font-size: 20px;
  border-color: #eaeaea;
  border-width: 0 2px 0 0;
  border-style: solid;
  font-weight: bold;
}
.tab-v1 .nav-tabs > li.active > a {
  color: #FFFFFF;
  background: #143659;
  border-top: 0;
}
.tab-v1 .nav-tabs > li:last-child a {
  border-width: 0;
}
.tab-v1 .tab-content {
  padding: 15px 20px;
  border-top: 2px solid #eaeaea;
}

/* tabs style 2 */
.tab-v2 .tab-content {
  overflow: hidden;
  padding: 15px 20px;
  background: #FFFFFF;
}
.tab-v2 > .nav-tabs {
  border-bottom: none;
}
.tab-v2 > .nav-tabs > li {
  float: none;
}
.tab-v2 > .nav-tabs > li > a {
  color: #363636;
  border: none;
  border-radius: 0;
  margin: 0 0 2px 0;
  background: transparent;
  text-transform: uppercase;
  padding: 5px 20px;
}
.tab-v2 > .nav-tabs > li.active > a {
  color: #FFFFFF;
  border-radius: 3px;
  background: #f1521b;
  border: 0;
}
.tab-v2.tabs-left > .nav-tabs {
  float: left;
}
.tab-v2.tabs-right > .nav-tabs {
  float: right;
}

/*Tab v3
------------------------------------*/
.tab-v3 > .nav-tabs {
  border-bottom: none;
}
.tab-v3 > .nav-tabs > li {
  float: none;
  margin-bottom: -3px;
  margin-right: -2px;
  display: block;
}
.tab-v3 > .nav-tabs > li > a {
  color: #363636;
  min-width: 75px;
  border-radius: 0;
  margin: 0 1px 2px 0;
  padding: 20px;
  background: transparent;
  border: 1px solid #eaeaea;
}
.tab-v3 > .nav-tabs > li.active > a {
  border: 1px solid #eaeaea;
  background: #f1521b;
  border-right: 0;
  color: #FFFFFF;
}
.tab-v3 .tab-content {
  overflow: hidden;
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #eaeaea;
}
.tab-v3.tabs-left > .nav-tabs {
  float: left;
}
.tab-v3.tabs-right > .nav-tabs {
  float: right;
}

/*Tab v4
------------------------------------*/
.tab-v4 .nav-tabs {
  margin-bottom: 12px;
}
.tab-v4 .nav-tabs > li > a {
  color: #363636;
  border-radius: 0;
  padding: 15px 25px;
  background: transparent;
  border: 1px solid #eaeaea;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.tab-v4 .nav-tabs > li > a:hover {
  color: #f1521b;
}
.tab-v4 .nav-tabs > li.active > a {
  color: #FFFFFF;
  background: #f1521b;
  border: 1px solid #f1521b;
}
.tab-v4 .tab-content {
  margin: 20px 0;
}
.tab-v4.none-border .nav-tabs:after {
  border-top: none;
}

/*Tab v5
------------------------------------*/
.tab-v5 .nav-tabs {
  border-bottom: none;
}
.tab-v5 .nav-tabs > li > a {
  color: #363636;
  border: none;
  border-radius: 0;
  background: transparent;
  margin-right: 2px;
  padding: 25px;
  border-top: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.tab-v5 .nav-tabs > li.active > a {
  color: #222;
  border: none;
  background: #FFFFFF;
  border-top: 2px solid #000000;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.tab-v5 > .tab-content {
  padding: 15px 20px;
  border: 1px solid #eaeaea;
}

/*Tab v6
------------------------------------*/
.tab-v6 .tab-heading {
  overflow: hidden;
  background: #FFFFFF;
  padding: 10px 20px;
  border-top: 2px solid #000000;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.tab-v6 h2.category {
  margin: 0;
  float: left;
  text-transform: uppercase;
}
.tab-v6 .nav-tabs {
  float: right;
  border-bottom: none;
}
.tab-v6 .nav-tabs > li > a {
  color: #000000;
  border: none;
  border-radius: 0;
  padding: 25px;
}
.tab-v6 .nav-tabs > li.active > a {
  color: red;
  color: #222;
}
.tab-v6 .nav-tabs > li.active > a:hover, .tab-v6 .nav-tabs > li.active > a:focus {
  color: red;
}
.tab-v6 .nav-tabs > li.active > a:hover, .tab-v6 .nav-tabs > li.active > a:focus {
  border: none;
  color: red;
}
.tab-v6 .nav-tabs > li > a:hover {
  background: inherit;
}
.tab-v6 .tab-content {
  padding: 15px 20px;
  border: 1px solid #eaeaea;
}

/*Tab v7
------------------------------------*/
.tab-v7 .nav-tabs {
  border-bottom: none;
}
.tab-v7 .nav-tabs > li > a {
  color: #363636;
  border: none;
  border-radius: 0;
  padding: 25px;
  background: transparent;
  border: 1px solid #eaeaea;
}
.tab-v7 .nav-tabs > li > a:hover {
  color: #f1521b;
}
.tab-v7 .nav-tabs > li.active > a {
  color: #FFFFFF;
  border: none;
  background: #f1521b;
  border: 1px solid #f1521b;
}
.tab-v7 .tab-content {
  margin: 20px 0;
}

/* --- SCSS For Team --- */
/* our team */
[class*="team-v"] {
  text-align: center;
  border: 1px solid #eaeaea;
}
[class*="team-v"] [class^="bo-social-"] {
  margin: 0;
}
[class*="team-v"] .team-name {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 10px 0;
}
[class*="team-v"].team-v1 {
  position: relative;
  overflow: hidden;
}
[class*="team-v"].team-v1 .team-body {
  padding: 20px 0;
  background: #FFFFFF;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
[class*="team-v"].team-v1 .team-info {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  margin: 0;
  padding: 20px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
[class*="team-v"].team-v1:hover .team-body {
  -webkit-transform: translateY(-85%);
  -ms-transform: translateY(-85%);
  -o-transform: translateY(-85%);
  transform: translateY(-85%);
}
[class*="team-v"].team-v1:hover .team-info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
[class*="team-v"].team-light {
  background: #9c2f0a;
  border: 3px solid #6c2107;
}
[class*="team-v"].team-light .team-header {
  padding: 50px;
}
[class*="team-v"].team-light .team-body {
  color: #fff;
  padding: 0;
}
[class*="team-v"].team-light .team-name {
  margin-top: 0;
}
[class*="team-v"].team-light .team-body-content {
  padding-bottom: 20px;
}
[class*="team-v"].team-light .team-social-icons {
  padding: 20px 0;
  border-top: 1px solid #6c2107;
}

.team-list {
  margin-bottom: 50px;
}
.team-list .team-name {
  font-size: 18px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  position: relative;
}
.team-list .team-name:after {
  bottom: 0;
  left: 0;
  content: "";
  background: #f1521b;
  width: 30px;
  height: 2px;
  position: absolute;
}
.team-list .team-position {
  text-transform: uppercase;
  color: #f1521b;
  font-weight: 800;
  margin-bottom: 25px;
}
.team-list .team-info {
  margin-bottom: 15px;
}
.team-list .bo-social-icons {
  text-align: left;
}
.team-list .bo-social-icons [class*="bo-social-"] {
  margin: 0;
}

.team-gallery {
  background: #FFF;
}
.team-gallery .team-header {
  position: relative;
  text-align: center;
}
.team-gallery .team-header:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: rgba(0, 0, 0, 0.6);
}
.team-gallery .team-name {
  font-size: 14px;
  margin-top: 0;
  text-transform: uppercase;
}
.team-gallery .team-gallery-box {
  top: 0;
  left: 0;
  width: 80%;
  right: 0;
  height: 50%;
  bottom: 0;
  margin: auto;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.team-gallery .team-info {
  color: #FFFFFF;
}
.team-gallery .team-position {
  color: #999999;
  margin-bottom: 0;
}
.team-gallery .team-body-content {
  padding: 30px;
  position: relative;
}
.team-gallery .team-body-content:before {
  content: "";
  right: 0;
  width: 1px;
  height: 50px;
  position: absolute;
  background: #f1521b;
}
.team-gallery:hover .team-header:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.team-gallery:hover .team-gallery-box {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* --- SCSS For Testimonials --- */
[class^="testimonials-v"] h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}
[class^="testimonials-v"] .testimonials-profile {
  margin: 10px 0;
}
[class^="testimonials-v"] .testimonials-profile .name {
  margin: 5px 0;
}
[class^="testimonials-v"] .testimonials-profile .job {
  font-size: 13px;
  font-style: italic;
}
[class^="testimonials-v"].light-style {
  color: #fff;
}
[class^="testimonials-v"].light-style h2 {
  color: #fff;
}
[class^="testimonials-v"].light-style .name, [class^="testimonials-v"].light-style .job, [class^="testimonials-v"].light-style .testimonials-quote {
  color: #fff;
}

.testimonials-left .testimonials-profile {
  text-align: left;
}
.rtl .testimonials-left .testimonials-profile {
  text-align: right;
}
.testimonials-left .testimonials-avatar {
  float: left;
  width: 60px;
  height: auto;
  margin-right: 15px;
}
.rtl .testimonials-left .testimonials-avatar {
  float: right;
}
.rtl .testimonials-left .testimonials-avatar {
  margin-left: 15px;
  margin-right: inherit;
}

.testimonials-center .testimonials-profile {
  text-align: center;
}
.testimonials-center .testimonials-avatar {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
  height: auto;
}

.testimonials-right .testimonials-profile {
  text-align: right;
}
.rtl .testimonials-right .testimonials-profile {
  text-align: left;
}
.testimonials-right .testimonials-avatar {
  float: right;
  margin-left: 15px;
  width: 60px;
  height: auto;
}
.rtl .testimonials-right .testimonials-avatar {
  float: left;
}
.rtl .testimonials-right .testimonials-avatar {
  margin-right: 15px;
  margin-left: inherit;
}

/* testimonials-style */
.testimonials-v1 .testimonials-quote {
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
}
.testimonials-v1 .testimonials-quote:after {
  bottom: -28px;
  color: #f3f3f3;
  content: "\f0d7";
  font-family: "FontAwesome";
  font-size: 30px;
  margin-left: -15px;
  position: absolute;
  text-align: center;
}
.rtl .testimonials-v1 .testimonials-quote:after {
  margin-right: -15px;
  margin-left: inherit;
}
.testimonials-v1 .testimonials-left .testimonials-quote:after {
  left: 30px;
}
.rtl .testimonials-v1 .testimonials-left .testimonials-quote:after {
  right: 30px;
  left: auto;
}
.testimonials-v1 .testimonials-center .testimonials-quote:after {
  left: 50%;
}
.rtl .testimonials-v1 .testimonials-center .testimonials-quote:after {
  right: 50%;
  left: auto;
}
.testimonials-v1 .testimonials-right .testimonials-quote:after {
  right: 20px;
}
.rtl .testimonials-v1 .testimonials-right .testimonials-quote:after {
  left: 20px;
  right: auto;
}
.testimonials-v1.light-style .testimonials-quote {
  color: #555;
}

/* testimonials-v2 */
.testimonials-v2.testimonials h2 {
  text-align: center;
  text-transform: uppercase;
}

.testimonials-v2 .testimonials-avatar {
  float: left;
  margin-right: 15px;
  width: 120px;
  height: auto;
}
.rtl .testimonials-v2 .testimonials-avatar {
  float: right;
}
.rtl .testimonials-v2 .testimonials-avatar {
  margin-left: 15px;
  margin-right: inherit;
}

/* testimonials slide */
.testimonials-slide .testimonials-carousel {
  padding: 0 18%;
}
.testimonials-slide.light-style {
  color: #fff;
}
.testimonials-slide.light-style h2 {
  color: #fff;
}
.testimonials-slide.light-style .name, .testimonials-slide.light-style .job, .testimonials-slide.light-style .testimonials-quote {
  color: #fff;
}

.testimonials-carousel .carousel-indicators {
  bottom: -50px;
}

.testimonials-v4 {
  position: relative;
  padding: 30px 30px 30px 60px;
  border: 1px solid #eaeaea;
}
.testimonials-v4 .testimonials-description {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
}
.testimonials-v4 .testimonials-avatar {
  padding: 3px;
  top: 30px;
  left: -39px;
  background: #FFF;
  position: absolute;
  width: 78px;
  height: 78px;
  border: 1px solid #f1521b;
}
.testimonials-v4 .testimonials-name {
  text-transform: uppercase;
}
.testimonials-v4 .testimonials-position,
.testimonials-v4 .testimonials-name {
  padding: 0 0 0 30px;
}
.testimonials-v4:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #f1521b;
  position: absolute;
  top: -1px;
  left: -1px;
}

.testimonials-v5 {
  display: table;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
.testimonials-v5 .testimonials-body {
  display: table-cell;
  background: #FFF;
  padding: 30px 60px;
  text-align: left;
  position: relative;
  width: 93%;
  vertical-align: middle;
}
.testimonials-v5 .testimonials-body:before {
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  background: #f1521b;
  width: 3px;
  height: 100%;
}
.testimonials-v5 .testimonials-avatar {
  display: table-cell;
  vertical-align: top;
  width: 7%;
}
.testimonials-v5 .testimonials-avatar li:last-child img {
  margin-bottom: 0;
}
.testimonials-v5 .testimonials-avatar li.active a:before {
  display: none;
}
.testimonials-v5 .testimonials-avatar a {
  display: block;
  position: relative;
}
.testimonials-v5 .testimonials-avatar a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.testimonials-v5 .testimonials-avatar img {
  margin: 0 0px 4px 4px;
}
.testimonials-v5 .testimonials-position {
  padding: 0 0 0 30px;
}
.testimonials-v5 .testimonials-name {
  text-transform: uppercase;
  padding: 0 0 0 30px;
  position: relative;
}
.testimonials-v5 .testimonials-name:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: #f1521b;
  width: 23px;
  height: 1px;
}
.testimonials-v5 .testimonials-description {
  color: #999999;
  font-style: italic;
  font-size: 20px;
  font-weight: 300;
}

.testimonials-v6 {
  text-align: center;
}
.testimonials-v6 .testimonials-description {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}
.testimonials-v6 .testimonials-avatar {
  margin-bottom: 20px;
}
.testimonials-v6 .testimonials-avatar li a {
  display: inline-block;
  border: 1px solid #f1521b;
  padding: 3px;
}
.testimonials-v6 .testimonials-name {
  text-transform: uppercase;
}

/* --- SCSS For Timeline --- */
.timeline {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}
.timeline:before {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  height: 100%;
  margin: auto;
  width: 2px;
  position: absolute;
  background: #eaeaea;
}
.timeline-icon {
  margin: 0 auto;
  padding: 8px;
  z-index: 1;
  position: relative;
  background: #FFF;
  float: left;
  color: #FFF;
  width: 140px;
  height: 140px;
  border: 2px solid #eaeaea;
}
.timeline-icon-inner {
  margin: auto;
  display: table;
  text-align: center;
  background: #dff0d8;
  width: 120px;
  height: 120px;
}
.timeline-icon i {
  display: table-cell;
  vertical-align: middle;
}
.timeline-box {
  float: left;
  margin-left: 30px;
  padding: 30px;
  background: transparent;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.timeline-box:hover {
  background: #F7F7F7;
}
.timeline-name {
  text-transform: uppercase;
}

/* --- SCSS For Typography --- */
.dropcap {
  color: #000;
  float: left;
  font-weight: 800;
  line-height: 48px;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  text-transform: uppercase;
  text-align: center;
  font-size: 48px;
}
.dropcap.dropcap-v2 {
  color: #fff;
  background: #f1521b;
}
.dropcap.dropcap-info {
  background: #d9edf7;
}
.dropcap.dropcap-danger {
  background: #f2dede;
}
.dropcap.dropcap-success {
  background: #dff0d8;
}
.dropcap.dropcap-warning {
  background: #fcf8e3;
}

/*Dropcap v2*/
.blockquote {
  position: relative;
  font-weight: 300;
  font-style: italic;
}
.blockquote i.blockquote-icon {
  top: 50%;
  color: #FFFFFF;
  width: 34px;
  height: 34px;
  padding: 7px;
  font-size: 14px;
  line-height: 22px;
  margin-top: -15px;
  text-align: center;
  position: absolute;
  background: #f1521b;
  display: inline-block;
}
.blockquote.blockquote-left i {
  left: 17px;
  margin-right: 10px;
}
.blockquote.blockquote-right {
  border-left: none;
  padding-left: 30px;
  padding-right: 20px;
}
.blockquote.blockquote-right i {
  right: 17px;
  margin-left: 10px;
}
.blockquote.blockquote-right .blockquote-in {
  margin-right: 45px;
}
.blockquote.blockquote-brd {
  padding: 15px;
  border: 1px solid #ccc;
}
.blockquote.blockquote-brd i {
  color: #000000;
  top: 30px;
  left: 25px;
  position: absolute;
}
.blockquote.blockquote-brd .blockquote-in {
  margin-left: 45px;
}
.blockquote.blockquote-info {
  border-left-color: #d9edf7;
}
.blockquote.blockquote-danger {
  border-left-color: #f2dede;
}
.blockquote.blockquote-success {
  border-left-color: #dff0d8;
}
.blockquote.blockquote-warning {
  border-left-color: #fcf8e3;
}

.buttons {
  padding: 20px 0;
}
.buttons:before, .buttons:after {
  content: " ";
  display: table;
}
.buttons:after {
  clear: both;
}
.buttons .left {
  float: left;
}
.rtl .buttons .left {
  float: right;
}
.buttons .right {
  float: right;
}
.rtl .buttons .right {
  float: left;
}

.checkbox, .radio {
  padding-left: 20px;
}
.rtl .checkbox, .rtl .radio {
  padding-right: 20px;
  padding-left: inherit;
}

.review-form-width {
  background-color: #fff;
  margin: 10% auto;
  max-width: 600px;
  position: relative;
  z-index: 999999;
  background-color: #fff;
  padding: 30px 20px;
}

/******************************************************
 * $package Pav Opencart Theme Framework for Opencart 1.5.x
 * $version 1.1
 * $author http://www.pavothemes.com
 * $copyright   Copyright (C) Augus 2013 PavoThemes.com <$emai:pavothemes$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
body.layout-fullwidth {
  background-color: #f4f4f4;
}
body.layout-boxed-lg #page {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f4f4f4;
}

.common-home.version-3 {
  background-image: url("../../image/bg-h3.jpg");
  background-repeat: no-repeat;
  background-color: #373737;
  background-position: center top;
}

#page {
  overflow: hidden;
  -webkit-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
}

/*
* HEADER 
*/
#topbar {
  font-size: 12px;
  font-family: "Poppins Light", sans-serif;
  line-height: 42px;
}
#topbar .container {
  background: #212121;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#topbar a {
  color: #999;
  padding: 3px 5px;
}
#topbar a:hover {
  color: #f1521b;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#topbar .dropdown {
  position: relative;
}
#topbar .dropdown img {
  vertical-align: inherit;
  margin-right: 5px;
}
.rtl #topbar .dropdown img {
  margin-left: 5px;
  margin-right: inherit;
}
#topbar .dropdown .dropdown-toggle {
  width: auto;
  color: #999;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  font-family: "Poppins Light", sans-serif;
  font-size: 12px;
}
#topbar .dropdown:hover .dropdown-toggle {
  color: #f1521b;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background: transparent;
}
#topbar .dropdown > .dropdown-menu {
  left: -15px;
  right: auto;
  top: 130%;
  margin: -1px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  border: medium none;
  display: block;
  margin-top: 0;
  min-width: 150px;
  padding: 0;
  position: absolute;
  visibility: hidden;
  z-index: 999;
}
.rtl #topbar .dropdown > .dropdown-menu {
  right: -15px;
  left: auto;
}
.rtl #topbar .dropdown > .dropdown-menu {
  left: auto;
  right: auto;
}
#topbar .dropdown > .dropdown-menu button {
  color: #999;
  text-align: left;
  padding: 3px 14px;
}
.rtl #topbar .dropdown > .dropdown-menu button {
  text-align: right;
}
#topbar .dropdown > .dropdown-menu button:hover {
  color: #f1521b;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
#topbar .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
}

.call-top b {
  color: #363636;
  font-family: "Poppins Medium", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
}
.call-top span {
  float: right;
  color: #adafac;
  font-size: 11px;
  font-family: "Poppins Light", sans-serif;
  line-height: 16px;
}
.rtl .call-top span {
  float: left;
}
.call-top span span {
  color: #f1521b;
  float: none;
}
.call-top strong {
  background: transparent;
  color: #f1521b;
  font-size: 28px;
  line-height: 36px;
  width: 36px;
  height: 36px;
}

.header-inner {
  background-image: url("../../image/bg-header.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

.header-wrap {
  background-image: url("../../image/bg-header-h3.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}
.header-wrap #header-main {
  padding: 32px 0;
}
.header-wrap #header-bottom {
  background: rgba(22, 16, 11, 0.5);
}
.header-wrap #header-bottom #pav-megamenu .navbar-nav > li {
  border-right: 0;
}
.rtl .header-wrap #header-bottom #pav-megamenu .navbar-nav > li {
  border-left: 0;
  border-right: inherit;
}
.header-wrap #header-bottom .top-verticalmenu .menu-heading {
  background: #272216;
}

#header-layout {
  position: relative;
}

#header-main {
  padding: 35px 0 50px;
}

#header-center {
  background-image: url("../../image/bg-menu.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  min-height: 61px;
}
#header-center .container {
  background-image: -webkit-linear-gradient(top, #1cba37 0%, #15972b 100%);
  background-image: -o-linear-gradient(top, #1cba37 0%, #15972b 100%);
  background-image: linear-gradient(to bottom, #1cba37 0%, #15972b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1CBA37', endColorstr='#FF15972B', GradientType=0);
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 3px;
}

#header-layout .logo {
  display: inline-block;
  text-align: center;
}
#header-layout .logo > img {
  display: inline-block;
}
#header-layout #logo-theme a {
  background-image: url("../../image/logo.png");
  display: inline-block;
  background-repeat: no-repeat;
  width: 152px;
  height: 41px;
}
#header-layout #logo-theme a span {
  display: none;
}
#header-layout.header-v2 #logo-theme a {
  background-image: url("../../image/logo2.png");
}
#header-layout.header-v3 #logo-theme a {
  background-image: url("../../image/logo3.png");
}
#header-layout.header-v4 #logo-theme a {
  background-image: url("../../image/logo4.png");
}
#header-layout.header-v5 #logo-theme a {
  background-image: url("../../image/logo5.png");
}
#header-layout.header-v6 #logo-theme a {
  background-image: url("../../image/logo6.png");
}

.header-v1 #topbar .container-inner {
  padding: 0 15px;
}

.textlight-menu #pav-megamenu .navbar-nav > li > a {
  color: #FFFFFF;
}
.textlight-menu #pav-megamenu .navbar-nav > li > a:hover, .textlight-menu #pav-megamenu .navbar-nav > li > a:focus, .textlight-menu #pav-megamenu .navbar-nav > li > a:active {
  color: #FFFFFF;
}
.textlight-menu #pav-megamenu .navbar-nav > li > a:hover:before, .textlight-menu #pav-megamenu .navbar-nav > li > a:focus:before, .textlight-menu #pav-megamenu .navbar-nav > li > a:active:before {
  background: #FFFFFF;
}
.textlight-menu #pav-megamenu .navbar-nav > li > a:hover span, .textlight-menu #pav-megamenu .navbar-nav > li > a:hover .caret, .textlight-menu #pav-megamenu .navbar-nav > li > a:hover .caret:before, .textlight-menu #pav-megamenu .navbar-nav > li > a:focus span, .textlight-menu #pav-megamenu .navbar-nav > li > a:focus .caret, .textlight-menu #pav-megamenu .navbar-nav > li > a:focus .caret:before, .textlight-menu #pav-megamenu .navbar-nav > li > a:active span, .textlight-menu #pav-megamenu .navbar-nav > li > a:active .caret, .textlight-menu #pav-megamenu .navbar-nav > li > a:active .caret:before {
  color: #FFFFFF;
}
.textlight-menu #pav-megamenu .navbar-nav > li:hover > a .caret, .textlight-menu #pav-megamenu .navbar-nav > li:active > a .caret {
  color: #FFFFFF;
}
.textlight-menu #pav-megamenu .dropdown:hover > a {
  color: #363636;
}

.textdark-menu #pav-megamenu .navbar-nav > li {
  border-right: 1px solid #e9eede;
}
.rtl .textdark-menu #pav-megamenu .navbar-nav > li {
  border-left: 1px solid #e9eede;
  border-right: inherit;
}
.textdark-menu #pav-megamenu .navbar-nav > li > a {
  color: #363636;
}
.textdark-menu #pav-megamenu .navbar-nav > li > a:hover, .textdark-menu #pav-megamenu .navbar-nav > li > a:focus, .textdark-menu #pav-megamenu .navbar-nav > li > a:active {
  color: #363636;
}
.textdark-menu #pav-megamenu .navbar-nav > li > a:hover:before, .textdark-menu #pav-megamenu .navbar-nav > li > a:focus:before, .textdark-menu #pav-megamenu .navbar-nav > li > a:active:before {
  background: #363636;
}
.textdark-menu #pav-megamenu .navbar-nav > li > a:hover span, .textdark-menu #pav-megamenu .navbar-nav > li > a:hover .caret, .textdark-menu #pav-megamenu .navbar-nav > li > a:hover .caret:before, .textdark-menu #pav-megamenu .navbar-nav > li > a:focus span, .textdark-menu #pav-megamenu .navbar-nav > li > a:focus .caret, .textdark-menu #pav-megamenu .navbar-nav > li > a:focus .caret:before, .textdark-menu #pav-megamenu .navbar-nav > li > a:active span, .textdark-menu #pav-megamenu .navbar-nav > li > a:active .caret, .textdark-menu #pav-megamenu .navbar-nav > li > a:active .caret:before {
  color: #363636;
}
.textdark-menu #pav-megamenu .navbar-nav > li:hover > a .caret, .textdark-menu #pav-megamenu .navbar-nav > li:active > a .caret {
  color: #363636;
}
.textdark-menu #pav-megamenu .navbar-nav > li:last-child {
  border-right: 0;
}
.rtl .textdark-menu #pav-megamenu .navbar-nav > li:last-child {
  border-left: 0;
  border-right: inherit;
}
.textdark-menu #pav-megamenu .dropdown:hover > a {
  color: #363636;
}

.same-style .cart-top .icon-cart {
  display: inline-block;
  height: 30px;
  width: 38px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center bottom;
  border-radius: 0;
}
.same-style .cart-top .cart-inner a {
  line-height: 16px;
}
.same-style .wrap-cart b {
  font-weight: normal;
  font-family: "Poppins Medium", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
.same-style .cart-total {
  color: #adafac;
  font-size: 11px;
}
.same-style #header-main {
  padding: 11px 0;
}

.header-v2 #topbar {
  background: #363636;
}
.header-v2 #topbar .container {
  background: transparent;
}
.header-v2 .cart-top .icon-cart {
  background-image: url("../../image/cart.png");
}
.header-v2 .wrap-cart b {
  color: #363636;
}
.header-v2 #header-bot {
  background: #FFFFFF;
  border-bottom: 1px solid #e9eede;
  border-top: 1px solid #e9eede;
}

.header-v3 #topbar .container {
  background: transparent;
}
.header-v3 #topbar .container .container-inner {
  background: #FFFFFF;
  min-height: 41px;
  padding: 0 15px;
}
.header-v3 .cart-top .icon-cart {
  background-image: url("../../image/cart3.png");
}
.header-v3 .wrap-cart b {
  color: #FFFFFF;
}
.header-v3 .call-top b {
  color: #FFFFFF;
}
.header-v3 .call-top span span {
  color: #f1521b;
  float: none;
}
.header-v3 .call-top strong {
  color: #f1521b;
}
.header-v3 .cart-top {
  padding-right: 50px;
}
.rtl .header-v3 .cart-top {
  padding-left: 50px;
  padding-right: inherit;
}

.header-v4 #topbar {
  background: #1a1a1a;
}
.header-v4 #topbar .container {
  background: transparent;
}
.header-v4 .cart-top .icon-cart {
  background-image: url("../../image/cart4.png");
}
.header-v4 #header-bot {
  background: #f1cf41;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.header-v4 #header-bot #pav-megamenu .navbar-nav > li {
  border-right: 1px solid #f4dc75;
}
.rtl .header-v4 #header-bot #pav-megamenu .navbar-nav > li {
  border-left: 1px solid #f4dc75;
  border-right: inherit;
}
.header-v4 #header-bot #pav-megamenu .navbar-nav > li:last-child {
  border-right: 0;
}
.rtl .header-v4 #header-bot #pav-megamenu .navbar-nav > li:last-child {
  border-left: 0;
  border-right: inherit;
}
.header-v4 #header-bot #search {
  border-left: 1px solid #f4dc75;
}
.rtl .header-v4 #header-bot #search {
  border-right: 1px solid #f4dc75;
  border-left: inherit;
}
.header-v4 #header-bot #search i {
  color: #363636;
}

.header-v5 #topbar {
  background: #352614;
}
.header-v5 #topbar .container {
  background: transparent;
}
.header-v5 .cart-top .icon-cart {
  background-image: url("../../image/cart5.png");
}
.header-v5 #header-bot {
  background: #352614;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}
.header-v5 #header-bot #pav-megamenu .navbar-nav > li {
  border-right: 1px solid #473a29;
}
.rtl .header-v5 #header-bot #pav-megamenu .navbar-nav > li {
  border-left: 1px solid #473a29;
  border-right: inherit;
}
.header-v5 #header-bot #pav-megamenu .navbar-nav > li:last-child {
  border-right: 0;
}
.rtl .header-v5 #header-bot #pav-megamenu .navbar-nav > li:last-child {
  border-left: 0;
  border-right: inherit;
}
.header-v5 #header-bot #search {
  border-left: 1px solid #473a29;
}
.rtl .header-v5 #header-bot #search {
  border-right: 1px solid #473a29;
  border-left: inherit;
}
.header-v5 #header-bot #search i {
  color: #FFFFFF;
}

.header-v6 #topbar {
  background: #FFFFFF;
}
.header-v6 #topbar .container {
  background: transparent;
}
.header-v6 .cart-top .icon-cart {
  background-image: url("../../image/cart6.png");
}
.header-v6 #header-bot {
  background: #db6d78;
  border-bottom: 1px solid #dd7a83;
  border-top: 1px solid transparent;
}
.header-v6 #header-bot #pav-megamenu .navbar-nav > li {
  border-right: 1px solid #dd7a83;
}
.rtl .header-v6 #header-bot #pav-megamenu .navbar-nav > li {
  border-left: 1px solid #dd7a83;
  border-right: inherit;
}
.header-v6 #header-bot #pav-megamenu .navbar-nav > li:last-child {
  border-right: 0;
}
.rtl .header-v6 #header-bot #pav-megamenu .navbar-nav > li:last-child {
  border-left: 0;
  border-right: inherit;
}
.header-v6 #header-bot #search {
  border-left: 1px solid #dd7a83;
}
.rtl .header-v6 #header-bot #search {
  border-right: 1px solid #dd7a83;
  border-left: inherit;
}
.header-v6 #header-bot #search i {
  color: #FFFFFF;
}

/*
* CONTENT
 */
#pav-masshead .inner {
  background: #FFFFFF;
  color: #f1521b;
}
#pav-masshead .inner a {
  color: #f1521b;
}
#pav-masshead .inner a:hover {
  color: #f26433;
}

#notification {
  width: 75%;
  margin: 0 auto;
}
#notification > div {
  margin-bottom: 20px;
}

.breadcrumbs {
  background: #f5f5f5;
}
.breadcrumbs .container-inner {
  padding: 15px 0;
}

/*
* NAVIGATION
*/
#pav-mainnav .inner {
  background-color: #666666;
}

/*
* SLIDESHOW 
*/
/*
* SHOWCASE 
*/
#pavo-showcase .inner {
  background-color: #FFFFFF;
}

/*
* PROMOTION TOP 
*/
#breadcrumb {
  padding-left: 0;
  padding-right: 0;
}

/*
* MAIN CONTENT
*/
#pavo-mass-bottom .inner {
  background-color: #FFFFFF;
}

/**
 * Overidding css some elements inside
 */
.sidebar .box-content {
  margin-top: 30px;
}
.sidebar .products-row .product-col {
  width: 100% !important;
  margin-bottom: 0;
  border-right: 0;
  clear: both;
}
.rtl .sidebar .products-row .product-col {
  border-left: 0;
  border-right: inherit;
}
.sidebar .products-row .product-col .product-block {
  overflow: hidden;
  margin-top: 20px;
}
.sidebar .products-row .product-col .product-block .image {
  width: 35%;
  float: left;
}
.rtl .sidebar .products-row .product-col .product-block .image {
  float: right;
}
.sidebar .products-row .product-col .product-block .product-meta {
  width: 65%;
  float: right;
  text-align: left;
  padding-left: 10px;
}
.rtl .sidebar .products-row .product-col .product-block .product-meta {
  float: left;
}
.rtl .sidebar .products-row .product-col .product-block .product-meta {
  text-align: right;
}
.rtl .sidebar .products-row .product-col .product-block .product-meta {
  padding-right: 10px;
  padding-left: inherit;
}
.sidebar .products-row .product-col .product-block .product-meta .rating {
  display: none;
}
.sidebar .products-row .product-col .product-block .top {
  padding: 0;
}
.sidebar .products-row .product-col .product-block .name {
  height: 52px;
  min-height: 52px;
}
.sidebar .products-row .product-col .product-block:hover .quickview {
  display: none;
}
.sidebar .products-row .product-col .product-block:hover {
  box-shadow: none;
}
.sidebar .products-row .product-col:last-child .product-block {
  /* border-bottom:0; */
}
.sidebar .products-row .product-col:hover {
  box-shadow: none;
}
.sidebar .products-row .bottom, .sidebar .products-row .product-label, .sidebar .products-row .action, .sidebar .products-row .quickview, .sidebar .products-row .zoom, .sidebar .products-row .description {
  display: none;
}
.sidebar .list .product-col {
  margin: 0;
}
.sidebar .list .product-block .product-meta, .sidebar .list .product-block .name {
  padding: 0;
  text-align: left;
}
.rtl .sidebar .list .product-block .product-meta, .rtl .sidebar .list .product-block .name {
  text-align: right;
}
.sidebar .list .product-block .product-meta .rating, .sidebar .list .product-block .name .rating {
  display: none;
}
.sidebar .list .product-block .image {
  padding-right: 10px;
  float: left;
}
.rtl .sidebar .list .product-block .image {
  padding-left: 10px;
  padding-right: inherit;
}
.rtl .sidebar .list .product-block .image {
  float: right;
}
.sidebar .list .product-block .quickview, .sidebar .list .product-block .zoom {
  display: none;
}
.sidebar .pavblog-latest [class*="col-"], .sidebar .pavblog-latest [class^="col-"] {
  width: 100%;
}
.sidebar [class^="col-"]:last-child .blog-body {
  border: 0;
}
.sidebar ul, .sidebar ol {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.sidebar ul li, .sidebar ol li {
  padding: 8px 20px;
}
.sidebar ul li a, .sidebar ol li a {
  display: inline-block;
  color: #33312d;
}
.sidebar ul li a:hover, .sidebar ol li a:hover {
  color: #f1521b;
}
.sidebar ul li a.active, .sidebar ol li a.active {
  color: #f1521b;
}
.sidebar ul li ul, .sidebar ol li ul {
  padding-top: 8px;
}
.sidebar ul li ul li, .sidebar ol li ul li {
  padding-left: 15px !important;
}
.rtl .sidebar ul li ul li, .rtl .sidebar ol li ul li {
  padding-right: 15px !important;
  padding-left: inherit;
}
.sidebar ul li ul li:first-child, .sidebar ol li ul li:first-child {
  padding-top: 0 !important;
}
.sidebar ul li .fa, .sidebar ol li .fa {
  cursor: pointer;
}
.sidebar ul li:hover .fa, .sidebar ol li:hover .fa {
  color: #f1521b;
}
.sidebar .list-product.panel-default .panel-heading {
  padding: 30px 30px 0;
}
.sidebar .list-product.panel-default .panel-heading .panel-title {
  margin-bottom: 20px;
}
.sidebar .list-product .product-block {
  padding-bottom: 20px;
}
.sidebar .list-product .product-block .image {
  width: 100%;
  float: none;
  margin: 0;
}
.sidebar .list-product .product-block .description, .sidebar .list-product .product-block .price-tax {
  display: none;
}
.sidebar .list-product .product-block .name {
  margin-bottom: 10px;
  margin-top: 0;
  min-height: auto;
}
.sidebar .list-product .product-block .name a {
  font-size: 13px;
}
.sidebar .list-product .product-block:hover {
  box-shadow: none;
}

.content-inner {
  margin-bottom: 40px;
}

/*end*/
/* FOOTER */
#footer {
  margin-top: 30px;
}
#footer:before, #footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}

.footer-top {
  margin-bottom: -50px;
}
.footer-top .panel-body {
  padding: 0;
}

.footer-center .container-inner {
  background: #333333;
  padding: 0 35px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.footer-center .container-inner .column {
  padding: 50px 25px;
  min-height: 300px;
  line-height: 30px;
  background: transparent;
  color: #979797;
}
.footer-center .container-inner .column a {
  color: #979797;
}
.footer-center .container-inner .column a:hover {
  color: #f1521b;
}
.footer-center .container-inner .column .panel-heading {
  margin-bottom: 0;
  border: none;
}
.footer-center .container-inner .column .panel-heading:before {
  content: none;
}
.footer-center .container-inner .column .panel-title {
  font-size: 16px;
  font-family: "Poppins Medium", sans-serif;
  color: #FFFFFF;
}
.footer-center ul li i {
  margin-right: 10px;
}
.rtl .footer-center ul li i {
  margin-left: 10px;
  margin-right: inherit;
}

.footer-bottom .container .inside {
  background: transparent;
  color: #33312d;
  padding: 25px 0;
}
.footer-bottom .container .inside a {
  color: #33312d;
}
.footer-bottom .container .inside a:hover {
  color: #f1521b;
}

/* POWER BY */
#powered {
  margin-bottom: 45px;
}
#powered .container-inner {
  padding: 30px 15px;
  position: relative;
  text-align: center;
  color: #8b8b8b;
  background: #2f2f2f;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#powered .container-inner a {
  color: #8b8b8b;
}
#powered .container-inner a:hover {
  color: #f1521b;
}
#powered .container-inner .paypal {
  margin-top: 20px;
}

.panel-highlighted {
  border: solid 1px red;
}
.panel-highlighted .panel-heading {
  background: red;
  color: #FFFFFF;
}

.nopadding .panel-body {
  padding: 0;
}
.nopadding .block-content {
  padding: 0 !important;
}

#sidebar-main .content-inner {
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #eaeaea;
}
#sidebar-main .content-inner .page-title {
  margin-top: 0;
}

.sidebar .productdeals {
  border: 1px solid #FFFFFF !important;
}
.sidebar .panel-default {
  border: 1px solid #eaeaea;
}
.sidebar .panel-default .panel-heading {
  padding: 20px 20px 20px 0;
}
.sidebar .panel-default .panel-heading .panel-title {
  margin-bottom: 0;
}
.sidebar .panel-default.hightlight {
  margin-top: 0;
}
.sidebar .panel-default.hightlight .panel-heading {
  background-color: #f1521b;
}
.sidebar .panel-default.hightlight .panel-heading .panel-title {
  color: #FFFFFF;
}
.sidebar .panel-body {
  padding: 0;
}
.sidebar .panel .list-group {
  box-shadow: none;
  margin: 0;
}
.sidebar .panel .panel-heading .panel-title {
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Poppins SemiBold", sans-serif;
}
.rtl .sidebar .panel .panel-heading .panel-title {
  padding-right: 20px;
  padding-left: inherit;
}
.sidebar .panel .list-group .list-group-item {
  border-width: 1px 0;
  padding: 14px 20px;
}
.sidebar .panel .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.sidebar .nopadding .panel-body {
  padding: 0;
}
.sidebar.noborder .panel .panel-heading {
  border-bottom: 0;
  padding-bottom: 0;
}

.nostylingboxs .panel {
  border: none;
  background: none;
  box-shadow: none;
}
.nostylingboxs .panel-heading {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.nostylingboxs .panel-body {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.carousel-controls {
  position: absolute;
  right: 20px;
  left: auto;
  top: 30px;
}
.carousel-controls .left {
  left: -52px;
}
.carousel-controls .right {
  right: 0;
}

.hightlight .carousel-controls {
  position: static;
  opacity: 0;
}
.hightlight .carousel-controls .carousel-control {
  top: 50%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.hightlight .carousel-controls .left {
  left: -30px;
}
.hightlight .carousel-controls .right {
  right: -30px;
}
.hightlight:hover .carousel-controls {
  opacity: 1;
}
.hightlight:hover .carousel-controls .left {
  left: 10px;
}
.hightlight:hover .carousel-controls .right {
  right: 10px;
}

.productdeals.list-product .product-block {
  padding-bottom: 0;
}

#products {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
}

.products-block .product-col-wrap {
  border-right: 1px solid #eaeaea;
  padding-bottom: 30px;
}
.rtl .products-block .product-col-wrap {
  border-left: 1px solid #eaeaea;
  border-right: inherit;
}
.products-block .owl-wrapper-outer {
  /*         margin-left:-$grid-gutter-width/2;
          margin-right:-$grid-gutter-width/2; */
}

.price {
  width: 100%;
  font-size: 14px;
  color: #f44336;
  min-height: 50px;
}
.price .price-new {
  color: #f44336;
  font-weight: bold;
}
.price .price-old {
  font-size: 12px;
  color: #33312d;
  text-decoration: line-through;
  font-family: "Poppins Light", sans-serif;
}
.price.detail .price-new {
  font-size: 20px;
  font-weight: bold;
  color: #f44336;
}

/* product style */
.product-block {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
}
.product-block:hover .quickview {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-block:hover .zoom {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 10px;
}
.product-block .description {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #33312d;
  display: none;
}
.product-block .name {
  line-height: 18px;
  height: 35px;
  margin-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
  font-weight: normal;
}
.product-block .name a {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  text-transform: none;
}
.product-block .name a:hover {
  color: #f1521b;
}
.product-block .image {
  position: relative;
  overflow: hidden;
  border: 0px;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  z-index: 0;
}
.product-block .image .img-responsive {
  display: inline-block;
}
.product-block .product-meta {
  overflow: hidden;
}
.product-block .top {
  padding: 20px;
}
.product-block .bottom {
  background-color: #FFFFFF;
  display: block;
}
.product-block .quickview {
  background-color: #fefefe;
  bottom: 0;
  font-size: 12px;
  height: 40px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 11;
  border-radius: 1px;
}
.product-block .quickview:before {
  background-color: #589cf0;
  border-radius: 0 0 1px 1px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 9;
}
.product-block .quickview:before {
  background-color: #f1521b;
  height: 0;
  margin: auto;
  top: 0;
}
.product-block .quickview .quick-view i {
  margin-right: 10px;
}
.product-block .quickview:hover::before {
  border-radius: 1px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.product-block .quickview:hover .quick-view {
  color: #FFFFFF;
}
.product-block .zoom {
  background-color: #f3f3f3;
  position: absolute;
  left: 10px;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .product-block .zoom {
  right: 10px;
  left: auto;
}
.product-block .zoom a {
  color: #999;
}
.product-block .zoom a:hover {
  color: #f1521b;
}

.pav-hover-image {
  opacity: 0.3;
  width: 100%;
}
.pav-hover-image:hover {
  opacity: 1;
}

.product-label {
  color: #FFFFFF;
  font-size: 10px;
  background-color: #f44336;
  font-weight: 600;
  line-height: 40px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.rtl .product-label {
  left: 10px;
  right: auto;
}

.rating {
  font-weight: 300;
}
.rating .fa-stack {
  width: 1em;
  font-size: 11px;
  width: 12px;
  height: 16px;
}
.rating .fa-star {
  color: #f7bc3d;
  height: 11px;
  line-height: 11px;
}
.rating .fa-star-o {
  color: #d5d5d5;
  height: 11px;
  line-height: 11px;
}

#cart-top {
  cursor: pointer;
  position: relative;
  float: right;
}
.rtl #cart-top {
  float: left;
}

.cart-search a {
  cursor: pointer;
}

.cart-right .cart-top .cart-inner {
  position: relative;
}
.cart-right .cart-top .cart-inner a {
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 16px;
}
.cart-right .cart-top .cart-inner a .cart-total {
  font-size: 11px;
}

.cart-top .wrap-cart {
  display: inline-block;
  margin-left: 8px;
}
.rtl .cart-top .wrap-cart {
  margin-right: 8px;
  margin-left: inherit;
}
.cart-top .icon-cart {
  float: left;
  height: 42px;
  line-height: 42px;
  width: 42px;
  background-image: url("../../image/icon-cart.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1521b;
  border-radius: 50px;
}
.rtl .cart-top .icon-cart {
  float: right;
}
.cart-top .dropdown-menu {
  padding: 10px;
  min-height: 100px;
  height: auto !important;
  min-width: 445px;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 15px;
  left: auto;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  top: 130%;
  position: absolute;
  visibility: hidden;
  z-index: 999;
  display: block;
  border: 2px solid #f1521b;
  box-shadow: none;
}
.cart-top .view-cart a {
  margin-right: 20px;
}
.rtl .cart-top .view-cart a {
  margin-left: 20px;
  margin-right: inherit;
}
.cart-top:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 112%;
}

#search {
  padding-top: 12px;
  padding: 8px 0;
  border-left: 1px solid #e9eede;
}
.rtl #search {
  border-right: 1px solid #e9eede;
  border-left: inherit;
}
#search .form-control {
  border: none;
  color: #eee;
  opacity: 1;
}
#search button {
  background: transparent;
  border: none;
}
#search button i {
  font-size: 12px;
  color: #adafac;
}
#search button:hover {
  color: #f1521b;
}

/* 
*  Social Module
*/
.socials-theme {
  z-index: 99;
  position: relative;
}
.socials-theme .list-socials {
  list-style: none;
  padding: 0;
}
.socials-theme .list-socials li {
  margin: 0 auto;
  position: fixed;
  list-style: none;
  width: auto;
  height: 42px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials-theme .list-socials li a .fa {
  text-align: center;
  padding: 0;
  min-width: 42px;
  border: 0;
  line-height: 42px;
  background-color: #f1521b;
  color: #FFFFFF;
  font-size: 20px;
  border: 0;
  width: 42px;
  height: 42px;
}
.socials-theme .list-socials li.share {
  z-index: 99999;
}
.socials-theme .list-socials li.share .media .fa {
  background: #bf9a61;
}
.socials-theme .list-socials li.share .box-content {
  z-index: 99994;
  position: relative;
  border: 3px solid #bf9a61;
}
.socials-theme .list-socials li.share .tabshare {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
.rtl .socials-theme .list-socials li.share .tabshare {
  float: right;
}
.rtl .socials-theme .list-socials li.share .tabshare {
  margin-left: 20px;
  margin-right: inherit;
}
.socials-theme .list-socials li.share .facebook .title-social {
  color: #3b5997;
}
.socials-theme .list-socials li.share .twitter .title-social {
  color: #29c5f6;
}
.socials-theme .list-socials li.share .twitter .title-social:before {
  content: none;
}
.socials-theme .list-socials li.share .youtube .title-social {
  color: #d13d2f;
}
.socials-theme .list-socials li.share .youtube .title-social:before {
  content: none;
}
.socials-theme .list-socials li.feedback {
  z-index: 9999;
}
.socials-theme .list-socials li.feedback .media .fa {
  background: #95cbd3;
}
.socials-theme .list-socials li.feedback .box-content {
  z-index: 99994;
  position: relative;
  border: 3px solid #95cbd3;
}
.socials-theme .list-socials li.reviewed {
  z-index: 999;
}
.socials-theme .list-socials li.reviewed .media .fa {
  background: #add5c1;
}
.socials-theme .list-socials li.reviewed .box-content {
  z-index: 99994;
  position: relative;
  border: 3px solid #add5c1;
}
.socials-theme .list-socials li .fa {
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
}
.socials-theme .list-socials li.share {
  top: 300px;
}
.socials-theme .list-socials li.feedback {
  top: 350px;
}
.socials-theme .list-socials li.reviewed {
  top: 400px;
}
.socials-theme.right ul li {
  right: -306px;
}
.rtl .socials-theme.right ul li {
  left: -306px;
  right: auto;
}
.socials-theme.right ul li:hover {
  right: 0;
  width: auto;
  height: auto;
}
.rtl .socials-theme.right ul li:hover {
  left: 0;
  right: auto;
}
.socials-theme.right .media {
  text-align: left;
}
.rtl .socials-theme.right .media {
  text-align: right;
}
.socials-theme.right .media .fa {
  float: left;
}
.rtl .socials-theme.right .media .fa {
  float: right;
}
.socials-theme .media {
  height: 42px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: left 0.6s cubic-bezier(0.66, 2, 0.41, 0.96) 0s, background-color 0.3s ease-out 0s;
  -o-transition: left 0.6s cubic-bezier(0.66, 2, 0.41, 0.96) 0s, background-color 0.3s ease-out 0s;
  transition: left 0.6s cubic-bezier(0.66, 2, 0.41, 0.96) 0s, background-color 0.3s ease-out 0s;
}
.socials-theme .box-content {
  background-color: #FFFFFF;
  padding: 15px;
  min-width: 260px;
}
.socials-theme .box-content .title-social {
  position: relative;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.socials-theme .box-content .title-social:before {
  background-color: #f1521b;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0px;
  position: absolute;
  width: 16px;
}
.socials-theme .box-content label {
  font-weight: normal;
  font-size: 12px;
}
.socials-theme .media-body {
  line-height: 42px;
}
.socials-theme .bo-social-icons {
  position: fixed;
  right: 0;
  top: 360px;
}
.rtl .socials-theme .bo-social-icons {
  left: 0;
  right: auto;
}

#pav-megamenu .new, #pav-megamenu .hot, #pav-megamenu .sale, #offcanvasmenu .new, #offcanvasmenu .hot, #offcanvasmenu .sale {
  color: #fff;
  font-size: 10px;
  height: 16px;
  line-height: 15px;
  padding: 0 4px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -22px;
  transform: translateZ(0px);
  border-radius: 0;
}
.rtl #pav-megamenu .new, .rtl #pav-megamenu .hot, .rtl #pav-megamenu .sale, .rtl #offcanvasmenu .new, .rtl #offcanvasmenu .hot, .rtl #offcanvasmenu .sale {
  left: 0;
  right: auto;
}
#pav-megamenu .new:before, #pav-megamenu .hot:before, #pav-megamenu .sale:before, #offcanvasmenu .new:before, #offcanvasmenu .hot:before, #offcanvasmenu .sale:before {
  border-style: solid;
  border-width: 5px 0 0 5px;
  bottom: -4px;
  content: "";
  right: 0;
  pointer-events: none;
  position: absolute;
  transition-duration: 0.3s;
  transition-property: bottom;
  z-index: -1;
}
.rtl #pav-megamenu .new:before, .rtl #pav-megamenu .hot:before, .rtl #pav-megamenu .sale:before, .rtl #offcanvasmenu .new:before, .rtl #offcanvasmenu .hot:before, .rtl #offcanvasmenu .sale:before {
  left: 0;
  right: auto;
}
#pav-megamenu .new, #offcanvasmenu .new {
  background-color: #4694db;
}
#pav-megamenu .new:before, #offcanvasmenu .new:before {
  border-color: #4694db transparent transparent;
}
#pav-megamenu .hot, #offcanvasmenu .hot {
  background-color: #f44336;
}
#pav-megamenu .hot:before, #offcanvasmenu .hot:before {
  border-color: #f44336 transparent transparent;
}
#pav-megamenu .sale, #offcanvasmenu .sale {
  background-color: #d92b4c;
}
#pav-megamenu .sale:before, #offcanvasmenu .sale:before {
  border-color: #d92b4c transparent transparent;
}

#offcanvasmenu .new, #offcanvasmenu .hot, #offcanvasmenu .sale {
  top: -10px !important;
}

#pav-mainnav {
  background: transparent;
}

#pav-megamenu {
  background: transparent;
  font-family: "Poppins Medium", sans-serif;
  min-height: auto;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */
}
#pav-megamenu .pav-colorbox {
  display: none !important;
}
#pav-megamenu .navbar-collapse {
  padding: 0;
}
#pav-megamenu .navbar-inverse {
  background: transparent;
}
#pav-megamenu .navbar {
  background: #666666;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#pav-megamenu .navbar-nav {
  float: none;
}
#pav-megamenu .navbar-nav > li {
  float: none;
  display: inline-block;
  padding: 17px 24px;
  border-right: 1px solid #1ec93b;
}
.rtl #pav-megamenu .navbar-nav > li {
  border-left: 1px solid #1ec93b;
  border-right: inherit;
}
#pav-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
#pav-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
}
#pav-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-left: -10px;
}
.rtl #pav-megamenu .navbar-nav > li.aligned-fullwidth .dropdown-submenu .dropdown-menu {
  margin-right: -10px;
  margin-left: inherit;
}
#pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl #pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl #pav-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: auto;
  left: auto;
}
#pav-megamenu .navbar-nav > li.aligned-right .dropdown-submenu .dropdown-menu {
  margin-right: 105%;
}
.rtl #pav-megamenu .navbar-nav > li.aligned-right .dropdown-submenu .dropdown-menu {
  margin-left: 105%;
  margin-right: inherit;
}
#pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.rtl #pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  right: 0;
  left: auto;
}
.rtl #pav-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: auto;
  right: auto;
}
#pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
  margin-left: 100%;
}
.rtl #pav-megamenu .navbar-nav > li.aligned-left .dropdown-submenu .dropdown-menu {
  margin-right: 100%;
  margin-left: inherit;
}
#pav-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  transform: translate(-50%);
}
#pav-megamenu .navbar-nav > li.aligned-center .dropdown-submenu .dropdown-menu {
  left: 150%;
}
#pav-megamenu .navbar-nav > li > a {
  padding: 0;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  color: #FFFFFF;
  position: relative;
  font-size: 15px;
}
#pav-megamenu .navbar-nav > li > a span {
  display: block;
}
#pav-megamenu .navbar-nav > li > a:hover:before, #pav-megamenu .navbar-nav > li > a:focus:before, #pav-megamenu .navbar-nav > li > a:active:before {
  background: #FFFFFF;
  bottom: -9px;
  content: "";
  height: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: 16px;
  -webkit-transition: background 0.3s ease-in;
  -o-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
#pav-megamenu .navbar-nav > li > a:hover span, #pav-megamenu .navbar-nav > li > a:hover .caret, #pav-megamenu .navbar-nav > li > a:hover .caret:before, #pav-megamenu .navbar-nav > li > a:focus span, #pav-megamenu .navbar-nav > li > a:focus .caret, #pav-megamenu .navbar-nav > li > a:focus .caret:before, #pav-megamenu .navbar-nav > li > a:active span, #pav-megamenu .navbar-nav > li > a:active .caret, #pav-megamenu .navbar-nav > li > a:active .caret:before {
  color: #FFFFFF;
}
#pav-megamenu .navbar-nav > li > a:hover .hot, #pav-megamenu .navbar-nav > li > a:hover .new, #pav-megamenu .navbar-nav > li > a:focus .hot, #pav-megamenu .navbar-nav > li > a:focus .new, #pav-megamenu .navbar-nav > li > a:active .hot, #pav-megamenu .navbar-nav > li > a:active .new {
  color: #FFFFFF !important;
}
#pav-megamenu .navbar-nav > li > a .caret {
  border: 0;
  position: absolute;
  margin: 0;
  right: -5px;
  top: 0px;
}
.rtl #pav-megamenu .navbar-nav > li > a .caret {
  left: -5px;
  right: auto;
}
@media (max-width: 991px) {
  #pav-megamenu .navbar-nav > li > a .caret {
    right: -5px;
    top: -10px;
  }
  .rtl #pav-megamenu .navbar-nav > li > a .caret {
    left: -5px;
    right: auto;
  }
}
#pav-megamenu .navbar-nav > li > a .caret:before {
  content: "";
  font-family: 'FontAwesome';
  position: absolute;
  font-weight: 100;
}
#pav-megamenu .navbar-nav > li:hover > a .caret, #pav-megamenu .navbar-nav > li:active > a .caret {
  color: #FFFFFF;
}
#pav-megamenu .navbar-nav > li.full-width {
  position: static;
}
#pav-megamenu .navbar-nav > li.home {
  padding-left: 0;
}
#pav-megamenu .navbar-nav > li:last-child {
  border-right: 0;
}
.rtl #pav-megamenu .navbar-nav > li:last-child {
  border-left: 0;
  border-right: inherit;
}
#pav-megamenu .dropdown-menu {
  height: auto;
  font-weight: 400;
  min-width: 210px;
  padding: 30px;
  background-color: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  opacity: 0;
  display: block;
  right: 0;
  top: 102%;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: translate(0px, 20px);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  visibility: hidden;
  z-index: 999;
  border: 0;
}
.rtl #pav-megamenu .dropdown-menu {
  left: 0;
  right: auto;
}
#pav-megamenu .dropdown-menu ul {
  padding-left: 0;
}
.rtl #pav-megamenu .dropdown-menu ul {
  padding-right: 0;
  padding-left: inherit;
}
#pav-megamenu .dropdown-menu li {
  line-height: 30px;
  list-style: none;
}
#pav-megamenu .dropdown-menu li a {
  text-align: left;
  padding: 0;
  font-weight: 300;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
.rtl #pav-megamenu .dropdown-menu li a {
  text-align: right;
}
#pav-megamenu .dropdown-menu li a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #f1521b !important;
}
#pav-megamenu .dropdown-menu li a:hover .fa {
  color: #f1521b;
}
#pav-megamenu .dropdown-menu .mega-col {
  border-right: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.rtl #pav-megamenu .dropdown-menu .mega-col {
  border-left: 1px solid #eaeaea;
  border-right: inherit;
}
#pav-megamenu .dropdown-menu .mega-col .mega-col-inner {
  padding: 0 5px;
}
#pav-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-product-list img {
  float: none;
  margin: auto;
}
#pav-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-product-list .product-block {
  margin-bottom: 20px;
}
#pav-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-product-list .product-block:last-child {
  margin-bottom: 0;
}
#pav-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-html .widget-inner {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  color: #33312d;
}
#pav-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-product .widget-inner {
  text-align: center;
}
#pav-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-product .widget-inner .rating-box {
  float: none;
  margin: 5px auto;
}
#pav-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-blog-list .widget-inner .post-item h4 {
  font-weight: 300;
}
#pav-megamenu .dropdown-menu .mega-col .mega-col-inner .widget-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
#pav-megamenu .dropdown-menu .mega-col .level2 .mega-col {
  border: 0;
  padding-bottom: 0;
}
#pav-megamenu .dropdown-menu .mega-col .level2 .mega-col .mega-col-inner {
  padding: 0;
}
#pav-megamenu .dropdown-menu .mega-col:last-child {
  border-right: 0;
}
.rtl #pav-megamenu .dropdown-menu .mega-col:last-child {
  border-left: 0;
  border-right: inherit;
}
#pav-megamenu .dropdown-menu .mega-col:last-child .mega-col {
  border: 0;
}
#pav-megamenu .dropdown-menu .row:last-child .mega-col {
  border: 0;
  padding-bottom: 0;
}
#pav-megamenu .dropdown-menu .row:last-child .mega-col .widget-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
#pav-megamenu .dropdown {
  display: block;
}
#pav-megamenu .dropdown:hover > .dropdown-menu {
  opacity: 1;
  right: 0px;
  transform: translate(0px, 0px);
  visibility: visible;
}
#pav-megamenu .dropdown:hover > a {
  color: #FFFFFF;
}
#pav-megamenu .dropdown:hover > a .fa {
  color: #FFFFFF;
}
#pav-megamenu .dropdown-submenu {
  position: relative;
}
#pav-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  right: -100%;
  left: auto;
  position: absolute;
}
.rtl #pav-megamenu .dropdown-submenu .dropdown-menu {
  left: -100%;
  right: auto;
}
.rtl #pav-megamenu .dropdown-submenu .dropdown-menu {
  right: auto;
  left: auto;
}
#pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  left: 100%;
  opacity: 1;
  right: 0px;
  transform: translate(0px, 0px);
  visibility: visible;
}
.rtl #pav-megamenu .dropdown-submenu:hover > .dropdown-menu {
  right: 100%;
  left: auto;
}
#pav-megamenu .mega-group > .dropdown-toggle {
  border: 0;
  display: block;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
}
#pav-megamenu .mega-group > .dropdown-toggle .fa {
  color: #FFFFFF;
}
#pav-megamenu .widget-title {
  color: #000000;
}
#pav-megamenu .megamenu .cols1 {
  min-width: 200px;
}
#pav-megamenu .megamenu .cols2 {
  min-width: 500px;
}
#pav-megamenu .megamenu .cols3 {
  min-width: 740px;
}
#pav-megamenu .dropdown-mega .menu-title {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-left: 0;
  /*&:before {
  	content:"\f0da";
  	font-family: FontAwesome;
  	position:absolute;
  	@include inline-block();
  	@include rtl-left(0);
  }*/
}
.rtl #pav-megamenu .dropdown-mega .menu-title {
  padding-right: 0;
  padding-left: inherit;
}
#pav-megamenu .dropdown-mega .mega-col-inner {
  border-right: 0;
}

.product-block .product-img {
  position: relative;
  overflow: hidden;
}
.product-block .action {
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding: 10px 0;
}
.product-block .action > div {
  border-right: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  opacity: 0;
  text-align: center;
  width: 15%;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  height: 18px;
  line-height: 18px;
}
.rtl .product-block .action > div {
  border-left: 1px solid #eaeaea;
  border-right: inherit;
}
.product-block .action > div:last-child {
  border-right: 0;
}
.product-block .action button.btn-action {
  background-color: transparent;
  border: none;
  padding: 0;
}
.product-block .action button.btn-action:hover {
  color: #f1521b;
}
.product-block .action .cart {
  width: 65%;
}
.product-block .action .cart i {
  padding-right: 5px;
}
.rtl .product-block .action .cart i {
  padding-left: 5px;
  padding-right: inherit;
}
.product-block:hover .action > div {
  opacity: 1;
}

.effect {
  position: relative;
  overflow: hidden;
}
.effect .overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.rtl .effect .overlay::before {
  right: 0;
  left: auto;
}
.effect:hover .overlay::before {
  -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.4) inset;
}

@font-face {
  font-family: 'Poppins Light';
  font-style: normal;
  font-weight: 300;
  src: local("Poppins Light"), local("Poppins-Light"), url(http://fonts.gstatic.com/s/poppins/v1/D2gN9uyZ9Ucx1fJ1Fhb7s_k_vArhqVIZ0nv9q090hN8.woff2) format("woff2"), url(http://fonts.gstatic.com/s/poppins/v1/D2gN9uyZ9Ucx1fJ1Fhb7sxsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local("Poppins"), local("Poppins-Regular"), url(http://fonts.gstatic.com/s/poppins/v1/HLBysyo0MQBO_7E-DWLwzg.woff2) format("woff2"), url(http://fonts.gstatic.com/s/poppins/v1/SFusu2OSFiUt40t5QNWvnA.woff) format("woff");
}
@font-face {
  font-family: 'Poppins Medium';
  font-style: normal;
  font-weight: 500;
  src: local("Poppins Medium"), local("Poppins-Medium"), url(http://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qj_k_vArhqVIZ0nv9q090hN8.woff2) format("woff2"), url(http://fonts.gstatic.com/s/poppins/v1/yQWaOD4iNU5NTY0apN-qjxsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}
@font-face {
  font-family: 'Poppins SemiBold';
  font-style: normal;
  font-weight: 600;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(http://fonts.gstatic.com/s/poppins/v1/zO07Oxe3SOlw0l2YX2sdIfk_vArhqVIZ0nv9q090hN8.woff2) format("woff2"), url(http://fonts.gstatic.com/s/poppins/v1/zO07Oxe3SOlw0l2YX2sdIRsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}
@font-face {
  font-family: 'Poppins Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Poppins Bold"), local("Poppins-Bold"), url(http://fonts.gstatic.com/s/poppins/v1/57TQ-anwthzkETEIO4jESPk_vArhqVIZ0nv9q090hN8.woff2) format("woff2"), url(http://fonts.gstatic.com/s/poppins/v1/57TQ-anwthzkETEIO4jESBsxEYwM7FgeyaSgU71cLG0.woff) format("woff");
}
body .owl-carousel {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  margin-bottom: 0;
}
body .owl-carousel .owl-wrapper-outer {
  border: none;
  box-shadow: none;
}

.image-additional .owl-item {
  position: relative;
  overflow: hidden;
  width: 70px !important;
  margin-right: 8px;
  border: 1px solid #eaeaea;
}
.rtl .image-additional .owl-item {
  margin-left: 8px;
  margin-right: inherit;
}
.image-additional .owl-item:first-child {
  margin-left: 2px;
}
.rtl .image-additional .owl-item:first-child {
  margin-right: 2px;
  margin-left: inherit;
}

.products-owl-carousel .carousel-controls {
  right: 10px;
}

.pavcarousel {
  margin-bottom: 25px;
  margin-top: 25px;
}
.pavcarousel .carousel-control {
  display: none;
}
.pavcarousel .carousel-control.middle.left {
  left: -1px;
}
.rtl .pavcarousel .carousel-control.middle.left {
  right: -1px;
  left: auto;
}
.pavcarousel .carousel-control.middle.right {
  right: -1px;
}
.rtl .pavcarousel .carousel-control.middle.right {
  left: -1px;
  right: auto;
}
.pavcarousel:hover .carousel-control {
  display: block;
}

.pavreassurances {
  background-color: #fff;
  border: 1px solid #cccccc;
  overflow: hidden;
  margin-bottom: 0;
}
.pavreassurances .media {
  padding: 30px;
  cursor: pointer;
  position: relative;
}
.pavreassurances .media h6, .pavreassurances .media a {
  color: #FFFFFF;
}
.pavreassurances .media h6:hover, .pavreassurances .media a:hover {
  color: #f1521b;
}
.pavreassurances .media-body h6 {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
}
.pavreassurances .media-body p {
  font-size: 13px;
  text-transform: uppercase;
}

.filter .filter-title {
  color: #000;
  font-weight: bold;
}
.filter .filter-content {
  padding-left: 30px;
  padding-right: 30px;
}
.filter .filter-content label {
  font-weight: 300;
}
.filter .radio, .filter .checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pavproducts {
  border: 1px solid #cccccc;
}
.pavproducts .tab-pane {
  position: relative;
}
.pavproducts .nav > li > a {
  padding: 18px 10px;
}
.pavproducts .products-block {
  border: none;
}

.cart .dropdown-menu {
  padding: 20px;
  min-width: 400px;
}

.banner-wrapper-margin .banner-wrapper {
  margin-bottom: 20px;
}

.nomargin .box {
  margin-bottom: 0;
}

.fix-most-views .product-label, .fix-most-views .rating, .fix-most-views .cart, .fix-most-views .action {
  display: none;
}
.fix-most-views .products-row .product-col {
  min-height: 155px;
  padding: 20px;
}
.fix-most-views .product-block blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
.fix-most-views .border:after {
  height: 0;
}

.newsletter-v3 .valid {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  z-index: 9999;
}
.newsletter-v3 ul {
  margin: 0;
}

/* siderbar */
/* category */
.category-info {
  padding: 0;
}
.category-info .image {
  padding: 0;
}

.category-description {
  margin-top: 20px;
}

.refine-search ul, .refine-search ol {
  list-style: none;
}
.refine-search ul li, .refine-search ol li {
  padding: 10px 0;
  margin-right: 10px;
  padding-left: 10px;
  margin-top: 10px;
  line-height: normal;
  position: relative;
  float: left;
}
.rtl .refine-search ul li, .rtl .refine-search ol li {
  float: right;
}
.refine-search ul li:before, .refine-search ol li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  top: 50%;
  left: 0;
  background-color: #000;
}

.subcategories {
  margin-bottom: -1px;
  background-color: #fff;
}

/* 
 *  LISTING PRODUCTS PAGE 
 */
.product-filter {
  text-transform: uppercase;
  font-size: 11px;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 15px;
}
.product-filter .filter-right > div {
  padding-left: 5px;
  margin: 5px 10px;
}
.product-filter .display {
  float: left;
  margin: 5px;
}
.rtl .product-filter .display {
  float: right;
}
.product-filter .form-control {
  display: inline-block;
  width: auto;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}
.product-filter .btn-switch {
  width: 38px;
  height: 38px;
  display: inline-block;
  border: 1px solid #eaeaea;
  margin-right: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  padding: 0;
  line-height: 30px;
}
.rtl .product-filter .btn-switch {
  margin-left: 5px;
  margin-right: inherit;
}
.product-filter .btn-switch:hover, .product-filter .btn-switch.active {
  color: #f1521b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product-list {
  padding: 30px 0;
}
.product-list .product-col {
  width: 100% !important;
  clear: both;
}
.product-list .product-block {
  overflow: hidden;
}
.product-list .product-block .description {
  display: block;
  overflow: hidden;
  height: 50px;
}
.product-list .product-block .name {
  padding: 0;
  min-height: auto;
}
.product-list .product-block .image {
  width: 30%;
  float: left;
}
.rtl .product-list .product-block .image {
  float: right;
}
.product-list .product-block .product-meta {
  width: 70%;
  float: right;
  text-align: left;
  padding: 0 28px;
  position: relative;
}
.rtl .product-list .product-block .product-meta {
  float: left;
}
.rtl .product-list .product-block .product-meta {
  text-align: right;
}
.product-list .product-block .bottom {
  position: relative;
  opacity: 1;
}
.product-list .product-block:hover {
  box-shadow: none;
  z-index: 1;
}
.product-list .product-block:hover .action {
  box-shadow: none;
}
.product-list .product-block:hover .product-meta .bottom {
  bottom: 0;
  min-height: 30px;
}

.product-block .bottom {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: absolute;
}
.rtl .product-block .bottom {
  right: 0;
  left: auto;
}
.product-block:hover {
  -webkit-box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 3px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;
  z-index: 1;
}
.product-block:hover .action {
  -webkit-box-shadow: 0 5px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 4px 2px rgba(0, 0, 0, 0.1);
}
.product-block:hover .product-meta .bottom {
  bottom: -30px;
  min-height: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* 
* PRODUCT INFORMATION PAGE
*/
.thumbs-preview.vertical {
  padding-top: 30px;
  padding-bottom: 30px;
}

.product-info {
  margin-bottom: 30px;
}
.product-info .bg-product-info {
  background-color: #FFFFFF;
  display: block;
  margin-bottom: 30px;
  padding: 30px;
}
.product-info .product-info-bg {
  position: relative;
}
.product-info .product-info-bg .title-product {
  margin-top: 0;
}
.product-info .thumbs-preview {
  margin-top: 10px;
  margin-bottom: 30px;
}
.product-info .vertical.image-additional {
  position: relative;
  min-height: 432px;
}
.product-info .vertical.image-additional .carousel-control {
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-info .vertical:hover .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-info .vertical .center {
  left: 50%;
  margin-left: -13px;
}
.rtl .product-info .vertical .center {
  right: 50%;
  left: auto;
}
.rtl .product-info .vertical .center {
  margin-right: -13px;
  margin-left: inherit;
}
.product-info .vertical .top {
  top: 0;
}
.product-info .vertical .bottom {
  top: auto;
  bottom: 0;
}
.product-info .horical {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
}
.product-info .horical:hover .carousel-control {
  display: block;
  box-shadow: none;
  color: #000000;
  background: none;
}
.product-info .horical:hover .carousel-control:hover {
  color: #f1521b;
}
.product-info .carousel-control {
  top: 35%;
  display: none;
}
.product-info .carousel-control.left {
  left: 0;
}
.rtl .product-info .carousel-control.left {
  right: 0;
  left: auto;
}
.product-info .carousel-control.right {
  right: 0;
}
.rtl .product-info .carousel-control.right {
  left: 0;
  right: auto;
}
.product-info .rating {
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 15px;
}
.product-info .cart .links {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}
.product-info .cart .fa-shopping-cart {
  margin-right: 10px;
}
.rtl .product-info .cart .fa-shopping-cart {
  margin-left: 10px;
  margin-right: inherit;
}
.product-info .image {
  position: relative;
  text-align: center;
  border: 1px solid #eaeaea;
  padding: 30px;
}
.product-info img {
  display: inline-block;
}
.product-info .share {
  padding: 20px 0;
  display: none;
}
.product-info .share:before, .product-info .share:after {
  content: " ";
  display: table;
}
.product-info .share:after {
  clear: both;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  margin-left: 0;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.rtl .product-info .option-image img {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .product-info .option-image img {
  margin-right: 0;
  margin-left: inherit;
}
.product-info .options {
  margin-bottom: 20px;
}
.product-info .review .share {
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.product-info .review > div {
  padding: 0;
  border: 0;
}
.product-info .review > div > span {
  color: #38B0E3;
}
.product-info .product-extra {
  border: 1px solid #eaeaea;
  padding: 30px;
}
.product-info .qty {
  line-height: 35px;
  font-weight: 13px;
  font-weight: 700;
  color: #999;
  margin-right: 30px;
}
.rtl .product-info .qty {
  margin-left: 30px;
  margin-right: inherit;
}
.product-info .quantity-adder {
  color: #999;
  display: block;
  height: 37px;
  width: 100px;
  position: relative;
  margin-right: 15px;
}
.rtl .product-info .quantity-adder {
  margin-left: 15px;
  margin-right: inherit;
}
.product-info .quantity-adder .form-control {
  padding: 8px 2px;
}
.product-info .quantity-adder .add-action {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  background-color: #f7f7f7;
  color: #000000;
  border: 1px solid #cccccc;
  left: -20px;
}
.rtl .product-info .quantity-adder .add-action {
  right: -20px;
  left: auto;
}
.product-info .quantity-adder .add-down {
  margin-top: -1px;
}
.product-info .quantity-adder .add-up {
  margin-top: 4px;
}
.product-info .quantity-adder .quantity-number input {
  width: 85px;
  height: 37px;
  text-align: center;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cccccc;
  box-shadow: none;
  color: #000000;
}
.product-info .quantity-adder .minimum {
  line-height: 38px;
  font-size: 11px;
  margin-left: 10px;
}
.rtl .product-info .quantity-adder .minimum {
  margin-right: 10px;
  margin-left: inherit;
}
.product-info .action {
  padding-bottom: 20px;
  padding-top: 20px;
}
.product-info .action:before, .product-info .action:after {
  content: " ";
  display: table;
}
.product-info .action:after {
  clear: both;
}
.product-info .action > div {
  position: relative;
}
.product-info .cart .btn {
  padding: 10px 35px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.product-info .compare, .product-info .wishlist {
  color: #414141;
  font-size: 12px;
  cursor: pointer;
  margin-right: 5px;
}
.rtl .product-info .compare, .rtl .product-info .wishlist {
  margin-left: 5px;
  margin-right: inherit;
}
.product-info .compare i, .product-info .wishlist i {
  padding-top: 8px;
  margin-right: 5px;
}
.rtl .product-info .compare i, .rtl .product-info .wishlist i {
  margin-left: 5px;
  margin-right: inherit;
}
.product-info .compare:hover, .product-info .wishlist:hover {
  color: #f1521b;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-info .compare:hover i, .product-info .wishlist:hover i {
  border-color: #f1521b;
}
.product-info .compare {
  padding-left: 35px;
}
.rtl .product-info .compare {
  padding-right: 35px;
  padding-left: inherit;
}
.product-info .tab-content {
  font-weight: 300;
}
.product-info .tags a {
  color: #f1521b;
}

.zoomWindowContainer .zoomWindow {
  left: 500px;
}
.rtl .zoomWindowContainer .zoomWindow {
  right: 500px;
  left: auto;
}

.refine-search {
  margin-top: 10px;
}
.refine-search .panel-heading {
  padding: 0;
}
.refine-search ul {
  list-style-position: inside;
  padding: 0 10px;
}
.refine-search h3 {
  color: #474747;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 992px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left.active #page {
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    transform: translate(250px, 0px);
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
  }
  .row-offcanvas-left.active #page:before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1050;
  }
  .row-offcanvas-left.active .sidebar-offcanvas {
    position: absolute;
    transform: translate(250px, 0px);
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    visibility: visible;
  }

  .sidebar-offcanvas {
    background: #ffffff none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    transform: translate(0px, 0px);
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    visibility: hidden;
    width: 0;
    z-index: 999;
  }
  .sidebar-offcanvas .offcanvas-inner {
    left: -250px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 250px;
    background: #ffffff none repeat scroll 0 0;
  }

  .bottom-offcanvas {
    padding: 10px 0;
    position: relative;
    z-index: 99;
  }
}
/*offcanvas-menu*/
.offcanvas-body {
  padding: 7px;
}

#offcanvasmenu .navbar-nav {
  float: none;
}
#offcanvasmenu .navbar-nav > li {
  float: none;
  border-top: 1px solid #eaeaea;
}
#offcanvasmenu .navbar-nav > li > a {
  background: transparent;
  padding: 5px 10px;
  font-family: "Poppins Medium", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
}
#offcanvasmenu .dropdown-menu {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  display: none;
  float: none;
  margin: 0;
  padding: 0 8px;
  position: static;
  visibility: visible;
  width: auto !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
#offcanvasmenu .dropdown-menu a {
  font-size: 13px;
  padding: 5px 10px;
  font-family: "Poppins Medium", sans-serif;
  background: none;
}
#offcanvasmenu .dropdown-menu .widget-video {
  display: none;
}
#offcanvasmenu .dropdown-menu .box-heading {
  color: #666666;
}
#offcanvasmenu .w-product {
  padding: 0;
}
#offcanvasmenu .product-block {
  border: none;
}
#offcanvasmenu .product-block .zoom, #offcanvasmenu .product-block .product-label {
  display: none;
}

#sys-notification {
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 9999;
}

.link-categories {
  position: absolute;
  top: 20px;
  right: 20px;
}
.rtl .link-categories {
  left: 20px;
  right: auto;
}
.link-categories ul li a {
  font-size: 12px;
}

.blockborder {
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  position: relative;
}

.style-border .panel-heading {
  border: none !important;
}
.style-border .panel-heading .panel-title {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #eaeaea;
}

.over-hidden {
  overflow: hidden;
}
.over-hidden .col-inner {
  overflow: hidden;
}
.over-hidden .owl-carousel .owl-wrapper-outer {
  overflow: visible;
}

.carousel-ed .carousel-controls {
  position: static;
  opacity: 0;
}
.carousel-ed .carousel-controls .carousel-control {
  top: 45%;
}
.carousel-ed:hover .carousel-controls {
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.no-shadow button {
  background-color: transparent;
  padding: 0 8px;
  font-size: 13px;
}
.no-shadow button:active, .no-shadow button:focus, .no-shadow button.active {
  box-shadow: none;
  color: #f1521b;
}

.widget-carousel .item-inner {
  margin: 20px 0;
}
.widget-carousel img:hover {
  box-shadow: 0 0 2px 1px #edeeee;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.widget-carousel.panel-default {
  margin-bottom: 0;
}

.pav-container {
  background-repeat: no-repeat;
}

.widget-images {
  margin-bottom: 30px;
}
.widget-images.no-margin {
  margin: 0;
}
.widget-images.hightlight {
  position: relative;
  margin-top: -110px;
  z-index: 0;
  margin-bottom: 0;
}

/* 
.img-adv{
    overflow: hidden;
} */
.effect-adv {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.effect-adv img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
  width: 100%;
}
.effect-adv:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transform: scale3d(1.1, 1.1, 1);
}

.effect > a {
  display: block;
  margin: 0 auto;
  position: relative;
}
.effect > a img {
  width: 100%;
}
.effect > a:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.effect > a:hover {
  background: #000 none repeat scroll 0 0;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.effect > a:hover:before {
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2) inset;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*
*Move Top
*/
#top {
  cursor: pointer;
  position: fixed;
  right: 15px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #e0e0e0;
  color: #414141;
  top: 80%;
  -webkit-box-shadow: 0 0 0 0 #f1521b inset;
  box-shadow: 0 0 0 0 #f1521b inset;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 999;
}
.rtl #top {
  left: 15px;
  right: auto;
}
#top:hover {
  -webkit-box-shadow: 0 0 0 30px #f1521b inset;
  box-shadow: 0 0 0 30px #f1521b inset;
  color: #FFFFFF;
}
#top:hover a {
  color: #FFFFFF;
}
#top a:hover {
  color: #FFFFFF !important;
}

.show-mobile {
  position: relative;
}
.show-mobile .inner-toggle {
  right: 5px;
  left: auto;
  top: 130%;
  margin: -1px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: perspective(200px) rotate3d(1, 0, 0, -90deg);
  transform-origin: 50% 0 0;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  border: medium none;
  display: block;
  margin-top: 0;
  min-width: 150px;
  padding: 15px;
  position: absolute;
  visibility: hidden;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  z-index: 999;
  font-size: 13px;
}
.show-mobile .inner-toggle ul, .show-mobile .inner-toggle ol, .show-mobile .inner-toggle .links {
  padding: 0;
  width: 100%;
}
.show-mobile .inner-toggle ul li, .show-mobile .inner-toggle ol li, .show-mobile .inner-toggle .links li {
  display: block;
  overflow: hidden;
  margin: 0;
}
.show-mobile .inner-toggle ul li a:hover, .show-mobile .inner-toggle ol li a:hover, .show-mobile .inner-toggle .links li a:hover {
  background-color: transparent;
  color: #f1521b;
}
.show-mobile .inner-toggle .btn {
  display: none;
}
.show-mobile .quick-access ul li a {
  padding: 5px 0;
  float: left;
}
.rtl .show-mobile .quick-access ul li a {
  float: right;
}
.show-mobile .quick-access ul li a .fa {
  padding-right: 8px;
}
.rtl .show-mobile .quick-access ul li a .fa {
  padding-left: 8px;
  padding-right: inherit;
}
.show-mobile .pull-left:hover .inner-toggle {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  top: 100%;
  transform: perspective(200px) rotate3d(1, 0, 0, 0deg);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.show-mobile .quickaccess-toggle {
  width: 35px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  color: #999;
}

.hightlighted .product-block .image {
  float: left;
  width: 50%;
  overflow: inherit;
  margin-right: 15px;
  z-index: 1;
}
.rtl .hightlighted .product-block .image {
  float: right;
}
.rtl .hightlighted .product-block .image {
  margin-left: 15px;
  margin-right: inherit;
}
.hightlighted .product-block .product-meta {
  float: right;
  width: 45%;
}
.rtl .hightlighted .product-block .product-meta {
  float: left;
}
.hightlighted .product-block .product-meta .price {
  width: 25%;
}
.hightlighted .product-block .description {
  color: #33312d;
  font-family: "Poppins", sans-serif;
  border-bottom: 1px solid #eaeaea;
  height: auto;
  padding-bottom: 34px;
  display: block;
}
.hightlighted .product-block .name {
  margin-bottom: 20px;
}
.hightlighted .product-block .name a {
  color: #000000;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
}
.hightlighted .product-block:hover .quickview {
  display: none;
}
.hightlighted .price-old {
  color: #f44336;
}
.hightlighted .price-new {
  color: #33312d;
  font-size: 24px;
}
.hightlighted .rating {
  margin-top: 15px;
  display: none !important;
}

.border-dashed:after {
  border-top: 1px dashed #f1521b;
}

.widget-cols .first-product {
  width: 50%;
  border-right: 1px solid #eaeaea;
}
.widget-cols .widget-product-list {
  width: 45%;
}
.widget-cols .widget-product-list.sidebar .products-row:first-child .product-col {
  margin-top: 0;
}
.widget-cols .widget-product-list.sidebar .products-row .product-col {
  width: 100%;
}

.fearure-content a {
  text-transform: uppercase;
  color: #f44336;
  line-height: 40px;
  font-size: 13px;
  font-family: "Poppins SemiBold", sans-serif;
}
.fearure-content a:hover {
  color: #f1521b;
}
.fearure-content a i {
  margin: 0 6px;
  font-size: 10px;
}

.img-list-product .image-item {
  width: 25%;
}
.img-list-product .list {
  width: 75%;
  float: left;
}

.information-contact .breadcrumbs {
  margin-bottom: 0 !important;
}

.pav-newsletter .form-control {
  background: #FFFFFF;
  border-radius: 3px !important;
}
.pav-newsletter input .forcus {
  border-color: #f1521b;
}

.hight-light .pav-newsletter .form-control {
  background: #FFFFFF;
}
.hight-light .pav-newsletter .btn-primary {
  background: #f44336;
}

.hight-lighted .pav-newsletter {
  border: 10px solid #ebebeb;
  padding-bottom: 20px;
}
.hight-lighted .pav-newsletter .description {
  margin-bottom: 0;
}

.contact-form .control-label {
  text-align: left;
}
.rtl .contact-form .control-label {
  text-align: right;
}

.pagination {
  margin-bottom: 30px;
}

.panel-contact-info .media-heading {
  font-weight: bold;
}
.panel-contact-info .panel-body {
  padding: 0 15px;
}

.search-auto {
  height: 40px;
}

.autosearch-wrapper .autosearch-input {
  display: inline-block;
  width: 60%;
  float: left;
  height: 40px;
  padding: 0 10px;
  border: none;
}
.rtl .autosearch-wrapper .autosearch-input {
  float: right;
}
.autosearch-wrapper .autosearch-category {
  display: inline-block;
  width: 32%;
  position: relative;
  overflow: hidden;
  float: right;
  border-left: 1px solid #cccccc;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
.rtl .autosearch-wrapper .autosearch-category {
  float: left;
}
.rtl .autosearch-wrapper .autosearch-category {
  border-right: 1px solid #cccccc;
  border-left: inherit;
}
.autosearch-wrapper .autosearch-category select {
  display: inline-block;
  border: none;
  width: 130%;
  height: 40px;
  padding: 0 10px;
  cursor: pointer;
}
.autosearch-wrapper .autosearch-category .fa {
  position: absolute;
  top: 36%;
  right: 10px;
}
.rtl .autosearch-wrapper .autosearch-category .fa {
  left: 10px;
  right: auto;
}
.autosearch-wrapper .autosearch-submit {
  border-radius: 3px;
  display: inline-block;
  width: 15%;
  height: 42px;
  margin: 0;
  float: right;
  color: #FFFFFF;
  font-family: "Poppins SemiBold", sans-serif;
  font-size: 12px;
}
.rtl .autosearch-wrapper .autosearch-submit {
  float: left;
}
.autosearch-wrapper .autosearch-submit .fa {
  color: #000000;
  font-size: 10px;
}
.autosearch-wrapper .search {
  background: #FFFFFF;
  width: 83%;
  border-radius: 3px;
  border: 1px solid #FFFFFF;
  height: 42px;
}
.autosearch-wrapper .search .autosearch {
  width: 100%;
}
.autosearch-wrapper .dropdown-menu > li.media {
  margin: 15px 10px;
  overflow: hidden;
}
.autosearch-wrapper .dropdown-menu > li.clearfix {
  border-bottom: 1px dashed #cccccc;
  margin-left: 10px;
  margin-right: 10px;
}
.autosearch-wrapper .dropdown-menu > li:last-child {
  border-bottom: none;
}
.autosearch-wrapper .dropdown-menu > li > a {
  padding: 0;
}
.autosearch-wrapper .dropdown-menu > li img {
  margin-right: 15px;
}
.rtl .autosearch-wrapper .dropdown-menu > li img {
  margin-left: 15px;
  margin-right: inherit;
}

.top-verticalmenu {
  overflow: hidden;
  position: relative;
}
.top-verticalmenu .menu-heading {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: none;
  display: block;
  width: 62px;
  line-height: 55px;
  color: #565656;
  background-image: -webkit-linear-gradient(top, #d2d2d2 0%, #fefefe 100%);
  background-image: -o-linear-gradient(top, #d2d2d2 0%, #fefefe 100%);
  background-image: linear-gradient(to bottom, #d2d2d2 0%, #fefefe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD2D2D2', endColorstr='#FFFEFEFE', GradientType=0);
  margin-right: 20px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.rtl .top-verticalmenu .menu-heading {
  margin-left: 20px;
  margin-right: inherit;
}
.top-verticalmenu .pav-verticalmenu {
  width: 270px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  overflow: inherit;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  top: 120%;
}
.top-verticalmenu .pav-verticalmenu .navbar {
  border: none;
  margin: 0;
  background: #FFFFFF;
}
.top-verticalmenu.always-show {
  overflow: visible;
}
.top-verticalmenu:hover .pav-verticalmenu, .top-verticalmenu.always-show .pav-verticalmenu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 100%;
  z-index: 101;
}
.top-verticalmenu:hover {
  overflow: visible;
}
.top-verticalmenu:hover .menu-heading h4 {
  color: #f1521b;
}

.verticalmenu .navbar-collapse {
  margin: 0;
  padding: 0;
  border: none;
}
.verticalmenu .navbar-nav {
  position: static;
  float: none;
  width: 100%;
}
.verticalmenu .navbar-nav > li {
  width: 100%;
  position: relative;
  position: static;
  border-bottom: 1px solid #eaeaea;
}
.verticalmenu .navbar-nav > li > a {
  display: block;
  text-transform: capitalize;
  padding: 12px 15px;
  color: #414141;
  font-family: "Poppins Medium", sans-serif;
  position: relative;
}
.verticalmenu .navbar-nav > li > a .menu-title {
  margin-left: 35px;
}
.rtl .verticalmenu .navbar-nav > li > a .menu-title {
  margin-right: 35px;
  margin-left: inherit;
}
.verticalmenu .navbar-nav > li > a .menu-icon {
  display: block;
  min-height: 24px;
}
.verticalmenu .navbar-nav > li > a .fa {
  margin-right: 5px;
  width: 20px;
}
.rtl .verticalmenu .navbar-nav > li > a .fa {
  margin-left: 5px;
  margin-right: inherit;
}
.verticalmenu .navbar-nav > li > a .caret {
  float: right;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-top: 8px;
}
.rtl .verticalmenu .navbar-nav > li > a .caret {
  float: left;
}
.rtl .verticalmenu .navbar-nav > li > a .caret {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.verticalmenu .navbar-nav > li > a:hover {
  color: #f1521b;
}
.verticalmenu .navbar-nav > li.topdropdow:hover {
  position: static;
}
.verticalmenu .navbar-nav > li:hover {
  background: #fafafa;
}
.verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  display: block;
  left: 99%;
}
.rtl .verticalmenu .navbar-nav > li:hover > .dropdown-menu {
  right: 99%;
  left: auto;
}
.verticalmenu .navbar-nav > li:last-child {
  margin-bottom: 10px;
}
.verticalmenu .navbar-nav > li:before {
  width: 10px;
  display: inline-block;
  color: #f1521b;
}
.verticalmenu .navbar-nav > li .parent {
  position: relative;
}
.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
  text-transform: none;
  font-weight: normal;
}
.verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.rtl .verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  left: 100%;
  right: auto;
}
.verticalmenu .navbar-nav > li .parent.dropdown-submenu:hover .dropdown-menu {
  right: 115%;
  display: block;
  top: 0;
}
.rtl .verticalmenu .navbar-nav > li .parent.dropdown-submenu:hover .dropdown-menu {
  left: 115%;
  right: auto;
}
.verticalmenu .dropdown-menu {
  right: auto;
  left: 110%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  top: 0;
  position: absolute;
  visibility: hidden;
  z-index: 999;
  display: block;
  min-width: 230px;
  padding: 30px;
  border: none;
}
.rtl .verticalmenu .dropdown-menu {
  left: auto;
  right: auto;
}
.rtl .verticalmenu .dropdown-menu {
  right: 110%;
  left: auto;
}
.verticalmenu .dropdown-menu.level1 {
  margin-top: -1px;
}
.verticalmenu .dropdown-menu.level1 .fa {
  display: none;
}
.verticalmenu .dropdown-menu.level2 .fa {
  display: none;
}
.verticalmenu .dropdown-menu.level3 .fa {
  display: none;
}
.verticalmenu .dropdown-menu li {
  line-height: 25px;
}
.verticalmenu .dropdown-menu ul {
  list-style-type: none;
  padding-left: 0;
}
.rtl .verticalmenu .dropdown-menu ul {
  padding-right: 0;
  padding-left: inherit;
}
.verticalmenu .dropdown-menu ul > li {
  margin: 10px 0;
}
.verticalmenu .dropdown-menu ul > li > a {
  font-family: "Poppins", sans-serif;
  color: #33312d;
}
.verticalmenu .dropdown-menu ul > li > a:hover {
  color: #f1521b;
}
.verticalmenu .dropdown-menu ul > li:before {
  width: 7px;
  height: 8px;
  display: inline-block;
  background-image: url("../../image/list.png");
  margin-right: 5px;
  content: "";
}
.rtl .verticalmenu .dropdown-menu ul > li:before {
  margin-left: 5px;
  margin-right: inherit;
}
.rtl .verticalmenu .dropdown-menu ul > li:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.verticalmenu .pavo-widget {
  margin-bottom: 30px;
}
.verticalmenu .widget-heading {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  font-family: "Poppins SemiBold", sans-serif;
}
.verticalmenu .bg1 div.dropdown-menu {
  background-image: url("../../image/bg1.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
}
.verticalmenu .w-product {
  min-height: 120px;
}

.productdeals .days {
  color: #f1521b;
}
.productdeals .footer-deals {
  margin-top: 10px;
  border-top: 1px solid #eaeaea;
  text-align: center;
}
.productdeals .item-countdown {
  position: absolute;
  bottom: 0;
  background: #fbfbfb;
  width: 100%;
  opacity: 0.64;
}
.productdeals .item-countdown .countdown_num {
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  position: relative;
  z-index: 0;
}
.productdeals .item-countdown .countdown_num:before {
  background-color: #000000;
  bottom: 50%;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.rtl .productdeals .item-countdown .countdown_num:before {
  right: 0;
  left: auto;
}
.productdeals .item-countdown ul {
  margin: 0;
  padding: 0;
}
.productdeals .item-countdown li {
  font-size: 12px;
  line-height: 16px;
  margin-right: 5px;
  background: #444645;
  margin-top: 15px;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px;
}
.rtl .productdeals .item-countdown li {
  margin-left: 5px;
  margin-right: inherit;
}
.productdeals .product-block .deals {
  display: inline-block;
  margin-bottom: 20px;
  width: 50%;
}
.productdeals .product-block .deals .price {
  padding: 15px;
}

@media (min-width: 1200px) {
  .header-layout .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pavcol-sm-5 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-v3 .cart-top {
    padding-right: 15px;
  }

  #pav-megamenu .navbar-nav > li {
    padding: 17px 20px 17px 5px;
  }

  .autosearch-wrapper .autosearch-submit {
    padding: 8px;
  }

  .verticalmenu .navbar-nav > li > a {
    padding: 12px;
  }

  .verticalmenu .navbar-nav > li > a .fa {
    margin-right: 15px;
  }

  .top-verticalmenu .pav-verticalmenu {
    width: 220px;
  }

  .product-info .compare {
    padding-left: 0;
  }

  .hightlighted .product-block .product-meta,
  .hightlighted .product-block .image {
    width: 100%;
  }

  .hight-lighted .pav-newsletter {
    padding-bottom: 8px;
  }

  #header-bottom .autosearch-wrapper .search {
    min-width: 385px;
  }

  .feature-box {
    border: none;
  }
}
/* Ipad Portrait */
@media (min-width: 768px) and (max-width: 991px) {
  .widget-images.hightlight {
    margin-top: 0;
  }

  .product-block .action .cart {
    width: 50%;
  }

  .feature-box-v4.feature-box,
  .feature-box-v5.feature-box {
    display: none;
  }

  .feature-box {
    border: none;
  }

  .header-v3 .cart-top {
    padding-right: 0;
  }

  .feature-box-v1 {
    margin: 0;
    min-height: auto;
  }

  .autosearch-wrapper .autosearch-submit {
    padding: 8px;
  }

  #header-bottom .autosearch-wrapper .search {
    min-width: 615px;
  }

  .footer-center .container .column {
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 200px;
  }

  .footer-center .container .column.padding {
    padding-left: 9px;
  }

  .img-list-product .list,
  .sidebar .products-row .product-col .product-block .image,
  .sidebar .products-row .product-col .product-block .product-meta {
    width: 100%;
  }

  .pav-header #cart-top {
    float: right !important;
  }

  #cart {
    float: left !important;
  }

  .product-info .compare {
    padding-left: 0;
  }

  .zoomContainer {
    display: none !important;
  }

  #header-main {
    margin-bottom: 0;
  }

  .hight-lighted .latest-posts-v1 .latest-posts-img-profile,
  .hight-lighted .latest-posts-v1 .latest-posts-meta {
    width: 100%;
  }

  .box-top {
    margin-bottom: 20px;
  }

  .box-top .dropdown > .dropdown-menu {
    left: 0;
    right: auto;
  }

  .product-info .action > div {
    margin-bottom: 10px;
  }

  .image-additional .owl-item {
    width: 110px !important;
  }

  .pav-newsletter .form-control {
    width: 100%;
  }

  .hight-lighted {
    margin-bottom: 60px;
  }
  .hight-lighted .panel-heading {
    padding: 10px 0 0;
  }
  .hight-lighted .pav-newsletter .form-control {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .hight-lighted .pav-newsletter {
    padding-bottom: 6px;
  }

  #search {
    padding-bottom: 12px;
  }

  .download {
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }

  .pav-container,
  .header-wrap {
    background-image: none !important;
  }
}
/* Iphone 5 landscape  */
@media (max-width: 767px) {
  .product-block .bottom {
    opacity: 1;
  }
  .product-block .action > div {
    opacity: 1;
  }
  .product-block:hover {
    box-shadow: none;
  }
  .product-block:hover .product-meta .bottom {
    bottom: 0;
  }
  .product-block:hover .action {
    box-shadow: none;
  }

  .widget-images.hightlight {
    display: none;
  }

  .feature-box-v4.feature-box,
  .feature-box-v5.feature-box {
    display: none;
  }

  .pav-container,
  .header-wrap {
    background-image: none !important;
  }

  #cart-top {
    float: left !important;
  }

  .box-top .dropdown > .dropdown-menu {
    left: 0;
    right: auto;
  }

  .pav-header #header-main {
    margin: 15px 0;
  }

  #header-layout .logo {
    margin: 15px 0;
  }

  #topbar .freeship {
    margin-bottom: 10px;
  }

  .box-top {
    margin-bottom: 20px;
    float: left !important;
  }

  .cart-search {
    float: left;
    margin: 0 10px;
  }
  .rtl .cart-search {
    float: right;
  }

  .custom-full ul li {
    width: 100%;
  }

  .hightlight .product-block .image {
    width: 100%;
  }

  .feature-box.feature-box-center {
    padding: 10px 16px;
  }

  .footer-center .container .column {
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .footer-center .container .column.padding {
    padding-left: 10px;
  }

  .footer-center .container .column {
    min-height: 185px;
  }

  .zoomContainer {
    display: none !important;
  }

  h4, .h4 {
    font-size: 14px;
  }

  .img-list-product .list {
    width: 100%;
  }

  .border-right {
    border-right: 0;
  }

  .hight-lighted .latest-posts-v1 .latest-posts-img-profile,
  .hight-lighted .latest-posts-v1 .latest-posts-meta,
  .pav-newsletter .form-control {
    width: 100%;
  }

  .product-info .product-extra {
    padding: 10px;
  }

  .product-info .compare {
    padding-left: 0;
  }

  .product-info .quantity-adder {
    margin-bottom: 10px;
  }

  .image-additional .owl-item {
    width: 142px !important;
  }

  .call-top {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .product-list .product-block .description {
    height: auto;
  }

  .product-list .product-block .image {
    width: 100%;
  }

  .product-list .product-block .product-meta {
    width: 100%;
    padding: 0;
  }

  .feature-box {
    width: 100%;
    min-height: 135px;
    border: none;
  }

  .cart-top .dropdown-menu {
    left: 0;
    right: auto;
  }

  .cart-top .view-cart a {
    margin-right: 0;
  }

  .download {
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }

  .cart-right .cart-top .cart-inner a {
    color: #414141;
  }

  .feature-box {
    min-height: 80px;
  }

  .feature-box-v1, .feature-box-v3 {
    margin: 10px 0;
  }

  /*////////////////////////////////////////////////*/
  #header-main {
    margin-bottom: 0;
  }
  #header-main .container {
    text-align: center;
  }
  .cart-top .dropdown-menu {
    left: -205px;
  }
  /*////////////////////////////////////////////////*/
}
/* Iphone 4 + 5 Portrait */
@media (max-width: 480px) {
  .feature-box {
    min-height: 80px;
  }

  .feature-box-v1, .feature-box-v3 {
    margin: 10px 0;
  }

  .cart-right .cart-top .cart-inner a {
    color: #414141;
  }

  .product-block .action > div {
    margin-bottom: 5px;
  }

  .pav-comment .rc-anchor-normal {
    width: 254px !important;
  }

  .pav-comment .form-control {
    width: 85% !important;
  }

  .buttons-wrap.right {
    text-align: left !important;
  }

  .download {
    margin-top: 20px;
    float: none !important;
  }

  .download img {
    float: left;
  }

  .paypal {
    float: none !important;
  }

  #powered .container .center-power img {
    margin-left: 0;
  }

  .center-power span {
    width: 100%;
    display: block;
    text-align: left;
  }

  .widget-cols .first-product {
    width: 100%;
  }

  .widget-cols .widget-product-list {
    width: 100%;
  }

  .refine-search ul li, .refine-search ol li {
    width: 90%;
  }

  .cart-top .dropdown-menu {
    min-width: 270px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 260px;
  }
  .cart-top .dropdown-menu img {
    display: none;
  }

  /*////////////////////////////////////////////////*/
  #header-main {
    margin-bottom: 0;
  }
  #header-main .container {
    text-align: center;
  }
  #header-layout .logo {
    margin: 0 0 12px;
  }

  .call-top {
    margin: 0;
    width: 53%;
    text-align: right;
  }
  .call-top span {
    font-size: 10px;
    text-align: left;
  }
  .call-top b {
    font-size: 10px;
    font-weight: bold;
  }
  .call-top strong {
    width: 26px;
    margin-right: 4px;
  }

  .same-style .wrap-cart b {
    font-size: 10px;
    font-weight: bold;
  }
  .same-style .cart-total {
    font-size: 10px;
  }
  .cart-top {
    width: 47%;
  }
  .cart-top .wrap-cart {
    margin-left: 0;
  }
  .cart-top .dropdown-menu {
    left: -140px;
  }
  .bottom-offcanvas {
    top: -8px;
    left: -13px;
    position: absolute;
  }
  /*////////////////////////////////////////////////*/

  .product-block:hover .product-meta .rating {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }

  .productdeals.image-deal .product-block .image {
    width: 100%;
  }

  .hightlighted .product-block .product-meta,
  .hightlighted .product-block .image {
    width: 100%;
  }

  .tab-v3 .nav-tabs > li:first-child {
    margin-left: 0;
  }

  .tab-v3 .nav-tabs > li.active > a {
    border: 0;
  }

  .tab-v3 .nav-tabs > li {
    margin-bottom: 0;
  }
}
.common-home .panel-default {
  border-radius: 0;
  z-index: 1;
  background: transparent;
}
.common-home .panel-default .panel-heading {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.common-home .product-col {
  border-right: 1px solid #eaeaea;
}
.rtl .common-home .product-col {
  border-left: 1px solid #eaeaea;
  border-right: inherit;
}

.carousel-controls {
  right: 0;
}
.rtl .carousel-controls {
  left: 0;
  right: auto;
}

.widget-carousel {
  background: #FFFFFF;
}

.footer-center .container-inner {
  border-radius: 0;
  background: #352614;
}

#powered .container-inner {
  border-radius: 0;
  background: #332413;
}

.widget-blogs .panel-body {
  background: #FFFFFF;
}
.widget-heading .panel-title {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.deal-of-month .w-banner a::before {
    background-color: rgba(255, 255, 255, 0.2);
    display: block;
    width: 100%;
    height: 100%;
    /*left: -100%;*/
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    z-index: 1;
}

.deal-of-month .w-banner:hover a::before {
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
}