li, body {
  font-family: "Sintony", sans-serif;
}

p {
  color: #999999;
  font-family: "Sintony", sans-serif;
}

.header .header-wrap .logo {
  margin: 0;
  height: auto;
  width: 328px;
}
@media only screen and (max-width: 767px) {
  .header .header-wrap .logo {
    width: 60%;
    margin: 0;
    padding: 10px 0;
  }
}
.header .header-wrap .logo img {
  width: 100%;
}

.header .header-wrap .nav-wrap {
  float: right;
}

.header.is-sticky .header-wrap .logo {
  margin: 0;
  width: 280px;
}

.header.is-sticky .header-wrap {
  padding: 10px 0 10px 5%;
}

.header.is-sticky #mainnav > ul > li > a {
  line-height: normal;
  font-size: 12px;
}

.header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 5%;
  transition: padding 150ms;
}

.logos-row {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
}
.logos-row.active {
  z-index: 10;
  position: relative;
}

.flipboard {
  float: left;
  width: 33.33333%;
  display: none;
}
.flipboard:first-child {
  display: block;
}
.flipboard:first-child + .flipboard {
  display: block;
}
.flipboard:first-child + .flipboard + .flipboard {
  display: block;
}

.client.row {
  position: relative;
}

.logo-type {
  opacity: 0;
  transition: opacity 200ms, transform 600ms ease-in;
  perspective: 1000px;
  transform: rotateX(-90deg);
}
.logo-type a {
  display: block;
  text-align: center;
}
.logo-type.active {
  opacity: 1;
  transition: opacity 200ms, transform 600ms ease-in;
  transform: rotateX(0deg);
}

.flat-button {
  margin: 0 auto;
}

.insta {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 600px) {
  .insta {
    flex-wrap: nowrap;
  }
}
.insta .img-wrap {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background: white;
  overflow: hidden;
}
.insta li {
  width: 29%;
  margin: 0 5px 5px 0;
}
.insta img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.insta:after {
  display: table;
  content: "";
  clear: both;
}

.widget-mailchimb button {
  padding: 19px 20px;
  width: 100%;
  max-width: 290px;
}

.footer-widgets, .bottom {
  background-color: #3b4664;
}

.widget-mailchimb input[type=email] {
  border: 1px solid #6274a3;
  background-color: #3b4664;
}

.flat-socials li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 0;
}

.footer-widgets .widget ul li a {
  font-size: 20px;
}

.widget-services .flat-socials {
  margin-top: 10px;
}

.footer-widgets .widget ul.flat-socials li a {
  color: #ffd8d9;
}

@media screen and (min-width: 992px) {
  .footer-widgets .col-md-6 {
    border-right: 1px solid #6274a3;
    border-left: 1px solid #6274a3;
  }
}

.copyright {
  border-top: 1px solid #6274a3;
  padding: 15px 0;
  text-align: center;
}
.copyright p {
  float: none;
  color: white;
}

.footer-widgets .widget.widget-text .textwidget p {
  color: white;
}

.footer-widgets .widget.widget-text .textwidget p span {
  color: #ffd8d9;
}

#mainnav > ul {
  text-align: right;
}

#mainnav > ul > li > a {
  line-height: normal;
  padding: 20px 15px;
  font-size: 12px;
}

#mainnav > ul > li.home > a, #mainnav > ul > li:hover > a {
  color: white;
  background: #ea9fa3;
}

