


/* SLideshow */
.slider-main .aios-slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider-main .aios-slider::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.45);
}

/* Welcome */
.wc-wrap {
  padding: 77px 15px 37px;
}

.wc-img {
  width: 34.1429%;
  padding: 0 15px 0 0;
}

.wc-img .img-wrapper {
  max-width: 365px;
  width: 100%;
}

.wc-content {
  width: 65.8571%;
}

.wc-txt {
  font-size: 20px !important;
  color: #717171;
  line-height: 26px;
  letter-spacing: 0.02em;
  margin: 33px 0 31px;
}

.wc-txt p:not(:last-of-type) {
  margin: 0 0 27px;
}

.wc-sep {
  text-align: center;
  color: #717171;
  font-family: var(--font-family-title);
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin: 40px 0 48px;
}

.wc-item-rev .wc-item-inner {
  flex-direction: row-reverse;
}

.wc-item-rev .wc-img {
  padding: 0 0 0 15px;
}

.wc-item-rev .wc-img .img-wrapper {
  margin: 0 0 0 auto;
}

/* CTA */
.cta-wrap {
  padding: 63px 15px 74px;
}

.cta-holder {
  margin: 0 -10px;
}

.cta-item {
  width: calc(100% / 3);
  padding: 10px;
}

.cta-item a {
  display: block;
  position: relative;
}

.cta-item .img-wrapper {
  background: #000000;
}

.cta-item .img-wrapper img {
  opacity: 0.51;
}

.cta-item .img-wrapper .cta-hover {
  z-index: 20;
  opacity: 0;
  transition: var(--default-transition);
}

.cta-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.cta-details h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: var(--font-family-title);
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: clamp(25px,2.357vw,33px);
}

.cta-item a:hover .img-wrapper .cta-hover {
  opacity: 0.41;
  transform: rotateY(180deg);
}

/* News */
.news-wrap {
  /* min-height: 994px; */
  background: #000000;
  margin: 91px 0 0;
  padding: 92px 15px 101px;
}

.news-wrap .bg-canvas {
  opacity: 0.1;
}

.news-wrap .bg-canvas-logo {
  z-index: 1;
  width: 338px;
  height: 162px;
  right: 116px;
  top: -91px;
  opacity: 1;
  left: auto;
}

.news-content-txt {
  color: #fff;
  /*font-size: 16px;*/
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 26px;
  max-width: 488px;
  width: 100%;
  margin: 42px 0 46px;
}

.news-content {
  width: 42.8572%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.news-lists {
  width: 57.1428%;
}

.news-holder-wrap {
  max-width: 787px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
}

.news-item-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.news-item-img {
  width: 42.8209%;
}

.news-item-content {
  width: 57.1791%;
  padding: 0 0 clamp(0px,1.500vw,21px) 30px;
}

.news-item-content h3 {
  color: var(--secondary);
  font-family: var(--font-family-default);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(20px,1.929vw,27px);
  font-weight: 400;
}

.news-item-content p {
  font-size: clamp(11px,0.929vw,13px);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  letter-spacing: 0.02em;
  margin: clamp(10px,1.143vw,16px) 0 clamp(12px,1.286vw,18px);
}

.news-item:last-child .news-item-content p {
    font-size: 20px;
}

.news-item:nth-child(even) {
  margin: 9px 0 31px;
}

.news-item:nth-child(even) .news-item-inner {
  flex-direction: row-reverse;
}

.news-item:nth-child(even) .news-item-content {
  padding-right: 30px;
  padding-left: 0;
}

/* QS */
.qs-wrap {
  padding: 71px 15px 65px;
}

.qs-container {
  max-width: 1516px;
  width: 100%;
  margin: auto;
}

.qs-label {
  width: 26.3193%;
}

.qs-form {
  width: 73.6808%;
}

.qs-form-submit {
  width: 17.0994%;
  padding: 0 0 0 14px;
}

.qs-form-field.lg {
  width: 17.0099%;
  padding: 0 4px 0 0;
}

.qs-form-field.sm {
  width: 12.1755%;
  padding: 0 4px 0 0;
}

.qs-form select,
.qs-form input {
  width: 100%;
  height: 51px;
  border: 0;
  border-bottom: 1px solid #999999;
  background: transparent;
  font-family: var(--font-family-default);
  text-transform: uppercase;
  font-size: clamp(10px,0.923vw,14px);
  color: var(--dark);
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  padding: 0 0 0 3px;
  letter-spacing: 0.04em;
  outline: none;
}

.hp-quick-search .bootstrap-select.btn-group {
/*select width, display and position are set here and set to !important
no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
  width: 100%;
}
.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
/*form appearance should be set here
no height attribute. set the height by setting the padding*/
  height: 51px;
  border: 0;
  border-bottom: 1px solid #999999;
  background: transparent;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  padding: 0 0 0 3px;
  outline: none;
}
.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
/*font size, family, etc. should be set here*/
  font-family: var(--font-family-default);
  text-transform: uppercase;
  font-size: clamp(10px,0.923vw,14px);
  color: var(--dark);
  letter-spacing: 0.04em;
}

