@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:300');
/*=========================================
=            Theme Default CSS            =
=========================================*/
@media (min-width: 1200px) {
  body.helix-ultimate .sppb-row-container,
  .sp-menu-full.container,
  .container {
    max-width: 1290px;
    width: 100% !important;
  }
}
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: Poppins, sans-serif;
  color: #444444;
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: Poppins, sans-serif; */
  font-family: "Lora",serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px 0;
  color: #e81c2e;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
p {
  margin: 0 0 20px 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a.focus,
a:focus,
.btn.focus,
.btn:focus,
.btn-primary.focus,
.btn-primary:focus,
.form-control:focus {
  box-shadow: none !important;
}
.ghost-btn {
  position: relative;
  overflow: hidden;
  background: #e81c2e;
  border: 2px solid transparent;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  padding: 12px 25px;
  text-transform: uppercase;
  letter-spacing: 0px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn::after {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-left: 10px;
}
.ghost-btn:hover {
  background: #ffffff;
  border-color: #e81c2e;
  color: #111111;
}
.sppb-btn-custom {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #990000;
  border: 2px solid transparent;
  border-radius: 10px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  line-height: 24px;
  text-transform: Capitalize;
  padding: 10px 25px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sppb-btn-custom .fa {
  padding-left: 10px;
}
.sppb-btn-custom:hover {
  background: #ffffff;
  border-color: #e81c2e;
  color: #111111;
}
#sp-page-builder .sppb-section-title .sppb-title-heading {
  margin-bottom: 15px;
  line-height: 1.2;
  width: 65%;
  margin: 0 auto 15px;
  text-transform: uppercase;
}
#sp-page-builder .sppb-section-title .sppb-title-subheading {
  color: #111111;
  font-size: 18px;
  letter-spacing: 1px;
  max-width: 60% ;
  line-height: 28px;
}
#sp-page-builder .title-color-white .sppb-title-heading {
  color: #ffffff;
}
#sp-page-builder .title-color-white .sppb-title-subheading {
  color: #ababab;
}
.sppb-addon-text-block .sppb-addon-title {
  margin-bottom: 25px;
}
.sppb-addon-text-block .sppb-addon-title span {
  color: #ffffff; 
  font-weight:700;
}
.sppb-addon-text-block ul {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}
.sppb-addon-text-block ul li {
  font-size: 16px;
  color: #444444;
  padding-bottom: 1px;
}
.sppb-addon-text-block ul li::before {
  color: #990000;
  content: "\f135";
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 20px;
}
.sppb-addon-text-block ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.owl-carousel.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav > div {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 24px;
  margin: 0 0px 0px 15px;
  opacity: 1;
  padding: 0;
  color: #c3c3c3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.owl-carousel.owl-theme .owl-nav > div:hover {
  background: transparent;
  color: #000000;
}
.owl-carousel.owl-theme .owl-dots {
  margin-top: 30px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #000000;
  height: 14px;
  width: 14px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #990000;
}
.rt-carousel span.rt-slick-nav {
  background: #ababab;
  color: #ffffff;
  border-radius: 6px;
  height: 48px;
  width: 40px;
  line-height: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rt-carousel span.rt-slick-nav:hover {
  background: #000000;
}
.rt-carousel span.rt-slick-nav.rt-prev {
  left: -40px;
}
.rt-carousel span.rt-slick-nav.rt-next {
  right: -40px;
}
.rt-carousel ul.slick-dots {
  margin: 30px 0 0;
  padding: 0;
  text-align: center;
}
.rt-carousel ul.slick-dots li button {
  background: #03391f;
  border: none;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  cursor: pointer;
}
.rt-carousel ul.slick-dots li.slick-active button {
  background: #990000;
}
.title1-style .sppb-addon-title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.title1-style .sppb-addon-title:after {
  position: absolute;
  content: "";
  background: #990000;
  height: 3px;
  width: 50px;
  left: 0;
  bottom: -2px;
}
.title1-style h3 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.title1-style h3:after {
  position: absolute;
  content: "";
  background: #990000;
  height: 3px;
  width: 50px;
  left: 0;
  bottom: -2px;
}
/*=====  End of Theme Default CSS  ======*/
/*==================================
=            Topbar css            =
==================================*/
.body-wrapper #sp-top-bar > .container > .row > div,
.body-wrapper #sp-home3-top-bar > .container > .row > div {
  min-height: 0;
}
.body-wrapper #sp-top-bar .sp-module,
.body-wrapper #sp-home3-top-bar .sp-module {
  display: inherit;
  margin: 0;
  font-size: 14px;
}
.body-wrapper #sp-top-bar .sp-module ul,
.body-wrapper #sp-home3-top-bar .sp-module ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  
}
.body-wrapper #sp-top-bar .sp-module ul li,
.body-wrapper #sp-home3-top-bar .sp-module ul li {
  display: inline-block;
  border: none;
}
.body-wrapper #sp-top-bar .sp-module ul li a,
.body-wrapper #sp-home3-top-bar .sp-module ul li a {
  color: #ffffff;
  line-height: 1;
}
.body-wrapper #sp-top-bar .sp-module ul li a::before,
.body-wrapper #sp-home3-top-bar .sp-module ul li a::before {
  content: "";
  margin-right: 0;
}
.body-wrapper #sp-top-bar .sp-module ul li a:hover,
.body-wrapper #sp-home3-top-bar .sp-module ul li a:hover {
  color: #990000;
}
.top-address ul {
  list-style: none;
}
.top-address ul li {
  display: inline-block;
  margin-right: 10px;
  color: #ffffff;
}
.top-address ul li i {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding-right: 5px;
}
.top-address ul li:last-child {
  margin-right: 0;
}
.top-social .rt-socials ul {
  list-style: none;
  text-align: right;
}
.top-social .rt-socials ul li {
  display: inline-block;
  border: none;
}
.top-social .rt-socials ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  padding: 0 8px;
}
.top-social .rt-socials ul li a:hover {
  color: #990000;
}
#sp-header.header-sticky {
  height: 80px;
}
#sp-header.header-sticky .logo {
  height: 72px;
}
#sp-header.header-sticky #sp-menu .sp-megamenu-parent > li > a {
  line-height: 69px;
}
#sp-header.header-sticky #sp-menu #offcanvas-toggler {
  line-height: 69px;
}
#sp-header.header-sticky .main_cart {
  line-height: 69px;
}
#sp-header.header-sticky .search-top form {
  margin-top: 15px;
}
.header2-style #sp-top-bar {
  border-bottom: 1px solid #fff;
  background: transparent;
  position: relative;
  z-index: 99;
}
.header2-style #sp-header {
  background: #f8f9fa;
}
.header2-style #sp-header.header-sticky {
  background: #f8f9fa;
}
.header2-style #sp-header.header-sticky #sp-menu ul.sp-megamenu-parent > li > a {
  color: #111111;
}
.header2-style #sp-header.header-sticky #sp-menu ul.sp-megamenu-parent > li > a:hover {
  color: #990000;
  
}
.header2-style #sp-header.header-sticky #sp-menu ul.sp-megamenu-parent > li.active > a {
  color: #990000;
  
}
.header2-style .rev_slider_wrapper {
  margin-top: -135px !important;
}
.header2-style #sp-menu ul.sp-megamenu-parent > li > a {
  /* color: #ffffff; */
}
.header2-style #sp-menu ul.sp-megamenu-parent > li > a:hover {
  color: #990000;
 
}
.header2-style #sp-menu ul.sp-megamenu-parent > li.active > a {
  color: #990000;
  
}
.header3-style #sp-top-bar {
  padding: 0;
  line-height: 0;
}
.header3-style #sp-home3-top-bar {
  padding: 30px 0;
  color: #ffffff;
}
.header3-style #sp-home3-top-bar a {
  color: #ffffff;
}
.header3-style #sp-header {
  background: #064426;
}
.header3-style #sp-menu ul.sp-megamenu-parent > li > a {
  color: #ffffff;
}
.header3-style #sp-menu ul.sp-megamenu-parent > li > a:hover {
  color: #990000;
}
.header3-style #sp-menu ul.sp-megamenu-parent > li.active > a {
  color: #990000;
}
.header3-style .main_cart .button {
  color: #ffffff;
}
.header3-style .user-menu ul {
  margin-top: 10px;
}
.header3-style .user-menu ul li {
  position: relative;
  padding-right: 30px;
}
.header3-style .user-menu ul li:first-child:before {
  font-family: 'FontAwesome';
  content: "\f183";
  color: #990000;
  font-size: 22px;
  padding-right: 8px;
}
.header3-style .user-menu ul li:last-child {
  padding-right: 0;
}
.header3-style .user-menu ul li:last-child:before {
  font-family: 'FontAwesome';
  content: "\f182";
  color: #990000;
  font-size: 22px;
  padding-right: 8px;
}
.header3-style .body-wrapper .container,
.header3-style .body-wrapper .sppb-container-inner {
  max-width: 100%;
  padding: 0 80px;
}
/*=====  End of Topbar css  ======*/
/*==========================================
=            Home three top css            =
==========================================*/
.search-top {
  position: relative;
}
.search-top form {
  margin-top: 27px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.search-top form input {
  border: 1px solid #e0e0e0;
  border-radius: 3px !important;
  box-shadow: none;
  float: left;
  font-style: italic;
  padding: 0 8px;
  height: 38px;
  width: 100%;
}
.search-top form button {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 5px 10px;
  z-index: 9;
}
.search-top form button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 18px;
}
.search-top form button:hover {
  background: transparent;
}
.search-shop {
  position: relative;
  overflow: hidden;
  margin-top: 5px !important;
}
.search-shop form input.inputboxsearch-shop {
  background: #ffffff;
  border: none;
  border-radius: 30px;
  box-shadow: none;
  float: left;
  height: 44px;
  padding: 0 20px;
}
.search-shop form .buttonsearch-shop {
  background: #990000;
  box-shadow: none;
  border-radius: 50%;
  font-size: 0;
  position: absolute;
  right: 2px;
  top: 4px;
  padding: 9px 10px;
}
.search-shop form .buttonsearch-shop:before {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #ffffff;
}
.search-shop form .buttonsearch-shop:hover {
  background: #f8f8f8;
}
.home3-topaddress .customhome3-topaddress > ul {
  text-align: right;
}
.home3-topaddress .customhome3-topaddress > ul > li {
  position: relative;
  margin-left: 60px;
  text-align: left;
  padding-left: 60px;
}
.home3-topaddress .customhome3-topaddress > ul > li span {
  display: block;
  color: #ffffff;
}
.home3-topaddress .customhome3-topaddress > ul > li:before {
  position: absolute;
  left: 0;
  height: 50px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #076a3a;
  color: #ffffff;
}
.home3-topaddress .customhome3-topaddress > ul > li:nth-child(1):before {
  content: "\f095";
  font-family: 'FontAwesome';
}
.home3-topaddress .customhome3-topaddress > ul > li:nth-child(2):before {
  content: "\f003";
  font-family: 'FontAwesome';
}
.home3-topaddress .customhome3-topaddress > ul > li:nth-child(3):before {
  content: "\f14d";
  font-family: 'FontAwesome';
}
.home3-topaddress .customhome3-topaddress > ul > li > ul > li {
  margin-left: 12px;
}
.home3-topaddress .customhome3-topaddress > ul > li:first-child {
  margin-left: 0;
}
/*=====  End of Home three top css  ======*/
/*=====================================
=            Main menu css            =
=====================================*/
#sp-menu .sp-megamenu-parent {
  position: inherit;
}
#sp-menu .sp-megamenu-parent > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  text-transform: capitalize;
  padding: 0 18px;
  line-height: 89px;
  letter-spacing: 1px;
  text-decoration:none;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#sp-menu .sp-megamenu-parent > li.active > a {
  color: #990000;
}
#sp-menu .sp-megamenu-parent > li:hover > a {
  color: #990000;
}
#sp-menu .sp-megamenu-parent > li.sp-has-child a:after {
  content: "";
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #ffffff;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item {
  border-bottom: 1px solid #e0e0e0;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item a.sp-group-title {
  font-weight: 500;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a {
  position: relative;
  overflow: hidden;
  color: #111111;
  font-size: 14px;
  padding: 8px 0px;
  line-height: 16px;
  z-index: 1;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item > a:hover {
  color: #990000;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item:active > a {
  color: #990000;
  
}
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner li.sp-menu-item:last-child {
  border-bottom: none;
}
#sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner .item-header > a {
  color: #111111;
}
#sp-menu #offcanvas-toggler {
  line-height: 90px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#sp-header {
  box-shadow: none !important;
}
#sp-header.header-sticky {
  border-bottom: 2px solid #990000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.offcanvas-menu .offcanvas-inner {
  margin-top: 30px;
}
#sp-menu #offcanvas-toggler > .fa:hover {
  color: #990000;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li {
  padding-bottom: 0px;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li > a {
  color: #111111;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li > a:hover {
  color: #990000;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a {
  color: #111111;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a span.menu-toggler {
  color: #990000;
  font-size: 22px;
}
body .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a:hover {
  color: #990000;
}
/*=====  End of Main menu css  ======*/
/*=======================================
=            Main Slider css            =
=======================================*/
.rev_slider_wrapper ul li {
  border: none !important;
}
.rev_slider_wrapper .slotholder {
  position: relative;
}
.rev_slider_wrapper .slotholder::before {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.rev_slider_wrapper .tp-caption.large_text {
  font-size: 60px !important;
  font-weight: 300;
  line-height: 60px !important;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.rev_slider_wrapper .tp-caption.large_text span {
  display: block;
  font-weight: 700;
  font-size: 60px !important;
}
.rev_slider_wrapper .tp-caption.medium_text {
  font-size: 40px !important;
  font-weight: 300;
  line-height: 40px !important;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.rev_slider_wrapper .tp-caption.medium_text span {
  display: block;
  font-weight: 700;
  font-size: 40px !important;
}
.rev_slider_wrapper .tp-caption.small_text {
  font-size: 18px !important;
  line-height: 28px !important;
  letter-spacing: 1px;
  width: 28%;
  margin: 0 auto !important;
}
.rev_slider_wrapper .tp-caption.medium_bg_orange {
  display: block;
  background: transparent;
  letter-spacing: 1px;
}
.rev_slider_wrapper .tp-caption.medium_bg_orange a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #990000;
  border-radius: 30px;
  font-size: 15px !important;
  color: #ffffff;
  font-weight: 500;
  line-height: 24px !important;
  text-transform: uppercase;
  padding: 15px 35px !important;
  z-index: 1;
}
.rev_slider_wrapper .tp-caption.medium_bg_orange a::before {
  background: #ffffff;
  position: absolute;
  content: "";
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.rev_slider_wrapper .tp-caption.medium_bg_orange a::after {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-left: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}
.rev_slider_wrapper .tp-caption.medium_bg_orange a:hover {
  color: #111111;
}
.rev_slider_wrapper .tp-caption.medium_bg_orange a:hover::before {
  left: 0;
}
.rev_slider_wrapper .tp-caption.medium_bg_orange a:hover::after {
  padding-left: 15px;
}
.rev_slider_wrapper .tp-leftarrow.default {
  background: transparent;
  left: 5% !important;
}
.rev_slider_wrapper .tp-leftarrow.default::after {
  background: #7f7f7f;
  color: #ffffff;
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rev_slider_wrapper .tp-leftarrow.default:hover::after {
  background: #990000;
}
.rev_slider_wrapper .tp-rightarrow.default {
  background: transparent;
  right: 5% !important;
}
.rev_slider_wrapper .tp-rightarrow.default::after {
  background: #7f7f7f;
  color: #ffffff;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.rev_slider_wrapper .tp-rightarrow.default:hover::after {
  background: #990000;
}
.home-three-slider .rev_slider_wrapper .tp-caption.medium_text {
  font-size: 40px !important;
  font-weight: 300;
  line-height: 50px !important;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.home-three-slider .rev_slider_wrapper .tp-caption.medium_text span {
  display: block;
  font-weight: 700;
  font-size: 40px !important;
}
.home-three-slider .rev_slider_wrapper .tp-caption.small_text {
  font-size: 16px !important;
  line-height: 24px !important;
  letter-spacing: 1px;
  width: 60%;
  margin: 0 auto !important;
}
.home-three-slider .rev_slider_wrapper .tp-bullets .bullet {
  background: #ffffff;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
.home-three-slider .rev_slider_wrapper .tp-bullets .bullet.selected {
  background: #990000;
}
/*=====  End of Main Slider css  ======*/
/*============================================
=            Home about style css            =
============================================*/
.about1-style {
  z-index: 99 !important;
}
.about1-style .sppb-row-container .sppb-row {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(111, 111, 111, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(111, 111, 111, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(111, 111, 111, 0.5);
  margin: 0;
  padding: 65px 50px;
  position: relative;
  top: -90px;
}
.about1-style .sppb-addon-text-block h2 {
  margin-bottom: 10px;
}
.about1-style .sppb-addon-text-block h2 span {
  text-transform: uppercase;
}
.about1-style .sppb-addon-text-block h3 {
  font-size: 30px;
  padding-right: 50px;
  line-height: 1.2;
}
.about1-style .sppb-addon-raw-html img {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}
.about2-style .sppb-addon-text-block {
  padding-right: 30px;
}
.about2-style .sppb-addon-text-block h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
}
.about2-style .sppb-addon-text-block .sppb-addon-content {
  color: #ababab;
  text-align: justify;
}
.about2-style .sppb-addon-raw-html img {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}
.about3-style .sppb-addon-text-block .sppb-addon-title {
  line-height: 1.2;
  font-size: 36px;
}
.about3-style .sppb-addon-text-block .sppb-addon-title span {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-bottom: 8px;
}
.about3-style .sppb-addon-gallery .sppb-gallery li {
  width: 50%;
  padding: 5px;
}
.about3-style .sppb-addon-gallery .sppb-gallery li img {
  border-radius: 3px;
}
.about4-style .sppb-addon-text-block h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
}
.about4-style .sppb-addon-text-block .sppb-addon-content {
  color: #ababab;
}
.about4-style .sppb-addon-text-block .sppb-addon-content ul li {
  color: #ababab;
}
.about4-style .sppb-addon-raw-html img {
  display: inline-block;
  width: 100%;
  border-radius: 3px;
}
.about5-style .sppb-addon-image-content {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(111, 111, 111, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(111, 111, 111, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(111, 111, 111, 0.5);
}
.about5-style .sppb-content-holder h2 {
  line-height: 1.2;
}
.about5-style .sppb-content-holder .sppb-btn {
  margin-top: 20px;
}
.about-video {
  position: relative;
}
.about-video::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, #116f36, #145837);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #116f36, #145837);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #116f36, #145837);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #116f36, #145837);
  /* Standard syntax */
}
.about-video .sppb-addon-text-block .sppb-addon-title {
  color: #ffffff;
  line-height: 1.2;
}
.about-video .sppb-addon-text-block .sppb-addon-content {
  color: #c3e3d2;
}
.about-video .sppb-addon-animated-number .sppb-animated-number {
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
}
.about-video .sppb-addon-animated-number .sppb-animated-number-title {
  color: #990000;
  margin-top: 15px;
}
/*=====  End of Home about style css  ======*/
/*===================================
=            Service css            =
===================================*/
.service1-style {
  text-align: center;
}
.service1-style .sppb-addon-feature {
  background: #ffffff;
  border-radius: 3px;
  padding: 50px 20px 15px 20px;
  margin: 0 3px 6px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service1-style .sppb-addon-feature .sppb-img-container {
  margin-bottom: 8px;
  height: 70px;
}
.service1-style .sppb-addon-feature .sppb-addon-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.service1-style .sppb-addon-feature .sppb-addon-title a {
  color: #111111;
}
.service1-style .sppb-addon-feature .sppb-addon-content {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service1-style .sppb-addon-feature .sppb-addon-content .sppb-btn-default {
  background: transparent;
  padding: 0;
  font-size: 15px;
  margin-top: 10px;
  border-radius: 0;
  border: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service1-style .sppb-addon-feature .sppb-addon-content .sppb-btn-default:after {
  font-family: 'FontAwesome';
  content: "\f138";
  padding-left: 5px;
  color: #990000;
}
.service1-style .sppb-addon-feature:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(111, 111, 111, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(111, 111, 111, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(111, 111, 111, 0.5);
}
.service1-style .sppb-addon-feature:hover .sppb-addon-content {
  -webkit-transform: translateY(-12%);
  -moz-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  -o-transform: translateY(-12%);
  transform: translateY(-12%);
}
.service1-style .sppb-addon-feature:hover .sppb-addon-content .sppb-btn-default {
  opacity: 1;
}
#system-message-container {
  margin-bottom: -1px;
}
.service2-style {
  z-index: 99 !important;
}
.service2-style .sppb-addon-feature {
  background: #f8f9fa;
  box-shadow:0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 50px 20px 15px 20px;
  margin-top: -233px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service2-style .sppb-addon-feature .sppb-img-container {
  margin-bottom: 8px;
  height: 70px;
}
.service2-style .sppb-addon-feature .sppb-addon-title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}
.service2-style .sppb-addon-feature .sppb-addon-title a {
  color: #990000;
}
.service2-style .sppb-addon-feature .sppb-addon-content {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service2-style .sppb-addon-feature .sppb-addon-content .sppb-btn-default {
  background: transparent;
  padding: 0;
  font-size: 15px;
  margin-top: 10px;
  border-radius: 0;
  border: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service2-style .sppb-addon-feature .sppb-addon-content .sppb-btn-default:after {
  font-family: 'FontAwesome';
  content: "\f138";
  padding-left: 5px;
  color: #990000;
}
.service2-style .sppb-addon-feature:hover .sppb-addon-title a {
  color: #000000;
}
.service2-style .sppb-addon-feature:hover .sppb-addon-content {
  -webkit-transform: translateY(-12%);
  -moz-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  -o-transform: translateY(-12%);
  transform: translateY(-12%);
}
.service2-style .sppb-addon-feature:hover .sppb-addon-content .sppb-btn-default {
  opacity: 1;
}
.service3-style {
  text-align: center;
}
.service3-style .sppb-addon-feature .pull-left .sppb-icon {
  color: #000000;
  font-size: 36px;
}
.service3-style .sppb-addon-feature .sppb-addon-title {
  font-weight: 500;
  margin-bottom: 0;
}
.service3-style .sppb-addon-feature .sppb-addon-title a {
  color: #111111;
}
.service3-style .sppb-addon-feature .sppb-addon-text {
  font-size: 15px;
}
.service4-style {
  text-align: center;
}
.service4-style .sppb-addon-feature {
  background: #f8f8f8;
  border-radius: 3px;
  padding: 41px 15px 41px 0;
}
.service4-style .sppb-addon-feature .pull-left {
  width: 40%;
}
.service4-style .sppb-addon-feature .sppb-addon-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}
.service4-style .sppb-addon-feature .sppb-addon-title a {
  color: #111111;
}
.service4-style .sppb-addon-feature .sppb-addon-title span {
  display: block;
  font-weight: 300;
}
.service4-style .sppb-addon-feature .sppb-addon-text {
  font-size: 14px;
}
.service4-style .sppb-addon-feature .sppb-addon-text .ghost-btn {
  padding: 8px 20px;
}
.service5-style .sppb-addon-feature {
  background: #f8f8f8;
  border-radius: 3px;
  padding: 25px 25px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service5-style .sppb-addon-feature .sppb-img-container {
  margin-bottom: 15px;
  height: 200px;
}
.service5-style .sppb-addon-feature .sppb-addon-title {
  font-weight: 500;
  margin-bottom: 10px;
}
.service5-style .sppb-addon-feature .sppb-addon-title a {
  color: #990000;
}
.service5-style .sppb-addon-feature .ghost-btn {
  margin-top: 10px;
  padding: 10px 30px;
}
.service5-style .sppb-addon-feature:hover {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(111, 111, 111, 0.4);
  -moz-box-shadow: 0px 20px 40px 0px rgba(111, 111, 111, 0.4);
  box-shadow: 0px 20px 40px 0px rgba(111, 111, 111, 0.4);
}
.service5-style .sppb-addon-feature:hover .sppb-addon-title a {
  color: #000000;
}
.service5-style .sppb-addon-feature:hover .ghost-btn {
  border-color: transparent;
  background: #000000;
  color: #ffffff;
}
.service6-style .sppb-addon-image-content {
  background: #ffffff;
}
.service6-style .sppb-addon-image-content .sppb-content-holder {
  font-size: 16px;
  text-align: center;
}
.service6-style .sppb-addon-image-content .sppb-content-holder .sppb-addon-title {
  color: #111111;
  font-weight: 500;
}
.service6-style .sppb-addon-image-content .sppb-content-holder .sppb-btn-default {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  box-shadow: none;
  margin-top: 20px;
  padding: 10px 25px 15px 25px;
  color: #111111;
}
.service6-style .sppb-addon-image-content .sppb-content-holder .sppb-btn-default i {
  position: relative;
  top: 3px;
  color: #990000;
  padding-left: 5px;
  font-size: 24px;
}
.service6-style .sppb-addon-image-content .sppb-content-holder .sppb-btn-default:hover {
  color: #990000;
}
.service7-style .sppb-addon-feature .sppb-img-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 3px;
}
.service7-style .sppb-addon-feature .sppb-img-container img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service7-style .sppb-addon-feature .sppb-addon-title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.service7-style .sppb-addon-feature .sppb-addon-title a {
  color: #990000;
}
.service7-style .sppb-addon-feature .sppb-addon-text a {
  position: relative;
  color: #990000;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service7-style .sppb-addon-feature .sppb-addon-text a::after {
  color: #000000;
  font-family: 'FontAwesome';
  content: "\f054";
  padding-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service7-style .sppb-addon-feature:hover .sppb-img-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.service7-style .sppb-addon-feature:hover .sppb-addon-title a {
  color: #000000;
}
.service7-style .sppb-addon-feature:hover .sppb-addon-text a {
  border-color: #990000;
}
.service7-style .sppb-addon-feature:hover .sppb-addon-text a::after {
  color: #990000;
}
/*=====  End of Service css  ======*/
/*========================================
=            Get involved css            =
========================================*/
.get-involved {
  position: relative;
}
.get-involved .sppb-addon-raw-html h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0;
}
.get-involved .sppb-btn-custom {
  border: none;
}
.get-involved::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, #f8f8f8, #ababab);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f8f8f8, #ababab);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f8f8f8, #ababab);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f8f8f8, #ababab);
  /* Standard syntax */
}
.contact-involved {
  position: relative;
}
.contact-involved .sppb-addon-raw-html h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 0;
  
}
.contact-involved .sppb-btn-custom {
  border: none;
}
.contact-involved::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  
  background: -webkit-linear-gradient(left, #f8f8f8, #ababab);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f8f8f8, #ababab);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f8f8f8, #ababab);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f8f8f8, #ababab);
  /* Standard syntax */ 
}
/*=====  End of Get involved css  ======*/
/*=====================================
=            Portfolio css            =
=====================================*/
.tlp-portfolio .pre-text {
  margin: 0;
}
.tlp-portfolio .button-group {
  border-bottom: 2px solid #e0e0e0;
  margin: 0 auto 50px;
  width: 80%;
}
.tlp-portfolio .button-group button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-size: 18px;
  color: #444444;
  margin: 0px 0 -2px;
  padding: 0 15px 15px;
}
.tlp-portfolio .button-group button.selected {
  border-bottom: 2px solid #990000;
  color: #990000;
}
.tlp-portfolio .button-group button:hover {
  border-bottom: 2px solid #990000;
  color: #990000;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon {
  margin-top: 0 !important;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon a {
  background: #ffffff;
  border: none;
  border-radius: 50%;
  color: #111111;
  font-size: 20px;
  height: 44px;
  line-height: 44px;
  margin-right: 0;
  padding: 0;
  width: 44px;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon a i.fa:before {
  font-family: 'FontAwesome';
  content: "\f067";
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon li {
  border: none;
}
.tlp-portfolio .tlp-portfolio-item .tlp-overlay .link-icon li a {
  color: #111111;
  padding: 0;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item figure {
  border-radius: 3px;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay {
  background: rgba(255, 149, 1, 0.8);
  left: 10px;
  right: 10px;
  top: inherit;
  bottom: -100%;
  height: inherit;
  width: inherit;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .item-info {
  font-size: 16px;
  padding-top: 0;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .item-info h3 {
  font-weight: 500;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item .tlp-overlay .item-info .link-icon {
  display: none;
}
.tlp-portfolio .isotope9 .tlp-portfolio-item:hover .tlp-overlay {
  top: 10px;
  bottom: 10px;
}
.tlp-portfolio .isotope1 .tlp-item-bg .tlp-portfolio-thum {
  border-radius: 3px;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum {
  border-radius: 3px;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-portfolio-thum .tlp-overlay {
  background: rgba(255, 149, 1, 0.8);
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content-holder h3 a {
  color: #111111;
}
.tlp-portfolio .layout1 .tlp-portfolio-item .tlp-content-holder h3 a:hover {
  color: #990000;
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-portfolio-thum {
  border-radius: 3px;
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-overlay {
  background: rgba(255, 149, 1, 0.8);
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-content-holder h3 {
  font-size: 22px;
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-content-holder h3 a {
  color: #111111;
}
.tlp-portfolio .layout2 .tlp-portfolio-item .tlp-content-holder h3 a:hover {
  color: #990000;
}
.tlp-portfolio-detail h2 {
  text-transform: capitalize;
}
.tlp-portfolio-detail .portfolio-slider .owl-carousel .owl-nav {
  top: 50%;
}
.tlp-portfolio-detail .portfolio-slider .owl-carousel .owl-nav > div {
  background: #000000;
  color: #ffffff;
  margin: 0;
}
.tlp-portfolio-detail .portfolio-slider .owl-carousel .owl-nav > div:hover {
  background: #990000;
}
.tlp-portfolio-detail .portfolio-slider .owl-carousel .owl-nav > div:hover i {
  color: #ffffff;
}
.tlp-portfolio-detail .portfolio-slider .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
.tlp-portfolio-detail .portfolio-slider .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
div.tlp-popup-wrap .tlp-popup-navigation-wrap {
  background: #990000;
}
/*=====  End of Portfolio css  ======*/
/*================================
=            Team css            =
================================*/
.tlp-team .tlp-row .single-team-area .overlay-element .detail-link a i {
  color: #ffffff;
  margin-top: 0;
  padding: 8px 10px;
}
.tlp-team .tlp-row .single-team-area .overlay-element .detail-link:hover a i {
  color: #000000;
}
.tlp-team .tlp-row .single-team-area .social-icons a {
  background: #ffffff;
  border: none;
  border-radius: 50px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  width: 44px;
}
.tlp-team .tlp-row .single-team-area .social-icons a i {
  color: #111111;
  display: inline;
  padding: 0;
}
.tlp-team .tlp-row .single-team-area .social-icons a:hover {
  opacity: 1;
}
.tlp-team .tlp-row .single-team-area .social-icons a:hover i {
  background: transparent;
  color: #000000;
}
.tlp-team .layout1 {
  margin: 0;
}
.tlp-team .layout1 .single-team-area {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px #dedede;
  -moz-box-shadow: 0px 0px 10px 0px #dedede;
  box-shadow: 0px 0px 10px 0px #dedede;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tlp-team .layout1 .single-team-area .overlay-element .detail-link {
  display: none;
}
.tlp-team .layout1 .single-team-area .single-team img {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 {
  background: #ffffff;
  padding: 30px 0;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 {
  padding-bottom: 0;
  padding-top: 0;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 h3 a {
  font-size: 22px;
  color: #111111;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 .tlp-position {
  color: #111111;
  padding-bottom: 15px;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 a {
  color: #111111;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 a .tlp-more {
  display: block;
  text-align: center;
  font-size: 16px;
}
.tlp-team .layout1 .single-team-area .tlp-content-layout1 a .tlp-more i {
  color: #990000;
  padding-left: 10px;
  position: relative;
  top: 3px;
  font-size: 24px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.tlp-team .layout1 .single-team-area:hover {
  -webkit-box-shadow: 0px 10px 10px 0px #dedede;
  -moz-box-shadow: 0px 10px 10px 0px #dedede;
  box-shadow: 0px 10px 10px 0px #dedede;
}
.tlp-team .layout1 .single-team-area:hover .tlp-content-layout1 a {
  color: #990000;
}
.tlp-team .layout1 .single-team-area:hover .tlp-content-layout1 a i {
  padding-left: 15px;
}
.tlp-team .layout1 .single-team-area:hover .single-team img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tlp-team .layout2 .single-team-area .tlp-img {
  border-radius: 3px;
}
.tlp-team .layout2 .single-team-area h3 {
  font-weight: 500;
}
.tlp-team .layout2 .single-team-area h3 a {
  font-size: 20px;
  color: #111111;
}
.tlp-team .layout2 .single-team-area .tlp-position {
  font-size: 16px;
  color: #990000;
}
.tlp-team .layout5 .table-responsive {
  display: inline-table;
}
.tlp-team .layout5 .table-responsive a {
  color: #990000;
}
.tlp-team .layout5 .table-responsive tr:first-child td figure {
  width: 60px;
}
/*=====  End of Team css  ======*/
/*===========================================
=            Working process css            =
===========================================*/
.working-projects2 .sppb-addon-image-content .sppb-content-holder .sppb-addon-title {
  font-size: 30px;
  color: #000000;
}
.working-projects2 .sppb-addon-image-content .sppb-content-holder .sppb-btn-default {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 20px;
  padding: 0;
  color: #111111;
}
.working-projects2 .sppb-addon-image-content .sppb-content-holder .sppb-btn-default i {
  position: relative;
  top: 3px;
  color: #990000;
  padding-left: 5px;
  font-size: 24px;
}
.working-projects2 .sppb-addon-image-content .sppb-content-holder .sppb-btn-default:hover {
  color: #990000;
}
.tlp-team .tlp-team-detail {
  padding-bottom: 0 !important;
  padding-left:4%;
  padding-right:4%;
}
.tlp-team .tlp-team-detail > .row {
  margin-left: 15px;
  margin-right: 15px;
}
.tlp-team .tlp-team-detail img {
  border-radius: 3px;
}
.tlp-team .tlp-team-detail .tlp-content {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
}
.tlp-team .tlp-team-detail .tlp-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}
.tlp-team .tlp-team-detail .tlp-content::after {
  background: #990000;
  border-radius: 3px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.tlp-team .tlp-team-detail .social-icons {
  text-align: left;
}
.tlp-team .tlp-team-detail .social-icons a {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 0;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team .tlp-team-detail .social-icons a i.fa {
  display: inline;
  color: #111111;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tlp-team .tlp-team-detail .social-icons a:hover i.fa {
  color: #000000;
  opacity: 1;
}
.tlp-team .tlp-team-detail .short-bio {
  margin-top: 30px;
}
.tlp-team .tlp-team-detail .contact-info {
  padding-bottom: 20px;
  font-weight: 500;
}
.tlp-team .tlp-team-detail .contact-info a {
  color: #111111;
}
.tlp-team .tlp-team-detail .contact-info a:hover {
  color: #000000;
}
.tlp-team .tlp-team-detail .contact-info i {
  color: #990000;
}
.tlp-team .tlp-team-detail .tlp-team-skill {
  padding: 0;
}
.tlp-team .tlp-team-detail .tlp-team-skill .skill_name {
  font-size: 18px;
  margin-bottom: 10px;
}
.tlp-team .tlp-team-detail .tlp-team-skill .skill-prog {
  background: #f8f8f8;
  border: none;
  margin-bottom: 20px;
  height: 10px;
  border-radius: 3px;
}
.tlp-team .tlp-team-detail .tlp-team-skill .skill-prog .fill {
  border-radius: 3px;
}
.tlp-team .tlp-team-detail .tlp-team-skill .skill-prog:last-child {
  margin-bottom: 0;
}
/*=====  End of Working process css  ======*/
/*===========================================
=            Animated number css            =
===========================================*/
.animated-number {
  position: relative;
}
.animated-number:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(32, 44, 69, 0.9);
  /*background: rgba(6, 78, 43, 0.8); */
}
.animated-number .sppb-addon-animated-number .sppb-animated-number {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}
.animated-number .sppb-addon-animated-number .sppb-animated-number-title {
  color: #ffffff;
  margin-top: 25px;
}
.animated-number .sppb-row > div {
  border-right: 1px solid #c0cac5;
  margin-bottom: 30px;
  z-index: 1;
}
.animated-number .sppb-row > div:last-child {
  border-right: none;
}
/*=====  End of Animated number css  ======*/
/*================================
=            Form css            =
================================*/
.form1-style {
  position: relative;
}
.form1-style::before {
  background: #252525;
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.form1-style::after {
  background: rgba(6, 78, 43, 0.95);
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
.form1-style .sppb-addon-title {
  color: #ffffff;
  line-height: 1.2;
}
.form1-style .sppb-addon-text-block {
  padding-right: 50px;
}
.form1-style .sppb-addon-text-block .sppb-addon-content {
  color: #cccccc;
}
.form1-style .rsform {
  padding-right: 50px;
}
.form2-style .sppb-addon-title {
  color: #ffffff;
  line-height: 1.2;
}
.form2-style .sppb-addon-text-block .sppb-addon-content {
  color: #cccccc;
}
.rsform .formResponsive {
  margin-bottom: 0;
}
.rsform .formResponsive .rsform-block {
  margin-bottom: 8px;
}
.rsform .formResponsive .rsform-block .formControlLabel {
  padding-top: 0;
  width: inherit;
}
.rsform .formResponsive .rsform-block .formControlLabel .formRequired {
  display: none;
}
.rsform .formResponsive .rsform-block .formValidation {
  display: inherit;
}
.rsform .formResponsive .rsform-block .formControls {
  margin-left: 0;
  position: relative;
}
.rsform .formResponsive .rsform-block .formControls input {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: none;
  font-size: 15px;
  color: #313131;
  margin-bottom: 0;
  padding: 8px 15px;
  height: 32px;
  width: 88%;
}
.rsform .formResponsive .rsform-block .formControls input::-moz-placeholder {
  color: #313131;
}
.rsform .formResponsive .rsform-block .formControls input::-webkit-input-placeholder {
  color: #313131;
}
.rsform .formResponsive .rsform-block .formControls select {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: none;
  font-size: 15px;
  color: #313131;
  padding: 8px 15px;
  height: 32px;
  width: 88%;
}
.rsform .formResponsive .rsform-block .formControls select::-moz-placeholder {
  color: #cccccc;
}
.rsform .formResponsive .rsform-block .formControls select::-webkit-input-placeholder {
  color: #cccccc;
}
.rsform .formResponsive .rsform-block .formControls textarea {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: none;
  font-size: 15px;
  color: #313131;
  padding: 12px 15px;
  width: 94%;
}
.rsform .formResponsive .rsform-block .formControls textarea::-moz-placeholder {
  color: #313131;
}
.rsform .formResponsive .rsform-block .formControls textarea::-webkit-input-placeholder {
  color: #313131;
}
.rsform .formResponsive .rsform-block .formControls button {
  position: relative;
  overflow: hidden;
  background: #990000;
  border: none;
  border-radius: 10px;
  box-shadow: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 8px;
  padding: 15px 40px;
  text-shadow: none;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.rsform .formResponsive .rsform-block .formControls button::after {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-left: 10px;
}
.rsform .formResponsive .rsform-block .formControls button:hover {
  background: #7f7f7f;
}
/*=====  End of Form css  ======*/
/*=======================================
=            Testimonial css            =
=======================================*/
.testimonial1 {
  padding-left: 50px;
}
.testimonial1 .sppb-addon-title {
  margin-bottom: 30px;
}
.testimonial1 .tss-layout6 .slick-slide {
  padding: 0;
}
.testimonial1 .tss-layout6 .slick-slide .single-item-wrapper {
  background: transparent;
  padding: 0 10px 0 0;
}
.testimonial1 .tss-layout6 .slick-slide .single-item-wrapper::before {
  display: none;
}
.testimonial1 .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .item-content {
  margin: 0 auto;
}
.testimonial1 .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .author-name {
  margin-bottom: 5px;
}
.testimonial1 .tss-layout6 .slick-slide .single-item-wrapper .tss-meta-info .author-bio {
  margin-bottom: 0px;
}
.testimonial1 .tss-layout6 .slick-slide .single-item-wrapper .profile-img-wrapper {
  margin-top: 40px;
}
.testimonial1 .tss-layout6 .slick-slide .single-item-wrapper .profile-img-wrapper img {
  border-radius: 3px;
}
.testimonial2 {
  background: #000000;
}
.testimonial2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url(../images/section4.png);
  background-repeat: no-repeat;
  background-position: center;
}
.testimonial2 .tss-layout3 .tss-single-item {
  margin-bottom: 0;
}
.testimonial2 .tss-layout3 .tss-single-item .single-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.testimonial2 .tss-layout3 .tss-single-item .single-item-wrapper .tss-meta-info img {
  border-radius: 3px;
}
.testimonial2 .tss-layout3 .tss-single-item .single-item-wrapper .item-content-wrapper {
  background: transparent;
  padding: 0 30px;
}
.testimonial2 .tss-layout3 .tss-single-item .single-item-wrapper .item-content-wrapper:before {
  display: none;
}
.testimonial2 .tss-layout3 .tss-single-item .single-item-wrapper .item-content-wrapper .author-name {
  margin-top: 0;
}
.testimonial2 .tss-layout3 .tss-single-item .single-item-wrapper .item-content-wrapper .author-bio {
  color: #990000;
}
/*=====  End of Testimonial css  ======*/
/*================================
=            News css            =
================================*/
.latest-blog {
  position: relative;
  overflow: hidden;
}
.latest-blog ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.latest-blog ul li {
  float: left;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 33.33333%;
}
.latest-blog .itemimageblock {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.latest-blog .itemimageblock img {
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.latest-blog .itemimageblock:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.latest-blog .moduleItemDateCreated {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #990000;
  margin-bottom: 10px;
  padding-top: 20px;
}
.latest-blog h3 {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 20px;
  margin-bottom: 0px;
  font-size: 24px;
}
.latest-blog h3 .moduleItemTitle {
  color: #111111;
}
.latest-blog h3 .moduleItemTitle:hover {
  color: #000000;
}
.latest-blog .moduleItemAuthor {
  display: inline-block;
}
.latest-blog .moditemcomment {
  float: right;
}
.latest-blog .moditemcomment .moduleItemComments {
  color: #444444;
}
.latest-blog .moditemcomment i {
  color: #c5c5c5;
  font-size: 20px;
  padding-right: 5px;
}
/*=====  End of News css  ======*/
/*=========================================
=            Pricing table css            =
=========================================*/
.sppb-addon-pricing-table .sppb-pricing-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header {
  background: #000000;
  border-radius: 10px 10px 0 0;
  padding-top: 40px;
  padding-bottom: 20px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-title {
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 15px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-price > span {
  font-size: 32px;
  color: #990000;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-header .sppb-pricing-duration {
  color: #c0cac5;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features {
  margin-bottom: 40px;
  margin-top: 40px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-features li {
  padding: 10px 0;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer {
  padding-bottom: 50px;
}
.sppb-addon-pricing-table .sppb-pricing-box .sppb-pricing-footer .sppb-btn {
  background: #990000;
  border: none;
  border-radius: 3px;
  color: #111111;
  font-size: 15px;
  padding: 13px 30px;
}
.sppb-addon-pricing-table .sppb-pricing-box:hover {
  -webkit-box-shadow: 0px 20px 25px 0px rgba(222, 222, 222, 0.9);
  -moz-box-shadow: 0px 20px 25px 0px rgba(222, 222, 222, 0.9);
  box-shadow: 0px 20px 25px 0px rgba(222, 222, 222, 0.9);
}
.sppb-addon-pricing-table .sppb-pricing-box:hover .sppb-pricing-footer .sppb-btn {
  background: #000000;
  color: #ffffff;
}
/*=====  End of Pricing table css  ======*/
/*==================================
=            Bottom css            =
==================================*/
#sp-bottom {
  font-size: 16px !important;
  padding: 20px 0 20px !important;
}
#sp-bottom .sp-module h3.sp-module-title {
  color: #e81c2e;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 18px;
  text-transform: capitalize;
}
#sp-bottom .sp-module h3.sp-module-title::after {
  background: #e81c2e;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
#sp-bottom .sp-module .sp-module-content {
  color: #ababab;
  text-align:left;
}
#sp-bottom .sp-module .sp-module-content .footer-logo img {
  margin-bottom: 45px;
}
#sp-bottom ul li {
  border-bottom: none;
  list-style: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#sp-bottom ul li a {
  color: #ababab;
  line-height: 24px;
  padding: 0;
}
#sp-bottom ul li a:hover {
  color: #990000;
}
#sp-bottom ul li a:focus {
  background: transparent;
}
#sp-bottom ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-bottom ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom ul li.lastItem {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-bottom .latestnews > div {
  border-bottom: none;
}
#sp-bottom .latestnews > div > a {
  color: #ababab;
}
#sp-bottom .latestnews > div > a:hover {
  color: #f8f8f8;
}
#sp-bottom .footer-social {
  margin-top: 30px;
}
#sp-bottom .footer-social .rt-socials ul li {
  display: inline-block;
  padding-right: 12px;
}
#sp-bottom .footer-social .rt-socials ul li a {
  font-size: 18px;
}
#sp-bottom .footer-social .rt-socials ul li a:hover {
  color: #990000;
}
#sp-bottom .footer-social .rt-socials ul li a::before {
  content: "";
  margin-right: 0;
}
#sp-bottom .footer-social .rt-socials ul li::last-child {
  padding-right: 0;
}
#sp-bottom .footer-address ul li {
  padding-bottom: 10px;
}
#sp-bottom .footer-address ul li i {
  padding-right: 8px;
  color: #f8f8f8;
}
#sp-footer {
  font-size: 16px !important;
}
#sp-footer .container-inner {
  padding: 20px 0 !important;
  border-top: none;
  text-align: center;
}
#sp-footer .sp-copyright {
  color: #ababab;
}
#sp-footer .sp-copyright a {
  color: #ffffff;
}
#sp-footer .sp-copyright a:hover {
  color: #000000;
}
/*=====  End of Bottom css  ======*/
/*========================================
=            Inner banner css            =
========================================*/
#sp-title .sp-page-title {
  background-size: cover;
  background-position: center;
  padding: 50px 0 0;
  position: relative;
}
#sp-title .sp-page-title h2 {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  text-transform: Capitalize;
  letter-spacing: 2px;
  z-index: 1;
  text-align:center;
  font-weight:700;
}
#sp-title .sp-page-title .breadcrumb {
  background: none;
  border-radius: 3px;
  display: inline-flex;
  margin-top: 25px;
  padding: 8px 20px;
  position: relative;
  z-index: 1;
}
#sp-title .sp-page-title .breadcrumb li {
  color: #ffffff;
  letter-spacing: 1px;
}
#sp-title .sp-page-title .breadcrumb li:before {
  color: #ffffff;
}
#sp-title .sp-page-title .breadcrumb li a {
  color: #ffffff;
}
#sp-title .sp-page-title .breadcrumb li a:hover {
  color: #990000;
}
#sp-title .sp-page-title .breadcrumb li.active {
  color: #990000;
}
#sp-title .sp-page-title:after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: " > ";
}
/*=====  End of Inner banner css  ======*/
/*===========================================
=            Content default css            =
===========================================*/
.article-details .article-full-image img {
  border-radius: 3px;
}
.article-details .article-header h1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  color: #ffffff;
  margin-bottom: 0px;
  padding-bottom: 40px;
  padding-left: 30px;
  z-index: 1;
}
.article-details .article-header h1:before {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
  content: "";
  height: 200%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.article-details .article-header h1:after {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 30px;
  background: #990000;
  height: 4px;
  width: 60px;
}
.article-details h3 {
  font-size: 26px;
  font-weight: 500;
}
.article-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-details ul li {
  padding-bottom: 8px;
}
.article-details ul li:before {
  color: #990000;
  font-family: 'FontAwesome';
  content: "\f054";
  padding-right: 10px;
}
.article-details ul li:last-child {
  padding-bottom: 0;
}
.article-details .media .pull-left {
  padding-right: 12px;
  width: 40%;
}
.article-details .media .media-body .mod-speasyimagegallery .speasyimagegallery-gallery-item {
  margin: 2px;
}
.article-details .media .media-body .mod-speasyimagegallery .speasyimagegallery-gallery-item img {
  border-radius: 3px;
}
.blog .article-list .article {
  border: 1px solid #e0e0e0;
}
.blog .article-list .article .article-header h2 a:hover,
.blog .article-list .article .article-header h3 a:hover {
  color: #990000;
}
.blog .article-list .article .readmore {
  font-size: 16px;
}
.blog .article-list .article .readmore a {
  color: #111111;
}
.blog .article-list .article .readmore a:hover {
  color: #990000;
}
.article .article-info > span a {
  color: #000000;
}
.article .article-info > span a:hover {
  color: #990000;
}
.article-details .article-info > span a {
  color: #000000;
}
.article-details .article-info > span a:hover {
  color: #990000;
}
.item-page .entry-header {
  margin-bottom: 0;
}
.item-page .image-wrap {
  position: relative;
}
.item-page .image-wrap .content {
  position: absolute;
  right: 0;
  top: 30%;
  width: 50%;
}
.item-page .image-wrap .content p {
  font-style: italic;
}
.item-page h3 {
  font-size: 26px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.item-page h3::after {
  position: absolute;
  content: "";
  background: #f8f8f8;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.item-page blockquote {
  background: #f8f8f8;
  color: #111111;
  padding: 30px 40px;
  font-style: italic;
  line-height: 28px;
  margin: 40px 0;
}
.page-header {
  border: none;
  margin: 0;
  padding: 0;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.contact-form .btn-primary {
  border: none;
  border-radius: 3px;
  padding: 15px 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.contact-form .btn-primary:hover {
  background: #990000;
}
.login .form-group input {
  border: 1px solid #e0e0e0;
  box-shadow: none;
  border-radius: 3px;
  height: 40px;
}
.login .btn-primary {
  border: none;
  border-radius: 3px;
  padding: 15px 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.login .btn-primary:hover {
  background: #990000;
}
.search .btn-toolbar input {
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
.search .btn-toolbar button {
  border-radius: 0;
}
.search input {
  border: 1px solid #e0e0e0;
  box-shadow: none;
}
.search .btn-secondary {
  border: none;
  background: #000000;
}
.search .btn-secondary:hover {
  background: #990000;
}
.search select {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: none;
}
.search legend {
  font-size: 24px;
}
html.error-page h1.error-code {
  font-size: 230px;
  font-weight: 700;
  letter-spacing: 15px;
  color: #111111;
}
html.error-page h1.error-code::first-letter {
  color: #000000;
}
html.error-page h2.error-message {
  font-size: 30px;
  color: #111111;
}
html.error-page a.btn {
  background: #000000;
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding: 19px 35px;
  letter-spacing: 1px;
}
html.error-page a.btn:hover {
  background: #990000;
  color: #ffffff;
}
body .sp-scroll-up {
  background: transparent;
  width: 0;
  height: 0;
  bottom: 0;
  border-radius: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 50px solid #990000;
}
body .sp-scroll-up span {
  position: absolute;
  left: -12px;
  top: 14px;
}
body .sp-scroll-up:hover,
body .sp-scroll-up:focus,
body .sp-scroll-up:active {
  background: transparent;
}
/*=====  End of Content default css  ======*/
/*======================================
=            Pagination css            =
======================================*/
div.k2Pagination {
  margin-bottom: 0;
  padding: 0;
}
div.k2Pagination .pagination {
  margin: 30px 0 10px 0;
}
div.k2Pagination .pagination li a {
  background: #f8f8f8;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 5px;
  padding: 0;
  height: 44px;
  width: 50px;
  line-height: 44px;
  text-align: center;
}
div.k2Pagination .pagination li a:hover {
  background: #000000;
  color: #ffffff;
}
div.k2Pagination .pagination li.active a {
  background: #000000;
}
.pagination-wrapper {
  text-align: left;
}
.pagination-wrapper ul.pagination {
  margin-bottom: 0;
  margin-top: 30px;
}
.pagination-wrapper ul.pagination li a {
  background: #f8f8f8;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 5px 5px;
  padding: 0;
  height: 44px;
  width: 50px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination-wrapper ul.pagination li a:hover {
  background: #000000;
  color: #ffffff;
}
.pagination-wrapper ul.pagination li.active a {
  background: #000000;
}
div.pagination {
  text-align: left;
  margin-bottom: 0;
  display: block;
}
div.pagination ul.pagination {
  margin-bottom: 0;
  display: inline-block;
}
div.pagination ul.pagination li a {
  background: #f8f8f8;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 5px 5px;
  padding: 0;
  height: 44px;
  width: 50px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
div.pagination ul.pagination li a:hover {
  background: #000000;
  color: #ffffff;
}
div.pagination ul.pagination li.active a {
  background: #000000;
}
/*=====  End of Pagination css  ======*/
/*===================================
=            Sidebar css            =
===================================*/
#sp-left .sp-column .sp-module,
#sp-right .sp-column .sp-module {
  border: none;
  padding: 2%;
  margin-right:5%;
  text-align:left;
  
}
#sp-left .sp-column .sp-module .sp-module-title,
#sp-right .sp-column .sp-module .sp-module-title {
  position: relative;
  margin-bottom: 30px;
  border-bottom: none;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  
}
#sp-left .sp-column .sp-module .sp-module-title:after,
#sp-right .sp-column .sp-module .sp-module-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #990000;
}
#sp-left .sp-column .sp-module ul li,
#sp-right .sp-column .sp-module ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#sp-left .sp-column .sp-module ul li a,
#sp-right .sp-column .sp-module ul li a {
  color: #111111;
  padding: 0;
}
#sp-left .sp-column .sp-module ul li a::before,
#sp-right .sp-column .sp-module ul li a::before {
  color: #990000;
  font-family: 'FontAwesome';
  content: "\f058";
  padding-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#sp-left .sp-column .sp-module ul li a:hover,
#sp-right .sp-column .sp-module ul li a:hover {
  color: #990000;
}
#sp-left .sp-column .sp-module ul li:last-child,
#sp-right .sp-column .sp-module ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-left .sp-column .service-menu,
#sp-right .sp-column .service-menu {
  padding: 30px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 15px 0px #dedede;
  -moz-box-shadow: 0px 0px 15px 0px #dedede;
  box-shadow: 0px 0px 15px 0px #dedede;
}
#sp-left .sp-column .service-menu ul li.active a,
#sp-right .sp-column .service-menu ul li.active a {
  color: #990000;
}
#sp-left .sp-column .testimonial-sidebar,
#sp-right .sp-column .testimonial-sidebar {
  background: #000000;
  padding: 30px;
}
#sp-left .sp-column .testimonial-sidebar .tss-wrapper,
#sp-right .sp-column .testimonial-sidebar .tss-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#sp-left .sp-column .testimonial-sidebar .sp-module-title,
#sp-right .sp-column .testimonial-sidebar .sp-module-title {
  color: #ffffff;
}
#sp-left .sp-column .testimonial-sidebar .tss-layout6 .single-item-wrapper,
#sp-right .sp-column .testimonial-sidebar .tss-layout6 .single-item-wrapper {
  padding: 1px;
  background: transparent;
}
#sp-left .sp-column .testimonial-sidebar .tss-layout6 .single-item-wrapper:before,
#sp-right .sp-column .testimonial-sidebar .tss-layout6 .single-item-wrapper:before {
  display: none;
}
#sp-left .sp-column .testimonial-sidebar .tss-layout6 ul.slick-dots li,
#sp-right .sp-column .testimonial-sidebar .tss-layout6 ul.slick-dots li {
  display: inline-block;
  border: none;
  margin: 0 3px;
  padding: 0;
  line-height: 1;
}
#sp-left .sp-column .any-question,
#sp-right .sp-column .any-question {
  background: #f8f8f8;
  padding: 30px;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive,
