/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,500,600,700,700|Source+Sans+Pro:400,600");

body {
  line-height: 1.4;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  color: #848484;
  font-size: 16px;
  line-height: 1.65;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

figure {
  margin: 0;
}

a {
  transition: all 0.3s ease-in 0s;
}

iframe {
  border: 0;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  color: #28abe3;
}

.btn-main {
  background: #28abe3;
  border: 1px solid #28abe3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 12px 40px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-main:hover {
  color: #fff;
}

.btn-transparent {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 14px 35px;
  text-transform: uppercase;
  border-radius: 40px;
}

.btn-transparent:hover {
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.section {
  padding: 100px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-xs {
  padding: 40px 0;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.preloader {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.preloader span {
  position: absolute;
  display: block;
  bottom: 0;
  width: 9px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  -webkit-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.preloader span:nth-child(6) {
  left: 55px;
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #28abe3;
  }

  50%,
  100% {
    height: 5px;
    transform: translateY(0);
    background: rgba(0, 0, 0, 0.1);
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }

  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }

  50%,
  100% {
    height: 5px;
    transform: translateY(0);
    background: #fff;
  }
}

.title {
  padding-bottom: 50px;
  overflow: hidden;
}

.title h2 {
  font-weight: 600;
  font-size: 35px;
  color: #232323;
}

.title p {
  color: #848484;
  margin: 0 auto;
}

.title.title-white h2 {
  color: #fff;
}

.border {
  height: 2px;
  margin: 20px auto 20px;
  position: relative;
  width: 80px;
  background: #28abe3;
}

.bg-gray {
  background: #f9f9f9;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a,
.header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}

.header-bradcrumb a:hover {
  color: #28abe3;
}

.colors-switcher {
  width: 100px;
  padding: 20px 18px 14px 20px;
  position: fixed;
  z-index: 1993;
  top: 90px;
  right: 0;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.colors-switcher #show-panel {
  position: absolute;
  left: -38px;
  top: 15px;
  width: 38px;
  height: 38px;
  z-index: 1992;
  display: block;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-right: none;
  cursor: pointer;
}

.colors-switcher #show-panel i {
  color: #3d3d3d;
  font-size: 20px;
  line-height: 38px;
  margin-left: 10px;
}

.colors-list {
  margin: 0;
  padding: 0;
}

.colors-list li {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 4px;
}

.colors-list li a {
  text-align: center;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
}

.colors-switcher .colors-list a.light-red {
  background-color: #ff432e;
}

.colors-switcher .colors-list li a:hover {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}

.colors-switcher .colors-list a.light-red {
  background-color: #ff432e;
}

.colors-switcher .colors-list a.blue {
  background-color: #28abe3;
}

.colors-switcher .colors-list a.light-blue {
  background-color: #69d2e7;
}

.colors-switcher .colors-list a.green {
  background-color: #5bb12f;
}

.colors-switcher .colors-list a.light-green {
  background-color: #bccf02;
}

.colors-switcher .colors-list a.yellow {
  background-color: #fed136;
}

.slick-slide {
  outline: none;
}

.logo {
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  transition: 0.3s all;
}

.navigation .logo-default {
  display: none;
}

.navigation .dropdown-toggle::before,
.navigation .dropdown-toggle::after {
  display: none;
}

.navigation .dropdown-toggle i {
  font-size: 10px;
  margin-left: 2px;
  vertical-align: 2px;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 20px 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.2s ease-in-out 0s;
}

.navigation .navbar-light .navbar-nav .nav-item .nav-link:hover,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:active,
.navigation .navbar-light .navbar-nav .nav-item .nav-link:focus {
  background: none;
  color: #28abe3;
}

.navigation .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #28abe3;
}

@media (max-width: 991px) {
  .navigation .nav-link {
    padding: 6px !important;
  }

  .navigation .navbar-collapse.show {
    overflow-y: auto;
    max-height: calc(100vh - 55px);
  }
}

.navigation .dropdown-submenu .dropdown-menu {
  margin: 0;
  background-color: #fff;
}

@media (min-width: 992px) {
  .navigation .dropdown-submenu .dropdown-menu {
    left: 100%;
    top: -5px;
  }

  .navigation .dropleft .dropdown-menu {
    left: auto;
    right: 100%;
    margin: 0;
    top: -5px;
  }

  .navigation .dropdown-submenu .dropdown-menu {
    background-color: #fff;
  }
}

.navigation .dropdown:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.navigation .dropdown {
  position: relative;
}

.navigation .dropdown-menu {
  border: 1px solid rgba(40, 171, 227, 0.12);
  border-radius: 18px;
  top: calc(100% + 2px);
  left: 0;
  min-width: 220px;
  display: block;
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 38px rgba(16, 58, 84, 0.12);
  backdrop-filter: blur(10px);
  transform: translateY(8px);
  transition:
    opacity 0.24s ease,
    transform 0.24s ease,
    visibility 0.24s ease;
}

.navigation .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  height: 14px;
}

.navigation .dropdown-menu li:first-child {
  margin-top: 0;
}

.navigation .dropdown-menu li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .navigation .dropdown-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    text-align: center;
    transform: none;
    transition: 0s;
  }
}

@media (max-width: 991px) {
  .navigation .dropdown-menu.show {
    display: block;
  }

  .navigation .dropdown-menu {
    float: left;
    width: 100%;
    min-width: 100%;
    margin-top: 6px;
    border-radius: 12px;
    box-shadow: none;
    backdrop-filter: none;
  }
}

.navigation .dropdown-item {
  color: #445765;
  transition: 0.2s ease;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
}

.navigation .dropdown-item:focus,
.navigation .dropdown-item:hover {
  color: #183042;
  background: rgba(40, 171, 227, 0.1);
}

@media (max-width: 991px) {
  .navigation {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
  }

  .navigation .navbar-light .navbar-nav .nav-item .nav-link {
    color: #000;
  }

  .navigation .logo-white {
    display: none;
  }

  .navigation .logo-default {
    display: block;
  }

  .navigation .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
}

.sticky-header {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
}

.sticky-header .navbar-light .navbar-nav .nav-item .nav-link {
  color: #000;
}

.sticky-header .logo-white {
  display: none;
}

.sticky-header .logo-default {
  display: block;
}

.navbar-brand {
  height: auto;
  padding: 8px 0;
}

.navbar-brand h1 {
  margin: 0;
}

