@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #F73859;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #F73859;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #F73859;
}

::-moz-selection {
  color: #fff;
  background: #F73859;
}

::selection {
  color: #fff;
  background: #F73859;
}

.tiktok-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 1001;
  background: transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .tiktok-nav {
    padding: 20px 0;
  }
}
.tiktok-nav #tiktok-logo {
  font-size: 21px;
  padding: 0;
  margin: 0;
  /* text-transform: uppercase; */
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .tiktok-nav #tiktok-logo {
    margin-bottom: 0;
  }
}
.tiktok-nav #tiktok-logo a > span {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 9px;
  margin-left: 10px;
}
.tiktok-nav a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tiktok-nav .menu-1 {
    display: none;
  }
}
.tiktok-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.tiktok-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.tiktok-nav ul li a {
  font-size: 16px;
  padding: 10px 10px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/* .tiktok-nav ul li a:hover {
  border-bottom: 1px solid #fff;
} */
.tiktok-nav ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .3s;
}
.tiktok-nav ul li a:hover::after {
  width: 100%;
}
.tiktok-nav ul li:first-child a:active, .tiktok-nav ul li:first-child a:focus, .tiktok-nav ul li.active:first-child > a {
  color: #42e8bf;
}
.tiktok-nav ul li:nth-child(2) a:active, .tiktok-nav ul li:nth-child(2) a:focus, .tiktok-nav ul li.active:nth-child(2) > a {
  color: #eb5fde;
}
.tiktok-nav ul li:nth-child(3) a:active, .tiktok-nav ul li:nth-child(3) a:focus, .tiktok-nav ul li.active:nth-child(3) > a {
  color: #bbde43;
}
.tiktok-nav ul li.has-dropdown {
  position: relative;
}
.tiktok-nav ul li.has-dropdown .dropdown {
  width: 130px;
  -webkit-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 8px 13px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.tiktok-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.tiktok-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.tiktok-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.tiktok-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.tiktok-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.tiktok-nav ul li.has-dropdown:hover a, .tiktok-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.tiktok-nav ul li.btn-cta a {
  color: #F73859;
}
.tiktok-nav ul li.btn-cta a span {
  background: #f35f55;
  color: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.tiktok-nav ul li.btn-cta a:hover span {
  background: #f14034 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
/* .tiktok-nav ul li.active > a {
  border-bottom: 1px solid white;
} */
.scrolled .tiktok-nav {
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
}
/* .scrolled .tiktok-nav a {
  font-weight: 100;
} */
/* .scrolled .tiktok-nav ul li a:hover, .scrolled .tiktok-nav ul li a:focus {
  color: #0084ff !important;
}
.scrolled .tiktok-nav ul li.active a {
  color: #0084ff;
} */


.scrolled .tiktok-nav ul li.has-dropdown:hover > a, .scrolled .tiktok-nav ul li.has-dropdown:focus > a {
  color: #00e676;
}

#tiktok-header,
#tiktok-counter,
.tiktok-bg {
  background-size: cover;
  background-position: 60% center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #000;
}

.tiktok-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
  position: relative;
}

#tiktok-header a {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#tiktok-header a:hover {
  color: white;
  border-bottom: 1px solid white;
}
.tiktok-cover .absolute-slide-txt {
  position: absolute;
  top: 0;
  width: 100%;
}
.tiktok-cover {
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.tiktok-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(22, 16, 35, 0.38);
}
.tiktok-cover > .tiktok-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .tiktok-cover, 
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    height: 500px;
  }
  .carousel-indicators li {
    width: 40px;
    margin-left: 20px;
  }
}
.tiktok-cover .display-t,
.tiktok-cover .display-tc {
  z-index: 9;
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tiktok-cover .display-t,
  .tiktok-cover .display-tc {
    height: 500px;
  }
}
.tiktok-cover.tiktok-cover-sm {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .tiktok-cover.tiktok-cover-sm,
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    height: 500px;
  }
}
.tiktok-cover.tiktok-cover-sm .display-t,
.tiktok-cover.tiktok-cover-sm .display-tc {
  height: 900px;
  display: table;
  width: 100%;  
}
@media screen and (max-width: 768px) {
  .tiktok-cover.tiktok-cover-sm .display-t,
  .tiktok-cover.tiktok-cover-sm .display-tc {
    height: 400px;
  }
}

