.bg-img,
.relative,
.wrapper {
  position: relative;
}
.bg-img,
.skill-video {
  background-size: cover;
}
.wrapper,
body,
html {
  height: 100%;
}
body {
  font-family: "Arial", sans-serif;
  font-weight: 400;
}
a,
a:active,
a:hover,
a:link,
a:visited {
  color: #fff;
  text-decoration: none;
  outline: 0;
}
p {
  color: #6a7483;
}
p:last-child {
  margin-bottom: 0;
}
audio,
video {
  width: 100%;
}
.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.bg-img:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  z-index: -1;
}
.section-title h2,
.section-title h3 {
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}
.section-title h2:before,
.section-title h3:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 2px;
  background-color: #ff6c2c;
}
.typed-cursor {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes blink {
  0%,
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.back-to-top {
  position: fixed;
  bottom: 35px;
  right: 35px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  z-index: 5;
}
.back-to-top.alwaysShow,
.back-to-top.show {
  opacity: 1;
  filter: alpha(opacity=100);
}
.back-to-top a {
  display: block;
  padding: 4px 15px;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #ff6c2c;
  font-size: 22px;
  outline: 0;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.back-to-top a:hover {
  background-color: #293a4a;
}
.fancybox-overlay {
  background-image: url(img/fancybox_overlay.png);
}
#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(img/fancybox_sprite.png);
}
#fancybox-loading div {
  background-image: url(img/fancybox_loading.gif);
}
.fancybox-type-iframe .fancybox-inner {
  max-height: 480px;
  overflow: hidden !important;
}
.fancybox-youtube-video .fancybox-inner {
  width: 960px !important;
}
.mb-md-100 {
  margin-bottom: 100px;
}
.btn {
  text-transform: uppercase;
}
.btn-orange {
  background: #ff6c2c;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease-in-out;
  transition: color 0.25s ease, background-color 0.25s ease-in-out;
}
.btn-orange:focus,
.btn-orange:hover {
  color: #fff;
  background-color: #293a4a;
}
.btn-no-radius {
  border-radius: 0;
}
.btn-padding-lg {
  padding: 12px 20px 13px;
}
.btn-border {
  border-bottom: 4px solid rgba(0, 0, 0, 0.25);
}
.ie-9-warning-message {
  display: none;
}
html.ie9 .ie-9-warning-message {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
  text-align: center;
  z-index: 99;
}
#fakeLoader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #303030;
}
#fakeLoader .spinner4 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#close-switcher,
#open-switcher {
  position: fixed;
  top: 200px;
  left: 0;
  padding: 15px;
  color: #fff;
  background-color: #ff6c2c;
  cursor: pointer;
  z-index: 4;
}
#close-switcher {
  color: #fff;
  display: none;
  left: 200px;
  box-shadow: 10px 5px 46px 8px rgba(0, 0, 0, 0.14),
    10px 0 26px -6px rgba(0, 0, 0, 0.2);
}
#switcher-color {
  position: fixed;
  top: 200px;
  left: -202px;
  width: 200px;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14),
    0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
  z-index: 3;
}
#switcher-wrapper {
  width: 180px;
  margin: 0 auto;
  padding-bottom: 15px;
}
#switcher-wrapper h2 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
#switcher-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#switcher-wrapper ul li.color-1 {
  background: #ff6c2c;
  border: 1px solid #fff;
}
#switcher-wrapper ul li.color-2 {
  background: #7dc01d;
  border: 1px solid #fff;
}
#switcher-wrapper ul li.color-3 {
  background: #ff9800;
  border: 1px solid #fff;
}
#switcher-wrapper ul li.color-4 {
  background: #ff5252;
  border: 1px solid #fff;
}
#switcher-wrapper ul li.color-5 {
  background: #673ab7;
  border: 1px solid #fff;
}
#switcher-wrapper ul li.color-6 {
  background: #03a9f4;
  border: 1px solid #fff;
}
#switcher-wrapper ul li.color-7 {
  background: #cddc39;
  border: 1px solid #fff;
}
#switcher-wrapper ul li.color-8 {
  background: #009688;
  border: 1px solid #fff;
}
#switcher-wrapper ul li.color-9 {
  background: #e91e63;
  border: 1px solid #fff;
}
#switcher-wrapper ul li.color-10 {
  background: #888;
  border: 1px solid #fff;
}
#switcher-wrapper ul li.active {
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #ddd;
}
#switcher-wrapper ul li {
  float: left;
  width: 26px;
  height: 26px;
  margin: 5px 5px 5px 1px;
  cursor: pointer;
}
#switcher-wrapper p {
  font-size: 12px;
  padding-top: 10px;
  text-align: center;
  color: #999;
  cursor: pointer;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
  z-index: 5;
}
.header-space {
  margin-top: 108px;
}
.header-primary-area {
  padding: 8px 0;
  background-color: #293a4a;
}
.header-social-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-social-links ul li {
  float: left;
  margin-right: 15px;
}
.header-social-links ul li a {
  display: block;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.header-social-links ul li a:hover {
  color: #ff6c2c;
}
.header-client-area {
  color: #fff;
  float: right;
}
.header-client-area .dropdown {
  float: right;
}
.header-client-area a {
  margin-left: 15px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.header-client-area .dropdown.open a,
.header-client-area a:hover {
  color: #ff6c2c;
}
.header-client-area .dropdown-menu {
  float: none;
  top: 26px;
  left: auto;
  right: 0;
  padding: 20px;
  min-width: 250px;
  border-radius: 0;
  border: none;
}
.header-client-area .dropdown-menu .form-control {
  border-radius: 0;
  margin-bottom: 15px;
  box-shadow: none;
}
.header-client-area .dropdown-menu .form-control.error {
  border-color: #ff6c2c;
}
.header-client-area .dropdown-menu .form-control.valid {
  border-color: #66afe9;
}
.header-client-area .dropdown-menu .submit-btn {
  background-color: #ff6f2c;
  padding: 6px 30px;
  border-style: solid;
  border-width: 0 0 3px;
  border-color: rgba(34, 34, 34, 0.25);
  text-transform: uppercase;
  outline: 0;
}
.header-client-area .dropdown-menu .submit-btn:hover {
  background-color: #293a4a;
}
.header-navbar {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}
#header.sticky .header-navbar {
  top: 0 !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.28);
}
.header-navbar .navbar-toggle {
  border-color: #ff6c2c;
}
.header-navbar .navbar-toggle span {
  background-color: #ff6c2c;
}
.nav-logo {
  margin: 17px 0 0;
}
.nav-logo .logo-text {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 40px;
  text-transform: lowercase;
}
.nav-logo .logo-text a {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #222;
  font-weight: 700;
}
/*.nav-logo .logo-text a:before {*/
/*  content: "\f009";*/
/*  position: absolute;*/
/*  top: 7px;*/
/*  left: 0;*/
/*  display: inline-block;*/
/*  font: normal normal normal 14px/1 FontAwesome;*/
/*  font-size: inherit;*/
/*  color: #ff6c2c;*/
/*}*/
#navbar > .nav > li.dropdown:hover > .dropdown-menu,
#navbar
  > .nav
  > li.dropdown
  > .dropdown-menu
  > li.dropdown:hover
  > .dropdown-menu,