section.fc-wrap{
  z-index: 2;
}
section.qs-wrap{
  position: relative;
  z-index: 3;
}

.qs-form select {
  background: url(/wp-content/uploads/2023/10/dd-new.png) no-repeat center right 6px;
  padding-right: 17px;
}

.qs-form-submit a {
  font-size: clamp(18px,1.847vw,28px);
  color: var(--secondary);
}
.qs-form-submit button {
  height: 51px;
  max-width: clamp(86px,8.707vw,132px);
  width: 100%;
  background: var(--secondary);
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 0;
}

.qs-form-submit button:hover {
  background: var(--primary);
}

.qs-form-submit a:hover {
  color: var(--primary);
}

.qs-form-txt {
  color: #484848;
  font-size: 13px;
  letter-spacing: 0.08em;
}

/* FC */
.fc {
  margin: 56px 0 0;
}

.fc-holder-wrap {
  margin: 0 -1px;
}

.fc-item {
  width: calc(100% / 5);
}

.fc-item a {
  display: block;
  position: relative;
  border: 0.5px solid #fff;
}

.fc-item .img-wrapper {
  background: #000;
}

.fc-item .img-wrapper img {
  opacity: 0.51;
}

.fc-item h3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
  font-size: clamp(12px,1.375vw,22px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: var(--font-family-default);
  padding: 15px;
}

.fc-item.fc-item-title .img-wrapper {
  background: #fff;
}

.fc-bg {
  opacity: 0;
}

.fc-bg.active {
  opacity: 1;
}

.fc-item-title-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.fc-item-title-content-inner {
  max-width: 236px;
  width: 100%;
  margin: auto;
}

.fc-item-title-content p {
  font-size: 13px;
  color: var(--dark);
  letter-spacing: 0.02em;
  line-height: 1.9;
  margin: 0 0 15px;
}

.fc-holder-not-active:hover .img-wrapper img {
  opacity: 0;
}

.fc-holder-not-active:hover .img-wrapper {
  background: rgba(0,0,0,0.49);
}

.fc-holder-not-active:hover .fc-item-title .img-wrapper {
  background: #fff;
}

.fc-holder-not-active:hover .active .img-wrapper {
  background: rgba(44, 86, 94, 0.66);
}

/* Success Stories */
.ss-wrap {
  padding: 98px 0 129px;
}

.ss-holder .slick-list {
  padding: 0 clamp(20px,6.875vw,110px) !important;
}

.ss-holder {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 40px 0 0;
}

.ss-item {
  width: calc(100% / 3);
  padding: 13px clamp(5px,0.813vw,13px);
}

.ss-item a {
  display: block;
  position: relative;
}

.ss-item .img-wrapper {
  background: #000;
  transition: var(--default-transition);
}

.ss-item a:hover .img-wrapper {
  background: var(--primary);
}

.ss-item .img-wrapper img {
  opacity: 0.34;
  filter: grayscale(1);

}

