.slideshow {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 500px;
}
.slideshow::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.37);
}
.slider-content{
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.slider-content .cta{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
}
.slider-content .global-btn{
  color: var(--font-color-light);
  width: 296px;
  margin-right: 16px;
  background: var(--button-bg);
  font-size: 16px;
  padding: 24px 0;
}
.slider-content .global-btn:hover{
  background: transparent;
}
.slider-content .global-btn::after{
  height: 55px;
}
.slider-content .global-btn:last-child{
  margin-right: 0;
}

/* Quick Search */
.qs-wrap{
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 8px solid var(--gradient-blue);
  background: #fff;
  padding: 30px 60px 40px;
  box-shadow: 8px 8px 8px var(--button-bg);
  margin-top: -64px;
  z-index: 2;
}
.qs-wrap::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(35,101,173,.01) linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.qs-wrap::after{
  content: '';
  position: absolute;
  background: var(--accent-green);
  width: 69%;
  height: 8px;
  right: -8px;
  bottom: -16px;
}
.qs-wrap .bg-img{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .02;
  filter: grayscale(1);
}
.qs-form{
  width: 63.5%;
  margin-left: 2%;
}
.qs-row-1,
.qs-row-2{
  display: flex;
  align-items: flex-end;
}
.qs-row-1{
  margin-bottom: 30px;
}
.qs-row-2{
  margin-bottom: 18px;
}
.qs-field{
  position: relative;
  margin-right: 15px;
  width: 100%;
}
.qs-field:last-child{
  margin-right: 0;
}
.qs-row-1 .qs-field{
  width: 49%;
}
.qs-row:nth-child(2) .qs-field{
  width: 24%;
}
.qs-field .arrow-down{
  position: absolute;
  left: auto;
  right: 4px;
  top: 41%;
  display: inline-block;
  width: 0; 
  height: 0; 
  border-right: 4px solid transparent;
  border-top: 4px solid var(--gradient-blue);
  border-left: 4px solid transparent;
  transition: var(--default-transition);
}
.qs-field select,
.qs-field input{
  appearance: none;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
  padding: 20px 14px;
  cursor: pointer;
  width: 100%;
  background: transparent;
  color: #000;
}
.qs-wrap .disclaimer{
  text-align: right;
  font-weight: 300;
  font-size: 14px;
  color: #000;
}
.qs-wrap .section-title{
  font-size: clamp(25px, 3.4vw, 55px);
  line-height: 1.35;
  margin-top: 18px;
}
.qs-wrap .section-title span{
  padding-bottom: 5px;
}
.qs-wrap .section-title::after{
  margin-top: 10px;
}
.qs-btns{
  margin-top: 18px;
}
.qs-wrap .global-btn{
  width: 160px;
  margin-bottom: 16px;
}
.qs-wrap .global-btn:last-child{
  margin-bottom: 0;
}

/* About Jeff Davis & Associates */
.hp-about{
  position: relative;
}
.hp-about .bg-img{
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 952px;
  top: 57%;
  left: 0;
  z-index: -3;
}
.hp-about .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 952px;
  top: 57%;
  left: 0;
  z-index: -2;
  opacity: .78;
  background-image: linear-gradient(35deg, var(--gradient-green) 0%, var(--gradient-blue) 100%);
}
.about-wrap{
  display: flex;
  justify-content: space-between;
  box-shadow: 40px 0 30px -30px rgba(149,149,149,.5);
  margin-top: 120px;
  padding-right: 65px;
  background: #fff;
}
.about-wrap .section-title{
  width: max-content;
}
.about-wrap .section-title span:last-child{
  position: absolute;
  bottom: -5px;
  right: 0;
  padding-bottom: 0;
}
.about-wrap .text{
  width: 49%;
  padding: 35px 0 110px;
  position: relative;
}
.about-wrap .text p{
  margin: 40px 0 45px;
  letter-spacing: .025em;
  font-size: 16px;
  line-height: 1.8;
}
.about-wrap .text .global-btn{
  width: 180px;
  z-index: 1;
}
.about-wrap .thumb{
  position: absolute;
  /*display: block;*/
  display: none;
  width: 292px;
  height: 189px;
  border-image: linear-gradient(0deg, var(--gradient-green) 0%, var(--gradient-blue) 100%);
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  bottom: -55px;
  right: 0;
  z-index: 1;
}
.about-wrap .thumb .img-container{
  z-index: -2;
}
.about-wrap .arrow-right{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-left: 18px solid #fff;
  border-bottom: 10px solid transparent;
  filter: drop-shadow(0 0 3px var(--button-bg));
  transition: var(--default-transition);
  z-index: 1;
}
.about-wrap .play-btn{
  display: block;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.about-wrap .play-btn::before{
  content: '';
  position: absolute;
  opacity: 0;
  background: linear-gradient(180deg, var(--gradient-blue) 0%, var(--gradient-green) 100%);
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: var(--default-transition);
}
.about-wrap .play-btn:hover::before{
  opacity: 1;
}
.about-wrap .play-btn::after{
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(180deg, var(--gradient-blue) 0%, var(--gradient-green) 100%);
  border-radius: 100%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
    mask-composite: exclude;
  pointer-events: none;
}

/* Meet The Team */
.hp-meet{
  position: relative;
  margin-top: 160px;
  margin-bottom: 100px;
}
.hp-meet .bg-logo{
  position: absolute;
  right: -4.5vw;
  top: 0;
  opacity: .4;
}
.hp-meet .section-title span{
  color: var(--font-color-light);
}
.hp-meet .section-title{
  color: var(--font-color-light);
  width: max-content;
  margin: 0 auto 50px;
}
.hp-meet .section-title::after{
  background-image: none;
  background-color: var(--font-color-light);
}
.hp-meet .global-btn{
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.meet-wrap{
  margin-bottom: 27px;
}
.meet-wrap .slick-list{
  box-sizing: initial;
  padding: 25px;
}
.meet-wrap .slick-slide{
  margin: 0 9px;
  transition: var(--default-transition);
}
.meet-wrap .slick-slide:not(.slick-active){
  opacity: 0;
}
.meet-wrap .slick-slide a{
  position: relative;
  box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
  overflow: hidden;
}
.meet-wrap .slick-slide a::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
}
.meet-wrap .slick-slide a img{
  filter: grayscale(1);
  transition: var(--default-transition);
}
.meet-wrap .slick-slide a:hover img{
  filter: grayscale(0);
}
.meet-wrap .slick-slide a .agent-content{
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  height: 105px;
  max-height: 35px;
  transition: var(--default-transition);
  z-index: 2;
}
.meet-wrap .slick-slide a:hover .agent-content{
  bottom: 30px;
  max-height: 105px;
}
.meet-wrap .slick-slide a .global-btn{
  border-image: none;
  border-color: var(--font-color-light);
  color: var(--font-color-light);
  z-index: 1;
  font-size: 14px;
  letter-spacing: .075em;
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
}
.meet-wrap .slick-slide a .global-btn:hover{
  border-color: transparent;
}
.meet-wrap .slick-slide a:hover .global-btn{
  opacity: 1;
  visibility: visible;
}
.meet-wrap .slick-slide a .agent-name{
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: var(--font-color-light);
  margin-bottom: 22px;
}
.meet-wrap .slick-slide a .agent-name::after{
  content: '';
  position: relative;
  display: block;
  width: 112px;
  height: 3px;
  background: var(--accent-green);
  margin: 12px auto 0;
}

/* Featured Listings */
.hp-fp{
  position: relative;
  padding: 100px 0;
  background:  linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%),  
    linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
}
.hp-fp .bg-img{
  position: absolute;
  top: 0;
  left: 0;
  opacity: .2;
  filter: grayscale(1);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hp-fp .fp-btns{
  width: max-content;
  margin-left: 27.2px;
}
.hp-fp .fp-btns .section-title{
  width: max-content;
  margin: 18px 0 42px;
}
.hp-fp .fp-btns .global-btn{
  z-index: 2;
  width: 325px;
  margin-top: 22px;
}
.fp-wrap{
  position: relative;
  margin-top: max(-330px, -21vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: -2.5%;
  margin-right: -2.2%;
}
.fp-wrap a{
  position: relative;
  display: block;
  margin: 8px;
  overflow: hidden;
}
.fp-wrap a:first-child{
  grid-column: 2;
}
.fp-wrap a::before{
  content: '';
  position: absolute;
  background: linear-gradient(to top, var(--gradient-blue) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fp-wrap a::after{
  content: '';
  position: absolute;
  background: linear-gradient(40deg, var(--gradient-green) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%), 
    linear-gradient(to top, rgba(35,101,173,.8) 0%, rgba(35,101,173,.8)  50%, rgba(0,0,0,0) 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--default-transition);
}
.fp-wrap a:hover::after{
  opacity: 1;
}
.fp-wrap a .bg-logo{
  position: absolute;
  right: 13.85%;
  top: 18%;
  opacity: 0;
  transition: var(--default-transition);
  z-index: 3;
}
.fp-wrap a:hover .bg-logo{
  opacity: 1;
}
.fp-wrap a .fp-text{
  position: absolute;
  z-index: 5;
  left: 30px;
  right: 10px;
  bottom: 30px;
  max-height: 45px;
  height: 100px;
  transition: var(--default-transition);
}
.fp-wrap a:hover .fp-text{
  max-height: 100px;
  bottom: 18px;
}
.fp-wrap a .fp-text .city{
  display: block;
  font-size: 14px;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: var(--font-color-light);
  margin-bottom: 10px;
}
.fp-wrap a .fp-text .address{
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: var(--font-color-light);
  margin-bottom: 14px;
}
.fp-wrap a .fp-text .fp-hover{
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: var(--default-transition);
}
.fp-wrap a:hover .fp-text .fp-hover{
  opacity: 1;
  visibility: visible;
}
.fp-wrap a .fp-text .specs{
  font-size: 14px;
  letter-spacing: .025em;
  text-transform: uppercase;
  color: var(--font-color-light);
  border-top: 1px solid var(--font-color-light);
  padding: 15px 0 4px;
  margin: 3px 26px 0 0;
}
.fp-wrap a .global-btn{
  width: 128px;
  padding: 13px 0;
  border-image: none;
  border-color: var(--font-color-light);
  color: var(--font-color-light);
  z-index: 2;
}
.fp-wrap a .global-btn::after{
  height: 37px;
}
.fp-wrap a .global-btn:hover{
  border-color: transparent;
}

/* Featured Communities */
.hp-fc{
  position: relative;
  padding: 95px 0;
  min-height: 952px;
}
.hp-fc .bg-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 73.3%;
  filter: brightness(.34);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}
.hp-fc .section-title span{
  color: var(--font-color-light);
}
.hp-fc .section-title{
  color: var(--font-color-light);
  width: max-content;
  margin: auto;
}
.hp-fc .section-title::after{
  background-image: none;
  background-color: var(--font-color-light);
}
.hp-fc .bg-logo{
  position: absolute;
  top: 50px;
  left: -7.3vw;
  opacity: .4;
}
.hp-fc .global-btn{
  width: 180px;
  margin: auto;
}
.fc-wrap{
  margin: 50px auto;
}
.fc-wrap .slick-track{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fc-wrap .slick-track::before,
.fc-wrap .slick-track::after{
  content: unset;
}
.fc-wrap .slick-slide{
  width: 100% !important;
}
.fc-wrap .slick-slide > div{
  margin: 8px;
}
.fc-wrap .slick-slide a{
  position: relative;
  overflow: hidden;
}
.fc-wrap .slick-slide a::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0,0,0,.85) 0%, rgba(0,0,0,0) 100%);
  transition: var(--default-transition);
}
.fc-wrap .slick-slide a:hover::before{
  background: transparent;
}
.fc-wrap .slick-slide a::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(40deg, var(--gradient-green) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%), 
    linear-gradient(to top, rgba(35, 101, 173, .8) 0%, rgba(35, 101, 173, .8) 30%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--default-transition);
}
.fc-wrap .slick-slide a:hover::after{
  opacity: 1;
}
.fc-wrap .slick-slide a .bg-logo{
  position: absolute;
  top: 25px;
  left: 25px;
  opacity: 0;
  transition: var(--default-transition);
  z-index: 2;
}
.fc-wrap .slick-slide a:hover .bg-logo{
  opacity: 1;
}
.fc-text{
  position: absolute;
  left: 0;
  bottom: 36px;
  width: 100%;
  z-index: 5;
  text-align: center;
  height: 125px;
  max-height: 50px;
  transition: var(--default-transition);
}
.fc-wrap .slick-slide a:hover .fc-text{
  max-height: 125px;
  bottom: 32px;
}
.fc-text .name{
  font-size: 30px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--font-color-light);
}
.fc-text .name::after{
  content: '';
  display: block;
  background: var(--accent-green);
  width: 125px;
  height: 3px;
  margin: 24px auto 0;
}
.fc-wrap .slick-slide a .global-btn{
  width: 180px;
  border-image: none;
  border-color: var(--font-color-light);
  color: var(--font-color-light);
  margin: 25px auto 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--default-transition);
}
.fc-wrap .slick-slide a .global-btn:hover{
  border-color: transparent;
}
.fc-wrap .slick-slide a:hover .global-btn{
  opacity: 1;
  visibility: visible;
}
.fc-wrap .slick-active:nth-child(5){
  margin-top: -31.5%;
}
.fc-wrap .slick-active:nth-child(7){
  margin-top: -62.5%;
  grid-column: 2;
}

