/*
Theme Name: Emirati Musicians Association
Author: Ali Alaa El Dine
Version: 1.0.03
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

:root {
  /*--main-pad-horiz: 120px;
  --blks-pad-horiz: 30px;
  --blks-margin-fix: -30px;*/
}

/*html{
  scroll-behavior: smooth;
}*/

body{
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: normal;
	color: #191818;
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5px;
}

p{
    margin: 0;
}

a, input, button, textarea{
    outline: none !important;
}

h1, h2, h3, h4{
	margin: 0;
}

.mobile-only{
    display: none;
}

a, input, textarea, button{
	outline: none !important;
}

.ema-contact{
  background-color: #000;
}

header.ema-header .header-wrapper,
footer.ema-footer .footer-wrapper,
.ema-sec .sec-wrap,
.home-slider .home-slide .home-slide-txts .hero-content {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 60px;
}

.ema-sec.no-pad-horizontal .sec-wrap{
  max-width: unset;
  padding: 0;
}

.ema-hblk.logo svg path:not(.keep){

}

header.ema-header .header-wrapper .header-container{
  padding: 15px 0;
  transition: all 300ms ease;
}

.scrolling header.ema-header .header-wrapper .header-container{
  padding: 7px 0;
}

header.ema-header{
  position: fixed;
  transition: all 300ms ease;
  z-index: 22;
  width: 100%;
  top: 0;
  left: 0;
}

.scrolling header.ema-header,
.single-publication header.ema-header,
.single-article header.ema-header,
.page-template-template-terms header.ema-header{
  background-color: #000;
}

.hide-header header.ema-header{
  top: -150px;
}

header.ema-header .menu-logo-wrap {
  display: flex;
  align-items: center;
}

header.ema-header .ema-hblk.logo a,
footer.ema-footer .ema-fblk.logo a{
  max-width: 240px;
  height: auto;
  display: block;
  transition: all 300ms ease;
}

.scrolling header.ema-header .ema-hblk.logo a{
  max-width: 180px;
}

header.ema-header .ema-hblk.logo a svg,
footer.ema-footer .ema-fblk.logo a svg{
  width: 100%;
  height: auto;
  display: block;
}

header.ema-header .ema-hblk.menu{
  flex: 1;
}

header.ema-header .ema-hblk.menu .va-main-menu .mega-menu-wrap .mega-menu {
  text-align: right !important;
}

header.ema-header .va-main-menu .mega-menu > .mega-menu-item{
  padding: 0 20px !important;
}

header.ema-header .va-main-menu .mega-menu > .mega-menu-item:last-child{
  padding-right: 0 !important;
}

header.ema-header .va-main-menu .mega-menu .mega-menu-item a.mega-menu-link {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
}

header.ema-header .va-main-menu .mega-menu > .mega-menu-item > a.mega-menu-link {
  padding: 0 !important;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link{
  transition: all 300ms ease;
}

#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
  color: #F4A34A;
}

footer.ema-footer .footer-blks {
  display: flex;
  gap: 40px;
}

footer.ema-footer .footer-blks .ema-fblk{
  flex: 1;
}

footer.ema-footer .footer-blks .ema-fblk.logo{
  flex: unset;
}

footer.ema-footer .footer-blks .ema-fblk .ema-fblk-wrap {
  display: inline-block;
  text-align: left;
}

footer.ema-footer .footer-blks .ema-fblk.fsocial{
  text-align: right;
}

footer.ema-footer .footer-blks .ema-fblk.fmenu,
footer.ema-footer .footer-blks .ema-fblk.fcontact{
  text-align: center;
}

footer.ema-footer .footer-blks .fblk-title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 0 0 15px;
}

footer.ema-footer .footer-blks .ema-fblk.fsocial .sm-list ul{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

footer.ema-footer .footer-blks .ema-fblk.fsocial .sm-list ul li{
  display: inline-block;
  vertical-align: middle;
  padding: 0 9px;
}

footer.ema-footer .footer-blks .ema-fblk.fsocial .sm-list ul li:first-child{
  padding-left: 0;
}

footer.ema-footer .footer-blks .ema-fblk.fsocial .sm-list ul li:last-child{
  padding-right: 0;
}

footer.ema-footer .footer-blks .ema-fblk.fsocial .sm-list ul li a{
  display: block;
  text-decoration: none;
  transition: all 300ms ease;
}

footer.ema-footer .footer-blks .ema-fblk.fsocial .sm-list ul li a:hover{
  opacity: 0.5;
}

footer.ema-footer .footer-blks .ema-fblk.fsocial .sm-list ul li a img{
  display: block;
  max-width: 26px;
  max-height: 26px;
}

footer.ema-footer .footer-blks .ema-fblk.fmenu ul#menu-footer-menu{
  list-style: none;
  padding: 0;
  margin: 0;
}

