body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #f07b26;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #252525;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .header_top_container .lang_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .header_top_container .lang_box a {
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
}

.header_section .header_top .header_top_container .lang_box a img {
  width: 25px;
}

.header_section .header_top .header_top_container .lang_box span {
  color: #ffffff;
  margin-left: 10px;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu {
  min-width: auto;
  width: auto;
  border-radius: 0;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu a {
  color: #000000;
  margin: 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_section .header_top .contact_nav a:hover i {
  color: #252525;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f07b26;
}

.header_section .header_top .social_box a:hover i {
  color: #252525;
}

.header_section .header_bottom {
  background-color: #ffffff;
  padding: 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 25px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background-color: #000000;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #252525;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.quote_btn-container .quote_btn:hover {
  background-color: #bc570d;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/slider-bg.jpg);
  background-size: cover;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #252525;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background: linear-gradient(135deg, #f07b26, #ff6b35) !important;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn1:hover {
  opacity: 0.8;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: black;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #f07b26;
}

.service_section {
  position: relative;
}

.service_section .heading_container h2 {
  text-transform: none;
}

.service_section .service_container {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 45px 15px;
  margin: 0 25px;
}

.service_section .box {
  margin-top: 45px;
}

.service_section .box .img-box {
  height: 65px;
}

.service_section .box .img-box img {
  height: 100%;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #252525;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #f07b26;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background: linear-gradient(135deg, #f07b26, #ff6b35) !important;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: #bc570d;
}

.project_section .heading_container {
  margin-bottom: 45px;
}

.project_section .heading_container h2 {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

.project_section .heading_container h2 span {
  color: #ffffff;
}

.project_section .filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project_section .filter_box h6 {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
}

.project_section .filter_box .owl-filter-bar {
  margin-left: 25px;
}

.project_section .filter_box .owl-filter-bar a {
  text-transform: uppercase;
  color: #252525;
  padding: 0 10px;
  font-size: 15px;
}

.project_section .filter_box .owl-filter-bar a.active {
  color: #f07b26;
}

.owl-carousel .owl-stage-outer {
  padding: 1rem 0;
}

.project_section .box {
  position: relative;
}

.project_section .box .img-box {
  position: relative;
}

.project_section .box .img-box img {
  width: 100%;
}

.project_section .box .img-box .pin_link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #f07b26;
  font-size: 20px;
}

.project_section .box .detail-box {
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f07b26;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.project_section .box .detail-box h5 {
  font-weight: bold;
}

.project_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}

.project_section .project_carousel {
  margin-top: 45px;
  padding: 0 45px;
}

.project_section .project_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.project_section .project_carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #252525;
  outline: none;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

.project_section .project_carousel .owl-nav button:hover {
  background-color: #f07b26;
}

.project_section .project_carousel .owl-nav button.owl-prev {
  left: -25px;
}

.project_section .project_carousel .owl-nav button.owl-next {
  right: -25px;
}

.client_section {
  background-image: url(../images/client-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.client_section .heading_container {
  margin-bottom: 45px;
  color: #ffffff;
}

.client_section .heading_container h2 {
  text-transform: uppercase;
  margin: 0;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: -65px;
  margin-top: 15px;
  position: relative;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #252525;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #f07b26;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
  color: #f07b26;
}

.client_section .box p {
  margin-top: 25px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 45px 45px 45px 85px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.client_section .carousel-indicators li {
  background-color: #f07b26;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.why_us_section .why_us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 45px;
}

.why_us_section .why_us_container .box .img-box {
  background: linear-gradient(135deg, #2C3E50, #34495E) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 175px;
  min-width: 175px;
  height: 125px;
  margin-right: 25px;
  padding-right: 25px;
  -webkit-clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why_us_section .why_us_container .box .img-box img {
  width: 45px;
}

.why_us_section .why_us_container .box .detail-box h5 {
  font-weight: bold;
}

.why_us_section .why_us_container .box:hover .img-box {
  opacity: 0.8;
}

.why_us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_us_section .btn-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.why_us_section .btn-box a:hover {
  background-color: #bc570d;
}

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container {
  margin-right: 15px;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #252525;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #252525;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #252525;
}

.contact_section .form_container input::placeholder {
  color: #252525;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #bc570d;
}

.contact_section .map_container {
  height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #252525;
  color: #ffffff;
  padding: 45px 0;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #f07b26;
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #f07b26;
}

.info_section .info_post .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_post .post_box .img-box {
  min-width: 45px;
  max-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -ms-flex-preferred-size: calc(33% - 10px);
      flex-basis: calc(33% - 10px);
  padding: 5px;
  margin: 5px;
}

.info_section .info_post .post_box .img-box img {
  width: 100%;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.info_section .info_form button:hover {
  background-color: #bc570d;
}

.info_section .info_bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_bottom .info_logo {
  margin-right: 45px;
}

.info_section .info_bottom .info_logo a img {
  width: 125px;
}

.info_section .info_bottom .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.info_section .info_bottom .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  color: #f07b26;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_bottom .social_box a:hover {
  color: #252525;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color: #252525;
}

.footer_section p {
  color: #ddd;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/* ========================================
   KB TRADERS GROUP - ENHANCED STYLES
   ======================================== */

/* Fix project section visibility */
.project_section,
.project_section .carousel-wrap,
.project_section .owl-carousel {
  overflow: visible !important;
  height: auto !important;
  display: block !important;
}

/* Modern Project Cards Design */
.project_section .box {
  height: 420px !important;
  overflow: hidden !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.04) !important;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  background: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(0,0,0,0.03) !important;
}

.project_section .box:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08), 0 8px 24px rgba(0,0,0,0.06) !important;
}

.project_section .box .img-box {
  height: 250px !important;
  overflow: hidden !important;
  position: relative !important;
}

.project_section .box .img-box img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: all 0.4s ease !important;
}

.project_section .box:hover .img-box img {
  transform: scale(1.05) !important;
}

.project_section .box .img-box .pin_link {
  position: absolute !important;
  width: 40px !important;
  height: 40px !important;
  background: rgba(255,255,255,0.95) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #f07b26 !important;
  transition: all 0.3s ease !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
}

.project_section .box .img-box .pin_link:hover {
  background: #f07b26 !important;
  color: white !important;
  box-shadow: 0 3px 8px rgba(240,123,38,0.2) !important;
}

.project_section .box .detail-box {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  height: 170px !important;
  padding: 20px !important;
  background: #ffffff !important;
  color: #2C3E50 !important;
  transform: none !important;
  transition: none !important;
  justify-content: space-between !important;
}

/* Override all carousel states */
.project_section .owl-item .box .detail-box,
.project_section .owl-item.active .box .detail-box,
.project_section .owl-item.active.center .box .detail-box {
  visibility: visible !important;
  opacity: 1 !important;
  display: flex !important;
}

.project_section .box .detail-box h5 {
  display: block !important;
  margin: 0 0 12px 0 !important;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #2C3E50 !important;
  line-height: 1.2 !important;
}

.project_section .box .detail-box p {
  display: block !important;
  line-height: 1.6 !important;
  font-size: 0.9rem !important;
  color: #7F8C8D !important;
  margin: 0 !important;
  flex: 1 !important;
}

/* Add category badge */
.project_section .box .detail-box::before {
  content: attr(data-category) !important;
  position: absolute !important;
  top: -12px !important;
  left: 20px !important;
  background: linear-gradient(135deg, #f07b26, #ff6b35) !important;
  color: white !important;
  padding: 4px 12px !important;
  border-radius: 20px !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* Ensure project items are properly sized */
.project_section .item {
  display: block !important;
  visibility: visible !important;
  height: auto !important;
}

/* Modern Filter Bar Design */
.project_section .filter_box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  margin-bottom: 40px !important;
  padding: 25px !important;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
  border-radius: 16px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 2px 6px rgba(0,0,0,0.02) !important;
  border: 1px solid rgba(255,255,255,0.8) !important;
}

.project_section .filter_box h6 {
  background: linear-gradient(135deg, #2C3E50, #34495E) !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
  border-radius: 25px !important;
  font-size: 0.8rem !important;
  letter-spacing: 1px !important;
}

.project_section .filter_box .owl-filter-bar {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 0 !important;
}

.project_section .filter_box .owl-filter-bar a {
  display: inline-block !important;
  white-space: nowrap !important;
  margin: 0 !important;
  padding: 10px 20px !important;
  background: #ffffff !important;
  color: #2C3E50 !important;
  text-decoration: none !important;
  border-radius: 25px !important;
  font-weight: 500 !important;
  font-size: 0.85rem !important;
  transition: all 0.3s ease !important;
  border: 2px solid transparent !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.project_section .filter_box .owl-filter-bar a:hover {
  background: #f07b26 !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(240,123,38,0.15) !important;
}

.project_section .filter_box .owl-filter-bar a.active {
  background: linear-gradient(135deg, #f07b26, #ff6b35) !important;
  color: #ffffff !important;
  border-color: #f07b26 !important;
  box-shadow: 0 2px 6px rgba(240,123,38,0.2) !important;
}

/* Ensure content after projects is visible */
.client_section,
.why_us_section,
.contact_section {
  display: block !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Animation Keyframes */
@keyframes slideInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Scroll-triggered animations */
.scroll-animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

.scroll-animate.animate {
  opacity: 1;
  transform: translateY(0);
}

.scroll-animate-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}

.scroll-animate-left.animate {
  opacity: 1;
  transform: translateX(0);
}

.scroll-animate-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}

.scroll-animate-right.animate {
  opacity: 1;
  transform: translateX(0);
}

/* Hover effects for contact links */
.map-header a:hover {
  transform: translateY(-3px) !important;
  text-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

/* Enhanced service cards */
.service_section .box {
  transition: all 0.4s ease;
  border-radius: 15px;
  overflow: hidden;
}

/* Why choose cards */
.why_us_section .box {
  transition: all 0.4s ease;
}

.why_us_section .box:hover {
  transform: translateY(-5px);
}

/* Contact section animations */
.contact-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.instagram-section img:hover {
  transform: scale(1.1);
}

.social_box a:hover {
  background: #E74C3C !important;
  transform: translateY(-3px);
}

/* ========================================
   MAP SECTION STYLES
   ======================================== */

.map_section {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.map_section .container-fluid {
  padding: 0;
}

.map_section .row {
  margin: 0;
}

.map_section .col-12 {
  padding: 0;
}

.map-header {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  color: #2C3E50;
  position: relative;
  overflow: hidden;
}

.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.float-element:nth-child(1) {
  position: absolute;
  top: 20%;
  left: 10%;
  width: 60px;
  height: 60px;
  background: rgba(231, 76, 60, 0.05);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.float-element:nth-child(2) {
  position: absolute;
  top: 60%;
  right: 15%;
  width: 40px;
  height: 40px;
  background: rgba(231, 76, 60, 0.08);
  border-radius: 50%;
  animation: float 4s ease-in-out infinite reverse;
}

.float-element:nth-child(3) {
  position: absolute;
  bottom: 30%;
  left: 20%;
  width: 80px;
  height: 80px;
  background: rgba(44, 62, 80, 0.03);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite;
}

.map-title {
  position: relative;
  z-index: 2;
}

.map-title h2 {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2C3E50;
  opacity: 0;
  transform: translateY(30px);
  animation: slideInUp 1s ease-out 0.3s forwards;
}

.address-container {
  opacity: 0;
  transform: translateY(20px);
  animation: slideInUp 1s ease-out 0.6s forwards;
}

.address-container p {
  color: #5A6C7D;
  margin-bottom: 20px;
  font-size: 1rem;
}

.address-container > div {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.address-container a {
  color: #E74C3C;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s;
}

.map_container {
  height: 400px;
  width: 100%;
  position: relative;
  opacity: 0;
  transform: scale(0.95);
  animation: zoomIn 1s ease-out 0.9s forwards;
}

.map_container .map {
  height: 100%;
  width: 100%;
  position: relative;
}

.map_container #googleMap,
.map_container #amazonMap {
  height: 100%;
  width: 100%;
  border-radius: 0;
}

/* Map Zoom Hint Styles */
#zoom-hint {
  font-family: 'Roboto', sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
}

#zoom-hint i {
  margin-right: 5px;
  color: #3498db;
}

/* Map Container Touch Optimization */
.map_container {
  touch-action: pan-y; /* 세로 스크롤 허용 */
}

/* Mobile Map Interaction */
@media (max-width: 768px) {
  #zoom-hint {
    font-size: 11px !important;
    padding: 6px 10px !important;
  }
  
  .map_container {
    touch-action: manipulation; /* 모바일에서 더블탭 줌 방지 */
  }
}

/* Alternative Map Solution */
.map_container #googleMap .alternative-map {
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #2C3E50;
}

.map_container #googleMap .alternative-map .map-content {
  text-align: center;
  padding: 40px;
}

.map_container #googleMap .alternative-map .map-icon {
  font-size: 48px;
  color: #E74C3C;
  margin-bottom: 20px;
}

.map_container #googleMap .alternative-map h4 {
  margin-bottom: 15px;
  color: #2C3E50;
}

.map_container #googleMap .alternative-map p {
  margin-bottom: 10px;
  color: #5A6C7D;
}

.map_container #googleMap .alternative-map p:last-of-type {
  margin-bottom: 20px;
}

.map_container #googleMap .alternative-map .map-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.map_container #googleMap .alternative-map .map-btn {
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}

.map_container #googleMap .alternative-map .map-btn.primary {
  background: #E74C3C;
}

