/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #1e1e1e;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 700;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #4a4a4a;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #0071f8;
  color: #fff;
}

::-moz-selection {
  background: #0071f8;
  color: #fff;
}

.section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 40px;
  margin-top: -80px;
}

.counter-section {
  margin-bottom: 70px;
}

.section-heading h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
  line-height: 40px;
}

.section-heading h2 em {
  font-style: normal;
  color: #0071f8;
}

.section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.icon-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0px 30px 0px 0px;
  border-radius: 25px;
  transition: all .3s;
}

.icon-button a i {
  background-color: #f35525;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -1px;
}

.icon-button a:hover {
  color: #f35525;
}

.icon-button a:hover i {
  color: #fff;
}

.main-button a {
  display: inline-block;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0px 30px;
  border-radius: 25px;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f35525;
  color: #fff;
}
/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.sub-header {
  background-color: #fff;
  padding: 10px 0px;
  border-bottom: 1px solid #eee;
}

.sub-header ul li {
  display: inline-block;
}

.sub-header ul.social-links {
  text-align: right;
}

.sub-header ul.social-links li {
  margin-left: 8px;
}

.sub-header ul.social-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #cdcdcd;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header ul.social-links li a:hover {
  background-color: #f35525;
}

.sub-header ul.info li {
  font-size: 14px;
  color: #7a7a7a;
  border-right: 1px solid #eee;
  margin-right: 25px;
  padding-right: 25px;
}

.sub-header ul.info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

.sub-header ul.info li i {
  font-size: 20px;
  color: #f35525;
  margin-right: 8px;
}

/* ============================= */
.navbar-toggler i {
  color: #1e1e1e;
  transition: all 0.3s;
}

.navbar-toggler:hover i {
  color: #f35525;
}

.nav-link {
  color: #1e1e1e;
  margin-right: 15px;
  margin-left: 15px;
  font-weight: 500;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.lni-grid-alt {
  font-size: 1.5rem;
}

.lni-cross-circle {
  font-size: 2rem;
}

.navbar-nav .nav-item a.active {
  color: #f35525;
}

.navbar-nav li:last-child a {
  background-color: #1e1e1e;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
  border-radius: 50px;
  padding: 0px;
}

.navbar-nav li:last-child a i {
  background-color: #f35525;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-left: -10px;
}

.navbar-nav li:last-child:hover a i {
  color: #fff;
}

.navbar-nav li:hover a {
  color: #f35525;
}

.main-banner {
  width: 100%;
  min-height: 70vh; /* 60% tinggi layar */
  background: url("../images/profile_4.jpg") no-repeat center center;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: white;
  overflow: hidden;
}

/* Untuk Desktop (>1024px) */
@media (min-width: 1024px) {
  .main-banner {
    min-height: 80vh;
  }
}

/* Untuk Tablet (768px - 1023px) */
@media (max-width: 1023px) {
  .main-banner {
    min-height: 60vh;
    background-position: center center;
  }
}

/* Untuk Mobile (320px - 767px) */
@media (max-width: 767px) {
  .main-banner {
    min-height: 30vh;
    background-size: contain; /* Agar tidak kepotong di HP kecil */
    background-position: top center; /* Fokus ke bagian atas gambar */
    padding: 10px;
  }
}

.main-banner .header-text {
  margin-left: 5vw;
}

@media (min-width: 768px) { 
  .main-banner .header-text {
    margin-left: 15vw;
    line-height: 1; /* Geser lebih jauh di tablet */
  }
  .category {
    font-size: 1.25rem;
    padding: 12px 24px;
  }
}

@media (min-width: 1024px) { 
  .main-banner .header-text {
    margin-left: 35vh;/* Geser lebih jauh di desktop */
  }
  .category {
    font-size: 1.5rem;
    padding: 15px 30px;
  }
}

.main-banner .item h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 0.9;
  width: 50%;
  margin-bottom: 0px;
}

@media (min-width: 768px) {  /* Tablet */
  .main-banner .item h2 {
    font-size: 2.5rem;
    line-height: 1; /* Biar lebih rapat di layar kecil */
  }
}

@media (min-width: 1024px) {  /* Desktop */
  .main-banner .item h2 {
    font-size: 3.5rem;
    line-height: 1.2; /* Sesuaikan jika perlu */
  }
}