.tiktok-staff {
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  float: left;
  width: 100%;
}
.tiktok-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tiktok-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.tiktok-staff p {
  margin-bottom: 30px;
}
.tiktok-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.pagination a {
  background: none;
  border: none !important;
  color: gray !important;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  background: none !important;
}
.pagination > li > a {
  margin: 0 2px;
  font-size: 18px;
  padding: 0 !important;
  background: none;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.pagination > li > a:hover {
  color: #000;
  background: #e6e6e6 !important;
}
.pagination > li.disabled > a {
  background: none;
}
.pagination > li.active > a {
  background: #F73859 !important;
  -webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
  color: #fff !important;
}
.pagination > li.active > a:hover {
  cursor: pointer;
  background: #f96982 !important;
}

.tiktok-social-icons {
  margin: 0;
  padding: 0;
}
.tiktok-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.tiktok-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #F73859;
  padding-left: 10px;
  padding-right: 10px;
}
.tiktok-social-icons li a i {
  font-size: 20px;
}

.tiktok-contact-info ul {
  padding: 0;
  margin: 0;
}
.tiktok-contact-info ul li {
  padding: 0 0 0 70px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.tiktok-contact-info ul li:before {
  color: #ccddea;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tiktok-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.tiktok-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.tiktok-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.tiktok-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#tiktok-header .display-tc,
#tiktok-counter .display-tc,
.tiktok-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#tiktok-header .display-tc h1, #tiktok-header .display-tc h2,
#tiktok-counter .display-tc h1,
#tiktok-counter .display-tc h2,
.tiktok-cover .display-tc h1,
.tiktok-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#tiktok-header .display-tc h1,
#tiktok-counter .display-tc h1,
.tiktok-cover .display-tc h1 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 42px;
  font-weight: 400;
  font-family: "Montserrat";
  letter-spacing: 8px;
}
@media screen and (max-width: 768px) {
  #tiktok-header .display-tc h1,
  #tiktok-counter .display-tc h1,
  .tiktok-cover .display-tc h1 {
    font-size: 22px;
    font-family: "Montserrat";
    font-weight: 400;
  }
  #hero-message {
    font-size: 14px;
  }
}
#tiktok-header .display-tc h2,
#tiktok-counter .display-tc h2,
.tiktok-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#tiktok-header .display-tc .btn,
#tiktok-counter .display-tc .btn,
.tiktok-cover .display-tc .btn,
#tiktok-testimonial .display-tc .btn {
  padding: 10px 30px;
  background: #0084ff;
  color: #fff;
  border: none !important;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 200;
  letter-spacing: 2px;
}
#tiktok-header .display-tc .btn:hover,
#tiktok-counter .display-tc .btn:hover,
.tiktok-cover .display-tc .btn:hover {
  background: rgba(255, 255, 255, 0.3);
}
#tiktok-testimonial .display-tc .btn:hover {
  background: rgba(0, 132, 255, 0.7);
}
#tiktok-header .display-tc .or,
#tiktok-counter .display-tc .or,
.tiktok-cover .display-tc .or {
  color: rgba(255, 255, 255, 0.3);
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 20px;
}
#tiktok-header .display-tc .link-watch,
#tiktok-counter .display-tc .link-watch,
.tiktok-cover .display-tc .link-watch {
  border-bottom: none;
}
#tiktok-header .display-tc .form-inline .form-group,
#tiktok-counter .display-tc .form-inline .form-group,
.tiktok-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#tiktok-header .display-tc .form-inline .form-group .form-control,
#tiktok-counter .display-tc .form-inline .form-group .form-control,
.tiktok-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.tiktok-bg-section {
  background-color: #2e2e2e;
}