.prevdiv .ss-item .img-wrapper img,
.nextdiv .ss-item .img-wrapper img,
.slick-center .ss-item .img-wrapper img,
.ss-holder .slick-slide:has(+ .slick-center) .ss-item .img-wrapper img,
.ss-holder .slick-center + .slick-slide .ss-item .img-wrapper img {
  filter: grayscale(0);
  opacity: 0.54;
}

.ss-details {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  text-transform: uppercase;
  padding: 0 clamp(15px,2vw,32px) clamp(13px,1.875vw,30px);
  opacity: 0;
}

.prevdiv .ss-details,
.nextdiv .ss-details,
.slick-center .ss-details {
  opacity: 1;
}

.ss-details-title {
  font-size: clamp(14px,1.250vw,20px);
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0 0 3px;
}

.ss-details-title.one-line {
  margin: 0 0 11px;
}

.ss-details-address {
  font-size: clamp(9px,0.875vw,14px);
  letter-spacing: 0.14em;
  line-height: 1.3;
}

.ss-nav {
  margin: 37px 0 0;
}

.ss-holder:not(.slick-initialized) .ss-item:nth-child(n + 3) ~ div {
  display: none;
}

/* Testimonials */
.test-wrap {
  padding: 100px 4px 4px;
}

.test-container {
  max-width: 1422px;
  width: 100%;
  margin: 0 auto;
}

.test-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 108px 0 33px;
}

.test-holder:not(.slick-initialized) .test-item:nth-child(n + 3) ~ div {
  display: none;
}

.test-item {
  padding: 48px 11.5px;
  width: calc(100% / 3);
}

.test-item a {
  position: relative;
  display: block;
}

.test-item-inner {
  background: #fff;
  position: relative;
  /* box-shadow: 0 15px 35px rgba(0, 0, 0, 0.14); */
  box-shadow: 0 7px 13px rgba(0, 0, 0, 0.14);
  min-height: 340px;
  padding: 72px 15px 30px;
}

.test-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -47px;
  border: 5px solid var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 5;
  margin: auto;
  width: 94px;
  height: 94px;
}

.test-stars {
  margin: 12px 0 21px;
}

.test-stars i {
  display: block;
  font-size: 16px;
  color: var(--primary);
  margin: 0 2px;
}

.test-name {
  text-transform: uppercase;
  color: var(--dark);
  font-size: 15px;
  letter-spacing: 0.02em;
}

.test-desc {
  color: var(--dark);
  font-size: 15px;
  letter-spacing: 0.02em;
  max-width: 355px;
  width: 100%;
  margin: 0 auto 20px;
  line-height: 24px;
}