#sp-right .sp-column .any-question .rsformany-question .formResponsive {
  margin-bottom: 0;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block {
  margin-bottom: 5px;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControlLabel,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControlLabel {
  padding-top: 0;
  width: inherit;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControlLabel .formRequired,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControlLabel .formRequired {
  display: none;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formValidation,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formValidation {
  display: inherit;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls {
  margin-left: 0;
  position: relative;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input {
  background: #e5e5e5;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  font-size: 15px;
  color: #646464;
  margin-bottom: 0;
  padding: 8px 15px;
  height: 32px;
  width: 88%;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input::-moz-placeholder,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input::-moz-placeholder {
  color: #646464;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input::-webkit-input-placeholder,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input::-webkit-input-placeholder {
  color: #646464;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea {
  background: #e5e5e5;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  font-size: 15px;
  color: #646464;
  padding: 12px 15px;
  width: 88%;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea::-moz-placeholder,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea::-moz-placeholder {
  color: #646464;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea::-webkit-input-placeholder,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea::-webkit-input-placeholder {
  color: #646464;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls button,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls button {
  position: relative;
  overflow: hidden;
  background: #990000;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 5px;
  padding: 15px 20px;
  text-shadow: none;
  text-transform: uppercase;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls button::after,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls button::after {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-left: 10px;
}
#sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls button:hover,
#sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls button:hover {
  background: #000000;
}
#sp-left .sp-column .search-product,
#sp-right .sp-column .search-product {
  position: relative;
  overflow: hidden;
}
#sp-left .sp-column .search-product form .inputboxsearch-product,
#sp-right .sp-column .search-product form .inputboxsearch-product {
  background: #f8f8f8;
  border: none;
  border-radius: 0;
  box-shadow: none;
  float: left;
  height: 46px;
  padding: 0 15px;
  width: 92%;
}
#sp-left .sp-column .search-product form .buttonsearch-product,
#sp-right .sp-column .search-product form .buttonsearch-product {
  background: #f8f8f8;
  box-shadow: none;
  border-radius: 0;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 17px 10px;
}
#sp-left .sp-column .landscape,
#sp-right .sp-column .landscape {
  background: #000000;
  padding: 30px;
}
#sp-left .sp-column .landscape h3,
#sp-right .sp-column .landscape h3 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
}
#sp-left .sp-column .landscape p,
#sp-right .sp-column .landscape p {
  color: #ffffff;
  margin-bottom: 10px;
}
#sp-left .sp-column .landscape span,
#sp-right .sp-column .landscape span {
  font-size: 22px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}