.down-arrow a,
.skill-video a {
  display: block;
}
.nav-logo .logo-text span {
  color: #ff6c2c;
}
.nav-logo .logo-img {
  margin: 5px 0;
  padding: 0;
}
.nav-logo .logo-img img {
  height: 50px;
}
#navbar {
  padding: 0;
}
#navbar > .nav > li > a {
  align-items: center;
  padding: 10px;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: transparent;
  color: #222;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #FFF;
  display: flex;
  justify-content: center;
  font-size: 16px;
}
#navbar > .nav > li.dropdown > .dropdown-menu > li.active > a,
#navbar > .nav > li.dropdown > .dropdown-menu > li.active > a:focus,
#navbar
  > .nav
  > li.dropdown
  > .dropdown-menu
  > li.dropdown
  > .dropdown-menu
  > li.active
  > a,
#navbar
  > .nav
  > li.dropdown
  > .dropdown-menu
  > li.dropdown
  > .dropdown-menu
  > li
  > a:hover,
#navbar > .nav > li.dropdown > .dropdown-menu > li > a:focus,
#navbar > .nav > li.dropdown > .dropdown-menu > li > a:hover {
  color: #ff6c2c;
  background-color: transparent;
}
#navbar > .nav > li.active > a,
#navbar > .nav > li.open > a,
#navbar > .nav > li.open > a:focus,
#navbar > .nav > li > a:focus,
#navbar > .nav > li > a:hover {
  background-color: #ff6c2c ;
  border-color: #ff6c2c;
}
#navbar > .nav > li.dropdown > .dropdown-menu {
  min-width: 200px;
  padding: 10px 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.175);
}
#navbar > .nav > li.dropdown > .dropdown-menu > li > a {
  padding: 8px 20px;
  text-transform: capitalize;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
#navbar > .nav > li.dropdown > .dropdown-menu > li > a > i.fa {
  margin-right: 5px;
}
#navbar > .nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu {
  float: none;
  top: 0;
  left: auto;
  right: 100%;
  min-width: 200px;
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.175);
}
#navbar
  > .nav
  > li.dropdown
  > .dropdown-menu
  > li.dropdown
  > .dropdown-menu
  > li
  > a {
  padding: 8px 10px;
  text-transform: capitalize;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
#navbar
  > .nav
  > li.dropdown
  > .dropdown-menu
  > li.dropdown
  > .dropdown-menu
  > li
  > a
  > i.fa {
  margin-right: 5px;
}
#navbar .dropdown-menu.megamenu {
  position: fixed;
  top: 108px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1170px;
  box-shadow: none;
  background-color: transparent;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}
