/*------------------------------------------------------------------
Theme Name: Mack - Responsive Bootstrap Landing Page
Version:	2.0
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

	1. GLOBAL STYLES
	2. HEADER STYLES 
	3. INTRO STYLES
	4. ICON BOX / SERVICES STYLES 
	5. INFO CONTENT
	6. COMMON STYLES
	7. FEATURE CONTENT 
	8. TEAM
	9. PRICING
	10. APP FEATURES
	11. TESTIMONIAL
	12. SERVICE FEATURES
	13. NEWSLETTER
	14. FOOTER
	15. RESPONSIVENESS 
	
-------------------------------------------------------------------*/

/* Note: this doesn't exist, so I've commented it out. */
/* @import url("settings-panel.css"); */

/* =============================
   1. GLOBAL STYLES 
================================ */

html,
body {
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #7f8287;
  letter-spacing: 0.5px;
}

p {
  font-size: 15px;
  color: #7f8287;
  line-height: 27px;
  font-weight: 400;
  margin: 0 0 15px;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #1ebbf0;
  text-decoration: none;
}

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

em {
  font-style: italic;
}

strong {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-style: normal;
  font-weight: 300;
  margin: 0 0 15px;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 42px;
  line-height: 45px;
}

h2 {
  font-size: 38px;
  line-height: 45px;
}