#tiktok-services,
#tiktok-started,
#tiktok-testimonial,
#tiktok-blog,
#tiktok-project,
#tiktok-uso,
#tiktok-about,
#tiktok-team,
#tiktok-contact,
#tiktok-footer {
  padding: 5em 0;
  clear: both;
}

#tiktok-project .uso {
  padding-bottom: 40px;
  padding-top: 40px;
}

#tiktok-project .uso .uso-img-src{
  width: 80%;
}
#tiktok-project .row-separator .separator-line-bg {
  border-bottom: 1px solid #e8e8e8;
}
#tiktok-project .row-separator .ico-tiktok-divisor {
  margin: -10px auto 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #tiktok-project .uso {
    margin-bottom: 40px;
  }
  #tiktok-project .uso .uso-img-src{
    width: 100%;
  }
}


#tiktok-footer{
  background-color: #000;
  font-weight: 100;
  padding-top: 20px;
  padding-bottom: 0px;
}

#tiktok-services .tiktok-heading {
  text-align: center;
}

.page-usos #tiktok-project {
  padding-top: 14em;
}
#tiktok-project{
  padding-bottom: 0px;
}

@media screen and (max-width: 768px) {
  #tiktok-services,
  #tiktok-started,
  #tiktok-testimonial,
  #tiktok-blog,
  #tiktok-about,
  #tiktok-team,
  #tiktok-contact,
  #tiktok-footer {
    padding: 3em 0;
  }
  #tiktok-project{
    padding: 3em 0 0 0;
    height: 100%
  }
}

#tiktok-testimonial {
  background: #fff;
}

#tiktok-testimonial .testimonial {
  background: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 4em;
  bottom: 0;
}
#tiktok-testimonial .testimonial blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}
#tiktok-testimonial .testimonial p {
  color: #666666;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5;
}
#tiktok-testimonial .testimonial p.author {
  color: #b3b3b3;
}
#tiktok-testimonial .testimonial p.author img {
  width: 60px;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#tiktok-testimonial .testimonial p.author cite {
  font-style: normal;
  font-size: 13px;
  font-family: "Open Sans", Arial, sans-serif;
}
#tiktok-testimonial .testimonial p:last-child {
  margin-bottom: 0;
}
#tiktok-testimonial .testimonial:after {
  position: absolute;
  left: 11%;
  bottom: -30px;
  display: block;
  width: 0;
  content: "";
  border-width: 30px 30px 0 0;
  border-style: solid;
  border-color: #fff transparent;
}
#tiktok-testimonial .testimonial.tiktok-selected {
  background: #F73859;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
#tiktok-testimonial .testimonial.tiktok-selected p {
  color: #fff;
}
#tiktok-testimonial .testimonial.tiktok-selected p.author cite {
  color: rgba(255, 255, 255, 0.7);
}
#tiktok-testimonial .testimonial.tiktok-selected:after {
  border-color: #F73859 transparent;
}
#tiktok-testimonial .btn-uses-p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #tiktok-testimonial .testimonial.tiktok-selected {
    bottom: 0;
  }
}

#tiktok-blog .tiktok-post {
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  -webkit-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  box-shadow: -2px 11px 24px -10px rgba(0, 0, 0, 0.09);
  position: relative;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#tiktok-blog .tiktok-post h3 {
  margin-bottom: 20px;
}
#tiktok-blog .tiktok-post h3 a {
  color: #F73859;
}
#tiktok-blog .tiktok-post h3 a:hover {
  color: #f35f55;
}
#tiktok-blog .tiktok-post .tiktok-date {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #cccccc;
  letter-spacing: .07em;
}
#tiktok-blog .tiktok-post p.author {
  color: #b3b3b3;
}
#tiktok-blog .tiktok-post p.author img {
  width: 50px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#tiktok-blog .tiktok-post p.author cite {
  font-style: normal;
  font-size: 13px;
}
#tiktok-blog .tiktok-post p:last-child {
  margin-bottom: 0;
}
#tiktok-blog .tiktok-post:hover, #tiktok-blog .tiktok-post:focus {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #tiktok-blog .tiktok-post:hover, #tiktok-blog .tiktok-post:focus {
    bottom: 0;
  }
}