.map_container #googleMap .alternative-map .map-btn.secondary {
  background: #2C3E50;
}

.map_container #googleMap .alternative-map .map-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(231,76,60,0.05) 0%, transparent 50%, rgba(44,62,80,0.05) 100%);
  pointer-events: none;
  opacity: 0.2;
}

/* ========================================
   CONTACT SECTION STYLES
   ======================================== */

.contact_section {
  background: linear-gradient(135deg, #2C3E50 0%, #34495E 100%);
  padding: 40px 0;
  color: white;
}

.contact_section .heading_container h2 {
  color: white;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.contact_section .heading_container p {
  color: #BDC3C7;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

.contact_section .row:first-of-type {
  margin-bottom: 30px;
}

.contact-card {
  background: rgba(255,255,255,0.1);
  padding: 25px;
  border-radius: 20px;
  text-align: center;
  height: 100%;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.1);
  transition: transform 0.3s ease;
}

.contact-card .icon-container {
  background: #E74C3C;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contact-card .icon-container i {
  font-size: 24px;
  color: white;
}

.contact-card h4 {
  color: white;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 1.1rem;
}

.contact-card p {
  color: #BDC3C7;
  margin-bottom: 15px;
  font-size: 0.9rem;
}

.contact-card a {
  color: #E74C3C;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s;
}

.contact-card a.phone {
  font-size: 1.1rem;
  font-weight: 700;
}

.contact-card a.email {
  font-size: 1rem;
  word-break: break-all;
}

.instagram-section {
  background: rgba(255,255,255,0.08);
  padding: 25px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.1);
}

.instagram-section h4 {
  color: white;
  margin-bottom: 18px;
  font-weight: 600;
  text-align: center;
  font-size: 1.3rem;
}

.instagram-section h4 i {
  margin-right: 8px;
  color: #E74C3C;
}

.instagram-section p {
  text-align: center;
  margin-bottom: 20px;
}

.instagram-section p a {
  color: #E74C3C;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.instagram-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 10px;
  margin-bottom: 20px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.instagram-item {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.instagram-follow {
  text-align: center;
}

.instagram-follow .btn {
  background: linear-gradient(135deg, #E74C3C, #c0392b);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.instagram-follow .btn:hover {
  background: linear-gradient(135deg, #c0392b, #a93226);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(231,76,60,0.3);
}

.social-logo-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0 0 0;
}

.logo-info {
  display: flex;
  align-items: center;
}

.logo-info img {
  height: 50px;
  margin-right: 15px;
}

.logo-info div h5 {
  color: white;
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}

.logo-info div p:first-of-type {
  color: #BDC3C7;
  margin: 0;
  font-size: 0.8rem;
}

.logo-info div p:last-of-type {
  color: #7F8C8D;
  margin: 5px 0 0 0;
  font-size: 0.7rem;
}

.social-links {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
}

.social-links a {
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 0.9rem;
}

.social-links a:hover {
  background: #E74C3C;
  transform: translateY(-3px);
}

/* ========================================
   HEADER STYLES
   ======================================== */

.header_top .contact-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  text-decoration: none;
}

.header_top .contact-icon {
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.header_top .social-icons {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 12px;
}

.header_top .social-icon {
  width: 35px;
  height: 35px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.3s;
  text-decoration: none;
  font-size: 0.9rem;
}

.simple_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}

.simple_header .logo img {
  height: 60px;
}

.header_cta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header_cta .btn {
  background-color: #E74C3C;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  color: white;
  text-decoration: none;
  font-weight: 500;
}

/* ========================================
   UX IMPROVEMENTS
   ======================================== */

/* Loading Spinner Animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Back to Top Button Hover */
#back-to-top:hover {
  background: #c0392b !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(231,76,60,0.4) !important;
}

/* Improved Focus States */
*:focus {
  outline: 2px solid #E74C3C !important;
  outline-offset: 2px !important;
}

/* Touch-friendly buttons */
@media (max-width: 768px) {
  .contact-card,
  .map-btn,
  .instagram-follow .btn,
  .social-icon,
  .contact-icon {
    min-height: 44px !important;
    min-width: 44px !important;
  }
  
  /* Larger touch targets for mobile */
  .project_section .filter_box .owl-filter-bar a {
    padding: 12px 24px !important;
    margin: 5px !important;
  }
  
  /* Improved mobile spacing */
  .project_section .box {
    margin-bottom: 30px !important;
  }
  
  /* Better mobile typography */
  .project_section .box .detail-box h5 {
    font-size: 1.2rem !important;
  }
  
  .project_section .box .detail-box p {
    font-size: 0.85rem !important;
  }
}

/* Scroll Indicator Enhancement */
#scroll-progress {
  box-shadow: 0 2px 4px rgba(231,76,60,0.3);
}

/* Enhanced Instagram Grid for Mobile */
@media (max-width: 576px) {
  .instagram-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }
}

/* Improved Loading Experience */
#loading-spinner {
  backdrop-filter: blur(5px);
}

/* Performance Optimization - Reduce Motion for Users who Prefer It */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/*# sourceMappingURL=style.css.map */