footer.ema-footer .footer-blks .ema-fblk.fmenu ul#menu-footer-menu li {
  padding: 0 0 10px;
}

footer.ema-footer .footer-blks .ema-fblk.fmenu ul#menu-footer-menu li a{
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  transition: all 300ms ease;
}

footer.ema-footer .footer-blks .ema-fblk.fmenu ul#menu-footer-menu li a:hover{
  color: #F4A34A;
}

footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row{
  padding:  0 0 10px;
}

footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row a {
  display: flex;
  text-decoration: none;
  gap: 8px;
  transition: all 300ms ease;
}

footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row a span{

}

footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row a span.icn{
  width: 18px;
  padding: 2px 0 0;
}

footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row a span.icn svg{
  width: 100%;
  height: auto;
  display: block;
}

footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row a span.icn svg path{
  transition: all 300ms ease;
}

footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row a span.txt{
  flex: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: all 300ms ease;
}

footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row a:hover span.txt{
  color: #F4A34A;
}

footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row.email a:hover span.icn svg path,
footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row.phone a:hover span.icn svg path{
  stroke: #F4A34A;
}

footer.ema-footer .footer-blks .ema-fblk.fcontact .cinf-f-row.address a:hover span.icn svg path{
  fill: #F4A34A;
}

.ema-sec.first-sec{
  padding: 90px 0 0;
}

footer.ema-footer {
  background-color: #000;
}

footer.ema-footer .footer-wrapper .footer-container {
  padding: 40px 0 15px;
}

footer.ema-footer .footer-legals {
  border-top: 1px solid rgba(255,255,255,0.6);
  padding: 10px 0 0;
}

footer.ema-footer .footer-legals .legal-blks{
  display: flex;
  align-items: center;
  gap: 40px;
}

footer.ema-footer .footer-legals .legal-blks .legal-blk.cr{
  text-align: left;
  color: #fff;
  font-size: 14px;
}

footer.ema-footer .footer-legals .legal-blks .legal-blk.terms-menu{
  text-align: right;
  flex: 1;
}

footer.ema-footer .footer-legals .legal-blks .legal-blk.terms-menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

