@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
.background_color {
  background: rgba(65, 128, 255, 0.75);
  background: -webkit-gradient(linear, left top, right top, from(rgba(65, 128, 255, 0.75)), to(rgba(65, 127, 253, 0.9)));
  background: linear-gradient(left, rgba(65, 128, 255, 0.75), rgba(65, 127, 253, 0.9));
}

.form-label-group input:-webkit-input-placeholder, .form-label-group input::-ms-input-placeholder, .form-label-group input::-moz-placeholder {
  color: transparent;
}

a,
.btn {
  color: #121921;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:focus,
a:hover,
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
  outline: 0;
}

.under-line {
  text-decoration: underline;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Global */
body {
  font-family: 'Poppins', sans-serif;
  background: #FFF;
  color: #121921;
  font-size: 15px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}

img {
  max-width: 100%;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* padding & margin */
.nopadding {
  padding: 0 !important;
}

.nopadd-bottom {
  padding-bottom: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading h4 {
  font-size: 26px;
  font-weight: 300;
}

.section-heading span {
  font-weight: 600;
  text-transform: uppercase;
}

.section-heading::after {
  position: relative;
  content: "";
  width: 80px;
  display: block;
  height: 3px;
  background: #ff3030;
  margin-top: 15px;
  top: 0;
}

.section-heading.text-center:after {
  margin: 15px auto 0;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white .title-small {
  color: #FFF !important;
}

.btn {
  background: #ff3030;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 3px;
  font-weight: 400;
  text-align: center;
}

.btn:hover {
  color: #FFF;
  background: #ff3030;
}

.buttons-wrapper {
  margin: 30px 0 0;
}

.buttons-wrapper .button {
  margin: 0 5px 10px 5px;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  line-height: 18px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

.buttons-wrapper .button:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  background: inherit;
  content: "";
  opacity: .3;
}

.buttons-wrapper .button span {
  display: block;
  position: relative;
  left: 0;
}

.buttons-wrapper .button .button-wrapper {
  display: block;
  position: relative;
  left: 0;
}

.buttons-wrapper .button .button-wrapper .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  color: #b8cd06;
  transition: all .15s;
  -webkit-transition: all .15s;
  opacity: 0;
}

.buttons-wrapper .button .button-wrapper .text {
  padding: 17px 30px 15px 30px;
  transition: all .3s .05s;
  -webkit-transition: all .3s .05s;
}

.buttons-wrapper .button.grey-btn {
  background: #343434;
  color: #fff;
}

.buttons-wrapper .button.grey-btn::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  background: inherit;
  content: "";
  opacity: .3;
}

.buttons-wrapper .button.red-btn {
  background: #ff3030;
  color: #fff;
}

.buttons-wrapper .button.last-child {
  margin-right: 0;
}

.buttons-wrapper .button:hover::before {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
  transition: opacity .5s, visibility 0s .5s, -webkit-transform .5s;
  transition: transform .5s, opacity .5s, visibility 0s .5s;
  transition: transform .5s, opacity .5s, visibility 0s .5s, -webkit-transform .5s;
  -webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
}

.buttons-wrapper .button:hover .icon {
  opacity: 1;
  left: 50%;
}

.buttons-wrapper .button:hover .text {
  left: 100%;
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* logo */
.logo {
  display: table;
}

.logo .logo-img {
  width: 70px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.logo .logo-txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding: 0 0 0 10px;
  color: #121921;
}

.logo .logo-txt span {
  display: block;
  color: #ff3030;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 12px;
}

.header .top-bar {
  border-bottom: 1px solid #EEE;
  color: #121921;
  font-size: 12px;
}

.header .top-bar .container-fluid {
  padding: 0 40px;
}

.header .top-bar .topbar-left {
  padding-left: 15px;
  padding-right: 15px;
}

.header .top-bar .topbar-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .top-bar .topbar-left ul li {
  display: inline-block;
  position: relative;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  padding: 10px 25px;
}

.header .top-bar .topbar-left ul li a {
  color: #121921;
}

.header .top-bar .topbar-left ul li:last-child {
  border-left: none;
}

.header .top-bar .topbar-left ul li i {
  font-size: 20px;
  color: #ff3030;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

.header .top-bar .topbar-right {
  position: absolute;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.header .top-bar .topbar-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .top-bar .topbar-right ul li {
  display: inline-block;
  position: relative;
  border-left: 1px solid #EEE;
  padding: 10px 15px;
}

.header .top-bar .topbar-right ul li a {
  color: #121921;
}

.header .top-bar .topbar-right ul li:last-child {
  border-right: 1px solid #EEE;
}

.header .top-bar .topbar-right ul li i {
  font-size: 20px;
  color: #ff3030;
  position: relative;
  top: 2px;
}

.header .navbar-toggler {
  border: 0 solid #ff3030;
  font-size: 16px;
  line-height: 24px;
  margin: 35px 0 35px 6px;
  padding: 0;
  float: right;
  outline: none;
}

.header .navbar-toggler.menuicon {
  width: 20px;
  height: 14px;
  position: relative;
  z-index: 9;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.header .navbar-toggler.menuicon span {
  background: #000;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header .navbar-toggler.menuicon span:nth-child(1) {
  top: 0px;
}

.header .navbar-toggler.menuicon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .navbar-toggler.menuicon span:nth-child(3) {
  bottom: 0;
}

.header .navbar-toggler.menuicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header .navbar-toggler.menuicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.header .navbar-toggler.menuicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header .sticky-header .navbar-brand {
  padding: 8px 0 0;
}

.header .sticky-header .menu-bar {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.header .sticky-header .menu-bar .menu-links {
  float: right;
  margin-right: 0px !important;
}

.header .sticky-header .menu-bar .menu-links .nav i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
}

.header .sticky-header .menu-bar .menu-links .nav > li {
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}

.header .sticky-header .menu-bar .menu-links .nav > li > a {
  border-radius: 0px;
  font-size: 14px;
  padding: 30px 20px;
  cursor: pointer;
  display: inline-block;
}

.header .sticky-header .menu-bar .menu-links .nav > li > a:hover {
  background-color: transparent;
  color: #ff3030;
}

.header .sticky-header .menu-bar .menu-links .nav > li > a:active, .header .sticky-header .menu-bar .menu-links .nav > li > a:focus {
  background-color: transparent;
}

.header .sticky-header .menu-bar .menu-links .nav > li.active > a,
.header .sticky-header .menu-bar .menu-links .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #ff3030;
}

.header .sticky-header .menu-bar .menu-links .nav > li:hover > a {
  color: #ff3030;
}

.header .sticky-header .menu-bar .menu-links .nav > li:hover > a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFF;
  top: 85%;
  position: absolute;
  left: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 11;
}

.header .sticky-header .menu-bar .menu-links .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu {
  background-color: #FFF;
  border: 1px solid #f8f9fa;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  width: 230px;
  z-index: 10;
  border-radius: 6px;
  top: 90%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li {
  border-bottom: 1px dashed #EEE;
  position: relative;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li a {
  color: #121921;
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li a:hover {
  background-color: #f8f9fa;
  color: #ff3030;
  text-decoration: none;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > a {
  color: #ff3030;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li > .sub-menu.left,
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover .sub-menu.left {
  left: auto;
  right: 220px;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li .fa {
  color: inherit;
  display: block;
  float: right;
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 1;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li .fa.fa-nav {
  color: inherit;
  display: inline-block;
  float: none;
  font-size: 13px;
  margin-right: 5px;
  opacity: 1;
  position: unset;
  right: 10px;
  top: 12px;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > .sub-menu :before {
  background-color: transparent;
  bottom: 0px;
  content: '';
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.header .sticky-header.is-fixed .navbar-toggler {
  margin: 35px 0 35px 6px;
}

.header .sticky-header.is-fixed .menu-logo {
  top: 0;
  height: 70px;
  width: 140px;
}

.header .sticky-header.is-fixed .menu-logo img {
  height: 70px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.header .sticky-header.is-fixed .menu-bar {
  position: fixed;
  background: #FFF;
  z-index: 99;
  top: 0;
  left: 0;
}

body.overlay {
  overflow: hidden;
}

body.overlay::after {
  background: rgba(255, 255, 255, 0.92);
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .header .topbar-right {
    padding-left: 0;
    padding-right: 15px;
  }
  .header .topbar-left {
    padding-left: 15px;
    padding-right: 0;
  }
  .header.is-fixed .menu-links .nav {
    height: auto;
  }
  .header.is-fixed .menu-links .nav > li > a {
    padding: 10px 15px;
  }
  .header.rs-nav .sticky-header .menu-links {
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #4d9da4;
    margin: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header.rs-nav .sticky-header .menu-links li.open a {
    position: relative;
  }
  .header.rs-nav .sticky-header .menu-links.show {
    left: -1px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 100%;
    width: 270px;
    padding: 15px 15px 5px 15px;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav {
    height: auto;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav > li > a {
    color: #FFF;
    display: block;
    padding: 15px 20px;
  }
  .header.rs-nav .sticky-header .menu-links .menu-logo {
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
  }
  .header.rs-nav .sticky-header .menu-links .menu-logo a {
    display: inline-block;
  }
  .header.rs-nav .sticky-header .menu-links .menu-logo a img {
    max-width: unset;
    width: 130px;
    vertical-align: middle;
  }
  .header.rs-nav .sticky-header .navbar-toggler.open::after {
    background-color: #FFF;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    outline: none;
    right: 0px;
    top: -20px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    margin: 0 0px 0px 10px;
  }
  .header.rs-nav .sticky-header.is-fixed .menu-links .nav {
    height: auto !important;
  }
  .header.rs-nav .sticky-header.is-fixed .menu-links .nav > li > a {
    color: #FFF;
    padding: 15px 20px;
  }
  .header.rs-nav .sticky-header.is-fixed .menu-links .nav > li .sub-menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header .top-bar {
    padding: 5px 0;
  }
  .header .top-bar [class*="col-"] {
    width: 100%;
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .top-bar [class*="col-"]:last-child {
    border-bottom: none;
  }
  .header .topbar-center,
  .header .topbar-left,
  .header .topbar-right {
    display: black;
    width: 100%;
    text-align: center;
    padding: 3px 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .topbar-left ul li {
    padding: 0 5px;
  }
  .header .sticky-header .menu-logo {
    width: 100px;
    max-width: 100px;
    height: 50px;
  }
  .header .sticky-header .menu-logo img {
    max-width: 100px;
  }
  .header .sticky-header.is-fixed .menu-logo {
    width: 100px;
    max-width: 100px;
    height: 50px;
  }
  .header .sticky-header.is-fixed .menu-logo a img {
    vertical-align: sub;
  }
  .header .sticky-header.is-fixed .menu-links .nav {
    height: 225px;
  }
  .header .sticky-header.is-fixed .menu-links .nav > li > a {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 480px) {
  .header .top-bar .topbar-left {
    display: none;
  }
  .header .top-bar .topbar-right {
    position: relative;
  }
}

/* footer Start */
footer {
  font-size: 14px;
}

footer .footer-inner .footer-middle {
  background: #4d9da4;
  padding: 45px 0 30px;
  border-bottom: 1px solid #b0b0b0;
  color: #FFF;
}

footer .footer-inner .footer-middle .footer-static-block ul {
  margin: 0;
}

footer .footer-inner .footer-middle .footer-static-block ul li {
  padding: 8px 0;
}

footer .footer-inner .footer-middle .footer-static-block ul li a {
  color: #FFF !important;
}

footer .footer-inner .footer-middle .footer-static-block ul li a:hover {
  color: #ff3030 !important;
}

footer .footer-inner .footer-middle .footer-static-block .f-logo {
  margin-bottom: 20px;
}

footer .footer-inner .footer-middle .footer-static-block .title {
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 30px;
}

footer .footer-inner .footer-middle .footer-static-block .title span {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background: #ff3030;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant {
  display: block;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li {
  position: relative;
  display: block;
  padding: 10px 0 10px 30px;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li:last-child {
  padding-bottom: 0;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li i {
  position: absolute;
  color: #ff3030;
  left: 0;
  top: 13px;
  font-size: 18px;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li a {
  display: block;
  width: auto;
  height: auto;
  border-radius: inherit;
  border: none;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li a:hover {
  color: #FFF;
}

footer .footer-inner .footer-bottom {
  padding: 20px 0;
}

footer .footer-inner .footer-bottom .footer_social {
  text-align: right;
}

footer .footer-inner .footer-bottom .footer_social ul.social-icon {
  margin-bottom: 0;
}

footer .footer-inner .footer-bottom .footer_social ul.social-icon li {
  display: inline-block;
}

footer .footer-inner .footer-bottom .footer_social ul.social-icon li .fa {
  font-size: 24px;
  color: #ff3030;
  padding: 0 15px;
}

/* footer End */
/* loading Start */
#loading-icon-bx {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
}

/* loading End */
/* scroll top Start */
button.back-to-top {
  background: #ff3030;
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  -webkit-box-shadow: 2px 2px 12px -5px #000;
          box-shadow: 2px 2px 12px -5px #000;
  color: #FFF;
  cursor: pointer;
  display: none;
  height: 40px;
  line-height: 26px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 999;
}

/* scroll top End */
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-bottom {
    text-align: center;
  }
  footer .footer-inner .footer-bottom .footer_social {
    text-align: center;
    padding: 20px 0 0;
  }
}

/* homeproduct-section */
.homeproduct-section {
  padding: 50px 0 20px;
}

.homeproduct-section .owl-controls {
  margin-top: 40px;
}

.product-thumb {
  border: 1px solid #EEE;
  position: relative;
  padding-top: 20px;
  margin: 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-thumb .product-image {
  overflow: hidden;
}

.product-thumb .product-image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-thumb .product-name {
  padding: 15px;
  background: #FFF;
  text-align: center;
}

.product-thumb .product-name h5 {
  font-size: 15px;
  color: #ff3030;
  border-bottom: 1px solid #ff3030;
  margin: 0;
  padding-bottom: 10px;
}

.product-thumb .product-name p {
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 0;
}

.product-thumb .product-name a {
  display: block;
  color: #121921;
}

.product-thumb .product-name a p {
  margin: 0;
  line-height: 22px;
}

.product-thumb .buttons-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 9;
  top: calc(50% - 20px);
  left: 0;
  opacity: 0;
  margin: 0;
}

.product-thumb::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.product-thumb:hover {
  background: #f1f1f1;
  -webkit-box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.08);
}

.product-thumb:hover::after {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.product-thumb:hover .product-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-thumb:hover .product-name a {
  color: #ff3030;
}

.product-thumb:hover .buttons-wrapper {
  opacity: 1;
}

/* whychoose-section */
.whychoose-section .whychoose-content {
  height: 600px;
  display: table-cell;
  vertical-align: middle;
}

.whychoose-section .whychoose-content .feature-wrapper {
  margin: 30px 0 50px;
}

.whychoose-section .whychoose-content .feature-wrapper .feature-thumb {
  width: 85px;
  height: 85px;
  border: 2px solid #ff3030;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  padding: 20px 0;
}

.whychoose-section .whychoose-content .feature-wrapper .feature-thumb h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  padding-top: 4px;
  text-transform: uppercase;
}

.whychoose-section .whychoose-content .feature-wrapper .feature-thumb p {
  font-size: 13px;
  margin-bottom: 0;
}

.whychoose-section .whychoose-content .feature-wrapper .feature-thumb:hover {
  background: #ff3030;
  color: #FFF;
}

/* owl-carousel */
.owl-carousel .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-carousel .owl-nav [class*='owl-'] .fa {
  display: none;
}

.owl-carousel .owl-nav [class*='owl-']::after, .owl-carousel .owl-nav [class*='owl-']::before {
  position: absolute;
  border: 5px #EEE solid;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: inherit;
  -webkit-border-radius: inherit;
}

.owl-carousel .owl-nav [class*='owl-']:hover::after, .owl-carousel .owl-nav [class*='owl-']:hover::before {
  border: 5px #ff3030 solid;
}

.owl-carousel .owl-nav .owl-prev {
  left: -35px;
  background: #FFF url(../images/prev-icon.png);
  background-size: 120px;
}

.owl-carousel .owl-nav .owl-prev:hover {
  background-position: -60px 0;
}

.owl-carousel .owl-nav .owl-next {
  right: -35px;
  background: #FFF url(../images/next-icon.png) -60px 0;
  background-size: 120px 60px;
}

.owl-carousel .owl-nav .owl-next:hover {
  background-position: 0 0;
}

.owl-carousel .owl-dots .owl-dot {
  margin: 5px;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #b0b0b0;
  transition: all .15s;
  -webkit-transition: all .15s;
}

.owl-carousel .owl-dots .owl-dot span:hover {
  background: #ff3030;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #ff3030;
  transform: scale(1.3);
  -webkit-transform: scale(1.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Testimonials */
.testimonial-section {
  padding: 50px 0;
}

.testimonial-section .testimonial-bx {
  text-align: center;
}

.testimonial-section .testimonial-bx .testimonial-thumb {
  width: 80px;
  border-radius: 50px;
  overflow: hidden;
  margin: 20px auto;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
}

.testimonial-section .testimonial-bx .testimonial-info {
  margin-bottom: 15px;
}

.testimonial-section .testimonial-bx .testimonial-info h5 {
  color: #121921;
  margin-bottom: 0;
}

.testimonial-section .testimonial-bx .testimonial-info p {
  color: #000;
  font-size: 15px;
  margin: 0;
}

.testimonial-section .testimonial-bx .testimonial-content {
  position: relative;
  position: relative;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 40px;
}

.testimonial-section .testimonial-bx .testimonial-content::before, .testimonial-section .testimonial-bx .testimonial-content::after {
  color: #ff3030;
  font-family: fontawesome;
  position: absolute;
  font-size: 30px;
}

.testimonial-section .testimonial-bx .testimonial-content::before {
  top: 0;
  content: "\f10d";
  left: -30px;
}

.testimonial-section .testimonial-bx .testimonial-content::after {
  bottom: 0;
  content: "\f10e";
  right: -30px;
}

.testimonial-section .testimonial-bx .testimonial-content p {
  color: #000;
  font-size: 15px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .homeproduct-slider {
    padding: 0 10px;
  }
  .homeproduct-slider.owl-carousel .owl-nav .owl-prev {
    left: -15px;
  }
  .homeproduct-slider.owl-carousel .owl-nav .owl-next {
    right: -15px;
  }
}

.homeslider-wrapper {
  position: relative;
  background: #f8f9fa;
}

.homeslider-wrapper .container {
  position: relative;
}

.homeslider-wrapper .slider-content {
  vertical-align: middle;
  display: table-cell;
}

.homeslider-wrapper .slider-content h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.homeslider-wrapper .slider-product-preview {
  position: absolute;
  width: 100%;
  right: 30px;
  top: 0;
  top: 80px;
  bottom: 80px;
}

.homeslider-wrapper .slider-product-preview .product-preview-shortcode {
  height: 100%;
  position: relative;
}

.homeslider-wrapper .slider-product-preview .product-preview-shortcode > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}

.homeslider-wrapper .slider-product-preview .product-preview-shortcode .preview {
  position: absolute;
  left: 50px;
  top: 0;
  right: 100px;
  bottom: 0;
  -webkit-box-shadow: 2px 2px 15px #EEE;
          box-shadow: 2px 2px 15px #EEE;
  background: #FFF;
}

.homeslider-wrapper .slider-product-preview .product-preview-shortcode .preview .entry {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
}

.homeslider-wrapper .slider-product-preview .product-preview-shortcode .preview .entry.active {
  opacity: 1;
  height: 100%;
}

.homeslider-wrapper .slider-product-preview .product-preview-shortcode .sidebar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.homeslider-wrapper .slider-product-preview .product-preview-shortcode .sidebar .entry {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  background: #FFF;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
  overflow: hidden;
}

.homeslider-wrapper .slider-product-preview .product-preview-shortcode .sidebar .entry img {
  display: block;
  max-width: 100%;
  height: auto;
}

.homeslider-wrapper .slider-product-preview .product-preview-shortcode .sidebar .entry:hover {
  border-color: #ff3030;
}

.homeslider-wrapper .slider-product-preview .product-preview-shortcode .sidebar .entry.active {
  border-color: #ff3030;
  background: #ff3030;
}

.homeslider-wrapper .slider-product-preview.align-left .product-preview-shortcode .sidebar {
  left: 0;
  right: auto;
}

.homeslider-wrapper .swiper-button-prev:after, .homeslider-wrapper .swiper-button-next:after {
  border: 5px solid #ff3030;
}

.homeslider-wrapper .swiper-button-prev, .homeslider-wrapper .swiper-container-rtl .swiper-button-next {
  background: #FFF url(../images/prev-icon.png);
  background-size: 120px;
}

.homeslider-wrapper .swiper-button-prev:hover, .homeslider-wrapper .swiper-container-rtl .swiper-button-next:hover {
  background-position: -60px 0;
}

.homeslider-wrapper .swiper-button-next, .homeslider-wrapper .swiper-container-rtl .swiper-button-prev {
  background: #FFF url(../images/next-icon.png) -60px 0;
  background-size: 120px 60px;
}

.homeslider-wrapper .swiper-button-next:hover, .homeslider-wrapper .swiper-container-rtl .swiper-button-prev:hover {
  background-position: 0 0;
}

.homeslider-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #b0b0b0;
  border-radius: 0;
}

.homeslider-wrapper .swiper-pagination-bullet-active {
  background: #ff3030;
  border: none;
}

@media screen and (max-width: 1280px) {
  .homeslider-wrapper .container {
    max-width: 1100px;
  }
  .homeslider-wrapper .swiper-button-next {
    right: 10px;
  }
  .homeslider-wrapper .swiper-button-prev {
    left: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .swiper-container {
    height: auto !important;
    overflow-y: auto !important;
  }
  .homeslider-wrapper .slider-content {
    height: auto !important;
    padding: 40px 0;
  }
  .homeslider-wrapper .slider-product-preview {
    width: 100%;
    height: 200px;
    top: 0px;
  }
  .homeslider-wrapper .slider-product-preview .product-preview-shortcode {
    height: 100%;
  }
  .homeslider-wrapper .swiper-pagination-bullets {
    display: none;
  }
}

/** breadcrumb **/
.page-banner {
  padding: 30px 0;
  background: #4d9da4;
  text-align: center;
  color: #FFF;
}

.page-banner h3 {
  font-weight: 300;
  margin: 0;
}

.breadcrumb {
  padding: 15px 0;
  background: none;
  border-bottom: 1px solid #EEE;
}

.breadcrumb ul[class*="list-"] {
  font-size: 15px;
  margin: 0;
}

.breadcrumb ul[class*="list-"] li {
  padding: 0;
  margin-right: 3px;
  color: #000;
  display: inline-block;
}

.breadcrumb ul[class*="list-"] li:after {
  content: "\f105";
  margin-left: 7px;
  font-family: fontawesome;
}

.breadcrumb ul[class*="list-"] li:last-child::after {
  display: none;
}

/* main-content */
.main-content {
  padding: 0 0 60px 0;
  min-height: 400px;
}

/* product Page*/
.product-section {
  padding: 30px 0 50px;
}

.product-section .product-sidebar {
  margin-bottom: 30px;
}

.product-section .product-sidebar h3 {
  margin-top: 0;
  padding: 15px 15px;
  margin-bottom: 20px;
  font-size: 20px;
  background: #ff3030;
  color: #FFF;
  font-weight: 300;
}

.product-section .product-sidebar h3 .fa {
  float: right;
  font-size: 25px;
}

.product-section .product-sidebar .buttons-wrapper {
  margin: 0;
}

.product-section .product-sidebar .buttons-wrapper .back-btn {
  width: 100%;
  border-radius: 0;
  font-size: 15px;
  margin: 0 0 30px;
  font-weight: 300;
}

.product-section .product-sidebar .buttons-wrapper .back-btn .fa {
  font-size: 25px;
  margin-right: 20px;
  position: relative;
  top: 4px;
}

.product-section .product-sidebar .product-image {
  margin-bottom: 40px;
}

.product-section .product-sidebar .productcat-slider .product-thumb .product-name h5 {
  border-bottom: none;
  padding: 0;
}

.product-section .product-inner-section .col-sm-12 {
  margin-bottom: 30px;
}

.product-section .product-inner-section .pro-title {
  display: inline-block;
  font-weight: 300;
}

.product-section .product-inner-section .pro-show-item {
  float: right;
  padding-top: 15px;
}

.product-section .product-inner-section .pro-show-item b {
  font-weight: 600;
}

.product-section .product-inner-section .product-thumb {
  padding-top: 0;
  margin: 0 0px 30px;
}

.product-section .product-inner-section .pagination li {
  margin: 0 5px;
}

.product-section .product-inner-section .pagination li a {
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  color: #121921;
  border-radius: 50%;
}

.product-section .product-inner-section .pagination li a:hover, .product-section .product-inner-section .pagination li a.selected {
  background: #ff3030;
  color: #FFF;
}

/* product-details Page*/
.product-details-content {
  padding: 30px 0;
}

.product-details-content .product-details-inner {
  padding: 30px;
}

.product-details-content .product-details-inner .feature-wrapper {
  margin: 30px 0 50px;
}

.product-details-content .product-details-inner .feature-wrapper .feature-thumb {
  width: 85px;
  height: 85px;
  border: 2px solid #ff3030;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  padding: 20px 0;
}

.product-details-content .product-details-inner .feature-wrapper .feature-thumb h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  padding-top: 4px;
  text-transform: uppercase;
}

.product-details-content .product-details-inner .feature-wrapper .feature-thumb p {
  font-size: 13px;
  margin-bottom: 0;
}

.product-details-content .product-details-inner .feature-wrapper .feature-thumb:hover {
  background: #ff3030;
  color: #FFF;
}

.relatedproduct-section {
  padding: 40px 0 50px;
}

/* contact-page */
.contact-page {
  padding: 40px 0 40px;
}

.contact-page .contact-text {
  background: #ff3030;
  padding: 30px;
  border: 1px solid #EEE;
  margin-bottom: 50px;
  color: #FFF;
}

.contact-page .contact-text .heading-bx.left .title-head {
  font-weight: 300;
  padding-left: 15px;
  border-left: 5px solid #FFF;
}

.contact-page .contact-text .heading-bx.left p {
  color: #FFF;
}

.contact-page .contact-text ul li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-bottom: 1px solid #EEE;
  line-height: 30px;
  margin-bottom: 10px;
}

.contact-page .contact-text ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.contact-page .contact-text ul li i {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 18px;
  color: #FFF;
}

.contact-page .contact-bx {
  padding: 30px 0;
}

.contact-page .contact-bx .title-head {
  font-weight: 300;
}

.contact-page .contact-bx .form-group .input-group {
  display: block;
  position: relative;
}

.contact-page .contact-bx .form-group .input-group label {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #121921;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.contact-page .contact-bx .form-group .input-group .form-control {
  width: 100%;
  border-width: 0 0 1px 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
}

.contact-page .contact-bx .form-group .input-group .form-control textarea {
  height: 120px;
}

.contact-page .contact-bx .form-group .input-group input:focus,
.contact-page .contact-bx .form-group .input-group select:focus,
.contact-page .contact-bx .form-group .input-group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #ff3030;
}

.contact-page .contact-bx .form-group.focused .input-group label {
  color: #ff3030;
  top: -8px;
  font-size: 10px;
}

.contact-page .contact-bx .btn {
  text-transform: uppercase;
  margin-top: 10px;
}

@media screen and (max-width: 480px) {
  .breadcrumb ul[class*="list-"] {
    margin: 0 15px;
  }
}
/*# sourceMappingURL=main.css.map */