/* 기본 섹션 정보 */
.hero-area {
  background-image: url("../images/slider/slider-bg-1.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area:before {
  content: "";
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  color: #fff;
}

.hero-area .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-area .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-area .block .btn-main {
  margin-right: 8px;
}

.hero-area .block .btn-main:hover {
  opacity: 0.8;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-top: 20px;
}

/* p_uav.html Main Image */
.hero-p_uav_1 {
  background-image: url("../images/p_uav_1.jpg");
  background-size: cover;
  background-position: center center;
  height: 480px;
  min-height: 280px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-p_uav_1:before {
  content: "";
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-p_uav_1 .block {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero-p_uav_1 .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-p_uav_1 .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-p_uav_1 .block .btn-main {
  margin-right: 8px;
}

.hero-p_uav_1 .block .btn-main:hover {
  opacity: 0.8;
}

.hero-p_uav_1-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-p_uav_1-video .block {
  color: #fff;
  text-align: center;
}

.hero-p_uav_1-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-p_uav_1-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-p_uav_1-video .block .btn-main {
  margin-top: 20px;
}

/* p_sat.html Main Image */
.hero-p_sat_1 {
  background-image: url("../images/p_sat_1.jpg");
  background-size: cover;
  background-position: center center;
  height: 480px;
  min-height: 280px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-p_sat_1:before {
  content: "";
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-p_sat_1 .block {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero-p_sat_1 .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero-p_sat_1 .block p {
  color: #fff;
  width: 50%;
  margin-bottom: 20px;
}

.hero-p_sat_1 .block .btn-main {
  margin-right: 8px;
}

.hero-p_sat_1 .block .btn-main:hover {
  opacity: 0.8;
}

.hero-p_sat_1-video {
  height: 100vh;
  position: inherit !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-p_sat_1-video .block {
  color: #fff;
  text-align: center;
}

.hero-p_sat_1-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-p_sat_1-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-p_sat_1-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}

.slider-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.slider-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.slider-item .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slider-item h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .slider-item h1 {
    font-size: 48px;
    line-height: 52px;
  }
}

@media (max-width: 480px) {
  .slider-item h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

.slider-item p {
  color: #fff;
  margin-bottom: 20px;
}

.hero-slider {
  overflow-x: hidden;
}

.hero-slider .prevArrow {
  left: -100px;
}

.hero-slider .nextArrow {
  right: -100px;
}

@media (max-width: 768px) {
  .hero-slider .prevArrow,
  .hero-slider .nextArrow {
    display: none !important;
  }
}

.hero-slider:hover .prevArrow {
  left: 20px;
}

.hero-slider:hover .nextArrow {
  right: 20px;
}

/* slick style */
.slick-slide {
  outline: 0;
}

.slick-slide img {
  display: unset;
}

/* slick arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  height: 70px;
  width: 70px;
  background: rgba(40, 171, 227, 0.5);
  color: #fff;
  border: 0;
  line-height: 70px;
  font-size: 35px;
  transition: 0.2s ease;
  border-radius: 50%;
  cursor: pointer;
}

.slick-arrow::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background: transparent;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.2s ease;
}

.slick-arrow::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.2s ease;
}

.slick-arrow:focus {
  outline: 0;
}

.slick-arrow:hover {
  background: #28abe3;
}

.prevArrow {
  left: 0px;
}

.prevArrow::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  right: 35px;
}

.prevArrow::after {
  right: 20px;
}

.nextArrow {
  right: 0px;
}

.nextArrow::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 35px;
}

.nextArrow::after {
  left: 20px;
}

/* /slick arrows */
/*=================================================================
  About us section
==================================================================*/
.about {
  padding: 100px 0;
  background: #fff;
}

.about .btn-about {
  background: #28abe3;
}

.about h4 {
  margin-top: 30px;
}

.about .feature-list {
  margin-top: 10px;
}

.about .feature-list li {
  width: 48%;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-family: "Catamaran", sans-serif;
  margin-bottom: 5px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .about .feature-list li {
    width: auto;
    margin-right: 20px;
  }
}

.about .feature-list li i {
  color: #28abe3;
  margin-right: 8px;
}

/*=================================================================
  About us 2 section
==================================================================*/
.about-2 {
  background: #f7f7f7;
}

.about-2 .checklist {
  padding-left: 30px;
}

.about-2 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
}

.about-2 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
}

/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  padding: 100px 0;
  background: url("../images/call-to-action/call-to-action-bg-2.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action h2 {
  line-height: 1.5;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .btn-main {
  margin-top: 20px;
}

/*=================================================================
 Call To Action 2
==================================================================*/
.call-to-action-2 {
  padding: 100px 0;
  background-image: url("../images/call-to-action/call-to-action-bg.jpg");
  background-size: cover;
  color: #fff;
}

.call-to-action-2 h2 {
  line-height: 1.5;
}

.call-to-action-2 p {
  color: #fff;
}

.call-to-action-2 .btn-main {
  margin-top: 20px;
}

/*=================================================================
  Contact
  ==================================================================*/
.contact-us {
  padding: 100px 0 50px 0;
}

.contact-form {
  margin-bottom: 40px;
}

.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  border-radius: 0;
}

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
  border-color: #28abe3;
}

.contact-form #contact-submit {
  border: none;
  padding: 15px 0;
  width: 100%;
  margin: 0;
  background: #28abe3;
  color: #fff;
  border-radius: 0;
}

.contact-form textarea.form-control {
  padding: 10px;
  height: 120px !important;
  outline: none;
}

.contact-details .contact-short-info {
  margin-top: 15px;
}

.contact-details .contact-short-info li {
  margin-bottom: 6px;
}

.social-icon {
  margin-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 10px;
}

.social-icon ul li a {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid #dedede;
  text-align: center;
}

.social-icon ul li a:hover {
  background: #28abe3;
  color: #fff;
  border: 1px solid #28abe3;
}

.social-icon ul li a:hover i {
  color: #fff;
}

.social-icon ul li a i {
  color: #55606a;
  display: inline-block;
  font-size: 20px;
  line-height: 50px;
  margin: 0;
}

.google-map {
  position: relative;
}

.google-map .map_canvas {
  height: 400px;
  color: white;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding-bottom: 30px;
  color: #444;
  position: relative;
}

.counters-item.kill-border:before {
  background: none;
}

.counters-item:before {
  background: #e5e5e5;
  content: "";
  margin-top: -27.5px;
  height: 55px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 50%;
}

.counters-item > div {
  margin: 6px 0;
}

.counters-item span {
  display: inline;
  font-size: 35px;
  font-weight: 700;
  line-height: 50px;
}

.counters-item i {
  font-size: 40px;
  display: inline-block;
  color: #28abe3;
}

.counters-item h3 {
  font-size: 18px;
  margin: 0;
  color: #666;
}

/*=================================================================
  Pricing section
==================================================================*/
.pricing-table {
  padding: 100px 0;
  padding-bottom: 70px;
  background: url("../images/pricing-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.pricing-table .title p {
  color: #fff;
}

.pricing-table:before {
  background: rgba(0, 0, 0, 0.62);
  position: absolute;
  z-index: 999;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pricing-table .container {
  position: relative;
  z-index: 999;
}

.pricing-table .pricing-item {
  padding: 40px 55px 65px;
  background: #fff;
  margin-bottom: 30px;
}

.pricing-table .pricing-item a.btn-main {
  text-transform: uppercase;
  margin-top: 20px;
}

.pricing-table .pricing-item li {
  font-weight: 400;
  padding: 10px 0;
  color: #666;
}

.pricing-table .pricing-item li i {
  margin-right: 6px;
}

.pricing-table .price-title {
  padding: 30px 0 20px;
}

.pricing-table .price-title > h3 {
  font-weight: 700;
  margin: 0 0 5px;
  font-size: 15px;
  text-transform: uppercase;
}

.pricing-table .price-title > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 5px;
}

.pricing-table .price-title .value {
  color: #28abe3;
  font-size: 50px;
  padding: 10px 0;
}

/*=================================================================
  Portfolio section
==================================================================*/
.portfolio-filter {
  margin-bottom: 40px;
  text-align: center;
}

.portfolio-filter button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #28abe3;
  border: none;
  color: #fff;
  outline: none;
  margin: 6px 4px;
}

.portfolio-filter button.active {
  background: #28abe3;
  color: #fff;
  border-radius: 50px;
}

.portfolio-block {
  position: relative;
  margin-bottom: 30px;
}

.portfolio-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}

.portfolio-block:hover:before {
  opacity: 1;
}

.portfolio-block:hover .caption h4 {
  top: 45%;
}

.portfolio-block:hover .caption {
  opacity: 1;
  top: 55%;
}

.portfolio-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.portfolio-block .caption h4 {
  font-size: 16px;
}

.portfolio-block .caption h4 a {
  color: #fff;
}

.portfolio-block .caption .search-icon {
  background: #28abe3;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  font-size: 17px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 47px;
}

/* PSH Modifier */
.portfolio-item {
  margin-bottom: 20px;
}

.pagination {
  display: flex;
  justify-content: center;
  /* 중앙 정렬 */
  margin-top: 20px;
}

.pagination button {
  margin: 0 5px;
  padding: 10px 15px;
  border: none;
  background-color: #007bff;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.pagination button:hover {
  background-color: #0056b3;
}

.pagination button:focus {
  outline: none;
}

/*=================================================================
  Services section
==================================================================*/
.services {
  padding: 100px 0 130px;
}

.services .service-block.color-bg {
  background: #28abe3;
  color: #fff;
}

.services .service-block.color-bg i,
.services .service-block.color-bg h3,
.services .service-block.color-bg p {
  color: #fff;
}

.services .service-block .service-icon {
  margin-bottom: 30px;
}

.services .service-block i {
  font-size: 75px;
  color: #28abe3;
}

.services .service-block h3 {
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}

.services .service-block p {
  font-size: 14px;
  color: #666;
}

/*=================================================================
  Services section 2
==================================================================*/
.service-2 .service-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 50px 20px;
  transition: all 0.3s ease 0s;
}

.service-2 .service-item:hover {
  box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 65px 0 rgba(0, 0, 0, 0.15);
}

.service-2 .service-item:hover i {
  background: #fff;
  color: #28abe3;
}

.service-2 .service-item i {
  font-size: 30px;
  display: inline-block;
  background: #28abe3 none repeat scroll 0 0;
  border-radius: 30px;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  height: 55px;
  line-height: 55px;
  margin-bottom: 20px;
  width: 55px;
  transition: all 0.3s ease 0s;
}

/*=================================================================
  Our skills
==================================================================*/
.team-skills .progress-block {
  margin-top: 40px;
}

.team-skills .progress-block span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 14px;
}