h3 {
  font-size: 19px;
  font-weight: 500;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 13px;
  line-height: 18px;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

a,
.btn,
button {
  outline: none;
  transition: all 300ms linear 0s;
}

*,
input,
textarea,
input:focus,
textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.outer-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.boxed {
  background: url(../img/pattern.png);
}

.boxed .outer-wrapper {
  max-width: 1250px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.boxed .navbar {
  max-width: 1250px;
  margin: 0 auto;
}

/* =============================
   2. HEADER STYLES 
================================ */

.navbar-inverse {
  /*background: transparent;*/
  background-color: #333;
  border: none;
  margin: 0;
  padding: 10px 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.navbar-inverse .navbar-brand {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 900;
}

.navbar-inverse .navbar-brand i {
  font-size: 24px;
  color: #1ebbf0;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  background: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover {
  opacity: 0.5;
  color: #fff;
}

.navbar-nav > li > a i {
  margin-left: 5px;
}

.navbar-inverse.affix {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #1ebbf0;
  background-color: transparent;
}

/* =============================
   3. INTRO STYLES
================================ */

.intro {
  padding: 150px 0 0;
  position: relative;
}

.overlay {
  position: relative;
}

.intro1.overlay:after,
.intro2.overlay:after,
.intro3.overlay:after,
.intro4.overlay:after,
.intro5.overlay:after,
.intro6.overlay:after,
.intro7.overlay:after {
  opacity: 0.65;
}

.intro8.overlay:after {
  opacity: 0.45;
}

.overlay:after {
  content: "";
  /*background: #000;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.85;
}

.overlay .container {
  position: relative;
  z-index: 11;
}

.intro h2 {
  color: #fff;
  font-size: 47px;
  line-height: 55px;
  margin: -30px 0 20px;
  font-weight: 300;
}

.intro p {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  opacity: 0.7;
  margin: 0 0 50px;
}

/* INTRO / 1 */

.intro1 {
  /* background: url(../img/intro/bg/1.jpg) no-repeat top center; */
  background-size: cover;
}

/* INTRO / 2 */

.intro2 {
  background: url(../img/intro/bg/2.jpg) no-repeat top center;
  background-size: cover;
  padding: 100px 0 0px;
  overflow: hidden;
}

.intro-form input {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 15px;
  height: 50px;
  border-radius: 0;
  font-size: 15px;
  color: #000;
  border: 2px solid #ddd;
  transition: 0.4s;
}

.intro-form input:focus {
  border: 2px solid #1ebbf0;
}

.intro-form {
  text-align: center;
  background: #fff;
  padding: 43px 40px;
  border-radius: 2px;
}

.intro-form h4 {
  color: #000;
  font-size: 25px;
  margin: 0px 0 40px;
}

.intro-form span {
  color: #666;
  margin-top: 15px;
  display: block;
  font-size: 13px;
  padding: 0 15px;
  line-height: 24px;
}

.intro-form button {
  padding: 0 20px;
  line-height: 50px;
}

.intro-form button:hover {
  background: #333;
  color: #fff;
}

/* INTRO / 3 */

.intro3 {
  background: #0575e6; /* fallback for old browsers */
  background: -webkit-radial-gradient(
    circle farthest-side at right bottom,
    #f8cdda,
    #1d2b64 80%,
    #0e153a
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: radial-gradient(
    circle farthest-side at right bottom,
    #f8cdda,
    #1d2b64 80%,
    #0e153a
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  /*radial-gradient(circle farthest-side at right bottom,#f8cdda,#1d2b64 80%,#0e153a)*/
  padding: 150px 0 85px;
  position: relative;
}

.intro-form.intro-form-full {
  padding: 0;
  background: transparent;
}

.intro3 h3.top {
  font-size: 80px;
  text-transform: uppercase;
}

.intro3 h3 {
  font-size: 41px;
  color: #fff;
  font-weight: 300;
  line-height: 72px;
  margin: 0 0 20px;
}

.intro3 p {
  padding: 0px 20% 30px;
  color: #fff;
}

.intro-form.intro-form-full span {
  color: #fff;
  margin-top: 0;
  opacity: 0.6;
}

/* INTRO / 4 */

.intro4 {
  background: url(../img/intro/bg/4.jpg) no-repeat top center;
  background-size: cover;
  padding: 180px 0 120px;
}

/* INTRO / 5 */

.intro5 {
  background: url(../img/intro/bg/5.jpg) no-repeat top center;
  background-size: cover;
  padding: 150px 0 100px;
  position: relative;
}

.intro5 h3 {
  font-size: 45px;
  color: #fff;
  font-weight: 300;
  line-height: 62px;
  margin: 0 0 20px;
}

.intro5 p {
  padding: 0px 20% 30px;
  color: #fff;
}

.intro-slider .slick-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.intro-slider .slick-dots li {
  float: left;
  margin: 0 5px;
}

.intro-slider .slick-dots li button {
  border: 1px solid #1ebbf0;
  padding: 0;
  font-size: 0;
  width: 7px;
  height: 7px;
  background: transparent;
  border-radius: 50%;
}

.intro-slider .slick-dots li.slick-active button {
  border: 1px solid #1ebbf0;
  opacity: 1;
  background: #1ebbf0;
}

/* INTRO / 6 */

.intro6 {
  background: url(../img/intro/bg/6.jpg) no-repeat top center;
  background-size: cover;
}

.intro6 .intro-form {
  padding: 52px 40px;
}

/* INTRO / 7 */

.intro7 {
  background: url(../img/intro/bg/7.jpg) no-repeat top center;
  background-size: cover;
  padding: 165px 0 0;
}

.intro7 h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 55px;
  font-weight: 300;
  letter-spacing: 2px;
}

.intro7 p {
  color: #fff;
  font-size: 18px;
}

.app-btns a {
  background: #1ebbf0;
  color: #fff;
  margin: 0 10px;
  position: relative;
  display: inline-block;
  text-align: left;
  padding: 8px 23px 11px 68px;
  border-radius: 0;
  line-height: 24px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}

.app-btns a:hover {
  background: #000;
  color: #fff;
}

.app-btns a span {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.app-btns a i {
  position: absolute;
  left: 19px;
  top: 14px;
  font-size: 40px;
  line-height: 40px;
}

.app-btns a i.fa-google-plus {
  font-size: 30px;
  top: 15px;
}

/* INTRO / 8 */

.intro8 {
  background: url(../img/intro/bg/8.jpg) no-repeat top center;
  background-size: cover;
  padding: 120px 0 0px;
}

.screen {
  position: absolute;
  width: 130px;
  height: 250px;
  overflow: hidden;
  -webkit-transform: rotate(-37.73deg) scaleX(0.8312) scaleY(0.801) skewX(10.92deg) skewY(1deg)
    translate(90px, 120px);
  transform: rotate(-37.73deg) scaleX(0.8312) scaleY(0.801) skewX(10.92deg) skewY(1deg)
    translate(90px, 120px);
  cursor: pointer;
  border-radius: 2px;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.slider:hover {
  opacity: 1;
}

.mockup .slick-list,
.mockup .slick-track,
.mockup .slide {
  height: 100%;
  position: relative;
}

.mockup .slide {
  opacity: 0;
  -webkit-transform: scale(1.15) translateZ(0);
  transform: scale(1.15) translateZ(0);
  -webkit-transition: opacity 0.4s 0.4s linear,
    -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s 0.4s linear, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s 0.4s linear;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s 0.4s linear,
    -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  background-size: cover;
  background-position: center;
}

.mockup .slick-current {
  opacity: 1;
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.4s linear, -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear,
    -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.mockup {
  width: 400px;
  float: right;
  position: relative;
  left: 25%;
  top: -40px;
}

.mockup img {
  width: 100%;
}

.copy {
  position: absolute;
  width: 100%;
  bottom: 2em;
  left: 0;
  text-align: center;
  opacity: 0.3;
  color: black;
  font-size: 0.8em;
}

.copy a {
  color: inherit;
}

.section-heading {
  margin-bottom: 60px;
}

/* =============================
   4. SERVICES STYLES 
================================ */

.services {
  padding: 90px 0 50px;
}

.service-item {
  margin-bottom: 40px;
}

.service-item h3 {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-item span {
  color: #1ebbf0;
  font-size: 50px;
  margin-bottom: 25px;
  display: block;
}

.service-item a i {
  font-size: 14px;
  margin-left: 3px;
  position: relative;
  top: 0.1px;
}

.btn-more {
  line-height: 40px;
  position: relative;
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

.btn-more::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.02) 1%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.02) 1%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.02) 1%,
    rgba(0, 0, 0, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 );
  /* IE6-9 */
  opacity: 0.2;
  z-index: 0;
}

.btn-more a {
  background: #fff;
  margin: 0 auto;
  display: table;
  border-radius: 50px;
  padding: 0 15px;
  min-width: 170px;
  text-align: center;
  border: 1px solid #ddd;
  position: relative;
  z-index: 11;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
}

.btn-more a:hover {
  background: #fff;
  border: 1px solid #1ebbf0;
  color: #1ebbf0;
}

.service-item2 i {
  float: left;
  margin-right: 25px;
  color: #fff;
  background: #1ebbf0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 27px;
  border-radius: 50%;
}

.service-item2 .service-inner {
  overflow: hidden;
}

/* =============================
   5. INFO CONTENT
================================ */

.info-content {
  padding: 40px 0 0;
  overflow: hidden;
}

.info-content2 {
  padding: 100px 0;
}

.bg-primary {
  background: #1ebbf0;
}

.info-content-dark {
  background: #111;
  background-size: cover;
  padding: 60px 0;
}

.text-white {
  color: #fff;
}

.info-content-dark h4 {
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  letter-spacing: 1px;
}

.info-content-dark h4 i {
  margin-right: 10px;
}

.info-content-dark p {
  color: #fff;
  opacity: 0.9;
}

.list li {
  margin-top: 12px;
  position: relative;
  padding: 0 0 0 35px;
}

.list li i {
  background: #1ebbf0;
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

/* =============================
   6. COMMON STYLES
================================ */

.gap10 {
  margin: 5px 0;
}

.gap20 {
  margin: 10px 0;
}

.gap30 {
  margin: 15px 0;
}

.gap40 {
  margin: 20px 0;
}

.gap50 {
  margin: 25px 0;
}

.gap60 {
  margin: 30px 0;
}

.gap70 {
  margin: 35px 0;
}

.gap80 {
  margin: 40px 0;
}

.gap90 {
  margin: 45px 0;
}

.gap100 {
  margin: 50px 0;
}

.gap110 {
  margin: 55px 0;
}

.gap120 {
  margin: 60px 0;
}

/* =============================
   7. FEATURE CONTENT 
================================ */

.features {
  position: relative;
  padding: 100px 0 70px;
}

.feature-item {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.feature-item__inner {
  padding: 30px 20px;
}

/* =============================
   8. TEAM
================================ */

.team {
  background: #e5e5e5 url(../img/bg/2.jpg);
  padding: 100px 0 0px;
  position: relative;
}

.staff-item {
  position: relative;
}

.staff-info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 20px;
  z-index: 77;
  background: #1ebbf0;
  display: table;
  margin: 0 auto 15px;
  border-radius: 45px;
  min-width: 240px;
}

.staff-info h3 {
  color: #fff;
  font-size: 21px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.staff-info cite {
  color: #fff;
}

.team-slider .slick-dots {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.team-slider .slick-dots li {
  float: left;
  margin: 0 5px;
}

.team-slider .slick-dots li button {
  border: 1px solid #1ebbf0;
  padding: 0;
  font-size: 0;
  width: 7px;
  height: 7px;
  background: transparent;
  border-radius: 50%;
}

.team-slider .slick-dots li.slick-active button {
  border: 1px solid #1ebbf0;
  opacity: 1;
  background: #1ebbf0;
}

/* =============================
   9. PRICING
================================ */

.pricing {
  padding: 100px 0 70px;
}

.plan {
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin-bottom: 30px;
}

.plan-title {
  color: #000;
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 2px;
}

.plan-price {
  color: #1ebbf0;
  font-size: 55px;
  font-weight: 500;
}

.plan-price small {
  font-size: 34px;
  vertical-align: top;
  margin-right: 4px;
  position: relative;
  top: 9px;
}

.plan-price span {
  color: #999;
  font-size: 18px;
  font-weight: 400;
}

.plan ul {
  padding: 25px 0;
  border: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  margin: 30px -30px;
}

.plan ul li {
  padding: 9px 0;
}

.btn-primary {
  border: none;
  padding: 13px 20px;
  min-width: 180px;
  background: #1ebbf0;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.btn-primary:hover {
  color: #fff;
  background: #179ac6;
}

.btn-default:hover {
  color: #fff;
  background: #000;
}

.btn-default {
  border: none;
  padding: 13px 20px;
  min-width: 200px;
  background: #fff;
  color: #1ebbf0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.btn-dark {
  border: none;
  padding: 13px 20px;
  min-width: 200px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.btn-dark:hover {
  color: #1ebbf0;
  background: #fff;
}

.btn-lg {
  padding: 17px 25px;
  min-width: 180px;
}

.btn {
  border-radius: 0px;
}

.btn i {
  margin-left: 10px;
}

/* ================================== 
   10. APP FEATURES STYLES
==================================== */

.app-features {
  padding: 80px 0;
}

.features-left {
  position: relative;
  padding: 0 70px 0 0;
  text-align: right;
  margin-bottom: 50px;
}

.features-left:last-child {
  margin-bottom: 0;
}

.features-left i {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 45px;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  background: #1ebbf0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.features-left h4 {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.features-right {
  position: relative;
  padding: 0 0 0 70px;
  margin-bottom: 50px;
}

.features-right:last-child {
  margin-bottom: 0;
}

.features-right i {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 45px;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  background: #1ebbf0;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.features-right h4 {
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

/* =============================
   11. TESTIMONIAL
================================ */

.testimonial {
  padding: 140px 0;
  background: #333;
}

#quote-carousel {
  padding: 0 100px;
}

#quote-carousel .carousel-control {
  background: none;
  text-shadow: none;
}

#quote-carousel .carousel-control.left {
  left: 0px;
  height: auto;
  opacity: 1;
  text-align: left;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  text-align: center;
  opacity: 0.4;
}

#quote-carousel .carousel-control.right {
  right: 0px !important;
  height: auto;
  opacity: 1;
  text-align: left;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  text-align: center;
  opacity: 0.4;
}

#quote-carousel .carousel-control.left:hover,
#quote-carousel .carousel-control.right:hover {
  opacity: 1;
}

#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
  background: #333333;
}

#quote-carousel .item p {
  color: #fff;
  font-size: 22px;
  line-height: 33px;
  font-weight: 200;
  font-style: italic;
}

#quote-carousel .item i {
  font-size: 40px;
  margin-bottom: 10px;
  opacity: 0.4;
}

#quote-carousel .item cite {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
}

/* =============================
   12. SERVICE FEATURES
================================ */

.service-features {
  padding: 100px 0 100px;
}

.service-features h4 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.service-features i.fa {
  background: #1ebbf0;
  color: #fff;
  padding: 0;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* =============================
   13. NEWSLETTER
================================ */

.newsletter {
  padding: 40px 0 125px;
}

.newsletter form {
  position: relative;
  padding: 0px 160px 0px 0px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 3px;
}

.newsletter form input {
  border: 2px solid #ddd;
  height: 60px;
  font-size: 16px;
  width: 100%;
  background: transparent;
  color: #000;
  padding: 0 20px;
  border-radius: 0px;
}

.newsletter form button {
  line-height: 60px;
  padding: 0 20px;
  width: 150px;
  min-width: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}

.newsletter #response h4 {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0 0;
  width: auto;
  position: relative;
  color: #000 !important;
  margin: 0;
}

.cta {
  padding: 30px 0;
  background: #1ebbf0;
  position: relative;
}

.cta h2 {
  margin: 0;
}

.cta::after {
  content: "";
  background: url(../img/4.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.07;
}

.cta .container {
  position: relative;
  z-index: 11;
}

.cta .btn {
  text-align: left;
  float: right;
}

.cta .btn i {
  float: right;
  margin: -15px 0;
}

/* =============================
   14. FOOTER
================================ */

footer {
  background: #222;
  padding: 70px 0;
}

.contact-form input {
  width: 100%;
  height: 45px;
  background: #fff;
  border-radius: 0;
  margin: 0 0 15px;
  border: none;
  padding: 0 20px;
  color: #000;
}

.contact-form textarea {
  width: 100%;
  height: 100px;
  background: #fff;
  border-radius: 0;
  margin: 0 0 15px;
  border: none;
  padding: 15px 20px;
  color: #000;
}

footer h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 19px;
  margin: 0 0 25px;
}

.cinfo p {
  position: relative;
  padding: 0 0 0 30px;
}

.cinfo p i {
  position: absolute;
  left: 0;
  top: 7px;
}

.f-logo {
  margin: -10px 0 15px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 900;
}

.f-logo i {
  font-size: 25px;
  color: #1ebbf0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links li a {
  color: #888;
}

.footer-links li a:hover {
  color: #1ebbf0;
}

.copyright {
  background: #151515;
  padding: 20px 0 5px;
}

.copyright p {
  font-size: 13px;
  letter-spacing: 1.5px;
}

.back-to-top {
  background: #000;
  position: fixed;
  bottom: -60px;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff !important;
  font-size: 25px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.back-to-top.act {
  bottom: 0px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}

.back-to-top:hover {
  background: #306ad5;
  color: #fff;
}

.ketchup-error {
  display: none !important;
}

#response {
  width: 100%;
  display: table;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 15px;
  margin-top: 5px;
  color: #2bde73 !important;
}

.intro #response,
.intro2 #response,
.intro3 #response,
.intro4 #response,
.intro5 #response,
.intro6 #response,
.intro7 #response,
.intro7 #response {
  color: #fff !important;
  position: absolute;
}

#response h4 {
  font-size: 13px;
  font-weight: 400;
  color: #fff !important;
  width: 100%;
}

