
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloadedr
--------------------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9999;
  background-color: #fff;
}
.loading {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-45%);
  font: 14px arial;
}

.logo-preloader{
  width: 250px;
  height: 90px;
}

@media (max-width: 479px) {
 .logo-preloader {
    width: 250px;
  height: 90px;
  }
}

.loading-bar{
  width: 150px;
  height: 5px;
  background: #cfcfcf;
  margin:0 auto;
  position: relative;
  overflow: hidden;
}

.loading-bar::before{
  content: "";
  width: 68px;
  height: 2px;
  background: #e3728f;
  position: absolute;
  left: -34px;
  animation: redbar 1.5s infinite ease;
}

@keyframes redbar {
  50%{
    left: 96px;
  }
}

.float{
  position:fixed;
  width:50px;
  height:50px;
  bottom:20px;
  left:20px;
  background-color:#3CB60A;
  color:#FFF;
  border-radius:40px;
  text-align:center;
  font-size:25px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  z-index:100;
  -webkit-animation-name: float; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: float;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes float {
  0%  {background-color: #df0e2c;
      color: #fff;
  }
  20% {background-color: #3CB60A;
      color: #FFC300;
  }
  40% {background-color: #df0e2c;
      color: #fff;
  }
  50% {-webkit-transform: rotate(360deg);
      border-radius:10px;
      text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  }
  60% {background-color: #3CB60A;
      color: #FFC300;
  }
  80% {background-color: #df0e2c;
      color: #fff;
  }
  100% {background-color: #3CB60A;
      color: #FFC300;
  }
}

/* Standard syntax */
@keyframes float {
  0%  {background-color: #df0e2c;
  }
  20%  {background-color: #3CB60A;
  }
  40%  {background-color: #df0e2c;
  }
  50% {-webkit-transform: rotate(360deg);
      border-radius:10px;
      text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  }
  60%  {background-color: #3CB60A;
  }
  80%  {background-color: #df0e2c;
  }
  100% {background-color: #3CB60A;
  }
}

.my-float{
  margin-top:12px;
}

.float2{
  position:fixed;
  width:50px;
  height:50px;
  bottom:80px;
  left:20px;
  background-color:#00B0FF;
  color:#FFF;
  border-radius:40px;
  text-align:center;
  font-size:25px;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  z-index:100;
  -webkit-animation-name: float2; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-name: float2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes float2 {
  0%   {background-color: #00B0FF;}
  20%  {background-color: #FF00CC;}
  40%  {background-color: #00B0FF;}
  50% {-webkit-transform: rotate(360deg);
      border-radius:10px;
      text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  }
  60%  {background-color: #FF00CC;}
  80%  {background-color: #00B0FF;}
  100% {background-color: #FF00CC;}
}

/* Standard syntax */
@keyframes float2 {
  00%   {background-color: #00B0FF;}
  20%  {background-color: #FF00CC;}
  40%  {background-color: #00B0FF;}
  50% {-webkit-transform: rotate(360deg);
      border-radius:10px;
      text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
  }
  60%  {background-color: #FF00CC;}
  80%  {background-color: #00B0FF;}
  100% {background-color: #FF00CC;}
}

.my-float2{
  margin:12px;
}

.video-fluid {
  width: 100%;
  height: auto;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #e3728f;
}

a:hover {
  color: #22d8b6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: block;
  width: 100%;
  height: 70vh;
  background: #000;
}

@media (max-width: 479px) {
  #intro {
    width: 100%!important;
    height: calc(25vh - 50px);
  }
}

#intro .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
}

@media (max-width: 479px) {
  #intro .carousel-item {
    width: 100%!important;
    height: calc(25vh - 50px);
  }
}

#intro .carousel-item::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: 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;
}

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

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

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

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-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;
  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;
}

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

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #E70000;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #e62633;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .3);
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.back-to-top:hover {
  color: #fff;
  background: #c00000;
  transition: background 0.2s ease-in-out;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled, #header.header-inner-pages {
  background: #FFF;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  border-bottom: 4px solid #e3728f;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-weight: 700;
  color: #cfcde7;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  margin: 0 auto;
  max-height: 75px;
}

@media (max-width: 992px) {
  #header {
    height: 75px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  padding: 5px 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #333;
  padding: 8px 0 12px 0;
  transition: 0.3s;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Roboto Condensed,sans-serif;
  font-weight: 700;
}

.nav-menu > ul > li + li {
  margin-left: 30px;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 3px;
  left: 0;
  background-color: #e3728f;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

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

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #062822;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #e3728f;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 25px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #333;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #21413c;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #e3728f;
  text-decoration: none;
  font-weight: 700;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(16, 31, 29, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/banner/vespa-lx-125.jpg") center center;
  background-size: cover;
  position: relative;
  margin:0 auto;
  padding: 0;
}

#hero .container {
  z-index: 2;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #fff;  
}

#hero span {
  background: #e3728f;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #e62633;
  background: #e62633;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#hero .btn-get-started:hover {
  border-color: #c00000;
  background: #c00000;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin: 0 auto;
    height: 100vh;
  }
}

@media (max-width: 479px) {
  #hero {
    width: 100%!important;
    height: calc(25vh - 20px);
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-s {
  width: 100%;
  height: 100vh;
  background: url("../img/banner/new-s-125.jpg") center center;
  background-size: cover;
  position: relative;
  margin:0 auto;
  padding: 0;
}

#hero-s .container {
  z-index: 2;
}

#hero-s h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #fff;  
}

#hero-s span {
  background: #e3728f;
}

#hero-s h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero-s .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #e62633;
  background: #e62633;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#hero-s .btn-get-started:hover {
  border-color: #c00000;
  background: #c00000;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #hero-s {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero-s {
    margin: 0 auto;
    height: 100vh;
  }
}

@media (max-width: 479px) {
  #hero-s {
    width: 100%!important;
    height: calc(25vh - 20px);
  }
}

@media (max-width: 768px) {
  #hero-s h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-s h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-primavera {
  width: 100%;
  height: 100vh;
  background: url("../img/banner/primavera-150-abs.jpg") center center;
  background-size: cover;
  position: relative;
  margin:0 auto;
  padding: 0;
}

#hero-primavera .container {
  z-index: 2;
}

#hero-primavera h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #fff;  
}

