body {
  background: #fff;
  color: #666666;
  letter-spacing: 0.8px;
  font-family: "Montserrat", "Prompt",sans-serif; }

a {
  cursor: pointer;
  color: #4c4a8b;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  a:hover, a:active, a:focus {
    color: #5956a3;
    outline: none;
    text-decoration: none;
    cursor: pointer; }

p {
  padding: 0;
  margin: 0 0 20px 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0; }

.back-to-top {
  position: fixed;
  display: none;
  background: #5956a3;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 10%;
  right: 15px;
  bottom: 15px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 11; }

.back-to-top i {
  padding-top: 12px;
  color: #fff; }

div {
  word-wrap: break-word; }

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px; } }

@media screen and (min-device-width: 600px) and (max-device-width: 768px) {
  .container {
    max-width: 100%; } }

.eff-1 {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.eff-1:hover {
  opacity: .5; }

.txt-y {
  color: #f6e902; }

.txt-w300 {
  font-weight: 300; }

.txt-w700 {
  font-weight: 700; }

.txt-12 {
  font-size: 12px; }

/*--------------------------------------------------------------
    # Topbar
--------------------------------------------------------------*/
#topbar {
  padding: 5px;
  color: #FFF;
  font-size: 12px;
  background: #222; }
  #topbar a {
    cursor: pointer;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    #topbar a:hover, #topbar a:active, #topbar a:focus {
      color: #5956b1;
      outline: none;
      text-decoration: none;
      cursor: pointer; }

@media (max-width: 768px) {
  #topbar {
    display: none; } }

/*--------------------------------------------------------------
    # Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0 40px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

#header.header-scrolled {
  background: #FFF;
  padding: 20px 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  top: 0;
  z-index: 997;
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08); }

#header #logo {
  text-align: center; }

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px; }

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #222;
  padding-left: 10px;
  border-left: 6px solid #5956a3; }

#header #logo img {
  padding: 0;
  margin: 0; }

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    float: left;
    padding-left: 20px;
    margin-top: -18px; }
  #header #logo img {
    max-height: 70px; } }

@media (max-width: 350px) {
  #header #logo h1 {
    font-size: 1.2rem; } }

#nav-menu-container {
  margin-top: 30px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5; }

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-top: 10px; } }

@media (max-width: 768px) {
  #nav-menu-container {
    display: none; } }

.nav-menu, .nav-menu * {
  text-align: center;
  margin-bottom: 0px;
  list-style: none; }

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.nav-menu li {
  float: none;
  display: inline-block;
  position: relative;
  white-space: nowrap; }

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block; }

.nav-menu ul ul {
  top: 0;
  left: 100%; }

.nav-menu ul li {
  min-width: 180px; }

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #222;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  outline: none; }

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #4c4a8b; }

.nav-menu > li {
  margin-left: 10px; }

.dropbar {
  padding: 0; }

.dropbar li {
  display: block;
  background: #fff; }
  .dropbar li a {
    display: block;
    color: #222;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 14px;
    text-transform: none; }

.nav-menu ul li {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

.nav-menu ul li:hover > a {
  color: #fff;
  background: #5956a3; }

.nav-menu ul ul {
  margin: 0; }

.sf-arrows .sf-with-ul {
  padding-right: 30px; }

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }

.sf-arrows ul .sf-with-ul:after {
  content: "\f105"; }

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 25px 20px 0 0;
  border: 0;
  background: #222;
  padding: 10px 18px;
  border-radius: 10%;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer; }
  #mobile-nav-toggle i {
    color: #fff; }

@media (min-width: 769px) {
  #mobile-nav {
    display: none; } }

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline; }
  #mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  #mobile-nav ul li {
    position: relative; }
  #mobile-nav ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    padding: 15px 22px 15px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
    font-weight: 500; }
  #mobile-nav ul li a:hover {
    color: #fff;
    background: #5956a3; }
  #mobile-nav ul li li a {
    color: #222; }
  #mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff; }
  #mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #5956a3; }
  #mobile-nav ul .menu-has-children li a {
    text-transform: none; }
  #mobile-nav ul .menu-item-active {
    color: #5956a3; }
  #mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none; }
  body.mobile-nav-active {
    overflow: hidden; }
  body.mobile-nav-active #mobile-nav {
    left: 0; }
  body.mobile-nav-active #mobile-nav-toggle {
    color: #fff; } }

/*--------------------------------------------------------------
    # Intro Banner
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 100%; }
  #intro .cap {
    width: 80%;
    margin: 15px auto;
    padding: 8px 32px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #ca9308;
    background: #f9d782;
    -webkit-box-shadow: 2px 3px 0px 1px #f8ca59;
    -moz-box-shadow: 2px 3px 0px 1px #f8ca59;
    box-shadow: 2px 3px 0px 1px #f3b61d; }
  #intro .cap-1 {
    width: 100%; }
    #intro .cap-1 a {
      cursor: pointer;
      color: #f9d782;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      #intro .cap-1 a:hover, #intro .cap-1 a:active, #intro .cap-1 a:focus {
        color: #5956a3;
        outline: none;
        text-decoration: none;
        cursor: pointer; }
  #intro .cap-2 {
    padding-left: 28px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #01b901;
    -webkit-box-shadow: 2px 3px 0px 1px #009b00;
    -moz-box-shadow: 2px 3px 0px 1px #009b00;
    box-shadow: 2px 3px 0px 1px #009b00;
    -webkit-animation: 2s ease 0s normal forwards 1 C-fadein;
    animation: 2s ease 0s normal forwards 1 C-fadein; }

@keyframes C-fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes C-fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#intro .carousel-item {
  width: 100%;
  height: 520px;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }

/*#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}*/
#intro .carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0; }