.team-skills .progress-block .progress {
  box-shadow: none;
  border-radius: 0;
  height: 10px;
}

.team-skills .progress-block .progress .progress-bar {
  background: #28abe3;
  box-shadow: none;
}

.clients-logo-slider {
  margin-top: 50px;
}

/*=================================================================
  Step section
==================================================================*/
.development-steps .step {
  padding: 80px 20px;
}

.development-steps .step h4 {
  font-size: 20px;
  font-weight: 600;
}

.development-steps .step h4 i {
  font-size: 72px;
  font-weight: 500;
  margin-right: 10px;
}

.development-steps .step p {
  color: #cccccc;
  font-size: 14px;
  line-height: 22px;
}

.development-steps .step-1 {
  background-color: #f2f6f8;
}

.development-steps .step-1 h4 {
  color: #212121;
}

.development-steps .step-1 p {
  color: #838383;
}

.development-steps .step-2 {
  background-color: #28abe3;
}

.development-steps .step-2 h4,
.development-steps .step-2 p {
  color: #fff;
}

.development-steps .step-3 {
  background: #198dbf;
}

.development-steps .step-3 h4,
.development-steps .step-3 p {
  color: #fff;
}

.development-steps .step-4 {
  background: #167da9;
}

.development-steps .step-4 h4,
.development-steps .step-4 p {
  color: #fff;
}

/*=================================================================
  Our Team
==================================================================*/
.team {
  padding: 100px 0;
  padding-bottom: 70px;
  background: #f6f6f6;
}

.team .team-member {
  background: #fff;
  margin-bottom: 30px;
}

.team .team-member .member-content {
  padding: 25px 0;
}

.team .team-member .member-content h3 {
  font-size: 20px;
  margin: 0 0 5px;
  color: #333;
}

.team .team-member .member-content span {
  font-size: 14px;
  color: #555;
}

.team .team-member .member-content p {
  color: #777;
  margin-top: 10px;
  padding: 0 15px;
}

.team .member-photo {
  overflow: hidden;
  position: relative;
}

.team .member-photo:hover img {
  transform: scale(1.1);
}

.team .member-photo img {
  transition: all 0.6s ease 0s;
}

.team .member-photo .mask {
  background: rgba(40, 171, 227, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  right: 0;
  cursor: pointer;
  padding: 0;
  height: 80px;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.team .member-photo .mask ul {
  text-align: center;
  position: relative;
  margin-top: 22px;
}

.team .member-photo .mask ul li {
  display: inline-block;
  margin-right: 7px;
}

.team .member-photo .mask ul li a {
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}

.team .member-photo .mask ul li a::hover {
  background-color: #6cb670;
  border: 1px solid transparent;
}

.team .member-photo:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0%);
}

/*=================================================================
  Testimonial section
==================================================================*/
.testimonial {
  padding-top: 100px;
  background: #28abe3;
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 80px;
}

.testimonial:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0;
  height: 145px;
  background-color: rgb(255, 255, 255);
}

.testimonial .item i {
  font-size: 60px;
  color: #fff;
  margin-bottom: 50px;
  display: inline-block;
}

.testimonial .item .client-details {
  padding-bottom: 30px;
}

.testimonial .item .client-details p {
  font-size: 17px;
  color: #fff;
  font-weight: 200;
  padding: 0 10%;
}

.testimonial .item .client-thumb img {
  display: inline-block;
  border-radius: 100%;
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog {
  padding-bottom: 60px;
  padding-top: 80px;
  background: #f6f6f6;
}

.posts {
  padding-bottom: 40px;
}

.post-item {
  background: #fff;
  margin-bottom: 30px;
}

.post-item .content {
  padding: 20px;
}

.post-item .content h3 a {
  color: #000;
}

.post-item .content p {
  color: #757575;
  margin: 10px 0;
}

.post-item .content .btn-main {
  padding: 12px 25px;
  margin: 15px 0;
}

/* 8.2.1 Blog Details */
.blog-details h3 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}

/* 8.2.2 Post Content */
.post-content ul {
  margin-bottom: 20px;
}

.post-content ul li {
  color: #aaa;
}

.post-content ul li a {
  color: #aaa;
}

.post-content p {
  margin-bottom: 30px;
}

.post-content blockquote {
  border-left: 2px solid #28abe3;
  padding: 40px 35px;
  margin-bottom: 30px;
  background: rgb(238, 238, 238);
}

.post-content-share {
  margin-bottom: 100px;
}

.post-content-share li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: 0.3s ease;
  margin-right: 10px;
  color: #000;
  display: inline-block;
}

.post-content-share li a:hover {
  background: #28abe3;
  border-color: #28abe3;
  color: #fff;
}

/* 8.2.3 Comment List */
.comment-list {
  padding-left: 0;
  margin-bottom: 70px;
}

.comment-list-item {
  padding: 25px 0;
  position: relative;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.comment-list-item:last-child {
  border: 0;
}

.comment-list-item-image {
  margin-right: 20px;
}

.comment-list-item-content h5 {
  color: #000;
  margin-bottom: 5px;
}

.comment-list-item-content h6 {
  color: #000;
  margin-bottom: 10px;
}

.comment-list-item-content p {
  margin-bottom: 5px;
}

.comment-list-item .comment-btn {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  padding: 10px 30px;
  border: 1px solid #ddd;
  text-transform: capitalize;
  color: #000;
  font-size: 15px;
}

@media (max-width: 575px) {
  .comment-list-item .comment-btn {
    position: unset;
    margin-top: 15px;
    display: inline-block;
  }
}

.comment-list-item .comment-btn:hover {
  background: #28abe3;
  color: #fff;
}

/* 8.2.4 Comment Form */
.comment-form {
  margin-top: 40px;
}

.comment-form .form-control {
  background-color: transparent;
  border: 1px solid #dedede;
  box-shadow: none;
  height: 45px !important;
  color: #0c0c0c;
  height: 38px;
  font-size: 14px;
  border-radius: 0;
  margin-bottom: 20px;
}

.comment-form textarea.form-control {
  height: 200px !important;
}

.comment-form .btn-primary {
  background: #28abe3;
  border-radius: 0;
  padding: 10px 20px;
  border: 0;
}

/* 8.2.5 Widget Style */
.widget {
  margin-bottom: 30px;
}

.widget h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.widget-search {
  position: relative;
}

.widget-search .form-control {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 50px;
}

.widget-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #28abe3;
  border: 0;
}

.widget-search-btn i {
  color: #fff;
}

.widget-categories-list {
  padding-left: 0px;
}

.widget-categories-list li {
  border-bottom: 1px solid #ddd;
}

.widget-categories-list li:last-child {
  border: 0;
}

.widget-categories-list li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  transition: 0.3s ease;
}

.widget-categories-list li a i {
  font-size: 10px;
  margin-right: 10px;
}

.widget-categories-list li a:hover {
  background: #28abe3;
  color: #fff;
  padding-left: 20px;
}

.widget-post-list {
  padding-left: 0;
}

.widget-post-list-item {
  padding: 15px 0;
  display: flex;
}

.widget-post-image {
  margin-right: 10px;
  height: 90px;
  width: 130px;
  overflow: hidden;
}

.widget-post-image img {
  height: 90px;
  width: auto;
}

.widget-post-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  color: #000;
}

.widget-post-content h5:hover {
  color: #28abe3;
}

/*=================================================================
  Single Blog Page
==================================================================*/
#blog-banner {
  padding-bottom: 100px;
  padding-top: 150px;
}

#blog-page {
  margin: 0 0 40px;
}

.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}

.post-meta a {
  color: #28abe3;
}

.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}

.post-meta > span:last-child {
  border-right: 0;
}

.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #28abe3;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #28abe3;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #28abe3;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input,
.comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus,
.comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #28abe3;
}

.comment-reply-form textarea,
.comment-reply-form .btn-main {
  height: auto;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}

.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.top-footer p {
  font-size: 13px;
  line-height: 25px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}

.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
}

.top-footer li a:hover {
  color: #28abe3;
}

.top-footer .footer-menu-row {
  align-items: flex-start;
  justify-content: flex-start;
}