#sp-left .sp-column .landscape span:before,
#sp-right .sp-column .landscape span:before {
  font-family: 'FontAwesome';
  content: "\f095";
  padding-right: 10px;
  color: #990000;
}
#sp-left .sp-column .landscape a,
#sp-right .sp-column .landscape a {
  background: #990000;
  border-radius: 3px;
  color: #ffffff;
  padding: 15px 20px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
#sp-left .sp-column .landscape a::after,
#sp-right .sp-column .landscape a::after {
  font-family: 'FontAwesome';
  content: "\f054";
  padding-left: 10px;
}
#sp-left .sp-column .landscape a:hover,
#sp-right .sp-column .landscape a:hover {
  background: #ffffff;
  color: #990000;
}
#sp-left .sp-column .search,
#sp-right .sp-column .search {
  position: relative;
  overflow: hidden;
}
#sp-left .sp-column .search form input,
#sp-right .sp-column .search form input {
  border: none;
  background: #f8f8f8;
  border-radius: 3px;
  box-shadow: none;
  float: left;
  font-style: italic;
  padding: 0 8px;
  margin-bottom: 2px;
  height: 44px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(222, 222, 222, 0.75);
}
#sp-left .sp-column .search form button,
#sp-right .sp-column .search form button {
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 0;
  position: absolute;
  right: 1px;
  padding: 12px 14px;
  z-index: 9;
}
#sp-left .sp-column .search form button::after,
#sp-right .sp-column .search form button::after {
  content: "\f002";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #076a3a;
}
#sp-left .sp-column .k2CategoriesListBlock li,
#sp-right .sp-column .k2CategoriesListBlock li {
  border-bottom: 1px solid #e0e0e0;
}
#sp-left .sp-column .k2CategoriesListBlock li a,
#sp-right .sp-column .k2CategoriesListBlock li a {
  font-size: 16px;
}
#sp-left .sp-column .k2CategoriesListBlock li a .catCounter,
#sp-right .sp-column .k2CategoriesListBlock li a .catCounter {
  float: right;
}
#sp-left .sp-column .k2CategoriesListBlock li.activeCategory a,
#sp-right .sp-column .k2CategoriesListBlock li.activeCategory a {
  color: #990000;
  font-weight: 400;
}
#sp-left .sp-column .latest-news .header-info,
#sp-right .sp-column .latest-news .header-info {
  float: right;
  width: 60%;
  font-size: 16px;
  line-height: 1.4;
}
#sp-left .sp-column .latest-news .header-info .moduleItemDateCreated,
#sp-right .sp-column .latest-news .header-info .moduleItemDateCreated {
  display: block;
  line-height: 1;
  margin-bottom: 8px;
  color: #000000;
  font-weight: 500;
}
#sp-left .sp-column .latest-news .moduleItemIntrotext,
#sp-right .sp-column .latest-news .moduleItemIntrotext {
  float: left;
  width: 40%;
  padding-right: 10px;
}
#sp-left .sp-column .latest-news .moduleItemIntrotext img,
#sp-right .sp-column .latest-news .moduleItemIntrotext img {
  border-radius: 3px;
}
#sp-left .sp-column .latest-news ul li,
#sp-right .sp-column .latest-news ul li {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
#sp-left .sp-column .latest-news ul li a:before,
#sp-right .sp-column .latest-news ul li a:before {
  content: "";
  padding-right: 0;
}
#sp-left .sp-column .latest-news ul li.lastItem,
#sp-right .sp-column .latest-news ul li.lastItem {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#sp-left .sp-column .k2TagCloudBlock,
#sp-right .sp-column .k2TagCloudBlock {
  padding: 0;
}
#sp-left .sp-column .k2TagCloudBlock a,
#sp-right .sp-column .k2TagCloudBlock a {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  font-size: 14px !important;
  margin: 2px;
  padding: 8px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 31%;
}
#sp-left .sp-column .k2TagCloudBlock a:hover,
#sp-right .sp-column .k2TagCloudBlock a:hover {
  border-radius: 3px;
  background: #000000;
  color: #ffffff;
  padding: 8px 0;
}
#sp-left .sp-column .recent-post ul li,
#sp-right .sp-column .recent-post ul li {
  border-bottom: none;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
