/* #region -------------------------- ROOT */

@media only screen and (max-width : 1024px) { 

  :root {
    --font-size: 16px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f18: 18px;
    --f20: 20px;

    --f22: 22px;
    --f24: 24px;
    --f25: 25px;
    --f27: 27px;

    --f32: 27px;
    --f36: 27px;
    --f40: 27px;

    --f48: 40px;
    --f64: 48px;
    --f80: 48px;
    --f120: 80px;
    --h1: 48px;
    --h2-48: 40px;
    --h2-36: 27px;
    --h2: 27px;
    --h3: 40px;
    --h4: 27px;
    --h5: 24px;
    --h6: 18px;
} 

.menu_wrap .main-logo {
  display: none !important;
}
}

@media only screen and (max-width : 800px) { 

  :root {
    --font-size: 16px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f18: 18px;
    --f20: 20px;

    --f22: 22px;
    --f24: 24px;
    --f25: 25px;
    --f27: 27px;

    --f32: 27px;
    --f36: 27px;
    --f40: 27px;

    --f48: 30px;
    --f64: 30px;
    --f80: 30px;
    --f120: 48px;
    --h1: 48px;
    --h2-48: 40px;
    --h2-36: 27px;
    --h2: 27px;
    --h3: 36px;
    --h4: 27px;
    --h5: 24px;
    --h6: 18px;
} 
}


@media only screen and (max-width : 800px) { 

  :root {
    --font-size: 16px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f18: 18px;
    --f20: 20px;

    --f22: 22px;
    --f24: 22px;
    --f25: 22px;
    --f27: 22px;

    --f32: 22px;
    --f36: 27px;
    --f40: 27px;

    --f48: 27px;
    --f64: 27px;
    --f80: 27px;
    --f120: 36px;
    --h1: 44px;
    --h2-48: 40px;
    --h2-36: 27px;
    --h2: 27px;
    --h3: 27px;
    --h4: 27px;
    --h5: 24px;
    --h6: 18px;
} }

@media only screen and (max-width : 600px) { 

  :root {
    --font-size: 16px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f18: 16px;
    --f20: 16px;

    --f22: 20px;
    --f24: 20px;
    --f25: 20px;
    --f27: 20px;

    --f32: 22px;
    --f36: 22px;
    --f40: 27px;

    --f48: 22px;
    --f64: 22px;
    --f80: 22px;
    --f120: 36px;
    --h1: 36px;
    --h2-48: 40px;
    --h2-36: 22px;
    --h2: 22px;
    --h3: 22px;
    --h4: 22px;
    --h5: 22px;
    --h6: 18px;
}
}
/* #endregion */

/* #region - -------------------------- GENERAL */

@media only screen and (max-width : 1024px) { 

    .page section.element .wrap, section.element .wrap { padding: 30px 0; padding-bottom: 30px; padding-top: bottom; }
    .page.element .nowrap, section.element.nowrap .wrap  { padding: 0; }
    section.element.nowrap.rowcta-01 .wrap  { padding: 30px 0; }
    .page section.element.titleopt-01 .wrap {padding-bottom: 0;}

    .element.no-br br { display: none; }
    .element.rowaccordion-01.no-br br { display: block; } 
    .element.team-01.no-br br { display: block; }
    .element.team-01.no-br .dinfo .btitle  {display: block;}

    header .menu_wrap {  }
    header .menu-oc-right.opener {  }
    header .navbar-brand {  }

    .single-team .sticky-head .navbar-brand.main-logo,
    .single-team .navbar-brand.mobile-logo,
    .single-event-gallery .navbar-brand.mobile-logo,
    .single-event .navbar-brand.mobile-logo,
    .contact-page .navbar-brand.mobile-logo {
      display: none !important;
    }

    .single-team .sticky-head .navbar-brand.sticky-logo,
    .single-team .navbar-brand.main-logo,
    .single-event-gallery .navbar-brand.main-logo,
    .single-event .navbar-brand.main-logo,
    .contact-page .navbar-brand.main-logo {
      display: inline-block !important;
    }
  
}  

@media only screen and (max-width : 800px) { 

}