#intro .carousel-content {
  text-align: center; }

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700; }

.carousel-indicators > li {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  background: #88c8b5;
  border: 2px solid #ade9d7;
  border-radius: 50%;
  -webkit-box-shadow: 2px 1px 0px 1px white;
  -moz-box-shadow: 2px 1px 0px 1px white;
  box-shadow: 2px 1px 0px 1px white; }

.carousel-indicators .active {
  background: #f9d782;
  border: 2px solid #f9d782; }

.carousel-control-next, .carousel-control-prev {
  opacity: 1; }
  .carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: 0.6; }

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px; } }

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff; }

@media (max-width: 825px) {
  #intro .cap-1 {
    width: 90%;
    padding: 0 20px; } }

@media (min-width: 1024px) {
  #intro p {
    width: 60%; } }

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0; }

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%; }

@media (min-width: 1024px) {
  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%; } }

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
  color: #f9d782; }

#intro .carousel-indicators li {
  cursor: pointer; }

#intro .btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #ca9308;
  background: #f9d782;
  -webkit-box-shadow: 2px 3px 0px 1px #f8ca59;
  -moz-box-shadow: 2px 3px 0px 1px #f8ca59;
  box-shadow: 2px 3px 0px 1px #f3b61d; }

#intro .btn-get-started:hover {
  background: #fff;
  color: #f3b61d; }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
#featured-services {
  padding-bottom: 15px; }
  #featured-services .ads-line {
    text-align: center;
    background: #01b901;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #featured-services .ads-line img {
      width: 90%; }
  #featured-services .ads-email {
    text-align: center;
    background: #d14b3f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #featured-services .ads-email img {
      width: 90%; }

.section-header h3 {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px; }

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px); }

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #5956a3;
  bottom: 0;
  left: calc(50% - 20px); }

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333; }

.section-bg {
  background: #f7f7f7; }

#product {
  padding: 60px 0; }

#product #product-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center; }

#product #product-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#product #product-flters li:hover, #product #product-flters li.filter-active {
  background: #5956a3;
  color: #fff; }

#product #product-flters li:last-child {
  margin-right: 0; }

#product .product-wrap {
  -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

#product .product-wrap:hover {
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16); }

#product .product-item {
  position: relative;
  height: 460px;
  margin-bottom: 10px;
  overflow: hidden; }

#product .product-item figure {
  background: #5956a3;
  overflow: hidden;
  height: 310px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0; }
  #product .product-item figure img {
    width: 100%;
    height: 100%; }

#product .product-item figure:hover img {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.tag-new {
  position: absolute;
  top: 0;
  right: 8px;
  width: 50px; }

#product .product-item figure .link-preview,
#product .product-item figure .link-details {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }

#product .product-item figure .link-preview i, #product .product-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333; }

#product .product-item figure .link-preview:hover, #product .product-item figure .link-details:hover {
  background: #f9d782; }

#product .product-item figure .link-preview:hover i, #product .product-item figure .link-details:hover i {
  color: #fff; }

#product .product-item figure .link-preview {
  left: calc(50% - 20px);
  top: calc(50% - 18px); }

#product .product-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px); }

#product .product-item figure:hover .link-preview {
  visibility: visible; }

#product .product-item figure:hover .link-details {
  visibility: visible;
  right: calc(50% - 44px); }

#product .product-item .product-info {
  background: #fff;
  padding: 20px;
  height: 130px;
  border-radius: 0 0 3px 3px; }

#product .product-item .product-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0; }

#product .product-item .product-info h4 a {
  color: #4c4a8b; }

#product .product-item .product-info h4 a:hover {
  color: #5956a3; }

#product .product-item .product-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 300;
  font-size: 13px; }

@media screen and (min-device-width: 768px) and (max-device-width: 1199px) {
  #product .container {
    max-width: 100%; } }

@media screen and (min-device-width: 610px) and (max-device-width: 767px) {
  #product .container {
    max-width: 90%; } }

@media screen and (min-device-width: 449px) and (max-device-width: 575px) {
  #product-area .container {
    max-width: 60%; } }

@media screen and (min-device-width: 360px) and (max-device-width: 448px) {
  #product-area .container {
    max-width: 70%; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px; }
  #footer a {
    color: #5956a3; }
    #footer a:hover {
      color: #4c4a8b; }

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0; }

#footer .footer-top .footer-info {
  margin-bottom: 30px; }

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #5956a3; }

@media (max-width: 768px) {
  .logo-re img {
    max-height: 60px; } }

@media (max-width: 350px) {
  #footer .footer-top .footer-info h3 {
    font-size: 1.2rem; } }

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", "Prompt",sans-serif;
  color: #eee; }

#footer .footer-top .social-links a {
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 9px 0;
  margin-right: 5px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  #footer .footer-top .social-links a i:before {
    margin-left: 24%; }

#footer .footer-top .social-links a:hover {
  background: #5956a3;
  color: #fff; }

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px; }

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px; }

#footer .footer-top h4::before {
  right: 0;
  background: #555; }

#footer .footer-top h4::after {
  background: #5956a3;
  width: 60px; }

#footer .footer-top .footer-links {
  margin-bottom: 30px; }

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0; }

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd; }

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0; }

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0; }

#footer .footer-top .footer-links ul a {
  color: #eee; }

#footer .footer-top .footer-links ul a:hover {
  color: #5956a3; }

#footer .footer-top .footer-contact {
  margin-bottom: 30px; }

#footer .footer-top .footer-contact p {
  line-height: 26px; }

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px; }

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%; }

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #5956a3;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #5956a3; }

#footer .copyright {
  text-align: center;
  padding-top: 30px; }

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd; }