#tiktok-counter {
  background: #fff;
  padding: 7em 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #tiktok-counter {
    padding: 3em 0;
  }
}
#tiktok-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #F73859;
  font-weight: 100;
  display: block;
}
#tiktok-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
#tiktok-counter .feature-center:hover .counter {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #tiktok-counter .feature-center {
    margin-bottom: 30px;
  }
}
#tiktok-counter .icon {
  width: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#tiktok-counter .icon i {
  height: 70px;
}
#tiktok-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

/* #tiktok-project .tiktok-project {
  padding: 25px 10px 0px 10px;
  text-align: left;
} */

#tiktok-project .tiktok-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#tiktok-project .tiktok-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#tiktok-project .tiktok-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#tiktok-project .tiktok-project > a .tiktok-copy {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#tiktok-project .tiktok-project > a .tiktok-copy h3 {
  margin: 0 0 5px 0;
  padding: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
#tiktok-project .tiktok-project > a .tiktok-copy p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
#tiktok-project .tiktok-project > a .tiktok-copy p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #tiktok-project .tiktok-project > a .tiktok-copy {
    position: relative;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    color: #000;
    padding: 20px;
    background: #fff;
  }
}
#tiktok-project .tiktok-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 768px) {
  #tiktok-project .tiktok-project > a:hover {
    bottom: 0;
  }
}
#tiktok-project .tiktok-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  #tiktok-project .tiktok-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
#tiktok-project .tiktok-project > a:hover .tiktok-copy {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  #tiktok-project .tiktok-project > a:hover .tiktok-copy {
    bottom: 0;
    padding: 20px;
    background: #fff;
  }
}
#tiktok-project .tiktok-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  #tiktok-project .tiktok-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

#tiktok-services.border-bottom {
  border-bottom: 1px solid #dae6ef;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 10;
}
.feature-content {
  margin-top: 30px;
}
.feature-center {
  padding: 15px 5px 15px 5px;
  float: left;
  width: 100%;
  position: relative;
  bottom: 0;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 10px;
  }
}
.feature-center .desc {
  padding-left: 180px;
}
.feature-center .icon {
  margin-bottom: 20px;
  display: block;
}
.feature-center .icon i {
  font-size: 40px;
  color: rgba(42, 54, 59, 0.2);
}
.feature-center .icon2 {
  float: left;
}
.feature-center .icon2 i {
  font-size: 100px;
}
.feature-center p:last-child {
  margin-bottom: 0;
}
.feature-center p {
  font-family: "Montserrat","Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 100;
  letter-spacing: 0.5px;
  line-height: 20px;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 22px;
  color: #fff;
}
.feature-center h3 {
  font-size: 22px;
  font-family: "Montserrat","Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}
.feature-center .separator-line {
  width: 50px;
  margin: 19px auto;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: #fff;
}
/*.feature-center:hover, .feature-center:focus {
  background: #F73859;
  bottom: 10px;
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}*/
.feature-center:hover p:last-child, .feature-center:focus p:last-child {
  margin-bottom: 0;
}
/* .feature-center:hover .icon i, .feature-center:focus .icon i {
  color: rgba(255, 255, 255, 0.7);
} */
/*.feature-center:hover p, .feature-center:hover h3, .feature-center:focus p, .feature-center:focus h3 {
  color: #fff !important;
}*/
.feature-center:hover a, .feature-center:focus a {
  color: rgba(255, 255, 255, 0.7);
}
/*.feature-center:hover a:hover, .feature-center:focus a:hover {
  color: #fff;
}*/
@media screen and (max-width: 768px) {
  .feature-center:hover, .feature-center:focus {
    bottom: 0;
  }
}

.project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-bottom: 40px;
}
.project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-grid .desc h3 a {
  color: white;
}
.project-grid .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-grid .desc {
    bottom: 0;
  }
}
.project-grid:hover:before, .project-grid:focus:before {
  opacity: 1;
}
.project-grid:hover .desc, .project-grid:focus .desc {
  bottom: 0;
}