.top-footer .footer-menu-col {
  display: flex;
  align-items: flex-start;
}

.top-footer .footer-menu-col ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-footer .footer-menu-col ul li {
  margin: 0 0 2px;
}

.top-footer .footer-menu-col ul li:first-child {
  margin-bottom: 10px;
}

.top-footer .footer-menu-col h3 {
  margin-bottom: 10px;
  white-space: nowrap;
}

.top-footer .footer-brand-col h3 {
  white-space: normal;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}

.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}

.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}

.footer-bottom a {
  color: #28abe3;
}

.page-404 {
  display: flex;
  align-items: center;
  height: 100vh;
}

.page-404 h1 {
  font-size: 200px;
}

/*============================================================
	For Small Desktop
==============================================================*/
@media (min-width: 700px) and (max-width: 1090px) {
  .counters-item:before {
    display: none;
  }

  .top-footer .footer-menu-col h3 {
    white-space: normal;
  }
}

@media (min-width: 980px) and (max-width: 1150px) {
  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }

  /* about us */
  .feature-desc h3 {
    margin-top: 0;
  }

  /* our team */
  .team-mate {
    margin-bottom: 30px;
  }

  .mask ul {
    top: 85px;
  }

  .mask ul li {
    margin: 0 5px;
  }

  .team-mate > h4 {
    margin-bottom: 10px;
  }

  .team-mate img {
    margin: 0 auto;
  }

  .member-info ul li {
    margin-right: 10px;
  }

  /* testimonial */
  .client-info {
    width: 55%;
  }

  /* blog page */
  .tab-post-nav li a {
    padding: 15px 8px;
  }

  /* single blog page */
  .author-bio h5 {
    margin-left: 70px;
  }
}

/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
@media (min-width: 768px) and (max-width: 979px) {
  .counters-item:before {
    display: none;
  }

  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }

  /* navigation */
  .navbar-inverse .navbar-nav li a {
    padding: 20px 10px;
  }

  /* about us */
  .wrap-about {
    margin: 0 0 75px;
  }

  .about-content {
    margin: 0 auto;
    width: 60%;
  }

  /* fun facts */
  #counter {
    padding-bottom: 50px;
  }

  .counters-item {
    margin-bottom: 30px;
  }

  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }

  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }

  .skill-chart {
    margin: 0 auto 40px;
    width: 90%;
  }

  .skill-chart > h3 {
    margin: 15px 0;
  }

  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 300px;
  }

  /* testimonial */
  .client-info {
    width: 75%;
  }

  /* latest posts */
  .note {
    margin-bottom: 30px;
  }

  /* blog page */
  .tab-post-nav li a {
    padding: 10px;
  }

  /* singla blog page */
  .author-social {
    margin-left: 0;
  }
}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/
.history-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
  text-align: left;
}

.history-card {
  height: 100%;
  padding: 24px 26px;
  border: 1px solid #e7edf2;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 14px 35px rgba(15, 51, 72, 0.08);
}

.history-card h2 {
  margin-bottom: 14px;
  color: #28abe3;
  font-size: 30px;
  line-height: 1;
}

.history-card p {
  margin-bottom: 10px;
  color: #4f5f6d;
  font-size: 15px;
  line-height: 1.6;
}

.history-card p:last-child {
  margin-bottom: 0;
}

.history-preview {
  margin-top: 40px;
  padding: 40px 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f5fbff 0%, #ffffff 100%);
  box-shadow: 0 18px 45px rgba(16, 58, 84, 0.08);
}

.history-preview h2 {
  margin-bottom: 18px;
}

.history-preview p {
  max-width: 760px;
  margin: 0 auto;
}

.history-preview-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.history-preview-item {
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e6eef4;
}

.history-preview-item strong {
  display: block;
  margin-bottom: 6px;
  color: #28abe3;
  font-size: 24px;
}

.history-preview-item span {
  display: block;
  color: #5b6c79;
  line-height: 1.5;
}

.history-hero {
  position: relative;
  overflow: hidden;
  padding: 180px 0 120px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      rgba(24, 48, 66, 0.88) 0%,
      rgba(40, 171, 227, 0.72) 100%
    ),
    url("../images/company/company-image.jpg") center/cover no-repeat;
}

.history-hero:before {
  content: "";
  position: absolute;
  inset: auto -8% -120px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  filter: blur(6px);
}

.history-hero-inner {
  position: relative;
  max-width: 780px;
}

.history-hero-kicker {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.26em;
  text-transform: uppercase;
  font-size: 13px;
}

.history-hero h1 {
  margin-bottom: 18px;
  font-size: 56px;
  line-height: 1.15;
  color: #fff;
}

.history-hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.history-timeline-section {
  padding: 100px 0 120px;
  background:
    radial-gradient(
      circle at top left,
      rgba(40, 171, 227, 0.06),
      transparent 32%
    ),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.history-section-head {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}

.history-section-head h2 {
  margin-bottom: 18px;
}

.history-timeline {
  position: relative;
  max-width: 1060px;
  margin: 0 auto;
  padding: 10px 0;
}

.history-year-nav {
  position: sticky;
  top: 84px;
  z-index: 20;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  margin: 0 auto 48px;
  padding: 14px;
  border: 1px solid rgba(40, 171, 227, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(15, 53, 77, 0.06);
}

.history-year-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  color: #5a6c79;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.history-year-link:hover,
.history-year-link:focus {
  color: #1b4b66;
  background: rgba(40, 171, 227, 0.12);
}

.history-year-link.is-active {
  color: #fff;
  background: #28abe3;
  box-shadow: 0 8px 18px rgba(40, 171, 227, 0.24);
}

.history-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(
    180deg,
    rgba(40, 171, 227, 0.1) 0%,
    rgba(40, 171, 227, 0.5) 35%,
    rgba(40, 171, 227, 0.1) 100%
  );
  transform: translateX(-50%);
}

.history-entry {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
  margin-bottom: 44px;
  opacity: 0;
  transform: translateY(60px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.history-entry:nth-child(even) .history-entry-year {
  order: 2;
  text-align: left;
}

.history-entry:nth-child(even) .history-entry-card {
  order: 1;
}

.history-entry:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #28abe3;
  box-shadow: 0 0 0 6px rgba(40, 171, 227, 0.14);
  transform: translateX(-50%);
}

.history-entry.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.history-entry-year {
  position: sticky;
  top: 110px;
  padding-top: 2px;
  text-align: right;
  color: #0d5884;
  font-family: "Catamaran", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.history-entry-card {
  padding: 28px 30px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(40, 171, 227, 0.1);
  box-shadow: 0 14px 32px rgba(17, 62, 89, 0.06);
}

.history-entry-card p {
  margin-bottom: 12px;
  color: #4f5f6d;
  font-size: 16px;
  line-height: 1.7;
}

.history-entry-card p:last-child {
  margin-bottom: 0;
}

.overview-hero,
.ceo-hero,
.ci-hero,
.notice-hero {
  position: relative;
  padding: 180px 0 110px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      rgba(19, 43, 59, 0.88) 0%,
      rgba(40, 171, 227, 0.74) 100%
    ),
    url("../images/company/company-image.jpg") center/cover no-repeat;
}

.overview-hero-inner,
.ceo-hero-inner,
.ci-hero-inner,
.notice-hero-inner {
  max-width: 780px;
}

.overview-kicker {
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-size: 13px;
}

.overview-hero h1,
.ceo-hero h1,
.ci-hero h1,
.notice-hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 54px;
  line-height: 1.16;
}

.overview-hero p,
.ceo-hero p,
.ci-hero p,
.notice-hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
}

.notice-tab-bar {
  display: inline-flex;
  gap: 12px;
  padding: 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(40, 171, 227, 0.12);
  box-shadow: 0 16px 30px rgba(17, 62, 89, 0.06);
}

.notice-tab-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 12px 24px;
  border-radius: 999px;
  color: #204258;
  font-weight: 700;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.notice-tab-link:hover,
.notice-tab-link:focus {
  color: #183042;
  background: rgba(40, 171, 227, 0.08);
  transform: translateY(-1px);
}

.notice-tab-link.is-active {
  background: #28abe3;
  color: #fff;
}

.notice-list-head {
  margin-bottom: 28px;
}

.notice-tabs .container {
  display: flex;
  justify-content: center;
}

.notice-feed,
.disclosure-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-feed-item,
.disclosure-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 26px 0;
  border-top: 1px solid rgba(24, 48, 66, 0.12);
}