footer.ema-footer .footer-legals .legal-blks .legal-blk.terms-menu ul li{
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

footer.ema-footer .footer-legals .legal-blks .legal-blk.terms-menu ul li:last-child{
  padding-right: 0;
}

footer.ema-footer .footer-legals .legal-blks .legal-blk.terms-menu ul li a{
  color: #fff;
  text-decoration: none;
  transition: all 300ms ease;
  font-size: 14px;
  font-weight: 300;
}

footer.ema-footer .footer-legals .legal-blks .legal-blk.terms-menu ul li a:hover{
  opacity: 0.7;
}

footer.ema-footer .footer-blks-wrap {
  padding: 0 0 15px;
}

.ema-sec .sec-wrap .sec-cont{
  padding: 70px 0;
}

.ema-sec.no-pad-vertical .sec-wrap .sec-cont{
  padding: 0;
}

.ema-sec.no-pad-top .sec-wrap .sec-cont{
  padding-top: 0;
}

.ema-flx{
  display: flex;
  gap: 60px;
}

.ema-flx.center-content{
  align-items: center;
}

.ema-flx .ema-flex-blk{
  flex: 1;
}

.ema-flx .ema-flex-blk img{
  width: 100%;
  height: auto;
  display: inline-block;
}

.ema-flx.contact-blks .ema-flex-blk img{
  max-width: 640px;
}

.ema-flx .ema-flex-blk.right .ema-flex-blk-wrap{
  text-align: right;
}

.contact-content {
  max-width: 1400px;
  margin: 0 auto;
}

.ema-title-small{
  padding: 0 0 15px;
}

.ema-title-small h1,
.ema-title-small h3{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

.ema-title-small.orange h1,
.ema-title-small.orange h3{
  color: #CD875E;
}

.ema-title-small.grey h1,
.ema-title-small.grey h3{
  color: #706F6E;
}

.contact-content .contact-intro {
  color: #F1E4DC;
  font-weight: 200;
}

.contact-content .cinf-blk{
  padding: 40px 0 0;
}

.contact-content .cinf-blk .cinf-lbl{
  color: #F1E4DC;
  font-size: 15px;
  padding: 0 0 5px;
}

.contact-content .cinf-blk .cinf-cont a{
  color: #B3B3B3;
  font-size: 16px;
  text-decoration: none;
  transition: all 300ms ease;
}

.contact-content .cinf-blk .cinf-cont a:hover{
  color: #CD875E;
}

.ema-flex-blk.contact-blk.left .ema-flex-blk-wrap {
  max-width: 480px;
}

.ema-sec.hero-sec{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.ema-sec.hero-sec .hero-overlay{
  position: absolute;
  z-index: 1;
  background: rgba(21,21,21,0.5);
  background: linear-gradient(180deg,rgba(21, 21, 21, 0.4) 0%, rgba(21, 21, 21, 0.64) 60%, rgba(21, 21, 21, 0.89) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ema-sec.hero-sec .sec-wrap{
  position: relative;
  z-index: 2;
}

.ema-sec.hero-sec .sec-wrap .sec-cont {
  height: 45vh;
  display: flex;
  align-items: flex-end;
}

.ema-sec.hero-sec .hero-title h1,
.ema-sec.home-hero .hero-title h1{
  font-size: 36px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.ema-sec.hero-sec .banner-intro,
.ema-sec.home-hero .banner-intro{
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  padding: 20px 0 0;
}

.ema-sec.hero-sec .hero-content {
  max-width: 600px;
}

.ema-body-txt.max-width{
  max-width: 1100px;
}

.music-center-blks {
  padding: 40px 0 0;
}

.ema-body-title {
  padding: 0 0 15px;
}

.ema-body-title.center{
  text-align: center;
}

.ema-body-title h2,
.ema-body-title h1 {
  font-size: 26px;
  font-family: montserrat;
  font-weight: 600;
}

.ema-link{
  display: inline-block;
  text-decoration: none;
  color: #F4A34A;
  position: relative;
}

.ema-link:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #F4A34A;
  transition: all 300ms ease;
}

.ema-link:hover:after{
  width: 100%;
}

.ema-flx.music-center-flx .ema-link-wrap{
  padding: 30px 0 0;
}

.ema-sec.mem-resp,
.ema-sec.abt-info{
  background-color: #F3F3F3;
}

.ema-body-txt p{
  padding: 0 0 15px;
}

.ema-body-txt ul{
  padding: 0 0 15px 15px;
}

.ema-body-txt p:last-child,
.ema-body-txt ul:last-child{
  padding-bottom: 0;
}

.ema-flx.flex-dir-right {
  flex-direction: row-reverse;
}

.ema-sec.abt-blocks .abt-row-blks{
  padding: 0 0 70px;
}

.ema-sec.abt-blocks .abt-row-blks:last-child{
  padding: 0;
}

.ema-sec.abt-blocks .abt-row-blks:nth-child(even) .ema-flx{
  flex-direction: row-reverse;
}

.ema-sec.abt-blocks .about-info-blocks{
  max-width: 1200px;
  margin: 0 auto;
}

.ema-sec.abt-blocks .about-info-blocks .abt-row-blks .ema-flx{
  gap: 100px;
}

.about-info-rows .abt-mvo-row{
  padding: 0 0 40px;
}

.about-info-rows .abt-mvo-row:last-child{
  padding: 0;
}

.about-info-rows .abt-mvo-flex{
  display: flex;
}

.about-info-rows .abt-mvo-flex .ema-flex-blk.left{
  flex: 0.3;
}

.about-info-rows .abt-mvo-flex .ema-flex-blk.right{
  flex: 0.7;
  font-size: 18px;
}

.team-block .team-block-wrap {
  padding: 20px 0 40px;
  margin: 0 -10px;
  position: relative;
}

.team-block:last-child .team-block-wrap{
  padding-bottom: 0;
}

.team-block-carousel .teammate-img{
  padding: 0 0 20px;
}

.team-block-carousel .teammate-img img{
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  display: block;
}

.team-block-carousel .genre-type{
  color: #F4A34A;
}

.team-block-carousel .member-name{
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding: 5px 0 0;
}

.team-block-carousel .teammate-item {
  padding: 0 10px;
}

.team-block-carousel{
  position: relative;
}

.team-block-wrap .slider-nav{
  padding: 20px 8px 0;
  line-height: 0;
}

.team-block-wrap .carousel-arrow,
.orch-gallery .carousel-arrow,
.featured-projects .carousel-arrow{
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  margin: 0 2px;
  overflow: hidden;
  border: none;
  text-indent: -5000px;
  background-color: rgba(241, 228, 220, 0.8);
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  transition: all 300ms ease;
}

.team-block-wrap .carousel-arrow.prev-slide,
.orch-gallery .carousel-arrow.prev-slide,
.featured-projects .carousel-arrow.prev-slide{
  background-image: url(/wp-content/themes/ema/assets/images/arr-left.svg);
}

.team-block-wrap .carousel-arrow.next-slide,
.orch-gallery .carousel-arrow.next-slide,
.featured-projects .carousel-arrow.next-slide{
  background-image: url(/wp-content/themes/ema/assets/images/arr-right.svg);
}

.team-block-wrap .carousel-arrow.slick-disabled,
.orch-gallery .carousel-arrow.slick-disabled,
.featured-projects .carousel-arrow.slick-disabled{
  opacity: 0.5;
  pointer-events: none;
}

.orchestra-contact-flex {
  display: flex;
}

.orchestra-contact-flex .orch-contact{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orchestra-contact-flex .orch-contact:nth-child(2){
  border-left: 1px solid rgba(25, 24, 24, 0.2);
}

.orchestra-contact-info{
  border: 1px solid rgba(25, 24, 24, 0.2);
  padding: 25px 20px;
  box-shadow: 0 0 5px rgba(25, 24, 24, 0.2);
}

.orchestra-contact-flex .orch-contact .orch-contact-btn{
  display: inline-block;
  text-decoration: none;
}

.orchestra-contact-flex .orch-contact .orch-contact-btn span.orch-contact-btn-comp{
  display: inline-block;
  vertical-align: top;
}

.orchestra-contact-flex .orch-contact .orch-contact-btn span.orch-contact-btn-comp.icn{
  padding: 5px 0 0;
}

.orchestra-contact-flex .orch-contact .orch-contact-btn span.orch-contact-btn-comp.icn svg{
  max-width: 32px;
  max-height: 32px;
  display: block;
}

.orchestra-contact-flex .orch-contact .orch-contact-btn span.orch-contact-btn-comp.txt{
  padding: 0 0 0 10px;
}

.orchestra-contact-flex .orch-contact .orch-contact-btn span.orch-contact-btn-comp.txt span{
  display: block;
}

.orchestra-contact-flex .orch-contact .orch-contact-btn .orch-contact-btn-lbl{
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 3px;
  color: #151515;
}

.orchestra-contact-flex .orch-contact .orch-contact-btn .orch-contact-btn-val{
  color: #9AA1A9;
  transition: all 300ms ease;
}

.orchestra-contact-flex .orch-contact .orch-contact-btn:hover .orch-contact-btn-val{
  color: #F4A34A;
}

.ema-sec.no-pad-bottom .sec-wrap .sec-cont{
  padding-bottom: 0;
}

.orchestra-intro-images-flex{
  display: flex;
  gap: 40px;
}

.orchestra-intro-images-flex .orch-intro-img{
  flex: 1;
}

.orchestra-intro-images-flex .orch-intro-img img{
  width: 100%;
  height: 100%;
  height: auto;
}

.orch-video .orch-video-wrap {
  position: relative;
}

.orch-video .orch-video-wrap img{
  width: 100%;
  height: 50vh;
  display: block;
  object-fit: cover;
  position: relative;
}

.orch-video .orch-video-wrap .orch-video-btn{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(255,255,255,0);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 300ms ease;
}

.orch-video .orch-video-wrap .orch-video-btn:hover{
  background-color: rgba(255,255,255,0.2);
}

.orch-video .orch-video-wrap .orch-video-btn svg{
  max-width: 80px;
  height: auto;
  display: block;
}

.orch-gallery .ogal-slide{
  padding: 0 5px;
}

.orch-gallery .ogal-slide a{
  display: block;
  text-decoration: none;
}

.orch-gallery .ogal-slide a img{
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.ema-sec.orchestra-gallery .sec-wrap {
  max-width: unset;
  padding: 0;
  overflow: hidden;
}

.orch-gallery .orch-gallery-slider .slick-list{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 120px 0 20px;
  overflow: visible;
}

.orch-gallery .orch-gal-nav{
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 23px 0;
}

.aticle-highlighted .aticle-highlighted-blk {
  height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 40px;
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.9) 0%, rgba(30, 30, 30, 0.055) 77.6%, rgba(30, 30, 30, 0) 100%);
}

.aticle-highlighted .aticle-highlighted-blk .article-title {
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  padding: 0 0 20px;
}

.ema-btn {
  display: inline-block;
  height: 46px;
  border: 2px solid;
  padding: 0 20px;
  line-height: 43px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: all 300ms ease;
}

.ema-btn.orange{
  background-color: #F4A34A;
  border-color: #F4A34A;
}

.ema-btn:hover{
  background-color: transparent;
}

.ema-btn.orange:hover{
  color: #F4A34A;
}

.aticle-highlighted .aticle-highlighted-wrap {
  border-radius: 15px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}

.news-list .article-blk .article-thumb img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px 10px 0 0;
  aspect-ratio: 5/3;
  object-fit: cover;
}

.news-list .article-blk {
  width: calc(33.333333333% - 14px);
}

.news-list .article-blk .article-txts {
  background-color: #F3F3F3;
  border-radius: 0 0 10px 10px;
  padding: 25px 25px 30px;
}

.news-list .article-blk .article-txts .article-title {
  font-size: 22px;
  padding: 0 0 20px;
}

.news-pagination {
  text-align: center;
  padding: 40px 0 0;
  line-height: 0;
}

.news-pagination a{
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  font-size: 18px;
  color: #B3B3B3;
  text-decoration: none;
}

.news-pagination a.is-active{
  color: #CD875E;
}

.news-pagination .pag-prev,
.news-pagination .pag-next{
  background-color: rgba(241, 228, 220, 0.8);
  border-radius: 2px;
  padding: 10px;
  transition: all 300ms ease;
}

.news-pagination .pag-prev:hover,
.news-pagination .pag-next:hover{
  background-color: rgba(241, 228, 220, 1);
}

.news-pagination .pag-prev[aria-disabled="true"],
.news-pagination .pag-next[aria-disabled="true"]{
  background-color: rgba(241, 228, 220, 0.15);
  pointer-events: none;
}

.news-pagination .pag-prev svg,
.news-pagination .pag-next svg{
  width: 11px;
  height: auto;
  display: block;
}

.news-list .proj-blk .proj-thumb{
  padding: 0 0 20px;
}

.news-list .proj-blk .proj-thumb img{
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 30/28;
  object-fit: cover;
}

.news-list .proj-blk {
  width: calc(25% - 15px);
}

.news-list .proj-blk .proj-txts .proj-categ {
  color: #706F6E;
  padding: 0 0 10px;
  text-transform: uppercase;
  font-size: 18px;
}

.news-list .proj-blk .proj-txts .proj-title {
  color: #3F2E24;
  font-weight: 500;
  font-size: 22px;
  padding: 0 0 10px;
}

.news-list .proj-blk .proj-txts .proj-summary {
  color: #B3B3B3;
  padding: 0 0 10px;
}

.news-list .proj-blk .proj-txts .proj-link{
  padding: 10px 0 0;
}

.abt-shortcut .ema-flx .ema-flex-blk.right .ema-flex-blk-wrap{
  position: relative;
  padding: 0 0 40px;
}

.abt-shortcut .ema-flx .ema-flex-blk.right .ema-flex-blk-wrap .abt-img-1 {
  position: relative;
  width: 80%;
  overflow: hidden;
}

.abt-shortcut .ema-flx .ema-flex-blk.right .ema-flex-blk-wrap .abt-img-1 img,
.abt-shortcut .ema-flx .ema-flex-blk.right .ema-flex-blk-wrap .abt-img-2 img{
  aspect-ratio: 2.2/3;
  object-fit: cover;
  border-radius: 10px;
}

.abt-shortcut .ema-flx .ema-flex-blk.right .ema-flex-blk-wrap .abt-img-2 {
  position: absolute;
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
  bottom: 0;
  right: 0;
}

.abt-shortcut .proj-link{
  padding: 30px 0 0;
}

.ema-btn span{
  display: inline-block;
  vertical-align: middle;
}

.ema-btn span.arr{
  width: 20px;
  padding: 0 0 0 3px;
}

.ema-btn span.arr svg{
  width: 100%;
  height: auto;
  display: block;
}

.ema-btn span.arr svg path{
  transition: all 300ms ease;
}

.ema-btn:hover span.arr svg path{
  stroke: #F4A34A;
}

.abt-shortcut,
.abt-message{
  max-width: 1400px;
  margin: 0 auto;
}

.abt-message .ema-flx .ema-flex-blk img{
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 10px;
}

.logos-list .part-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
}

.logos-list .part-logo img {
  filter: grayscale(1);
  max-width: 200px;
  max-height: 100px;
}

.logos-list{
  padding: 30px 0 0;
  overflow: hidden;
}

.ema-sec.home-partners,
.ema-sec.home-registration{
  background-color: #F3F3F3;
}

.js-marquee-wrapper:after{
  content: "";
  display: table;
  clear: both;
}

.reg-shortcut-sec{
  max-width: 1100px;
  margin: 0 auto;
}

.reg-shortcut-sec .ema-flx .ema-flex-blk.abt-row-blk.right{
  flex: unset;
}

.ema-quote-name {
  font-weight: 600;
  font-size: 18px;
  padding: 10px 0 0;
}

.home-slider .home-slide .home-slide-txts {
  height: 80vh;
  padding: 0 0 135px;
  display: flex;
  align-items: flex-end;
}

.home-slider .home-slide{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-slider .home-slide .home-slide-overlay{
  background: linear-gradient(0deg, rgba(30, 30, 30, 0.9) 0%, rgba(30, 30, 30, 0.055) 77.6%, rgba(30, 30, 30, 0) 100%);
}

.home-slider .home-slide .home-slide-txts .hero-content{
  width: 100%;
}

.home-main-shortcuts {
  background-color: #F4A34A;
  border-radius: 10px;
  padding: 25px;
}

.home-main-shortcuts .home-shortcuts-flex{
  display: flex;
}

.home-main-shortcuts .home-shortcuts-flex .ema-home-shortcut {
  flex: 1;
  border-right: 1px solid #fff;
}

.home-main-shortcuts .home-shortcuts-flex .ema-home-shortcut:last-child{
  border: none;
}

.home-main-shortcuts .ema-home-shortcut a{
  display: block;
  text-decoration: none;
  padding: 10px 20px;
  text-align: center;
  transition: all 300ms ease;
}

.home-main-shortcuts .ema-home-shortcut a:hover{
  opacity: 0.7;
}

.home-main-shortcuts .ema-home-shortcut a span{
  display: block;
}

.home-main-shortcuts .ema-home-shortcut a span.icn{
  width: 40px;
  height: auto;
  padding: 0 0 10px;
  margin: 0 auto;
}

.home-main-shortcuts .ema-home-shortcut a span.icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.home-main-shortcuts .ema-home-shortcut a span.txt{
  font-size: 15px;
  color: #fff;
}

.ema-sec.home-shortcuts{
  transform: translateY(-40%);
}

.ema-metrics {
  background-color: #151515;
  border-radius: 10px;
  color: #fff;
  background-image: url(/wp-content/themes/ema/assets/images/metrics.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.ema-metrics .ema-metrics-wrap {
  padding: 60px 40px;
}

.ema-metrics .ema-metrics-flex {
  display: flex;
  gap: 30px;
}

.ema-metrics .ema-metrics-flex .metric-box{
  flex: 1;
  display: flex;
  justify-content: center;
}

.ema-metrics .ema-metrics-flex .metric-box .metric-box-flex{
  display: flex;
  gap: 25px;
}

.ema-metrics .ema-metrics-flex .metric-box .metric-icn{
  width: 60px;
  height: auto;
  padding: 5px 0 0;
}

.ema-metrics .ema-metrics-flex .metric-box .metric-icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.ema-metrics .ema-metrics-flex .metric-box .metric-num{
  font-size: 46px;
  line-height: 46px;
  font-weight: 600;
  padding: 0 0 15px;
}

.ema-metrics .ema-metrics-flex .metric-box .metric-label{
  font-size: 20px;
  max-width: 180px;
}

.featured-projects .fproj-img img{
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}

.featured-projects .fproj-img{
  position: relative;
}

.featured-projects .fproj-card{
  padding: 0 15px;
}

.featured-projects .featured-proj-carousel{
  margin: 0 -15px;
}

.featured-projects .fproj-card .fproj-card-wrap{
  position: relative;
}

.featured-projects .fproj-card .proj-txts {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 85%;
  background-color: rgba(255,255,255,0.9);
  padding: 30px;
  border-radius: 15px 0 0 0;
}

.featured-projects .fproj-card .proj-txts .proj-categ{
  font-size: 15px;
  color: #A7A6A6;
}

.featured-projects .fproj-card .proj-txts .proj-title{
  font-size: 24px;
  padding: 0 0 15px;
}

.featured-projects .fproj-card .proj-txts .proj-summary{
  font-size: 15px;
  padding: 0 0 15px;
}

.fproj-card .fproj-card-wrap .proj-scalable{
  display: none;
}

.featured-projects .fproj-gal-nav{
  padding: 20px 0 0;
  margin: 0 -2px;
}

.ema-sec.home-metrics .proj-titles{
  padding: 0 0 30px;
}

.article-banner .article-img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

.article-banner .article-img .article-img-wrap{
  padding: 40px;
  background: rgba(21,21,21,0.5);
  background: linear-gradient(180deg,rgba(21, 21, 21, 0.4) 0%, rgba(21, 21, 21, 0.64) 60%, rgba(21, 21, 21, 0.89) 100%);
}

.article-banner .article-txts{
  aspect-ratio: 10/2.5;
  display: flex;
  align-items: flex-end;
}

.article-banner .article-txts .article-title{
  width: 50%;
}

.article-banner .article-txts .article-title h1{
  font-size: 36px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

.article-content-txts p{
  padding: 0 0 20px;
}

.article-content-txts p:last-child{
  padding: 0;
}

.article-content-txts a{
  color: #F4A34A;
  text-decoration: underline;
}

.publication-single .article-content-txts{
  max-width: 1200px;
}

.article-single .article-content-txts{
  max-width: 1200px;
  margin: 0 auto;
}

.article-content-txts .wp-block-embed-youtube .wp-block-embed__wrapper{
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  position: relative;
}

.article-content-txts .wp-block-embed-youtube .wp-block-embed__wrapper iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

.ema-sec.hero-sec .banner-date{
  color: #fff;
  font-size: 0;
  padding: 0 0 10px;
}

.ema-sec.hero-sec .banner-date span{
  display: inline-block;
  vertical-align: middle;
}

.ema-sec.hero-sec .banner-date span.icn{
  width: 22px;
  height: auto;
}

.ema-sec.hero-sec .banner-date span.icn svg{
  width: 100%;
  height: auto;
  display: block;
}

.ema-sec.hero-sec .banner-date span.dt{
  padding: 2px 0 0 5px;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
}

.ema-body-txt{
  color: #191818;
}

.proj-content-blk .proj-blk-imgs-flex{
  display: flex;
  gap: 20px;
}

.proj-content-blk .proj-blk-imgs-flex .pblk-img{
  flex: 1;
}

.proj-content-blk .proj-blk-imgs-flex .pblk-img img{
  width: 100%;
  height: auto;
}

.proj-content-blk{
  padding: 0 0 40px;
}

.proj-content-blk:last-child{
  padding: 0;
}

.ema-sec.project-gall .proj-gal-wrap {
  display: flex;
  flex-wrap: wrap;
}

.ema-sec.project-gall .proj-gal-wrap .proj-gal-img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.ema-sec.project-gall .proj-gal-wrap .proj-gal-img:nth-child(n+13) {
  display: none;
}

.terms-content .terms-txts h2{
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  padding: 5px 0 10px;
  font-weight: 500;
}

.terms-content .terms-txts p{
  padding: 0 0 20px;
}

.terms-content .terms-txts p:last-child{
  padding: 0;
}

.terms-content{
  padding: 20px 0 0;
  max-width: 1100px;
}

#mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-top-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after{
  height: 2px;
}

.logos-list .js-marquee {
  margin: 0 !important;
}