.test-item span {
  text-decoration: underline;
  color: var(--primary);
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.test-item a * {
  transition: var(--default-transition);
}

.test-item a:hover * {
  color: var(--secondary);
}

/* SOcial */
.social-wrap {
  padding: 58px 0 49px;
}

.social-container {
  max-width: 1455px;
  width: 100%;
  margin: auto;
}

.social-item-smi {
  margin: 23px 0 0;
}

.social-item-smi a {
  color: var(--secondary);
  font-size: 22px;
  display: block;
  margin: 0 18px;
  transition: var(--default-transition);
}

.social-item-smi a:hover {
  color: var(--primary);
}

.social-item a {
  position: relative;
  overflow: hidden;
  display: block;
}

.social-item .img-wrapper i {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 20px;
  z-index: 10;
}

.social-item {
  width: calc(100% / 3);
  padding: 26px;
}

.social-item img {
  max-width: clamp(165px,16.701vw,243px);
  width: calc(100% - 30px);
  right: 0;
  margin: auto;
}

.social-item .bg-color {
  background: #000;
  transition: var(--default-transition);
}

.social-item .bg-canvas {
  opacity: 0.72;
  filter: blur(5.2px);
  transform: scale(1.1);
  transition: var(--default-transition);
}

.social-item a:hover .bg-canvas {
  transform: scale(1.2);
}

.social-item a:hover .bg-color {
  background: var(--primary);
}


.social-item:nth-child(1) {
  order: 5;
}

.social-item:nth-child(2) {
  order: 1;
}

.social-item:nth-child(3) {
  order: 2;
}

.social-item:nth-child(4) {
  order: 3;
}

.social-item:nth-child(5) {
  order: 4;
}

.social-item:nth-child(6) {
  order: 6;
}

.social-item:nth-child(7) {
  order: 7;
}

.social-item:nth-child(8) {
  order: 8;
}

.social-item:nth-child(9) {
  order: 9;
}

.wc-wrap,
.cta-wrap,
.news-wrap,
.qs-wrap,
.fc-wrap,
.ss-wrap,
.test-wrap,
.social-wrap,
.contact-wrap{
  display: none;
}


@media only screen and (max-width: 991px) {
  .wc-img {
    width: 100%;
    padding: 0 0 15px;
  }

  .wc-content {
    width: 100%;
    text-align: center;
  }

  .wc-img .img-wrapper {
    margin: auto !important;
  }

  .wc-btn,
  .news-content-btn,
  .news-item-content-btn {
    display: flex;
    justify-content: center;
  }

  .cta-item {
    width: 100%;
  }

  .cta-main {
    max-width: 454px;
    width: 100%;
    margin: auto;
  }

  .news-wrap .bg-canvas-logo {
    right: 0;
  }

  .news-content {
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }

  .news-lists {
    width: 100%;
  }

  .news-item-img {
    width: 100%;
  }

  .news-holder-wrap {
    margin: auto;
    max-width: 460px;
  }

  .news-item-img .img-wrapper {
    max-width: 337px;
    width: 100%;
    margin: auto;
  }

  .news-item-content {
    width: 100%;
    padding: 30px 0;
    text-align: center;
  }

  .news-item-content p {
    font-size: 13px;
  }

  .qs-label {
    width: 100%;
  }

  .qs-form-field {
    width: 100% !important;
    padding: 0 0 4px !important;
  }

  .qs-form select, .qs-form input {
    font-size: 14px;
  }

  .qs-form-submit {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
  }

  .qs-form-submit button {
    margin: 0 15px 0 0;
  }

  .qs-form-txt {
    text-align: center;
  }

  .qs-form {
    width: 100%;
    max-width: 500px;
  }

  .fc-item.fc-item-title {
    order: 1;
    width: 100%;
    background: #fff;
  }

  .fc-item.fc-item-title .img-wrapper {
    display: none;
  }

  .fc-item-title-content {
    position: relative;
    text-align: center;
    padding: 30px 0;
  }

  .fc-item .global-btn {
    margin: auto;
  }

  .fc-item {
    width: 50%;
  }

  .fc {
    margin: 56px auto 0;
    max-width: 600px;
    width: 100%;
  }

  .fc-item h3 {
    font-size: 15px;
  }

  .ss-wrap {
    padding: 50px 0;
  }

  .ss-holder .slick-list {
    padding: 0 !important;
  }

  .ss-item {
    padding: 15px;
  }

  .ss-holder-wrap {
    max-width: 465px;
    width: 100%;
    margin: auto;
  }

  .ss-holder:not(.slick-initialized) .ss-item ~ div,
  .test-holder:not(.slick-initialized) .test-item ~ div {
    display: none;
  }

  .ss-item {
    width: 100%;
  }

  .ss-item .img-wrapper img {
    opacity: 0.51;
    filter: grayscale(0);
  }

  .ss-details {
    opacity: 1;
  }

  .test-wrap {
    padding: 50px 4px 4px;
  }

  .test-holder-wrap {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }

  .test-item {
    width: 100%;
  }

  .test-holder {
    margin: 0;
  }

  .social-item {
    padding: 5px;
    width: 50%;
  }

  .social-item:nth-child(1) {
    order: 1;
    width: 100%;
    padding: 0 0 30px;
  }

  .social-item img {
    max-width: 100%;
    object-fit: contain;
  }

  .social-item .img-wrapper i {
    right: 5px;
    top: 5px;
  }

}

