/* Name: FSAKEY
  * Version: 1.0
  * Author: NDigital
  * Author URI: https://ndigital.me/
  */

.color-secondary {
  color: #c69237;
}

.color-primary {
  color: #223646
}

.fw-500 {
  font-weight: 500 !important;
}

.featured-icon-box.style4 {
  padding: 70px 15px;
  margin: 0;
  text-align: left;
}

.featured-icon-box.style5 {
  padding: 70px 0;
  margin-top: 0;
  margin-bottom: 0;
}

.margin-page-title {
  padding-top: 140px;
  background: #223646;
}

.section-title .founder-desc p {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 15px;
  margin: 0;
}

.widget.widget-nav-menu ul li a {
  background-color: rgb(198 146 55 / 20%);
}

.ttm-box-view-footer {
  margin: 15px 0;
}

.ttm-box-view-footer h3 {
  font-size: 20px;
  line-height: 30px;
}

.ttm-pf-single-detail-box ul {
  background: #f8f1e5;
}

.ttm-bgcolor-grey>.ttm-bg-layer {
  background: #f8f1e5;
}

.ttm-bgcolor-grey {
  background: #f8f1e5;
}


#whatsapp-widget {
  position: fixed;
  bottom: 20px;
  height: max-content;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 99999999;
  visibility: hidden;
  transition: all 2s ease 0s;
}

#whatsapp-widget.ww-yes {
  visibility: visible;
}

#whatsapp-widget.ww-no {
  visibility: hidden !important;
}

#whatsapp-widget .ww-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  opacity: 0;
  animation: grow 3s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

#whatsapp-widget .ww-link {
  opacity: 1;
  display: block;
  bottom: -15px;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  width: 60px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 11px;
  line-height: 11px;
  border: 0px;
  max-width: inherit;
  color: rgb(175, 175, 175) !important;
}

#whatsapp-widget .ww-link:hover {
  border: 0px;
  text-decoration: underline !important;
  color: rgb(175, 175, 175) !important;
}

#whatsapp-widget .ww-text {
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  cursor: pointer;
  word-break: break-word;
  background: white;
  padding: 1rem;
  position: relative;
  box-shadow: 2px 2px 15px 2px rgb(0 0 0 / 17%);
  opacity: 0;
  animation: slide 1s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
  margin-bottom: 15px;
  z-index: 100;
}

#whatsapp-widget .ww-arrow {
  position: absolute;
  background: white;
  border-right: 0.5px solid #e2e2e2;
  border-bottom: 0.5px solid #e2e2e2;
  top: 50%;
  width: 20px;
  height: 20px;
  z-index: -100;
}

#whatsapp-widget.ww-right .ww-arrow {
  transform: translateY(-50%) rotate(-45deg);
  right: -11px;
  left: unset;
}

#whatsapp-widget.ww-left .ww-arrow {
  left: -11px;
  right: unset;
  transform: translateY(-50%) rotate(135deg);
}

#whatsapp-widget.ww-big .ww-text {
  font-size: 23px;
  line-height: 25px;
}

#whatsapp-widget.ww-medium .ww-text {
  font-size: 20px;
  line-height: 22px;
  padding: 15px;
}

#whatsapp-widget.ww-normal .ww-text {
  font-size: 17px;
  padding: 12px;
  line-height: 19px;
}

#whatsapp-widget svg {
  fill: rgb(255, 255, 255);
  z-index: 1;
  border-radius: 50px;
  cursor: pointer;
  transition: transform 0.7s ease-in-out;
  width: 100%;
  height: 100%;
  stroke: none;
  fill: rgb(198 146 55) !important;
}

#whatsapp-widget svg:hover {
  transform: rotate(720deg);
}

#whatsapp-widget.ww-right .ww-text::after {
  right: -10px;
  transform: translateY(-50%) rotate(-45deg);
}

#whatsapp-widget.ww-left .ww-text::after {
  left: -10px;
  transform: translateY(-50%) rotate(135deg);
}

#whatsapp-widget.ww-left {
  left: 20px;
  flex-direction: row-reverse;
}

