
/* =======================
   Beranda — Responsive
   ======================= */
@supports (height: 100dvh) {
  .hero-section { min-height: 100dvh; height: auto; }
}

/* ≥1400px */
@media (min-width: 1400px){
  .hero-content h1 { font-size: 64px; }
  .hero-content h2 { font-size: 28px; }
  .menu-icons { gap: 36px; }
  .icon-item { width: 160px; height: 160px; }
  .icon-item img { width: 58px; height: 58px; }
  .latest-post-img { height: 260px; }
  .gallery-img img { height: 280px !important; }
  .scrollable-text { max-height: 260px; }
  .section-title { font-size: 22px; }
}

/* ≤1200px */
@media (max-width: 1200px){
  .hero-content h1 { font-size: 44px; }
  .hero-content h2 { font-size: 20px; }
  .icon-item { width: 130px; height: 130px; }
  .icon-item img { width: 48px; height: 48px; }
  .latest-post-img { height: 220px; }
  .gallery-img img { height: 240px !important; }
  .scrollable-text { max-height: 220px; }
}

/* ≤992px (tablet) */
@media (max-width: 992px){
  .hero-section { padding-top: 96px; }
  .hero-content h1 { font-size: 38px; }
  .hero-content h2 { font-size: 18px; }
  .hero-content p  { font-size: 13px; }
  .menu-icons { gap: 22px; }
  .icon-item { width: 120px; height: 120px; }
  .icon-item img { width: 44px; height: 44px; }
  .icon-item p { font-size: 13px; }
  .section-title { font-size: 22px; }
  .scrollable-text { max-height: 210px; }
  .news { padding: 60px 0; }
  /* Berita: match HTML -> h4.post-title > a */
  .news h4.post-title a { font-size: 18px; }
  .latest-post-img { height: 200px; }
  .gallery-img img { height: 220px !important; }
  .testimoni-area { padding: 48px 0; }
  .testimonial-name { font-size: 12px; }
  .testimonial-text { font-size: 12px; line-height: 1.5; }
  .office-icon { width: 100px; }
  .worktime-table { font-size: 15px; }
}

/* ≤768px (tablet portrait) */
@media (max-width: 768px){
  .hero-section { padding-top: 104px; }
  .hero-content h1 { font-size: 34px; }
  .hero-content h2 { font-size: 17px; }
  .menu-icons { gap: 18px; }
  .icon-item { width: 110px; height: 110px; }
  .icon-item img { width: 42px; height: 42px; }
  .icon-item p { font-size: 12.5px; }
  .gallery-img img { height: 210px !important; }
  .testimoni-form-wrapper { padding: 20px; }
  .testimonial-card { padding: 14px 10px; }
  .testimonial-img img { width: 60px; height: 60px; }
  .info-section { padding: 48px 18px; }
  .container-info { max-width: 540px; }
  .worktime-table { font-size: 14.5px; }
}

