h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}


.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}


.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}


.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}


@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Raleway', sans-serif;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
  font-size: 13px;
  overflow-x: hidden;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

a:focus {
  color: #48afcb;
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}

a.i-left,
a.i-right {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

a.i-right i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
}

a.i-left i {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
}

p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 10px;
}

h1 {
  font-size: 35px;
  line-height: 40px;
}

h2 {
  font-size: 27px;
  line-height: 37px;
}

h3 {
  font-size: 21px;
  line-height: 32px;
}

h4 {
  font-size: 17px;
  line-height: 28px;
}

h5 {
  font-size: 15px;
  line-height: 23px;
}

h6 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*font-weight: 600;*/
  margin: 0 0 10px;
}

blockquote {
  position: relative;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  border: none;
}

blockquote p {
  position: relative;
  font-weight: 300;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 16px;
}

ul,
ol {
  margin-bottom: 0
}
blockquote footer {
  position: relative;
  text-align: center;
  padding-top: 20px;
  margin-top: 30px;
  background-color: transparent;
}

blockquote footer:before {
  content: "";
  position: absolute;
  width: 219px;
  height: 14px;
  background-image: url(/img/assets/blockquote-footer.png);
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

blockquote footer>amp-img:first-child,
blockquote footer>img:first-child {
  margin-bottom: 10px;
}

blockquote cite {
  font-style: normal;
  text-transform: capitalize;
  display: block;
  margin-bottom: 5px;
}


.dl-btn-wrapper {
  position: relative;
  display: inline-block;
}

.dl-btn {
  padding: 9px 22px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  min-width: 140px;
  display: inline-block;
  border: 2px solid #fff;
  text-align: center;
  position: relative;
  color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.dl-btn.btn-1 {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  right: 1px;
}

.dl-btn.btn-2 {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  left: -6px;
  border-left: none;
}

.dl-btn i {
  font-size: 19px;
  vertical-align: -1px;
  margin-right: 6px;
}

.dl-btn:focus,
.dl-btn:active,
.dl-btn:hover {
  color: #48afcb;
  text-decoration: none;
  background-color: #fff;
  border-color: transparent;
}

.wow {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/* -====================== Preloader ======================-*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  height: 100%;
  width: 100%;
  -webkit-transition: all .5s .5s ease;
  -moz-transition: all .5s .5s ease;
  transition: all .5s .2s ease;
}

.preloader .loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  display: block;
  margin: auto;
  margin-top: -45px;
}


/* -====================== Shortcode ======================-*/

.font-alt {
  font-family: 'Sofia', cursive;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 22px;
  text-transform: lowercase;
  color: #afafaf;
  font-weight: 400;
}

.text-white {
  color: #fff;
}

.bg-light {
  background-color: #f8f8fd;
}

.play-btn {
  padding: 2px;
  border-radius: 100%;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.play-btn:hover {
  box-shadow: 0 0 0 3px #fff;
}

.center-col {
  float: none;
  margin: 0 auto
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

.section-title h2 {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 500;
}

.section-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

.img-center {
  text-align: center;
  margin: 0 auto;
}

.icon-box {
  display: block;
  position: relative;
}

.icon-box.top {
  text-align: center;
}

.icon-box.left {
  text-align: left;
}

.icon-box.right {
  text-align: right;
}

.icon-box a {
  color: #333;
}

.icon-box a:hover {
  color: #48afcb;
}

.icon-top,
.icon-left,
.icon-right {
  cursor: pointer;
  background-color: #f5f5f5;
  font-size: 23px;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 75px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.icon-top {
  line-height: 70px;
  margin-bottom: 20px;
}

.icon-top-alt {
  font-size: 40px;
  margin-bottom: 10px;
}

.icon-left {
  position: absolute;
  left: 0;
}

.icon-right {
  position: absolute;
  right: 0;
}

.icon-box-content {
  position: relative;
}

.icon-box.left {
  padding-left: 90px;
  text-align: left;
}

.icon-box.right {
  padding-right: 90px;
  text-align: right;
}

.icon-top:before,
.icon-left:before,
.icon-right:before,
.icon-top:after,
.icon-left:after,
.icon-right:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #48afcb;
  border-radius: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.icon-top:before,
.icon-left:before,
.icon-right:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.icon-top:after,
.icon-left:after,
.icon-right:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}





/* -====================== Intro ======================-*/

.intro {
  background-color: transparent;
  overflow: hidden;
  position: relative;
  padding: 200px 0;
}

.particle-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.intro-content {
  padding-top: 175px;
  padding-bottom: 175px;
}

.intro-content h1 {
  text-transform: none;
  font-size: 35px;
}

.intro-mockup {
  position: relative;
}

.intro-mockup img {
  display: block;
  max-width: 100%;
  height: auto;
}

.intro-mockup .img-one {
  position: relative;
  z-index: 3;
}

.intro-mockup .img-two {
  position: absolute;
  top: 0;
  z-index: 2;
}

.intro-mockup .img-three {
  position: absolute;
  top: 0;
  z-index: 1;
}

/* -====================== Features ======================-*/

.mockup-text {
  padding-top: 140px;
  padding-bottom: 140px
}

.mockup {
  position: relative
}

.mockup img {
  display: block;
  max-width: 100%;
  height: auto;
}

.mockup .mockup-front {
  position: relative;
  z-index: 2
}

.mockup .mockup-back {
  position: absolute;
  top: 0;
}



/* -====================== Testimonial ======================-*/

.author-img {
  display: block;
  margin-bottom: 35px;
}

.author-img img {
  max-width: 100px;
  display: block;
  height: auto;
  border-radius: 100%;
  margin: 0 auto;
}



/* -====================== Video ======================-*/

.video {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}



/* -====================== download ======================-*/

.download {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.newsletter {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

.newsletter-input {
  position: relative;
}

#newsletter-email {
  padding: 12px 2px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 0;
  display: block;
  width: 100%;
  font-weight: 600;
}

.newsletter-input span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  transition: all .4s ease;
  background-color: #fff;
}

.newsletter-input-img {
  text-align: left;
}

.newsletter-input-img span,
#edit-uploaded-img {
  position: static;
  background-color: transparent;
  color: #fff;
  margin-left: 1.5em;
}

#edit-uploaded-img {
  color: #000;
}

#newsletter-email:focus+span {
  width: 100%;
}

.suggested-size {
  color: white;
  margin-top: 10px;
  font-size: 0.85em;
}

.fixed-btn {
  height: 4.4rem;
}

.subscribe-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 4px;
  padding-right: 2px;
  padding-left: 10px;
  font-size: 13px;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  border: none;
  font-weight: 600;
  outline: none;
  letter-spacing: 2px;
}

.subscribe-btn:focus,
.subscribe-btn:active,
.subscribe-btn:active:focus {
  background-color: transparent;
}

.info {
  color: rgba(255, 255, 255, .8);
  margin-top: 15px;
  font-size: 14px;
}

/* -==================== Links info =====================-*/
.links-info-img {
  padding: 0;
  padding-left: 15px;
}

.info-container {
  width: 100%;
  padding-top: 62.5%;
  /* 8:5 Aspect Ratio */
  position: relative;
  /* If you want text inside of it */
}

.info-img-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* -====================== pricing ======================-*/


/* -====================== accordion ======================-*/

.accordion {
  margin-bottom: 20px;
}

.accordion-title {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.accordion-title a {
  position: relative;
  color: #333;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  display: block;
  padding: 14px 20px;
  -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1) 0s;
  -moz-transition: all .27s cubic-bezier(0, 0, .58, 1) 0s;
  -o-transition: all .27s cubic-bezier(0, 0, .58, 1) 0s;
  transition: all .27s cubic-bezier(0, 0, .58, 1) 0s;
}

.accordion-title a.active {
  background-color: #EEF0F3;
  border-color: #EEF0F3;
  color: #333;
  cursor: default;
}

.accordion-title a:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  position: absolute;
  right: 20px;
  color: #333;
}

