@charset "UTF-8";
/*Font family*/
/*Colors*/
/*font size*/
/*Font weights*/
/*line-height*/
/*Responsive widths*/
/*color*/
.theme-color {
	color:#0ea5e9;
  /*color: #84ba3f; replaced google color 4285F4 or theme 0ea5e9 */
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #363636;
}

.text-gray {
  color: #999999;
}

/*background*/
.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f7f7f7;
}

.dark-gray-bg {
  background: #666666;
}

.theme-bg {
  background: #84ba3f;
}

.black-bg {
  background: #323232;
}

.dark-theme-bg {
  background: #050801;
}

/*Page section margin padding*/
/*************************
      Header
*************************/
.default {
  background: transparent;
  z-index: 9999;
  position: absolute;
  width: 100%;
}

body > .wrapper {
  position: relative;
}

body.modal-open .mega-menu.desktopTopFixed .menu-list-items {
  right: 17px;
  width: auto;
}

.mega-menu * .topbar-social ul {
  text-align: inherit;
}

.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4px 0;
  
}

.topbar ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
}

.topbar ul li:last-child {
  margin-right: 0px;
}

.topbar ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
}

.topbar ul li a:hover {
  color: #84ba3f;
}

.topbar-call ul li i {
  margin-right: 5px;
  color: #84ba3f;
}

.topbar-call ul li a {
  margin-right: 30px;
  color: #ffffff;
  text-decoration:none;
}

.topbar-social {
  position: relative;
}

.topbar-social ul li a {
  margin-left: 5px;
  text-decoration:none;
}

.topbar-social ul li a span {
  margin-right: 5px;
  font-size: 12px;
}

.topbar-social ul li:last-child a span {
  margin-right: 0;
}

.menu-bar {
  float: right;
}

.mega-menu .menu-links {
  float: left;
}

.mega-menu .menu-links > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.mega-menu .menu-links > li.active .drop-down-multilevel a {
  color: #555555;
}

.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
  color: #84ba3f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
  color: #84ba3f;
  background: #f7f7f7;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #323232;
  background: transparent;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #84ba3f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
  color: #84ba3f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
  color: #323232;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #84ba3f;
  background: #f7f7f7;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #323232;
  background: transparent;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #84ba3f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #84ba3f;
  background: #f7f7f7;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
  color: #84ba3f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active i {
  color: #84ba3f;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
  color: #84ba3f;
}

.mega-menu .menu-links > li.active .drop-down a {
  color: #323232;
}

.mega-menu .menu-links > li.active .drop-down a:hover {
  color: #84ba3f;
}

.mega-menu .menu-links > li.active .drop-down a i:hover {
  color: #84ba3f;
}

.mega-menu .menu-links > li.active .drop-down li.active a {
  color: #84ba3f;
}

.mega-menu .menu-links > li.active .drop-down li.active a i {
  color: #84ba3f;
}

.mega-menu .menu-logo {
  padding: 5px 0 5px;
}

.mega-menu .menu-logo img {
  height: 40px;
}

.mega-menu .drop-down-multilevel.right-menu {
  right: 0px;
}

.mega-menu > section.menu-list-items {
  padding: 0;
}

.mega-menu .row {
  margin-left: 0px;
  margin-right: 0px;
}

.mega-menu .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.mega-menu .badge {
  color: #ffffff;
}

.mega-menu .drop-down-multilevel li.activeTriggerMobile {
  background: #fafafa;
}

.search-cart {
  display: inline-block;
}