.statusMessage,
.successmessage,
.errormessage {
  display: none;
  width: 100%;
  background: #fff;
  margin: 0px auto 15px;
  padding: 20px;
  border-radius: 5px;
  color: #555;
}

.errormessage p,
.statusMessage p,
.successmessage p {
  margin: 0px !important;
  color: #666;
  font-size: 12px;
}

.success-ico {
  background: url(../img/success.png);
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: 0px;
  background-size: 25px;
}

.error-ico {
  background: url(../img/error.png);
  width: 25px;
  height: 25px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: 0px;
  background-size: 25px;
}

#sendingMessage i {
  color: #00bcd4;
  font-size: 18px;
  margin-right: 10px;
}

/* =============================
   15. RESPONSIVENESS 
================================ */

@media only screen and (min-width: 768px) and (max-width: 4000px) {
  .navbar-nav > li > .dropdown-menu {
    margin-top: 25px;
    display: table;
    padding: 17px 25px;
    border: none;
    border-radius: 0px;
    min-width: 260px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
  }

  .navbar-nav > li:hover > .dropdown-menu {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
    transition: all 200ms linear 0s;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 9px 0px;
    clear: both;
    font-weight: 400;
    line-height: 21px;
    color: #777;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .dropdown-menu > li:last-child > a {
    border-bottom: none;
  }

  .center-flex {
    display: flex;
    align-items: center;
    justify-content: left;
  }
}