#header.sticky #navbar .dropdown-menu.megamenu {
  top: 72px;
}
#navbar > .nav > li.dropdown > .dropdown-menu.megamenu {
  padding: 0;
  box-shadow: none;
}
#navbar .megamenu-content {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.175);
}
.mp-item-content,
.pl-item,
.pricing-table-6 {
  box-shadow: 0 1px 0 0 #e9e9e9;
}
#navbar .megamenu-links {
  padding: 25px 50px;
}
#navbar .megamenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navbar .megamenu a {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #222;
  padding: 6px 0;
  text-transform: capitalize;
  outline: 0;
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
#navbar .megamenu a:hover,
#navbar .megamenu li.active a {
  color: #ff6c2c;
}
#navbar .megamenu a i.fa {
  margin-right: 6px;
}
#banner,
.banner-item {
  position: relative;
  /* height: 90%; */
}
.banner-content .heading {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-content .heading span {
  color: #ff6c2c;
}
.down-arrow {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 42px;
  right: 0;
  width: 35px;
  height: 55px;
  margin: 0 auto 50px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
}
#skills,
#skills .row {
  position: relative;
}
.down-arrow a {
  margin-top: 5px;
  color: #fff;
  font-size: 22px;
  -webkit-animation: customBounce 0.55s infinite;
  animation: customBounce 0.55s infinite;
}
@-webkit-keyframes customBounce {
  0%,
  100% {
    margin-top: 5px;
  }
  50% {
    margin-top: 20px;
  }
}
@keyframes customBounce {
  0%,
  100% {
    margin-top: 5px;
  }
  50% {
    margin-top: 20px;
  }
}
#about {
  padding: 100px 0;
}
.about-content {
  background-color: #f8f8f8;
  padding: 15px;
}
.about-content .desc .read-more a {
  color: #293a4a;
  font-weight: 400;
}
.about-content .desc .read-more a:hover {
  color: #ff6c2c;
}
.service-item {
  margin-bottom: 40px;
}
.service-item:nth-last-child(1),
.service-item:nth-last-child(2),
.service-item:nth-last-child(3) {
  margin-bottom: 0;
}
.service-item .icon {
  float: left;
  width: 40px;
  height: 40px;
  color: #ff6c2c;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
.service-item .icon.no-float {
  float: none;
}
.service-item .desc {
  margin-left: 50px;
  line-height: 20px;
}
.service-item .desc.no-margin {
  margin: 0;
}
.service-item .desc .heading {
  color: #293a4a;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin: 10px 0;
  text-transform: uppercase;
}
.service-item .desc .read-more a {
  color: #293a4a;
  font-weight: 400;
}
.service-item .desc .read-more a:hover {
  color: #ff6c2c;
}
#skills {
  padding: 0;
  color: #222;
  background-color: #f8f8f8;
  border-style: solid;
  border-width: 1px 0;
  border-color: #e9e9e9;
}
.skill-video,
.skill-video a,
.skill-video:before {
  position: absolute;
  left: 0;
}
.skill-video {
  width: 50%;
  top: 0;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.skill-video:before {
  content: " ";
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
}
.skill-video a {
  top: 50%;
  right: 0;
  width: 85px;
  margin: 0 auto;
  padding: 20px 0;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #ff6c2c;
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: background-color 0.25s ease-in-out,
    color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}
.latest-products[data-sort-by="new-items"] .latest-products-slider,
.latest-products[data-sort-by="random-items"] .latest-products-slider {
  display: none !important;
}
.skill-video a:hover {
  color: #ff6c2c;
  background-color: #fff;
}
.skills-description {
  padding: 95px 80px 100px;
}
.skills-description p {
  font-size: 14px;
}
.skills-description a {
  font-size: 18px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #ff5252;
}
.skills-description a:hover {
  color: #fff;
}
.skills-progress-bars {
  margin-top: 40px;
}
.skills-progress-bars h3 {
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
}
.skill-progress {
  height: 5px;
  margin-bottom: 20px;
  background-color: #e9e9e9;
  border-radius: 0;
  overflow: visible;
}
.skill-progress:last-child {
  margin-bottom: 0;
}
.skill-progress .progress-bar {
  background-color: #ff6c2c;
  position: relative;
}
.skill-progress .progress-bar span {
  position: absolute;
  top: -30px;
  right: -14.5px;
  width: 31px;
  height: 20px;
  background: #ff6c2c;
}
.skill-progress .progress-bar span:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  margin-top: -1px;
  border-style: solid;
  border-width: 8px 8px 0;
  border-color: #ff6c2c transparent transparent;
}
.latest-products[data-sort-by="new-items"] .lpp-items,
.latest-products[data-sort-by="random-items"] .lpp-items {
  margin-top: 5px;
}
.skill-progress .progress-bar.width-50 {
  width: 50%;
}
.skill-progress .progress-bar.width-60 {
  width: 60%;
}
.skill-progress .progress-bar.width-70 {
  width: 70%;
}
.skill-progress .progress-bar.width-80 {
  width: 80%;
}
.skill-progress .progress-bar.width-90 {
  width: 90%;
}
.skill-progress .progress-bar.width-100 {
  width: 100%;
}
#latestProducts {
  padding: 100px 0;
}
.latest-products[data-sort-by="new-items"] .lpp-item,
.latest-products[data-sort-by="random-items"] .lpp-item {
  padding: 0 14px 14px 0;
}
#latestProducts > .container > .section-title {
  margin-bottom: 50px;
}
.latest-products-slider.bd-white {
  border: 10px solid #fff;
}
.latest-products-slider.bd-whitesmoke {
  border: 10px solid #f8f8f8;
}
.lpp-items {
  margin-top: 12px;
  margin-right: -15px;
  overflow: hidden;
}
.lpp-item {
  float: left;
}
.LppItem {
  cursor: pointer;
}
.lpp-items .owl-item {
  margin-right: 1.7px;
}
.latest-products-metadata-content .heading {
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.latest-products-metadata-content .heading a {
  color: #222;
}
.latest-products-metadata-content .meta-categories {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  word-break: break-all;
}
.latest-products-metadata-content .item-status {
  margin-top: 20px;
  overflow: hidden;
}
.latest-products-metadata-content .update-status {
  font-weight: 400;
  line-height: 24px;
}
.latest-products-metadata-content .sales {
  float: right;
  font-size: 18px;
  font-weight: 400;
}
.LpMetaDesc {
  word-break: break-all;
}
.lp-price-tag {
  float: left;
  width: 50%;
  max-width: 126px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.lp-price-tag.bg-white {
  background-color: #fff;
}
.lp-price-tag span {
  width: 64%;
  border-left: 1px solid #e9e9e9;
  font-weight: 700;
}
#subscribe h2,
.counter-text {
  font-weight: 400;
  text-transform: uppercase;
}
.lp-price-tag i.fa,
.lp-price-tag span {
  color: #222;
  padding: 10px 0;
  display: block;
  float: left;
  text-align: center;
}
.lp-price-tag i.fa {
  width: 36%;
  padding: 14px 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.latest-products-metadata-content .action-btns {
  margin-top: 10px;
  overflow: hidden;
}
.latest-products-metadata-content .action-btns a.btn {
  float: right;
  min-width: 120px;
  padding: 11px 0;
  color: #fff;
  background-color: #ff6c2c;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  font-size: 16px;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.latest-products-metadata-content .action-btns a.btn:hover,
.twitter-feed-content {
  background-color: #293a4a;
}
.twitter-feed-content {
  height: 374px;
  padding: 15px;
  color: #fff;
}
#tweets {
  overflow: hidden;
  word-wrap: break-word;
}
.twitter-feed-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.twitter-feed-content li {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
}
.twitter-feed-content li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.twitter-feed-content p {
  color: #fff;
}
#subscribe {
  padding: 80px 0;
  position: relative;
  color: #fff;
  background-color: #293a4a;
}
#subscribe h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 45px;
}
#subscribeForm {
  text-align: right;
}
#subscribeFormInput {
  display: inline-block;
  vertical-align: top;
  min-width: 300px;
  padding: 12px 10px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #222;
  outline: 0;
}
#subscribeFormInput.error {
  border-color: #ff6c2c;
}
#subscribeForm button[type="submit"] {
  vertical-align: top;
  padding: 11px 30px;
  border-width: 0 0 3px;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #ff6c2c;
  font-size: 16px;
  outline: 0;
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
#subscribeForm button[type="submit"]:hover {
  background-color: #fff;
  color: #ff6c2c;
}
#team {
  padding: 100px 0;
}
#team .section-title {
  margin-bottom: 50px;
}
.team-img-full {
  margin-top: 70px;
}
.team-items {
  overflow: hidden;
}
.team-item {
  padding: 0 15px;
}
.team-member-info {
  text-align: center;
}
.team-member-img {
  position: relative;
  border-bottom: 1px solid #222;
  overflow: hidden;
}
.team-member-img img {
  margin: 0 auto;
}
.team-member-info .name {
  font-size: 24px;
  margin-bottom: 5px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.team-item:hover .name {
  color: #ff6c2c;
}
.team-item .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 108, 44, 0.8);
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}
.team-item:hover .overlay {
  top: 0;
}
.team-item .overlay blockquote {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
  border: none;
  color: #fff;
  font-size: 16px;
}
.team-item .overlay blockquote p {
  position: relative;
  color: #fff;
  text-indent: 40px;
}
.team-item .overlay blockquote p:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  top: -10px;
  left: -40px;
}
.team-item .overlay blockquote p:after {
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 30px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.footer-widget h4:before,
.pl-tab-nav li a:before {
  content: " ";
  bottom: 0;
}
.team-member-social-links {
  margin-top: 15px;
  text-align: center;
}
.team-member-social-links ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-member-social-links ul li {
  float: left;
}
.team-member-social-links ul li a {
  display: block;
  padding: 0 10px;
  color: #222;
  font-size: 16px;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.team-member-social-links ul li a:hover {
  color: #ff6c2c;
}
#counter {
  padding: 50px 0;
  background-color: #293a4a;
  text-align: center;
}
.counter-icon i.fa {
  position: relative;
  display: block;
  width: 60px;
  margin: 0 auto 12px;
  color: #ff6c2c;
  font-size: 46px;
}
.counter-text {
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
}
.counter-desc {
  color: #acacac;
  margin-bottom: 5px;
}
.counter-number {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.counter-number-holder {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.counter-number-holder .counter-number {
  font-size: 42px;
}
#moreProducts {
  padding: 100px 0;
  background-color: #f8f8f8;
  border-style: solid;
  border-width: 1px 0;
  border:none;
}
#moreProducts .section-title {
  margin-bottom: 50px;
}
.mp-item-content {
  background-color: #fff;
}
.mp-item {
  margin-bottom: 30px;
}
.mp-item-img {
  position: relative;
  max-height: 200px;
  border-style: solid;
  border-width:0px;
  border-color: transparent;
  overflow: hidden;
}
.mps-cart{
    display: flex;
    justify-content: end;
    font-size: 18px;
    color: #000;
    padding-right: 18px;
}
.mp-item-title {
  padding: 0 15px;
}
.mp-item-title h2 {
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
}
.mp-item-title h2 a {
  color: #222;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.mp-item-title h2 a:hover {
  color: #ff6c2c;
}
.mp-item-meta {
  margin-top: 15px;
  padding-left: 15px;
  border-top: 1px solid #e9e9e9;
  font-size: 15px;
  overflow: hidden;
}
.call-to-action--btn a,
.mp-discover-btn a {
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0.25);
  text-align: center;
}
.mp-item-meta > span {
  display: table-cell;
  width: 1%;
  padding: 15px 0;
  color: #acacac;
  font-weight: 600;
  font-size: 14px;
}
.mp-item-meta > span:last-child {
  border-left: 1px solid #e9e9e9;
}
.mp-item-meta i.fa {
  margin-right: 5px;
}
span.mp-item-meta-tag {
  max-width: 90px;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}
