/*================================ 
    #RESPONSIVE CSS 
====================================*/

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .center-responsive {
    text-align: center;
  } 

  /* Topbar */
  .top-bar-area .text-right {
    text-align: center !important;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  /* Banner */
  body,
  .banner-area,
  .banner-area div {
    height: auto;
  }

  .banner-area .content {
    padding: 60px 0;
  }

  .banner-area .bg {
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
  }

  .banner-area.content-bg .content {
    padding: 50px 30px;
    margin-top: 160px;
    margin-bottom: 90px;
    background: rgba(255, 255, 255, 0.9);
  }

  /* About Area */
  .about-area .thumb img {
    box-shadow: inherit;
    padding: 0;
    border: none;
    border-radius: inherit;
  }

  .about-area .info {
    padding-left: 15px;
  }

  .about-area .thumb {
    margin: 0;
    margin-bottom: 50px;
    padding: 0;
  }

  .about-area .thumb::after {
    display: none;
  }

  /* Choose us */

  /* Process */

  /* Services */

  /* Services Version One */

  .services-area .services-items .item {
    display: block;
    text-align: center;
  }

  .services-area .services-items .item .icon {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .services-area .services-items .item::after {
    display: none;
  }

  /* Services Details */

  /* Team */

  /* Faq */

  /* Fun Fact */

  /* Team single */

  /* Pricing */

  /* Case Area  */

  /* Blog */

  /* Contact */
  .contact-area .item {
    display: block;
    text-align: center;
  }

  .contact-area .item i {
    margin-right: 0;
    margin-bottom: 35px;
  }

  .contact-area .content {
    margin-top: 30px;
  }

  /* Error Page */

  /* Footer */

  footer .footer-bottom {
    margin-top: 0;
    border-top: 1px solid #e7e7e7;
  }

  footer.bg-dark .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  /* Heading */

  h4 {
    font-size: 20px;
    line-height: 1.4;
  }

  h5 {
    line-height: 1.4;
  }

  .center-responsive {
    text-align: center;
  }

  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .default-padding-bottom {
    padding-bottom: 50px;
  }

  .default-padding-top {
    padding-top: 50px;
  }

  .site-heading {
    margin-bottom: 40px;
  }

  .area-title {
    font-size: 36px;
    line-height: 1.2;
  }

  /* Topbar */
  .top-bar-area {
    display: none;
  }

  .site-heading h2 {
    font-size: 36px;
  }

  /* Banner Area */
  .banner-area {
    text-align: center;
  }

  .banner-area h2 {
    font-size: 36px;
  }

  .banner-area .content h2 {
    font-size: 36px;
  }

  .banner-area p {
    padding: 0;
  }

  body,
  .banner-area,
  .banner-area div {
    height: auto;
  }

  .banner-area .content {
    padding: 60px 0;
  }

  .banner-area .content p {
    padding: 0;
  }

  .banner-area .bg {
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
  }

  .banner-area.content-bg .content {
    padding: 50px 30px;
    margin-top: 120px;
    margin-bottom: 50px;
    background: rgba(255, 255, 255, 0.9);
  }

  /* About Area */

  .about-area .info {
    padding-left: 15px;
  }

  .about-area .thumb {
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
  }

  .about-area .thumb::after {
    display: none;
  }

  /* Fun Factor */

  /* Services */

  /* Services Version One */

  .services-area .services-items .item-grid:nth-child(2) {
    margin-top: 0;
  }

  .services-area .services-items .item {
    display: block;
    text-align: center;
  }

  .services-area .services-items .item .icon {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .services-area .services-items .item::after {
    display: none;
  }

  /* Services Details */

  /* Choose us */

  /* Pricing */

  /* Faq */

  /* Case Area  */

  /* Team */

  /* Team single */

  /* Process */

  /* Blog */

  /* Contact */
  .contact-area .item {
    display: block;
    text-align: center;
  }

  .contact-area .item i {
    margin-right: 0;
    margin-bottom: 35px;
  }

  .contact-area .content {
    margin-top: 30px;
  }

  /* Error Page */

  /* Footer */

  footer.bg-dark .footer-bottom {
    text-align: center;
  }

  footer .footer-bottom {
    margin-top: 0;
    border-top: 1px solid #e7e7e7;
  }

  footer.bg-dark .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  /* Blog */
}

@media screen and (max-width: 991px) {
  /* global reset - start */
}

@media screen and (max-width: 991px) {
  /* global reset - start */
  .about-area .info .contact{
    flex-direction: column;
  }
  .contact-area .item h5{
    margin-right: 0 !important;
  }
  .about-area .info h2{
    font-size: 28px;
  }
}

@media screen and (max-width: 500px) {

  /* Contact */
  .contact-area .content {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 1199px) {
  /* Testimonials */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-area .services-items .item::after {
    left: -125px;
    top: -125px;
  }
}