#hero-primavera span {
  background: #e3728f;
}

#hero-primavera h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero-primavera .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #e62633;
  background: #e62633;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#hero-primavera .btn-get-started:hover {
  border-color: #c00000;
  background: #c00000;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #hero-primavera {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero-primavera {
    margin: 0 auto;
    height: 100vh;
  }
}

@media (max-width: 479px) {
  #hero-primavera {
    width: 100%!important;
    height: calc(25vh - 20px);
  }
}

@media (max-width: 768px) {
  #hero-primavera h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-primavera h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-primavera-s {
  width: 100%;
  height: 100vh;
  background: url("../img/banner/primavera-s.jpg") center center;
  background-size: cover;
  position: relative;
  margin:0 auto;
  padding: 0;
}

#hero-primavera-s .container {
  z-index: 2;
}

#hero-primavera-s h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #fff;  
}

#hero-primavera-s span {
  background: #e3728f;
}

#hero-primavera-s h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero-primavera-s .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #e62633;
  background: #e62633;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#hero-primavera-s .btn-get-started:hover {
  border-color: #c00000;
  background: #c00000;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #hero-primavera-s {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero-primavera-s {
    margin: 0 auto;
    height: 100vh;
  }
}

@media (max-width: 479px) {
  #hero-primavera-s {
    width: 100%!important;
    height: calc(25vh - 20px);
  }
}

@media (max-width: 768px) {
  #hero-primavera-s h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-primavera-s h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-sprint {
  width: 100%;
  height: 100vh;
  background: url("../img/banner/sprint-150-abs.jpg") center center;
  background-size: cover;
  position: relative;
  margin:0 auto;
  padding: 0;
}

#hero-sprint .container {
  z-index: 2;
}

#hero-sprint h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #fff;  
}

#hero-sprint span {
  background: #e3728f;
}

#hero-sprint h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero-sprint .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #e62633;
  background: #e62633;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#hero-sprint .btn-get-started:hover {
  border-color: #c00000;
  background: #c00000;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #hero-sprint {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero-sprint {
    margin: 0 auto;
    height: 100vh;
  }
}

@media (max-width: 479px) {
  #hero-sprint {
    width: 100%!important;
    height: calc(25vh - 20px);
  }
}

@media (max-width: 768px) {
  #hero-sprint h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-sprint h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-sprint-s {
  width: 100%;
  height: 100vh;
  background: url("../img/banner/sprint-s-150-abs.jpg") center center;
  background-size: cover;
  position: relative;
  margin:0 auto;
  padding: 0;
}

#hero-sprint-s .container {
  z-index: 2;
}

#hero-sprint-s h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #fff;  
}

#hero-sprint-s span {
  background: #e3728f;
}

#hero-sprint-s h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero-sprint-s .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #e62633;
  background: #e62633;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#hero-sprint-s .btn-get-started:hover {
  border-color: #c00000;
  background: #c00000;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #hero-sprint-s {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero-sprint-s {
    margin: 0 auto;
    height: 100vh;
  }
}

@media (max-width: 479px) {
  #hero-sprint-s {
    width: 100%!important;
    height: calc(25vh - 20px);
  }
}

@media (max-width: 768px) {
  #hero-sprint-s h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-sprint-s h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero-gts {
  width: 100%;
  height: 100vh;
  background: url("../img/banner/gts-150-abs.jpg") center center;
  background-size: cover;
  position: relative;
  margin:0 auto;
  padding: 0;
}

#hero-gts .container {
  z-index: 2;
}

