/*
    Author: Glican
    Author URL: glican.com / glican.pt
*/

body {
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-size: 15px;
  font-weight: 400;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  outline: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

.header {
  background: url('../img/home-banner.jpg') no-repeat fixed;
  background-size: cover;
  min-height: 630px;
  position: relative;
}

.navbar-default {
  background-color: transparent;
  border: 0px;
  padding: 20px 0;
  transition: all 0.3s;
}

.navbar-brand {
  font-size: 36px;
  font-family: 'Corbel', sans-serif;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #fff;
  outline: none;
}

.navbar-default .navbar-nav>li>a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  outline: none;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #fffde0;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #fffde0;
  background-color: transparent;
}

@media (max-width: 768px) {
	.navbar-collapse {
		background: rgba(50, 60, 70, 0.9);
	}
}

.top-nav-collapse {
  padding: 0;
  background: rgba(50, 60, 70, 0.9);
}

.bg-color {
  background-color: RGBA(0, 0, 0, 0.5);
  min-height: 650px;
}

.navbar-border {}

.banner-text {
  padding: 15px 40px;
  color: #fff;
  margin-top: 170px;
  text-align: center;
}

.banner-text h2 {
  font-size: 80px;
  font-weight: 400;
  font-family: 'Corbel', sans-serif;
}
.banner-text p {
  font-size: 30px;
  font-weight: 400;
  font-family: 'Corbel', sans-serif;
}

.banner-text h2 span {
  font-family: 'Satisfy', cursive;
}

.overlay-detail {
  margin: 0 auto;
}

.overlay-detail a i {
  text-align: center;
  position: absolute;
  bottom: -140px;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  border-radius: 50%;
}

.deco {
  font-family: 'Satisfy', cursive;
  font-size: 25px;
}

#about {
  background: url('../img/about-banner.png') no-repeat;
  background-size: cover;
  margin-bottom: -3px;
}

.section-padding {
  padding: 60px 0px;
}

.title {
  font-size: 20px;
  margin-bottom: 50px;
}

.title-products {
  font-size: 20px;
  margin-bottom: 10px;
}

.title-prod {
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: bold;
}

.title-prod a {
  color: #333;
}

.crypto {
  background: url('../img/crypto.jpg') no-repeat;
  background-size: contain;
  padding-bottom: 150px;
  background-position: right;
}

.consult {
  background: url('../img/consulting.jpg') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 100px;
}

.section-padding-products  {
  padding-top: 60px;
  padding-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-padding-prod  {
  padding-top: 60px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.section-padding-cons {
  padding-bottom: 90px;
  padding-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
}


.title-text {
  padding: 0px 25px 0px 0px;
  font-size: 20px;
  color: #000;
}

.about-text p {
  color: #000;
  margin-bottom: 25px;
  text-align: justify;
}

.about-text {
  margin-top: 25px;
}

.abt-list li {
  padding: 5px 0px;
  font-size: 18px;
  font-weight: 400;
}

.text-sec {
  margin-top: 25px;
}

.text-sec p {
  margin-bottom: 20px;
  color: #333;
}

.text-sec a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

.test-sec {
  margin-top: 25px;
}

.test-sec p {
  margin-bottom: 25px;
  text-align: justify;
  color: #333;
}



.test-sec blockquote {
  background: #eee;
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 15px;
  position: relative;
}

.test-sec blockquote::after {
  content: '';
  position: absolute;
  bottom: -14px;
  margin-left: 10px;
  border-top: 14px solid #eee;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid RGBA(0, 0, 0, 0.18);
}

.test-sec .carousel-info span {
  display: block;
}

.test-sec span.testimonials-name {
  color: #62646f;
  font-weight: 600;
  margin: 16px 0 5px;
}

#contact {
  width: 100%;
  background-color: RGBA(8, 7, 7, 0.92);
}

#contact .btn-primary {
  background: #228B22;
  border: 1px solid #228B22;
}

.footer-rights {
  padding: 30px 0;
}

.footer-link {
  padding: 30px 0;
  text-align: right;
}

.footer-link a {
  color: #333;
  text-decoration: underline;
}

.banner-footer {
  padding: 15px 40px;
  color: #333;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.banner-footer h2 {
  font-size: 35px;
  font-weight: 400;
  font-family: 'Corbel', sans-serif;
}

.banner-footer img {
  width: 100px;
}

.footer__navigation li, .social-list li {
  display: inline-block;
}

.contact-sec h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 15px 0px;
}

.contact-sec p {
  color: #fff;
  font-size: 18px;
  padding: 16px 0px 24px;
}

.footer__navigation li a {
  display: inline-block;
  color: #767676;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-size: 1.2em;
  line-height: 1.625em;
  margin-top: 0;
  margin-bottom: 1.625em;
  padding-right: 10px;
}

.carousel-info, blockquote {
  float: left;
}

.social-list li {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  opacity: .5;
  display: inline-block;
  margin: 0;
}

.social-list li a {
  font-size: 28px;
  margin-right: 15px;
}

.type-underline, .type-underline:hover {
  color: #767676;
}

.footer__lower {
  margin-top: 3.25em;
}

.type--fine-print {
  color: #767676;
}

.navbar-toggle {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}

.navbar-nav>li>a {
  padding-top: 24px;
  padding-bottom: 24px;
}

.navbar-nav>li>a {
  padding-top: 24px;
  padding-bottom: 24px;
}

.flag {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 15px;
    padding-right: 5px;
}

.navbar-brand {
  margin-top: 9px;
}

.grid-item {
  width: 200px;
}

.grid-item--width2 {
  width: 400px;
}

/***********************************
************************************
Responsive media queries
************************************
***********************************/

@media (min-width: 551px) and (max-width: 980px) {
  .title-text {
    margin-bottom: 15px;
  }
}

@media (min-width: 100px) and (max-width: 550px) {
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  
  .navbar-brand {
    margin-top: 0px;
  }
  .carousel-info {
    margin-bottom: 30px;
  }
  .type--fine-print {
    text-align: center;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .social-list {
    margin-bottom: 15px;
  }
  .banner-text h2, .banner-text p {
    font-size: 30px;
  }
  .title-text {
    margin-bottom: 15px;
  }
}