.main-banner .item span.category {
  background-color: #fff;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 20px;
  padding: 6px 15px;
}

.main-banner .item span.category em {
  font-style: normal;
  color: #1e1e1e;
  transition: all .3s;
}

.main-banner .item span.category :hover {
  color: #f35525;
}

.main-banner .item span.category em :hover {
  color: #fff;
}

.main-banner .owl-dots {
  position: absolute;
  bottom: 60px;
  left: 20%;
}

.main-banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .5s;
}

.main-banner .owl-dots .active {
  background-color: #f35525;
}

.main-banner .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50px);
}

.main-banner .owl-nav .owl-prev i,
.main-banner .owl-nav .owl-next i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  display: inline-block;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  opacity: 1;
  transition: all .3s;
}

.main-banner .owl-nav .owl-prev i {
  position: absolute;
  left: 45px;
}

.main-banner .owl-nav .owl-next i {
  position: absolute;
  right: 45px;
}

.main-banner .owl-nav .owl-prev i:hover,
.main-banner .owl-nav .owl-next i:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
}

/* 
---------------------------------------------
Featured Style
--------------------------------------------- 
*/

.featured .left-image {
  position: relative;
}

.featured .left-image img {
  padding-left: 55px;
}

.featured .left-image a {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  background-color: #f35525;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -55px;
}

.featured .section-heading {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 60px;
}

.featured .section-heading h2 {
  width: 70%;
}

.featured .accordion {
  margin-left: 10px;
  margin-right: 10px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.featured .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.featured .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.featured .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fafafa;
  outline: none;
}

.featured .accordion-button::after {
  display: none;
}

.featured #headingThree {
  border-bottom: none;
}

.featured .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.featured .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.featured .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.featured .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.featured .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.featured .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* ---------------------------------------------
core service style
--------------------------------------------- */

.core-service .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 20px 20px;
  width: 400px;
  height: 400px;
  margin-bottom: 30px;
}

.core-service .info-table p {
  text-align: justify;
}