#hero-gts h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #fff;  
}

#hero-gts span {
  background: #e3728f;
}

#hero-gts h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero-gts .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #e62633;
  background: #e62633;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#hero-gts .btn-get-started:hover {
  border-color: #c00000;
  background: #c00000;
  color: #fff;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #hero-gts {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero-gts {
    margin: 0 auto;
    height: 100vh;
  }
}

@media (max-width: 479px) {
  #hero-gts {
    width: 100%!important;
    height: calc(25vh - 20px);
  }
}

@media (max-width: 768px) {
  #hero-gts h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-gts h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Hero About Section
--------------------------------------------------------------*/
#hero-about {
  width: 100%;
  height: calc(100vh - 72px);
  background: url("../img/banner/ukm-pik-info.jpg") center center;
  background-size: cover;
  position: relative;
  margin-top: 72px;
  padding: 0;
}

#hero-about .container {
  z-index: 2;
}

#hero-about h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 900;
  line-height: 56px;
  color: #fff;  
}

#hero-about span {
  background: #e3728f;
}

#hero-about h2 {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 35px;
  font-size: 24px;
}

#hero-about .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 10px;
  transition: 0.5s;
  border: 2px solid #e3728f;
  background: #faa821;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

#hero-about .btn-get-started:hover {
  border-color: #e3728f;
  background: #e3728f;
  color: #faa821;
  font-weight: 700;
}

@media (min-width: 1024px) {
  #hero-about {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero-about {
    margin: 0 auto;
    height: 100vh;
  }
}

@media (max-width: 768px) {
  #hero-about h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero-about h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section .steps, .product, .promo, .color, .color-s, .color-primavera, .color-primavera-s, .color-sprint, .color-sprint-s, .color-gts, .color-merchandise, .tagline, .tagline-s,
.tagline-primavera, .tagline-primavera-s, .tagline-sprint, .tagline-sprint-s, .tagline-gts, .specification, .spec, .features, .features-s,
.features-primavera, .features-primavera-s, .features-sprint, .features-sprint-s, .features-gts, .portfolio, .contact, .model{
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffebf1;
}

.tagline-bg {
  background-color: #BED73B;
  color:#333;
}

.tagline-s {
  background-color: #118ACB;
  color:#fff;
}

.tagline-primavera {
  background-color: #D6E8E0;
  color:#333;
}

.tagline-primavera-s {
  background-color: #CDA392;
}

.tagline-sprint {
  background-color: #C72037;
  color:#fff;
}

.tagline-sprint-s {
  background-color: #F7BE00;
  color:#333;
}

.tagline-gts {
  background-color: #231F20;
  color:#fff;
}

.specification-bg {
  background-color: #ededed;
}

.features-bg {
  background-color: #ED1C24;
  color:#fff;
}

.features-s {
  background-color: #EF4F23;
  color:#fff;
}

.features-primavera {
  background-color: #9FD2C8;
  color:#333;
}

.features-primavera-s {
  background-color: #014F84;
  color:#333;
}

.features-sprint {
  background-color: #231F20;
  color:#333;
}

.features-sprint-s {
  background-color: #231F20;
  color:#fff;
}

.features-gts {
  background-color: #FFC832;
  color:#333;
}

.promo-bg {
  background-color: #fff;
}

.section-title {
  padding-bottom: 5px;
  text-align: center;
}

.section-title h1 {
  font-family: "Vinyl OT Oblique";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 0;
  color: #333;
  text-transform: uppercase;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 20px 0 5px 0;
  padding-bottom: 0;
  color: #e3728f;
  text-transform: uppercase;
}

.section-title p {
  margin-bottom: 0;
  color: #333;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 400;
  font-size: 34px;
  color: #e3728f;
}

.about .icon-box {
  margin-top: 44px;
}

.about .icon-box i {
  font-size: 48px;
  float: left;
  color: #e3728f;
}

.about .icon-box h4 {
  font-size: 22px;
  font-weight: 500;
  margin-left: 60px;
  color: #333;
}

.about .icon-box p {
  font-size: 15px;
  color: #e3728f;
  margin-left: 60px;
}

/*--------------------------------------------------------------
# Steps
--------------------------------------------------------------*/
.steps {
  padding: 30px 0 40px 0;
}

.steps .row {
  overflow: hidden;
}

.steps .btn-whatsapp {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 14px;
  margin: 10px 0;
  border-radius: 25px;
  transition: 0.5s;
  border: 2px solid #e3728f;
  background: #e3728f;
  color: #faa821;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.steps .btn-whatsapp:hover {
  border-color: #faa821;
  background: #faa821;
  color: #e3728f;
  font-weight: 700;
}

.steps .btn-phone {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 14px;
  margin: 10px 0;
  border-radius: 25px;
  transition: 0.5s;
  border: 2px solid #faa821;
  background: #faa821;
  color: #e3728f;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.steps .btn-phone:hover {
  border-color: #e3728f;
  background: #e3728f;
  color: #faa821;
  font-weight: 700;
}

.steps h3 {
  text-align: center;
  font-size: 34px;
  font-weight: 400px;
  color: #e3728f;
}

.steps h5 {
  text-align: center;  
  font-weight: 600;
  margin-top: 10px;
}

.steps p {
  text-align: center;  
}

.steps .section-title {
  padding-top:15px;
  padding-bottom:5px;
}

.steps .content-item {
  padding: 20px;
  border-left: 1px solid #d4e9e6;
  border-bottom: 1px solid #d4e9e6;
  margin: -1px;
}

.steps .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #e3728f;
}

