@font-face {
  font-family: 'tex_gyre_scholabold';
  src: url('../fonts/texgyreschola-bold.woff2') format('woff2'),
    url('../fonts/texgyreschola-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'tex_gyre_scholaregular';
  src: url('../fonts/texgyreschola-regular.woff2') format('woff2'),
    url('../fonts/texgyreschola-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'news_gothic_stdbold';
  src: url('../fonts/news_gothic_std_bold.woff2') format('woff2'),
    url('../fonts/news_gothic_std_bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: 'tex_gyre_scholaregular';
  color: #707176;
}

.container {
  max-width: calc(75% - 350px);
  width: 700px;
}

.bg-white {
  background-color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.text-black {
  color: #707176;
}

p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: normal;
}

p.italic {
  font-style: italic;
}

h2 {
  font-size: 60px;
  font-weight: 600;
}

h3 {
  font-size: 35px;
  font-weight: 600;
}

h4 {
  font-size: 43px;
  font-weight: 600;
}

button,
input:focus,
select:focus,
.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.navbar-brand {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}

.navbar-brand .logo {
  max-width: 60px;
  margin-right: 6px;
}

.header .nav-link {
  color: #fff !important;
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
  font-weight: 300;
  font-size: 22px;
}

.navbar-toggler {
  border: 1px solid #fff;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png) !important;
  width: 20px;
  height: 20px;
}

.btn-link {
  font-size: 14px;
  font-family: 'news_gothic_stdbold';
  font-weight: normal;
  color: #707176;
}

.btn-link:hover{
  color: #29628d;
}

.banner {
  height: 100vh;
  overflow: hidden;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.banner video {
  height: 100%;
  object-fit: cover;
}

.page-head-wrapper .container{
  padding: 0;
}

.page_head {
  font-size: 24px;
  font-family: 'news_gothic_stdbold';
  margin: 50px 0;
}

.page_head span {
  font-family: 'tex_gyre_scholaregular';
}

.main-content {
  padding-bottom: 60px;
  margin-top: 45px;
}

.main-content h2 {
  font-size: 28px;
  font-family: 'news_gothic_stdbold';
  font-weight: normal;
}

.main-content .inner-content {
  position: relative;
}

.main-content .inner-content .left {
  position: absolute;
  right: 100%;
  top: 49px;
  width: 225px;
}

.culp_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  z-index: 1;
  width: 85%;
}

.scroll_arrow{
  position: absolute;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
}

.main-content .inner-content .right {
  padding-left: 30px;
}

.laura-culp {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.laura-culp::after {
  content: '';
  position: absolute;
  background: url(../images/border-first.png) no-repeat center center / 100%;
  width: 100%;
  height: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.laura-culp h2 {
  color: #9ba5e3;
}

.laura-culp p span{
}

.featured-clients {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.featured-clients::after {
  content: '';
  position: absolute;
  background: url(../images/border-second.png) no-repeat center center / 100%;
  width: 100%;
  height: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.featured-clients h2 {
  color: #45a6b7;
}

.brand-branding {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.brand-branding span{
}

.brand-branding::after {
  content: '';
  position: absolute;
  background: url(../images/border-third.png) no-repeat center center / 100%;
  width: 100%;
  height: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.brand-branding h2 {
  color: #e67179;
}

.lets-talk h2 {
  color: #fdbf84;
}

.brand_more_content a{text-transform: uppercase;margin-bottom: 35px;display: block;color: #e67179;}

.zoomer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.zoomer .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.zoomer .images {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}

.zoomer .clipper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.zoomer img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.featured_clients {
  display: flex;
  gap: 85px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.featured_clients .img-fluid {
  flex-basis: calc(100% / 3 - 10%);
  width: calc(100% / 3 - 10%);
  height: 45px;
  object-fit: contain;
}

.btn-close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 30px;
  height: 30px;
  background: linear-gradient(to bottom, #45a6b7, #e67179);
  cursor: pointer;
  opacity: 1 !important;
  z-index: 9;
  border-radius: 50%;
  padding: 0;
  color: #fff !important;
}

.modal-content {
  border-radius: 0;
}

.modal-content .modal-body h2 {
  font-size: 28px;
  font-family: 'news_gothic_stdbold';
  font-weight: normal;
  color: #e67179;
  margin-bottom: 16px;
}

.modal-content .modal-body p span{
  color: #e67179;
}

.modal-content .modal-body a{
  font-size: 14px;
  font-family: 'news_gothic_stdbold';
  font-weight: normal;
  color: #707176;
  text-transform: uppercase;
}

.footer_logo{
  max-width: 250px;
  margin: 30px 0;
  margin-left: -10px;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 50px;
    max-width: 1000px;
    width: 100%;
  }

  .main-content .inner-content .left {
    position: relative;
    right: auto;
    padding: 0;
  }

  .main-content .inner-content .right {
    max-width: calc(100% - 300px);
  }
}

@media (max-width:991px) {
  body {
    padding: 0;
  }

  .featured_clients {
    justify-content: space-between;
    gap: 85px 40px;
  }

  .featured_clients .img-fluid {
    flex-basis: calc(100% / 2 - 10%);
    width: calc(100% / 2 - 10%);
  }
  
  .main-content{
    margin-top: 0;
  }
}

@media (max-width:767px) {
  .scroll_arrow{
    display: none;
  }
  
  .main-content {
    margin-top: 0;
  }

  .container {
    padding: 0 25px;
    max-width: 1000px;
    width: 100%;
  }

  .inner-content .row {
    flex-direction: column;
  }

  .main-content .inner-content .left {
    position: relative;
    right: auto;
    top: 0;
    padding: 0;
    margin-bottom: 25px;
    width: 100%;
  }

  .main-content .inner-content .right {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:575px) {
  .featured-clients .row .col-sm-4 {
    width: 33.33%;
  }
}

@media (max-width:479px) {
  .featured-clients .row .col-sm-4 {
    width: 50%;
    text-align: center !important;
  }
}