.core-service .info-table ul li {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.core-service .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.core-service .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.core-service .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.core-service .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

/* 
---------------------------------------------
Logo Slider Style
--------------------------------------------- 
*/

.client {
  background-image: url(../images/video-bg-2.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0px 50px 0px;
  position: relative;
}

.client .section-heading h2 {
  color: #fff;
}

hr {
  margin-top: 41px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border: 0;
  border-top: 2px solid #d6d8d8
}

.logo-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin-top: 80px;
}

.logo-slider {
  display: block;
  white-space: nowrap;
  animation: scrolling-logos 80s linear infinite;
}

.logo-container img {
  filter: grayscale(100%);
  transition: filter 0.5s;
  display: inline-block;
  max-width: 70px;
  margin: 0px 20px
}

.logo-container img:hover {
  filter: grayscale(0%)
}

.logo-container::before,.logo-container::after {
  content: "";
  position: absolute;
  top: 0;
  width: 10%;
  height: 100%;
  z-index: 2
}

.logo-container3::before {
  left: 0;
  background: linear-gradient(to right, #efeff4 0%, transparent 100%)
}

.logo-container3::after {
  right: 0;
  background: linear-gradient(to left, #efeffe 0%, transparent 100%)
}

@keyframes scrolling-logos {
  0% {
      transform: translateX(0%)
  }

  100% {
      transform: translateX(-160%)
  }
}

@media (max-width: 768px) {
  .logo-container img {
      height:auto;
      width: 90px
  }
}

#sparkles-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999
}

.sparkle {
  position: absolute;
  width: 5px;
  height: 10px;
  opacity: 0;
  animation: sparkle-fall linear forwards
}

@keyframes sparkle-fall {
  0% {
      transform: translateY(0) rotate(0deg);
      opacity: 1
  }

  100% {
      transform: translateY(90vh) rotate(360deg);
      opacity: 0
  }
}

.sparkle.red {
  background-color: red
}

.sparkle.blue {
  background-color: blue
}

.sparkle.green {
  background-color: green
}

.sparkle.yellow {
  background-color: yellow
}

.sparkle.purple {
  background-color: purple
}

/* 
---------------------------------------------
project Style
--------------------------------------------- 
*/

.project {
  text-align: center;
  margin-top: 200px;
}

.project .counter {
  background-color: #ffeee9;
  position: relative;
  border-radius: 10px;
  width: 270px;
  padding: 20px 0px;
  display: inline-block;
}

.project .counter h2,
.project .counter p {
  display: inline-flex;
  vertical-align: middle;
}

.project .counter p {
  text-align: left;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 600;
  line-height: 28px;
}

.project .counter h2 {
  margin-right: 25px;
  font-size: 40px;
  color: #f35525;
}

.project .counter:after {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #f35525;
  border-radius: 50%;
  content: '';
  right: -25px;
  top: -25px;
}

/* 
---------------------------------------------
galleries Style
--------------------------------------------- 
*/

.galleries {
  background-color: #f0f0f0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.galleries .item {
  background-color: #ffff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.galleries .item img {
  border-radius: 10px;
}

.galleries .item span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 25px;
}

.galleries .item h4 {
  font-size: 15px;
  margin: 25px 0px;
  text-align: center;
}

.galleries .item h4 a {
  color: #1e1e1e;
}

.galleries .item ul li {
  display: inline-block;
  font-size: 15px;
  color: #4a4a4a;
  margin-right: 20px;
}

.galleries .item ul li span {
  font-weight: 600;
  color: #1e1e1e;
}

.galleries .item ul {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.galleries .item h6 {
  font-size: 20px;
  color: #f35525;
  margin-top: 6px;
  display: inline-block;
  /* float: right; */
  margin-top: 30px;
}

.galleries .item .main-button {
  text-align: center;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/



footer {
  margin-top: 120px;
  background-color: #1e1e1e;
  min-height: 100px;
}

footer p {
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

footer p a {
  color: #fff;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}


/* 
---------------------------------------------
Page Header Style
--------------------------------------------- 
*/

.page-heading {
  background-image: url(../images/page-heading-bg-2.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
  text-align: center;
}

.page-heading .section-heading h6 {
  color: #ee626b;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px 25px;
  margin-top: 80px;
}

.page-heading span a {
  color: #1e1e1e;
}

.page-heading h3 {
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}


/* 
---------------------------------------------
galleries Style
--------------------------------------------- 
*/

.galleries ul.galleries-filter {
  list-style: none;
  text-align: center;
  margin-bottom: 70px;
}

.galleries ul.galleries-filter li {
  display: inline-block;
  margin: 5px 8px;
}

.galleries ul.galleries-filter li a {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
  background-color: #1e1e1e;
  padding: 12px 25px;
  border-radius: 5px;
  transition: all .3s;
}

.galleries ul.galleries-filter li a.is_active {
  background-color: #f35525;
  color: #fff;
}

.galleries ul.galleries-filter li a.is_active:hover {
  color: #fff;
}

.galleries ul.galleries-filter li a:hover {
  color: #f35525;
}

.galleries ul.pagination {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.galleries ul.pagination li {
  display: inline-block;
  margin: 0px 5px;
}

.galleries ul.pagination li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 50%;
  transition: all .3s;
}

.galleries ul.pagination li a:hover,
.galleries ul.pagination li a.is_active {
  background-color: #f35525;
  color: #fff;
}


/* ---------------------------------------------
about us Style
---------------------------------------------  */

.aboutus {
  padding-bottom: 120px;
}

.aboutus .main-image img {
  float: none;
}

.aboutus .main-content h4 {
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.aboutus .main-content span.category {
  background-color: #fbd9cf;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  color: #1e1e1e;
  padding: 5px 12px;
  display: inline-block;
  margin-top: 40px;
}

.aboutus .accordion {
  margin-top: 60px;
  margin-left: 0px;
  margin-right: 0px;
  --bs-accordion-border-radius: 10px;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-bg: #fafafa;
  --bs-accordion-border-color: none;
  border: none !important;
}

.aboutus .accordion-header {
  border-bottom: 1px solid #eaeaea;
}

.aboutus .accordion-button {
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  color: #1e1e1e;
}

.aboutus .accordion-button:not(.collapsed) {
  color: #f35525;
  background-color: #fafafa;
  outline: none;
}

.aboutus .accordion-button::after {
  display: none;
}

.aboutus #headingThree {
  border-bottom: none;
}

.aboutus .accordion-item:last-of-type .accordion-collapse {
  border-top: 1px solid #eaeaea;
}

.aboutus .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  margin-left: 60px;
}

.aboutus .info-table ul li {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eee;
}

.aboutus .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.aboutus .info-table ul li img {
  float: left;
  margin-right: 25px;
}

.aboutus .info-table ul li h4 {
  font-size: 22px;
  font-weight: 600;
}

.aboutus .info-table ul li h4 span {
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}


/* 
---------------------------------------------
Contact Page Style
--------------------------------------------- 
*/

.contact-page #map {
  margin-top: 100px;
  margin-bottom: 100px;
}

.contact-page .section-heading {
  margin-bottom: 40px;
  margin-right: 280px;
}

.contact-page p {
  margin-bottom: 50px;
}

.contact-page .item {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 25px 20px;
  background-color: #fff;
  display: inline-block;
  min-width: 360px;
}

.contact-page .phone {
  margin-bottom: 30px;
}

.contact-page .whatsapp {
  margin-bottom: 30px;
}

.contact-page .item img {
  float: left;
  margin-right: 25px;
  vertical-align: middle;
}

.contact-page .item h6 {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle;
}

.contact-page .item h6 span {
  font-size: 15px;
  color: #aaaaaa;
  font-weight: 400;
}

.contact-page #contact-form {
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
  background-color: #fff;
}

.contact-page #contact-form .form-control {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.contact-page #contact-form label {
  font-size: 15px;
  color: #3a3a3a;
  margin-bottom: 15px;
}

.contact-page #contact-form input {
  width: 100%;
  height: 44px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 0px 15px;
}

.contact-page #contact-form textarea {
  width: 100%;
  height: 150px;
  max-height: 180px;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 15px 15px;
}