#sp-left .sp-column .recent-post ul li:last-child,
#sp-right .sp-column .recent-post ul li:last-child {
  margin: 0;
  padding: 0;
}
#sp-left .sp-column .recent-post ul li .moduleItemIntrotext,
#sp-right .sp-column .recent-post ul li .moduleItemIntrotext {
  margin-right: 15px;
  float: left;
  width: 90px;
  overflow: hidden;
}
#sp-left .sp-column .recent-post ul li .moduleItemIntrotext img,
#sp-right .sp-column .recent-post ul li .moduleItemIntrotext img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sp-left .sp-column .recent-post ul li .popular-content,
#sp-right .sp-column .recent-post ul li .popular-content {
  display: table-cell;
}
#sp-left .sp-column .recent-post ul li .popular-content .moduleItemDateCreated,
#sp-right .sp-column .recent-post ul li .popular-content .moduleItemDateCreated {
  color: #076a3a;
  font-size: 14px;
}
#sp-left .sp-column .recent-post ul li .popular-content h3,
#sp-right .sp-column .recent-post ul li .popular-content h3 {
  margin-bottom: 7px;
  line-height: 24px;
}
#sp-left .sp-column .recent-post ul li .popular-content h3 a,
#sp-right .sp-column .recent-post ul li .popular-content h3 a {
  color: #000000;
  font-size: 16px;
}
#sp-left .sp-column .recent-post ul li:hover .moduleItemIntrotext img,
#sp-right .sp-column .recent-post ul li:hover .moduleItemIntrotext img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.7;
}
#sp-left .sp-column .recent-post ul li:hover .popular-content h3 a,
#sp-right .sp-column .recent-post ul li:hover .popular-content h3 a {
  color: #076a3a;
}
#sp-left .sp-column .k2ArchivesBlock ul li,
#sp-right .sp-column .k2ArchivesBlock ul li {
  border-bottom: 1px solid #e0e0e0;
}
#sp-left .sp-column .k2ArchivesBlock ul li .counter,
#sp-right .sp-column .k2ArchivesBlock ul li .counter {
  float: right;
}
#sp-left .sp-column .k2ArchivesBlock ul li:last-child,
#sp-right .sp-column .k2ArchivesBlock ul li:last-child {
  border-bottom: none;
}
#sp-left .sp-column .best-products .product-container,
#sp-right .sp-column .best-products .product-container {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}
#sp-left .sp-column .best-products .product-container:last-child,
#sp-right .sp-column .best-products .product-container:last-child {
  margin-bottom: 0;
}
#sp-left .sp-column .best-products .product-container .image-part,
#sp-right .sp-column .best-products .product-container .image-part {
  background: #f8f8f8;
  float: left;
  width: 35%;
  margin-right: 12px;
  overflow: hidden;
}
#sp-left .sp-column .best-products .product-container .image-part img,
#sp-right .sp-column .best-products .product-container .image-part img {
  padding: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.45s ease-out 0s;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sp-left .sp-column .best-products .product-container .image-part:hover img,