.project-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  .project-content {
    padding: 3em 0;
  }
}
.project-content .col-half {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 480px) {
  .project-content .col-half {
    width: 100%;
  }
}
.project-content .col-half .project, .project-content .col-half .project-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.project-content .col-half .project:before, .project-content .col-half .project-grid:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .col-half .project:hover:before, .project-content .col-half .project:focus:before, .project-content .col-half .project-grid:hover:before, .project-content .col-half .project-grid:focus:before {
  opacity: 1;
}
.project-content .col-half .project:hover .desc, .project-content .col-half .project:focus .desc, .project-content .col-half .project-grid:hover .desc, .project-content .col-half .project-grid:focus .desc {
  bottom: 0;
}
@media screen and (max-width: 480px) {
  .project-content .col-half .project, .project-content .col-half .project-grid {
    height: 340px !important;
    margin-bottom: 20px;
  }
}
.project-content .col-half .project {
  height: 800px;
}
.project-content .col-half .project-grid {
  height: 390px;
  margin-bottom: 20px;
}
.project-content .col-half .project-grid:last-child {
  margin-bottom: 0;
}
.project-content .desc {
  background: rgba(247, 56, 89, 0.9);
  padding: 10px 20px;
  position: absolute;
  bottom: -93px;
  left: 0;
  right: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.project-content .desc h3 {
  color: white;
}
.project-content .desc span {
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .project-content .desc {
    bottom: 0;
  }
}

.tiktok-heading {
  margin-bottom: 2em;
}
.tiktok-heading.tiktok-heading-sm {
  margin-bottom: 2em;
}
.tiktok-heading h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: 300;
  font-family: "Montserrat";
  letter-spacing: 8px;
}
.tiktok-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
}
.tiktok-heading .separator-black {
  margin: 10px 0px 25px 0px;
}
.tiktok-heading.tiktok-heading-black h2,
.tiktok-heading.tiktok-heading-black p,
.tiktok-heading.tiktok-heading-black span
{
  color: white;  
}
.tiktok-heading.tiktok-heading-black p {
  letter-spacing: 4px;
}
.tiktok-heading.tiktok-heading-white {
  text-align: center;
}
.tiktok-heading.tiktok-heading-white h2 {
  color: #000;
}
.tiktok-heading.tiktok-heading-white p {
  color: #505050;
}
.tiktok-heading.tiktok-heading-white span {
  color: #cccccc;
}
.tiktok-heading p.tinny-txt {
  margin-top: 20px !important;
  letter-spacing: 1px;
  font-size: 12px;
}
.tiktok-heading p.tinny-txt a {
  color: #fff;
  text-decoration: underline;
}
.tiktok-heading p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 200;
  font-family: Montserrat;
  letter-spacing: 1px;
}

#tiktok-started {
  background: #2e2e2e;;
  padding-bottom: 25px;
}
/* #tiktok-started .tiktok-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
  font-weight: 100;
} */
#tiktok-started .tiktok-heading p {
  margin-top: 30px;
}
#tiktok-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#tiktok-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#tiktok-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#tiktok-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#tiktok-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#tiktok-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#tiktok-started .btn {
  height: 54px;
  border: none !important;
  background: #FFF;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 100;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  letter-spacing: 2px;
  font-weight: 200;
}
#tiktok-started .btn:hover {
  background: #9b9b9b !important;
}
#tiktok-started .btn:active {
  background: #c9c9c9 !important;
}
/* #tiktok-header .display-tc .btn:hover {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75) !important;
} */

