/*

    Theme Name: YAAF
    Theme URI: www.yaaf.com
    Author: Youness-EL BEZZAZI
    Author URI: www.elbezzazi.com
    Description:
    Version: 1.0
    Tags: one-column, two-columns, right-sidebar, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready, rtl-language-support, one-page
    License: GNU General Public License
    License URI: licence/GPL.txt
    Text Domain: yaaf

*/

 *,
 *::before,
 *::after {
   box-sizing: border-box;
 }

:root{
  --clr-primary: #A42624;
  --clr-secondary: #121111;
  --clr-text: #707070;
  --clr-white: #FFF;
  --clr-border: #F6F6F6;
  --clr-gray: #FCFCFC;
  --clr-desc: #687D76;
  --icon-ff: 'Material Symbols Rounded';
}

body{
  padding: 0;
  margin: 0;
  font-family: "DM Sans", sans-serif;
    font-size: 1rem;
  font-weight: 300;
  background-color: var(--clr-white);
}

ul, ol{
  margin: 0;
  padding: 0;
}
li{
  list-style-type: none;
  position: relative;
  /* padding-left: 15px; */
  margin-bottom: 10px;
}
/* li::before{
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: var(--clr-secondary);x
  position: absolute;
  left: 0;
  top: 6px;
} */
a{
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
  margin-top: 0;
  margin-bottom: 35px;
}
p{
  font-size: 1rem; 
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}
.yaaf-txt-img{
  display: flex;
  align-items: center;
}
.yaaf-txtimg_heading{
  margin-bottom: 35px;
}
.yaaf-txtimg_title{
  margin-bottom: 0;
}
.yaaf-txtimg_heading .yaaf-txtimg_subtitle{
  margin-bottom: 15px;
}
.txtimg_left .yaaf-txtimg_content{
  padding-right: 3.75rem;
}
.txtimg_right .yaaf-txtimg_content{
  padding-left: 3.75rem;
}
.yaaf-txtimg_image{
  flex: 0 0 50%;
  max-width: 50%;
}
.yaaf-txtimg_image img{
  width: 100%;
  height: auto;
}

/*  */

/*  */
.yaaf-flex_start{
  display: flex;
  justify-content: flex-start;
}
.yaaf-flex_end{
  display: flex;
  justify-content: flex-end;
}
.yaaf-flex_center{
  display: flex;
  justify-content: center;
}
.yaaf-vertical_space-b{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.yaaf-space_between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*  */
.yaaf-btn_primary{
  color: var(--clr-white);
  background-color: var(--clr-primary);
  height: 50px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border-radius: 12px;
  
  font-size: 14px;
  transition: all .20s linear;
}
.yaaf-btn_primary:hover{
  background-color: #C53431;
}
.yaaf-btn_secondary .uil,
.yaaf-btn_primary .uil{
  font-size: 24px;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .20s linear;
}
.yaaf-btn_primary .uil{
  background-color: #AD2A9C;
}
.yaaf-btn_primary:hover .uil{
  background-color: var(--clr-primary);
}
.yaaf-btn_secondary .uil{
  background-color: #222022;
}
.yaaf-btn_secondary .uil::before,
.yaaf-btn_primary .uil::before{
  font-size: 18px;
  line-height: 31px;
  height: 27px;
}
.yaaf-btn_secondary{
  color: var(--clr-white);
  background-color: var(--clr-secondary);
  height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  
  font-size: 14px;
  font-weight: 500;
  transition: all .20s linear;
}
.yaaf-btn_secondary:hover{
  background-color: #222022;
}
.yaaf-btn_secondary:hover .uil{
  background-color: var(--clr-secondary);
}
.yaaf-btn_transparent{
  color: var(--clr-text);
  font-size: 14px;
  color: var(--clr-primary);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 15px;
}
.yaaf-btn_transparent .uil {
  font-size: 18px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #FFF2FD;
  text-align: center;
  line-height: 22px;
}

.yaaf-button_wrap{
  display: flex;
  align-items: center;
}
.button_p_left{
  justify-content: flex-start;
}
.button_p_right{
  justify-content: flex-end;
}
.button_p_center{
  justify-content: center;
}
.yaaf-button{
  display: flex;
  align-items: center;
  gap: 20px;
}
.yaaf-button i{
  font-size: 1.25rem;
}
/* .yaaf-btn_primary i,
.yaaf-btn_secondary i,
.yaaf-btn_transparent i{
  margin-left: 20px;
  font-size: 1.25rem;
} */

/* ### HEADER ### */

.yaaf-header_wrap{
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  padding: 0 20px;
  /* border-bottom: 1px solid #F6F6F6; */
  background-color: #121111;
  border-radius: 18px;
}
.yaaf-header{
  z-index: 99;
  background-color: transparent;
  position: fixed;
  left: 0;
  width: 100%;
  top: 15px;
}
.yaaf-header.sticky{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--clr-white);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .03);
}
.yaaf-logo{
  flex: 0 0 200px;
  max-width: 200px;
  display: flex;
  align-items: center;
}
.yaaf-logo img{
  width: auto;
  height: 40px;
}
.yaaf-navbar_wrap{
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 70px;
}
.yaaf-header_centred{
  flex-wrap: unset;
  justify-content: space-between;
  align-items: center;
}
.yaaf-navbar_left{
  justify-content: space-between;
}
.yaaf-navbar_right{
  justify-content: flex-end;
}
.yaaf-navbar .menu{
  display: flex;
  align-items: center;
  gap: 30px;
}
.menu-item{
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.menu-item::before{
  display: none;
}
.yaaf-navbar .menu .menu-item{
  position: relative;
}
.yaaf-navbar .menu .menu-item a{
  font-size: 14px;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: var(--clr-secondary);
  position: relative;
}
.yaaf-navbar .menu .menu-item.active a{
  color: var(--clr-primary);
}
.yaaf-navbar > .menu > .menu-item.menu-item-has-children > a{
  display: flex;
  gap: 10px;
  padding-right: 25px;
}
.yaaf-navbar > .menu > .menu-item.menu-item-has-children > a::after{
  content: "\eb3a";
  display: block;
  font-family: unicons-line;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  font-size: 20px;
  line-height: 24px;
}
.yaaf-navbar .menu .menu-item.menu-item-has-children .B-Dropdown{
  position: absolute;
  top: 20px;
  left: -15px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--clr-white);
  
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
  z-index: 9;
  transition: all .30s linear;
  padding: 5px;
}
.yaaf-navbar .menu .menu-item.menu-item-has-children:hover .B-Dropdown{
  top: 35px;
  opacity: 1;
  visibility: visible;
}
.yaaf-navbar .menu .B-Dropdown .menu-item a{
  display: block;
  padding: 6px 10px;
  text-transform: inherit;
  font-size: 13px;
  font-weight: 500;
}
.yaaf-centred_navbar .yaaf-navbar .menu .B-Dropdown .menu-item.active a::before{
  display: none;
}
.yaaf-navbar .menu .B-Dropdown .menu-item:last-child a{
  border-bottom: 0;
}
.yaaf-actions{
  display: flex;
  align-items: center;
  gap: 30px;
}
.yaaf-actions .yaaf-btn_primary{
  text-transform: uppercase;
}
.yaaf-actions .yaaf-btn_transparent{
  color: var(--clr-white);
}
.left-navbar-2{
  padding: 0 0 0 20px;
  background-color: var(--clr-gray);
  border-color: var(--clr-gray);
}
.left-navbar-2 .yaaf-actions{
  height: 100%;
  gap: 0;
  background-color: var(--clr-white);
}
.yaaf-actions a{
  font-weight: 500;
}
.yaaf-actions a p{
  margin: 0;
}
.left-navbar-2 .yaaf-actions a{
  display: flex;
  align-items: center;
  height: 100%;
}
.yaaf-actions a i{
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #222022;
}
.yaaf-actions a i::before{
  font-size: 18px;
  line-height: 31px;
  height: 27px;
}
.left-navbar-2 .yaaf-actions a.yaaf-btn_transparent{
  border-left: 1px solid var(--clr-gray);
  padding: 0 20px;
}
.yaaf-centred_header{
  height: 65px;
  display: flex;
  border-bottom: 1px solid var(--clr-border);
  padding: 0 15px;
}
.yaaf-centred_item{
  flex: 1 0 0;
  display: flex;
  align-items: center;
}
.yaaf-centred_item .yaaf-infos_list{
  height: auto;
}
.yaaf-centred_navbar{
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
.yaaf-centred_navbar .yaaf-navbar .menu .menu-item.active a{
  position: relative;
}
.yaaf-centred_navbar .yaaf-navbar .menu .menu-item.active a::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--clr-primary);
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* .yaaf-centred_header .yaaf-logo{
  justify-content: center;
} */

@media(max-width: 768px){
  .yaaf-logo{
    flex: 0 0 150px;
    max-width: 150px;
    padding-left: 5px;
  }
  .yaaf-logo img{
    width: 150px;
  }
  .yaaf-navbar_wrap{
    flex: 0 0 calc(100% - 150px);
    max-width: calc(100% - 150px);
  }
  .yaaf-header_wrap{
    height: 60px;
    padding: 0 7px;
  }
  .yaaf-actions a p{
    display: none;
  }
  .yaaf-btn_primary{
    height: 46px;
    padding: 0 11px;
  }
}

/* ### TOPBAR ### */

.yaaf-topbar{
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  padding: 0 15px;
  border: 1px solid var(--clr-border);
}
.yaaf-half_topbar{
  flex: 0 0 50%;
  max-width: 50%;
}
.yaaf-infos_topbar{
  height: 100%;
}

/*  */
.yaaf-infos_list{
  display: flex;
  height: 100%;
}
.yaaf-infos_list .yaaf-info_item{
  display: flex;
  align-items: center;
  padding: 0 15px;
  gap: 10px;
  border-right: 1px solid var(--clr-border);
}
.yaaf-infos_list .yaaf-info_item:first-child{
  padding-left: 0;
}
.yaaf-infos_list .yaaf-info_item:last-child{
  padding-right: 0;
  border-right: 0;
}
.yaaf-infos_list .yaaf-info_item span{
  font-size: 18px;
  color: var(--clr-primary);
}