@media only screen and (max-width : 767px) {
  .row {flex-direction: column;}
  .col-md-6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .rowcta-01 img,
  section.img-mt-50 img{
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  }

  .gcpt-01.trending .latest-post-content {
    max-width: 100%;
  }
  .gcpt-01.trending ul{max-width: 100%; margin-left: 15px; margin-right: 30px;}

  .gcpt-01.trending .btn-loop {margin-top: 30px;}

  .sliderlogo-01 .owl-item .dlogo img {height: 20px; max-height: 100px;}
  .sliderlogo-01.logo-h-100 .owl-item .dlogo img {height: 100px;}
  .sliderlogo-01.award-winning .owl-item .dlogo img {height: auto;}

  .footer-0 .dtop{padding-bottom: 0px; border-bottom: none;}

  .footer-0 .footer-menu .menu-title, .footer-0 .footer-menu ul.dv {display: none;}

  .cardscc-01 [data-design*="cards-cc-01"] .dfront .ititle ,
  .insight-custom-tabs-01 h5.cpt-title, .ajaxc-02[data-axgrid] .cpt .cpt-link .cpt-title {font-size: 20px !important;}
  .insight-custom-tabs-01 .dinfo,.insight-custom-tabs-01 .ntabs {margin-bottom: 15px;}
  .insight-custom-tabs-01 .row {row-gap: 30px;}
  .insight-custom-tabs-01 .btn-loop {margin-top: 30px;  }
  
  .js-custom-tabs-02 .flex-lg-row {flex-direction: column; row-gap: 40px; align-items: center;}
  .js-custom-tabs-02 [data-design*="row"][data-rtl="0"] .bottom-contents .dinfo {margin-left: 0;}
  .js-custom-tabs-02 [data-design*="row"][data-rtl="0"] .bottom-contents .dinfo h2{display: none;}

  section.element.bmar100 {margin-bottom: 0px;}
  section.element.tmar100 { margin-top: 0px;}

  .ajaxc-02[data-axgrid] .tax-links {margin-bottom: 0;}
}

@media only screen and (max-width : 600px) { 
  header .navbar-brand { height: 60px; }

}

@media only screen and (max-width : 480px) { 
  header .menu_wrap {
    padding: 5px 0;
  }

  header .navbar-brand {
    width: 184px;
    margin-top: 0;
    height: auto;
  }

  .element .opener .f-icon svg {
    width: 30px;
    height: 30px;
  }

  .element .closer .f-icon svg {
    width: 25px;
    height: 25px;
  }

  .page section.element.pb-sm-30 .wrap {
    padding-bottom: 30px;
  }

  .page section.element.pb-sm-0 .wrap {
    padding-bottom: 0;
  }

  section.img-mw-440 img {
    max-width: 330px;
  }

  section.img-mw-420 img {
    max-width: 315px;
  }

  section.img-mw-500 img {
    max-width: 375px;
  }

  section.element.tmar90 {
    margin-top: 0;
  }

  section.element.bmar90,
  section.element.bmar50 {
    margin-bottom: 0;
  }

  .element .custom-select__trigger {
    height: 50px;
    line-height: 50px;
  }

  .element .dcustom-select .arrow {
    height: 10px;
    width: 10px;
  }

  .element .dcustom-select .arrow::before, .arrow::after {
    width: 2px;
  }

  .element .dcustom-select.open .arrow::before,
  .element .dcustom-select .arrow::before {
    left: -1px;
  }
}
  
/* #endregion */

/* #region - -------------------------- FOOTER */

@media only screen and (max-width : 1024px) { 

  
}

@media only screen and (max-width : 800px) { 

}

@media only screen and (max-width : 767px) { 
  
}

@media only screen and (max-width : 600px) { 
  
}

@media only screen and (max-width : 480px) { 
  footer .menu-links.is-mobile .menu-item {
    padding: 0;
  }

  footer .sc-contact {
    padding-inline: 0;
  }

  footer .copyright .dflex {
    row-gap: 10px;
  }
} 
  
/* #endregion */

/* #region - -------------------------- JS TABS 01 */