@media screen and (min-width: 768px) {
  .screen {
    width: 300px;
    height: 570px;
    -webkit-transform: rotate(-37.73deg) scaleX(0.8312) scaleY(0.801) skewX(10.92deg) skewY(1deg)
      translate(205px, 263px);
    transform: rotate(-37.73deg) scaleX(0.8312) scaleY(0.801) skewX(10.92deg) skewY(1deg)
      translate(205px, 263px);
  }

  .mockup {
    width: 900px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .intro8 .col-md-6:first-child {
    position: relative;
    z-index: 77;
  }

  .app-btns {
    width: 600px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .mockup {
    left: -59%;
  }

  .intro8 .col-md-6:first-child {
    position: relative;
    z-index: 77;
  }

  .intro5 .intro-form {
    margin-top: 30px;
  }

  .intro5 h3,
  .intro3 h3 {
    font-size: 48px;
    line-height: 62px;
  }

  .intro5 p,
  .intro3 p {
    padding: 0px 20px 30px;
  }

  .intro-form h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .intro2 img {
    width: 150%;
    max-width: none;
    position: relative;
    left: -20%;
  }

  #quote-carousel .item p {
    font-size: 15px;
    line-height: 30px;
  }

  .intro h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .intro p {
    font-size: 16px;
    line-height: 31px;
    margin: 0 0 30px;
  }

  p {
    font-size: 14px;
    line-height: 25px;
  }

  .btn-primary {
    min-width: auto;
    width: 100%;
  }

  .plan-price span {
    display: block;
  }
}

@media only screen and (min-width: 250px) and (max-width: 440px) {
  .newsletter form {
    padding: 0px 0px 0px 0px;
  }

  .newsletter form button {
    position: relative;
    margin-top: 10px;
    width: 100%;
  }
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
  .mockup {
    width: 400px;
    float: none;
    position: relative;
    left: 0;
    top: -40px;
    margin: 0 auto;
    display: table;
  }

  .app-btns a {
    margin: 0 10px 15px;
  }

  .intro5 h3,
  .intro3 h3 {
    font-size: 40px;
    line-height: 58px;
  }

  .intro5 p,
  .intro3 p {
    padding: 0px 0px 30px;
  }

  .intro-form.intro-form-full span {
    margin-top: 20px;
    opacity: 0.6;
  }

  .intro3 {
    padding: 150px 0 100px;
    position: relative;
  }

  .intro4 .intro-form {
    margin-top: 50px;
  }

  .intro5 .intro-form {
    margin-top: 30px;
  }

  .intro-form h4 {
    font-size: 22px;
    line-height: 28px;
  }

  .intro-form button {
    width: 100%;
    min-width: 100%;
  }

  .intro-form {
    padding: 43px 30px;
  }

  .intro2 {
    padding: 100px 0 50px;
    overflow: hidden;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .cta {
    text-align: center;
  }

  .cta .btn {
    text-align: left;
    float: none;
  }

  .widget {
    margin-bottom: 40px;
  }

  footer {
    padding: 70px 0 30px;
  }

  #quote-carousel {
    padding: 0 25px;
  }

  #quote-carousel .carousel-control.right {
    right: -15px !important;
  }

  #quote-carousel .carousel-control.left {
    left: -15px !important;
  }

  #quote-carousel .item p {
    font-size: 17px;
    line-height: 29px;
  }

  #quote-carousel .item img {
    max-width: 150px;
    margin: 0 auto 30px;
  }

  #quote-carousel .item i {
    display: none;
  }

  .navbar-inverse .navbar-nav > li > a:focus,
  .navbar-inverse .navbar-nav > li > a {
    color: #666;
  }

  .navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 11px 0px;
    clear: both;
    font-weight: 400;
    line-height: 21px;
    color: #666;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
  }

  .dropdown-menu > li > a:hover {
    color: #000 !important;
  }

  .navbar-collapse {
    background: #fff;
    margin: 20px 0px 0px !important;
    border: medium none;
    padding: 10px 30px;
    position: fixed;
    left: 5%;
    right: 0px;
    width: 90%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }

  .navbar-toggle,
  .navbar-toggle:hover,
  .navbar-toggle:focus {
    padding: 0;
    margin-top: 19px;
    background-color: transparent;
    border: none;
  }

  .navbar-inverse .navbar-toggle:focus,
  .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
  }

  .intro {
    text-align: center;
  }

  .intro h2 {
    font-size: 34px;
    line-height: 44px;
    margin: 0px 0 20px;
  }

  .intro img {
    margin-top: 80px;
  }
}

.center {
  text-align: center;
}

.buy-button {
  width: 100%;
}

#features a {
  border: 1px solid #1ebbf0;
  width: 100%;
}

#features div {
  margin-bottom: 3px;
}

/* fix: prevents the .container.dark div from overlapping the select options */
.features .container {
  z-index: 13;
  position: relative;
}