#sp-right .sp-column .best-products .product-container .image-part:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#sp-left .sp-column .best-products .product-container .productdetails,
#sp-right .sp-column .best-products .product-container .productdetails {
  display: table-cell;
  text-align: left;
}
#sp-left .sp-column .best-products .product-container .productdetails a,
#sp-right .sp-column .best-products .product-container .productdetails a {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 1px;
}
#sp-left .sp-column .best-products .product-container .productdetails .product-price,
#sp-right .sp-column .best-products .product-container .productdetails .product-price {
  color: #000000;
  float: none;
  text-align: left;
  font-weight: 600;
  margin: 15px 0 0 0;
}
.right-seller .spacer {
  margin: 0 15px 30px;
  overflow: hidden;
}
.right-seller .spacer .image-part {
  background: #f8f8f8;
  border: none;
  padding: 10px;
  float: left;
  width: 40%;
}
.right-seller .spacer .image-part img {
  display: inline-block;
}
.right-seller .spacer .product-info {
  float: left;
  width: 60%;
  padding-left: 20px;
  text-align: left;
}
.right-seller .spacer .product-info .item-title {
  color: #111111;
  margin-bottom: 10px;
  display: block;
}
.right-seller .spacer .product-info .item-title:hover {
  color: #990000;
}
.right-seller .spacer .product-info .ratingbox {
  display: block;
  margin: 0 0 15px;
}
.right-seller .spacer .product-info .product-price {
  font-weight: 500;
  color: #990000;
}
.right-seller .product-container:last-child .spacer {
  margin-bottom: 0;
}
/*=====  End of Sidebar css  ======*/
/*==============================================
=            Vm categories css                =
==============================================*/
.cat-slider-wrapper .sppb-column {
  z-index: inherit;
}
.cat-slider-wrapper .sppb-column-addons {
  z-index: inherit;
}
.vm-categories {
  background: #f8f8f8;
  border-radius: 3px;
  padding: 20px 30px;
}
.vm-categories .sppb-addon-title {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.vm-categories .sppb-addon-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #990000;
  height: 3px;
  width: 50px;
}
.vm-categories ul.menu {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.vm-categories ul.menu li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.vm-categories ul.menu li a {
  display: block;
  color: #111111;
  padding: 12px 0px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.vm-categories ul.menu li a:hover {
  color: #990000;
}
.vm-categories ul.menu li:last-child {
  border-bottom: none;
}
.vm-categories ul.menu li .VmArrowdown {
  background: transparent;
  float: none;
  height: inherit;
  width: inherit;
  padding: 0;
  position: absolute;
  right: 0;
  top: 5px;
}
.vm-categories ul.menu li .VmArrowdown::after {
  font-family: "FontAwesome";
  content: "\f105";
  color: #990000;
}
.vm-categories ul.menu li ul.menu {
  background: #f8f8f8;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 230px;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 999;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.vm-categories ul.menu li ul.menu li a {
  padding-left: 20px;
}
.vm-categories ul.menu li:hover ul.menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/*=====  End of Vm categories css  ======*/
/*==============================================
=            Feature product slider            =
==============================================*/
.product-slider .single-item {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin: 0 15px;
  padding: 30px 20px;
  position: relative;
}
.product-slider .single-item::after {
  background: rgba(17, 17, 17, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-slider .single-item .image-part {
  text-align: center;
}
.product-slider .single-item .image-part img {
  display: inline-block;
  width: auto;
}
.product-slider .single-item .image-part .addtocart-area {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0;
  z-index: 11;
  -webkit-transform: translateY(-250%);
  -moz-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  -o-transform: translateY(-250%);
  transform: translateY(-250%);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.product-slider .single-item .image-part .addtocart-area .addtocart-bar {
  margin: 0;
  text-align: center;
}
.product-slider .single-item .image-part .addtocart-area .addtocart-bar .quantity-box,
.product-slider .single-item .image-part .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.product-slider .single-item .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #990000;
  border-radius: 3px;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.product-slider .single-item .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button:hover {
  background: #ffffff;
  color: #000000;
}
.product-slider .single-item .productdetails {
  text-align: center;
}
.product-slider .single-item .productdetails .item-title {
  display: block;
  color: #111111;
  font-size: 20px;
  margin: 30px 0 15px 0;
  font-weight: 500;
}
.product-slider .single-item .productdetails .item-title:hover {
  color: #000000;
}
.product-slider .single-item .productdetails .product-price {
  float: inherit;
  text-align: center;
  color: #111111;
  font-size: 20px;
}
.product-slider .single-item:hover::after {
  opacity: 1;
}
.product-slider .single-item:hover .image-part .addtocart-area {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-slider .single-item:hover .image-part .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  opacity: 1;
}
.product-slider .owl-carousel.owl-theme .owl-nav {
  top: -65px;
  right: 15px;
}
/*=====  End of Feature product slider  ======*/
/*=======================================
=            Todays deal css            =
=======================================*/
.today-deal .spacer {
  background: #f8f8f8;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 20px;
}
.today-deal .spacer .image-part {
  text-align: center;
  position: relative;
}
.today-deal .spacer .image-part img {
  display: inline-block;
}
.today-deal .spacer .product-info {
  padding-top: 18px;
}
.today-deal .spacer .product-info .item-title {
  display: block;
  color: #111111;
  font-size: 20px;
  margin: 0px 0 12px 0;
  font-weight: 500;
}
.today-deal .spacer .product-info .item-title:hover {
  color: #000000;
}
.today-deal .spacer .product-info .product-price {
  float: inherit;
  text-align: center;
  color: #111111;
  font-size: 20px;
}
.today-deal .spacer .product-info .addtocart-area {
  margin: 0;
}
.today-deal .spacer .product-info .addtocart-area .addtocart-bar {
  margin: 25px 0 0 0;
  text-align: center;
}
.today-deal .spacer .product-info .addtocart-area .addtocart-bar .quantity-box,
.today-deal .spacer .product-info .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.today-deal .spacer .product-info .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  background: #ffffff;
  border: none;
  color: #990000;
  border-radius: 3px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.today-deal .spacer .product-info .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button:hover {
  background: #ffffff;
  color: #000000;
}
.today-deal .product-container:last-child .spacer {
  margin-bottom: 0;
}
/*=====  End of Todays deal css  ======*/
/*=======================================
=            Best sellers css            =
=======================================*/
.best-sellers .spacer {
  border-radius: 3px;
  margin: 0 15px 30px;
  overflow: hidden;
}
.best-sellers .spacer .image-part {
  border: 1px solid #e0e0e0;
  padding: 20px 10px;
  text-align: center;
  position: relative;
  float: left;
  width: 40%;
}
.best-sellers .spacer .image-part img {
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scaleX(1);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.best-sellers .spacer .product-info {
  float: left;
  width: 60%;
  padding-left: 20px;
  text-align: left;
}
.best-sellers .spacer .product-info .item-title {
  display: block;
  color: #111111;
  font-size: 18px;
  margin: 0px 0 10px 0;
  font-weight: 500;
}
.best-sellers .spacer .product-info .item-title:hover {
  color: #000000;
}
.best-sellers .spacer .product-info .ratingbox {
  display: block;
  margin: 0 0 15px;
}
.best-sellers .spacer .product-info .product-price {
  float: initial;
  color: #111111;
  font-size: 16px;
  text-align: left;
  margin-bottom: 25px;
}
.best-sellers .spacer .product-info .addtocart-area {
  margin: 0;
}
.best-sellers .spacer .product-info .addtocart-area .addtocart-bar {
  margin: 15px 0 0 0;
  text-align: left;
}
.best-sellers .spacer .product-info .addtocart-area .addtocart-bar .quantity-box,
.best-sellers .spacer .product-info .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.best-sellers .spacer .product-info .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #990000;
  border-radius: 3px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.best-sellers .spacer .product-info .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button:hover {
  background: #ffffff;
  color: #000000;
}
.best-sellers .spacer:hover .image-part img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*=====  End of Best sellers css  ======*/
/*=========================================
=            Custom Banner css            =
=========================================*/
.tool-box .sppb-addon-raw-html .media {
  margin-left: 38%;
  padding: 26px 30px 26px 0;
}
.tool-box .sppb-addon-raw-html .media .pull-left {
  background: #ffffff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  text-align: center;
  padding-top: 12px;
  font-size: 16px;
  line-height: 22px;
}
.tool-box .sppb-addon-raw-html .media .pull-left span {
  display: block;
  color: #111111;
  font-size: 18px;
  font-weight: 500;
}
.tool-box .sppb-addon-raw-html .media .media-body {
  color: #ffffff;
  font-size: 16px;
  padding-left: 30px;
}
.tool-box .sppb-addon-raw-html .media .media-body h3 {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
}
.tool-box .sppb-addon-raw-html .media .media-body .ghost-btn {
  border: none;
  background: #ff1744;
  padding: 8px 20px;
}
/*=====  End of Custom Banner css  ======*/
/*============================================
=            Product category css            =
============================================*/
.shop-grid .category-view .browse-view .products-view > .row {
  margin-left: -15px;
  margin-right: -15px;
}
.shop-front h4 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.shop-front h4:after {
  position: absolute;
  content: "";
  background: #990000;
  height: 3px;
  width: 50px;
  left: 0;
  bottom: -2px;
}
.shop-front .product .spacer.product-container {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.shop-front .product .spacer.product-container::after {
  background: rgba(17, 17, 17, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.shop-front .product .spacer.product-container .vm-product-media-container {
  margin-bottom: 0;
}
.shop-front .product .spacer.product-container .vm-product-media-container img {
  display: inline-block;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.shop-front .product .spacer.product-container .vm-product-rating-container {
  text-align: center;
}
.shop-front .product .spacer.product-container .addtocart-area {
  min-height: inherit;
}
.shop-front .product .spacer.product-container .addtocart-area .vm-customfields-wrap {
  display: none;
}
.shop-front .product .spacer.product-container .addtocart-area .addtocart-bar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  -webkit-transform: translateY(-250px);
  -moz-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  -o-transform: translateY(-250px);
  transform: translateY(-250px);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.shop-front .product .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  opacity: 0;
}
.shop-front .product .spacer.product-container .addtocart-area .addtocart-bar .quantity-box,
.shop-front .product .spacer.product-container .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.shop-front .product .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button {
  margin-top: 10px;
}
.shop-front .product .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #990000;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 25px;
  margin: auto;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.shop-front .product .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button:hover {
  background: #990000;
  color: #ffffff;
}
.shop-front .product .spacer.product-container .vm-product-descr-container-1 {
  min-height: inherit;
  margin-top: 25px;
  margin-bottom: 20px;
}
.shop-front .product .spacer.product-container .vm-product-descr-container-1 h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.shop-front .product .spacer.product-container .vm-product-descr-container-1 h2 a {
  color: #111111;
}
.shop-front .product .spacer.product-container .vm-price-desc {
  margin: 0;
}
.shop-front .product .spacer.product-container .product-price {
  margin-bottom: 0;
  text-align: center;
  float: inherit;
}
.shop-front .product .spacer.product-container .product-price span {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
}
.shop-front .product .spacer.product-container .vm-details-button {
  text-align: center;
}
.shop-front .product .spacer.product-container .vm-details-button .product-details {
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #111111;
  border-radius: 0px;
  padding: 10px 20px;
  text-align: center;
  width: inherit;
}
.shop-front .product .spacer.product-container .vm-details-button .product-details:hover {
  background: #111111;
  color: #ffffff;
}
.shop-front .product .spacer.product-container:hover .vm-product-media-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.shop-front .product .spacer.product-container:hover::after {
  opacity: 1;
}
.shop-front .product .spacer.product-container:hover .addtocart-area .addtocart-bar {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shop-front .product .spacer.product-container:hover .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  opacity: 1;
}
.category-view {
  margin-bottom: 0;
}
.category-view .browse-view {
  margin-bottom: 0;
}
.category-view .browse-view .products-view > h4 {
  display: none;
}
.category-view .latest-view {
  margin-bottom: 0;
}
.category-view h1 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 30px;
}
.category-view .orderby-displaynumber {
  background: #f8f8f8;
  color: #111111;
  border: none;
  border-radius: 3px;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 12px 15px;
  -webkit-box-shadow: 0px 1px 0px 0px #dedede;
  -moz-box-shadow: 0px 1px 0px 0px #dedede;
  box-shadow: 0px 1px 0px 0px #dedede;
}
.category-view .orderby-displaynumber .orderlistcontainer {
  position: relative;
  display: block;
}
.category-view .orderby-displaynumber .orderlistcontainer .title {
  font-size: 18px;
  float: left;
  margin-right: 12px;
}
.category-view .orderby-displaynumber .orderlistcontainer .activeOrder {
  border-radius: 0;
  background-color: #f8f8f8;
  float: left;
}
.category-view .orderby-displaynumber .orderlistcontainer .activeOrder a {
  color: #444444;
}
.category-view .orderby-displaynumber .orderlistcontainer .orderlist {
  top: 32px;
  left: 69px;
}
.category-view .orderby-displaynumber .orderlistcontainer .orderlist a {
  color: #990000;
}
.category-view .orderby-displaynumber .display-number select {
  background-color: #f8f8f8;
  border-radius: 0;
  box-shadow: none;
}
.category-view .product .spacer.product-container {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin: 0 15px 30px;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}
.category-view .product .spacer.product-container::after {
  background: rgba(17, 17, 17, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.category-view .product .spacer.product-container .vm-product-media-container {
  margin-bottom: 0;
}
.category-view .product .spacer.product-container .vm-product-media-container img {
  display: inline-block;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.category-view .product .spacer.product-container .vm-product-rating-container {
  text-align: center;
}
.category-view .product .spacer.product-container .addtocart-area {
  min-height: inherit;
}
.category-view .product .spacer.product-container .addtocart-area .vm-customfields-wrap {
  display: none;
}
.category-view .product .spacer.product-container .addtocart-area .addtocart-bar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  -webkit-transform: translateY(-250px);
  -moz-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  -o-transform: translateY(-250px);
  transform: translateY(-250px);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.category-view .product .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  opacity: 0;
}
.category-view .product .spacer.product-container .addtocart-area .addtocart-bar .quantity-box,
.category-view .product .spacer.product-container .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.category-view .product .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button {
  margin-top: 10px;
}
.category-view .product .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  color: #990000;
  box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 25px;
  margin: auto;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.category-view .product .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button:hover {
  background: #990000;
  color: #ffffff;
}
.category-view .product .spacer.product-container .vm-product-descr-container-1 {
  min-height: inherit;
  margin-top: 25px;
  margin-bottom: 20px;
}
.category-view .product .spacer.product-container .vm-product-descr-container-1 h2 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
}
.category-view .product .spacer.product-container .vm-product-descr-container-1 h2 a {
  color: #111111;
}
.category-view .product .spacer.product-container .vm-price-desc {
  margin: 0;
}
.category-view .product .spacer.product-container .product-price {
  margin-bottom: 0;
  text-align: center;
  float: inherit;
}
.category-view .product .spacer.product-container .product-price span {
  font-size: 20px;
  font-weight: 500;
  color: #111111;
}
.category-view .product .spacer.product-container .vm-details-button {
  text-align: center;
}
.category-view .product .spacer.product-container .vm-details-button .product-details {
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #111111;
  border-radius: 0px;
  padding: 10px 20px;
  text-align: center;
  width: inherit;
}
.category-view .product .spacer.product-container .vm-details-button .product-details:hover {
  background: #111111;
  color: #ffffff;
}
.category-view .product .spacer.product-container:hover .vm-product-media-container img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.category-view .product .spacer.product-container:hover::after {
  opacity: 1;
}
.category-view .product .spacer.product-container:hover .addtocart-area .addtocart-bar {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.category-view .product .spacer.product-container:hover .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  opacity: 1;
}
.category-view .horizontal-separator {
  height: 0;
  margin: 0;
}
.category-view .vm-products-horizon {
  margin-bottom: 30px;
}
.category-view .vm-products-horizon .spacer.product-container {
  border: none;
  padding: 0;
  margin: 0;
}
.category-view .vm-products-horizon .spacer.product-container:after {
  position: inherit;
  opacity: 1;
}
.category-view .vm-products-horizon .spacer.product-container .vm-product-media-container {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  max-width: inherit;
  margin-right: 30px;
  padding: 40px 15px;
}
.category-view .vm-products-horizon .spacer.product-container h3 {
  font-weight: 500;
  margin-bottom: 10px;
}
.category-view .vm-products-horizon .spacer.product-container h3 a {
  color: #111111;
}
.category-view .vm-products-horizon .spacer.product-container h3 a:hover {
  color: #990000;
}
.category-view .vm-products-horizon .spacer.product-container .vm-product-rating-container {
  float: inherit;
  padding: 0;
  text-align: left;
}
.category-view .vm-products-horizon .spacer.product-container .vm-product-rating-container .ratingbox {
  display: inline-block;
}
.category-view .vm-products-horizon .spacer.product-container .vm-product-descr-container-1 {
  display: table-cell;
  margin-top: 0;
  float: inherit;
}
.category-view .vm-products-horizon .spacer.product-container .vm-product-descr-container-1 p.product_s_desc {
  height: inherit;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.category-view .vm-products-horizon .spacer.product-container .product-price {
  text-align: left;
  min-height: inherit;
  margin-bottom: 20px;
}
.category-view .vm-products-horizon .spacer.product-container .addtocart-area {
  float: left;
}
.category-view .vm-products-horizon .spacer.product-container .addtocart-area .addtocart-bar {
  position: inherit;
  float: inherit;
  text-align: left;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}
.category-view .vm-products-horizon .spacer.product-container .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  opacity: 1;
}
.category-view .vm-products-horizon .spacer.product-container:hover .addtocart-area .addtocart-bar {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  -ms-transform: inherit;
  -o-transform: inherit;
  transform: inherit;
}
.category-view .product.floatleft {
  margin-bottom: 30px;
}
.category-view .product.floatleft .floatleft.center {
  border: 1px solid #e0e0e0;
  padding: 30px 10px;
}
.category-view .product.floatleft .floatleft.center img {
  display: inline-block;
}
.category-view .product.floatleft .floatright {
  padding-left: 15px;
}
.category-view .product.floatleft h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.category-view .product.floatleft h3 a {
  color: #111111;
}
.category-view .product.floatleft h3 a:hover {
  color: #990000;
}
.category-view .product.floatleft .ratingbox {
  margin-bottom: 10px;
}
.category-view .product.floatleft .addtocart-area {
  margin: 0;
}
.category-view .product.floatleft .addtocart-area .addtocart-bar {
  margin: 0;
  text-align: left;
}
.category-view .product.floatleft .addtocart-area .addtocart-bar .quantity-box,
.category-view .product.floatleft .addtocart-area .addtocart-bar .quantity-controls {
  display: none;
}
.category-view .product.floatleft .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button {
  background: transparent;
  border: 1px solid #e0e0e0;
  color: #990000;
  border-radius: 3px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.category-view .product.floatleft .addtocart-area .addtocart-bar span.addtocart-button .addtocart-button:hover {
  background: #ffffff;
  color: #000000;
}
.category-view .vm-pagination-bottom {
  float: none;
}
.category-view .vm-pagination-bottom ul.pagination {
  margin: 20px 0 0 0;
}
.category-view .vm-pagination-bottom ul.pagination li a {
  background: #f8f8f8;
  border: none;
  font-weight: 500;
  border-radius: 3px;
  line-height: 45px;
  margin: 0 3px;
  height: 45px;
  width: 50px;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: 0px 1px 0px 0px #dedede;
  -moz-box-shadow: 0px 1px 0px 0px #dedede;
  box-shadow: 0px 1px 0px 0px #dedede;
}
.category-view .vm-pagination-bottom ul.pagination li a:hover {
  background: #000000;
  color: #ffffff;
}
.category-view .vm-pagination-bottom ul.pagination li.active a {
  background: #000000;
  color: #ffffff;
}
/*=====  End of Product category css  ======*/
/*==========================================
=            Single product css            =
==========================================*/
.productdetails-view .icons {
  margin: 0;
}
.productdetails-view .vm-product-media-container {
  margin-bottom: 0;
  width: 40%;
}
.productdetails-view .vm-product-media-container .main-image {
  background: #f8f8f8;
  border-radius: 3px;
  text-align: center;
  padding: 100px 30px;
}
.productdetails-view .vm-product-media-container .main-image img {
  display: inline-block;
  max-height: inherit;
}
.productdetails-view .vm-product-media-container .additional-images > div {
  margin-right: 8px;
  width: 23.5%;
}
.productdetails-view .vm-product-media-container .additional-images > div:nth-child(4) {
  margin-right: 0;
}
.productdetails-view .vm-product-media-container .additional-images img {
  border: 1px solid #076a3a;
  margin-bottom: 8px;
  margin-right: 0;
  width: 100%;
}
.productdetails-view .vm-product-media-container .additional-images img:hover {
  opacity: 0.7;
}
.productdetails-view .vm-product-details-container {
  width: 60%;
}
.productdetails-view .vm-product-details-container .spacer-buy-area {
  padding-left: 40px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area h1 {
  font-size: 36px;
  letter-spacing: 1px;
  line-height: 1;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .product-price {
  margin-bottom: 25px;
  font-size: 30px;
  color: #990000;
  float: inherit;
  text-align: left;
  line-height: inherit;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .product-price .vm-price-desc {
  margin: 0;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .vm-product-stock-container {
  color: #111111;
  margin-bottom: 25px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .vm-product-stock-container span {
  color: #000000;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area {
  min-height: inherit;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar .quantity-box input {
  background: #f8f8f8;
  border: none;
  border-radius: 3px;
  height: 52px;
  width: 48px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar .quantity-box input:hover {
  background: transparent;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar .quantity-controls {
  background: #f8f8f8;
  border-radius: 3px;
  width: 40px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar .quantity-controls .quantity-plus {
  background: url(../images/arrow-up.png) 0 0 no-repeat;
  background-position: center;
  padding: 12px 12px;
  margin: 0;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar .quantity-controls .quantity-minus {
  background: url(../images/arrow-down.png) 0 0 no-repeat;
  background-position: center;
  padding: 12px 12px;
  margin: 0;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button {
  margin-top: 0px;
  margin-left: 15px;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
  background: #990000;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  padding: 19px 25px;
  margin: auto;
  text-transform: uppercase;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.productdetails-view .vm-product-details-container .spacer-buy-area .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button:hover {
  background: #000000;
  color: #ffffff;
}
.productdetails-view .details-tab {
  margin-top: 40px;
  margin-bottom: 40px;
}
.productdetails-view .details-tab ul.nav-tabs {
  border-bottom: 1px solid #e0e0e0;
}
.productdetails-view .details-tab ul.nav-tabs li a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: #f8f8f8;
  color: #111111;
  border: none;
  border-radius: 3px 3px 0 0;
  margin-right: 3px;
  text-transform: uppercase;
  padding: 10px 15px;
}
.productdetails-view .details-tab ul.nav-tabs li a.active {
  background: #000000;
  border: none;
  color: #ffffff;
}
.productdetails-view .details-tab .tab-content {
  padding: 30px 0 0;
}
.productdetails-view .details-tab .tab-content .tab-pane {
  opacity: 1;
}
.productdetails-view .details-tab .tab-content .product-description span {
  color: #111111;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  display: inline-block;
}
.productdetails-view .details-tab .tab-content .customer-reviews {
  margin-top: 0;
}
.productdetails-view .details-tab .tab-content .customer-reviews h4 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 15;
}
.productdetails-view .details-tab .tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.productdetails-view .details-tab .tab-content ul li {
  padding-bottom: 6px;
}
.productdetails-view .details-tab .tab-content ul li::before {
  color: #990000;
  font-family: 'FontAwesome';
  content: "\f054";
  padding-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/*=====  End of Single product css  ======*/
/*=====================================
=            Cart view css            =
=====================================*/
.vm-cart-header-container .vm-cart-header h1 {
  font-size: 36px;
  line-height: 1;
}
.vm-cart-header-container .vm-continue-shopping .continue_link {
  background: #000000;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 8px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vm-cart-header-container .vm-continue-shopping .continue_link:hover {
  background: #03391f;
}
a.product-details,
a.details,
div.details,
input.default,
button.vm-button-correct {
  background: #000000;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 6px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.product-details:hover,
a.details:hover,
div.details:hover,
input.default:hover,
button.vm-button-correct:hover {
  background: #03391f;
  color: #ffffff;
}
#com-form-login {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-top: 30px;
  padding: 15px;
}
#com-form-login input.inputbox {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: none;
}
.cart-view #checkoutForm .billto-shipto {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin-top: 30px;
  padding: 15px;
}
.cart-view #checkoutForm .vm-fieldset-pricelist {
  margin-top: 30px;
}
.cart-view #checkoutForm table.cart-summary tr th,
.cart-view #checkoutForm table.cart-summary tr td {
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  padding: 5px;
}
.cart-view #checkoutForm table.cart-summary tr .vm-cart-item-name {
  padding: 10px;
}
.cart-view #checkoutForm table.cart-summary tr .vm-cart-item-name .vm-customfield-cart {
  display: none;
}
.cart-view #checkoutForm table.cart-summary tr .coupon {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  float: left;
}
.cart-view #checkoutForm table.cart-summary tr span.details-button {
  float: right;
}
.cart-view #checkoutForm table.cart-summary tr span.details-button input.details-button {
  background: #000000;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 6px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart-view #checkoutForm table.cart-summary tr span.details-button input.details-button:hover {
  background: #03391f;
}
.cart-view #checkoutForm span.cart-images {
  margin-right: 15px;
}
.cart-view #checkoutForm span.cart-images img {
  width: 60px;
}
.cart-view .vm-fieldset-customer-note .customer-note textarea {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  box-shadow: none;
  width: 100% !important;
}
.cart-view .checkout-button-top {
  border-top: none;
}
.cart-view .checkout-button-top .vm-button-correct {
  background: #000000;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cart-view .checkout-button-top .vm-button-correct:hover {
  background: #03391f;
}
form.form-validate fieldset {
  margin-top: 30px;
}
form.form-validate fieldset h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
form.form-validate fieldset .userfields_info {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 2px;
}
form.form-validate .user-details {
  margin-top: 30px;
}
form.form-validate .user-details input {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
}
form.form-validate .user-details tr td {
  padding-bottom: 8px;
}
form.form-validate .user-details .chzn-container-single {
  width: 100% !important;
}
form.form-validate .user-details .chzn-container-single .chzn-single {
  background: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  box-shadow: none;
  height: 36px;
}
form.form-validate .control-buttons {
  margin: 0;
  text-align: left !important;
}
form.form-validate .control-buttons button {
  background: #000000;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  padding: 6px 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form.form-validate .control-buttons button:hover {
  background: #03391f;
}
form.form-validate .control-buttons #reg_text {
  float: inherit;
  margin: 0 0 20px 0;
}
/*=====  End of Cart view css  ======*/
/*=======================================
=            Cart button css            =
=======================================*/
.main_cart {
  position: relative;
  display: inline-block;
  float: right;
  line-height: 89px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.main_cart .button {
  border-radius: 50%;
  box-shadow: none;
  cursor: pointer;
  font-size: 16px;
  text-shadow: none;
  color: #111111;
}
.main_cart .button i {
  color: #990000;
  padding-right: 10px;
}
.main_cart .vmCartModule {
  opacity: 0;
  transform: scaleY(0);
  visibility: hidden;
  position: absolute;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
  -ms-transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  padding: 25px 10px;
  font-size: 16px;
  color: #000000;
  right: 0px;
  width: 250px;
  background: #f8f8f8;
  text-align: left;
  z-index: 999;
  -webkit-box-shadow: 0px 10px 10px 0px #6f6f6f;
  -moz-box-shadow: 0px 10px 10px 0px #6f6f6f;
  box-shadow: 0px 10px 10px 0px #6f6f6f;
}
.main_cart .customProductData {
  display: none;
}
.main_cart .vmCartModule .vm_cart_products .product_row {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.main_cart .vmCartModule .vm_cart_products .product_row .subtotal_with_tax {
  font-weight: 600;
}
.main_cart .vmCartModule .show_cart {
  margin-top: 10px;
  text-align: center;
}
.main_cart .vmCartModule .show_cart a {
  background: #000000;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 3px;
  text-align: center;
  float: none !important;
}
.main_cart .shopping_cart .total,
.main_cart .shopping_cart .total_products {
  line-height: 40px;
}
.main_cart .shopping_cart .total strong {
  float: right;
}
.vmCartModule a:hover {
  color: #990000;
  text-decoration: underline;
}
.main_cart:hover .vmCartModule {
  opacity: 1;
  transform: scaleY(1);
  visibility: visible;
}
#fancybox-wrap {
  padding: 15px;
}
#fancybox-content {
  border: 10px solid #f8f8f8;
}
#fancybox-content div {
  padding: 15px;
}
#fancybox-content div a.continue_link {
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 5px;
  border-radius: 3px;
}
#fancybox-content div a.showcart {
  background: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 3px 5px;
  border-radius: 3px;
  margin-top: -4px;
}
#fancybox-content div h4 {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  margin: 15px 0 0 0;
}
#fancybox-title {
  margin: 0 !important;
}
/*=====  End of Cart button css  ======*/
/*=========================================
=            Blog category css            =
=========================================*/
.itemListView {
  padding-bottom: 0 !important;
}
.bloglayout1 .catItemLinks {
  margin: 0;
}
.bloglayout1 .catItemBody {
  margin: 0px 0 40px;
  padding: 0;
}
.bloglayout1 .catItemBody .catItemImageBlock {
  position: relative;
  margin: 0 0 25px 0;
  padding: 0;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemImage {
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemImage:before {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 50%;
  width: 100%;
  z-index: 1;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemImage img {
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.bloglayout1 .catItemBody .catItemImageBlock:hover .catItemImage img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bloglayout1 .catItemBody .catItemImageBlock:hover .catItemDateCreated {
  bottom: 40px;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemDateCreated {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 26px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 15px;
  z-index: 2;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.bloglayout1 .catItemBody .catItemImageBlock .catItemDateCreated:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #990000;
  height: 4px;
  width: 70px;
}
.bloglayout1 .catItemBody .catItemTitle {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.bloglayout1 .catItemBody .catItemTitle a {
  color: #111111;
}
.bloglayout1 .catItemBody .catItemTitle a:hover {
  color: #990000;
}
.bloglayout1 .catItemBody .catItemIntroText {
  padding: 0;
}
.bloglayout1 .catItemBody .catItemHeader {
  font-size: 16px;
  margin-top: 20px;
}
.bloglayout1 .catItemBody .catItemHeader .catItemAuthor {
  margin-right: 15px;
  display: inline-block;
}
.bloglayout1 .catItemBody .catItemHeader .catItemTagsBlock {
  display: inline-block;
  margin-right: 15px;
}
.bloglayout1 .catItemBody .catItemHeader .catItemTagsBlock ul.catItemTags li a:before {
  content: "";
}
.bloglayout1 .catItemBody .catItemHeader .catItemCommentsLink {
  border: none;
  margin: 0;
  padding: 0;
}
.bloglayout1 .catItemBody .catItemHeader a {
  color: #111111;
}
.bloglayout1 .catItemBody .catItemHeader a:hover {
  color: #990000;
}
.bloglayout1 .catItemBody .catItemHeader i {
  color: #000000;
  padding-right: 5px;
}
.bloglayout2 .catItemLinks {
  margin: 0;
}
.bloglayout2 .catItemBody {
  margin: 0px 15px 40px;
  padding: 0;
}
.bloglayout2 .catItemBody .catItemImageBlock {
  position: relative;
  margin: 0 0 25px 0;
  padding: 0;
}
.bloglayout2 .catItemBody .catItemImageBlock .catItemImage {
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.bloglayout2 .catItemBody .catItemImageBlock .catItemImage:before {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 50%;
  width: 100%;
  z-index: 1;
}
.bloglayout2 .catItemBody .catItemImageBlock .catItemImage img {
  width: 100%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.bloglayout2 .catItemBody .catItemImageBlock:hover .catItemImage img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bloglayout2 .catItemBody .catItemImageBlock:hover .catItemDateCreated {
  bottom: 40px;
}
.bloglayout2 .catItemBody .catItemImageBlock .catItemDateCreated {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 15px;
  z-index: 2;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.bloglayout2 .catItemBody .catItemImageBlock .catItemDateCreated:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #990000;
  height: 4px;
  width: 70px;
}
.bloglayout2 .catItemBody .catItemTitle {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.bloglayout2 .catItemBody .catItemTitle a {
  color: #111111;
}
.bloglayout2 .catItemBody .catItemTitle a:hover {
  color: #990000;
}
.bloglayout2 .catItemBody .catItemIntroText {
  padding: 0;
}
.bloglayout2 .catItemBody .catItemHeader {
  font-size: 16px;
  margin-top: 20px;
}
.bloglayout2 .catItemBody .catItemHeader .catItemAuthor {
  margin-right: 15px;
  display: inline-block;
}
.bloglayout2 .catItemBody .catItemHeader .catItemTagsBlock {
  display: inline-block;
  margin-right: 15px;
}
.bloglayout2 .catItemBody .catItemHeader .catItemTagsBlock ul.catItemTags li a:before {
  content: "";
}
.bloglayout2 .catItemBody .catItemHeader .catItemCommentsLink {
  border: none;
  margin: 0;
  padding: 0;
}
.bloglayout2 .catItemBody .catItemHeader a {
  color: #111111;
}
.bloglayout2 .catItemBody .catItemHeader a:hover {
  color: #990000;
}
.bloglayout2 .catItemBody .catItemHeader i {
  color: #000000;
  padding-right: 5px;
}
/*=====  End of Blog category css  ======*/
/*============================================
=            Single Blog item css            =
=============================================*/
.itemView {
  padding: 0 !important;
}
.itemView .itemToolbar {
  background: transparent;
  margin: 0;
  padding: 0;
}
.itemView .itemBody {
  margin: 0;
  padding: 0;
}
.itemView .itemBody .itemImageBlock {
  margin: 0 0 25px 0;
  padding: 0;
  position: relative;
}
.itemView .itemBody .itemImageBlock .itemImage {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.itemView .itemBody .itemImageBlock .itemImage:before {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111111), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #111111);
  background-image: -moz-linear-gradient(transparent, #111111), -moz-linear-gradient(transparent, #111111);
  background-image: -o-linear-gradient(transparent, #111111), -o-linear-gradient(transparent, #111111);
  background-image: linear-gradient(transparent, #111111), linear-gradient(transparent, #111111);
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 50%;
  width: 100%;
  z-index: 1;
}
.itemView .itemBody .itemImageBlock .itemDateCreated {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 15px;
  z-index: 2;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.itemView .itemBody .itemImageBlock .itemDateCreated:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #990000;
  height: 4px;
  width: 70px;
}
.itemView .itemBody .itemTitle {
  margin-bottom: 15px;
  padding: 0;
  font-size: 30px;
}
.itemView .itemBody .itemFullText blockquote {
  background: #f8f8f8;
  border-radius: 3px;
  border: none;
  display: flex;
  line-height: 28px;
  font-style: italic;
  font-size: 16px;
  margin: 30px 0;
  padding: 30px 40px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
}
.itemView .itemBody .itemFullText blockquote p {
  text-decoration: underline;
  margin: 0;
}
.itemView .itemBody .itemFullText blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  color: #000000;
  padding-right: 15px;
}
.itemView .itemLinks {
  font-size: 13px;
  margin: 0 0 45px 0;
}
.itemView .itemLinks .itemTagsBlock {
  border-top: 1px solid #e0e0e0;
  color: #444444;
  margin-top: 35px;
  font-size: 16px;
  padding-top: 20px;
}
.itemView .itemLinks .itemTagsBlock i {
  padding-right: 15px;
  font-size: 20px;
  color: #000000;
}
.itemView .itemLinks .itemTagsBlock ul li {
  display: inline-block;
}
.itemView .itemLinks .itemTagsBlock ul li a {
  color: #444444;
}
.itemView .itemLinks .itemTagsBlock ul li a:before {
  content: "";
}
.itemView .itemLinks .itemTagsBlock ul li a:hover {
  color: #990000;
}
.itemView .itemLinks .itemTagsBlock ul li:after {
  font-size: 20px;
  content: " ,";
}
.itemView .itemLinks .itemTagsBlock ul li:last-child:after {
  content: "";
}
.itemView .itemAuthorBlock {
  background: #f8f8f8;
  border-radius: 3px;
  border: none;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
}
.itemView .itemAuthorBlock .itemAuthorAvatar {
  border-radius: 50%;
  margin-right: 20px;
  height: 120px;
  width: 120px;
}
.itemView .itemAuthorBlock .itemAuthorDetails {
  font-size: 16px;
  padding: 0;
}
.itemView .itemAuthorBlock .itemAuthorDetails .itemAuthorName {
  font-size: 20px;
  margin-bottom: 10px;
}
.itemView .itemAuthorBlock .itemAuthorDetails .itemAuthorName a {
  color: #111111;
}
.itemView .itemAuthorBlock .itemAuthorDetails p {
  margin-bottom: 10px;
}
.itemView .itemComments {
  background: transparent;
  border: none;
  padding: 0;
}
.itemView .itemComments h3 {
  position: relative;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 12px;
  text-transform: capitalize;
}
.itemView .itemComments h3:after {
  background: #990000;
  border-radius: 0px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
}
.itemView .itemComments ul.itemCommentsList {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 30px;
}
.itemView .itemComments ul.itemCommentsList li {
  border-bottom: none;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.itemView .itemComments ul.itemCommentsList li .author-image img {
  background: #f8f8f8;
  margin-right: 20px;
  height: 80px;
  width: 80px;
}
.itemView .itemComments ul.itemCommentsList li .commentAuthorName {
  margin-right: 12px;
  font-size: 16px;
  font-weight: 500;
}
.itemView .itemComments ul.itemCommentsList li .commentAuthorName a {
  color: #111111;
}
.itemView .itemComments ul.itemCommentsList li .commentAuthorName a:hover {
  color: #990000;
}
.itemView .itemComments ul.itemCommentsList li .commentDate {
  display: inline-block;
  border: none;
  margin-right: 12px;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.itemView .itemComments ul.itemCommentsList li .commentLink a {
  background: #000000;
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
  padding: 6px 12px;
  text-decoration: none;
}
.itemView .itemComments ul.itemCommentsList li .commentLink a:hover {
  font-size: 14px;
  background: #990000;
  color: #ffffff;
  text-decoration: none;
}
.itemView .itemComments ul.itemCommentsList li p {
  margin: 0;
  padding: 12px 0 0;
}
.itemView .itemComments .itemCommentsPagination {
  margin: 0;
  padding: 0;
}
.itemView .itemComments .itemCommentsForm .itemCommentsFormNotes {
  border: none;
}
.itemView .itemComments .itemCommentsForm .form-validate label {
  display: none;
}
.itemView .itemComments .itemCommentsForm .form-validate input {
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
  background: #f8f8f8;
  border: none;
  margin-top: 20px;
  padding: 14px 8px;
  font-size: 14px;
}
.itemView .itemComments .itemCommentsForm .form-validate textarea {
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
  -moz-box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
  box-shadow: 0px 1px 1px 0px rgba(111, 111, 111, 0.51);
  background: #f8f8f8;
  border: none;
  font-size: 14px;
}
.itemView .itemComments .itemCommentsForm .form-validate input#submitCommentButton {
  background: #000000;
  border: none;
  border-radius: 30px;
  box-shadow: none;
  color: #ffffff;
  font-size: 15px;
  margin-top: 30px;
  padding: 12px 25px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.itemView .itemComments .itemCommentsForm .form-validate input#submitCommentButton:hover {
  background: #990000;
  color: #ffffff;
}
/*=====  End of Single Blog item css  ======*/
/*========================================
=            Contact page css            =
========================================*/
.contact-page .sppb-addon-title {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 12px;
}
.contact-page .sppb-addon-title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 50px;
  background: #990000;
}
.contact-page .rsform .formResponsive .rsform-block .formControls input {
  background: #f8f8f8;
  color: #444444;
  width: 94%;
}
.contact-page .rsform .formResponsive .rsform-block .formControls input::-moz-placeholder {
  color: #444444;
}
.contact-page .rsform .formResponsive .rsform-block .formControls input::-webkit-input-placeholder {
  color: #444444;
}
.contact-page .rsform .formResponsive .rsform-block .formControls textarea {
  background: #f8f8f8;
  color: #444444;
}
.contact-page .rsform .formResponsive .rsform-block .formControls textarea::-moz-placeholder {
  color: #444444;
}
.contact-page .rsform .formResponsive .rsform-block .formControls textarea::-webkit-input-placeholder {
  color: #444444;
}
/*=====  End of Contact page css  ======*/
/*======================================
=            Responsive css            =
======================================*/
@media (min-width: 1441px) and (max-width: 1600px) {
  .home-three-slider .rev_slider_wrapper,
  .home-three-slider .rev_slider_wrapper .rev_slider {
    height: 472px !important;
  }
  .service4-style .sppb-addon-feature {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .best-sellers .spacer .image-part {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  .home3-topaddress .customhome3-topaddress > ul > li {
    margin-left: 10px;
  }
  .home3-topaddress .customhome3-topaddress > ul > li > ul > li {
    margin-left: 5px;
  }
  .rev_slider_wrapper .tp-caption.large_text,
  .rev_slider_wrapper .tp-caption.large_text span {
    font-size: 52px !important;
  }
  .home-three-slider .rev_slider_wrapper,
  .home-three-slider .rev_slider_wrapper .rev_slider {
    height: 446px !important;
  }
  .rev_slider_wrapper .tp-caption.small_text {
    width: 50%;
  }
  .service2-style .sppb-addon-feature {
    margin-top: -205px;
  }
  .vm-categories ul.menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .service4-style .sppb-addon-feature {
    padding-top: 37px;
    padding-bottom: 36px;
  }
  .best-sellers .spacer .image-part {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tss-wrapper .tss-layout3 .tss-left {
    width: 40%;
  }
}
@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
  #sp-menu .sp-megamenu-parent > li > a {
    padding: 0 13px;
  }
  .tool-box .sppb-addon-raw-html .media {
    margin-left: 5%;
  }
  .best-sellers .productdetails .product-container {
    width: 50%;
  }
  .rt-logo-showcase .rt-logo-item .single-logo-container {
    padding: 0;
  }
  .service2-style .sppb-addon-feature {
    margin-top: -80px;
  }
  .about1-style .sppb-addon-text-block h2 {
    font-size: 36px;
  }
  .about1-style .sppb-addon-text-block h3 {
    font-size: 26px;
    padding-right: 0;
  }
  .service7-style .sppb-addon-feature .sppb-addon-title,
  .bloglayout1 .catItemBody .catItemTitle {
    font-size: 26px;
  }
  #sp-title .sp-page-title h2 {
    font-size: 36px;
  }
  .category-view .product.floatleft h3 {
    font-size: 18px;
  }
  .rev_slider_wrapper .tp-caption.large_text,
  .rev_slider_wrapper .tp-caption.large_text span {
    font-size: 48px !important;
  }
  .rev_slider_wrapper .tp-caption.small_text {
    display: none;
  }
  .home-three-slider .rev_slider_wrapper .tp-caption.small_text {
    display: block;
  }
  .working-projects2 .sppb-addon-image-content .sppb-content-holder .sppb-addon-title {
    font-size: 26px;
  }
  .article-details .media {
    display: inherit;
    margin-bottom: 30px;
  }
  .article-details .media .pull-left {
    width: 100%;
    padding-right: 0;
  }
  #sp-left .sp-column .k2TagCloudBlock a,
  #sp-right .sp-column .k2TagCloudBlock a {
    width: 48%;
  }
  #sp-left .sp-column .landscape,
  #sp-right .sp-column .landscape {
    padding: 20px;
    text-align: center;
  }
  #sp-left .sp-column .landscape a,
  #sp-right .sp-column .landscape a {
    padding: 10px;
  }
}
@media (min-width: 922px) and (max-width: 1199px) {
  #sp-position3 {
    max-width: 100%;
    flex: 1;
  }
  #sp-top3 {
    padding-left: 0;
  }
  .about1-style {
    padding-bottom: 60px !important;
  }
  .about1-style .sppb-row-container .sppb-row {
    top: -30px;
  }
  .cat-slider-wrapper > .sppb-container-inner > .sppb-row {
    display: inherit;
  }
  .cat-slider-wrapper .sppb-row > div {
    max-width: 100%;
    flex: 1;
  }
  .vm-categories {
    display: none;
  }
  .service3-style .sppb-addon-feature .sppb-addon-title {
    font-size: 17px;
  }
  .best-sellers .spacer .image-part {
    padding: 20px 12px;
  }
  .service4-style .sppb-column-addons > div {
    float: left;
    width: 50%;
  }
  .service4-style .sppb-addon-feature {
    margin: 0 2px;
    min-height: 243px;
  }
  #sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input,
  #sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input,
  #sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea,
  #sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea {
    width: 80%;
  }
  .right-seller .spacer .product-info {
    width: 65%;
    padding-left: 10px;
  }
  .right-seller .spacer .image-part {
    width: 35%;
  }
  #sp-left .sp-column .landscape span,
  #sp-right .sp-column .landscape span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header3-style #offcanvas-toggler > .fa {
    color: #ffffff;
  }
  .header3-style #offcanvas-toggler > .fa:hover {
    color: #990000;
  }
  .home3-topaddress .customhome3-topaddress > ul {
    text-align: center;
  }
  h2 {
    font-size: 30px;
  }
  #sp-title .sp-page-title h2 {
    font-size: 30px;
  }
  .rev_slider_wrapper .tp-caption.large_text,
  .rev_slider_wrapper .tp-caption.large_text span {
    font-size: 40px !important;
  }
  .home-three-slider .rev_slider_wrapper,
  .home-three-slider .rev_slider_wrapper .rev_slider {
    height: 320px !important;
  }
  .latest-blog h3 {
    font-size: 20px;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading,
  .about2-style .sppb-addon-text-block h2,
  .about4-style .sppb-addon-text-block h2,
  .about3-style .sppb-addon-text-block .sppb-addon-title {
    font-size: 32px;
  }
  .about3-style .sppb-addon-text-block .sppb-addon-title span {
    font-size: 20px;
  }
  .service3-style .sppb-addon-feature .sppb-addon-title {
    font-size: 18px;
  }
  .service7-style .sppb-addon-feature .sppb-addon-title {
    font-size: 22px;
  }
  .about2-style .sppb-addon-text-block {
    padding-right: 0;
  }
  .about1-style {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
  .about1-style .sppb-row-container .sppb-row {
    top: 0px;
  }
  .about1-style .sppb-addon-single-image-container {
    display: block;
  }
  .about1-style .sppb-addon-single-image-container img {
    width: 100%;
  }
  .get-involved .sppb-addon-raw-html h3 {
    font-size: 28px;
  }
  .animated-number .sppb-addon-animated-number .sppb-animated-number {
    font-size: 48px;
  }
  .sppb-addon-text-block ul li {
    font-size: 20px;
  }
  .sppb-addon-text-block ul li::before {
    padding-right: 10px;
  }
  .working-projects2 .sppb-addon-image-content > .sppb-container > .sppb-row,
  .about5-style .sppb-addon-image-content > .sppb-container > .sppb-row,
  .service6-style .sppb-addon-image-content > .sppb-container > .sppb-row {
    display: inherit;
  }
  .working-projects2 .sppb-addon-image-content > .sppb-container > .sppb-row > div,
  .about5-style .sppb-addon-image-content > .sppb-container > .sppb-row > div,
  .service6-style .sppb-addon-image-content > .sppb-container > .sppb-row > div {
    display: 1;
    max-width: 100%;
  }
  .working-projects2 .sppb-addon-image-content .sppb-content-holder .sppb-btn-default {
    margin-top: 0;
  }
  .mod-speasyimagegallery .speasyimagegallery-col-sm-6 {
    width: 33.333333%;
  }
  #sp-left {
    margin-bottom: 50px;
  }
  #sp-right {
    margin-top: 50px;
  }
  .tlp-portfolio-detail .image-area {
    width: 100%;
  }
  .tlp-portfolio-detail .portfolio-slider {
    width: 100%;
    margin: initial;
  }
  .tlp-team .layout5 .table-responsive {
    display: block;
    overflow-x: scroll;
  }
  #sp-left .sp-column .search-product form .inputboxsearch-product,
  #sp-right .sp-column .search-product form .inputboxsearch-product {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header2-style #sp-menu #offcanvas-toggler > .fa {
    color: #ffffff;
  }
  .top-social .rt-socials ul li a {
    font-size: 14px;
    padding: 0 4px;
  }
  .get-involved .sppb-btn-custom,
  .contact-involved .sppb-btn-custom {
    padding-left: 12px;
    padding-right: 12px;
  }
  .form1-style .rsform,
  .form1-style .sppb-addon-text-block {
    padding-right: 0;
  }
  .testimonial1 {
    padding-left: 10px;
  }
  .rsform .formResponsive .rsform-block .formControls input,
  .rsform .formResponsive .rsform-block .formControls select {
    width: 80%;
  }
  .rsform .formResponsive .rsform-block .formControls textarea {
    width: 90%;
  }
  #sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input,
  #sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input,
  #sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea,
  #sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea {
    width: 95%;
  }
  .shop-front .product,
  .category-view .product {
    width: 33.33333%;
  }
  .category-view .vm-products-horizon.vm-col {
    width: 100%;
  }
  html.error-page h1.error-code {
    font-size: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .top-address ul,
  .top-social .rt-socials ul {
    text-align: center;
  }
  .header2-style .rev_slider_wrapper {
    margin-top: 0 !important;
  }
  .header2-style .top-address ul li {
    color: #ffffff;
  }
  .header2-style .body-wrapper #sp-top-bar .sp-module ul li a {
    color: #ffffff;
  }
  .header2-style .body-wrapper #sp-top-bar .sp-module ul li a:hover {
    color: #990000;
  }
  .service2-style .sppb-addon-feature {
    margin-top: 1px;
  }
  .article-details h3 {
    font-size: 24px;
  }
  .article-details div.article-header h1 {
    font-size: 26px;
    line-height: 1.2;
  }
  .article-details .article-header h1:before {
    height: 100%;
  }
  .about1-style .sppb-addon-text-block h2 {
    font-size: 30px;
  }
  .about1-style .sppb-addon-text-block h3 {
    font-size: 24px;
  }
  .home-three-slider .rev_slider_wrapper .tp-caption.medium_text,
  .home-three-slider .rev_slider_wrapper .tp-caption.medium_text span,
  .rev_slider_wrapper .tp-caption.large_text,
  .rev_slider_wrapper .tp-caption.large_text span {
    font-size: 30px !important;
    text-align: center;
    width: 100%;
    left: 0 !important;
  }
  .rev_slider_wrapper .tp-caption.small_text,
  .rev_slider_wrapper .tp-caption.medium_bg_orange,
  .home-three-slider .rev_slider_wrapper .tp-caption.small_text {
    display: none;
  }
  .home-three-slider .rev_slider_wrapper,
  .home-three-slider .rev_slider_wrapper .rev_slider {
    height: 200px !important;
    width: 100% !important;
  }
  .header3-style .body-wrapper .container,
  .header3-style .body-wrapper .sppb-container-inner {
    padding: 0 30px;
  }
  .best-sellers .productdetails .product-container {
    width: 100%;
  }
  .best-sellers .spacer .image-part {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading,
  .about2-style .sppb-addon-text-block h2,
  .about4-style .sppb-addon-text-block h2,
  .about3-style .sppb-addon-text-block .sppb-addon-title {
    font-size: 26px;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    width: 90%;
  }
  .about1-style .sppb-row-container .sppb-row {
    padding: 40px 30px;
  }
  .latest-blog ul li {
    width: 100%;
  }
  .get-involved,
  .contact-involved {
    text-align: center;
  }
  .get-involved .sppb-addon-raw-html h3,
  .contact-involved .sppb-addon-raw-html h3 {
    margin-bottom: 15px;
  }
  .animated-number .sppb-addon-animated-number .sppb-animated-number-title {
    margin-top: 15px;
  }
  .animated-number .sppb-row > div {
    border-right: none;
  }
  .tlp-portfolio .button-group button:hover,
  .tlp-portfolio .button-group button.selected {
    border-bottom: none;
  }
  .form1-style::before {
    width: 100%;
  }
  .form1-style::after {
    display: none;
  }
  .form1-style .rsform,
  .form1-style .sppb-addon-text-block {
    padding-right: 0;
  }
  .testimonial1 {
    padding-left: 0;
  }
  .rsform .formResponsive .rsform-block .formControls input,
  .rsform .formResponsive .rsform-block .formControls select,
  .rsform .formResponsive .rsform-block .formControls textarea {
    width: 90% !important;
  }
  #sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input,
  #sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls input,
  #sp-left .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea,
  #sp-right .sp-column .any-question .rsformany-question .formResponsive .rsform-block .formControls textarea {
    width: 90% !important;
  }
  .rt-logo-showcase .slick-track {
    padding: 0;
  }
  .tss-wrapper .tss-layout3 .tss-left {
    width: 80%;
  }
  .productdetails-view .vm-product-media-container,
  .productdetails-view .vm-product-details-container {
    width: 100%;
    float: inherit;
  }
  .productdetails-view .vm-product-details-container .spacer-buy-area {
    padding-left: 0;
    padding-top: 20px;
  }
  .productdetails-view .vm-product-details-container .spacer-buy-area h1 {
    font-size: 30px;
  }
  .productdetails-view .vm-product-details-container .addtocart-bar {
    text-align: left;
  }
  html.error-page h1.error-code {
    font-size: 150px;
  }
  html.error-page h2.error-message {
    font-size: 26px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
  .about1-style .sppb-row-container .sppb-row {
    padding: 30px 15px;
  }
  .about1-style .sppb-addon-text-block h2 {
    font-size: 26px;
  }
  .about1-style .sppb-addon-text-block h3 {
    font-size: 20px;
  }
  #sp-page-builder .sppb-section-title .sppb-title-heading {
    font-size: 26px;
    width: 100%;
  }
  #sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    max-width: 100%;
  }
  .tlp-portfolio .layout2 .tlp-portfolio-item .tlp-portfolio-thum {
    width: 100%;
  }
  .tlp-portfolio .layout2 .tlp-portfolio-item .tlp-content {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .right-seller .productdetails .product-container {
    width: 100%;
    margin-bottom: 0;
  }
  .category-view .orderby-displaynumber .display-number {
    float: inherit;
    text-align: center !important;
    margin: 0 0 10px 0;
  }
  .category-view .orderby-displaynumber .vm-order-list {
    float: inherit;
    text-align: center;
  }
  .category-view .orderby-displaynumber .orderlistcontainer {
    display: inline-block;
  }
  .category-view .product.floatleft {
    width: 100%;
  }
  .category-view .vm-products-horizon .spacer.product-container .vm-product-media-container {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .service3-style .sppb-addon-feature {
    text-align: center;
  }
  .service3-style .sppb-addon-feature .pull-left {
    float: none !important;
    margin-right: 0;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 320px) {
  html.error-page h1.error-code {
    font-size: 120px;
  }
  html.error-page h2.error-message {
    font-size: 22px;
  }
}
/*=====  End of Responsive css  ======*/
