body {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
}
a:hover, a.active {
  text-decoration: none;
}

.navbar {
  background-color: #000;
  color: #FFFFFF;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.navbar .navbar-toggler {
  background-color: #FFFFFF;
  outline: none;
  box-shadow: none;
}
/* .navbar .navbar-brand img {
  max-height: 55px;
} */
.navbar .navbar-nav li.nav-item:not(:last-child) {
  margin-right: 15px;
}
.navbar .navbar-nav li.nav-item.active a.nav-link:before {
  width: 100%;
}
.navbar .navbar-nav li.nav-item a.nav-link {
  color: #FFFFFF;
  display: block;
  width: max-content;
  margin: 0 auto;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
}
.navbar .navbar-nav li.nav-item a.nav-link:hover:before {
  width: 100%;
}
.navbar .navbar-nav li.nav-item a.nav-link:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #BDB08A;
  transition: all 0.15s;
}
.navbar .navbar-nav li.nav-item a.nav-link:after {
  color: #BDB08A;
}
.navbar .navbar-nav li.nav-item .dropdown-menu {
  border-radius: 0 8px 0 8px;
  text-align: center;
  background-color: #BDB08A;
}
.navbar .navbar-nav li.nav-item .dropdown-menu li a {
  background-color: #BDB08A !important;
  color: #FFFFFF !important;
  font-size: 15px;
  text-align: center;
}