span.mp-item-meta-tag a {
  color: #ff6c2c;
}
span.mp-item-meta-favorite a {
  color: #acacac;
}
span.mp-item-meta-price {
  margin-right: 0;
  /* color: #222; */
  text-align: center;
}
span.mp-item-meta-price i.fa {
  margin-right: 2px;
}
.mp-action-btn {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 1px;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  text-align: center;
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}
.mp-item-img:hover .mp-action-btn {
  top: 0;
  margin-top: 0;
}
.mp-action-btn a.btn {
  min-width: 120px;
  padding: 10px 0;
  color: #222;
  background-color: #fff;
  border-radius: 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.mp-action-btn a.btn:hover,
.mp-action-btn a.buy-now-btn {
  color: #fff;
  background-color: #ff6c2c;
}
.mp-action-btn a.btn.small-btn {
  min-width: 100px;
  padding: 8px 0;
}
.mp-action-btn a.buy-now-btn {
  margin-left: 10px;
}
.mp-action-btn a.buy-now-btn:hover {
  color: #222;
  background-color: #fff;
}
.mp-action-btn a.btn.small-btn.buy-now-btn {
  margin-left: 5px;
}
.mp-discover-btn {
  margin-top: 20px;
  text-align: center;
}
.mp-discover-btn a {
  display: inline-block;
  margin: 0 auto;
  padding: 15px 25px;
  color: #fff;
  background-color: #ff6c2c;
  font-weight: 400;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.mp-discover-btn a:hover {
  background-color: #293a4a;
}
#callToAction {
  padding: 80px 0;
  background-color: #293a4a;
}
.call-to-action--content {
  float: left;
  margin-top: 10px;
}
.call-to-action--content h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.call-to-action--btn {
  float: right;
}
.call-to-action--btn a {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 45px;
  color: #fff;
  background-color: #ff6c2c;
  font-weight: 400;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.call-to-action--btn a:hover {
  color: #293a4a;
  background-color: #fff;
}
#pricingTable {
  padding: 100px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #e9e9e9;
}
#pricingTable .section-title {
  margin-bottom: 50px;
}
.pricing-table-6 {
  background-color: #fff;
  text-align: center;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.pt-6-header--plan {
  padding: 25px 0;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.pt-6-header--caption,
.pt-6-header--price {
  color: #fff;
  -webkit-transition: background-color 0.25s ease-in-out;
}
.pt-6-header--caption {
  padding-top: 15px;
  background-color: #ff6c2c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  transition: background-color 0.25s ease-in-out;
}
.pricing-table-6:hover .pt-6-header--caption {
  background-color: #293a4a;
}
.pt-6-header--caption span {
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
.pt-6-header--price {
  padding-bottom: 15px;
  background-color: #ff6c2c;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  transition: background-color 0.25s ease-in-out;
}
.pricing-table-6:hover .pt-6-header--price {
  background-color: #293a4a;
}
.pt-6--body ul {
  margin: 0;
  padding: 5px 0 0;
  list-style: none;
}
.pt-6--body ul li {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #737373;
  font-weight: 400;
}
.pt-6--footer {
  padding: 20px 0;
}
.pt-6--footer a {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  background-color: #ff6c2c;
  text-transform: uppercase;
  border-bottom: 4px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.pricing-table-6:hover .pt-6--footer a {
  background-color: #293a4a;
}
#blog {
  padding: 100px 0;
}
#blog .section-title {
  margin-bottom: 50px;
}
.clients-holder {
  overflow: hidden;
}
.clients-slider {
  width: 100px;
  z-index: 0;
}
.clients-slider .owl-wrapper-outer {
  overflow: visible;
}
.clients-slider .item {
  display: inline-block;
  width: 100px;
  overflow: hidden;
  cursor: pointer;
}
.clients-slider .owl-item {
  margin-right: 10px;
}
.clients-slider .owl-item .item img {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.35s ease-in-out;
  transition: border-color 0.35s ease-in-out;
}
.clients-slider .owl-item .item img:hover,
.clients-slider .owl-item.active .item img {
  border-color: #ff6c2c;
}
.feedback-slider {
  cursor: default;
}
.feedback-comment {
  margin-top: 30px;
  margin-bottom: 40px;
}
.feedback-comment p {
  font-size: 14px;
  line-height: 22px;
}
.feedback-info {
  color: #222;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
}
.feedback-slider .owl-pagination {
  margin-top: 58px;
}
.feedback-slider .owl-page {
  height: 15px;
  width: 15px;
  float: left;
  margin-right: 10px;
  border: 1px solid #222;
  -webkit-transition: background-color 0.25s ease-in-out,
    border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in;
}
.feedback-slider .owl-page.active,
.feedback-slider .owl-page:hover {
  background-color: #ff6c2c;
  border: 1px solid #ff6c2c;
}
.blog-item {
  margin-bottom: 15px;
}
.blog-item:last-child {
  margin-bottom: 0;
}
.blog-item-iframe,
.blog-item-img {
  margin-bottom: 15px;
}
.blog-item-img img {
  width: 100%;
}
.blog-item-content h2 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.blog-item-content h2 a {
  color: #2e3138;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.blog-item-content .metadata {
  color: #737373;
  margin: 15px 0 10px;
  font-size: 12px;
}
.blog-item-content .metadata a {
  color: inherit;
}
.blog-item-content .metadata a:hover {
  border-bottom: 1px solid #e9e9e9;
}
.blog-item-content .metadata .divider {
  margin: 0 10px;
}
.blog-item .blog-item-content h2 a:hover {
  color: #ff6c3a;
}
.blog-item-content p {
  margin-bottom: 12px;
  font-size: 16px;
}
.blog-item-content a.read-more-btn {
  color: #293a4a;
  font-weight: 400;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.blog-item-content a.read-more-btn:hover {
  color: #ff6c2c;
}
#brands {
  padding: 50px 0;
  background-color: #293a4a;
}
.brands-slider .owl-wrapper > .owl-item {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.brands-slider .item {
  padding: 0 15px;
}
.brands-slider .item img {
  width: 85%;
  margin: 0 auto;
}
#footer {
  padding: 50px 0;
  color: #fff;
  background-color: #222;
}
.footer-widget h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.footer-widget h4:before {
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #ff6c3a;
}
.footer-about p {
  color: #acacac;
  font-size: 14px;
  line-height: 22px;
}
.footer-about a.read-more-btn {
  color: #fff;
  font-weight: 400;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.footer-about a.read-more-btn:hover {
  color: #ff6c2c;
}
#footerSubscribeFormInput {
  display: inline-block;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #222;
  outline: 0;
}
#footerSubscribeFormInput.error {
  border-color: #ff6c2c;
}
#footerSubscribeForm button[type="submit"] {
  width: 100%;
  margin-top: 10px;
  padding: 11px 30px 10px;
  border-width: 0 0 3px;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #ff6c2c;
  font-size: 16px;
  outline: 0;
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
#footerSubscribeForm button[type="submit"]:hover {
  color: #ff6c2c;
  background-color: #fff;
}
.footer-useful-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-useful-links ul li {
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 4px;
}
.footer-useful-links ul li a {
  color: #acacac;
  border-bottom: 1px solid #3f3f3e;
  display: block;
  margin: 2px 0;
  padding-bottom: 5px;
  -webkit-transition: color 0.25s ease-in-out, border-color 0.55s ease-in-out;
  transition: color 0.25s ease-in-out, border-color 0.55s ease-in-out;
}
.footer-useful-links a:hover {
  color: #fff;
  border-color: #fff;
}
.copyright {
  padding: 20px 0 18px;
  color: #fff;
  background-color: #303030;
}
.copyright p {
  color: #acacac;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}
.copyright p a {
  display: inline-block;
  font-weight: 400;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.copyright p a:hover {
  color: #ff6c2c;
}
.pl-tab-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #293a4a;
}
.pl-tab-nav li {
  display: table-cell;
  width: 1%;
}
.pl-tab-nav li a {
  position: relative;
  display: block;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.pl-tab-nav li a:hover,
.pl-tab-nav li.active a {
  background-color: #ff6c2c;
}
.pl-tab-nav li a:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #ff6b2c transparent transparent;
  -webkit-transition: bottom 0.25s ease-in;
  transition: bottom 0.25s ease-in;
  z-index: -1;
}
.pl-tab-nav li a:hover:before,
.pl-tab-nav li.active a:before {
  bottom: -10px;
}
.pl-tab-content {
  margin-top: 30px;
}
.pl-item {
  margin-bottom: 14px;
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
.pl-item:last-child {
  margin-bottom: 0;
}
.pl-item-action,
.pl-item-details,
.pl-item-price,
.pl-item-sold,
.pl-item-thumb {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}
.pl-item-action,
.pl-item-price,
.pl-item-sold {
  text-align: center;
}
.pl-item-thumb {
  display: block;
  float: left;
  width: 80px;
}
.pl-item-details {
  padding: 0 10px;
}
.pl-item-title {
  width: 360px;
  margin: 0;
  line-height: 22px;
}
.pl-item-title a {
  color: #222;
}
.pl-item-price {
  font-size: 30px;
  font-weight: 400;
}
.pl-item-action {
  padding: 17px 0;
}
.pl-item-action a {
  min-width: 110px;
  padding: 10px 0;
  color: #fff;
  background-color: #ff6c2c;
  border-radius: 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0.25);
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.pl-item-action a:focus,
.pl-item-action a:hover {
  color: #fff;
  background-color: #293a4a;
}
#pageBreadcrumb {
  padding: 50px 0;
  background-color: #293a4a;
  border-bottom: 1px solid #e9e9e9;
}
.page-breadcrumb--title {
  float: left;
}
.page-breadcrumb--title .h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.page-breadcrumb--list {
  float: right;
  margin-top: 4px;
}
.page-breadcrumb--list .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-size: 0;
}
#aboutDetails,
#process {
  padding: 100px 0;
}
.pp-sidebar-content,
.process-item--content {
  background-color: #fff;
  box-shadow: 0 1px 0 0 #e9e9e9;
}
.page-breadcrumb--list .breadcrumb li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.page-breadcrumb--list .breadcrumb li.active {
  color: #ff6c2c;
}
.page-breadcrumb--list .breadcrumb li a {
  color: #fff;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.page-breadcrumb--list .breadcrumb li a:hover {
  color: #ff6c2c;
}
#aboutDetails > .container > .row {
  display: table;
  height: 100%;
}
#aboutDetails > .container > .row > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.about-details--content {
  margin-top: 30px;
}
#process {
  border-top: 1px solid #e9e9e9;
}
#process > .container > .row {
  margin: 0 -25px;
}
.process--item {
  position: relative;
  padding: 0 25px;
}
.process--item:before {
  content: "\f178";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
}
.process--item:last-child:before {
  display: none;
}
.process-item--content {
  padding: 30px 0;
  text-align: center;
}
.process-item--icon {
  position: relative;
  display: block;
  width: 60px;
  margin: 0 auto 12px;
  color: #ff6c2c;
  font-size: 46px;
}
.process-item--info h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.process-item--info p {
  color: #acacac;
  margin-bottom: 5px;
}
.pp-main-content {
  padding-top: 70px;
  padding-bottom: 70px;
  z-index: 1;
}
.pp-sidebar {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  width: 1170px;
  margin: 0 auto;
  z-index: 0;
}
.pp-sidebar.sticky {
  position: fixed;
  top: auto;
  bottom: 91px;
  bottom: 1px;
}
.pp-sidebar.sticky.bottom {
  top: auto;
  bottom: 70px;
  position: absolute;
}
.pp-sidebar-content {
  padding: 15px;
}
.pp-sidebar-content > .row {
  margin: 0 -7.5px;
}
.pp-sidebar-content > .row > div {
  padding: 0 7.5px;
}
#topic {
  padding: 100px 0;
  background-color: #f8f8f8;
}
.topic--list {
  margin-bottom: 30px;
  background: #fff;
}
.topic--list:last-child {
  margin-bottom: 0;
}
.topic-list--header {
  background-color: #293a4a;
}
.topic-list-header--title {
  display: inline-block;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
a.topic-list-header--title:hover {
  color: #ff6c2c;
}
.topic-list-header--toggle-btn {
  color: #fff;
  float: right;
  padding: 18px 20px 14px;
  background-color: rgba(255, 255, 255, 0.25);
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 14px;
  line-height: 18px;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  cursor: pointer;
}
.topic--list:hover .topic-list-header--toggle-btn {
  opacity: 1;
  filter: alpha(opacity=100);
}
.topic-list--content {
  overflow: hidden;
}
.topic-list--content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topic-list--content ul li {
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: #e9e9e9;
  overflow: hidden;
}
.topic-list-content--icon {
  float: left;
  width: 35px;
  margin: 18px 0 0 15px;
  padding: 5px 0;
  color: #ff6c2c;
  border: 1px solid #ff6c2c;
  border-radius: 50%;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease-in-out;
  transition: color 0.25s ease, background-color 0.25s ease-in-out;
}
.topic-list--content ul li:hover .topic-list-content--icon {
  color: #fff;
  background-color: #ff6c2c;
}
.topic-reply--item,
.topic-sidebar--content {
  background-color: #fff;
  box-shadow: 0 1px 0 0 #e9e9e9;
}
.topic-list-header--toggle-btn.toggled i.fa:before {
  content: "\f067";
}
.topic-list-content--title {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  width: 380px;
}
.topic-list-content--title h2 {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.topic-list-content--title h2 a {
  color: #222;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.topic-list-content--title h2 a:hover {
  color: #ff6c2c;
}
.topic-list-content--title p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.topic-list-content--stats {
  float: left;
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
.topic-list-content--stats p {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 14px;
  line-height: 18px;
}
.topic-list-content--stats p strong {
  display: block;
}
.topic-list-content--meta {
  float: right;
  width: 200px;
  margin-top: 17px;
  margin-right: 30px;
}
.topic-list-content--meta a.avater {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-top: 5px;
}
.topic-list-content--meta .recent-post {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.topic-list-content--meta .recent-post-time {
  display: block;
  color: #737373;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.topic-list-content--meta a {
  color: #222;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  overflow: hidden;
}
.topic-list-content--meta a:hover {
  color: #ff6c2c;
}
.topic-reply-info {
  padding-bottom: 15px;
  box-shadow: 0 1px 0 0 #e9e9e9;
}
.topic-reply-info--title {
  margin: 0;
  color: #222;
  font-size: 20px;
  line-height: 24px;
}
.topic-reply-info--title a {
  color: #737373;
}
.topic-reply--item {
  color: #222;
  margin-top: 15px;
  padding: 15px;
}
.topic-reply--item p {
  color: #222;
}
.topic-reply-item--meta {
  margin-bottom: 15px;
  font-size: 0;
}
.topic-reply-item--meta i.fa {
  color: #ccc;
  border: 1px solid #e9e9e9;
  padding: 5px 10px;
  margin-right: 5px;
  font-size: 20px;
  line-height: 24px;
}
.topic-reply-item--meta p {
  display: inline-block;
  color: #acacac;
  border-bottom: 1px dotted #acacac;
  vertical-align: top;
  font-size: 14px;
  margin-top: 8px;
  margin-left: 10px;
}
.topic-reply-item--meta a {
  color: #acacac;
  font-weight: 400;
}
.topic-sidebar--content {
  padding: 30px;
}
.topic-sidebar--widget {
  margin-bottom: 40px;
}
.topic-sidebar--widget:last-child {
  margin-bottom: 0;
}
.topic-sidebar-widget--title {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
}
.topic-sidebar-widget--title:before {
  content: " ";
  bottom: 0;
  background-color: #ff6c2c;
  position: absolute;
  height: 2px;
  width: 36px;
}
.topic-sidebar-widget--search input {
  border-radius: 0;
  box-shadow: none;
}
.topic-sidebar-widget--search input:focus {
  box-shadow: none;
}
.topic-sidebar-widget--search .input-group-btn a.btn {
  border-radius: 0;
  color: #222;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease-in-out,
    border-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease-in-out,
    border-color 0.25s ease;
}
.topic-sidebar-widget--search .input-group-btn a.btn:focus,
.topic-sidebar-widget--search .input-group-btn a.btn:hover {
  color: #fff;
  background-color: #ff6c2c;
  border-color: #ff6c2c;
  box-shadow: none;
}
#portfolio {
  padding: 100px 0;
}
.portfolio--filter-menu {
  margin-bottom: -20px;
  text-align: center;
}
.portfolio--filter-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.portfolio--filter-menu ul li {
  display: inline-block;
  margin: 0 15px 20px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  cursor: pointer;
}
.portfolio--filter-menu ul li.active,
.portfolio--filter-menu ul li:hover {
  color: #ff6c2c;
}
.portfolio--items {
  margin-top: 20px;
}
.portfolio--item {
  margin-top: 30px;
}
.portfolio-item--img {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.portfolio-item--img:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  -webkit-transition: top 0.25s ease-in-out;
  transition: top 0.25s ease-in-out;
}
.portfolio-item--img:hover:before {
  top: 0;
}
.portfolio-item-img--btn {
  position: absolute;
  top: 150%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 0;
  height: 2px;
  margin: 0 auto;
  border: none;
  background-color: #ff6c2c;
  -webkit-transition: top 0.25s ease-in-out, width 0.4s ease-in-out;
  transition: top 0.25s ease-in-out, width 0.4s ease-in-out;
  outline: 0;
}
.portfolio-item-img--btn:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 2px;
  background-color: inherit;
}
.portfolio-item--img:hover .portfolio-item-img--btn {
  top: 50%;
  width: 120px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-page-sidebar--widget-title {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #222;
  text-transform: uppercase;
}
.blog-page-sidebar--widget-title:before {
  content: " ";
  bottom: 0;
  background-color: #ff6c2c;
  position: absolute;
  height: 2px;
  width: 36px;
}
.blog-page-sidebar--widget {
  margin-bottom: 40px;
}
.blog-page-sidebar--widget:last-child {
  margin-bottom: 0;
  /* background: #efefef; */
  padding: 18px 10px;
  align-items: center;
  text-align: center;
  border: 1px solid #efefef;
}
.blog-page-sidebar-widget--search input {
  border-radius: 0;
  box-shadow: none;
}
.blog-page-sidebar-widget--search input:focus {
  box-shadow: none;
}
.blog-page-sidebar-widget--search .input-group-btn a.btn {
  border-radius: 0;
  color: #222;
}
.blog-page-sidebar-widget--search .input-group-btn a.btn:focus,
.blog-page-sidebar-widget--search .input-group-btn a.btn:hover {
  color: #fff;
  background-color: #ff6c2c;
  border-color: #ff6c2c;
  box-shadow: none;
}
.blog-page-sidebar-widget--flicker {
  overflow: hidden;
}
.blog-page-sidebar-widget--flicker a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
.blog-page-sidebar-widget--twitter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-page-sidebar-widget--twitter ul li {
  position: relative;
  margin-bottom: 20px;
  color: #737373;
}
.blog-page-sidebar-widget--twitter ul li:before {
  content: "\f099";
  color: #ff6c2c;
  font-family: fontAwesome;
  display: inline-block;
  font-size: 30px;
  float: left;
  padding: 5px 10px 0 0;
}
.blog-page-sidebar-widget--twitter ul li:last-child {
  margin-bottom: 0;
}
.blog-page-sidebar-widget--twitter ul li a {
  color: #222;
  font-weight: 400;
}
.blog-item--post-meta {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.blog-item-post-meta--author a {
  color: #ff6c2c;
  font-weight: 400;
}
.blog-item-post-meta--social {
  float: right;
}
.blog-item-post-meta--social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.blog-item-post-meta--social ul li {
  float: left;
  margin-left: 20px;
}
.blog-item-post-meta--social ul li a {
  color: #293a4a;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.blog-item-post-meta--social ul li a:hover {
  color: #ff6c2c;
}
.blog-item-post-meta--tags {
  margin-top: 15px;
}
.blog-item-post-meta--tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.blog-item-post-meta--tags ul li {
  float: left;
  margin-right: 10px;
}
.blog-item-post-meta--tags ul li a {
  display: block;
  padding: 5px 15px;
  background-color: #ff6c2c;
  text-transform: capitalize;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.blog-item-post-meta--tags ul li a:focus,
.blog-item-post-meta--tags ul li a:hover {
  background-color: #293a4a;
}
.blog-item--comments {
  margin-top: 30px;
}
.blog-item-comments--title {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-item--comments ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.blog-item--comments ul li {
  margin: 25px 0;
}
.blog-item-comments-item--thumb {
  margin-bottom: 15px;
  overflow: hidden;
}
.blog-item-comments-item--thumb a {
  overflow: hidden;
  color: #ff6c2c;
}
.blog-item-comments-item-thumb--info {
  margin-top: 15px;
  margin-left: 15px;
}
a.blog-item-comments-item--reply-btn {
  display: inline-block;
  margin-top: 10px;
  color: #222;
  font-weight: 400;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
a.blog-item-comments-item--reply-btn:hover {
  color: #ff6c2c;
}
a.blog-item-comments-item--reply-btn i.fa {
  margin-right: 5px;
}
.blog-item-comments--item {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 25px;
}
.blog-item--comment-form {
  margin-top: -26px;
  padding-top: 50px;
  border-top: 1px solid #e9e9e9;
}
.blog-item--comment-form .form-control {
  border-radius: 0;
  margin-top: 20px;
  box-shadow: none;
  resize: none;
}
.blog-item--comment-form .form-control.submit-btn {
  width: auto;
  height: auto;
  vertical-align: top;
  padding: 10px 30px;
  border-width: 0 0 3px;
  border-radius: 0;
  border-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #ff6c2c;
  font-size: 16px;
  text-transform: uppercase;
  outline: 0;
  -webkit-transition: color 0.25s ease-in-out,
    background-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}
.blog-item--comment-form .form-control.submit-btn:hover {
  background: #303030;
  border-color: #303030;
  color: #fff;
}
.blog-item--comment-form .form-control.error {
  border-color: #ff6c2c;
}
#contact {
  padding: 100px 0;
}
#contactForm label {
  font-weight: 400;
}
#contactForm input.form-control {
  border-radius: 0;
  box-shadow: none;
}
#contactForm textarea.form-control {
  height: 211px;
  border-radius: 0;
  box-shadow: none;
  resize: none;
  margin-top: 15px;
}
#contactForm input.error,
#contactForm textarea.error {
  border-color: #ff6c3a;
}
#contactForm input.valid,
#contactForm textarea.valid {
  border-color: #01abef;
}
#contactForm .submit-button {
  border-radius: 0;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #ff6c3a;
  border-bottom: 4px solid rgba(0, 0, 0, 0.25);
  color: #fff;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  outline: 0;
}
#contactForm .submit-button:hover {
  background-color: #293a4a;
}
.contact-address {
  padding: 40px;
  border: 1px solid #ccc;
}
.contact-address address p {
  margin-bottom: 15px;
  color: #737373;
  font-weight: 400;
  font-size: 16px;
}
.contact-address address p:last-child {
  margin-bottom: 0;
}
.contact-address address p i.fa {
  font-size: 20px;
  border: 1px solid #737373;
  width: 35px;
  padding: 5px 0;
  margin-right: 10px;
  text-align: center;
}
.contact-social-links {
  margin-top: 20px;
}
.contact-social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.contact-social-links li {
  display: inline-block;
  margin-right: 4px;
}
.reset-gutter,
.reset-margin {
  margin-right: 0;
  margin-left: 0;
}
.contact-social-links li a {
  color: #2e3138;
  border: 1px solid #2e3138;
  padding: 6px 0;
  display: block;
  font-size: 14px;
  width: 35px;
  text-align: center;
}
.reset-gutter > [class*="col-"],
.reset-padding {
  padding-right: 0;
  padding-left: 0;
}
.contact-social-links li a:hover {
  color: #fff;
  border: 1px solid #ff6c3a;
  background: #ff6c3a;
}
#map {
  height: 400px;
}
.vc-parent {
  width: 100%;
  height: 100%;
  display: table;
}
.vc-child {
  display: table-cell;
  vertical-align: middle;
}
.vc-child-bottom {
  display: table-cell;
  vertical-align: bottom;
}
.img-center {
  text-align: center;
}
.img-center img.img-responsive {
  margin: 0 auto;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.bg-whitesmoke {
  background-color: #f8f8f8;
}
.bts{
  padding: 15px 15px;
}
.bgs-cat {
  display: inline-block;
  overflow: hidden;
  border: .5px solid #ccc;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  height: 74px;
  width: 74px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mt2{
  margin-top: 10px;
}
.mgs-wd {
  width: 10%;
  display: inline-block; /* or use float: left; */
  margin: 10px;
  text-align: center; /* Center content inside */
}
.blog-item ul {
  display: ruby;
    flex-wrap: wrap;
    list-style: disc;
    padding: 0;
    margin: 0;
    font-size: 16px;
}
.blog-item ul.nav-tabs li.active a {
  background-color: #ff6c2c;
  color: #FFF;
}
.blog-item ul li {
  margin: 5px 4px; /* Adds spacing between items */
}

.blog-item ul li a {
  display: inline-block;
  padding: 4px 17px;
  background-color: #FFF;
  color: #636363;
  border: 2px solid #efefef;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  align-items: center;
  display: flex;
}

.blog-item ul li a:hover {
  background-color: #ff6c2c;
  color: #FFF;
}
.md-middle{
  text-align: end;
    padding-right: 16px !important;
    cursor: pointer;
}
.mt1{
  padding-top: 20px;
}
.blog-page-sidebar--widget-title:before {
  content: " ";
  bottom: 0;
  background-color: #ff6c2c;
  position: absolute;
  height: 2px;
  width: 36px;
  left: 50%;
  transform: translateX(-50%);
}



.meta-attributes {
  color: #999999;
}
.meta-attributes tr td {
  font-size: 13px;
  padding-bottom: 15px;
  vertical-align: top;
}
.meta-attributes__attr-name {
  color: #454545;
  font-weight: bold;
  padding-right: 10px;
  width: 140px;
}
.blog-page-sidebar--widgets1{
  margin-bottom: 0;
  /* background: #efefef; */
  padding: 33px 15px;
  text-align: center;
  border: 1px solid #c5c5c5;
}
.blog-page-sidebar--widgets{
  margin-bottom: 0;
  /* background: #efefef; */
  padding: 33px 15px;
  border: 1px solid #c5c5c5;
}
.banner-content{
  padding: 150px 0px;
}
.phone{
  padding-right: 5px;
  font-size: 17px;
  display: flex;
  align-items: center;
}
.blog-items ul {
  /* display: ruby; */
  /* flex-wrap: wrap; */
  list-style: disc;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.blog-item--post-metas ul {
  list-style: none;
  padding: 0;
}

.blog-item--post-metas ul li {
  width: 100%; /* Default to 100% width for mobile and small screens */
  box-sizing: border-box;
  padding: 5px 0;
}

@media (min-width: 992px) { /* Apply 50% width for desktop screens */
  .blog-item--post-metas ul li {
    width: 50%;
    float: left; /* Ensure the items are placed side by side */
  }
}
/* watssap css start  */
a{
  text-decoration:none;
}
.floating_btn {
     position: fixed;
    bottom: 28px;
    right: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.floating_btn1 {
     position: fixed;
    bottom: 85px;
    right: 7px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.contact_iconsh {
  background-color: #2d6d9a;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
/* watsap css end  */
.loader-logo{
  width: 300px;
}
.logo-img{
  width: 270px;
}
.ft-logo{
  width: 270px;
}
.breadcumb-menu:before{
  content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3 !important;
    border-radius: 10px;
}
.brd-pr{
  width: 100%;
  display: flex;
  justify-content: center;
}
.djc{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}