#whatsapp-widget.ww-right {
  right: 20px;
  flex-direction: row;
}

#whatsapp-widget .ww-icon-link {
  padding: 5px;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 200;
  display: block;
  border: 0px;
  background: rgb(77, 194, 71) !important;
  background: rgb(198 146 55) !important;
  background: rgb(34 54 70) !important;
}

#whatsapp-widget.ww-normal .ww-icon-link {
  width: 50px;
  height: 50px;
}

#whatsapp-widget.ww-medium .ww-icon-link {
  height: 65px;
  width: 65px;
}

#whatsapp-widget.ww-big .ww-icon-link {
  height: 75px;
  width: 75px;
}

#whatsapp-widget .ww-icon div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cookies-eu-banner {
  background: #444;
  color: #fff;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.section-title .title-desc p {
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 15px;
  margin: 0;
  color: #656565;
}

.section-title.style2 .title-header,
.section-title.style2 .title-desc {
  display: table-cell;
  vertical-align: top;
}

.section-title .title-desc.color-white p {
  color: #FFF;
}

.featured-icon-box.style6 .featured-content .ttm-icon {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-icon-box.style6 .featured-content .ttm-icon i {
  font-size: 50px;
}

.featured-list li {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: capitalize;
  color: #223645;
}

.about-section .featured-list li {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 400;
  text-transform: capitalize;
  color: #223645;
}

.home-video-banner {
  height: 700px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-video-banner>video {
  min-width: 100%;
  min-height: 100%;
}

.home-video-banner-content {
  z-index: 9999;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 40%;
  left: 5%;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(0 0 0 / 79%);
}

.home-video-banner-content .slide__content--headings {
  padding: 15px 0;
  position: relative;
  transition: all .4s;
  transition-delay: 1.5s;
}

.home-video-banner-content .slide__content--headings>h3 {
  line-height: 70px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 50px;
  font-weight: 400;
  padding-top: 5px;
}

.home-video-banner-content .slide__content--headings h2 {
  line-height: 80px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 60px;
}

.slick_slider .slick-arrow {
  width: 40px;
  height: 40px;
  top: 30%;
  z-index: 1;
  border: 0;
  color: #dfaa45;
  border-radius: 20px;
  background-color: #223646;
  box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
}

.slick_slider .slick-arrow.slick-next {
  top: 30%;
  right: -40px;
}

.slick_slider .slick-arrow.slick-prev {
  top: 30%;
  left: -40px;
}

@media (max-width: 768px) {
  #whatsapp-widget {
    bottom: 5px;
  }

  #whatsapp-widget .ww-text {
    display: none;
  }

  #whatsapp-widget.ww-right {
    right: 5px;
    left: unset;
  }

  #whatsapp-widget.ww-left {
    left: 5px;
    right: unset;
  }

  .home-video-banner {
    height: 220px;
    width: 100%;
  }

  .home-video-banner-content .slide__content--headings>h3 {
    line-height: 30px;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 5px;
  }

  .home-video-banner-content .slide__content--headings h2 {
    line-height: 25px;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
  }

  .site-branding img {
    max-width: 175px;
  }

  .home-video-banner-content {
    z-index: 1;
    bottom: 35px;
    left: 20px;
  }

  .home-video-banner-content .res-767-margin_top25 {
    margin-top: 5px !important;
  }

  .home-video-banner-content .ttm-btn.ttm-btn-size-md {
    font-size: 10px;
    padding: 10px 10px 10px 10px;
  }

  .margin-page-title {
    padding-top: 0;
    background: #223646;
  }

  .slick_slider .slick-arrow.slick-next {
    top: initial;
    right: 10px;
    bottom: 0;
    visibility: initial;
  }

  .slick_slider .slick-arrow.slick-prev {
    top: initial;
    left: initial;
    visibility: initial;
    right: 60px;
    bottom: 0;
  }
}

@keyframes slide {
  from {
    bottom: -20px;
    opacity: 0;
  }

  to {
    bottom: 0px;
    opacity: 1;
  }

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}