/*  */
.yaaf-social_list{
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
}

/*  */


.yaaf-topbar_meta{
  display: flex;
  align-items: center;
}
.yaaf-topbar_meta-item{
  height: 100%;
  border-right: 1px solid var(--clr-border);
  padding: 0 15px;
}
.yaaf-topbar_meta-item:first-child{
  border-left: 1px solid var(--clr-border);
}
.yaaf-topbar_meta-item:last-child{
  border-right: none;
  padding-right: 0;
}
.yaaf-search_btn{
  background-color: transparent;
  border: none;
  padding: 0;
  height: 100%
}

/*  */

.yaaf-footer .wp-block-heading,
.side-c .widget-title{
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  color: var(--clr-secondary);
  margin-bottom: 30px;
}
.side-c.yaaf-cta-widget .widget-title{
  font-size: 28px;
  margin-bottom: 15px;
}
.yaaf-cta-widge-footer{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0;
  margin-top: 30px;
}
.yaaf-cta-widge-footer .cta-link{
  color: #fff;
}
.widget_nav_menu ul li{
  padding: 7.5px 0;
}
.widget_nav_menu ul li:first-child{
  padding-top: 0;
}
.widget_nav_menu ul li:last-child{
  padding-bottom: 0;
}
.widget_nav_menu ul li a{
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-text);
  transition: all .20s linear;
}
.widget_nav_menu ul li a:hover{
  color: var(--clr-secondary);
}
.yaaf-about_widget .widget_text{
  margin-top: 35px;
}
.yaaf-about_widget .widget_text p{
  color: var(--clr-secondary);
  font-size: 14px;
  line-height: 18px;
}
.widget_text p{
  font-size: 16px;
  line-height: 22px;
  color: var(--clr-text);
}
.yaaf-cta-widget{
  background-color: var(--clr-primary);
  padding: 20px;
  border-radius: 18px;
  
  color: var(--clr-white);
  margin-bottom: 30px;
}
.yaaf-cta-widget .widget-title{
  color: var(--clr-white);
}
.yaaf-cta-widget .yaaf-btn_primary{
  background-color: var(--clr-white);
  color: var(--clr-primary);
}
.yaaf-cta-widget p{
  font-size: 14px;
}
.yaaf-cta-widget .yaaf-btn_primary .uil{
  background-color: transparent;
  width: auto;
}
.yaaf-infos_list{

}
.yaaf-info_item{
  padding: 13.5px 0;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.yaaf-info_item:first-child{
  padding-top: 0;
}
.yaaf-info_item:last-child{
  padding-bottom: 0;
}
.yaaf-info_item span{
  color: var(--clr-primary);
  margin-right: 15px;
}
.yaaf-info_item a{
  color: var(--clr-text)
}
.yaaf-social-media-widget{
  /* padding-left: 30px; */
  margin-bottom: 30px;
}
.yaaf-social-media-widget .widget-title{
  font-size: 18px;
  color: var(--clr-text);
  margin-bottom: 15px;
  font-weight: 600;
}
.social-media-list{
  display: flex;
  gap: 15px;
}
.social-media-item{
  padding: 0;
}
.social-media-item::before{
  display: none;
}
.social-media-item a{
  width: 35px;
  height: 35px;
  border: 1px solid var(--clr-desc);
  color: var(--clr-text);
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.yaaf-sm-links{
  display: flex;
  align-items: center;
  gap: 10px;
}
.yaaf-sm-links span{
  font-size: 14px;
  color: var(--clr-text);
}
.yaaf-sm-links ul{
  display: flex;
  align-items: center;
}
.yaaf-sm-links ul li{
  margin: 0;
}
.yaaf-sm-links ul li a{
  padding: 0 5px;
  color: var(--clr-secondary);
}
/*  */

.yaaf-footer.footer-style_dark{
  background-color: #10080F;
  border-top: 1px solid #252C29;
  padding-bottom: 0;
}
.footer-style_dark .side-c .widget-title{
  color: var(--clr-white);
}
.footer-style_dark .widget_nav_menu ul li a{
  color: var(--clr-white);
}
.footer-style_dark .widget_nav_menu ul li a:hover{
  color: var(--clr-primary);
}
.footer-style_dark .widget_text p{
  color: var(--clr-white);
}
.footer-style_dark .yaaf-info_item{
  color: var(--clr-white);
  margin-right: 15px;
}
.footer-style_dark .yaaf-info_item span{
  color: var(--clr-primary);
}
.footer-style_dark .yaaf-info_item a{
  color: var(--clr-white);
}
.footer-style_dark .yaaf-bottom_footer{
  border-color: #252C29;
}
.footer-style_dark .yaaf-bottom_footer .yaaf-copy-right{
  color: var(--clr-white);
}
.footer-style_dark .yaaf-bottom_footer .yaaf-copy-right p{
  font-size: 12px;
}
.footer-style_dark .yaaf-bottom_footer .powered-by{
  font-size: 12px;
  color: #fff;
}

/*  */

.yaaf-footer{
  padding: 60px 0px;
}
.yaaf-footer.has-bottom_footer{
  padding-bottom: 0;
}
.yaaf-footer_style-2 .yaaf-row,
.yaaf-footer_style-3 .yaaf-row{
  justify-content: space-between;
}
.yaaf-footer .yaaf-social_list{
  height: auto;
}
.yaaf-bottom_footer{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--clr-border);
  height: 60px;
  align-items: center;
  margin-top: 60px;
}
.yaaf-bottom_footer p{
  margin: 0;
}
.yaaf-about_widget img{
  height: 45px;
  width: auto;
}

/* ### YAAF GRID ### */
.yaaf-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .yaaf-container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .yaaf-container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .yaaf-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .yaaf-container {
    max-width: 1140px;
  }
}

.yaaf-container_fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.yaaf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.yaaf-1, .yaaf-2, .yaaf-3, .yaaf-4, .yaaf-5, .yaaf-6, .yaaf-7, .yaaf-8, .yaaf-9, .yaaf-10, .yaaf-11, .yaaf-12, .yaaf,
.yaaf-auto, .yaaf-sm-1, .yaaf-sm-2, .yaaf-sm-3, .yaaf-sm-4, .yaaf-sm-5, .yaaf-sm-6, .yaaf-sm-7, .yaaf-sm-8, .yaaf-sm-9, .yaaf-sm-10, .yaaf-sm-11, .yaaf-sm-12, .yaaf-sm,
.yaaf-sm-auto, .yaaf-md-1, .yaaf-md-2, .yaaf-md-3, .yaaf-md-4, .yaaf-md-5, .yaaf-md-6, .yaaf-md-7, .yaaf-md-8, .yaaf-md-9, .yaaf-md-10, .yaaf-md-11, .yaaf-md-12, .yaaf-md,
.yaaf-md-auto, .yaaf-lg-1, .yaaf-lg-2, .yaaf-lg-3, .yaaf-lg-4, .yaaf-lg-5, .yaaf-lg-6, .yaaf-lg-7, .yaaf-lg-8, .yaaf-lg-9, .yaaf-lg-10, .yaaf-lg-11, .yaaf-lg-12, .yaaf-lg,
.yaaf-lg-auto, .yaaf-xl-1, .yaaf-xl-2, .yaaf-xl-3, .yaaf-xl-4, .yaaf-xl-5, .yaaf-xl-6, .yaaf-xl-7, .yaaf-xl-8, .yaaf-xl-9, .yaaf-xl-10, .yaaf-xl-11, .yaaf-xl-12, .yaaf-xl,
.yaaf-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.yaaf {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.yaaf-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.yaaf-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.yaaf-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.yaaf-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.yaaf-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.yaaf-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.yaaf-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.yaaf-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.yaaf-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.yaaf-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.yaaf-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.yaaf-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.yaaf-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .yaaf-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .yaaf-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .yaaf-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .yaaf-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .yaaf-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .yaaf-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .yaaf-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .yaaf-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .yaaf-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .yaaf-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .yaaf-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .yaaf-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .yaaf-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .yaaf-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .yaaf-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .yaaf-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .yaaf-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .yaaf-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .yaaf-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .yaaf-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .yaaf-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .yaaf-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .yaaf-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .yaaf-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .yaaf-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .yaaf-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .yaaf-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .yaaf-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .yaaf-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .yaaf-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .yaaf-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .yaaf-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .yaaf-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .yaaf-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .yaaf-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .yaaf-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .yaaf-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .yaaf-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .yaaf-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .yaaf-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .yaaf-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .yaaf-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .yaaf-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .yaaf-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .yaaf-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .yaaf-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .yaaf-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .yaaf-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .yaaf-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .yaaf-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .yaaf-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .yaaf-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .yaaf-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .yaaf-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .yaaf-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .yaaf-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}


/* TEXT & IMAGE */

.yaaf-txtimg_footer{
  display: block;
  margin-top: 30px;
}

.yaaf-txtimg_text ul{
  margin-top: 20px;
}
.yaaf-txtimg_text ul li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}
.yaaf-txtimg_text ul li::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--clr-primary);
  border-radius: 50%;
}

.yaaf-layred_images{
  height: 100%;
}

.yaaf-txtimg_content{
  flex: 0 0 50%;
  max-width: 50%;
}

/* LAYERED IMAGES */