/* ===== MOBILE: KECILKAN CARD ===== */
@media (max-width: 576px){
  /* Hero */
  .hero-section { padding-top: 112px; }
  .hero-content h1 { font-size: 28px; }
  .hero-content h2 { font-size: 16px; }
  .hero-content p  { font-size: 12.5px; }
  .menu-icons { gap: 16px; }
  .icon-item { width: 96px; height: 96px; padding: 8px; }
  .icon-item img { width: 36px; height: 36px; }
  .icon-item p { font-size: 12px; }

  /* SAMBUTAN: kecilkan foto & area teks */
  .sambutan-section img.img-fluid.rounded.shadow-sm{
    height: 150px !important;     /* override height:auto inline */
    width: 100%;
    object-fit: cover;
  }
  .sambutan-section .scrollable-text{
    max-height: 160px;            /* card teks lebih pendek */
  }

  /* BERITA: pakai selector sesuai HTML */
  .news { padding: 44px 0; }
  .news h4.post-title{ padding: 12px 14px 0; margin: 0; }
  .news h4.post-title a{ font-size: 16.5px; line-height: 1.3; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
  .news .post-item-date{ padding: 0 14px 6px; font-size: 12px; }
  .news .post-text{ padding: 0 14px 12px; font-size: 13.5px; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
  .news .btn-readmore{ width: calc(100% - 24px); padding: 10px; margin: auto 12px 12px; }
  .news .latest-post-img{ height: 160px; }
  .news .latest-post .post-body{ min-height: 270px; } /* card lebih pendek */

  /* GALERI: override inline height 240px */
  .main-container .gallery-img img{
    height: 170px !important;
    object-fit: cover;
  }

  /* TESTIMONI: kecilkan card */
  .testimoni-area{ padding: 36px 0; }
  .testimonial-card{ padding: 12px 10px; }
  .testimonial-img img{ width: 54px; height: 54px; }
  .testimonial-name{ font-size: 12px; }
  .testimonial-text{ font-size: 11.5px; }
  .testimonial-nav button{ padding: 6px 10px; }

  /* Info/Jam kerja */
  .info-section { padding: 40px 16px; }
  .container-info { max-width: 520px; }
  .office-icon { width: 90px; }
  .worktime-table { font-size: 14px; }
}

/* ≤400px: kecilkan lagi */
@media (max-width: 400px){
  .hero-content h1 { font-size: 24px; }
  .hero-content h2 { font-size: 15px; }
  .icon-item { width: 88px; height: 88px; }
  .icon-item img { width: 32px; height: 32px; }

  /* Sambutan */
  .sambutan-section img.img-fluid.rounded.shadow-sm{ height: 135px !important; }
  .sambutan-section .scrollable-text{ max-height: 150px; }

  /* Berita */
  .news h4.post-title a{ font-size: 15.5px; }
  .news .latest-post-img{ height: 150px; }
  .news .latest-post .post-body{ min-height: 250px; }

  /* Galeri */
  .main-container .gallery-img img{ height: 150px !important; }

  /* Testimoni */
  .testimonial-img img{ width: 50px; height: 50px; }
}



/* =======================
   Sejarah — Responsive
   ======================= */

/* Desktop besar (>=1200px) */
@media (min-width: 1200px) {
  /* Lebarkan area baca sedikit di layar lebar */
  .sejarah-text { max-width: 900px; }
}

/* Tablet dan layar sedang (<=992px) */
@media (max-width: 992px) {
  .sejarah-section {
    /* padding horizontal + bawah */
    padding: 36px 18px;
    /* kompensasi navbar fixed agar judul tak ketiban */
    padding-top: 120px;
  }
  .sejarah-title { font-size: 26px; margin-bottom: 28px; }
  .sejarah-text  { font-size: 18px; line-height: 1.7; }
}

/* Mobile (<=576px) */
@media (max-width: 576px) {
  .sejarah-section {
    padding: 32px 16px;
    /* sedikit lebih lega di mobile */
    padding-top: 128px;
  }
  .sejarah-title { font-size: 22px; margin-bottom: 16px; }
  .sejarah-text  { font-size: 16px; line-height: 1.7; }

  /* Pastikan box placeholder rapi dan terpusat */
  .no-data-box {
    width: 100%;
    max-width: 360px;
    justify-content: center;
    margin-inline: auto;
  }
}

/* Extra kecil (<=400px) */
@media (max-width: 400px) {
  .sejarah-title { font-size: 20px; }
  .sejarah-text  { font-size: 15px; }
}



/* =======================
   Struktur — Responsive
   ======================= */

/* Desktop besar */
@media (min-width: 1200px){
  .profil-grid{
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
  .foto-wrapper{ height: 200px; }
}

/* Tablet & layar sedang (<= 992px) */
@media (max-width: 992px){
  .struktur-section{
    padding: 36px 18px;   /* base */
    padding-top: 120px;   /* kompensasi navbar fixed agar judul tidak ketiban */
  }
  .judul-bagan{ font-size: 30px; margin-bottom: 24px; }
  .foto-wrapper{ height: 170px; }
}

/* Phablet & mobile (<= 768px) */
@media (max-width: 768px){
  .struktur-section{
    padding: 32px 16px;
    padding-top: 128px;   /* sedikit lebih lega di mobile */
  }
  .judul-bagan{ font-size: 26px; }
  .profil-grid{
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
  }
  .foto-wrapper{ height: 150px; }
  .profil-nama{ font-size: 15px; }
  .profil-jabatan{ font-size: 13px; }
  .struktur-img{ max-height: 60vh; } /* jaga agar gambar tidak terlalu tinggi */
}

/* Mobile kecil (<= 480px) */
@media (max-width: 480px){
  .judul-bagan{ font-size: 22px; }
  .profil-grid{
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    gap: 14px;
  }
  .foto-wrapper{ height: 130px; padding: 12px; }
  .profil-info{ padding: 10px; }
  .struktur-img{ max-height: 50vh; }
}

/* Sangat kecil (<= 360px): 1 kolom agar nyaman */
@media (max-width: 360px){
  .profil-grid{ grid-template-columns: 1fr; }
  .foto-wrapper{ height: 140px; }
}


/* =======================
   Visi Misi — Responsive
   ======================= */

/* Desktop lebar: 2 kolom (VISI | MISI) */
@media (min-width: 992px) {
  .visimisi-section .visimisi-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; /* konsisten */
  }
}

/* Tablet (<= 992px): fokus keterbacaan, 1 kolom */
@media (max-width: 992px) {
  .visimisi-section { padding: 36px 18px; }
  .visimisi-section .card-box .title { font-size: 1.6em; } /* ~26px */
  .visimisi-section .card-box .content { font-size: 1rem; } /* ~16px */
}

/* Mobile kecil (<= 576px) */
@media (max-width: 576px) {
  .visimisi-section { padding: 32px 16px; }
  .visimisi-section .card-box { padding: 22px; }
  .visimisi-section .card-box .title { font-size: 1.4em; margin-bottom: 14px; } /* ~22px */
  .visimisi-section .card-box .content { font-size: 0.95rem; padding-left: 12px; }
}

/* Extra kecil (opsional, <= 400px) */
@media (max-width: 400px) {
  .visimisi-section .card-box { border-radius: 16px; }
  .visimisi-section .card-box .title { font-size: 1.3em; }
}


/* =======================
   Peta Desa — Responsive
   ======================= */

/* Tablet & di bawahnya */
@media (max-width: 992px) {
  .peta-grid { 
    grid-template-columns: 1fr !important; 
  }
  .peta-map { 
    height: 360px !important; 
  }
}

/* Mobile kecil */
@media (max-width: 576px) {
  .peta-title { font-size: 20px !important; }

  .peta-cols { 
    grid-template-columns: 1fr !important; 
  }

  .peta-row { 
    flex-direction: column !important; 
  }
  .peta-row .strong { 
    min-width: 0 !important; 
  }

  .peta-map { 
    height: 300px !important; 
  }
}


.logo-text1{
		font-size: 30px; text-shadow: 2px 2px 6px; margin-top: 10px; color: green;
	}
	.logo-text2{
		font-size: 30px; text-shadow: 2px 2px 6px; margin-top: 10px; color: grey;
	}
/* Small Devices, Tablets */
	
@media (min-width: 768px) and (max-width: 991px) {
   
   
   /* top info */
   .top-info .info-wrapper {
      padding-right: 0;
      margin-right: 25px;
   }
   #top-bar .top-info p,
   #top-bar .top-info i {
      font-size: 12px;
   }
   #top-bar .top-info .info-wrapper:after {
      top: 0;
   }
   .top-social a {
      margin-right: 15px;
      margin-left: 0;
   }
   .header-get-a-quote {
      margin-top: 30px;
      margin-bottom: 10px;
   }
   .header.nav-down .logo {
    text-align: center;
   }
   
   .top-info {
    list-style: none;
    margin: 5px 71px 20px;
    padding: 0;
    float: right;
   }
   
   
   /* Navigation breakpoint */
   .navbar-toggle {
      display: block;
      z-index: 1;
   }
   .site-nav-inner {
      width: 100%;
      padding: 0 0;
   }
   ul.navbar-nav {
      float: none !important;
      margin-top: 7.5px;
   }
   ul.navbar-nav>li {
      float: none;
      display: block;
   }
   .collapse.in {
      display: block !important;
   }
   .navbar-collapse.in {
      overflow-y: auto;
   }
   ul.nav li.dropdown:hover ul.dropdown-menu {
      display: none;
   }
   ul.nav li.dropdown.open ul.dropdown-menu {
      display: block;
   }
   .navbar-nav .show .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
   }
   .navbar-nav > li > .dropdown-menu a {
      color: #fff;
   }
   
   .navbar-expand-lg .navbar-nav .dropdown-submenu .nav-link {
      color: #fff;
   }
   
   .navbar-nav > li > .dropdown-menu a:hover {
      color: #ff0000;
   }
   
   .dropdown-submenu > .dropdown-menu {
    margin-left: 20px;
   }
   
   .gallery-img{
      margin-bottom: 25px;
   }
   
   
   /* Navigation */
   .navbar-collapse {
      background: #1c1e22;
      width: 100%;
      border-top: 0;
      box-shadow: none;
   }
   ul.navbar-nav>li:hover>a:after,
   ul.navbar-nav>li.active>a:after {
      content: '';
   }
   ul.navbar-nav>li>a:before {
      border-bottom: 0;
   }
   .navbar-nav .open .dropdown-menu>li {
      padding-left: 0;
   }
   .navbar-nav .open .dropdown-menu>li>a,
   .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 15px;
   }
   ul.navbar-nav>li {
      display: block;
      padding-left: 20px !important;
      padding-right: 20px !important;
   }
   .navbar-nav .open .dropdown-menu>li>a {
      line-height: 30px;
   }
   ul.navbar-nav>li.nav-search,
   ul.navbar-nav>li.header-get-a-quote {
      display: none;
   }
   ul.navbar-nav {
      width: 100%;
      padding: 0 0 10px;
   }
   ul.navbar-nav li {
      float: none;
   }
   ul.navbar-nav li a,
   ul.navbar-nav li a {
      line-height: normal !important;
      border-bottom: 1px solid #38393d;
      padding: 15px 0;
      display: block;
      min-width: 350px;
   }
   ul.navbar-nav li:last-child a {
      border-bottom: 0;
   }
   ul.navbar-nav .dropdown-menu li a {
      padding-left: 20px !important;
   }
   ul.navbar-nav li a i,
   .dropdown-submenu>a:after {
      background: #000;
      float: right;
      width: 36px;
      height: 28px;
      line-height: 28px;
      margin-top: -5px;
      text-align: center;
   }
   .nav-search {
      top: 15px;
   }
   .search-block {
      top: 65px;
   }
   #main-slide .slider-content {
    min-height: 500px;
   }
   
   #main-slide .carousel-item {
    min-height: 500px;
   }
   
   .slide-sub-title {
    font-size: 50px;
    line-height: 60px;
   }
   
   .gap-60, .gap-30{
      height: 0;
   }
   
   .service-img{
    display: block;
    text-align: center;
    margin: 0 auto;
   }
   
   a.top-right-btn.btn.btn-primary {
      margin: 20px 0;
   }

   .testimonial-client {
    margin-top: 65px;
   }
   
   section#ts-facts-area h2 {
    text-align: center;
   }
   
   .latest-post.post-large .post-body {
    padding: 60px;
   }
   
   .latest-post.post-large .post-cat {
    top: 25px;
    left: 60px;
   }
   
   
   .ts-service-box {
    margin-bottom: 25px;
   }

   .align-self-center{
      text-align: center;
   }
   .call-to-action-bg .text-right{
    text-align: center !important;
    margin-top: 20px;
   }
   
   .help-box .help, .ts-testimonial-static .help {
    margin-top: 40px;
   }
   
   .latest-post{
      margin-bottom: 40px;
   }
   
   .projects .latest-post{
      margin-bottom: 20px;
   }
   
   .ts-feature-box .ts-feature-info{
      margin-top: 20px;
   }
   
    /* Header */
   .header.nav-down.nav-box {
      height: 235px;
   }
   .header-trans-leftbox {
      top: 100px;
   }
   .header-trans-leftbox .container {
      max-width: 100%;
      padding: 0;
   }
   .header-trans-leftbox .header-wrapper {
      padding: 0;
      bottom: 0;
   }
   .header-standard.header-transparent {
      top: 75px;
   }
   .header-standard.header-boxed {
      top: 100px;
   }
   
   .nav {
    display: inline-block;
   }
   
   .contact-wrapper{
      margin-top: 20px;
   }
   
   .footer-menu {
    float: none;
    text-align: center;
   }
   
   .footer-social{
    margin-top: 10px;
    text-align: center !important;
   }
   
   .copyright-info{
      text-align: center;
   }
   
   .featured-tab .nav-tabs > li{
      float: left;
    margin-bottom: -9px;
   }
   
   .featured-tab{
      margin-bottom: 40px;
   }
}



