
.title {
  font-size: 52px;
}

.sub-title {
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: 28px;
  font-weight: 200;
}

.logo-img {
  text-align: center;
}



#button {
  margin: 0 auto;
  margin-top: 40px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  width: 50%;
  display: block;
  position: relative;
  background: #0084ff;
  color: white;
  font-size: 1.1em;
  border: 0.15em solid #0084ff;
  border-radius: .3em;
  padding: 1.25em 1.5em 1.25em 3.6em;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .025em;
  cursor: pointer;
  transition: inherit;
  transition: all 50ms linear;
}

#button .icon {
  position: absolute;
  top: 0;
  bottom: 0em;
  margin: auto 0;
  left: 1.4em;
  width: 1.5em;
  fill: white;
  height: 1.5em;
  display: block;
  transition: inherit;
}

#button:hover,
body.inactive #button {
  color: #0084ff;
  background: transparent;
}

#button:hover .icon,
body.inactive #button .icon {
  fill: #0084ff;
}

#button:hover:active,
body.inactive #button:active {
  transform: scale(0.99);
}

/* messenger */
#wrapper {
  width: 80%;
  margin: 50px auto;
}


.chat ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.message-left .message-time {
  display: block;
  font-size: 12px;
  text-align: left;
  padding-left: 30px;
  padding-top: 4px;
  font-family: Courier;
}

.message-right .message-time {
  display: block;
  font-size: 12px;
  text-align: right;
  padding-right: 20px;
  padding-top: 4px;
  color: #ccc;
  font-family: Courier;
}

.message-left {
  text-align: left;
  margin-bottom: 16px;
}

.message-left .message-text {
  max-width: 60%;
  display: inline-block;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  border-radius: 25px;
  font-weight: 500;
  line-height: 1.5em;
}

.message-right {
  text-align: right;
  margin-bottom: 16px;
}

.message-right .message-text {
  line-height: 1.5em;
  display: inline-block;
  background: #5ca6fa;
  padding: 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 25px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
}

.chat {
  border-radius: 25px;
  padding: 20px;
  background: #f5f7fa;
}

.chat-container {
  height: 200px;
  overflow-y: scroll;
  padding-right: 16px;
}

.spinme-right {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 25px;
  line-height: 1.25em;
  font-weight: 500;
  opacity: 0.2;
}

.spinme-left {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  color: #ccc;
  border-radius: 25px;
  line-height: 1.25em;
  font-weight: 500;
  opacity: 0.2;
}

.spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}

.spinner>div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: rgba(0, 0, 0, 1);
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* messenger end */


/* comment start */
.comment-container {
  height: 200px;
  overflow-y: scroll;
  padding-right: 16px;
}

.comment-left .comment-time {
  display: block;
  font-size: 12px;
  text-align: left;
  padding-left: 30px;
  padding-top: 4px;
  font-family: Courier;
}

.comment-left {
  text-align: left;
  margin-bottom: 16px;
}