#tiktok-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#tiktok-started .form-inline .form-group .form-control {
  width: 100%;
}

#tiktok-footer .tiktok-footer-links {
  padding: 0;
  margin: 0;
}
#tiktok-footer .tiktok-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#tiktok-footer .tiktok-footer-links li a {
  color: #fff;
  text-decoration: none;
}
#tiktok-footer .tiktok-footer-links li a:hover {
  text-decoration: underline;
}
#tiktok-footer .tiktok-widget {
  margin-bottom: 30px;
}

.uso-message{
  color:#fff;
  font-family: "Open Sans", "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 100;
}

@media screen and (max-width: 768px) {
  #tiktok-footer .tiktok-widget {
    text-align: left;
  }
  .tiktok-heading{
    text-align: center;
  }
  .tiktok-heading p {
    margin: 5px 15px 20px 15px;
  }
  #tiktok-project .tiktok-heading p {
    margin: 5px 0px 20px 0px;
  }
  #tiktok-testimonial .tiktok-heading p {
    margin: 5px 0px 20px 0px;
  }
}
#tiktok-footer .tiktok-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#tiktok-footer .copyright .block {
  display: block;
}
#tiktok-footer .copyright {
  letter-spacing: 2.5px;
  color: #fff;
}

#tiktok-offcanvas {
  position: fixed;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #tiktok-offcanvas {
    display: block;
  }
}
.offcanvas #tiktok-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  font-weight: 100;
  font-size: 21px;
}
#tiktok-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#tiktok-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#tiktok-offcanvas ul {
  padding: 0;
  margin: 0;
}
#tiktok-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#tiktok-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#tiktok-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#tiktok-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#tiktok-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.tiktok-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.tiktok-nav-toggle.active i::before, .tiktok-nav-toggle.active i::after {
  background: #444;
}
.tiktok-nav-toggle:hover, .tiktok-nav-toggle:focus, .tiktok-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.tiktok-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.tiktok-nav-toggle i::before, .tiktok-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.tiktok-nav-toggle.tiktok-nav-white > i {
  color: #fff;
  background: #fff;
}
.tiktok-nav-toggle.tiktok-nav-white > i::before, .tiktok-nav-toggle.tiktok-nav-white > i::after {
  background: #fff;
}

.tiktok-nav-toggle i::before {
  top: -7px;
}

.tiktok-nav-toggle i::after {
  bottom: -7px;
}

.tiktok-nav-toggle:hover i::before {
  top: -10px;
}

.tiktok-nav-toggle:hover i::after {
  bottom: -10px;
}

.tiktok-nav-toggle.active i {
  background: transparent;
  right:10px;
}

.tiktok-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.tiktok-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.tiktok-nav-toggle {
  position: fixed;
  right: 0px;
  top: 14px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.scrolled .tiktok-nav-toggle {
  top: 5px;
}
@media screen and (max-width: 768px) {
  .tiktok-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat";
  font-weight: 100;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #0084ff;
  color: #fff;
  border: 2px solid #0084ff;
}
.btn-primary:focus, .btn-primary:active {
  background-color: #00a7ff !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #0084ff;
  border: 2px solid #0084ff;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #0084ff;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #F73859;
}

.mb30 {
  margin-bottom: 30px !important;
  text-transform: uppercase;
}

#hero-message {
  font-weight: 200;
  color: #FFFFFF;
  line-height: 1.3;
  font-family: 'Montserrat', Arial, sans-serif;
  letter-spacing: 2px;
  width: 88%;
  margin-bottom: 34px;
}
@media screen and (min-width: 769px) {
  #hero-message {
    font-size: 18px;
  }
}

.row-pb-md {
  padding-bottom: 0em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.tiktok-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

#tiktok-header-subscribe #email {
  padding-right: 9em;
}
#tiktok-header-subscribe button {
  position: absolute;
  top: 0;
  right: 10px;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.canal-msg-logo {
  margin-right: 10px;
}
/*# sourceMappingURL=style.css.map */