.notice-feed-item:last-child,
.disclosure-item:last-child {
  border-bottom: 1px solid rgba(24, 48, 66, 0.12);
}

.notice-feed-card {
  width: 100%;
  padding: 8px 0;
}

.notice-feed-meta,
.disclosure-date {
  margin-bottom: 12px;
  color: #183042;
  font-size: 18px;
  font-weight: 700;
}

.notice-feed-item h3,
.disclosure-copy h3 {
  margin-bottom: 12px;
  color: #0f2230;
  font-size: 23px;
  line-height: 1.5;
}

.notice-feed-item p,
.disclosure-copy p {
  margin-bottom: 0;
  color: #667788;
  font-size: 16px;
  line-height: 1.8;
}

.dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  padding: 9px 22px;
  border-radius: 8px;
  background: #28abe3;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.dl-btn:hover {
  background: #1a90c5;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.dl-software-section {
  border-top: 1px solid rgba(24, 48, 66, 0.1);
}

.dl-software-card {
  padding: 40px 44px;
  border-radius: 20px;
  background: rgba(40, 171, 227, 0.04);
  border: 1px solid rgba(40, 171, 227, 0.15);
}

.dl-software-card h3 {
  margin-bottom: 16px;
  color: #0f2230;
  font-size: 22px;
  font-weight: 700;
}

.dl-software-card p {
  margin-bottom: 10px;
  color: #667788;
  font-size: 16px;
  line-height: 1.8;
}

.dl-software-card .btn {
  margin-top: 20px;
}

.dl-section-heading {
  margin-bottom: 8px;
}

.dl-section-heading h2 {
  color: #0f2230;
  font-size: 26px;
  font-weight: 700;
}

.dl-section-divider {
  border-top: 1px solid rgba(24, 48, 66, 0.1);
  margin-top: 16px;
  padding-top: 8px;
}

.download-section-anchor {
  display: block;
  position: relative;
  top: -220px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.download-anchor-section {
  scroll-margin-top: 220px;
}

/* Sticky tab bar for brochure / download pages */
.notice-tabs.notice-tabs-sticky {
  position: sticky;
  top: 88px;
  z-index: 100;
  padding: 16px 0;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(17, 62, 89, 0.08);
}

@media (max-width: 991px) {
  .download-section-anchor {
    top: -180px;
  }

  .download-anchor-section {
    scroll-margin-top: 180px;
  }

  .notice-tabs.notice-tabs-sticky {
    top: 64px;
  }
}

/* ===== Product pages (p_sat.html / p_uav.html) ===== */
.prod-section {
  padding: 80px 0;
  background: #fff;
}

.prod-section-alt {
  padding: 80px 0;
  background: #f7f9fc;
}

.prod-section-header {
  margin-bottom: 32px;
}

.prod-period {
  display: inline-block;
  margin-bottom: 16px;
  padding: 5px 16px;
  border-radius: 999px;
  background: rgba(40, 171, 227, 0.1);
  color: #28abe3;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.prod-section-header h2,
.prod-section-header h3 {
  margin-bottom: 20px;
  color: #0f2230;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.prod-section-header p {
  color: #667788;
  font-size: 16px;
  line-height: 1.85;
  margin-bottom: 14px;
}

.prod-link-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.prod-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.prod-feature-list li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid rgba(24, 48, 66, 0.08);
  color: #445566;
  font-size: 15px;
  line-height: 1.6;
}

.prod-feature-list li:first-child {
  border-top: 1px solid rgba(24, 48, 66, 0.08);
}

.prod-feature-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28abe3;
}

.prod-img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(17, 62, 89, 0.12);
}

.prod-img-caption {
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  color: #607286;
  font-weight: 600;
}

.prod-egse-wrap {
  text-align: center;
}

.prod-section .prod-egse-wrap .prod-img-egse {
  width: 80% !important;
  max-width: 480px !important;
  min-width: 0 !important;
  display: block;
  margin: 0 auto !important;
}

.prod-section .prod-egse-wrap .prod-img-caption {
  width: 100%;
  text-align: center !important;
}

.prod-divider-img {
  width: 100%;
  display: block;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}

/* Spec/pricing section */
.spec-section {
  padding: 80px 0;
  background: #0f2230;
}

.spec-section-header {
  text-align: center;
  margin-bottom: 48px;
}

.spec-section-header h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.spec-section-header p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.8;
}

.spec-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.spec-card-label {
  margin-bottom: 8px;
  color: #28abe3;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.spec-card-name {
  margin-bottom: 6px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

.spec-card-desc {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.7;
}

.spec-card-list {
  list-style: none;
  padding: 0;
  margin: 0 0 auto;
}

.spec-card-list li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1.5;
}

.spec-card-list li:last-child {
  border-bottom: none;
}

.spec-card .btn-main {
  margin-top: 28px;
  align-self: flex-start;
}

.spec-card-coming {
  background: rgba(40, 171, 227, 0.06);
  border-color: rgba(40, 171, 227, 0.2);
  border-style: dashed;
}

@media (max-width: 768px) {
  .prod-section,
  .prod-section-alt,
  .spec-section {
    padding: 56px 0;
  }

  .prod-section-header h2 {
    font-size: 24px;
  }

  .spec-card {
    padding: 32px 24px;
    margin-bottom: 20px;
  }
}

/* Research summary table (p_sat.html Section 1) */
.prod-research-table {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(40, 171, 227, 0.18);
  box-shadow: 0 8px 32px rgba(17, 62, 89, 0.07);
}

.prod-research-row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(40, 171, 227, 0.1);
}

.prod-research-row:last-child {
  border-bottom: none;
}

.prod-research-label {
  flex: 0 0 120px;
  padding: 16px 18px;
  background: rgba(40, 171, 227, 0.07);
  color: #0f2230;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.prod-research-value {
  flex: 1;
  padding: 16px 20px;
  background: #fff;
  color: #445566;
  font-size: 14px;
  line-height: 1.65;
  display: flex;
  align-items: center;
}

/* ============================================================
   UAV page — stat counters
   ============================================================ */
.uav-stat {
  padding: 12px 4px;
}

.uav-stat-value {
  font-size: 20px;
  font-weight: 800;
  color: #28abe3;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.uav-stat-label {
  font-size: 12px;
  color: #778899;
  margin-top: 4px;
  font-weight: 500;
}

@media (max-width: 576px) {
  .uav-stat-value {
    font-size: 16px;
  }
}

/* ============================================================
   Coming Soon page
   ============================================================ */
.coming-soon-section {
  padding: 100px 0 120px;
  background: #f8fafc;
}

.coming-soon-icon {
  font-size: 64px;
  color: #28abe3;
  margin-bottom: 28px;
  opacity: 0.7;
}

.coming-soon-title {
  font-size: 36px;
  font-weight: 700;
  color: #0f2230;
  margin-bottom: 20px;
}

.coming-soon-desc {
  font-size: 17px;
  color: #667788;
  line-height: 1.8;
  max-width: 540px;
  margin: 0 auto 32px;
}

.btn-main-outline {
  display: inline-block;
  padding: 12px 32px;
  border: 2px solid #28abe3;
  color: #28abe3;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  margin-left: 8px;
}

.btn-main-outline:hover {
  background: #28abe3;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 576px) {
  .coming-soon-title {
    font-size: 26px;
  }
  .coming-soon-icon {
    font-size: 48px;
  }
}

@media (max-width: 576px) {
  .prod-research-row {
    flex-direction: column;
  }

  .prod-research-label {
    flex: none;
    border-bottom: 1px solid rgba(40, 171, 227, 0.1);
  }
}

.notice-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}

.notice-page-button {
  min-width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #eef7fc;
  color: #204258;
  font-weight: 700;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.notice-page-button:hover,
.notice-page-button:focus {
  background: #d8eef9;
  transform: translateY(-1px);
}

.notice-page-button.is-active {
  background: #28abe3;
  color: #fff;
}

.disclosure-copy {
  max-width: 880px;
}

.disclosure-action {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  padding-top: 18px;
}

.disclosure-download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  padding: 15px 24px;
  border: 1px solid rgba(24, 48, 66, 0.18);
  border-radius: 0;
  background: #fff;
  color: #0f2230;
  font-size: 18px;
  font-weight: 500;
  transition:
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.disclosure-download-button:hover,
.disclosure-download-button:focus {
  border-color: #28abe3;
  background: #28abe3;
  color: #fff;
  transform: translateY(-1px);
}

.ci-preview-stack {
  display: grid;
  gap: 18px;
}

.ci-preview-card {
  position: relative;
  padding: 32px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(16, 58, 84, 0.12);
}

.ci-preview-card img {
  display: block;
  max-width: 100%;
}

.ci-preview-card-light {
  background:
    radial-gradient(
      circle at top left,
      rgba(40, 171, 227, 0.14),
      transparent 34%
    ),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%);
  border: 1px solid rgba(40, 171, 227, 0.12);
}