.comment-left .comment-text {
  max-width: 60%;
  display: inline-block;
  background: #fff;
  padding: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

/*!
 * Start Bootstrap - Createive v4.0.0-beta (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */
body,
html {
  width: 100%;
  height: 100%;
}

section {
  padding: 85px 0;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 50px;
}


img::selection {
  color: white;
  background: transparent;
}

img::-moz-selection {
  color: white;
  background: transparent;
}

body {
  -webkit-tap-highlight-color: #222222;
}


header.masthead {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .header-content {
  position: relative;
  width: 100%;
  padding: 150px 15px 100px;
  text-align: center;
}

@media (min-width: 768px) {
  header.masthead {
    height: 100%;
    min-height: 600px;
  }

  header.masthead .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  header.masthead .header-content .header-content-inner {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  header.masthead .header-content .header-content-inner h1 {
    font-size: 50px;
  }

  header.masthead .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}


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

@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}

.service-box p {
  margin-bottom: 0;
}


.call-to-action {
  padding: 50px 0;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.bg-dark {
  color: #fff;
  background-color: #222 !important
}


/* post */
/*-- Content Style --*/
.comment {
  padding: 10px;
  text-align: left;
  font-weight: 400;
}

.comment p {
  margin: 0;
}

.comment-reply {
  padding: 10px;
  margin-left: 25px;
  text-align: left;
  font-weight: 400;
}

.comment-reply p {
  margin: 0;
}


.media-heading {
  color: #365899;
  cursor: pointer;
  text-decoration: none
}

.media-sub {
  color: #365899;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none
}

.post-footer-option li {
  float: left;
  margin-right: 50px;
  padding-bottom: 15px;
}

.post-footer-option li a {
  color: #AFB4BD;
  font-weight: 500;
  font-size: 1.3rem;
}

.photo-profile {
  border: 1px solid #DDD;
  border-radius: 25px;
}

.post-footer-comment-wrapper {
  background-color: #F6F7F8;
}

.auto-comment-title {
  margin: 25px;
}

.count {
  font-weight: bold;
  font-size: 30px;
}

.footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, .3);
  background-color: #222
}

#services div ul li div {
  width: 335px;
  padding: 10px 0px 0 96px;
  background-size: 80px auto;
  background-position: 0px 0;
  background-repeat: no-repeat;
  height: 80px;
  margin: 0 0 32px;

}

#services div ul li h3 {
  display: inline-block;
  padding: 0 30px 0 0;
  margin: 0 0 6px;
  text-align: left;
  background-size: 24px auto;
  white-space: nowrap;
  max-width: 100%;
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  text-decoration: none;
  transition: color 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: color 60ms 0ms cubic-bezier(0.22, 0.61, 0.36, 1);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

#services div ul li p {

  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #a6a6a6;
  background: url('../../images/users.svg') no-repeat left center;
  background-size: 20px auto;
  text-align: left;
  padding: 0 0 0 26px;
  white-space: nowrap;
}

#services ul {
  padding: 0;
  margin: 0 0 48px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style-type: none;
}

#services li {
  display: inline-block;
  vertical-align: top;
  margin-top: 0 !important;
}

.p0 {
  background-image: url('../images/jelita_gallery.jpg');
}

.p1 {
  background-image: url('../images/marsya.jpg');
}

.p2 {
  background-image: url('../images/sameera.jpg');
}

.signup-not-required {
  font-weight: bold;
  color: grey;
}

/* ======== start description section =========== */
#description_section {
  padding: 9rem 0 4rem;
}

#description_section .desc_row {
  -ms-flex-align: center;
  align-items: center;
  padding: 3rem 5rem;
}

#description_section .desc_row .desc_mob {
  max-width: 475px;
}

#description_section .desc_row .desc_mob img {
  max-height: 290px;
}

#description_section .description_timeline {
  position: relative;
}

#description_section .description_timeline .first_point {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 12px;
  left: calc(50% - 11px);
}

#description_section .description_timeline:before {
  position: absolute;
  content: "";
  height: 100%;
  border: 2px dashed #e4e4e4;
  left: calc(50% - 3px);
  top: 12px;
}

#description_section .description_timeline .description_left {
  padding: 0 3rem 0 0;
}

#description_section .description_timeline .description_right {
  padding: 0 0 0 3rem;
}

#description_section .description_timeline:last-child {
  margin-bottom: 3rem;
}

#description_section .description_timeline:last-child:before {
  height: calc(100% - 30px);
}

/* ======== end description section =========== */

.btn_grad {
  padding: .7rem 2rem;
  display: inline-block;
  color: #fff;
  border-radius: 2rem;
  border: 0;
  background: #7a60ff;
  background: linear-gradient(to left, #0084ff, #70baff);
}

.box_shadow {
  box-shadow: 0 0 25px #d0d0d0;
}

.bg_rounded_right {
  position: relative;
  overflow: hidden;
  margin: 0 0 0 auto;
}

.bg_rounded_left {
  position: relative;
  overflow: hidden;
}


.bg_rounded_right img {
  position: relative;
  width: 100%;
  z-index: 0;
}