.index-page .banner-two-client {
  position: relative;
}
.index-page .banner-two-client .banner-image {
  background-image: url("../../assets/img/banner-image1.webp");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: calc(100vh - 81px);
  position: relative;
}
.index-page .banner-two-client .client-image {
  max-height: calc(100vh - 150px);
}
.index-page .banner-two-client .banner-content {
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 100%;
  color: #FFFFFF;

}
.index-page .banner-two-client .banner-content h2 {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.index-page .banner-two-client .banner-content h1 {
  font-family: 'Cormorant SC', serif;
  font-size: 35px;
  font-weight: 600;
  color: #FFFFFF;
}
.index-page .banner-two-client .banner-content h1 span {
  font-size: 40px;
}
.index-page .banner-two-client .banner-content ul.banner-social {
  margin: 0;
}
.index-page .banner-two-client .banner-content ul.banner-social li:not(:last-child) {
  margin-right: 35px;
}
.index-page .banner-two-client .banner-content ul.banner-social li a {
  display: block;
}
.index-page .banner-two-client .banner-content ul.banner-social li a svg {
  transition: all 0.4s ease;
}
.index-page .banner-two-client .banner-content ul.banner-social li a svg path {
  fill: #FFFFFF;
}
.index-page .banner-two-client .banner-content ul.banner-social li a:hover svg {
  transform: rotate(360deg);
}
.index-page .banner-two-client .banner-content .banner-inner-content {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
  /* margin-right: 150px; */
}
.index-page .banner-two-client .banner-mobile-content {
  background-color: #BDB08A;
  padding: 15px;
}
.index-page .banner-two-client .banner-mobile-content h2 {
  font-size: 17px;
  font-weight: 400;
  color: #000;
}
.index-page .banner-two-client .banner-mobile-content h1 {
  font-family: 'Cormorant SC', serif;
  font-size: 27px;
  font-weight: 600;
  color: #000;
  margin-top: -15px;
}
.index-page .banner-two-client .banner-mobile-content h1 span {
  font-size: 37px;
}
.index-page .banner-two-client .banner-mobile-content ul.banner-social {
  margin: 0;
}
.index-page .banner-two-client .banner-mobile-content ul.banner-social li:not(:last-child) {
  margin-right: 15px;
}
.index-page .banner-two-client .banner-mobile-content ul.banner-social li a {
  display: block;
}
.index-page .banner-two-client .banner-mobile-content ul.banner-social li a svg {
  transition: all 0.4s ease;
  max-width: 17px;
  max-height: 17px;
}
.index-page .banner-two-client .banner-mobile-content ul.banner-social li a svg path {
  fill: #FFFFFF;
}
.index-page .banner-two-client .banner-mobile-content ul.banner-social li a:hover svg {
  transform: rotate(360deg);
}

@media (min-width: 1199px) {
  .navbar .navbar-nav .dropdown-menu {
    top: auto;
    text-align: right !important;
    background-color: #BDB08A;
  }
}
@media (max-width: 576px) {
  .index-page .banner-two-client .banner-mobile-content h2{
    margin-bottom: 12px;
    text-transform: uppercase;
  }
  /* .index-page .banner-five .banner-content img.client-image{
    height: 25vh;
  } */
  .index-page .banner-two-client .banner-content{

    bottom: 0px;

  }
  .index-page .banner-two-client .banner-mobile-content ul.banner-social li a svg path{
    fill: #000;
  }
  .index-page .banner-two-client .banner-mobile-content h1{
    font-size: 24px;
  }
  .index-page .banner-two-client .banner-mobile-content h1 span {
    font-size: 30px;
}
  .index-page .banner-two-client .banner-mobile-content h2{
    font-size: 14px;
  }
  .navbar .navbar-nav li.nav-item:not(:last-child) {
    margin-right: 0;
  }

  .index-page .banner-two-client .banner-image {
    height: 275px;
  }
  .index-page .banner-two-client .banner-content .row {
    --bs-gutter-x: 25px;
  }
  .index-page .banner-two-client .banner-content .client-image {
    max-height: 230px;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
  .index-page .banner-two-client .banner-content .banner-inner-content{
    margin: auto  ;
  }
  /* .index-page .banner-five .banner-content img.client-image{
    height: 60vh;
  } */
  .navbar .navbar-nav li.nav-item:not(:last-child) {
    margin-right: 0;
  }

  .index-page .banner-two-client .banner-image {
    height: 400px;
  }
  .index-page .banner-two-client .banner-content h2 {
    font-size: 9px;
    margin-bottom: 4px;
  }
  .index-page .banner-two-client .banner-content h1 {
    font-size: 16px;
    margin-top: -7px;
  }
  .index-page .banner-two-client .banner-content h1 span {
    font-size: 22px;
  }
  .index-page .banner-two-client .banner-content ul.banner-social li:not(:last-child) {
    margin-right: 15px;
  }
  .index-page .banner-two-client .banner-content ul.banner-social li a svg {
    max-width: 17px;
    max-height: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav li.nav-item:not(:last-child) {
    margin-right: 0;
  }

  .index-page .banner-two-client .banner-image {
    height: 500px;
  }
  .index-page .banner-two-client .banner-content h2 {
    font-size: 16px;
  }
  .index-page .banner-two-client .banner-content h1 {
    font-size: 24px;
    margin-top: -5px;
  }
  .index-page .banner-two-client .banner-content h1 span {
    font-size: 38px;
  }
  .index-page .banner-two-client .banner-content ul.banner-social li:not(:last-child) {
    margin-right: 15px;
  }
  .index-page .banner-two-client .banner-content ul.banner-social li a svg {
    max-width: 17px;
    max-height: 17px;
  }
}
/* @media (min-width: 1200px) and (max-width: 1400px) {
  .index-page .banner-two-client .banner-content h1 span{
    font-size: 38px;
  }.index-page .banner-two-client .banner-content h1{
    font-size: 24px;
  }
} */
@media (min-width: 1200px) and (max-width: 1599px) {
  .index-page .banner-two-client .banner-content h2 {
    font-size: 18px;
  }
  .index-page .banner-two-client .banner-content h1 {
    font-size: 28px;
    margin-top: -5px;
  }
  .index-page .banner-two-client .banner-content h1 span {
    font-size: 38px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1534px;
  }

  .index-page .banner-two-client .banner-content .container {
    max-width: 1660px;
  }
}

/*# sourceMappingURL=banner-two-client.css.map */