/* Small Devices Potrait */

@media (max-width: 767px) {
   
      /* Top bar */
   .top-menu {
      text-align: center;
   }
   ul.top-info {
      text-align: center;
   }
   .top-social {
      text-align: center;
      margin-top: 5px;
   }
   #top-bar .top-info i {
      font-size: 10px;
   }
   #top-bar .top-info p {
      font-size: 10px;
   }
   .top-info .info-wrapper {
      padding-right: 0;
      margin-right: 20px;
   }
   
   /* Logo area */
   ul.top-info {
      margin-top: 15px;
   }
   ul.top-info {
      float: none;
   }
   .top-info .info-wrapper:after {
      display: none;
   }
   ul.top-info.unstyled li {
      display: block;
      text-align: left;
      margin-bottom: 10px;
   }
   ul.top-info.unstyled li:last-child {
      margin-bottom: 0;
   }
   ul.top-info.unstyled {
      padding-left: 20%;
   }
   
   /* Header */
   .header.nav-down.nav-box {
      height: 295px;
   }
   .header-trans-leftbox {
      top: 100px;
   }
   .header-trans-leftbox .container {
      max-width: 100%;
      padding: 0;
   }
   .header-trans-leftbox .header-wrapper {
      padding: 0;
      bottom: 0;
   }
   .header-standard.header-transparent {
      top: 75px;
   }
   .header-standard.header-boxed {
      top: 100px;
   }
   
     /* Header */
   .logo-absolute {
      position: absolute;
      z-index: 1;
      top: -20px;
      height: 0;
      padding: 15px 0 0;
   }
   .navbar-header {
      float: left;
   }
   .logo {
      text-align: left;
      padding-left: 10px;
   }
   .logo-text1{
		font-size: 40px; text-shadow: 2px 2px 6px; margin-top: 20px; color: green;
	}
	.logo-text2{
		font-size: 40px; text-shadow: 2px 2px 6px; margin-top: 20px; color: grey;
	}
   .header.nav-down .logo {
      height: 0;
   }
   .logo-wrapper.logo-area {
      height: 90px;
   }
   .logo-area {
      padding: 30px;
   }
   .logo-wrapper.logo-area .logo {
      padding-left: 0;
   }
   .nav-search {
      display: none;
   }
   ul.top-info-box {
      float: none;
   }
   ul.top-info-box li {
      float: none;
      margin-left: 40px !important;
      border-right: 0;
   }
   ul.top-info-box li .info-box {
      margin-bottom: 15px;
   }
   ul.top-info-box li .info-box.last {
      margin-bottom: 0;
   }
   ul.top-info-box>li.nav-search {
      display: none;
   }
   
   .navbar-nav > li > .dropdown-menu a {
    color: #fff;
   }
   
   .navbar-nav > li > .dropdown-menu a:hover {
      color: #ff0000;
   }
   
   /* Navigation breakpoint */
   .navbar-toggle {
      display: block;
      z-index: 1;
   }
   .site-nav-inner {
      width: 100%;
      padding: 0 0;
   }
   ul.navbar-nav {
      float: none !important;
      margin-top: 7.5px;
   }
   ul.navbar-nav>li {
      float: none;
      display: block;
   }
   .collapse.in {
      display: block !important;
   }
   .navbar-collapse.in {
      overflow-y: auto;
   }
   ul.nav li.dropdown:hover ul.dropdown-menu {
      display: none;
   }
   ul.nav li.dropdown.open ul.dropdown-menu {
      display: block;
   }
   .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
   }
   /* Navigation */
   .navbar-collapse {
      background: #1c1e22;
      width: 100%;
      border-top: 0;
      box-shadow: none;
   }
   ul.navbar-nav>li:hover>a:after,
   ul.navbar-nav>li.active>a:after {
      content: '';
   }
   ul.navbar-nav>li>a:before {
      border-bottom: 0;
   }
   .navbar-nav .open .dropdown-menu>li {
      padding-left: 0;
   }
   .navbar-nav .open .dropdown-menu>li>a,
   .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 15px;
   }
   ul.navbar-nav>li {
      display: block;
      padding-left: 20px !important;
      padding-right: 20px !important;
   }
   .navbar-nav .open .dropdown-menu>li>a {
      line-height: 30px;
   }
   ul.navbar-nav>li.nav-search,
   ul.navbar-nav>li.header-get-a-quote {
      display: none;
   }
   ul.navbar-nav {
      width: 100%;
      padding: 0 0 10px;
   }
   ul.navbar-nav li {
      float: none;
   }
   ul.navbar-nav li a,
   ul.navbar-nav li a {
      line-height: normal !important;
      border-bottom: 1px solid #38393d;
      padding: 15px 0;
      display: block;
   }
   ul.navbar-nav li:last-child a {
      border-bottom: 0;
   }
   ul.navbar-nav .dropdown-menu li a {
      padding-left: 20px !important;
   }
   ul.navbar-nav li a i,
   .dropdown-submenu>a:after {
      background: #000;
      float: right;
      width: 36px;
      height: 28px;
      line-height: 28px;
      margin-top: -5px;
      text-align: center;
   }
   .nav-search {
      top: 15px;
   }
   .search-block {
      top: 65px;
   }
     /*  */
  
  /* slider */
  .slide-title {
    font-size: 16px;
  }
  
   #main-slide .carousel-item {
    min-height: 400px;
   }

   #main-slide .slider-content {
  min-height: 400px;
   }
  
  .slider-description{
     font-size: 12px;
     line-height: 20px;
  }
  
  /* features */
  
  .ts-feature-box .ts-feature-info{
      margin-top: 20px;
   }
      
   .feature-light-row .border-left {
    border-left: none !important;
   }
  
  section, .section-padding {
    padding: 40px 0;
   }
   .top-info {
    margin: 35px 10px 0;
   }

   /* top info */
   .top-info li .info-wrapper p {
    text-align: left;
   }

   .column-title {
    margin: 40px 0 40px;
   }

   .ts-facts-area-bg .column-left-title .column-title {
    text-align: center;
   }

   .quote_form {
    padding: 0px 0px 0px;
   }

   .gap-60, .gap-30 {
    display: none;
   }
   
   .plan.featured{
    background: #da0f32;
    color: #fff;
    padding:  0; 
     margin:  0; 
   }
      
   .ts-facts-bg{
      margin-top: 15px;
   }
  
   .ts-facts-area-bg .column-title {
    margin-top: 0 !important;
   }

   .latest-post {
    min-height: 275px;
    margin-bottom: 40px;
   }
   
   /* Project */
   .projects .latest-post{
      margin-bottom: 20px;
   }
   
   h5.mb-0 .project-btn:before, h5.mb-0 .project-btn.collapsed:before {
    padding: 5px 40px;
   }

   .percent-area .chart p {
    left: 37%;
   }

   .banner-area {
   min-height: 300px;
   }

   .banner-heading {
    min-height: 300px;
    padding: 0px;
   }
   
   .gallery-img{
      margin-bottom: 40px;
   }
   .mrt-40{
   margin-top: 0px;
   }
   
   .help-box .help, .ts-testimonial-static .help {
    margin-top: 40px;
   }

   .top-info li:last-child {
   margin-left: 0px;
   }

   ul.top-info.unstyled {
    padding-left: 0px;
   }

   ul.top-info {
    margin-top: 25px;
   }

   .column-title {
    margin: 60px 0 40px;
   }

   .footer-main {
    padding-top: 50px;
   }

   .percent-area .chart p {
    left: 46%;
   }

   .percent-area .chart p {
    top: 55px;
   }
   
   .top-info .info-wrapper {
    margin-right: 0;
   }

   .top-info li .info-wrapper p.info-subtitle {
    font-size: 15px;
   }

   #main-slide .slider-content .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
   }

   .btn.btn-primary, .btn-dark, .btn-border, .btn-white {
    font-size: 13px;
    font-weight: 600;
    padding: 10px 15px;
   }

   h5.mb-0 button:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
   }

   h5.mb-0 button {
    padding-left: 35px;
   }

   .latest-post.post-large .btn.btn-primary {
    padding: 7px 15px;
   }

   .latest-post .post-title, .latest-post.post-large .post-title {
    font-size: 17px;
    line-height: 20px;
   }

   .call-to-action-bg .text-right{
    text-align: center !important;
    margin-top: 20px;
   }

   .latest-post.post-large .post-body {
    position: relative;
    width: 100%;
    background: rgba(0,0,0,0.85);
    margin-bottom: 30px;
    left: 0;
    bottom: 0;
   }

   .latest-post.post-large img{
   margin-bottom: 0px;
   }

   .latest-post.post-large .latest-post-img img {
    width: 100%;
   }

   .latest-post.post-large .post-cat {
    top: 5px;
    left: 20px;
   }

   .quote-img{
   margin-bottom: 25px;
   }
   
   .align-self-center{
      text-align: center;
   }
  
   .top-info .info-wrapper {
    margin-right: 0px;
   }
   
   .ts-service-box {
    margin-bottom: 25px;
   }
   .nav {
    display: inline-block;
   }
   
   .contact-wrapper{
      margin-top: 20px;
   }

   .footer-menu {
    float: none;
    text-align:center;
   }
   
   .footer-social ul {
    text-align: center;
    margin-top: 10px;
   }
   
   .footer-widget {
    padding-bottom: 0px;
   }
   
   .copyright-info{
      text-align: center;
   }
   /* team */
   
   .team-img-wrapper:after {
    width: 68%;
    left: 62px;
   }
   
   .ts-team-wrapper{
    min-height: 400px;
   }
   
   /* About */
   
   .about-pattern {
    padding:0; 
   }
   /* Tabs */
   .featured-tab .nav-tabs > li{
      float: left;
    margin-bottom: -9px;
   }
   
  .navbar-expand-lg .navbar-nav .dropdown-submenu .nav-link {
    color: #fff;
   }
   
   
   
   
}/* Small Devices Potrait end */

@media (max-width: 360px) {
.navbar-header {
      float: left;
   }
   .logo {
      text-align: left;
      padding: 15px;
	  font-size:12px;
   }
   .header.nav-down .logo {
      height: 0;
   }
   .logo-wrapper.logo-area {
      height: 70px;
   }
   .logo-area {
      padding: 20px 0px 10px;
   }
   .logo-wrapper.logo-area .logo {
      padding-left: 0;
   }
   .nav-search {
      display: none;
   }
	.logo-text1{
		font-size: 30px; text-shadow: 2px 2px 6px; margin-top: 0px; color: green;
	}
	.logo-text2{
		font-size: 30px; text-shadow: 2px 2px 6px; margin-top: 0px; color: grey;
	}
	.top-nav-social-lists{
		display: none;
	}
}