body,
html {
  width: 100%;
  height: 100%;
}

body {
  /*font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;*/
  font-family: "Ubuntu", sans-serif;
}

section {
  overflow: hidden;
}

@charset "UTF-8";
.pricingTable {
  margin: 40px auto;
}
.pricingTable > .pricingTable-title {
  text-align: center;
  color: #6e768d;
  font-size: 3em;
  font-size: 300%;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.pricingTable > .pricingTable-subtitle {
  text-align: center;
  color: #b4bdc6;
  font-size: 1.8em;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
}
@media screen and (max-width: 480px) {
  .pricingTable > .pricingTable-subtitle {
    margin-bottom: 30px;
  }
}
.pricingTable-firstTable {
  list-style: none;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}
.pricingTable-firstTable_table {
  vertical-align: middle;
  width: 31%;
  background-color: #ffffff;
  display: inline-block;
  padding: 0px 30px 40px;
  text-align: center;
  max-width: 320px;
  transition: all 0.3s ease;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 90%;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table > * {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table > * {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:after {
    display: table;
    content: '';
    clear: both;
  }
}
.pricingTable-firstTable_table:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:hover {
    -webkit-transform: none;
            transform: none;
  }
}
.pricingTable-firstTable_table:not(:last-of-type) {
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:not(:last-of-type) {
    margin-right: auto;
  }
}
.pricingTable-firstTable_table:nth-of-type(2) {
  position: relative;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:nth-of-type(2) h1 {
    padding-top: 8%;
  }
}

/* NOTE: Chat bubble */
.round{
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

}
.talk-bubble {
	margin: 40px;
  display: inline-block;
  position: relative;
	/* width: 200px; */
	height: auto;
	background-color: white;
}

.talk-bubble-primary {
	margin: 40px;
  display: inline-block;
  position: relative;
	/* width: 200px; */
	height: auto;
	background-color: #b32348;
}

/* talk bubble contents */
.talktext{
  color: black;
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}
.talktext-white{
  color: white !important;
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}

.talktext p{
  color: black !important;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}
.talktext-white p{
  color: white !important;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.testimonal_img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
  width:100px;
  height:100px;

  -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
         -o-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
            filter: grayscale(100%);
}

.talktext p{
  color: black !important;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

.tri-right.border.btm-left:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
}
.tri-right.btm-left:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -15px;
	border: 22px solid;
	border-color: transparent transparent transparent white;
}

.tri-right.border.btm-left-primary:before {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
}
.tri-right.btm-left-primary:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -15px;
	border: 22px solid;
	border-color: transparent transparent transparent #b32348;
}