.contact-page #contact-form .form-control {
  width: 100%;
  height: 44px;
  color: #aaaaa3;
  border-radius: 22px;
  background-color: #f6f6f6;
  border: none;
  margin-bottom: 30px;
  font-size: 14px;
  padding: 12px 15px;
}

.contact-page #contact-form .g-recaptcha {
  margin-bottom: 30px;
}

.contact-page #contact-form button {
  background-color: #1e1e1e;
  height: 44px;
  border-radius: 22px;
  padding: 0px 20px;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 500;
  transition: all .5s;
}

.contact-page #contact-form button:hover {
  background-color: #f35525;
}


/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

body {
  overflow-x: hidden;
}

@media (max-width: 450px) {
  .navbar a.logo img {
    margin-left: 15px;
  }

  .navbar a.logo img.logo-2 {
    display: none;
  }

  footer.footer-no-gap p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .nav-link {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
  }

  .navbar-nav li:last-child a i {
    margin-left: 0px;
  }

  .offcanvas ul.navbar-nav li {
    margin: 0px 5px;
  }
  .galleries ul.galleries-filter li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .galleries ul.galleries-filter li {
    margin: 5px;
  }
  .header-area .main-nav .nav li:last-child {
    display: none;
  }
}

@media (max-width: 992px) {
  .sub-header {
    display: none;
  }
  .header-area .main-nav .logo h1 {
    line-height: 100px;
  }
  .background-header .main-nav .logo h1 {
    line-height: 80px;
  }
  .header-area .main-nav .nav li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .header-area .main-nav .nav li:last-child a {
    padding-right: 15px;
  }
  .main-banner .item h2 {
    width: 100%;
  }
  .featured .section-heading {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 100px;
  }
  .featured .accordion {
    margin-left: 0px;
    margin-right: 0px;
  }
  .featured .info-table {
    margin-top: 45px;
  }
  .project .counter {
    margin-bottom: 45px;
  }
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content img {
    padding: 0px;
  }
  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
  .galleries .item h6 {
    text-align: center;
    margin-bottom: 15px;
  }
  .galleries .item .main-button {
    text-align: center;
  }
  .galleries .item ul li {
    margin-right: 10px;
    font-size: 13px;
  }
  .contact-content .phone {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .contact-content .email {
    margin-left: 0px;
    margin-bottom: 45px;
  }
  .contact-content #contact-form {
    margin-left: 0px;
  }
  .aboutus .info-table {
    margin-left: 0px;
    margin-top: 45px;
  }
  .contact-page .section-heading {
    margin-right: 0px !important;
  }
  .contact-page #contact-form {
    margin-left: 0px;
    margin-top: 60px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
  .contact-page .section-heading {
    margin-right: 100px;
  }
}