.yaaf-txtimg_layred{
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  height: 100%;
  margin-bottom: 45px;
}
.yaaf-txtimg_layred::before{
  position: absolute;
  top: -30px;
  width: 240px;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
  background-image: url('assets/images/image-shape.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.txtimg_left .yaaf-txtimg_layred{
  display: flex;
  justify-content: flex-end;
}
.yaaf-txtimg_layred img{
  
}
.yaaf-txtimg_layred img:nth-child(1){
  width: 90%;
  object-fit: cover;
  object-position: center;
  z-index: 9;
}
.yaaf-txtimg_layred img:nth-child(2){
  position: absolute;
  bottom: -45px;
  width: 60%;
  height: 70%;
  object-fit: cover;
  object-position: center;
  z-index: 9;
}

.txtimg_left .yaaf-txtimg_layred::before{
  right: -30px;
}
.txtimg_left .yaaf-txtimg_layred img:nth-child(2){
  left: 0;
}
.txtimg_right .yaaf-txtimg_layred::before{
  left: -30px;
}
.txtimg_right .yaaf-txtimg_layred img:nth-child(2){
  right: 0;
}

/* IMAGE */

.yaaf-img_layred{
  /* flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  height: 100%;
  margin-bottom: 45px; */
}
.yaaf-img_layred::before{
  position: absolute;
  top: -30px;
  width: 180px;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
  background-image: url('assets/images/image-shape.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.yaaf-img_layred{
  /* display: flex; */
  /* justify-content: flex-end; */
}
.yaaf-img_layred .yaaf-layred_images img{
  /*  */
}
.yaaf-img_layred .yaaf-layred_images img:nth-child(1){
  width: 90%;
  object-fit: cover;
  object-position: center;
  z-index: 9;
}
.yaaf-img_layred .yaaf-layred_images img:nth-child(2){
  position: absolute;
  bottom: -45px;
  width: 60%;
  height: 70%;
  object-fit: cover;
  object-position: center;
  z-index: 9;
}

.yaaf-img_layred.img-left::before{
  right: -15px;
}
.yaaf-img_layred.img-left .yaaf-layred_images img:nth-child(2){
  left: 0;
}
.yaaf-img_layred.img-right::before{
  left: -15px;
}
.yaaf-img_layred.img-right .yaaf-layred_images img:nth-child(2){
  right: 30px;
}

/* HEADING */

.yaaf-heading{
  margin-bottom: 20px;
}

@media(max-width: 768px){
  .yaaf-heading{
    margin-bottom: 20px;
  }
  .yaaf-heading_title{
    font-size: 28px !important;
  }
  .yaaf-heading_subtitle{
    margin-bottom: 10px !important;
  }

  .tigris-mobile-content .yaaf-heading-wrap{
    margin-top: 50px;
  }

  .yaaf-img_layred{
    position: relative;
  }
  .yaaf-img_layred .yaaf-layred_images img:nth-child(2){
    bottom: -25px;
  }
}

/* TEXT */

.yaaf-text_inner p:last-child{
  margin-bottom: 0;
}

@media(max-width: 768px){
  .tigris-banner .yaaf-text_inner{
    text-align: center;
  }
}
/* ICON BOXES */

.icon-boxes{
  padding: 0 15px;
}
.yaaf-iboxes_heading .yaaf-heading_title{
  font-size: 32px;
  color: var(--clr-primary);
}
.yaaf-iboxes_heading .yaaf-heading_desc{
  margin-top: 15px;
}
.yaaf-heading_desc{
  font-size: 16px;
  color: var(--clr-text);
  line-height: 22px;
  margin-bottom: 0;
}
.yaaf-heading_link{
  font-size: 16px;
  color: #222021;
}
.style_2 .ibox-item{
  background-color: #FCFCFC;
  padding: 20px;
}
.ibox-item_icon{
  width: 80px;
  height: 60px;
  max-height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #FFF;
  font-size: 1.75rem;
  margin-bottom: 25px;
  
}
.ibox-item_title{
  font-size: 18px;
  font-weight: 700;
  color: #222021;
  margin-bottom: 15px;
}
.ibox-item_desc{
  font-size: 1rem;  
  line-height: 19px;
  color: #707070;
  margin: 0;
}
.yaaf-iboxes_items{
  width: 100%;
  position: relative;
}
.ibox-item_icon img{
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: contain;

}

/*  */

.yaaf-row{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: 30px 0;
}

/* STYLE 1 */

.style_1 .yaaf-iboxes_heading{
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
.style_1 .yaaf-iboxes_items{
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding: 0 15px 0 65px;
}
.style_1 .yaaf-iboxes_items .iboxes-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  gap: 30px 0;
}
.style_1 .iboxes-list .ibox-item{
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

/* STYLE 2 */

.style_2 .yaaf-iboxes_heading{
  /* display: flex;
  flex-wrap: wrap; */
  /* margin: 0 -15px 20px; */
}
/* .style_2 .yaaf-iboxes_heading .yaaf-heading_title{
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
.style_2 .yaaf-iboxes_heading .yaaf-heading_desc{
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding: 0 15px 0 65px;
} */

/* STYLE 3 */

.style_3 .ibox-item_icon{
  background-color: var(--clr-primary);
}
.style_3 .ibox-item{
  padding: 2rem;
  position: relative;
  background-color: #FFF;
  border: 2px solid #FCFCFC;
}
.style_3 .ibox-item::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--clr-text);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
  transition: all .20s linear;
}
.style_3 .ibox-item:hover::before{
  bottom: -10px;
  right: -10px;
  visibility: visible;
}

/* STYLE 4 */

/* .style_4 .slick-list{
  padding: 6px 20% 60px 0 !important;
}
.style_4 .ibox-slide_item{
  padding: 0 15px;
}
.style_4 .ibox-item{
  background-color: #FFF;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, .1);
  padding: 30px;
} */

/* STYLE 5 */
.style_3 .yaaf-iboxes_heading{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.style_3 .yaaf-iboxes_heading .yaaf-heading_title{
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
.style_3 .yaaf-iboxes_heading .yaaf-heading_desc{
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding: 0 15px 0 65px;
}
.style_4 .yaaf-iboxes_heading{
  width: 40%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 45px;
}
.style_4 .ibox-item{
  text-align: center;
}
.style_4 .ibox-item .ibox-item_icon{
  margin: 0 auto 25px;
}

/* COLS */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

.yaaf-col_3{
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.yaaf-col_4{
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
.yaaf-col_5{
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}
.yaaf-col_6{
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.yaaf-col_8{
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding: 0 15px;
}

@media(max-width: 768px){
  .yaaf-row{
    gap: 15px 0;
  }
  .yaaf-col_3{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* POST CARD */


.yaaf-post_card{
  background-color: #121111;
  border-radius: 18px;
  overflow: hidden;
}
.yaaf-post_card .yaaf-post_thumb{
  width: 100%;
  height: 250px;
  background-color: var(--clr-text);
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
/* .yaaf-post_card .yaaf-post_thumb::before{
  content: '';
  display: block;
  background-image: url('assets/images/taxi-pattern.svg');
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
} */

.yaaf-post_thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .20s linear;
  transform: scale(1);
}
.yaaf-side-post_card:hover .yaaf-post_thumb img{
  transform: scale(1.1);
}
.yaaf-post_thumb .yaaf-post_cats{
  display: flex;
  gap: 5px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.yaaf-post_category{
  background-color: var(--clr-white);
  font-size: 11px;
  color: var(--clr-text);
  text-transform: uppercase;
  padding: 6px 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  
}
.yaaf-post_card .yaaf-post_excerpt{
  padding: 30px 20px 20px;
}
.yaaf-post_card .yaaf-post_excerpt p{
  margin-bottom: 0;
  color: var(--clr-white);
}
.yaaf-post_card_title{
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 600;
  color: var(--clr-white);
  min-height: 44px;
}
.yaaf-post_card_title a{
  color: var(--clr-white);
}
.yaaf-post_card_excerpt{
  font-size: 16px;
  color: #687D76;
  margin-bottom: 0;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.yaaf-post_excerpt{
  /* border: 1px solid #FFF3FD; */
  border-left: none;
}
.yaaf-post_meta{
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 30px;
}
.yaaf-post_meta span{
  font-size: 14px;
  color: var(--clr-white);
}
.yaaf-post_meta a{
  text-decoration: none;
  font-weight: 600;
  width: 35px;
  height: 35px;
  background-color: var(--clr-white);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yaaf-post_meta a span{
  color: var(--clr-secondary);
  font-size: 18px;
}
.post-card_style_2 .yaaf-post_card_title{
  padding: 20px;
  margin-bottom: 0;
}
.yaaf-lposts_heading{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 45px;
}
.yaaf-heading_title{
  font-size: 32px;
  color: var(--clr-text);
  margin-bottom: 0;
}
/* .tst-subtitle,
.yaaf-txtimg_subtitle,
.yaaf-heading_subtitle{
  position: relative;
  padding-left: 15px;
  height: 23px;
  display: flex;
  align-items: center;
  letter-spacing: .5px;
  z-index: 1;
  font-family: "Poppins", sans-serif;
} */
.yaaf-heading_subtitle{
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* .tst-subtitle::before,
.yaaf-txtimg_subtitle::before,
.yaaf-heading_subtitle::before{
  content: '';
  display: block;
  width: 60px;
  height: 23px;
  background-color: #FFF2FD;
  position: absolute;
  left: 0;
  z-index: -1;
} */

.yaaf-lposts_style_2 .yaaf-lposts_heading{
  flex-direction: column;
  height: 100%;
  align-items: flex-start;
  margin: 0;
}

.yaaf-main-post-card{
  width: 100%;
  height: 100%;
  
  overflow: hidden;
  position: relative;
}
.yaaf-main-post-card .yaaf-post_thumb{
  background-color: #000;
  width: 100%;
  height: 100%;
}
.yaaf-main-post-card .yaaf-post_thumb::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(51, 51, 51, .7), rgba(254, 241, 254, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.yaaf-main-post-card .yaaf-post_thumb img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yaaf-main-post-card .yaaf-post_excerpt{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 30px 30px;
  font-size: 14px;
  line-height: 17px;
  z-index: 9;
  color: #fff;
  border: none;
}
.yaaf-main-post-card .yaaf-post_card_title{
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
.yaaf-main-post-card .yaaf-post_card_title a{
  color: var(--clr-white);
}
.yaaf-main-post-card .yaaf-post_card_excerpt{
  color: var(--clr-white);
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.yaaf-main-post-card .yaaf-post_meta a{
  color: var(--clr-white);
  text-decoration: none;
}
.yaaf-side-post_card{
  background-color: #fff;
  
  overflow: hidden;
  display: flex;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 0 rgba(0,0,0, .05);
}
.yaaf-side-post_card:last-child{
  margin-bottom: 0;
}
.yaaf-side-post_card .yaaf-post_thumb{
  flex: 0 0 165px;
  width: 165px;
  height: 165px;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.yaaf-side-post_card .yaaf-post_thumb img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yaaf-main-post-card .yaaf-post_date,
.yaaf-side-post_card .yaaf-post_date{
  color: #B7B0B0;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: var(--clr-white);
  position: absolute;
  z-index: 1;
}
.yaaf-main-post-card .yaaf-post_date{
  top: 8px;
  left: 8px;
}
.yaaf-side-post_card .yaaf-post_date{
  bottom: 8px;
  left: 8px;
}
.yaaf-side-post_card .yaaf-post_date{
  bottom: 8px;
  left: 8px;
}
.yaaf-side-post_card .yaaf-post_excerpt{
  flex: 0 0 calc(100% - 165px);
  padding: 15px 30px;
  display: flex;
  align-items: center;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.yaaf-side-post_card .yaaf-post_excerpt .yaaf-post_card_title{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--clr-secondary);
}
.yaaf-side-post_card .yaaf-post_excerpt .yaaf-post_card_title a{
  color: var(--clr-secondary);
}
.yaaf-side-post_card .yaaf-post_excerpt .yaaf-post_card_excerpt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 0;
}
/* TEAM MEMBERS */

.yaaf-team_heading{
  text-align: center;
}
.yaaf-team_subtitle{
  margin-bottom: 15px;
  font-weight: 400;
}
.yaaf-team_heading .yaaf-team_desc{
  width: 400px;
  margin: 0 auto;
}
.yaaf-member_card{
  
  overflow: hidden;
}
.member-card_s-1{
  background-color: var(--clr-white);
}
.member_card-thumb{
  width: 100%;
  height: 250px;
  background-color: var(--clr-text);
}
.member_card-thumb img{
  width: 101%;
  height: 100%;
  object-fit: cover;
}
.member_card-content{
  padding-top: 8px;
}
.member-name{
  font-size: 16px;
  color: var(--clr-text);
  font-weight: 600;
  margin-bottom: 2%;
  margin-top: 0;
}
.member-job_title{
  font-size: 12px;
  color: var(--clr-desc);
}
.member_card-social{
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.member_card-social a{
  color: var(--clr-primary);
  font-size: 16px;
}
.member-card_meta{
  padding-top: 10px;
}
.member-card_s-2 .member-card_meta,
.member-card_s-3 .member-card_meta{
  display: flex;
  flex-wrap: wrap;
}
.member-card_s-2 .member-card_meta .member_card-content,
.member-card_s-3 .member-card_meta .member_card-content{
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.member-card_s-2 .member-card_meta .member_card-social,
.member-card_s-3 .member-card_meta .member_card-social{
  flex: 0 0 60px;
  max-width: 60px;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
  height: 100%;
  margin-top: 0;
}
.member-card_s-2 .member-card_meta .member_card-social a,
.member-card_s-3 .member-card_meta .member_card-social a{
  flex: 0 0 50%;
  max-width: 50%;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.member-card_s-3 .member-card_meta{
  padding: 15px;
  background-color: var(--clr-white);
}
.member-card_s-4 .member-card_meta{
  padding-top: 15px;
  text-align: center;
}
.member-card_s-4 .member_card-social{
  justify-content: center;
}

/* TEAM MEMBERS */

.yaaf-pt_heading-row{
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding-bottom: 45px;
}
.yaaf-pt_heading{
  flex: 0 0 45%;
  max-width: 45%;
  padding-right: 45px;
}
.yaaf-pt_desc{
  flex: 0 0 55%;
  max-width: 55%;
}
.yaaf-pt_subtitle{
  margin-bottom: 15px;
}
.yaaf-tp_card{
  padding: 20px;
  border: 2px solid var(--clr-border);
  background-color: var(--clr-white);
  
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yaaf-tp_card-style_1 .tp_card-title{
  font-size: 20px;
  font-weight: 700;
  color: var(--clr-text);
}
.yaaf-tp_card a{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 35px;
}
.tp_card-price{
  font-size: 38px;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 0;
  color: var(--clr-primary);
}
.tp_card-price.custom-price{
  font-size: 28px !important;
  height: 58px;
  padding-bottom: 6px;
}
.tp_card-price span{
  font-size: 14px;
  font-weight: 400;
  color: var(--clr-desc);
  margin-left: 0;
}
.tp_card-price sup{
  top: -9px;
  position: relative;
  font-size: 28px;
  margin-right: 5px;
}
.tp_card-desc{
  font-size: 16px;
  line-height: 22px;
  color: var(--clr-desc);
  margin: 20px 0 0;
}
.tp_card-features{
  margin-top: 40px;
}
.tp_card-features .tp-feature_item{
  font-size: 16px;
  margin-bottom: 20px;
  color: var(--clr-text);
  display: flex;
  gap: 10px;
}
.tp_card-features .tp-feature_item::before{
  content: "\e9c3";
  display: block;
  line-height: 18px;
  text-align: center;
  width: 16px;
  height: 16px;
  background-color: var(--clr-primary);
  border-radius: 50%;
  font-family: unicons-line;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: var(--clr-white);
}
.tp_card-features .tp-feature_item:last-child{
  margin-bottom: 0;
}
.yaaf-tp_card-style_2 .tp_card-price{
  font-size: 48px;
  margin-top: 20px;
  align-items: flex-end;
}
.yaaf-tp_card-style_2 .tp_card-price span{
  position: relative;
  top: -9px;
}
.yaaf-tp_card-style_2 .tp_card-title{
  font-size: 32px;
  color: var(--clr-secondary);
  margin-bottom: 15px;
}
.yaaf-tp_card-style_2 .tp_card-price{
  color: var(--clr-text);
}
.yaaf-tp_card-style_2 .tp_card-price span{
  color: var(--clr-secondary);
}
.yaaf-tp_card-style_3{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
}
.yaaf-tp_card-style_3 .tp_card-title{
  font-size: 30px;
}
.yaaf-tp_card-style_3 .tp_card-features{
  margin-top: 10px;
}
.yaaf-tp_card-style_3 .tp_card-features .tp-feature_item{
  color: var(--clr-desc);
}

/* CTA BLOCK */

.vc_row[data-vc-full-width="true"] .yaaf-cta .cta-template_1{
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.yaaf-cta.yaaf-secondary .cta-template_1 .cta-title::before{
  margin: 0 0 20px;
}
.yaaf-cta.yaaf-secondary.bottom-page{
  padding: 60px 0;
}
.yaaf-cta{
  padding: 35px;
  min-height: 200px;
  display: flex;
  align-items: center;
}
.yaaf-cta > div{
  width: 100%;
}
.cta-content p{
  margin-bottom: 0;
}
.cta-subtitle{
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.cta-title{
  font-size: 42px;
  margin-bottom: 0;
}
.cta-description{
  font-size: 1rem;
  line-height: 26px;
  width: 60%;
}
.cta-button .yaaf-button{
  display: inline-flex;
  min-width: 120px;
  justify-content: center;
}

.cta-template_1 .cta-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--clr-white);
}
.cta-template_2{
  color: var(--clr-white);
}
.cta-template_2 .cta-content{
  margin-bottom: 20px;
}
.cta-template_3{
  text-align: center;
}
.cta-template_3 .cta-content p{
  margin: 0 auto 35px;
}
.yaaf-cta.yaaf-transparent{
  background-color: transparent;
}
.yaaf-cta.yaaf-secondary{
  background-color: var(--clr-primary);
  color: var(--clr-white);
  border-radius: 18px;
}

/* ### TESTIMONIALS ### */

.tst-basic{
  margin: 25px -15px 0;
}
.tst .slick-dots{
  position: absolute;
  top: -40px;
  right: 15px;
}
.tst .slick-dots{
  display: flex;
  gap: 3px;
}
.tst .slick-dots li{
  height: 5px;
  display: flex;
  align-items: center;
}
.tst .slick-dots li button{
  width: 5px;
  height: 5px;
  background-color: var(--clr-text);
  font-size: 0;
  border: none;
  padding: 0;
  transition: all .20s linear;
  border-radius: 2px;
}
.tst .slick-dots li button:hover{
  cursor: pointer;
}
.tst .slick-dots li.slick-active button{
  width: 85px;
}
.testimonial-card{
  background-color: var(--clr-white);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .03);
  padding: 20px;
  
}
.testimonial-header{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
}
.testimonial-thumb{
  flex: 0 0 45px;
  max-width: 45px;
  height: 45px;
  background-color: var(--clr-text);
  
}
.testimonial-header_content{
  flex: 0 0 calc(100% - 45px);
  max-width: calc(100% - 45px);
  padding-left: 10px;
}
.testimonial-header h4{
  font-size: 16px;
  font-weight: 700;
  color: var(--clr-text);
  margin-top: 0;
  margin-bottom: 5px;
}
.testimonial-header p{
  font-size: 12px;
  color: var(--clr-desc);
  margin-bottom: 0;
}
/* .testimonial-body::before{
  content: '';
  display: block;
  background: url('assets/images/eplclinic-quote.svg') no-repeat center center;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  font-size: 48px;
  background-size: 55px;
  transform: rotate(180deg);
} */
.testimonial-body p{
  font-size: 14px;
  line-height: 19px;
  color: #373237;
  margin-bottom: 0;
  
}
.testimonial-review{
  margin-top: 30px;
}
.testimonial-review span{
  font-size: 20px;
  color: #FFA63A;
}
.card-2 .testimonial-footer{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.card-2 .testimonial-name h4{
  font-size: 14px;
  font-weight: 600;
  color: var(--clr-text);
  margin-top: 0;
  margin-bottom: 5px;
}
.card-2 .testimonial-review{
  margin: 0;
  color: #FFA63A;
}
.card-2 .testimonial-header{
  margin-bottom: 0;
}
.card-2 .testimonial-header span{
  transform: rotate(180deg);
  font-size: 58px;
  position: relative;
  top: -10px;
  left: -8px;
  color: var(--clr-primary);
}
.tst-full-width{
  width: 100%;
}
.tst-full-width .testimonial-card{
  display: flex !important;
  flex-wrap: wrap;
  background: transparent;
  box-shadow: none;
  padding: 0;
  align-items: flex-end;
}
.tst-t_5{
  position: relative;
}
.tst-t_5 .tst-full-width .testimonial-card{
  display: flex;
  justify-content: flex-end;
}
.tst-t_5 .tst-header{
  position: absolute;
  top: 40px;
  left: 15px;
}
.tst-t_5 .tst-full-width .testimonial-content{
  padding-left: 0;
  padding-right: 35px;
  padding-bottom: 35px;
}
.tst-t_3 .tst-full-width .testimonial-content{
  padding-bottom: 35px;
}
.tst-t_5 .tst-full-width .testimonial-thumb{
  display: flex;
  justify-content: flex-end;
}
.tst-t_5 .tst-full-width .testimonial-thumb div::before{
  top: 20px;
  left: -30px;
  right: unset;
}
.tst-t_3 .testimonial-body p,
.tst-t_5 .testimonial-body p{
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  font-weight: 400;
}
.tst-full-width .testimonial-thumb{
  flex: 0 0 33.33%;
  max-width: 33.33%;
  background-color: transparent;
  height: auto;
  position: relative;
  top: -20px;
}
.tst-full-width .testimonial-thumb div{
  width: 250px;
  height: 300px;
  background-color: var(--clr-text);
  position: relative;
}
.tst-full-width .testimonial-thumb div::before{
  position: absolute;
  top: 50px;
  right: -30px;
  width: 150px;
  height: 100%;
  content: "";
  display: block;
  z-index: -1;
  background-image: url('assets/images/image-shape.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tst-full-width .testimonial-content{
  flex: 0 0 66.66%;
  max-width: 66.66%;
  padding-left: 35px;
}
.tst .slick-list{
  padding: 20px 0;
}
.tst .slick-slide > div{
  padding: 0 15px;
}
.tst .slick-arrow{
  /* display: none !important; */
}
.tst-t_3{
  position: relative;
  padding: 65px 0;
}
.tst-t_3 .tst-header{
  position: absolute;
  top: 90px;
  left: calc(33.33% + 40px);
}
.tst-t_3 .testimonial-header_content{
  padding-left: 0;
}
.tst-t_3 .tst .slick-dots{
  top: unset;
  bottom: 5px;
}
.tst-t_3 .tst .slick-list{
  padding: 0;
}

.tst-t_4{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 35px;
}
.tst-t_4 .tst-header{
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tst-t_4 .tst-header .tst-description{
  width: 85%;
  font-size: 16px;
  line-height: 22px;
  color: var(--clr-desc);
}
.tst-t_4 .tst{
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.tst-t_4 .tst-full-width .testimonial-thumb{
  height: 45px;
  width: 45px;
}
.tst-t_4 .tst .slick-dots{
  top: unset;
  bottom: -15px;
}

/* KEYS BLOCKS */

.keys-header{
  height: 100%;
  display: flex;
  align-items: center;
}
.keys-header .keys-subtitle{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--clr-primary);
}
.keys-header .keys-title{
  font-size: 32px;
  margin-bottom: 0;
  color: var(--clr-text);
}
.keys-block{
  display: flex;
  flex-wrap: wrap;
}
.key-title{
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 0;
}
.key-value{
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}
.key-value sup{
  top: 10px;
  position: relative;
  font-size: 28px;
  margin-left: 3px;
}
.key-desc{
  font-size: 14px;
  line-height: 18px;
  color: var(--clr-desc);
  margin-top: 10px;
  width: 90%;
}
.keys-yaaf-1 .key-title,
.keys-yaaf-4 .key-title{
  margin-top: 10px;
  color: var(--clr-desc);
}
.keys-yaaf-3 .key-wrap{
  text-align: center;
}
.keys-yaaf-3 .key-title{
  margin-top: 15px;
}
.keys-yaaf-3 .key-desc{
  width: 100%;
}
.keys-yaaf-4{
  position: relative;
  padding: 45px 0;
}
.keys-yaaf-4::before{
  content: "";
  display: block;
  width: 33.33%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFF7F2;
  z-index: -1;
}
.keys-yaaf-4::after{
  content: "";
  display: block;
  width: 66.66%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #E0885B;
  z-index: -1;
}
.keys-yaaf-4 .key-value{
  color: var(--clr-white);
}
.keys-yaaf-4 .key-title{
  color: var(--clr-white);
}
.keys-yaaf-4 .yaaf-keys{
  width: 80%;
  margin: 0 auto;
}

/* APPROACH */

.step-wrap{
  text-align: center;
  width: 100%;
  border: 2px solid #FFF7F2;
  padding: 35px 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;  
  min-height: 310px;
  position: relative;
  overflow: hidden;
}
.step-title{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.step-value{
  font-size: 14px;
  line-height: 20px;
  color: var(--clr-desc);
}
.step-content .uil{
  margin-bottom: 35px;
  color: var(--clr-primary);
  font-size: 46px;
  line-height: 46px;
  display: block;
}
.steps-yaaf > .yaaf-row > div,
.steps-yaaf .yaaf-lg-12 .yaaf-row > div{
  position: relative;
  counter-increment: step-counter;
}

.steps-yaaf-3 .yaaf-row > div .step-wrap::before,
.steps-yaaf .yaaf-lg-12 .yaaf-row > div > .step-wrap::before{
  content: counter(step-counter);
  display: block;
}

.steps-yaaf-1 .yaaf-lg-12 .yaaf-row > div > .step-wrap::before{
  position: absolute;
  bottom: -10px;
  right: -15px;
  font-size: 140px;
  font-weight: 700;
  color: #365F51;
  opacity: .05;
  line-height: 120px;
}
.steps-yaaf-2 .step-wrap,
.steps-yaaf-3 .step-wrap{
  flex-direction: column-reverse;
  justify-content: space-between;
}
.steps-yaaf-2 .step-wrap::before,
.steps-yaaf-3 .step-wrap::before{
  flex-direction: column-reverse;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
  color: var(--clr-primary);
  background-color: #FFF7F2;
  z-index: 9;
}
.steps-yaaf-2 .step-wrap::after,
.steps-yaaf-3 .step-wrap::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF7F2;
}
.steps-yaaf-3 .step-wrap{
  border-right: 0;
}
.steps-yaaf-3  .last-step .step-wrap{
  border-right: 2px solid #FFF7F2;
}
.steps-yaaf-3{
  padding: 0 15px;
}

/* PAGE */

.yaaf-page-header{
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.yaaf-page-header::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(51,51,51);
  background: linear-gradient(51deg, rgba(51,51,51,1) 0%, rgba(106,82,82,1) 46%, rgba(254,125,147,0.6) 100%);
  opacity: .6;
}
.yaaf-content{
  position: relative;
  z-index: 9;
  width: 60%;
}
.page-header-title{
  font-size: 62px;
  line-height: 76px;
  font-weight: 600;
  color: var(--clr-white);
}
.page-header-subtitle{
  font-size: 18px;
  font-weight: 500;
  color: var(--clr-white);
  margin-bottom: 30px;
}
.page-header-description{
  font-size: 18px;
  line-height: 24px;
  color: var(--clr-white);
  margin-bottom: 0;
}


/* SIDEBAR */

.sidebar{
  padding-left: 30px;
}
.sidebar .widget{
  margin-bottom: 40px;
}
.sidebar .widget:last-child{
  margin-bottom: 0;
}
.sidebar .widget-title{
  font-size: 20px;
  color: var(--clr-text);
  margin-bottom: 25px;
}

/* RECENT POSTS WIDGET */

.recent-posts .recent-posts-item{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.recent-posts-item .item-thumbnail{
  width: 65px;
  height: 65px;
  background-color: var(--clr-text);
}
.recent-posts-item .item-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recent-posts-item .item-meta .item-title{
  font-size: 14px;
  font-weight: 600;
  color: var(--clr-text);
  margin-bottom: 10px;
  line-height: normal;
}
.recent-posts-item .item-meta .item-title a{
  color: var(--clr-text);
  text-decoration: none;
}
.recent-posts-item .item-meta .item-date{
  font-size: 12px;
  color: var(--clr-desc);
  margin-bottom: 0;
  line-height: normal;
}
.recent-posts .recent-posts-item:last-child{
  margin-bottom: 0;
}
.yaaf-page-header .post-categories{
  display: flex;
  gap: 15px;
}
.yaaf-page-header .post-categories li::before{
  display: none;
}
.yaaf-page-header .post-categories li{
  padding: 0;
  margin: 0;
}
.yaaf-page-header .post-categories li a{
  color: var(--clr-white);
}

/* TAGS WIDGET */

.yaaf-tags .tag-item{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
}
.yaaf-tags .tag-item::before{
  display: none;
}
.yaaf-tags .tag-item a{
  font-size: 14px;
  padding: 6px 15px;
  color: var(--clr-secondary);
  background-color: var(--clr-gray);
  display: block;
}
.yaaf-tags .tag-item:first-child{
  margin-left: 0;
}
.yaaf-tags .tag-item:last-child{
  margin-right: 0;
}

/* PAGINATION */

.yaaf-pagination{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding: 0 15px;
  gap: 10px;
}

.yaaf-pagination .page-numbers{
  width: 30px;
  height: 30px;
  font-size: 12px;
  color: var(--clr-desc);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.yaaf-pagination .page-numbers.current{
  width: auto;
  color: var(--clr-text);
  display: flex;
  align-items: center;
  padding-right: 30px;
  padding-left: 15px;
}
.yaaf-pagination .page-numbers::after{
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: var(--clr-text);
  margin-left: 8px;
  transition: all .20s linear;
  position: absolute;
  left: 22px;
  top: 50%;
}
.yaaf-pagination .page-numbers.current::after{
  width: 30px;
}
.yaaf-pagination .next.page-numbers{
  width: auto;
  margin-left: 15px;
}
.yaaf-pagination .prev.page-numbers{
  width: auto;
  margin-right: 15px;
}
.yaaf-pagination .next.page-numbers::after,
.yaaf-pagination .prev.page-numbers::after{
  display: none;
}

/* WITH SIDEBAR */
.default-layout .yaaf-post_card .yaaf-post_thumb{
  height: 450px;
}
.list-layout .yaaf-post_card{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-layout .yaaf-post_card .yaaf-post_thumb{
  flex: 0 0 250px;
  max-width: 250px;
  height: 240px;
}
.list-layout .yaaf-post_card .yaaf-post_excerpt{
  flex: 0 0 calc(100% - 250px);
  max-width: calc(100% - 250px);
}
.list-layout .yaaf-post_card .yaaf-post_meta{
  align-items: flex-end;
}

/* BLOG LAYOUT */
.yaaf-filter-row{
  display: flex;
  padding: 0 10px;
  margin-bottom: 35px;
  gap: 30px;
}
.yaaf-filter-row button{
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 600;
  color: var(--clr-desc);
  transition: all .20s linear;
}
.yaaf-filter-row button:hover{
  cursor: pointer;
  color: var(--clr-primary);
}
.yaaf-filter-row button.is-checked{
  color: var(--clr-primary);
}
.masonry{
  position: relative;
}
.masonry-item{
  width: 277.5px;
  padding: 10px;
}
.masonry-item.post-item-3{
  width: 370px;
  padding: 10px;
}
.masonry-item.post-item-4{
  width: 277.5px;
  padding: 10px;
}
.masonry-item.post-item-6{
  width: 555px;
  padding: 10px;
}
.yaaf-loader{
  display: flex;
  justify-content: center;
  padding: 35px 0;
}
.yaaf-loader img{
  width: 40px;
}
#yaaf-scroll-wrapper.masonry{
  padding: 60px 0 100px
}
#yaaf-scroll-wrapper.masonry .yaaf-post_card{
  background-color: #fff;
  border: 1px solid #FDF9F9;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .01);
}
#yaaf-scroll-wrapper.masonry .yaaf-post_thumb{
  height: auto;
  background-color: transparent;
}
#yaaf-scroll-wrapper.masonry .yaaf-post_card .yaaf-post_excerpt{
  border: none;
}

/* FEATURED POSTS */

.yaaf-featured-posts{
  height: 500px;
  background-color: #000;
  position: relative;
  margin-bottom: 65px;
}
.yaaf-featured-posts .slick-list{
  height: 100%;
}
.yaaf-featured-posts .yaaf-featured-post,
.yaaf-featured-posts .slick-list .slick-track,
.yaaf-featured-posts .slick-list .slick-track .slick-slide,
.yaaf-featured-posts .slick-list .slick-track .slick-slide > div{
  height: 100%;
}
.yaaf-featured-posts .slick-arrow{
  height: 100%;
  width: 50px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background-color: transparent;
  border: none;
  padding: 0;
  color: var(--clr-white);
  font-size: 22px;
}
.yaaf-featured-posts .slick-arrow:hover{
  cursor: pointer;
}
.yaaf-featured-posts .slick-prev{
  left: 0;
}
.yaaf-featured-posts .slick-next{
  right: 0;
}
.yaaf-featured-posts .yaaf-featured-post{
  position: relative;
}
.yaaf-featured-posts .yaaf-featured-post .yaaf-container{
  position: relative;
}
.featured-post-wrap{
  position: absolute;
  bottom: 65px;
  left: 0;
  z-index: 9;
  padding: 0 60px;
  width: 100%;
}
.yaaf-featured-post .featured-post-content{
}
.yaaf-featured-post::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: linear-gradient(to top, rgba(54, 95, 81, 1), rgba(54, 95, 81, 0));
}

.featured-post-thumb{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-post-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.featured-post-content h3{
  font-size: 28px;
  color: var(--clr-white);
  font-weight: 700;
  margin-bottom: 20px;
}
.featured-post-content p{
  font-size: 16px;
  color: var(--clr-white);
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 0;
  max-width: 450px;
}
.featured-post-content a{
  color: var(--clr-white);
  background-color: transparent;
  border: 1px solid var(--clr-white);
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

/* SINGLE POST */

.single-post-content ul{
  margin-top: 15px;
}
.single-post-content p{
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.single-post-content h2{
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 30px;
  font-weight: 600;
}
.single-post-content h3{
  font-size: 26px;
  font-weight: 600;
}
.single-post-content h4{
  font-size: 24px;
}
.single-post-content h5{
  font-size: 22px;
}
.single-post-content h6{
  font-size: 20px;
}
.single-post-content{
  margin-bottom: 45px;
}

/* COMMENTS */

.yaaf-comments{
  padding-top: 65px;
}
.yaaf-comments .comment-reply-title{
  font-size: 24px;
  margin-bottom: 15px;
}
.yaaf-comments .logged-in-as{
  color: var(--clr-desc);
  margin-bottom: 35px;
}
.comment-form{
  position: relative;
  margin-bottom: 65px;
}
.comment-form .form-submit{
  margin-top: 30px;
  text-align: right;
}
.comment-form .form-submit input[type="submit"]{
  color: var(--clr-white);
  background-color: var(--clr-secondary);
  height: 40px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  border: none;
}
.comment-form .form-submit input[type="submit"]:hover{
  cursor: pointer;
}
.comment-form-comment label{
  display: block;
}
.yaaf-comments .comment-form input[type="text"]{
  width: 100%;
  height: 45px;
  background-color: var(--clr-border);
  border: 1px solid var(--clr-border);
  padding: 15px;
}
.comment-form-comment textarea{
  width: 100%;
  height: 250px;
  background-color: var(--clr-border);
  border: 1px solid var(--clr-border);
  padding: 15px;
}

/* ATHOR CARD */

.yaaf-author-card{
  display: flex;
  flex-wrap: wrap;
  background-color: var(--clr-border);
  padding: 15px;
}
.yaaf-author-card .author-avatar{
  flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
}
.yaaf-author-card .author-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yaaf-author-card .author-meta{
  flex: 0 0 calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 15px;
}
.yaaf-author-card .author-meta .author-name{
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.yaaf-author-card .author-meta p{
  margin-bottom: 0;
}

/* RELATED POSTS */

.yaaf-related-posts .related-posts-title{
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 55px;
}

.slider-yaaf{
  height: 600px;
  width: 100%;
  background-color: #10080F;
  position: relative;
}
.yaaf-slide{
  height: 100%;
  display: flex !important;
  align-items: center;
}
.yaaf-slides{
  height: 100%;
}
.yaaf-slides .slick-list{
  height: 100%;
}
.yaaf-slides .slick-list .slick-track{
  height: 100%;
}
.yaaf-slides .slick-list .slick-track .slick-slide > div{
  height: 100%;
}
.yaaf-slide h1{
  font-size: 48px;
  color: var(--clr-white);
}
.yaaf-slide p{
  font-size: 16px;
  color: var(--clr-white);
}
.yaaf-slide-nav{
  position: absolute;
  bottom: 45px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.yaaf-slide-nav .yaaf-container{
  display: flex;
  gap: 15px;
  justify-content: flex-end;
}
.yaaf-slide-nav button{
  width: 40px;
  height: 40px;
  border: 1px solid var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: var(--clr-white);
  
}
.yaaf-slide-nav button:hover{
  cursor: pointer;
}
.yaaf-slide-nav button span{
  font-size: 16px;
}

/* SERVICES */
.section-md-p.drak-services{
  padding-top: 130px;
}
.drak-services .yaaf-heading_desc{
  color: var(--clr-white);
}
.yaaf-services_heading{
  margin-bottom: 45px;
  position: relative;
}
.yaaf-services_heading::before{
  margin: 0 auto;
}
.yaaf-services_heading .yaaf-heading_desc{
  width: 500px;
  margin: 15px auto 0;
}
.services-carousel{
  width: 100%;
}
.yaaf-service_card{
  padding: 0 15px;
}
.yaaf-card_inner{
  
  overflow: hidden;
  background-color: var(--clr-white);
  box-shadow: 0px 0px 20px #00000008;
}
.yaaf-service_excerpt{
  padding: 30px 20px;
}
.yaaf-service_card .yaaf-service_excerpt{
  overflow: hidden;
  position: relative;
}
.yaaf-service_card .yaaf-service_excerpt::before{
  content: '';
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  position: absolute;
  border: 40px solid #B238A2;
  opacity: .1;
}
.services-carousel .slick-slide:nth-child(even) .yaaf-service_excerpt::before{
  top: -70px;
  right: -70px;
}
.services-carousel .slick-slide:nth-child(odd) .yaaf-service_excerpt::before{
  bottom: -70px;
  left: -70px;
}
.yaaf-service_card_title{
  margin-bottom: 25px;
  height: 56px;
}
.yaaf-service_card_title a{
  font-size: 16px;
  color: var(--clr-secondary);
  font-weight: 600;
}
.yaaf-service_card_excerpt{
  font-size: 14px;
  line-height: 19px;
  color: var(--clr-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
  min-height: 55px;
}
.yaaf-service_meta{
  margin-top: 20px;
}
/* .yaaf-service_meta a{
  font-size: 14px;
  color: var(--clr-primary);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
} 
.yaaf-service_meta a .uil{
  font-size: 18px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #FFF2FD;
  text-align: center;
  line-height: 22px;
} */
.services-carousel .slick-arrow{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  
  box-shadow: 0px 0px 16px #0000000F;
  background-color: var(--clr-white);
  border: none;
  opacity: 1;
  font-size: 18px;
  cursor: pointer;
  transition: all .20s linear;
}
.services-carousel .slick-arrow:hover{
  transform: scale(.9);
  background-color: var(--clr-primary);
  color: var(--clr-white);
}
.services-carousel .slick-arrow.slick-next{
  right: -60px;
}
.services-carousel .slick-arrow.slick-prev{
  left: -60px;
}

/* HEADER WIDGETS */
.yaaf-header-widgets{
  display: flex;
  margin-right: 15px;
  align-items: center;
}
.yaaf-header-widgets .widget-item{
  padding: 0 20px;
  border-right: 1px solid var(--clr-border);
}
.yaaf-header-widgets .widget-item:last-child{
  border-right: 0;
}
/* LANGUAGES SWITCHER */

.yaaf-dropdwon,
.yaaf-langs-dropdown{
  position: relative;
}
.current-item{
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding: 0;
  border: none;
}
.current-item img,
.yaaf-current-lang img{
  height: 20px;
}
.current-item span,
.yaaf-current-lang span{
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-secondary);
}

.current-item img,
.current-item .uil,
.current-item span{
  position: relative;
  z-index: -1;
}
.current-item .uil:first-child{
  font-size: 20px;
  color: var(--clr-primary);
}
.current-item .uil.dropdown-arrow,
.yaaf-current-lang .uil.dropdown-arrow{
  margin-left: 15px;
}
.yaaf-dropdown-list{
  position: absolute;
  width: 160px;
  top: 25px;
  left: -10px;
  background-color: var(--clr-white);
  box-shadow: 0px 0px 20px #00000008;
  z-index: 99;
  
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .20s linear;
  padding: 10px;
  z-index: -1;
}
.is-open{
  top: 35px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.yaaf-dropdown-list .dropdown-item,
.yaaf-dropdown-list .lang-item{
  font-size: 12px;
  margin: 0;
  margin-bottom: 3px;
}
.yaaf-dropdown-list .lang-item:last-child,
.yaaf-dropdown-list .dropdown-item:last-child{
  margin-bottom: 0;
}
.yaaf-dropdown-list .dropdown-item:last-child,
.yaaf-dropdown-list .lang-item:last-child{
  border-bottom: 0;
}
.yaaf-dropdown-list .dropdown-item a,
.yaaf-dropdown-list .lang-item a{
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  
  color: var(--clr-secondary);
  font-size: 500;
  transition: all .20s linear;
}
.yaaf-dropdown-list .lang-item a:hover,
.yaaf-dropdown-list .dropdown-item a:hover{
  color: var(--clr-primary);
}
.yaaf-dropdown-list .lang-item.current-lang a,
.yaaf-dropdown-list .dropdown-item.current a{
  background-color: #FFF2FD;
  color: var(--clr-primary);
}
.yaaf-dropdown-list .lang-item img{
  height: 15px;
}

.tigris-s{
  padding-top: 100px;
  padding-bottom: 100px;
}
.tigris-s_pb{
  padding-bottom: 100px;
}
.tigris-s_pt{
  padding-bottom: 100px;
}
.tigris-s_pt-m{
  padding-top: 60px;
}

.section-md-p{
  padding-top: 45px;
  padding-bottom: 45px;
}
@media(max-width: 768px){
  .tigris-s{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .tigris-s_pb,
  .tigris-s_pt-m{
    padding-bottom: 35px;
  }
  .tigris-s_pt-m{
    padding-top: 35px;
  }
}

/* PADDING */
.tigris-pl .wpb_wrapper{
  padding-left: 65px;
}
.tigris-pr .wpb_wrapper{
  padding-right: 65px;
}

@media(max-width: 768px){
  .tigris-pl .wpb_wrapper{
    padding: 0;
  }
}
/* IMAGE */
.yaaf-image .full-image{
  width: 100%;
  height: auto;
}
.yaaf-image{
  position: relative;
  width: 470px;
}
.yaaf-image.img-right{
  float: right;
}
.yaaf-image::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF3F2;
  border-radius: 30px;
  position: absolute;
  left: -30px;
  top: 30px;
  z-index: -1;
}
.yaaf-image.img-right::before{
  top: -30px;
}
/*  */

.tigris-banner{
  position: relative;
  /* padding: 100px 0; */
}
.tigris-banner::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #222021;
  opacity: .9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* LIST */

.yaaf-list_items{
  margin-top: 35px;
}
.yaaf-list_items .list-item_title{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

@media(max-width: 768px){
  .yaaf-list_items{
    margin: 30px 0;
  }
}

/*  */
.yaaf-header-infos{
  display: flex;
  width: 410px;
}
.info-item{
  width: 50%;
  /* display: inline-flex; */
  /* flex-wrap: wrap; */
  /* align-items: center; */
}

.info-item-inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.info-item-icon{
  flex: 0 0 45px;
  max-width: 45px;
  height: 45px;
  background-color: #FBA100;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-item-content{
  flex: 0 0 calc(100% - 45px);
  max-width: calc(100% - 45px);
  padding-left: 10px;
}
.info-item-content span{
  font-size: 12px;
  color: #707070;
  margin-bottom: 5px;
  display: block;
}
.info-item-content p{
  font-size: 16px;
  color: #222021;
  margin-bottom: 0;
  font-weight: 600;
}
.info-item-dropdown{
  display: none;
}

@media(max-width: 768px){
  .yaaf-header-infos{
    width: 100%;
    justify-content: flex-end;
  }
  .info-item.tigris_phone{
    position: fixed;
    left: 0;
    bottom: -80px;
    padding: 0 15px;
    z-index: 19;
    width: 100%;
    transition: all .20s linear;
  }
  .info-item.tigris_phone.show{
    bottom: 15px;
  }
  .info-item.tigris_phone .info-item-inner{
    width: 100%;
    height: 60px;
    background-color: #FBA100;
    flex-wrap: unset;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .info-item.tigris_phone .info-item-content{
    padding-left: 15px;
  }
  .info-item.tigris_phone .info-item-content span{
    color: #fff;
  }
  .info-item.tigris_phone .info-item-content p{
    color: #fff;
  }
  .info-item.tigris_hours{
    width: 100%;
  }
  .info-item.tigris_hours .info-item-inner{
    text-align: right;
    display: block;
  }
  .info-item.tigris_hours .info-item-inner .info-item-icon{
    display: none;
  }
  .info-item.tigris_hours .info-item-inner .info-item-content{
    max-width: 100%;
    flex: unset;
  }
}
/*  */

.booking-form_wrapper{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  z-index: 9;
  /* display: flex;
  align-items: center; */
  width: 390px;
  height: 450px;
  background-color: var(--clr-white);
  border-radius: 18px;
}
.booking-form{
  width: 100%;
  height: 100%;
  /* background-color: var(--clr-white); */
  padding: 20px;
  /* border-radius: 18px; */
}
.booking-form_wrapper .gform_heading{
  /* position: absolute; */
  /* top: 20px; */
  /* left: 20px; */
  /* margin-top: 55px; */
  padding: 55px 20px 0;
}
.booking-form_wrapper .gform_heading .gform_description{
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color:var(--clr-secondary);
  line-height: 1;
}
.gform_fields{
  gap: 10px !important;
}
.gform_fields .gfield{
  position: relative;
}
.gform_fields .gfield select,
.gform_fields .gfield input,
.gform_fields .gfield.enquiry textarea{
  height: 45px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 0 15px 0 35px;
  border-radius: 12px;
  background-color: #FCFCFC;
  border-color: #F5F5F5;
  color: #222021;
  box-shadow: none;
}

.gform_fields .gfield.gfield_error select,
.gform_fields .gfield.gfield_error input,
.gform_fields .gfield.enquiry.gfield_error textarea{
  border-color: var(--clr-primary);
  color: var(--clr-primary);
}
.gform_validation_errors{
  display: none !important;
}

.ginput_container_select .chosen-container-single .chosen-single{
  height: 45px;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 0 15px 0 35px;
  border-radius: 12px;
  background-color: #FCFCFC;
  border-color: #F5F5F5;
  color: #222021;
  box-shadow: none;
  box-shadow: unset;
}
.ginput_container_select .chosen-container-single .chosen-single span{
  height: 100%;
  display: flex;
  align-items: center;
  color: #707070;
}
.gfield.gfield_error .ginput_container_select .chosen-container-single .chosen-single{
  border-color: var(--clr-primary);
}
.gform_fields .gfield input::-moz-placeholder,
.gform_fields .gfield input::-webkit-input-placeholder,
.gform_fields .gfield input::placeholder{
  opacity: 1;
  color: #918889;
}
.gfield.gfield_error .ginput_container_select .chosen-container-single .chosen-single span,
.gform_fields .gfield.gfield_error input::-moz-placeholder,
.gform_fields .gfield.gfield_error input::-webkit-input-placeholder,
.gform_fields .gfield.gfield_error input::placeholder{
  opacity: .6;
  color: var(--clr-primary);
}
.gform_fields .gfield select:invalid{
  color: #918889 !important;
}
.gform_fields .gfield input[type="checkbox"]{
  width: 20px;
  height: 20px;
  padding: 0;
}
.gform_fields .gfield .ginput_container.ginput_container_consent{
  margin-top: 15px;
}
.gform_fields .gfield .ginput_container.ginput_container_consent label{
  font-size: 12px;
  color: #707070;
}
.gform_fields .gfield.enquiry textarea{
  height: 150px;
  padding: 15px;
  min-block-size: unset;
}
.gform_fields .gfield input::-moz-placeholder,
.gform_fields .gfield input::placeholder,
.gform_fields .gfield input::-webkit-input-placeholder{
  opacity: 1;
}

.booking-form.dark .gform_fields .gfield select,
.booking-form.dark .gform_fields .gfield input{
  background-color: #2B2A2A;
  border-color: #363535;
  color: #707070;
}



.booking-form .gf_page_steps{
  /* margin: 0 0 30px; */
  /* display: flex;
  justify-content: flex-end; */
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0;
}
.booking-form .gf_page_steps .gf_step:not(.gf_step_active){
  display: none;
}
.booking-form .gf_page_steps .gf_step{
  gap: 6px;
}
.booking-form .gf_page_steps .gf_step .gf_step_number{
  width: 18px;
  height: 18px;
  border-radius: 6px;
  background-color: var(--clr-primary);
  color: var(--clr-white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  min-inline-size: unset;
}
.booking-form .gf_page_steps .gf_step .gf_step_label{
  font-size: 14px;
  color: #B4B4B4;
  text-transform: none;
  font-weight: 500;
}
.booking-form .gform_page_footer input[type="button"]{
  height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.booking-form .gform_page_fields{
  height: 285px;
}
.booking-form .gform_page_footer{
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
  margin: 0;
  position: relative;
}
.booking-form .gform_page_footer .gform_button,
.booking-form .gform_page_footer input.button{
  height: 50px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 12px !important;
  padding: 0 30px !important;
  width: 100% !important;
  box-shadow: none !important;
  outline: none !important;
}
.booking-form .gform_page_footer input.button:focus{
  box-shadow: none !important;
  outline: none !important;
}
.booking-form .gform_page_footer .gform_button,
.booking-form .gform_page_footer input[type="submit"],
.booking-form .gform_page_footer input[type="button"].gform_next_button{
  background-color: var(--clr-primary) !important;
  color: #FFF;
}
.booking-form .gform_page_footer input[type="button"].gform_previous_button{
  border: 1px solid #363535 !important;
  background-color: #2B2A2A !important;
  color: #707070 !important;
}
.booking-form .gform-body .gform_page_footer .gform-loader{
  position: absolute;
  bottom: 15px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border-block-end-color: #fff;
  border-block-start-color: #fff;
  border-inline-end-color: #fff;
  border-inline-start-color: #fff;
}
.gfield .ginput_container .ginput_full{
  padding: 0;
}
.gfield .gfield_description.validation_message{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  margin: 0;
  bottom: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-right: 10px;
  display: none;
}
.gfield .ginput_container{
  position: relative;
  margin: 0;
}
.gfield .ginput_container::before{
  display: flex;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
  text-transform: none;
  /* display: inline-block; */
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  color: #918889;
  z-index: 9;
}
.booking-form.dark .gfield .ginput_container::before{
  color: #707070;
}
.pickup-date .ginput_container::before{
  content: '\ebcc';
}
.pickup-time .ginput_container::before{
  content: '\e8b5';
}
.pickup-address .ginput_container::before{
  content: '\e55c';
}
.destination .ginput_container::before{
  content: '\e0c8';
}
.flight-info .ginput_container::before{
  content: '\e905';
}
.people-number .ginput_container::before{
  content: '\e7ef';
}
.first-name .ginput_container::before{
  content: '\e7fd';
}
.last-name .ginput_container::before{
  content: '\e7fd';
}
.user-name .ginput_container::before{
  content: '\e7fd';
}
.email .ginput_container::before{
  content: '\e0e6';
}
.phone .ginput_container::before{
  content: '\e0b0';
}
.contact-us .gform_footer{
  display: flex;
  justify-content: flex-end;
}
.contact-us .gform_footer .gform_button{
  height: 50px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #FBA100 !important;
  color: #FFF !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.widget_block .gform_heading{
  margin-bottom: 30px;
}
.widget_block .gform_heading .gform_title{
  font-size: 28px;
  color: #FFF;
  margin-bottom: 15px;
}
.widget_block .gform_heading .gform_description{
  font-size: 16px;
  line-height: 22px;
  color: #FFF;
  margin-bottom: 0;
}
.widget_block form{
  display: flex;
}
.widget_block form input{
  height: 50px !important;
  color: #707070 !important;
}
.widget_block form .gfield_label{
  display: none;
}
.widget_block form .gform_footer{
  margin: 0;
}
.widget_block form .gform_footer .gform_button{
  width: 95px !important;
  height: 50px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  background-color: #FBA100 !important;
  color: #FFF !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

@media(max-width: 768px){
  .booking-form_wrapper{
    position: relative;
    margin: 0 auto;
    top: -120px;
    width: 100%;
  }
  .booking-form .gform_page_fields{
    height: 355px;
  }
}

.lux-services-section .vc_inner{
  padding: 35px 0;
}
.lux-services-section .ibox-item{
  background-color: #FFFCFC;
  border: 1px solid #FFF7F7;
  border-radius: 15px;
  padding: 20px 15px;
  position: relative;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lux-services-section .ibox-item_title{
  color: var(--clr-primary);
}
.lux-services-section .ibox-item .ibox-item_icon{
  position: absolute;
  bottom: 0;
  right: 10px;
  margin: 0;
}
.lux-services-section .ibox-item .ibox-item_icon img{
  height: 120px;
}

.locations-section{
  padding: 80px 0;
}
.yaaf-locations-row{
  display: flex;
  flex-wrap: wrap;
}
.yaaf-locations-row .location-item{
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}
.location-item-inner{
  background-color: #fff;
  padding: 6px;
  border-radius: 15px;
  height: 100%;
  min-height: 200px;
  position: relative;
}
.location-item-thumb{
  position: relative;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.location-item-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-item-thumb::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(34,32,33);
  background: linear-gradient(43deg, rgba(34,32,33,0.66) 0%, rgba(34,32,33,0.53) 50%, rgba(164,38,36,0.31) 100%); 
  opacity: .5;
  display: block;
}
.location-item-content{
  position: absolute;
  bottom: 25px;
  left: 20px;
  z-index: 9;
}
.location-item-content .location-name{
  font-size: 18px;
  color: var(--clr-white);
  margin: 0;
}

/* TESTIMONIALS */

.tst-t_simple .tst-full-width .testimonial-card{
  display: block !important;
}
.tst-t_simple .tst-full-width .testimonial-content{
  max-width: 700px;
  width: 700px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.tst-t_simple .tst-full-width .testimonial-header_content{
  padding: 0;
  max-width: 100%
}
.tst-t_simple .tst-full-width .testimonial-content .testimonial-body{
  margin-bottom: 30px;
}
.tst-t_simple .tst-full-width .testimonial-content .testimonial-body p{
  font-size: 18px;
  line-height: 24px;
  color: var(--clr-white);
}
.tst-t_simple .tst-full-width .testimonial-header{
  display: block;
  max-width: unset;
}
.tst-t_simple .tst-full-width .testimonial-header h4,
.tst-t_simple .tst-full-width .testimonial-header p{
  color: var(--clr-white);
}
.tst-t_simple .tst-full-width.tst .slick-dots{
  top: unset;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  justify-content: center;
}
.tst-t_simple .tst-full-width.tst .slick-dots li.slick-active button{
  width: 30px;
  background-color: var(--clr-white);
}
.tst-t_simple .tst-full-width.tst .slick-arrow{
  width: 35px;
  height: 35px;
  background-color: #121212;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-white);
  border: none;
  top: 40px;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
.tst-t_simple .tst-full-width.tst .slick-arrow span{
  font-size: 20px;
}
.tst-t_simple .tst-full-width.tst .slick-prev{
  left: 0;
}
.tst-t_simple .tst-full-width.tst .slick-next{
  right: 0;
}
.lux-testimonials::after{
  content: '\e244';
  display: block;
  background-image: url('assets/images/luxuryquote.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 800px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: .08;
}
.lux-testimonials{
  padding: 80px 0;
}

/* CTA BANNER */

.lux-cta-section .cta-button .yaaf-button{
  background-color: transparent;
  font-size: 28px;
  padding: 0;
}

/* FOOTER */
.yaaf-footer .flex-end{
  display: flex;
  justify-content: end;
}
.yaaf-footer .wp-block-list li{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--clr-secondary);
  gap: 10px;
}
.yaaf-footer .wp-block-list li span{
  width: 100%;
  height: 30px;
  max-width: 30px;
  flex: 0 0 30px;
  background-color: var(--clr-primary);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-white);
  font-size: 20px;
}
.yaaf-footer .wp-block-list li a{
  color: var(--clr-secondary);
  transition: all .20s linear;
}
.yaaf-footer .wp-block-list li a:hover{
  color: var(--clr-primary);
}
.yaaf-footer .copyright-text{
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0;
}

@media(max-width: 768px){
  .yaaf-image{
    width: 100%;
  }
  .yaaf-col_6{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ibox-item_icon{
    width: 120px;
    height: 120px;
    max-height: 120px;
  }
  .yaaf-locations-row .location-item{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .location-item-inner{
    height: 180px;
  }
  .tst-t_simple .tst-full-width.tst .slick-arrow{
    top: unset;
    bottom: -15px;
  }
  .tst-t_simple .tst-full-width.tst .slick-prev,
  .tst-t_simple .tst-full-width.tst .slick-next{
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .tst-t_simple .tst-full-width.tst .slick-next{
    right: -45px;
  }
  .tst-t_simple .tst-full-width.tst .slick-prev{
    left: -45px;
  }
  .tst-t_simple .tst-full-width .testimonial-content{
    width: 100%;
  }
  .tst-t_simple .tst-full-width .testimonial-content .testimonial-body p{
    font-size: 16px;
    line-height: 22px;
  }
  .lux-testimonials::after{
    width: 100%;
  }
  .yaaf-col_4{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cta-template_1 .cta-wrapper{
    display: block;
  }
  .cta-title{
    font-size: 26px !important;
    line-height: 32px;
  }
  .cta-content{
    margin-bottom: 15px;
  }
  .lux-cta-section .cta-button .yaaf-button{
    font-size: 24px;
    min-width: unset;
  }
}
.luxury-highlights .yaaf-list_items{
  display: flex;
  flex-wrap: wrap;
}
.luxury-highlights .yaaf-list_items .list-item{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 50%;
  max-width: 50%;
}
.luxury-highlights .yaaf-list_items .list-item .list-item_icon{
  font-size: 18px;
  width: 35px;
  height: 35px;
  background-color: #FFF3F2;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.luxury-highlights .yaaf-list_items .list-item .list-item_icon i{
  color: var(--clr-primary);
}
.yaaf-single-post{
  padding-top: 145px;
}
.single-post-thumbnail img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}
.single-post-meta{
  font-size: 12px;
  color: #707070;
  display: flex;
  gap: 20px;
}
.single-post-meta li{
  position: relative;
}
.single-post-meta li::before{
  content: '';
  display: block;
  width: 3px;
  height: 3px;
  background-color: #707070;
  border-radius: 4px;
  position: absolute;
  right: -12px;
  top: 6px;
}
.single-post-meta li:last-child::before{
  display: none;
}
.single-post-meta li a{
  color: var(--clr-primary);
}
.single-post-meta li .post-categories li a{
  background-color: var(--clr-primary);
  color: var(--clr-white);
  padding: 5px 10px;
  border-radius: 10px;
}
.single-post-title{
  margin: 0;
}
.single-post-content{
  margin-top: 15px;
}
.single-post-thumbnail{
  width: 100%;
}