.ci-preview-card-dark {
  background:
    radial-gradient(
      circle at top left,
      rgba(40, 171, 227, 0.18),
      transparent 28%
    ),
    linear-gradient(135deg, #153346 0%, #0f2432 100%);
}

.ci-preview-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(24, 48, 66, 0.08);
  color: #183042;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ci-preview-card-dark .ci-preview-label {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}

.ci-copy h2 {
  margin-bottom: 18px;
}

.ci-download-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 40px;
  border-radius: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  border: 1px solid rgba(40, 171, 227, 0.12);
  box-shadow: 0 16px 32px rgba(17, 62, 89, 0.06);
}

.ci-download-copy {
  max-width: 720px;
}

.ci-download-copy h2 {
  margin-bottom: 14px;
}

.ci-file-meta {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ci-file-meta li {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(40, 171, 227, 0.08);
  color: #1d4258;
  font-size: 14px;
  font-weight: 600;
}

.updates-hero {
  position: relative;
  padding: 180px 0 110px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      rgba(19, 43, 59, 0.9) 0%,
      rgba(40, 171, 227, 0.76) 100%
    ),
    url("../images/call-to-action/call-to-action-bg.jpg") center/cover no-repeat;
}

.updates-hero-inner {
  max-width: 780px;
}

.updates-hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 54px;
  line-height: 1.16;
}

.updates-hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
}

.updates-tabs .container {
  display: flex;
  justify-content: center;
}

.updates-tab-bar {
  display: inline-flex;
  gap: 12px;
  padding: 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(40, 171, 227, 0.12);
  box-shadow: 0 16px 30px rgba(17, 62, 89, 0.06);
}

.updates-tab-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 12px 24px;
  border-radius: 999px;
  color: #204258;
  font-weight: 700;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.updates-tab-link:hover,
.updates-tab-link:focus {
  color: #183042;
  background: rgba(40, 171, 227, 0.08);
  transform: translateY(-1px);
}

.updates-tab-link.is-active {
  background: #28abe3;
  color: #fff;
}

.as-hero {
  position: relative;
  padding: 180px 0 110px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      rgba(19, 43, 59, 0.9) 0%,
      rgba(40, 171, 227, 0.76) 100%
    ),
    url("../images/kndrone/pd_knx2_detail2.png") center/cover no-repeat;
}

.as-hero-inner {
  max-width: 780px;
}

.as-hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 54px;
  line-height: 1.16;
}

.as-hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
}

.support-tabs .container {
  display: flex;
  justify-content: center;
}

.support-tab-bar {
  display: inline-flex;
  gap: 12px;
  padding: 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(40, 171, 227, 0.12);
  box-shadow: 0 16px 30px rgba(17, 62, 89, 0.06);
}

.support-tab-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 12px 24px;
  border-radius: 999px;
  color: #204258;
  font-weight: 700;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.support-tab-link:hover,
.support-tab-link:focus {
  color: #183042;
  background: rgba(40, 171, 227, 0.08);
  transform: translateY(-1px);
}

.support-tab-link.is-active {
  background: #28abe3;
  color: #fff;
}

.as-guide-panel {
  padding: 36px 34px;
  border-radius: 28px;
  border: 1px solid rgba(40, 171, 227, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
  box-shadow: 0 16px 32px rgba(17, 62, 89, 0.06);
}

.as-guide-panel .title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.as-guide-image {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(17, 62, 89, 0.08);
}

.as-guide-domain {
  margin: 18px 0 0;
  text-align: center;
  color: #204258;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.as-contact-card {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(40, 171, 227, 0.12);
  background: #fff;
  box-shadow: 0 14px 30px rgba(17, 62, 89, 0.06);
}

.as-contact-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(40, 171, 227, 0.14);
  color: #28abe3;
  font-size: 24px;
  flex: 0 0 auto;
}

.as-contact-copy h2 {
  margin-bottom: 14px;
}

.as-contact-copy p {
  margin-bottom: 10px;
  color: #667788;
}

.as-contact-meta {
  margin-left: auto;
  min-width: 240px;
  padding: 18px 20px;
  border-radius: 18px;
  border: 1px dashed rgba(40, 171, 227, 0.35);
  background: #f8fcff;
}

.as-contact-phone,
.as-contact-link {
  display: block;
  color: #204258;
  font-weight: 700;
}

.as-contact-phone {
  margin-bottom: 8px;
  font-size: 22px;
}

.as-contact-link {
  font-size: 16px;
}

.contact-hero,
.career-hero {
  position: relative;
  padding: 180px 0 110px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      rgba(19, 43, 59, 0.9) 0%,
      rgba(40, 171, 227, 0.76) 100%
    ),
    url("../images/call-to-action/call-to-action-bg.jpg") center/cover no-repeat;
}

.contact-hero-inner,
.career-hero-inner {
  max-width: 780px;
}

.contact-hero h1,
.career-hero h1 {
  margin-bottom: 18px;
  color: #fff;
  font-size: 54px;
  line-height: 1.16;
}

.contact-hero p,
.career-hero p {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
}

.contact-card-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 22px;
}

.contact-card-main,
.contact-card-side {
  border-radius: 26px;
  border: 1px solid rgba(40, 171, 227, 0.12);
  box-shadow: 0 14px 30px rgba(17, 62, 89, 0.06);
  background: #fff;
}

.contact-card-main {
  padding: 34px;
}

.contact-card-main h2 {
  margin-bottom: 12px;
}

.contact-card-main p {
  margin-bottom: 18px;
  color: #667788;
}

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 13px;
  color: #4f6679;
}

.contact-info-list li i {
  margin-top: 2px;
  color: #28abe3;
}