.fc-wrap .slick-active:nth-child(2) .img-container > canvas,
.fc-wrap .slick-active:nth-child(5) .img-container > canvas,
.fc-wrap .slick-active:nth-child(7) .img-container > canvas {
  height: calc((270 / 1600)* 100vw);
  min-height: 184px;
  max-height: 270px;
}

/* Why Work With Us */
.hp-work{
  position: relative;
  min-height: 636px;
  padding: 95px 0 100px;
}
.hp-work .bg-img{
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -3;
}
.hp-work .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: .78;
  background-image: linear-gradient(35deg, var(--gradient-green) 0%, var(--gradient-blue) 100%);
}
.hp-work .section-title span{
  color: var(--font-color-light);
}
.hp-work .section-title{
  color: var(--font-color-light);
  width: max-content;
  margin: auto;
}
.hp-work .section-title::after{
  background-image: none;
  background-color: var(--font-color-light);
}
.hp-work .bg-logo{
  position: absolute;
  top: -18px;
  right: -4vw;
  z-index: -1;
  opacity: .4;
}
.work-wrap{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 55px;
}
.work-wrap .stat{
  background: rgba(0,22,45,.55);
  width: calc((1 / 4) * 100%);
  min-height: 255px;
  margin-right: 10px;
  padding-top: 70px;
}
.work-wrap .stat:last-child{
  margin-right: 0;
}
.work-wrap .stat h3{
  font-family: var(--font-family-title);
  color: var(--font-color-light);
  font-size: 60px;
  letter-spacing: .01em;
  margin-bottom: 15px;
  font-weight: 700;
}
.work-wrap .stat .stat-text{
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: .01em;
  color: var(--font-color-light);
  line-height: 1.2;
}