.parallax1 {
  background-image: url(https://static.pexels.com/photos/6549/food-vacation-boats-lunch.jpg);
  background-size: cover;
}

.parallax2 {
  background-image: url(https://static.pexels.com/photos/92945/pexels-photo-92945.jpeg);
}

.page-title .page-title-heading h3 {
  color: white;
  font-size: 60px;
  line-height: 95px;
  padding: 230px 0 120px 0;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 991px) {
  .page-title .page-title-heading h3 {
    padding: 65px 0 65px 0;
  }
}
@media screen and (max-width: 768px) {
  .page-title .page-title-heading h3 {
    font-size: 50px;
    line-height: 55px;
    padding: 77px 0;
  }
}
@media screen and (max-width: 425px) {
  .page-title .page-title-heading h3 {
    font-size: 18px;
    padding: 25px 0;
  }
}

.page-title .page-title-heading.small-banner h3 {
  padding: 185px 0 30px 0;
}
@media screen and (max-width: 991px) {
  .page-title .page-title-heading.small-banner h3 {
    padding: 50px 0 30px 0;
  }
}
@media screen and (max-width: 425px) {
  .page-title .page-title-heading.small-banner h3 {
    font-size: 35px;
  }
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.flat-information-box .content p {
  line-height: normal;
  margin: 15px 0;
}

.flat-portfolio.masory .portfolio-wrap .item-content .overlay {
  background-color: #ea9fa3;
}

.plus a {
  color: white;
  font-size: 2em;
  display: block;
  height: 100%;
}
.plus a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
}

.flat-portfolio.masory .portfolio-wrap .plus {
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.after-nav {
  padding-top: 123px;
}

.content-portfolio-detail {
  text-align: center;
}
.content-portfolio-detail p {
  margin: 30px 0;
}

.single-img {
  text-align: center;
}

.client-img-slider, .client-img-slider1, .client-img-slider2 {
  position: relative;
  padding: 0;
  height: 450px;
}
.client-img-slider .single-img, .client-img-slider1 .single-img, .client-img-slider2 .single-img {
  position: absolute;
  opacity: 0;
  transition: opacity 200ms;
  width: 100%;
}
.client-img-slider .single-img.active, .client-img-slider1 .single-img.active, .client-img-slider2 .single-img.active {
  opacity: 1;
}

.blog-pagination.pagination-portfolio .flat-pagination li.prev i {
  padding: 20px 25px;
  background: #ea9fa3;
  color: white;
}

.blog-pagination.pagination-portfolio .flat-pagination li.next i {
  padding: 20px 25px;
  background: #ea9fa3;
  color: white;
}

.blog-pagination .flat-pagination li.prev i, .blog-pagination .flat-pagination li.next i {
  line-height: normal;
}

@media only screen and (max-width: 479px) {
  .blog-pagination.pagination-portfolio .flat-pagination li {
    display: inline-block;
    width: 30%;
  }
}

.blog-pagination .flat-pagination li a:hover i {
  background: white !important;
  color: #ea9fa3 !important;
}

.back {
  margin-top: 10px;
}

label.error {
  color: #ea9fa3;
  font-weight: bold;
  position: relative;
  top: -25px;
}

.tp-banner p {
  color: white;
}
.tp-banner a {
  display: block;
}

.tp-banner-container {
  text-align: center;
}

.tp-leftarrow, .tp-rightarrow {
  top: 350px !important;
}

.portfolio-wrap .flat-iconbox.item.style3 {
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .portfolio-wrap .flat-iconbox.item.style3 {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .portfolio-wrap .flat-iconbox.item.style3 {
    width: 100%;
  }
}

.slick {
  background: #ffeded;
}
.slick .content {
  background: #c8c6c7;
  color: white;
  font-family: "Roboto Slab", serif;
  padding: 20px 20px 40px 20px;
}
.slick .author {
  font-size: 20px;
  padding: 10px 0;
}
.slick .wrap {
  position: relative;
}
.slick .wrap:after {
  display: table;
  clear: both;
  content: "";
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: white;
}
.slick-dots li.slick-active {
  background: #ffeded;
}
.slick-dots button {
  padding: 0;
  display: none;
}

@media (min-width: 991px) {
  .slick-slide {
    padding-top: 100px;
  }
  .slick-slide .img-wrap {
    width: 100%;
    float: left;
  }
  .slick-slide .img-wrap img {
    margin: 0 auto;
  }
  .slick-slide .content {
    width: 50%;
    text-align: center;
    float: right;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    transition: opacity 1s;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .slick-active .content {
    opacity: 1;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  padding: 0;
}
.slick-arrow:after {
  color: white;
  font-size: 16px;
  line-height: 50px;
  background: #ea9fa3;
  width: 50px;
  height: 50px;
  position: absolute;
  transition: color 150ms, background 150ms;
}
.slick-arrow:hover:after {
  color: #ea9fa3;
  background: white;
}

.slick-next {
  right: 80px;
}
.slick-next:after {
  content: ">";
}

.slick-prev {
  left: 10px;
}
.slick-prev:after {
  content: "<";
}

.small-banner.page-title-heading h3 {
  padding: 177px 0 0px 0;
  color: #999999;
}
@media (max-width: 991px) {
  .small-banner.page-title-heading h3 {
    padding: 20px 0 0px 0;
  }
}

@media (min-width: 991px) {
  .flat-row > .container > .client-inner {
    display: flex;
    align-items: center;
  }
}

.main-info {
  text-align: center;
  padding-bottom: 70px;
}
.main-info p {
  padding-top: 20px;
  font-size: 18px;
}

.col-md-12 li {
  list-style-type: disc;
  margin-left: 1px;
}

.digital-clients {
  padding: 35px 0;
}

.digital-clients_list .col-md-12 {
  margin-bottom: 30px;
}

.testimonial {
  background: #ffeded;
}

.testi {
  padding: 35px 0;
}
.testi li {
  padding: 30px 10%;
  text-align: center;
  margin: 0 auto;
}
.testi li:nth-child(even) {
  background: #f6f6f6;
}

.testi h5.name {
  font-family: "Rufina", serif;
  line-height: normal;
  font-weight: 400;
  letter-spacing: 0.9px;
  padding-top: 15px;
}

.testi .position {
  font-size: 12px;
}

.testi .say {
  font-family: "Rufina", serif;
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  letter-spacing: 0.4px;
  max-width: 1200px;
  margin: 0 auto;
}

.flex-direction-nav li {
  list-style-type: none;
}

.flex-direction-nav a i {
  font-size: 50px;
}

.flex-direction-nav a {
  width: 50px;
  height: 50px;
}

.flat-testimonials-flex .flex-direction-nav a {
  margin: 0;
}

@media (max-width: 991px) {
  ul.flat-pagination.clearfix {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .flex-direction-nav .flex-prev {
    left: -70px;
  }
  .flex-direction-nav .flex-next {
    right: -70px;
  }
}
.cta {
  background: #ea9fa3;
  color: white;
  text-transform: uppercase;
  font-family: Rufina, serif;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 25px;
  margin-top: 10px;
}

/* j2 */
@media screen and (min-width: 1024px) {
  .flat-contact-form .submit-wrap {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .flat-contact-form .submit-wrap {
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .flat-contact-form button {
    padding: 18px 84px;
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .flat-contact-form button {
    padding: 18px 110px;
    width: 100%;
  }
}

.flat-about p {
  padding-bottom: 10px;
}

.avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 15px auto;
  border: 2px solid #ea9fa3;
}/*# sourceMappingURL=mainstyle.css.map */