@media only screen and (max-width : 1100px) { 
  .js-tabs-01 .top-tabs .nav-item .nav-link,
  .js-tabs-01 .top-tabs .nav-item:first-child .nav-link,
  .js-tabs-01 .top-tabs .nav-item:last-child .nav-link,
  .js-tabs-02 .top-tabs .nav-item .nav-link,
  .js-tabs-02 .top-tabs .nav-item:first-child .nav-link,
  .js-tabs-02 .top-tabs .nav-item:last-child .nav-link { 
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .js-tabs-01 .bottom-contents .tab-pane .content-wrap {
    padding: 30px 0;
  }
}  

@media only screen and (max-width : 1024px) { 
  section.img-mt-16 img {
    margin-top: 0;  
  }
}

@media only screen and (max-width : 480px) { 
  .js-tabs-01 .top-tabs .nav-item {
    max-width: 100%;
  }

  .js-tabs-01 [data-design*="tab-1"] .nav {
    flex-direction: column !important;
  }

  .js-tabs-01 .top-tabs .nav-item .tinfo {
    flex-direction: row !important;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
  }

  .js-tabs-01 .top-tabs .nav-item .nav-link strong {
    text-align: start;
    width: 155px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .js-tabs-01 .top-tabs .nav-item .nav-link span {
    margin-left: auto;
    margin-bottom: 0;
  }

  .js-tabs-01 .top-tabs .nav-item .nav-link, .js-tabs-01 .top-tabs .nav-item:first-child .nav-link, .js-tabs-01 .top-tabs .nav-item:last-child .nav-link {
    padding: 10px 15px;
  }

  .js-tabs-01 .top-tabs .nav-item {
    border-bottom: 0;
  }

  .js-tabs-01 .top-tabs .nav-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #1a2857;
  }

  section.img-mw-375 img {
    max-width: 282px;
  }

  .js-tabs-01 [data-design*="tab-1"] .dimage {
    margin-bottom: 0;
  }

  .js-tabs-01 .dinfo {
    row-gap: 30px;
  }
}

/* #endregion */

/* #region - -------------------------- JS TABS 02 */

@media only screen and (max-width : 480px) { 
  .js-tabs-02 .tab-content {
    margin: 0;
  }

  .js-tabs-01 .bottom-contents .tab-pane .content-wrap {
    padding: 30px 15px;
  }

  .js-tabs-02 .dinfo .dtext p {
    margin-bottom: 30px;
  }
}

/* #endregion */

/* #region - -------------------------- HERO OPT 01 */

@media only screen and (max-width : 1024px) { 
  .heroopt-01 .wrap {
    min-height: 50vh;
    align-content: end;
  }

  .heroopt-01.wrap700 .wrap {
    height: 525px;
    min-height: auto;
  }
}

@media only screen and (max-width : 767px) { 
  .heroopt-01.wrap700 .wrap {
    height: 394px;
  }
}

@media only screen and (max-width : 480px) { 
  .heroopt-01.wrap700 .wrap {
    height: 296px;
  }

  .heroopt-01 .wrap {
    min-height: 304px;
    align-content: end;
  }
}

/* #endregion */

/* #region - -------------------------- SLIDER GALLERY 01 */

@media only screen and (max-width : 1200px) { 
  .slidergallery-01 .slide-bg {
    padding-inline: 15px;
  }

  .slidergallery-01 .item, .slidergallery-01 .owl-item, .slidergallery-01 .item .tinfo {
    max-width: 100%;
  }
}

/* #endregion */

/* #region - -------------------------- SLIDER LOGO 01 */

@media only screen and (max-width : 480px) { 
  .sliderlogo-01 .owl-stage {
    display: flex;
    align-items: center;
  }
}

/* #endregion */

/* #region - -------------------------- GRID CUSTOM CPT 01 */

@media only screen and (max-width : 480px) { 
  .gcpt-01.trending .dinfo .mtitle {
    margin-bottom: 30px;
  }
}

/* #endregion */

/* #region - -------------------------- U POPFORM */

@media only screen and (max-width : 1024px) { 
  .wrap.fancybox__content {
    max-width: 970px;
    padding: 82px 100px;
  }
}

@media only screen and (max-width : 767px) { 
  .wrap.fancybox__content {
    padding: 60px 0px;
  }

  .insight-custom-tabs-01 .ntabs li.nav-item .nav-link.active::after, .insight-custom-tabs-01 .ntabs li.nav-item .nav-link:hover::after {width: 0;}
}

@media only screen and (max-width : 600px) { 
  .wrap.fancybox__content {
    padding: 60px 0px;
  }

  .wrap.fancybox__content .f-button.is-close-btn {
    width: 45px;
    height: 45px;
  }

  .gform .gform-theme--foundation .gform_fields {
    grid-template-columns: 1fr;
  }

  .wrap.fancybox__content .gform .gfield.gfield--input-type-text, .wrap.fancybox__content .gform .gfield.gfield--input-type-email, .wrap.fancybox__content .gform .gfield.gfield--input-type-phone, .wrap.fancybox__content .gform .gfield .gfield_label {
    margin-bottom: 15px;
  }

  .wrap.fancybox__content .gform .gfield.gfield--input-type-textarea {
    margin-bottom: 40px;
  }
}

/* #endregion */

/* #region - -------------------------- CARDS CC ICON 01 */

@media only screen and (max-width : 480px) { 
  .cardscc-01.item-mh310 [data-design*="cards-cc-01"] .flex-item .item, .cardscc-01.item-mh310 [data-design*="cards-cc-01"] .flex-items .item,
  .cardscc-01 [data-design*="cards-cc-01"] .flex-item .item, .cardscc-01 [data-design*="cards-cc-01"] .flex-items .item {
    min-height: 214px;
  }

  [data-design*="cards-cc-01"] .item .dback {
    opacity: 1;
  }

  [data-design*="cards-cc-01"] .item .overlay.color,
  [data-design*="cards-cc-01"] .item .dfront {
    opacity: 0;
  }
}

/* #endregion */

/* #region - -------------------------- INSIGHT CUSTOM TABS 01 */

@media only screen and (max-width : 480px) { 
  .insight-custom-tabs-01 .dinfo {
    margin-bottom: 0;
  }

  .insight-custom-tabs-01 h5.cpt-title {
    min-height: 57px;
  }
}

/* #endregion */

/* #region - -------------------------- JS CUSTOM TABS 02 */

@media only screen and (max-width : 1200px) { 
  .js-custom-tabs-02 .nav.ntabs {
    width: 375px;
    height: 375px;
    margin: 0 auto;
  }

  .js-custom-tabs-02 .nav-item-1 .nav-link::after,
  .js-custom-tabs-02 .nav-item-2 .nav-link::after {
    display: none;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs .circle.center {
    width: 42%;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-1 {
    /* width: 182px;
    height: 279px; */
    width: 90% !important;
    margin-left: 0;
    left: 20px;
    /* top: -3px; */
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-2 {
    /* top: -4px; */
    width: 50% !important;
    /* height: 283px; */
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-3  {
    width: 50% !important;
  }

  .js-custom-tabs-02 .nav-link img {
    width: 100% !important;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item strong.ititle {
    font-size: 12px;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item h2 {
    font-size: 60px;
  }
}

@media only screen and (max-width : 767px) { 
  .js-custom-tabs-02 .col-md-6 {
    align-items: center;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .bottom-contents {
    border-left: 0;
  }

}

@media only screen and (max-width : 480px) { 
  .js-custom-tabs-02 .nav.ntabs {
    width: 282px;
    height: 282px;
  }

  .js-custom-tabs-02 .nav-link img {
    width: 98%;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs .circle.center {
    width: 42%;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-1 {
    /* width: 137px;
    height: 210px; */
    width: 90% !important;
    height: 213px;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-2 {
    width: 142px;
    height: 213px;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs .circle.center .tinfo {
    text-align: center;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item strong.ititle {
    font-size: 10px;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs .circle.center .tinfo span {
    white-space: wrap;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs .circle.center .tinfo h2.large-text {
    line-height: normal;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs .circle.center .tinfo h2.large-text sup {
    top: -12px;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-1 a {
    left: 15px !important;
    top: -10px !important;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-2  a{
    right: -5px !important;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-3 a  {
    left: -5px !important;
  }

  .js-custom-tabs-02 .nav.ntabs {
    width: 300px !important;
    height: 300px !important;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-1 .nav-link .tinfo {
    top: 35%;
    left: 37%;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-3 .nav-link .tinfo {
    left: 28%;
    top: 62%;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-2 .nav-link .tinfo {
    left: 29%;
    top: 60%;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-2 .nav-link .tinfo .ititle,
  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item-2 .nav-link .tinfo .atitle {
    left: -10px;
  }

  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item strong.ititle,
  .js-custom-tabs-02 [data-design*="tab-1"] .ntabs li.nav-item a .tinfo .atitle {
    font-size: 13px;
  
}
.js-custom-tabs-02 .top-tabs.col-md-6 {padding: 0 !important;}

.js-custom-tabs-02 [data-design*="row"][data-rtl="0"] .bottom-contents .dinfo h2 {
  display: block !important;
  font-size: 90px;
  top: -92px;
  left: -26px;
}
}
/* #endregion */

/* #region - -------------------------- ROW MEDIA 01 */

@media only screen and (max-width : 767px) { 
  .rowmedia-01 [data-design*="row"][data-rtl="0"] .dinfo {
    margin-left: 0;
  }
}

@media only screen and (max-width : 480px) { 
  .rowmedia-01 .dinfo {
    row-gap: 30px;
  }
}

/* #endregion */

/* #region - -------------------------- ROW POSTER 01 */

@media only screen and (max-width : 480px) { 
  .rowposter-01 .dinfo {
    padding: 40px;
  }

  .rowposter .dinfo {
    row-gap: 30px;
  }
}

/* #endregion */

/* #region - -------------------------- TITLE ROW 02 */

@media only screen and (max-width : 767px) { 
  .titler-02 .btn-loop {
    margin-top: 30px;
  }
}

/* #endregion */

/* #region - -------------------------- AJAX CPT 01 */

@media only screen and (max-width : 1200px) { 
  .ajaxc-01 .col {
    padding-inline: 15px;
  }

  .ajaxc-01[data-axgrid] .cpt-row {
    row-gap: 0;
  }
}

@media only screen and (max-width : 480px) { 
  .ajaxc-01[data-axgrid] .cpt-row {
    row-gap: 0;
  }
}

/* #endregion */

/* #region - -------------------------- AJAX CPT 02 */

@media only screen and (max-width : 480px) { 
  .ajaxc-02[data-axgrid] .cpt-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width : 360px) { 
  .ajaxc-02[data-axgrid] .cpt .cpt-link .cpt-title {
    font-size: 18px !important;
  }
}

/* #endregion */

/* #region - -------------------------- AJAX CPT 04 */

@media only screen and (max-width : 991px) { 
  .ajaxc-04[data-axgrid] .container {
    padding-inline: 15px;
  }
}

@media only screen and (max-width : 767px) { 
  .ajaxc-04 .grid > .grid-item:first-child {
    grid-column: span 4;
  }

  .ajaxc-04 .grid > .grid-item {
    grid-column: span 2;
  }
}

@media only screen and (max-width : 360px) { 
  .ajaxc-04 .grid > .grid-item {
    height: 210px;
  }
}

/* #endregion */

/* #region - -------------------------- AJAX GRID */

@media only screen and (max-width : 767px) { 
  .ajaxc-04 .row-media-sec .col-md-6 {
    align-items: start;
  }

  .ajaxc-04 .row-media-sec .dinfo {
    margin-left: 0;
  }
}

@media only screen and (max-width : 480px) { 
  .ajaxc-04[data-axgrid] .data-top {
    margin-bottom: 30px;
  }

  .ajaxc-04 hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

/* #endregion */

/* #region - -------------------------- ICON FLEX 01 */

@media only screen and (max-width : 767px) { 
  .iconflex-01 .flexic {
    row-gap: 30px;
  }

  .iconflex-01 [data-ctr="4"] .flex-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width : 480px) { 
  .icon-01 .dinfo .diconn img {
    min-width: 30px;
  }
}

@media only screen and (max-width : 360px) { 
  .iconflex-01 [data-ctr="4"] .flex-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* #endregion */

/* #region - -------------------------- ROW ACCORDION 01 */

@media only screen and (max-width : 767px) { 
  .rowaccordion-01 .d-media {
    margin-left: 0;
  }
}

@media only screen and (max-width : 480px) { 
  .rowaccordion-01 .item {
    margin-bottom: 30px;
  }

  .rowaccordion-01 .ihead,
  .rowaccordion-01 .ibox {
    margin-bottom: 30px;
  }
}

/* #endregion */

/* #region - -------------------------- CARDS TEAM 01 */

@media only screen and (max-width : 767px) { 
  .team-01 .col .dimage {
    max-width: 280px;
    aspect-ratio: 1/1;
  }

  .team-01 .row {
    flex-direction: row;
  }

  .team-01 .col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width : 480px) { 
  .team-01 .col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* #endregion */

/* #region - -------------------------- CARDS TEAM 01 */

@media only screen and (max-width : 1024px) { 
  section.element.insight-custom-tabs-01 .wrap {
    padding: 30px 0; 
  }

  .insight-landing-section-01 .bottom-content .top-filter .searchandfilter ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
  }

  .insight-landing-section-01 .bottom-content .top-filter .searchandfilter ul li select {
    min-width: auto;
  }

  .searchandfilter label,
  .insight-landing-section-01 .bottom-content .top-filter .searchandfilter ul li select {
    width: 100%;
  }
}

@media only screen and (max-width : 480px) { 
  .insight-custom-tabs-01 .ntabs {
    flex-direction: column !important;
    align-items: center;
  }

  .insight-landing-section-01 .top-tabs ul .nav-item .nav-link {
    padding: 10px 15px;
  }

  .insight-landing-section-01 .bottom-content .top-filter .searchandfilter ul {
    grid-template-columns: 1fr;
  }

  .insight-landing-section-01 .bottom-content .top-filter {
    margin-bottom: 30px;
  }

  .insight-custom-tabs-01 .ntabs .sep {
    transform: rotate(90deg);
  }
}

/* #endregion */

/* #region - -------------------------- MEET YOUR HOSTS 01 */

@media only screen and (max-width : 767px) { 
  .meetyourhosts-01 .d-image {
    margin-left: 0;
  }

  .meetyourhosts-01 .d-top {
    margin-top: 0;
  }
}

@media only screen and (max-width : 480px) { 
  .meetyourhosts-01 .d-image {
    max-width: 248px;
    border-radius: 248px;
  }

  .meetyourhosts-01 .d-image img {
    max-width: 234px;
    border-radius: 234px;
  }
}

/* #endregion */

/* #region - -------------------------- ROW POST FEATURED 01 */

@media only screen and (max-width : 991px) { 
  .rowpost-01 .dimage {
    margin-left: 0;
  }
}

/* #endregion */

/* #region - -------------------------- QUOTES 01 */

@media only screen and (max-width : 480px) { 
  .quotes-01 [data-design*="quotes-1"] .item {
    min-height: 532px;
  }

  .quotes-01 .qinfo {
    margin-top: 30px;
    min-height: auto;
  }
}

/* #endregion */

/* #region - -------------------------- ICON 01 */

@media only screen and (max-width : 480px) { 
  .icon-01 .row {
    row-gap: 0;
  }

  .icon-01 .dinfo {
    padding: 15px 30px;
    row-gap: 40px;
  }
}

/* #endregion */

/* #region - -------------------------- ROW MEDIA ADV 01 */

@media only screen and (max-width : 480px) { 
  .rowmediaadv-01 [data-custom*="box-padding"] .flexic {
    padding: 40px;
  }
}

/* #endregion */

/* #region - -------------------------- FORM ROW CONTACT 01 */

@media only screen and (max-width : 767px) { 
  .frcontact-01 .google-map iframe {
    min-height: 450px;
  }
}

@media only screen and (max-width : 600px) { 
  .frcontact-01 .google-map iframe {
    min-height: 338px;
  }
}

@media only screen and (max-width : 480px) { 
  .frcontact-01 .gform .gfield.gfield--input-type-textarea {
    margin-bottom: 30px;
  }

  .frcontact-01 .google-map {
    margin-top: 30px;
  }
}

/* #endregion */

/* #region - -------------------------- SINGLE NEWS */

@media only screen and (max-width : 767px) { 
  .single-news .post-text .row-media[data-rtl="0"] img {
    margin-left: 0;
  }
}

@media only screen and (max-width : 480px) { 
  .single-news .post-text {
    padding-top: 30px;
  }
}

/* #endregion */

/* #region - -------------------------- SINGLE TEAM */

@media only screen and (max-width : 1024px) { 
  .single-team .imageset-2 .dimage, .single-team .imageset-2 .top-info {
    margin-left: 0;
  }

  .single-team .book-reviews.imageset-2 .dimage {
    margin: 0;
  }
}

@media only screen and (max-width : 600px) { 
  .single-team .skill-list .wrap ul {
    row-gap: 15px;
    padding: 0;
    display: flex;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 15px;
  }

  .single-team .skill-list .wrap ul span {
    font-size: 18px;
  }
}

@media only screen and (max-width : 480px) { 
  .single-team .hero-section .dimage {
    max-width: 336px;
  }

  .single-team .hero-section .dinfo {
    margin-top: 0;
  }

  .single-team .hero-section .wrap {
    padding-top: 100px;
  }

  .single-team .hero-section .dinfo {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .single-team .book-reviews .wrap,
  .single-team .media .wrap,
  .single-team .commentary .wrap,
  .single-team .affiliations .wrap,
  .single-team .single-client-quote-01 .wrap,
  .single-team .academic-studies-recognitions .wrap,
  .single-team .member-bio .wrap,
  .single-team .specializations .wrap,
  .single-team .motto .wrap,
  .single-team .focus-client .wrap {
    padding: 40px 0;
  }

  .single-team .top-info,
  .single-team .commentary h2 {
    margin-bottom: 30px;
  }

  .single-team .imageset hr.sep {
    margin: 30px 0;
  }

  .single-team .book-reviews .item,
  .single-team .media .item,
  .single-team .commentary .item {
    flex-direction: column;
    row-gap: 30px;
  }

  .single-team .imageset .col-md-9 .dinfo {
    margin-left: 0;
  }

  .single-team .media .dinfo .d-link.link-more {
    margin-bottom: 0;
  }

  .single-team .book-reviews .top-info .quotee,
  .single-team .book-reviews .top-info h2 {
    margin-bottom: 40px;
  }
}

/* #endregion */

/*------------------------------------------
    #MARK: U POP MEDIA 01
------------------------------------------*/
/* #region */

@media only screen and (max-width : 480px) { 
  .popmedia .col-info iframe {
    width: 100%;
    min-height: 255px;
  }

  .popmedia .dinfo {
    margin-top: 30px;
  }
}

/* #endregion */

/*------------------------------------------
    #MARK: U POP ROW MEDIA 01
------------------------------------------*/
/* #region */

@media only screen and (max-width : 767px) { 
  .poprowmedia .dinfo {
    max-width: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-width : 600px) { 
  .poprowmedia.wrap.fancybox__content {
    padding: 60px 40px;
  }
}

@media only screen and (max-width : 480px) { 
  .poprowmedia .cc:first-child > img {
    max-width: 225px;
    min-height: 255px;
  }
}

/* #endregion */

/*------------------------------------------
    #MARK: SINGLE EVENT
------------------------------------------*/
/* #region */

@media only screen and (max-width : 767px) { 
  .single-event .featured-images .grid > .grid-item:first-child {
      grid-column: span 4;
  }

  .single-event .featured-images .grid > .grid-item {
    grid-column: span 2;
  }
}

@media only screen and (max-width : 360px) { 
  .single-event .featured-images .grid > .grid-item {
    height: 210px;
  }
}

/* #endregion */

/*------------------------------------------
    #MARK: U POP ROW MEDIA 01
------------------------------------------*/
/* #region */
@media only screen and (max-width : 767px) {

	.count-03 .ititle em {position:absolute; top:-100px;}

	.titleopt-01.count-custom .mtitle {margin-bottom:30.5px;}

  .single-team.postid-4088 .media {padding-bottom: 30px;}
  .js-custom-tabs-02 .tab-content > .tab-pane {
    width: 450px;
  }

}

/* #endregion */



/*------------------------------------------
    #MARK: REVISION 23/1/25
------------------------------------------*/
/* #region */

.mtitle.hidden {display: none;}
.mtitle.visible {display: block;}

@media only screen and (max-width : 767px){
  .mtitle.hidden {display: block;}
  .mtitle.visible {display: none;}

  .line-x-center hr, .line-x hr, .wrap.fancybox__content .gform .gfield_html hr.line-x-cent {max-width: 100px;}

  .single-team .media .media-carousel .prev-1 {
    left: -30px;
    height: 40px;
    width: 40px;
    top: 33%;
  }

  .single-team .media .media-carousel .next-1 {
    right: -30px;
    height: 40px;
    width: 40px;
    top: 33%;
  }
}

@media only screen and (max-width : 480px){

  .single-team .media .media-carousel .prev-1 {
    left: 30%;
    height: 40px;
    width: 40px;
    top: unset;
    bottom: -30px;
  }

  .single-team .media .media-carousel .next-1 {
    right: 30%;
    height: 40px;
    width: 40px;
    top: unset;
    bottom: -30px;
  }

  .single-team.postid-4088 .media {padding-bottom: 30px;}
  .js-custom-tabs-02 .tab-content > .tab-pane {
    width: 300px;
  }
}

/* #endregion */

/*------------------------------------------
    #MARK: REVISION 18/3/25
------------------------------------------*/
/* #region */
@media only screen and (max-width : 767px){
  .customrowmediahero-01 .row {flex-direction: row;}
  
  .customrowmediahero-01 .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .customrowmediahero-01 .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .customrowmediahero-01 .row .d-media {
    max-width: 175px;
  }

  .customrowmediahero-01 .mtitle {font-size: clamp(3rem, 1.3275rem + 5.5749vw, 4rem);}
  .customrowmediahero-01 .btitle {font-size: clamp(1.25rem, 0.7274rem + 1.7422vw, 1.5625rem);}
  .customrowmedia-02 .etitle {font-size: clamp(2.5rem, 1.4547rem + 3.4843vw, 3.125rem);}
  .customrowmedia-02 .dinfo .mtitle {font-size: clamp(1.875rem, 1.2478rem + 2.0906vw, 2.25rem); margin-bottom: 15px;}

  .customrowmedia-02 .dinfo {max-width: 100%;}

  .ajxretimentteam-01[data-axgrid] .cpt-row {flex-direction: row;}

  .ajaxfw-02[data-axgrid] .dcustom-select.open .custom-options {z-index: 5;}

  .customrowmedia-02 .wrap, .ajaxfw-02 .wrap, .titleopt-01.retirement-team .wrap {padding-top: 30px !important; padding-bottom: 30px !important;}

  .ajaxfw-02[data-axgrid] .row {flex-direction: row;}
  .ajaxfw-02[data-axgrid] .cpt .cpt-link {padding: 15px;}

  .ajaxfw-02[data-axgrid] .cpt .cpt-title {font-size: clamp(1.875rem, 1.2478rem + 2.0906vw, 2.25rem);}
  .ajaxfw-02[data-axgrid] .cpt, .ajaxfw-02[data-axgrid] .cpt .cpt-link {min-height: 350px;}
}

@media only screen and (max-width : 580px) {
  .ajxretimentteam-01[data-axgrid] .cpt-row {flex-direction: column;}
  .ajaxfw-02[data-axgrid] .row {flex-direction: column;}

  .ajaxfw-02[data-axgrid] .ajax_grid[custom-display="main"] .col.col-education{flex: 0 0 100% !important; max-width: 100% !important; }
  .ajaxfw-02[data-axgrid] .ajax_grid[custom-display="two-main"] .col.col-education {flex: 0 0 100% !important; max-width: 100% !important;}
  .ajaxfw-02[data-axgrid] .ajax_grid[custom-display="pyramid"] .col.col-education {flex: 0 0 100% !important; max-width: 100% !important;}
  
  .ajaxfw-02[data-axgrid] .ajax_grid[custom-display="two-main"] .col.col-education.cpt.education,
  .ajaxfw-02[data-axgrid] .ajax_grid[custom-display="main"] .col.col-education .cpt.education,
  .ajaxfw-02[data-axgrid] .ajax_grid[custom-display="pyramid"] .col.col-education .cpt.education {max-width: 100% !important;}
}

@media only screen and (max-width : 480px){
  .customrowmediahero-01 .row {flex-direction: column; text-align: center;}
  .ajxretimentteam-01[data-axgrid] .cpt-row {display: flex;}
  
  .customrowmediahero-01 .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customrowmediahero-01 .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .customrowmediahero-01 .row .d-media {
    max-width: 175px;
  }

  .customrowmediahero-01 .mtitle {font-size: clamp(2.5rem, 1rem + 6.6667vw, 3rem);}
  
  .customrowmedia-02 .d-bottom {flex-direction: column; padding: 0 15px;}
  .customrowmedia-02 .mtext {max-width: 205px;}
  .customrowmedia-02 .d-content {padding: 0 15px;}

  
}

/* #endregion */