.pricingTable-firstTable_table:nth-of-type(2):before {
  content: 'Most Popular';
  position: absolute;
  color: black;
  display: block;
  background-color: #3bbdee;
  text-align: center;
  right: 15px;
  top: -25px;
  height: 65px;
  width: 65px;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 0.5em;
  padding-top: 22px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition: all 0.5s ease;
}
@media screen and (max-width: 988px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
    left: 10px;
    width: 45px;
    height: 45px;
    top: -10px;
    padding-top: 13px;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table:nth-of-type(2):before {
    font-size: 0.8em;
  }
}
.pricingTable-firstTable_table:nth-of-type(2):hover:before {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.pricingTable-firstTable_table__header {
  font-size: 1.6em;
  padding: 40px 0px;
  border-bottom: 2px solid #ebedec;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__header {
    font-size: 1.45em;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__header {
    padding: 0px;
    border-bottom: none;
    float: left;
    width: 33%;
    padding-top: 3%;
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__header {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__header {
    float: none;
    width: 100%;
    font-size: 1.8em;
    margin-bottom: 5px;
  }
}
.pricingTable-firstTable_table__pricing {
  font-size: 3em;
  padding: 30px 0px;
  border-bottom: 2px solid #ebedec;
  line-height: 0.7;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__pricing {
    border-bottom: none;
    padding: 0;
    float: left;
    clear: left;
    width: 33%;
  }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__pricing {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__pricing {
    float: none;
    width: 100%;
    font-size: 3em;
    margin-bottom: 10px;
  }
}
.pricingTable-firstTable_table__pricing span:first-of-type {
  font-size: 0.35em;
  vertical-align: top;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing span:first-of-type {
    font-size: 0.3em;
  }
}
.pricingTable-firstTable_table__pricing span:last-of-type {
  vertical-align: bottom;
  font-size: 0.30em;
  letter-spacing: 0.04em;
  padding-left: 0.2em;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__pricing span:last-of-type {
    font-size: 0.25em;
  }
}
.pricingTable-firstTable_table__options {
  list-style: none;
  padding: 15px;
  font-size: 0.9em;
  border-bottom: 2px solid #ebedec;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__options {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options {
    border-bottom: none;
    padding: 0;
    margin-right: 10%;
  }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__options {
    font-size: 0.7em;
    margin-right: 8%;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__options {
    font-size: 1.3em;
    margin-right: none;
    margin-bottom: 10px;
  }
}
.pricingTable-firstTable_table__options > li {
  padding: 8px 0px;
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options > li {
    text-align: left;
  }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__options > li {
    padding: 5px 0;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__options > li {
    text-align: center;
  }
}

@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__options > li:before {
    width: 14px;
    height: 14px;
    padding: 1.5px;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__options > li:before {
    width: 12px;
    height: 12px;
  }
}
.pricingTable-firstTable_table__getstart {
  color: white;
  background-color: #b32348;
  margin-top: 30px;
  border-radius: 5px;
  cursor: pointer;
  padding: 15px;
  box-shadow: 0px 2px 0px 0px #8b909d;
  letter-spacing: 0.07em;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1068px) {
  .pricingTable-firstTable_table__getstart {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart {
    margin-top: 0;
  }
}
@media screen and (max-width: 610px) {
  .pricingTable-firstTable_table__getstart {
    font-size: 0.9em;
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .pricingTable-firstTable_table__getstart {
    font-size: 1em;
    width: 50%;
    margin: 10px auto;
  }
}
.pricingTable-firstTable_table__getstart:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0px 40px 29px -19px rgba(102, 172, 100, 0.9);
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart:hover {
    -webkit-transform: none;
            transform: none;
    box-shadow: none;
  }
}
.pricingTable-firstTable_table__getstart:active {
  box-shadow: inset 0 0 10px 1px #66a564, 0px 40px 29px -19px rgba(102, 172, 100, 0.95);
  -webkit-transform: scale(0.95) translateY(-9px);
          transform: scale(0.95) translateY(-9px);
}
@media screen and (max-width: 767px) {
  .pricingTable-firstTable_table__getstart:active {
    -webkit-transform: scale(0.95) translateY(0);
            transform: scale(0.95) translateY(0);
    box-shadow: none;
  }
}


hr {
  max-width: 50px;
  border-width: 3px;
  /*border-color: #B32348;*/
  border-color: rgba(255, 255, 255, 0.5);
}

hr.light {
  border-color: #fff;
}

a {
  color: #b32348;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

a.light {
  color: #8b909d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

a.light:hover {
  color: #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  color: #b32348;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  /*font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif*/
}
p {
  color: #777;
}
.bg-primary {
  background-color: #b32348 !important;
}

.bg-dark {
  /*background-color: #212529 !important;*/
  background-color: #b32348 !important;
}
.bg-dark p {
  color: rgba(255, 255, 255, 0.7);
}
.bg-dark a {
  color: #f7dce7;
}

.img-left {
  width: 238% !important;
  max-width: none !important;
  margin-left: -100%;
  margin-top: -50%;
  position: absolute;
}

@media only screen and (min-width: 992px) {
  .humanbg-left {
    width: 190% !important;
    /* max-width: none !important; */
    margin-left: -82%;
    margin-top: -22%;
    position: absolute;
  }
}

@media only screen and (max-width: 992px) {
  .humanbg-left {
    display: none;
  }
}


.laptop-left {
  width: 190% !important;
  max-width: none !important;
  margin-left: -82%;
  margin-top: -29%;
  position: absolute;
}
.laptop-left.first {
  margin-left: -82%;
  margin-top: -17%;
}
.img-right {
  width: 190% !important;
  max-width: none !important;
  margin-left: -10%;
  margin-top: -29%;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .img-faded {
    max-width: 100%;
    height: auto;
  }
}

.img-faded {
  width: 100%;

  /* max-width: none !important; */
  /* position: absolute; */
   opacity: 0.7;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 8rem 0;
}

.section-heading {
  margin-top: 0;
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img {
  max-width: 150%;
  align-content: center;
  height: auto;
}

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

@media (min-width: 992px) {



}



#mainNav {
  padding: 30px 1rem;
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff;
  font-family: "Ubuntu", sans-serif;
  /*
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
#mainNav.navbar-shrink {
  padding: 0.5rem 1rem;
}

#mainNav .navbar-brand {
  width: 220px;
  font-weight: 700;
  text-transform: none;
  color: #b32348;
  /*
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif
  */
}

#mainNav.navbar-shrink .navbar-brand #logo-company {
  -webkit-filter: none;
  filter: none;
}

.navbar-brand #logo-company {
  width:100% !important;
  max-width: 100% !important;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
  color: #b32348;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #212529;
}
#mainNav .nav-link.btn.btn-primary {
  margin-top: -4px;
  border: solid 2px #fff;
  background-color: transparent;
  margin-left: 15px;
}
#mainNav .nav-link.btn.btn-primary:hover {
  border: solid 2px transparent !important;
  background-color: #fff !important;
  color: #b32348 !important;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
  color: #b32348;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #b32348 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 1);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .nav-link.btn.btn-primary {
    margin-left: 0px;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #b32348;
  }
  #mainNav.navbar-shrink .navbar-brand:focus,
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #b32348;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #b32348;
  }
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url(../img/socializd/header2.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.mastprivacy {
  padding-top: 5rem;
  padding-bottom: calc(5rem - 56px);
  background-image: url(../img/socializd/header2.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.mastprivacy {
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.masthead h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 700px) {
  header.mastprivacy h1 {
    padding-top: 5rem;
  }
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(240, 95, 64, 0.9);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category,
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  padding: 0 15px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: 0;
}

@media (min-width: 768px) {
  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-category {
    font-size: 16px;
  }
  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-name {
    font-size: 22px;
  }
}

.text-primary {
  color: #b32348 !important;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #b32348;
  border-color: #b32348;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #8d034a !important;
}

.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.btn-red {
  font-weight: 400 !important;
  color: #fff;
  letter-spacing: 2px;
  padding: 0.5rem 1.2rem;
  border: solid 2px #fff !important;
  background-color: #8d034a;
}

.btn-red:active,
.btn-red:focus,
.btn-red:hover {
  color: #8d034a;
  background-color: #ffffff !important;
  border: solid 2px #8d034a !important;
}

.btn-red:active,
.btn-red:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

/* NOTE: pricing */

.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
}

.pricing__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  -webkit-flex: 0 1 330px;
  flex: 0 1 330px;
}

.pricing__feature-list {
  text-align: left;
}

.pricing__action {
  color: inherit;
  border: none;
  background: none;
}

.pricing__action:focus {
  outline: none;
}

/* Rabten */
.pricing--rabten .pricing__item {
  font-family: "Roboto", sans-serif;
  padding: 2em 4em;
  cursor: default;
  max-width: 320px;
}

.pricing--rabten .pricing__item {
  border-right: 1px solid rgba(139, 144, 157, 0.18);
  border-left: 1px solid rgba(139, 144, 157, 0.18);
}

.pricing--rabten .pricing__title {
  font-size: 1em;
  margin: 1.5em 0 0;
}

.pricing--rabten .icon {
  font-size: 2.5em;
  color: #8b909d;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.pricing--rabten .pricing__item:hover .icon {
  color: #e03e3e;
}

.pricing--rabten .pricing__price {
  font-size: 2em;
  font-weight: bold;
  margin: 0.5em 0 0.75em;
  overflow: hidden;
}

.pricing--rabten .pricing__currency {
  font-size: 0.5em;
  vertical-align: super;
}

.pricing--rabten .pricing__period {
  font-size: 0.35em;
  color: #8b909d;
}

.pricing--rabten .pricing__anim {
  display: inline-block;
  position: relative;
}

.pricing--rabten .pricing__item:hover .pricing__anim {
  -webkit-animation: moveUp 0.4s forwards;
  animation: moveUp 0.4s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing--rabten .pricing__item:hover .pricing__anim--2 {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

@-webkit-keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes moveUp {
  50% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  52% {
    opacity: 1;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.pricing--rabten .pricing__sentence {
  font-weight: bold;
  margin: 0 0 1em 0;
  padding: 0 0 0.5em;
  color: #8b909d;
}

.pricing--rabten .pricing__feature-list {
  font-size: 0.85em;
  margin: 0;
  padding: 0.25em 0 2.5em;
  list-style: none;
  text-align: center;
  color: #8b909d;
}

.pricing--rabten .pricing__action {
  font-weight: bold;
  margin-top: auto;
  padding: 1em 2em;
  color: #fff;
  border-radius: 30px;
  background: #e03e3e;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.pricing--rabten .pricing__action:hover,
.pricing--rabten .pricing__action:focus {
  background-color: #c53737;
}

header.mastprivacy h1 {
  color: #fff;
}

#terms {
  text-align: justify;
  padding-top: 100px;
  padding-bottom: 100px;
}

#terms h2 {
  font-size: 30px;
}

#terms ul {
  margin-bottom: 30px;
}
#terms ul li {
  color: #777777;
}
#terms .col-md-12 {
  color: #777777;
}

#terms .col-md-12 h1,
#terms .col-md-12 h2,
#terms .col-md-12 h3,
#terms .col-md-12 h4,
#terms .col-md-12 h5,
#terms .col-md-12 h6 {
  color: #333333;
  margin-top: 20px;
}
#terms .title-section {
  margin-bottom: 50px;
}
#terms .title-section-last {
  border-top: solid thin #eee;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .pricing--rabten .pricing__item {
    max-width: none;
    width: 90%;
    flex: none;
    border: none !important;
    opacity: 1 !important;
  }
}