.accordion-title a.active:after {
  content: "\f068";
}

.accordion-content {
  font-size: 13px;
  line-height: 1.8;
  padding: 20px 35px;
  background-color: #fafafa;
  border: 1px solid #EEF0F3;
  border-top-color: #EEF0F3;
}


.read-more a {
  color: #afafaf;
  position: relative;
  right: -10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more a:after {
  content: "\f3d3";
  font-family: "Ionicons";
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  color: #48afcb;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.read-more a:hover {
  color: #48afcb;
  right: 0
}

.read-more a:hover:after {
  opacity: 1;
  visibility: visible;
}



/* -====================== Footer ======================-*/

footer {
  background-color: white;
  color: #333;
  padding: 15px 0;
}

.copyright {
  font-weight: 500;
  text-align: center;
  color: #333;
}


/* -====================== Media queries ======================-*/

@media (max-width: 1200px) {

  .intro-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

}

@media (min-width: 992px) and (max-width: 1024px) {

  .intro-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }

}

@media (min-width: 768px) and (max-width: 991px) {


}

@media (max-width: 991px) {
 

  .intro {
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
  }

  .intro-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .intro-mockup .img-one {
    max-width: 100%;
    /*margin: 0 10% 0 -8%;*/
  }

  .intro-mockup .img-two {
    max-width: 95%;
    margin: 0 10% 0 -8%;
  }

  .intro-mockup .img-three {
    max-width: 95%;
    margin: 0 10% 0 -8%;
  }

  .mockup-front {
    max-width: 100% !important;
    /*margin: 0 -5%;*/
  }

  .mockup-back {
    max-width: 95% !important;
    margin: 0 -5%;
    left: 0;
  }

  .mockup-text {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
  }

}

@media (max-width: 767px) {
  
  .section-title {
    padding-left: 15px;
    padding-right: 15px;
  }

}


#lnkbio_self {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 32px;
  border-radius: 15px;
  padding: 2px 12px;
  font-size: 1em;
  background-color: #fff;
  color: #646464;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 99;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: #8CFEE2;
  color: #fff;
  text-align: center;
}

.warning-message {
  margin-bottom: 15px;
}

.warning-message span {
  background-color: #13a1cb;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
}

#video {
  background-position: center center;
  background-size: cover;
  background-color: white;
}

#video .position-absolute {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.4;
  top: 0;
}

#video h3 {
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 3px;
  font-size: 35px
}

#video h1,
#video h3,
#video p {
  background-color: white;
}

.g-recaptcha>div:first-child {
  margin-left: auto;
  margin-right: auto;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}