/* CTA Let Us Help You */
.hp-help{
  position: relative;
  min-height: 669px;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%), 
    linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 105px 0 100px;
}
.hp-help .cta-bg .bg-img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
  transition: var(--default-transition);
}
.hp-help .cta-bg.hovered .bg-img{
  opacity: .7;
}
.hp-help .section-title{
  width: max-content;
  margin: auto;
}
.help-wrap{
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 50px;
  margin-right: -2.2vw;
  margin-left: 2.5vw;
}
.help-wrap .text{
  position: relative;
  max-width: 380px;
  width: 100%;
  margin-top: 6px;
}
.cta-text{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--default-transition);
  display: inline-block;
}
.cta-text.hovered{
  opacity: 1;
  visibility: visible;
}
.cta-text h3{
  font-family: var(--font-family-title);
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .01em;
  font-size: 30px;
  color: var(--font-color-title);
  max-width: 280px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.cta-text p{
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.cta-text .global-btn{
  z-index: 2;
  width: 185px;
}
#cta-1-text .global-btn{
  width: 305px;
}
.hp-help .cta{
  display: flex;
  max-width: 985px;
}
.cta-btn{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-right: 10px;
  width: 22vw;
  height: auto;
  min-height: 285px;
  padding: 0 0 2.1875vw 1.5625vw;
  transition: var(--default-transition);
}
.cta-btn.hovered{
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,.26);
}
.cta-btn::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(35deg, var(--gradient-green) 0%, var(--gradient-green) 10%, var(--gradient-blue) 90%, var(--gradient-blue) 100%);
  opacity: 0;
  transition: var(--default-transition);
}
.cta-btn.hovered::before{
  opacity: 1;
}
.cta-btn .bg-logo{
  position: absolute;
  top: 1.875vw;
  right: 1.875vw;
  opacity: 0;
  transition: var(--default-transition);
}
.cta-btn.hovered .bg-logo{
  opacity: 1;
}
.cta-btn img,
.cta-btn span{
  z-index: 1;
  position: relative;
}
.cta-btn span{
  display: block;
  text-transform: uppercase;
  font-family: var(--font-family-title);
  color: var(--font-color-light);
  font-size: 24px;
  letter-spacing: .01em;
  max-width: 210px;
  line-height: 1.1;
  margin-top: 20px;
  font-weight: 700;
}
#cta-1-btn{
  background-color: #2366ae;
}
#cta-2-btn{
  background-color: #23ae95;
}
#cta-3-btn{
  background-color: #70bb69;
  margin-right: 0;
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    appearance: none;
    border: none;
    border-bottom: 1px solid #000;
    cursor: pointer;
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 20px 14px;
    max-width: 405px;
    outline: none !important;
}
.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    outline: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .2em;
    color: #000;
    text-overflow: ellipsis;
}
.hp-quick-search .dropdown-menu.open {
    max-height: 300px !important;
}
.hp-quick-search ul.dropdown-menu.inner {
    max-height: 250px !important;
}