.join-btn {
  font-weight: 400 !important;
  letter-spacing: 2px;
  padding: 0.5rem 1.2rem;
  border: solid 2px #fff !important;
  background-color: transparent !important;
}
.join-btn:hover {
  border: solid 2px transparent !important;
  background-color: #fff !important;
  color: #b32348 !important;
}

.pricing-item {
  width: 90%;
  padding: 0px 30px;
  margin-left: 5%;
}

.pricing-item h3 {
  margin: 0px;
}
.pricing-item p.subtitle {
  margin-bottom: 20px;
}

.pricing-item .pricing-price span {
  font-size: 140px;
  font-weight: 700;
}
.pricing-item .pricing-price span .pricing__currency {
  font-size: 70px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
}
.pricing-item .pricing-price span .pricing__period {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-top: -20px;
  margin-bottom: 40px;
}

.pricing-item .pricing__featur__list {
  width: 100%;
  list-style: none;
  padding: 0px;
  margin: 30px 0px 0px;
}

.pricing-item .pricing__featur__list li {
  width: 100%;
  padding: 20px 0px;
  border-top: solid thin rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 992px) {
  .navbar-brand #logo-company {
    -webkit-filter: none;
    filter: none;
  }

  #mainNav .navbar-nav > li.nav-item {
    border-top: solid thin #eee;
  }
  #mainNav .navbar-nav > li.nav-item:last-child {
    border-bottom: solid thin #eee;
  }

  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    text-align: center;
  }

  .navbar-nav {
    padding-top: 20px;
  }

  #mainNav .nav-link.btn.btn-primary {
    border: none;
    margin: 0px;
  }

  .navbar-nav .btn-xl {
    padding: 1rem;
  }

  .nav-link {
    padding: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 1.8rem;
  }
  header.masthead h1 {
    font-size: 1.8rem !important;
  }

  header.mastprivacy h1 {
    font-size: 1.8rem !important;
  }

  #features .service-box {
    margin-bottom: 50px;
  }
  #features .service-box:last-child {
    margin-bottom: 0px;
  }
  .laptop-left {
    width: 140% !important;
    margin-left: -20%;
    margin-top: 0px;
    position: static;
  }
  .laptop-left.first {
    width: 140% !important;
    margin-left: -20%;
    margin-top: 0px;
    position: static;
  }
  .img-right {
    width: 140% !important;
    margin-left: -20%;
    margin-top: 0px;
    position: static;
  }

  .circle {
    border-radius: 50%;
    display: inline-block;
    position: relative;
  }
  .circle img {
    border-radius: 50%;
    display: block;
    border:1px solid #fff;
  }
  .circle:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
    border-radius: 50%;
    position: absolute;
    top: 0; left: 0;
  }

  #content_curation i {
    margin-bottom: 20px;
  }
  #more p {
    margin-bottom: 20px 0px 40px !important;
  }

  .benefits {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .set {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .laptop-left {
    width: 100% !important;
    margin-left: 0px;
  }
  .laptop-left.first {
    width: 100% !important;
    margin-left: 0px;
  }
  .img-right {
    width: 100% !important;
    margin-left: 0px;
  }
}

@media screen and (min-width: 767px) and (max-width: 992px) {
  .pricing-item .pricing-price span {
    font-size: 60px;
  }
  .pricing-item .pricing-price span .pricing__currency {
    font-size: 30px;
  }

  .laptop-left {
    margin-left: -90%;
    margin-top: -11%;
  }
  .laptop-left.first {
    margin-left: -90%;
    margin-top: -3%;
  }
  .img-right {
    margin-top: -16%;
  }
}

/* NOTE: CTA Signups */
.cta-recent-signups {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 2147483647
}

.cta-recent-signups .cta-recent-signup-item {
  opacity: 0;
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 400px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out
}

.cta-recent-signups .cta-recent-signup-item .fa-layers {
  float: left;
  margin: 5px 16px 0 0
}

.cta-recent-signups .cta-recent-signup-item .fa-layers svg.fa-circle {
  color: rgba(44, 167, 240, .08)
}

.cta-recent-signups .cta-recent-signup-item .fa-layers svg.layer-circle-icon {
  color: #2ca7f0
}

.cta-recent-signups .cta-recent-signup-item .cta-recent-signup-item-text-content {
  position: relative;
  top: 8px
}

.cta-recent-signups .cta-recent-signup-item .cta-recent-signup-item-text-content .cta-recent-signup-item-title {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 2px;
  color: #2ca7f0;
  display: block;
  width: 294px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.cta-recent-signups .cta-recent-signup-item .cta-recent-signup-item-text-content .cta-recent-signup-item-meta {
  font-size: 13px;
  color: #8A929E;
  display: block
}

.cta-recent-signups .cta-recent-signup-item.accent-blue {
  color: #2ca7f0
}

.cta-recent-signups .cta-recent-signup-item.accent-blue mark {
  background: rgba(44, 167, 240, .08);
  color: #2ca7f0
}

.cta-recent-signups .cta-recent-signup-item.accent-blue .fa-layers svg.fa-circle {
  color: rgba(44, 167, 240, .08)
}

.cta-recent-signups .cta-recent-signup-item.accent-blue .cta-recent-signup-item-text-content .cta-recent-signup-item-title, .cta-recent-signups .cta-recent-signup-item.accent-blue .fa-layers svg.layer-circle-icon {
  color: #2ca7f0
}

.cta-recent-signups .cta-recent-signup-item.accent-green {
  color: #2affe6
}

.cta-recent-signups .cta-recent-signup-item.accent-green mark {
  background: rgba(42, 255, 230, .08);
  color: #2affe6
}

.cta-recent-signups .cta-recent-signup-item.accent-green .fa-layers svg.fa-circle {
  color: rgba(42, 255, 230, .08)
}

.cta-recent-signups .cta-recent-signup-item.accent-green .cta-recent-signup-item-text-content .cta-recent-signup-item-title, .cta-recent-signups .cta-recent-signup-item.accent-green .fa-layers svg.layer-circle-icon {
  color: #2affe6
}

.cta-recent-signups .cta-recent-signup-item.accent-purple {
  color: #d16eff
}

.cta-recent-signups .cta-recent-signup-item.accent-purple mark {
  background: rgba(209, 110, 255, .08);
  color: #d16eff
}

.cta-recent-signups .cta-recent-signup-item.accent-purple .fa-layers svg.fa-circle {
  color: rgba(209, 110, 255, .08)
}

.cta-recent-signups .cta-recent-signup-item.accent-purple .cta-recent-signup-item-text-content .cta-recent-signup-item-title, .cta-recent-signups .cta-recent-signup-item.accent-purple .fa-layers svg.layer-circle-icon {
  color: #d16eff
}

.cta-recent-signups .cta-recent-signup-item.accent-red {
  color: #ff5280
}

.cta-recent-signups .cta-recent-signup-item.accent-red mark {
  background: rgba(255, 82, 128, .08);
  color: #ff5280
}

.cta-recent-signups .cta-recent-signup-item.accent-red .fa-layers svg.fa-circle {
  color: rgba(255, 82, 128, .08)
}

.cta-recent-signups .cta-recent-signup-item.accent-red .cta-recent-signup-item-text-content .cta-recent-signup-item-title, .cta-recent-signups .cta-recent-signup-item.accent-red .fa-layers svg.layer-circle-icon {
  color: #ff5280
}

.cta-recent-signups .cta-recent-signup-item.accent-orange {
  color: #fbbe4d
}

.cta-recent-signups .cta-recent-signup-item.accent-orange mark {
  background: rgba(251, 190, 77, .08);
  color: #fbbe4d
}

.cta-recent-signups .cta-recent-signup-item.accent-orange .fa-layers svg.fa-circle {
  color: rgba(251, 190, 77, .08)
}

.cta-recent-signups .cta-recent-signup-item.accent-orange .cta-recent-signup-item-text-content .cta-recent-signup-item-title, .cta-recent-signups .cta-recent-signup-item.accent-orange .fa-layers svg.layer-circle-icon {
  color: #fbbe4d
}

.cta-recent-signups .cta-recent-signup-item.visible {
  opacity: 1;
  bottom: 0
}
.box {
  background: #FFF;
  padding: 20px;
  border-radius: 11px;
  border: 1px solid rgba(202, 205, 211, .5);
  color: #2ca7f0
}

.box mark {
  background: rgba(44, 167, 240, .08);
  color: #2ca7f0;
  font-family: "Avenir Next LT W01 Demi", "Helvetica Neue", sans-serif
}

.box.box-shadow {
  box-shadow: -8px 8px 0 -2px rgba(234, 235, 237, .5)
}

.box.box-padding-xl {
  padding: 30px
}