.contact-card-side {
  padding: 30px 24px;
  background: linear-gradient(180deg, #f6fbfe 0%, #ffffff 100%);
}

.contact-card-side h3 {
  margin-bottom: 18px;
  color: #183042;
}

.contact-quick-link {
  display: block;
  margin-bottom: 10px;
  color: #204258;
  font-weight: 700;
}

.contact-quick-btn {
  margin-top: 14px;
  display: block;
  width: 100%;
  text-align: center;
}

.contact-map-links {
  padding: 34px 0 14px;
}

.contact-map-link-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.contact-cta-panel {
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(40, 171, 227, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  box-shadow: 0 16px 32px rgba(17, 62, 89, 0.06);
  text-align: center;
}

.contact-cta-panel h2 {
  margin-bottom: 12px;
}

.contact-cta-panel p {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #61788a;
}

.career-panel {
  padding: 36px;
  border-radius: 28px;
  border: 1px solid rgba(40, 171, 227, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
  box-shadow: 0 16px 32px rgba(17, 62, 89, 0.06);
}

.career-panel .title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.career-image-stack {
  display: grid;
  gap: 20px;
  margin-top: 26px;
}

.career-image {
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(17, 62, 89, 0.08);
}

.career-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 12px;
}

.career-step {
  padding: 24px 20px;
  border-radius: 20px;
  border: 1px solid rgba(40, 171, 227, 0.12);
  background: #fff;
  box-shadow: 0 12px 24px rgba(17, 62, 89, 0.05);
  text-align: center;
}

.career-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-bottom: 10px;
  background: #28abe3;
  color: #fff;
  font-weight: 700;
}

.career-step h3 {
  margin: 0;
  color: #183042;
  font-size: 20px;
}

.career-apply-panel {
  margin-top: 20px;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(40, 171, 227, 0.12);
  background: #fff;
  box-shadow: 0 14px 28px rgba(17, 62, 89, 0.05);
  text-align: center;
}

.career-apply-panel p {
  margin-bottom: 10px;
  color: #61788a;
}

.career-apply-actions {
  margin-top: 14px;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-page .reveal-card,
body.reveal-ready.contact-page .reveal-card,
body.reveal-ready.contact-page .reveal-hero.reveal-card {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.uam-overview .title p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.uam-hero-image,
.uam-feature-image,
.uam-gallery-image {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(17, 62, 89, 0.08);
}

.uam-bullet-list {
  margin: 0;
  padding-left: 22px;
}

.uam-bullet-list li {
  margin-bottom: 10px;
  color: #596f80;
  line-height: 1.75;
}

.uam-bullet-list li:last-child {
  margin-bottom: 0;
}

.uav-pill-row {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.uav-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(40, 171, 227, 0.18);
  background: rgba(40, 171, 227, 0.08);
  color: #1d4258;
  font-size: 13px;
  font-weight: 700;
}

.uav-page .uam-overview .title {
  margin-bottom: 6px;
}

.uav-page .overview-card {
  border-radius: 24px;
}

.uav-cta-panel {
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(40, 171, 227, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  box-shadow: 0 16px 32px rgba(17, 62, 89, 0.06);
  text-align: center;
}

.uav-cta-panel h2 {
  margin-bottom: 12px;
}

.uav-cta-panel p {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #62798a;
}

.sat-pill-row,
.drone-pill-row {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.sat-pill,
.drone-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(40, 171, 227, 0.18);
  background: rgba(40, 171, 227, 0.08);
  color: #1d4258;
  font-size: 13px;
  font-weight: 700;
}

.sat-page .prod-section-header p,
.drone-page .prod-section-header p {
  line-height: 1.8;
}

.sat-page .prod-feature-list li,
.drone-page .prod-feature-list li {
  line-height: 1.75;
}

.sat-cta-panel,
.drone-cta-panel {
  padding: 34px;
  border-radius: 28px;
  border: 1px solid rgba(40, 171, 227, 0.14);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%);
  box-shadow: 0 16px 32px rgba(17, 62, 89, 0.06);
  text-align: center;
}

.drone-cta-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
}

.sat-cta-panel h2,
.drone-cta-panel h2 {
  margin-bottom: 12px;
}

.sat-cta-panel p,
.drone-cta-panel p {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #62798a;
}

.sat-cta-actions,
.drone-cta-actions {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}

.news-feed-section .post-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(40, 171, 227, 0.1);
  box-shadow: 0 14px 30px rgba(17, 62, 89, 0.06);
  background: #fff;
}

.news-feed-section .media-wrapper {
  overflow: hidden;
}

.news-feed-section .media-wrapper img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.news-feed-section .post-item:hover .media-wrapper img {
  transform: scale(1.04);
}

.news-feed-section .post-item .content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 26px 24px 28px;
}

.news-feed-section .post-item h3 {
  margin-bottom: 14px;
  color: #163245;
  font-size: 24px;
  line-height: 1.45;
}

.news-feed-section .post-item p {
  margin-bottom: 22px;
  color: #667788;
  line-height: 1.8;
}

.news-feed-section .post-item .btn {
  margin-top: auto;
  align-self: flex-start;
}

.video-archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.video-archive-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(40, 171, 227, 0.1);
  box-shadow: 0 16px 32px rgba(17, 62, 89, 0.08);
  background: #fff;
  height: 100%;
}

.video-archive-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  min-height: 420px;
}

.video-frame-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 420px;
  background: #0d1c27;
}

.video-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-archive-card .content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.video-archive-card h3 {
  margin-bottom: 12px;
  color: #163245;
  font-size: 26px;
  line-height: 1.45;
}

.video-archive-description {
  margin-bottom: 14px;
  color: #667788;
  line-height: 1.8;
  white-space: pre-line;
}

.video-archive-description:last-child {
  margin-bottom: 0;
}

.dusi-time-section .container {
  max-width: 1320px;
}

.dusi-time-intro {
  margin-bottom: 34px;
}

.dusi-time-intro p {
  max-width: 720px;
  margin: 0 auto 18px;
  color: #667788;
  font-size: 18px;
  line-height: 1.8;
}

.dusi-time-section .dusi-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.dusi-time-section .portfolio-item {
  max-width: none;
  padding: 0;
  margin-bottom: 0;
}

.dusi-time-card {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(40, 171, 227, 0.1);
  box-shadow: 0 16px 32px rgba(17, 62, 89, 0.08);
  background: #fff;
}

.dusi-time-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.dusi-time-card .caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: none;
  display: flex;
  align-items: flex-end;
  padding: 22px 20px;
  background: linear-gradient(
    180deg,
    rgba(15, 34, 48, 0.02) 0%,
    rgba(15, 34, 48, 0.72) 100%
  );
}

.dusi-time-card:hover .caption {
  top: 0;
}