.steps .content-item h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #004e92;
}

.steps .content-item h6 {
  text-align: center;
  font-weight: 700;
}

.steps .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.steps .content-item img {
  margin: auto;
  display: block;
}

.steps .category-item {
  padding: 5px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin: 2px;
}

.steps .category-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #e3728f;
}

.steps .category-item h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #004e92;
}

.steps .category-item h6 {
  margin-top: .5rem;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.steps .category-item p {
  color: #aaaaaa;
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.steps .category-item img {
  margin: auto;
  display: block;
}

@media (max-width: 768px) {
  .steps .content-item {
    padding: 20px 0;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features h3 {
  text-align: center;
  font-size: 34px;
  color: #21413c;
}

.features img {
  margin: auto;
  display: block;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 20px;
  transition: 0.3s;
  color: #21413c;
}

.features .nav-link:hover {
  color: #e3728f;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
}

.features .nav-link.active h4 {
  color: #e3728f;
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
  box-shadow: 0 2px 29px 0 rgba(37, 37, 37, 0.1);
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

/*--------------------------------------------------------------
# Tagline
--------------------------------------------------------------*/
.tagline .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.tagline .section-title h2 {
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

/*--------------------------------------------------------------
# Tagline
--------------------------------------------------------------*/
.tagline-s .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.tagline-s .section-title h2 {
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

/*--------------------------------------------------------------
# Tagline
--------------------------------------------------------------*/
.tagline-primavera .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.tagline-primavera .section-title h2 {
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

/*--------------------------------------------------------------
# Tagline
--------------------------------------------------------------*/
.tagline-primavera-s .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.tagline-primavera-s .section-title h2 {
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

/*--------------------------------------------------------------
# Tagline
--------------------------------------------------------------*/
.tagline-sprint .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.tagline-sprint .section-title h2 {
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

/*--------------------------------------------------------------
# Tagline
--------------------------------------------------------------*/
.tagline-sprint-s .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.tagline-sprint-s .section-title h2 {
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

/*--------------------------------------------------------------
# Tagline
--------------------------------------------------------------*/
.tagline-gts .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.tagline-gts .section-title h2 {
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

/*--------------------------------------------------------------
# Tagline
--------------------------------------------------------------*/
.specification .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.specification .section-title h2 {
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

.specification .kotak-spesifikasi {
    position: relative;
}

.specification .kotak-spesifikasi .badan {
    width: 60%;
    margin: auto;
}

.specification .kotak-spesifikasi .detil {
    position: absolute;
    top: 0px;
    width: 100%;
}

.specification .kotak-detil-spek {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
}

.specification .kotak-detil-spek h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 0.9em;
    margin-bottom: 0px;
    color: #888;
}

.specification .kotak-detil-spek p.lead {
    font-weight: 100;
    color: #333;
    font-size: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 768px) {
.specification .kotak-spesifikasi .badan {
    width: 100%;
  }
}

@media (max-width: 768px) {
.specification .kotak-spesifikasi .detil {
    position: relative;
    text-align: left;
    }
}

/*--------------------------------------------------------------
# Spec
--------------------------------------------------------------*/
.spec .d-f-logo {
    height: 2rem;
    width: auto;
    display: inline-block !important;
    margin: 0 -8px;
}

.spec .spek-table tr th {
    border-right: 1px solid;
}

.spec .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.features .section-title h2 {
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-s .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.features-s .section-title h2 {
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-primavera .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.features-primavera .section-title h2 {
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

.features-primavera hr {
    border-top: 2px solid #333;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-primavera-s .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.features-primavera-s .section-title h2 {
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

.features-primavera-s hr {
    border-top: 2px solid #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-sprint .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.features-sprint .section-title h2 {
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

.features-sprint hr {
    border-top: 2px solid #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-sprint-s .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.features-sprint-s .section-title h2 {
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

.features-sprint-s hr {
    border-top: 2px solid #fff;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features-gts .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.features-gts .section-title h2 {
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

.features-gts hr {
    border-top: 2px solid #fff;
}


/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.color .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.color .section-title h1 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius:50px;
  background:#e3728f;
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Roboto Condensed",sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:18px;
}

.color .color-item {
  padding: 10px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin-right: 5px;
}

.color .price{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.color .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

.color .nav-link {
  border: 0;
  font-size: 24px;
  transition: 0.3s;
  margin: 0 auto;
}

.color .nav-link .red-passione{
  color: #e43833;
}

.color .nav-link .black-vulcano{
  color: #0e0e0e;
}

.color .nav-link .yellow-lime{
  color: #e2c445;
}

.color .nav-link h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.color .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.color .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  font-size: 26px;
  border-radius: 50%;
}

.color .nav-link.active h4 {
  color: #e3728f;
}

.color .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.color .owl-nav, .color .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.color .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.color .owl-dot.active {
  background-color: #c00000 !important;
}

@media (max-width: 767px) {
  .color {
    margin: 10px 10px;
  }
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.color-s .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.color-s .section-title h1 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius:50px;
  background:#118ACB;
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Roboto Condensed",sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:18px;
}

.color-s .color-item {
  padding: 10px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin-right: 5px;
}

.color-s .price{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.color-s .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

.color-s .nav-link {
  border: 0;
  font-size: 24px;
  transition: 0.3s;
  margin: 0 auto;
}

.color-s .nav-link .blue-vivace{
  color: #1488ca;
}

.color-s .nav-link .black-vulcano{
  color: #0e0e0e;
}

.color-s .nav-link .grey-titanio{
  color: #5e5b5b;
}

.color-s .nav-link h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.color-s .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.color-s .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  font-size: 26px;
  border-radius: 50%;
}

.color-s .nav-link.active h4 {
  color: #e3728f;
}

.color-s .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.color-s .owl-nav, .color-s .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.color-s .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.color-s .owl-dot.active {
  background-color: #c00000 !important;
}

@media (max-width: 767px) {
  .color-s {
    margin: 10px 10px;
  }
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.color-primavera .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.color-primavera .section-title h1 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius:50px;
  background:#9FD2C8;
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Roboto Condensed",sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:18px;
}

.color-primavera .color-item {
  padding: 10px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin-right: 5px;
}

.color-primavera .price{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.color-primavera .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

.color-primavera .nav-link {
  border: 0;
  font-size: 24px;
  transition: 0.3s;
  margin: 0 auto;
}

.color-primavera .nav-link .green-relax{
  color: #9fd3ca;
}

.color-primavera .nav-link .blue-energia{
  color: #1c2748;
}

.color-primavera .nav-link .white-innocenza{
  color: #e4e3e3;
}

.color-primavera .nav-link h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.color-primavera .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.color-primavera .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  font-size: 26px;
  border-radius: 50%;
}

.color-primavera .nav-link.active h4 {
  color: #e3728f;
}

.color-primavera .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.color-primavera .owl-nav, .color-primavera .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.color-primavera .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.color-primavera .owl-dot.active {
  background-color: #c00000 !important;
}

@media (max-width: 767px) {
  .color-primavera {
    margin: 10px 10px;
  }
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.color-primavera-s .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.color-primavera-s .section-title h1 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius:50px;
  background:#9FD2C8;
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Roboto Condensed",sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:18px;
}

.color-primavera-s .color-item {
  padding: 10px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin-right: 5px;
}

.color-primavera-s .price{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.color-primavera-s .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

.color-primavera-s .nav-link {
  border: 0;
  font-size: 24px;
  transition: 0.3s;
  margin: 0 auto;
}

.color-primavera-s .nav-link .blue-vivace{
  color: #1488ca;
}

.color-primavera-s .nav-link .black-vulcano{
  color: #0e0e0e;
}

.color-primavera-s .nav-link .white-innocenza{
  color: #e4e3e3;
}

.color-primavera-s .nav-link h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.color-primavera-s .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.color-primavera-s .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  font-size: 26px;
  border-radius: 50%;
}

.color-primavera-s .nav-link.active h4 {
  color: #e3728f;
}

.color-primavera-s .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.color-primavera-s .owl-nav, .color-primavera-s .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.color-primavera-s .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.color-primavera-s .owl-dot.active {
  background-color: #c00000 !important;
}

@media (max-width: 767px) {
  .color-primavera-s {
    margin: 10px 10px;
  }
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.color-sprint .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.color-sprint .section-title h1 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius:50px;
  background:#C72037;
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Roboto Condensed",sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:18px;
}

.color-sprint .color-item {
  padding: 10px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin-right: 5px;
}

.color-sprint .price{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.color-sprint .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

.color-sprint .nav-link {
  border: 0;
  font-size: 24px;
  transition: 0.3s;
  margin: 0 auto;
}

.color-sprint .nav-link .red-scarlatto{
  color: #6e141a;
}

.color-sprint .nav-link .grey-titanio{
  color: #71767c;
}

.color-sprint .nav-link .white-innocenza{
  color: #e4e3e3;
}

.color-sprint .nav-link h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.color-sprint .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.color-sprint .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  font-size: 26px;
  border-radius: 50%;
}

.color-sprint .nav-link.active h4 {
  color: #e3728f;
}

.color-sprint .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.color-sprint .owl-nav, .color-sprint .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.color-sprint .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.color-sprint .owl-dot.active {
  background-color: #c00000 !important;
}

@media (max-width: 767px) {
  .color-sprint {
    margin: 10px 10px;
  }
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.color-sprint-s .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.color-sprint-s .section-title h1 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius:50px;
  background:#eccc33;
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Roboto Condensed",sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:18px;
}

.color-sprint-s .color-item {
  padding: 10px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin-right: 5px;
}

.color-sprint-s .price{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.color-sprint-s .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

.color-sprint-s .nav-link {
  border: 0;
  font-size: 24px;
  transition: 0.3s;
  margin: 0 auto;
}

.color-sprint-s .nav-link .black-opaco{
  color: #1d1d1b;
}

.color-sprint-s .nav-link .yellow-sole{
  color: #eccc33;
}

.color-sprint-s .nav-link .grey-materia{
  color: #969fa2;
}

.color-sprint-s .nav-link h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.color-sprint-s .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.color-sprint-s .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  font-size: 26px;
  border-radius: 50%;
}

.color-sprint-s .nav-link.active h4 {
  color: #e3728f;
}

.color-sprint-s .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.color-sprint-s .owl-nav, .color-sprint-s .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.color-sprint-s .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.color-sprint-s .owl-dot.active {
  background-color: #c00000 !important;
}

@media (max-width: 767px) {
  .color-sprint-s {
    margin: 10px 10px;
  }
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.color-gts .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.color-gts .section-title h1 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius:50px;
  background:#eccc33;
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Roboto Condensed",sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:18px;
}

.color-gts .color-item {
  padding: 10px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin-right: 5px;
}

.color-gts .price{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.color-gts .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

.color-gts .nav-link {
  border: 0;
  font-size: 24px;
  transition: 0.3s;
  margin: 0 auto;
}

.color-gts .nav-link .grey-stille{
  color: #c6c7c4;
}

.color-gts .nav-link .yellow-sole{
  color: #f7ca10;
}

.color-gts .nav-link .white-innocenza{
  color: #dadada;
}

.color-gts .nav-link .black-vulcano{
  color: #1d1d1b;
}

.color-gts .nav-link h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.color-gts .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.color-gts .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  font-size: 26px;
  border-radius: 50%;
}

.color-gts .nav-link.active h4 {
  color: #e3728f;
}

.color-gts .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.color-gts .owl-nav, .color-gts .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.color-gts .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.color-gts .owl-dot.active {
  background-color: #c00000 !important;
}

@media (max-width: 767px) {
  .color-gts {
    margin: 10px 10px;
  }
}

/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
.color-merchandise .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.color-merchandise .section-title h1 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius:50px;
  background:#e3728f;
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Roboto Condensed",sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:18px;
}

.color-merchandise .color-item {
  padding: 10px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin-right: 5px;
}

.color-merchandise .price{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0;
  color: #333;
  font-family: "Montserrat", sans-serif;
}

.color-merchandise .font-vinyl{
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}

.color-merchandise .price-vinyl{
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 479px) {
   .color-merchandise .font-vinyl {
      font-size: 14px;
    }
  }

@media (max-width: 479px) {
   .color-merchandise .price-vinyl {
      font-size: 14px;
    }
  }

.color-merchandise .nav-tabs {
  border: 0;
  margin-bottom: 30px;
}

.color-merchandise .nav-link {
  border: 0;
  font-size: 24px;
  transition: 0.3s;
  margin: 0 auto;
}

.color-merchandise .nav-link .grey-stille{
  color: #c6c7c4;
}

.color-merchandise .nav-link .yellow-sole{
  color: #f7ca10;
}

.color-merchandise .nav-link .white-innocenza{
  color: #dadada;
}

.color-merchandise .nav-link .black-vulcano{
  color: #1d1d1b;
}

.color-merchandise .nav-link h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.color-merchandise .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.color-merchandise .nav-link.active {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.12);
  font-size: 26px;
  border-radius: 50%;
}

.color-merchandise .nav-link.active h4 {
  color: #e3728f;
}

.color-merchandise .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.color-merchandise .owl-nav, .color-merchandise .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.color-merchandise .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.color-merchandise .owl-dot.active {
  background-color: #c00000 !important;
}

@media (max-width: 767px) {
  .color-merchandise {
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/
.promo .promo-item {
  padding: 10px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin-right: 5px;
}

.promo .promo-item .promo-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.promo .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.promo .section-title h1 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius:50px;
  background:#e3728f;
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Roboto Condensed",sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:18px;
}

hr {
  margin: 0 0 1rem 0;
  border-top: 2px solid #e3728f;
}

.rating {
  font-size: 16px;
  text-align:center;
  color: #FFC300;
}

.promo .promo-item h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  color: #333;
  font-family: Roboto Condensed,sans-serif;
}

.promo .promo-item h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto Condensed,sans-serif;
  margin: 0 auto;
}

.promo .promo-item h6 {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  font-size: 12px;
  margin-bottom: 0.2rem;
}

.promo .promo-item p {  
  margin: 0 auto;
  text-align:center;
  font-size: 12px;
}

.promo .promo-item .quote-icon-left, .promo .promo-item .quote-icon-right {
  color: #a8d3cc;
  font-size: 26px;
}

.promo .promo-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.promo .promo-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.promo .owl-nav, .promo .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.promo .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.promo .owl-dot.active {
  background-color: #c00000 !important;
}

@media (max-width: 767px) {
  .promo {
    margin: 10px 10px;
  }
}

/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/
.product .product-item {
  padding: 10px;
  border: 0.5px solid rgb(229, 231, 233);
  border-radius: 10px;
  margin-right: 5px;
}

.product .product-item .product-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.product .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.product .section-title h1 {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius:50px;
  background:#e3728f;
  color:#fff;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Roboto Condensed",sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:18px;
}

.product .product-item h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  color: #333;
  font-family: Roboto Condensed,sans-serif;
}

.product .product-item h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-family: Roboto Condensed,sans-serif;
  margin: 0 auto;
}

.product .product-item h6 {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  font-size: 12px;
  margin-bottom: 0.2rem;
}

.product .product-item p {  
  margin: 0 auto;
  text-align:center;
  font-size: 12px;
}

.product .product-item .quote-icon-left, .product .product-item .quote-icon-right {
  color: #a8d3cc;
  font-size: 26px;
}

.product .product-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.product .product-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.product .owl-nav, .product .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.product .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.product .owl-dot.active {
  background-color: #c00000 !important;
}

@media (max-width: 767px) {
  .product {
    margin: 10px 10px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  height: auto;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 16px;
  color: #e3728f;
  margin: 0 auto;
  font-weight: 700;
}

.testimonials .testimonial-item h6 {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  font-size: 12px;
  margin-bottom: 0.2rem;
}

.testimonials .testimonial-item p {  
  margin: 0 auto;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #a8d3cc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #e3728f !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 10px 10px;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin:0 auto;
  border: 0.5px solid rgb(229, 231, 233);
}

.portfolio .btn-category {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 12px;
  margin: 0 0 10px 0;
  border-radius: 25px;
  transition: 0.5s;
  border: 2px solid #e62633;
  background: #e62633;
  color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.portfolio .btn-category:hover {
  border-color: #c00000;
  background: #c00000;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  font-weight: 700;
}

.portfolio .btn-phone {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 4px 10px;
  margin: 10px 0;
  border-radius: 25px;
  transition: 0.5s;
  border: 2px solid #faa821;
  background: #faa821;
  color: #e3728f;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}

.portfolio .btn-phone:hover {
  border-color: #e3728f;
  background: #e3728f;
  color: #faa821;
  font-weight: 700;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 8px 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 5px 14px 3px 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  font-weight:700;
  margin: 0 auto;
  padding:5px 14px;
  border-radius: 25px;
  border: 2px solid #e62633;
  background: #e62633;
}

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

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: transparent;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio h4 {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  font-family: Roboto Condensed,sans-serif;
  margin-top: .5rem;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #4ae3c6;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/**********************************/
/*     09. Details Lightboxes     */
/**********************************/
.lightbox-basic {
  position: relative;
  max-width: 70.875rem;
  margin: 2.5rem auto;
  padding: 3rem 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
  text-align: center;
}

.lightbox-basic img {
  display: block;
  margin-top:0.75rem;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.lightbox-basic h1 {
  margin-bottom: 0.625rem;
  font-size: 20px;
  font-weight: 700;
  color:#333;
  text-transform: uppercase;
  font-family: Roboto Condensed,sans-serif;
}

.lightbox-basic hr {
  width: 100%;
    height: 0.125rem;
    margin-top: 0.125rem;
    margin-bottom: 1.125rem;
    border: 0;
    background-color: rgba(0,0,0,.1);
    text-align: center;
}

.lightbox-basic h4 {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color:#333;
  font-family: Roboto Condensed,sans-serif;
}

.lightbox-basic h5 {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color:#333;
  text-transform: uppercase;
  font-family: Roboto Condensed,sans-serif;
}

.lightbox-basic h6 {
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  font-size: 14px;
  text-align: left;
  color:#333;
}

.lightbox-basic p {
    font-size:12px;
    text-align:center;
    margin: 0 auto;
}

.lightbox-basic table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.lightbox-basic table tr {
  line-height: 1.75em;
}

.lightbox-basic table .icon-cell {
  width: 2rem;
  padding-right: 0.25rem;
  color: #df0e2c;
  text-align: center;
}

.lightbox-basic a.mfp-close.as-button {
  position: relative;
  width: auto;
  height: auto;
  margin-left: 0.375rem;
  color: #df0e2c;
  opacity: 1;
}

.lightbox-basic a.mfp-close.as-button:hover {
  color: #f1f1f8;
}

.lightbox-basic button.mfp-close.x-button {
  position: absolute;
  top: -0.375rem;
  right: -0.375rem;
  width: 2.75rem;
  height: 2.75rem;
  color: #df0e2c;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.btn-lightbox-basic {
  display: inline-block;
  padding: 1.1875rem 1.325rem 1.1875rem 1.325rem;
  margin:10px 0;
  border: 0.125rem solid #df0e2c;
  border-radius: 2rem;
  background-color: transparent;
  color: #df0e2c;
  font: 700 0.75rem/0 "Montserrat", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-lightbox-basic:hover {
  background-color: #df0e2c;
  color: #fff;
  text-decoration: none;
}

/* Details Lightboxes */
  .lightbox-basic {
    padding: 3rem 3rem;
  }

/* Details Lightboxes */
  .lightbox-basic img {
    margin-bottom: 0;
    margin-left: 0;
  }

  .lightbox-basic h3 {
    margin-top: 0.25rem;
  }

  thead {
    background: #e3728f;
    color: #fff;
    text-align:center;
    font-size: 14px;
  }

  tbody {
    text-align:center;
    font-size: 21px;
    font-weight: 500;
    background: #ffebf1;
  }

  @media (max-width: 479px) {
   tbody {
      text-align:center;
      font-size: 16px;
      font-weight: 500;
    }
  }

  .lightbox-basic .owl-nav, .lightbox-basic .owl-dots {
  margin-bottom: 15px;
  text-align: center;
}

.lightbox-basic .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.lightbox-basic .owl-dot.active {
  background-color: #c00000 !important;
}
  /* end of details lightboxes */
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 50px;
  right: 0;
  bottom: 0;
  transition: bottom 0.4s;
}

.team .member .member-info-content h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  width: 50px;
  transition: left ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  display: block;
  color: #fff;
  margin-top: 15px;
}

.team .member .social a:hover {
  color: #e3728f;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 30px;
  transition: bottom 0.4s;
}

.team .member:hover .social {
  left: 0;
  transition: left ease-in-out 0.3s;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #97cac2;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #e3728f;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Model
--------------------------------------------------------------*/
.model .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.model .section-title h2 {
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

.model h4{
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .section-title {
  padding-bottom: 10px;
  text-align: center;
}

.contact .section-title h2 {
  color:#333;
  font-weight: 700;
  text-transform:uppercase;
  font-family: "Vinyl OT Oblique", sans-serif;
  padding:10px 0;
  margin: 0 auto;
  font-size:2rem;
}

.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #e3728f;
  float: left;
  width: 44px;
  height: 44px;
  background: #e1f0ee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #21413c;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #43857a;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #e3728f;
  color: #fff;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #e3728f;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #e3728f;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #22d8b6;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 15px 0;
  color: #333;
  border-top: 3px dotted #e3728f;
  font-size: 14px;
}

#footer a {
  color: #333;
}

#footer a:hover {
  color: #e3728f;
}

#footer .footer-top {
  background: #fff;
  border-top: 3px dotted #e3728f;
  border-bottom: 4px solid #e3728f;
  padding: 0;
  margin:0 auto;
}

#footer .footer-top .footer-info {
  margin:0 auto;
  max-width: 30%;
  text-align: center;
}

@media (max-width: 479px) {
  #footer .footer-top .footer-info {
    margin:0 auto;
  max-width: 50%;
  text-align: center;
  }
}

#footer .footer-top .footer-info-left {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

@font-face {
    font-family: Jodie-Garland;
    src: url(../webfonts/Jodie-Garland.ttf);
    font-weight: 400;
    font-style: normal;
}

#footer .footer-top p {
  font-size: 14px;
  margin:5px 0;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  text-align:center;
}

@media (max-width: 479px) {
  #footer .footer-top p {
    font-size:11px;
  }
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1c3733;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e62633;
  color: #fff;
  text-decoration: none;
}

#footer .btn-category {
  text-transform:uppercase;
  text-align:center;
  font-weight: 700;
  font-size: 40px;
  display: inline-block;
  width:100%;
  margin: 0 auto;
  transition: 0.5s;
  background: transparent;
  color: #333;
}

@media (max-width: 479px) {
  #footer .btn-category {
    font-size:30px;
  }
}

#footer .btn-category:hover {
  border-color: #e3728f;
  background: #e3728f;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.2);
  font-weight: 700;
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  position: relative;
  font-family: "Roboto Condensed",sans-serif;
}

#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: 2px;
  color: #e62633;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

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

#footer .footer-top .footer-links ul a {
  color: #333;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e3728f;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #14806c;
}

#footer .copyright {
  text-align: center;
  font-size: 10px;
  padding-top: 10px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 10px;
  color: #333;
}