.mtt-btn-wrap{
  display: flex;
  justify-content: center;
}
.hp-meet .global-btn{
  margin: 0 15px;
}
.slick-btn{
  width: 49px;
  height: 49px;
  border-image: linear-gradient(0deg, var(--gradient-green) 0%, var(--gradient-blue) 100%);
  border-image-slice: 1;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  transition: var(--default-transition);
  position: relative;
}
.slick-btn::before {
    content: '';
    position: absolute;
    background: linear-gradient(35deg, var(--gradient-green) 0%, var(--gradient-green) 40%, var(--gradient-blue) 60%, var(--gradient-blue) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: var(--default-transition);
}
.slick-btn:hover{
    background: transparent;
    border-image: linear-gradient(35deg, var(--gradient-green) 0%, var(--gradient-green) 40%, var(--gradient-blue) 60%, var(--gradient-blue) 100%);
    border-image-slice: 1;
    color: var(--font-color-light);
}
.slick-btn:hover::before{
  opacity: 1;
}

.meet-wrap:not(.slick-initialized) > a {
  width: calc(100% / 4 - 10px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.meet-wrap:not(.slick-initialized) > a:nth-child(n+3) ~ a {
  display: none;
}
.fc-wrap:not(.slick-initialized){
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fc-wrap:not(.slick-initialized) > a{
  position: relative;
  overflow: hidden;
}
.fc-wrap:not(.slick-initialized) > a:nth-child(3n+2){
  height: 270px;
}
.fc-wrap:not(.slick-initialized) > a:nth-child(5){
  margin-top: -135px;
}
.fc-wrap:not(.slick-initialized) > a:last-child{
  grid-column-start: 2;
  height: 270px;
  margin-top: -270px;
}


@media (min-width: 1466px) {
  .hp-qs .container{
    width: 1440px;
  }
  .hp-meet .container{
    position: relative;
    width: 1420px;
  }
  .hp-fp .container{
    width: 1320px;
  }
  .hp-fc .container{
    position: relative;
    width: 1370px;
  }
  .hp-work .container{
    position: relative;
    width: 1370px;
  }
  .hp-help .container{
    width: 1440px;
  }
}
@media only screen and (max-width: 1499px){
  .cta-btn{
    width: 20vw;
  }
  .help-wrap{
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1466px){
  .qs-form{
    margin-right: 2%;
  }
  .fp-wrap a .fp-text{
    left: 15px;
    right: 15px;
  }
  .hp-fp .fp-btns .global-btn{
    width: 250px;
    margin-top: 5px;
  }
  .fp-wrap a .fp-text .address{
    font-size: 12px;
  }
  .fp-wrap a .fp-text .specs{
    font-size: 12px;
    margin: 3px 8px 0 0;
  }
  .fp-wrap a .global-btn{
    width: 100px;
    font-size: 10px;
  }
  .cta-btn{
    width: 16vw;
  }
}
@media only screen and (max-width: 1366px) {
  .work-wrap .stat .stat-text{
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-content img{
    max-width: 400px;
    height: auto;
  }
  .about-wrap .section-title{
    width: 100%;
  }
  .about-wrap .text{
    padding-left: 15px;
  }
  .about-wrap .thumb{
    bottom: -115px;
  }
  .fc-text .name{
    font-size: 20px;
  }
  .fp-wrap a .fp-text{
    left: 10px;
    right: 10px;
  }
  .fp-wrap a .fp-text .specs{
    margin: 3px 5px 0 0;
    font-size: 11px;
  }
  .fp-wrap a .global-btn{
    width: 85px;
  }
  .cta-btn span{
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px){
  .slider-content{
    top: 15%;
    max-height: 362px;
  }
  .slider-content img{
    max-width: 300px;
    max-height: 113px;
  }
  .slider-content .cta{
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
  }
  .slider-content .global-btn{
    margin-right: 0;
    margin-bottom: 10px;
  }
  .qs-wrap{
    margin-top: 0;
    flex-direction: column;
    align-items: center;
  }
  .qs-row-1,
  .qs-row-2{
    flex-direction: column;
    align-items: center;
  }
  .qs-row-1{
    margin-bottom: 0;
  }
  .qs-form{
    width: 100%;
    margin-top: 20px;
  }
  .qs-wrap{
    padding: 30px 15px 40px;
  }
  .qs-field{
    margin-right: 0;
    margin-bottom: 15px;
  }
  .qs-row-1 .qs-field{
    width: 100%;
  }
  .qs-row-2 .qs-field{
    width: 100%;
  }
  .qs-wrap .disclaimer{
    text-align: center;
  }
  .about-wrap{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .about-wrap .text{
    width: 90%;
    padding-left: 0;
  }
  .about-wrap .section-title span:last-child{
    position: relative;
    margin-top: 8px;
  }
  .about-wrap .section-title{
    width: 100%;
    text-align: center;
  }
  .about-wrap .section-title::after{
    margin-left: auto;
    margin-right: auto;
  }
  .about-wrap .text p{
    text-align: center;
  }
  .about-wrap .text .global-btn{
    margin: auto;
  }
  .about-wrap .thumb{
    position: relative;
    margin: 20px auto 0;
    bottom: unset
  }
  .hp-meet{
    margin-top: 90px;
    margin-bottom: 70px;
  }
  .hp-about .bg-img{
    top: 40%;
  }
  .hp-about .overlay{
    top: 40%;
  }
  .hp-meet .section-title{
    width: 100%;
    text-align: center;
  }
  .hp-meet .section-title::after{
    margin-left: auto;
    margin-right: auto;
  }
  .meet-wrap .slick-list{
    padding: 0;
  }
  .hp-fp{
    padding: 80px 0;
  }
  .fp-wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .fp-wrap a:first-child{
    grid-column: 1;
  }
  .hp-fp{
    min-height: 0;
  }
  .hp-fp .fp-btns .section-title{
    text-align: center;
    width: 100%;
  }
  .hp-fp .fp-btns{
    margin: 0 auto 20px;
  }
  .hp-fp .fp-btns .section-title::after {
    margin-left: auto;
    margin-right: auto;
  }
  .hp-fc .section-title{
    width: 100%;
    text-align: center;
  }
  .hp-fc .section-title::after{
    margin-left: auto;
    margin-right: auto;
  }
  .fc-wrap .slick-track{
    display: flex;
    flex-direction: column;
  }
  .fc-wrap .slick-active:nth-child(5),
  .fc-wrap .slick-active:nth-child(7){
    margin-top: 0;
  }
  .fc-wrap .slick-active:nth-child(2) .img-container > canvas, 
  .fc-wrap .slick-active:nth-child(5) .img-container > canvas, 
  .fc-wrap .slick-active:nth-child(7) .img-container > canvas {
    height: 100%;
  }
  .hp-work .section-title{
    width: 100%;
    text-align: center;
  }
  .hp-work .section-title::after{
    margin-left: auto;
    margin-right: auto;
  }
  .work-wrap{
    flex-direction: column;
    align-items: center;
  }
  .work-wrap .stat{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 250px;
  }
  .hp-help .section-title{
    width: 100%;
    text-align: center;
  }
  .hp-help .section-title::after{
    margin-left: auto;
    margin-right: auto;
  }
  .help-wrap{
    flex-direction: column;
    align-items: center;
  }
  .hp-help .cta{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .help-wrap .text{
    height: 320px;
  }
  .cta-btn{
    width: 100%;
    max-width: 280px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cta-text h3{
    width: 100%;
    text-align: center;
    max-width: none;
  }
  .cta-text p {
    width: 100%;
    text-align: center;
  }
  .cta-text .global-btn{
    margin: auto;
  }
  .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    max-width: 100%;
  }

  .meet-wrap:not(.slick-initialized) > a {
    width: 100%;
  }
  .meet-wrap:not(.slick-initialized) > a:nth-child(n+1) ~ a {
    display: none;
  }
  .fc-wrap:not(.slick-initialized){
    grid-template-columns: repeat(1, 1fr);
  }
  .fc-wrap:not(.slick-initialized) > a:nth-child(3n+2){
    height: auto;
  }
  .fc-wrap:not(.slick-initialized) > a:nth-child(5){
    margin-top: 0;
  }
  .fc-wrap:not(.slick-initialized) > a:last-child{
    grid-column-start: 1;
    margin-top: 0;
    height: auto;
  }
}
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {
  .fp-wrap {
    display: flex;
    flex-direction: column;
  }
  .fp-wrap a{
    width: 100% !important;
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 480px) {
  .slider-content img{
    max-width: 280px;
    max-height: 106px;
  }
  .about-wrap .thumb{
    width: 100%;
    height: auto;
  }
  .fc-wrap .slick-slide a:hover .fc-text{
    bottom: 15px;
  }
  #cta-1-text .global-btn{
    width: 265px;
  }
}
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
