@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700);
@import url(https://fonts.googleapis.com/css?family=Lora|Playfair+Display:400,700|Material+Icons);

h1, h2, .info-title{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

body, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  background-color: transparent;
}

section.installation p {
  font-size: 1.2em !important;
}

/* section.installation ul * { */
/*   font-size: 1.3em !important; */
/* } */

a:hover, a:focus {
  color: #ff553e;
}

a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  color: #00BCD4;
}

.header-filter::before {
  background: rgba(168, 168, 168, 0.6);
}

.section {
  padding: 40px 0;
}


.title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
}

.form-control, .is-focused .form-control {
  background-image: linear-gradient(to top, #ff553e 2px, rgba(39, 144, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.footer ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.671);
}

.footer ul li a:hover {
  color: rgba(255, 255, 255, 0.993)
}

.copyright  {
  color: rgba(255, 255, 255, 0.671);
  font-size: 12px;
}

.copyright a {
  color: rgb(32, 175, 185);
}

.copyright a:hover {
  color: #d2d2d2;
}

.footer-main {
  background: linear-gradient(180deg, #FF5722, #FFC107);
}

/* cadr start */

.card {
  padding-bottom: 20px;
  background-color: #fff;
  font-size: 1.3rem;
  box-shadow: none;

}

.card .card-body {
  padding: 10px;
  border-radius: 0;
}

.card .card-header-primary {
  background: linear-gradient(60deg, #FFC107, #ff5722);
}

.card .card-header-primary {
  box-shadow: 0 5px 20px 0px rgba(255, 255, 255, 0.2), 0 13px 24px -11px #FF5722;
}

.card-title {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.5rem;
}

.card-height {
  min-height: 80%;
}

.material-icons {
  color: #00bcd4;
}

.header-image {
  max-width: 100%;
  height: auto;
}

.info .info-title {
  text-transform: capitalize;
}

.card[class*="bg-"] .icon i {
  color: green
}

/* cadr end */

.fa-heart {
  color: #e92f2f;
}

.scrollToTop {
  text-align: center;
  padding: 2px 6px;
  font-size: 25px;
  background: rgba(3, 3, 3, 0.8);
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  transition: all 0.3s;
}

  .quote::before {
    content: "\275D";
    font-size: 60px;
    color: #888;
    line-height: 0;
    font-style: normal;
  }

  input[type="text"], input[type="email"], input[type="phone"]{
    color: #ff5722 !important;
  }

  .tim-typo {
    padding-left: 0;
  }

#navbar {
  margin-bottom: 0;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background-color: #fff !important;
}

.navbar .navbar-brand {
  font-size: 2.125rem;
  color: #ffffff;
}

.navbar-collapse {
  justify-content: flex-end;
}

.navbar.navbar-transparent {
  background-color: #fff !important;
  padding-top: 14px;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  font-weight: 700;
  color: #00bed8;
}

@media (max-width: 767px) {
  .navbar .navbar-brand {
    font-size: 1.125rem;
  }
}

@media (max-width: 991px){
  #navbar .navbar-collapse, #navigation .navbar-collapse {
    display: block !important;
  }

  .toggled {
    cursor: pointer;
    position: absolute;
    top: 25px;
    right: 248px;
    background: #00bcd4;
    padding: 8px;
  }

.navbar-toggler {
  position: none;
  background: #00bcd4;
  }

  .item {
    text-align: center;
    margin-bottom: 50px;
  }

  .page-header {
    height: 100%;
  }

  .navbar .navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
  }

  .navbar .navbar-nav .nav-item .nav-link {
    color: black;
  }
}

.page-header {
  padding-top: 100px;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

.privacy .page-header {
  height: 100%;
}

.card-link {
  background-color: #fff;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 25px 0;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.87);
  background: #fff;
}

.card-link .card-content {
  padding: 15px 30px;
  position: relative;
  line-height: 24px;
}

.card-link title, .card-link title {
  line-height: 24px;
}

.card-link .list {
  font-size: 14px;
  line-height: 24px;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: block;
}

.error {
  color: #e92f2f;
  position: absolute;
  top: -24px;
  left: 57px;
  font-size: 12px;
}

input {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px rgb(255, 255, 255) !important;
  -webkit-text-fill-color: rgb(26, 24, 24) !important;
  color: rgb(26, 24, 24) !important;
}

.logo {
  display: block;
  width: 100px;
}

.logo .image {
  width: 100%;
}

.slogan {
  font-size: 4.25rem;
}

/* pricing start */

.plans .header{
  color: rgb(255, 255, 255);
  padding: 30px 20px;
}

.plans .alpha .header{
	background: rgb(245, 166, 35);
}

.plans .bravo .header{
	background: rgb(246, 77, 77);
}

.plans .charlie .header{
	background: rgb(48, 219, 181);
}

.plans .cris .header{
  background: rgb(0, 190, 216);
}

.plans .price{
	width: 100%;
	font-size: 60px;
  font-weight: 300;
  line-height: 60px;
	display: block;
	text-align: center;
}

.plans .name{
	width: 100%;
	font-size: 15px;
  font-weight: 700;
  line-height: 22px;
	display: block;
	text-align: center;
}

.plans .price-card {
  height: 100%;
}

.plans .features{
	list-style: none;
	color: rgb(138, 138, 138);
	margin: 0;
  padding: 0;
}

.plans .features li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.plans .features li:not(:last-child){
	border: 1px solid rgb(242, 242, 242);
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.plans .button{
  display: flex;
  justify-content: center;
  align-items: center;
	color: rgb(255, 255, 255);
	border: 0;
	border-radius: 5px;
	height: 40px;
	width: 50%;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
  margin: auto;
}

.block-button {
  padding: 20px;
  background-color: #fafafa;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.plans .alpha .button{
	background: rgb(245, 166, 35);
}

.plans .alpha .button:hover{
	background: rgb(245, 160, 35);
}

.plans .bravo .button{
	background: rgb(246, 77, 77);
}

.plans .bravo .button:hover{
	background: rgb(246, 64, 77);
}

.plans .charlie .button{
	background: rgb(48, 219, 181);
}

.plans .charlie .button:hover{
	background: rgb(48, 212, 181);
}

.plans .cris .button{
  background: rgb(0, 190, 216);
}

.plans .cris .button:hover{
  background: rgb(0, 180, 216);
}

.plans .body {
  background: #fafafa;
  border-right: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 20px;
}

@media(min-width: 768px) {
  .plans .body {
    height: 48%;
  }
}

@media(min-width: 992px) {
  .plans .body {
    height: 54%;
  }

  .plans .m-height {
    height: 60%;
  }

  .plans .m-position {
    position: relative;
    top: -3%;
  }
}
/* pricing end */

.terms .installation {
  padding: 0 0 40px 0;
}

.terms .card-terms, .installation {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 40px;
}

.terms .card-terms .date {
  font-size: 10px;
}

.breadcrumb {
  background: #f4f4f4;
}

main.main {
  min-height: 70vh !important;
  padding-bottom: 50px !important;
}

main.main img {
  max-width: 100%;
}