.search-cart i.icon {
  color: #ffffff;
  line-height: 20px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search-cart i.icon:hover {
  color: #84ba3f;
}

.search-cart .search {
  display: inline-block;
  padding-right: 0px;
  padding-left: 10px;
  padding-top:0px;
}

.search-cart .shpping-cart {
  display: inline-block;
}

.shpping-cart a {
  position: relative;
}

.shpping-cart strong.item {
  display: block;
  position: absolute;
  top: -7px;
  left: auto;
  right: -8px;
  font-size: 10px;
  color: #ffffff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #84ba3f;
  border-radius: 50%;
}

.search .search-btn {
  display: block;
  height: 20px;
  line-height: 21px;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  color: #ffffff;
  -o-transition: color 300ms ease 0s;
  -moz-transition: color 300ms ease 0s;
  -ms-transition: color 300ms ease 0s;
  -webkit-transition: color 300ms ease 0s;
  transition: color 300ms ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search .search-btn:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  font-weight: normal;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.search .search-btn:hover {
  color: #84ba3f;
}

.search .search-box input {
  background: transparent;
  border: 1px solid #eceff8;
  padding-left: 15px;
  border-radius: 3px;
}

.search .search-box input:focus {
  background: transparent;
  border: 1px solid #eceff8;
}

.search .search-box button {
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  right: 27px;
  top: 27px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.search .search-box button:hover {
  color: #84ba3f;
}

.search.search-open .search-btn:before {
  content: "";
}

.search.search-open .search-box {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.search-box {
  background: #ffffff;
  display: block;
  margin: 0;
  opacity: 0 !important;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 100%;
  transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
  visibility: hidden;
  width: 327px;
  z-index: 888;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 400ms ease;
}

.cart {
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: absolute;
  margin-top: 0px;
  right: 0;
  width: 300px;
  border: 1px solid #eceff8;
  border-radius: 3px;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: all 400ms ease;
}

.cart:before {
  bottom: 100%;
  right: 8px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -8px;
}

.cart.cart-open {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}

.cart-title {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.cart-item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 20px;
  position: relative;
}

.cart-item .cart-image {
  display: table-cell;
  padding-right: 15px;
}

.cart-item .cart-image img {
  height: 40px;
}

.cart-item .cart-name {
  display: table-cell;
  vertical-align: top;
}

.cart-item .cart-name a {
  display: block;
  color: #323232;
}

.cart-item .cart-name a:hover {
  color: #84ba3f;
}

.cart-item .cart-name span {
  color: #323232;
  display: inline-block;
}

.cart-item .cart-name strong {
  padding-left: 30px;
}

.cart-item .cart-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.cart-item .cart-close a {
  font-size: 14px;
}

.cart-item .cart-close a:hover {
  color: #323232;
}

.cart-price del {
  font-size: 14px;
  background: transparent;
  color: #323232;
  padding-left: 0;
}

.cart-price ins {
  text-decoration: none;
  color: #84ba3f;
  font-size: 16px;
  font-weight: bold;
}

.cart-total {
  padding: 20px;
  text-align: center;
  background: #f7f7f7;
}

.cart-total h6 {
  text-align: center;
}

.cart-total a {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 18px;
  margin: 0;
}

.cart-total a.button {
  display: inline-block;
}

.cart-total .button + .button {
  margin: 0;
}

.mega-menu.desktopTopFixed .menu-logo {
  padding: 0px;
}

.mega-menu.desktopTopFixed .search-cart i.icon {
  line-height: 20px;
}

.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
  height: 30px;
}

.header.fullWidth .container-fluid {
  padding: 0 60px;
}

.header.light {
  background: #ffffff;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.header.light .topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.light .topbar ul li {
  color: #323232;
}

.header.light .topbar ul li a {
  color: #323232;
}

.header.light .mega-menu .menu-links > li > a {
  color: #323232;
}

.header.light .mega-menu .menu-links > li > a:hover {
  color: #84ba3f;
}

.header.light .mega-menu .menu-links > li.active > a {
  color: #84ba3f;
}

.header.light .search-cart i.icon {
  color: #323232;
}

.header.light .search-cart i.icon:hover {
  color: #84ba3f;
}

.header.light .mega-menu.desktopTopFixed .menu-list-items {
  background: #ffffff;
}

.header.light .search .search-btn {
  color: #323232;
}

.header.light .search .search-btn:hover {
  color: #84ba3f;
}

.header.dark {
  background: #323232;
  position: relative;
}

.header.transparent {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  z-index: 999;
}

.header.left-menu .menu-bar {
  float: none;
}

.header.left-menu .menu-links {
  padding-left: 30px;
}

.header.left-menu .search-cart {
  float: right;
}

.header.logo-center .mega-menu {
  min-height: 170px;
}

.header.logo-center .mega-menu .menu-logo > li {
  float: none;
  line-height: 0;
}

.header.logo-center .mega-menu .menu-logo > li > a {
  float: none;
}

.header.logo-center .mega-menu img {
  float: none;
  margin: 0 auto;
}

.header.logo-center .menu-logo {
  float: none;
  display: block;
  text-align: center;
}

.header.logo-center .menu-bar {
  float: none;
}

.header.logo-center .search-cart {
  float: right;
}

.header.logo-center .mega-menu.desktopTopFixed .menu-logo {
  float: left;
  display: inline-block;
}

.header.logo-center .mega-menu.desktopTopFixed .menu-logo > li > a {
  float: left;
}

.header.logo-center .mega-menu.desktopTopFixed img {
  float: left;
  margin: 0 auto;
}

.header.logo-center .mega-menu.desktopTopFixed .menu-bar {
  float: right;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.header.logo-center .mega-menu.desktopTopFixed .search-cart {
  float: right;
}

.header.fancy {
  background: transparent;
  position: relative;
  border-bottom: 0;
}

.header.fancy .topbar {
  background: #84ba3f;
  padding: 15px 0px 70px;
}

.header.fancy .topbar .topbar-right li a:hover {
  color: #323232;
}

.header.fancy .topbar + .menu {
  top: 60px;
}

.header.fancy .topbar ul li a:hover {
  color: #323232;
}

.header.fancy .search-cart i.icon {
  color: #323232;
  line-height: 20px;
}

.header.fancy .search-cart i.icon:hover {
  color: #84ba3f;
}

.header.fancy .topbar-call ul li i {
  color: #ffffff;
}

.header.fancy .mega-menu .menu-logo {
  padding: 26px 0px;
}

.header.fancy .mega-menu > section.menu-list-items {
  background: #ffffff;
  padding: 0px 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.header.fancy .mega-menu .menu-links > li > a {
  color: #323232;
  line-height: 20px;
}

.header.fancy .mega-menu .menu-links > li > a:hover {
  color: #84ba3f;
}

.header.fancy .mega-menu .menu-links > li.active > a {
  color: #84ba3f;
}

.header.fancy .menu {
  position: absolute;
  width: 100%;
  top: 30px;
}

.header.fancy .mega-menu.desktopTopFixed > section.menu-list-items {
  border-bottom: 1px solid #f6f6f6;
}

.header.fancy .mega-menu.desktopTopFixed .menu-links > li > a {
  color: #ffffff;
  color: #323232;
}

.header.fancy .mega-menu.desktopTopFixed .menu-links > li > a:hover {
  color: #84ba3f;
}

.header.fancy .mega-menu.desktopTopFixed .menu-links > li.active > a {
  color: #84ba3f;
}

.header.fancy .mega-menu.desktopTopFixed .menu-logo {
  padding: 0;
}

.header.fancy .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
  line-height: 20px;
}

.header.fancy .mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
  height: 30px;
}

.header.fancy .mega-menu.desktopTopFixed .search-cart i.icon {
  line-height: 20px;
}

.header.fancy .mega-menu.desktopTopFixed .drop-down.grid-col-5 {
  width: 21.66666666666667%;
}

.header.fancy .search .search-btn {
  color: #323232;
}

.header.fancy .search .search-btn:hover {
  color: #84ba3f;
}

.header.fancy .search-box {
  margin-top: -6px;
}

.header.fancy .mega-menu.desktopTopFixed .menu-links > li > a:hover,
.header.fancy .mega-menu.desktopTopFixed .menu-links > li.active > a {
  color: #84ba3f;
}

.header.fancy.without-topbar .menu {
  top: 30px;
}

.header.burger {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 30px 30px;
}

.header.burger .menu-icon {
  font-size: 30px;
  color: #323232;
}

.header.burger .menu-icon:hover {
  color: #84ba3f;
}

.header.burger .logo {
  display: inline-block;
}

.header.burger .logo img {
  height: 50px;
}

.side-menu-icon {
  display: inline-block;
}

.side-menu-icon .menu-icon {
  font-size: 16px;
  color: #ffffff;
  padding-left: 15px;
}

.side-menu-icon .menu-icon:hover {
  color: #84ba3f;
}

.header.text-dark .topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header.text-dark .topbar ul li {
  color: #323232;
}

.header.text-dark .topbar ul li a {
  color: #323232;
}

.header.text-dark .topbar ul li a:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li > a {
  color: #323232;
}

.header.text-dark .mega-menu .menu-links > li > a:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li.active > a {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down a {
  color: #ffffff;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down li.active a {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down li a:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel a {
  color: #ffffff;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
  background: #282828;
  color: #84ba3f;
  background: #282828;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #ffffff;
  background: transparent;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
  color: #ffffff;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #84ba3f;
  background: #282828;
  color: #84ba3f;
  background: #282828;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #ffffff;
  background: transparent;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #84ba3f;
  background: #282828;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active i {
  color: #84ba3f;
}

.header.text-dark .mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
  color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down-multilevel {
  background: #323232;
}

.header.text-dark .mega-menu .drop-down-multilevel a {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down-multilevel a:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down-multilevel a:hover i.fa-indicator {
  color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down-multilevel li:hover {
  background: #282828;
}

.header.text-dark .mega-menu .drop-down-multilevel i.fa-indicator {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down-multilevel li.active a i.fa-indicator {
  color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down.menu-bg {
  background: #323232 url(../images/objects/menu-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 0;
}

.header.text-dark .mega-menu .drop-down-tab-bar {
  background: #323232 url(../images/objects/menu-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 0;
  background: #323232;
}

.header.text-dark .mega-menu .drop-down-tab-bar a {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down-tab-bar a:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down-tab-bar a:hover i.fa {
  color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down-tab-bar i.fa {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down {
  background: #323232;
}

.header.text-dark .mega-menu .drop-down a {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down a:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down a:hover i.fa {
  color: #84ba3f;
}

.header.text-dark .mega-menu .drop-down i.fa {
  color: #ffffff;
}

.header.text-dark .mega-menu .drop-down.menu-shop-bg {
  background: #323232 url(../images/objects/menu-shop-bg.jpg) !important;
  background-repeat: no-repeat;
  background-position: right;
}

.header.text-dark .search-cart i.icon {
  color: #323232;
}

.header.text-dark .search-cart i.icon:hover {
  color: #84ba3f;
}

.header.text-dark .mega-menu.desktopTopFixed .menu-list-items {
  background: #ffffff;
}

.header.text-dark .search .search-btn {
  color: #323232;
}

.header.text-dark .search .search-btn:hover {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel {
  background: #323232;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel a {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel a:hover {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel a:hover i.fa-indicator {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel li:hover {
  background: #282828;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel i.fa-indicator {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .drop-down-multilevel li.active a i.fa-indicator {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .drop-down.menu-bg {
  background: #323232 url(../images/objects/menu-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 0;
}

.header.dark-dropdown .mega-menu .drop-down-tab-bar {
  background: #323232 url(../images/objects/menu-bg.png);
  background-repeat: no-repeat;
  background-position: 120% 0;
  background: #323232;
}

.header.dark-dropdown .mega-menu .drop-down-tab-bar a {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .drop-down-tab-bar a:hover {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .drop-down-tab-bar a:hover i.fa {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .drop-down-tab-bar i.fa {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .drop-down {
  background: #323232;
}

.header.dark-dropdown .mega-menu .drop-down a {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .drop-down a:hover {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .drop-down a:hover i.fa {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .drop-down i.fa {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down a {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down li.active a {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down li a:hover {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel a {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
  background: #282828;
  color: #84ba3f;
  background: #282828;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #ffffff;
  background: transparent;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a .drop-down-multilevel li a:hover {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li a i {
  color: #ffffff;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #84ba3f;
  background: #282828;
  color: #84ba3f;
  background: #282828;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a {
  color: #ffffff;
  background: transparent;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li a:hover {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active .drop-down-multilevel li.active a {
  color: #84ba3f;
  background: #282828;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active .drop-down-multilevel li.active i {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active i {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .menu-links > li.active .drop-down-multilevel li.active:hover .drop-down-multilevel li a:hover i {
  color: #84ba3f;
}

.header.dark-dropdown .mega-menu .drop-down.menu-shop-bg {
  background: #323232 url(../images/objects/menu-shop-bg.jpg) !important;
  background-repeat: no-repeat;
  background-position: right;
}

.header .label.label-default {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

.header .label.label-primary {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

.header .label.label-success {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

.header .label.label-info {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

.header .label.label-warning {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}

.header .label.label-danger {
  color: #ffffff;
  padding: 0px 5px;
  line-height: 14px;
  display: inline-block;
}
  /* line copy till 8860 */
  
  /*1952 */
.navbar > .container .navbar-brand {
  margin-left: 0;
}

.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}  

.rev-slider {
  overflow: hidden;
  position: relative;
}
.rev-slider {
    margin: 0;
  }
.rev-slider #rev_slider_20_1_forcefullwidth .rev-btn {
    padding: 6px 10px !important;
    line-height: 0 !important;
    font-size: 8px !important;
  }  

 /* start 8861 */
#onepagenav .mega-menu .menu-links > li > a {
  text-transform: capitalize;
}

.vertical-menu #onepagenav.menu .mega-menu .menu-links > li {
  display: block;
  float: none;
}

.vertical-menu #onepagenav.menu .mega-menu .menu-links > li > a {
  display: block;
}

.vertical-menu .menu .menu-logo {
  padding: 50px 20px;
}

.vertical-menu .menu .mega-menu .menu-links > li > a {
  padding: 0 23px;
}

.vertical-menu .menu-widgets {
  padding: 20px;
}

.header.topbar-dark .topbar {
  background: #323232;
}

.header.topbar-dark .topbar .topbar-call ul li a {
  color: #ffffff !important;
}

.header.topbar-dark .topbar ul li {
  color: #ffffff !important;
}

.header.topbar-dark .topbar ul li a {
  color: #ffffff !important;
}

header.one-page {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.navbar-inverse {
  background: transparent;
  border: 0;
}

.navbar-inverse .navbar-nav > li {
  padding: 35px 15px;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  padding: 0;
  text-transform: capitalize;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #84ba3f;
}

.navbar-inverse .navbar-nav > .active > a {
  background: transparent;
  color: #84ba3f;
}

.navbar-inverse .navbar-nav > .active > a:focus {
  background: transparent;
  color: #84ba3f;
}

.navbar-inverse .navbar-nav > .active > a:hover {
  background: transparent;
  color: #84ba3f;
}

.navbar-brand {
  height: auto;
  padding: 25px 0;
}

.navbar {
  min-height: 80px;
  min-height: inherit !important;
}

.navbar .navbar-brand img {
  height: 40px;
}

.navbar-nav {
  float: right;
}

.navbar-nav > li > a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navbar.affix {
  width: 100%;
  background: #323232;
  width: 100%;
  background: #323232;
}

.navbar.affix .navbar-brand {
  padding: 15px 0;
}

.navbar.affix .navbar-brand img {
  height: 30px;
}

.navbar.affix .navbar-nav > li {
  padding: 20px 15px;
}

.vertical-header {
  padding-left: 260px;
}

.vertical-header .container-fluid {
  padding: 0 80px;
}

.vertical-header .navbar {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}

.menu-responsive {
  display: none;
}

.header.vertical-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 260px;
  min-height: 100%;
  background: #212121;
  z-index: 999;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header.vertical-menu .menu-bar {
  float: none;
}

.mega-menu.vertical-left {
  float: none;
}

.mega-menu.vertical-right {
  float: none;
}

.menu-widgets {
  position: absolute;
  bottom: 20px;
}

.menu-widgets .social-icons.social-border li a {
  border: 2px solid;
  line-height: 30px;
}

header.one-page.vertical-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #212121;
  width: 260px;
  padding: 30px;
}

header.one-page.vertical-menu .navbar-header {
  float: none;
  margin-bottom: 20px;
}

header.one-page.vertical-menu .navbar-nav {
  float: none;
}

header.one-page.vertical-menu .navbar-nav > li {
  display: block;
  float: none;
}

header.one-page.vertical-menu .navbar-inverse .navbar-nav > li {
  padding: 15px 0px;
}

header.one-page.vertical-menu .navbar-collapse {
  padding: 0;
}

header.one-page.vertical-menu .menu-widgets {
  padding: 0px;
}

header.one-page.light {
  position: relative;
  background: #ffffff;
}

header.one-page.light .navbar {
  margin-bottom: 0;
}

header.one-page.light .navbar-inverse .navbar-nav > li > a {
  color: #323232;
}

header.one-page.light .navbar-inverse .navbar-nav > li > a:hover {
  color: #84ba3f;
}

header.one-page.light .navbar-inverse .navbar-nav > .active > a {
  background: transparent;
  color: #84ba3f;
}

header.one-page.light .navbar-inverse .navbar-nav > .active > a:focus {
  background: transparent;
  color: #84ba3f;
}

header.one-page.light .navbar-inverse .navbar-nav > .active > a:hover {
  background: transparent;
  color: #84ba3f;
}

header.one-page.light .navbar-inverse .navbar-collapse {
  background: #ffffff;
}

header.one-page.light .navbar-inverse .navbar-form {
  background: #ffffff;
}

header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01 > li > a {
  padding: 5px 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01 > li > a:hover {
  -webkit-box-shadow: inset 178px 0px 0px 0px #84ba3f;
  -o-box-shadow: inset 178px 0px 0px 0px #84ba3f;
  -ms-box-shadow: inset 178px 0px 0px 0px #84ba3f;
  -moz-box-shadow: inset 178px 0px 0px 0px #84ba3f;
  box-shadow: inset 178px 0px 0px 0px #84ba3f;
  color: #ffffff;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

header.one-page.light .navbar-inverse .navbar-nav.hover-effect-01 > .active > a {
  -webkit-box-shadow: inset 178px 0px 0px 0px #84ba3f;
  -o-box-shadow: inset 178px 0px 0px 0px #84ba3f;
  -ms-box-shadow: inset 178px 0px 0px 0px #84ba3f;
  -moz-box-shadow: inset 178px 0px 0px 0px #84ba3f;
  box-shadow: inset 178px 0px 0px 0px #84ba3f;
  color: #ffffff;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

header.one-page.light .navbar.affix {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.one-page.nav-center .navbar-collapse.collapse {
  text-align: center;
}

.one-page.nav-center .navbar-nav {
  float: none;
  display: inline-block;
}

.one-page.transparent {
  background: rgba(0, 12, 27, 0.5);
}

.one-page.transparent .navbar {
  margin-bottom: 0;
}

.one-page.dark-text .navbar-inverse .navbar-nav > li > a {
  color: #323232;
}

.one-page.dark-text .navbar-inverse .navbar-nav > li > a:hover {
  color: #d12326;
}

.one-page.dark-text .navbar-inverse .navbar-nav > .active > a {
  color: #d12326;
}

.one-page.dark-text .navbar-inverse .navbar-nav > .active > a:focus {
  color: #d12326;
}

.one-page.dark-text .navbar-inverse .navbar-nav > .active > a:hover {
  color: #d12326;
}

.one-page.dark-text .navbar.affix {
  background: #ffffff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
  .mega-menu {
    min-height: inherit;
  }
  .mega-menu > section.menu-list-items {
    float: none;
  }
  .mega-menu > section.menu-list-items > .container {
    height: 100%;
  }
  .mega-menu > section.menu-list-items > .container > .row {
    height: 100%;
  }
  .mega-menu > section.menu-list-items > .container > .row > div {
    height: 100%;
  }
  .mega-menu > section.menu-list-items .menu-bar {
    height: 100%;
  }
  .mega-menu > section.menu-list-items .menu-bar > ul {
    display: table !important;
    height: 100%;
  }
  .mega-menu > section.menu-list-items .menu-bar > ul > li {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .mega-menu > section.menu-list-items .search-cart {
    height: 100%;
  }
  .mega-menu > section.menu-list-items .search-cart .search {
    vertical-align: middle;
    display: table;
    height: 100%;
    float: left;
  }
  .mega-menu > section.menu-list-items > .container-fluid {
    height: 100%;
  }
  .mega-menu > section.menu-list-items > .container-fluid > .row {
    height: 100%;
  }
  .mega-menu > section.menu-list-items > .container-fluid > .row > div {
    height: 100%;
  }
  .mega-menu .drop-down {
    top: 100%;
  }
  .mega-menu .drop-down-tab-bar {
    top: 100%;
  }
  .mega-menu .drop-down-multilevel {
    top: 100%;
  }
  .header.light .mega-menu {
    min-height: 90px;
    min-height: 90px;
  }
  .header .search .search-btn {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 10px;
    float: none;
    clear: both;
    height: 100%;
  }
  .search .search-btn:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .search-cart .shpping-cart {
    display: table;
    float: left;
    height: 100%;
  }
  .search-cart .side-menu-icon {
    display: table;
    float: left;
    height: 100%;
  }
  .shpping-cart a {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  .shpping-cart strong.item {
    display: block;
    position: absolute;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -10px;
  }
  .cart {
    top: 100%;
  }
  .logo-center .mega-menu > section.menu-list-items .menu-bar {
    height: auto;
  }
  .logo-center .mega-menu > section.menu-list-items .menu-bar > ul {
    height: auto;
  }
  .logo-center .mega-menu > section.menu-list-items .menu-bar > ul > li {
    display: inline-block;
  }
  .logo-center .mega-menu > section.menu-list-items .search-cart {
    height: auto;
  }
  .logo-center .mega-menu .drop-down {
    top: auto;
  }
  .logo-center .mega-menu .drop-down-tab-bar {
    top: auto;
  }
  .logo-center .mega-menu .drop-down-multilevel {
    top: auto;
  }
  .logo-center .mega-menu .menu-links > li > a {
    line-height: 72px;
  }
  .logo-center .search-cart i.icon {
    line-height: 72px;
  }
  .logo-center .search-cart .shpping-cart {
    float: right;
  }
  .logo-center .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
    line-height: 60px;
  }
  .logo-center .mega-menu.desktopTopFixed .search .search-btn {
    line-height: 60px;
  }
  .logo-center .mega-menu.desktopTopFixed .search-cart i.icon {
    line-height: 60px;
  }
  .logo-center .search .search-btn:before {
    top: inherit;
    transform: inherit;
  }
  .logo-center.header .search .search-btn {
    line-height: 72px;
  }
  .vertical-menu .mega-menu > section.menu-list-items .menu-bar {
    height: auto;
  }
  .vertical-menu .mega-menu > section.menu-list-items .menu-bar > ul > li {
    display: block;
  }
  .side-menu-icon .menu-icon {
    position: relative;
    display: table-cell;
    vertical-align: middle;
  }
  nav#menu.desktopTopFixed {
    min-height: 90px;
  }
  /* Menu Center */
  .menu-center .mega-menu > section.menu-list-items .menu-bar {
    display: flex;
    justify-content: center;
  }
  .menu-center .mega-menu > section.menu-list-items .menu-bar > ul {
    float: none;
  }
  .menu-center .mega-menu > section.menu-list-items .search-cart {
    float: none;
  }
  .menu-center .mega-menu > section.menu-list-items .search-cart .search {
    display: inline-block;
  }
}

.rev-slider {
  overflow: hidden;
  position: relative;
}

.slotholder {
  filter: none !important;
}

.tp-half-one {
  opacity: 1 !important;
  visibility: visible !important;
  transform: inherit !important;
} 



/*slider 05*/
#rev_slider_271_1_wrapper .tp-loader.spinner2 {
  background-color: #FFFFFF !important;
}

.erinyen.tparrows {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  min-width: 70px;
  min-height: 70px;
  position: absolute;
  display: block;
  z-index: 100;
  border-radius: 50%;
}

.erinyen.tparrows:before {
  font-family: "revicons";
  font-size: 20px;
  color: white;
  display: block;
  line-height: 70px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.erinyen.tparrows.tp-leftarrow:before {
  content: "\e824";
}

.erinyen.tparrows.tp-rightarrow:before {
  content: "\e825";
}

.erinyen .tp-title-wrap {
  position: absolute;
  z-index: 1;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  min-height: 70px;
  line-height: 70px;
  top: 0px;
  margin-left: 0px;
  border-radius: 35px;
  overflow: hidden;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

.erinyen.tparrows:hover .tp-title-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.erinyen.tp-rightarrow .tp-title-wrap {
  right: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform-origin: 100% 50%;
  border-radius: 35px;
  padding-right: 20px;
  padding-left: 10px;
}

.erinyen.tp-leftarrow .tp-title-wrap {
  padding-left: 20px;
  padding-right: 10px;
}

.erinyen .tp-arr-titleholder {
  letter-spacing: 3px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: translatex(200px);
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  font-size: 13px;
  line-height: 70px;
  white-space: nowrap;
  padding: 0px 20px;
  margin-left: 11px;
  opacity: 0;
}

.erinyen .tp-arr-imgholder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: center center;
  background-size: cover;
}

.erinyen .tp-arr-img-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.51);
}

.erinyen.tp-rightarrow .tp-arr-titleholder {
  transform: translatex(-200px);
  margin-left: 0px;
  margin-right: 11px;
}

.erinyen.tparrows:hover .tp-arr-titleholder {
  transform: translatex(0px);
  -webkit-transform: translatex(0px);
  transition-delay: 0.1s;
  opacity: 1;
}



.header.light.line-header {
  border-bottom: 0;
  box-shadow: none;
}

.header.light.line-header .mega-menu .menu-logo > li {
  line-height: 0;
}

.mega-menu .menu-logo img.logo-big {
  height: 60px;
}

.header.line-header .mega-menu > section.menu-list-items .menu-bar {
  border-top: 5px double rgba(0, 0, 0, 0.1);
  border-bottom: 5px double rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
}

.header.line-header .mega-menu.desktopTopFixed > section.menu-list-items .menu-bar {
  float: right;
  width: auto;
  border: 0;
}

.header.magazine-header .mega-menu.desktopTopFixed .add-banner {
  display: none;
}

.header.magazine-header .mega-menu.desktopTopFixed .menu-logo {
  padding: 0;
}

.header.logo-center.magazine-header .mega-menu .menu-logo img {
  height: 34px;
}

.header.logo-center.magazine-header .mega-menu.desktopTopFixed .menu-logo img {
  height: 28px;
}

#main-slider {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

#main-slider .carousel-item img {
  width: 100%;
}

#main-slider .carousel-item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  -ms-transition: opacity 500ms;
  transition: opacity 500ms;
}

#main-slider .carousel-item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -ms-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slider .slider-content {
  display: inline-block;
  left: 0;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

#main-slider .slider-content h3 {
  font-size: 36px;
  margin: 20px 0px 0px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
}

#main-slider .slider-content h1 {
  font-size: 50px;
  color: #ffffff;
  margin: 10px 0px 40px;
  font-weight: 700;
  line-height: 50px;
}

#main-slider .slider-content span {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
}

#main-slider .slider-content .post-by img {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 15px;
}

#main-slider .slider-content .slider-left {
  width: 60%;
  float: left;
}

#main-slider .slider-content .slider-right {
  float: right;
  width: 30%;
  vertical-align: top;
}

#main-slider .carousel-indicators {
  bottom: 30px;
}

#main-slider .carousel-control.left {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

#main-slider .carousel-control.left span {
  padding: 15px;
}

#main-slider .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

#main-slider .carousel-control.right span {
  padding: 15px;
}

#main-slider .carousel-control .fa-angle-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
  left: 0px;
}

#main-slider .carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  display: inline-block;
  right: 0px;
}

#main-slider .carousel-control i {
  color: #ffffff;
  line-height: 36px;
  font-size: 32px;
  padding: 15px 20px;
}

.carousel-indicators li {
  cursor: pointer;
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #ffffff !important;
  margin: 1px !important;
}

.carousel .carousel-item.active .animated1 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
  -o-animation: lightSpeedIn 1s ease-in 200ms both;
  -ms-animation: lightSpeedIn 1s ease-in 200ms both;
  -moz-animation: lightSpeedIn 1s ease-in 200ms both;
  animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .carousel-item.active .animated2 {
  -webkit-animation: bounceInRight 1s ease-in-out 500ms both;
  -o-animation: bounceInRight 1s ease-in-out 500ms both;
  -ms-animation: bounceInRight 1s ease-in-out 500ms both;
  -moz-animation: bounceInRight 1s ease-in-out 500ms both;
  animation: bounceInRight 1s ease-in-out 500ms both;
}

.carousel .carousel-item.active .animated3 {
  -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
  -o-animation: bounceInLeft 1s ease-in-out 500ms both;
  -ms-animation: bounceInLeft 1s ease-in-out 500ms both;
  -moz-animation: bounceInLeft 1s ease-in-out 500ms both;
  animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .carousel-item.active .animated4 {
  -webkit-animation: flipInX 1s ease-in 500ms both;
  -o-animation: flipInX 1s ease-in 500ms both;
  -ms-animation: flipInX 1s ease-in 500ms both;
  -moz-animation: flipInX 1s ease-in 500ms both;
  animation: flipInX 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated5 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
  -o-animation: bounceInLeft 1s ease-in-out 100ms both;
  -ms-animation: bounceInLeft 1s ease-in-out 100ms both;
  -moz-animation: bounceInLeft 1s ease-in-out 100ms both;
  animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .carousel-item.active .animated6 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
  -o-animation: bounceIn 1s ease-in 500ms both;
  -ms-animation: bounceIn 1s ease-in 500ms both;
  -moz-animation: bounceIn 1s ease-in 500ms both;
  animation: bounceIn 1s ease-in 500ms both;
}

.carousel .carousel-item.active .animated7 {
  -webkit-animation: fadeInDown 0.7s ease-in 1000ms both;
  -o-animation: fadeInDown 0.7s ease-in 1000ms both;
  -moz-animation: fadeInDown 0.7s ease-in 1000ms both;
  -ms-animation: fadeInDown 0.7s ease-in 1000ms both;
  animation: fadeInDown 0.7s ease-in 1000ms both;
}

.carousel .carousel-item.active .animated8 {
  -webkit-animation: fadeInUp 0.7s ease-in 1000ms both;
  -o-animation: fadeInUp 0.7s ease-in 1000ms both;
  -moz-animation: fadeInUp 0.7s ease-in 1000ms both;
  -ms-animation: fadeInUp 0.7s ease-in 1000ms both;
  animation: fadeInUp 0.7s ease-in 1000ms both;
}

.carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.carousel-fade .carousel-inner .active.left {
  opacity: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .next.left {
  opacity: 1;
}

.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-inner .prev {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.play-video.border-video {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none !important;
  border: 5px solid rgba(255, 255, 255, 0.6) !important;
}

.play-video.border-video a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -4px;
}

.play-video.border-video a i {
  line-height: 60px;
}

.play-video.border-video:after {
  display: none;
}

.play-video.border-video:hover {
  border: 5px solid rgba(255, 255, 255, 0.8) !important;
  color: #ffffff;
}

.video-attribute {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.video-attribute .length {
  background: rgba(0, 0, 0, 0.8);
  padding: 1px 8px;
  color: #ffffff;
  border-radius: 2px;
  font-size: 13px;
}

.video-attribute .quality {
  background: #dd3333;
  padding: 0px 8px;
  color: #ffffff;
  margin-left: 2px;
  border-radius: 2px;
  font-size: 13px;
}

.popup-video-image.border-video a i {
  font-size: 14px;
  width: 70px;
  height: 70px;
  line-height: 62px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  border: 5px solid rgba(255, 255, 255, 0.6);
}

.popup-video-image.border-video a i:hover {
  border: 5px solid rgba(255, 255, 255, 0.8);
}




@media print {
  
  header {
    display: none !important;
  }
  
}


  
@media all and (-ms-high-contrast: none) {
  .st-menu {
    position: absolute;
  }
  img.bottom-img {
    top: 0;
  }
  .search-cart {
    display: table;
  }
  .search-cart .shpping-cart {
    float: none !important;
    vertical-align: middle;
  }
  .search {
    display: table-cell !important;
  }
  .shpping-cart {
    display: table-cell !important;
  }
  .mega-menu > section.menu-list-items .search-cart .search {
    float: none !important;
  }
  .logo-center.header .search .search-btn {
    line-height: 0px;
  }
  .newsletter.fancy button {
    padding: 14px 20px;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1500px) {
  .vertical-header .container {
    max-width: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .container {
    max-width: 94%;
  }  
}  
@media (max-width: 1025px) {
  /*error*/
  /*blog timeline*/
  /*process*/
  /*medical*/
  /*************************************
             v3.0
**************************************/
  .mega-menu .menu-links > li > a {
    padding: 10px 8px;
  }
} 
  
  
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .container {
    max-width: 96%;
  }
}

@media (max-width: 991px) {
.section-title {
    margin-bottom: 10px;
  }
  .default {
    position: relative;
    background: #323232;
  }
  .mega-menu {
    min-height: 60px;
  }
  .mega-menu .menu-logo {
    padding: 10px 0;
  }
  .mega-menu .menu-logo > li > a {
    padding: 0;
  }
  .mega-menu .menu-logo img {
    height: 30px;
    margin: 5px 0;
  }
  .mega-menu .menu-logo img.logo-big {
    height: 36px;
  }
  .mega-menu .menu-links {
    overflow: auto;
    padding: 10px;
  }
  .mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
    color: #323232;
  }
  .mega-menu .menu-links > li > a {
    line-height: normal;
  }
  .mega-menu .drop-down-multilevel {
    border-top: 0px !important;
    width: inherit;
    padding: 0;
  }
  .mega-menu .drop-down-multilevel li:hover > a i.fa {
    color: #323232;
  }
  .mega-menu .drop-down-multilevel a {
    display: block;
    padding: 10px 20px;
  }
  .mega-menu .mobileTriggerButton {
    z-index: 1;
  }
  .mega-menu .drop-down {
    border-top: 0px !important;
    padding: 0;
  }
  .mega-menu .drop-down-tab-bar {
    border-top: 0px !important;
    padding: 0;
  }
  .mega-menu > section.menu-list-items {
    height: 60px !important;
  }
  .mega-menu .menu-mobile-collapse-trigger {
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
  }
  .search-cart {
    display: inline-block;
    position: absolute;
    right: 45px;
	top:0;
	z-index: 999;
  }
  .search-cart span.icon {
    line-height: 50px;
  }
  .search-cart i.icon {
    line-height: 50px;
    line-height: 60px;
  }
  .search-cart .shpping-cart {
    vertical-align: top;
  }
  .search-cart .search + .shpping-cart {
    padding-left: 5px;
  }
  .search-cart .side-menu-icon {
    vertical-align: top;
    padding-top: 20px;
  }
  .fancy .mega-menu > section.menu-list-items {
    height: 70px !important;
  }
  .fancy .mega-menu > section.menu-list-items .menu-links {
    float: none;
    position: absolute;
    width: 100%;
    top: 100%;
  }
  .header.fancy .mega-menu > section.menu-list-items {
    box-shadow: none;
    padding: 0;
  }
  .header.fancy .mega-menu .menu-mobile-collapse-trigger:before {
    background: #323232;
  }
  .header.fancy .mega-menu .menu-mobile-collapse-trigger:after {
    background: #323232;
  }
  .header.fancy .mega-menu .menu-mobile-collapse-trigger span {
    background: #323232;
  }
  .header.fancy .mega-menu .menu-logo {
    padding: 16px 0px;
  }
  .header.fancy .mega-menu .menu-links > li > a {
    line-height: 20px;
  }
  .header.fancy .menu {
    position: relative;
    top: 0;
  }
  .header.fancy .topbar {
    padding: 10px 0px 10px;
  }
  .header.fancy .topbar + .menu {
    top: 0px;
  }
  .header.fancy .search-cart span.icon {
    line-height: 60px;
  }
  .header.fancy .search-cart i.icon {
    line-height: 74px;
  }
  .header.fancy .search-cart .search {
    padding-right: 0;
  }
  .header.fancy .mega-menu.mobileTopFixed section.menu-list-items {
    padding: 0 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .header.fancy .mega-menu.desktopTopFixed .menu-logo {
    padding: 15px 0;
  }
  .header.fancy .search .search-btn {
    margin-top: 23px;
  }
  .header.light .mega-menu .menu-mobile-collapse-trigger:before {
    background: #323232;
  }
  .header.light .mega-menu .menu-mobile-collapse-trigger:after {
    background: #323232;
  }
  .header.light .mega-menu .menu-mobile-collapse-trigger span {
    background: #323232;
  }
  .header.light .mega-menu.mobileTopFixed .menu-list-items {
    background: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .header.logo-center .mega-menu {
    min-height: 60px;
  }
  .header.logo-center .menu-bar {
    border: 0px;
  }
  .header.logo-center .mega-menu.desktopTopFixed .menu-bar {
    width: 100%;
  }
  .header.left-menu .menu-links {
    padding-left: 0;
  }
  .header.transparent {
    position: relative;
    background: #323232;
	/*background:#323232; */
  }
  header.one-page {
    position: relative;
    background: #323232;
  }
  .navbar {
    margin-bottom: 0;
    border-radius: 0;
  }
  .navbar .navbar-brand {
    padding: 0;
    padding: 15px 0;
  }
  .navbar .navbar-brand img {
    height: 28px;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left {
    float: none !important;
  }
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0;
    margin-top: 14px;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-left: 22px;
    box-shadow: none;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-inverse .navbar-collapse {
    background: #323232;
    border: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .navbar-inverse .navbar-form {
    background: #323232;
    border: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
  }
  .navbar-inverse .navbar-nav > li {
    padding: 15px 15px;
  }
  .navbar-inverse .navbar-toggle {
    border: 0;
  }
  .navbar-inverse .navbar-toggle:focus {
    background: transparent;
  }
  .navbar-inverse .navbar-toggle:hover {
    background: transparent;
  }
  .header.burger {
    padding: 10px 10px;
    position: relative;
    background: #ffffff;
  }
  .header.burger .logo img {
    height: 30px;
    margin-top: 10px;
  }
  .header.burger span.text-white {
    color: #323232 !important;
  }
  .vertical-header {
    padding-left: 0;
  }
  .vertical-header .header {
    left: inherit;
    padding-bottom: 150px;
  }
  .vertical-header .container-fluid {
    padding: 0 15px;
  }
  .vertical-menu .navbar-default .navbar-nav > li > a {
    padding: 10px 15px 10px 40px;
  }
  .vertical-menu .navbar-nav {
    margin: 0px;
  }
  .vertical-menu .navbar-nav .open .dropdown-menu {
    position: relative;
    background-color: #f4f5f6;
  }
  .vertical-menu .navbar-nav > li > .dropdown-menu {
    margin-bottom: 10px;
  }
  .vertical-menu .open > .dropdown-menu {
    display: inline-block;
  }
  .vertical-menu .content-scroller {
    margin-left: 0px;
    padding-top: 50px;
  }
  .vertical-menu .navbar-toggle {
    display: none;
  }
  .vertical-menu .navbar-collapse.collapse {
    display: block !important;
    background: transparent;
  }
  .vertical-menu .menu .mega-menu .menu-links {
    background: transparent;
  }
  .vertical-menu .menu .mega-menu .menu-links > li {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .vertical-menu .menu .mega-menu .menu-links > li > a {
    padding: 15px 23px;
    color: #ffffff;
  }
  .vertical-menu .mega-menu .menu-links {
    display: block !important;
  }
  .vertical-menu .mega-menu .menu-mobile-collapse-trigger {
    display: none;
  }
  .vertical-menu .social-icons li {
    float: none;
    display: inline-block;
    margin: 0 3px 8px 0;
  }
  .vertical-menu .menu-widgets {
    bottom: 0;
  }
  #left-header {
    position: fixed;
    left: -230px;
    top: 0;
    width: 230px;
    height: 100%;
    z-index: 9999;
  }
  .but span {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 24px;
    color: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
  }
  .but.active span {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .menu-responsive {
    height: 60px;
    position: fixed;
    background: #000000;
    z-index: 9999;
    width: 100%;
    padding: 14px 15px;
    display: block;
  }
  .menu-responsive b {
    color: #84ba3f;
    font-size: 18px;
    text-transform: uppercase;
  }
  .header.fancy.without-topbar .menu {
    top: 0;
  }
  .search .search-btn {
    line-height: 30px;
    margin-top: 16px;
  }
  .search .search-input input {
    width: 100%;
  }
  .logo-center .mega-menu .menu-logo {
    padding: 14px 0;
  }
  .logo-center .mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
    padding: 0px 8px;
    line-height: 40px;
  }
  .header.fullWidth .container-fluid {
    padding: 0 20px;
  }
  .header .mega-menu.mobileTopFixed .menu-list-items {
    background: #323232;
  }
  .mega-menu.mobileTopFixed .menu-logo {
    padding: 10px 0;
  }
  .mega-menu.mobileTopFixed .search-cart .shpping-cart {
    vertical-align: inherit;
  }
  .container-fluid > .navbar-collapse {
    margin: 0;
  }
  .container-fluid > .navbar-header {
    margin: 0;
  }
  .container > .navbar-collapse {
    margin: 0;
  }
  .container > .navbar-header {
    margin: 0;
  }
  .header.vertical-menu .mega-menu.mobileTopFixed {
    display: none;
  }
  .header.text-dark .mega-menu > section.menu-list-items .menu-links {
    background: #323232;
  }
  .header.text-dark .mega-menu .menu-links > li {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header.text-dark .mega-menu .menu-links > li > a {
    color: #ffffff;
  }
  .header.text-dark .mega-menu .drop-down-multilevel .drop-down-multilevel {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header.text-dark .mega-menu.desktopTopFixed .menu-list-items {
    background: #323232;
  }
  .header.magazine-header .mega-menu.desktopTopFixed .menu-logo {
    padding: 14px 0;
    width: 100%;
  }
  .header.logo-center.magazine-header .mega-menu .menu-links > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header.logo-center.magazine-header .add-banner {
    display: none;
  }
  .header.logo-center.magazine-header .menu-logo {
    width: inherit;
    margin-right: inherit;
    float: none;
  }
  .st-effect-3 .header.default.fullWidth .search-cart {
    right: 50px;
    top: 3px;
  }
}  
  
  
  
  
@media (max-width: 767px) {
  
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 26px;
  }
  .page-section-ptb {
    padding: 50px 0;
  }
  .page-section-pt {
    padding: 50px 0 0;
  }
  .page-section-pb {
    padding: 0 0 50px;
  }
  .page-section-1-ptb {
    padding: 60px 0;
  }
  .header.fullWidth .container-fluid {
    padding: 0 20px;
  }
  .topbar-call.text-left {
    text-align: center;
    margin-bottom: 10px;
  }
  .topbar-social.text-right {
    text-align: center;
  }
}
  
  
@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}  
   
  
  @media (max-width: 479px) {
  /*************************
     Margin top
*************************/
  /*************************
    Margin right
*************************/
  /*************************
    Margin bottom
*************************/
  /*************************
    Margin left
*************************/
  /*************************
    Padding top
*************************/
  /*************************
    Padding right
*************************/
  /*************************
    Padding bottom
*************************/
  /*************************
    Padding left
*************************/
  /*index*/
  /* header */
  
h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .topbar .topbar-call.text-left li {
    margin-bottom: 5px;
  }
  .clients-logo.line {
    width: 100%;
    border-left: none;
  }
  .clients-logo.line img {
    width: initial;
    height: auto;
  }
  .clients-logo.line:nth-last-child(-n+3) {
    border-bottom: 1px solid #dddddd;
  }
  .shpping-cart .cart {
    width: 240px;
  }
  .cart-item .cart-name a {
    font-size: 12px;
  }
  .cart-item .cart-close {
    top: 17px;
  }
  .cart-price del {
    font-size: 12px;
  }
  .cart-price ins {
    font-size: 14px;
  }
  .round .nav.nav-tabs li a {
    margin-right: 1px;
    padding: 8px 15px;
  }
  .st-effect-3 .header.default.fullWidth .search-cart {
    right: 45px;
    top: 3px;
  }
  .st-effect-3 .header.default.fullWidth .search-cart .search {
    padding-right: 0px;
  }
  .st-effect-3 .search-box {
    width: 190px;
  }
  .search-cart .search + .shpping-cart {
    padding-left: 5px;
  }
  .action-box-button .button.border-white {
    margin-top: 10px;
  }
  .action-box-button .button.border.icon {
    margin-left: 0;
    margin-top: 15px;
  }
  .action-box-button .button.border {
    margin-left: 0;
    margin-top: 15px;
  }  
  
  
  
  
  
  
  
  
  
/***************************************************
    v5.0.7 : Mobile Sticky Header Flashes Issue Fix
****************************************************/
@media (max-width: 991px) {
  .header.light .mega-menu {
    opacity: 1 !important;
  }
  .header.light .mega-menu .menu-logo {
    transition: all 25s ease-in-out;
  }
  .header.light .search-cart {
    top: 17px;
  }
  .header.light .search-cart .search .search-btn {
    margin-top: 0;
    line-height: 25px;
  }
  .header.light .search-cart span.icon,
  .header.light .search-cart i.icon {
    line-height: 20px;
  }
}