.dusi-time-card .caption h4 {
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.dusi-time-card .search-icon {
  top: 18px;
  right: 18px;
  left: auto;
  bottom: auto;
  width: 46px;
  height: 46px;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.dusi-time-card .search-icon i {
  font-size: 18px;
}

.dusi-time-page .lightbox .lb-dataContainer {
  padding: 14px 16px 18px;
  background: rgba(12, 24, 34, 0.96);
  border-radius: 0 0 12px 12px;
}

.dusi-time-page .lightbox .lb-data {
  position: relative;
  padding: 0 42px 0 0;
  color: #fff;
}

.dusi-time-page .lightbox .lb-data .lb-details {
  float: none;
  width: 100%;
  text-align: center;
  line-height: 1.7;
}

.dusi-time-page .lightbox .lb-data .lb-caption {
  display: block;
  color: #f8fbfd;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.dusi-time-page .lightbox .lb-data .dusi-time-lightbox-caption {
  display: block;
}

.dusi-time-page
  .lightbox
  .lb-data
  .dusi-time-lightbox-caption
  + .dusi-time-lightbox-caption {
  margin-top: 12px;
}

.dusi-time-page .lightbox .lb-data .lb-number {
  padding: 8px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.dusi-time-page .lightbox .lb-data .lb-close {
  position: absolute;
  top: 0;
  right: 0;
  float: none;
}

.dusi-time-section .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.dusi-time-section .pagination button {
  min-width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #eef7fc;
  color: #204258;
  font-weight: 700;
  transition:
    background-color 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.dusi-time-section .pagination button:hover,
.dusi-time-section .pagination button:focus {
  background: #d8eef9;
  transform: translateY(-1px);
}

.dusi-time-section .pagination button.is-active {
  background: #28abe3;
  color: #fff;
}

.overview-main-image,
.ceo-main-image {
  width: 100%;
  border-radius: 26px;
  box-shadow: 0 18px 38px rgba(16, 58, 84, 0.12);
}

.overview-copy h2,
.overview-story-copy h2,
.ceo-message-copy h2 {
  margin-bottom: 18px;
}

.overview-card {
  height: 100%;
  padding: 30px 28px;
  border: 1px solid rgba(40, 171, 227, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(17, 62, 89, 0.05);
}

.overview-card h3 {
  margin-bottom: 16px;
  color: #183042;
}

.overview-media-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.overview-media-grid img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(17, 62, 89, 0.08);
}

.overview-link-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 36px 40px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f6fbfe 0%, #ffffff 100%);
  border: 1px solid rgba(40, 171, 227, 0.12);
  box-shadow: 0 16px 32px rgba(17, 62, 89, 0.05);
}

.overview-link-copy {
  max-width: 620px;
}

.overview-link-copy h2 {
  margin-bottom: 12px;
}

.overview-link-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.ceo-qa-card {
  height: 100%;
  padding: 30px 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(40, 171, 227, 0.1);
  box-shadow: 0 14px 30px rgba(17, 62, 89, 0.05);
}

.ceo-qa-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #28abe3;
  color: #fff;
  font-weight: 700;
}

.ceo-qa-card h3 {
  margin-bottom: 16px;
  color: #183042;
  font-size: 26px;
  line-height: 1.35;
}

.reveal-card {
  opacity: 1;
  transform: none;
}

body.reveal-ready .reveal-card {
  opacity: 0;
  transform: translate3d(0, 44px, 0) scale(0.97);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

body.reveal-ready .reveal-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

body.reveal-ready .reveal-hero.reveal-card {
  transform: translate3d(0, 58px, 0) scale(0.98);
}

@media only screen and (max-width: 767px) {
  .history-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .history-card {
    padding: 20px;
  }

  .history-preview {
    padding: 28px 22px;
  }

  .history-preview-highlights {
    grid-template-columns: 1fr;
  }

  .history-hero {
    padding: 150px 0 90px;
  }

  .history-hero h1 {
    font-size: 34px;
  }

  .history-hero-copy {
    font-size: 16px;
  }

  .history-timeline-section {
    padding: 80px 0 90px;
  }

  .history-section-head {
    margin-bottom: 44px;
  }

  .history-year-nav {
    top: 74px;
    margin-bottom: 34px;
    padding: 10px;
    border-radius: 22px;
    justify-content: flex-start;
  }

  .history-year-link {
    padding: 9px 14px;
    font-size: 13px;
  }

  .history-timeline:before {
    left: 24px;
  }

  .history-entry {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-left: 56px;
    margin-bottom: 28px;
  }

  .history-entry:before {
    left: 24px;
    transform: none;
  }

  .history-entry:nth-child(even) .history-entry-year,
  .history-entry:nth-child(even) .history-entry-card {
    order: initial;
  }

  .history-entry-year {
    position: relative;
    top: auto;
    text-align: left;
    font-size: 30px;
  }

  .history-entry-card {
    padding: 22px 20px;
  }

  .overview-hero,
  .ceo-hero,
  .ci-hero,
  .notice-hero {
    padding: 150px 0 90px;
  }

  .overview-hero h1,
  .ceo-hero h1,
  .ci-hero h1,
  .notice-hero h1 {
    font-size: 34px;
  }

  .overview-hero p,
  .ceo-hero p,
  .ci-hero p,
  .notice-hero p {
    font-size: 16px;
  }

  .overview-media-grid {
    grid-template-columns: 1fr;
  }

  .ci-preview-card {
    padding: 24px;
    border-radius: 22px;
  }

  .overview-link-panel {
    padding: 28px 22px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ci-download-panel {
    padding: 30px 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ci-file-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .notice-tab-bar {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .updates-hero {
    padding: 150px 0 90px;
  }

  .updates-hero h1 {
    font-size: 34px;
  }

  .updates-hero p {
    font-size: 16px;
  }

  .updates-tab-bar {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .video-archive-grid {
    grid-template-columns: 1fr;
  }

  .video-archive-layout {
    grid-template-columns: 1fr;
  }

  .video-frame-wrap {
    min-height: 320px;
  }

  .video-archive-card h3 {
    font-size: 22px;
  }

  .as-hero {
    padding: 150px 0 90px;
  }

  .as-hero h1 {
    font-size: 34px;
  }

  .as-hero p {
    font-size: 16px;
  }

  .support-tab-bar {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .as-guide-panel {
    padding: 28px 22px;
  }

  .as-contact-card {
    flex-direction: column;
    gap: 18px;
    padding: 28px 22px;
  }

  .as-contact-meta {
    margin-left: 0;
    width: 100%;
    min-width: 0;
  }

  .contact-hero,
  .career-hero {
    padding: 150px 0 90px;
  }

  .contact-hero h1,
  .career-hero h1 {
    font-size: 34px;
  }

  .contact-hero p,
  .career-hero p {
    font-size: 16px;
  }

  .contact-card-grid {
    grid-template-columns: 1fr;
  }

  .contact-card-main,
  .contact-card-side,
  .contact-cta-panel,
  .career-panel,
  .career-apply-panel {
    padding: 26px 22px;
  }

  .career-step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .uam-overview .title p {
    font-size: 16px;
  }

  .uav-cta-panel {
    padding: 26px 22px;
  }

  .sat-cta-panel,
  .drone-cta-panel {
    padding: 26px 22px;
  }

  .dusi-time-section .dusi-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .notice-feed-item,
  .disclosure-item {
    flex-direction: column;
    gap: 18px;
    padding: 28px 0;
  }

  .notice-feed-item h3,
  .disclosure-copy h3 {
    font-size: 20px;
  }

  .notice-feed-meta,
  .disclosure-date {
    font-size: 18px;
  }

  .disclosure-action {
    padding-top: 0;
  }

  .disclosure-download-button {
    min-width: 132px;
    padding: 13px 20px;
    font-size: 16px;
  }

  .news-feed-section .post-item h3 {
    font-size: 21px;
  }

  .ceo-qa-card {
    padding: 24px 20px;
  }

  .ceo-qa-card h3 {
    font-size: 22px;
  }

  .counters-item:before {
    display: none;
  }

  .clients-logo-slider {
    text-align: center;
  }

  /* parallax section */
  .parallax-section {
    background-position: center top !important;
  }

  /* h1 font size home slider */
  h1 {
    font-size: 30px;
  }

  .wrap-about {
    margin: 0 auto 80px;
    width: 85%;
  }

  .feature-desc a {
    margin: 5px 5px 5px 0;
  }

  /* fun facts */
  /* services */
  #services .title {
    padding-bottom: 60px;
  }

  /* our skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 280px;
  }

  /* our team */
  .team-mate {
    margin: 0 auto 31px;
    width: 280px;
  }

  .team-mate img {
    margin: 0 auto;
  }

  .member-info ul {
    text-align: center;
    margin-bottom: 10px;
  }

  /* pricing table */
  .pricing {
    margin: 0 auto 20px;
    width: 280px;
  }

  /* portfolio */
  .portfolio-filter ul li a {
    margin: 0 10px 10px 0;
    padding: 5px 10px;
  }

  /* testimonials */
  .sub-title h3 {
    font-size: 18px;
  }

  .client-info {
    width: 100%;
  }

  /* latest posts */
  .note {
    margin-bottom: 30px;
  }

  .note .excerpt {
    padding: 0 20px 20px;
  }

  .all-post {
    margin: 20px 0 30px;
  }

  /* contact */
  .contact-info {
    margin: 0 0 30px;
  }

  #map-canvas {
    height: 250px;
  }

  /* footer */
  .top-footer .footer-menu-row {
    justify-content: flex-start;
  }

  .top-footer .footer-menu-col {
    display: block;
  }

  .top-footer .footer-menu-col h3 {
    white-space: normal;
  }

  .social-icon ul li,
  .social-icon ul li:first-child {
    margin: 15px;
  }

  .social-icon ul li a {
    width: 50px;
    height: 50px;
  }

  .social-icon ul li a i {
    font-size: 24px;
    line-height: 50px;
  }

  .blog-title h1 {
    font-size: 28px;
  }

  /* blog page */
  #blog-page {
    margin: 0;
  }

  #blog-posts {
    margin: 0 0 40px;
  }

  .post-excerpt h3 {
    font-size: 20px;
  }

  .post-pagination ul li {
    margin: 0 10px 10px 0;
  }

  .tab-post-nav li a {
    padding: 8px 5px;
  }

  /* single blog page */
  .author-social {
    margin-left: 0;
  }

  .author-avatar {
    margin-right: 10px;
  }
}

/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .title h2 {
    font-size: 32px;
  }

  .counter .counter-title h2 {
    font-size: 35px;
  }

  /* about us */
  .wrap-about {
    margin: 0 auto 75px;
    width: 70%;
  }

  /* our team */
  .team-mate {
    margin: 0 auto 30px;
    width: 280px;
  }

  .team-mate img {
    margin: 0 auto;
  }

  /* portfolio */
  .og-grid li {
    width: 245px;
  }

  /* skills */
  .skill-chart {
    margin: 0 auto 40px;
    width: 300px;
  }

  /* pricing table */
  .pricing {
    margin: 0 auto 30px;
    width: 350px;
  }

  /* testimonials */
  .client-info {
    width: 74%;
  }

  /* latest posts */
  .note {
    margin: 0 auto 30px;
    width: 75%;
  }

  /* contact */
  .contact-info {
    width: 100%;
  }

  /* blog page */
  .tab-post-nav li a {
    padding: 10px 15px;
  }
}

/* index layout cleanup */
.index-section-spacer {
  height: 84px;
}

.index-small-spacer {
  height: 16px;
}

.index-title-spacer {
  height: 36px;
}

.index-feature-image {
  margin: 16px 0;
}

.index-lead-follow {
  margin-top: 14px;
}

.index-promo-banner {
  margin: 0;
}

.kakao-channel-wrap {
  padding: 24px 0 8px;
}

.index-kakao-image {
  max-width: 70%;
  height: auto;
  margin: 0 auto 28px;
  display: block;
}

#blog .team-member .member-content {
  padding-top: 20px;
}

#blog .team-member .member-content h3 {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .index-section-spacer {
    height: 56px;
  }

  .index-title-spacer {
    height: 18px;
  }

  .kakao-channel-wrap {
    padding-top: 12px;
  }

  .index-kakao-image {
    max-width: 92%;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
